/* ── Klinpal Service – style.css ──────────────────────────────── */
:root {
  --navy:       #0B2545;
  --blue:       #1558B0;
  --blue-light: #EBF2FF;
  --gold:       #E8A020;
  --gold-light: #FFF8EC;
  --green:      #16A34A;
  --green-wa:   #25D366;
  --white:      #FFFFFF;
  --off:        #F7F9FC;
  --gray-100:   #F1F4F8;
  --gray-200:   #E2E8F0;
  --gray-400:   #94A3B8;
  --gray-600:   #4B5768;
  --gray-800:   #1E2A3A;
  --text:       #1A2535;
  --radius:     8px;
  --radius-lg:  14px;
  --radius-xl:  22px;
  --shadow:     0 2px 12px rgba(11,37,69,0.08);
  --shadow-lg:  0 8px 32px rgba(11,37,69,0.14);
  --t:          all 0.22s ease;
  --container:  1160px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--text); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── Typography ─────────────────────────────────────────────── */
h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; }
h3 { font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
h4 { font-size: 0.95rem; font-weight: 700; }
p  { color: var(--gray-600); line-height: 1.75; }

/* ── Container ──────────────────────────────────────────────── */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; cursor: pointer; border: none; transition: var(--t); text-align: center; white-space: nowrap; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: #0f469a; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(21,88,176,0.35); }
.btn-wa { background: var(--green-wa); color: #fff; }
.btn-wa:hover { background: #1ebe5a; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #d4901a; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--gray-200); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; border-radius: var(--radius-lg); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }

/* ── Top bar ─────────────────────────────────────────────────── */
.topbar { background: var(--navy); padding: 0.45rem 0; font-size: 0.82rem; color: rgba(255,255,255,0.75); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,0.85); transition: var(--t); }
.topbar a:hover { color: var(--gold); }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 1.25rem; }
.topbar-badge { background: var(--gold); color: var(--navy); font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 4px; font-size: 0.75rem; }

/* ── Header ──────────────────────────────────────────────────── */
header { background: var(--white); border-bottom: 1px solid var(--gray-200); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(11,37,69,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.9rem 1.25rem; max-width: var(--container); margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 0.75rem; }
.logo-mark { width: 42px; height: 42px; background: var(--navy); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-weight: 900; font-size: 1.1rem; letter-spacing: -0.05em; flex-shrink: 0; }
.logo-text-wrap .logo-name { display: block; font-weight: 800; font-size: 1.1rem; color: var(--navy); letter-spacing: -0.03em; }
.logo-text-wrap .logo-sub { display: block; font-size: 0.7rem; color: var(--gray-400); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 0.25rem; }
nav a { padding: 0.5rem 0.875rem; border-radius: var(--radius); font-size: 0.9rem; font-weight: 500; color: var(--gray-600); transition: var(--t); }
nav a:hover { color: var(--navy); background: var(--gray-100); }
nav a.active { color: var(--blue); font-weight: 600; }
.header-cta { background: var(--navy); color: #fff !important; padding: 0.6rem 1.25rem; border-radius: var(--radius); font-weight: 600; }
.header-cta:hover { background: var(--blue) !important; }
.logo-img { height: 46px; width: auto; display: block; }
.logo-sub-text { display: none; }
.footer-logo-img { height: 40px; width: auto; display: block; background: #fff; border-radius: 6px; padding: 4px 10px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 0.4rem; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--t); }

/* ── Hero ────────────────────────────────────────────────────── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #14376B 55%, #0B2545 100%); position: relative; overflow: hidden; padding: 5rem 0 4rem; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=70&auto=format') center/cover no-repeat; opacity: 0.08; }
.hero-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 99px; padding: 0.35rem 1rem; font-size: 0.82rem; color: rgba(255,255,255,0.9); margin-bottom: 1.25rem; }
.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero h1 span { color: var(--gold); }
.hero-desc { font-size: 1.1rem; color: rgba(255,255,255,0.78); line-height: 1.7; margin-bottom: 2rem; }
.hero-checks { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 2rem; }
.hero-check { display: flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.hero-check-icon { width: 20px; height: 20px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: var(--navy); font-weight: 800; flex-shrink: 0; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-image { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-rating { margin-top: 2rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.hero-rating-badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 0.6rem 1rem; display: flex; align-items: center; gap: 0.5rem; }
.hero-rating-badge .stars { color: var(--gold); font-size: 0.85rem; }
.hero-rating-badge .label { font-size: 0.8rem; color: rgba(255,255,255,0.8); }
.hero-rating-badge strong { font-size: 0.9rem; color: #fff; }

/* ── Trust bar ───────────────────────────────────────────────── */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 1.5rem 0; }
.trust-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 1.5rem; border-right: 1px solid var(--gray-200); }
.trust-item:last-child { border-right: none; }
.trust-icon { font-size: 1.6rem; flex-shrink: 0; }
.trust-item strong { display: block; font-size: 1.1rem; color: var(--navy); font-weight: 800; }
.trust-item span { font-size: 0.8rem; color: var(--gray-400); }

/* ── Section base ────────────────────────────────────────────── */
.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.bg-off { background: var(--off); }
.bg-navy { background: var(--navy); }
.bg-blue-light { background: var(--blue-light); }
.text-center { text-align: center; }
.section-tag { display: inline-block; background: var(--blue-light); color: var(--blue); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 99px; margin-bottom: 0.75rem; }
.section-tag-gold { background: var(--gold-light); color: var(--gold); }
.section-heading { color: var(--navy); margin-bottom: 1rem; }
.section-sub { color: var(--gray-600); font-size: 1.05rem; max-width: 600px; margin: 0 auto 2.5rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

/* ── Pain points ─────────────────────────────────────────────── */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.pain-card { background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg); padding: 1.5rem; transition: var(--t); }
.pain-card:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: var(--shadow); }
.pain-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }
.pain-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.4rem; }
.pain-card p { font-size: 0.875rem; line-height: 1.6; }

/* ── Services grid ───────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.service-card { background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; transition: var(--t); display: flex; flex-direction: column; }
.service-card:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.service-card-img { aspect-ratio: 16/9; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.service-tag { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--blue); margin-bottom: 0.5rem; }
.service-card h3 { color: var(--navy); margin-bottom: 0.5rem; font-size: 1.1rem; }
.service-card p { font-size: 0.875rem; flex: 1; margin-bottom: 1.25rem; }
.service-price { font-size: 0.82rem; font-weight: 700; color: var(--green); background: #f0fdf4; padding: 0.25rem 0.6rem; border-radius: 4px; display: inline-block; margin-bottom: 1rem; }
.service-card .btn { width: 100%; justify-content: center; }

/* ── Why section ─────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.why-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; border-radius: var(--radius-lg); background: var(--white); border: 1.5px solid var(--gray-200); transition: var(--t); }
.why-item:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.why-item-icon { width: 44px; height: 44px; border-radius: var(--radius); background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.why-item-text strong { display: block; color: var(--navy); font-size: 0.95rem; margin-bottom: 0.3rem; }
.why-item-text span { font-size: 0.85rem; color: var(--gray-600); line-height: 1.55; }

/* ── How it works ─────────────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.5rem; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 28px; left: 16.66%; right: 16.66%; height: 2px; background: linear-gradient(90deg, var(--blue-light), var(--blue), var(--blue-light)); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step-num { width: 56px; height: 56px; background: var(--navy); color: var(--gold); font-weight: 800; font-size: 1.2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; border: 3px solid var(--white); box-shadow: 0 0 0 3px var(--blue); }
.step h3 { color: var(--navy); margin-bottom: 0.5rem; }
.step p { font-size: 0.875rem; }

/* ── Audience split ───────────────────────────────────────────── */
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.audience-card { border-radius: var(--radius-xl); overflow: hidden; position: relative; min-height: 360px; display: flex; align-items: flex-end; }
.audience-card-bg { position: absolute; inset: 0; }
.audience-card-bg img { width: 100%; height: 100%; object-fit: cover; }
.audience-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,37,69,0.92) 0%, rgba(11,37,69,0.4) 60%, transparent 100%); }
.audience-body { position: relative; z-index: 1; padding: 2rem; }
.audience-tag { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 0.5rem; }
.audience-body h3 { color: #fff; font-size: 1.4rem; margin-bottom: 0.5rem; }
.audience-body p { color: rgba(255,255,255,0.8); font-size: 0.9rem; margin-bottom: 1.25rem; }
.audience-list { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1.25rem; }
.audience-list li { color: rgba(255,255,255,0.85); font-size: 0.875rem; display: flex; align-items: center; gap: 0.5rem; }
.audience-list li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* ── Cities ───────────────────────────────────────────────────── */
.cities-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
.city-pill { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--white); border: 1.5px solid var(--gray-200); border-radius: 99px; padding: 0.45rem 1rem; font-size: 0.85rem; font-weight: 500; color: var(--gray-800); transition: var(--t); }
.city-pill:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }
.city-pill-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }

/* ── Reviews ──────────────────────────────────────────────────── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.review-card { background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg); padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.review-stars { color: var(--gold); font-size: 1rem; letter-spacing: 1px; }
.review-text { font-size: 0.9rem; color: var(--gray-600); line-height: 1.65; font-style: italic; flex: 1; }
.review-footer { display: flex; align-items: center; gap: 0.75rem; }
.review-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-weight: 700; font-size: 0.95rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.review-name { font-weight: 600; font-size: 0.875rem; color: var(--navy); }
.review-city { font-size: 0.78rem; color: var(--gray-400); }
.review-badge { display: flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; color: var(--gray-400); margin-top: 0.25rem; }

/* ── FAQ ──────────────────────────────────────────────────────── */
.faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.5rem; max-width: 820px; margin-left: auto; margin-right: auto; }
.faq-item { border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; transition: var(--t); }
.faq-item.open { border-color: var(--blue); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 1.1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; cursor: pointer; gap: 1rem; }
.faq-q span { font-weight: 600; font-size: 0.95rem; color: var(--navy); }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--gray-100); color: var(--navy); font-size: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: var(--t); }
.faq-item.open .faq-icon { background: var(--blue); color: #fff; transform: rotate(45deg); }
.faq-a { display: none; padding: 0 1.25rem 1.1rem; }
.faq-a p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ── CTA band ─────────────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, #1558B0 100%); padding: 4rem 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.78); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.cta-band-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem; }

/* ── Stats row ────────────────────────────────────────────────── */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2rem; }
.stat-item { text-align: center; }
.stat-num { font-size: 2.25rem; font-weight: 800; color: var(--navy); letter-spacing: -0.03em; display: block; }
.stat-label { font-size: 0.82rem; color: var(--gray-400); margin-top: 0.2rem; }

/* ── Footer ───────────────────────────────────────────────────── */
footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.875rem; line-height: 1.7; margin-top: 1rem; color: rgba(255,255,255,0.55); }
.footer-logo-mark { width: 46px; height: 46px; background: var(--gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--navy); font-weight: 900; font-size: 1.2rem; }
.footer-logo-text { display: flex; flex-direction: column; }
.footer-logo-text strong { color: #fff; font-size: 1.1rem; letter-spacing: -0.02em; }
.footer-logo-text span { font-size: 0.7rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; }
.footer-logo { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0; }
footer h4 { color: rgba(255,255,255,0.9); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
footer ul { display: flex; flex-direction: column; gap: 0.5rem; }
footer ul li a { font-size: 0.875rem; color: rgba(255,255,255,0.55); transition: var(--t); }
footer ul li a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; gap: 1.25rem; }
.footer-bottom-links a { font-size: 0.8rem; color: rgba(255,255,255,0.35); transition: var(--t); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }
.footer-contact { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.25rem; }
.footer-contact a { font-size: 0.875rem; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 0.5rem; transition: var(--t); }
.footer-contact a:hover { color: var(--gold); }

/* ── WhatsApp float ───────────────────────────────────────────── */
.wa-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; }
.wa-float a { width: 56px; height: 56px; background: var(--green-wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: var(--t); }
.wa-float a:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }

/* ── Text body (long-form) ────────────────────────────────────── */
.prose h2 { color: var(--navy); margin: 2rem 0 0.75rem; }
.prose h3 { color: var(--navy); margin: 1.5rem 0 0.5rem; }
.prose p  { margin-bottom: 1rem; }
.prose ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem; }
.prose ul li { display: flex; align-items: flex-start; gap: 0.5rem; color: var(--gray-600); font-size: 0.95rem; }
.prose ul li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .trust-bar-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--gray-200); }
  .trust-item:nth-child(2), .trust-item:last-child { border-bottom: none; }
}
@media (max-width: 768px) {
  .pain-grid, .why-grid, .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .cta-band-inner { grid-template-columns: 1fr; }
  nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); padding: 1rem; border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 0.75rem 1rem; border-radius: var(--radius); }
  .hamburger { display: flex; }
  .topbar-right { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 480px) {
  .hero { padding: 3rem 0; }
  .section { padding: 3rem 0; }
  .trust-bar-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 0.75rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .stats-row { grid-template-columns: 1fr 1fr; }
}
