/**
 * CEOFLIGHTS — programmatic SEO landing pages (shared)
 * Extracted from inline <style> in ceoflights-seo pilot HTML; all slug pages link here.
 * Send this file to Agris for future builds: link it instead of embedding the same CSS per page.
 */
:root{--c-primary:#0049ef;--c-primary-hover:#003acc;--c-dark:#1a1a24;--c-text:#4a5568;--c-bg:#f7f7f5;--c-border:#e8e5df;--c-green:#00b67a;--c-warm:#f4f6f8;--c-warm-border:#e2e6ea;--c-accent:#0d9488}
*{box-sizing:border-box}
/* Fix #1: Lock viewport — prevent horizontal scroll caused by header/nav overflow */
html{overflow-x:hidden;max-width:100vw}
body{font-family:'Inter',sans-serif;color:var(--c-text);margin:0;line-height:1.7;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Montserrat',sans-serif;color:var(--c-dark);margin-top:0}

/* --- HEADER PLACEHOLDER --- */
#cf-header-placeholder{min-height:70px;background:#fff;border-bottom:1px solid #e8e5df}

.cf-container{max-width:1300px;margin:0 auto;padding:0 24px}

/* --- HERO --- */
body{padding-top:0}
@keyframes kenBurns{from{transform:scale(1.03)}to{transform:scale(1.0)}}
/* Price Shimmer Skeleton — premium loading state for hero price */
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
@keyframes priceReveal{from{transform:translateY(8px) scale(0.95)}to{transform:translateY(0) scale(1)}}
/* Hero Entrance — staggered fade-in */
@keyframes heroFadeIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
/* Mobile CTA entrance */
@keyframes ctaSlideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}
/* Trust stat counter entrance */
@keyframes countEntrance{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.hero-row{position:relative;z-index:1;display:flex;gap:40px;justify-content:space-between;align-items:center;width:100%;padding:60px 0}
.hero-left{flex:0 1 65%;max-width:700px;color:#fff;min-width:0}
.hero-left h1{font-size:2.75rem;font-weight:800;line-height:1.12;margin-bottom:16px;color:#fff;letter-spacing:-1px}

/* Hero-extended wrapper for country pages: hero bg continues behind destinations */
.hero-extended{position:relative;background:#0a1628;overflow:hidden}
/* T8: Hero image as real <img> for LCP + accessibility, wrapped in <picture> for art direction */
.hero-extended picture{position:absolute;inset:0;width:100%;height:100%;z-index:0}
.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:kenBurns 12s ease-out forwards;z-index:0;image-rendering:high-quality}
.hero-extended::before{content:none}
.hero-extended .hero-overlay-full{position:absolute;inset:0;background:linear-gradient(180deg, rgba(18,14,10,0.55) 0%, rgba(18,14,10,0.25) 40%, rgba(18,14,10,0.52) 100%);z-index:1}
.hero-extended .hero-row{position:relative;z-index:2;display:flex;gap:48px;justify-content:space-between;align-items:center;width:100%;padding:60px 0}
.hero-extended .hero-left{flex:0 1 65%;max-width:700px;color:#fff}
/* Top Destinations overlay section */
/* Top Destinations — Compact Grid Layout (inspired by business-class.com) */
.top-dest-overlay{position:relative;z-index:2;padding:48px 0 56px;border-top:1px solid rgba(255,255,255,0.12)}
.top-dest-overlay::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(6,14,28,0.30) 0%, rgba(6,14,28,0.45) 100%);z-index:-1}
.top-dest-overlay .td-eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.25em;color:rgba(255,255,255,0.5);margin-bottom:6px;font-family:'Montserrat',sans-serif}
.top-dest-overlay .td-title{font-size:26px;font-weight:800;color:#fff;margin-bottom:4px;font-family:'Montserrat',sans-serif;letter-spacing:-0.5px}
.top-dest-overlay .td-subtitle{font-size:13px;color:rgba(255,255,255,0.45);margin-bottom:28px;font-weight:400}
/* Carousel wrapper — arrows OUTSIDE card area */
.td-carousel{position:relative;display:flex;align-items:center;gap:12px}
.td-carousel-track{flex:1;min-width:0;overflow:hidden;position:relative}
.td-slider-ribbon{display:flex;width:100%;transition:transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);will-change:transform}
.td-carousel-page{flex-shrink:0;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px 36px;align-content:start;box-sizing:border-box}
.td-carousel-nav{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,0.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.18);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.25s;z-index:3;font-size:20px;flex-shrink:0;opacity:1}
.td-carousel-nav:hover{background:rgba(255,255,255,0.22);transform:scale(1.08)}
.td-carousel-nav.td-hidden{opacity:0;pointer-events:none}
.td-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}
.td-carousel-dot{width:32px;height:3px;border-radius:2px;background:rgba(255,255,255,0.25);cursor:pointer;transition:all 0.3s}
.td-carousel-dot.active{background:#fff;width:48px}
.td-show-more{display:none}
/* Compact destination row card */
.td-row{display:flex;align-items:center;gap:14px;text-decoration:none;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,0.06);transition:all 0.25s;border-radius:10px;margin:0}
.td-row:last-child{border-bottom:none}
.td-row:hover{background:rgba(255,255,255,0.08);transform:translateX(4px)}
.td-row-img{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,0.3);background:linear-gradient(90deg,rgba(255,255,255,0.04) 25%,rgba(255,255,255,0.08) 50%,rgba(255,255,255,0.04) 75%);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}
.td-row-img.img-loaded{animation:none;background:none}
.td-row-info{flex:1;min-width:0}
.td-row-city{font-size:15px;font-weight:800;color:#fff;font-family:'Montserrat',sans-serif;text-transform:uppercase;letter-spacing:0.5px;margin:0 0 3px}
.td-row-old{font-size:12px;color:rgba(255,255,255,0.35);text-decoration:line-through;font-weight:500}
.td-row-price{font-size:20px;font-weight:800;color:#fff;font-family:'Montserrat',sans-serif;line-height:1.2}
.hero-left .subtitle{font-size:1.05rem;opacity:0.85;margin-bottom:20px;font-weight:500;max-width:560px;line-height:1.6}
/* Hero Price Callout */
.hero-price{display:flex;align-items:center;gap:24px;margin-bottom:28px}
.hero-price-amount{font-family:'Montserrat',sans-serif}
.hero-price-from{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;opacity:0.6;margin-bottom:2px}
.hero-price-val{font-size:38px;font-weight:800;color:#fff;line-height:1;position:relative;overflow:hidden;transition:color 0.4s ease}
.hero-price-val.loading{color:transparent}
.hero-price-val.loading::after{content:'';position:absolute;inset:0;border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,0.06) 25%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.06) 75%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}
.hero-price-val.revealed{animation:priceReveal 0.6s cubic-bezier(0.16,1,0.3,1) forwards}
.hero-price-sub{font-size:12px;opacity:0.5;font-weight:500}
.hero-price-divider{width:1px;height:48px;background:rgba(255,255,255,0.25)}
.hero-price-cta{font-size:13px;font-weight:600;color:rgba(255,255,255,0.85);line-height:1.5;max-width:260px}
.hero-price-cta svg{width:18px;height:18px;vertical-align:-3px;margin-left:6px;opacity:0.7}
/* Hero staggered entrance */
.hero-left h1,.hero-left .subtitle,.hero-price,.trustpilot-badge{opacity:0;animation:heroFadeIn 0.8s cubic-bezier(0.16,1,0.3,1) forwards}
.hero-left h1{animation-delay:0.1s}
.hero-left .subtitle{animation-delay:0.25s}
.hero-price{animation-delay:0.4s}
.trustpilot-badge{animation-delay:0.55s}
/* Trustpilot Badge */
.trustpilot-badge{display:flex;align-items:center;gap:10px;margin-top:20px}
.trustpilot-badge a{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}
.trustpilot-stars{display:flex;gap:2px}
.trustpilot-star{width:22px;height:22px;background:#00b67a;display:flex;align-items:center;justify-content:center;border-radius:2px}
.trustpilot-star svg{width:14px;height:14px;fill:#fff}
.trustpilot-logo{font-size:13px;font-weight:700;color:rgba(255,255,255,0.7);letter-spacing:-0.2px;display:flex;align-items:center;gap:4px}
.trustpilot-logo svg{width:14px;height:14px}
.trustpilot-rating{font-size:17px;font-weight:800;color:#fff;font-family:'Montserrat',sans-serif}

/* Section Eyebrow Labels */
.section-eyebrow{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0.15em;color:var(--c-accent);margin-bottom:10px;font-family:'Montserrat',sans-serif}



/* --- FORM WIDGET --- */
.quote-form-box{background:#fff;border-radius:16px;padding:0;box-shadow:0 20px 60px rgba(0,0,0,0.25),0 0 0 1px rgba(255,255,255,0.1);width:360px;flex-shrink:0;overflow:hidden}
.form-header{background:var(--c-primary);padding:16px 32px;text-align:center;position:relative;overflow:hidden}
.form-header::after{content:'';position:absolute;top:-50%;right:-30%;width:120px;height:120px;background:rgba(255,255,255,0.06);border-radius:50%}
.form-title{font-size:16px;font-weight:800;color:#fff;font-family:'Montserrat',sans-serif;margin:0;letter-spacing:0.3px;position:relative;z-index:1}
.form-body{padding:18px 22px 20px}
.quote-form-box form{display:flex;flex-direction:column;gap:8px}
.mobile-cta-bar{display:none}
/* Scroll reveal animations */
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s cubic-bezier(0.16,1,0.3,1),transform 0.7s cubic-bezier(0.16,1,0.3,1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-d1{transition-delay:0.1s}.reveal-d2{transition-delay:0.2s}.reveal-d3{transition-delay:0.25s}
/* Enhanced reveal depth variants */
.reveal-up{transform:translateY(40px)}.reveal-scale{transform:scale(0.95);opacity:0}.reveal-left{transform:translateX(-30px);opacity:0}.reveal-right{transform:translateX(30px);opacity:0}
.reveal-up.visible{transform:translateY(0)}.reveal-scale.visible{transform:scale(1);opacity:1}.reveal-left.visible,.reveal-right.visible{transform:translateX(0);opacity:1}
.cf-input{padding:11px 14px;border:1px solid #e0e0e0;border-radius:6px;font-size:13.5px;font-family:inherit;width:100%;color:var(--c-dark);background:#fafafa;transition:all 0.2s;box-sizing:border-box}
.cf-input:focus{border-color:var(--c-primary);outline:none;background:#fff;box-shadow:0 0 0 3px rgba(0,73,239,0.08)}
.cf-input-from,.cf-input-to{border-left:3px solid var(--c-primary);background:#f0f4ff}
select.cf-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}
.form-row-2{display:flex;gap:8px}
.form-row-2 > *{flex:1}
.form-submit{width:100%;padding:14px;border:none;cursor:pointer;font-size:15px;font-weight:700;border-radius:28px;margin-top:4px;background:var(--c-primary);color:#fff;transition:all 0.2s;letter-spacing:0.3px;height:48px;min-width:auto;font-family:'Montserrat',sans-serif;position:relative;overflow:hidden}
.form-submit-red{background:#ef4444;box-shadow:0 4px 20px rgba(239,68,68,0.25)}
.form-submit-red:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 6px 24px rgba(239,68,68,0.4)}
@keyframes ctaPulse{0%,100%{box-shadow:0 4px 20px rgba(239,68,68,0.25)}50%{box-shadow:0 4px 28px rgba(239,68,68,0.45)}}
.form-submit-red{animation:ctaPulse 2.5s ease-in-out infinite}
.form-submit-red:hover{animation:none}
.form-submit svg{width:16px;height:16px;flex-shrink:0}
.form-submit:hover{transform:translateY(-1px)}
.form-agree{font-size:9.5px;line-height:1.4;color:#b0b0b0;display:flex;gap:6px;align-items:flex-start;margin-top:2px}
.form-agree input{margin-top:2px;cursor:pointer;flex-shrink:0}
.form-agree a{color:var(--c-primary);text-decoration:none}
.form-phone-cta{text-align:center;margin-top:10px;padding-top:10px;border-top:1px dashed #e8e8e8}
.form-phone-cta-or{font-size:10px;color:#bbb;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;margin-bottom:6px}
.form-phone-link{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border:1.5px solid var(--c-dark);border-radius:6px;text-decoration:none;color:var(--c-dark);font-size:13px;font-weight:700;font-family:'Montserrat',sans-serif;transition:all 0.2s}
.form-phone-link:hover{background:var(--c-dark);color:#fff}
.form-phone-link svg{width:14px;height:14px}
.form-phone-sub{font-size:9px;color:#aaa;margin-top:2px}
.form-secure-footer{text-align:center;margin-top:10px;font-size:9.5px;color:#aaa}
.form-secure-footer svg{width:12px;height:12px;vertical-align:-2px;margin-right:3px}
.form-trust-indicators{display:flex;justify-content:space-around;padding:12px 8px 0;border-top:1px solid #f0f0f0;margin-top:12px}
.form-trust-item{text-align:center}
.form-trust-item svg{width:20px;height:20px;margin-bottom:4px;stroke:var(--c-primary);stroke-width:1.5;fill:none}
.form-trust-value{font-size:12px;font-weight:800;color:var(--c-dark);line-height:1.2;font-family:'Montserrat',sans-serif}
.form-trust-label{font-size:9px;color:#aaa;font-weight:500}

/* --- SECTIONS --- */

.breadcrumb-nav{padding:14px 0;font-size:13px;color:#a0aec0;border-bottom:1px solid var(--c-border);background:#fff}
.breadcrumb-nav a{color:var(--c-primary);text-decoration:none;font-weight:500}
.breadcrumb-nav .cf-container{max-width:1300px;margin:0 auto;padding:0 24px}

.process-section{background:#fff;padding:80px 0;border-top:1px solid var(--c-border)}
.section-title{font-size:32px;font-weight:800;text-align:center;margin-bottom:60px;letter-spacing:-0.5px}
.process-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}
.process-step{display:flex;gap:20px;align-items:flex-start}
.step-icon{width:60px;height:60px;flex-shrink:0;background:rgba(0,73,239,0.06);border-radius:16px;display:flex;align-items:center;justify-content:center}
.step-icon svg{width:32px;height:32px}
.step-content h3{font-size:15px;font-weight:800;margin-bottom:6px;text-transform:uppercase;letter-spacing:0.5px}
.step-content p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}

.content-section{padding:80px 0;background:#f5f5f3}
/* Content layout — single column */
.content-grid{max-width:900px;margin:0 auto}
.content-main{background:#fafaf8;padding:60px;border-radius:16px}
.editorial-text{font-size:16px;line-height:1.8;color:#4b5563}
.editorial-text h2, .editorial-text h3{color:var(--c-dark);letter-spacing:-0.5px}
.editorial-text h2{font-size:32px;margin-bottom:32px;font-weight:800}
.editorial-text h3{font-size:24px;margin:40px 0 20px;font-weight:700}
/* Dark Feature Block — Destination/Route Blueprint Card */
.dark-feature{background:linear-gradient(145deg,#0c1220 0%,#162033 50%,#1a2744 100%);border-radius:20px;padding:44px 48px;color:#fff;margin:48px 0;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.06)}
.dark-feature::before{content:'';position:absolute;top:0;left:48px;right:48px;height:2px;background:linear-gradient(90deg,transparent 0%,var(--c-accent) 30%,var(--c-accent) 70%,transparent 100%);opacity:0.5;border-radius:2px}
.dark-feature::after{content:'';position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(13,148,136,0.06) 0%,transparent 70%);border-radius:50%}
.dark-feature .df-eyebrow{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.22em;color:var(--c-accent);margin-bottom:8px;font-family:'Montserrat',sans-serif;position:relative;z-index:1}
.dark-feature .df-title{font-size:22px;font-weight:800;margin-bottom:28px;border-bottom:1px solid rgba(255,255,255,0.08);padding-bottom:18px;letter-spacing:-0.3px;position:relative;z-index:1;font-family:'Montserrat',sans-serif}
.dark-feature .df-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;position:relative;z-index:1}
.dark-feature .df-item{padding:18px 20px;border-left:2px solid rgba(255,255,255,0.06);border-top:1px solid rgba(255,255,255,0.06);transition:background 0.25s}
.dark-feature .df-item:nth-child(odd){border-left:none}
.dark-feature .df-item:nth-child(1),.dark-feature .df-item:nth-child(2){border-top:none}
.dark-feature .df-item:hover{background:rgba(255,255,255,0.03)}
.dark-feature .df-item .df-label{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:0.2em;color:var(--c-accent);margin-bottom:8px;opacity:0.85;font-family:'Montserrat',sans-serif}
.dark-feature .df-item .df-val{font-size:17px;font-weight:700;color:#fff;letter-spacing:-0.2px;line-height:1.4;font-family:'Montserrat',sans-serif}
.dark-feature .df-item .df-desc{font-size:12px;color:rgba(255,255,255,0.35);margin-top:5px;font-weight:400;line-height:1.5}
/* Verdict Pros/Cons Block */
.verdict-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:40px 0}
.verdict-col{padding-left:20px;border-left:3px solid}
.verdict-pros{border-color:#10b981}
.verdict-cons{border-color:#f59e0b}
.verdict-col h4{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:800;margin-bottom:12px}
.verdict-col ul{list-style:none;padding:0;margin:0}
.verdict-col ul li{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:8px;padding-left:20px;position:relative}
.verdict-pros ul li::before{content:'●';position:absolute;left:0;color:#10b981;font-size:10px;top:4px}
.verdict-cons p{font-size:14px;color:#4b5563;line-height:1.7;margin:0}
.editorial-text p{margin-bottom:24px}
/* T2: First editorial paragraph — visually prominent, LLM-extractable answer */
.editorial-answer{font-size:17.5px;line-height:1.85;color:#2d3748;font-weight:450;border-left:3px solid var(--c-accent);padding-left:20px;margin-bottom:32px}
.editorial-text .editorial-img{width:100%;max-width:100%;height:auto;border-radius:16px;margin:32px 0;box-shadow:0 8px 30px rgba(0,0,0,0.12);aspect-ratio:16/9;object-fit:cover;opacity:0;filter:blur(8px);transition:opacity 0.6s ease,filter 0.6s ease,transform 0.4s ease;transform:scale(1.02)}
.editorial-text .editorial-img.loaded{opacity:1;filter:blur(0);transform:scale(1)}
.editorial-text .editorial-img-wrap{float:right;width:48%;margin:0 0 24px 32px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.12)}
.editorial-text .editorial-img-wrap img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover;opacity:0;filter:blur(8px);transition:opacity 0.6s ease,filter 0.6s ease,transform 0.4s ease;transform:scale(1.02)}
.editorial-text .editorial-img-wrap img.loaded{opacity:1;filter:blur(0);transform:scale(1)}

/* Key Highlights — Feature Showcase Cards */
.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:40px 0 48px}
.highlight-card{background:#fff;border:1px solid var(--c-border);border-radius:16px;padding:28px 28px 24px;position:relative;overflow:hidden;transition:border-color 0.3s,box-shadow 0.3s}
.highlight-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--c-accent),#10b981);opacity:0.45;border-radius:16px 16px 0 0}
.highlight-card:hover{border-color:rgba(13,148,136,0.25);box-shadow:0 4px 20px rgba(13,148,136,0.06)}
.highlight-card .hc-icon{width:48px;height:48px;flex-shrink:0;background:var(--c-warm);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.highlight-card .hc-icon svg{width:24px;height:24px;stroke:var(--c-accent);stroke-width:1.5;fill:none}
.highlight-card .hc-title{font-size:15px;font-weight:800;color:var(--c-dark);margin-bottom:8px;line-height:1.3;font-family:'Montserrat',sans-serif}
.highlight-card .hc-desc{font-size:13px;color:#6b7280;line-height:1.65;margin:0}
.highlight-card .hc-desc::first-letter{font-size:inherit;float:none;margin:0;font-weight:inherit;line-height:inherit}

.trust-banner{background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);padding:56px 0}
.trust-row{display:flex;justify-content:center;align-items:stretch;gap:0;flex-wrap:wrap}
.trust-stat{text-align:center;padding:20px 48px;position:relative}
.trust-stat:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:48px;background:rgba(255,255,255,0.12)}
.trust-icon{width:40px;height:40px;margin:0 auto 12px;color:var(--c-accent);opacity:0.9}
.trust-icon svg{width:100%;height:100%}
.trust-num{font-size:38px;font-weight:800;color:#fff;font-family:'Montserrat',sans-serif;letter-spacing:-1px;opacity:0;transform:translateY(12px)}
.trust-stat.visible .trust-num{animation:countEntrance 0.6s cubic-bezier(0.16,1,0.3,1) forwards}
.trust-label{font-size:12px;color:rgba(255,255,255,0.55);font-weight:600;margin-top:6px;text-transform:uppercase;letter-spacing:1.5px}
.trust-desc{font-size:12px;color:rgba(255,255,255,0.35);margin-top:8px;font-weight:400;max-width:180px;margin-left:auto;margin-right:auto;line-height:1.5}


/* FAQ Section */
.cf-faq-section{padding:80px 0;background:#fff}
.faq-header{text-align:center;margin-bottom:48px}
.faq-subtitle{font-size:16px;color:#8a7a6b;margin-top:-40px;margin-bottom:0;font-weight:500}
.faq-list{max-width:800px;margin:0 auto}
.faq-item{background:#fff;border:1px solid var(--c-border);border-radius:12px;margin-bottom:12px;overflow:hidden;transition:box-shadow 0.2s,border-color 0.3s,background 0.3s}
.faq-item:hover{box-shadow:0 4px 16px rgba(0,0,0,0.04)}
.faq-item[open]{border-color:var(--c-warm-border);background:var(--c-warm)}
.faq-q{padding:20px 48px 20px 20px;margin:0;font-size:16px;font-weight:700;cursor:pointer;position:relative;display:flex;align-items:center;gap:14px;transition:color 0.2s;line-height:1.35;list-style:none}
.faq-q::-webkit-details-marker{display:none}
.faq-q:hover{color:var(--c-dark)}
.faq-num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:var(--c-warm);color:var(--c-accent);border-radius:8px;font-size:12px;font-weight:800;flex-shrink:0;font-family:'Montserrat',sans-serif}
.faq-item[open] .faq-num{background:rgba(13,148,136,0.15)}
.faq-q::after{content:'';position:absolute;right:20px;top:50%;width:8px;height:8px;border-right:2px solid #9ca3af;border-bottom:2px solid #9ca3af;transform:translateY(-60%) rotate(45deg);transition:transform 0.3s}
.faq-item[open] .faq-q::after{transform:translateY(-30%) rotate(-135deg)}
/* FAQ smooth height transition — interpolate-size for native <details> animation */
.faq-a{overflow:hidden}
.faq-a p{padding:0 20px 20px;padding-left:64px;margin:0;color:#4b5563;line-height:1.7;font-size:15px}

/* Editorial Enhancements */
.editorial-text > p:first-of-type::first-letter{font-size:3.2em;float:left;line-height:0.8;margin:6px 12px 0 0;font-weight:800;color:var(--c-dark);font-family:'Montserrat',sans-serif}
.editorial-text blockquote{border-left:4px solid var(--c-accent);background:var(--c-warm);margin:32px 0;padding:24px 32px;border-radius:0 12px 12px 0;font-style:italic;font-size:17px;color:var(--c-dark);line-height:1.7;font-weight:500}
.editorial-text ul{padding-left:0;list-style:none;margin:24px 0}
.editorial-text ul li{position:relative;padding-left:28px;margin-bottom:12px;line-height:1.7}
.editorial-text ul li::before{content:'✓';position:absolute;left:0;color:var(--c-green);font-weight:800;font-size:16px}

/* Comparison Table — Country/Region City-by-City Data */
.comparison-table-wrap{overflow-x:auto;margin:32px 0;border-radius:12px;border:1px solid var(--c-border);box-shadow:0 4px 16px rgba(0,0,0,0.04)}
.comparison-table{width:100%;border-collapse:collapse;font-size:14px;font-family:'Inter',sans-serif}
.comparison-table thead th{background:linear-gradient(135deg,#0c1220 0%,#1a2744 100%);color:#fff;padding:14px 18px;text-align:left;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:0.08em;font-family:'Montserrat',sans-serif;white-space:nowrap}
.comparison-table thead th:first-child{border-radius:12px 0 0 0}
.comparison-table thead th:last-child{border-radius:0 12px 0 0}
.comparison-table tbody td{padding:14px 18px;border-bottom:1px solid var(--c-border);color:var(--c-text);line-height:1.5;vertical-align:middle}
.comparison-table tbody tr:last-child td{border-bottom:none}
.comparison-table tbody tr:hover{background:rgba(0,73,239,0.03)}
.comparison-table tbody tr:nth-child(even){background:var(--c-warm)}
.comparison-table tbody tr:nth-child(even):hover{background:rgba(0,73,239,0.05)}
.comparison-table a{color:var(--c-primary);font-weight:700;text-decoration:none;transition:color 0.2s}
.comparison-table a:hover{color:var(--c-primary-hover);text-decoration:underline}
.comparison-table td strong{color:var(--c-dark);font-family:'Montserrat',sans-serif;font-weight:800}

/* --- FOOTER PLACEHOLDER --- */
#cf-footer-placeholder{min-height:60px;background:#fff;border-top:1px solid #e8e5df}

.text-center{text-align:center}

@media(max-width:992px){
  .hero-row{flex-direction:column;gap:24px;padding:40px 0}
  .hero-left{flex:1;min-width:0;text-align:center}
  .hero-left h1{font-size:1.6rem;line-height:1.18}
  .hero-left .subtitle{font-size:0.82rem;line-height:1.5;margin-left:auto;margin-right:auto}
  .hero-price{gap:0;margin-bottom:16px;flex-direction:column;align-items:center}
  .hero-price-amount{text-align:center}
  .hero-price-val{font-size:28px}
  .hero-price-divider{display:none}
  .hero-price-cta{display:none}
  .trustpilot-badge{justify-content:center;margin-top:14px}
  .trustpilot-star{width:18px;height:18px}
  .trustpilot-star svg{width:11px;height:11px}
  .trustpilot-rating{font-size:14px}
  .trustpilot-logo{font-size:11px}
  .quote-form-box{width:100%;max-width:100%}
  .process-grid{grid-template-columns:1fr;gap:24px}
  /* --- MOBILE CAROUSEL: horizontal swipe with scroll-snap --- */
  .top-dest-overlay{padding:28px 0 36px;text-align:center;overflow:hidden}
  .top-dest-overlay .cf-container{padding:0 16px}
  .top-dest-overlay .td-eyebrow,.top-dest-overlay .td-title,.top-dest-overlay .td-subtitle{text-align:center}
  .td-title{font-size:20px!important;margin-bottom:6px!important}
  .td-subtitle{font-size:12px!important;margin-bottom:16px!important}
  .td-carousel{gap:0;flex-direction:column}
  .td-carousel-nav{display:none!important}
  .td-carousel-track{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
  .td-carousel-track::-webkit-scrollbar{display:none}
  .td-carousel-page{flex:0 0 100%;width:100%;scroll-snap-align:start;grid-template-columns:1fr;gap:0;scroll-snap-stop:always;box-sizing:border-box}
  .td-carousel-dots{display:flex;margin-top:12px}
  .td-carousel-dot{background:rgba(255,255,255,0.3);padding:16px 0;background-clip:content-box;height:3px;box-sizing:content-box}
  .td-carousel-dot.active{background:rgba(255,255,255,1);background-clip:content-box}
  .td-show-more{display:none!important}
  .td-row-img{display:none}
  .td-row-city{font-size:13px;letter-spacing:0.3px}
  .td-row-price{font-size:16px}
  .td-row-old{font-size:11px;margin:0}
  .td-row{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,0.12)!important;border-radius:0!important;flex-direction:row;align-items:center;min-width:0;overflow:hidden}
  .td-row:hover{background:transparent;transform:none}
  .td-row-info{display:flex;align-items:center;flex:1;min-width:0;gap:6px;overflow:hidden}
  .td-row-info .td-row-city{flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .td-row-info .td-row-old{margin:0 6px 0 auto;flex-shrink:0;white-space:nowrap}
  .td-row-info .td-row-price{flex-shrink:0;white-space:nowrap;text-align:right}
  #cf-header-placeholder{display:none}
  /* Fix #3: Reposition hero image — show more of the human subject, less dead sky */
  .hero-bg-img{object-position:center 25%}
  .hero-extended .hero-overlay-full{background:linear-gradient(180deg, rgba(18,14,10,0.0) 0%, rgba(18,14,10,0.08) 25%, rgba(18,14,10,0.35) 45%, rgba(18,14,10,0.70) 68%, rgba(18,14,10,0.88) 100%)!important}
  .hero-extended .hero-row{flex-direction:column;gap:24px;padding:0 0 80px;min-height:calc(100svh - 72px);justify-content:flex-end}
  .highlights-grid{grid-template-columns:1fr}
  .trust-row{flex-wrap:wrap;justify-content:center}
  .trust-stat{padding:16px 20px;min-width:120px}
  .trust-stat:not(:last-child)::after{display:none}
  .editorial-text .editorial-img-wrap{float:none;width:100%;margin:24px 0}
  .editorial-text .editorial-img{aspect-ratio:16/9;object-fit:cover}
  .editorial-text .editorial-img-wrap img{aspect-ratio:16/9;object-fit:cover}
  .quote-form-box{display:none}
  .mobile-cta-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:99999;padding:10px 16px;background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(0,0,0,0.06);box-shadow:0 -4px 20px rgba(0,0,0,0.12);gap:10px;align-items:center;animation:ctaSlideUp 0.5s cubic-bezier(0.16,1,0.3,1) 1s both}
  .mobile-cta-link{flex:1;display:block;background:#ef4444;color:#fff;text-align:center;padding:14px;border-radius:10px;font-weight:800;font-size:15px;text-decoration:none;font-family:'Montserrat',sans-serif;letter-spacing:0.3px;box-shadow:0 4px 16px rgba(239,68,68,0.3)}
  .mobile-cta-link:active{transform:scale(0.97)}
  .mobile-cta-phone{display:flex;width:48px;height:48px;border-radius:10px;border:1.5px solid var(--c-dark);align-items:center;justify-content:center;flex-shrink:0;text-decoration:none;color:var(--c-dark)}
  .mobile-cta-phone svg{width:20px;height:20px}
  .cf-faq-section{padding:48px 0}
  .faq-header{margin-bottom:28px}
  .faq-header h2{font-size:24px}
  .faq-subtitle{font-size:13px;margin-top:-32px}
  .faq-q{padding:16px 40px 16px 16px;font-size:14px;gap:10px}
  .faq-num{width:26px;height:26px;font-size:11px;border-radius:6px}
  .faq-q::after{right:16px;width:7px;height:7px}
  .faq-a p{padding:0 16px 16px 52px;font-size:13px;line-height:1.6}
  .faq-item{margin-bottom:10px;border-radius:10px}
  body{padding-bottom:72px}
  .process-section{padding:48px 0}
  .section-title{font-size:20px;margin-bottom:28px}
  .content-section{padding:40px 0}
  .content-main{padding:24px 18px;border-radius:12px}
  .dark-feature{padding:18px 16px;margin:20px 0;border-radius:14px}
  .dark-feature::before{left:16px;right:16px}
  .dark-feature .df-eyebrow{font-size:8px;letter-spacing:0.14em;margin-bottom:4px}
  .dark-feature .df-title{font-size:15px;margin-bottom:12px;padding-bottom:8px}
  .dark-feature .df-grid{gap:0;grid-template-columns:1fr}
  .dark-feature .df-item{padding:10px 0 10px 12px;border-left:2px solid rgba(255,255,255,0.06);border-top:1px solid rgba(255,255,255,0.06)}
  .dark-feature .df-item:nth-child(odd){border-left:2px solid rgba(255,255,255,0.06)}
  .dark-feature .df-item:first-child{border-top:none}
  .dark-feature .df-item .df-label{font-size:8px;letter-spacing:0.14em;margin-bottom:3px}
  .dark-feature .df-item .df-val{font-size:13px;font-weight:700;line-height:1.4}
  .dark-feature .df-item .df-desc{font-size:10px;margin-top:2px}
  .verdict-grid{grid-template-columns:1fr;gap:16px;margin:20px 0}
  .trust-desc{display:none}
  .editorial-text h2{font-size:20px;margin-bottom:16px}
  .editorial-text h3{font-size:17px;margin:24px 0 12px}
  .editorial-text{font-size:14px;line-height:1.7}
  .editorial-answer{font-size:14.5px;line-height:1.75;padding-left:16px}
  .editorial-text > p:first-of-type::first-letter{font-size:2.4em;margin:4px 8px 0 0}
  .editorial-text p{margin-bottom:18px}
  .trust-banner{padding:28px 0}
  .trust-num{font-size:24px}
  .trust-icon{width:28px;height:28px;margin-bottom:6px}


  .cf-container{padding:0 16px}
  .breadcrumb-nav{font-size:12px;padding:8px 0}
  .comparison-table-wrap{margin:20px -20px;border-radius:0;border-left:none;border-right:none}
  .comparison-table{font-size:13px}
  .comparison-table thead th{padding:10px 12px;font-size:11px}
  .comparison-table thead th:first-child{border-radius:0}
  .comparison-table thead th:last-child{border-radius:0}
  .comparison-table tbody td{padding:10px 12px}
  .process-step{gap:14px}
  .step-icon{width:48px;height:48px}
  .step-icon svg{width:26px;height:26px}
  .step-content h3{font-size:13px}
  .step-content p{font-size:13px}

  .form-phone-cta{display:none}
  .form-secure-footer{display:none}

  /* Fix #2: Push Crisp chat widget above the sticky CTA bar */
  #crisp-chatbox,
  .crisp-client .cc-1brb6,
  [data-crisp-widget]{bottom:80px!important}
  /* Fix #4: Push WhatsApp widget above the sticky CTA bar */
  .wa-chat-box-content-send-btn-wrap,
  [class*="whatsapp"],
  a[href*="wa.me"][style*="position:fixed"],
  a[href*="wa.me"][style*="position: fixed"]{bottom:80px!important}
}
@media(max-width:480px){
  .hero-left h1{font-size:1.4rem}
  .hero-left .subtitle{font-size:0.78rem}
  .hero-row{padding-top:28px;gap:16px}
  .hero-price-val{font-size:26px}
  .hero-price-from{font-size:10px;letter-spacing:1px}
  .hero-price-sub{font-size:10px}
  .trust-stat{padding:10px 14px;min-width:90px}
  .trust-num{font-size:22px}
  .trust-label{font-size:9px;letter-spacing:1px}
  .form-header{font-size:16px;padding:12px}
  .form-body{padding:16px 14px}
  .form-trust-indicators{gap:6px}
  .form-trust-value{font-size:12px}
  .form-trust-label{font-size:8px}
  .editorial-text blockquote{margin:16px 0;padding:14px 16px;font-size:13px}
  .editorial-text h2{font-size:18px;margin-bottom:14px}
  .editorial-text h3{font-size:15px;margin:20px 0 10px}
  .editorial-text{font-size:13.5px}
  .editorial-answer{font-size:14px}
  .section-title{font-size:18px;margin-bottom:24px}
  .highlight-card{padding:18px 16px 14px}
  .highlight-card .hc-icon{width:36px;height:36px;margin-bottom:10px}
  .highlight-card .hc-title{font-size:13px}
  .highlight-card .hc-desc{font-size:11px}
  .step-content h3{font-size:12px}
  .step-content p{font-size:12px}
  .faq-q{font-size:13px}
  .faq-a p{font-size:12.5px}
  .td-row-city{font-size:12px}
  .td-row-price{font-size:14px}
  .td-title{font-size:18px!important}
}


/* CEOFLIGHTS integration overrides: real landing form replaces the generated placeholder form. */
.hero-extended .quote-form-box{align-self:flex-start;margin-top:128px;background:#fff;border-radius:12px;overflow:hidden}
.quote-form-box .seo-lp-form-content{padding:28px 28px 24px;margin-top:0;box-sizing:border-box}
.quote-form-box .seo-lp-form-content form{display:block}
.quote-form-box .seo-lp-form-content .input-wrapper{margin-bottom:12px}
.quote-form-box .seo-lp-form-content .input-wrapper.is-flex{display:flex;margin-left:-5px;margin-right:-5px}
.quote-form-box .seo-lp-form-content .input-wrapper.is-flex input,
.quote-form-box .seo-lp-form-content .input-wrapper.is-flex select{flex-grow:1;margin:0 5px}
.quote-form-box .seo-lp-form-content .input-wrapper .input-icon{position:relative}
.quote-form-box .seo-lp-form-content .input-wrapper .input-icon picture,
.quote-form-box .seo-lp-form-content .input-wrapper .input-icon img{pointer-events:none}
.quote-form-box .seo-lp-form-content .input-wrapper .input-icon img{position:absolute;right:15px;top:50%;transform:translateY(-50%);max-width:16px}
.quote-form-box .seo-lp-form-content .input-wrapper.has-icon{display:flex}
.quote-form-box .seo-lp-form-content .input-wrapper.has-icon .input-icon{width:100%}
.quote-form-box .seo-lp-form-content input[type="text"],
.quote-form-box .seo-lp-form-content input[type="email"],
.quote-form-box .seo-lp-form-content input[type="tel"],
.quote-form-box .seo-lp-form-content select{height:44px;font-size:14px;box-sizing:border-box}
.quote-form-box .seo-lp-form-content .cf-btn{width:100%;height:44px}
body.cf-seo-form-visible .mobile-cta-bar,
body.cf-seo-quote-modal-open .mobile-cta-bar{display:none!important}
@media (max-width:767px){
  body #crisp-chatbox,
  body #crisp-chatbox > div,
  body #crisp-chatbox iframe,
  body .crisp-client,
  body .crisp-client > div,
  body .crisp-client iframe,
  body [data-crisp-widget]{display:block!important;visibility:visible!important;pointer-events:auto!important;bottom:184px!important}

  body .wa-chat-box-content-send-btn-wrap,
  body .wa-chat-box-content-send-btn,
  body [class*="wa-chat"],
  body [class*="whatsapp"],
  body a[href*="wa.me"][style*="position:fixed"],
  body a[href*="wa.me"][style*="position: fixed"]{bottom:120px!important}
}
@media (max-width:1024px){.hero-extended .quote-form-box{margin-top:48px}}
