/* ============================================================
   TERRA FLIGHTS — Dark Green/Emerald Mindful Theme
   ============================================================ */
:root {
    --primary: #059669;
    --primary-light: #10B981;
    --primary-dark: #047857;
    --primary-fg: #fff;
    --accent: #059669;
    --accent-dark: #047857;
    --accent-fg: #fff;
    --dark: #064E3B;
    --dark-light: #065F46;
    --foreground: #111827;
    --muted: #6B7280;
    --border: #E5E7EB;
    --section-alt: #F0FDF4;
    --card-bg: #fff;
    --radius: 0.75rem;
    --shadow-sm: 0 1px 2px rgba(0,0,0,.04);
    --shadow-md: 0 4px 12px rgba(0,0,0,.06);
    --shadow-lg: 0 12px 24px rgba(0,0,0,.08);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--foreground);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
.container{max-width:72rem;margin:0 auto;width:100%}
.text-accent{color:var(--primary)!important}
.section-alt{background:var(--section-alt)}
.center-btn{text-align:center;margin-top:2rem}

.section-label{display:block;text-transform:uppercase;font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--primary);margin-bottom:.5rem}
.section-label.left{text-align:left}
.section-label.cta-label{color:rgba(255,255,255,.7)}

.hero,.how-we-help,.three-step,.why-choose,.airlines-section,.cta-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:5rem 1.25rem}
.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;color:var(--foreground)}
.section-subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:var(--muted);max-width:36rem;margin-bottom:3rem}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;border-radius:var(--radius);font-size:.9rem;padding:.75rem 1.5rem;line-height:1}
.btn-accent{background:var(--accent);color:var(--accent-fg);padding:.875rem 1.75rem;font-size:1rem}
.btn-accent:hover{background:var(--accent-dark)}
.btn-phone{border-radius:var(--radius);padding:1rem 2rem;font-size:1.1rem}
.btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.875rem 1.25rem}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.btn-ghost-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem}
.btn-ghost-light:hover{border-color:#fff;background:rgba(255,255,255,.1)}

/* TOP BAR */
.top-bar{background:var(--dark);padding:.5rem 1.25rem}
.top-bar-inner{display:flex;justify-content:center;gap:2rem;font-size:.75rem;color:rgba(255,255,255,.7)}
.top-bar-inner span{display:flex;align-items:center;gap:.35rem}

/* HEADER */
.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border);transition:all .3s}
.header.scrolled{box-shadow:var(--shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1.25rem}
.logo{display:flex;align-items:center;gap:.5rem}
.logo-icon{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--primary);font-size:.9rem}
.logo-icon i{color:#fff}
.logo-text{font-size:1.1rem;font-weight:700;color:var(--foreground)}
.logo-tag{font-size:.65rem;color:var(--muted);margin-left:.25rem;display:none}
.header-phone-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.85rem}
.header-phone-btn:hover{background:var(--accent-dark)}
.header-phone-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8}

/* HERO */
.hero{background:linear-gradient(135deg,#064E3B 0%,#065F46 40%,#047857 100%);color:#fff;overflow:hidden;margin-top:-4rem;padding-top:7rem}
.hero-bg{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1488085061387-422e29b40080?w=1200&h=800&fit=crop') center/cover;opacity:.06}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}
.hero-content{display:flex;flex-direction:column;gap:1.25rem}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:.4rem .85rem;font-size:.8rem;font-weight:500;width:fit-content}
.badge-dot{width:.5rem;height:.5rem;background:#22C55E;border-radius:50%}
.hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}
.hero-supported{font-size:.9rem;color:rgba(255,255,255,.6)}
.hero-sub{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.7;max-width:28rem}
.hero-btns{display:flex;align-items:center;gap:.75rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.8rem;color:rgba(255,255,255,.6)}
.hero-trust span{display:flex;align-items:center;gap:.35rem}

.hero-right{display:flex;flex-direction:column;gap:1rem}
.hero-card-main{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(8px);position:relative}
.hcm-badge{position:absolute;top:1rem;right:1rem;background:var(--primary);padding:.35rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:600}
.hcm-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:.75rem}
.hero-card-main h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}
.hero-card-main p{font-size:.8rem;opacity:.7;margin-bottom:.75rem}
.hcm-btn{background:#fff;color:var(--dark);padding:.4rem 1rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;display:inline-block}

.hero-card-small-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.hero-card-sm{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1rem}
.hcs-icon{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:.9rem;margin-bottom:.5rem}
.hcs-icon.red{background:rgba(239,68,68,.2);color:#EF4444}
.hero-card-sm h5{font-size:.85rem;font-weight:600;margin-bottom:.15rem}
.hero-card-sm p{font-size:.7rem;opacity:.6}

.hero-speak-box{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:.75rem 1rem}
.hero-speak-box span{font-size:.8rem;opacity:.7}
.hero-speak-box strong{font-size:1rem;margin-left:auto}
.hsb-btn{background:var(--primary);color:#fff;padding:.4rem 1rem;border-radius:var(--radius);font-size:.8rem;font-weight:600}

/* SERVICES */
.how-we-help .section-title,.how-we-help .section-subtitle{text-align:left}
.services-layout{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;margin-bottom:2.5rem}
.srv-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}
.srv-card.srv-wide{grid-column:1;grid-row:1/3}
.srv-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsl(152 80% 93%);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.1rem;margin-bottom:1rem}
.srv-card h4{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}
.srv-card p{font-size:.85rem;color:var(--muted);line-height:1.6}
.srv-stat-card{border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.srv-stat-card.accent{background:var(--primary);color:#fff}
.srv-stat-card.dark{background:var(--dark);color:#fff}
.srv-stat-icon{font-size:1.5rem;margin-bottom:.75rem;opacity:.7}
.srv-stat-val{font-size:2rem;font-weight:700;line-height:1}
.srv-stat-desc{font-size:.8rem;opacity:.7;margin-top:.25rem}

.help-split{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:center}
.help-cta-box{background:var(--primary);color:#fff;border-radius:var(--radius);padding:2rem}
.hcta-label{font-size:.85rem;margin-bottom:.5rem;opacity:.8}
.hcta-label i{margin-right:.35rem}
.hcta-number{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}
.help-cta-box p{font-size:.85rem;opacity:.7}
.help-right-box h4{font-size:1rem;font-weight:600;margin-bottom:1rem}
.why-list{display:flex;flex-direction:column;gap:.75rem}
.why-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--muted)}
.why-item i{color:var(--primary);width:1.2rem;text-align:center}

/* 3-STEP */
.three-step .section-title,.three-step .section-subtitle{text-align:center}
.steps-vertical{max-width:36rem;margin:0 auto 3rem;display:flex;flex-direction:column;gap:1.5rem}
.step-v{display:flex;gap:1.5rem;align-items:flex-start}
.step-num{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}
.step-body h3{font-size:1.05rem;font-weight:600;margin-bottom:.35rem}
.step-body p{font-size:.9rem;color:var(--muted);margin-bottom:.5rem}
.step-detail{font-size:.85rem;font-weight:600;color:var(--primary)}
.step-detail i{margin-right:.3rem}
.step-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.tag{background:hsl(152 80% 93%);color:var(--primary);font-size:.8rem;font-weight:500;padding:.3rem .75rem;border-radius:9999px}
.step-badge-done{display:inline-flex;align-items:center;gap:.35rem;background:hsl(152 60% 92%);color:#22C55E;font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:9999px}

.process-stats{display:flex;justify-content:center;gap:3rem}
.ps-item{text-align:center;padding:1rem 2rem;border:1px solid var(--border);border-radius:var(--radius)}
.ps-val{font-size:1.5rem;font-weight:700;color:var(--foreground)}
.ps-desc{font-size:.8rem;color:var(--muted)}

/* WHY CHOOSE */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.why-left h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.25rem}
.why-desc{font-size:1rem;color:var(--muted);line-height:1.7;margin-bottom:2rem}
.why-features{display:flex;flex-direction:column;gap:1.5rem}
.why-feat{display:flex;gap:1rem}
.wf-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(152 80% 93%);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary);font-size:1rem}
.why-feat h4{font-size:.95rem;font-weight:600;margin-bottom:.15rem}
.why-feat p{font-size:.85rem;color:var(--muted)}
.stat-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}
.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center}
.stat-card.accent{background:var(--primary);color:#fff;border-color:var(--primary)}
.sc-val{font-size:1.75rem;font-weight:700;line-height:1}
.sc-val i{font-size:.85rem;margin-left:.15rem;color:var(--primary)}
.stat-card.accent .sc-val i{color:#fff}
.sc-desc{font-size:.8rem;color:var(--muted);margin-top:.25rem}
.stat-card.accent .sc-desc{color:rgba(255,255,255,.8)}
.testimonial-card{background:var(--section-alt);border-radius:var(--radius);padding:1.5rem}
.tq{font-size:3rem;font-weight:700;color:var(--primary);line-height:1;margin-bottom:.5rem}
.testimonial-card p{font-size:.9rem;color:var(--foreground);line-height:1.6;margin-bottom:1rem}
.tauthor{display:flex;align-items:center;gap:.75rem}
.tauthor-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}
.tauthor strong{font-size:.85rem}
.tauthor span{font-size:.75rem;color:var(--muted)}

/* AIRLINES */
.airlines-section{min-height:auto;padding:4rem 1.25rem}
.airlines-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}
.airlines-tabs{display:flex;gap:.5rem;margin-bottom:2rem}
.atab{padding:.4rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:500;color:var(--muted);border:1px solid var(--border);cursor:pointer}
.atab.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;margin-bottom:2rem}
.airline-logo-item{filter:grayscale(100%);opacity:.5;transition:all .3s}
.airline-logo-item:hover{filter:grayscale(0%);opacity:1}
.airline-logo-item img{height:2.5rem;width:auto;max-width:9rem;object-fit:contain}

/* CTA */
.cta-section{background:var(--dark);color:#fff;min-height:auto;padding:5rem 1.25rem}
.cta-inner{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}
.cta-left h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}
.cta-left p{font-size:1rem;opacity:.7}
.cta-right{display:flex;gap:1rem;align-items:center}

/* FOOTER */
.footer{background:#022C22;color:rgba(255,255,255,.6);padding:4rem 1.25rem 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.logo-icon-footer{width:2.25rem;height:2.25rem;background:var(--primary);border-radius:50%}
.footer-col p{font-size:.9rem;line-height:1.7;margin-bottom:1rem}
.footer-callbox{margin-bottom:.75rem}
.fc-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4);display:block;margin-bottom:.25rem}
.fc-number{font-size:1.25rem;font-weight:700;color:#fff}
.footer-badges{display:flex;gap:1rem;font-size:.8rem}
.footer-badges span{display:flex;align-items:center;gap:.35rem;opacity:.5}
.footer-col h4{color:#fff;font-weight:600;font-size:.95rem;margin-bottom:1rem}
.footer-col ul{display:flex;flex-direction:column;gap:.6rem}
.footer-col ul li{font-size:.9rem;display:flex;align-items:center;gap:.6rem}
.footer-col ul li a{opacity:.6;transition:all .2s}
.footer-col ul li a:hover{opacity:1;color:var(--primary)}
.footer-col ul li i{width:1rem;color:var(--primary);font-size:.85rem}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;font-size:.8rem}
.footer-bottom p{opacity:.4}
.footer-bottom-links{display:flex;gap:1.5rem}
.footer-bottom-links a{opacity:.4;transition:opacity .2s}
.footer-bottom-links a:hover{opacity:1}

/* POPUP */
.popup-overlay{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.5)}
.popup-overlay.active{display:flex}
.popup-dialog{width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border-radius:0;border:0;background:#fff;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative}
.popup-close-btn{position:absolute;top:1rem;right:.75rem;width:2rem;height:2rem;background:hsl(220,20%,96%);color:hsl(220,15%,45%);border:none;border-radius:50%;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .2s;line-height:1}
.popup-close-btn:hover{background:hsl(220,14%,90%);color:hsl(220,25%,20%)}
.popup-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto;min-height:0}
.popup-brand{color:var(--primary);font-size:1.875rem;font-weight:300;letter-spacing:.15em;text-align:center;margin-bottom:1.5rem}
.popup-phone-box{display:inline-flex;align-items:center;gap:.75rem;border:2px solid var(--primary);border-radius:var(--radius);padding:1rem 1.5rem;margin-bottom:1.5rem;cursor:pointer;transition:all .2s}
.popup-phone-box i{color:var(--primary);font-size:1.5rem}
.popup-phone-box span{color:var(--primary);font-size:1.5rem;font-weight:700;letter-spacing:.05em}
.popup-phone-box:hover{background:var(--primary)}
.popup-phone-box:hover i,.popup-phone-box:hover span{color:#fff}
.popup-services{color:var(--muted);font-size:.875rem;text-align:center;margin-bottom:1.25rem}
.popup-live{color:var(--primary);font-size:1rem;font-weight:600;margin-bottom:.75rem}
.popup-circle{width:5rem;height:5rem;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 8px 24px rgba(5,150,105,.3)}
.popup-circle i{color:#fff;font-size:2rem}
.popup-click-text{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}
.popup-sub{font-size:.875rem;color:hsl(220,15%,65%);text-align:center}
.popup-bar{background:var(--primary);padding:1.25rem;text-align:center;flex-shrink:0;cursor:pointer}
.popup-bar-label{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#fff;margin-bottom:.25rem}
.popup-bar-number{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.05em}

/* RESPONSIVE */
@media(max-width:1024px){
    .top-bar-inner{gap:1rem;font-size:.7rem}
    .hero-inner{grid-template-columns:1fr;text-align:center}
    .hero-content{align-items:center}
    .hero-right{max-width:28rem;margin:0 auto}
    .services-layout{grid-template-columns:1fr 1fr}
    .srv-card.srv-wide{grid-column:1/-1}
    .help-split{grid-template-columns:1fr}
    .why-grid{grid-template-columns:1fr}
    .cta-inner{grid-template-columns:1fr;text-align:center;gap:1.5rem}
    .cta-right{justify-content:center}
    .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
    .top-bar{display:none}
    .hero,.how-we-help,.three-step,.why-choose,.airlines-section,.cta-section{padding:4rem 1.25rem}
    .header-phone-label{display:none}
    .header-phone-text{display:none}
    .header-phone-btn{padding:.5rem;width:2.5rem;height:2.5rem;justify-content:center}
    .hero{padding-top:6rem}
    .hero h1{font-size:1.75rem}
    .hero-card-small-row{grid-template-columns:1fr}
    .services-layout{grid-template-columns:1fr}
    .stat-cards{grid-template-columns:1fr 1fr}
    .process-stats{gap:1rem;flex-wrap:wrap}
    .ps-item{padding:.75rem 1rem}
    .logos-grid{gap:1.5rem 2rem}
    .airline-logo-item img{height:2rem}
    .footer-grid{grid-template-columns:1fr;gap:2rem}
    .footer-bottom{flex-direction:column;gap:1rem;text-align:center}
    .cta-right{flex-direction:column;width:100%}
    .hero-btns{flex-direction:column;width:100%}
}
@media(max-width:480px){
    .hero h1{font-size:1.5rem}
    .sc-val{font-size:1.5rem}
    .popup-brand{font-size:1.5rem}
    .popup-phone-box span{font-size:1.25rem}
}
