@import "tailwindcss";

:root {
  --navy-950: #071a33;
  --navy-900: #092347;
  --navy-800: #103562;
  --blue-500: #3d85c6;
  --white: #ffffff;
  --ink: #0b1f3a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-manrope), Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.topbar { background: var(--navy-950); color: #c8d7e7; font-size: 12px; }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.top-links { display: flex; align-items: center; gap: 24px; }
.top-links a:last-child { color: white; font-weight: 700; }

.site-header { position: relative; z-index: 10; background: white; box-shadow: 0 1px 0 rgba(7, 26, 51, .08); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 178px; }
.brand > span:last-child { display: flex; flex-direction: column; letter-spacing: .13em; line-height: 1; }
.brand b { font-size: 24px; letter-spacing: .19em; }
.brand small { margin-top: 7px; font-size: 9px; letter-spacing: .52em; color: #53708e; }
.brand-mark { position: relative; width: 36px; height: 36px; display: block; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--navy-800); }
.brand-mark::before { width: 2px; height: 34px; left: 17px; top: 1px; transform: rotate(35deg); }
.brand-mark::after { width: 34px; height: 2px; left: 1px; top: 17px; transform: rotate(-35deg); }
.brand-mark i { position: absolute; width: 7px; height: 7px; border: 2px solid var(--navy-800); background: white; border-radius: 50%; z-index: 2; }
.brand-mark i:nth-child(1) { left: 4px; top: 3px; }
.brand-mark i:nth-child(2) { right: 2px; top: 8px; }
.brand-mark i:nth-child(3) { left: 11px; bottom: 0; }
.brand-mark i:nth-child(4) { right: 5px; bottom: 4px; background: var(--blue-500); border-color: var(--blue-500); }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--blue-500); }
nav a.active { color: var(--blue-500); }
.nav-cta { background: var(--navy-900); color: white; border-radius: 7px; padding: 14px 19px; font-size: 13px; font-weight: 700; }
.nav-cta span { margin-left: 10px; color: #75b6e6; }

.hero { position: relative; min-height: 590px; overflow: hidden; color: white; background: radial-gradient(circle at 75% 20%, #17477d 0%, transparent 33%), linear-gradient(120deg, #071c38 0%, #0b2d58 56%, #0d3c70 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, black); }
.hero-grid { position: relative; z-index: 2; min-height: 590px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 90px; padding-block: 68px 92px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 23px; color: #b8d6ed; font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: #70b8e8; }
.hero h1 { margin: 0; font-size: clamp(45px, 5vw, 67px); line-height: 1.07; letter-spacing: -.052em; font-weight: 500; }
.hero h1 em { color: #8bc4ea; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-copy > p { max-width: 620px; margin: 24px 0 30px; color: #d0dfed; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border-radius: 7px; font-size: 14px; font-weight: 700; }
.button-light { background: white; color: var(--navy-900); }
.button span { margin-left: 19px; color: var(--blue-500); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.42); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 12px; color: #75b6e6; }
.trust-row { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.trust-row p { margin: 0; color: #b9cbdd; font-size: 12px; }
.trust-row b { color: white; }
.trust-avatars { display: flex; }
.trust-avatars span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -7px; border: 2px solid #0b2d58; border-radius: 50%; color: white; background: #3f668e; font-size: 8px; font-weight: 700; }
.trust-avatars span:first-child { margin-left: 0; background: #6a8fb1; }
.trust-avatars span:last-child { background: #2e5379; }

.quote-card { position: relative; padding: 30px; color: var(--ink); background: rgba(255,255,255,.97); border-radius: 12px; box-shadow: 0 30px 70px rgba(1, 13, 31, .32); }
.quote-card::before { content: ""; position: absolute; inset: 9px; border: 1px solid #dce8f1; border-radius: 8px; pointer-events: none; }
.quote-card > * { position: relative; z-index: 1; }
.quote-card-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.quote-card-heading p { margin: 0 0 5px; color: #66819a; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.quote-card-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 500; }
.quote-icon { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--navy-900); border-radius: 9px; font-family: Georgia, serif; font-size: 22px; }
.quote-card label { display: block; margin: 15px 0 7px; color: #45617b; font-size: 11px; font-weight: 700; }
.quote-card input, .quote-card select { width: 100%; height: 48px; padding: 0 14px; color: #18324e; background: #f5f8fb; border: 1px solid #dbe5ed; border-radius: 6px; outline: none; }
.quote-card input:focus, .quote-card select:focus { border-color: #4b8fc7; box-shadow: 0 0 0 3px rgba(61, 133, 198, .12); }
.quote-card button { width: 100%; height: 49px; margin-top: 18px; color: white; background: var(--navy-900); border: 0; border-radius: 6px; cursor: pointer; font-size: 13px; font-weight: 700; }
.quote-card button span { margin-left: 15px; color: #78b8e5; }
.privacy-note { margin: 13px 0 0; color: #8194a5; font-size: 9px; text-align: center; }
.quote-card .consent-row { display: flex; align-items: flex-start; gap: 8px; margin-top: 13px; cursor: pointer; }
.quote-card .consent-row input { width: 15px; height: 15px; margin: 0; flex: 0 0 auto; accent-color: var(--navy-900); }
.quote-card .consent-row span { color: #6c8193; font-size: 9px; line-height: 1.45; }
.form-message { margin: 11px 0 0; padding: 9px 10px; border-radius: 5px; font-size: 10px; line-height: 1.4; }
.form-message.success { color: #17603c; background: #e9f7f0; }
.form-message.error { color: #8d2f2f; background: #fff0f0; }

.hero-glow { position: absolute; z-index: 1; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 300px; height: 300px; right: 4%; bottom: -180px; background: rgba(86, 163, 218, .11); }
.hero-glow-two { width: 12px; height: 12px; left: 52%; top: 26%; background: #74b7e4; box-shadow: 0 0 30px 8px rgba(116,183,228,.35); }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(139, 196, 234, .18); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; right: -140px; top: -110px; }
.orbit-two { width: 610px; height: 610px; right: -235px; top: -205px; }

.home-slider { --slide-accent: #8bc7eb; --slide-glow: rgba(79,153,208,.28); position: relative; min-height: 610px; overflow: hidden; color: white; background: radial-gradient(circle at 83% 34%, var(--slide-glow), transparent 31%), linear-gradient(118deg, #06172f 0%, #092b54 56%, #0c416f 100%); transition: background-color .4s ease; }
.home-slider.theme-living { --slide-accent: #a9cce3; --slide-glow: rgba(122,167,201,.26); }
.home-slider.theme-health { --slide-accent: #7ebdde; --slide-glow: rgba(78,157,190,.28); }
.home-slider-grid-pattern { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, transparent 5%, black 78%); }
.home-slider-orbit { position: absolute; width: 730px; height: 730px; right: -205px; top: -210px; border: 1px solid rgba(151,201,234,.15); border-radius: 50%; box-shadow: 0 0 0 105px rgba(151,201,234,.025), 0 0 0 210px rgba(151,201,234,.018); }
.home-slider-grid { position: relative; z-index: 2; min-height: 610px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 85px; padding-block: 67px 87px; }
.home-slide-copy { position: relative; z-index: 2; }
.home-slide-copy .eyebrow { color: #b8d7eb; }
.home-slide-copy .eyebrow span { background: var(--slide-accent); }
.home-slide-copy h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 5.2vw, 69px); line-height: 1.035; letter-spacing: -.052em; font-weight: 500; }
.home-slide-copy h1 em { color: var(--slide-accent); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.home-slide-copy > p { max-width: 605px; margin: 24px 0 30px; color: #c7d8e5; font-size: 16px; line-height: 1.75; }
.slider-product-link { width: fit-content; display: flex; align-items: center; gap: 36px; padding: 16px 18px; color: #0a2a4d; background: white; border-radius: 6px; font-size: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.slider-product-link:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(1,14,31,.24); }
.slider-product-link svg { width: 16px; height: 16px; color: #4d91c3; }
.home-slider-controls { display: flex; align-items: center; gap: 38px; margin-top: 44px; }
.home-slider-steps { display: flex; align-items: center; gap: 13px; }
.home-slider-steps button { width: 62px; display: flex; align-items: center; gap: 8px; padding: 6px 0; color: #7f9bb2; background: transparent; border: 0; cursor: pointer; font-family: Georgia, serif; font-size: 10px; text-align: left; }
.home-slider-steps button i { width: 25px; height: 2px; overflow: hidden; background: rgba(255,255,255,.2); }
.home-slider-steps button i::after { content: ""; display: block; width: 0; height: 100%; background: var(--slide-accent); }
.home-slider-steps button.active { color: white; }
.home-slider-steps button.active i::after { width: 100%; animation: sliderProgress 6s linear; }
.home-slider-arrows { display: flex; gap: 7px; }
.home-slider-arrows button { width: 35px; height: 35px; display: grid; place-items: center; padding: 0; color: #c5d8e7; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; cursor: pointer; transition: color .2s ease, background .2s ease; }
.home-slider-arrows button:hover { color: #08284a; background: white; }
.home-slider-arrows svg { width: 16px; height: 16px; }
.home-slider-visual { position: relative; height: 465px; display: grid; place-items: center; }
.slider-art-frame { position: relative; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); backdrop-filter: blur(10px); }
.slider-art-frame::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.08); }
.slider-art-index { position: absolute; left: 27px; top: 25px; color: rgba(255,255,255,.64); font-family: Georgia, serif; font-size: 12px; }
.slider-art-rings { position: absolute; left: 50%; top: 45%; width: 292px; height: 292px; transform: translate(-50%, -50%); }
.slider-art-rings i { position: absolute; inset: 0; border: 1px solid rgba(147,200,234,.19); border-radius: 50%; }
.slider-art-rings i:nth-child(2) { inset: 48px; border-color: rgba(147,200,234,.25); }
.slider-art-rings i:nth-child(3) { inset: 95px; border-color: var(--slide-accent); opacity: .45; }
.slider-art-icon { position: absolute; left: 50%; top: 45%; width: 112px; height: 112px; display: grid; place-items: center; color: white; background: rgba(10,45,80,.76); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 17px rgba(133,190,228,.07), 0 25px 55px rgba(0,14,32,.35); transform: translate(-50%, -50%); }
.slider-art-icon svg { width: 50px; height: 50px; stroke-width: 1.25; }
.slider-art-badge { position: absolute; left: -29px; bottom: 70px; min-width: 190px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: #143551; background: white; box-shadow: 0 15px 35px rgba(1,15,32,.22); font-size: 10px; font-weight: 800; }
.slider-art-badge svg { width: 18px; height: 18px; color: #3984b7; }
.slider-art-metric { position: absolute; right: -28px; top: 67px; min-width: 132px; display: flex; flex-direction: column; padding: 18px; color: white; background: #0a2a4e; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 16px 36px rgba(1,14,31,.25); }
.slider-art-metric strong { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 500; }
.slider-art-metric span { margin-top: 5px; color: #9eb9cc; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.slider-art-line { position: absolute; right: 25px; bottom: 27px; display: flex; align-items: end; gap: 5px; }
.slider-art-line i { width: 4px; background: var(--slide-accent); opacity: .55; }
.slider-art-line i:nth-child(1) { height: 9px; }
.slider-art-line i:nth-child(2) { height: 17px; }
.slider-art-line i:nth-child(3) { height: 27px; }
.slider-art-line i:nth-child(4) { height: 39px; opacity: 1; }
.home-slide-enter { animation: slideContentIn .55s ease both; }
@keyframes slideContentIn { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sliderProgress { from { width: 0; } to { width: 100%; } }

.product-strip { position: relative; z-index: 3; margin-top: -34px; padding-bottom: 70px; }
.product-grid { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); border-radius: 10px; background: white; box-shadow: 0 18px 55px rgba(11, 34, 66, .13); overflow: hidden; }
.product-intro { padding: 25px 27px; color: white; background: var(--navy-900); }
.product-intro span { display: block; margin-bottom: 8px; color: #8fc2e7; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-intro h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.25; font-weight: 500; }
.product-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 130px; padding: 20px; border-right: 1px solid #e7edf2; transition: background .2s ease, transform .2s ease; }
.product-card:last-child { border-right: 0; }
.product-card:hover { background: #f3f8fc; transform: translateY(-2px); }
.product-code { color: #7ca6c5; font-family: Georgia, serif; font-size: 11px; }
.product-card h3 { margin: 0 0 6px; font-size: 14px; }
.product-card p { margin: 0; color: #70859a; font-size: 10px; line-height: 1.4; }
.product-arrow { position: absolute; right: 16px; top: 16px; color: #4f91c4; }

.partners { padding: 22px 0 54px; }
.partner-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #8a99a8; }
.partner-row > p { display: flex; align-items: center; gap: 12px; margin: 0; color: #5c7187; font-size: 10px; font-weight: 700; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.partner-row > p span { width: 2px; height: 30px; background: var(--blue-500); }
.partner-name { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 700; filter: grayscale(1); opacity: .72; }

.section { padding: 88px 0; }
.section-kicker { display: block; margin-bottom: 17px; color: #4c91c5; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2, .benefits-copy h2, .center-heading h2, .contact-section h2 { margin: 0; color: var(--navy-950); font-size: clamp(38px, 4vw, 55px); line-height: 1.07; letter-spacing: -.035em; font-weight: 500; }
.section-heading h2 em, .benefits-copy h2 em, .center-heading h2 em, .contact-section h2 em { color: #4c91c5; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }

.about { background: #f3f7fa; }
.about-grid { display: grid; grid-template-columns: .95fr 1fr .85fr; gap: 76px; align-items: center; }
.about-copy .lead { margin: 0 0 16px; color: #173656; font-size: 19px; line-height: 1.55; font-weight: 600; }
.about-copy > p:not(.lead) { margin: 0 0 27px; color: #687f95; font-size: 14px; line-height: 1.8; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; color: var(--navy-900); border-bottom: 1px solid #acc2d5; font-size: 12px; font-weight: 800; }
.inline-link span { color: #4c91c5; }
.stats-card { padding: 5px 31px; background: white; border: 1px solid #e0e8ef; border-radius: 9px; box-shadow: 0 18px 45px rgba(10, 41, 76, .07); }
.stats-card div { display: flex; align-items: center; justify-content: space-between; padding: 23px 0; border-bottom: 1px solid #e5edf2; }
.stats-card div:last-child { border-bottom: 0; }
.stats-card strong { color: var(--navy-900); font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 500; }
.stats-card span { max-width: 84px; color: #6a8298; font-size: 10px; line-height: 1.4; text-align: right; text-transform: uppercase; letter-spacing: .04em; }

.products-section { color: white; background: var(--navy-950); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.light-heading h2 { color: white; }
.section-top > p { max-width: 390px; margin: 0 0 5px; color: #a9bdd0; font-size: 14px; line-height: 1.75; }
.all-products { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.11); border-right: 0; border-bottom: 0; }
.insurance-card { min-height: 225px; display: flex; flex-direction: column; padding: 22px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); transition: background .25s ease, transform .25s ease; }
.insurance-card:hover { background: #10335b; transform: translateY(-3px); }
.insurance-card-top { display: flex; align-items: center; justify-content: space-between; }
.insurance-card-top > span { color: #76acd2; font-family: Georgia, serif; font-size: 12px; }
.insurance-card-top small { padding: 5px 8px; color: #99bed9; border: 1px solid rgba(153,190,217,.25); border-radius: 3px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.insurance-card h3 { margin: 55px 0 13px; font-size: 18px; }
.insurance-card p { margin: 0; color: #9db1c4; font-size: 12px; line-height: 1.65; }
.card-action { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; color: #d6e3ee; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; font-weight: 700; }
.card-action span { color: #77b4e0; font-size: 15px; }

.benefits { background: white; }
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.benefit-visual { position: relative; min-height: 510px; overflow: hidden; background: linear-gradient(145deg, #092449, #0d3c70); border-radius: 4px 60px 4px 4px; }
.benefit-visual::after { content: ""; position: absolute; width: 410px; height: 410px; right: -160px; top: -140px; border: 1px solid rgba(144,196,232,.19); border-radius: 50%; box-shadow: 0 0 0 70px rgba(144,196,232,.04), 0 0 0 140px rgba(144,196,232,.03); }
.visual-label { position: absolute; left: 41px; bottom: 39px; color: #afc7db; font-family: Georgia, serif; font-size: 27px; line-height: 1.25; }
.visual-label b { color: white; font-weight: 400; }
.constellation { position: absolute; left: 50%; top: 42%; width: 230px; height: 170px; transform: translate(-50%, -50%); }
.constellation::before, .constellation::after { content: ""; position: absolute; left: 25px; top: 77px; width: 182px; height: 1px; background: rgba(124,185,227,.7); transform: rotate(-18deg); }
.constellation::after { left: 87px; top: 36px; width: 120px; transform: rotate(53deg); }
.constellation i { position: absolute; z-index: 2; width: 11px; height: 11px; background: #87c0e8; border: 3px solid #184b78; border-radius: 50%; box-shadow: 0 0 18px rgba(135,192,232,.8); }
.constellation i:nth-child(1) { left: 19px; top: 99px; }
.constellation i:nth-child(2) { left: 83px; top: 61px; }
.constellation i:nth-child(3) { right: 16px; top: 35px; }
.constellation i:nth-child(4) { right: 34px; bottom: 20px; }
.constellation i:nth-child(5) { left: 75px; bottom: 3px; }
.benefits-copy h2 { font-size: clamp(36px, 3.6vw, 51px); }
.benefit-list { margin-top: 44px; }
.benefit-list article { display: grid; grid-template-columns: 42px 1fr; gap: 19px; padding: 21px 0; border-top: 1px solid #e2e9ef; }
.benefit-list article > span { color: #5b9ac8; font-family: Georgia, serif; font-size: 12px; }
.benefit-list h3 { margin: 0 0 7px; color: #173655; font-size: 15px; }
.benefit-list p { margin: 0; color: #71879a; font-size: 12px; line-height: 1.65; }

.process { background: #f3f7fa; }
.center-heading { max-width: 720px; margin: 0 auto 45px; text-align: center; }
.center-heading h2 { font-size: clamp(36px, 3.8vw, 50px); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dbe5ed; border: 1px solid #dbe5ed; }
.process-grid article { position: relative; min-height: 220px; padding: 28px; background: white; }
.step-number { color: #5596c6; font-family: Georgia, serif; font-size: 13px; }
.step-line { width: 100%; height: 1px; margin: 31px 0 25px; background: #e3eaf0; }
.process-grid h3 { margin: 0 0 12px; color: #163452; font-size: 17px; }
.process-grid p { margin: 0; color: #71869a; font-size: 12px; line-height: 1.75; }

.testimonial { color: white; background: #0a2a51; }
.testimonial-grid { display: grid; grid-template-columns: 90px 1fr 220px; align-items: center; gap: 55px; }
.quote-mark { color: #69aadb; font-family: Georgia, serif; font-size: 110px; line-height: .7; }
.testimonial blockquote { margin: 0; }
.testimonial blockquote > p { max-width: 760px; margin: 0 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(25px, 3vw, 37px); line-height: 1.38; }
.testimonial footer { display: flex; align-items: center; gap: 15px; font-size: 11px; }
.testimonial footer span { color: #9eb5c9; }
.testimonial-side { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.16); }
.testimonial-side > span { display: block; font-family: Georgia, serif; font-size: 29px; }
.testimonial-side p { margin: 6px 0 12px; color: #a8bdce; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-side div { color: #75b5e2; letter-spacing: .16em; }

.contact-section { padding: 90px 0; background: #e9f2f8; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 75px; }
.contact-section h2 { font-size: clamp(36px, 3.5vw, 50px); }
.contact-section p { max-width: 450px; margin: 22px 0 0; color: #668098; font-size: 13px; line-height: 1.7; }
.contact-options { display: flex; flex-direction: column; }
.contact-options a { position: relative; display: flex; flex-direction: column; padding: 18px 42px 18px 0; border-bottom: 1px solid #cddde8; }
.contact-options small { margin-bottom: 6px; color: #69849b; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.contact-options b { color: #163755; font-size: 14px; }
.contact-options span { position: absolute; right: 5px; top: 26px; color: #4d91c4; }
.contact-cta { width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: white; background: var(--navy-900); border-radius: 50%; font-size: 11px; font-weight: 800; text-align: center; }
.contact-cta span { color: #7db8e2; font-size: 20px; }

.footer { color: #a8bacb; background: #06172e; }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 70px; padding: 70px 0 55px; }
.brand-inverse { color: white; }
.brand-inverse .brand-mark::before, .brand-inverse .brand-mark::after { background: #89bde1; }
.brand-inverse .brand-mark i { border-color: #89bde1; background: #06172e; }
.footer-brand > p { max-width: 270px; margin: 24px 0 0; color: #8197aa; font-size: 12px; line-height: 1.7; }
.footer-main h3 { margin: 0 0 22px; color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a:not(.brand) { margin-bottom: 12px; color: #8ea3b6; font-size: 11px; }
.footer-main p { margin: 0 0 16px; color: #8298ab; font-size: 10px; line-height: 1.7; }
.footer-main p b { color: #c4d1dc; font-size: 11px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 27px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.footer-bottom div { display: flex; gap: 23px; }

.page-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(120deg, #071c38, #0d3e73); }
.page-hero-inner { position: relative; z-index: 2; min-height: 330px; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding-block: 68px 62px; }
.page-hero h1 { margin: 0; font-size: clamp(45px, 5vw, 66px); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
.page-hero h1 em { color: #8bc4ea; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.page-hero p { max-width: 410px; margin: 0 0 7px; color: #c3d7e8; font-size: 14px; line-height: 1.8; }
.product-jump { position: sticky; z-index: 8; top: 0; background: white; border-bottom: 1px solid #e4ebf1; box-shadow: 0 8px 24px rgba(7,26,51,.05); }
.product-jump .shell { height: 64px; display: flex; align-items: center; gap: 44px; }
.product-jump a { color: #526d85; font-size: 12px; font-weight: 700; }
.product-jump a:hover { color: var(--blue-500); }
.product-detail-list { padding: 30px 0 100px; background: #f5f8fa; }
.product-showcase { padding: 60px 0 85px; border-bottom: 1px solid #d6e1e9; scroll-margin-top: 70px; }
.product-showcase:last-child { border-bottom: 0; }
.product-showcase-image { position: relative; height: 340px; overflow: hidden; border-radius: 5px; background: #0a2a51; }
.product-showcase-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }
.product-showcase:hover .product-showcase-image img { transform: scale(1.025); }
.product-image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,43,.82) 0%, rgba(5,22,43,.28) 50%, rgba(5,22,43,.05) 100%); }
.showcase-number { position: absolute; left: 30px; top: 27px; color: rgba(255,255,255,.84); font-family: Georgia, serif; font-size: 13px; }
.showcase-caption { position: absolute; left: 31px; bottom: 31px; display: flex; flex-direction: column; gap: 8px; color: white; }
.showcase-caption small { color: #b8d2e5; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.showcase-caption b { font-family: Georgia, 'Times New Roman', serif; font-size: 32px; font-weight: 500; }
.product-showcase-body { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; padding-top: 38px; }
.product-showcase .product-group-heading > small { margin-top: 0; }
.product-showcase .product-group-heading > p { max-width: 360px; margin: 17px 0 0; color: #70879a; font-size: 11px; line-height: 1.7; }
.product-detail-group { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; padding: 78px 0; border-bottom: 1px solid #dce5ec; scroll-margin-top: 82px; }
.product-detail-group:last-child { border-bottom: 0; }
.product-group-heading > span { color: #5c98c6; font-family: Georgia, serif; font-size: 13px; }
.product-group-heading small { display: block; margin: 31px 0 14px; color: #607b92; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.product-group-heading h2 { margin: 0; color: #0d2b4b; font-family: Georgia, 'Times New Roman', serif; font-size: 32px; line-height: 1.23; font-weight: 500; }
.product-detail-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.product-detail-cards a { min-height: 210px; display: flex; flex-direction: column; padding: 21px; background: white; border: 1px solid #e0e8ee; transition: transform .2s ease, box-shadow .2s ease; }
.product-detail-cards a:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(11,42,76,.09); }
.product-line-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 24px; color: #337dae; background: #edf5fa; border: 1px solid #d6e7f2; border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.product-line-icon svg { width: 21px; height: 21px; stroke-width: 1.65; }
.product-detail-cards a:hover .product-line-icon { color: white; background: #0b315b; transform: translateY(-2px); }
.product-detail-cards h3 { margin: 0 0 11px; color: #133452; font-size: 16px; }
.product-detail-cards p { margin: 0; color: #70869a; font-size: 11px; line-height: 1.7; }
.product-detail-cards b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; color: #397dad; border-top: 1px solid #e6edf2; font-size: 10px; }
.subpage-cta { padding: 75px 0; color: white; background: #0a2a51; }
.subpage-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.subpage-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 38px; line-height: 1.2; font-weight: 500; }
.subpage-cta a { min-width: 190px; display: flex; justify-content: space-between; padding: 18px 21px; color: #0b2a4d; background: white; border-radius: 6px; font-size: 12px; font-weight: 800; }
.subpage-cta a span { color: #4c91c5; }

.product-hub-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(120deg, #06182f 0%, #092c55 58%, #0d4779 100%); }
.product-hub-hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 5%, black 70%); }
.product-hub-glow { position: absolute; right: -130px; top: -180px; width: 680px; height: 680px; border: 1px solid rgba(141,198,237,.24); border-radius: 50%; }
.product-hub-glow::before, .product-hub-glow::after { content: ""; position: absolute; inset: 100px; border: 1px solid rgba(141,198,237,.19); border-radius: 50%; }
.product-hub-glow::after { inset: 205px; background: rgba(84,155,207,.08); }
.product-hub-hero-grid { position: relative; z-index: 2; min-height: 490px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 75px; padding-block: 68px; }
.product-hub-copy .section-kicker { color: #9ac9e8; }
.product-hub-copy h1 { max-width: 660px; margin: 17px 0 24px; font-size: clamp(48px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.052em; font-weight: 500; }
.product-hub-copy h1 em { display: block; color: #91c8eb; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.product-hub-copy > p { max-width: 590px; margin: 0; color: #c2d4e3; font-size: 14px; line-height: 1.85; }
.product-hub-actions { display: flex; align-items: center; gap: 29px; margin-top: 34px; }
.hub-primary-action { min-width: 158px; display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; color: #092a4e; background: white; border-radius: 7px; font-size: 11px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.hub-primary-action:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(1,13,28,.22); }
.hub-primary-action svg { width: 16px; height: 16px; }
.hub-secondary-action { color: #c5daea; border-bottom: 1px solid rgba(197,218,234,.45); font-size: 11px; font-weight: 700; }
.product-hub-map { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.product-hub-tile { position: relative; min-height: 174px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; overflow: hidden; color: white; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(12px); transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.product-hub-tile::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--category-accent); }
.product-hub-tile:hover { transform: translateY(-4px); background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.29); }
.product-hub-tile:nth-child(even) { transform: translateY(24px); }
.product-hub-tile:nth-child(even):hover { transform: translateY(20px); }
.hub-tile-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #d9edfa; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.hub-tile-icon svg { width: 21px; height: 21px; stroke-width: 1.55; }
.product-hub-tile > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.product-hub-tile small { color: #9ebbd0; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-hub-tile b { font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 500; }
.hub-tile-arrow { position: absolute; right: 18px; bottom: 22px; width: 16px; color: #9bc8e7; }
.tone-vehicle { --category-accent: #91cbed; --category-dark: #123f68; --category-deep: #082947; }
.tone-health { --category-accent: #75b6dc; --category-dark: #174d73; --category-deep: #0a304e; }
.tone-living { --category-accent: #a6c9e2; --category-dark: #335878; --category-deep: #183a56; }
.tone-business { --category-accent: #6e9fc6; --category-dark: #203e60; --category-deep: #0c2948; }

.product-catalogue { padding: 100px 0 110px; background: #f2f6f9; }
.product-catalogue-intro { display: grid; grid-template-columns: 1fr 460px; align-items: end; gap: 80px; margin-bottom: 52px; }
.product-catalogue-intro h2 { margin: 14px 0 0; color: #0c2947; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4vw, 54px); line-height: 1.12; font-weight: 500; letter-spacing: -.025em; }
.product-catalogue-intro > p { margin: 0 0 5px; color: #697f92; font-size: 13px; line-height: 1.85; }
.product-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-category-panel { overflow: hidden; background: white; border: 1px solid #dbe5ec; box-shadow: 0 15px 40px rgba(8,39,70,.055); scroll-margin-top: 24px; }
.product-category-head { min-height: 230px; padding: 25px 27px 27px; color: white; background: linear-gradient(135deg, var(--category-dark), var(--category-deep)); }
.category-title-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.category-main-icon { width: 51px; height: 51px; display: grid; place-items: center; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.category-main-icon svg { width: 24px; height: 24px; stroke-width: 1.55; }
.category-number { color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 13px; }
.product-category-head > small { display: block; margin-bottom: 9px; color: var(--category-accent); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.product-category-head h2 { margin: 0 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: 29px; line-height: 1.16; font-weight: 500; }
.product-category-head p { max-width: 440px; margin: 0; color: #c5d5e1; font-size: 11px; line-height: 1.7; }
.product-category-items { padding: 5px 27px 10px; }
.product-item-row { display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 14px; min-height: 88px; padding: 13px 0; color: #173653; border-bottom: 1px solid #e2e9ee; transition: color .2s ease; }
.product-item-row:last-child { border-bottom: 0; }
.catalogue-icon { width: 43px; height: 43px; display: grid; place-items: center; color: #2f729f; background: #eff5f8; border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.catalogue-icon svg { width: 20px; height: 20px; stroke-width: 1.6; }
.product-item-copy { display: flex; flex-direction: column; gap: 6px; }
.product-item-copy b { font-size: 13px; }
.product-item-copy small { color: #75899a; font-size: 10px; line-height: 1.55; }
.product-item-arrow { width: 16px; color: #94a7b5; transition: transform .2s ease, color .2s ease; }
.product-item-row:hover { color: #2c79aa; }
.product-item-row:hover .catalogue-icon { color: white; background: #0d345b; transform: scale(1.04); }
.product-item-row:hover .product-item-arrow { color: #2c79aa; transform: translateX(3px); }
.product-hub-note { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 25px; margin-top: 34px; padding: 32px 35px; color: white; background: #08294d; }
.hub-note-icon { width: 55px; height: 55px; display: grid; place-items: center; color: #0b3158; background: #a8d2ec; border-radius: 50%; }
.hub-note-icon svg { width: 22px; height: 22px; stroke-width: 2; }
.product-hub-note small { color: #86b6d7; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-hub-note h2 { margin: 7px 0 6px; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 500; }
.product-hub-note p { margin: 0; color: #aabfd0; font-size: 10px; line-height: 1.65; }
.product-hub-note > a { min-width: 174px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 17px; color: #0b2c50; background: white; border-radius: 6px; font-size: 10px; font-weight: 800; }
.product-hub-note > a svg { width: 15px; height: 15px; color: #4d8db9; }

.home-paths { background: #f3f7fa; }
.home-section-top .section-heading h2 { font-size: clamp(38px, 4vw, 53px); }
.home-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-path-grid a { min-height: 335px; display: flex; flex-direction: column; padding: 29px; background: white; border: 1px solid #dfe7ee; transition: transform .2s ease, box-shadow .2s ease; }
.home-path-grid a:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(10,41,76,.09); }
.home-path-grid a > span { color: #5596c6; font-family: Georgia, serif; font-size: 13px; }
.home-path-grid small { margin: 50px 0 11px; color: #7690a5; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-path-grid h3 { margin: 0 0 14px; color: #143453; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.25; font-weight: 500; }
.home-path-grid p { margin: 0; color: #72889b; font-size: 12px; line-height: 1.7; }
.home-path-grid b { margin-top: auto; padding-top: 19px; color: #3f83b5; border-top: 1px solid #e4ebf1; font-size: 10px; }
.home-quote-section { position: relative; overflow: hidden; background: #e9f2f7; }
.home-quote-section::before { content: ""; position: absolute; left: -240px; bottom: -360px; width: 650px; height: 650px; border: 1px solid rgba(54,123,171,.13); border-radius: 50%; box-shadow: 0 0 0 95px rgba(54,123,171,.025), 0 0 0 190px rgba(54,123,171,.02); }
.home-quote-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 410px; align-items: center; gap: 110px; }
.home-quote-copy h2 { margin: 0; color: #0b2948; font-size: clamp(39px, 4.4vw, 58px); line-height: 1.06; letter-spacing: -.04em; font-weight: 500; }
.home-quote-copy h2 em { color: #4489bc; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.home-quote-copy > p { max-width: 600px; margin: 25px 0 33px; color: #637d92; font-size: 14px; line-height: 1.85; }
.home-quote-points { max-width: 585px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cbdbe6; }
.home-quote-points span { padding: 17px 20px 17px 0; color: #173a59; border-bottom: 1px solid #cbdbe6; font-size: 10px; font-weight: 700; }
.home-quote-points span:first-child { grid-column: 1 / -1; }
.home-quote-card { box-shadow: 0 24px 60px rgba(9,42,75,.14); }

.corporate-story { background: white; }
.corporate-story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.corporate-story h2, .contact-info h2, .office-grid h2 { margin: 0; color: #102e4e; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(37px, 4vw, 52px); line-height: 1.12; font-weight: 500; }
.corporate-story-grid .large-copy { margin: 0 0 23px; color: #173a5b; font-size: 20px; line-height: 1.6; font-weight: 600; }
.corporate-story-grid p:not(.large-copy) { margin: 0 0 18px; color: #6b8297; font-size: 14px; line-height: 1.85; }
.corporate-stats { color: white; background: #0a2a51; }
.corporate-stats .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.corporate-stats .shell > div { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); }
.corporate-stats .shell > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.corporate-stats strong { margin-bottom: 13px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.corporate-stats span { color: #a9bfd1; font-size: 10px; line-height: 1.55; text-transform: uppercase; letter-spacing: .06em; }
.values-section { background: #f3f7fa; }
.values-section .section-heading { margin-bottom: 55px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #dce5ec; border: 1px solid #dce5ec; }
.values-grid article { min-height: 220px; padding: 24px; background: white; }
.values-grid article > span { color: #5796c4; font-family: Georgia, serif; font-size: 12px; }
.values-grid h3 { margin: 34px 0 11px; color: #153654; font-size: 17px; }
.values-grid p { margin: 0; color: #6f8699; font-size: 12px; line-height: 1.75; }
.corporate-note { padding: 105px 0; color: white; overflow: hidden; background: linear-gradient(120deg, #071c38, #0d3c70); text-align: center; }
.corporate-note .shell { position: relative; }
.corporate-note blockquote { position: relative; z-index: 2; max-width: 810px; margin: 0 auto 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 3.5vw, 43px); line-height: 1.35; }
.corporate-note p { position: relative; z-index: 2; margin: 0; color: #9ebbd1; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.mini-constellation { left: 88%; top: 50%; opacity: .5; }

.benefit-page { background: #f3f7fa; }
.benefit-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit-page-grid article { min-height: 220px; display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px; background: white; border: 1px solid #dfe8ee; }
.benefit-page-grid article > span { color: #5796c4; font-family: Georgia, serif; font-size: 13px; }
.benefit-page-grid h2 { margin: 0 0 16px; color: #133451; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 500; }
.benefit-page-grid p { margin: 0; color: #6f8598; font-size: 13px; line-height: 1.8; }
.difference-section { color: white; background: #071a33; }
.difference-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.difference-grid .section-heading > p { max-width: 430px; margin: 25px 0 0; color: #9cb3c7; font-size: 13px; line-height: 1.8; }
.difference-table { border-top: 1px solid rgba(255,255,255,.16); }
.difference-table > div { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 18px 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.difference-table > div:first-child { color: #7eaed0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.difference-table span { color: #8199ad; font-size: 11px; }
.difference-table b { color: white; font-size: 11px; font-weight: 600; }

.contact-page { background: #f3f7fa; }
.contact-page-grid { display: grid; grid-template-columns: 1fr 400px; gap: 105px; align-items: center; }
.contact-info > p { max-width: 500px; margin: 22px 0 35px; color: #6a8297; font-size: 14px; line-height: 1.8; }
.contact-card-list { border-top: 1px solid #d6e1e9; }
.contact-card-list > * { position: relative; display: flex; flex-direction: column; padding: 19px 45px 19px 0; border-bottom: 1px solid #d6e1e9; }
.contact-card-list small { margin-bottom: 6px; color: #738da2; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card-list b { color: #183a59; font-size: 14px; }
.contact-card-list a > span { position: absolute; right: 5px; top: 27px; color: #4c91c5; }
.contact-quote { box-shadow: 0 24px 55px rgba(10,41,76,.13); }
.damage-support { padding: 90px 0; color: white; background: #092b52; }
.damage-grid { display: grid; grid-template-columns: 1fr 1fr 170px; gap: 70px; align-items: center; }
.damage-grid h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 40px; line-height: 1.2; font-weight: 500; }
.damage-grid > div:first-child > p { max-width: 470px; margin: 20px 0 0; color: #a8bfd2; font-size: 12px; line-height: 1.8; }
.damage-steps > div { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.damage-steps span { color: #70afd8; font-family: Georgia, serif; font-size: 11px; }
.damage-steps p { margin: 0; color: #c4d4e0; font-size: 11px; line-height: 1.55; }
.damage-grid > a { display: flex; align-items: center; justify-content: space-between; padding: 18px; color: #0b2b51; background: white; border-radius: 6px; font-size: 11px; font-weight: 800; }
.damage-grid > a span { color: #4c91c5; }
.office-section { background: white; }
.office-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.office-map { position: relative; min-height: 400px; display: grid; place-items: center; overflow: hidden; background: #eaf1f6; }
.map-grid { position: absolute; inset: -80px; opacity: .7; background-image: linear-gradient(32deg, transparent 48%, #c5d6e2 49%, #c5d6e2 51%, transparent 52%), linear-gradient(-28deg, transparent 48%, #d0dee8 49%, #d0dee8 51%, transparent 52%); background-size: 110px 95px, 160px 130px; }
.office-map > span { position: relative; z-index: 2; width: 66px; height: 66px; display: grid; place-items: center; color: white; background: #0a315d; border: 7px solid white; border-radius: 50% 50% 50% 0; box-shadow: 0 10px 25px rgba(10,49,93,.24); transform: rotate(-45deg); font-size: 10px; font-weight: 800; }
.office-map > span::first-letter { transform: rotate(45deg); }
.office-grid > div:last-child > p { margin: 20px 0 28px; color: #6d8497; font-size: 13px; line-height: 1.8; }
.office-detail { display: flex; flex-direction: column; margin-bottom: 27px; padding: 16px 0; border-block: 1px solid #dfe7ed; }
.office-detail small { margin-bottom: 6px; color: #7690a5; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.office-detail b { color: #183a59; font-size: 13px; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 45px; }
  .home-slider-grid { grid-template-columns: 1fr 370px; gap: 48px; }
  .slider-art-frame { width: 350px; height: 410px; }
  .slider-art-badge { left: -18px; }
  .slider-art-metric { right: -16px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-intro { grid-row: span 2; }
  .partner-row { flex-wrap: wrap; justify-content: center; }
  .partner-row > p { width: 100%; justify-content: center; }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 55px; }
  .stats-card { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .stats-card div { padding-inline: 20px; border-bottom: 0; border-right: 1px solid #e5edf2; }
  .stats-card div:last-child { border-right: 0; }
  .all-products { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { gap: 55px; }
  .testimonial-grid { grid-template-columns: 60px 1fr; }
  .testimonial-side { grid-column: 2; padding: 25px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .home-quote-grid { grid-template-columns: 1fr 385px; gap: 60px; }
  .contact-cta { display: none; }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
  .product-detail-group { grid-template-columns: 1fr; gap: 35px; }
  .product-showcase-body { grid-template-columns: 1fr; gap: 35px; }
  .product-hub-hero-grid { grid-template-columns: 1fr 380px; gap: 50px; }
  .product-hub-copy h1 { font-size: 52px; }
  .product-catalogue-intro { grid-template-columns: 1fr 370px; gap: 45px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .difference-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-page-grid { gap: 55px; }
  .damage-grid { grid-template-columns: 1fr 1fr; }
  .damage-grid > a { grid-column: 1 / -1; max-width: 220px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 580px); }
  .topbar-inner { justify-content: center; }
  .topbar p, .top-links a:not(:last-child) { display: none; }
  .nav-wrap { height: 72px; }
  .nav-cta { padding: 12px 14px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding-block: 58px 78px; }
  .hero h1 { font-size: 46px; }
  .hero-copy > p { font-size: 15px; }
  .home-slider { min-height: 570px; }
  .home-slider-grid { min-height: 570px; grid-template-columns: 1fr; padding-block: 64px 85px; }
  .home-slider-visual { display: none; }
  .home-slide-copy { max-width: 650px; }
  .home-slide-copy h1 { font-size: 52px; }
  .quote-card { max-width: 460px; }
  .product-strip { margin-top: 0; padding-top: 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-intro { grid-row: auto; }
  .product-card { min-height: 112px; }
  .section { padding: 78px 0; }
  .partner-name { font-size: 16px; }
  .about-grid, .benefits-grid, .contact-grid { grid-template-columns: 1fr; }
  .stats-card { grid-template-columns: 1fr; }
  .stats-card div { border-right: 0; border-bottom: 1px solid #e5edf2; }
  .section-top { align-items: flex-start; flex-direction: column; gap: 25px; }
  .benefit-visual { min-height: 410px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 220px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 22px; }
  .quote-mark { font-size: 80px; }
  .testimonial-side { grid-column: 1; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero-inner { min-height: 330px; align-items: flex-start; flex-direction: column; justify-content: flex-end; gap: 25px; }
  .product-detail-cards { grid-template-columns: 1fr; }
  .product-detail-cards a { min-height: 210px; }
  .product-showcase-image { height: 290px; }
  .product-showcase-body { grid-template-columns: 1fr; }
  .product-hub-hero-grid { grid-template-columns: 1fr; gap: 55px; padding-block: 68px 92px; }
  .product-hub-copy h1 { max-width: 580px; font-size: 48px; }
  .product-hub-map { max-width: 580px; }
  .product-hub-tile:nth-child(even), .product-hub-tile:nth-child(even):hover { transform: none; }
  .product-catalogue { padding: 78px 0 85px; }
  .product-catalogue-intro { grid-template-columns: 1fr; gap: 24px; }
  .product-catalogue-intro > p { max-width: 570px; }
  .product-category-grid { grid-template-columns: 1fr; }
  .product-category-head { min-height: 250px; }
  .product-hub-note { grid-template-columns: 58px 1fr; }
  .product-hub-note > a { grid-column: 2; max-width: 190px; }
  .subpage-cta .shell { align-items: flex-start; flex-direction: column; }
  .home-path-grid, .corporate-story-grid, .benefit-page-grid, .contact-page-grid, .office-grid { grid-template-columns: 1fr; }
  .home-quote-grid { grid-template-columns: 1fr; gap: 48px; }
  .home-quote-card { width: 100%; max-width: 470px; }
  .corporate-story-grid { gap: 40px; }
  .corporate-stats .shell { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .damage-grid { grid-template-columns: 1fr; }
  .damage-grid > a { grid-column: 1; }
  .contact-quote { max-width: 460px; }
}

@media (max-width: 430px) {
  .brand { min-width: 0; }
  .brand b { font-size: 21px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 30px; height: 30px; }
  .nav-cta { font-size: 0; }
  .nav-cta::before { content: "Teklif Al"; font-size: 12px; }
  .nav-cta span { display: none; }
  .hero h1 { font-size: 38px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .home-slide-copy h1 { font-size: 40px; }
  .home-slide-copy > p { font-size: 14px; }
  .home-slider-controls { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 35px; }
  .home-slider-steps { width: 100%; }
  .home-slider-steps button { flex: 1; }
  .slider-product-link { gap: 22px; }
  .quote-card { padding: 24px 22px; }
  .all-products { grid-template-columns: 1fr; }
  .insurance-card { min-height: 235px; }
  .section-heading h2, .benefits-copy h2, .center-heading h2, .contact-section h2 { font-size: 36px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .home-path-grid { grid-template-columns: 1fr; }
  .home-quote-copy h2 { font-size: 38px; }
  .home-quote-points { grid-template-columns: 1fr; }
  .home-quote-points span:first-child { grid-column: 1; }
  .product-hub-copy h1 { font-size: 40px; }
  .product-hub-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .product-hub-map { grid-template-columns: 1fr; }
  .product-hub-tile { min-height: 145px; }
  .product-catalogue-intro h2 { font-size: 37px; }
  .product-category-head { min-height: 255px; padding: 25px 23px 27px; }
  .product-category-head h2 { font-size: 27px; }
  .product-category-items { padding-inline: 20px; }
  .product-item-row { grid-template-columns: 42px 1fr 16px; gap: 12px; }
  .catalogue-icon { width: 40px; height: 40px; }
  .product-hub-note { grid-template-columns: 1fr; padding: 27px 24px; }
  .product-hub-note > a { grid-column: 1; }
  .corporate-stats .shell { grid-template-columns: 1fr; }
  .corporate-stats .shell > div { min-height: 150px; border-left: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .benefit-page-grid article { grid-template-columns: 35px 1fr; padding: 26px; }
  .difference-table > div { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-slide-enter, .home-slider-steps button.active i::after { animation: none; }
}
