:root { --custom-surface: rgba(10,11,15,.78); --custom-soft: rgba(255,255,255,.025); }
.custom-page { position: relative; z-index: 1; min-height: 100vh; padding: 150px 0 90px; }
.custom-shell { width: min(1240px, calc(100% - 42px)); margin-inline: auto; }
.custom-hero { padding: 42px 0 68px; }
.custom-hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .72fr); gap: clamp(55px, 9vw, 150px); align-items: end; }
.custom-overline { display: inline-flex; align-items: center; gap: 9px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.custom-overline i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.custom-hero h1 { margin-top: 24px; font-size: clamp(3.4rem, 7.5vw, 7.1rem); line-height: .88; letter-spacing: -.075em; }
.custom-hero h1 span { color: #8c919b; }
.custom-hero-copy { padding-bottom: 8px; }
.custom-hero-copy > p { color: var(--muted-strong); font-size: 14px; line-height: 1.8; }
.custom-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; padding-top: 21px; border-top: 1px solid var(--border); }
.custom-hero-copy > div span { color: var(--muted); font-size: 9px; font-weight: 700; }
.custom-hero-copy > div strong { margin-right: 5px; color: var(--accent); font-size: 8px; }
.custom-separator { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; padding-bottom: 60px; color: #636872; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.custom-separator i { height: 1px; background: var(--border); }
.custom-separator strong { font-size: 9px; }
.custom-configurator { width: min(1240px, calc(100% - 42px)); display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 62px; margin: 0 auto 100px; align-items: start; }
.custom-form-aside { position: sticky; top: 115px; padding-right: 34px; border-right: 1px solid var(--border); }
.custom-form-aside h2 { margin-top: 22px; font-size: clamp(2rem, 3.7vw, 3.35rem); line-height: .98; letter-spacing: -.055em; }
.custom-form-aside > p { margin-top: 18px; color: var(--muted-strong); font-size: 12px; line-height: 1.75; }
.custom-form-aside dl { display: grid; gap: 0; margin-top: 30px; border-top: 1px solid var(--border); }
.custom-form-aside dl div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.custom-form-aside dt { color: var(--muted); font-size: 8px; }
.custom-form-aside dd { margin: 0; color: var(--text); font-size: 8px; font-weight: 700; text-align: right; }
.custom-account-note { margin-top: 28px; padding: 17px; border: 1px solid var(--border); border-radius: 12px; background: var(--custom-soft); }
.custom-account-note strong { font-size: 9px; }
.custom-account-note p { margin-top: 7px; color: var(--muted); font-size: 8px; line-height: 1.55; }
.custom-account-note a { display: inline-block; margin-top: 12px; color: var(--text); font-size: 8px; font-weight: 800; }
.custom-form { min-width: 0; display: grid; gap: 16px; }
.custom-form-section { min-width: 0; margin: 0; padding: 27px; border: 1px solid var(--border); border-radius: 17px; background: var(--custom-surface); backdrop-filter: blur(16px); }
.custom-form-section legend { width: 100%; display: flex; align-items: center; gap: 13px; padding: 0; }
.custom-form-section legend > span { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--border-strong); border-radius: 9px; color: var(--accent); font-size: 8px; font-weight: 800; }
.custom-form-section legend > div { display: grid; gap: 3px; }
.custom-form-section legend strong { font-size: 13px; }
.custom-form-section legend small { color: var(--muted); font-size: 8px; }
.custom-fields { display: grid; gap: 17px; margin-top: 24px; }
.custom-fields.two-columns { grid-template-columns: 1fr 1fr; }
.custom-fields label { min-width: 0; display: grid; gap: 8px; }
.custom-fields label > span { color: var(--muted-strong); font-size: 8px; font-weight: 750; letter-spacing: .045em; }
.custom-fields input, .custom-fields select, .custom-fields textarea { width: 100%; border: 1px solid var(--border); border-radius: 10px; outline: none; background: rgba(255,255,255,.018); color: var(--text); font: inherit; font-size: 11px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.custom-fields input, .custom-fields select { height: 48px; padding: 0 13px; }
.custom-fields textarea { min-height: 120px; padding: 13px; resize: vertical; line-height: 1.65; }
.custom-fields input:focus, .custom-fields select:focus, .custom-fields textarea:focus { border-color: var(--border-strong); background: rgba(255,255,255,.03); box-shadow: 0 0 0 3px rgba(148,163,184,.055); }
.custom-fields label > small { justify-self: end; margin-top: -2px; color: var(--muted); font-size: 7px; }
.custom-fields .wide { grid-column: 1 / -1; }
.custom-fields option { background: #111217; color: #f7f7f8; }
.custom-file-field { min-height: 92px; position: relative; align-content: center; padding: 17px 18px 17px 72px; border: 1px dashed var(--border-strong); border-radius: 12px; background: rgba(255,255,255,.012); cursor: pointer; }
.custom-file-field::before { content: '+'; position: absolute; left: 18px; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid var(--border); border-radius: 10px; color: var(--accent); font-size: 17px; }
.custom-file-field > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.custom-file-field input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.custom-file-field div { display: grid; gap: 5px; pointer-events: none; }
.custom-file-field strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.custom-file-field small { color: var(--muted); font-size: 8px; }
.custom-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 0 0; }
.custom-submit-row p { max-width: 470px; color: var(--muted); font-size: 8px; line-height: 1.6; }
.custom-submit-row button, .custom-success-actions a { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 19px; border: 1px solid var(--accent); border-radius: 10px; background: var(--accent); color: #fff; font: inherit; font-size: 9px; font-weight: 850; letter-spacing: .035em; cursor: pointer; }
.custom-submit-row button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.custom-message { padding: 14px 16px; border: 1px solid rgba(98,201,119,.22); border-radius: 10px; background: rgba(22,101,52,.09); color: #9ce7a7; font-size: 9px; line-height: 1.55; }
.custom-message.error { border-color: rgba(220,125,131,.2); background: rgba(127,29,29,.08); color: #eda5a9; }
.custom-message p + p { margin-top: 5px; }
.custom-honeypot { position: absolute !important; left: -9999px !important; }
.custom-success { width: min(980px, calc(100% - 42px)); display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 25px; align-items: start; margin: 10px auto 110px; padding: 38px; border: 1px solid var(--border-strong); border-radius: 20px; background: var(--custom-surface); }
.custom-success-mark { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(98,201,119,.25); border-radius: 50%; color: #8bdb9c; font-size: 19px; }
.custom-success h2 { max-width: 590px; margin-top: 14px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: .98; letter-spacing: -.055em; }
.custom-success p { max-width: 600px; margin-top: 16px; color: var(--muted-strong); font-size: 11px; line-height: 1.7; }
.custom-success-actions { display: grid; gap: 9px; }
.custom-success-actions a { min-width: 170px; }
.custom-success-actions a.secondary { border-color: var(--border); background: transparent; color: var(--muted-strong); }
html[data-theme="light"] { --custom-surface: rgba(255,255,255,.84); --custom-soft: rgba(17,24,39,.025); }
html[data-theme="light"] .custom-hero h1 span { color: #727782; }
html[data-theme="light"] .custom-fields input, html[data-theme="light"] .custom-fields select, html[data-theme="light"] .custom-fields textarea { background: rgba(255,255,255,.7); }
html[data-theme="light"] .custom-fields option { background: #fff; color: #17181d; }
@media (max-width: 980px) { .custom-hero-grid { grid-template-columns: 1fr; gap: 38px; } .custom-hero-copy { max-width: 650px; } .custom-configurator { grid-template-columns: 1fr; gap: 36px; } .custom-form-aside { position: static; padding: 0 0 30px; border-right: 0; border-bottom: 1px solid var(--border); } .custom-form-aside dl { grid-template-columns: repeat(3, 1fr); } .custom-form-aside dl div { display: grid; } .custom-success { grid-template-columns: 56px 1fr; } .custom-success-actions { grid-column: 2; display: flex; flex-wrap: wrap; } }
@media (max-width: 650px) { .custom-page { padding-top: 112px; } .custom-shell, .custom-configurator { width: min(100% - 28px, 1240px); } .custom-hero { padding-top: 18px; } .custom-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); } .custom-form-aside dl { grid-template-columns: 1fr; } .custom-form-section { padding: 20px 17px; border-radius: 14px; } .custom-fields.two-columns { grid-template-columns: 1fr; } .custom-fields .wide { grid-column: auto; } .custom-submit-row { align-items: stretch; flex-direction: column; } .custom-submit-row button { width: 100%; } .custom-success { width: calc(100% - 28px); grid-template-columns: 1fr; padding: 25px 20px; } .custom-success-actions { grid-column: auto; display: grid; } }
