/* PoderMonie theme styles */

:root {
	--blue: #2554EB;
	--blue-dark: #1B3FBE;
	--blue-tint: #EEF2FF;
	--navy: #0B1633;
	--navy-soft: #14224B;
	--text: #0F172A;
	--muted: #64748B;
	--border: #E5E9F2;
	--bg-soft: #F6F8FE;
	--green-bg: #DCFCE7;
	--green: #16A34A;
	--radius-lg: 18px;
	--radius-md: 14px;
	--radius-sm: 10px;
	--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--header-h: 76px;
	--header-h-mobile: 66px;
}

* { box-sizing: border-box; }
html {
	scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
	overflow-x: hidden; width: 100%;
}
body {
	margin: 0;
	font-family: var(--font);
	color: var(--text);
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	width: 100%;
	position: relative;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; margin: 0; letter-spacing: -0.01em; overflow-wrap: break-word; }
p { margin: 0; overflow-wrap: break-word; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; }
svg { display: block; }

/* Belt-and-braces: html/body above is the real fix (a sibling of any
   element - header, footer, a fixed-position banner - can force page-wide
   horizontal scroll even if that element itself isn't a descendant of
   .site-main), but this stays as a second layer of defense. */
.site-main { overflow-x: hidden; max-width: 100%; }

/* Accessibility: visible focus ring everywhere, skip link */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 2px;
	border-radius: 4px;
}
.skip-link {
	position: absolute; left: 12px; top: -60px;
	background: var(--blue); color: #fff; padding: 10px 18px; border-radius: 8px;
	font-weight: 600; font-size: 14px; z-index: 10000; transition: top .15s ease;
}
.skip-link:focus { top: 12px; }

/* ---------- Shared layout helpers ---------- */
.hero-inner, .features-inner, .how-it-works-inner, .insights-inner,
.newsletter-bar-inner, .site-footer-inner, .site-header-inner,
.page-hero-inner, .about-stats-inner, .cta-banner-inner, .blog-listing-inner,
.single-post-inner, .generic-page-inner, .legal-page-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	border-radius: var(--radius-sm); font-weight: 600; font-size: 14px; padding: 13px 22px;
	min-height: 46px;
	border: none; cursor: pointer; transition: background .15s, opacity .15s, color .15s, transform .1s;
	white-space: nowrap;
}
.btn:active { transform: scale(.98); }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 1px 2px rgba(11,22,51,.08); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-outline { background: #fff; border: 1px solid var(--border); color: var(--text); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-light { background: #fff; color: var(--blue); }
.btn-light:hover { background: var(--bg-soft); }
.btn-lg { padding: 15px 26px; font-size: 15px; min-height: 50px; }

.link-arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-weight: 600; font-size: 14px; padding: 4px 0; }
.link-arrow svg { width: 15px; height: 15px; transition: transform .15s; }
.link-arrow:hover svg { transform: translateX(3px); }

.pm-eyebrow { display: inline-block; color: var(--blue); font-weight: 700; font-size: 13px; letter-spacing: .06em; margin-bottom: 10px; }

/* ---------- Header ---------- */
.site-header { border-bottom: 1px solid var(--border); position: sticky; top: 0; background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(10px); z-index: 500; }
.site-header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.site-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 34px; height: 34px; display: flex; flex-shrink: 0; }
.logo-mark svg { width: 100%; height: 100%; }
.logo-text { font-size: 19px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.logo-text span { color: var(--blue); }
.logo-text.light { color: #fff; }

.site-nav-panel { display: contents; }
.site-nav-list { display: flex; align-items: center; gap: 32px; }
.site-nav-list a { font-size: 14px; font-weight: 600; color: var(--text); position: relative; padding: 6px 0; }
.site-nav-list a:hover { color: var(--blue); }
.site-nav-list .current-menu-item > a { color: var(--blue); }

.site-header-actions { display: flex; align-items: center; gap: 14px; }
.nav-mobile-cta { display: none; }
.nav-mobile-contact { display: none; }
.nav-toggle {
	display: none; position: relative; width: 44px; height: 44px; flex-shrink: 0;
	background: none; border: none; cursor: pointer; border-radius: 10px;
}
.nav-toggle:hover { background: var(--bg-soft); }
.nav-toggle span {
	position: absolute; left: 12px; width: 20px; height: 2px; background: var(--text); border-radius: 2px;
	transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 26px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.nav-backdrop {
	display: none; position: fixed; inset: 0; background: rgba(11,22,51,.4);
	z-index: 399; opacity: 0; transition: opacity .25s ease;
}
.nav-backdrop.is-visible { display: block; opacity: 1; }

/* ---------- Hero (Home) ---------- */
.hero { padding: clamp(32px, 6vw, 60px) 0 20px; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.hero-copy h1 { font-size: clamp(30px, 4.2vw, 46px); color: var(--text); }
.hero-copy h1 span { color: var(--blue); }
.hero-copy > p { margin-top: 18px; font-size: 16px; color: var(--muted); max-width: 46ch; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 13px; color: var(--muted); }
.hero-note svg { width: 16px; height: 16px; color: var(--blue); flex-shrink: 0; }

.hero-art { position: relative; display: flex; align-items: flex-start; justify-content: center; min-height: 440px; overflow: hidden; padding: 4px; }

.phone-mock {
	width: min(250px, 62vw); background: #fff; border: 1px solid var(--border); border-radius: 30px;
	padding: 18px 16px; box-shadow: 0 30px 60px -20px rgba(15,23,42,.2);
	position: relative; z-index: 2; margin-top: 10px;
}
.phone-notch { width: 60px; height: 6px; border-radius: 4px; background: var(--border); margin: 0 auto 14px; }
.phone-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; gap: 8px; }
.phone-topbar strong { display: block; font-size: 13px; }
.phone-topbar span { display: block; font-size: 11px; color: var(--muted); }
.phone-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; color: var(--blue); flex-shrink: 0; }
.phone-avatar svg { width: 16px; height: 16px; }
.phone-balance-card { background: var(--blue); color: #fff; border-radius: 14px; padding: 16px; margin-bottom: 14px; }
.phone-balance-card span { display: block; font-size: 11px; opacity: .85; }
.phone-balance-card strong { display: block; font-size: 20px; margin: 4px 0; }
.phone-balance-card .delta { font-size: 11px; opacity: .9; }
.phone-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 16px; }
.phone-actions > div { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.phone-actions span { width: 34px; height: 34px; border-radius: 10px; background: var(--bg-soft); color: var(--blue); display: flex; align-items: center; justify-content: center; }
.phone-actions svg { width: 15px; height: 15px; }
.phone-actions small { font-size: 9.5px; color: var(--muted); text-align: center; }
.phone-quicklist-label { display: block; font-size: 11px; font-weight: 700; color: var(--muted); margin-bottom: 8px; }
.phone-quicklist a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--border); font-size: 12.5px; font-weight: 600; }
.phone-quicklist svg { width: 14px; height: 14px; color: var(--muted); }

.overview-card {
	width: min(300px, 72vw); background: #fff; border: 1px solid var(--border); border-radius: 18px;
	padding: 22px; box-shadow: 0 30px 60px -20px rgba(15,23,42,.18);
	position: relative; z-index: 1; margin-left: clamp(-70px, -6vw, -30px); margin-top: 60px;
}
.overview-label { display: block; font-weight: 700; font-size: 14px; }
.overview-sub { display: block; font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.overview-balance strong { display: block; font-size: 22px; }
.overview-balance .delta { font-size: 11.5px; color: var(--green); }
.overview-chart { width: 100%; height: 60px; margin: 14px 0; }
.overview-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.overview-stats div { background: var(--bg-soft); border-radius: 10px; padding: 10px; }
.overview-stats span { display: block; font-size: 10.5px; color: var(--muted); }
.overview-stats b { display: block; font-size: 13px; margin-top: 2px; }
.overview-transaction { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--border); padding-top: 14px; }
.tx-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--green-bg); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tx-icon svg { width: 15px; height: 15px; }
.overview-transaction strong { display: block; font-size: 12.5px; }
.overview-transaction span { display: block; font-size: 10.5px; color: var(--muted); }
.overview-transaction .tx-amount { margin-left: auto; color: var(--green); font-size: 12px; font-weight: 700; white-space: nowrap; }

/* ---------- Features (Save/Invest/Borrow) ---------- */
.features { padding: clamp(40px, 6vw, 60px) 0; }
.features-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 28px; transition: transform .15s ease, box-shadow .15s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -20px rgba(15,23,42,.2); }
.feature-icon { width: 46px; height: 46px; border-radius: 12px; background: #fff; color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature-icon svg { width: 22px; height: 22px; }
.feature-card h3 { font-size: 18px; margin-bottom: 10px; }
.feature-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-bottom: 16px; }

/* ---------- How it works ---------- */
.how-it-works { padding: clamp(40px, 6vw, 60px) 0; background: var(--bg-soft); }
.how-it-works-intro { max-width: 560px; margin-bottom: 44px; }
.how-it-works-intro h2 { font-size: clamp(24px, 3vw, 28px); margin-bottom: 12px; }
.how-it-works-intro p { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.step { position: relative; }
.step-num {
	display: flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; border-radius: 50%; background: var(--blue); color: #fff;
	font-weight: 700; font-size: 13px; margin-bottom: 16px;
}
.step-icon { width: 40px; height: 40px; border-radius: 10px; background: #fff; color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step-icon svg { width: 20px; height: 20px; }
.step h4 { font-size: 15px; margin-bottom: 6px; }
.step p { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ---------- Insights ---------- */
.insights { padding: clamp(40px, 6vw, 60px) 0; }
.insights-intro { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-bottom: 34px; }
.insights-intro h2 { font-size: clamp(24px, 3vw, 28px); margin-bottom: 10px; }
.insights-intro p { color: var(--muted); max-width: 52ch; }
.insight-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-cards-grid { grid-template-columns: repeat(3, 1fr); }
.insight-card { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; display: block; background: #fff; transition: box-shadow .15s ease, transform .15s ease; }
.insight-card:hover { box-shadow: 0 20px 40px -24px rgba(15,23,42,.25); transform: translateY(-2px); }
.insight-thumb { aspect-ratio: 16/10; background: var(--bg-soft); overflow: hidden; }
.insight-thumb img { width: 100%; height: 100%; object-fit: cover; }
.insight-thumb-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--blue-tint), var(--bg-soft)); }
.insight-body { padding: 18px; }
.insight-body h3 { font-size: 15.5px; margin-bottom: 8px; line-height: 1.35; }
.insight-body p { font-size: 13px; color: var(--muted); line-height: 1.55; margin-bottom: 12px; }
.insight-meta { font-size: 12px; color: var(--muted); }
.insights-empty { color: var(--muted); text-align: center; padding: 40px 0; }

/* ---------- Newsletter bar ---------- */
.newsletter-bar { background: var(--blue); padding: clamp(28px, 5vw, 40px) 0; }
.newsletter-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.newsletter-bar-copy { display: flex; align-items: flex-start; gap: 14px; max-width: 460px; }
.bell-icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bell-icon svg { width: 20px; height: 20px; }
.newsletter-bar-copy h3 { color: #fff; font-size: 17px; margin-bottom: 6px; }
.newsletter-bar-copy p { color: rgba(255,255,255,.85); font-size: 13px; line-height: 1.5; }
.newsletter-bar-form { flex: 1; min-width: 260px; max-width: 420px; width: 100%; }
.newsletter-bar-form .pm-newsletter-row input { background: #fff; border: none; }
.newsletter-bar-form .pm-newsletter-note { color: rgba(255,255,255,.75); }
.newsletter-bar-form .pm-form-msg.is-success { background: rgba(255,255,255,.15); color: #fff; }
.newsletter-bar-form .pm-form-msg.is-error { background: rgba(255,255,255,.15); color: #FFD9D9; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #C7CEDD; padding: clamp(40px, 6vw, 56px) 0 0; }
.site-footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 40px; }
.footer-logo { margin-bottom: 14px; }
.footer-brand p { font-size: 13px; line-height: 1.6; color: #97A1BC; margin: 10px 0 18px; max-width: 32ch; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .15s; }
.footer-socials a:hover { background: var(--blue); }
.footer-socials svg { width: 15px; height: 15px; }
.footer-col h4 { color: #fff; font-size: 13px; letter-spacing: .03em; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 4px; }
.footer-col ul li a { font-size: 13.5px; color: #AEB6CC; display: inline-block; padding: 6px 0; }
.footer-col ul li a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; padding: 4px 0; }
.footer-contact svg { width: 15px; height: 15px; margin-top: 2px; flex-shrink: 0; color: #8891AC; }
.footer-contact a { word-break: break-word; }
.site-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 24px; text-align: center; }
.site-footer-bottom p { font-size: 12.5px; color: #8891AC; }

/* ---------- Page hero (About / Insights) ---------- */
.page-hero { padding: clamp(40px, 6vw, 60px) 0 20px; text-align: center; }
.page-hero-inner { max-width: 720px; }
.page-hero h1 { font-size: clamp(28px, 4vw, 38px); margin-bottom: 16px; }
.page-hero h1 span { color: var(--blue); display: block; }
.page-hero p { color: var(--muted); font-size: 16px; line-height: 1.6; }

/* ---------- About stats ---------- */
.about-stats { padding: 20px 0 clamp(40px, 6vw, 60px); }
.about-stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; background: var(--bg-soft); border-radius: var(--radius-lg); padding: 40px 24px; }
.about-stats-inner strong { display: block; font-size: 28px; color: var(--blue); }
.about-stats-inner span { display: block; font-size: 13px; color: var(--muted); margin-top: 6px; }

/* ---------- CTA banner ---------- */
.cta-banner { padding: 20px 0 clamp(48px, 8vw, 70px); }
.cta-banner-inner { background: var(--blue); border-radius: 20px; padding: clamp(28px, 5vw, 44px); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-banner-inner h2 { color: #fff; font-size: clamp(20px, 3vw, 24px); margin-bottom: 8px; }
.cta-banner-inner p { color: rgba(255,255,255,.85); font-size: 14px; }

/* ---------- Blog listing ---------- */
.blog-listing { padding: 20px 0 clamp(48px, 8vw, 70px); }
.blog-pagination { margin-top: 40px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.blog-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; border-radius: 8px; border: 1px solid var(--border); font-size: 13px; font-weight: 600; padding: 0 8px; }
.blog-pagination .page-numbers.current { background: var(--blue); color: #fff; border-color: var(--blue); }

/* ---------- Single post ---------- */
.single-post { padding: clamp(28px, 5vw, 40px) 0 clamp(48px, 8vw, 70px); }
.single-post-inner { max-width: 760px; }
.back-link { margin-bottom: 20px; }
.single-post-header h1 { font-size: clamp(24px, 4vw, 32px); margin-bottom: 14px; }
.single-post-meta { display: flex; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 28px; flex-wrap: wrap; }
.single-post-thumb { border-radius: var(--radius-md); overflow: hidden; margin-bottom: 30px; aspect-ratio: 16/9; }
.single-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.single-post-content { font-size: 16px; line-height: 1.8; color: #1E293B; overflow-wrap: break-word; }
.single-post-content p { margin-bottom: 20px; }
.single-post-content h2, .single-post-content h3 { margin: 34px 0 14px; }
.single-post-content img { border-radius: 12px; margin: 20px 0; }
.related-posts { margin-top: 60px; border-top: 1px solid var(--border); padding-top: 40px; }
.related-posts h3 { font-size: 20px; margin-bottom: 22px; }

/* ---------- Generic page / legal pages ---------- */
.generic-page, .legal-page { padding: clamp(32px, 5vw, 50px) 0 clamp(48px, 8vw, 80px); }
.generic-page-inner, .legal-page-inner { max-width: 780px; }
.generic-page h1, .legal-page h1 { font-size: clamp(26px, 4vw, 32px); margin-bottom: 20px; }
.legal-updated { color: var(--muted); font-size: 13px; margin-bottom: 30px; }
.generic-page-content, .legal-content { font-size: 15.5px; line-height: 1.8; color: #1E293B; overflow-wrap: break-word; }
.generic-page-content p, .legal-content p { margin-bottom: 18px; }
.legal-content h2 { font-size: 20px; margin: 30px 0 12px; }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 18px; }
.legal-content ul li { margin-bottom: 8px; }

/* ---------- Invest page wrapper spacing ---------- */
.invest-page { padding-top: 0; }

/* ---------- 404 ---------- */
.not-found-page { padding: clamp(60px, 12vw, 100px) 0; text-align: center; }
.not-found-inner h1 { font-size: clamp(48px, 10vw, 72px); color: var(--blue); }
.not-found-inner p { color: var(--muted); margin: 16px 0 26px; }

/* =====================================================================
   Responsive - tablet
   ===================================================================== */
@media (max-width: 980px) {
	.hero-inner { grid-template-columns: 1fr; }
	.hero-art { order: -1; margin-bottom: 20px; flex-direction: column; align-items: center; }
	.overview-card { margin-left: 0; margin-top: -40px; }
	.features-inner { grid-template-columns: 1fr 1fr; }
	.steps { grid-template-columns: 1fr 1fr; }
	.insight-cards, .insight-cards-grid { grid-template-columns: 1fr 1fr; }
	.site-footer-inner { grid-template-columns: 1fr 1fr; }
	.about-stats-inner { grid-template-columns: 1fr 1fr; }
}

/* =====================================================================
   Responsive - mobile nav breakpoint
   ===================================================================== */
@media (max-width: 760px) {
	:root { --header-h: var(--header-h-mobile); }

	.site-header-inner { height: var(--header-h-mobile); gap: 12px; }
	.logo-text { font-size: 16.5px; }

	/* Dropdown panel anchored to the header itself (not a full-screen side
	   drawer) so it always shows its full content - height animates via the
	   CSS-grid "0fr -> 1fr" technique instead of a guessed pixel/vh value,
	   and the inner panel is separately capped + scrollable so a long menu
	   can never render taller than the viewport. */
	.site-nav {
		position: absolute; top: 100%; left: 0; right: 0;
		display: grid; grid-template-rows: 0fr;
		background: #fff; z-index: 400;
		border-top: 1px solid var(--border);
		box-shadow: 0 24px 48px -16px rgba(15,23,42,.22);
		transition: grid-template-rows .32s cubic-bezier(.4,0,.2,1);
	}
	.site-nav.is-open { grid-template-rows: 1fr; }

	.site-nav-panel {
		display: block; min-height: 0; overflow-y: auto; overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - var(--header-h-mobile) - 16px);
		padding: 4px 24px 28px;
	}
	.site-nav-list { flex-direction: column; align-items: stretch; gap: 0; padding-top: 8px; }
	.site-nav-list a {
		display: flex; align-items: center; min-height: 56px; font-size: 16px;
		border-bottom: 1px solid var(--border);
	}
	.site-nav-list li:last-child a { border-bottom: none; }
	.nav-toggle { display: block; }
	.header-cta { display: none; }
	.nav-mobile-cta { display: flex; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); }
	.nav-mobile-cta .btn { width: 100%; }
	.nav-mobile-contact {
		display: flex; flex-direction: column; gap: 4px; margin-top: 16px;
	}
	.nav-mobile-contact a {
		display: flex; align-items: center; gap: 10px; min-height: 40px;
		font-size: 13.5px; font-weight: 600; color: var(--muted);
	}
	.nav-mobile-contact a:hover { color: var(--blue); }
	.nav-mobile-contact svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--blue); }

	.features-inner { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	.insight-cards, .insight-cards-grid { grid-template-columns: 1fr; }
	.site-footer-inner { grid-template-columns: 1fr; gap: 36px; }
	.footer-col { border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 24px; }
	.footer-col:last-child { border-bottom: none; }
	.about-stats-inner { grid-template-columns: 1fr 1fr; padding: 28px 20px; }
	.newsletter-bar-inner { flex-direction: column; align-items: stretch; }
	.newsletter-bar-copy { max-width: none; }
	.cta-banner-inner { flex-direction: column; align-items: flex-start; }
	.cta-banner-inner .btn { width: 100%; }
}

/* =====================================================================
   Responsive - small phones
   ===================================================================== */
@media (max-width: 480px) {
	.hero-inner, .features-inner, .how-it-works-inner, .insights-inner,
	.newsletter-bar-inner, .site-footer-inner, .site-header-inner,
	.page-hero-inner, .about-stats-inner, .cta-banner-inner, .blog-listing-inner,
	.single-post-inner, .generic-page-inner, .legal-page-inner {
		padding: 0 18px;
	}
	.hero-actions { flex-direction: column; align-items: stretch; }
	.hero-actions .btn { width: 100%; }
	.phone-mock { width: min(230px, 72vw); padding: 16px 14px; }
	.overview-card { width: min(270px, 82vw); margin-top: -50px; padding: 18px; }
	.about-stats-inner { grid-template-columns: 1fr 1fr; gap: 16px; }
	.footer-socials a { width: 42px; height: 42px; }
}

/* Respect OS-level reduced motion preference */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
