/* ============================================================
   Cape Coral Electricians, "Coastal & dependable"
   Deep marine teal + warm sand/cream surfaces + sunset-coral CTA.
   Sora display, Manrope body. Calm, storm-ready, waterfront feel.
   Signature: layered wave dividers + soft tide-line gauge.
   ============================================================ */

:root {
  /* Color: marine + sand + coral */
  --marine-900: #0b3b46;
  --marine-800: #0e4f5c;
  --marine-700: #126072;
  --teal-500: #1f8aa0;
  --teal-300: #6fc3d2;
  --coral: #e8763f;
  --coral-600: #cf5e2a;
  --coral-300: #f3a983;
  --sand: #f5efe4;
  --sand-200: #ece3d2;
  --sand-300: #e0d4bd;
  --cream: #fbf7ef;
  --ink: #18313a;
  --muted: #5d6f74;
  --white: #ffffff;
  --line: rgba(14, 79, 92, 0.12);
  --line-strong: rgba(14, 79, 92, 0.22);

  /* Type */
  --display: "Sora", system-ui, sans-serif;
  --body: "Manrope", system-ui, sans-serif;

  /* Space + form */
  --maxw: 1140px;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(11, 59, 70, 0.06), 0 6px 18px rgba(11, 59, 70, 0.06);
  --shadow-md: 0 14px 40px rgba(11, 59, 70, 0.12);
  --shadow-lg: 0 30px 70px rgba(11, 59, 70, 0.22);
  --shadow-coral: 0 12px 30px rgba(232, 118, 63, 0.32);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  overflow-x: clip;
}

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; color: var(--marine-900); margin: 0 0 .5em; }
h1 { font-size: clamp(2.3rem, 6vw, 4.1rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.18rem; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
a { color: inherit; }
img { max-width: 100%; display: block; height: auto; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
section { padding-block: clamp(56px, 8vw, 100px); position: relative; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--body); font-weight: 700; font-size: .8rem;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--coral-600);
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--coral); border-radius: 2px; }

.section-head { max-width: 680px; margin-bottom: clamp(32px, 5vw, 52px); }
.section-head p { color: var(--muted); font-size: 1.06rem; margin: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--body); font-weight: 700; font-size: 1rem;
  padding: 15px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .2s;
}
.btn:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: var(--shadow-coral); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(232,118,63,.42); background: var(--coral-600); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--marine-800); border-color: var(--line-strong); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--marine-700); background: rgba(14,79,92,.04); }
.btn-lg { padding: 18px 34px; font-size: 1.06rem; }
.btn svg { width: 1.05em; height: 1.05em; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 239, 0.88);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line-strong);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 13px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--display); font-weight: 800; font-size: 1.18rem; color: var(--marine-900); letter-spacing: -0.02em; }
.brand .mark { width: 36px; height: 36px; flex: none; }
.header-cta { display: none; align-items: center; gap: 14px; }
@media (min-width: 560px) { .header-cta { display: inline-flex; } }
.header-phone { display: none; font-weight: 700; color: var(--marine-900); text-decoration: none; }
@media (min-width: 720px) { .header-phone { display: inline; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: clip; text-align: center; padding-block: clamp(58px, 9vw, 104px) clamp(40px, 6vw, 72px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(1000px 560px at 50% -16%, rgba(31, 138, 160, 0.20), transparent 62%),
    radial-gradient(720px 520px at 88% 120%, rgba(232, 118, 63, 0.12), transparent 60%),
    var(--cream);
}
.hero-copy { max-width: 880px; margin-inline: auto; }
.hero h1 { margin-top: .25em; }
.hero h1 .hl { color: var(--coral-600); }
.hero h1 .hl-teal { color: var(--teal-500); }
.hero-sub { font-size: 1.2rem; color: #3a565d; max-width: 38em; margin-inline: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; justify-content: center; }

/* Tide-line gauge: the signature Cape Coral element (storm-ready) */
.tide-strip {
  display: inline-flex; align-items: stretch; gap: 0; margin-top: 42px;
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-md); background: var(--white); border: 1px solid var(--line-strong);
}
.tide-tile { padding: 18px 26px; text-align: center; min-width: 158px; }
.tide-tile b { display: block; font-family: var(--display); font-weight: 800; font-size: 1.7rem; line-height: 1.1; }
.tide-tile small { font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.tide-tile.storm { background: var(--marine-800); color: #fff; }
.tide-tile.storm small { color: var(--teal-300); }
.tide-tile.calm { background: var(--coral); color: #fff; }
.tide-tile.calm small { color: #ffe2d2; }
.tide-arrow { display: grid; place-items: center; padding-inline: 12px; background: var(--marine-900); color: var(--teal-300); font-size: 1.3rem; }

/* Wave divider */
.wave-divider { display: block; width: 100%; height: clamp(36px, 5vw, 64px); }
.wave-divider svg { display: block; width: 100%; height: 100%; }

/* ---------- Quote form ---------- */
.quote { background: var(--marine-900); color: var(--white); }
.quote .wrap { display: grid; gap: clamp(28px, 4vw, 52px); align-items: center; }
@media (min-width: 880px) { .quote .wrap { grid-template-columns: 1fr 1fr; } }
.quote h2 { color: var(--white); }
.quote .lead { color: #cfe2e6; font-size: 1.08rem; }
.quote ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.quote ul li { display: flex; gap: 11px; align-items: flex-start; color: #dcebeb; }
.quote ul .tick { color: var(--coral-300); flex: none; margin-top: 3px; }
.form-card { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow-lg); }
.field { margin-bottom: 15px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm);
  background: #fffdf9; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--teal-500); box-shadow: 0 0 0 3px rgba(31, 138, 160, .22); }
.field textarea { resize: vertical; min-height: 92px; }
.hp { position: absolute; left: -9999px; top: 0; width: 1px; height: 1px; overflow: hidden; }
#form-status { min-height: 1.2em; margin: 10px 0 0; font-weight: 600; font-size: .94rem; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 12px; }
.form-note a { color: var(--teal-500); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .ico { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; background: var(--sand); border: 1px solid var(--line); color: var(--marine-800); margin-bottom: 16px; }
.card .ico svg { width: 25px; height: 25px; }
.card h3 { margin-bottom: .35em; color: var(--marine-900); }
.card p { color: var(--muted); margin: 0; font-size: .98rem; }

/* ---------- Process (steps) ---------- */
.steps { counter-reset: step; display: grid; gap: 22px; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: 30px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-weight: 800; font-size: 1.7rem; color: var(--coral);
  display: block; margin-bottom: 10px;
}
.step h3 { font-size: 1.06rem; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Zones (alt surface) ---------- */
.zones { background: var(--sand); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--white); border: 1px solid var(--line-strong); border-radius: 999px; padding: 9px 17px; font-weight: 600; font-size: .94rem; box-shadow: var(--shadow-sm); color: var(--marine-800); }

/* ---------- Trust band ---------- */
.trust-band { display: grid; gap: 18px; }
@media (min-width: 760px) { .trust-band { grid-template-columns: repeat(4, 1fr); } }
.trust-item { text-align: center; padding: 22px 16px; }
.trust-item .ico { margin: 0 auto 12px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); border: 1px solid var(--line); color: var(--marine-800); }
.trust-item .ico svg { width: 27px; height: 27px; }
.trust-item strong { display: block; font-family: var(--display); font-weight: 700; font-size: 1.02rem; color: var(--marine-900); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 840px; }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 44px 22px 2px; position: relative;
  font-family: var(--display); font-weight: 600; font-size: 1.1rem; color: var(--marine-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.7rem; color: var(--coral-600); font-family: var(--body); font-weight: 400; transition: transform .25s var(--ease);
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { color: var(--muted); padding: 0 44px 22px 2px; margin: 0; }
.faq-item a { color: var(--teal-500); font-weight: 600; }

/* ---------- Final CTA ---------- */
.cta-final { position: relative; overflow: clip; background: var(--marine-900); color: var(--white); text-align: center; }
.cta-final::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(760px 380px at 50% -30%, rgba(31, 138, 160, .34), transparent 60%); }
.cta-final .wrap { position: relative; z-index: 1; }
.cta-final h2 { color: var(--white); }
.cta-final p { color: #cfe2e6; max-width: 40em; margin-inline: auto; font-size: 1.1rem; }
.cta-final .hero-actions { justify-content: center; }
.cta-final .btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, .4); }
.cta-final .btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

/* ---------- Footer ---------- */
.site-footer { background: var(--marine-900); color: #b7ccd1; padding-block: 54px 30px; }
.footer-grid { display: grid; gap: 26px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer .brand { color: var(--white); margin-bottom: 12px; }
.site-footer a { color: #cfe2e6; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-col h4 { font-family: var(--display); font-weight: 700; color: var(--white); font-size: 1rem; margin: 0 0 12px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-phone { font-family: var(--display); font-size: 1.3rem; color: var(--coral-300) !important; font-weight: 800; }
.disclaimer { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .85rem; color: #8fa9af; }
.disclaimer .legal { margin-top: 8px; }

/* ---------- Legal pages ---------- */
.legal-page { max-width: 760px; }
.legal-page h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.legal-page h2 { font-size: 1.3rem; margin-top: 1.6em; }
.legal-page p, .legal-page li { color: #3a565d; }
.back-link { display: inline-flex; gap: 6px; align-items: center; font-weight: 700; color: var(--teal-500); text-decoration: none; margin-bottom: 24px; }

/* ---------- Entrance animation ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; animation: rise .7s var(--ease) forwards; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .15s; } .d3 { animation-delay: .25s; }
.d4 { animation-delay: .35s; } .d5 { animation-delay: .45s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; animation: none; } }

/* ============================================================
   MULTI-PAGE EXTENSIONS (nav, breadcrumb, media, testimonials, prose)
   ============================================================ */

/* ---------- Primary nav ---------- */
.nav { display: none; }
@media (min-width: 880px) {
  .nav { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; }
  .nav a {
    display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px;
    font-family: var(--body); font-weight: 700; font-size: .98rem; color: var(--marine-800);
    text-decoration: none; border-radius: 999px; transition: background .15s, color .15s;
  }
  .nav a:hover { background: var(--sand); color: var(--marine-900); }
  .nav a[aria-current="page"] { color: var(--coral-600); background: var(--sand); }
  .header-cta { margin-left: 18px; }
}
.nav a:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }

/* mobile nav toggle */
.nav-toggle {
  display: inline-grid; place-items: center; width: 46px; height: 46px; margin-left: auto;
  background: var(--white); border: 1px solid var(--line-strong); border-radius: 12px;
  box-shadow: var(--shadow-sm); cursor: pointer; color: var(--marine-900);
}
.nav-toggle:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.nav-toggle svg { width: 24px; height: 24px; }
@media (min-width: 880px) { .nav-toggle { display: none; } }

.mobile-nav {
  display: none; border-top: 1px solid var(--line-strong); background: var(--cream);
}
.mobile-nav.open { display: block; }
@media (min-width: 880px) { .mobile-nav { display: none !important; } }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 0; }
.mobile-nav a {
  display: flex; align-items: center; min-height: 48px; padding: 0 22px;
  font-weight: 700; color: var(--marine-800); text-decoration: none;
}
.mobile-nav a[aria-current="page"] { color: var(--coral-600); }
.mobile-nav a:hover { background: var(--sand); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding-block: 18px 0; }
.breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  list-style: none; margin: 0; padding: 0; font-size: .88rem; color: var(--muted);
}
.breadcrumb li { display: inline-flex; align-items: center; gap: 6px; }
.breadcrumb li + li::before { content: "\203A"; color: var(--line-strong); }
.breadcrumb a { color: var(--teal-500); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--muted); }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: var(--sand); border-bottom: 1px solid var(--line-strong); position: relative; overflow: clip; }
.page-hero::after { content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(31,138,160,.14), transparent 70%); z-index: 0; }
.page-hero .wrap { padding-block: clamp(28px, 5vw, 54px); position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.3rem); max-width: 16em; }
.page-hero .lead { color: #3a565d; font-size: 1.15rem; max-width: 42em; margin-top: .4em; }

/* ---------- Media / image treatments ---------- */
.media {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md); background: var(--sand-200);
}
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-16x9 { aspect-ratio: 16 / 9; }
.media-4x3 { aspect-ratio: 4 / 3; }
.media-3x4 { aspect-ratio: 3 / 4; }
.media-square { aspect-ratio: 1 / 1; }

/* split row: text + image */
.split { display: grid; gap: clamp(24px, 4vw, 48px); align-items: center; }
@media (min-width: 860px) { .split { grid-template-columns: 1.05fr .95fr; } .split.reverse > .split-media { order: -1; } }
.split-media { align-self: stretch; min-width: 0; }
.split-media .media { width: 100%; min-height: 260px; }

/* ---------- Testimonials ---------- */
.testimonials .grid { gap: 22px; }
.testimonial {
  margin: 0;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
}
.testimonial .stars { color: var(--coral); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: 10px; }
.testimonial blockquote { margin: 0 0 16px; font-size: 1.04rem; color: var(--ink); line-height: 1.6; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; }
.testimonial .avatar {
  width: 46px; height: 46px; flex: none; border-radius: 50%; display: grid; place-items: center;
  background: var(--marine-800); color: #fff; font-family: var(--display); font-weight: 800;
}
.testimonial .who strong { display: block; font-family: var(--display); color: var(--marine-900); font-size: 1rem; }
.testimonial .who span { font-size: .86rem; color: var(--muted); }

/* ---------- Linkable service / zone cards ---------- */
a.card { text-decoration: none; color: inherit; display: block; }
a.card:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 700; color: var(--teal-500); }
.card .card-link svg { width: 18px; height: 18px; }
a.card:hover .card-link { gap: 10px; }

/* ---------- Prose (articles + service body) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); margin-top: 1.7em; }
.prose h3 { font-size: 1.22rem; margin-top: 1.4em; color: var(--marine-800); }
.prose p, .prose li { color: #2f4a51; font-size: 1.07rem; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; display: grid; gap: 8px; }
.prose li { padding-left: 4px; }
.prose a { color: var(--teal-500); font-weight: 600; }
.prose strong { color: var(--marine-900); }
.prose .lead { font-size: 1.2rem; color: #3a565d; }
.prose figure { margin: 28px 0; }
.prose figcaption { font-size: .85rem; color: var(--muted); margin-top: 8px; text-align: center; }

/* layout wrapper for article + aside */
.article-layout { display: grid; gap: clamp(28px, 5vw, 56px); }
@media (min-width: 940px) { .article-layout { grid-template-columns: minmax(0,1fr) 320px; align-items: start; } }
.aside-card {
  background: var(--marine-900); color: var(--white);
  border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-md); position: sticky; top: 88px;
}
.aside-card h3 { color: var(--white); }
.aside-card p { color: #cfe2e6; font-size: .98rem; }
.aside-card .btn { width: 100%; margin-top: 8px; }
.aside-card .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.aside-card .btn-ghost:hover { background: rgba(255,255,255,.08); }

/* ---------- Inline CTA band ---------- */
.inline-cta {
  background: var(--marine-900); color: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: clamp(28px, 4vw, 44px); text-align: center; margin-top: 8px;
}
.inline-cta h2 { color: var(--white); }
.inline-cta p { color: #cfe2e6; max-width: 40em; margin-inline: auto; }
.inline-cta .hero-actions { justify-content: center; }
.inline-cta .btn-ghost { color: var(--white); border-color: rgba(255,255,255,.4); }
.inline-cta .btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

/* ---------- "What's included" check list ---------- */
.checklist { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; color: #2f4a51; }
.checklist .tick { color: var(--teal-500); flex: none; margin-top: 3px; }

/* ---------- Footer sitemap (4 cols) ---------- */
@media (min-width: 760px) { .footer-grid.cols-4 { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }

/* ---------- Guides teaser ---------- */
.guide-card { display: flex; flex-direction: column; }
.guide-card .media { margin-bottom: 16px; }
.guide-card h3 { margin-bottom: .4em; }
.guide-card p { color: var(--muted); margin: 0 0 14px; font-size: .98rem; }
.guide-card .card-link { margin-top: auto; }

/* ---------- Price table (guide) ---------- */
.price-table { width: 100%; border-collapse: collapse; margin: 8px 0 1.4em; font-size: 1rem; }
.price-table th, .price-table td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line-strong); }
.price-table th { font-family: var(--display); color: var(--marine-900); font-weight: 700; background: var(--sand); }
.price-table td { color: #2f4a51; }
.price-table tr:last-child td { border-bottom: none; }
