/* ========================================
   ANTIGRIFT — Landing Page Styles
   Warm & Protective: Navy + Amber/Gold
   ======================================== */

/* Variables and reset loaded via <link> in HTML head */

/* ========================================
   BASE (extends shared reset in variables.css)
   ======================================== */

html {
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-primary);
  background: var(--white);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-title em {
  font-style: italic;
  color: var(--amber);
}

.section-title.light {
  color: var(--white);
}

.section-title.light em {
  color: var(--amber-light);
}

.section-sub {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 560px;
  margin-bottom: 48px;
}

.section-sub.light {
  color: var(--text-light);
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
  font-weight: 700;
}

.btn-primary:hover {
  background: var(--amber);
  border-color: var(--amber);
  color: var(--navy-deep);
  box-shadow: 0 6px 28px rgba(232, 168, 56, 0.4);
  transform: translateY(-2px);
}

/* On light backgrounds, use filled amber style */
.features .btn-primary,
.pricing .btn-primary,
.comparison .btn-primary,
.social-proof .btn-primary {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
  box-shadow: 0 4px 20px rgba(26, 35, 50, 0.2);
}

.features .btn-primary:hover,
.pricing .btn-primary:hover,
.comparison .btn-primary:hover,
.social-proof .btn-primary:hover {
  background: var(--amber);
  color: var(--navy-deep);
  border-color: var(--amber);
  box-shadow: 0 6px 28px rgba(232, 168, 56, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn-nav {
  padding: 10px 24px;
  font-size: 0.9rem;
  background: var(--amber);
  color: var(--navy-deep);
  border-color: var(--amber);
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(232, 168, 56, 0.3);
}

.btn-nav:hover {
  background: var(--amber-light);
  border-color: var(--amber-light);
  color: var(--navy-deep);
  box-shadow: 0 4px 18px rgba(232, 168, 56, 0.4);
}

.btn-lg {
  padding: 18px 40px;
  font-size: 1.1rem;
}

/* ========================================
   NAVIGATION
   ======================================== */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.3s ease;
}

.nav.scrolled {
  background: rgba(26, 35, 50, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white);
}

.nav-logo-icon {
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  color: var(--text-light);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ========================================
   HERO
   ======================================== */

.hero {
  position: relative;
  background: linear-gradient(165deg, var(--navy-deep) 0%, var(--navy) 40%, var(--navy-mid) 100%);
  padding: 160px 0 120px;
  overflow: hidden;
}

.hero-bg-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--white);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.hero-title em {
  font-style: italic;
  color: var(--amber);
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hero-trust {
  font-size: 0.85rem;
  color: var(--slate-light);
  letter-spacing: 0.02em;
}

/* Hero Visual */
.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hero Slider (crossfade) */
.hero-slider {
  position: relative;
  width: 100%;
  height: 750px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* Dot indicators */
.hero-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-clip: content-box;
  border: none;
  padding: 16px;
  box-sizing: content-box;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero-dot.active {
  background-color: var(--amber);
}

.hero-dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.hero-dot.active:hover {
  background-color: var(--amber-light);
}

/* Laptop Mockup */
.laptop-mockup {
  width: 110%;
  max-width: 850px;
  animation: floatIn 0.8s ease-out both;
  animation-delay: 0.3s;
}

.laptop-screen {
  background: #fff;
  border-radius: 8px 8px 0 0;
  border: 2px solid #333;
  overflow: hidden;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.laptop-base {
  width: 110%;
  height: 14px;
  margin-left: -5%;
  background: linear-gradient(180deg, #888 0%, #aaa 40%, #777 100%);
  border-radius: 0 0 6px 6px;
  position: relative;
}

.laptop-base::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #999;
  border-radius: 0 0 4px 4px;
}

/* Browser Bar */
.browser-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  background: #e8e8e8;
  border-bottom: 1px solid #d0d0d0;
}

.browser-dots {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.browser-dots span:nth-child(1) { background: #ff5f56; }
.browser-dots span:nth-child(2) { background: #ffbd2e; }
.browser-dots span:nth-child(3) { background: #27c93f; }

.browser-url {
  flex: 1;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 0.65rem;
  color: #555;
  font-family: -apple-system, 'SF Pro Text', 'Helvetica Neue', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Gmail Inbox */
.gmail-inbox {
  display: flex;
  flex: 1;
  min-height: 0;
}

.gmail-sidebar {
  width: 110px;
  background: #f6f8fc;
  border-right: 1px solid #e0e0e0;
  padding: 10px 0;
  flex-shrink: 0;
}

.gmail-compose-btn {
  margin: 0 10px 10px;
  padding: 8px 14px;
  background: #c2e7ff;
  border-radius: 16px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
  cursor: default;
}

.gmail-nav-item {
  padding: 5px 14px;
  font-size: 0.62rem;
  color: #444;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
  border-radius: 0 16px 16px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.gmail-nav-item.active {
  background: #d3e3fd;
  color: #1a1a1a;
  font-weight: 600;
}

.gmail-nav-count {
  margin-left: auto;
  font-size: 0.55rem;
  font-weight: 700;
  color: #1a1a1a;
}

.gmail-list {
  flex: 1;
  overflow: hidden;
}

.gmail-list-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-bottom: 2px solid #1a73e8;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}

.gmail-list-title {
  font-size: 0.62rem;
  font-weight: 600;
  color: #1a73e8;
}

.gmail-checkbox {
  width: 11px;
  height: 11px;
  border: 1.5px solid #c4c7c5;
  border-radius: 2px;
  flex-shrink: 0;
}

.gmail-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-bottom: 1px solid #f1f3f4;
  font-family: -apple-system, 'SF Pro Text', 'Helvetica Neue', sans-serif;
  min-height: 0;
  cursor: default;
}

.gmail-row:hover {
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  z-index: 1;
  position: relative;
}

.gmail-row.unread {
  background: #fff;
}

.gmail-row.flagged {
  background: rgba(229, 62, 62, 0.05);
}

.gmail-row.safe {
  background: rgba(52, 199, 89, 0.03);
}

.gmail-star {
  font-size: 0.72rem;
  color: #dadce0;
  flex-shrink: 0;
}

.gmail-sender {
  font-size: 0.65rem;
  font-weight: 400;
  color: #5f6368;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex-shrink: 0;
  width: 110px;
}

.gmail-row.unread .gmail-sender {
  font-weight: 700;
  color: #1a1a1a;
}

.gmail-subject {
  font-size: 0.6rem;
  color: #5f6368;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  font-weight: 400;
}

.gmail-subject strong {
  color: #1a1a1a;
}

.gmail-snippet {
  color: #969aa1;
  font-weight: 400;
}

.gmail-date {
  font-size: 0.55rem;
  color: #5f6368;
  flex-shrink: 0;
  white-space: nowrap;
}

.gmail-row.unread .gmail-date {
  font-weight: 700;
  color: #1a1a1a;
}

.gmail-ag-badge {
  font-size: 0.48rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.gmail-ag-badge.danger {
  background: #fce8e6;
  color: #c5221f;
}

.gmail-ag-badge.safe {
  background: #e6f4ea;
  color: #188038;
}

.gmail-ag-badge.ag {
  background: rgba(232, 168, 56, 0.15);
  color: #b47a1a;
}

/* Popup scrim */
.gmail-popup-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 2;
  border-radius: 8px 8px 0 0;
}

/* Floating email popup overlay */
.gmail-email-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
  max-height: 82%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 52px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  font-family: -apple-system, 'SF Pro Text', 'Helvetica Neue', sans-serif;
  z-index: 3;
}

/* Popup header bar (sender row) */
.gmail-popup-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 10px;
  border-bottom: 1px solid #e8eaed;
}

.gmail-popup-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8a838, #d4952e);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gmail-popup-meta {
  flex: 1;
  min-width: 0;
}

.gmail-popup-sender {
  font-size: 0.68rem;
  font-weight: 700;
  color: #1a1a1a;
}

.gmail-popup-email {
  font-weight: 400;
  color: #5f6368;
  font-size: 0.6rem;
}

.gmail-popup-to {
  font-size: 0.55rem;
  color: #5f6368;
}

.gmail-popup-date {
  font-size: 0.55rem;
  color: #5f6368;
  flex-shrink: 0;
}

.gmail-popup-subject {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
  padding: 12px 20px 8px;
}

.gmail-email-body {
  font-size: 0.68rem;
  line-height: 1.65;
  color: #3c4043;
  padding: 0 20px 16px;
}

.gmail-email-greeting {
  margin-bottom: 6px;
}

/* Scan summary stats */
.gmail-scan-summary {
  display: flex;
  gap: 12px;
  margin: 10px 0 14px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #f8f9fa, #f1f3f4);
  border-radius: 8px;
  border: 1px solid #e8eaed;
}

.gmail-scan-stat {
  font-size: 0.65rem;
  color: #5f6368;
  display: flex;
  align-items: center;
  gap: 3px;
}

.gmail-scan-icon {
  font-size: 0.72rem;
}

.gmail-scan-stat strong {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 0.82rem;
}

.gmail-scan-stat.safe strong {
  color: #188038;
}

.gmail-scan-stat.danger strong {
  color: #c5221f;
}

/* Flagged emails section */
.gmail-flagged-section {
  margin-bottom: 10px;
}

.gmail-flagged-title {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c5221f;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fce8e6;
}

.gmail-flagged-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 10px;
  background: #fef7f6;
  border-radius: 6px;
  border-left: 3px solid #e53e3e;
}

.gmail-flagged-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e53e3e;
  flex-shrink: 0;
  margin-top: 3px;
}

.gmail-flagged-sender {
  font-size: 0.62rem;
  font-weight: 600;
  color: #1a1a1a;
}

.gmail-flagged-subj {
  font-size: 0.58rem;
  color: #5f6368;
  font-style: italic;
}

.gmail-flagged-reason {
  font-size: 0.58rem;
  color: #c5221f;
  font-weight: 600;
  margin-top: 2px;
}

.gmail-email-footer {
  font-size: 0.62rem;
  color: #5f6368;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e8eaed;
  line-height: 1.5;
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero phone number */
.hero-phone {
  margin-top: 8px;
  margin-bottom: 4px;
}

.hero-phone a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--amber);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.hero-phone a:hover {
  text-decoration: underline;
}

/* Hero iPhone mockup */
.hero-iphone .iphone-frame {
  width: 375px;
  height: 750px;
  display: flex;
  flex-direction: column;
  animation: floatIn 0.8s ease-out both;
  animation-delay: 0.3s;
}

.hero-iphone .imsg-body {
  flex: 1;
}

.hero-avatar-ag {
  background: linear-gradient(135deg, var(--amber), var(--gold)) !important;
  color: var(--navy) !important;
  font-weight: 800 !important;
}

/* Screenshot attachment inside blue bubble */
.hero-scam-screenshot {
  margin-bottom: 6px;
}

.hero-scam-screenshot-inner {
  background: #1a1a2e;
  border: 1.5px solid rgba(229, 62, 62, 0.7);
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.35;
  color: #ccc;
}

.hero-scam-screenshot-inner .hero-scam-icon {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 3px;
  color: #e53e3e;
}

.hero-scam-screenshot-inner strong {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 3px;
  color: #fff;
}

.hero-scam-screenshot-inner span {
  color: #aaa;
  font-size: 0.65rem;
}

/* Final CTA phone number */
.final-cta-phone {
  text-align: center;
  margin-top: 12px;
}

.final-cta-phone a {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--amber);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.final-cta-phone a:hover {
  text-decoration: underline;
}

.final-cta-actions {
  text-align: center;
  margin-top: 32px;
}

.scam-label {
  color: #e53e3e;
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.hero-wave svg {
  width: 100%;
  height: 80px;
  display: block;
}

/* ========================================
   SOCIAL PROOF
   ======================================== */

.social-proof {
  background: var(--warm-gray);
  padding: 80px 0;
}

.proof-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  flex-wrap: wrap;
}

.proof-stat {
  text-align: center;
}

.proof-number {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3rem, 7vw, 4.5rem);
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.proof-label {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 200px;
  line-height: 1.4;
}

.proof-divider {
  width: 1px;
  height: 56px;
  background: var(--warm-gray-dark);
}

/* ========================================
   VIDEO
   ======================================== */

.video-section {
  padding: var(--section-pad) 0;
  background: var(--white);
}

.video-wrap {
  max-width: 560px;
  margin: 40px auto 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}

.video-player {
  width: 100%;
  display: block;
  background: var(--navy-deep);
}

/* ========================================
   COMPARISON
   ======================================== */

.comparison {
  padding: var(--section-pad) 0;
  background: var(--white);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.comparison-text p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.comparison-table-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 20px;
  text-align: center;
  border-bottom: 1px solid var(--warm-gray-dark);
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.comparison-table th {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  padding-bottom: 16px;
}

.comparison-table th.highlight {
  color: var(--amber);
}

.check-no {
  color: #ccc;
  font-size: 1.3rem;
  font-weight: 300;
}

.check-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--amber-glow);
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
}

.check-partial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232, 168, 56, 0.06);
  color: #ccc;
  font-size: 1rem;
  font-weight: 600;
}

/* ========================================
   FEATURES
   ======================================== */

.features {
  padding: var(--section-pad) 0;
  background: var(--warm-gray);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--amber), var(--amber-light));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  background: var(--amber-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--navy);
}

.feature-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ========================================
   HOW IT WORKS
   ======================================== */

.how-it-works {
  padding: var(--section-pad) 0;
  background: var(--white);
}

.steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
}

.step {
  text-align: center;
  flex: 1;
  max-width: 280px;
  padding: 0 20px;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 16px rgba(232, 168, 56, 0.3);
}

.step h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: var(--navy);
}

.step p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.step-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--amber-light));
  margin-top: 28px;
  flex-shrink: 0;
  border-radius: 1px;
}

/* ========================================
   MULTI-CHANNEL CALLOUT STRIP
   ======================================== */

.callout-strip {
  background: var(--amber);
  padding: 28px 0;
}

.callout-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--navy-deep);
}

.callout-text a {
  color: var(--navy-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.callout-text a:hover {
  opacity: 0.8;
}

/* ========================================
   "MOM TEXTED" SECTION
   ======================================== */

.mom-texted {
  position: relative;
  background: linear-gradient(165deg, var(--navy-deep), var(--navy-mid));
  padding: var(--section-pad) 0;
  overflow: hidden;
}

.mom-texted-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}

.phone-mockups {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  margin: 48px 0;
  position: relative;
  z-index: 1;
}

.phone-mockup {
  flex-shrink: 0;
  opacity: 0;
  animation: slideUp 0.6s ease-out forwards;
}

.phone-mockup:nth-child(1) { animation-delay: 0.1s; }
.phone-mockup:nth-child(2) { animation-delay: 0.3s; }
.phone-mockup:nth-child(3) { animation-delay: 0.5s; }

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Realistic iPhone frame */
.phone-mockup.featured {
  transform: scale(1.05);
}

.phone-mockup.featured .iphone-frame {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 0 2px var(--amber);
}

.iphone {
  position: relative;
}

.iphone-frame {
  width: 280px;
  background: #f2f2f7;
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  border: 3px solid #1a1a1a;
}

/* iOS Status Bar */
.ios-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 0;
  background: #f2f2f7;
  position: relative;
  height: 50px;
}

.status-left {
  flex: 1;
  z-index: 2;
}

.status-time {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1c1c1e;
  font-family: -apple-system, 'SF Pro Text', 'Helvetica Neue', sans-serif;
}

.status-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.notch-shape {
  width: 120px;
  height: 30px;
  background: #1a1a1a;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 16px;
}

.notch-cam {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2c2c2e;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
}

.status-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  z-index: 2;
}

.status-icon {
  opacity: 0.9;
}

.status-icon path, .status-icon rect, .status-icon circle {
  fill: #1c1c1e;
}

.status-battery {
  width: 22px;
  height: 10px;
  border: 1.5px solid #1c1c1e;
  border-radius: 3px;
  position: relative;
  opacity: 0.9;
}

.status-battery::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 2px;
  width: 2px;
  height: 4px;
  background: #1c1c1e;
  border-radius: 0 1px 1px 0;
}

.battery-fill {
  width: 75%;
  height: 100%;
  background: #1c1c1e;
  border-radius: 1.5px;
}

/* iMessage Navigation Bar */
.imsg-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px 8px;
  background: #f2f2f7;
  border-bottom: 0.5px solid #c6c6c8;
}

.imsg-back {
  flex-shrink: 0;
}

.imsg-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.imsg-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a8a8b3, #8e8e93);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}

.imsg-name {
  font-size: 0.65rem;
  color: #1c1c1e;
  font-weight: 500;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}

.imsg-video {
  flex-shrink: 0;
}

/* iMessage Body */
.imsg-body {
  padding: 8px 10px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
}

.imsg-date {
  text-align: center;
  font-size: 0.62rem;
  color: #8e8e93;
  font-weight: 500;
  margin: 4px 0 8px;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}

.imsg-row {
  display: flex;
}

.imsg-row.incoming {
  justify-content: flex-start;
}

.imsg-row.outgoing {
  justify-content: flex-end;
}

.imsg-bubble {
  max-width: 82%;
  padding: 8px 12px;
  border-radius: 18px;
  font-size: 0.78rem;
  line-height: 1.4;
  font-family: -apple-system, 'SF Pro Text', 'Helvetica Neue', sans-serif;
}

.imsg-bubble.gray {
  background: #e9e9eb;
  color: #1c1c1e;
  border-bottom-left-radius: 4px;
}

.imsg-bubble.blue {
  background: #007aff;
  color: #fff;
  border-bottom-right-radius: 4px;
}

/* Consecutive bubbles: tighter spacing */
.imsg-row + .imsg-row {
  margin-top: -1px;
}

.imsg-row.outgoing + .imsg-row.outgoing .imsg-bubble.blue {
  border-top-right-radius: 4px;
}

.imsg-row.incoming + .imsg-row.incoming .imsg-bubble.gray {
  border-top-left-radius: 4px;
}

.imsg-delivered {
  text-align: right;
  font-size: 0.58rem;
  color: #8e8e93;
  padding-right: 4px;
  margin-top: 2px;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
  font-weight: 500;
}

/* Forwarded scam content */
.sms-forward {
  background: #fff;
  border: 1px solid #d1d1d6;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 4px;
}

.sms-forward-label {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8e8e93;
  padding: 6px 10px 4px;
  border-bottom: 0.5px solid #e5e5ea;
  background: #f9f9f9;
}

.sms-forward-body {
  padding: 8px 10px;
  font-size: 0.7rem;
  color: #1c1c1e;
  line-height: 1.45;
}

.sms-scam-link {
  color: #007aff;
  text-decoration: underline;
}

/* Email forward variant */
.email-fwd .email-meta {
  padding: 6px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.email-from, .email-subj {
  font-size: 0.6rem;
  color: #636366;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}

.email-from {
  color: #e53e3e;
}

/* iMessage input bar */
.imsg-input-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: #f2f2f7;
  border-top: 0.5px solid #c6c6c8;
}

.imsg-plus {
  flex-shrink: 0;
}

.imsg-text-field {
  flex: 1;
  padding: 6px 12px;
  border: 1px solid #c6c6c8;
  border-radius: 18px;
  font-size: 0.72rem;
  color: #8e8e93;
  background: #fff;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}

.imsg-send-inactive {
  flex-shrink: 0;
}

/* Home indicator bar */
.iphone-home-bar {
  width: 120px;
  height: 4px;
  background: #1c1c1e;
  border-radius: 2px;
  margin: 6px auto 8px;
  opacity: 0.3;
}

.mom-texted-bottom {
  text-align: center;
  position: relative;
  z-index: 1;
}

.mom-texted-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: var(--text-light);
  margin-bottom: 32px;
  line-height: 1.5;
}

.mom-texted-tagline strong {
  color: var(--white);
}

/* ========================================
   TRUST BADGES
   ======================================== */

.trust-badges {
  padding: 72px 0;
  background: var(--navy-deep);
}

.trust-heading {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.trust-badge {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(232, 168, 56, 0.1);
  border: 1px solid rgba(232, 168, 56, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--amber);
}

.trust-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trust-text strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.01em;
}

.trust-text span {
  font-size: 0.82rem;
  color: var(--slate-light);
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .trust-badges {
    padding: 48px 0;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ========================================
   PRICING
   ======================================== */

.pricing {
  padding: var(--section-pad) 0;
  background: var(--warm-gray);
}

/* Billing Toggle */
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}

.billing-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: color 0.2s;
}

.billing-label.active {
  color: var(--navy);
}

.billing-switch {
  width: 52px;
  height: 28px;
  border-radius: 50px;
  background: var(--warm-gray-dark);
  border: 2px solid var(--warm-gray-dark);
  cursor: pointer;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
  padding: 0;
}

.billing-switch.active {
  background: var(--amber);
  border-color: var(--amber);
}

.billing-switch-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.billing-switch.active .billing-switch-knob {
  transform: translateX(24px);
}

.billing-save-badge {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy);
  background: var(--amber-glow);
  border: 1px solid var(--amber);
  padding: 4px 12px;
  border-radius: 50px;
}

.price-annual-note {
  display: none;
  font-size: 0.82rem;
  color: var(--amber);
  font-weight: 600;
  margin-top: 4px;
}
.price-annual-note.visible {
  display: block;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 760px;
  margin: 0 auto 32px;
}

.pricing-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card.popular {
  border: 2px solid var(--amber);
  box-shadow: 0 8px 32px rgba(232, 168, 56, 0.15);
}

.pricing-card.popular:hover {
  box-shadow: 0 16px 48px rgba(232, 168, 56, 0.2);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--amber);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 20px;
  border-radius: 50px;
}

.pricing-card-header {
  margin-bottom: 28px;
}

.pricing-card-header h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--navy);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-amount {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.8rem;
  color: var(--navy);
  letter-spacing: -0.03em;
}

.price-period {
  color: var(--text-secondary);
  font-size: 1rem;
}

.pricing-features {
  list-style: none;
  margin-bottom: 32px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--warm-gray);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pf-check {
  color: var(--amber);
  font-weight: 700;
  font-size: 1rem;
}

.pricing-cta {
  width: 100%;
  text-align: center;
}

.pricing-note {
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

/* ========================================
   REFERRAL
   ======================================== */

.referral {
  position: relative;
  background: linear-gradient(165deg, var(--navy-deep), var(--navy));
  padding: var(--section-pad) 0;
  overflow: hidden;
}

.referral-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}

.referral-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.referral-eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 12px;
}

.referral-desc {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}

.referral-desc strong {
  color: var(--white);
}

.referral-steps-row {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
}

.referral-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}

.referral-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.referral-step span:last-child {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.4;
  padding-top: 3px;
}

/* Referral visual card */
.referral-visual {
  display: flex;
  justify-content: center;
}

.referral-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.referral-card-icon {
  margin-bottom: 20px;
}

.referral-card-value {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.referral-card-amount {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--amber);
  letter-spacing: -0.02em;
}

.referral-card-label {
  font-size: 0.9rem;
  color: var(--slate-light);
}

.referral-card-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--amber-light));
  margin: 0 auto 20px;
  border-radius: 1px;
}

.referral-card-detail {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .referral-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .referral-desc {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .referral-steps-row {
    justify-content: center;
  }

  .referral-content .btn {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .referral-steps-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .referral-step {
    max-width: 280px;
  }
}

/* ========================================
   FAQ
   ======================================== */

.faq {
  padding: var(--section-pad) 0;
  background: var(--warm-gray);
}

.faq-list {
  max-width: 720px;
  margin: 48px auto 0;
}

.faq-item {
  border-bottom: 1px solid var(--warm-gray-dark);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  list-style: none;
  transition: color 0.2s;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question:hover {
  color: var(--amber);
}

.faq-chevron {
  flex-shrink: 0;
  color: var(--slate-light);
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 0 22px;
}

.faq-answer p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

.faq-answer a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-answer a:hover {
  color: var(--gold);
}

.faq-answer strong {
  color: var(--text-primary);
}

/* ========================================
   FINAL CTA
   ======================================== */

.final-cta {
  position: relative;
  background: linear-gradient(165deg, var(--navy), var(--navy-mid));
  padding: var(--section-pad) 0;
  overflow: hidden;
}

.final-cta-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}

.final-cta .container {
  position: relative;
  z-index: 1;
}


/* ========================================
   FOOTER
   ======================================== */

.footer {
  background: var(--navy-deep);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand p {
  color: var(--slate-light);
  font-size: 0.9rem;
  margin-top: 12px;
  max-width: 280px;
}

.footer-brand .nav-logo {
  font-size: 1.1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-light);
  margin-bottom: 8px;
}

.footer-links a {
  color: var(--slate-light);
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--amber);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
}

.footer-bottom p {
  color: var(--slate-light);
  font-size: 0.82rem;
  text-align: center;
}

/* ========================================
   SCROLL ANIMATIONS
   ======================================== */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-visual {
    order: -1;
  }

  .hero-slider {
    height: 680px;
  }

  .hero-iphone .iphone-frame {
    width: 340px;
    height: 680px;
  }

  .laptop-mockup {
    width: 100%;
    max-width: 700px;
  }

  .laptop-screen {
    height: 420px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  :root {
    --section-pad: 72px;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26, 35, 50, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .hero {
    padding: 130px 0 100px;
  }

  .phone-mockups {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .phone-mockup.featured {
    transform: none;
  }

  .iphone-frame {
    width: 260px;
  }

  .hero-slider {
    height: 600px;
  }

  .hero-iphone .iphone-frame {
    width: 300px;
    height: 600px;
  }

  .laptop-mockup {
    width: 100%;
    max-width: 560px;
  }

  .laptop-screen {
    height: 340px;
  }

  .gmail-sidebar {
    width: 70px;
  }

  .gmail-sender {
    width: 70px;
  }

  .gmail-snippet {
    display: none;
  }

  .gmail-email-popup {
    width: 82%;
  }

  .gmail-popup-bar {
    padding: 10px 14px 8px;
  }

  .gmail-popup-subject {
    padding: 10px 14px 6px;
    font-size: 0.78rem;
  }

  .gmail-email-body {
    padding: 0 14px 12px;
  }

  .gmail-email-subject {
    font-size: 0.75rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .steps {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .step-line {
    width: 2px;
    height: 40px;
    margin: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .proof-stats {
    flex-direction: column;
    gap: 32px;
  }

  .proof-divider {
    width: 48px;
    height: 1px;
  }

  .proof-label {
    max-width: none;
  }
}

/* ---- Reduced Motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
