/*
Theme Name: Momarto
Theme URI: https://momarto.app
Author: Momarto Team
Description: Momarto - Anne & Bebek Uygulaması Tanıtım Teması. Çok sayfalı, Türkçe/İngilizce dil desteği.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: momarto
Tags: one-page, landing-page, custom-colors, custom-logo, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');

/* ===================== VARIABLES ===================== */
:root {
  --teal-900: #0D4F47;
  --teal-700: #17817A;
  --teal-600: #1DA099;
  --teal-500: #20B4A6;
  --teal-400: #3ECFC1;
  --teal-300: #6DDDD3;
  --teal-200: #A8EDE8;
  --teal-100: #D4F6F4;
  --teal-50:  #F0FDFB;
  --mint:     #8FD5BC;
  --mint-light: #C8EDE4;
  --cream:    #FEFDF9;
  --purple:   #6B4EFF;
  --purple-light: #EDE8FF;
  --orange:   #F5A623;
  --orange-light: #FEF0D9;
  --peach:    #F4A261;
  --text-dark: #0F2E2B;
  --text-mid:  #2D5E58;
  --text-soft: #5E8E89;
  --white:     #FFFFFF;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 44px;

  --shadow-soft: 0 4px 24px rgba(13,79,71,0.09);
  --shadow-card: 0 8px 40px rgba(13,79,71,0.13);
  --shadow-hero: 0 24px 80px rgba(13,79,71,0.18);
  --shadow-fab:  0 8px 32px rgba(37,211,102,0.42);
}

/* ===================== LANGUAGE SYSTEM ===================== */
.lang-en { display: none; }
.lang-tr { display: inline; }
html.en .lang-en { display: inline; }
html.en .lang-tr { display: none; }
html.en .lang-en-block { display: block; }
html.en .lang-tr-block { display: none; }
.lang-en-block { display: none; }
.lang-tr-block { display: block; }

/* ===================== RESET ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background: var(--cream); color: var(--text-dark); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===================== NAV ===================== */
.momarto-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 48px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.momarto-nav.scrolled {
  background: rgba(254,253,249,0.93);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 24px rgba(13,79,71,0.09);
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { width: 36px; height: 36px; border-radius: 10px; }
.nav-logo span {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 600;
  color: var(--teal-700); letter-spacing: -0.3px;
}
.nav-center { display: flex; gap: 6px; align-items: center; }
.nav-center a {
  font-size: 0.88rem; font-weight: 500; color: var(--text-mid);
  padding: 7px 14px; border-radius: 100px;
  transition: background 0.2s, color 0.2s;
}
.nav-center a:hover, .nav-center a.active { background: var(--teal-50); color: var(--teal-700); }
.nav-right { display: flex; gap: 10px; align-items: center; }

.lang-switcher {
  display: flex; align-items: center; gap: 2px;
  background: var(--teal-50); border-radius: 100px; padding: 3px;
  border: 1px solid var(--teal-100);
}
.lang-btn {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 0.76rem; font-weight: 600;
  color: var(--text-soft); padding: 4px 10px; border-radius: 100px;
  transition: all 0.2s; letter-spacing: 0.3px;
}
.lang-btn.active { background: var(--teal-600); color: white; }

.nav-cta {
  background: var(--teal-600); color: var(--white);
  padding: 9px 20px; border-radius: 100px;
  font-size: 0.86rem; font-weight: 600;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--teal-900); transform: translateY(-1px); }

.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; background: none; border: none;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--teal-700); border-radius: 2px; transition: 0.3s;
}

/* ===================== HERO ===================== */
.section-hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 48px 80px; position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--cream) 0%, var(--teal-50) 55%, #e0f8f6 100%);
}
.hero-orb-1 {
  position: absolute; top: -100px; right: -100px;
  width: 550px; height: 550px; border-radius: 50%;
  background: radial-gradient(circle, rgba(61,207,193,0.18) 0%, transparent 70%);
  animation: orbFloat 9s ease-in-out infinite;
}
.hero-orb-2 {
  position: absolute; bottom: -60px; left: -80px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(143,213,188,0.22) 0%, transparent 70%);
  animation: orbFloat 11s ease-in-out infinite reverse;
}
@keyframes orbFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  40%      { transform: translate(20px,-25px) scale(1.06); }
  70%      { transform: translate(-12px,15px) scale(0.97); }
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center; position: relative; z-index: 1;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--teal-200);
  padding: 7px 16px; border-radius: 100px;
  font-size: 0.8rem; font-weight: 500; color: var(--teal-700);
  margin-bottom: 26px; box-shadow: var(--shadow-soft);
  animation: fadeUp 0.7s ease both;
}
.hero-badge .pulse-dot {
  width: 7px; height: 7px; background: var(--teal-400);
  border-radius: 50%; animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(1.4); }
}
.hero-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.3rem, 4.2vw, 3.5rem); line-height: 1.13;
  color: var(--teal-900); margin-bottom: 22px;
  animation: fadeUp 0.7s 0.1s ease both;
}
.hero-title em { font-style: italic; color: var(--teal-600); }
.hero-subtitle {
  font-size: 1.05rem; color: var(--text-mid); line-height: 1.78;
  max-width: 480px; margin-bottom: 38px; font-weight: 300;
  animation: fadeUp 0.7s 0.2s ease both;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; animation: fadeUp 0.7s 0.3s ease both; }

.btn-store {
  display: flex; align-items: center; gap: 10px;
  background: var(--teal-900); color: var(--white);
  padding: 12px 20px; border-radius: var(--radius-md);
  font-size: 0.86rem; font-weight: 500;
  transition: transform 0.22s, box-shadow 0.22s;
  box-shadow: var(--shadow-soft);
}
.btn-store:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.btn-store .store-small { font-size: 0.66rem; opacity: 0.7; display: block; font-weight: 300; }
.btn-store .store-name  { font-size: 0.98rem; font-weight: 600; display: block; line-height: 1; }

.hero-stats {
  display: flex; gap: 30px; margin-top: 44px;
  padding-top: 30px; border-top: 1px solid var(--teal-100);
  animation: fadeUp 0.7s 0.4s ease both;
}
.hero-stats .stat-num {
  font-family: var(--font-display); font-size: 1.65rem;
  font-weight: 700; color: var(--teal-700); line-height: 1;
}
.hero-stats .stat-lbl {
  font-size: 0.76rem; color: var(--text-soft); margin-top: 3px;
}

/* ===================== PHONE CAROUSEL ===================== */
.hero-visual { display: flex; justify-content: center; position: relative; animation: fadeUp 0.8s 0.15s ease both; }
.phone-carousel-wrap { position: relative; width: 260px; }

.phone-outer {
  background: #111; border-radius: 46px; padding: 12px;
  box-shadow: var(--shadow-hero), 0 0 0 1px rgba(255,255,255,0.12) inset;
  position: relative; z-index: 2;
}
.phone-notch {
  width: 90px; height: 10px; background: #111;
  border-radius: 0 0 10px 10px; margin: 0 auto 6px;
}
.phone-screen-wrap {
  border-radius: 34px; overflow: hidden;
  background: #eef; aspect-ratio: 9/19.5; position: relative;
}
.phone-slides { display: flex; transition: transform 0.55s cubic-bezier(0.4,0,0.2,1); height: 100%; }
.phone-slide { min-width: 100%; height: 100%; }
.phone-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.carousel-dots {
  display: flex; gap: 6px; justify-content: center; margin-top: 14px;
}
.carousel-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal-200); cursor: pointer;
  transition: background 0.2s, transform 0.2s; border: none;
}
.carousel-dot.active { background: var(--teal-600); transform: scale(1.3); }

.float-pill {
  position: absolute; background: var(--white);
  border-radius: var(--radius-md); padding: 9px 14px;
  box-shadow: var(--shadow-card); border: 1px solid var(--teal-100);
  font-size: 0.78rem; font-weight: 500; color: var(--text-dark);
  display: flex; align-items: center; gap: 8px; z-index: 3;
  animation: pillFloat 6s ease-in-out infinite;
  white-space: nowrap;
}
.float-pill-1 { top: 50px; right: -50px; animation-delay: 0s; }
.float-pill-2 { bottom: 90px; left: -55px; animation-delay: -3s; }
@keyframes pillFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* ===================== SECTION BASE ===================== */
.section-wrap { padding: 96px 48px; position: relative; overflow: hidden; }
.section-wrap.bg-white { background: var(--white); }
.section-wrap.bg-teal  { background: var(--teal-50); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-tag {
  display: inline-block; font-size: 0.76rem; font-weight: 600;
  letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--teal-600); margin-bottom: 12px;
}
.section-h2 {
  font-family: var(--font-display); font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 600; color: var(--teal-900); line-height: 1.2; margin-bottom: 14px;
}
.section-h2 em { font-style: italic; color: var(--teal-600); }
.section-p {
  font-size: 1rem; color: var(--text-mid); line-height: 1.78;
  font-weight: 300; max-width: 520px;
}

/* ===================== FEATURES ===================== */
.features-header { margin-bottom: 56px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.feat-card {
  background: var(--teal-50); border-radius: var(--radius-lg);
  padding: 32px 28px; border: 1px solid var(--teal-100);
  transition: transform 0.28s, box-shadow 0.28s; position: relative; overflow: hidden;
}
.feat-card::after {
  content:''; position: absolute; inset: 0; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(61,207,193,0.06) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.3s;
}
.feat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.feat-card:hover::after { opacity: 1; }

.feat-card.feat-wide { grid-column: span 3; display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; background: linear-gradient(135deg, var(--teal-900) 0%, var(--teal-700) 100%); border-color: transparent; }
.feat-card.feat-wide .feat-title { color: white; }
.feat-card.feat-wide .feat-desc  { color: rgba(255,255,255,0.72); }
.feat-card.feat-wide .feat-icon  { background: rgba(255,255,255,0.13); }

.feat-icon { width: 52px; height: 52px; background: var(--teal-100); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }
.feat-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--teal-900); margin-bottom: 9px; }
.feat-desc  { font-size: 0.9rem; color: var(--text-mid); line-height: 1.72; font-weight: 300; }

/* Community posts inside wide card */
.community-posts { display: flex; flex-direction: column; gap: 10px; }
.comm-post { background: rgba(255,255,255,0.09); border-radius: var(--radius-md); padding: 13px 15px; border: 1px solid rgba(255,255,255,0.1); }
.comm-post .cp-user { font-size: 0.7rem; font-weight: 600; color: var(--teal-300); margin-bottom: 4px; }
.comm-post .cp-text { font-size: 0.78rem; color: rgba(255,255,255,0.82); line-height: 1.5; }
.comm-post .cp-meta { font-size: 0.68rem; color: rgba(255,255,255,0.45); margin-top: 7px; }

/* ===================== APP SCREENS SHOWCASE ===================== */
.screens-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 64px; }
.screen-item { position: relative; }
.screen-item img { border-radius: var(--radius-lg); box-shadow: var(--shadow-card); width: 100%; transition: transform 0.3s; }
.screen-item:hover img { transform: translateY(-6px); }
.screen-label {
  text-align: center; margin-top: 14px;
  font-size: 0.82rem; font-weight: 500; color: var(--text-mid);
}

/* ===================== ABOUT ===================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-box {
  background: linear-gradient(145deg, var(--teal-200), var(--mint-light));
  border-radius: var(--radius-xl); aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-hero); overflow: hidden;
  position: relative;
}
.about-logo-display { width: 80%; max-width: 220px; }
.about-float-stat {
  position: absolute; bottom: 28px; right: -20px;
  background: var(--white); border-radius: var(--radius-md);
  padding: 16px 20px; box-shadow: var(--shadow-card);
  border: 1px solid var(--teal-100);
}
.afs-num { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--teal-700); line-height: 1; }
.afs-lbl { font-size: 0.72rem; color: var(--text-soft); margin-top: 3px; }
.about-values { margin-top: 36px; display: flex; flex-direction: column; gap: 18px; }
.about-val { display: flex; gap: 14px; align-items: flex-start; }
.av-icon { width: 40px; height: 40px; background: var(--teal-100); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.av-text h4 { font-size: 0.92rem; font-weight: 600; color: var(--teal-900); margin-bottom: 3px; }
.av-text p  { font-size: 0.85rem; color: var(--text-soft); line-height: 1.62; font-weight: 300; }

/* ===================== PRICING ===================== */
.pricing-wrap { padding: 96px 48px; background: var(--white); }
.pricing-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.pricing-intro { margin-bottom: 52px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; text-align: left; }

.price-card {
  background: var(--teal-50); border-radius: var(--radius-xl);
  padding: 40px 36px; border: 2px solid var(--teal-100);
  position: relative; transition: transform 0.28s, box-shadow 0.28s;
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.price-card.featured {
  background: var(--teal-900); border-color: var(--teal-600);
  color: white;
}
.price-card.featured .price-name  { color: var(--teal-300); }
.price-card.featured .price-amount { color: white; }
.price-card.featured .price-period { color: rgba(255,255,255,0.6); }
.price-card.featured .price-desc   { color: rgba(255,255,255,0.72); }
.price-card.featured .price-feature { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.1); }
.price-card.featured .price-feature::before { color: var(--teal-300); }

.featured-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: white;
  padding: 5px 18px; border-radius: 100px;
  font-size: 0.76rem; font-weight: 700; white-space: nowrap;
  letter-spacing: 0.3px;
}
.price-name { font-size: 0.82rem; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; color: var(--teal-600); margin-bottom: 20px; }
.price-amount { font-family: var(--font-display); font-size: 2.8rem; font-weight: 700; color: var(--teal-900); line-height: 1; }
.price-period { font-size: 0.88rem; color: var(--text-soft); margin-bottom: 12px; }
.price-desc { font-size: 0.9rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 28px; font-weight: 300; }
.price-features { margin-bottom: 32px; }
.price-feature {
  padding: 10px 0; border-bottom: 1px solid var(--teal-100);
  font-size: 0.9rem; color: var(--text-dark); display: flex; align-items: flex-start; gap: 10px;
}
.price-feature::before { content: '✓'; color: var(--teal-600); font-weight: 700; flex-shrink: 0; }
.price-feature:last-child { border-bottom: none; }

.btn-price {
  display: block; width: 100%; text-align: center;
  padding: 14px; border-radius: var(--radius-md);
  font-family: var(--font-body); font-size: 0.95rem; font-weight: 600;
  cursor: pointer; border: none; transition: all 0.22s; letter-spacing: 0.3px;
}
.btn-price-outline { background: transparent; border: 2px solid var(--teal-600); color: var(--teal-700); }
.btn-price-outline:hover { background: var(--teal-50); }
.btn-price-solid  { background: var(--teal-500); color: white; box-shadow: 0 4px 20px rgba(32,180,166,0.35); }
.btn-price-solid:hover { background: var(--teal-400); transform: translateY(-1px); }

/* ===================== CONTACT ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.contact-channels { margin-top: 38px; display: flex; flex-direction: column; gap: 14px; }
.contact-ch {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; background: var(--teal-50);
  border-radius: var(--radius-md); border: 1px solid var(--teal-100);
  transition: all 0.22s;
}
.contact-ch:hover { border-color: var(--teal-400); box-shadow: var(--shadow-soft); transform: translateX(4px); }
.ch-icon { width: 42px; height: 42px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.ch-icon.wa   { background: #E5F9EF; }
.ch-icon.mail { background: var(--teal-100); }
.ch-icon.ig   { background: #FDE8F5; }
.ch-label { font-size: 0.73rem; color: var(--text-soft); margin-bottom: 1px; }
.ch-val   { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); }
.contact-form-box { background: var(--teal-50); border-radius: var(--radius-xl); padding: 38px; border: 1px solid var(--teal-100); }
.contact-form-box h3 { font-family: var(--font-display); font-size: 1.35rem; color: var(--teal-900); margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-g { display: flex; flex-direction: column; gap: 5px; margin-bottom: 13px; }
.form-g label { font-size: 0.78rem; font-weight: 600; color: var(--text-mid); letter-spacing: 0.3px; }
.form-g input, .form-g textarea {
  background: var(--white); border: 1px solid var(--teal-200); border-radius: var(--radius-sm);
  padding: 10px 13px; font-family: var(--font-body); font-size: 0.88rem;
  color: var(--text-dark); transition: border-color 0.2s, box-shadow 0.2s; outline: none; width: 100%;
}
.form-g input:focus, .form-g textarea:focus { border-color: var(--teal-500); box-shadow: 0 0 0 3px rgba(32,180,166,0.14); }
.form-g textarea { resize: vertical; min-height: 96px; }
.btn-submit {
  width: 100%; background: var(--teal-600); color: var(--white); border: none;
  border-radius: var(--radius-md); padding: 13px; font-family: var(--font-body);
  font-size: 0.93rem; font-weight: 600; cursor: pointer; transition: all 0.22s; letter-spacing: 0.3px;
}
.btn-submit:hover { background: var(--teal-900); transform: translateY(-1px); }

/* ===================== LEGAL PAGES ===================== */
.legal-wrap { padding: 140px 48px 96px; }
.legal-inner { max-width: 820px; margin: 0 auto; }
.legal-inner h1 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; color: var(--teal-900); margin-bottom: 8px; }
.legal-inner .legal-subtitle { font-size: 0.95rem; color: var(--text-soft); margin-bottom: 48px; }
.legal-section { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--teal-100); }
.legal-section:last-child { border-bottom: none; }
.legal-section h2 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--teal-700); margin-bottom: 14px; }
.legal-section p, .legal-section li { font-size: 0.95rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 8px; font-weight: 300; }
.legal-section ul { padding-left: 20px; }
.legal-section ul li { list-style: disc; margin-bottom: 6px; }
.legal-section .important-box { background: var(--orange-light); border-left: 4px solid var(--orange); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 14px 16px; margin: 16px 0; font-size: 0.9rem; color: var(--text-dark); }
.legal-steps { margin: 14px 0; }
.legal-step { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: var(--teal-50); border-radius: var(--radius-sm); margin-bottom: 8px; font-size: 0.9rem; color: var(--text-dark); }
.legal-step::before { content: '→'; color: var(--teal-600); font-weight: 700; }
.lang-tab-bar { display: flex; gap: 8px; margin-bottom: 32px; }
.lang-tab { padding: 8px 20px; border-radius: 100px; border: 1px solid var(--teal-200); background: transparent; font-family: var(--font-body); font-size: 0.85rem; font-weight: 500; cursor: pointer; color: var(--text-mid); transition: all 0.2s; }
.lang-tab.active { background: var(--teal-600); color: white; border-color: var(--teal-600); }

/* ===================== GENERIC PAGE ===================== */
.page-wrap { padding: 140px 48px 96px; }
.page-inner { max-width: 860px; margin: 0 auto; }
.page-inner h1 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; color: var(--teal-900); margin-bottom: 28px; }
.page-inner .entry-content p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; font-weight: 300; }
.page-inner .entry-content h2 { font-family: var(--font-display); font-size: 1.6rem; color: var(--teal-700); margin: 32px 0 14px; }
.page-inner .entry-content h3 { font-size: 1.2rem; color: var(--teal-900); font-weight: 600; margin: 24px 0 10px; }
.page-inner .entry-content ul, .page-inner .entry-content ol { padding-left: 22px; margin-bottom: 16px; }
.page-inner .entry-content li { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 6px; }
.page-inner .entry-content ul li { list-style: disc; }

/* ===================== FOOTER ===================== */
.site-footer { background: var(--teal-900); color: rgba(255,255,255,0.78); padding: 56px 48px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo-wrap img { width: 36px; height: 36px; border-radius: 10px; }
.footer-logo-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: white; }
.footer-tagline { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.75; font-weight: 300; max-width: 240px; }
.footer-col h4 { font-size: 0.76rem; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; color: var(--teal-300); margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 0.86rem; color: rgba(255,255,255,0.58); transition: color 0.2s; }
.footer-col ul li a:hover { color: white; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(255,255,255,0.38); flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,0.38); transition: color 0.2s; }
.footer-bottom a:hover { color: rgba(255,255,255,0.7); }

/* ===================== WHATSAPP FAB ===================== */
.whatsapp-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  display: flex; align-items: center; gap: 10px;
  background: #25D366; color: white; padding: 13px 20px 13px 16px;
  border-radius: 100px; box-shadow: var(--shadow-fab);
  font-size: 0.86rem; font-weight: 600; cursor: pointer;
  transition: transform 0.22s, box-shadow 0.22s;
  animation: fabPop 0.5s 0.8s cubic-bezier(0.175,0.885,0.32,1.275) both;
}
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 12px 40px rgba(37,211,102,0.52); }
@keyframes fabPop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ===================== ANIMATIONS ===================== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .feat-card.feat-wide { grid-column: span 2; }
  .screens-showcase { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .momarto-nav { padding: 14px 20px; }
  .nav-center { display: none; }
  .nav-center.open {
    display: flex; flex-direction: column; position: fixed;
    inset: 0; background: rgba(254,253,249,0.97);
    justify-content: center; align-items: center; gap: 28px;
    font-size: 1.2rem; z-index: 998;
  }
  .nav-hamburger { display: flex; z-index: 999; }
  .nav-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-hamburger.active span:nth-child(2) { opacity: 0; }
  .nav-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  .section-hero { padding: 100px 20px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { order: -1; }
  .phone-carousel-wrap { width: 220px; }
  .float-pill { display: none; }

  .section-wrap { padding: 64px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .feat-card.feat-wide { grid-column: span 1; grid-template-columns: 1fr; }
  .screens-showcase { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-float-stat { right: 0; }
  .pricing-wrap { padding: 64px 20px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .legal-wrap, .page-wrap { padding: 120px 20px 64px; }
  .whatsapp-fab { bottom: 18px; right: 18px; font-size: 0; padding: 13px; border-radius: 50%; }
}
