/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

#reviews .meta time {
    display: none;
}

/* Hide default WooCommerce rating (theme-rendered) */
.single-product .woocommerce-product-rating {
    display: none !important;
}

/* =====================================================================
   STALWART SHARED STYLESHEET
   Used by: Homepage, CAT-Indore, IPMAT-Indore, CUET-Indore
   Paste this ONCE into Appearance -> Customize -> Additional CSS
   Do NOT paste into individual page <style> blocks anymore.
   Namespaced entirely under .swk- so it cannot collide with the
   untouched CMAT-Indore page or theme/plugin styles.
   ===================================================================== */

html { overflow-x: hidden; scrollbar-gutter: stable; }

.swk {
  --navy: #0D1B3E;
  --accent: #F0D080;
  --accent-dark: #8A5A0F;
  --ink-soft: #4B5670;
  --ink-faint: #8792AC;
  --paper: #F6F7FA;
  --card: #FFFFFF;
  --border: #E1E5EC;
  --whatsapp: #25D366;
  --teal: #0F6E63;
  --teal-soft: #E7F3F1;
  --radius: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--navy);
  line-height: 1.6;
}
.swk * { box-sizing: border-box; }
.swk a { color: inherit; }
.swk img { max-width: 100%; height: auto; display: block; }
.swk h1, .swk h2, .swk h3 { font-family: 'Fraunces', 'Fraunces-fallback', Georgia, serif; font-weight: 600; }

/* CLS fix: font fallback metrics so text doesn't reflow when Fraunces loads */
@font-face {
  font-family: 'Fraunces-fallback';
  src: local('Georgia');
  size-adjust: 98%;
  ascent-override: 95%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* ---------- Breadcrumb ---------- */
.swk-breadcrumb { max-width: 1120px; margin: 0 auto; padding: 0 20px 30px; font-size: 0.82rem; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; letter-spacing: 0.03em; }
.swk-breadcrumb, .swk-breadcrumb * { color: var(--accent) !important; }
.swk-breadcrumb a { text-decoration: none; }
.swk-breadcrumb a:hover { text-decoration: underline; }
.swk-breadcrumb span { margin: 0 8px; }
.swk-breadcrumb-current { color: #fff !important; font-weight: 600; }

/* ---------- Full-bleed section wrappers ---------- */
.swk-hero-bleed, .swk-res-bleed, .swk-bleed-dark {
  width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; overflow: hidden;
}

/* ---------- Hero (unified blue-purple gradient) ---------- */
.swk-hero-bleed {
  background: linear-gradient(135deg, #021B79 0%, #4B3FAE 55%, #5A4AB5 100%);
  padding: 120px 20px 56px;
  position: relative;
}
.swk-hero-bleed::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 82% 15%, rgba(240,208,128,0.10), transparent 55%);
  pointer-events: none;
}
.swk-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; position: relative; z-index: 2; }
.swk-eyebrow { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent) !important; margin: 0 0 16px; }

/* Short, crisp H1 -- no subtitle span, single clean line */
.swk-hero-copy h1 { color: #fff !important; font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1.2; margin: 0 0 20px; max-width: 640px; }

.swk-usp-list { list-style: none; padding: 0; margin: 0 0 30px; font-size: 1rem; }
.swk-usp-list li { color: #F1F1FD !important; padding: 8px 0 8px 28px; position: relative; border-bottom: 1px solid rgba(255,255,255,0.12); }
.swk-usp-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent) !important; font-weight: 700; }

.swk-cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.swk-btn { font-weight: 700; font-size: 0.98rem; padding: 15px 30px; border-radius: 100px; text-decoration: none; display: inline-block; transition: transform 0.15s ease, opacity 0.15s ease; border: none; cursor: pointer; }
.swk-btn:hover { transform: translateY(-2px); opacity: 0.9; }
.swk-btn-primary { background: var(--accent); color: var(--navy) !important; }
.swk-btn-primary:hover { background: var(--accent-dark); color: #fff !important; opacity: 1; }
.swk-btn-whatsapp { background: var(--whatsapp); color: #fff !important; }
.swk-btn-block { display: block; text-align: center; margin-top: 18px; }
.swk-btn-solid { display: block; background: var(--navy); color: #fff !important; font-weight: 700; font-size: 0.9rem; padding: 13px 22px; border-radius: 100px; text-decoration: none; text-align: center; }
.swk-btn-outline { border: 1.5px solid var(--border); color: var(--navy); font-weight: 700; font-size: 0.88rem; padding: 12px 20px; border-radius: 100px; text-decoration: none; text-align: center; display: block; }

/* ---------- Lead form card ---------- */
.swk-form-slot { background: #fff; border-radius: 14px; padding: 26px; border: 1px solid #E8E8E0; box-shadow: 0 15px 40px rgba(0,0,0,0.25); text-align: left; color: var(--navy); height: auto; overflow: visible; }
.swk-form-heading { font-family: 'Fraunces', 'Fraunces-fallback', Georgia, serif; font-weight: 600; font-size: 1.2rem; color: var(--navy); margin: 0 0 4px; text-align: center; }
.swk-form-subheading { text-align: center; font-size: 0.82rem; color: var(--ink-faint); margin: 0 0 18px; }
.swk-form-slot label { display: block; color: #0D1B3E !important; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.swk-form-slot input, .swk-form-slot textarea, .swk-form-slot select { width: 100%; background: #ffffff; color: #0D1B3E; border: 1px solid #E2E2E2; border-radius: 8px; padding: 12px 14px; font-size: 14px; margin-bottom: 16px; }
.swk-form-slot input:focus, .swk-form-slot textarea:focus, .swk-form-slot select:focus { border-color: #C8972A; outline: none; box-shadow: 0 0 0 2px rgba(200,151,42,0.15); }
.swk-form-slot input[type="submit"], .swk-form-slot button[type="submit"], .swk-form-slot .ff-btn-submit {
  background: var(--accent) !important; color: var(--navy) !important; border: none !important; padding: 13px 30px !important;
  border-radius: 100px !important; font-weight: 700 !important; font-size: 0.98rem !important; cursor: pointer !important;
  display: block !important; margin: 12px auto 0 !important; transition: transform 0.15s ease, opacity 0.15s ease !important;
}
.swk-form-slot input[type="submit"]:hover, .swk-form-slot button[type="submit"]:hover, .swk-form-slot .ff-btn-submit:hover { background: var(--accent-dark) !important; color: #fff !important; transform: translateY(-2px); opacity: 1; }

/* ---------- Results bar ---------- */
.swk-res-bleed { background: var(--paper); padding: 30px 20px 40px; border-bottom: 1px solid var(--border); }
.swk-res-grid { display: grid; grid-template-columns: repeat(3, auto); gap: 14px 22px; align-items: center; justify-content: center; max-width: 980px; margin: 0 auto; }
.swk-res-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.swk-res-row--full { grid-column: 1 / -1; justify-content: center; }
.swk-res-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--navy) !important; white-space: nowrap; }
.swk-res-pills { display: flex; gap: 6px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; justify-content: center; }
.swk-res-pill { font-size: 11px; padding: 5px 12px; border-radius: 20px; font-weight: 600; white-space: nowrap; background: #fff; border: 1px solid var(--border); color: var(--navy) !important; }
.swk-res-pill--a { color: var(--accent-dark) !important; border-color: rgba(240,208,128,0.5); background: rgba(240,208,128,0.1); }
.swk-res-pill--b { color: #4B3FAE !important; border-color: rgba(75,63,174,0.3); background: rgba(75,63,174,0.05); }
.swk-res-pill--c { color: #2ecc71 !important; border-color: rgba(46,204,113,0.3); background: rgba(46,204,113,0.05); }
.swk-res-pill--d { color: #fff !important; background: var(--navy); border: none; }
@media (max-width: 720px) { .swk-res-grid { grid-template-columns: 1fr; } .swk-res-row--full { grid-column: auto; } }

/* ---------- Sections ---------- */
.swk-section { max-width: 1120px; margin: 0 auto; padding: 64px 20px; }
.swk-section-alt { background: var(--paper); }
.swk-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 12px; text-align: center; }
.swk-lede { text-align: center; color: var(--ink-soft); max-width: 700px; margin: 0 auto 38px; font-size: 1rem; }
.swk-narrow { max-width: 780px; margin: 0 auto; }
.swk-narrow h2 { text-align: left; }
.swk-narrow p { color: var(--ink-soft); font-size: 1.02rem; margin: 0 0 18px; }
.swk-narrow a { color: var(--accent-dark); text-decoration: underline; }

/* ---------- Grids ---------- */
.swk-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.swk-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.swk-grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }

/* ---------- Course / exam cards ---------- */
.swk-exam-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; }
.swk-tag { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent-dark); }
.swk-exam-card h3 { font-size: 1.3rem; margin: 10px 0 12px; }
.swk-exam-card p { font-size: 0.94rem; color: var(--ink-soft); margin: 0 0 16px; }
.swk-feature-list { list-style: none; padding: 0; margin: 0 0 18px; font-size: 0.9rem; color: var(--ink-soft); }
.swk-feature-list li { padding: 6px 0 6px 22px; position: relative; }
.swk-feature-list li::before { content: "—"; position: absolute; left: 0; color: var(--accent-dark); }
.swk-feature-list li strong { color: var(--navy); font-weight: 600; }
.swk-cta-link { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.82rem; font-weight: 700; color: var(--accent-dark); text-decoration: none; margin-top: auto; }

.swk-mode-group { margin-bottom: 54px; }
.swk-mode-heading { display: flex; align-items: baseline; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; text-align: center; }
.swk-mode-heading h3 { font-size: 1.3rem; margin: 0; }
.swk-mode-avail { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.76rem; color: var(--accent-dark); background: rgba(138,90,15,0.08); border: 1px solid rgba(138,90,15,0.25); padding: 4px 12px; border-radius: 20px; text-decoration: none; }
.swk-mode-avail:hover { text-decoration: underline; }

.swk-online-note { max-width: 700px; margin: 30px auto 0; text-align: center; background: var(--card); border: 1px dashed var(--border); border-radius: var(--radius); padding: 24px 28px; }
.swk-online-note p { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 12px; }

/* ---------- Fact / syllabus cards ---------- */
.swk-fact-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.swk-fact-label { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent-dark); }
.swk-fact-card h3 { font-size: 1.15rem; margin: 8px 0; }
.swk-fact-card p { font-size: 0.88rem; color: var(--ink-soft); margin: 0; }

.swk-syllabus-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.swk-syllabus-card h3 { font-size: 1.15rem; margin: 10px 0 14px; }
.swk-syllabus-meta { font-size: 0.82rem; color: var(--ink-faint); margin-top: 14px; }

.swk-exam-fact-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; }
.swk-exam-fact-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.swk-exam-fact-card h3 { font-size: 1.3rem; margin: 0; }
.swk-exam-fact-badge { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--accent-dark); background: rgba(138,90,15,0.08); border: 1px solid rgba(138,90,15,0.25); padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.swk-exam-coverage { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--border); font-size: 0.85rem; color: var(--accent-dark); font-weight: 600; }

/* ---------- Pill / covered cards (e.g. "also covered" rows) ---------- */
.swk-pill-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.swk-covered-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 20px; text-align: center; }
.swk-covered-card h3 { font-size: 1.05rem; margin: 0 0 8px; }
.swk-covered-card p { font-size: 0.85rem; color: var(--ink-soft); margin: 0; }

/* ---------- Comparison / data tables ---------- */
.swk-table-wrap { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; overflow-x: auto; max-width: 900px; margin: 0 auto 26px; -webkit-overflow-scrolling: touch; }
.swk-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 560px; }
.swk-table th { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--ink-soft); text-align: left; padding: 14px 18px; background: var(--paper); border-bottom: 1px solid var(--border); }
.swk-table td { padding: 12px 18px; border-bottom: 1px solid var(--border); color: var(--ink-soft); }
.swk-table tr:last-child td { border-bottom: none; }
.swk-et-name { font-family: 'Fraunces', 'Fraunces-fallback', Georgia, serif; font-weight: 600; color: var(--navy); }
.swk-table-caption { text-align: center; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-faint); margin: 30px 0 12px; }
.swk-table-caption:first-child { margin-top: 0; }
.swk-check { color: #2ecc71; font-weight: bold; font-size: 1.1rem; }
.swk-cross { color: #e74c3c; font-weight: bold; font-size: 1.1rem; }

/* ---------- Achievers ---------- */
.swk-achiever-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; text-align: center; }
.swk-img-frame { position: relative; width: 100%; aspect-ratio: var(--ar, 16/10); border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.04); }
.swk-img-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.swk-img-frame-round { border-radius: 50%; }
.swk-achiever-card .swk-img-frame { width: 84px; margin: 0 auto 14px; border-color: var(--border); }
.swk-achiever-card h3 { font-size: 1rem; margin: 0 0 4px; }
.swk-achiever-tag { display: block; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.7rem; color: var(--accent-dark); text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 12px; }
.swk-achiever-card p { font-size: 0.87rem; color: var(--ink-soft); font-style: italic; margin: 0; text-align: left; }

/* ---------- Feature cards ---------- */
.swk-feature-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.swk-emoji { font-size: 1.8rem; display: block; margin-bottom: 14px; line-height: 1; }
.swk-feature-card h3 { font-size: 1.08rem; margin: 0 0 10px; }
.swk-feature-card p { font-size: 0.92rem; color: var(--ink-soft); margin: 0 0 6px; }
.swk-feature-tag { display: block; font-size: 0.8rem; color: var(--accent-dark); font-weight: 600; }

/* ---------- Dark / navy sections ---------- */
.swk-bleed-dark { background: var(--navy); padding: 70px 20px; }
.swk-bleed-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.swk-eyebrow-light { color: var(--accent) !important; }
.swk-light-h2 { color: #fff !important; font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 12px; }
.swk-lede-light { color: #C6C1E0 !important; max-width: 640px; margin: 0 auto 30px; }

/* ---------- Portal stats + text-only portal cards (used on ALL course pages) ---------- */
.swk-portal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto 30px; }
.swk-pstat { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 18px 12px; }
.swk-pstat strong { display: block; font-family: 'Fraunces', 'Fraunces-fallback', Georgia, serif; font-size: 1.6rem; color: var(--accent) !important; margin-bottom: 4px; }
.swk-pstat span { font-size: 0.76rem; font-weight: 600; color: #D8D3EE !important; line-height: 1.4; }
.swk-portal-credential { max-width: 640px; margin: 0 auto 40px; font-size: 0.92rem; color: #C6C1E0 !important; }
.swk-portal-credential strong { color: #fff !important; }

.swk-portal-premium { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; margin-bottom: 40px; }
@media (max-width: 860px){ .swk-portal-premium { grid-template-columns: 1fr; } }
.swk-portal-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; }
.swk-portal-card-light { background: var(--paper); border: 1px solid var(--border); }
.swk-portal-step { display: inline-block; background: rgba(255,255,255,0.12); color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; width: fit-content; }
.swk-portal-step-dark { background: var(--navy); color: var(--accent); }
.swk-portal-card h3 { color: #fff !important; font-size: 1.3rem; margin: 0 0 12px; }
.swk-portal-card-light h3 { color: var(--navy) !important; }
.swk-portal-card > p { color: #C6C1E0 !important; font-size: 0.95rem; line-height: 1.65; margin: 0 0 20px; }
.swk-portal-card-light > p { color: var(--ink-soft) !important; }
.swk-portal-points { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.swk-portal-points li { position: relative; padding-left: 26px; font-size: 0.92rem; font-weight: 600; line-height: 1.5; color: #D8D3EE; }
.swk-portal-card-light .swk-portal-points li { color: var(--ink-soft); }
.swk-portal-points li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; font-size: 10.5px; font-weight: 800; display: flex; align-items: center; justify-content: center; background: var(--accent); color: var(--navy); }

/* Full screenshot showcase -- HOMEPAGE ONLY */
.swk-portal-img-wrap { margin-top: auto; width: 100%; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15); background: #fff; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; }
.swk-portal-card-light .swk-portal-img-wrap { border: 1px solid var(--border); background: var(--card); }
.swk-portal-img-wrap img { max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; object-fit: contain; }

.swk-app-badges { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; margin-top: 10px; }
.swk-app-badges img { height: 48px; width: auto; }

/* ---------- Methodology steps ---------- */
.swk-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.swk-step { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.swk-step-num { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-weight: 600; color: var(--accent-dark); font-size: 0.9rem; }
.swk-step h3 { font-size: 1.08rem; margin: 10px 0; }
.swk-step p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }

/* ---------- Visit us / map ---------- */
.swk-visit-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 26px; align-items: stretch; max-width: 1100px; margin: 0 auto; }
.swk-visit-info { background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; }
.swk-visit-info p { margin: 0 0 18px; font-size: 0.95rem; }
.swk-visit-info a { text-decoration: underline; }
.swk-map-wrap { border-radius: var(--radius); overflow: hidden; min-height: 340px; aspect-ratio: 4/3; border: 1px solid var(--border); }
.swk-map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Local context blocks ---------- */
.swk-local-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
.swk-local-item h3 { font-size: 1.1rem; margin: 0 0 8px; }
.swk-local-item p { color: var(--ink-soft); font-size: 0.98rem; margin: 0; }

/* ---------- Link grids / resource cards ---------- */
.swk-linkgrid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; max-width: 900px; margin: 0 auto; font-size: 0.9rem; }
.swk-linkgrid a { color: var(--accent-dark); text-decoration: underline; }
.swk-resource-card { display: block; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; text-decoration: none; transition: border-color 0.15s ease, transform 0.15s ease; text-align: center; }
.swk-resource-card:hover { border-color: var(--accent-dark); transform: translateY(-3px); }
.swk-resource-card h3 { font-size: 1.1rem; margin: 0; }

/* ---------- FAQ ---------- */
.swk-faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.swk-faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.swk-faq-item summary { padding: 18px 22px; cursor: pointer; font-weight: 600; list-style: none; position: relative; }
.swk-faq-item summary::-webkit-details-marker { display: none; }
.swk-faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 16px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 1.3rem; color: var(--ink-faint); transition: transform 0.2s ease; }
.swk-faq-item[open] summary::after { transform: rotate(45deg); }
.swk-faq-item p { padding: 0 22px 20px; margin: 0; color: var(--ink-soft); font-size: 0.94rem; }
.swk-faq-item p a { color: var(--accent-dark); text-decoration: underline; }

/* ---------- Locator select (used on homepage "find a center") ---------- */
.swk-locator { max-width: 480px; margin: 0 auto 20px; text-align: center; }
.swk-locator label { display: block; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--ink-faint); margin-bottom: 10px; }
.swk-locator select { width: 100%; padding: 16px 18px; font-size: 1rem; border-radius: 10px; border: 1.5px solid var(--border); background: var(--card); color: var(--navy); cursor: pointer; }
.swk-locator-note { text-align: center; color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 18px; }
.swk-locator-note a { color: var(--accent-dark); text-decoration: underline; }
.swk-citylinks { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; font-size: 0.88rem; }
.swk-citylinks a { color: var(--accent-dark); text-decoration: underline; }

/* ---------- Closing CTA ---------- */
.swk-closing-bleed { text-align: center; }
.swk-closing-inner .swk-cta-row { justify-content: center; }

/* ---------- Mobile sticky CTA ---------- */
.swk-sticky-cta { display: none; }
@media (max-width: 720px) {
  .swk-sticky-cta { display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999; padding: 10px; background: rgba(255,255,255,0.95); box-shadow: 0 -4px 20px rgba(0,0,0,0.15); text-align: center; }
  .swk-sticky-cta a { display: block; padding: 14px; text-align: center; font-weight: 700; text-decoration: none; font-size: 1rem; background: var(--accent); color: var(--navy); border-radius: 8px; }
  body.swk-has-sticky-cta { padding-bottom: 70px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) { .swk-hero-inner { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .swk-visit-grid { grid-template-columns: 1fr; }
  .swk-map-wrap { min-height: 260px; }
}
@media (max-width: 600px) {
  .swk-section { padding: 46px 16px; }
  .swk-hero-bleed { padding: 120px 16px 40px; }
  .swk-portal-stats { grid-template-columns: repeat(3, 1fr); }
}
