:root{
    --tt-hd-navy:#172b49;
    --tt-hd-navy-2:#263f63;
    --tt-hd-red:#e3132c;
    --tt-hd-gold:#d89a00;
    --tt-hd-text:#24344a;
    --tt-hd-muted:#64748b;
    --tt-hd-border:#e2e8f0;
    --tt-hd-soft:#f5f7fa;
    --tt-hd-white:#fff;
    --tt-hd-shadow:0 10px 30px rgba(15,23,42,.07);
}

.tt-hd3-page,
.tt-hd3-page *{
    box-sizing:border-box;
}

.tt-hd3-page{
    width:min(1240px,calc(100% - 32px));
    margin:0 auto;
    padding:30px 0 70px;
    font-family:inherit;
    color:var(--tt-hd-text);
    line-height:1.9;
}

.tt-hd3-page a{
    transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}

.tt-hd3-hero{
    display:grid;
    grid-template-columns:minmax(0,1fr) 260px;
    gap:30px;
    align-items:center;
    padding:40px;
    margin-bottom:24px;
    color:#fff;
    background:
        radial-gradient(circle at 15% 20%,rgba(255,255,255,.12),transparent 35%),
        linear-gradient(135deg,var(--tt-hd-navy),var(--tt-hd-navy-2));
    border-radius:24px;
    box-shadow:0 16px 44px rgba(23,43,73,.18);
}

.tt-hd3-hero h1{
    margin:8px 0 14px;
    color:#fff;
    font-size:clamp(30px,4vw,52px);
    line-height:1.45;
}

.tt-hd3-hero p{
    margin:0 0 12px;
    color:#e8eef7;
}

.tt-hd3-hero>div:first-child>p:first-child{
    color:#f6c453;
    font-weight:800;
}

.tt-hd3-city-card{
    min-height:180px;
    padding:24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:1px solid rgba(255,255,255,.28);
    border-radius:20px;
    background:rgba(255,255,255,.07);
    backdrop-filter:blur(6px);
}

.tt-hd3-city-card strong{
    font-size:38px;
    line-height:1.2;
    letter-spacing:1px;
}

.tt-hd3-city-card span{
    margin-top:8px;
    color:#f6c453;
    font-weight:700;
}

.tt-hd3-btn,
.tt-hd3-actions a,
.tt-hd3-bottom-actions a{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 17px;
    color:var(--tt-hd-navy);
    background:#eef2f7;
    border:1px solid transparent;
    border-radius:10px;
    text-decoration:none!important;
    font-weight:800;
    line-height:1.5;
}

.tt-hd3-btn,
.tt-hd3-actions a.primary,
.tt-hd3-bottom-actions a.primary{
    color:#fff!important;
    background:var(--tt-hd-red);
}

.tt-hd3-btn:hover,
.tt-hd3-actions a.primary:hover,
.tt-hd3-bottom-actions a.primary:hover{
    background:#bd1024;
    transform:translateY(-1px);
    box-shadow:0 7px 18px rgba(227,19,44,.2);
}

.tt-hd3-actions a:not(.primary):hover,
.tt-hd3-bottom-actions a:not(.primary):hover{
    color:var(--tt-hd-navy);
    background:#dde5ef;
    border-color:#c9d5e3;
}

.tt-hd3-toolbar{
    display:grid;
    grid-template-columns:minmax(220px,1.4fr) minmax(170px,.7fr) minmax(190px,.8fr) auto;
    gap:12px;
    align-items:center;
    margin:24px 0;
    padding:15px;
    background:#fff;
    border:1px solid var(--tt-hd-border);
    border-radius:16px;
    box-shadow:0 7px 22px rgba(15,23,42,.04);
}

.tt-hd3-toolbar label{
    display:block;
    margin:0;
}

.tt-hd3-toolbar input,
.tt-hd3-toolbar select,
.tt-hd3-toolbar button{
    width:100%;
    min-height:48px;
    margin:0;
    padding:0 14px;
    font:inherit;
    color:var(--tt-hd-text);
    background:#fff;
    border:1px solid #d5dde8;
    border-radius:11px;
    outline:none;
}

.tt-hd3-toolbar input:focus,
.tt-hd3-toolbar select:focus{
    border-color:var(--tt-hd-navy-2);
    box-shadow:0 0 0 3px rgba(38,63,99,.1);
}

.tt-hd3-toolbar button{
    width:auto;
    padding:0 18px;
    cursor:pointer;
    font-weight:800;
    color:var(--tt-hd-navy);
    background:#f0f3f7;
}

.tt-hd3-toolbar button:hover{
    background:#e4eaf1;
}

.tt-hd3-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.tt-hd3-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--tt-hd-border);
    border-radius:18px;
    box-shadow:var(--tt-hd-shadow);
}

.tt-hd3-card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 36px rgba(15,23,42,.1);
}

.tt-hd3-card[hidden]{
    display:none!important;
}

.tt-hd3-cover{
    height:215px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:20px;
    color:#fff!important;
    text-align:center;
    text-decoration:none!important;
    background:linear-gradient(135deg,var(--tt-hd-navy),#334d73);
}

.tt-hd3-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.tt-hd3-card:hover .tt-hd3-cover img{
    transform:scale(1.035);
}

.tt-hd3-cover span{
    opacity:.72;
    letter-spacing:4px;
}

.tt-hd3-cover strong{
    margin-top:10px;
    font-size:22px;
    line-height:1.6;
}

.tt-hd3-card-body{
    flex:1;
    display:flex;
    flex-direction:column;
    padding:21px;
}

.tt-hd3-card-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:4px;
}

.tt-hd3-type{
    display:inline-flex;
    padding:4px 10px;
    color:var(--tt-hd-navy);
    background:#eef3f8;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    white-space:nowrap;
}

.tt-hd3-card h2{
    margin:5px 0 8px;
    font-size:21px;
    line-height:1.65;
}

.tt-hd3-card h2 a{
    color:var(--tt-hd-navy)!important;
    text-decoration:none!important;
}

.tt-hd3-card h2 a:hover{
    color:var(--tt-hd-red)!important;
}

.tt-hd3-card-body>p:not(.tt-hd3-stars):not(.tt-hd3-district):not(.tt-hd3-more-facilities){
    margin:5px 0;
    color:#4d5d70;
}

.tt-hd3-stars{
    margin:0;
    color:var(--tt-hd-gold);
    font-weight:900;
    letter-spacing:1px;
}

.tt-hd3-district{
    margin:0 0 8px;
    color:var(--tt-hd-muted);
    font-size:13px;
}

.tt-hd3-district strong{
    color:var(--tt-hd-text);
}

.tt-hd3-facilities{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin:16px 0 0;
    padding:0;
    list-style:none;
}

.tt-hd3-facilities li{
    padding:5px 9px;
    color:#35465a;
    background:#f3f6f9;
    border:1px solid #e3e9f0;
    border-radius:999px;
    font-size:12px;
    line-height:1.5;
}

.tt-hd3-more-facilities{
    margin:8px 0 0;
    color:var(--tt-hd-muted);
    font-size:12px;
}

.tt-hd3-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:auto;
    padding-top:18px;
}

.tt-hd3-empty{
    padding:30px;
    text-align:center;
    background:#fff8df;
    border:1px solid #f5dc91;
    border-radius:16px;
}

.tt-hd3-empty h1,
.tt-hd3-empty h2{
    margin-top:0;
    color:var(--tt-hd-navy);
}

.tt-hd3-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    align-items:center;
    margin-bottom:18px;
    color:var(--tt-hd-muted);
    font-size:14px;
}

.tt-hd3-breadcrumb a{
    color:var(--tt-hd-navy);
    text-decoration:none;
}

.tt-hd3-breadcrumb a:hover{
    color:var(--tt-hd-red);
}

.tt-hd3-single-card{
    display:grid;
    grid-template-columns:minmax(300px,42%) minmax(0,1fr);
    gap:32px;
    padding:25px;
    background:#fff;
    border:1px solid var(--tt-hd-border);
    border-radius:22px;
    box-shadow:var(--tt-hd-shadow);
}

.tt-hd3-single-image{
    min-height:380px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:24px;
    color:#fff;
    text-align:center;
    background:linear-gradient(135deg,var(--tt-hd-navy),#334d73);
    border-radius:17px;
}

.tt-hd3-single-image img{
    width:100%;
    height:100%;
    min-height:380px;
    object-fit:cover;
}

.tt-hd3-single-image span{
    opacity:.7;
    letter-spacing:4px;
}

.tt-hd3-single-image strong{
    margin-top:12px;
    font-size:28px;
    line-height:1.7;
}

.tt-hd3-single-summary{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.tt-hd3-single-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.tt-hd3-single-meta span{
    padding:5px 10px;
    color:var(--tt-hd-navy);
    background:#eef3f8;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
}

.tt-hd3-single-summary h1{
    margin:10px 0;
    color:var(--tt-hd-navy);
    font-size:clamp(30px,4vw,48px);
    line-height:1.5;
}

.tt-hd3-summary{
    color:#425268;
    font-size:16px;
}

.tt-hd3-hotel-info{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:22px;
}

.tt-hd3-info-card{
    display:flex;
    flex-direction:column;
    gap:4px;
    padding:18px;
    background:#fff;
    border:1px solid var(--tt-hd-border);
    border-radius:14px;
}

.tt-hd3-info-card span{
    color:var(--tt-hd-muted);
    font-size:12px;
}

.tt-hd3-info-card strong{
    color:var(--tt-hd-navy);
    font-size:16px;
}

.tt-hd3-facilities-section,
.tt-hd3-content,
.tt-hd3-cta,
.tt-hd3-related{
    margin-top:22px;
    padding:25px;
    background:#fff;
    border:1px solid var(--tt-hd-border);
    border-radius:18px;
    box-shadow:0 7px 22px rgba(15,23,42,.04);
}

.tt-hd3-section-heading p{
    margin:0;
    color:var(--tt-hd-red);
    font-weight:800;
}

.tt-hd3-section-heading h2{
    margin:3px 0 15px;
    color:var(--tt-hd-navy);
    font-size:clamp(24px,3vw,34px);
}

.tt-hd3-facilities-full{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}

.tt-hd3-facilities-full li{
    display:flex;
    align-items:center;
    gap:8px;
    min-height:48px;
    padding:10px 12px;
    border-radius:10px;
    font-size:14px;
}

.tt-hd3-facilities-full li span{
    width:24px;
    height:24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 24px;
    color:#fff;
    background:#15803d;
    border-radius:50%;
    font-size:13px;
    font-weight:900;
}

.tt-hd3-note{
    margin:15px 0 0;
    padding:12px 14px;
    color:#6a571a;
    background:#fff8df;
    border-right:3px solid #e3bb45;
    border-radius:8px;
    font-size:13px;
}

.tt-hd3-content h2,
.tt-hd3-content h3{
    color:var(--tt-hd-navy);
    line-height:1.65;
}

.tt-hd3-content h2{
    padding-right:12px;
    border-right:4px solid var(--tt-hd-red);
}

.tt-hd3-content p{
    color:#415166;
    line-height:2.05;
}

.tt-hd3-content img{
    max-width:100%;
    height:auto;
    border-radius:14px;
}

.tt-hd3-related h2,
.tt-hd3-cta strong{
    color:var(--tt-hd-navy);
}

.tt-hd3-related>div{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.tt-hd3-related a{
    display:flex;
    flex-direction:column;
    padding:15px;
    color:var(--tt-hd-navy);
    border:1px solid var(--tt-hd-border);
    border-radius:12px;
    text-decoration:none;
}

.tt-hd3-related a:hover{
    border-color:#c6d2df;
    background:#f7f9fb;
}

.tt-hd3-related span{
    color:var(--tt-hd-muted);
    font-size:12px;
}

.tt-hd3-bottom-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
    padding:18px;
    background:#fff;
    border:1px solid var(--tt-hd-border);
    border-radius:16px;
}

.screen-reader-text{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}

@media(max-width:1050px){
    .tt-hd3-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .tt-hd3-toolbar{
        grid-template-columns:1fr 1fr;
    }

    .tt-hd3-toolbar label:first-child{
        grid-column:1/-1;
    }

    .tt-hd3-toolbar button{
        width:100%;
    }

    .tt-hd3-facilities-full,
    .tt-hd3-hotel-info{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:850px){
    .tt-hd3-page{
        width:min(100% - 22px,1240px);
        padding-top:18px;
        padding-bottom:50px;
    }

    .tt-hd3-hero,
    .tt-hd3-single-card{
        grid-template-columns:1fr;
    }

    .tt-hd3-hero{
        padding:28px 22px;
    }

    .tt-hd3-city-card{
        min-height:120px;
    }

    .tt-hd3-single-image,
    .tt-hd3-single-image img{
        min-height:320px;
    }

    .tt-hd3-related>div{
        grid-template-columns:1fr;
    }
}

@media(max-width:620px){
    .tt-hd3-grid,
    .tt-hd3-toolbar,
    .tt-hd3-hotel-info,
    .tt-hd3-facilities-full{
        grid-template-columns:1fr;
    }

    .tt-hd3-toolbar label:first-child{
        grid-column:auto;
    }

    .tt-hd3-hero{
        padding:24px 18px;
        border-radius:18px;
    }

    .tt-hd3-hero h1{
        font-size:31px;
    }

    .tt-hd3-cover{
        height:205px;
    }

    .tt-hd3-card-body{
        padding:18px;
    }

    .tt-hd3-single-card{
        padding:17px;
        gap:22px;
        border-radius:17px;
    }

    .tt-hd3-single-image,
    .tt-hd3-single-image img{
        min-height:260px;
    }

    .tt-hd3-single-summary h1{
        font-size:30px;
    }

    .tt-hd3-actions,
    .tt-hd3-bottom-actions{
        flex-direction:column;
    }

    .tt-hd3-actions a,
    .tt-hd3-bottom-actions a{
        width:100%;
    }

    .tt-hd3-facilities-section,
    .tt-hd3-content,
    .tt-hd3-cta,
    .tt-hd3-related{
        padding:19px;
    }
}
