:root{--navy:#050536;--ink:#12182a;--muted:#62708a;--line:#dbe3ee;--soft:#f3f6fa;--orange:#ff5700;--orange-dark:#d94800;--green:#157347;--white:#fff;--shadow:0 20px 54px rgba(5,5,54,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;text-rendering:optimizeLegibility}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
.lp-wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}
.lp-header{height:76px;background:#fff;border-bottom:1px solid rgba(15,23,42,.1);display:flex;align-items:center}
.lp-header .lp-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px}
.lp-logo img{display:block;width:auto;height:50px;max-width:230px;object-fit:contain}
.lp-header-note{font-size:13px;font-weight:800;color:var(--muted);text-align:right}
.lp-hero{position:relative;isolation:isolate;min-height:610px;color:#fff;background:#050536 url('../img/bg.png') center/cover no-repeat;overflow:hidden}
.lp-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,5,54,.96) 0%,rgba(5,5,54,.83) 47%,rgba(5,5,54,.28) 100%)}
.lp-hero .lp-wrap{min-height:610px;display:flex;align-items:center;padding:66px 0 76px}
.lp-hero-copy{max-width:720px}
.lp-kicker{display:flex;align-items:center;gap:9px;margin-bottom:16px;color:#ffad7f;font-size:12px;font-weight:900;text-transform:uppercase}
.lp-kicker:before{content:"";width:24px;height:3px;background:var(--orange)}
.lp-hero h1{max-width:760px;margin:0 0 20px;font-size:54px;line-height:1.05;letter-spacing:0}
.lp-hero p{max-width:690px;margin:0;color:#e6ebf4;font-size:19px;line-height:1.62}
.lp-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.lp-button{min-height:50px;padding:13px 19px;border:1px solid transparent;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--orange);color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(255,87,0,.27);transition:.18s}
.lp-button:hover{background:var(--orange-dark);transform:translateY(-1px)}
.lp-button.secondary{background:#fff;color:var(--navy);box-shadow:none}
.lp-button.outline{background:transparent;color:var(--navy);border-color:var(--line);box-shadow:none}
.lp-button.whatsapp{background:#087f5b}
.lp-button.whatsapp:hover{background:#066d4e}
.lp-button:disabled{opacity:.56;cursor:not-allowed;transform:none}
.lp-origin-note{display:flex;gap:10px;align-items:flex-start;max-width:680px;margin-top:22px;padding:13px 15px;border-left:3px solid var(--orange);background:rgba(255,255,255,.1);font-size:13px;line-height:1.5;color:#e5e7eb}
.lp-section{padding:72px 0}
.lp-section.soft{background:var(--soft)}
.lp-section-head{max-width:760px;margin-bottom:30px}
.lp-section-head h2{margin:0 0 12px;font-size:36px;line-height:1.12;color:var(--navy)}
.lp-section-head p{margin:0;color:var(--muted);font-size:17px;line-height:1.6}
.lp-calc-layout{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr);gap:22px;align-items:start}
.lp-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:25px;box-shadow:0 12px 34px rgba(15,23,42,.07)}
.lp-panel h3{margin:0 0 6px;font-size:21px;color:var(--navy)}
.lp-panel-intro{margin:0 0 22px;color:var(--muted);line-height:1.5}
.lp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.lp-field.full{grid-column:1/-1}
.lp-field label{display:block;margin:0 0 6px;color:#344258;font-size:12px;font-weight:900}
.lp-field input,.lp-field select{width:100%;height:47px;padding:10px 12px;border:1px solid #c9d4e2;border-radius:7px;background:#fff;color:var(--ink)}
.lp-field input:focus,.lp-field select:focus{outline:3px solid rgba(255,87,0,.15);border-color:var(--orange)}
.lp-help{display:block;margin-top:5px;color:var(--muted);font-size:11px;line-height:1.4}
.lp-destination{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.lp-destination span{padding:10px 12px;border:1px solid var(--line);border-radius:7px;background:var(--soft)}
.lp-destination small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:900}
.lp-destination strong{display:block;margin-top:3px;font-size:14px}
.lp-volume-list{display:grid;gap:10px;margin-top:8px}
.lp-volume-row{display:grid;grid-template-columns:.7fr repeat(3,1fr) 38px;gap:8px;align-items:end;padding:12px;border:1px solid var(--line);border-radius:7px;background:#fbfcfe}
.lp-volume-row .lp-field label{font-size:10px}
.lp-icon-button{width:38px;height:44px;border:1px solid #f4b9a0;border-radius:7px;background:#fff5f0;color:#b93800;font-size:20px;font-weight:900}
.lp-add-volume{margin-top:10px;border:0;background:transparent;color:#1557b0;font-weight:900;padding:7px 0}
.lp-summary{position:sticky;top:18px}
.lp-summary-list{display:grid;gap:0;margin:18px 0;border-top:1px solid var(--line)}
.lp-summary-list div{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}
.lp-summary-list span{color:var(--muted);font-size:13px}
.lp-summary-list strong{text-align:right;font-size:14px}
.lp-total{margin:18px 0;padding:18px;background:var(--navy);color:#fff;border-radius:7px}
.lp-total small{display:block;color:#bfc9db;font-size:11px;text-transform:uppercase;font-weight:900}
.lp-total strong{display:block;margin-top:3px;font-size:31px}
.lp-result-empty{padding:20px 0;color:var(--muted);line-height:1.55}
.lp-alert{display:none;margin-top:14px;padding:13px 14px;border-radius:7px;font-size:13px;line-height:1.5}
.lp-alert.show{display:block}
.lp-alert.error{background:#fff0f0;color:#a12020;border-left:4px solid #d43c3c}
.lp-alert.success{background:#ebf8f0;color:#10623a;border-left:4px solid #1d9258}
.lp-steps,.lp-destinations,.lp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.lp-step,.lp-destination-card,.lp-trust article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:8px}
.lp-step b{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:var(--orange);color:#fff;margin-bottom:14px}
.lp-step h3,.lp-trust h3{margin:0 0 8px;font-size:18px;color:var(--navy)}
.lp-step p,.lp-trust p{margin:0;color:var(--muted);line-height:1.52}
.lp-destinations{grid-template-columns:repeat(7,1fr)}
.lp-destination-card{text-align:center;padding:18px 8px;color:var(--navy);font-size:20px;font-weight:900}
.lp-final{background:var(--navy);color:#fff;padding:64px 0}
.lp-final .lp-wrap{display:flex;justify-content:space-between;align-items:center;gap:26px}
.lp-final h2{margin:0 0 10px;font-size:34px}
.lp-final p{margin:0;color:#cbd5e1;line-height:1.5}
.lp-footer{padding:28px 0;background:#030326;color:#cbd5e1;font-size:12px}
.lp-footer .lp-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}
.lp-footer a{color:#fff;font-weight:800}
.lp-modal{position:fixed;inset:0;z-index:80;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(2,6,23,.74)}
.lp-modal.open{display:flex}
.lp-modal-card{position:relative;width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:8px;padding:26px;box-shadow:var(--shadow)}
.lp-modal-close{position:absolute;top:13px;right:13px;width:38px;height:38px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:22px}
.lp-modal h2{margin:0 42px 8px 0;color:var(--navy);font-size:27px}
.lp-modal p{color:var(--muted);line-height:1.5}
.lp-consent{display:flex;gap:9px;align-items:flex-start;margin:14px 0;color:var(--muted);font-size:12px;line-height:1.45}
.lp-consent input{width:18px;height:18px;flex:0 0 auto;margin-top:1px}
.lp-cookie{position:fixed;z-index:70;left:18px;bottom:18px;width:min(440px,calc(100% - 36px));display:none;background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px;box-shadow:var(--shadow)}
.lp-cookie.show{display:block}
.lp-cookie p{margin:0 0 12px;color:var(--muted);font-size:12px;line-height:1.5}
.lp-cookie-actions{display:flex;gap:8px}
.lp-cookie .lp-button{min-height:40px;padding:9px 12px;font-size:12px}
.lp-loading{display:inline-block;width:17px;height:17px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:lp-spin .7s linear infinite}
@keyframes lp-spin{to{transform:rotate(360deg)}}
@media(max-width:850px){.lp-hero,.lp-hero .lp-wrap{min-height:560px}.lp-hero h1{font-size:44px}.lp-calc-layout{grid-template-columns:1fr}.lp-summary{position:static}.lp-steps,.lp-trust{grid-template-columns:1fr}.lp-destinations{grid-template-columns:repeat(4,1fr)}.lp-final .lp-wrap{display:block}.lp-final .lp-button{margin-top:22px}.lp-header-note{display:none}}
@media(max-width:560px){.lp-wrap{width:min(100% - 22px,1120px)}.lp-header{height:66px}.lp-logo img{height:42px;max-width:190px}.lp-hero,.lp-hero .lp-wrap{min-height:560px}.lp-hero .lp-wrap{padding:48px 0 54px;align-items:flex-end}.lp-hero:before{background:linear-gradient(180deg,rgba(5,5,54,.58),rgba(5,5,54,.96) 58%)}.lp-hero h1{font-size:37px}.lp-hero p{font-size:16px}.lp-actions,.lp-actions .lp-button{width:100%}.lp-section{padding:52px 0}.lp-section-head h2{font-size:30px}.lp-panel{padding:18px}.lp-grid{grid-template-columns:1fr}.lp-volume-row{grid-template-columns:1fr 1fr}.lp-volume-row .lp-icon-button{grid-column:2;justify-self:end}.lp-destination{grid-template-columns:1fr}.lp-destinations{grid-template-columns:repeat(2,1fr)}.lp-footer .lp-wrap{display:block}.lp-footer div+div{margin-top:9px}.lp-modal-card{padding:22px 18px}.lp-final h2{font-size:29px}}
