/*
Theme Name: Detoks Programi Temasi
Theme URI: https://saglikyonum.com
Author: Dr. Abdullah Kesgin
Author URI: https://saglikyonum.com
Description: Dr. Abdullah Kesgin 24 Haziran Detoks Programi icin ozel landing page temasi. Uygunluk hesaplayici, WhatsApp entegrasyonu ve tam responsive tasarim icerir.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: detoks-programi
*/

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --sage: #3D5A47;
    --sage-light: #5A7A65;
    --sage-pale: #EDF3EF;
    --gold: #B8860B;
    --gold-light: #D4A017;
    --cream: #FAFAF7;
    --dark: #1A2018;
    --text: #2C3328;
    --muted: #6B7A65;
    --wa-green: #25D366;
    --wa-dark: #128C7E;
    --white: #FFFFFF;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 28px;
    --shadow-card: 0 4px 32px rgba(30,50,30,0.09);
    --shadow-cta: 0 8px 40px rgba(37,211,102,0.35);
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Inter', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.65;
    padding-top: 108px;
  }

  /* ── STICKY HEADER ── */
  .sticky-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(250,250,247,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(61,90,71,0.1);
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo-text {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .logo-img {
    height: 92px;
    width: auto;
    border-radius: 8px;
    object-fit: contain;
    display: block;
  }
  .header-cta {
    background: var(--wa-green);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 9px 22px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(37,211,102,0.3);
  }
  .header-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,0.4); }

  .header-ig {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(214,36,159,0.35);
  }
  .header-ig:hover { transform: translateY(-1px) scale(1.05); }
  .header-cta-group { display: flex; align-items: center; gap: 10px; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    background: linear-gradient(160deg, #1A2018 0%, #2D4A35 45%, #3D5A47 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 80px;
    position: relative;
    overflow: hidden;
  }
  .hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(184,134,11,0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
  }
  .hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(37,211,102,0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
  }
  .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184,134,11,0.2);
    border: 1px solid rgba(184,134,11,0.4);
    color: #E8C84A;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 28px;
    animation: fadeInUp 0.6s ease both;
  }
  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 7vw, 72px);
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 12px;
    animation: fadeInUp 0.7s ease 0.1s both;
  }
  .hero-title em {
    font-style: italic;
    color: #E8C84A;
  }
  .hero-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: clamp(18px, 3.5vw, 28px);
    font-weight: 700;
    font-style: italic;
    color: rgba(255,255,255,0.75);
    margin-bottom: 32px;
    animation: fadeInUp 0.7s ease 0.2s both;
  }
  .hero-desc {
    max-width: 560px;
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 1.75;
    margin-bottom: 48px;
    animation: fadeInUp 0.7s ease 0.3s both;
  }
  .hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    animation: fadeInUp 0.7s ease 0.4s both;
  }
  .btn-wa-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--wa-green);
    color: white;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: var(--shadow-cta);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
  }
  .btn-wa-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 50px rgba(37,211,102,0.5); }
  .btn-wa-primary .pulse-ring {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 100%; height: 100%;
    border-radius: 50px;
    border: 2px solid rgba(37,211,102,0.6);
    animation: pulse-ring 2s ease-out infinite;
    pointer-events: none;
  }
  .hero-micro {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,0.1);
    animation: fadeInUp 0.7s ease 0.5s both;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-stat { text-align: center; }
  .hero-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 900;
    color: #E8C84A;
    line-height: 1;
  }
  .hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 4px; letter-spacing: 0.5px; text-transform: uppercase; }

  /* ── COUNTDOWN ── */
  .countdown-bar {
    background: var(--gold);
    color: white;
    text-align: center;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .countdown-units {
    display: flex;
    gap: 8px;
  }
  .countdown-unit {
    background: rgba(0,0,0,0.25);
    border-radius: 6px;
    padding: 2px 10px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    min-width: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .countdown-unit span { font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 400; opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; }

  /* ── SECTIONS ── */
  .section { padding: 80px 24px; }
  .section-inner { max-width: 980px; margin: 0 auto; }
  .section-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 12px;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .section-title em { font-style: italic; color: var(--sage); }
  .section-body { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 640px; }

  /* ── SOCIAL PROOF TICKER ── */
  .ticker-wrap {
    background: var(--sage-pale);
    border-top: 1px solid rgba(61,90,71,0.12);
    border-bottom: 1px solid rgba(61,90,71,0.12);
    overflow: hidden;
    padding: 14px 0;
  }
  .ticker-track {
    display: flex;
    gap: 0;
    animation: ticker 28s linear infinite;
    white-space: nowrap;
  }
  .ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 32px;
    font-size: 13px;
    color: var(--sage);
    font-weight: 500;
    border-right: 1px solid rgba(61,90,71,0.2);
  }
  .ticker-dot { width: 6px; height: 6px; background: var(--wa-green); border-radius: 50%; flex-shrink: 0; animation: blink 1.5s ease infinite; }

  /* ── TRANSFORMATION CARDS ── */
  .transform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 48px;
  }
  .transform-card {
    border-radius: var(--radius-md);
    padding: 28px;
    box-shadow: var(--shadow-card);
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
  }
  .transform-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.18); }
  .transform-card-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
    background: rgba(255,255,255,0.3);
  }
  .transform-card-title { font-weight: 700; font-size: 17px; margin-bottom: 8px; }
  .transform-card-body { font-size: 14px; line-height: 1.65; opacity: 0.85; }

  /* ── TESTIMONIALS ── */
  .testi-section { background: var(--dark); }
  .testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 48px;
  }
  .testi-card {
    border-radius: var(--radius-md);
    padding: 28px;
    position: relative;
    transition: transform 0.25s;
  }
  .testi-card:hover { transform: translateY(-5px); }
  .testi-stars { font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
  .testi-text {
    font-size: 15px;
    color: rgba(255,255,255,0.92);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
  }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: white; font-size: 14px;
    border: 2px solid rgba(255,255,255,0.4);
  }
  .testi-name { font-weight: 600; color: white; font-size: 14px; }
  .testi-meta { font-size: 12px; color: rgba(255,255,255,0.55); }
  .testi-loss {
    position: absolute;
    top: 20px; right: 20px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
  }

  /* ── DR. PROFILE ── */
  .dr-section { background: white; }
  .dr-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  @media (max-width: 720px) { .dr-layout { grid-template-columns: 1fr; gap: 40px; } }
  .dr-avatar {
    width: 100%;
    aspect-ratio: 3/4;
    background: linear-gradient(160deg, var(--sage-pale) 0%, var(--sage-pale) 60%, rgba(61,90,71,0.2) 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .dr-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .dr-initials {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    font-weight: 900;
    color: var(--sage);
    opacity: 0.4;
  }
  .dr-badge {
    position: absolute;
    bottom: 24px; left: 24px;
    background: white;
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .dr-badge-icon { font-size: 24px; }
  .dr-badge-text { font-size: 12px; color: var(--muted); }
  .dr-badge-num { font-weight: 700; color: var(--dark); font-size: 18px; }
  .credential-list { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
  .credential-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--text);
  }
  .credential-check {
    width: 20px; height: 20px;
    background: var(--sage-pale);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--sage);
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
    font-weight: 700;
  }

  /* ── PROGRAM TIMELINE ── */
  .program-section { background: var(--sage-pale); }
  .timeline {
    position: relative;
    margin-top: 48px;
  }
  .timeline::before {
    content: '';
    position: absolute;
    left: 28px; top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--sage), transparent);
  }
  .timeline-item {
    display: flex;
    gap: 24px;
    margin-bottom: 36px;
    padding-left: 0;
  }
  .timeline-dot {
    width: 58px; height: 58px;
    background: white;
    border: 2px solid var(--sage);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700; font-size: 18px;
    color: var(--sage);
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(61,90,71,0.15);
  }
  .timeline-content {
    background: white;
    border-radius: var(--radius-md);
    padding: 20px 24px;
    flex: 1;
    box-shadow: var(--shadow-card);
  }
  .timeline-title { font-weight: 700; color: var(--dark); margin-bottom: 6px; font-size: 16px; }
  .timeline-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

  /* ── UYGUNLUK HESAPLAYICI ── */
  .calc-section {
    background: linear-gradient(150deg, #FFD400 0%, #FFC300 55%, #FFB800 100%);
    position: relative;
    overflow: hidden;
  }
  .calc-section::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .calc-section .section-eyebrow {
    color: #1A1A1A;
    background: rgba(26,26,26,0.08);
    display: inline-block;
    padding: 5px 14px;
    border-radius: 50px;
  }
  .calc-section .section-title { color: #1A1A1A; }
  .calc-section .section-title em { color: #7A5200; }
  .calc-section .section-body { color: #4A3B00; }
  .calc-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: 0 16px 56px rgba(0,0,0,0.22);
    padding: 40px;
    margin-top: 40px;
    position: relative;
    border: 3px solid #1A1A1A;
  }
  @media (max-width: 640px) { .calc-card { padding: 24px 20px; } }
  .calc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 8px;
  }
  .calc-field { display: flex; flex-direction: column; gap: 8px; }
  .calc-field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
  }
  .calc-field input[type="number"],
  .calc-field select {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding: 12px 14px;
    border: 1.5px solid rgba(26,26,26,0.18);
    border-radius: var(--radius-sm);
    background: var(--cream);
    color: var(--text);
    outline: none;
    transition: border-color 0.2s;
  }
  .calc-field input[type="number"]:focus,
  .calc-field select:focus { border-color: #FFC300; }
  .calc-checkgroup {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px dashed rgba(26,26,26,0.2);
  }
  .calc-checkgroup-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 14px;
  }
  .calc-checks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px 20px;
  }
  .calc-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text);
    cursor: pointer;
    line-height: 1.4;
  }
  .calc-check input { margin-top: 3px; accent-color: #FFC300; width: 16px; height: 16px; flex-shrink: 0; cursor: pointer; }
  .calc-btn {
    display: block;
    width: 100%;
    margin-top: 28px;
    background: #1A1A1A;
    color: #FFD400;
    border: none;
    border-radius: 50px;
    padding: 18px 24px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  }
  .calc-btn:hover { background: #303030; transform: translateY(-2px) scale(1.01); box-shadow: 0 14px 36px rgba(0,0,0,0.32); }
  .calc-note {
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    margin-top: 12px;
  }
  .calc-result {
    display: none;
    margin-top: 28px;
    border-radius: var(--radius-md);
    padding: 26px 24px;
    animation: fadeInUp 0.5s ease both;
  }
  .calc-result.show { display: block; }
  .calc-result.ok { background: rgba(61,90,71,0.1); border: 1.5px solid rgba(61,90,71,0.35); }
  .calc-result.caution { background: rgba(255,195,0,0.15); border: 1.5px solid rgba(255,195,0,0.55); }
  .calc-result.no { background: rgba(200,60,50,0.08); border: 1.5px solid rgba(200,60,50,0.35); }
  .calc-result-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .calc-result.ok .calc-result-title { color: var(--sage); }
  .calc-result.caution .calc-result-title { color: #8A6200; }
  .calc-result.no .calc-result-title { color: #C0392B; }
  .calc-result-body { font-size: 14.5px; color: var(--text); line-height: 1.7; }
  .calc-result-body ul { margin: 10px 0 10px 20px; }
  .calc-result-body li { margin-bottom: 4px; }
  .calc-bmi-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,0,0,0.05);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 14px;
  }
  .calc-result .btn-wa-big { margin-top: 18px; }
  .calc-disclaimer {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 16px;
    line-height: 1.6;
    border-top: 1px solid rgba(61,90,71,0.12);
    padding-top: 14px;
  }

  /* ── SCARCITY BLOCK ── */
  .scarcity-section {
    background: linear-gradient(135deg, var(--sage) 0%, var(--dark) 100%);
    padding: 60px 24px;
    text-align: center;
  }
  .scarcity-inner { max-width: 640px; margin: 0 auto; }
  .scarcity-badge {
    display: inline-block;
    background: rgba(232,200,74,0.2);
    border: 1px solid rgba(232,200,74,0.5);
    color: #E8C84A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
  }
  .scarcity-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 900;
    color: white;
    margin-bottom: 14px;
    line-height: 1.15;
  }
  .scarcity-body { color: rgba(255,255,255,0.65); font-size: 16px; margin-bottom: 36px; }
  .spots-bar-wrap { margin: 28px auto 0; max-width: 400px; }
  .spots-label { display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
  .spots-bar {
    height: 8px;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;
    overflow: hidden;
  }
  .spots-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--wa-green), #1AA051);
    border-radius: 50px;
    width: 78%;
    animation: fillBar 1.5s ease 0.5s both;
  }

  /* ── WHATSAPP MAIN CTA ── */
  .cta-section { padding: 80px 24px; background: var(--cream); text-align: center; }
  .cta-inner { max-width: 600px; margin: 0 auto; }
  .cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.15;
  }
  .cta-sub { font-size: 16px; color: var(--muted); margin-bottom: 36px; }
  .btn-wa-big {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--wa-green);
    color: white;
    text-decoration: none;
    padding: 22px 52px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 700;
    box-shadow: var(--shadow-cta);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
  }
  .btn-wa-big:hover { transform: translateY(-3px); box-shadow: 0 16px 60px rgba(37,211,102,0.5); }
  .wa-icon { width: 28px; height: 28px; fill: white; }
  .cta-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 13px;
    color: var(--muted);
  }
  .cta-trust-row {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
    font-weight: 500;
  }
  .trust-icon { color: var(--sage); font-size: 16px; }

  /* ── FAQ ── */
  .faq-section { background: white; }
  .faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 2px; }
  .faq-item { border-radius: var(--radius-sm); overflow: hidden; }
  .faq-q {
    width: 100%;
    text-align: left;
    background: var(--sage-pale);
    border: none;
    padding: 18px 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
  }
  .faq-q:hover { background: #DDE9E2; }
  .faq-q.open { background: var(--sage); color: white; }
  .faq-q.open .faq-arrow { transform: rotate(180deg); }
  .faq-arrow { font-size: 12px; transition: transform 0.25s; }
  .faq-a {
    display: none;
    padding: 16px 24px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    background: white;
    border: 1px solid rgba(61,90,71,0.1);
    border-top: none;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  }
  .faq-a.open { display: block; }

  /* ── FOOTER ── */
  .footer {
    background: var(--dark);
    color: rgba(255,255,255,0.45);
    text-align: center;
    padding: 32px 24px;
    font-size: 13px;
  }
  .footer a { color: rgba(255,255,255,0.6); text-decoration: none; }

  /* ── FLOATING WA BUTTON ── */
  .float-wa {
    position: fixed;
    bottom: 28px; right: 28px;
    z-index: 99;
    width: 64px; height: 64px;
    background: var(--wa-green);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 32px rgba(37,211,102,0.5);
    text-decoration: none;
    animation: float-bounce 3s ease infinite;
    transition: transform 0.2s;
  }
  .float-wa:hover { transform: scale(1.1); }
  .float-wa-ring {
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(37,211,102,0.5);
    animation: pulse-ring 2s ease-out infinite;
  }
  .float-wa-tip {
    position: absolute;
    right: 80px;
    background: var(--dark);
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .float-wa:hover .float-wa-tip { opacity: 1; }

  /* ── FLOATING INSTAGRAM BUTTON ── */
  .float-ig {
    position: fixed;
    bottom: 104px; right: 28px;
    z-index: 99;
    width: 56px; height: 56px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 32px rgba(214,36,159,0.45);
    text-decoration: none;
    transition: transform 0.2s;
  }
  .float-ig:hover { transform: scale(1.1); }
  .float-ig-tip {
    position: absolute;
    right: 70px;
    background: var(--dark);
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .float-ig:hover .float-ig-tip { opacity: 1; }

  /* ── KEYFRAMES ── */
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes pulse-ring {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.6); opacity: 0; }
  }
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }
  @keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  @keyframes fillBar {
    from { width: 0; }
    to { width: 78%; }
  }
  @keyframes float-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  @media (max-width: 600px) {
    body { padding-top: 84px; }
    .hero-stats { gap: 24px; }
    .hero-stat-num { font-size: 30px; }
    .float-wa { width: 56px; height: 56px; bottom: 20px; right: 20px; }
    .float-ig { width: 48px; height: 48px; bottom: 88px; right: 24px; }
    .sticky-header { padding: 5px 12px; }
    .logo-img { height: 68px; }
    .header-cta-group { gap: 6px; }
    .header-ig { width: 34px; height: 34px; }
    .header-ig svg { width: 16px; height: 16px; }
    .header-cta { padding: 8px 14px; font-size: 12px; gap: 5px; }
    .header-cta svg { width: 14px; height: 14px; flex-shrink: 0; }
  }
  @media (max-width: 380px) {
    body { padding-top: 72px; }
    .header-cta span, .header-cta { white-space: nowrap; }
    .header-cta { padding: 8px 12px; font-size: 11px; }
    .logo-img { height: 56px; }
  }
