/* TripValet — TripValet — TripValet Incentives */


:root {
  --deep:#082770;--tropical:#205EB6;--sky:#5A9DDD;--sky-light:#d4edfb;
  --white:#ffffff;--cloud:#f0f8ff;--gold:#C9A84C;
  --text-mid:#2d5490;--text-body:#2c3e6b;
  --gradient:linear-gradient(135deg,#082770 0%,#205EB6 55%,#5A9DDD 100%);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans','Open Sans',sans-serif;background:var(--white);color:var(--text-body);overflow-x:hidden;}

nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:14px 48px;background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(8,39,112,0.08);box-shadow:0 2px 24px rgba(8,39,112,0.07);}
.nav-logo{display:flex;align-items:center;text-decoration:none;}
.nav-logo-img{width:150px;height:auto;display:block;}
.nav-links{display:flex;gap:30px;list-style:none;}
.nav-links a{color:var(--text-mid);font-size:14px;font-weight:500;text-decoration:none;transition:color 0.2s;}
.nav-links a:hover,.nav-links a.active{color:var(--tropical);}
.nav-login{color:var(--tropical);font-size:14px;font-weight:600;text-decoration:none;padding:8px 16px;border-radius:6px;transition:background 0.2s;}
.nav-login:hover{background:var(--sky-light);}

/* HERO — matches Corporate layout */
.hero{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;padding:132px 400px 80px 80px;}
.hero-bg{position:absolute;inset:0;z-index:0;background:linear-gradient(to right,rgba(255,255,255,0.97) 0%,rgba(255,255,255,0.75) 48%,rgba(8,39,112,0.04) 100%),url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1800&q=85') center/cover no-repeat;}
.hero-content{position:relative;z-index:2;max-width:600px;}
.live-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(8,39,112,0.06);border:1px solid rgba(8,39,112,0.14);border-radius:40px;padding:8px 18px;margin-bottom:28px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--tropical);animation:fadeUp 0.6s ease both;}
.live-dot{width:7px;height:7px;background:#4ade80;border-radius:50%;animation:blink 2s ease-in-out infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:0.3;}}
.hero-content h1{font-family:'DM Serif Display',serif;font-size:clamp(38px,5vw,66px);color:var(--deep);line-height:1.05;margin-bottom:24px;animation:fadeUp 0.6s 0.1s ease both;}
.hero-content h1 em{font-style:italic;color:var(--tropical);}
.hero-content p{font-size:18px;color:var(--text-mid);line-height:1.75;margin-bottom:16px;font-weight:300;animation:fadeUp 0.6s 0.18s ease both;}
.proof-list{display:flex;flex-direction:column;gap:10px;margin-bottom:36px;animation:fadeUp 0.6s 0.24s ease both;}
.pi{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-body);font-weight:500;}
.pcheck{width:20px;height:20px;border-radius:50%;background:rgba(32,94,182,0.1);border:1px solid rgba(32,94,182,0.25);display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--tropical);font-weight:800;flex-shrink:0;}
.hero-cta-row{display:flex;gap:14px;flex-wrap:wrap;animation:fadeUp 0.6s 0.3s ease both;}
.btn-primary{background:var(--gradient);color:white;padding:16px 36px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 6px 24px rgba(32,94,182,0.3);transition:transform 0.2s,box-shadow 0.2s;}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 36px rgba(32,94,182,0.45);}
.btn-outline{border:2px solid rgba(8,39,112,0.2);color:var(--deep);padding:14px 30px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:border-color 0.2s,background 0.2s;}
.btn-outline:hover{border-color:var(--tropical);background:rgba(8,39,112,0.04);}

.hero-stats{position:absolute;right:80px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:16px;z-index:2;animation:fadeUp 0.7s 0.4s ease both;}
.hero-stat-card{background:white;border:1px solid rgba(8,39,112,0.1);border-radius:16px;padding:22px 28px;min-width:210px;box-shadow:0 8px 40px rgba(8,39,112,0.1);}
.hero-stat-card strong{display:block;font-family:'DM Serif Display',serif;font-size:42px;color:var(--tropical);line-height:1;margin-bottom:4px;}
.hero-stat-card span{font-size:12.5px;color:var(--text-mid);line-height:1.4;}

section{padding:80px 80px;}
.mw{max-width:1100px;margin:0 auto;}
.section-kicker{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--sky);margin-bottom:14px;display:block;}
h2.section-title{font-family:'DM Serif Display',serif;font-size:clamp(30px,4vw,50px);color:var(--deep);line-height:1.1;margin-bottom:20px;}
.section-sub{font-size:17px;color:var(--text-mid);line-height:1.75;font-weight:300;}
.eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:12px;display:block;}
.bg-cloud{background:var(--cloud);}
.bg-white{background:var(--white);}

/* DESTINATION SHOWCASE */
.dest-showcase{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px;align-items:stretch;}
.dest-big{border-radius:18px;overflow:hidden;position:relative;min-height:420px;}
.dest-col{display:flex;flex-direction:column;gap:16px;}
.dest-small{border-radius:18px;overflow:hidden;position:relative;flex:1;min-height:130px;}
.dest-big img,.dest-small img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s;}
.dest-big:hover img,.dest-small:hover img{transform:scale(1.04);}
.dest-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,39,112,0.78) 0%,transparent 55%);}
.dest-label-wrap{position:absolute;bottom:22px;left:24px;right:24px;z-index:2;color:white;}
.dest-label-wrap strong{font-family:'DM Serif Display',serif;font-size:24px;display:block;}
.dest-small .dest-label-wrap{bottom:16px;left:18px;right:18px;}
.dest-small .dest-label-wrap strong{font-size:20px;}
.dest-label-wrap span{font-size:12px;opacity:0.78;}

/* USE CASES */
.uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;}
.uc{border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(8,39,112,0.08);border:1px solid rgba(8,39,112,0.07);transition:transform 0.35s,box-shadow 0.35s;background:white;}
.uc:hover{transform:translateY(-5px);box-shadow:0 16px 52px rgba(8,39,112,0.14);}
.uc-img-wrap{position:relative;height:180px;overflow:hidden;}
.uc-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s ease;}
.uc:hover .uc-img{transform:scale(1.06);}
.uc-body{padding:20px 22px 24px;}
.uc-ind{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--sky);font-weight:700;margin-bottom:7px;display:block;}
.uc h3{font-family:'DM Serif Display',serif;font-size:19px;color:var(--deep);margin-bottom:8px;}
.uc p{font-size:13.5px;color:var(--text-mid);line-height:1.65;font-weight:300;}

/* FEATURES — no emojis */
.feat-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-top:48px;}
.feat-list{display:flex;flex-direction:column;}
.feat-row{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid rgba(8,39,112,0.07);}
.feat-row:last-child{border-bottom:none;}
.feat-num{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:var(--gradient);color:white;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-top:2px;}
.feat-title{font-weight:600;font-size:15px;color:var(--deep);margin-bottom:5px;}
.feat-desc{font-size:13.5px;color:var(--text-mid);line-height:1.65;font-weight:300;}

/* CERT MOCKUP */
.cert{background:var(--gradient);border-radius:18px;padding:36px;box-shadow:0 24px 64px rgba(8,39,112,0.28);color:white;}
.cert-brand{font-family:'DM Serif Display',serif;font-size:20px;margin-bottom:6px;}
.cert-line{width:32px;height:1px;background:rgba(255,255,255,0.35);margin-bottom:22px;}
.cert-headline{font-family:'DM Serif Display',serif;font-size:28px;line-height:1.15;margin-bottom:8px;}
.cert-sub{font-size:12px;opacity:0.55;margin-bottom:26px;font-weight:300;}
.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.cert-field-label{font-size:10px;letter-spacing:0.14em;text-transform:uppercase;opacity:0.5;margin-bottom:3px;}
.cert-field-val{font-size:14px;font-weight:600;}
.cert-badge{display:inline-block;margin-top:22px;background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.25);border-radius:6px;padding:8px 16px;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;}

/* AFFILIATE — referral tier cards */
.aff-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-top:48px;}
.tier-card{background:white;border:1px solid rgba(8,39,112,0.09);border-radius:16px;padding:28px;margin-bottom:14px;box-shadow:0 4px 20px rgba(8,39,112,0.07);}
.tier-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;}
.tier-name{font-weight:700;font-size:15px;color:var(--deep);margin-bottom:4px;}
.tier-pct{font-family:'DM Serif Display',serif;font-size:42px;color:var(--tropical);line-height:1;}
.tier-desc{font-size:13.5px;color:var(--text-mid);font-weight:300;line-height:1.6;}
.math-box{background:var(--cloud);border:1px solid rgba(8,39,112,0.1);border-radius:14px;padding:24px 26px;}
.math-title{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:16px;}
.math-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(8,39,112,0.07);font-size:14px;color:var(--text-body);}
.math-row:last-child{border-bottom:none;font-weight:700;color:var(--deep);}
.math-val{color:var(--text-mid);}
.math-row:last-child .math-val{color:var(--tropical);font-size:16px;}
.aff-points{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;}
.ap{display:flex;gap:12px;align-items:flex-start;}
.ap-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--sky);margin-top:8px;}
.ap p{font-size:15px;color:var(--text-body);line-height:1.6;margin:0;}
.ap p strong{color:var(--deep);font-weight:700;}

/* PRICING */
.pg{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px;}
.pc{background:var(--cloud);border:1.5px solid rgba(8,39,112,0.09);border-radius:16px;padding:26px 18px;text-align:center;transition:all 0.3s;position:relative;overflow:hidden;}
.pc.best{border-color:var(--tropical);background:white;box-shadow:0 8px 40px rgba(8,39,112,0.12);}
.pc.best::before{content:'BEST VALUE';position:absolute;top:0;left:50%;transform:translateX(-50%);background:var(--gradient);color:white;font-size:9px;font-weight:800;letter-spacing:0.1em;padding:4px 14px;border-radius:0 0 8px 8px;}
.pc:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(8,39,112,0.1);}
.pp{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-mid);margin-top:12px;margin-bottom:7px;}
.pa{font-family:'DM Serif Display',serif;font-size:46px;color:var(--deep);line-height:1;}
.pa sup{font-size:18px;font-family:'DM Sans',sans-serif;font-weight:300;vertical-align:super;}
.ps{font-size:11px;color:var(--gold);font-weight:700;height:16px;margin-bottom:20px;display:block;}
.pf{list-style:none;text-align:left;margin-bottom:20px;}
.pf li{font-size:13px;color:var(--text-mid);padding:5px 0 5px 16px;border-bottom:1px solid rgba(8,39,112,0.06);font-weight:300;position:relative;}
.pf li::before{content:'–';position:absolute;left:0;color:var(--sky);font-weight:700;}
.pb{display:block;width:100%;padding:12px;border-radius:8px;text-align:center;font-size:13px;font-weight:700;text-decoration:none;transition:all 0.3s;}
.pb-primary{background:var(--gradient);color:white;box-shadow:0 4px 14px rgba(32,94,182,0.35);}
.pb-ghost{border:1.5px solid rgba(8,39,112,0.16);color:var(--tropical);}
.pb-ghost:hover{background:rgba(8,39,112,0.05);}
.pnote{text-align:center;margin-top:16px;font-size:13px;color:var(--text-mid);}

/* FINAL CTA */
.cta-final{max-width:680px;margin:0 auto;text-align:center;}
.cta-final h2{font-family:'DM Serif Display',serif;font-size:clamp(28px,3.5vw,44px);line-height:1.1;color:var(--deep);margin-bottom:18px;}
.cta-final p{font-size:16px;color:var(--text-mid);line-height:1.75;font-weight:300;margin-bottom:28px;}
.cta-points{display:flex;flex-direction:column;gap:10px;align-items:center;margin-bottom:32px;}
.cp{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-body);}
.cpd{width:6px;height:6px;border-radius:50%;background:var(--sky);flex-shrink:0;}
.cta-final-btn-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;}

footer{background:#05123a;color:rgba(255,255,255,0.55);padding:60px 80px 32px;}
.footer-top{display:flex;gap:60px;justify-content:space-between;flex-wrap:wrap;margin-bottom:48px;}
.footer-brand{max-width:280px;}
.footer-logo{display:flex;align-items:center;margin-bottom:20px;}
.footer-logo-img{width:150px;height:auto;display:block;}
.footer-brand p{font-size:13.5px;line-height:1.7;}
.footer-col h5{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--sky);font-weight:700;margin-bottom:16px;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-col a{color:rgba(255,255,255,0.55);text-decoration:none;font-size:14px;transition:color 0.2s;}
.footer-col a:hover{color:white;}
.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:14px;}
.footer-contact a{color:rgba(255,255,255,0.55);text-decoration:none;transition:color 0.2s;}
.footer-contact a:hover{color:white;}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px;}
.footer-bottom a{color:rgba(255,255,255,0.35);text-decoration:none;}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.75s ease,transform 0.75s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}

/* STAT BREAK BAND (4-card gradient strip before pricing) */
.stat-break-band{background:linear-gradient(135deg,#082770 0%,#205EB6 55%,#5A9DDD 100%);padding:56px 80px;}
.stat-break-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.stat-break-card{text-align:center;padding:28px 16px;background:rgba(255,255,255,0.1);border-radius:16px;border:1px solid rgba(255,255,255,0.18);}
.stat-break-num{font-family:'DM Serif Display',serif;font-size:40px;color:white;line-height:1;margin-bottom:8px;}
.stat-break-num.gold{color:#C9A84C;font-size:48px;}
.stat-break-num.sky{color:#93d8f8;font-size:48px;}
.stat-break-lbl{font-size:13px;color:rgba(255,255,255,0.75);line-height:1.4;overflow-wrap:break-word;}

@media(max-width:960px){
  nav{padding:13px 20px;}.nav-links{display:none;}
  .hero{flex-direction:column;padding:120px 24px 60px;}
  .hero-content{width:100%;}
  .hero-stats{position:static;transform:none;margin-top:40px;flex-direction:column;gap:12px;}
  .hero-stat-card{width:100%;min-width:0;}
  section{padding:60px 24px;}
  .uc-grid{grid-template-columns:1fr;}
  .feat-layout,.aff-layout{grid-template-columns:1fr;gap:36px;}
  .pg{grid-template-columns:1fr;}
  .dest-showcase{grid-template-columns:1fr;}
  .dest-big{min-height:260px;}
  .dest-col{flex-direction:column;}
  .dest-small{min-height:200px;}
  .stat-break-band{padding:40px 24px;}
  .stat-break-grid{grid-template-columns:1fr;gap:14px;}
  footer{padding:48px 24px 28px;}
}
