@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#17231f;background:#f4f5f0;font-synthesis:none;--ink: #17231f;--muted: #66736d;--line: #dce1db;--surface: #ffffff;--green: #27684e;--green-dark: #1f513e;--green-soft: #e7f0eb;--cream: #f4f5f0;--danger: #a73d37;--shadow: 0 22px 70px rgba(26, 46, 38, .1)}*{box-sizing:border-box}html{min-width:320px;background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,40%) 1fr}.brand-panel{position:sticky;top:0;height:100vh;overflow:hidden;padding:52px clamp(36px,5vw,84px);color:#f7faf7;background:radial-gradient(circle at 18% 12%,rgba(142,190,161,.18),transparent 30%),radial-gradient(circle at 82% 88%,rgba(111,156,133,.13),transparent 32%),linear-gradient(145deg,#192a24,#213d31 55%,#172b23);display:flex;flex-direction:column}.brand-panel:after{content:"";position:absolute;inset:0;opacity:.11;pointer-events:none;background-image:linear-gradient(30deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(120deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:38px 38px}.brand{position:relative;z-index:1;display:inline-flex;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.04em;width:fit-content}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#173428;background:#a9d1b5;font-family:Manrope,sans-serif;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff59}.brand-copy{position:relative;z-index:1;margin:auto 0;max-width:560px}.eyebrow{margin:0 0 12px;color:#6e9b82;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.brand-copy .eyebrow{color:#a9d1b5}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.045em}.brand-copy h1{margin:0;max-width:590px;font-size:clamp(38px,4.4vw,68px);line-height:1.04}.brand-copy>p:last-child{max-width:510px;margin:26px 0 0;color:#c9d6d0;font-size:17px;line-height:1.75}.trust-card{position:relative;z-index:1;display:flex;gap:14px;align-items:center;padding:19px 21px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#ffffff0e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.trust-icon{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#173428;background:#a9d1b5;font-weight:800}.trust-card strong,.trust-card span{display:block}.trust-card strong{font-size:14px}.trust-card div span{margin-top:3px;color:#aebfb7;font-size:12px}.wizard-panel{min-width:0;padding:48px clamp(26px,6vw,100px);background:var(--cream)}.wizard-wrap{width:min(760px,100%);margin:0 auto}.mobile-brand{display:none}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:68px}.step{position:relative;display:flex;align-items:center;gap:10px;color:#95a09b}.step:not(:last-child):after{content:"";position:absolute;left:38px;right:8px;top:16px;height:1px;background:#d4dad5}.step>span{position:relative;z-index:1;flex:0 0 auto;width:33px;height:33px;display:grid;place-items:center;border:1px solid #cbd2cd;border-radius:50%;background:var(--cream);font-size:12px;font-weight:700}.step small{display:none;font-weight:600}.step.active{color:var(--ink)}.step.active>span{color:#fff;border-color:var(--green);background:var(--green);box-shadow:0 0 0 5px #27684e17}.step.complete>span{color:var(--green);border-color:#a9c5b5;background:#e8f0eb}.step.complete:not(:last-child):after{background:#92b4a1}.form-step{animation:reveal .28s ease-out}@keyframes reveal{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.section-heading{margin-bottom:38px}.section-heading h2{margin:0;font-size:clamp(30px,4vw,43px);line-height:1.14}.section-heading>p:last-child{max-width:620px;margin:13px 0 0;color:var(--muted);line-height:1.65}.field-grid{display:grid;grid-template-columns:1fr;gap:22px}.field-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid .full{grid-column:1 / -1}label{display:grid;gap:8px;min-width:0}label>span{color:#35453f;font-size:13px;font-weight:700}label em{color:#8a9691;font-size:11px;font-style:normal;font-weight:500}input{width:100%;height:55px;padding:0 16px;color:var(--ink);border:1px solid #cfd6d1;border-radius:12px;outline:none;background:#ffffffc7;box-shadow:0 1px #ffffffe6;transition:border-color .15s,box-shadow .15s,background .15s}input::placeholder{color:#a3aca8}input:focus{border-color:#5f9178;background:#fff;box-shadow:0 0 0 4px #27684e17}.hint{color:#84908b;font-size:11px;line-height:1.45}.field-error{color:var(--danger);font-size:12px;font-weight:600}.input-status-wrap{position:relative}.input-status-wrap input{padding-right:112px}.input-status{position:absolute;right:14px;top:50%;transform:translateY(-50%);padding:5px 8px;border-radius:7px;font-size:10px;font-weight:700}.input-status.checking{color:#715c26;background:#f3ead0}.input-status.available{color:#236248;background:#deeee5}.input-status.unavailable{color:#943d37;background:#f5e2df}.actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:45px;padding-top:26px;border-top:1px solid var(--line)}button,.link-button{border:0;cursor:pointer}.primary,.secondary{min-height:52px;padding:0 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s}.primary{color:#fff;background:var(--green);box-shadow:0 9px 22px #27684e30}.primary:hover{transform:translateY(-1px);background:var(--green-dark);box-shadow:0 12px 28px #27684e3b}.primary:disabled{opacity:.65;cursor:wait;transform:none}.secondary{color:#43534d;border:1px solid #cbd2cd;background:transparent;box-shadow:none}.secondary:hover{background:#fff}.primary.pay{padding-inline:27px}.legal{margin:24px 0 0;color:#919b97;font-size:11px;text-align:center}.alert{margin-top:24px;padding:14px 16px;border-radius:11px;font-size:13px;line-height:1.5}.alert.error{color:#832f2b;border:1px solid #e9c4c0;background:#faeae8}.review-step{max-width:680px}.review-card{margin-bottom:14px;padding:21px 23px;border:1px solid #dce1dd;border-radius:15px;background:#ffffffab}.review-heading,.review-card.compact{display:flex;align-items:center;justify-content:space-between;gap:18px}.review-heading h3{margin:0;font-size:16px}.text-button{padding:5px 0;color:var(--green);background:transparent;font-size:12px;font-weight:700}dl{margin:18px 0 0}dl>div{display:grid;grid-template-columns:120px 1fr;gap:12px;margin-top:9px;font-size:13px}dt{color:#82908a}dd{margin:0;color:#2c3c36;font-weight:600}address{margin-top:16px;color:#46554f;font-size:13px;font-style:normal;line-height:1.7}.review-label{display:block;margin-bottom:3px;color:#82908a;font-size:11px}.review-card.compact strong{font-size:14px}.payment-note{display:flex;align-items:center;gap:14px;margin-top:25px;padding:18px 20px;border-radius:14px;color:#375448;background:var(--green-soft)}.payment-note>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--green)}.payment-note p,.payment-note strong{display:block;margin:0}.payment-note p{font-size:12px;line-height:1.45}.payment-note strong{margin-bottom:2px;color:#204d3b}.status-page{min-height:100vh;padding:45px 24px;display:grid;align-content:center;justify-items:center;background:radial-gradient(circle at 50% 30%,rgba(113,158,133,.14),transparent 32%),var(--cream)}.brand.centered{margin-bottom:35px;color:var(--ink)}.status-card{width:min(590px,100%);padding:clamp(35px,7vw,68px);border:1px solid rgba(205,214,208,.85);border-radius:25px;background:#ffffffd1;box-shadow:var(--shadow);text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.status-card h1{margin:0;font-size:clamp(31px,6vw,47px);line-height:1.12}.status-card>p:not(.eyebrow):not(.support-note){margin:18px auto 0;color:var(--muted);line-height:1.7}.status-card small{display:block;margin-top:17px;color:#909a96}.status-symbol{width:66px;height:66px;margin:0 auto 28px;display:grid;place-items:center;border-radius:22px;font-family:Manrope,sans-serif;font-size:28px;font-weight:800}.success-symbol{color:#fff;background:var(--green);box-shadow:0 12px 26px #27684e38}.error-symbol{color:#963a34;background:#f5dfdc}.neutral-symbol{color:#596761;background:#e8ebe8}.pending-symbol{background:#e5eee8}.pending-symbol span{width:23px;height:23px;border:3px solid #a8bfb2;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-card .wide{width:100%;margin-top:30px}.link-button{margin-top:28px}.support-note{margin:22px 0 0;padding:14px;border-radius:10px;color:#78403b;background:#f8ecea;font-size:12px;line-height:1.55}.progress-line{height:4px;margin:28px 0 0;overflow:hidden;border-radius:99px;background:#e0e6e2}.progress-line span{display:block;width:40%;height:100%;border-radius:inherit;background:var(--green);animation:progress 1.4s ease-in-out infinite}@keyframes progress{0%{transform:translate(-110%)}to{transform:translate(260%)}}@media(min-width:1180px){.step small{display:block;max-width:105px}.step:not(:last-child):after{left:40px;right:16px}}@media(max-width:900px){.shell{display:block}.brand-panel{display:none}.wizard-panel{min-height:100vh;padding-top:28px}.mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:48px;font-family:Manrope,sans-serif}.mobile-brand .brand-mark{width:34px;height:34px;border-radius:10px}.steps{margin-bottom:50px}}@media(max-width:560px){.wizard-panel{padding:22px 18px 34px}.mobile-brand{margin-bottom:35px}.steps{margin-bottom:39px}.step>span{width:29px;height:29px}.step:not(:last-child):after{left:32px;top:14px;right:4px}.field-grid.two-columns{grid-template-columns:1fr}.field-grid .full{grid-column:auto}.section-heading{margin-bottom:29px}.section-heading h2{font-size:30px}input{height:52px}.actions{margin-top:34px}.primary,.secondary{min-height:50px;padding-inline:17px}.primary.pay{width:100%}dl>div{grid-template-columns:1fr;gap:3px;margin-top:13px}.status-page{padding-inline:16px}.status-card{padding:36px 23px;border-radius:20px}}
