:root {
  --ink: #10243f;
  --muted: #64748b;
  --line: #dce4ec;
  --blue: #0b6ce4;
  --blue-dark: #064ea9;
  --navy: #092b56;
  --ice: #eef6ff;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --success: #0f9f6e;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
main { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 76px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,228,236,.85); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: white; background: linear-gradient(145deg,#0b78ef,#0651b4); font-size: 13px; font-weight: 900; letter-spacing: -.5px; box-shadow: 0 8px 20px rgba(11,108,228,.2); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 17px; letter-spacing: .13em; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .12em; margin-top: 6px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { color: #354963; font-size: 13px; font-weight: 700; transition: .2s; }
.nav-links a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { font-size: 13px; font-weight: 800; white-space: nowrap; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: 22px; }

.btn { border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; font-weight: 800; font-size: 13px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(11,108,228,.25); outline-offset: 2px; }
.btn:disabled { opacity: .65; cursor: wait; transform: none; }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 10px 22px rgba(11,108,228,.2); }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 28px rgba(11,108,228,.26); }
.btn-dark { background: var(--ink); color: white; }
.btn-white { background: white; color: var(--navy); }
.btn-ghost { background: rgba(255,255,255,.82); color: var(--ink); border: 1px solid var(--line); }
.btn-outline { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.btn-glass { background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.25); color: white; }
.btn-large { min-height: 52px; padding-inline: 26px; }
.btn-block { width: 100%; }

.hero { position: relative; min-height: 750px; display: flex; align-items: center; padding: 142px 0 88px; background: radial-gradient(circle at 76% 35%, #e8f4ff 0, transparent 31%), linear-gradient(115deg,#f8fbff 0%,#eef6ff 58%,#f9fcff 100%); }
.hero::before { content: ""; position: absolute; inset: 76px 0 0; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(11,108,228,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(11,108,228,.045) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right,black,transparent 80%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(1px); }
.hero-orb-one { width: 280px; height: 280px; background: rgba(17,143,255,.08); top: 90px; right: 3%; }
.hero-orb-two { width: 130px; height: 130px; border: 28px solid rgba(11,108,228,.06); bottom: 70px; left: 4%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 10px; background: white; color: #46617e; border: 1px solid #dce8f4; border-radius: 99px; padding: 8px 13px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 7px 22px rgba(42,75,108,.06); }
.eyebrow span { color: var(--blue); font-size: 8px; }
.hero h1 { margin: 24px 0 20px; color: var(--ink); font-size: clamp(50px,6vw,78px); line-height: .98; letter-spacing: -.055em; font-weight: 790; }
.hero h1 em { color: var(--blue); font-style: normal; font-weight: 820; }
.hero-copy > p { max-width: 590px; color: #5b6f86; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; align-items: center; gap: 24px; margin-top: 44px; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row b { font-size: 20px; }
.trust-row span { color: var(--muted); font-size: 11px; margin-top: 3px; }
.trust-row i { width: 1px; height: 30px; background: #cdd8e4; }
.hero-card-wrap { position: relative; max-width: 500px; justify-self: end; width: 100%; }
.hero-card { position: relative; padding: 28px; border-radius: 28px; background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 30px 80px rgba(22,67,110,.16), 0 2px 8px rgba(25,65,105,.06); }
.hero-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.hero-card-top span { color: var(--ink); font-size: 19px; font-weight: 850; }
.hero-card-top b { color: #b9cadb; font-size: 13px; }
.hero-card label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.hero-card select, .field-label select, .form-grid select, .form-grid input, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fbfdff; padding: 13px 14px; color: var(--ink); font-weight: 700; outline: none; }
.mini-field { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 21px; }
.mini-field span { color: var(--muted); font-size: 12px; }
.mini-field b { font-size: 21px; letter-spacing: -.02em; }
.mini-field small { color: var(--muted); font-size: 11px; }
.range { width: 100%; accent-color: var(--blue); margin: 13px 0 2px; cursor: pointer; }
.range-labels { display: flex; justify-content: space-between; color: #97a6b7; font-size: 10px; }
.hero-result { display: flex; flex-direction: column; margin: 24px 0 16px; padding: 19px; border-radius: 16px; color: white; background: linear-gradient(120deg,#0b6ce4,#0754b4); }
.hero-result > span { color: rgba(255,255,255,.72); font-size: 11px; }
.hero-result strong { font-size: 27px; margin: 3px 0; letter-spacing: -.03em; }
.hero-result strong small { font-size: 11px; }
.hero-result > small { color: rgba(255,255,255,.62); font-size: 9px; }
.float-note { position: absolute; left: -48px; bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 12px 16px 12px 12px; border-radius: 16px; background: white; box-shadow: 0 18px 42px rgba(25,61,96,.18); }
.float-note > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: #e8f8f1; color: var(--success); font-weight: 900; }
.float-note div { display: flex; flex-direction: column; }
.float-note b { font-size: 11px; }
.float-note small { color: var(--muted); font-size: 9px; margin-top: 2px; }

.section { padding: 100px 0; }
.section-heading { margin-bottom: 42px; }
.section-heading.split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.section-heading.centered { text-align: center; max-width: 650px; margin: 0 auto 42px; }
.section-kicker { display: block; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .18em; margin-bottom: 15px; }
.section-kicker.light { color: #7dbbff; }
.section-heading h2, .steps-grid h2, .faq-grid h2 { margin: 0; font-size: clamp(34px,4vw,52px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p, .steps-grid > div > p, .faq-grid > div > p { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0; }
.products-section { background: white; }
.product-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; align-items: stretch; }
.product-card { position: relative; grid-column: span 2; min-height: 390px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--soft); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:nth-child(4), .product-card:nth-child(5) { grid-column: span 3; min-height: 350px; }
.product-card::before { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 999px; top: -65px; right: -45px; opacity: .13; background: currentColor; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(28,58,90,.1); }
.product-card.accent-sky { color: #0b6ce4; background: #f0f7ff; }
.product-card.accent-navy { color: #3f73bb; background: #eef3fa; }
.product-card.accent-mint { color: #14996e; background: #effaf6; }
.product-card.accent-amber { color: #d98716; background: #fff8ee; }
.product-card.accent-violet { color: #7955c6; background: #f6f2fd; }
.product-number { position: absolute; right: 24px; top: 22px; color: currentColor; opacity: .45; font-size: 11px; font-weight: 900; }
.product-eyebrow { color: currentColor; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { color: var(--ink); font-size: 27px; margin: 11px 0 25px; letter-spacing: -.03em; }
.product-amount { display: flex; flex-direction: column; color: var(--ink); }
.product-amount b { font-size: 25px; letter-spacing: -.02em; }
.product-amount span { color: var(--muted); font-size: 11px; margin-top: 2px; }
.product-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 22px; margin-top: 22px; border-top: 1px solid rgba(116,137,160,.2); }
.product-meta span { display: flex; flex-direction: column; gap: 4px; }
.product-meta small { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.product-meta b { color: var(--ink); font-size: 12px; }
.product-details { color: #506278; padding-top: 17px; margin-top: 17px; border-top: 1px dashed rgba(116,137,160,.3); font-size: 11px; line-height: 1.55; }
.product-details p { margin: 5px 0; }
.product-details b { color: var(--ink); }
.product-actions { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 23px; }
.text-button { border: 0; background: transparent; padding: 0; color: var(--ink); font-size: 12px; font-weight: 850; cursor: pointer; }
.text-button span { margin-left: 7px; color: currentColor; }
.round-button { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 99px; border: 0; background: white; color: currentColor; font-size: 22px; cursor: pointer; box-shadow: 0 7px 16px rgba(30,60,90,.08); }
.legal-note { text-align: center; color: #8a99a8; font-size: 10px; margin: 25px 0 0; }

.calculator-section { background: var(--navy); color: white; }
.calculator-section .section-heading p { color: #9eb4ca; margin-top: 15px; }
.calculator-shell { display: grid; grid-template-columns: 1.12fr .88fr; max-width: 1000px; margin: auto; border-radius: 25px; overflow: hidden; background: white; box-shadow: 0 35px 75px rgba(0,13,29,.25); }
.calculator-inputs { color: var(--ink); padding: 38px; }
.field-label { display: grid; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.calculator-field { margin-top: 28px; }
.field-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.field-head label, .field-title { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.number-box { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; padding: 8px 11px; background: #fbfdff; }
.number-box input { width: 120px; border: 0; outline: none; background: transparent; text-align: right; font-weight: 850; color: var(--ink); }
.number-box.small input { width: 48px; }
.number-box span { color: var(--muted); font-size: 10px; margin-left: 7px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.segmented button { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; padding: 13px 15px; border-radius: 11px; border: 1px solid var(--line); background: white; cursor: pointer; }
.segmented button.active { border-color: var(--blue); background: var(--ice); box-shadow: inset 0 0 0 1px var(--blue); }
.segmented b { font-size: 12px; }
.segmented small { color: var(--muted); font-size: 9px; }
.calculator-result { display: flex; flex-direction: column; padding: 40px; background: linear-gradient(145deg,#0c6fe7 0%,#064ca9 100%); }
.result-label { color: rgba(255,255,255,.65); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.calculator-result > strong { font-size: 37px; letter-spacing: -.04em; margin: 7px 0 30px; }
.calculator-result > strong small { font-size: 11px; letter-spacing: 0; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; overflow: hidden; background: rgba(255,255,255,.15); margin-bottom: 26px; }
.result-grid div { display: flex; flex-direction: column; padding: 16px; background: rgba(4,70,150,.55); }
.result-grid span { color: rgba(255,255,255,.6); font-size: 9px; }
.result-grid b { font-size: 12px; margin-top: 5px; }
.result-link { margin: 18px auto 0; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.8); font-size: 10px; font-weight: 800; cursor: pointer; }
.schedule-panel { max-width: 1000px; margin: 25px auto 0; padding: 25px; background: white; color: var(--ink); border-radius: 20px; }
.schedule-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.schedule-head h3 { margin: 0; font-size: 20px; }
.schedule-head p { color: var(--muted); margin: 4px 0 0; font-size: 11px; }
.table-wrap { max-height: 410px; overflow: auto; border: 1px solid var(--line); border-radius: 12px; }
table { width: 100%; border-collapse: collapse; font-size: 11px; white-space: nowrap; }
th { position: sticky; top: 0; background: #eff4f9; color: #53677e; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
th, td { padding: 12px 14px; border-bottom: 1px solid #e8edf2; text-align: right; }
th:first-child, td:first-child { text-align: center; }

.steps-section { background: #f7f9fc; }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.steps-grid > div > p { max-width: 360px; margin: 20px 0 28px; }
.steps-list { display: grid; }
.step-item { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.step-item:first-child { border-top: 1px solid var(--line); }
.step-item > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.step-item h3 { margin: 0 0 7px; font-size: 20px; }
.step-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.branches-section { background: white; }
.branch-tools { display: flex; gap: 12px; margin-bottom: 15px; }
.search-box { flex: 1; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 13px; padding: 0 16px; background: #fbfdff; }
.search-box span { color: var(--blue); font-size: 22px; }
.search-box input { width: 100%; height: 48px; border: 0; outline: none; background: transparent; color: var(--ink); }
.geo-message { color: var(--blue-dark); background: var(--ice); padding: 10px 13px; border-radius: 9px; font-size: 11px; margin: 0 0 16px; }
.branch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.branch-card { display: flex; flex-direction: column; min-height: 310px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; transition: .2s; background: white; }
.branch-card:hover { border-color: #a9c9ec; box-shadow: 0 16px 35px rgba(26,62,97,.08); transform: translateY(-3px); }
.branch-card-head { display: flex; align-items: center; justify-content: space-between; }
.branch-card-head > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--ice); color: var(--blue); font-size: 11px; font-weight: 900; }
.branch-card-head > b { color: var(--success); background: #eaf8f2; padding: 6px 9px; border-radius: 99px; font-size: 9px; }
.branch-card h3 { margin: 17px 0 4px; font-size: 17px; }
.branch-region { color: var(--blue); font-size: 10px; font-weight: 800; margin: 0 0 16px; }
.branch-info { display: grid; gap: 9px; color: #586b80; font-size: 10px; }
.branch-info p { display: grid; grid-template-columns: 19px 1fr; margin: 0; line-height: 1.55; }
.branch-info p span { color: var(--blue); }
.branch-info small { grid-column: 2; display: block; color: #8a99a8; font-size: 9px; }
.branch-info a { font-weight: 800; color: var(--ink); }
.branch-card-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 18px; }
.branch-card-actions a { flex: 1; text-align: center; padding: 10px; border-radius: 9px; background: var(--soft); color: var(--ink); font-size: 9px; font-weight: 850; }
.branch-card-actions a:first-child { background: var(--blue); color: white; }
.empty-state { padding: 45px; text-align: center; color: var(--muted); background: var(--soft); border-radius: 18px; }

.faq-section { background: #f7f9fc; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid > div > p { margin: 18px 0 25px; max-width: 350px; }
.support-phone { display: flex; align-items: center; gap: 12px; width: fit-content; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.support-phone > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--ice); color: var(--blue); }
.support-phone div { display: flex; flex-direction: column; }
.support-phone small { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.support-phone b { margin-top: 3px; font-size: 13px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button b { display: grid; place-items: center; min-width: 28px; height: 28px; border-radius: 50%; background: white; color: var(--blue); font-size: 18px; }
.faq-item p { color: var(--muted); font-size: 12px; line-height: 1.75; padding: 0 45px 22px 0; margin: -5px 0 0; }

.contact-banner { padding: 75px 0; background: linear-gradient(115deg,#0b6ce4,#06489e); color: white; position: relative; }
.contact-banner::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.13) 1px,transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to left,black,transparent 65%); pointer-events: none; }
.contact-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-inner > div > span { color: #a8d3ff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.contact-inner h2 { margin: 12px 0 0; font-size: clamp(34px,4vw,50px); line-height: 1.05; letter-spacing: -.04em; }
.contact-actions { display: flex; gap: 11px; }

footer { background: #071b32; color: white; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 55px; }
.footer-brand .brand-mark { box-shadow: none; }
.footer-grid > div > p { color: #8096ac; font-size: 11px; line-height: 1.7; margin: 18px 0 0; }
.footer-grid > div > b { display: block; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; color: #b7c8da; }
.footer-grid > div > a:not(.brand) { display: block; color: #8096ac; font-size: 11px; margin: 10px 0; }
.footer-grid small { color: #668097; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; color: #5d758d; font-size: 9px; padding-top: 25px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.08); }
.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 35; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #14a36f; color: white; font-size: 22px; box-shadow: 0 12px 30px rgba(20,163,111,.3); }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 25px; background: rgba(5,20,38,.72); backdrop-filter: blur(8px); overflow-y: auto; }
.application-modal { position: relative; width: min(780px,100%); max-height: calc(100vh - 50px); overflow-y: auto; margin: auto; padding: 38px; border-radius: 25px; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.modal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 22px; cursor: pointer; z-index: 2; }
.modal-head h2 { margin: 0; padding-right: 50px; font-size: 32px; letter-spacing: -.035em; }
.modal-head > p { color: var(--muted); margin: 8px 0 25px; font-size: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: grid; gap: 7px; color: #4f6278; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.form-grid label > span { color: #97a5b5; font-weight: 600; text-transform: none; }
.form-grid input, .form-grid select, .form-grid textarea { min-height: 46px; font-size: 12px; text-transform: none; letter-spacing: 0; font-weight: 650; }
.form-grid textarea { min-height: 80px; resize: vertical; }
.full-field { grid-column: 1 / -1; }
.form-money { position: relative; }
.form-money input { padding-right: 48px; }
.form-money > span { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 10px; text-transform: none; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #5b6d80; font-size: 10px; line-height: 1.55; margin: 17px 0; }
.consent input { margin-top: 2px; accent-color: var(--blue); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { color: #a42424; background: #fff0f0; padding: 11px 13px; border-radius: 9px; margin-bottom: 13px; font-size: 11px; }
.form-note { text-align: center; color: #8b99a8; font-size: 9px; margin: 10px 0 0; }
.success-state { min-height: 470px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state > span { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: #e8f8f1; color: var(--success); font-size: 34px; font-weight: 900; }
.success-state h2 { margin: 22px 0 18px; font-size: 32px; }
.success-state p { color: var(--muted); font-size: 11px; margin: 0 0 5px; }
.success-state > b { color: var(--blue); background: var(--ice); padding: 9px 14px; border-radius: 9px; font-size: 18px; }
.success-state > small { max-width: 430px; color: var(--muted); line-height: 1.7; margin: 18px 0 24px; }

@media (max-width: 1050px) {
  .phone-link { display: none; }
  .nav-links { gap: 20px; }
  .hero-grid { gap: 40px; }
  .hero-card-wrap { max-width: 455px; }
  .float-note { left: -20px; }
  .product-card { grid-column: span 3; }
  .product-card:nth-child(5) { grid-column: 2 / span 4; }
  .branch-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px,1180px); }
  .site-header { height: 68px; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .nav-links { position: fixed; top: 67px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 20px 45px rgba(18,49,80,.17); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px; border-bottom: 1px solid #eef2f6; }
  .nav-links a:last-child { border-bottom: 0; }
  .hero { min-height: auto; padding: 115px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-card-wrap { max-width: 560px; justify-self: center; }
  .float-note { left: -10px; }
  .section { padding: 75px 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 16px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: auto; min-height: 380px; }
  .product-card:nth-child(5) { grid-column: 1 / -1; }
  .calculator-shell { grid-template-columns: 1fr; max-width: 620px; }
  .steps-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px,1180px); }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px; }
  .brand b { font-size: 15px; }
  .brand small { font-size: 8px; }
  .hero { padding-top: 104px; }
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 13px; }
  .trust-row b { font-size: 16px; }
  .trust-row i { height: 24px; }
  .hero-card { padding: 21px; border-radius: 22px; }
  .hero-result strong { font-size: 23px; }
  .float-note { display: none; }
  .section-heading h2, .steps-grid h2, .faq-grid h2 { font-size: 36px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: auto; min-height: 340px; }
  .calculator-inputs, .calculator-result { padding: 25px 20px; }
  .field-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .number-box { width: 100%; }
  .number-box input { width: 100%; text-align: left; }
  .result-grid { grid-template-columns: 1fr; }
  .schedule-head { align-items: flex-start; flex-direction: column; }
  .steps-grid { gap: 35px; }
  .step-item { grid-template-columns: 42px 1fr; gap: 10px; }
  .branch-tools { flex-direction: column; }
  .search-box { min-height: 50px; }
  .branch-grid { grid-template-columns: 1fr; }
  .contact-actions { width: 100%; flex-direction: column; }
  .contact-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .modal-backdrop { padding: 10px; }
  .application-modal { max-height: calc(100vh - 20px); padding: 27px 18px; border-radius: 20px; }
  .modal-head h2 { font-size: 27px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .success-state { min-height: 430px; }
  .floating-call { width: 49px; height: 49px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
