/* ============================================================
   Karam Roofing Associates — Design System
   Palette: deep navy (#0e1a2b) + amber (#f59e0b) + off-white
   Type: Sora (headings) / Inter (body)
   ============================================================ */
:root {
  --navy-900: #0a1420;
  --navy-800: #0e1a2b;
  --navy-700: #16243a;
  --navy-600: #22344d;
  --amber-500: #f59e0b;
  --amber-400: #fbbf24;
  --amber-600: #d97706;
  --bg: #f7f9fc;
  --surface: #ffffff;
  --text: #1d2b3f;
  --text-muted: #5b6b80;
  --text-on-dark: #e8edf5;
  --text-on-dark-muted: #a7b4c6;
  --radius: 14px;
  --shadow-sm: 0 2px 8px rgba(10, 20, 32, .08);
  --shadow-md: 0 10px 30px rgba(10, 20, 32, .12);
  --shadow-lg: 0 24px 60px rgba(10, 20, 32, .2);
  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, 92%); margin-inline: auto; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 700; border: 0; cursor: pointer;
  border-radius: 999px; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: linear-gradient(135deg, var(--amber-400), var(--amber-600)); color: var(--navy-900); box-shadow: 0 6px 20px rgba(245, 158, 11, .35); }
.btn-primary:hover { box-shadow: 0 10px 28px rgba(245, 158, 11, .5); }
.btn-outline { background: transparent; color: var(--text-on-dark); border: 2px solid rgba(232, 237, 245, .35); }
.btn-outline:hover { border-color: var(--amber-400); color: var(--amber-400); }
.btn-dark { background: var(--navy-800); color: #fff; box-shadow: var(--shadow-md); }
.btn-sm { padding: .55rem 1.2rem; font-size: .85rem; }
.btn-lg { padding: .95rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: wait; transform: none; }
.icon { width: 1.1em; height: 1.1em; }

/* ---------- topbar ---------- */
.topbar { background: linear-gradient(90deg, #b91c1c, #dc2626); color: #fff; font-size: .875rem; }
.topbar-inner { display: flex; align-items: center; gap: .75rem; padding: .5rem 0; flex-wrap: wrap; justify-content: center; }
.topbar-phone { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.topbar-phone:hover { color: #fecaca; }
.topbar-pulse {
  width: 10px; height: 10px; border-radius: 50%; background: #fff; flex-shrink: 0;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
  50% { box-shadow: 0 0 0 7px rgba(255,255,255,0); }
}

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(14, 26, 43, .92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: box-shadow .2s ease;
}
.nav.scrolled { box-shadow: var(--shadow-md); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: .8rem 0; }
.logo { display: flex; align-items: center; gap: .6rem; }
.logo-mark { height: 46px; width: auto; }
.logo-text { font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; color: #fff; letter-spacing: -.02em; }
.logo-text em { font-style: normal; color: var(--amber-400); }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a:not(.btn) { color: var(--text-on-dark-muted); font-weight: 500; font-size: .95rem; transition: color .15s; }
.nav-links a:not(.btn):hover { color: var(--amber-400); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .25s; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; color: var(--text-on-dark);
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(245, 158, 11, .16), transparent 60%),
    linear-gradient(160deg, var(--navy-800) 0%, var(--navy-900) 70%);
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px 300px at 15% 110%, rgba(245, 158, 11, .1), transparent 65%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center;
  padding: 5rem 0 7rem; position: relative;
}
.hero-badge {
  display: inline-block; background: rgba(245, 158, 11, .14); color: var(--amber-400);
  border: 1px solid rgba(245, 158, 11, .35);
  padding: .35rem 1rem; border-radius: 999px; font-size: .85rem; font-weight: 600; margin-bottom: 1.2rem;
}
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.9rem); font-weight: 800; letter-spacing: -.03em; color: #fff; }
.hero h1 .accent {
  background: linear-gradient(90deg, var(--amber-400), var(--amber-600));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { margin: 1.2rem 0 2rem; font-size: 1.125rem; color: var(--text-on-dark-muted); max-width: 34rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-trust { list-style: none; display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; font-size: .9rem; color: var(--text-on-dark-muted); }
.hero-trust li { font-weight: 500; }

.hero-art { position: relative; }
.house-svg { width: 100%; filter: drop-shadow(0 30px 50px rgba(0,0,0,.35)); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-card {
  position: absolute; background: var(--surface); color: var(--text);
  border-radius: var(--radius); padding: .9rem 1.2rem; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: .7rem; font-size: .8rem; line-height: 1.25;
}
.hero-card strong { font-family: var(--font-head); font-size: 1.5rem; color: var(--amber-600); }
.hero-card-1 { top: 8%; left: -4%; animation: float 6s ease-in-out infinite .5s; }
.hero-card-2 { bottom: 12%; right: -2%; animation: float 6s ease-in-out infinite 1s; }
.hero-logo {
  position: absolute; top: -7%; right: 2%; width: clamp(90px, 12vw, 150px);
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.45));
  animation: float 6s ease-in-out infinite .3s;
}
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; }
.hero-wave svg { width: 100%; height: 80px; }

/* ---------- sections ---------- */
.section { padding: 5.5rem 0; }
.section-kicker {
  color: var(--amber-600); font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; font-size: .8rem; margin-bottom: .6rem;
}
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); letter-spacing: -.02em; margin-bottom: .8rem; }
.section-sub { color: var(--text-muted); max-width: 40rem; margin-bottom: 2rem; }

/* ---------- service cards ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.cards-grid-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--surface); border-radius: var(--radius); padding: 2rem 1.6rem;
  box-shadow: var(--shadow-sm); position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column; gap: .8rem;
  border-top: 4px solid transparent;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-top-color: var(--amber-500); }
.card-featured { border-top-color: #dc2626; background: linear-gradient(180deg, #fff7f7, #fff); }
.card-featured:hover { border-top-color: #dc2626; }
.card-tag {
  position: absolute; top: -12px; right: 14px; background: #dc2626; color: #fff;
  font-size: .7rem; font-weight: 700; padding: .25rem .7rem; border-radius: 999px;
  text-transform: uppercase; letter-spacing: .06em;
}
.card-icon { font-size: 2rem; }
.card h3 { font-size: 1.15rem; }
.card p { color: var(--text-muted); font-size: .93rem; flex: 1; }
.card-link { color: var(--amber-600); font-weight: 600; font-size: .9rem; }
.card-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- stats ---------- */
.stats { background: var(--navy-800); color: var(--text-on-dark); padding: 3.5rem 0; }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat strong { display: block; font-family: var(--font-head); font-size: 2.8rem; font-weight: 800; color: var(--amber-400); }
.stat span { color: var(--text-on-dark-muted); font-size: .9rem; }

/* ---------- process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; margin-top: 2.5rem; counter-reset: step; }
.step { position: relative; padding: 1.6rem; background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step-num {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--amber-400), var(--amber-600));
  font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; color: var(--navy-900);
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.step p { color: var(--text-muted); font-size: .9rem; }

/* ---------- work gallery ---------- */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.work-item {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); aspect-ratio: 4 / 3;
}
.work-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.work-item:hover img { transform: scale(1.06); }
.work-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2rem 1.2rem .9rem;
  background: linear-gradient(180deg, transparent, rgba(10, 20, 32, .85));
  color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .95rem;
}

/* ---------- instagram feed ---------- */
.instagram { background: linear-gradient(180deg, #fff, var(--bg)); }
.insta-feed { margin-top: 2.2rem; }
.insta-strip {
  display: flex; gap: 1.2rem; overflow-x: auto; padding: .4rem .2rem 1rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.insta-embed-item {
  flex: 0 0 330px; scroll-snap-align: start;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md); background: #fff;
}
.insta-embed-item iframe { width: 330px; height: 480px; border: 0; display: block; }
.insta-profile-wrap iframe {
  width: 100%; max-width: 640px; height: 760px; border: 0; display: block;
  margin-inline: auto; background: #fff;
  border-radius: var(--radius); box-shadow: var(--shadow-md);
}
.instagram .reviews-more { margin-top: 1.6rem; }

.insta-link {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .8rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
  color: #fff !important;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  box-shadow: 0 8px 22px rgba(204, 35, 102, .35);
  transition: transform .15s ease, box-shadow .15s ease;
}
.insta-link:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(204, 35, 102, .5); text-decoration: none !important; }
.insta-link .icon { width: 1.25em; height: 1.25em; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--amber-500), var(--amber-600)); color: var(--navy-900); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3rem 0; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: -.02em; }
.cta-band p { font-weight: 500; opacity: .85; }

/* ---------- testimonials ---------- */
.google-badge {
  display: inline-flex; align-items: center; gap: .8rem;
  background: var(--surface); border-radius: 999px; padding: .7rem 1.4rem;
  box-shadow: var(--shadow-sm); margin-bottom: .5rem;
}
.google-badge strong { font-family: var(--font-head); font-size: 1.1rem; display: block; line-height: 1.2; }
.google-badge > div > span { color: var(--text-muted); font-size: .82rem; }
/* ---------- areas we serve ---------- */
.areas { background: linear-gradient(180deg, var(--surface), var(--bg)); }
.areas-grid { display:flex; flex-wrap:wrap; gap:.7rem; justify-content:center; margin:2.2rem 0 .5rem; }
.areas-grid a {
  display:inline-block; padding:.6rem 1.25rem; border-radius:999px;
  background:var(--surface); border:1px solid rgba(14,26,43,.1); color:var(--text);
  font-weight:600; font-size:.92rem; box-shadow:var(--shadow-sm); text-decoration:none;
  transition:transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.areas-grid a:hover { transform:translateY(-2px); background:var(--amber-500); color:var(--navy-900); border-color:var(--amber-500); }
.areas-copy { display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem 2.6rem; margin-top:1.8rem; text-align:left; }
.areas-copy h3 { color:var(--navy-900); font-family:var(--font-head); font-size:1.08rem; margin-bottom:.45rem; }
.areas-copy p { color:var(--text-muted); font-size:.95rem; line-height:1.65; }
@media (max-width:700px){ .areas-copy { grid-template-columns:1fr; gap:1.3rem; } }

.reviews-hint {
  text-align: center; color: var(--text-muted); font-size: .85rem;
  font-weight: 600; letter-spacing: .04em; margin: .4rem 0 -.4rem;
}
.reviews-strip {
  display: flex; gap: 1.4rem; overflow-x: auto; margin-top: 2rem;
  padding: .5rem .2rem 1.2rem; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--amber-500) transparent;
}
.reviews-strip::-webkit-scrollbar { height: 8px; }
.reviews-strip::-webkit-scrollbar-thumb { background: var(--amber-500); border-radius: 999px; }
.reviews-strip::-webkit-scrollbar-track { background: transparent; }
.reviews-strip .quote-card {
  flex: 0 0 340px; max-width: 82vw; scroll-snap-align: start;
}
.quote-card {
  background: var(--surface); border-radius: var(--radius); padding: 1.8rem;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: .9rem;
}
.quote-head { display: flex; align-items: center; gap: .7rem; }
.quote-head strong { font-size: .95rem; display: block; line-height: 1.25; }
.quote-src { color: var(--text-muted); font-size: .78rem; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center; color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 1.1rem;
}
.stars { color: var(--amber-500); letter-spacing: .15em; }
.quote-card p { color: var(--text); font-size: .95rem; flex: 1; }
.quote-card footer { color: var(--text-muted); font-size: .85rem; font-weight: 600; }
.reviews-more { margin-top: 2rem; text-align: center; }
.reviews-more a { color: var(--amber-600); font-weight: 600; }
.reviews-more a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- quote form ---------- */
.quote { background: linear-gradient(180deg, var(--bg), #eef2f8); }
.quote-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.quote-perks { list-style: none; display: grid; gap: .6rem; color: var(--text-muted); font-size: .95rem; }
.quote-perks a { color: var(--amber-600); font-weight: 600; }
.quote-form {
  background: var(--surface); border-radius: 20px; padding: 2.2rem; box-shadow: var(--shadow-lg);
  display: grid; gap: 1.1rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field label { font-size: .85rem; font-weight: 600; color: var(--text); }
.form-field input, .form-field select, .form-field textarea {
  font: inherit; padding: .75rem .9rem; border: 1.5px solid #dbe2ec; border-radius: 10px;
  background: #fbfcfe; transition: border-color .15s, box-shadow .15s; width: 100%;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--amber-500); box-shadow: 0 0 0 3px rgba(245, 158, 11, .18);
}
.form-field textarea { resize: vertical; min-height: 90px; }
.form-alert { border-radius: 10px; padding: .8rem 1rem; font-size: .9rem; font-weight: 500; }
.form-alert.error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.form-alert.success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.form-note { font-size: .78rem; color: var(--text-muted); text-align: center; }

/* ---------- footer ---------- */
.footer { background: var(--navy-900); color: var(--text-on-dark-muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding: 4rem 0 2.5rem; }
.footer-grid h4 { color: #fff; margin-bottom: 1rem; font-size: 1rem; }
.footer-grid ul { list-style: none; display: grid; gap: .55rem; font-size: .92rem; }
.footer-grid a:hover { color: var(--amber-400); }
.footer-grid p { font-size: .92rem; margin-top: 1rem; max-width: 26rem; }
.logo-footer .logo-text { font-size: 1.15rem; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.08); padding: 1.4rem 0; font-size: .85rem;
}
.footer-admin { color: var(--text-on-dark-muted); opacity: .7; }
.footer-admin:hover { color: var(--amber-400); opacity: 1; }

/* ---------- WhatsApp & contact actions ---------- */
.btn-whatsapp {
  background: linear-gradient(135deg, #2fdd6d, #1eb956); color: #fff;
  padding: .85rem 1.6rem; font-size: .95rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .4);
}
.btn-whatsapp:hover { box-shadow: 0 10px 28px rgba(37, 211, 102, .55); }
.btn-save-contact {
  background: var(--navy-800); color: #fff; padding: .85rem 1.6rem; font-size: .95rem;
  box-shadow: var(--shadow-sm);
}
.contact-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.6rem; }
.form-alert a { font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

/* ---------- floating action buttons ---------- */
.fab-stack {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: flex; flex-direction: column; gap: 12px;
}
.fab {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-size: 1.5rem; transition: transform .15s ease;
}
.fab:hover { transform: scale(1.08); }
.fab-whatsapp {
  background: linear-gradient(135deg, #2fdd6d, #1eb956);
  box-shadow: 0 10px 26px rgba(37, 211, 102, .5);
}
.fab-call {
  display: none;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  box-shadow: 0 10px 26px rgba(220, 38, 38, .45); animation: pulse 2s infinite;
}
.fab-label { display: none; }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .house-svg, .hero-card, .topbar-pulse, .fab-call { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid-3 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; padding: 3.5rem 0 6rem; }
  .hero-art { max-width: 480px; margin-inline: auto; }
  .quote-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; text-align: center;
    background: var(--navy-800); padding: 1.2rem 6%; gap: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow-lg);
  }
  .nav-links.open { display: flex; }
  .cards-grid, .cards-grid-3, .steps { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band-inner { justify-content: center; text-align: center; }
  .hero-card-1 { left: 0; } .hero-card-2 { right: 0; }
  .fab-call {
    display: flex; align-items: center; gap: 8px;
    width: auto; height: 54px; border-radius: 27px; padding: 0 20px;
  }
  .fab-call .fab-label { display: inline; font-weight: 800; font-size: 1rem; letter-spacing: .01em; }
  .fab-call .fab-ico { font-size: 1.3rem; line-height: 1; }
  .contact-actions .btn { width: 100%; }
  .section { padding: 3.5rem 0; }
}

/* ---------- FAQ (SEO: FAQPage rich results) ---------- */
.faq-intro { text-align: center; color: var(--text-muted); max-width: 56ch; margin: 0 auto 2rem; }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid #e6ebf2; border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.1rem 3rem 1.1rem 1.4rem; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--text); position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; line-height: 1; color: var(--amber-600); font-weight: 400; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item summary:hover { color: var(--amber-600); }
.faq-item summary:focus-visible { outline: 2px solid var(--amber-500); outline-offset: 2px; border-radius: 8px; }
.faq-item .faq-a { padding: 0 1.4rem 1.2rem; color: var(--text-muted); line-height: 1.65; }
.faq-item .faq-a p { margin: 0; }

/* ---------- Instagram carousel (locally-mirrored posts) ---------- */
.ig-carousel{position:relative;margin-top:8px}
.ig-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;
  scroll-behavior:smooth;padding:4px 2px 14px;-webkit-overflow-scrolling:touch;
  scrollbar-width:none}
.ig-track::-webkit-scrollbar{display:none}
.ig-slide{position:relative;flex:0 0 clamp(210px,26vw,290px);aspect-ratio:1/1;
  border-radius:16px;overflow:hidden;scroll-snap-align:start;background:#e9eef5;
  box-shadow:0 6px 20px rgba(14,26,43,.10);transition:transform .25s ease,box-shadow .25s ease;
  display:block}
.ig-slide:hover,.ig-slide:focus-visible{transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(14,26,43,.18)}
.ig-slide img,.ig-slide video{width:100%;height:100%;object-fit:cover;display:block}
/* Embed slides — Instagram ships its own chrome inside the iframe, so these can't
   be square-cropped like a mirrored image. They keep the embed's natural shape. */
.ig-slide--embed{flex:0 0 clamp(268px,32vw,330px);aspect-ratio:auto;height:480px;background:#fff}
.ig-slide--embed iframe{width:100%;height:100%;border:0;display:block}
/* an iframe that lifts out from under the cursor feels broken, so hold it still */
.ig-slide--embed:hover,.ig-slide--embed:focus-visible{transform:none;
  box-shadow:0 6px 20px rgba(14,26,43,.10)}
/* the whole-profile embed is one wide slide rather than a row of posts */
.ig-slide--profile{flex:0 0 min(100%,460px);height:560px}
/* marks a reel without needing Instagram's own chrome */
.ig-play{position:absolute;right:10px;bottom:10px;width:32px;height:32px;border-radius:50%;
  background:rgba(14,26,43,.72);color:#fff;font-size:13px;line-height:32px;text-align:center;
  pointer-events:none}
.ig-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;
  border-radius:50%;border:none;background:#fff;color:#0e1a2b;font-size:24px;line-height:1;
  cursor:pointer;box-shadow:0 4px 14px rgba(14,26,43,.22);display:none}
.ig-nav:hover{background:#0e1a2b;color:#fff}
.ig-nav[hidden]{display:none!important}
.ig-prev{left:-6px}
.ig-next{right:-6px}
/* arrows are a pointer affordance — touch users swipe instead */
@media (hover:hover) and (min-width:720px){.ig-carousel .ig-nav{display:block}}
