@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");:root{--ink:#0f172a;--muted:#64748b;--primary:#4f46e5;--primary-dark:#4338ca;--primary-soft:#eef2ff;--primary-soft-2:#e0e7ff;--slate:#f8fafc;--line:#e2e8f0;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-width:320px;overflow-x:hidden}body{margin:0;color:var(--ink);background:var(--slate);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1160px,calc(100% - 40px));margin:auto}.nav{height:76px;justify-content:space-between;gap:24px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:5}.brand,.nav{display:flex;align-items:center}.brand{gap:10px;font-family:Manrope,sans-serif;font-weight:800;font-size:20px;letter-spacing:-.04em;color:var(--primary)}.brand-mark{width:34px;height:34px;display:grid;place-items:center;color:white;background:var(--primary);border-radius:11px;font-size:18px;box-shadow:0 8px 22px rgba(79,70,229,.22)}.nav-links{display:flex;gap:30px;font-size:14px;color:#64748b}.footer-links a:hover,.nav-links a:hover{color:var(--primary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 20px;border-radius:13px;font-weight:700;font-size:14px;transition:.2s ease;border:1px solid transparent}.button:hover{transform:translateY(-2px)}.button-small{padding:10px 14px;font-size:13px}.button-dark{box-shadow:0 8px 24px rgba(79,70,229,.2)}.button-dark,.button-primary{background:var(--primary);color:white}.button-primary{box-shadow:0 10px 30px rgba(79,70,229,.2)}.button-light{background:white;border-color:#dbe3ee;color:#334155}.button-white{background:white;color:var(--primary)}.button-ghost{border-color:#cbd5e1;background:transparent;color:#334155}.hero{min-height:760px;padding:150px 0 100px;overflow:hidden;background:linear-gradient(135deg,#eef2ff,#f8fafc 54%,#f1f5f9)}.hero,.hero-grid{position:relative}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;grid-gap:60px;gap:60px;z-index:1}.hero-copy{padding-bottom:15px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:800;color:var(--primary)}.eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:22px}.pulse{width:7px;height:7px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 5px rgba(79,70,229,.12)}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.045em;margin:0}h1{font-size:clamp(46px,5.6vw,76px);line-height:1.01;max-width:700px}h1 em,h2 em{color:var(--primary);font-style:normal}.hero-lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:600px;margin:27px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{color:#64748b;font-size:13px;margin-top:22px}.hero-note strong{color:#334155}.hero-card-wrap{position:relative;min-height:510px;display:grid;place-items:center}.orbit{position:absolute;border:1px solid rgba(79,70,229,.13);border-radius:50%}.orbit-one{width:520px;height:520px}.orbit-two{width:410px;height:410px}.phone-card{width:min(360px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:24px;box-shadow:0 35px 90px rgba(15,23,42,.13);position:relative;z-index:2}.mini-update,.phone-top{display:flex;align-items:center;justify-content:space-between}.phone-top{font-size:12px;color:#64748b}.status-dot{color:var(--primary);font-size:14px}.order-title{font:700 21px Manrope,sans-serif;margin-top:24px}.order-sub{color:#94a3b8;font-size:11px;margin-top:5px}.progress-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);margin:34px 0 25px}.progress-line:before{content:"";background:#e2e8f0;right:10px}.progress-fill,.progress-line:before{position:absolute;height:3px;left:10px;top:10px}.progress-fill{background:var(--primary);width:42%;z-index:1}.progress-step{text-align:center;position:relative;z-index:2;color:#94a3b8}.progress-step span{width:22px;height:22px;display:grid;place-items:center;margin:auto;background:#f1f5f9;border-radius:50%;font-size:10px}.progress-step.done{color:var(--primary)}.progress-step.done span{background:var(--primary-soft-2);color:var(--primary-dark)}.progress-step small{display:block;font-size:9px;margin-top:7px}.hold-card{background:#f8fafc;border:1px solid #eef2f7;border-radius:15px;padding:13px;display:flex;gap:10px;align-items:flex-start}.hold-card span{font-size:17px}.hold-card strong,.mini-update strong{display:block;font-size:11px}.hold-card small,.mini-update small{display:block;color:#94a3b8;font-size:9px;line-height:1.5;margin-top:3px}.mini-update{margin-top:12px;border-top:1px solid #eef2f7;padding-top:13px;justify-content:flex-start;gap:9px}.avatar{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-weight:700;font-size:11px}.time{margin-left:auto;font-size:9px;color:#94a3b8}.floating-badge{position:absolute;z-index:3;background:white;border:1px solid #e2e8f0;border-radius:12px;padding:10px 13px;font-size:10px;font-weight:700;box-shadow:0 12px 30px rgba(15,23,42,.1)}.badge-top{top:92px;right:5px}.badge-bottom{bottom:70px;left:8px}.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);opacity:.7}.glow-one{width:320px;height:320px;background:#e0e7ff;top:-150px;left:-100px}.glow-two{width:260px;height:260px;background:#dbeafe;bottom:-120px;right:20%}.problem-section{background:#0f172a;color:white;padding:110px 0}.problem-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px}.problem-section .section-kicker{color:#a5b4fc}.problem-section h2{font-size:clamp(38px,4vw,58px);line-height:1.05;margin-top:16px}.problem-section>div>div:first-child>p{color:#cbd5e1;line-height:1.7;font-size:17px;max-width:430px;margin-top:20px}.problem-list{border-top:1px solid rgba(255,255,255,.12)}.problem-item{display:grid;grid-template-columns:45px 1fr;grid-gap:20px;gap:20px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.12)}.problem-item>span{color:#a5b4fc;font-size:11px;font-weight:800;padding-top:5px}.problem-item h3{font-size:18px;letter-spacing:-.02em}.problem-item p{color:#cbd5e1;line-height:1.55;font-size:13px;margin:7px 0 0;max-width:560px}.ask-section{background:#0f172a;padding:0 0 110px}.ask-card{background:linear-gradient(135deg,#4f46e5,#6366f1);color:white;border-radius:25px;padding:36px 42px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:25px;gap:25px;box-shadow:0 20px 60px rgba(15,23,42,.25)}.shield{width:54px;height:54px;border-radius:17px;background:rgba(255,255,255,.14);display:grid;place-items:center;font-size:25px}.ask-card .section-kicker{color:#c7d2fe}.ask-card h2{font-size:30px;margin:5px 0}.ask-card p{margin:0;color:#e0e7ff;font-size:14px}.ask-card p strong{color:#fff}.steps-section{padding:120px 0;background:white}.section-heading h2{font-size:clamp(38px,4.4vw,56px);line-height:1.06;margin:13px 0}.section-heading p{color:var(--muted);line-height:1.6;max-width:560px}.centered{text-align:center}.centered p{margin:18px auto 0}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;margin-top:55px}.step-card{padding:23px;border:1px solid var(--line);border-radius:18px;background:#f8fafc;min-height:210px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease}.step-card:hover{transform:translateY(-3px);border-color:#c7d2fe;box-shadow:0 14px 34px rgba(15,23,42,.07)}.step-num{font-size:11px;font-weight:800;color:var(--primary)}.step-card h3{font-size:17px;letter-spacing:-.025em}.step-card p{font-size:12px;color:var(--muted);line-height:1.55;margin:8px 0 0}.audience-section{padding:0 0 120px;background:white}.audience-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.audience-panel{padding:44px;border-radius:25px;min-height:400px;border:1px solid #e2e8f0}.buyer-panel{background:#eef2ff}.traveller-panel{background:#f8fafc}.panel-icon{font-size:28px;margin-bottom:30px}.audience-panel h2{font-size:38px;margin:10px 0}.audience-panel>p{color:#64748b;line-height:1.65;max-width:430px}.flow{font-size:12px;font-weight:700;margin-top:30px;color:#475569}.flow span{color:#818cf8;padding:0 7px}.text-link{display:inline-block;margin-top:30px;font-size:13px;font-weight:800;color:var(--primary);text-decoration:underline;text-underline-offset:5px}.trust-section{padding:120px 0;background:#f8fafc}.trust-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:100px;gap:100px;align-items:center}.trust-grid h2{font-size:clamp(42px,4.5vw,58px);line-height:1.03;margin-top:12px}.trust-grid>div>p{color:var(--muted);line-height:1.7;max-width:500px}.trust-list{border-top:1px solid #e2e8f0}.trust-list>div{display:flex;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid #e2e8f0}.trust-list span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--primary-soft-2);color:var(--primary);font-size:11px;font-weight:800}.trust-list p{margin:0;font-size:14px;font-weight:600}.first-section{padding:110px 0;background:white}.first-card{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:28px;min-height:390px;padding:55px 65px;display:grid;grid-template-columns:.5fr 1fr;align-items:center;overflow:hidden;position:relative}.first-number{font:800 190px Manrope,sans-serif;letter-spacing:-.1em;color:rgba(79,70,229,.1);line-height:1;position:absolute;left:-12px;bottom:-25px}.first-copy{position:relative;z-index:1;margin-left:35%}.first-copy h2{font-size:45px;margin:10px 0}.first-copy p{color:#475569;line-height:1.65;max-width:520px}.first-actions{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}.footer{padding:40px 0;background:#0f172a;color:white}.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer .brand{color:#a5b4fc}.footer p{color:#94a3b8;font-size:11px;margin:12px 0 0}.footer-links{display:flex;gap:25px;color:#cbd5e1;font-size:12px}@media(max-width:900px){.nav-links{display:none}.hero{padding-top:125px}.hero-grid,.problem-grid,.trust-grid{grid-template-columns:1fr}.hero-card-wrap{min-height:460px}.steps-grid{grid-template-columns:repeat(2,1fr)}.ask-card{grid-template-columns:auto 1fr}.ask-card .button{grid-column:2}.first-card{grid-template-columns:1fr;padding:45px}.first-copy{margin-left:0}.first-number{font-size:150px}.audience-grid{grid-template-columns:1fr}.problem-grid{gap:55px}}@media(max-width:560px){.shell{width:min(100% - 28px,1160px)}.nav{height:66px}.nav .button{display:none}.hero{padding:110px 0 55px;min-height:auto}.hero-grid{gap:25px}.hero-lead{font-size:16px}.hero-card-wrap{min-height:420px}.phone-card{transform:scale(.92)}.badge-top{right:-2px}.badge-bottom{left:-2px}.problem-section,.steps-section,.trust-section{padding:80px 0}.ask-section{padding-bottom:80px}.ask-card{padding:28px 24px;grid-template-columns:1fr;gap:15px}.ask-card .button{grid-column:auto;width:100%}.steps-grid{grid-template-columns:1fr}.audience-panel{padding:32px;min-height:350px}.first-section{padding:80px 0}.first-card{padding:35px 27px;min-height:430px}.first-copy h2{font-size:36px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}}