:root { --ink:#152334; --muted:#647083; --blue:#2154d6; --sky:#eaf0ff; --line:#dfe5ec; --cream:#f7f8f5; --slate:#172a3c; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.shell { width:min(1160px, calc(100% - 40px)); margin:auto; }
header { position:sticky; top:0; z-index:20; background:rgba(255,255,255,.94); border-bottom:1px solid rgba(223,229,236,.8); backdrop-filter:blur(14px); }
.header-inner { min-height:94px; display:flex; align-items:center; gap:32px; }
.logo { display:flex; width:210px; height:58px; align-items:center; line-height:0; flex:0 0 auto; }
.logo img { display:block; width:100%; height:auto; object-fit:contain; }
nav { display:flex; align-items:center; gap:28px; margin-left:auto; font-size:14px; font-weight:650; }
nav a:hover, footer a:hover, .text-link:hover { color:var(--blue); }
.button { display:inline-flex; min-height:48px; padding:0 22px; align-items:center; justify-content:center; border:0; border-radius:6px; background:var(--blue); color:#fff; font:inherit; font-weight:750; cursor:pointer; box-shadow:0 10px 24px rgba(33,84,214,.2); }
.button:hover { transform:translateY(-1px); background:#1745bc; }
.button-small { min-height:40px; padding:0 17px; font-size:13px; }
.hero { overflow:hidden; padding:84px 0 92px; background:radial-gradient(circle at 90% 8%, #e6edff 0, transparent 30%), linear-gradient(180deg,#fbfcff,#fff); }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:68px; align-items:center; }
.eyebrow { margin-bottom:16px; color:var(--blue); font-size:12px; font-weight:850; text-transform:uppercase; letter-spacing:1.8px; }
h1 { max-width:760px; margin:0; font-size:clamp(44px,6vw,72px); line-height:1.02; letter-spacing:-3.3px; }
.hero p { max-width:620px; margin:24px 0 0; color:var(--muted); font-size:19px; line-height:1.75; }
.actions { display:flex; align-items:center; gap:27px; margin-top:32px; }
.text-link { color:var(--ink); font-weight:750; }
.text-link span { color:var(--blue); }
.trust-row { display:flex; gap:24px; margin-top:46px; padding-top:25px; border-top:1px solid var(--line); color:#697589; font-size:11px; text-transform:uppercase; letter-spacing:.6px; }
.hero-visual { position:relative; padding:20px 0 28px; }
.hero-visual::before { content:""; position:absolute; inset:0 8% 0 -4%; border-radius:40% 8% 35% 10%; background:var(--sky); transform:rotate(-5deg); }
.hero-visual img { position:relative; width:100%; height:490px; object-fit:cover; border-radius:8px 80px 8px 80px; box-shadow:0 32px 70px rgba(22,45,75,.2); }
.floating-card { position:absolute; left:-36px; bottom:0; display:flex; flex-direction:column; gap:6px; padding:20px 24px; background:#fff; border-left:4px solid #ef7b38; box-shadow:0 20px 42px rgba(22,45,75,.18); }
.floating-card span { color:var(--muted); font-size:12px; }
.section { padding:96px 0; }
.section-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:end; margin-bottom:45px; }
h2 { margin:0 0 15px; font-size:clamp(28px,4vw,43px); line-height:1.13; letter-spacing:-1.6px; }
.section-heading p, .split p, .prose p { margin:0; color:var(--muted); font-size:16px; line-height:1.8; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feature-card { min-height:310px; padding:34px; border:1px solid var(--line); border-radius:9px; background:#fff; transition:.2s ease; }
.feature-card:hover { transform:translateY(-5px); box-shadow:0 20px 50px rgba(31,52,79,.09); }
.feature-card.featured { color:#fff; border-color:var(--blue); background:var(--blue); }
.feature-card i { display:block; margin-bottom:50px; color:#94a1b2; font-size:13px; font-style:normal; }
.feature-card.featured i, .feature-card.featured p { color:#cdd9ff; }
.feature-card h3 { margin:0 0 13px; font-size:24px; }
.feature-card p { min-height:76px; color:var(--muted); line-height:1.65; }
.feature-card a { font-size:14px; font-weight:750; }
.slate { color:#fff; background:var(--slate); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.split > img { filter:drop-shadow(0 30px 30px rgba(0,0,0,.3)); }
.split p { color:#b8c4d0; }
.eyebrow.light { color:#82a2ff; }
.check-list { display:grid; grid-template-columns:1fr 1fr; gap:15px 25px; margin:30px 0; padding:0; list-style:none; }
.check-list li::before { content:"✓"; display:inline-grid; place-items:center; width:23px; height:23px; margin-right:9px; border-radius:50%; background:rgba(120,153,255,.15); color:#8aa8ff; font-size:12px; font-weight:900; }
.button-light { color:var(--ink); background:#fff; box-shadow:none; }
.cta { padding:70px 0; background:var(--cream); }
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.cta h2 { max-width:670px; margin:0; }
.page-hero { padding:90px 0; background:radial-gradient(circle at 90% 10%, #dfe8ff, transparent 30%), #f6f8fd; border-bottom:1px solid var(--line); }
.page-hero h1 { max-width:900px; font-size:clamp(42px,6vw,67px); }
.page-hero p { max-width:720px; margin:22px 0 0; color:var(--muted); font-size:18px; line-height:1.7; }
.content-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.content-grid article { padding:36px; border:1px solid var(--line); border-top:4px solid var(--blue); border-radius:8px; }
.content-grid article.primary-service { grid-column:1 / -1; color:#fff; border-color:var(--blue); background:var(--blue); }
.primary-service p, .primary-service .product-list { color:#dce5ff; }
.primary-service .button { color:var(--blue); background:#fff; box-shadow:none; }
.primary-service .product-action { color:var(--blue)!important; }
.content-grid h2 { font-size:28px; }
.content-grid p { color:var(--muted); line-height:1.75; }
.content-grid .primary-service p { color:#f2f5ff; }
.content-grid .primary-service .product-list { color:#e2e9ff; }
.content-grid a, .prose a:not(.button) { color:var(--blue); font-weight:750; }
.product-label { margin-bottom:15px; color:#7d8a9c; font-size:11px; font-weight:850; letter-spacing:1.5px; }
.primary-service .product-label { color:#cbd8ff; }
.product-list { margin:22px 0; padding-left:20px; color:var(--muted); line-height:1.85; }
.product-action { margin-top:20px; color:#fff!important; }
.tag { display:inline-flex; margin:14px 8px 0 0; padding:7px 11px; border-radius:30px; background:var(--sky); color:var(--blue); font-size:12px; font-weight:750; }
.prose { max-width:850px; }
.prose h2 { margin-top:45px; font-size:31px; }
.prose h2:first-child { margin-top:0; }
.prose p { margin-bottom:20px; }
.check-list.dark { grid-template-columns:1fr; color:var(--ink); }
.check-list.dark li::before { background:var(--sky); color:var(--blue); }
.prose blockquote { margin:40px 0 0; padding:30px; border-left:4px solid #ef7b38; background:var(--cream); font-size:22px; line-height:1.6; }
.note { display:block; margin-top:16px; color:var(--muted); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:850px; }
.form-grid label { display:flex; flex-direction:column; gap:8px; color:#4c5969; font-size:13px; font-weight:700; }
.form-grid .wide { grid-column:1 / -1; }
input, textarea { width:100%; min-height:50px; padding:12px 14px; border:1px solid #ccd4df; border-radius:5px; background:#fff; color:var(--ink); font:inherit; outline:none; }
input:focus, textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(33,84,214,.1); }
.consent { flex-direction:row!important; align-items:flex-start; font-weight:500!important; line-height:1.5; }
.consent input { width:18px; min-height:18px; margin-top:2px; }
.contact-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:55px; }
.contact-card { padding:35px; color:#fff; background:var(--slate); border-radius:8px; }
.contact-card h2 { font-size:29px; }
.contact-card p { padding:17px 0; border-bottom:1px solid rgba(255,255,255,.12); color:#c7d0da; line-height:1.65; }
.login-options { display:grid; grid-template-columns:1.25fr .75fr; gap:24px; align-items:start; }
.login-panel { padding:36px; border:1px solid var(--line); border-radius:8px; box-shadow:0 20px 50px rgba(31,52,79,.08); }
.dealer-login-panel { padding:28px; background:#fafbfc; box-shadow:none; }
.login-panel h2 { font-size:24px; }
.customer-login-card h2 { max-width:560px; font-size:36px; }
.login-intro { margin:0 0 25px; color:var(--muted); line-height:1.7; }
.login-security { margin:0; padding:13px 15px; border-radius:5px; background:#f1f5ff; color:#53627a; font-size:12px; line-height:1.55; text-align:center; }
.customer-login-card { min-height:420px; padding:54px; border-radius:8px; background:linear-gradient(135deg,var(--blue),#143ba0); color:#fff; box-shadow:0 24px 60px rgba(33,84,214,.22); }
.customer-login-card .product-label { color:#cbd8ff; }
.customer-login-card p { max-width:620px; margin:0 0 35px; color:#e1e8ff; font-size:17px; line-height:1.8; }
.customer-login-button { min-height:56px; padding:0 30px; color:var(--blue); background:#fff; box-shadow:none; }
.customer-login-button:hover { color:var(--blue); background:#f4f7ff; }
.customer-login-card small { display:block; margin-top:22px; color:#c4d0f5; line-height:1.55; }
.button-secondary { border:1px solid #c8d1df; color:#334154; background:#fff; box-shadow:none; }
.button-secondary:hover { color:var(--blue); border-color:var(--blue); background:#fff; }
.helper { margin:0; text-align:center; color:var(--muted); }
.helper a { color:var(--blue); font-weight:700; }
.success-card { max-width:650px; padding:50px; border:1px solid var(--line); text-align:center; border-radius:8px; }
.success-card > div { display:grid; place-items:center; width:64px; height:64px; margin:0 auto 25px; border-radius:50%; background:#e9f8ee; color:#188542; font-size:30px; }
.success-card p { margin:0 0 30px; color:var(--muted); }
footer { padding:75px 0 25px; color:#b8c2ce; background:#101e2c; }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:50px; }
footer .logo { width:210px; height:auto; margin-bottom:20px; padding:14px 16px; border-radius:5px; background:#fff; }
footer h3 { margin:0 0 20px; color:#fff; font-size:14px; }
footer p { color:#8492a2; font-size:13px; line-height:1.7; }
footer a { display:block; margin-bottom:12px; font-size:13px; }
.copyright { margin-top:55px; padding-top:24px; border-top:1px solid rgba(255,255,255,.08); color:#718091; font-size:12px; }
@media (max-width:900px) {
  nav { display:none; }
  .header-inner .button { margin-left:auto; }
  .hero-grid, .split, .section-heading, .contact-grid { grid-template-columns:1fr; }
  .login-options { grid-template-columns:1fr; }
  .hero { padding-top:55px; }
  .hero-visual { max-width:620px; }
  .card-grid { grid-template-columns:1fr; }
  .feature-card { min-height:0; }
  .feature-card i { margin-bottom:20px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
  .shell { width:min(100% - 26px, 1160px); }
  .header-inner { min-height:78px; }
  .header-inner .logo { width:158px; height:44px; }
  h1 { letter-spacing:-2px; }
  .hero-visual img { height:360px; border-radius:8px 45px; }
  .floating-card { left:0; }
  .trust-row { flex-direction:column; gap:12px; }
  .section { padding:68px 0; }
  .content-grid, .form-grid, .check-list, .footer-grid { grid-template-columns:1fr; }
  .form-grid > *, .form-grid .wide { grid-column:1; }
  .cta-inner { align-items:flex-start; flex-direction:column; }
}
