:root{--green:#0b2e1b;--green2:#123e28;--lime:#aac25a;--gold:#d4af37;--gold2:#f5df8b;--cream:#f8faf7;--ink:#1f2937;--muted:#697268;--line:rgba(212,175,55,.28);--shadow:0 24px 70px rgba(0,0,0,.22)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#071b14;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.025;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{max-width:850px}.center{text-align:center}.section-dark{background:#071b14;color:#fff}.section-light{background:var(--cream)}.section-warm{background:linear-gradient(135deg,#fffdf6,#f3f1e7)}.section-gradient{background:radial-gradient(circle at 80% 10%,rgba(170,194,90,.14),transparent 28%),linear-gradient(135deg,#071b14,#0b2e1b 55%,#05130e);color:white}.topbar{position:fixed;top:0;left:0;right:0;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;z-index:80;background:linear-gradient(to bottom,rgba(4,20,14,.88),rgba(4,20,14,.35),transparent);backdrop-filter:blur(8px)}.brand-mini{display:flex;align-items:center;gap:11px;text-decoration:none;color:white;font-family:Georgia,serif;letter-spacing:.18em}.brand-mini img{width:42px;height:42px;border-radius:50%;filter:drop-shadow(0 6px 15px rgba(0,0,0,.35))}.topnav{display:flex;align-items:center;gap:28px}.topnav a{text-decoration:none;color:rgba(255,255,255,.78);font-size:13px;letter-spacing:.06em;transition:.25s}.topnav a:hover{color:#fff}.topnav .nav-cta{border:1px solid var(--line);padding:10px 16px;border-radius:999px;color:var(--gold2)}.language-switch{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.35);font-size:12px}.lang{border:0;background:none;color:rgba(255,255,255,.55);cursor:pointer;font-size:12px;letter-spacing:.12em;padding:6px}.lang.active{color:var(--gold2)}.hero{min-height:100svh;position:relative;display:grid;place-items:center;overflow:hidden;padding:115px 20px 80px}.hero-grid{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:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(to top,#071b14,transparent)}.hero-glow{position:absolute;border-radius:50%;filter:blur(40px);opacity:.45}.glow-one{width:520px;height:520px;background:rgba(36,120,76,.24);top:10%;left:12%}.glow-two{width:420px;height:420px;background:rgba(212,175,55,.10);right:10%;top:25%}.hero-content{position:relative;z-index:2;text-align:center;max-width:920px}.symbol-wrap{width:170px;height:170px;margin:0 auto 20px;position:relative;display:grid;place-items:center}.hero-symbol{width:132px;height:132px;border-radius:50%;position:relative;z-index:3;filter:drop-shadow(0 15px 35px rgba(0,0,0,.55));animation:float 6s ease-in-out infinite}.orbit{position:absolute;border:1px solid rgba(212,175,55,.35);border-radius:50%;animation:spin 14s linear infinite}.orbit-one{inset:7px}.orbit-two{inset:22px;border-style:dashed;animation-direction:reverse;animation-duration:19s}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;margin:0 0 18px}.gold{color:var(--gold2)}h1,h2,h3,p{margin-top:0}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,9vw,126px);line-height:.87;letter-spacing:-.045em;margin:0}.hero h1 span{display:block;color:transparent;background:linear-gradient(180deg,#fff5c5,#d4af37 55%,#8b6b12);background-clip:text;-webkit-background-clip:text;text-shadow:0 0 40px rgba(212,175,55,.06)}.hero-sub{font-size:clamp(18px,2.2vw,26px);line-height:1.45;color:rgba(255,255,255,.72);max-width:780px;margin:28px auto 26px}.hero-kicker{font-size:13px;letter-spacing:.34em;color:rgba(255,255,255,.65);margin:28px 0}.countdown{display:flex;justify-content:center;align-items:center;gap:16px;margin:24px auto 0}.countdown div{min-width:85px}.countdown strong{display:block;font-family:Georgia,serif;font-size:44px;font-weight:500;color:white}.countdown span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.5);margin-top:5px}.countdown i{font-style:normal;font-family:Georgia,serif;font-size:32px;color:rgba(212,175,55,.6);transform:translateY(-7px)}.hero-actions{display:flex;gap:13px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:.3s;border:1px solid transparent;cursor:pointer}.btn-gold{background:linear-gradient(135deg,#f4df8d,#c99d24);color:#102117;box-shadow:0 12px 35px rgba(212,175,55,.18)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(212,175,55,.28)}.btn-ghost{border-color:rgba(255,255,255,.18);color:white;background:rgba(255,255,255,.035)}.btn-ghost:hover{border-color:rgba(255,255,255,.45)}.usa-line{font-size:11px;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.4);margin:20px 0 0}.scroll-cue{position:absolute;bottom:26px;left:50%;width:22px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:999px;z-index:5}.scroll-cue span{position:absolute;width:3px;height:8px;border-radius:5px;background:var(--gold2);top:8px;left:50%;transform:translateX(-50%);animation:scroll 1.8s infinite}.story,.return,.family,.leadership,.future,.opendoor,.growth,.join,.finale{padding:110px 0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.story h2,.family h2,.leadership h2,.future h2,.opendoor h2,.growth h2,.join h2,.finale h2{font-family:Georgia,serif;font-weight:500;font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.035em;margin-bottom:22px}.story h2 span,.family h2 span,.leadership h2 span,.future h2 span,.opendoor h2 span,.join h2 span{color:#a77d13}.lead{font-size:21px;line-height:1.55;color:#4f5b52}.light{color:rgba(255,255,255,.68)}.story-copy>p:not(.eyebrow):not(.lead){font-size:16px;line-height:1.75;color:#5a665d}.timeline{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:40px}.timeline b{font-family:Georgia,serif;font-size:34px;color:var(--green)}.timeline div>span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#7a847c;margin-top:4px}.timeline-line{height:1px;background:#d9ddd7;position:relative}.timeline-line span{width:45%;height:2px;background:linear-gradient(90deg,var(--gold),var(--lime));position:absolute;left:0;top:-.5px}.brand-stage{min-height:560px;border-radius:38px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(circle at 50% 30%,#ffffff 0,#f5f7f2 58%,#e9eee7 100%);box-shadow:0 30px 80px rgba(20,48,31,.12);border:1px solid #e3e7e1;position:relative;overflow:hidden}.brand-stage:before{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(212,175,55,.25);border-radius:50%}.brand-stage img{width:min(82%,380px);position:relative;z-index:2;mix-blend-mode:multiply}.brand-stage-caption{margin-top:18px;font-size:11px;letter-spacing:.26em;color:#806720;position:relative;z-index:2}.return{position:relative;overflow:hidden}.return:before{content:"";position:absolute;width:800px;height:800px;border-radius:50%;background:rgba(45,128,80,.12);filter:blur(30px);left:-380px;top:0}.mega{font-family:Georgia,serif;font-size:clamp(68px,10vw,150px);letter-spacing:-.05em;line-height:.9;margin:0 0 24px;background:linear-gradient(180deg,#fff3b8,#d4af37 52%,#8f6b15);background-clip:text;-webkit-background-clip:text;color:transparent}.mega sup{font-size:.18em;vertical-align:top;position:relative;top:.15em}.product-reveal{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center;margin-top:70px}.bottle{width:290px;height:560px;margin:auto;position:relative;filter:drop-shadow(0 35px 55px rgba(0,0,0,.5))}.cap{width:132px;height:55px;margin:auto;background:linear-gradient(90deg,#b0891e,#f1d46d,#9b7414);border-radius:12px 12px 5px 5px;box-shadow:inset 0 -5px 8px rgba(0,0,0,.22)}.neck{width:115px;height:62px;margin:auto;background:linear-gradient(90deg,#1b3227,#49624f 50%,#14251e)}.glass{height:440px;border-radius:32px 32px 48px 48px;background:linear-gradient(90deg,#0b1611,#3c4d40 18%,#15251b 50%,#435647 78%,#07110c);border:1px solid rgba(255,255,255,.11);position:relative;overflow:hidden}.glass:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 30%,rgba(255,255,255,.12) 42%,transparent 50%)}.bottle-shine{position:absolute;left:18px;top:20px;width:30px;height:300px;background:linear-gradient(to bottom,rgba(255,255,255,.25),transparent);filter:blur(8px);border-radius:50%}.bottle-label{position:absolute;left:17px;right:17px;top:115px;height:200px;border-radius:12px;background:radial-gradient(circle at 50% 20%,#17472e,#0a281a);border:2px solid #cfa42f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:inset 0 0 40px rgba(0,0,0,.3)}.bottle-label:before{content:"";width:68px;height:68px;border:1px solid #d8b54c;border-radius:50%;background:url('assets/htg-icon.png') center/cover;margin-bottom:12px}.bottle-label small{letter-spacing:.3em;color:#f5d971}.bottle-label strong{font-family:Georgia,serif;font-size:28px;color:#fff1b7;margin:8px 0}.bottle-label strong sup{font-size:10px}.bottle-label span{font-size:9px;letter-spacing:.18em;color:#bfd0c0}.return-copy h3{font-family:Georgia,serif;font-size:40px;line-height:1.13;font-weight:500;color:white}.return-copy p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.64)}.fine{font-size:12px!important;line-height:1.6!important;color:rgba(255,255,255,.42)!important}.family h2 span{color:#997112}.family p{font-size:17px;line-height:1.8;color:#5a625d}.family blockquote{font-family:Georgia,serif;font-size:31px;line-height:1.4;margin:42px auto;border-top:1px solid #ddd7c4;border-bottom:1px solid #ddd7c4;padding:36px 0;color:#183223}.family-mark{font-size:11px;letter-spacing:.26em;color:#967521}.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:60px}.pillars article{padding:32px 24px 30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.015));border-radius:24px}.pillars article>span{font-family:Georgia,serif;color:var(--gold2);font-size:13px}.pillars h3{font-family:Georgia,serif;font-size:25px;font-weight:500;margin:24px 0 10px}.pillars p{color:rgba(255,255,255,.56);line-height:1.6;font-size:14px}.truth-line{margin-top:50px;border-top:1px solid rgba(212,175,55,.22);padding-top:32px;text-align:center}.truth-line p{color:rgba(255,255,255,.54)}.truth-line strong{font-size:12px;letter-spacing:.18em;color:var(--gold2)}.future-head{max-width:900px}.future h2 span{color:var(--gold2)}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}.glass-card{padding:30px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));backdrop-filter:blur(8px);min-height:220px;transition:.3s}.glass-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.28)}.glass-card .icon{font-size:27px;color:var(--gold2)}.glass-card h3{font-family:Georgia,serif;font-size:27px;font-weight:500;margin:26px 0 10px}.glass-card p{font-size:14px;line-height:1.65;color:rgba(255,255,255,.58)}.program-top{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}.people-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:50px}.person-card{border:1px solid #e0e5de;border-radius:24px;padding:28px 20px;background:#fff;box-shadow:0 15px 40px rgba(17,42,28,.06)}.person-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#0b2e1b;color:#f4d875;font-family:Georgia,serif;font-size:14px;margin-bottom:22px}.person-card h3{font-family:Georgia,serif;font-size:21px;font-weight:500}.person-card p{font-size:13px;line-height:1.65;color:#69756b}.program-note{margin-top:34px;padding:22px 28px;border-radius:18px;background:#0b2e1b;color:white;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.program-note strong{color:var(--gold2)}.program-note span{color:rgba(255,255,255,.68)}.growth-line{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:55px 0 30px}.growth-line div{width:125px;height:125px;border:1px solid rgba(212,175,55,.28);border-radius:50%;display:grid;place-content:center;background:rgba(255,255,255,.03)}.growth-line b{font-family:Georgia,serif;font-size:32px;color:var(--gold2)}.growth-line span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.58);margin-top:8px}.growth-line i{font-style:normal;color:rgba(212,175,55,.6);font-size:24px}.light-dim{color:rgba(255,255,255,.42)!important;max-width:830px;margin:auto}.join-grid{display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:start}.join-copy h2 span{color:#9b761b}.zero{display:flex;align-items:center;gap:8px;margin:36px 0 28px}.zero>span{font-family:Georgia,serif;font-size:38px;color:#a78321;align-self:flex-start;margin-top:15px}.zero>strong{font-family:Georgia,serif;font-size:110px;font-weight:500;line-height:.8;color:#0b2e1b}.zero>div{display:flex;flex-direction:column}.zero b{font-size:14px;letter-spacing:.12em;color:#0b2e1b}.zero small{font-size:12px;color:#78827a;margin-top:5px}.checklist{list-style:none;padding:0;margin:30px 0}.checklist li{padding:12px 0 12px 28px;border-bottom:1px solid #e3e7e2;position:relative;color:#526057}.checklist li:before{content:"✓";position:absolute;left:0;color:#8a6a16;font-weight:bold}.join-form{background:#0b2e1b;color:#fff;border-radius:32px;padding:34px;box-shadow:0 30px 70px rgba(12,47,30,.22);position:sticky;top:110px}.form-badge{display:inline-block;padding:7px 10px;border-radius:999px;background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.3);color:var(--gold2);font-size:9px;letter-spacing:.18em}.join-form h3{font-family:Georgia,serif;font-size:36px;font-weight:500;margin:20px 0 7px}.join-form>p{color:rgba(255,255,255,.57);font-size:14px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.join-form label{display:block;margin-top:13px}.join-form label>span{display:block;font-size:11px;letter-spacing:.08em;color:rgba(255,255,255,.62);margin-bottom:7px}.join-form input,.join-form select{width:100%;height:49px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:white;padding:0 13px;outline:none}.join-form select option{color:#111}.join-form input:focus,.join-form select:focus{border-color:rgba(212,175,55,.6);box-shadow:0 0 0 3px rgba(212,175,55,.09)}.consent{display:grid!important;grid-template-columns:18px 1fr;gap:9px;align-items:start;margin:18px 0!important}.consent input{width:16px;height:16px;margin-top:2px}.consent span{font-size:10px!important;line-height:1.5;margin:0!important}.full{width:100%;border:0;margin-top:4px}.form-fine{font-size:9px!important;line-height:1.5;text-align:center;margin:11px 0 0!important}.finale{position:relative;overflow:hidden}.final-glow{position:absolute;left:50%;top:20%;transform:translateX(-50%);width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.12),rgba(31,111,65,.08) 40%,transparent 72%)}.finale .shell{position:relative;z-index:2}.countdown-final{margin:35px 0 45px}.final-logo{width:min(520px,90%);filter:brightness(1.12);mix-blend-mode:screen}.final-tagline{font-size:12px;letter-spacing:.3em;color:var(--gold2);margin:18px 0 30px}.welcome{font-family:Georgia,serif;font-size:26px;letter-spacing:.08em;color:rgba(255,255,255,.72);margin-top:38px}footer{background:#04110c;color:rgba(255,255,255,.42);padding:28px 0;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:25px;align-items:center;font-size:10px;line-height:1.5}.footer-grid div{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.67)}.footer-grid img{width:32px;height:32px;border-radius:50%}.toast{position:fixed;right:22px;bottom:22px;z-index:120;background:#0b2e1b;color:white;border:1px solid rgba(212,175,55,.35);border-radius:16px;padding:14px 18px;box-shadow:var(--shadow);opacity:0;transform:translateY(20px);pointer-events:none;transition:.3s;max-width:330px;font-size:13px}.toast.show{opacity:1;transform:translateY(0)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:none}
@keyframes float{50%{transform:translateY(-8px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scroll{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}100%{opacity:0;transform:translate(-50%,15px)}}
@media(max-width:1050px){.topnav{display:none}.split,.product-reveal,.join-grid,.program-top{grid-template-columns:1fr}.people-grid{grid-template-columns:repeat(2,1fr)}.pillars{grid-template-columns:repeat(2,1fr)}.ecosystem-grid{grid-template-columns:repeat(2,1fr)}.brand-stage{min-height:430px}.join-form{position:relative;top:auto}.product-reveal{gap:45px}.return-copy{text-align:center;max-width:700px;margin:auto}.footer-grid{grid-template-columns:1fr}.topbar{padding:0 18px}}
@media(max-width:650px){.shell{width:min(100% - 26px,1180px)}.topbar{height:66px}.brand-mini span{font-size:12px}.brand-mini img{width:36px;height:36px}.hero{padding-top:95px}.symbol-wrap{width:135px;height:135px}.hero-symbol{width:104px;height:104px}.hero h1{font-size:54px}.hero-sub{font-size:17px}.countdown{gap:7px}.countdown div{min-width:54px}.countdown strong{font-size:28px}.countdown i{font-size:20px}.countdown span{font-size:8px}.story,.return,.family,.leadership,.future,.opendoor,.growth,.join,.finale{padding:78px 0}.story h2,.family h2,.leadership h2,.future h2,.opendoor h2,.growth h2,.join h2,.finale h2{font-size:39px}.lead{font-size:17px}.brand-stage{min-height:340px}.mega{font-size:56px}.bottle{transform:scale(.83);margin-top:-35px;margin-bottom:-30px}.pillars,.ecosystem-grid,.people-grid{grid-template-columns:1fr}.growth-line{gap:7px}.growth-line div{width:92px;height:92px}.growth-line b{font-size:24px}.growth-line i{font-size:17px}.field-grid{grid-template-columns:1fr}.join-form{padding:26px 20px}.zero>strong{font-size:86px}.footer-grid{text-align:center}.footer-grid div{justify-content:center}.language-switch{margin-left:auto}.hero-actions .btn{width:100%}}

/* Referral attribution + back-to-top */
.referral-badge{margin:14px 0 4px;padding:10px 12px;border-radius:14px;border:1px solid rgba(212,175,55,.28);background:rgba(212,175,55,.08);display:flex;align-items:center;gap:9px;color:#f0d776;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.referral-badge[hidden]{display:none}.referral-dot{width:7px;height:7px;border-radius:50%;background:#e2bd4d;box-shadow:0 0 0 5px rgba(212,175,55,.08),0 0 14px rgba(226,189,77,.45)}
.back-to-top{position:fixed;right:22px;bottom:22px;z-index:119;width:52px;height:52px;border-radius:50%;border:1px solid rgba(212,175,55,.55);background:linear-gradient(145deg,#0e3a25,#071f15);color:#f3d66b;font-family:Georgia,serif;font-size:24px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 16px 38px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.04);opacity:0;visibility:hidden;transform:translateY(12px) scale(.94);transition:opacity .25s ease,transform .25s ease,visibility .25s ease,border-color .25s ease}.back-to-top:hover{transform:translateY(-2px) scale(1);border-color:rgba(242,208,91,.95)}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.toast{bottom:86px}
@media(max-width:650px){.back-to-top{right:14px;bottom:14px;width:46px;height:46px}.toast{right:14px;bottom:72px;max-width:calc(100% - 28px)}}


/* HTG V5 genealogy registration confirmation */
.registration-success{
  margin-top:22px;
  padding:22px;
  border:1px solid rgba(212,175,55,.34);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(7,35,28,.98),rgba(4,21,17,.98));
  color:#f7f3e8;
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}
.registration-success[hidden]{display:none}
.success-mark{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid rgba(212,175,55,.55);
  color:#f0cf67;background:rgba(212,175,55,.08);
  font-weight:900;font-size:20px;margin-bottom:14px;
}
.success-eyebrow{
  margin:0 0 8px;font-size:11px;font-weight:800;
  letter-spacing:.18em;color:#e7c45d;
}
.registration-success h4{margin:0 0 10px;font-size:22px;line-height:1.15}
#successSponsor{margin:0 0 18px;color:rgba(255,255,255,.74);line-height:1.6}
.success-code-row{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:14px 0;border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.success-code-row small{display:block;color:rgba(255,255,255,.5);font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.success-code-row strong{display:block;margin-top:4px;font-size:20px;letter-spacing:.08em;color:#fff}
.success-copy{
  appearance:none;border:1px solid rgba(212,175,55,.5);border-radius:999px;
  padding:10px 14px;background:transparent;color:#e7c45d;font-weight:800;font-size:11px;letter-spacing:.08em;cursor:pointer;
}
.success-copy:hover{background:rgba(212,175,55,.08)}
.success-fine{margin:14px 0 0!important;font-size:12px!important;color:rgba(255,255,255,.52)!important}
@media(max-width:560px){.success-code-row{align-items:flex-start;flex-direction:column}.success-copy{width:100%}}
/* ================================================================
   HTG OPEN DOOR - 3-MONTH GRACE PROGRAM
================================================================ */
.grace-program{
  position:relative;
  overflow:hidden;
  padding:110px 0;
  background:
    radial-gradient(circle at 18% 18%,rgba(170,194,90,.12),transparent 28%),
    radial-gradient(circle at 85% 72%,rgba(212,175,55,.11),transparent 26%),
    #071b14;
  color:#fff;
}
.grace-program:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);
}
.grace-shell{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:38px;
  padding:clamp(28px,4vw,54px);
  border:1px solid rgba(212,175,55,.22);
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 34px 90px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
}
.grace-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  font-size:clamp(42px,5vw,70px);
  line-height:1.02;
  letter-spacing:-.035em;
  margin-bottom:24px;
}
.grace-copy h2 span{color:var(--gold2)}
.grace-rule{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:24px;
  align-items:center;
  margin-top:34px;
  padding:24px;
  border:1px solid rgba(212,175,55,.25);
  border-radius:26px;
  background:rgba(212,175,55,.06);
}
.grace-number{
  min-height:128px;
  display:grid;
  place-content:center;
  text-align:center;
  border-radius:22px;
  background:linear-gradient(145deg,#f4df8d,#c99d24);
  color:#102117;
  box-shadow:0 18px 45px rgba(212,175,55,.14);
}
.grace-number strong{
  font-family:Georgia,serif;
  font-size:72px;
  line-height:.82;
  font-weight:500;
}
.grace-number span{
  margin-top:10px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.22em;
}
.grace-rule-copy>strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.45;
}
.grace-rule-copy p{
  margin:10px 0 0;
  color:rgba(255,255,255,.6);
  font-size:14px;
  line-height:1.7;
}
.grace-actions{margin-top:28px}
.grace-fine{
  margin:14px 0 0;
  max-width:560px;
  color:rgba(255,255,255,.43);
  font-size:11px;
  line-height:1.6;
}
.grace-side{
  padding:28px;
  border-radius:28px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.07);
}
.grace-side-label{
  margin:0 0 18px;
  color:var(--gold2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.2em;
}
.grace-people{
  display:grid;
  gap:10px;
}
.grace-people article{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.035);
}
.grace-people article>span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0b2e1b;
  border:1px solid rgba(212,175,55,.3);
  color:#f4d875;
  font-family:Georgia,serif;
  font-size:12px;
}
.grace-people strong{
  display:block;
  color:#fff;
  font-family:Georgia,serif;
  font-size:18px;
  font-weight:500;
}
.grace-people small{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.5);
  font-size:11px;
  line-height:1.5;
}
.grace-reminder{
  margin-top:18px;
  padding:18px;
  border-radius:20px;
  text-align:center;
  background:linear-gradient(145deg,rgba(170,194,90,.09),rgba(212,175,55,.07));
  border:1px solid rgba(170,194,90,.18);
}
.grace-reminder span{
  display:block;
  font-size:10px;
  font-weight:900;
  letter-spacing:.2em;
  color:rgba(255,255,255,.52);
}
.grace-reminder strong{
  display:block;
  margin:5px 0;
  color:var(--gold2);
  font-family:Georgia,serif;
  font-size:42px;
  font-weight:500;
}
.grace-reminder p{
  margin:0 auto;
  max-width:420px;
  color:rgba(255,255,255,.55);
  font-size:12px;
  line-height:1.55;
}
@media(max-width:1050px){
  .grace-shell{grid-template-columns:1fr}
}
@media(max-width:650px){
  .grace-program{padding:78px 0}
  .grace-shell{padding:24px 18px;border-radius:28px;gap:24px}
  .grace-copy h2{font-size:39px}
  .grace-rule{grid-template-columns:1fr;padding:16px}
  .grace-number{min-height:110px}
  .grace-number strong{font-size:60px}
  .grace-side{padding:18px 14px}
  .grace-people article{grid-template-columns:46px 1fr;padding:12px}
  .grace-people article>span{width:40px;height:40px}
  .grace-actions .btn{width:100%}
}

/* HTG_OPEN_DOOR_STYLES_START */

.open-door-grace-intro {
  margin-top: 18px;
  max-width: 640px;
  font-weight: 700;
  color: #17382c;
}


.open-door-grace-rule {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;

  margin: 34px 0 30px;
  padding: 24px 28px;

  border: 1px solid rgba(10,67,47,.14);
  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.94),
      rgba(244,238,217,.78)
    );

  box-shadow:
    0 18px 50px rgba(8,41,30,.08);
}


.open-door-grace-number {
  width: 104px;
  min-width: 104px;
  height: 104px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #082b20;
  color: white;

  box-shadow:
    0 12px 28px rgba(6,27,20,.20);
}


.open-door-grace-number strong {
  color: #d4af37;
  font-size: 46px;
  line-height: .85;
}


.open-door-grace-number span {
  margin-top: 9px;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}


.open-door-grace-rule > div:last-child > strong {
  display: block;

  color: #082b20;

  font-size:
    clamp(1.02rem,1.5vw,1.25rem);

  line-height: 1.35;
}


.open-door-grace-rule p {
  margin: 8px 0 0;

  color: #53645d;

  line-height: 1.65;
}


.open-door-card {
  appearance: none;
  -webkit-appearance: none;

  width: 100%;
  min-height: 100%;

  font: inherit;
  color: inherit;

  text-align: left;

  cursor: pointer;

  position: relative;
  overflow: hidden;

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}


.open-door-card:hover,
.open-door-card:focus-visible {
  transform: translateY(-6px);

  border-color:
    rgba(212,175,55,.72);

  box-shadow:
    0 22px 48px rgba(8,43,32,.16);

  outline: none;
}


.open-door-card.selected {
  border-color: #d4af37;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fff9e7
    );

  box-shadow:
    0 0 0 3px rgba(212,175,55,.16),
    0 22px 48px rgba(8,43,32,.14);
}


.open-door-card.selected::after {
  content: "✓";

  position: absolute;

  top: 16px;
  right: 16px;

  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #0b4b36;
  color: white;

  font-weight: 900;
}


.open-door-card-action {
  display: inline-flex;

  margin-top: 18px;
  padding-top: 14px;

  border-top:
    1px solid rgba(8,43,32,.10);

  color: #9b7415;

  font-size: 11px;
  font-weight: 900;

  letter-spacing: .09em;
}


.open-door-fine {
  max-width: 900px;

  margin:
    18px auto 0;

  text-align: center;

  color: #65736d;

  font-size: 12px;

  line-height: 1.6;
}


.open-door-selection {
  position: relative;

  margin:
    0 0 18px;

  padding:
    14px 48px
    14px 16px;

  border:
    1px solid rgba(212,175,55,.55);

  border-radius:
    16px;

  background:
    rgba(212,175,55,.10);
}


.open-door-selection[hidden] {
  display: none !important;
}


.open-door-selection strong,
.open-door-selection span {
  display: block;
}


.open-door-selection strong {
  color: #9b7415;

  font-size: 12px;

  letter-spacing: .06em;

  text-transform: uppercase;
}


.open-door-selection span {
  margin-top: 4px;

  font-weight: 800;

  color: #153b2d;
}


.open-door-selection button {
  position: absolute;

  top: 50%;
  right: 14px;

  transform:
    translateY(-50%);

  width: 30px;
  height: 30px;

  border: 0;

  border-radius:
    50%;

  background:
    rgba(8,43,32,.08);

  color:
    #153b2d;

  font-size:
    20px;

  line-height:
    1;

  cursor:
    pointer;
}


@media (max-width:650px) {

  .open-door-grace-rule {
    grid-template-columns:
      1fr;

    text-align:
      center;

    padding:
      22px 18px;
  }


  .open-door-grace-number {
    margin:
      0 auto;
  }


  .open-door-card {
    text-align:
      left;
  }

}

/* HTG_OPEN_DOOR_STYLES_END */


/* HTG_ACCOUNT_TYPE_STYLES_START */

.account-type-section{
  margin:20px 0 18px;
}

.account-type-title{
  display:block;
  margin-bottom:10px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#16382c;
}

.account-type-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.account-type-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:94px;
  padding:17px 18px;
  border:1px solid rgba(8,43,32,.14);
  border-radius:16px;
  background:#fff;
  cursor:pointer;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease,
    background .2s ease;
}

.account-type-card:hover{
  transform:translateY(-2px);
  border-color:rgba(212,175,55,.65);
}

.account-type-card.selected{
  border-color:#d4af37;
  background:#fff9e8;
  box-shadow:
    0 0 0 3px rgba(212,175,55,.12);
}

.account-type-card input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.account-type-card strong{
  color:#0b3a2a;
  font-size:15px;
}

.account-type-card small{
  margin-top:5px;
  color:#68766f;
  line-height:1.35;
}

.account-type-card.selected::after{
  content:"✓";
  position:absolute;
  right:14px;
  top:14px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0b4b36;
  color:#fff;
  font-weight:900;
}

@media(max-width:560px){
  .account-type-options{
    grid-template-columns:1fr;
  }
}

/* HTG_ACCOUNT_TYPE_STYLES_END */
