:root{
  --ink:#15171d;--ink-2:#2e323c;--muted:#69707d;--muted-2:#8b93a1;
  --bg:#f5f6f8;--surface:#fff;--surface-2:#f0f2f5;--line:#e4e7ec;
  --brand:#3157f6;--brand-dark:#2445d8;--brand-soft:#edf1ff;--mint:#12a87c;--mint-soft:#e9f8f3;
  --danger:#c74444;--danger-soft:#fff0ef;--success:#16785b;--success-soft:#eaf8f2;
  --shadow:0 18px 60px rgba(29,35,52,.08);--shadow-sm:0 8px 30px rgba(29,35,52,.06);
  --r-lg:28px;--r:20px;--r-sm:14px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img,svg{display:block}.wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}.ui-icon{width:20px;height:20px;flex:none}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(228,231,236,.9);backdrop-filter:saturate(180%) blur(18px)}.header-row{height:72px;display:flex;align-items:center;gap:32px}.logo{display:inline-flex;align-items:center;gap:10px;font-size:23px;font-weight:850;letter-spacing:-.045em}.logo-dot{width:30px;height:30px;border-radius:10px;background:var(--brand);position:relative;box-shadow:inset 0 -7px 14px rgba(0,0,0,.08)}.logo-dot:after{content:"";position:absolute;width:10px;height:10px;border:3px solid #fff;border-top-color:transparent;border-left-color:transparent;transform:rotate(45deg);left:8px;top:6px;border-radius:2px}.main-nav{display:flex;align-items:center;gap:4px;margin-left:12px}.main-nav>a,.nav-more>button{border:0;background:transparent;padding:10px 11px;border-radius:11px;font-size:14px;font-weight:650;color:#404550}.main-nav>a:hover,.nav-more>button:hover{background:var(--surface-2);color:var(--ink)}.nav-more{position:relative}.nav-more>button{display:flex;gap:5px;align-items:center}.nav-popover{position:absolute;top:46px;left:0;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:var(--shadow);display:none}.nav-popover.is-open{display:block}.nav-popover a{display:block;padding:10px 12px;border-radius:10px;font-size:14px}.nav-popover a:hover{background:var(--surface-2)}.header-action{margin-left:auto;background:var(--ink);color:#fff;padding:10px 17px;border-radius:12px;font-weight:750;font-size:14px}.header-action:hover{background:#000}.mobile-menu,.mobile-nav{display:none}

/* typography */
h1,h2,h3,h4,p{margin-top:0}h1{font-size:clamp(42px,5.1vw,68px);line-height:1.02;letter-spacing:-.058em;margin-bottom:18px}h2{font-size:clamp(30px,3.3vw,46px);line-height:1.08;letter-spacing:-.045em;margin-bottom:14px}h3{font-size:21px;line-height:1.18;letter-spacing:-.025em}.eyebrow,.calc-kicker{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--brand)}.breadcrumbs{display:flex;gap:8px;align-items:center;padding-top:22px;color:var(--muted-2);font-size:12px}.breadcrumbs a:hover{color:var(--brand)}

/* hero */
.hero{padding:66px 0 24px}.hero-center{text-align:center;max-width:860px;margin:0 auto 32px}.hero-center p,.hero-copy>p,.page-hero p{font-size:18px;color:var(--muted);max-width:760px}.hero-center p{margin-left:auto;margin-right:auto}.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:52px;align-items:center}.hero-copy{padding:24px 0}.hero-copy h1,.page-hero h1{max-width:760px}.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.hero-badges span{font-size:12px;font-weight:720;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;color:#555d69}.page-hero{padding:38px 0 20px}

/* product tabs */
.product-tabs{display:flex;gap:6px;overflow:auto;padding:6px;background:#edeff3;border-radius:18px;scrollbar-width:none}.product-tabs::-webkit-scrollbar{display:none}.product-tab{display:flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 13px;border-radius:13px;color:#565d68;font-size:13px;font-weight:720}.product-tab .ui-icon{width:18px;height:18px}.product-tab:hover{background:rgba(255,255,255,.65)}.product-tab.is-active{background:#fff;color:var(--ink);box-shadow:0 2px 9px rgba(22,29,46,.07)}

/* calculator */
.calculator{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow);position:relative}.calculator:before{content:"";position:absolute;top:0;left:34px;right:34px;height:3px;background:var(--brand);border-radius:0 0 3px 3px}.calc-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.calc-top h2{font-size:28px;margin:4px 0 0}.secure-note{display:flex;align-items:center;gap:7px;color:var(--muted-2);font-size:11px;max-width:185px;text-align:right}.secure-note .ui-icon{width:17px;height:17px;color:var(--mint)}.quote-form{margin:0}.calc-step{display:flex;align-items:center;gap:10px;margin:10px 0 14px;color:var(--muted)}.calc-step>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eef0f4;font-size:12px;font-weight:850}.calc-step.is-current>span{background:var(--brand);color:#fff}.calc-step b{display:block;font-size:14px;color:var(--ink)}.calc-step small{display:block;font-size:11px;margin-top:1px}.field-label,.field label{display:block;font-size:12px;font-weight:750;color:#4e5561;margin:0 0 7px 2px}.plate-stage{padding:4px 0 10px}.plate-box{display:grid;grid-template-columns:1fr 126px;border:2px solid #20242c;border-radius:15px;overflow:hidden;background:#fff;height:70px}.plate-main{display:flex;align-items:center;border-right:2px solid #20242c}.plate-main input,.plate-region input{border:0;outline:0;background:transparent;width:100%;height:100%;font-weight:800;text-transform:uppercase}.plate-main input{padding:0 20px;font-size:29px;letter-spacing:.08em}.plate-main input::placeholder{color:#c2c7cf}.plate-region{display:grid;grid-template-rows:1fr 22px;text-align:center}.plate-region input{text-align:center;font-size:23px;padding-top:5px}.plate-region span{font-size:9px;font-weight:850;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;gap:5px}.plate-region i{width:17px;height:10px;background:linear-gradient(#fff 0 33%,#2456d9 33% 66%,#e84141 66%);border:1px solid #d7dae0}.plate-actions{display:flex;align-items:center;gap:16px;margin-top:14px}.link-button{border:0;background:transparent;color:var(--brand);font-size:13px;font-weight:720;padding:10px 2px}.link-button:hover{text-decoration:underline}.lookup-status{margin-top:12px;padding:12px 14px;border-radius:12px;background:var(--brand-soft);font-size:13px;color:#3e4b78}.selected-entity{display:flex;align-items:center;gap:12px;background:var(--brand-soft);border:1px solid #dce3ff;border-radius:15px;padding:13px 14px;margin-bottom:18px}.selected-entity>span{width:40px;height:40px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--brand)}.selected-entity small{display:block;color:var(--muted);font-size:11px}.selected-entity b{display:block}.selected-entity button{margin-left:auto;border:0;background:#fff;border-radius:10px;padding:7px 10px;color:var(--brand);font-size:12px;font-weight:700}.calc-manual{transition:.2s}.calc-manual.is-collapsed{display:none}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.span-2{grid-column:1/-1}.field{position:relative}.field input,.field select,.field textarea{width:100%;height:48px;border:1px solid #d9dde4;border-radius:12px;background:#fff;padding:0 13px;outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8da2ff;box-shadow:0 0 0 4px #eef1ff}.contact-grid{margin-top:12px}.choice-row{display:flex;gap:9px;flex-wrap:wrap}.check-option{display:flex!important;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;padding:11px 12px!important;margin:0!important;background:#fff;cursor:pointer;font-weight:650!important}.check-option input{width:16px!important;height:16px!important;accent-color:var(--brand)}.quick-values{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.quick-values button{border:0;background:var(--surface-2);padding:6px 8px;border-radius:8px;font-size:11px}.quick-values button:hover{background:var(--brand-soft);color:var(--brand)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;font-weight:800;transition:.16s}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.button-xl{min-height:50px;padding:0 19px;font-size:15px}.button-full{width:100%;margin-top:14px}.button .ui-icon{width:18px;height:18px}.form-legal{font-size:10px;color:var(--muted-2);margin-top:9px;text-align:center}.form-legal a{text-decoration:underline}.autocomplete{position:relative}.car-results{position:absolute;left:0;right:0;top:54px;z-index:20;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow);max-height:290px;overflow:auto;padding:6px}.car-results button{width:100%;border:0;background:#fff;text-align:left;padding:10px;border-radius:9px}.car-results button:hover{background:var(--surface-2)}.success-note,.error-note{margin-top:12px;border-radius:12px;padding:12px 13px;font-size:12px}.success-note{background:var(--success-soft);color:var(--success)}.error-note{background:var(--danger-soft);color:var(--danger)}.offer-list{display:grid;gap:8px;margin-top:12px}.offer{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;padding:12px}

/* sections */
.section{padding:66px 0}.section-soft{background:#eef0f4}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px}.section-head h2{margin-bottom:0}.section-head p{max-width:560px;color:var(--muted);margin-bottom:3px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product{background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px;min-height:192px;display:flex;flex-direction:column;transition:.18s;box-shadow:0 1px 0 rgba(23,26,35,.02)}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#d3d7df}.product .ico{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand)}.product .ico .ui-icon{width:22px;height:22px}.product h3{font-size:18px;margin:17px 0 6px}.product p{font-size:13px;color:var(--muted);margin-bottom:18px}.product strong{margin-top:auto;color:var(--brand);font-size:12px}.seo-products{grid-template-columns:repeat(5,1fr)}

/* info layouts */
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.trust-item{display:flex;gap:11px;align-items:flex-start;padding:15px;border-radius:15px;background:#fff;border:1px solid var(--line)}.trust-item>span{width:34px;height:34px;border-radius:10px;background:var(--mint-soft);color:var(--mint);display:grid;place-items:center}.trust-item b{font-size:13px;display:block}.trust-item small{font-size:11px;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel,.content{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.panel.dark{background:#171a22;color:#fff;border-color:#171a22}.panel.dark p,.panel.dark .step span{color:#aeb4bf}.steps{display:grid;gap:13px;margin-top:20px}.step{display:flex;gap:12px}.num{width:32px;height:32px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:12px;font-weight:850}.step b{display:block;font-size:14px}.step span{font-size:12px;color:var(--muted)}.text-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px}.content h2{font-size:30px}.content h3{font-size:20px;margin-top:28px}.content p,.content li{color:#515865;font-size:15px}.content ul{padding-left:20px}.aside{display:grid;gap:10px;align-content:start}.aside-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px}.aside-card b{display:block;font-size:14px;margin-bottom:3px}.aside-card span{font-size:12px;color:var(--muted)}

/* link catalogs */
.link-cloud{display:flex;flex-wrap:wrap;gap:8px}.pill{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:680;color:#4c5360}.pill:hover{border-color:#aebcff;color:var(--brand);background:var(--brand-soft)}.list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.list-link{background:#fff;border:1px solid var(--line);border-radius:13px;padding:13px 14px;font-size:13px;font-weight:720}.list-link:hover{border-color:#bdc7ef;color:var(--brand)}.list-link small{display:block;font-size:10px;color:var(--muted-2);font-weight:550;margin-top:4px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px}.feature-card .feature-icon{width:42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:16px}.feature-card h3{font-size:17px;margin-bottom:7px}.feature-card p{font-size:13px;color:var(--muted);margin:0}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}.metric{background:#fff;padding:20px}.metric b{display:block;font-size:20px;letter-spacing:-.03em}.metric span{font-size:11px;color:var(--muted)}

/* FAQ / generated */
.faq-list{display:grid;gap:8px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 15px}.faq-list summary{list-style:none;cursor:pointer;font-size:14px;font-weight:760;padding:14px 28px 14px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:2px;top:12px;font-size:20px;color:var(--muted)}.faq-list details[open] summary:after{content:"–"}.faq-list details p{font-size:13px;color:var(--muted);margin:0 0 14px}.seo-generated{padding-top:18px}.mini-check{padding-left:18px}.mini-check li{margin:6px 0}.article-h1{font-size:clamp(38px,5vw,54px)}.inline-primary{width:auto}

/* service forms */
.service-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.service-result{margin-top:12px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.service-link{background:#fff;border:1px solid var(--line);border-radius:17px;padding:19px;display:flex;align-items:flex-start;gap:12px}.service-link>span{width:40px;height:40px;border-radius:12px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand);flex:none}.service-link b{display:block;font-size:14px}.service-link small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.service-link:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}

/* footer */
.site-footer{background:#171920;color:#c2c6cf;margin-top:68px;padding:54px 0 26px}.logo-light{color:#fff}.footer-top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.footer-top>div:first-child p{max-width:340px;color:#8f96a3;font-size:13px;margin-top:16px}.footer-top h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.footer-top a:not(.logo){display:block;font-size:12px;margin:9px 0;color:#9fa6b2}.footer-top a:hover{color:#fff}.footer-bottom{display:grid;grid-template-columns:auto 1fr auto;gap:20px;border-top:1px solid #2b2e37;margin-top:40px;padding-top:22px;font-size:10px;color:#707784}.footer-bottom>div{display:flex;gap:18px;justify-content:center}.footer-bottom a:hover{color:#fff}

@media(max-width:1020px){.main-nav{display:none}.mobile-menu{display:grid;margin-left:4px;width:38px;height:38px;border:0;background:var(--surface-2);border-radius:11px;place-content:center;gap:5px}.mobile-menu span{display:block;width:18px;height:2px;background:var(--ink)}.mobile-nav{position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--line);padding:14px 20px;grid-template-columns:1fr 1fr;gap:6px}.mobile-nav.is-open{display:grid}.mobile-nav a{padding:10px;border-radius:10px;font-size:13px;font-weight:700;background:var(--bg)}.header-action{margin-left:auto}.hero-grid{grid-template-columns:1fr;gap:20px}.hero-copy{padding-bottom:0}.products{grid-template-columns:repeat(3,1fr)}.seo-products{grid-template-columns:repeat(3,1fr)}.list-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1.2fr 1fr 1fr}.footer-top>div:last-child{display:none}.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-bottom>div{justify-content:center}.feature-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.wrap{width:min(var(--max),calc(100% - 24px))}.header-row{height:62px}.logo{font-size:21px}.logo-dot{width:28px;height:28px}.header-action{display:none}.mobile-nav{top:62px}.hero{padding:36px 0 16px}.hero-center{text-align:left;margin-bottom:20px}h1{font-size:40px}.hero-center p,.hero-copy>p,.page-hero p{font-size:15px}.page-hero{padding-top:26px}.calculator{border-radius:20px;padding:18px}.calculator:before{left:20px;right:20px}.calc-top{display:block}.secure-note{display:none}.calc-top h2{font-size:24px}.plate-box{grid-template-columns:1fr 104px;height:62px}.plate-main input{font-size:24px;padding:0 13px}.plate-region input{font-size:20px}.plate-actions{display:grid;gap:4px}.button-xl{width:100%}.link-button{text-align:center}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.choice-row{display:grid}.product-tabs{border-radius:14px;margin-left:-4px;margin-right:-4px}.product-tab{padding:9px 10px}.product-tab span{font-size:12px}.section{padding:46px 0}.section-head{display:block}.section-head p{margin-top:8px}.products,.seo-products{grid-template-columns:1fr 1fr}.product{min-height:170px;padding:16px}.split,.text-grid{grid-template-columns:1fr}.feature-grid,.service-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr}.metric-strip{grid-template-columns:1fr 1fr}.list-grid{grid-template-columns:1fr 1fr}.panel,.content{padding:19px}.footer-top{grid-template-columns:1fr 1fr;gap:24px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child{display:block}.footer-bottom>div{flex-wrap:wrap}.breadcrumbs{overflow:auto;white-space:nowrap}.selected-entity button{font-size:11px}.quick-values{overflow:auto;flex-wrap:nowrap}}
@media(max-width:430px){.products,.seo-products,.list-grid{grid-template-columns:1fr}.metric-strip{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-top>div:first-child{grid-column:auto}}
.service-result-card{display:grid;gap:5px}.service-result-card span{display:block;color:var(--muted);font-size:14px}.action-panel .button{margin-top:10px}.service-calculator{align-self:start}
.offers-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.offers-head b{display:block;font-size:15px}.offers-head span,.offers-head small{color:var(--muted);font-size:11px}.offer-list{margin-top:10px}.offer-card{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:0 4px 16px rgba(29,35,52,.04)}.offer-main{display:flex;align-items:center;gap:12px}.offer-company{display:flex;align-items:center;gap:10px}.offer-company>span{width:38px;height:38px;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-weight:850}.offer-company strong{display:block;font-size:14px}.offer-company small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.offer-badge{background:var(--mint-soft);color:var(--success);font-size:10px;font-weight:800;border-radius:999px;padding:6px 8px}.offer-side{display:flex;align-items:center;gap:14px}.offer-price{text-align:right}.offer-price b{display:block;font-size:18px}.offer-price small{display:block;font-size:9px;color:var(--muted)}.offer-side .button{min-height:38px;padding:0 14px;font-size:12px}@media(max-width:700px){.offer-card{grid-template-columns:1fr}.offer-side{justify-content:space-between}.offer-price{text-align:left}.offer-main{justify-content:space-between;align-items:flex-start}}

/* v4.1 product-depth refresh */
body{background:#f7f8fb}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(49,87,246,.09),transparent 26%),radial-gradient(circle at 8% 86%,rgba(18,168,124,.06),transparent 24%)}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#e5e8ef,transparent)}
.hero>.wrap{position:relative;z-index:1}.hero-center{max-width:920px}.hero-center h1{font-size:clamp(48px,5.8vw,76px)}.hero-copy h1{font-size:clamp(46px,5.3vw,70px)}
.calculator{box-shadow:0 28px 90px rgba(28,35,58,.11),0 2px 10px rgba(28,35,58,.04)}.calculator:after{content:"";position:absolute;inset:10px 10px auto;height:52px;background:linear-gradient(180deg,rgba(49,87,246,.035),transparent);border-radius:18px;pointer-events:none}
.products{gap:14px}.product{border-radius:22px;padding:22px;min-height:210px}.product:hover{box-shadow:0 18px 50px rgba(29,35,52,.09);transform:translateY(-3px)}
.section{padding:78px 0}.section-soft{background:#f0f3f8;border-top:1px solid #e8ebf1;border-bottom:1px solid #e8ebf1}.section-dark{background:#151821;color:#fff}.section-dark .section-head p,.section-dark .journey-card p,.section-head.light p{color:#aeb5c2}.section-dark .eyebrow{color:#8ea3ff}.section-copy{color:var(--muted);max-width:500px;font-size:15px}
.compare-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.compare-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;min-height:165px}.compare-card>span{width:38px;height:38px;border-radius:12px;background:var(--mint-soft);color:var(--success);display:grid;place-items:center}.compare-card h3{font-size:17px;margin:18px 0 7px}.compare-card p{font-size:13px;color:var(--muted);margin:0}
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.journey-card{border:1px solid #2a2f3a;background:#1b1f29;border-radius:22px;padding:24px;min-height:190px}.journey-num{display:block;font-size:12px;font-weight:850;letter-spacing:.1em;color:#8ea3ff;margin-bottom:30px}.journey-card h3{color:#fff;font-size:20px}.journey-card p{font-size:13px;margin:0}
.faq-layout{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:52px;align-items:start}.faq-layout>div:first-child{position:sticky;top:100px}.faq-layout .faq-list details{border-radius:16px;padding:0 18px}.faq-layout .faq-list summary{font-size:15px;padding:17px 34px 17px 0}.faq-layout .faq-list details p{font-size:14px;line-height:1.6}
.link-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.link-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px 18px;font-size:13px;font-weight:760;transition:.18s}.link-card .ui-icon{width:17px;height:17px;color:var(--brand)}.link-card:hover{border-color:#b7c3fb;box-shadow:var(--shadow-sm);transform:translateY(-2px)}
.proof-section{padding-top:34px}.proof-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center;background:linear-gradient(135deg,#171a22,#202637);color:#fff;border-radius:30px;padding:44px;overflow:hidden;position:relative}.proof-panel:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-140px;top:-180px;background:radial-gradient(circle,rgba(74,105,255,.35),transparent 65%)}.proof-panel>div{position:relative;z-index:1}.proof-panel h2{font-size:42px}.proof-panel p{color:#b6bdc9;max-width:620px}.proof-list{display:grid;gap:8px}.proof-list>div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:13px 15px}.proof-list b{color:#8ea3ff;font-size:12px;letter-spacing:.08em}.proof-list span{font-size:13px;color:#edf0f6}
.editorial-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:12px}.editorial-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;min-height:220px;display:flex;flex-direction:column;transition:.18s}.editorial-card span{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--brand)}.editorial-card h3{font-size:20px;margin:24px 0 8px}.editorial-card p{font-size:13px;color:var(--muted);margin-top:auto}.editorial-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.editorial-main{grid-row:span 2;min-height:452px;background:linear-gradient(160deg,#eef2ff,#fff 60%)}.editorial-main h3{font-size:32px;line-height:1.05;margin-top:auto}.editorial-main p{margin-top:14px}
.result-section{background:#fff;border-top:1px solid #eef0f4;border-bottom:1px solid #eef0f4}.result-section .compare-card{background:#f9fafc}
.site-footer{margin-top:0}.footer-top{padding-top:8px}

@media(max-width:1000px){.compare-grid{grid-template-columns:1fr 1fr}.proof-panel{grid-template-columns:1fr;gap:28px}.editorial-grid{grid-template-columns:1fr 1fr}.editorial-main{grid-row:auto;grid-column:1/-1;min-height:300px}.journey-grid{grid-template-columns:1fr}.faq-layout{grid-template-columns:1fr;gap:22px}.faq-layout>div:first-child{position:static}.link-card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.section{padding:54px 0}.hero-center h1,.hero-copy h1{font-size:42px}.proof-panel{padding:26px;border-radius:22px}.proof-panel h2{font-size:32px}.compare-grid,.editorial-grid,.link-card-grid{grid-template-columns:1fr}.editorial-main{grid-column:auto;min-height:250px}.editorial-main h3{font-size:27px}.compare-card{min-height:0}.journey-card{min-height:0}.faq-layout{gap:16px}}
.form-subsection{margin-top:16px;padding:16px;background:#f8f9fc;border:1px solid #e7eaf0;border-radius:16px}.form-subtitle{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.07em;color:#727987;margin-bottom:12px}.optional-subsection details{background:#fff;border:1px solid #e4e7ec;border-radius:13px;padding:0 13px}.optional-subsection summary{cursor:pointer;padding:12px 26px 12px 0;font-size:13px;font-weight:750;position:relative;list-style:none}.optional-subsection summary::-webkit-details-marker{display:none}.optional-subsection summary:after{content:"+";position:absolute;right:2px;top:8px;font-size:20px;color:#7a8290}.optional-subsection details[open] summary:after{content:"–"}.previous-policy-grid{padding:0 0 13px}

/* v4.3 — product UI rebuild */
:root{--brand:#315cf4;--brand-dark:#2347d8;--bg:#f6f7fb;--surface-2:#f1f3f7;--line:#e6e8ee;--shadow:0 20px 70px rgba(26,34,58,.08);--shadow-sm:0 10px 34px rgba(26,34,58,.06)}
body{background:var(--bg)}
.site-header{background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(26,34,58,.035)}
.header-row{height:70px}.main-nav>a,.nav-more>button{padding:9px 12px;font-weight:680}.header-action{border-radius:999px;padding:10px 18px;background:#171a21}.header-action:hover{background:#315cf4}
.hero{background:none}.hero:after{display:none}.hero-copy h1{font-weight:850}.hero-copy>p{line-height:1.65}

.home-hero{padding:72px 0 58px;background:radial-gradient(circle at 86% 5%,rgba(49,92,244,.12),transparent 32%),linear-gradient(180deg,#fbfcff 0,#f6f7fb 100%);border-bottom:1px solid #eceef3}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,520px);gap:72px;align-items:center}
.home-hero-copy{padding:24px 0}.home-hero-copy h1{font-size:clamp(52px,5.7vw,78px);line-height:.98;letter-spacing:-.065em;margin:16px 0 24px;max-width:760px}.home-hero-copy h1 span{color:var(--brand)}.home-hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:690px;margin-bottom:30px}
.home-points{display:grid;gap:13px;max-width:680px}.home-points>div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}.home-points>.ui-icon{display:none}.home-points>div>svg{width:22px;height:22px;margin-top:2px;color:var(--brand);background:#eef2ff;border-radius:8px;padding:4px;box-sizing:content-box}.home-points b{display:block;font-size:14px}.home-points small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.home-quote-card{background:#fff;border:1px solid #e3e7f0;border-radius:30px;padding:30px;box-shadow:0 30px 90px rgba(35,45,78,.13),0 3px 14px rgba(35,45,78,.04);position:relative;overflow:hidden}.home-quote-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#315cf4,#7a90ff)}.home-quote-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.home-quote-head h2{font-size:30px;margin:4px 0 7px}.home-quote-head p{font-size:13px;color:var(--muted);margin:0;max-width:330px}.home-api-badge{display:flex;align-items:center;gap:5px;font-style:normal;background:#eff2ff;color:#315cf4;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:820;white-space:nowrap}.home-api-badge .ui-icon{width:14px;height:14px}.home-plate-form .plate-box{height:78px;border-radius:17px}.home-plate-form .plate-main input{font-size:32px}.home-quote-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}.home-quote-actions .button{min-height:54px;border-radius:14px}.home-quote-actions>a{text-align:center;font-size:12px;color:var(--brand);font-weight:740;padding:3px}.home-quote-foot{border-top:1px solid var(--line);margin-top:20px;padding-top:16px;display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:10px}.home-quote-foot span{display:flex;align-items:center;gap:6px}.home-quote-foot .ui-icon{width:14px;height:14px;color:var(--mint)}

.home-products{background:#fff;border-bottom:1px solid #eceef3}.insurance-chooser{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.insurance-choice{background:#fafbfc;border:1px solid var(--line);border-radius:20px;padding:19px;display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:center;min-height:122px;position:relative;transition:.18s}.insurance-choice:hover{background:#fff;border-color:#c9d2ff;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.insurance-choice-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eef2ff;color:var(--brand)}.insurance-choice-icon .ui-icon{width:22px;height:22px}.insurance-choice b{display:block;font-size:16px}.insurance-choice small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.insurance-choice em{grid-column:1/-1;display:flex;align-items:center;gap:5px;color:var(--brand);font-size:11px;font-style:normal;font-weight:800}.insurance-choice em .ui-icon{width:14px;height:14px}
.home-catalog-section{padding-top:56px}.home-catalog-panel,.home-scenarios-panel{min-height:430px}.text-link{display:inline-flex;align-items:center;gap:6px;margin-top:22px;color:var(--brand);font-size:13px;font-weight:820}.text-link .ui-icon{width:16px;height:16px}.scenario-list{display:grid;gap:8px;margin-top:18px}.scenario-list a{display:grid;grid-template-columns:1fr 22px;gap:2px 10px;align-items:center;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.scenario-list a:hover{border-color:#bdc8ff}.scenario-list b{font-size:13px}.scenario-list span{font-size:11px;color:var(--muted)}.scenario-list .ui-icon{grid-column:2;grid-row:1/3;width:17px;height:17px;color:var(--brand)}

/* Core product pages */
.page-hero,.hero:not(.home-hero){padding-top:50px}.hero-grid{grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);gap:58px}.calculator{border-radius:28px;border-color:#e3e6ed;box-shadow:0 26px 76px rgba(27,35,58,.10)}.calculator:before{height:4px;left:28px;right:28px}.calc-top{margin-bottom:24px}.calc-step{margin-top:16px}.plate-box{box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.section{padding:82px 0}.section-head{margin-bottom:30px}.section-head p{line-height:1.65}.panel,.content{border-radius:24px}.feature-card,.compare-card,.product,.service-link{border-color:#e4e7ed}.feature-card,.compare-card{padding:24px}.feature-card h3,.compare-card h3{font-size:18px}.service-link{min-height:110px}

.docs-section{background:#fff;border-top:1px solid #eef0f4;border-bottom:1px solid #eef0f4}.docs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.doc-card{display:grid;grid-template-columns:42px 1fr;gap:12px;background:#f8f9fb;border:1px solid var(--line);border-radius:18px;padding:18px}.doc-card>span{width:42px;height:42px;display:grid;place-items:center;background:#fff;border:1px solid #e6e9ef;border-radius:13px;color:var(--brand)}.doc-card>span .ui-icon{width:20px;height:20px}.doc-card b{display:block;font-size:13px}.doc-card small{display:block;color:var(--muted);font-size:11px;line-height:1.45;margin-top:4px}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.guide-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:235px;display:flex;flex-direction:column;transition:.18s}.guide-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:var(--brand)}.guide-card h3{font-size:22px;margin:32px 0 8px}.guide-card p{font-size:13px;color:var(--muted);margin:0 0 24px}.guide-card em{display:flex;align-items:center;gap:5px;margin-top:auto;color:var(--brand);font-size:12px;font-style:normal;font-weight:800}.guide-card em .ui-icon{width:15px;height:15px}.guide-card:hover{transform:translateY(-3px);border-color:#c4ceff;box-shadow:var(--shadow-sm)}
.after-section{background:#171a22;color:#fff}.after-section .section-head p{color:#aeb5c2}.after-section .eyebrow{color:#8fa5ff}.after-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.after-card{background:#1f232d;border:1px solid #2b303c;border-radius:20px;padding:23px;display:grid;grid-template-columns:42px 1fr;gap:12px}.after-card>b{font-size:11px;color:#91a4ff;letter-spacing:.08em}.after-card h3{font-size:18px;color:#fff;margin-bottom:8px}.after-card p{font-size:12px;color:#aeb5c2;margin:0;line-height:1.55}
.context-ribbon{display:flex;align-items:center;gap:12px;padding:13px 16px;border-radius:14px;background:#eef2ff;color:#243775;margin:-8px 0 22px;font-size:12px}.context-ribbon span{color:#7180ae}.context-ribbon b{font-size:13px}.preflight-panel{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center}.preflight-panel h2{margin-top:8px}.preflight-panel p{color:var(--muted);max-width:430px}.preflight-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.preflight-list li{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font-size:12px;font-weight:720}.preflight-list .ui-icon{width:17px;height:17px;color:var(--mint)}
.seo-fallback{background:#fff;border-top:1px solid #eef0f4}

/* Dense SEO/link areas: turn clouds into readable navigation */
.link-cloud{gap:8px}.pill{background:#fff;border:1px solid #e1e5eb;padding:9px 12px;border-radius:999px;font-size:12px;line-height:1.2}.pill:hover{border-color:#b8c5ff;background:#f9faff;color:#284bd8}.list-link{border-radius:16px;padding:15px 16px}.list-link small{margin-top:4px}

@media(max-width:1050px){.home-hero-grid{grid-template-columns:1fr;gap:34px}.home-hero-copy{max-width:820px}.home-quote-card{max-width:720px}.insurance-chooser{grid-template-columns:repeat(2,1fr)}.docs-grid{grid-template-columns:1fr 1fr}.guide-grid,.after-grid{grid-template-columns:1fr}.preflight-panel{grid-template-columns:1fr}.hero-grid{grid-template-columns:1fr}.calculator{max-width:760px}.home-catalog-panel,.home-scenarios-panel{min-height:0}}
@media(max-width:700px){.home-hero{padding:36px 0 38px}.home-hero-copy{padding:0}.home-hero-copy h1{font-size:43px;margin-top:12px}.home-hero-copy>p{font-size:15px;margin-bottom:24px}.home-points{gap:11px}.home-quote-card{padding:19px;border-radius:22px}.home-quote-head{display:block}.home-api-badge{display:none}.home-quote-head h2{font-size:25px}.home-plate-form .plate-box{height:64px}.home-plate-form .plate-main input{font-size:24px}.insurance-chooser{grid-template-columns:1fr}.insurance-choice{min-height:0;padding:15px}.docs-grid,.preflight-list{grid-template-columns:1fr}.section{padding:56px 0}.guide-card{min-height:190px}.after-card{padding:18px}.context-ribbon{align-items:flex-start;flex-direction:column;gap:3px}.main-nav{display:none}.mobile-menu{display:flex;margin-left:auto;flex-direction:column;gap:4px;border:0;background:transparent;padding:8px}.mobile-menu span{display:block;width:20px;height:2px;background:#171a21}.mobile-nav.is-open{display:grid;position:fixed;left:12px;right:12px;top:66px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);z-index:100}.mobile-nav a{padding:11px;border-radius:10px;font-size:14px}.mobile-nav a:hover{background:var(--surface-2)}}


/* Beregu 4.4 bright */
:root{--ink:#17382d;--ink-2:#244b3e;--muted:#61786f;--muted-2:#83978f;--bg:#fffdf5;--surface:#fff;--surface-2:#f6f8f5;--line:#e3e9e5;--brand:#07875f;--brand-dark:#056a4a;--brand-soft:#e9f7f1;--mint:#07875f;--mint-soft:#e6f7f0;--yellow:#ffdd32;--yellow-soft:#fff4a5;--orange:#ff6b19;--shadow:0 24px 80px rgba(27,67,53,.11);--shadow-sm:0 10px 34px rgba(27,67,53,.08)}
body{background:#fff;color:var(--ink)}.site-header{background:rgba(255,255,255,.96);border-color:#edf0ed}.logo{font-size:24px;font-weight:900;color:#17382d;letter-spacing:-.045em}.logo img{width:38px;height:38px}.logo-dot{display:none}.main-nav>a,.nav-more>button{color:#38574b}.main-nav>a:hover,.nav-more>button:hover{background:#f2f7f4;color:#07875f}.header-action{background:#07875f;color:#fff;border-radius:14px}.header-action:hover{background:#056a4a}.eyebrow,.calc-kicker{color:#07875f}.button-primary{background:#07875f;box-shadow:0 9px 22px rgba(7,135,95,.18)}.button-primary:hover{background:#056a4a}.link-button,.text-link{color:#07875f}.calculator:before{background:linear-gradient(90deg,#07875f 0 58%,#ffdd32 58%)}
.home-hero{padding:64px 0 62px;background:radial-gradient(circle at 77% 20%,rgba(255,255,255,.72),transparent 25%),linear-gradient(135deg,#ffdd32 0%,#ffe964 58%,#fff3a9 100%);border-bottom:0;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.25);right:-170px;top:-210px}.home-hero-grid{position:relative;z-index:1}.home-hero-copy h1{color:#16372c}.home-hero-copy h1 span{color:#07875f}.home-hero-copy>p{color:#3d594f}.home-points>div>svg{color:#07875f;background:rgba(255,255,255,.62)}.home-points small{color:#5b7168}.home-quote-card{border:0;box-shadow:0 30px 85px rgba(38,73,59,.18);border-radius:32px}.home-quote-card:before{background:#07875f;height:6px}.home-api-badge{background:#fff7c9;color:#7b6500}.home-quote-actions .button{background:#ff6b19}.home-quote-actions .button:hover{background:#e95a0d}.home-quote-actions>a{color:#07875f}.home-quote-foot .ui-icon{color:#07875f}.plate-box{border-color:#18362d;box-shadow:0 6px 0 rgba(23,56,45,.05)}
.home-products{background:#fff}.insurance-choice{background:#fff;border-color:#e6ebe7;box-shadow:0 8px 30px rgba(26,62,49,.05)}.insurance-choice:hover{border-color:#9dd9c3;box-shadow:0 14px 40px rgba(26,62,49,.10)}.insurance-choice-icon{background:#e9f7f1;color:#07875f}.insurance-choice:nth-child(2n) .insurance-choice-icon{background:#fff5bf;color:#7f6900}.insurance-choice em{color:#07875f}
.section-soft{background:#f4f8f5}.panel,.content,.feature-card,.compare-card,.service-link,.product,.guide-card{border-color:#e2e9e4}.panel,.content{box-shadow:0 6px 25px rgba(24,66,50,.035)}.service-link>span,.feature-icon,.compare-card>span{background:#e9f7f1;color:#07875f}.pill:hover{border-color:#8cd0b7;background:#effaf6;color:#056a4a}.after-section{background:#15392d}.after-card{background:#1b4638;border-color:#2b584a}.after-section .eyebrow,.after-card>b{color:#ffdf4f}.context-ribbon{background:#fff6bf;color:#5d5011}.preflight-list .ui-icon{color:#07875f}
.product-hero,.page-hero{background:linear-gradient(180deg,#fffdf5 0,#fff 100%)}.osago-hero{background:linear-gradient(120deg,#fff8ca 0,#fff 62%)}.osago-hero .calculator{box-shadow:0 30px 90px rgba(41,74,61,.13)}.selected-suggestion{background:#fff8c9;border-color:#f0d95d}.selected-suggestion>span{color:#07875f}.selected-suggestion button{color:#07875f}
.brand-pill{display:inline-flex;align-items:center;gap:7px}.car-brand-logo,.brand-fallback{width:22px;height:22px;border-radius:7px;background:#fff;display:inline-grid;place-items:center;overflow:hidden;font-size:11px;font-weight:900;color:#17382d}.car-brand-logo img{width:17px;height:17px;object-fit:contain}.brand-list-link{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.brand-list-link .car-brand-logo,.brand-list-link .brand-fallback{width:42px;height:42px;border:1px solid #edf0ed;border-radius:13px}.brand-list-link .car-brand-logo img{width:27px;height:27px}.site-footer{background:#13362b}.logo-light{color:#fff}.footer-top p,.site-footer a,.footer-bottom{color:#b8cbc3}.site-footer h4{color:#fff}
@media(max-width:700px){.home-hero{padding-top:34px}.home-hero-copy h1{font-size:42px}.logo{font-size:21px}.logo img{width:34px;height:34px}.plate-actions{display:grid;grid-template-columns:1fr}.selected-suggestion{align-items:flex-start}.selected-suggestion button{margin-left:0}.brand-pill .car-brand-logo,.brand-pill .brand-fallback{display:none}}


/* Beregu 4.5 — product-depth pages */
.product-depth{position:relative;overflow:hidden}.product-depth:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-220px;top:-220px;background:rgba(255,221,50,.16);pointer-events:none}.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative}.coverage-card{display:grid;grid-template-columns:52px 1fr;gap:15px;min-height:156px;padding:23px;border:1px solid #e2e9e4;border-radius:24px;background:#fff;box-shadow:0 9px 30px rgba(24,66,50,.045)}.coverage-card>span{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#e9f7f1;color:#07875f}.coverage-card:nth-child(2n)>span{background:#fff3a5;color:#795f00}.coverage-card:nth-child(3n)>span{background:#fff0e7;color:#dd5a13}.coverage-card h3{font-size:18px;margin:2px 0 8px}.coverage-card p{font-size:13px;color:var(--muted);margin:0;line-height:1.55}.product-situations{background:linear-gradient(180deg,#f7faf8,#fff)}.product-story-panel,.product-matrix-panel{border-radius:30px;padding:34px;border:1px solid #e2e9e4;background:#fff;box-shadow:0 18px 60px rgba(24,66,50,.06)}.product-story-panel{background:#17382d;color:#fff;border-color:#17382d}.product-story-panel .eyebrow{color:#ffdf4f}.product-story-panel h2{color:#fff}.situation-list{display:grid;gap:0;margin-top:24px}.situation-list>div{padding:18px 0;border-top:1px solid rgba(255,255,255,.12)}.situation-list b{display:block;font-size:17px}.situation-list p{margin:5px 0 0;color:#c6d8d1;font-size:13px}.matrix-table{display:grid;margin-top:20px;border:1px solid #e5ebe7;border-radius:18px;overflow:hidden}.matrix-row{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:12px;align-items:center;padding:16px 18px;border-bottom:1px solid #e8eeea}.matrix-row:last-child{border-bottom:0}.matrix-row b{font-size:13px}.matrix-row span{font-size:12px;color:#35594b}.matrix-row small{font-size:11px;color:var(--muted);line-height:1.45}.cross-product{padding-top:44px}.cross-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.cross-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px;border-radius:22px;background:linear-gradient(135deg,#fff7b8,#fff);border:1px solid #efe3a0;transition:.18s}.cross-card:nth-child(2){background:linear-gradient(135deg,#e9f8f1,#fff);border-color:#cfe9dd}.cross-card:nth-child(3){background:linear-gradient(135deg,#fff0e7,#fff);border-color:#f2d6c6}.cross-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.cross-card b{display:block;font-size:18px}.cross-card p{margin:5px 0 0;font-size:12px;color:var(--muted)}.cross-card>span{width:40px;height:40px;display:grid;place-items:center;background:#fff;border-radius:13px;box-shadow:0 7px 20px rgba(31,61,49,.08);color:#07875f}.tail-boost{padding-top:30px;padding-bottom:30px}.tail-boost-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px 32px;border-radius:28px;background:linear-gradient(100deg,#ffdd32,#fff09a 65%,#fff);border:1px solid #efd43c}.tail-boost-panel h2{font-size:30px;margin:6px 0 7px}.tail-boost-panel p{margin:0;color:#52675f}.tail-boost-panel .button{flex:none;background:#ff6b19}.tail-boost-panel .button:hover{background:#e85b10}
.product-depth-kasko{background:linear-gradient(180deg,#fff,#f4fbf8)}.product-depth-mortgage{background:linear-gradient(180deg,#fffdf5,#fff)}.product-depth-travel{background:linear-gradient(180deg,#eef9ff,#fff)}.product-depth-property{background:linear-gradient(180deg,#fff8ee,#fff)}.product-depth-accident{background:linear-gradient(180deg,#fff4f3,#fff)}.product-depth-cargo{background:linear-gradient(180deg,#f2f6ff,#fff)}
@media(max-width:1050px){.coverage-grid{grid-template-columns:1fr 1fr}.cross-grid{grid-template-columns:1fr}.matrix-row{grid-template-columns:1fr 1fr}.matrix-row small{grid-column:1/-1}}
@media(max-width:700px){.coverage-grid{grid-template-columns:1fr}.coverage-card{min-height:0;padding:18px}.product-story-panel,.product-matrix-panel{padding:22px}.matrix-row{grid-template-columns:1fr;padding:14px}.matrix-row small{grid-column:auto}.tail-boost-panel{display:block;padding:22px}.tail-boost-panel .button{margin-top:18px;width:100%}.tail-boost-panel h2{font-size:25px}}

/* Beregu 4.6 — visual rebuild based on approved blue concept */
:root{
  --ink:#102653;--ink-2:#213b69;--muted:#607291;--muted-2:#8c9bb4;
  --bg:#f6f9ff;--surface:#fff;--surface-2:#eef4ff;--line:#dfe8f6;
  --brand:#116cff;--brand-dark:#0753d7;--brand-soft:#eaf2ff;
  --mint:#08a978;--mint-soft:#e9f8f3;--yellow:#ffd83d;--orange:#ff5b1f;
  --shadow:0 26px 80px rgba(18,63,137,.14);--shadow-sm:0 12px 38px rgba(18,63,137,.10);
}
body{background:#fff;color:var(--ink)}
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid #edf2fa;box-shadow:0 4px 20px rgba(34,67,126,.04)}
.logo{color:#164da8;font-size:25px;letter-spacing:-.05em}.logo img{width:40px;height:40px}
.main-nav>a,.nav-more>button{color:#355a96;font-weight:750}.main-nav>a:hover,.nav-more>button:hover{background:#eef5ff;color:#116cff}
.header-action{background:#116cff;border-radius:12px;box-shadow:0 8px 22px rgba(17,108,255,.22)}.header-action:hover{background:#0753d7}
.eyebrow,.calc-kicker{color:#116cff}.button-primary{background:#ff5b1f;box-shadow:0 10px 24px rgba(255,91,31,.22)}.button-primary:hover{background:#e84b10}.link-button,.text-link{color:#116cff}
.breadcrumbs{color:#8696b2}.breadcrumbs a:hover{color:#116cff}

/* Homepage hero */
.home-hero{padding:66px 0 50px;background:
 radial-gradient(circle at 22% 5%,rgba(81,185,255,.55),transparent 26%),
 radial-gradient(circle at 82% 15%,rgba(66,145,255,.42),transparent 26%),
 linear-gradient(135deg,#0a74ef 0%,#0759d5 54%,#063b9f 100%);color:#fff;overflow:hidden;position:relative}
.home-hero:before{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(180deg,transparent,rgba(2,31,91,.16));pointer-events:none}
.home-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:radial-gradient(120% 80% at 50% 110%,rgba(255,255,255,.16),transparent 65%);pointer-events:none}
.home-hero-grid{grid-template-columns:minmax(0,1.07fr) minmax(410px,.83fr);gap:46px;align-items:center;position:relative;z-index:1}
.home-hero-copy{position:relative;padding:4px 0 208px}.home-hero-copy .eyebrow{color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);padding:7px 11px;border-radius:999px;backdrop-filter:blur(8px)}
.home-hero-copy h1{font-size:clamp(48px,5.5vw,76px);color:#fff;max-width:700px;margin:18px 0 16px;letter-spacing:-.06em}.home-hero-copy h1 span{color:#ffd83d}.home-hero-copy>p{color:#e7f2ff;font-size:19px;max-width:650px}
.home-hero-copy:after{content:"";position:absolute;left:10px;bottom:-6px;width:min(690px,105%);height:230px;background:url('/assets/hero-car.svg?v=4.6') no-repeat left bottom/contain;filter:drop-shadow(0 20px 28px rgba(0,31,95,.25));pointer-events:none}
.home-points{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;margin-top:28px}.home-points>div{display:flex;gap:9px;align-items:flex-start}.home-points>div>svg{width:27px;height:27px;padding:6px;color:#173e8c;background:#ffd83d;border-radius:9px}.home-points b{color:#fff;font-size:13px}.home-points small{color:#cfe4ff;font-size:11px;line-height:1.35}
.home-quote-card{background:#fff;border:0;border-radius:28px;padding:29px;box-shadow:0 34px 90px rgba(0,36,107,.30);color:var(--ink);position:relative}.home-quote-card:before{height:0}.home-quote-head{margin-bottom:20px}.home-quote-head h2{font-size:31px;color:#12346e}.home-quote-head p{color:#6b7c98}.home-api-badge{background:#eef5ff;color:#116cff;border:1px solid #dae8ff}
.home-plate-form .plate-box{height:76px;border:2px solid #28436e;border-radius:16px;box-shadow:none}.home-quote-actions .button{background:#ff5b1f;min-height:56px}.home-quote-actions .button:hover{background:#e84b10}.home-quote-actions>a{color:#116cff}.home-quote-foot{color:#71829c}.home-quote-foot .ui-icon{color:#116cff}
.home-trust-strip{background:#fff;border-bottom:1px solid #eef2f8}.home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.home-trust-grid>div{padding:22px 22px;border-right:1px solid #eef2f8;display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center}.home-trust-grid>div:last-child{border-right:0}.home-trust-grid span{grid-row:1/3;width:34px;height:34px;border-radius:11px;background:#eaf3ff;color:#116cff;display:grid;place-items:center;font-size:11px;font-weight:900}.home-trust-grid b{font-size:13px}.home-trust-grid small{color:#8190a7;font-size:11px}

/* Products on homepage */
.home-products{background:#fff}.insurance-chooser{gap:13px}.insurance-choice{min-height:138px;border:1px solid #deE8f7;border-radius:20px;padding:21px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 8px 25px rgba(25,71,146,.05);position:relative;overflow:hidden}.insurance-choice:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-28px;bottom:-34px;background:rgba(17,108,255,.08)}.insurance-choice:hover{transform:translateY(-4px);border-color:#a9cbff;box-shadow:0 18px 44px rgba(17,79,177,.12)}.insurance-choice-icon{background:#eaf3ff;color:#116cff}.insurance-choice:nth-child(2) .insurance-choice-icon{background:#eaf8ff;color:#0097d9}.insurance-choice:nth-child(3) .insurance-choice-icon{background:#fff2d9;color:#df8211}.insurance-choice:nth-child(4) .insurance-choice-icon{background:#e9f8f3;color:#079c70}.insurance-choice:nth-child(5) .insurance-choice-icon{background:#fff0ef;color:#ef5c51}.insurance-choice:nth-child(6) .insurance-choice-icon{background:#f0eeff;color:#6f58d9}.insurance-choice:nth-child(7) .insurance-choice-icon{background:#eef3f7;color:#536679}.insurance-choice b{font-size:18px;color:#143a76}.insurance-choice em{color:#116cff}

/* General sections */
.section{padding:72px 0}.section-soft{background:#f4f8ff}.section-head h2{color:#12346e}.panel,.content,.feature-card,.compare-card,.service-link,.guide-card,.coverage-card,.product-matrix-panel{border-color:#e0e9f7;box-shadow:0 9px 30px rgba(26,70,139,.055)}
.compare-card>span,.service-link>span,.feature-icon,.coverage-card>span{background:#eaf3ff;color:#116cff}.compare-card:nth-child(2)>span,.coverage-card:nth-child(2n)>span{background:#fff4d2;color:#d48a00}.compare-card:nth-child(3)>span,.coverage-card:nth-child(3n)>span{background:#e7f8f2;color:#079c70}
.service-link:hover,.guide-card:hover,.panel:hover{border-color:#b7d4ff}.pill{border-color:#dfe8f6;background:#fff;color:#355276}.pill:hover{border-color:#9dc6ff;background:#eef6ff;color:#0d60e8}
.home-catalog-panel{background:linear-gradient(145deg,#eff7ff,#fff)}.home-scenarios-panel{background:linear-gradient(145deg,#fff8dd,#fff)}
.scenario-list a:hover{background:#f4f8ff}
.proof-panel{background:linear-gradient(135deg,#0b69ee,#093b9f);color:#fff;border-radius:32px;box-shadow:0 28px 75px rgba(7,69,170,.22)}.proof-panel h2,.proof-panel p,.proof-list span{color:#fff}.proof-panel .eyebrow{color:#ffd83d}.proof-list b{background:#fff;color:#116cff}
.editorial-main{background:linear-gradient(135deg,#0b6cff,#11a2ff);color:#fff}.editorial-main span,.editorial-main p{color:#dff1ff}

/* Product hero */
.product-hero,.page-hero{background:linear-gradient(135deg,#edf6ff 0,#fff 66%);position:relative}.product-hero:before,.page-hero:before{content:"";position:absolute;right:4%;top:8%;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#d7ebff 0,transparent 70%);pointer-events:none}.osago-hero{background:linear-gradient(135deg,#e9f5ff 0,#fff 68%)}
.hero-copy h1,.page-hero h1{color:#12346e}.hero-copy>p,.page-hero p{color:#657793}.hero-badges span{background:#fff;border-color:#dbe7f7;color:#48617f;box-shadow:0 4px 16px rgba(27,68,130,.04)}
.calculator{border:1px solid #dbe6f5;border-radius:25px;box-shadow:0 24px 65px rgba(24,66,137,.12)}.calculator:before{left:28px;right:28px;height:4px;background:linear-gradient(90deg,#116cff 0 72%,#ffd83d 72%)}.calc-top h2{color:#12346e}.secure-note .ui-icon{color:#08a978}.calc-step.is-current>span{background:#116cff}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8bbcff;box-shadow:0 0 0 4px #edf5ff}.selected-entity,.selected-suggestion{background:#eef6ff;border-color:#cfe2ff}.selected-entity>span,.selected-suggestion>span{color:#116cff}.selected-entity button,.selected-suggestion button{color:#116cff}
.plate-box{border-color:#2b4775;box-shadow:none}.link-button{color:#116cff}

/* Depth sections */
.product-depth{background:linear-gradient(180deg,#fff,#f6f9ff)}.product-depth:before{background:rgba(17,108,255,.08)}.coverage-card{border-radius:22px}.product-story-panel{background:linear-gradient(145deg,#113d8d,#0c2d68);border-color:#103a82;color:#fff}.product-story-panel .eyebrow{color:#ffd83d}.product-story-panel h2{color:#fff}.situation-list p{color:#c9dcff}.matrix-table{border-color:#dfe8f6}.matrix-row{border-color:#e8eff9}.matrix-row span{color:#3f5e87}
.after-section{background:#0d2f6b}.after-card{background:#123c85;border-color:#214f9a}.after-section .eyebrow,.after-card>b{color:#ffd83d}.after-card p{color:#cfe0ff}
.cross-card{background:linear-gradient(135deg,#edf6ff,#fff);border-color:#cee2ff}.cross-card:nth-child(2){background:linear-gradient(135deg,#eafaf5,#fff);border-color:#cfede2}.cross-card:nth-child(3){background:linear-gradient(135deg,#fff5dc,#fff);border-color:#f2e0a5}.cross-card>span{color:#116cff}
.tail-boost-panel{background:linear-gradient(105deg,#0c6bff 0,#15a7ff 68%,#63cbff 100%);border:0;color:#fff;box-shadow:0 24px 60px rgba(10,90,205,.20)}.tail-boost-panel .eyebrow{color:#ffd83d}.tail-boost-panel h2{color:#fff}.tail-boost-panel p{color:#e6f4ff}.tail-boost-panel .button{background:#ff5b1f}.tail-boost-panel .button:hover{background:#e84b10}
.context-ribbon{background:#edf6ff;color:#345d91;border:1px solid #d5e6ff}

/* Lists/catalogs */
.list-link{border-color:#e0e9f6;background:#fff;box-shadow:0 7px 22px rgba(26,70,139,.04)}.list-link:hover{border-color:#9fc7ff;transform:translateY(-2px)}
.car-brand-logo,.brand-fallback{color:#12346e}.brand-list-link .car-brand-logo,.brand-list-link .brand-fallback{border-color:#e3ebf6}
.faq-list details{border-color:#e1e9f5}.faq-list summary{color:#173d75}
.aside-card{background:#eef6ff;border-color:#d7e7ff}.aside-card b{color:#12346e}

/* Footer */
.site-footer{background:#071e49}.site-footer h4{color:#fff}.site-footer a{color:#c3d7f7}.footer-top p,.footer-bottom{color:#93afd7}.logo-light{color:#fff}

@media(max-width:1020px){
 .home-hero-grid{grid-template-columns:1fr}.home-hero-copy{padding-bottom:215px}.home-hero-copy:after{width:650px;max-width:100%}.home-quote-card{max-width:650px;margin:-12px auto 0}.home-trust-grid{grid-template-columns:1fr 1fr}.home-trust-grid>div:nth-child(2){border-right:0}.home-trust-grid>div:nth-child(-n+2){border-bottom:1px solid #eef2f8}
}
@media(max-width:700px){
 .site-header{box-shadow:none}.logo{font-size:22px}.logo img{width:35px;height:35px}
 .home-hero{padding:34px 0 32px}.home-hero-copy{padding-bottom:145px}.home-hero-copy h1{font-size:43px}.home-hero-copy>p{font-size:15px}.home-hero-copy:after{height:160px;bottom:-8px}.home-points{grid-template-columns:1fr}.home-quote-card{padding:19px;border-radius:22px;margin-top:0}.home-trust-grid{grid-template-columns:1fr}.home-trust-grid>div{border-right:0;border-bottom:1px solid #eef2f8;padding:15px 8px}.home-trust-grid>div:last-child{border-bottom:0}.home-trust-grid>div:nth-child(2){border-bottom:1px solid #eef2f8}
 .section{padding:54px 0}.product-story-panel,.product-matrix-panel{border-radius:22px}.tail-boost-panel{border-radius:22px}
}
