
:root{
  --bg:#f4f8fc;--card:#fff;--ink:#10243a;--muted:#6b7d90;--line:#d9e5ef;--soft:#edf5fb;
  --brand:#0B4F8A;--brand-dark:#06375f;--brand-mid:#1769aa;--brand-pale:#e8f3fb;--ok:#147447;--warn:#9a5a00;--bad:#b42318;--blue:#0B4F8A;--radius:18px;--shadow:0 16px 42px rgba(16,18,20,.10)
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input,select,textarea{font:inherit}button{cursor:pointer}
.shell-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px max(18px,calc((100vw - 1120px)/2));background:rgba(255,255,255,.95);border-bottom:1px solid #d5e4ef;backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:10px}.brandmark{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #b9d6ea}.brand-logo{display:block}
.brand strong{display:block}.brand span{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.session-tools{display:flex;align-items:center;gap:9px}.connection{font-size:10px;font-weight:800;padding:6px 9px;border-radius:999px;background:var(--soft);color:var(--muted)}.connection.ok{background:#e8f6ee;color:var(--ok)}.connection.bad{background:#fdeceb;color:var(--bad)}
main{width:min(1120px,100%);margin:auto}.view{display:none;padding:28px 18px 80px}.view.active{display:block}.hidden{display:none!important}
.auth-wrap{max-width:780px;margin:14px auto 24px;display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch}
.hero-card{min-height:255px;border-radius:24px;background:linear-gradient(145deg,var(--brand-dark),var(--brand),#1769aa);color:#fff;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow)}
.hero-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.hero-brand img{width:72px;height:72px;border-radius:50%;border:2px solid rgba(255,255,255,.45)}.hero-brand strong{display:block;font-size:13px;margin-top:5px}.eyebrow.light{color:#d8ebf8}.hero-card h1{font-size:34px;line-height:1.07;margin:8px 0 10px}.hero-card p{max-width:650px;color:#dceaf5;line-height:1.55;margin:0;font-size:14px}
.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:0 1px 1px rgba(0,0,0,.02);margin-bottom:16px}
.auth-panel{padding:18px 20px 20px}.stack{display:grid;gap:14px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;background:var(--soft);border-radius:14px;margin-bottom:14px}.tab{border:0;background:transparent;border-radius:10px;padding:12px 8px;color:var(--muted);font-weight:750}.tab.active{background:#fff;color:#111;font-weight:850;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.auth-tab-panel{display:none}.auth-tab-panel.active{display:grid}
label{font-size:12px;font-weight:800;display:block;margin-bottom:7px}.field{width:100%;border:1px solid #d6dade;border-radius:12px;padding:12px 13px;background:#fff;outline:none}.field:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,18,20,.08)}textarea.field{min-height:100px;resize:vertical}.field.compact{max-width:300px;padding:10px 11px}
.btn{border:0;border-radius:12px;padding:12px 14px;font-weight:850}.btn.primary{background:var(--brand);color:#fff;box-shadow:0 5px 16px rgba(11,79,138,.18)}.btn.secondary{background:#fff;border:1px solid #bfd5e6;color:var(--brand-dark)}.btn.danger{background:#fff;border:1px solid #efc5c1;color:var(--bad)}.btn.success{background:var(--ok);color:#fff}.btn.small{padding:9px 11px;font-size:12px}.btn:disabled{opacity:.48;cursor:not-allowed}
.link-button{border:0;background:transparent;color:var(--brand);font-weight:800;padding:6px}.icon-button{border:0;background:var(--brand-pale);color:var(--brand);width:40px;height:40px;border-radius:12px;font-size:18px}
.page-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin:10px 0 20px}.page-head h1{font-size:31px;margin:5px 0}.page-head p,.section-title p{color:var(--muted);margin:0;font-size:12px}.eyebrow{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--muted)}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 16px}.stat{background:linear-gradient(145deg,var(--brand-dark),var(--brand));color:#fff;border-radius:16px;padding:15px}.stat strong{display:block;font-size:24px}.stat span{display:block;font-size:10px;color:#bfc4c8;margin-top:4px}.admin-stats{grid-template-columns:repeat(5,1fr)}
.actions-row{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.badge{display:inline-grid;place-items:center;min-width:19px;height:19px;border-radius:99px;background:var(--brand);color:#fff;font-size:10px;margin-left:4px;padding:0 5px}
.section-title{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:8px}.section-title h2{font-size:17px;margin:0 0 4px}
.list-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 2px;border-bottom:1px solid var(--line);cursor:pointer}.list-row:last-child{border-bottom:0}.list-row:hover{background:#fafafa}
.list-main strong{font-size:14px;display:block}.list-main span{font-size:11px;color:var(--muted);display:block;margin-top:4px}.list-meta{text-align:right;min-width:110px}.list-meta strong{font-size:12px;display:block;margin-top:4px}
.pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;background:#eef1f3;color:#4f5960}.pill.offer_available,.pill.sent{background:#fff4df;color:#865000}.pill.ordered,.pill.paid,.pill.completed,.pill.accepted,.pill.approved{background:#e7f6ee;color:#11693c}.pill.processing,.pill.dispatched,.pill.ready{background:#eaf1ff;color:#2457d6}.pill.cancelled,.pill.failed,.pill.declined{background:#fdeceb;color:#a32d25}.pill.sourcing,.pill.submitted{background:#eef1f3;color:#4f5960}
.empty{padding:28px;text-align:center;color:var(--muted)}.empty strong{color:#111;display:block;margin-bottom:5px}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.detail-item{padding:12px;border:1px solid var(--line);border-radius:13px}.detail-item span{display:block;font-size:10px;color:var(--muted);margin-bottom:5px}.detail-item strong{font-size:12px}
.quote-card{border:1px solid var(--line);border-radius:16px;padding:15px;margin:10px 0}.quote-card.private{background:#fafafa}.quote-card .price{font-size:24px;font-weight:900}.quote-card .row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.quote-card p{color:var(--muted);font-size:11px;line-height:1.55}.private-note{padding:10px 12px;border-radius:12px;background:#fff4df;color:#805000;font-size:10px;font-weight:700}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.form-grid .wide{grid-column:1/-1}.fineprint{font-size:10px;color:#8e959a;line-height:1.5}
.timeline{display:grid;gap:10px}.timeline-item{display:flex;gap:10px}.timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--brand);margin-top:4px}.timeline-item strong{font-size:12px}.timeline-item span{display:block;font-size:10px;color:var(--muted);margin-top:3px}
.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.media-grid img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.modal{position:fixed;inset:0;z-index:60;display:none;align-items:flex-end;justify-content:center}.modal.show{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(8,10,12,.56)}.sheet{position:relative;width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:20px;box-shadow:var(--shadow)}.sheet-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}.sheet-head h2{margin:5px 0 0}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);opacity:0;pointer-events:none;background:#111;color:#fff;padding:11px 14px;border-radius:12px;font-size:12px;z-index:100;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
hr{border:0;border-top:1px solid var(--line);margin:16px 0}
.kv{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line);font-size:11px}.kv:last-child{border-bottom:0}.kv span{color:var(--muted)}
.notice{padding:12px 13px;border-radius:13px;background:#f5f7f8;font-size:11px;color:#50575d;line-height:1.5}
@media(max-width:760px){
  .auth-wrap{grid-template-columns:1fr}.hero-card h1{font-size:35px}.stat-grid,.admin-stats{grid-template-columns:repeat(2,1fr)}.page-head{align-items:center}.section-title{align-items:flex-start;flex-direction:column}.field.compact{max-width:none}.detail-grid,.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.media-grid{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:761px){.sheet{border-radius:24px;align-self:center}.modal{align-items:center}}

.brand-doc-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.document-note{background:var(--brand-pale);border-left:4px solid var(--brand);padding:11px 12px;border-radius:10px;font-size:11px;color:var(--brand-dark)}.compact-actions{margin:0}.business-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.business-summary .detail-item{background:#fafdff}.brand-word{color:var(--brand);font-weight:900}.portal-footer{color:var(--muted);font-size:10px;text-align:center;margin-top:22px}


/* V6 - login-first landing experience */
.auth-view{padding-top:10px}
.auth-priority{order:1}
.compact-hero{order:2}
.auth-top-tabs{position:relative}
.google-button{
  width:100%;display:flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid #cdd9e3;background:#fff;color:#1f2f3d;border-radius:12px;
  padding:12px 14px;font-weight:850;box-shadow:0 1px 2px rgba(10,40,65,.04);
  margin-bottom:13px
}
.google-button:hover{background:#f8fbfd;border-color:#aec8dc}
.google-icon{display:inline-flex;align-items:center;justify-content:center}
.auth-divider{display:flex;align-items:center;gap:10px;color:#8797a6;font-size:10px;font-weight:750;margin:4px 0 14px;text-transform:uppercase;letter-spacing:.07em}
.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#dce6ed;flex:1}
.auth-divider span{white-space:nowrap}
@media(max-width:760px){
  .auth-view{padding:8px 14px 64px}
  .auth-wrap{margin:4px auto 18px;gap:13px}
  .auth-panel{padding:14px}
  .hero-card{min-height:0;padding:22px;border-radius:20px}
  .hero-brand{margin-bottom:12px}
  .hero-brand img{width:54px;height:54px}
  .hero-card h1{font-size:29px;line-height:1.08;margin:5px 0 9px}
  .hero-card p{font-size:13px;line-height:1.5}
  .tabs{margin-bottom:12px}
  .tab{padding:11px 6px}
}
@media(min-width:900px){
  .auth-wrap{max-width:980px;grid-template-columns:.86fr 1.14fr;gap:20px;align-items:start}
  .auth-priority{order:1}
  .compact-hero{order:2;min-height:100%}
}

/* V9 - public website merged into the Supabase portal */
.brand-home{border:0;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer}
.brand-home:focus-visible,.nav-link:focus-visible,.mobile-menu-btn:focus-visible,.back-home:focus-visible,.btn:focus-visible{outline:3px solid rgba(23,105,170,.28);outline-offset:3px}
.public-nav{display:flex;align-items:center;gap:8px}
.nav-link{min-height:42px;border:0;background:transparent;color:#344c63;padding:9px 11px;border-radius:10px;font-size:13px;font-weight:800}
.nav-link:hover{background:var(--brand-pale);color:var(--brand)}
.nav-link[aria-current="page"]{background:var(--brand-pale);color:var(--brand)}
.mobile-menu-btn{display:none;width:44px;height:44px;border:1px solid #bfd5e6;background:#fff;color:var(--brand);border-radius:12px;font-size:21px}
.landing-view{padding:0 18px 54px}
.landing-hero{position:relative;isolation:isolate;min-height:500px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:36px;padding:62px 48px 86px;margin:0 -18px;background:radial-gradient(circle at 76% 25%,rgba(23,105,170,.16),transparent 33%),linear-gradient(135deg,#eef7fd 0%,#f9fcff 50%,#e9f5fc 100%);overflow:hidden}
.landing-hero:before{content:"";position:absolute;z-index:-1;inset:auto -9% -52% 38%;height:520px;border-radius:50%;background:rgba(255,255,255,.72);transform:rotate(-8deg)}
.landing-kicker{display:inline-flex;color:var(--brand);font-size:11px;font-weight:950;letter-spacing:.15em;margin-bottom:18px}
.hero-copy h1{margin:0;color:#15324b;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em;max-width:700px}
.hero-copy h1 span{color:var(--brand)}
.hero-copy>p{max-width:650px;margin:22px 0 0;color:#557087;font-size:17px;line-height:1.65}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.landing-cta{min-width:148px;min-height:48px}
.trust-row{display:flex;flex-wrap:wrap;gap:16px 22px;margin-top:24px;color:#48657c;font-size:12px;font-weight:750}
.hero-visual{position:relative;min-height:370px;display:grid;place-items:center}
.visual-logo{z-index:4;display:grid;place-items:center;width:190px;height:190px;border-radius:50%;background:#fff;box-shadow:0 26px 65px rgba(6,55,95,.19);border:1px solid #cfe4f2}
.visual-logo img{width:150px;height:150px;border-radius:50%;object-fit:cover}
.visual-orbit{position:absolute;border-radius:50%;border:1px solid rgba(11,79,138,.18)}
.orbit-one{width:285px;height:285px}.orbit-two{width:365px;height:365px;border-style:dashed}
.visual-chip{position:absolute;z-index:5;display:flex;align-items:center;gap:9px;min-width:116px;padding:10px 13px;border-radius:14px;background:rgba(255,255,255,.96);border:1px solid #d4e6f2;box-shadow:0 12px 26px rgba(6,55,95,.12);color:#4d667b;font-size:12px;font-weight:800}
.visual-chip b{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:var(--brand);color:#fff;font-size:10px}.visual-chip span{display:block}
.chip-one{top:34px;left:4px}.chip-two{right:2px;top:148px}.chip-three{left:20px;bottom:23px}
.audience-grid{position:relative;z-index:7;display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:-52px 22px 70px}
.audience-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px 20px;background:#fff;border:1px solid #d7e6f1;border-radius:22px;padding:25px;box-shadow:0 20px 48px rgba(31,69,97,.12)}
.audience-card .btn{grid-column:2;width:max-content;min-height:44px}
.audience-card h2{margin:4px 0 8px;font-size:24px;color:#15324b}.audience-card p{margin:0;color:#6a7f91;line-height:1.55;font-size:13px}
.audience-icon{display:grid;place-items:center;width:70px;height:70px;border-radius:20px;background:var(--brand-pale);color:var(--brand)}
.audience-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.supplier-card .audience-icon{background:#edf6ff;color:#1769aa}
.how-section{padding:0 22px 72px;scroll-margin-top:92px}
.landing-section-title{text-align:center;max-width:650px;margin:0 auto 30px}.landing-section-title h2{font-size:34px;line-height:1.2;margin:7px 0;color:#15324b}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.steps-grid article{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;overflow:hidden}
.steps-grid article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--brand);color:#fff;font-size:13px;font-weight:900}
.steps-grid h3{font-size:18px;margin:20px 0 8px}.steps-grid p{color:var(--muted);font-size:13px;line-height:1.6;margin:0}
.landing-final-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 22px;padding:30px 34px;border-radius:24px;background:linear-gradient(135deg,var(--brand-dark),var(--brand),#1769aa);color:#fff}
.landing-final-cta h2{font-size:28px;margin:6px 0 0}.light-cta{background:#fff;color:var(--brand);min-height:46px;white-space:nowrap}
.site-footer{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:11px;margin:34px 22px 0;padding-top:22px;border-top:1px solid var(--line);color:var(--muted)}
.site-footer img{width:42px;height:42px;border-radius:50%}.site-footer strong,.site-footer span{display:block}.site-footer strong{color:var(--brand)}.site-footer span{font-size:10px;margin-top:2px}.site-footer p{justify-self:end;text-align:right;max-width:430px;font-size:10px;line-height:1.5}
.back-home{display:inline-flex;align-items:center;min-height:42px;margin:0 auto 8px;border:0;background:transparent;color:var(--brand);font-size:12px;font-weight:850;padding:8px 3px}
.recovery-notice{margin-bottom:16px;background:var(--brand-pale);color:var(--brand-dark);border-left:4px solid var(--brand)}
.recovery-form{gap:15px}

@media(max-width:760px){
  .shell-header{padding:10px 14px}.brandmark{width:40px;height:40px}.brand span{font-size:9px}
  .mobile-menu-btn{display:block}.mobile-menu-btn.hidden{display:none!important}
  .public-nav{display:none;position:absolute;left:12px;right:12px;top:67px;z-index:40;flex-direction:column;align-items:stretch;gap:5px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}
  .public-nav.open{display:flex}.public-nav .nav-link,.public-nav .btn{text-align:left;width:100%;min-height:46px}
  .landing-view{padding:0 14px 42px}.landing-hero{min-height:0;grid-template-columns:1fr;gap:22px;margin:0 -14px;padding:48px 22px 74px}
  .hero-copy{text-align:center}.landing-kicker{font-size:9px}.hero-copy h1{font-size:42px}.hero-copy>p{font-size:14px;line-height:1.6}.hero-actions{justify-content:center}.hero-actions .btn{flex:1;min-width:132px}.trust-row{justify-content:center;gap:10px 14px}
  .hero-visual{min-height:245px}.visual-logo{width:130px;height:130px}.visual-logo img{width:105px;height:105px}.orbit-one{width:195px;height:195px}.orbit-two{width:242px;height:242px}.visual-chip{min-width:94px;padding:8px 9px;font-size:10px}.visual-chip b{width:26px;height:26px}.chip-one{top:13px;left:0}.chip-two{top:103px;right:0}.chip-three{bottom:4px;left:8px}
  .audience-grid{grid-template-columns:1fr;margin:-42px 0 52px;gap:14px}.audience-card{grid-template-columns:auto 1fr;padding:20px;gap:14px}.audience-icon{width:58px;height:58px;border-radius:17px}.audience-icon svg{width:30px;height:30px}.audience-card h2{font-size:21px}.audience-card .btn{grid-column:1/-1;width:100%}
  .how-section{padding:0 0 50px}.landing-section-title h2{font-size:28px}.steps-grid{grid-template-columns:1fr}.steps-grid article{padding:20px}
  .landing-final-cta{align-items:stretch;flex-direction:column;text-align:center;margin:0;padding:26px 20px}.landing-final-cta h2{font-size:24px}.light-cta{width:100%}
  .site-footer{grid-template-columns:auto 1fr;margin:28px 0 0}.site-footer p{grid-column:1/-1;justify-self:start;text-align:left;margin:6px 0 0}
  .back-home{margin-left:0}
}


/* Website-only recovery overrides */
html{scroll-behavior:smooth}
body{min-height:100vh}
.shell-header{position:sticky;top:0;z-index:50}
.public-nav a.nav-link{text-decoration:none}
.portal-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
/* Keep visited portal CTAs readable. The previous generic inherited colour
   made this white button inherit the white text of its blue parent. */
.btn.primary.portal-link:visited{color:#fff}
.btn.secondary.portal-link:visited{color:var(--brand-dark)}
.btn.light-cta.portal-link:visited{color:var(--brand)}
.mobile-menu-btn{display:none}
.site-legal-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:10px}
.site-footer .site-legal-links{grid-column:1/-1}
.site-legal-links a{color:inherit;opacity:.85;font-size:12px}
.recovery-note{font-size:11px;opacity:.7;margin-top:4px}
@media(max-width:780px){
  .mobile-menu-btn{display:inline-flex}
  .public-nav{display:none}
  .public-nav.mobile-open{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;padding:14px 18px;flex-direction:column;align-items:stretch;border-top:1px solid #dbe7f1;box-shadow:0 8px 24px rgba(0,0,0,.08)}
  .public-nav.mobile-open a,.public-nav.mobile-open button{width:100%;text-align:center}
}

/* V10 - search-focused public content */
a{color:inherit}
.content-section{margin:0 22px 72px}
.section-copy h2,.vin-section h2{margin:7px 0 14px;color:#15324b;font-size:clamp(28px,3.4vw,42px);line-height:1.15;letter-spacing:-.025em}
.section-copy p,.vin-section p,.landing-section-title p{color:var(--muted);font-size:14px;line-height:1.7}
.seo-intro{display:grid;grid-template-columns:1.35fr .65fr;gap:40px;align-items:center;padding:36px;border:1px solid var(--line);border-radius:24px;background:#fff}
.parts-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.parts-list span{display:flex;align-items:center;min-height:48px;padding:11px 13px;border-radius:13px;background:var(--brand-pale);color:var(--brand-dark);font-size:12px;font-weight:850}
.text-link{display:inline-flex;margin-top:8px;color:var(--brand);font-size:13px;font-weight:900;text-decoration:none}
.text-link:hover{text-decoration:underline}
.section-more{text-align:center;margin-top:22px}
.brand-section{padding:42px 36px;border-radius:26px;background:linear-gradient(145deg,#f8fcff,#eaf5fc)}
.brand-link-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.brand-link-grid a{min-height:116px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid #cfe1ed;border-radius:17px;background:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.brand-link-grid a:hover{transform:translateY(-2px);border-color:#9fc6df;box-shadow:0 12px 24px rgba(6,55,95,.09)}
.brand-link-grid strong{color:#15324b;font-size:17px}.brand-link-grid span{color:var(--brand);font-size:11px;font-weight:850}
.trademark-note{margin:18px 0 0;color:#788a99;font-size:10px;line-height:1.5;text-align:center}
.vin-section{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:34px 38px;border-radius:24px;background:#fff;border:1px solid var(--line)}
.vin-section>div{max-width:720px}.vin-section .btn{flex:0 0 auto;text-decoration:none}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.faq-grid details{padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff}
.faq-grid summary{cursor:pointer;color:#15324b;font-size:14px;font-weight:900;line-height:1.4}
.faq-grid p{margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.65}
.testimonial-section{padding:42px 36px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,#f8fcff,#eef7fc)}
.public-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.public-testimonial-card{display:flex;min-width:0;flex-direction:column;padding:22px;border:1px solid #cfe1ed;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(31,69,97,.07)}
.public-testimonial-stars{color:#d49300;font-size:19px;letter-spacing:2px;line-height:1}
.public-testimonial-quote{margin:14px 0 20px;color:#314e65;font-size:14px;line-height:1.7;overflow-wrap:anywhere}
.public-testimonial-author{margin-top:auto;color:#0b4f86;font-size:12px;font-weight:900}
.mobile-action-bar{display:none}
.whatsapp-link{display:inline-flex;align-items:center;justify-content:center;background:#14854f;color:#fff;text-decoration:none}

/* Interior SEO pages */
.seo-page{padding:0 18px 64px}
.seo-hero{margin:0 -18px 48px;padding:70px max(24px,calc((100vw - 1028px)/2));background:radial-gradient(circle at 85% 20%,rgba(23,105,170,.17),transparent 28%),linear-gradient(135deg,#edf7fd,#fff);border-bottom:1px solid #d9e8f2}
.breadcrumbs{display:flex;gap:7px;align-items:center;margin-bottom:22px;color:#61788b;font-size:11px}.breadcrumbs a{color:var(--brand);text-decoration:none;font-weight:800}.breadcrumbs span{opacity:.7}
.seo-hero .eyebrow{color:var(--brand)}
.seo-hero h1{max-width:820px;margin:10px 0 18px;color:#15324b;font-size:clamp(38px,5vw,60px);line-height:1.04;letter-spacing:-.04em}
.seo-hero p{max-width:720px;margin:0;color:#557087;font-size:17px;line-height:1.65}
.seo-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.seo-hero-actions a{text-decoration:none}
.page-content{width:min(1028px,100%);margin:0 auto;display:grid;gap:54px}
.prose-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;align-items:start}
.prose h2,.info-section h2{margin:0 0 14px;color:#15324b;font-size:30px;line-height:1.2}.prose h3{margin:26px 0 8px;color:#15324b;font-size:20px}
.prose p,.prose li,.info-section p{color:#61788b;font-size:14px;line-height:1.75}.prose ul{padding-left:20px}
.info-card{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(31,69,97,.07)}
.info-card h2,.info-card h3{margin:0 0 14px;color:#15324b;font-size:20px}.info-card ul{display:grid;gap:10px;margin:0;padding-left:19px;color:#61788b;font-size:13px;line-height:1.55}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-grid article{padding:20px;border-radius:18px;background:#fff;border:1px solid var(--line)}.process-grid b{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--brand);color:#fff;font-size:12px}.process-grid h3{margin:16px 0 7px;color:#15324b;font-size:16px}.process-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.category-grid article{padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff}.category-grid h3{margin:0 0 8px;color:#15324b;font-size:16px}.category-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.inline-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 34px;border-radius:22px;background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff}.inline-cta h2{margin:0 0 7px;font-size:27px}.inline-cta p{margin:0;color:#dbeaf5;font-size:12px;line-height:1.5}.inline-cta a{flex:0 0 auto;text-decoration:none}
.related-links{display:flex;flex-wrap:wrap;gap:10px}.related-links a{padding:10px 13px;border:1px solid #bfd5e6;border-radius:999px;background:#fff;color:var(--brand);font-size:12px;font-weight:850;text-decoration:none}
.site-footer.interior-footer{width:min(1028px,100%);margin:54px auto 0}

@media(max-width:900px){
  .brand-link-grid{grid-template-columns:repeat(2,1fr)}
  .faq-grid{grid-template-columns:1fr}
  .public-testimonial-grid{grid-template-columns:1fr 1fr}
  .prose-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  body{padding-bottom:72px}
  .content-section{margin:0 0 50px}
  .seo-intro{grid-template-columns:1fr;padding:24px;gap:24px}.parts-list{grid-template-columns:1fr 1fr}
  .brand-section{padding:30px 20px}.brand-link-grid{grid-template-columns:1fr 1fr}.brand-link-grid a{min-height:104px;padding:15px}
  .vin-section{align-items:stretch;flex-direction:column;padding:26px 22px}.vin-section .btn{text-align:center}
  .testimonial-section{padding:30px 20px}.public-testimonial-grid{grid-template-columns:1fr}
  .mobile-action-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:1.25fr .75fr;gap:8px;padding:8px max(10px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:rgba(255,255,255,.97);border-top:1px solid #d5e4ef;box-shadow:0 -8px 24px rgba(16,36,58,.11)}
  .mobile-action-bar .btn{min-height:48px;padding:11px 8px;font-size:12px;text-decoration:none}
  .seo-page{padding:0 14px 34px}.seo-hero{margin:0 -14px 38px;padding:44px 22px}.seo-hero p{font-size:14px}.seo-hero-actions .btn{flex:1;text-align:center}
  .page-content{gap:42px}.process-grid,.category-grid{grid-template-columns:1fr}.inline-cta{align-items:stretch;flex-direction:column;text-align:center;padding:26px 20px}.inline-cta a{width:100%;text-align:center}
  .site-footer.interior-footer{margin-top:42px}
}
@media(max-width:420px){
  .brand-link-grid,.parts-list{grid-template-columns:1fr}
  .hero-copy h1{font-size:38px}
}

/* V10.2 - compact specialist-parts gallery */
.specialist-section{padding:42px 36px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,#f8fcff,#eaf5fc)}
.specialist-title{margin-bottom:26px}.specialist-title h2{margin-bottom:10px}.specialist-title p{max-width:760px;margin:0 auto}
.specialist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.specialist-card{position:relative;min-width:0;aspect-ratio:1/1;overflow:hidden;border:1px solid #cfe1ed;border-radius:18px;background:#edf5fa;box-shadow:0 12px 28px rgba(31,69,97,.07)}
.specialist-card>img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;background:#f8fbfe}
.specialist-card-body{position:absolute;inset:auto 0 0;z-index:1;display:flex;flex-direction:column;align-items:stretch;padding:48px 14px 13px;background:linear-gradient(180deg,rgba(5,30,50,0),rgba(5,30,50,.92) 42%,rgba(5,30,50,.98));color:#fff}
.specialist-card h3{min-height:0;margin:0;color:#fff;font-size:15px;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.specialist-category-link{color:inherit;text-decoration:none}.specialist-category-link:hover,.specialist-category-link:focus-visible{color:var(--brand);text-decoration:underline;text-underline-offset:3px}
.specialist-card p{min-height:0;margin:5px 0 10px;color:#e7f3fb;font-size:10px;line-height:1.35}
.specialist-card .btn{width:100%;margin-top:auto;padding:9px 10px;border-color:#fff;background:#fff;color:var(--brand);font-size:10px;text-align:center;box-shadow:none}
.specialist-card .btn.primary.portal-link,.specialist-card .btn.primary.portal-link:visited{border-color:#fff;background:#fff;color:var(--brand)}
.specialist-card .btn:hover,.specialist-card .btn:focus-visible,.specialist-card .btn.primary.portal-link:visited:hover,.specialist-card .btn.primary.portal-link:visited:focus-visible{background:#eaf5fc;color:#073d6b}
.specialist-more{margin-top:18px}
.specialist-more>summary{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:11px 16px;border:1px solid #9fc6df;border-radius:13px;background:#fff;color:var(--brand);font-size:13px;font-weight:900;list-style:none;cursor:pointer}
.specialist-more>summary::-webkit-details-marker{display:none}.specialist-more>summary:after{content:"+";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--brand-pale);font-size:16px}.specialist-more[open]>summary:after{content:"−"}
.specialist-more>summary:hover{border-color:var(--brand);background:#fafdff}
.specialist-grid-more{margin-top:14px}
.specialist-disclaimer{margin:18px auto 0;max-width:820px;color:#708598;font-size:10px;line-height:1.55;text-align:center}

@media(max-width:900px){
  .specialist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  .specialist-section{padding:30px 18px}
  .specialist-grid{gap:10px}
  .specialist-card-body{padding:42px 11px 11px}
  .specialist-card h3{font-size:14px}
  .specialist-card p{font-size:10px}
  .specialist-card .btn{font-size:10px}
}
@media(max-width:360px){
  .specialist-grid{grid-template-columns:1fr}
  .specialist-card h3,.specialist-card p{min-height:0}
}

/* V10.3 - searchable specialist category landing pages */
.category-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:34px;align-items:center}
.category-hero-media{justify-self:end;width:min(100%,380px);aspect-ratio:1/1;overflow:hidden;border:1px solid #cfe1ed;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(31,69,97,.10)}
.category-hero-media img{display:block;width:100%;height:100%;object-fit:cover}
.category-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.category-keywords span{padding:8px 11px;border:1px solid #cfe1ed;border-radius:999px;background:#fff;color:#365a74;font-size:11px;font-weight:800}
.category-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.category-support-grid article{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.category-support-grid h3{margin:0 0 8px;color:#15324b;font-size:16px}.category-support-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.category-related{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-related a{padding:13px 14px;border:1px solid #cfe1ed;border-radius:12px;background:#fff;color:var(--brand);font-size:12px;font-weight:900;text-align:center;text-decoration:none}.category-related a:hover,.category-related a:focus-visible{border-color:var(--brand);background:var(--brand-pale)}
@media(max-width:780px){.category-hero-grid{grid-template-columns:1fr}.category-hero-media{max-width:520px}.category-support-grid{grid-template-columns:1fr}.category-related{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:420px){.category-related{grid-template-columns:1fr}}


/* V10.6 trust, authority and public legal pages */
.trust-authority{padding-top:54px;padding-bottom:54px}
.trust-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.trust-card-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(9,48,84,.06)}
.trust-card-grid h3{margin:0 0 8px;color:#0b4f8a}.trust-card-grid p{margin:0 0 14px;color:var(--muted);line-height:1.65}
.trust-page .seo-hero{padding-bottom:42px}.legal-page-content{max-width:1080px;margin:0 auto}
.legal-doc-meta{font-size:13px;font-weight:700;color:#516477;margin:0 0 14px}
.legal-notice{border:1px solid #efd08b;background:#fff7e8;border-radius:14px;padding:15px 17px;line-height:1.6;margin:0 0 22px}
.business-identity{background:#f3f7fb;border:1px solid #dbe8f3;border-radius:18px;padding:22px;margin:0 0 28px}
.business-identity h2{margin:0 0 16px;color:#0b4f8a}.business-identity dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:0}
.business-identity dl div{display:grid;grid-template-columns:minmax(130px,.7fr) 1.3fr;gap:12px;padding:10px 0;border-bottom:1px solid #dbe8f3}
.business-identity dt{font-weight:800;color:#40576a}.business-identity dd{margin:0;overflow-wrap:anywhere}
.legal-prose{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 8px 30px rgba(9,48,84,.05)}
.legal-prose h2{color:#0b4f8a;margin:30px 0 10px;font-size:22px}.legal-prose h2:first-child{margin-top:0}.legal-prose h3{color:#16324f}.legal-prose p,.legal-prose li{line-height:1.72}.legal-prose ul,.legal-prose ol{padding-left:22px}.legal-prose a{color:#0b5fa5;font-weight:700}
.site-footer p a{color:inherit}.site-legal-links{row-gap:8px;flex-wrap:wrap}
@media(max-width:820px){.trust-card-grid{grid-template-columns:1fr}.business-identity dl{grid-template-columns:1fr}.business-identity dl div{grid-template-columns:1fr;gap:3px}.legal-prose{padding:20px}.site-legal-links{justify-content:center}}
