/* ============================================================
 * Tradespan shared stylesheet — consolidated 2026-07-28
 * Single source of truth for all page templates. Where templates
 * previously diverged on the same component (nav, hero, footer,
 * CTA, etc.), the version used by the majority of live pages was
 * kept as the one canonical style, in favour of consistency and
 * ease of future optimisation over preserving every per-page nuance.
 * ============================================================ */

:root { --ice: #E8F4FD; --sky: #C5E4F7; --blue: #0077CC; --deep: #005FA3; --navy: #003D6B; --white: #FFFFFF; --warm: #F7F3EE; --gold: #E8A82A; --text: #1A1A2E; --muted: #5A6478; --light: #8A95A8; --serif: 'DM Serif Display', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif; --green: #25D366; --radius: 12px; --radius-lg: 20px; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--white); overflow-x: hidden; line-height: 1.7; }

/* ── NAV ── */ #nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 16px 32px; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); transition: box-shadow 0.3s, padding 0.3s; border-bottom: 1px solid transparent; }
#nav.scrolled { box-shadow: 0 2px 24px rgba(0,61,107,0.08); padding: 10px 32px; border-bottom-color: rgba(0,119,204,0.1); }
.nav-cta { display: flex; align-items: center; gap: 10px; background: #25D366; color: white; padding: 10px 20px; border-radius: 99px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }
.nav-cta svg { width: 16px; height: 16px; }

/* ── BREADCRUMB ── */ .breadcrumb { background: var(--ice); padding: 10px 24px; font-size: 13px; color: var(--muted); border-bottom: 1px solid rgba(27,111,168,0.08); margin-top: 76px; }
.breadcrumb a { color: var(--blue); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { margin: 0 6px; color: var(--light); }

/* ── HERO ── */ .hero { min-height: 92vh; padding: 80px 24px 80px; background: linear-gradient(160deg, var(--navy) 0%, var(--deep) 45%, var(--blue) 100%); position: relative; overflow: hidden; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-inner { max-width: 1100px; margin: 0 auto; width: 100%; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,168,42,0.15); border: 1px solid rgba(232,168,42,0.4); color: var(--gold); padding: 6px 14px; border-radius: 99px; font-size: 13px; font-weight: 500; margin-bottom: 24px; }
h1 { font-family: var(--serif); font-size: clamp(36px, 5vw, 58px); line-height: 1.1; color: white; margin-bottom: 20px; font-weight: 700; }
h1 em { color: var(--sky); font-style: normal; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 36px; line-height: 1.65; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-wa { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: white; padding: 16px 28px; border-radius: 99px; font-size: 16px; font-weight: 600; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.4); }
.btn-wa svg { width: 20px; height: 20px; }
.btn-call { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); color: white; padding: 16px 28px; border-radius: 99px; font-size: 16px; font-weight: 500; text-decoration: none; transition: background 0.2s; }
.btn-call:hover { background: rgba(255,255,255,0.2); }
.hero-trust { display: flex; gap: 24px; margin-top: 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 13px; }
.trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* Hero right: stats card */ .hero-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 36px; backdrop-filter: blur(8px); }
.hero-card-title { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 28px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.stat-num { font-family: var(--serif); font-size: 42px; line-height: 1; color: var(--white); margin-bottom: 4px; }
.stat-num span { color: var(--gold); }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.6); }
.brands-label { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.brand-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.brand-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 500; }

/* ── TRUST BAR ── */ .trust-bar { background: var(--gold); padding: 14px 24px; }
.trust-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.trust-bar-item { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--navy); }
.trust-bar-item svg { width: 18px; height: 18px; color: var(--navy); }

/* ── SECTIONS ── */ .section { padding: 80px 24px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.section-title { font-family: var(--serif); font-size: clamp(30px, 4vw, 44px); color: var(--deep); line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.3px; }
.section-sub { font-size: 17px; color: var(--muted); max-width: 560px; line-height: 1.65; }

/* ── SERVICES ── */ .services-bg { background: var(--warm); }

/* ── AREAS ── */ .areas-bg { background: var(--deep); }

/* ── REVIEWS ── */ .reviews-bg { background: var(--warm); }

/* ── UNIT TYPES GRID ── */ .explainer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 48px; }
.explainer-visual { background: linear-gradient(135deg, var(--deep), var(--blue)); border-radius: var(--radius-lg); padding: 40px 32px; display: flex; flex-direction: column; gap: 20px; }
.explainer-stat { text-align: center; }
.explainer-num { font-family: var(--serif); font-size: 56px; font-weight: 700; color: white; line-height: 1; }
.explainer-num span { font-size: 24px; }
.explainer-stat-label { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 4px; }
.explainer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.15); }

/* ── PROCESS STEPS ── */ .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; counter-reset: step-counter; }
.step-card { background: white; border-radius: var(--radius); border: 1px solid rgba(0,119,204,0.1); padding: 28px 24px; position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.step-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,95,163,0.1); }
.step-num { font-family: var(--serif); font-size: 56px; font-weight: 700; color: var(--ice); line-height: 1; position: absolute; top: 12px; right: 16px; }
.step-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--ice); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step-icon svg { width: 22px; height: 22px; color: var(--blue); }
.step-title { font-weight: 700; color: var(--text); font-size: 15px; margin-bottom: 8px; }
.step-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── PRICING ── */ .pricing-bg { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; align-items: start; }
.pricing-card { border-radius: var(--radius-lg); padding: 32px 28px; border: 1px solid rgba(27,111,168,0.12); position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(27,111,168,0.12); }
.pricing-card.standard { background: var(--warm); }
.pricing-card.featured { background: linear-gradient(145deg, var(--deep), var(--blue)); border-color: transparent; transform: scale(1.03); box-shadow: 0 20px 60px rgba(0,95,163,0.25); }
.pricing-card.featured:hover { transform: scale(1.03) translateY(-4px); }
.pricing-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 99px; margin-bottom: 16px; }
.pricing-name { font-family: var(--serif); font-size: 20px; color: var(--deep); margin-bottom: 6px; }
.pricing-card.featured .pricing-name { color: white; }
.pricing-price { display: flex; align-items: baseline; gap: 2px; color: var(--deep); margin-bottom: 4px; line-height: 1; }
.pricing-card.featured .pricing-price { color: white; }
.pricing-currency { font-family: var(--sans); font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.pricing-number { font-family: var(--serif); font-size: 56px; line-height: 1; }
.pricing-period { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.pricing-card.featured .pricing-period { color: rgba(255,255,255,0.6); }
.pricing-divider { border: none; border-top: 1px solid rgba(27,111,168,0.1); margin: 20px 0; }
.pricing-card.featured .pricing-divider { border-color: rgba(255,255,255,0.15); }
.pricing-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.pricing-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); }
.pricing-card.featured .pricing-feature { color: rgba(255,255,255,0.8); }
.pricing-check { flex-shrink: 0; width: 18px; height: 18px; background: var(--ice); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.pricing-card.featured .pricing-check { background: rgba(255,255,255,0.2); }
.pricing-check svg { width: 10px; height: 10px; color: var(--blue); }
.pricing-card.featured .pricing-check svg { color: white; }
.pricing-cta { display: block; text-align: center; padding: 12px 20px; border-radius: 99px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.pricing-card.standard .pricing-cta { background: var(--ice); color: var(--blue); border: 1px solid rgba(0,119,204,0.2); }
.pricing-card.standard .pricing-cta:hover { background: var(--sky); }
.pricing-card.featured .pricing-cta { background: white; color: var(--deep); }
.pricing-card.featured .pricing-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,255,255,0.2); }
.pricing-note { text-align: center; margin-top: 20px; font-size: 13px; color: var(--muted); }

/* ── WHY US ── */ .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 48px; }
.why-list { display: flex; flex-direction: column; gap: 20px; }
.why-item { display: flex; gap: 16px; padding: 20px; border-radius: var(--radius); background: var(--warm); border: 1px solid rgba(27,111,168,0.07); transition: border-color 0.2s; }
.why-num { flex-shrink: 0; width: 36px; height: 36px; background: var(--blue); color: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; }
.why-text-title { font-size: 15px; font-weight: 600; color: var(--deep); margin-bottom: 3px; }
.why-text-desc { font-size: 14px; color: var(--muted); }
.why-visual { background: linear-gradient(145deg, var(--deep), var(--blue)); border-radius: var(--radius-lg); padding: 40px; color: white; position: relative; overflow: hidden; }
.why-big { font-family: var(--serif); font-size: 72px; line-height: 1; color: var(--white); margin-bottom: 8px; }
.why-big span { color: var(--gold); }
.why-visual-sub { font-size: 15px; color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 48px; }
.area-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 20px; text-align: center; transition: background 0.2s, border-color 0.2s; display: block; text-decoration: none; }
.area-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(197,228,247,0.3); }
.area-name { font-size: 15px; font-weight: 600; color: white; margin-bottom: 4px; }
.area-card-active { background: rgba(197,228,247,0.12) !important; border-color: rgba(197,228,247,0.6) !important; animation: area-glow 2s ease-in-out infinite; }
.area-card-active .area-name { color: white; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.review-card { background: var(--white); border-radius: var(--radius-lg); padding: 28px; border: 1px solid rgba(27,111,168,0.08); display: flex; flex-direction: column; gap: 16px; transition: transform 0.2s, box-shadow 0.2s; }
.review-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(27,111,168,0.1); }
.review-stars { color: #F59E0B; font-size: 16px; letter-spacing: 2px; }
.review-text { font-size: 14px; color: var(--muted); line-height: 1.7; font-style: italic; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--deep)); display: flex; align-items: center; justify-content: center; color: white; font-size: 14px; font-weight: 600; flex-shrink: 0; }
.review-name { font-size: 14px; font-weight: 600; color: var(--deep); }
.review-years { font-size: 12px; color: var(--light); }

/* ── FAQ ── */ .faq-list { max-width: 720px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid rgba(27,111,168,0.1); border-radius: var(--radius); overflow: hidden; }
.faq-q { padding: 18px 24px; font-size: 15px; font-weight: 600; color: var(--deep); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--white); transition: background 0.2s; }
.faq-q:hover { background: var(--ice); }
.faq-chevron { flex-shrink: 0; width: 20px; height: 20px; color: var(--blue); transition: transform 0.3s; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; font-size: 14px; color: var(--muted); line-height: 1.7; padding: 0 24px; background: var(--warm); }
.faq-item.open .faq-a { max-height: 200px; padding: 16px 24px; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.cta-section { background: linear-gradient(160deg, var(--navy) 0%, var(--deep) 100%); padding: 72px 24px; text-align: center; }
.cta-inner { max-width: 580px; margin: 0 auto; }
.cta-label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.cta-title { font-family: var(--serif); font-size: clamp(26px, 4vw, 38px); color: white; margin-bottom: 12px; line-height: 1.2; }
.cta-sub { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 28px; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-phone { font-size: 14px; color: rgba(255,255,255,0.55); margin-top: 16px; }
.cta-phone a { color: rgba(255,255,255,0.8); text-decoration: none; }

/* ── FOOTER ── */ footer { background: var(--navy); padding: 48px 24px 32px; color: rgba(255,255,255,0.6); font-size: 14px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 32px; }
.footer-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 12px; }
.footer-heading { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-link { display: block; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.footer-link:hover { color: white; }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.3); }
.float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.float-wa:hover { transform: scale(1.08); box-shadow: 0 8px 32px rgba(37,211,102,0.55); }
.float-wa svg { width: 28px; height: 28px; }

/* ── ANIMATIONS ── */ .fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(27,111,168,0.1); transition: box-shadow 0.3s; }
nav.scrolled { box-shadow: 0 4px 24px rgba(7,36,58,0.1); }
.nav-logo { font-family: var(--serif); font-size: 22px; color: var(--deep); letter-spacing: -0.3px; }
.hero h1 { font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); line-height: 1.1; color: var(--white); margin-bottom: 20px; letter-spacing: -0.5px; }
.hero h1 em { font-style: italic; color: var(--sky); }
.brands-row { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }

/* ── SPOTLIGHT ── */ .spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 48px; }
.spotlight-body { font-size: 16px; color: var(--muted); line-height: 1.8; }
.spotlight-body strong { color: var(--deep); font-weight: 600; }
.spotlight-visual { background: linear-gradient(145deg, var(--deep), var(--blue)); border-radius: var(--radius-lg); padding: 40px; color: white; position: relative; overflow: hidden; }
.spotlight-visual::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.spotlight-big { font-family: var(--serif); font-size: 56px; line-height: 1; color: var(--white); margin-bottom: 8px; }
.spotlight-big span { color: var(--gold); }
.spotlight-visual-sub { font-size: 15px; color: rgba(255,255,255,0.7); margin-bottom: 24px; }
.spotlight-cta { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: white; padding: 14px 22px; border-radius: 99px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform 0.2s; position: relative; z-index: 1; }
.spotlight-cta:hover { transform: translateY(-2px); }
.spotlight-cta svg { width: 18px; height: 18px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.service-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px; border: 1px solid rgba(27,111,168,0.08); transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--sky)); }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(27,111,168,0.12); }
.service-icon { width: 52px; height: 52px; background: var(--ice); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { width: 26px; height: 26px; color: var(--blue); }
.service-name { font-family: var(--serif); font-size: 22px; color: var(--deep); margin-bottom: 10px; }
.service-desc { font-size: 15px; color: var(--muted); line-height: 1.6; }
.service-price { display: inline-block; margin-top: 16px; background: var(--ice); color: var(--blue); font-size: 13px; font-weight: 600; padding: 4px 12px; border-radius: 6px; }
.why-item:hover { border-color: rgba(27,111,168,0.2); }
.why-visual::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.why-quote { border-left: 3px solid var(--gold); padding-left: 16px; font-size: 15px; color: rgba(255,255,255,0.85); font-style: italic; line-height: 1.6; }
.why-quote-name { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 8px; font-style: normal; }
.areas-bg .section-title { color: white; }
.areas-bg .section-label { color: var(--sky); }
.areas-bg .section-sub { color: rgba(255,255,255,0.6); }
.area-bm { font-size: 13px; color: rgba(255,255,255,0.45); }
.cta-section::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(197,228,247,0.08) 0%, transparent 70%); pointer-events: none; }
.footer-brand { font-family: var(--serif); font-size: 24px; color: white; margin-bottom: 12px; }

/* ── SERVICE CARD CTA ── */ .service-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; background: #25D366; color: white; padding: 10px 18px; border-radius: 99px; font-size: 13px; font-weight: 600; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; width: 100%; justify-content: center; }
.service-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }
.service-cta svg { width: 15px; height: 15px; flex-shrink: 0; }
.pricing-note a { color: var(--blue); text-decoration: none; }
.lang-toggle { display: flex; gap: 6px; justify-content: center; margin-top: 16px; }
.lang-btn { display: inline-block; padding: 5px 16px; border-radius: 99px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; border: 1.5px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.7); text-decoration: none; transition: background 0.15s, color 0.15s; }
.lang-btn.active { background: var(--blue); color: white; }

/* BM elements hidden by default */ [data-bm] { display: none; }
body.bm-mode [data-en] { display: none; }
body.bm-mode [data-bm] { display: block; }
body.bm-mode [data-bm-inline] { display: inline; }
[data-bm-inline] { display: none; }
body.bm-mode [data-en-inline] { display: none; }
.problems-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
.problem-card { background: white; border-radius: var(--radius); border: 1px solid rgba(0,119,204,0.1); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.2s, box-shadow 0.2s; }
.problem-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,95,163,0.1); }
.problem-title { font-weight: 700; color: var(--text); font-size: 15px; }
.problem-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── WARNING BOX ── */ .warning-box { margin-top: 32px; padding: 24px; background: var(--ice); border-radius: var(--radius); border: 1px solid rgba(0,119,204,0.12); }
.warning-box-title { font-size: 14px; font-weight: 600; color: var(--deep); margin-bottom: 12px; }
.warning-box-list { list-style: none; padding: 0; margin: 0; }
.warning-box-list li { font-size: 14px; color: var(--muted); line-height: 1.8; padding: 6px 0; }
.explainer-quote { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.6; font-style: italic; text-align: center; }
.vs-table { margin-top: 32px; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(0,119,204,0.1); }
.vs-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid rgba(0,119,204,0.08); }
.vs-row:last-child { border-bottom: none; }
.vs-cell { padding: 14px 18px; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.vs-row.header .vs-cell { font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; background: var(--navy); color: rgba(255,255,255,0.8); }
.vs-row:not(.header):nth-child(even) .vs-cell { background: rgba(232,244,253,0.4); }
.vs-cell:nth-child(3) { color: var(--blue); font-weight: 500; }
.check-icon { color: var(--green); font-size: 16px; }
.cross-icon { color: #E05B5B; font-size: 16px; }
.hero-card h3 { font-family: var(--serif); font-size: 24px; color: var(--white); margin-bottom: 20px; }
.stat-item { margin-bottom: 20px; }
.stat-item:last-child { margin-bottom: 0; }
.stat-val { font-family: var(--serif); font-size: 28px; color: var(--sky); font-weight: 600; }

/* ── CONTAINER ── */ .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 24px; }

/* ── COVERAGE MAP ── */ .map-section { background: var(--ice); }
.map-section h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); color: var(--text); margin-bottom: 16px; }
.map-section p { font-size: 16px; color: var(--muted); margin-bottom: 40px; max-width: 700px; }
.map-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.area-tag { background: var(--white); border: 1px solid rgba(27,111,168,0.15); border-radius: var(--radius); padding: 16px; text-align: center; transition: all 0.3s; cursor: default; }
.area-tag:hover { border-color: var(--blue); box-shadow: 0 4px 12px rgba(0,119,204,0.1); }
.area-tag strong { display: block; color: var(--deep); font-weight: 600; margin-bottom: 4px; }
.area-tag span { font-size: 13px; color: var(--muted); }

/* ── SERVICES ── */ .services { background: var(--white); }
.services h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); color: var(--text); margin-bottom: 56px; text-align: center; }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.svc-card { background: var(--warm); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.svc-icon { font-size: 48px; margin-bottom: 16px; }
.svc-card h3 { font-family: var(--serif); font-size: 22px; color: var(--text); margin-bottom: 12px; }
.svc-card p { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* ── WHY CHOOSE US ── */ .why-us { background: linear-gradient(135deg, var(--navy) 0%, var(--deep) 100%); color: var(--white); }
.why-us h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); color: var(--white); margin-bottom: 56px; text-align: center; }
.why-card { display: flex; gap: 16px; }
.why-icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(232,168,42,0.2); display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.why-content h3 { font-family: var(--serif); font-size: 18px; color: var(--white); margin-bottom: 8px; }
.why-content p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.65; }

/* ── REVIEWS ── */ .reviews { background: var(--white); }
.reviews h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); color: var(--text); margin-bottom: 16px; text-align: center; }
.reviews-subtitle { text-align: center; color: var(--muted); margin-bottom: 56px; font-size: 16px; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
.stars { color: #FFC107; margin-bottom: 12px; font-size: 16px; }
.review-author { font-weight: 600; color: var(--deep); font-size: 14px; }

/* ── FAQ ── */ .faq { background: var(--warm); }
.faq h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); color: var(--text); margin-bottom: 48px; text-align: center; }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 24px; }
.faq-a p { padding: 20px; color: var(--muted); line-height: 1.7; font-size: 15px; }

/* ── COVERAGE LINKS ── */ .coverage { background: var(--white); }
.coverage h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); color: var(--text); margin-bottom: 16px; text-align: center; }
.coverage-subtitle { text-align: center; color: var(--muted); margin-bottom: 48px; font-size: 16px; }
.coverage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.coverage-link { background: linear-gradient(135deg, rgba(0,119,204,0.08) 0%, rgba(0,95,163,0.08) 100%); border: 1px solid rgba(0,119,204,0.2); border-radius: var(--radius); padding: 20px; text-align: center; text-decoration: none; color: var(--deep); font-weight: 600; transition: all 0.3s; }
.coverage-link:hover { background: linear-gradient(135deg, rgba(0,119,204,0.15) 0%, rgba(0,95,163,0.15) 100%); border-color: var(--blue); transform: translateY(-2px); }

/* ── CTA FINAL ── */ .cta-final { background: linear-gradient(160deg, var(--navy) 0%, var(--deep) 45%, var(--blue) 100%); color: var(--white); text-align: center; position: relative; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.cta-final-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-final h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); margin-bottom: 20px; }
.cta-final p { font-size: 18px; margin-bottom: 36px; color: rgba(255,255,255,0.85); }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.footer-links { margin-bottom: 16px; }
.footer-links a { color: rgba(255,255,255,0.8); text-decoration: none; margin: 0 12px; transition: color 0.2s; }
.footer-links a:hover { color: var(--sky); }
.footer-credit { padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }

/* ── WHATSAPP FLOATING ── */ .wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 99; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: white; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.35); transition: transform 0.2s, box-shadow 0.2s; font-size: 24px; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }
.article-hero { background: linear-gradient(160deg, var(--navy) 0%, var(--deep) 45%, var(--blue) 100%); padding: 120px 24px 64px; text-align: center; }
.article-hero .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.article-hero .breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.article-hero .breadcrumb a:hover { color: white; }
.article-hero .breadcrumb span { margin: 0 6px; }
.article-category { display: inline-block; background: rgba(232,168,42,0.2); border: 1px solid rgba(232,168,42,0.4); color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 12px; border-radius: 99px; margin-bottom: 20px; }
.article-hero h1 { font-family: var(--serif); font-size: clamp(28px, 4.5vw, 48px); color: white; line-height: 1.15; max-width: 720px; margin: 0 auto 20px; letter-spacing: -0.3px; }
.article-meta { font-size: 14px; color: rgba(255,255,255,0.55); display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.article-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.3); }
.lang-btn:hover { background: rgba(255,255,255,0.15); color: white; }
.lang-active { background: white; color: var(--deep); border-color: white; pointer-events: none; }
.article-wrap { max-width: 740px; margin: 0 auto; padding: 56px 24px 80px; }
.article-intro { font-size: 18px; color: var(--muted); line-height: 1.75; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #eee; }
.article-body h2 { font-family: var(--serif); font-size: clamp(22px, 3vw, 30px); color: var(--deep); line-height: 1.2; margin: 48px 0 16px; }
.article-body h3 { font-size: 17px; font-weight: 600; color: var(--text); margin: 28px 0 10px; }
.article-body p { font-size: 16px; color: #2a2a3e; margin-bottom: 18px; line-height: 1.8; }
.article-body ul, .article-body ol { margin: 16px 0 20px 24px; }
.article-body li { font-size: 16px; color: #2a2a3e; margin-bottom: 8px; line-height: 1.7; }
.cause-card { background: var(--ice); border: 1px solid rgba(0,119,204,0.12); border-radius: var(--radius-lg); padding: 28px 32px; margin: 32px 0; }
.cause-number { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.cause-title { font-family: var(--serif); font-size: 22px; color: var(--deep); margin-bottom: 12px; }
.cause-diy { background: rgba(232,168,42,0.12); border-left: 3px solid var(--gold); padding: 12px 16px; border-radius: 0 8px 8px 0; font-size: 14px; color: var(--text); margin-top: 16px; }
.cause-diy strong { color: var(--navy); }
.inline-cta { background: linear-gradient(135deg, var(--navy), var(--deep)); border-radius: var(--radius-lg); padding: 32px; text-align: center; margin: 48px 0; }
.inline-cta p { color: rgba(255,255,255,0.75); font-size: 15px; margin-bottom: 20px; }
.inline-cta h3 { font-family: var(--serif); color: white; font-size: 24px; margin-bottom: 8px; }
.btn-wa-inline { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: white; padding: 14px 28px; border-radius: 99px; font-size: 15px; font-weight: 600; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.btn-wa-inline:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.4); }
.btn-wa-inline svg { width: 18px; height: 18px; }
.timeline { margin: 32px 0; }
.timeline-item { display: flex; gap: 20px; margin-bottom: 24px; align-items: flex-start; }
.timeline-marker { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--blue); color: white; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-align: center; line-height: 1.2; }
.timeline-content h3 { font-size: 16px; font-weight: 600; color: var(--deep); margin-bottom: 4px; }
.timeline-content p { font-size: 15px; color: #2a2a3e; margin: 0; line-height: 1.7; }
.summary-box { background: var(--warm); border-radius: var(--radius-lg); padding: 28px 32px; margin: 48px 0; }
.summary-box h3 { font-family: var(--serif); font-size: 20px; color: var(--deep); margin-bottom: 16px; }
.summary-box ol { margin-left: 20px; }
.summary-box li { font-size: 15px; color: var(--text); margin-bottom: 8px; line-height: 1.6; }
.related-section { border-top: 1px solid #eee; padding-top: 48px; margin-top: 48px; }
.related-section h3 { font-family: var(--serif); font-size: 22px; color: var(--deep); margin-bottom: 20px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.related-card { background: var(--ice); border-radius: var(--radius); padding: 20px; text-decoration: none; border: 1px solid rgba(0,119,204,0.1); transition: transform 0.2s, box-shadow 0.2s; display: block; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,119,204,0.1); }
.related-card-cat { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.related-card-title { font-size: 14px; font-weight: 600; color: var(--deep); line-height: 1.4; }
.related-card-soon { font-size: 11px; font-weight: 600; color: var(--light); margin-top: 8px; }
.related-card.coming { opacity: 0.55; cursor: default; pointer-events: none; background: #f8fafc; }

/* Draft watermark */ .draft-banner { position: fixed; top: 72px; left: 0; right: 0; z-index: 99; background: #E8A82A; color: var(--navy); text-align: center; font-size: 13px; font-weight: 700; padding: 8px; letter-spacing: 0.05em; }
.blog-hero { background: linear-gradient(160deg, var(--navy) 0%, var(--deep) 45%, var(--blue) 100%); padding: 120px 24px 72px; text-align: center; }
.blog-hero-label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.blog-hero h1 { font-family: var(--serif); font-size: clamp(32px, 5vw, 52px); color: white; line-height: 1.15; margin-bottom: 16px; }
.blog-hero p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto; line-height: 1.65; }
.blog-grid-wrap { max-width: 1000px; margin: 0 auto; padding: 64px 24px 80px; }
.blog-section-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 24px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
.blog-card { background: white; border-radius: var(--radius-lg); border: 1px solid rgba(0,119,204,0.1); overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,61,107,0.1); }
.blog-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: linear-gradient(135deg, var(--ice), var(--sky)); display: flex; align-items: center; justify-content: center; font-size: 48px; }
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card-cat { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.blog-card-title { font-family: var(--serif); font-size: 20px; color: var(--deep); line-height: 1.25; margin-bottom: 10px; }
.blog-card-desc { font-size: 14px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 16px; }
.blog-card-meta { font-size: 12px; color: var(--light); display: flex; gap: 12px; align-items: center; }
.bm-badge { color: var(--blue); font-weight: 700; cursor: pointer; padding: 2px 8px; background: var(--ice); border-radius: 99px; font-size: 11px; transition: background 0.15s; }
.bm-badge:hover { background: var(--sky); }
.coming-soon-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin-top: 48px; }
.coming-soon-card { background: var(--warm); border-radius: var(--radius); padding: 20px; border: 1px dashed rgba(0,119,204,0.15); }
.coming-soon-card .cat { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--light); margin-bottom: 6px; }
.coming-soon-card .title { font-size: 14px; font-weight: 600; color: var(--muted); line-height: 1.4; }
.coming-soon-card .pill { display: inline-block; margin-top: 10px; background: rgba(0,119,204,0.08); color: var(--blue); font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 99px; }
.stat { }

/* ── MAP ── */ .map-wrap { margin-top: 40px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,0.12); position: relative; }
.map-wrap iframe { display: block; width: 100%; height: 340px; border: 0; }
.map-caption { background: rgba(255,255,255,0.07); padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.map-caption-text { font-size: 13px; color: rgba(255,255,255,0.6); }
.map-caption-text strong { color: white; font-weight: 600; }
.map-directions { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--sky); text-decoration: none; transition: color 0.2s; }
.map-directions:hover { color: white; }

/* ── MULTILANG ── */ .lang-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.lang-card { border-radius: var(--radius-lg); padding: 36px; border: 1px solid rgba(27,111,168,0.1); }
.lang-card.bm { background: linear-gradient(135deg, #f0f9f4, #e8f4f0); border-color: rgba(16,125,67,0.15); }
.lang-card.cn { background: linear-gradient(135deg, #fdf5f0, #fdeee8); border-color: rgba(168,58,27,0.15); }
.lang-flag { font-size: 28px; margin-bottom: 12px; }
.lang-title { font-family: var(--serif); font-size: 22px; margin-bottom: 12px; }
.lang-card.bm .lang-title { color: #0d6e3d; }
.lang-card.cn .lang-title { color: #8a3015; }
.lang-body { font-size: 15px; line-height: 1.75; color: var(--muted); }
.lang-body strong { color: var(--deep); font-weight: 600; }

/* ---- responsive breakpoints (merged across all templates) ---- */

@media (max-width: 1000px) {
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-4px); }
  .problems-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { display: none; }
  .explainer-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .spotlight-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-4px); }
  .lang-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  #nav { padding: 12px 20px; }
  .hero { padding: 56px 20px 64px; }
  .section { padding: 60px 20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
  .btn-wa, .btn-call { justify-content: center; }
  .services-grid { grid-template-columns: 1fr; }
  .trust-bar-inner { gap: 16px; }
  .vs-row { grid-template-columns: 1fr 1fr; }
  .vs-row .vs-cell:first-child { grid-column: 1 / -1; border-bottom: 1px solid rgba(0,119,204,0.06); font-weight: 600; }
  .map-wrap iframe { height: 240px; }
}

@media (max-width: 768px) {
  section { padding: 60px 24px; }
  .svc-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; }
  .lang-toggle { bottom: 100px; }
  nav { padding: 12px 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .cause-card { padding: 22px; }
  .timeline-item { flex-direction: column; gap: 10px; }
}

/* ---- keyframes & font-face ---- */

@keyframes float-pulse { 0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); } 50% { box-shadow: 0 6px 36px rgba(37,211,102,0.65); } }

@keyframes area-glow { 0%, 100% { box-shadow: 0 0 8px rgba(197,228,247,0.3), 0 0 0px rgba(197,228,247,0); border-color: rgba(197,228,247,0.5); } 50% { box-shadow: 0 0 20px rgba(197,228,247,0.65), 0 0 36px rgba(197,228,247,0.2); border-color: rgba(197,228,247,0.95); } }
