/*
Medical Surface Inc — site design system.
Full CSS custom properties, component styles, and responsive breakpoints.
*/

/* ─── DESIGN TOKENS ─────────────────────────────────────────────────────── */
:root {
  --white:      #FFFFFF;
  --teal:       #1A7A8A;
  --teal-dark:  #145F6D;
  --teal-mid:   #2193A5;
  --teal-pale:  #EBF7F9;
  --teal-mist:  #F4FBFC;
  --navy:       #1C2B3A;
  --navy-mid:   #2A3F52;
  --text-1:     #1C2B3A;
  --text-2:     #3E5468;
  --text-3:     #6B8399;
  --text-4:     #9DB3C4;
  --surf-2:     #F6F9FB;
  --surf-3:     #EDF3F7;
  --border:     #D8E4EC;
  --border-s:   #B8CCDA;
  --gold:       #C8903A;
  --gold-pale:  #FDF5E6;
  --font-d: 'Playfair Display', Georgia, serif;
  --font-b: 'Outfit', system-ui, sans-serif;
  --r-sm: 6px; --r-md: 10px; --r-lg: 16px; --r-xl: 24px;
  --sh-sm: 0 1px 4px rgba(28,43,58,.07);
  --sh-md: 0 4px 20px rgba(28,43,58,.09);
  --sh-lg: 0 12px 48px rgba(28,43,58,.11);
}

/* ─── BASE RESETS ───────────────────────────────────────────────────────── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-b); font-size: 17px; line-height: 1.65; color: var(--text-1); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100vw; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: var(--font-b); }

/* ─── LAYOUT ────────────────────────────────────────────────────────────── */
.wrap { max-width: 1290px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 2.5rem); }
.sec { padding: clamp(40px, 5vw, 60px) 0; }
.sec-sm { padding: clamp(32px, 4vw, 48px) 0; }
.bg-2 { background: var(--surf-2); }
.col-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.col-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

/* ─── NAV ───────────────────────────────────────────────────────────────── */
.nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-i { max-width: 1140px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 2.5rem); display: flex; align-items: center; height: 70px; gap: 1.25rem; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo img { height: 52px; width: auto; object-fit: contain; }
.nav-logo-fb { display: none; font-weight: 700; font-size: 18px; color: var(--navy); }
.nav-logo img:not([src]), .nav-logo img[src=""] { display: none; }
.nav-cert { font-size: 11px; font-weight: 600; letter-spacing: .06em; color: var(--teal); background: var(--teal-pale); padding: 3px 9px; border-radius: 20px; white-space: nowrap; border: 1px solid rgba(26,122,138,.2); }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; list-style: none; }
.nav-links > li { position: relative; }
.nav-links a { color: var(--text-2); font-size: 15px; font-weight: 400; padding: 8px 13px; border-radius: var(--r-sm); transition: all .15s; white-space: nowrap; display: flex; align-items: center; gap: 5px; }
.nav-links a:hover { color: var(--teal); background: var(--teal-pale); }
.nav-cta { background: var(--teal) !important; color: white !important; font-weight: 600 !important; padding: 9px 20px !important; border-radius: var(--r-md) !important; margin-left: 6px; }
.nav-cta:hover { background: var(--teal-dark) !important; }
.nav-drop { position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: .5rem; min-width: 240px; box-shadow: var(--sh-lg); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .18s; z-index: 200; }
.nav-links > li:hover .nav-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop a { display: flex; align-items: flex-start; gap: 10px; padding: 9px 12px; border-radius: var(--r-md); color: var(--text-2); font-size: 14px; line-height: 1.3; background: transparent; }
.nav-drop a:hover { background: var(--teal-pale); color: var(--teal); }
.nav-drop-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--teal); white-space: nowrap; margin-top: 2px; flex-shrink: 0; }
.nav-drop-name { font-weight: 500; color: var(--text-1); }
.nav-drop-sub { font-size: 13px; color: var(--text-3); margin-top: 1px; }
.nav-drop hr { border: none; border-top: 1px solid var(--border); margin: .35rem 0; }
.nav-chevron { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.5; transition: transform .18s; flex-shrink: 0; }
.nav-links > li:hover .nav-chevron { transform: rotate(180deg); }
.nav-mb { display: none; background: none; border: 1px solid var(--border); border-radius: var(--r-sm); padding: 7px; margin-left: auto; color: var(--text-1); }
.nav-mb svg { width: 22px; height: 22px; display: block; fill: none; stroke: currentColor; stroke-width: 2; }

/* ─── TYPOGRAPHY ────────────────────────────────────────────────────────── */
h1 { font-family: var(--font-d); font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.1; font-weight: 600; letter-spacing: -.01em; }
h2 { font-family: var(--font-d); font-size: clamp(1.5rem, 3.2vw, 2.2rem); line-height: 1.18; font-weight: 600; }
h3 { font-family: var(--font-b); font-size: clamp(1rem, 2vw, 1.15rem); font-weight: 600; line-height: 1.3; }
h4 { font-family: var(--font-b); font-size: .9rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--teal); }
.lead { font-size: clamp(1rem, 2vw, 1.15rem); color: var(--text-2); line-height: 1.72; }
.eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--teal); display: flex; align-items: center; gap: 9px; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--teal); flex-shrink: 0; }
p { color: var(--text-2); line-height: 1.75; }
code { background: rgba(0,0,0,.07); padding: 1px 5px; border-radius: 4px; font-size: 13px; font-family: monospace; }

/* ─── BUTTONS ───────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b); font-weight: 600; font-size: 15px; padding: 13px 26px; border-radius: var(--r-md); border: 2px solid transparent; transition: all .18s; white-space: nowrap; cursor: pointer; line-height: 1; }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2.5; }
.btn-pri { background: var(--teal); color: white; border-color: var(--teal); }
.btn-pri:hover { background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(26,122,138,.28); }
.btn-out { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn-out:hover { background: var(--teal); color: white; }
.btn-wh { background: white; color: var(--teal); border-color: white; }
.btn-wh:hover { background: var(--teal-pale); }
.btn-owh { background: transparent; color: white; border-color: rgba(255,255,255,.55); }
.btn-owh:hover { border-color: white; background: rgba(255,255,255,.1); }
.btn-lg { padding: 16px 32px; font-size: 17px; border-radius: var(--r-lg); }

/* ─── FORMS ─────────────────────────────────────────────────────────────── */
.form-field { margin-bottom: 1rem; }
.form-field label { display: block; font-size: 13px; font-weight: 600; color: var(--text-2); margin-bottom: .4rem; }
.form-field input, .form-field textarea {
  width: 100%; font-family: var(--font-b); font-size: 15px; color: var(--text-1);
  background: var(--surf-2); border: 1px solid var(--border); border-radius: var(--r-md);
  padding: 11px 14px; transition: border-color .18s, background .18s;
}
.form-field input:focus, .form-field textarea:focus {
  outline: none; border-color: var(--teal); background: var(--white);
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-honeypot { position: absolute; left: -9999px; top: -9999px; }
.form-submit { width: 100%; justify-content: center; }
.form-msg { border-radius: var(--r-md); padding: 12px 16px; font-size: 15px; margin-bottom: 1.25rem; }
.form-msg-ok { background: var(--teal-pale); color: var(--teal-dark); border: 1px solid var(--teal); }
.form-msg-err { background: var(--gold-pale); color: var(--text-1); border: 1px solid var(--gold); }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

/* ─── IMAGE HELPERS ─────────────────────────────────────────────────────── */
.img-frame { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border); background: var(--surf-2); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; }
.img-caption { font-size: 14px; color: var(--text-3); text-align: center; margin-top: .6rem; font-style: italic; }
.img-data { background: white; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.25rem; text-align: center; }
.img-data img { max-height: 300px; object-fit: contain; margin: 0 auto; }
.img-data-sm img { max-height: 200px; }

/* ─── CARDS ─────────────────────────────────────────────────────────────── */
.card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.5rem; transition: border-color .2s, box-shadow .2s, transform .2s; }
.card:hover { border-color: var(--teal); box-shadow: var(--sh-md); transform: translateY(-2px); }
.card-icon { width: 44px; height: 44px; background: var(--teal-pale); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.card-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--teal); stroke-width: 1.8; }

/* ─── TRUST BAR ─────────────────────────────────────────────────────────── */
.tb { background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.06); }
.tb-i { max-width: 1140px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 2.5rem); display: flex; flex-wrap: wrap; }
.tb-item { flex: 1; min-width: 150px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.07); }
.tb-item:last-child { border-right: none; }
.tb-ico { width: 32px; height: 32px; flex-shrink: 0; background: rgba(26,122,138,.25); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; }
.tb-ico svg { width: 16px; height: 16px; fill: none; stroke: #6CD4E0; stroke-width: 1.8; }
.tb-lbl { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.88); line-height: 1.2; }
.tb-sub { font-size: 13px; color: rgba(255,255,255,.4); margin-top: 2px; }

/* ─── CTA BAND ──────────────────────────────────────────────────────────── */
.cta-band { background: var(--teal); padding: clamp(56px, 7vw, 80px) 0; }
.cta-bi { display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.cta-band h2 { color: white; }
.cta-band p { color: rgba(255,255,255,.78); font-size: 17px; max-width: 480px; margin-top: .5rem; }
.cta-acts { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* ─── PROCESS TIMELINE ──────────────────────────────────────────────────── */
.proc-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.proc-row::before { content: ''; position: absolute; top: 26px; left: calc(12.5% + 13px); right: calc(12.5% + 13px); height: 1px; background: var(--border); z-index: 0; }
.proc-step { text-align: center; padding: 0 .75rem; position: relative; z-index: 1; }
.proc-n { width: 52px; height: 52px; border-radius: 50%; background: var(--white); color: var(--teal); font-size: 1.25rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem; border: 2px solid var(--teal); font-family: var(--font-d); }
.proc-t { font-size: 1rem; font-weight: 600; color: var(--text-1); margin-bottom: 6px; }
.proc-d { font-size: 14px; color: var(--text-3); line-height: 1.6; }
.proc-time { display: inline-block; font-size: 12px; font-weight: 700; color: var(--teal); background: var(--teal-pale); padding: 3px 10px; border-radius: 20px; margin-top: 10px; border: 1px solid rgba(26,122,138,.2); }

/* ─── SPEC TABLE ────────────────────────────────────────────────────────── */
.spec-tbl { width: 100%; border-collapse: collapse; font-size: 15px; }
.spec-tbl th { background: var(--navy); color: white; padding: 11px 15px; text-align: left; font-weight: 500; font-size: 14px; }
.spec-tbl th:first-child { border-radius: 8px 0 0 0; }
.spec-tbl th:last-child { border-radius: 0 8px 0 0; }
.spec-tbl td { padding: 11px 15px; border-bottom: 1px solid var(--border); color: var(--text-2); vertical-align: top; }
.spec-tbl tr:last-child td { border-bottom: none; }
.spec-tbl tr:hover td { background: var(--teal-mist); }

/* ─── BENEFITS LIST ─────────────────────────────────────────────────────── */
.benefits-list { display: flex; flex-direction: column; gap: 10px; }
.benefit-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; background: var(--surf-2); border: 1px solid var(--border); border-radius: var(--r-md); }
.benefit-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 5px; }
.benefit-text { font-size: 15px; color: var(--text-2); line-height: 1.55; }
.benefit-text strong { color: var(--text-1); font-weight: 600; }

/* ─── APPLICATION PILLS ─────────────────────────────────────────────────── */
.app-list { display: flex; flex-direction: column; gap: 7px; }
.app-item { background: var(--surf-2); border: 1px solid var(--border); border-radius: var(--r-md); padding: 11px 15px; font-size: 15px; color: var(--text-2); display: flex; align-items: center; gap: 10px; }
.app-item::before { content: ''; width: 5px; height: 5px; background: var(--teal); border-radius: 50%; flex-shrink: 0; }

/* ─── FAQ ACCORDION ─────────────────────────────────────────────────────── */
.faq-wrap { border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q { padding: 1.2rem 1.5rem; font-size: 16px; font-weight: 500; color: var(--text-1); cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; background: var(--white); transition: background .15s; line-height: 1.4; }
.faq-q:hover { background: var(--teal-mist); }
.faq-q::after { content: '+'; color: var(--teal); font-size: 1.4rem; flex-shrink: 0; font-weight: 300; margin-top: -3px; }
.faq-item.open .faq-q { background: var(--teal-mist); }
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a { display: none; padding: 0 1.5rem 1.2rem; font-size: 16px; color: var(--text-3); line-height: 1.78; background: var(--white); }
.faq-item.open .faq-a { display: block; }

/* ─── HOME HERO ─────────────────────────────────────────────────────────── */
.hero { background: var(--white); border-bottom: 1px solid var(--border); padding: clamp(48px, 6vw, 72px) 0; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; right: -80px; top: -80px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, var(--teal-pale) 0%, transparent 65%); pointer-events: none; z-index: 0; }
.hero > .wrap > * { position: relative; z-index: 1; }
.hero-eyebrow { margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); margin-bottom: 1.3rem; max-width: 820px; }
.hero h1 em { font-style: italic; color: var(--teal); }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.2rem); color: var(--text-2); line-height: 1.72; margin-bottom: 2.25rem; max-width: 640px; }
.hero-acts { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 2.75rem; }
.hero-trust { display: inline-flex; gap: 0; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; background: var(--surf-2); }
.tp { padding: 12px 18px; font-size: 13px; font-weight: 600; color: var(--text-2); border-right: 1px solid var(--border); display: flex; align-items: center; gap: 8px; line-height: 1.2; }
.tp:last-child { border-right: none; }
.td { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }

/* ─── PAGE HERO (inner pages) ───────────────────────────────────────────── */
.page-hero { background: var(--white); border-bottom: 1px solid var(--border); padding: clamp(36px, 4.5vw, 56px) 0; }
.page-hero h1 { margin-top: 1rem; margin-bottom: 1rem; max-width: 820px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.page-hero .lead { max-width: 680px; }
.breadcrumb { display: flex; align-items: center; gap: 7px; font-size: 14px; color: var(--text-4); margin-bottom: 1.25rem; }
.breadcrumb span { color: var(--border-s); }
.breadcrumb a { color: var(--text-3); }
.breadcrumb a:hover { color: var(--teal); }
.spec-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 1.25rem; }
.spec-pill { background: var(--teal-pale); border: 1px solid rgba(26,122,138,.2); color: var(--teal); font-size: 14px; font-weight: 600; padding: 6px 14px; border-radius: 20px; }

/* ─── ABOUT / STATS ─────────────────────────────────────────────────────── */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--border); border-radius: var(--r-lg); overflow: hidden; }
.stat-box { background: var(--white); padding: 1.75rem 1.5rem; text-align: center; }
.stat-n { font-family: var(--font-d); font-size: clamp(28px, 4vw, 42px); color: var(--teal); line-height: 1; margin-bottom: 6px; }
.stat-l { font-size: 14px; color: var(--text-3); line-height: 1.4; }

/* ─── TECHNOLOGY PAGE ───────────────────────────────────────────────────── */
.tech-tile { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.tech-tile.flip { direction: rtl; }
.tech-tile.flip > * { direction: ltr; }

/* ─── MARKETS GRID ──────────────────────────────────────────────────────── */
.mkt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mkt-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.25rem; transition: all .2s; }
.mkt-card:hover { border-color: var(--teal); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.mkt-ico { width: 42px; height: 42px; background: var(--teal-pale); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; margin-bottom: .85rem; }
.mkt-ico svg { width: 21px; height: 21px; fill: none; stroke: var(--teal); stroke-width: 1.8; }
.mkt-name { font-size: 15px; font-weight: 600; color: var(--text-1); margin-bottom: 4px; }
.mkt-desc { font-size: 13px; color: var(--text-3); line-height: 1.55; }

/* ─── FOOTER ────────────────────────────────────────────────────────────── */
.footer { background: var(--navy); padding: clamp(48px, 6vw, 72px) 0 28px; }
.footer-g { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.f-logo { margin-bottom: .75rem; }
.f-logo img { height: 34px; width: auto; filter: brightness(0) invert(1); opacity: .75; }
.f-desc { font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.7; max-width: 270px; }
.footer-g h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); margin-bottom: 1rem; }
.f-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.f-links a { font-size: 14px; color: rgba(255,255,255,.5); transition: color .15s; }
.f-links a:hover { color: rgba(255,255,255,.9); }
.footer-btm { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; font-size: 12px; color: rgba(255,255,255,.25); }

/* ─── RESPONSIVE ────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .tech-tile, .tech-tile.flip { grid-template-columns: 1fr; direction: ltr; }
  .proc-row { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .proc-row::before { display: none; }
  .mkt-grid { grid-template-columns: 1fr 1fr; }
  .footer-g { grid-template-columns: 1fr 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .col-3 { grid-template-columns: 1fr 1fr; }
  .nav-links {
    display: none; flex-direction: column; gap: 0; margin-left: 0; align-items: stretch;
    position: absolute; top: 70px; left: 0; right: 0; background: var(--white);
    border-bottom: 1px solid var(--border); box-shadow: var(--sh-md); padding: .5rem; z-index: 150;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-drop {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; padding: 0 0 0 1rem; min-width: 0; display: none;
  }
  .nav-drop-parent.drop-open .nav-drop { display: block; }
  .nav-drop-parent.drop-open .nav-chevron { transform: rotate(180deg); }
  .nav-mb { display: flex; }
  .tb-item { width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
  .tb-item:last-child { border-bottom: none; }
  .cta-bi { flex-direction: column; align-items: flex-start; }

  /* Collapse all inline two/three-column grid layouts (hero splits, image+text
     rows, card grids built with inline styles) to a single column on tablets
     and phones, since these can't be reached with a class selector. */
  [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
}
@media (max-width: 600px) {
  /* Free up room in the nav so the Contact Us button doesn't get clipped by
     body's overflow-x:hidden — the cert badge is a nice-to-have, not essential. */
  .nav-cert { display: none; }
  .nav-i { gap: .6rem; }
  .nav-i > a.btn { padding: 8px 12px; font-size: 13px; }

  .proc-row, .mkt-grid, .stat-row, .col-3 { grid-template-columns: 1fr; }
  .footer-g { grid-template-columns: 1fr; }
  .hero-trust { flex-direction: column; }
  .tp { border-right: none; border-bottom: 1px solid var(--border); }
  .tp:last-child { border-bottom: none; }
  .hero-acts, .cta-acts { flex-direction: column; align-items: flex-start; }
  .hero-acts .btn, .cta-acts .btn { width: 100%; justify-content: center; }
  .tb-item { width: 100%; }
  .spec-pills { gap: 6px; }
  .col-2 { grid-template-columns: 1fr !important; }

  /* Spec tables: tighten padding/font so two-column tables fit without
     horizontal scrolling on small phones. */
  .spec-tbl { font-size: 13px; }
  .spec-tbl th, .spec-tbl td { padding: 8px 10px; }
}

/* ─── ANIMATIONS ────────────────────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
