/* ============================================================
   SwapAnHour — New site design
   Shared stylesheet (namespaced with .sah- to avoid clashes)
   Add to index-desktop.html AFTER your existing stylesheets:
   <link href="styles/swapanhour-new.css" rel="stylesheet" type="text/css">
   Font: Inter (loaded via @import below)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

.sah-root {
  --sah-orange: #2D7D4F;
  --sah-amber: #4AAD71;
  --sah-yellow: #A8D5B5;
  --sah-dark: #1A1108;
  --sah-cream: #F2FAF5;
  --sah-mid: #3D2800;
  --sah-light-orange: #E8F5EE;
  --sah-green: #1A5C38;
  --sah-green-light: #D4EDE0;

  font-family: 'DM Sans', sans-serif;
  background: var(--sah-cream);
  color: var(--sah-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

.sah-root *, .sah-root *::before, .sah-root *::after { box-sizing: border-box; }
.sah-root h1, .sah-root h2, .sah-root h3, .sah-root h4, .sah-root p, .sah-root ul, .sah-root ol { margin: 0; padding: 0; }

/* NAV */
.sah-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--sah-cream);
  border-bottom: 1.5px solid rgba(45,125,79,0.15);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.sah-nav-logo { font-family: Inter, sans-serif; font-weight: 800; font-size: 20px; color: var(--sah-dark); text-decoration: none; letter-spacing: -0.5px; cursor: pointer; }
.sah-nav-logo span { color: var(--sah-orange); }
.sah-nav-links { display: flex; gap: 2rem; list-style: none; }
.sah-nav-links a { text-decoration: none; font-size: 14px; font-weight: 500; color: var(--sah-mid); transition: color 0.2s; cursor: pointer; }
.sah-nav-links a:hover { color: var(--sah-orange); }
.sah-nav-cta { background: var(--sah-orange); color: white !important; padding: 8px 20px; border-radius: 100px; font-size: 14px; font-weight: 500; text-decoration: none; transition: background 0.2s, transform 0.15s; cursor: pointer; border: none; }
.sah-nav-cta:hover { background: #236040; transform: translateY(-1px); }

/* HERO */
.sah-hero { padding: 80px 5% 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; }
.sah-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--sah-light-orange); color: var(--sah-orange); font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; border: 1px solid rgba(45,125,79,0.2); }
.sah-hero-eyebrow::before { content: ''; width: 8px; height: 8px; background: var(--sah-orange); border-radius: 50%; animation: sahPulse 2s infinite; }
@keyframes sahPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } }
.sah-hero h1 { font-family: Inter, sans-serif; font-size: clamp(38px, 5vw, 60px); font-weight: 800; line-height: 1.05; letter-spacing: -2px; color: var(--sah-dark); margin-bottom: 20px; }
.sah-hero-sub { font-size: 17px; color: #3a5a45; line-height: 1.7; margin-bottom: 36px; font-weight: 300; max-width: 440px; }
.sah-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.sah-btn-primary { background: var(--sah-orange); color: white; padding: 14px 28px; border-radius: 100px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, transform 0.15s; border: none; cursor: pointer; }
.sah-btn-primary:hover { background: #236040; transform: translateY(-2px); }
.sah-btn-secondary { background: transparent; color: var(--sah-orange); padding: 14px 28px; border-radius: 100px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--sah-orange); transition: background 0.2s, transform 0.15s; cursor: pointer; }
.sah-btn-secondary:hover { background: var(--sah-light-orange); transform: translateY(-2px); }
.sah-hero-social-proof { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.sah-avatars { display: flex; }
.sah-avatar { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--sah-cream); margin-left: -8px; font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; color: white; background: var(--sah-orange); }
.sah-avatar:first-child { margin-left: 0; }
.sah-avatar:nth-child(2) { background: #3a8f5e; }
.sah-avatar:nth-child(3) { background: #2d7d4f; }
.sah-avatar:nth-child(4) { background: #4AAD71; }
.sah-social-text { font-size: 13px; color: #3a5a45; }
.sah-social-text strong { color: var(--sah-dark); font-weight: 600; }

/* CLOCK CARD */
.sah-clock-card { background: white; border-radius: 24px; padding: 32px; border: 1.5px solid rgba(45,125,79,0.15); box-shadow: 0 20px 60px rgba(45,125,79,0.08); position: relative; overflow: hidden; }
.sah-clock-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(74,173,113,0.15) 0%, transparent 70%); border-radius: 50%; }
.sah-clock-face { width: 120px; height: 120px; border-radius: 50%; border: 3px solid var(--sah-orange); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; background: var(--sah-light-orange); }
.sah-clock-face svg { width: 80px; height: 80px; }
.sah-clock-hand-min { transform-origin: 40px 40px; animation: sahRotate 6s linear infinite; }
.sah-clock-hand-hr { transform-origin: 40px 40px; animation: sahRotate 72s linear infinite; }
@keyframes sahRotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.sah-swap-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.sah-swap-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--sah-cream); border-radius: 12px; font-size: 14px; font-weight: 500; border: 1px solid rgba(45,125,79,0.1); transition: transform 0.2s; }
.sah-swap-item:hover { transform: translateX(4px); }
.sah-swap-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.sah-swap-icon.orange { background: var(--sah-light-orange); }
.sah-swap-icon.green { background: var(--sah-green-light); }
.sah-swap-icon.amber { background: #EAF6EF; }
.sah-swap-icon.pink { background: #F0FAF4; }
.sah-swap-meta { font-size: 12px; color: #6a9a7e; font-weight: 400; margin-top: 2px; }
.sah-swap-badge { margin-left: auto; background: var(--sah-light-orange); color: var(--sah-orange); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; }

/* STATS */
.sah-stats-band { background: var(--sah-orange); padding: 36px 5%; }
.sah-stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.sah-stat-num { font-family: Inter, sans-serif; font-size: 40px; font-weight: 800; color: white; letter-spacing: -1px; line-height: 1; }
.sah-stat-label { font-size: 14px; color: rgba(255,255,255,0.75); margin-top: 4px; font-weight: 400; }

/* SECTIONS */
.sah-section { padding: 80px 5%; max-width: 1200px; margin: 0 auto; }
.sah-section-eyebrow { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--sah-orange); margin-bottom: 12px; }
.sah-section-title { font-family: Inter, sans-serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; color: var(--sah-dark); margin-bottom: 16px; }
.sah-section-sub { font-size: 16px; color: #3a5a45; max-width: 520px; line-height: 1.7; font-weight: 300; margin-bottom: 48px; }

/* STEPS */
.sah-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sah-step-card { background: white; border-radius: 20px; padding: 28px 24px; border: 1.5px solid rgba(45,125,79,0.1); position: relative; overflow: hidden; transition: transform 0.2s, border-color 0.2s; }
.sah-step-card:hover { transform: translateY(-4px); border-color: rgba(45,125,79,0.3); }
.sah-step-number { font-family: Inter, sans-serif; font-size: 56px; font-weight: 800; color: rgba(45,125,79,0.08); position: absolute; top: 12px; right: 20px; line-height: 1; }
.sah-step-icon { width: 48px; height: 48px; background: var(--sah-light-orange); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.sah-step-title { font-family: Inter, sans-serif; font-size: 18px; font-weight: 700; color: var(--sah-dark); margin-bottom: 8px; letter-spacing: -0.5px; }
.sah-step-desc { font-size: 14px; color: #3a5a45; line-height: 1.65; font-weight: 300; }

/* APP SECTION */
.sah-app-section { background: var(--sah-cream); padding: 80px 5%; overflow: hidden; position: relative; }
.sah-app-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.sah-app-content .sah-section-eyebrow { color: var(--sah-orange); }
.sah-app-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--sah-green-light); border: 1px solid rgba(45,125,79,0.3); color: var(--sah-green); font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; }
.sah-app-badge::before { content: ''; width: 7px; height: 7px; background: var(--sah-green); border-radius: 50%; animation: sahPulse 2s infinite; }
.sah-store-buttons { display: flex; flex-direction: column; gap: 14px; max-width: 260px; }
.sah-store-btn { display: flex; align-items: center; gap: 14px; background: white; border: 1.5px solid rgba(45,125,79,0.18); border-radius: 14px; padding: 14px 20px; text-decoration: none; cursor: pointer; transition: background 0.2s, border-color 0.2s, transform 0.15s; }
.sah-store-btn:hover { background: var(--sah-light-orange); border-color: var(--sah-orange); transform: translateY(-2px); }
.sah-store-btn-icon { width: 28px; height: 28px; flex-shrink: 0; }
.sah-store-btn-label { font-size: 10px; color: #6a9a7e; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; margin-bottom: 2px; }
.sah-store-btn-name { font-family: Inter, sans-serif; font-size: 17px; font-weight: 700; color: var(--sah-dark); letter-spacing: -0.3px; }
.sah-app-phone-wrap { display: flex; justify-content: center; align-items: flex-end; position: relative; }
.sah-app-phone { width: 260px; background: #0d0d0d; border-radius: 44px; border: 2px solid rgba(0,0,0,0.15); box-shadow: 0 40px 80px rgba(45,125,79,0.15), 0 8px 32px rgba(0,0,0,0.12); position: relative; overflow: hidden; padding: 14px 10px 10px; animation: sahFloat 4s ease-in-out infinite; }
@keyframes sahFloat { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-12px); } }
.sah-app-phone-notch { width: 80px; height: 22px; background: #0d0d0d; border-radius: 0 0 16px 16px; margin: 0 auto 8px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 6px; }
.sah-app-phone-notch::before { content: ''; width: 8px; height: 8px; background: #1a1a1a; border-radius: 50%; border: 1px solid #333; }
.sah-app-phone-notch::after { content: ''; width: 40px; height: 5px; background: #1a1a1a; border-radius: 100px; }
.sah-app-phone-screen { border-radius: 28px; overflow: hidden; width: 100%; display: block; }

/* CATEGORIES */
.sah-categories-section { background: var(--sah-cream); padding: 80px 5%; }
.sah-categories-inner { max-width: 1200px; margin: 0 auto; }
.sah-categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.sah-cat-card { background: white; border-radius: 16px; padding: 24px 20px; text-align: center; border: 1.5px solid rgba(45,125,79,0.08); transition: transform 0.2s, background 0.2s; cursor: pointer; }
.sah-cat-card:hover { background: var(--sah-light-orange); transform: translateY(-3px); border-color: rgba(45,125,79,0.25); }
.sah-cat-emoji { font-size: 32px; margin-bottom: 12px; display: block; }
.sah-cat-name { font-family: Inter, sans-serif; font-size: 15px; font-weight: 700; color: var(--sah-dark); margin-bottom: 4px; }

/* VIDEO SECTION */
.sah-video-section { background: white; padding: 80px 5%; }
.sah-video-inner { max-width: 1200px; margin: 0 auto; }
.sah-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.sah-video-card { border-radius: 20px; overflow: hidden; border: 1.5px solid rgba(45,125,79,0.12); background: var(--sah-cream); transition: transform 0.2s, box-shadow 0.2s; }
.sah-video-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(45,125,79,0.12); }
.sah-video-thumb { display: block; position: relative; overflow: hidden; aspect-ratio: 16/9; background: #000; cursor: pointer; }
.sah-video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s, opacity 0.3s; }
.sah-video-thumb:hover img { transform: scale(1.04); opacity: 0.85; }
.sah-video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background: var(--sah-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: white; padding-left: 4px; transition: transform 0.2s, background 0.2s; }
.sah-video-thumb:hover .sah-video-play-btn { transform: translate(-50%, -50%) scale(1.12); background: #236040; }
.sah-video-label { padding: 16px 20px; }
.sah-video-tag { display: inline-block; background: var(--sah-light-orange); color: var(--sah-orange); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 100px; margin-bottom: 8px; }
.sah-video-title { font-size: 15px; font-weight: 600; color: var(--sah-dark); }

/* MISSION */
.sah-mission-section { padding: 80px 5%; background: var(--sah-cream); position: relative; overflow: hidden; }
.sah-mission-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sah-impact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sah-impact-card { background: white; border: 1.5px solid rgba(45,125,79,0.1); border-radius: 16px; padding: 22px 20px; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
.sah-impact-card:hover { background: var(--sah-light-orange); border-color: rgba(45,125,79,0.3); transform: translateY(-3px); }
.sah-impact-icon { font-size: 28px; margin-bottom: 10px; display: block; }
.sah-impact-title { font-family: Inter, sans-serif; font-size: 15px; font-weight: 700; color: var(--sah-dark); margin-bottom: 6px; }
.sah-impact-desc { font-size: 13px; color: #3a5a45; line-height: 1.6; font-weight: 300; }

/* FAQ */
.sah-faq-section { padding: 80px 5%; max-width: 800px; margin: 0 auto; }
.sah-faq-item { border-bottom: 1px solid rgba(45,125,79,0.15); padding: 20px 0; }
.sah-faq-q { font-family: Inter, sans-serif; font-size: 16px; font-weight: 700; color: var(--sah-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.sah-faq-q::after { content: '+'; font-size: 22px; color: var(--sah-orange); font-family: sans-serif; font-weight: 300; flex-shrink: 0; transition: transform 0.2s; }
.sah-faq-item.open .sah-faq-q::after { transform: rotate(45deg); }
.sah-faq-a { font-size: 14px; color: #3a5a45; line-height: 1.7; font-weight: 300; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; }
.sah-faq-item.open .sah-faq-a { max-height: 320px; padding-top: 12px; }

/* CTA */
.sah-cta-section { background: var(--sah-orange); padding: 80px 5%; text-align: center; position: relative; overflow: hidden; }
.sah-cta-section::before { content: ''; position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); width: 500px; height: 200px; background: rgba(0,0,0,0.1); border-radius: 50%; }
.sah-cta-title { font-family: Inter, sans-serif; font-size: clamp(28px, 4vw, 52px); font-weight: 800; color: white; letter-spacing: -2px; line-height: 1.05; margin-bottom: 16px; position: relative; z-index: 1; }
.sah-cta-sub { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 36px; font-weight: 300; position: relative; z-index: 1; }
.sah-btn-white { background: white; color: var(--sah-orange); padding: 14px 32px; border-radius: 100px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform 0.2s, box-shadow 0.2s; position: relative; z-index: 1; cursor: pointer; border: none; }
.sah-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }

/* FOOTER */
.sah-footer { background: var(--sah-dark); color: rgba(255,255,255,0.6); padding: 48px 5% 28px; }
.sah-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.sah-footer-brand { font-family: Inter, sans-serif; font-size: 22px; font-weight: 800; color: white; margin-bottom: 12px; display: block; cursor: pointer; }
.sah-footer-brand span { color: var(--sah-amber); }
.sah-footer-tagline { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.5); font-weight: 300; max-width: 240px; }
.sah-footer-col-title { font-family: Inter, sans-serif; font-size: 13px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.sah-footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sah-footer-links a { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; font-weight: 300; cursor: pointer; }
.sah-footer-links a:hover { color: var(--sah-amber); }
.sah-footer-social-title { font-family: Inter, sans-serif; font-size: 13px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.sah-footer-social-icons { display: flex; gap: 12px; }
.sah-social-icon-btn { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background 0.2s, border-color 0.2s, transform 0.15s; }
.sah-social-icon-btn:hover { background: var(--sah-orange); border-color: var(--sah-orange); transform: translateY(-2px); }
.sah-social-icon-btn svg { width: 18px; height: 18px; fill: rgba(255,255,255,0.7); transition: fill 0.2s; }
.sah-social-icon-btn:hover svg { fill: white; }
.sah-footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; font-size: 12px; color: rgba(255,255,255,0.3); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* LEGAL PAGES */
.sah-legal-hero { background: var(--sah-dark); padding: 60px 5% 48px; position: relative; overflow: hidden; }
.sah-legal-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(45,125,79,0.25) 0%, transparent 70%); border-radius: 50%; }
.sah-legal-hero-inner { max-width: 860px; margin: 0 auto; position: relative; z-index: 1; }
.sah-legal-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 13px; color: rgba(255,255,255,0.4); }
.sah-legal-breadcrumb a { color: var(--sah-amber); text-decoration: none; cursor: pointer; transition: color 0.2s; }
.sah-legal-breadcrumb a:hover { color: white; }
.sah-legal-breadcrumb span { color: rgba(255,255,255,0.25); }
.sah-legal-tag { display: inline-block; background: rgba(45,125,79,0.2); color: var(--sah-amber); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; padding: 4px 12px; border-radius: 100px; margin-bottom: 16px; border: 1px solid rgba(45,125,79,0.3); }
.sah-legal-title { font-family: Inter, sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 800; color: white; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 16px; }
.sah-legal-meta { font-size: 13px; color: rgba(255,255,255,0.4); font-weight: 300; }
.sah-legal-meta strong { color: rgba(255,255,255,0.65); font-weight: 500; }
.sah-legal-body { max-width: 860px; margin: 0 auto; padding: 56px 5% 80px; }
.sah-legal-toc { background: white; border: 1.5px solid rgba(45,125,79,0.12); border-radius: 16px; padding: 24px 28px; margin-bottom: 48px; }
.sah-legal-toc-title { font-family: Inter, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--sah-orange); margin-bottom: 14px; }
.sah-legal-toc ol { padding-left: 18px; display: flex; flex-direction: column; gap: 6px; }
.sah-legal-toc ol li a { font-size: 13px; color: var(--sah-mid); text-decoration: none; transition: color 0.2s; }
.sah-legal-toc ol li a:hover { color: var(--sah-orange); }
.sah-legal-section { margin-bottom: 44px; }
.sah-legal-section-title { font-family: Inter, sans-serif; font-size: 20px; font-weight: 800; color: var(--sah-dark); letter-spacing: -0.5px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--sah-light-orange); }
.sah-legal-section p { font-size: 15px; color: #2d4a38; line-height: 1.8; font-weight: 300; margin-bottom: 14px; }
.sah-legal-section p:last-child { margin-bottom: 0; }
.sah-legal-section ul, .sah-legal-section ol { padding-left: 20px; display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.sah-legal-section ul li, .sah-legal-section ol li { font-size: 15px; color: #2d4a38; line-height: 1.7; font-weight: 300; }
.sah-legal-section strong { font-weight: 600; color: var(--sah-dark); }
.sah-highlight-box { background: var(--sah-light-orange); border-left: 3px solid var(--sah-orange); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 16px 0; font-size: 14px; color: var(--sah-mid); line-height: 1.7; font-weight: 400; }
.sah-alert-box { background: #EAF6EF; border-left: 3px solid var(--sah-amber); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 16px 0; font-size: 14px; color: var(--sah-mid); line-height: 1.7; font-weight: 400; }
.sah-danger-box { background: #FFF2F2; border-left: 3px solid #E83A1A; border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 16px 0; font-size: 14px; color: #5a1008; line-height: 1.7; font-weight: 400; }
.sah-legal-contact-card { background: white; border: 1.5px solid rgba(45,125,79,0.15); border-radius: 16px; padding: 24px 28px; margin-top: 48px; display: flex; align-items: center; gap: 20px; }
.sah-legal-contact-icon { width: 48px; height: 48px; background: var(--sah-light-orange); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.sah-legal-contact-title { font-family: Inter, sans-serif; font-size: 16px; font-weight: 700; color: var(--sah-dark); margin-bottom: 4px; }
.sah-legal-contact-email { font-size: 14px; color: var(--sah-orange); text-decoration: none; font-weight: 500; }
.sah-legal-links-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.sah-legal-link-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--sah-light-orange); color: var(--sah-orange); border: 1.5px solid rgba(45,125,79,0.2); border-radius: 100px; padding: 10px 20px; font-size: 14px; font-weight: 500; text-decoration: none; cursor: pointer; transition: transform 0.15s; }
.sah-legal-link-pill:hover { transform: translateY(-2px); }
.sah-legal-link-pill svg { width: 16px; height: 16px; }

/* CHILD SAFETY */
.sah-zero-tol-banner { background: var(--sah-dark); border-radius: 16px; padding: 32px 28px; margin-bottom: 32px; display: flex; gap: 20px; align-items: flex-start; }
.sah-zero-tol-icon { font-size: 36px; flex-shrink: 0; margin-top: 4px; }
.sah-zero-tol-title { font-family: Inter, sans-serif; font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; letter-spacing: -0.5px; }
.sah-zero-tol-text { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; font-weight: 300; }

/* DELETE ACCOUNT */
.sah-farewell-banner { background: var(--sah-dark); border-radius: 20px; padding: 36px 32px; display:flex; gap:20px; align-items:flex-start; margin-bottom: 40px; }
.sah-farewell-icon { font-size:40px; flex-shrink:0; }
.sah-farewell-title { font-family: Inter, sans-serif; font-size: 22px; font-weight: 800; color: white; margin-bottom: 10px; letter-spacing:-0.5px; }
.sah-farewell-text { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; font-weight: 300; }
.sah-step-row { display:flex; gap:16px; align-items:flex-start; background:white; border:1.5px solid rgba(45,125,79,0.1); border-radius:14px; padding:20px; margin-bottom:16px; }
.sah-step-bubble { width:36px; height:36px; background:var(--sah-light-orange); border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:Inter,sans-serif; font-weight:800; color:var(--sah-orange); font-size:15px; flex-shrink:0; }
.sah-step-row-title { font-weight:600; color:var(--sah-dark); margin-bottom:4px; }
.sah-step-row-desc { font-size:14px; color:#3a5a45; font-weight:300; line-height:1.6; }

/* VIDEO MODAL */
.sah-video-modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.85); z-index: 99999; align-items: center; justify-content: center; padding: 20px; margin: 0; }
.sah-video-modal-overlay.open { display: flex; }
.sah-video-modal-box { position: relative; width: 100%; max-width: 860px; max-height: 90vh; overflow-y: auto; background: #111; border-radius: 16px; box-shadow: 0 32px 80px rgba(0,0,0,0.6); padding: 40px 32px 36px; text-align: center; margin: auto; }
.sah-video-modal-close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; background: rgba(255,255,255,0.1); border: none; border-radius: 50%; color: white; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; line-height: 1; }
.sah-video-modal-close:hover { background: rgba(255,255,255,0.25); }
.sah-video-modal-thumb { width: 100%; border-radius: 10px; margin-bottom: 24px; display: block; }
.sah-video-modal-title { font-family: Inter, sans-serif; font-size: 20px; font-weight: 700; color: white; margin-bottom: 8px; }
.sah-video-modal-sub { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 28px; font-weight: 300; }
.sah-video-modal-btn { display: inline-flex; align-items: center; gap: 10px; background: #FF0000; color: white; padding: 14px 28px; border-radius: 100px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.sah-video-modal-btn:hover { background: #cc0000; transform: translateY(-2px); }
.sah-video-modal-btn svg { width: 20px; height: 20px; fill: white; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .sah-hero { grid-template-columns: 1fr; gap: 40px; padding: 40px 5%; }
  .sah-steps-grid, .sah-categories-grid, .sah-video-grid { grid-template-columns: 1fr 1fr; }
  .sah-mission-inner, .sah-app-inner { grid-template-columns: 1fr; gap: 40px; }
  .sah-stats-inner { grid-template-columns: 1fr; }
  .sah-footer-inner { grid-template-columns: 1fr 1fr; }
  .sah-nav-links { display: none; }
  .sah-legal-contact-card { flex-direction: column; }
  .sah-zero-tol-banner, .sah-farewell-banner { flex-direction: column; }
}
