.elementor-1918 .elementor-element.elementor-element-db3ef7e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1918 .elementor-element.elementor-element-bb097c2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-56fc2d2 *//* ========================================================================
   AN HOUR FOR MOM — CUSTOM CSS ZA ELEMENTOR
   Paste u: Elementor → Site Settings → Custom CSS
======================================================================== */
 
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300..700;1,300..700&family=DM+Sans:wght@300..700&display=swap');
 
 
  :root {
    --cream: #F5EFE6;
    --cream-dark: #EBE3D5;
    --rose: #D4A59A;
    --rose-deep: #B47B6E;
    --terra: #8B4A3E;
    --ink: #2B1F1A;
    --ink-soft: #4A3B33;
    --accent: #E8826B;
    --gold: #C9A46C;
    --white: #FFFBF5;
    --shadow: 0 20px 60px -20px rgba(43, 31, 26, 0.25);
    --shadow-sm: 0 4px 20px -4px rgba(43, 31, 26, 0.15);
  }
 
  #zzn-landing, #zzn-landing *, #zzn-landing *::before, #zzn-landing *::after { box-sizing: border-box; }
#zzn-landing h1, #zzn-landing h2, #zzn-landing h3, #zzn-landing h4, #zzn-landing p, #zzn-landing ul { margin: 0; padding: 0; }
 
#zzn-landing {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 16px;
  }
 
  h1, h2, h3, h4 {
    font-family: 'Fraunces', serif;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
 
  a { color: inherit; text-decoration: none; }
 
  .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
 
  /* ====== NAV ====== */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(245, 239, 230, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(43, 31, 26, 0.08);
    padding: 18px 0;
  }
  .nav-inner {
    display: flex; justify-content: space-between; align-items: center;
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
  }
  .logo {
    font-family: 'Fraunces', serif; font-size: 22px; font-style: italic;
    font-weight: 500; letter-spacing: -0.02em;
  }
  .logo span { color: var(--terra); }
  .nav-links { display: flex; gap: 32px; font-size: 14px; font-weight: 500; }
  .nav-links a { transition: color 0.2s; }
  .nav-links a:hover { color: var(--terra); }
  .nav-cta {
    background: var(--ink); color: var(--cream);
    padding: 10px 20px; border-radius: 100px; font-size: 14px; font-weight: 500;
    transition: transform 0.2s;
  }
  .nav-cta:hover { transform: translateY(-1px); }
  @media (max-width: 768px) { .nav-links { display: none; } }
 
  /* ====== HERO ====== */
  .hero {
    position: relative;
    padding: 80px 0 120px;
    background:
      radial-gradient(ellipse at top right, rgba(232, 130, 107, 0.15) 0%, transparent 50%),
      radial-gradient(ellipse at bottom left, rgba(201, 164, 108, 0.12) 0%, transparent 50%),
      var(--cream);
    overflow: hidden;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(43,31,26,0.08) 1px, transparent 0);
    background-size: 24px 24px;
    opacity: 0.4; pointer-events: none;
  }
  .hero-inner { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
  .hero-tag {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--white);
    border: 1px solid rgba(180, 123, 110, 0.3);
    padding: 8px 16px; border-radius: 100px;
    font-size: 13px; font-weight: 500; color: var(--terra);
    margin-bottom: 28px;
    box-shadow: var(--shadow-sm);
  }
  .hero-tag .dot {
    width: 8px; height: 8px; background: var(--accent); border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
  }
  .hero h1 {
    font-size: clamp(44px, 6vw, 84px);
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
  }
  .hero h1 em {
    font-style: italic; font-weight: 500; color: var(--terra);
    position: relative; display: inline-block;
  }
  .hero h1 em::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 6px;
    height: 12px; background: rgba(232, 130, 107, 0.25); z-index: -1;
    border-radius: 4px;
  }
  .hero p.lead {
    font-size: 19px; color: var(--ink-soft);
    max-width: 520px; margin-bottom: 36px;
  }
  .hero-cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 48px; }
  .btn-primary {
    background: var(--ink); color: var(--white);
    padding: 18px 32px; border-radius: 100px;
    font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 500;
    border: none; cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: var(--shadow);
    display: inline-flex; align-items: center; gap: 10px;
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 30px 70px -20px rgba(43, 31, 26, 0.35); }
  .btn-primary .arrow { transition: transform 0.2s; }
  .btn-primary:hover .arrow { transform: translateX(4px); }
  .btn-ghost {
    padding: 18px 24px; border-radius: 100px;
    font-weight: 500; color: var(--ink);
    border: 1px solid rgba(43, 31, 26, 0.2);
    background: transparent; cursor: pointer;
    transition: background 0.2s;
  }
  .btn-ghost:hover { background: var(--cream-dark); }
 
  .hero-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    max-width: 520px; padding-top: 32px;
    border-top: 1px solid rgba(43, 31, 26, 0.1);
  }
  .stat-num { font-family: 'Fraunces', serif; font-size: 38px; font-weight: 500; color: var(--terra); line-height: 1; }
  .stat-label { font-size: 12px; color: var(--ink-soft); margin-top: 6px; letter-spacing: 0.05em; text-transform: uppercase; }
 
  .hero-visual {
    position: relative; height: 560px;
  }
  .hero-img-main {
    position: absolute; top: 0; right: 0;
    width: 100%; height: 100%;
    background:
      linear-gradient(135deg, var(--rose) 0%, var(--terra) 100%);
    border-radius: 240px 240px 24px 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
  }
  .hero-img-main::after {
    content: '👟'; position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 140px; opacity: 0.3;
  }
  .hero-badge {
    position: absolute; background: var(--white);
    padding: 18px 22px; border-radius: 20px;
    box-shadow: var(--shadow);
    display: flex; align-items: center; gap: 14px;
    animation: float 4s ease-in-out infinite;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
  .hero-badge-1 { top: 40px; left: -20px; }
  .hero-badge-2 { bottom: 60px; right: -10px; animation-delay: 2s; }
  .badge-icon { font-size: 28px; }
  .badge-text strong { display: block; font-family: 'Fraunces', serif; font-size: 20px; color: var(--terra); }
  .badge-text span { font-size: 12px; color: var(--ink-soft); }
 
  @media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { height: 400px; }
    .hero { padding: 40px 0 80px; }
  }
 
  /* ====== MARQUEE ====== */
  .marquee {
    background: var(--ink); color: var(--cream);
    padding: 20px 0; overflow: hidden;
    border-top: 1px solid rgba(245, 239, 230, 0.1);
    border-bottom: 1px solid rgba(245, 239, 230, 0.1);
  }
  .marquee-track {
    display: flex; gap: 48px; white-space: nowrap;
    animation: scroll 35s linear infinite;
    font-family: 'Fraunces', serif; font-size: 20px; font-style: italic;
  }
  .marquee-track span { display: flex; align-items: center; gap: 48px; }
  .marquee-track .diamond { color: var(--accent); font-style: normal; }
  @keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
 
  /* ====== VIDEO SECTION ====== */
  .video-section {
    background: var(--cream);
    padding: 100px 0;
  }
  .video-header { text-align: center; max-width: 720px; margin: 0 auto 60px; }
  .video-header .section-intro { margin: 0 auto; }
  .video-wrap {
    max-width: 900px; margin: 0 auto;
    border-radius: 24px; overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
    background: var(--ink);
    aspect-ratio: 16/9;
  }
  .video-player {
    width: 100%; height: 100%;
    display: block;
    object-fit: cover;
  }
  .video-footer {
    display: flex; justify-content: center;
    margin-top: 32px;
  }
  .video-meta {
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--white);
    padding: 14px 24px; border-radius: 100px;
    font-size: 14px; color: var(--ink-soft);
    border: 1px solid rgba(43, 31, 26, 0.08);
  }
  .video-meta-icon {
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--terra); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
  }
 
  /* ====== RESULTS GALLERY ====== */
  .transformations {
    background: var(--cream);
    padding: 120px 0;
  }
  .trans-header { text-align: center; max-width: 720px; margin: 0 auto 60px; }
  .trans-header .section-intro { margin: 0 auto; }
  .trans-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
    max-width: 1100px; margin: 0 auto;
  }
  @media (max-width: 900px) { .trans-grid { grid-template-columns: 1fr; gap: 32px; max-width: 480px; } }
  .trans-card {
    border-radius: 24px; overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: var(--white);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .trans-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
  }
  .trans-image {
    position: relative; aspect-ratio: 1/1;
    overflow: hidden;
    background: var(--cream-dark);
  }
  .trans-image img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.6s ease;
  }
  .trans-card:hover .trans-image img {
    transform: scale(1.04);
  }
  .trans-badge {
    position: absolute; top: 16px; right: 16px;
    background: var(--accent);
    color: var(--white);
    padding: 10px 18px;
    border-radius: 100px;
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(232, 130, 107, 0.4);
    letter-spacing: -0.02em;
  }
  .trans-info {
    padding: 20px 24px;
    border-top: 1px solid rgba(43, 31, 26, 0.08);
  }
  .trans-result {
    font-family: 'Fraunces', serif;
    font-size: 20px; font-weight: 500;
    color: var(--terra);
    margin-bottom: 4px;
  }
  .trans-duration {
    font-size: 13px; color: var(--ink-soft);
  }
 
 
  section { padding: 120px 0; position: relative; }
  .eyebrow {
    display: inline-block;
    font-size: 12px; font-weight: 600;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--terra); margin-bottom: 20px;
  }
  .section-title {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 300; max-width: 800px;
    margin-bottom: 24px;
  }
  .section-title em { font-style: italic; color: var(--terra); }
  .section-intro { font-size: 18px; color: var(--ink-soft); max-width: 640px; }
 
  /* ====== PROBLEM SECTION ====== */
  .problem {
    background: var(--cream-dark);
    padding-bottom: 140px;
  }
  .problem-header { text-align: center; max-width: 720px; margin: 0 auto 80px; }
  .problem-header .eyebrow { color: var(--rose-deep); }
  .problem-header .section-intro { margin: 0 auto; }
 
  .problem-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  }
  @media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr; } }
  .problem-card {
    background: var(--white);
    padding: 36px 32px; border-radius: 24px;
    border: 1px solid rgba(43, 31, 26, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
  }
  .problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
  .problem-num {
    font-family: 'Fraunces', serif; font-size: 56px;
    font-style: italic; color: var(--rose);
    line-height: 1; margin-bottom: 20px;
    font-weight: 300;
  }
  .problem-card h3 { font-size: 24px; margin-bottom: 12px; font-weight: 500; }
  .problem-card p { color: var(--ink-soft); font-size: 15px; }
 
  .problem-footer {
    text-align: center; margin-top: 60px;
    font-family: 'Fraunces', serif; font-style: italic;
    font-size: 24px; color: var(--terra);
    max-width: 600px; margin-left: auto; margin-right: auto;
  }
 
  /* ====== SOLUTION ====== */
  .solution {
    background: var(--cream);
  }
  .solution-header { max-width: 800px; margin-bottom: 80px; }
  .steps {
    display: flex; flex-direction: column; gap: 16px;
    max-width: 900px; margin: 0 auto;
  }
  .step {
    display: grid; grid-template-columns: 120px 1fr;
    gap: 40px; padding: 40px;
    background: var(--white);
    border-radius: 24px;
    border: 1px solid rgba(43, 31, 26, 0.06);
    align-items: center;
    transition: transform 0.3s;
  }
  .step:hover { transform: translateX(8px); }
  .step-num {
    font-family: 'Fraunces', serif;
    font-size: 80px; font-weight: 300; font-style: italic;
    color: var(--terra); line-height: 0.9;
    border-right: 1px solid rgba(43, 31, 26, 0.1);
    padding-right: 32px;
  }
  .step h3 { font-size: 26px; margin-bottom: 10px; font-weight: 500; }
  .step p { color: var(--ink-soft); font-size: 16px; }
  @media (max-width: 700px) {
    .step { grid-template-columns: 1fr; gap: 16px; padding: 32px 24px; }
    .step-num { border: none; padding: 0; font-size: 56px; }
  }
 
  /* ====== WHAT YOU GET ====== */
  .includes {
    background: var(--ink); color: var(--cream);
    position: relative; overflow: hidden;
  }
  .includes::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at top, rgba(232, 130, 107, 0.2) 0%, transparent 60%);
  }
  .includes .eyebrow { color: var(--accent); }
  .includes .section-title { color: var(--cream); position: relative; z-index: 1; }
  .includes .section-intro { color: rgba(245, 239, 230, 0.7); position: relative; z-index: 1; }
 
  .includes-header { max-width: 800px; margin-bottom: 80px; position: relative; z-index: 1; }
 
  .includes-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
    position: relative; z-index: 1;
  }
  @media (max-width: 800px) { .includes-grid { grid-template-columns: 1fr; } }
  .include-card {
    background: rgba(245, 239, 230, 0.05);
    border: 1px solid rgba(245, 239, 230, 0.12);
    padding: 36px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: border-color 0.3s, transform 0.3s;
  }
  .include-card:hover {
    border-color: rgba(232, 130, 107, 0.5);
    transform: translateY(-4px);
  }
  .include-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, var(--accent), var(--terra));
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 20px;
  }
  .include-card h3 {
    color: var(--cream); font-size: 22px; margin-bottom: 10px; font-weight: 500;
  }
  .include-card p { color: rgba(245, 239, 230, 0.7); font-size: 15px; }
 
  /* ====== PRICING ====== */
  .pricing {
    background: var(--cream-dark);
    padding: 140px 0;
  }
  .pricing-wrap { text-align: center; }
  .pricing-wrap .section-title { margin: 0 auto 24px; }
  .pricing-wrap .section-intro { margin: 0 auto 60px; }
 
  .price-card {
    max-width: 520px; margin: 0 auto;
    background: var(--white);
    border-radius: 32px;
    padding: 48px 40px;
    box-shadow: var(--shadow);
    position: relative;
    text-align: left;
    border: 2px solid var(--terra);
  }
  .price-ribbon {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--accent); color: var(--white);
    padding: 6px 18px; border-radius: 100px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  }
  .price-title {
    font-size: 28px; font-weight: 500; margin-bottom: 8px;
  }
  .price-sub {
    color: var(--ink-soft); font-size: 14px; margin-bottom: 28px;
  }
  .price-amount {
    display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px;
  }
  .price-old {
    font-family: 'Fraunces', serif; font-size: 28px;
    color: var(--ink-soft); text-decoration: line-through;
    opacity: 0.6;
  }
  .price-new {
    font-family: 'Fraunces', serif; font-size: 72px;
    font-weight: 400; color: var(--terra); line-height: 1;
  }
  .price-currency { font-size: 24px; color: var(--ink-soft); }
  .price-note {
    font-size: 14px; color: var(--ink-soft); margin-bottom: 32px;
    padding-bottom: 28px; border-bottom: 1px solid rgba(43,31,26,0.1);
  }
  .price-features { list-style: none; margin-bottom: 32px; }
  .price-features li {
    padding: 10px 0; display: flex; gap: 12px; align-items: flex-start;
    font-size: 15px;
  }
  .price-features li::before {
    content: '✓'; color: var(--terra); font-weight: 700; flex-shrink: 0;
  }
  .price-btn {
    display: block; width: 100%; text-align: center;
    background: var(--ink); color: var(--white);
    padding: 20px; border-radius: 100px;
    font-size: 16px; font-weight: 500;
    transition: transform 0.2s;
  }
  .price-btn:hover { transform: translateY(-2px); }
 
  .countdown {
    margin-top: 40px; padding: 20px;
    background: var(--white); border-radius: 20px;
    display: flex; justify-content: center; gap: 16px;
    max-width: 520px; margin-left: auto; margin-right: auto;
    box-shadow: var(--shadow-sm);
  }
  .countdown-label {
    font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--ink-soft); margin-bottom: 12px; align-self: center;
  }
  .cd-unit {
    display: flex; flex-direction: column; align-items: center;
    min-width: 60px;
  }
  .cd-num {
    font-family: 'Fraunces', serif; font-size: 36px; font-weight: 500;
    color: var(--terra); line-height: 1;
  }
  .cd-unit span {
    font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--ink-soft); margin-top: 4px;
  }
  @media (max-width: 600px) {
    .countdown { flex-wrap: wrap; }
    .price-card { padding: 36px 24px; }
  }
 
  /* ====== MEAL PLAN PREVIEW ====== */
  .meal-plan {
    background: var(--cream);
  }
  .meal-header { text-align: center; max-width: 720px; margin: 0 auto 60px; }
  .meal-header .section-intro { margin: 0 auto; }
  .meals {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
    max-width: 1100px; margin: 0 auto;
  }
  @media (max-width: 900px) { .meals { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) { .meals { grid-template-columns: 1fr; } }
  .meal {
    background: var(--white); border-radius: 20px; padding: 28px 24px;
    border: 1px solid rgba(43, 31, 26, 0.06);
    transition: transform 0.3s;
  }
  .meal:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
  .meal-time {
    font-size: 11px; font-weight: 600; color: var(--rose-deep);
    letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 12px;
  }
  .meal-icon { font-size: 32px; margin-bottom: 16px; }
  .meal h4 { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 500; margin-bottom: 8px; line-height: 1.3; }
  .meal p { font-size: 13px; color: var(--ink-soft); }
 
  /* ====== TESTIMONIALS ====== */
  .testimonials {
    background: var(--cream-dark);
  }
  .testimonials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    margin-top: 60px;
  }
  @media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; } }
  .testimonial {
    background: var(--white);
    padding: 36px 32px; border-radius: 24px;
    border: 1px solid rgba(43, 31, 26, 0.06);
    position: relative;
  }
  .testimonial-quote {
    font-family: 'Fraunces', serif; font-size: 80px;
    color: var(--rose); line-height: 0.5;
    position: absolute; top: 40px; right: 32px; opacity: 0.3;
  }
  .testimonial-text { font-size: 15px; color: var(--ink-soft); margin-bottom: 24px; line-height: 1.7; }
  .testimonial-author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 20px; border-top: 1px solid rgba(43,31,26,0.08);
  }
  .testimonial-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--rose), var(--terra));
    display: flex; align-items: center; justify-content: center;
    color: var(--cream); font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500;
  }
  .testimonial-name { font-weight: 500; font-size: 15px; }
  .testimonial-meta { font-size: 12px; color: var(--ink-soft); }
 
  /* ====== ABOUT ====== */
  .about {
    background: var(--cream);
  }
  .about-inner {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px;
    align-items: center;
  }
  @media (max-width: 900px) { .about-inner { grid-template-columns: 1fr; gap: 40px; } }
  .about-img {
    aspect-ratio: 4/5; border-radius: 280px 280px 24px 24px;
    background: linear-gradient(160deg, var(--terra) 0%, var(--ink) 100%);
    box-shadow: var(--shadow);
    position: relative; overflow: hidden;
  }
  .about-img::after {
    content: '💪'; position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 120px; opacity: 0.2;
  }
  .about-text h2 em { color: var(--terra); }
  .about-text p { font-size: 17px; color: var(--ink-soft); margin-bottom: 20px; }
  .about-quote {
    font-family: 'Fraunces', serif; font-style: italic;
    font-size: 22px; color: var(--ink);
    padding: 24px 28px; border-left: 3px solid var(--terra);
    background: var(--cream-dark); border-radius: 8px;
    margin-top: 32px;
  }
  .about-sign {
    display: block; margin-top: 12px; font-size: 14px; font-style: normal;
    color: var(--ink-soft); font-family: 'DM Sans';
  }
 
  /* ====== FAQ ====== */
  .faq { background: var(--cream-dark); }
  .faq-wrap {
    max-width: 800px; margin: 60px auto 0;
  }
  details {
    background: var(--white);
    border-radius: 20px;
    padding: 4px 28px;
    margin-bottom: 12px;
    border: 1px solid rgba(43, 31, 26, 0.06);
    transition: box-shadow 0.3s;
  }
  details[open] { box-shadow: var(--shadow-sm); }
  summary {
    cursor: pointer; padding: 24px 0;
    font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500;
    list-style: none;
    display: flex; justify-content: space-between; align-items: center;
    gap: 20px;
  }
  summary::-webkit-details-marker { display: none; }
  summary::after {
    content: '+'; font-size: 28px; color: var(--terra);
    transition: transform 0.3s; font-weight: 300;
  }
  details[open] summary::after { transform: rotate(45deg); }
  details p { padding-bottom: 24px; color: var(--ink-soft); font-size: 15px; }
 
  /* ====== FINAL CTA ====== */
  .final-cta {
    background: var(--ink); color: var(--cream);
    text-align: center;
    position: relative; overflow: hidden;
    padding: 140px 0;
  }
  .final-cta::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at top left, rgba(232, 130, 107, 0.3) 0%, transparent 50%),
      radial-gradient(ellipse at bottom right, rgba(201, 164, 108, 0.2) 0%, transparent 50%);
  }
  .final-cta-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 0 24px; }
  .final-cta h2 { color: var(--cream); font-size: clamp(40px, 6vw, 72px); margin-bottom: 24px; font-weight: 300; }
  .final-cta h2 em { color: var(--accent); }
  .final-cta p { font-size: 19px; color: rgba(245, 239, 230, 0.7); margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
  .final-cta .btn-primary {
    background: var(--accent); color: var(--ink);
    font-size: 18px; padding: 22px 44px;
  }
  .final-cta-meta {
    margin-top: 32px; display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
    font-size: 14px; color: rgba(245, 239, 230, 0.6);
  }
  .final-cta-meta span { display: flex; align-items: center; gap: 8px; }
 
  /* ====== FOOTER ====== */
  footer {
    background: var(--ink); color: rgba(245, 239, 230, 0.6);
    padding: 40px 0; text-align: center; font-size: 14px;
    border-top: 1px solid rgba(245, 239, 230, 0.1);
  }
  footer a { color: var(--cream); }
 
  /* ====== ANIMATIONS ON SCROLL ====== */
  .reveal {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .reveal.in { opacity: 1; transform: translateY(0); }
 

#zzn-landing .hero-img-main {
  background-image:
    linear-gradient(135deg, rgba(212, 165, 154, 0.4) 0%, rgba(139, 74, 62, 0.6) 100%),
    url('https://zonazdravihnavika.com/wp-content/uploads/2022/12/viber_slika_2022-12-29_11-26-48-555.jpg') !important;
  background-size: cover !important;
  background-position: center 20% !important;
  background-repeat: no-repeat !important;
}
#zzn-landing .hero-img-main::after {
  display: none !important;
  content: none !important;
}
 

#zzn-landing .about-img {
  background-image:
    linear-gradient(160deg, rgba(139, 74, 62, 0.15) 0%, rgba(43, 31, 26, 0.35) 100%),
    url('https://zonazdravihnavika.com/wp-content/uploads/2022/12/viber_slika_2022-12-20_09-41-24-171-656x1024.jpg') !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
#zzn-landing .about-img::after {
  display: none !important;
  content: none !important;
}
 

#zzn-landing .marquee {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  display: block;
  overflow: hidden;
}
 
/* Dodatna sigurnost — neki temi/Elementor stilovi mogu sakriti marquee */
#zzn-landing .marquee-track {
  display: inline-flex !important;
  white-space: nowrap !important;
  will-change: transform;
}
 
/* Force animation visible */
#zzn-landing .marquee-track {
  animation: scroll 35s linear infinite !important;
}
 

#zzn-landing .faq-wrap {
  margin-top: 80px !important;
}
 
#zzn-landing .faq details {
  margin-bottom: 16px !important;
}
 
#zzn-landing .faq summary {
  padding: 28px 0 !important;
  font-size: 19px !important;
}
 
#zzn-landing .faq details[open] summary {
  padding-bottom: 16px !important;
}
 
#zzn-landing .faq details p {
  padding: 8px 0 28px !important;
  line-height: 1.7 !important;
}
 
/* ========================================================================
   FIX 5 (BONUS) — sakrij default WP/tema dvostruki nav i header
   Kada klijent stavi Elementor Canvas, ovo neće biti potrebno.
   Ali za svaki slučaj — neki teme imaju "sticky header" koji se
   prikaže iznad Canvas-a. Ovaj CSS to neutralizuje.
======================================================================== */
body.elementor-template-canvas .site-header,
body.elementor-template-canvas .main-navigation,
body.elementor-template-canvas .ast-primary-header-bar,
body.elementor-template-canvas #masthead,
body.elementor-template-canvas footer.site-footer {
  display: none !important;
}
 
/* ========================================================================
   FIX 6 (BONUS) — countdown polish
   Vidio sam u screenshotu da countdown radi (06:23:33:33), ali brojke
   izgledaju malo zbijene. Daj im više daha.
======================================================================== */
#zzn-landing .countdown {
  padding: 24px 28px !important;
  gap: 24px !important;
}
 
#zzn-landing .cd-unit {
  min-width: 64px !important;
}
 
#zzn-landing .cd-num {
  font-size: 42px !important;
}

@media (max-width: 600px) {
  #zzn-landing .hero h1 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }
  #zzn-landing .hero p.lead {
    font-size: 17px !important;
  }
  #zzn-landing .section-title {
    font-size: 32px !important;
  }
  #zzn-landing .marquee-track {
    font-size: 16px !important;
  }
  #zzn-landing .countdown {
    padding: 16px !important;
    gap: 12px !important;
  }
  #zzn-landing .cd-num {
    font-size: 28px !important;
  }
  #zzn-landing .cd-unit {
    min-width: 48px !important;
  }
}/* End custom CSS */