:root{
    --tt-primary:#ffb400;
    --tt-primary-dark:#f0a900;
    --tt-dark:#081a2f;
    --tt-dark-2:#0f2744;
    --tt-text:#17304b;
    --tt-muted:#67798f;
    --tt-line:#e7edf5;
    --tt-bg:#f6f9fc;
    --tt-white:#ffffff;
    --tt-shadow:0 18px 40px rgba(8,26,47,.10);
    --tt-shadow-soft:0 12px 28px rgba(8,26,47,.08);
    --tt-radius-xl:30px;
    --tt-radius-lg:24px;
    --tt-radius-md:18px;
    --tt-max:1280px;
    --tt-header-offset:106px;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

html, body{
    overflow-x:hidden;
}

body{
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

img{
    max-width:100%;
    height:auto;
}

main.position-relative{
    margin-top:0 !important;
    padding-top:0 !important;
    min-height:auto !important;
}

main.position-relative > .container.py-5{
    max-width:100% !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.tt-route-page{
    width:100%;
    margin:0;
    padding:0 0 40px;
    margin-top:calc(var(--tt-header-offset) * -1);
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
    color:var(--tt-text);
}

.tt-shell{
    width:100%;
    max-width:var(--tt-max);
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
}

.tt-hero{
    position:relative;
    min-height:100svh;
    overflow:hidden;
    background:
        linear-gradient(90deg, rgba(5,16,30,.92) 0%, rgba(8,23,43,.76) 34%, rgba(8,23,43,.42) 63%, rgba(8,23,43,.14) 100%),
        url('/storage/flights/fotobgtriktravel.webp') center center / cover no-repeat;
    isolation:isolate;
}

.tt-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 14% 18%, rgba(255,180,0,.16) 0%, rgba(255,180,0,0) 28%),
        linear-gradient(180deg, rgba(6,16,31,.18) 0%, rgba(6,16,31,.08) 35%, rgba(6,16,31,.24) 100%);
    z-index:1;
}

.tt-hero-inner{
    position:relative;
    z-index:2;
    padding:162px 0 250px;
    max-width:760px;
    color:#fff;
}

.tt-breadcrumb{
    margin:0 0 16px;
    font-size:.95rem;
    font-weight:700;
    color:rgba(255,255,255,.82);
}

.tt-breadcrumb a{
    color:rgba(255,255,255,.88);
    text-decoration:none;
}

.tt-breadcrumb a:hover{
    color:#fff;
}

.tt-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 14px;
    margin-bottom:16px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
    font-size:.88rem;
    font-weight:900;
    letter-spacing:.07em;
    text-transform:uppercase;
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
}

.tt-title{
    margin:0 0 14px;
    color:#fff;
    font-size:clamp(2.2rem, 5vw, 4.4rem);
    line-height:1.02;
    font-weight:900;
    letter-spacing:-.03em;
    text-wrap:balance;
}

.tt-title .accent{
    color:var(--tt-primary);
}

.tt-subtitle{
    margin:0 0 28px;
    max-width:690px;
    color:rgba(255,255,255,.92);
    font-size:1.06rem;
    line-height:1.8;
}

.tt-pill-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:24px;
}

.tt-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 15px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
    font-size:.93rem;
    font-weight:800;
    line-height:1.2;
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
}

.tt-pill i{
    color:var(--tt-primary);
}

.tt-hero-links{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:14px;
}

.tt-btn{
    min-height:56px;
    padding:0 22px;
    border-radius:16px;
    font-size:1rem;
    font-weight:900;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.tt-btn:hover{
    transform:translateY(-1px);
}

.tt-btn-primary{
    color:#111;
    background:linear-gradient(135deg,#ffca35 0%,#ffb400 100%);
    box-shadow:0 14px 28px rgba(255,180,0,.22);
}

.tt-btn-primary:hover{
    color:#111;
    background:linear-gradient(135deg,#ffd24d 0%,#f3ac00 100%);
}

.tt-btn-secondary{
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
}

.tt-btn-light{
    color:var(--tt-dark);
    background:#fff;
    border:1px solid #e2eaf3;
    box-shadow:0 10px 22px rgba(10,28,51,.05);
}

.tt-hero-note{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:.95rem;
    line-height:1.7;
}

.tt-hero-note a{
    color:#fff;
    font-weight:800;
    text-decoration:none;
}

.tt-search-panel{
    position:relative;
    left:24px;
    right:24px;
    bottom:42px;
    z-index:3;
    max-width:calc(var(--tt-max) - 48px);
}

.tt-panel{
    padding:24px;
    background:linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(248,251,255,.98) 100%);
    border:1px solid rgba(230,237,245,.95);
    border-radius:28px;
    box-shadow:0 25px 60px rgba(6,18,33,.18);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.tt-panel-grid{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);
    gap:22px;
    align-items:stretch;
}

.tt-panel-kicker{
    display:inline-flex;
    align-items:center;
    width:max-content;
    max-width:100%;
    padding:8px 14px;
    border-radius:999px;
    background:linear-gradient(135deg,#fff6d9 0%,#ffe9a3 100%);
    color:#8a6100;
    font-size:.82rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:15px;
    box-shadow:0 8px 18px rgba(255,180,0,.12);
}

.tt-panel h2{
    margin:0 0 12px;
    color:var(--tt-dark);
    font-size:clamp(1.8rem,3vw,2.8rem);
    line-height:1.08;
    font-weight:900;
    letter-spacing:-.03em;
    text-wrap:balance;
}

.tt-panel h2 span{
    background:linear-gradient(135deg,#ffcd4c 0%,#ffb400 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.tt-panel p{
    margin:0 0 18px;
    color:#607189;
    font-size:1rem;
    line-height:1.8;
}

.tt-badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
}

.tt-badges span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e8eef5;
    box-shadow:0 10px 20px rgba(10,28,51,.05);
    color:#334860;
    font-size:.92rem;
    font-weight:800;
}

.tt-badges i{
    color:var(--tt-primary);
}

.tt-panel-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.tt-side-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    padding:22px;
    min-height:100%;
    color:#fff;
    background:
        linear-gradient(180deg, rgba(5,18,34,.16) 0%, rgba(5,18,34,.92) 100%),
        url('/storage/flights/fotobgtriktravel.webp') center/cover no-repeat;
    box-shadow:0 22px 40px rgba(10,28,51,.16);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.tt-side-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,180,0,.12) 0%, rgba(255,180,0,0) 55%);
    pointer-events:none;
}

.tt-side-top,
.tt-side-body,
.tt-side-bottom{
    position:relative;
    z-index:1;
}

.tt-side-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    font-size:.82rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:14px;
}

.tt-side-card h3{
    margin:0 0 14px;
    color:#fff;
    font-size:1.45rem;
    line-height:1.15;
    font-weight:900;
}

.tt-side-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
}

.tt-side-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:12px 14px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    line-height:1.6;
    font-size:.94rem;
    color:rgba(255,255,255,.92);
}

.tt-side-list i{
    color:#ffd36a;
    margin-top:4px;
    flex:0 0 auto;
}

.tt-side-note{
    margin-top:16px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.14);
    color:rgba(255,255,255,.84);
    font-size:.93rem;
    line-height:1.7;
}

.tt-section{
    padding-top:14px;
}

.tt-section + .tt-section{
    margin-top:26px;
}

.tt-section-title{
    text-align:center;
    font-size:clamp(1.55rem,3vw,2.1rem);
    font-weight:900;
    color:var(--tt-dark);
    margin:0 0 24px;
    line-height:1.2;
    text-wrap:balance;
}

.tt-section-title span{
    position:relative;
    display:inline-block;
}

.tt-section-title span::after{
    content:'';
    display:block;
    width:72px;
    height:4px;
    border-radius:999px;
    background:var(--tt-primary);
    margin:12px auto 0;
}

.tt-grid-3{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.tt-grid-4{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.tt-card{
    height:100%;
    background:#fff;
    border:1px solid rgba(232,238,245,.95);
    border-radius:24px;
    padding:22px;
    box-shadow:var(--tt-shadow-soft);
}

.tt-card-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff4d6;
    color:#d99800;
    font-size:1.35rem;
    margin-bottom:14px;
}

.tt-card h3,
.tt-card h4{
    margin:0 0 8px;
    color:var(--tt-dark);
    font-size:1.14rem;
    line-height:1.3;
    font-weight:900;
}

.tt-card p{
    margin:0;
    color:#64768d;
    font-size:.97rem;
    line-height:1.75;
}

.tt-highlight{
    background:#fff;
    border:1px solid rgba(232,238,245,.95);
    border-radius:28px;
    box-shadow:var(--tt-shadow);
    padding:28px;
}

.tt-highlight p{
    margin:0 0 14px;
    color:#5f7087;
    font-size:1rem;
    line-height:1.85;
}

.tt-highlight p:last-child{
    margin-bottom:0;
}

.tt-highlight strong{
    color:var(--tt-dark);
}

.tt-facts-grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
    gap:20px;
    align-items:stretch;
}

.tt-facts-card,
.tt-summary-card,
.tt-faq-wrap,
.tt-cta{
    background:#fff;
    border:1px solid rgba(232,238,245,.95);
    border-radius:28px;
    box-shadow:var(--tt-shadow);
}

.tt-facts-card{
    padding:24px;
}

.tt-facts-card h3,
.tt-summary-card h3{
    margin:0 0 16px;
    color:var(--tt-dark);
    font-size:1.35rem;
    line-height:1.25;
    font-weight:900;
}

.tt-facts-list{
    display:grid;
    gap:12px;
    margin:0;
}

.tt-facts-list div{
    display:grid;
    grid-template-columns:170px 1fr;
    gap:12px;
    align-items:start;
    padding:12px 0;
    border-bottom:1px solid #eef3f8;
}

.tt-facts-list div:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.tt-facts-list dt{
    margin:0;
    color:#4f6278;
    font-weight:800;
    font-size:.96rem;
}

.tt-facts-list dd{
    margin:0;
    color:var(--tt-dark);
    font-weight:800;
    line-height:1.55;
}

.tt-summary-card{
    padding:24px;
    background:linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(247,250,255,.98) 100%);
}

.tt-summary-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:12px;
}

.tt-summary-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#5f7087;
    line-height:1.7;
    font-size:.97rem;
}

.tt-summary-list i{
    color:var(--tt-primary);
    margin-top:4px;
    flex:0 0 auto;
}

.tt-route-boxes{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.tt-route-box{
    position:relative;
    overflow:hidden;
    min-height:210px;
    border-radius:24px;
    padding:22px;
    color:#fff;
    box-shadow:var(--tt-shadow);
    background:
        linear-gradient(180deg, rgba(6,18,33,.18) 0%, rgba(6,18,33,.84) 100%),
        url('/storage/flights/fotobgtriktravel.webp') center/cover no-repeat;
}

.tt-route-box.alt{
    background:
        linear-gradient(180deg, rgba(6,18,33,.18) 0%, rgba(6,18,33,.84) 100%),
        url('/storage/flights/fotobgtriktravel.webp') center/cover no-repeat;
}

.tt-route-box h3{
    margin:0 0 10px;
    color:#fff;
    font-size:1.28rem;
    font-weight:900;
    line-height:1.25;
}

.tt-route-box p{
    margin:0 0 14px;
    color:rgba(255,255,255,.90);
    line-height:1.75;
    font-size:.96rem;
}

.tt-route-mini{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
    font-size:.86rem;
    font-weight:900;
}

.tt-faq-wrap{
    padding:24px;
}

.tt-faq-item{
    border:1px solid #e8eef5;
    border-radius:20px;
    background:#fff;
    overflow:hidden;
}

.tt-faq-item + .tt-faq-item{
    margin-top:14px;
}

.tt-faq-question{
    width:100%;
    background:#fff;
    border:none;
    padding:18px 20px;
    text-align:left;
    font-size:1rem;
    font-weight:800;
    color:var(--tt-dark);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    cursor:pointer;
}

.tt-faq-question i{
    color:var(--tt-primary);
    font-size:1.1rem;
    transition:transform .2s ease;
    flex:0 0 auto;
}

.tt-faq-item.active .tt-faq-question i{
    transform:rotate(180deg);
}

.tt-faq-answer{
    display:none;
    padding:0 20px 18px;
    color:#5f7087;
    line-height:1.8;
    font-size:.98rem;
}

.tt-faq-item.active .tt-faq-answer{
    display:block;
}

.tt-cta{
    position:relative;
    overflow:hidden;
    padding:28px 30px;
    color:#fff;
    background:
        linear-gradient(90deg, rgba(6,20,38,.98) 0%, rgba(8,30,56,.80) 54%, rgba(8,30,56,.44) 100%),
        url('/storage/flights/fotobgtriktravel.webp') center/cover no-repeat;
}

.tt-cta::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,180,0,.10) 0%, rgba(255,180,0,0) 55%);
    pointer-events:none;
}

.tt-cta > .row{
    position:relative;
    z-index:1;
}

.tt-cta h3{
    margin:0 0 8px;
    color:#fff;
    font-size:clamp(1.5rem,3vw,2rem);
    line-height:1.15;
    font-weight:900;
    text-wrap:balance;
}

.tt-cta p{
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:1.03rem;
    line-height:1.7;
}

.tt-cta .tt-btn{
    min-width:220px;
}

.tt-btn:focus-visible,
.tt-faq-question:focus-visible{
    outline:3px solid rgba(30,115,255,.24);
    outline-offset:2px;
}

@media (max-width: 1199.98px){
    :root{
        --tt-header-offset:100px;
    }

    .tt-hero-inner{
        padding:156px 0 240px;
        max-width:700px;
    }

    .tt-search-panel{
        max-width:calc(100% - 48px);
    }

    .tt-grid-4{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 991.98px){
    :root{
        --tt-header-offset:94px;
    }

    .tt-shell{
        padding-left:18px;
        padding-right:18px;
    }

    .tt-hero{
        min-height:980px;
        background-position:center;
    }

    .tt-hero-inner{
        padding:134px 0 400px;
        max-width:100%;
    }

    .tt-search-panel{
        left:18px;
        right:18px;
        bottom:22px;
        max-width:none;
    }

    .tt-panel-grid,
    .tt-facts-grid{
        grid-template-columns:1fr;
    }

    .tt-grid-3{
        grid-template-columns:1fr 1fr;
    }

    .tt-route-boxes{
        grid-template-columns:1fr;
    }
}

@media (max-width: 767.98px){
    :root{
        --tt-header-offset:86px;
    }

    .tt-route-page{
        padding-bottom:28px;
    }

    .tt-shell{
        padding-left:14px;
        padding-right:14px;
    }

    .tt-hero{
        min-height:auto;
    }

    .tt-hero-inner{
        padding:118px 0 24px;
    }

    .tt-title{
        font-size:2.02rem;
        line-height:1.05;
    }

    .tt-subtitle{
        font-size:1rem;
        line-height:1.7;
        margin-bottom:18px;
    }

    .tt-pill{
        font-size:.88rem;
        padding:9px 13px;
    }

    .tt-hero-links{
        flex-direction:column;
        align-items:stretch;
    }

    .tt-btn{
        width:100%;
    }

    .tt-search-panel{
        position:relative;
        left:auto;
        right:auto;
        bottom:auto;
        margin-top:20px;
        max-width:100%;
    }

    .tt-panel{
        padding:16px;
        border-radius:22px;
    }

    .tt-panel h2{
        font-size:1.6rem;
    }

    .tt-badges span{
        width:100%;
        justify-content:flex-start;
    }

    .tt-panel-actions{
        flex-direction:column;
    }

    .tt-grid-3,
    .tt-grid-4{
        grid-template-columns:1fr;
    }

    .tt-highlight,
    .tt-facts-card,
    .tt-summary-card,
    .tt-faq-wrap,
    .tt-cta{
        padding:18px;
        border-radius:24px;
    }

    .tt-facts-list div{
        grid-template-columns:1fr;
        gap:5px;
    }

    .tt-faq-question{
        padding:16px;
        font-size:.96rem;
    }

    .tt-faq-answer{
        padding:0 16px 16px;
        font-size:.95rem;
    }

    .tt-cta .text-lg-end{
        text-align:left !important;
    }
}

@media (max-width: 389.98px){
    .tt-shell{
        padding-left:12px;
        padding-right:12px;
    }

    .tt-hero-inner{
        padding-top:112px;
    }

    .tt-title{
        font-size:1.76rem;
    }

    .tt-panel{
        padding:12px;
    }
}

@media (prefers-reduced-motion: reduce){
    html{
        scroll-behavior:auto;
    }

    *,
    *::before,
    *::after{
        animation:none !important;
        transition:none !important;
    }
}