:root{
  --hap-ink:#071a13;
  --hap-deep:#03120d;
  --hap-deep-2:#0a2a20;
  --hap-green:#0a6a4b;
  --hap-mint:#28d89a;
  --hap-lime:#cfff22;
  --hap-gold:#d6b04a;
  --hap-cream:#f7f7f2;
  --hap-soft:#eef3ef;
  --hap-line:rgba(8,43,31,.10);
  --hap-muted:#66736d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.hap-page{margin:0;background:#f3f5f3;color:var(--hap-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body.hap-page main{overflow:hidden}
.hap-wrap{width:min(1220px,calc(100% - 40px));margin:0 auto}
.hap-eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 13px;border-radius:999px;border:1px solid rgba(214,176,74,.26);background:rgba(214,176,74,.08);color:#f0cf72;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.hap-eyebrow:before{content:"";width:8px;height:8px;border-radius:99px;background:var(--hap-mint);box-shadow:0 0 0 5px rgba(40,216,154,.10)}
.hap-h2{margin:0;color:var(--hap-ink);font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.hap-h2 em{font-family:Georgia,serif;font-weight:500;color:#b9912e}
.hap-sub{max-width:760px;margin:16px 0 0;color:var(--hap-muted);font-size:17px;line-height:1.62}
.hap-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hap-btn:hover{transform:translateY(-2px)}
.hap-btn-primary{background:linear-gradient(135deg,#17d66f,#3ceaa3);color:#03160e;box-shadow:0 14px 34px rgba(34,220,130,.20)}
.hap-btn-dark{background:#0c2c21;color:#fff;border:1px solid rgba(255,255,255,.10)}
.hap-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06)}

.hap-hero{position:relative;padding:clamp(68px,8vw,112px) 0 clamp(62px,7vw,94px);background:radial-gradient(circle at 74% 30%,rgba(30,216,143,.14),transparent 25%),radial-gradient(circle at 18% 12%,rgba(214,176,74,.09),transparent 28%),linear-gradient(135deg,#020b08 0%,#082019 52%,#063026 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.hap-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.34),transparent 82%);pointer-events:none}
.hap-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(34px,5vw,76px);align-items:center}
.hap-hero h1{margin:20px 0 18px;max-width:820px;color:#fff;font-size:clamp(49px,6.2vw,86px);line-height:.91;letter-spacing:-.068em;text-wrap:balance}
.hap-hero h1 span{display:block;color:#e3bb57;font-family:Georgia,serif;font-weight:500;font-style:italic;letter-spacing:-.045em}
.hap-hero-copy>p{max-width:720px;margin:0;color:rgba(255,255,255,.73);font-size:clamp(16px,1.55vw,19px);line-height:1.62}
.hap-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}
.hap-hero-proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.10)}
.hap-proof-item{display:flex;gap:10px;align-items:center;color:rgba(255,255,255,.76);font-size:13px;font-weight:750}
.hap-proof-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:99px;background:rgba(40,216,154,.11);border:1px solid rgba(40,216,154,.22);color:#56efb8;font-weight:950}

.hap-visual{position:relative;min-height:500px;display:grid;place-items:center}
.hap-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(42,222,159,.15),rgba(42,222,159,0) 69%);filter:blur(2px)}
.hap-doc-stack{position:relative;width:min(100%,470px);height:420px;perspective:1200px}
.hap-doc{position:absolute;left:50%;top:50%;width:330px;min-height:378px;padding:27px;border-radius:30px;background:linear-gradient(180deg,rgba(252,255,253,.98),rgba(235,244,239,.97));color:#082116;border:1px solid rgba(255,255,255,.75);box-shadow:0 35px 80px rgba(0,0,0,.30);transform-origin:center;overflow:hidden}
.hap-doc.back-2{transform:translate(-56%,-48%) rotate(-9deg) scale(.91);opacity:.33}
.hap-doc.back-1{transform:translate(-47%,-50%) rotate(7deg) scale(.95);opacity:.55}
.hap-doc.front{transform:translate(-50%,-50%) rotate(-1.5deg);animation:hapFloat 6s ease-in-out infinite}
@keyframes hapFloat{0%,100%{transform:translate(-50%,-50%) rotate(-1.5deg) translateY(0)}50%{transform:translate(-50%,-50%) rotate(-.4deg) translateY(-10px)}}
.hap-doc-tag{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#e4f3ec;color:#35604f;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.hap-doc-tag:before{content:"";width:7px;height:7px;border-radius:50%;background:#18d784;box-shadow:0 0 0 4px rgba(24,215,132,.11)}
.hap-doc h2{margin:26px 0 10px;font-size:31px;line-height:.98;letter-spacing:-.05em}
.hap-doc p{margin:0;color:#697a72;font-size:14px;line-height:1.5}
.hap-doc-lines{display:grid;gap:11px;margin-top:25px}
.hap-line{height:10px;border-radius:99px;background:#d8e5df;overflow:hidden}
.hap-line:after{content:"";display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d674a,#30db93)}
.hap-line:nth-child(1):after{width:86%}.hap-line:nth-child(2):after{width:64%}.hap-line:nth-child(3):after{width:77%}
.hap-doc-map{position:relative;height:76px;margin-top:24px;border-radius:21px;background:linear-gradient(145deg,#d9eee4,#eff8f3);overflow:hidden;border:1px solid #cfe0d7}
.hap-doc-map:before{content:"";position:absolute;width:145px;height:28px;left:15px;top:23px;border:5px solid #13775a;border-color:#13775a transparent transparent #13775a;border-radius:50%;transform:rotate(-6deg)}
.hap-doc-map:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;right:53px;top:31px;background:#f1c84c;box-shadow:0 0 0 7px rgba(241,200,76,.18)}
.hap-float-note{position:absolute;z-index:5;right:0;top:46px;width:205px;padding:14px 16px;border-radius:18px;background:#fbfdfb;color:#0b3527;box-shadow:0 19px 45px rgba(0,0,0,.22);border:1px solid rgba(5,44,31,.10);font-size:12px;line-height:1.35;font-weight:800;animation:hapNote 5s ease-in-out infinite}
.hap-float-note b{display:block;margin-bottom:3px;color:#0b5d43}
@keyframes hapNote{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}
.hap-float-status{position:absolute;left:1px;bottom:24px;display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#0d3e2e;color:#fff;border:1px solid rgba(255,255,255,.13);box-shadow:0 16px 35px rgba(0,0,0,.20);font-size:11px;font-weight:900}
.hap-float-status i{width:9px;height:9px;border-radius:50%;background:#21e990;box-shadow:0 0 0 5px rgba(33,233,144,.13)}

.hap-section{padding:clamp(64px,7vw,102px) 0;background:#f3f5f3}
.hap-section.white{background:#fff}
.hap-section.dark{background:linear-gradient(135deg,#04110d,#0a2c21 68%,#07362a);color:#fff}
.hap-head{text-align:center;max-width:860px;margin:0 auto 38px}
.hap-head .hap-eyebrow{color:#35614f;background:#e7f2ec;border-color:#d0e4d9}
.hap-head .hap-eyebrow:before{box-shadow:0 0 0 5px rgba(40,216,154,.09)}
.hap-head .hap-sub{margin-left:auto;margin-right:auto}

.hap-situation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hap-situation{position:relative;min-height:255px;padding:26px;border-radius:28px;background:linear-gradient(180deg,#fff,#f7faf8);border:1px solid var(--hap-line);box-shadow:0 18px 45px rgba(9,49,35,.06);text-decoration:none;color:inherit;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.hap-situation:hover{transform:translateY(-4px);box-shadow:0 23px 55px rgba(9,49,35,.10);border-color:rgba(29,148,103,.22)}
.hap-situation-num{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px;color:#b48d2e;font-size:12px;font-weight:950;letter-spacing:.08em}
.hap-situation-num i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#edf5f1;border:1px solid #dbe9e2;color:#0a6146;font-style:normal;font-size:18px}
.hap-situation h3{margin:0 0 10px;font-size:24px;line-height:1.03;letter-spacing:-.045em}
.hap-situation p{margin:0;color:#738078;font-size:14.5px;line-height:1.5}
.hap-not-sure{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding:17px 21px;border-radius:22px;background:#09271e;color:#fff}
.hap-not-sure span{font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#e2bd59}
.hap-not-sure a{color:#fff;text-decoration:none;font-weight:850}

.hap-process-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}
.hap-process-copy{padding:34px;border-radius:32px;background:#0a2b21;color:#fff;position:relative;overflow:hidden}
.hap-process-copy:after{content:"";position:absolute;right:-70px;bottom:-110px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(34,221,142,.19),transparent 67%)}
.hap-process-copy h2{margin:18px 0 14px;font-size:clamp(34px,3.5vw,52px);line-height:.98;letter-spacing:-.055em}
.hap-process-copy p{margin:0;color:rgba(255,255,255,.70);font-size:16px;line-height:1.6}
.hap-process-list{padding:18px 22px;border-radius:32px;background:#fff;border:1px solid var(--hap-line);box-shadow:0 18px 48px rgba(9,49,35,.06)}
.hap-step{display:grid;grid-template-columns:52px 1fr auto;gap:16px;align-items:center;padding:17px 3px;border-bottom:1px solid #e8eeea}
.hap-step:last-child{border-bottom:0}
.hap-step-num{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:#e7f3ed;color:#0b6c4d;font-weight:950}
.hap-step strong{display:block;font-size:17px;letter-spacing:-.02em}.hap-step small{display:block;margin-top:4px;color:#76837c;font-size:13px;line-height:1.4}
.hap-step-arrow{color:#c49b35;font-size:18px;font-weight:950}

.hap-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hap-review-card{min-height:235px;padding:24px;border-radius:28px;background:#fff;border:1px solid var(--hap-line);box-shadow:0 16px 40px rgba(8,43,31,.055)}
.hap-review-icon{display:grid;place-items:center;width:51px;height:51px;border-radius:18px;background:linear-gradient(145deg,#dff2e9,#edf8f2);color:#0a684b;font-size:22px;font-weight:950;margin-bottom:32px}
.hap-review-card h3{margin:0 0 9px;font-size:22px;line-height:1.04;letter-spacing:-.04em}
.hap-review-card p{margin:0;color:#748178;font-size:14px;line-height:1.52}

.hap-sign-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:22px;align-items:center}
.hap-sign-copy{padding-right:30px}
.hap-sign-copy .hap-eyebrow{color:#35614f;background:#e7f2ec;border-color:#d0e4d9}
.hap-sign-copy p{color:#68756e;font-size:17px;line-height:1.66}
.hap-sign-box{padding:32px;border-radius:32px;background:linear-gradient(145deg,#0b3025,#071d16);color:#fff;box-shadow:0 26px 65px rgba(5,33,23,.18)}
.hap-sign-box .quote{font-family:Georgia,serif;font-style:italic;color:#e5bf59;font-size:27px;line-height:1.18}
.hap-sign-box p{margin:17px 0 0;color:rgba(255,255,255,.72);line-height:1.58}
.hap-sign-box .mini{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:22px}
.hap-mini-chip{padding:13px;border-radius:17px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);font-size:12.5px;line-height:1.35;color:rgba(255,255,255,.80)}

.hap-concepts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:34px}
.hap-concept{padding:19px 18px;border-radius:22px;background:#f6f9f7;border:1px solid #e3ebe6;min-height:128px}
.hap-concept b{display:block;margin-bottom:7px;color:#103a2d;font-size:15px}.hap-concept span{display:block;color:#748078;font-size:13px;line-height:1.46}

.hap-next-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.hap-next{position:relative;padding:22px 18px 20px;min-height:185px;border-radius:25px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.11);text-decoration:none;color:#fff;transition:transform .2s ease,border-color .2s ease}
.hap-next:hover{transform:translateY(-4px);border-color:rgba(227,187,87,.35)}
.hap-next span{display:block;margin-bottom:28px;color:#e1bb58;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.hap-next strong{display:block;font-size:19px;line-height:1.05;letter-spacing:-.035em}.hap-next small{display:block;margin-top:9px;color:rgba(255,255,255,.60);line-height:1.45}

.hap-form-section{padding:clamp(66px,7vw,92px) 0;background:#eef2ef}
.hap-form-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:28px;padding:clamp(25px,3vw,42px);border-radius:36px;background:#fff;border:1px solid var(--hap-line);box-shadow:0 28px 72px rgba(8,43,31,.08)}
.hap-form-copy{padding:14px 12px 14px 4px}
.hap-form-copy .hap-eyebrow{color:#35614f;background:#e7f2ec;border-color:#d0e4d9}
.hap-form-copy h2{margin:19px 0 15px;font-size:clamp(34px,4vw,55px);line-height:.97;letter-spacing:-.055em}
.hap-form-copy p{color:#6c7972;line-height:1.62}
.hap-form-points{display:grid;gap:11px;margin-top:24px}.hap-form-point{display:flex;gap:10px;align-items:flex-start;color:#354a41;font-size:14px}.hap-form-point i{display:grid;place-items:center;flex:0 0 24px;height:24px;border-radius:50%;background:#e2f5eb;color:#0b6b4c;font-style:normal;font-weight:950}
.hap-form{display:grid;gap:13px;padding:25px;border-radius:28px;background:#09271e;color:#fff}
.hap-form .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hap-form label{display:grid;gap:7px;font-size:12px;font-weight:850;color:rgba(255,255,255,.78)}
.hap-form input,.hap-form select,.hap-form textarea{width:100%;min-height:49px;padding:13px 14px;border-radius:15px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;font:inherit;outline:none}.hap-form textarea{min-height:104px;resize:vertical}.hap-form input::placeholder,.hap-form textarea::placeholder{color:rgba(255,255,255,.42)}.hap-form option{color:#12281f}
.hap-form input:focus,.hap-form select:focus,.hap-form textarea:focus{border-color:rgba(45,222,148,.60);box-shadow:0 0 0 4px rgba(45,222,148,.08)}
.hap-form .consent{display:flex;grid-template-columns:none;gap:9px;align-items:flex-start;font-weight:500;line-height:1.4}.hap-form .consent input{width:17px;min-height:17px;height:17px;margin-top:2px}.hap-form .consent a{color:#e3bd5d}.hap-form button{border:0;cursor:pointer;font:inherit}.hap-form-note{margin:0;color:rgba(255,255,255,.48);font-size:11px;line-height:1.45}

.hap-faq{max-width:900px;margin:0 auto;display:grid;gap:11px}.hap-faq details{border-radius:20px;background:#fff;border:1px solid var(--hap-line);overflow:hidden}.hap-faq summary{cursor:pointer;padding:20px 22px;font-weight:850;list-style:none}.hap-faq summary::-webkit-details-marker{display:none}.hap-faq summary:after{content:"+";float:right;color:#0b6a4c;font-size:22px}.hap-faq details[open] summary:after{content:"−"}.hap-faq details p{margin:0;padding:0 22px 21px;color:#718078;line-height:1.6}

@media(max-width:1050px){.hap-hero-grid,.hap-process-shell,.hap-sign-grid,.hap-form-shell{grid-template-columns:1fr}.hap-visual{min-height:430px}.hap-situation-grid,.hap-review-grid,.hap-concepts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hap-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hap-next:last-child{grid-column:span 2}.hap-sign-copy{padding-right:0}}
@media(max-width:680px){.hap-wrap{width:min(100% - 26px,1220px)}.hap-hero{padding:52px 0 58px}.hap-hero h1{font-size:clamp(43px,13vw,64px)}.hap-visual{min-height:390px}.hap-doc-stack{transform:scale(.82)}.hap-float-note{right:4px}.hap-situation-grid,.hap-review-grid,.hap-concepts-grid,.hap-next-grid{grid-template-columns:1fr}.hap-next:last-child{grid-column:auto}.hap-not-sure{align-items:flex-start;flex-direction:column}.hap-form .two{grid-template-columns:1fr}.hap-section{padding:58px 0}.hap-situation{min-height:0}.hap-process-copy,.hap-process-list,.hap-sign-box,.hap-form-shell{border-radius:25px}.hap-form{padding:19px;border-radius:22px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.hap-doc.front,.hap-float-note{animation:none!important}.hap-btn,.hap-situation,.hap-next{transition:none!important}}

/* Hoja de aprecio: ajustes especificos */
.hap-doc.front h2{font-size:34px}
.hap-doc-value{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:22px;padding:15px 16px;border-radius:18px;background:#e9f5ef;border:1px solid #d4e7dd}
.hap-doc-value span{display:block;color:#5c7468;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hap-doc-value strong{display:block;margin-top:4px;color:#0a5f45;font-size:25px;letter-spacing:-.04em}
.hap-doc-value i{font-style:normal;color:#d1a72f;font-size:20px;font-weight:950}
.hap-doc-map:before{width:175px;height:58px;left:17px;top:9px;border:0;border-radius:16px;background:linear-gradient(145deg,#bfe9d5,#dff3e9);transform:rotate(-3deg);box-shadow:inset 0 0 0 1px rgba(12,105,74,.12)}
.hap-doc-map:after{width:98px;height:18px;right:26px;top:29px;border-radius:999px;background:#19a979;box-shadow:0 0 0 6px rgba(25,169,121,.12);transform:rotate(-10deg)}
.hap-deadline{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-top:28px;padding:20px 22px;border-radius:24px;background:#fff8df;border:1px solid #eedb95}
.hap-deadline strong{display:block;color:#6b551d;font-size:18px;letter-spacing:-.025em}.hap-deadline p{margin:5px 0 0;color:#756a4e;font-size:13px;line-height:1.5}.hap-deadline .days{display:grid;place-items:center;min-width:90px;min-height:70px;border-radius:20px;background:#0b3024;color:#fff}.hap-deadline .days b{font-size:27px;line-height:1}.hap-deadline .days small{margin-top:4px;color:rgba(255,255,255,.62);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hap-law-note{margin-top:18px;padding:15px 17px;border-left:3px solid #d3aa3a;background:#f7f8f4;color:#657168;font-size:12.5px;line-height:1.55}
.hap-law-note a{color:#0b6649;font-weight:850}
.hap-table-wrap{overflow:auto;margin-top:24px;border-radius:24px;border:1px solid #e1e9e4;background:#fff}
.hap-table{width:100%;border-collapse:collapse;min-width:760px}.hap-table th,.hap-table td{padding:17px 18px;text-align:left;border-bottom:1px solid #e9efeb;vertical-align:top}.hap-table th{background:#0b2b21;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.hap-table td{color:#64726b;font-size:13.5px;line-height:1.5}.hap-table td:first-child{color:#133e30;font-weight:850}.hap-table tr:last-child td{border-bottom:0}
.hap-three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hap-three-card{padding:25px;border-radius:27px;background:#fff;border:1px solid var(--hap-line);box-shadow:0 16px 40px rgba(8,43,31,.05)}.hap-three-card span{display:grid;place-items:center;width:45px;height:45px;border-radius:16px;background:#e5f3ec;color:#0b6a4c;font-weight:950;margin-bottom:25px}.hap-three-card h3{margin:0 0 8px;font-size:21px;letter-spacing:-.035em}.hap-three-card p{margin:0;color:#75817a;font-size:14px;line-height:1.55}
.hap-source-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hap-source-links a{display:inline-flex;padding:9px 12px;border-radius:999px;background:#edf5f1;color:#0b6348;text-decoration:none;font-size:11px;font-weight:900}
@media(max-width:900px){.hap-three-grid{grid-template-columns:1fr}.hap-deadline{grid-template-columns:1fr}.hap-deadline .days{width:100%}}

/* v74: hero mas sobrio, visual de fases y copy sin presuponer que exista una hoja */
.hap-h2 em{font-family:inherit;font-style:normal;font-weight:900;color:#b9912e}
.hap-sign-box .quote{font-family:inherit;font-style:normal;font-weight:850}
.hap-hero-v2{padding:clamp(66px,7vw,96px) 0 clamp(60px,6.5vw,84px);background:radial-gradient(circle at 78% 38%,rgba(48,216,151,.12),transparent 28%),linear-gradient(135deg,#020b08 0%,#082019 52%,#07352a 100%)}
.hap-hero-v2 .hap-hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);gap:clamp(38px,5vw,72px)}
.hap-hero-v2 .hap-hero-copy{max-width:720px}
.hap-hero-v2 h1{margin:20px 0 12px;max-width:760px;font-size:clamp(50px,5.4vw,76px);line-height:.96;letter-spacing:-.06em}
.hap-hero-kicker{margin:0 0 19px!important;color:#e2bb57!important;font-size:clamp(24px,2.5vw,34px)!important;font-weight:850!important;line-height:1.08!important;letter-spacing:-.035em!important;max-width:760px!important}
.hap-hero-v2 .hap-hero-copy>p:not(.hap-hero-kicker){max-width:710px;color:rgba(255,255,255,.74);font-size:17px;line-height:1.62}
.hap-hero-v2 .hap-btn-primary{padding-inline:24px}
.hap-hero-v2 .hap-hero-proof{gap:12px 20px;margin-top:25px}
.hap-hero-v2 .hap-proof-icon{width:28px;height:28px}
.hap-stage-visual{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center}
.hap-stage-visual:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;background:radial-gradient(circle,rgba(40,216,154,.14),transparent 66%);filter:blur(3px)}
.hap-stage-card{position:relative;z-index:1;width:min(100%,460px);padding:28px;border-radius:30px;background:linear-gradient(180deg,rgba(251,254,252,.98),rgba(237,246,241,.98));border:1px solid rgba(255,255,255,.72);box-shadow:0 34px 75px rgba(0,0,0,.26);color:#0b2c21}
.hap-stage-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px}
.hap-stage-dot{width:10px;height:10px;border-radius:50%;background:#23d98e;box-shadow:0 0 0 6px rgba(35,217,142,.12)}
.hap-stage-card h2{margin:23px 0 8px;font-size:32px;line-height:1;letter-spacing:-.05em}
.hap-stage-card>p{margin:0;color:#6f7d76;font-size:14px;line-height:1.5}
.hap-stage-list{display:grid;gap:10px;margin-top:24px}
.hap-stage-row{position:relative;display:grid;grid-template-columns:40px 1fr;gap:13px;align-items:center;padding:14px 15px;border-radius:18px;background:rgba(255,255,255,.62);border:1px solid #dde9e2}
.hap-stage-row.is-active{grid-template-columns:40px 1fr auto;background:#0c3628;border-color:#0c3628;color:#fff;box-shadow:0 15px 30px rgba(8,53,38,.14)}
.hap-stage-number{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#e6f2ec;color:#0b674b;font-size:11px;font-weight:950}
.hap-stage-row.is-active .hap-stage-number{background:rgba(255,255,255,.12);color:#55ecb1}
.hap-stage-row small{display:block;margin-bottom:3px;color:#7b8981;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.hap-stage-row.is-active small{color:rgba(255,255,255,.55)}
.hap-stage-row strong{display:block;font-size:15px;line-height:1.18;letter-spacing:-.015em}
.hap-stage-badge{align-self:center;padding:8px 10px;border-radius:999px;background:#d9b64f;color:#0e251c;font-size:9.5px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.hap-stage-help{display:flex;gap:12px;align-items:flex-start;margin-top:16px;padding:14px 15px;border-radius:18px;background:#e4f2eb;border:1px solid #d4e6dc}
.hap-stage-help>span{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:50%;background:#0c6047;color:#fff;font-weight:950}
.hap-stage-help p{margin:0;color:#597068;font-size:12px;line-height:1.45}
.hap-stage-help strong{display:block;color:#123e30;margin-bottom:2px}
@media(max-width:1050px){.hap-hero-v2 .hap-hero-grid{grid-template-columns:1fr}.hap-stage-visual{min-height:0;padding-top:8px}.hap-stage-card{width:min(100%,620px)}}
@media(max-width:680px){.hap-hero-v2{padding-top:48px}.hap-hero-v2 h1{font-size:clamp(42px,12vw,58px)}.hap-hero-kicker{font-size:23px!important}.hap-stage-card{padding:20px;border-radius:24px}.hap-stage-row.is-active{grid-template-columns:38px 1fr}.hap-stage-badge{grid-column:2;justify-self:start;margin-top:3px}.hap-stage-card h2{font-size:27px}}
