/* ══════════════════════════════════════════
   Freshly Kept — Premium Pre-Launch Theme
   ══════════════════════════════════════════ */

/* ── RESET / BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }

/* ── NAV ── */
.fk-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 72px;
  transition: all 0.4s;
}
.fk-nav.scrolled {
  background: rgba(44, 74, 42, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(122,184,122,0.08);
}
.fk-nav-brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.fk-nav-brand:hover { opacity: 0.85; }
.fk-nav-mark { height: 38px; width: auto; }
.fk-nav-wordmark {
  height: 22px; width: auto;
  transition: filter 0.4s, opacity 0.4s;
}
.fk-nav.scrolled .fk-nav-wordmark {
  filter: brightness(0) invert(1);
}
.fk-nav-right { display: flex; align-items: center; gap: 28px; }
.fk-nav-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #E8A838;
  background: rgba(232,168,56,0.12); border: 1px solid rgba(232,168,56,0.15);
  padding: 5px 14px; border-radius: 100px;
}
.fk-nav-cta {
  background: #3D6B3A; color: #F7F4EF;
  padding: 10px 24px; border-radius: 100px; font-weight: 600;
  font-size: 13px; text-decoration: none; transition: all 0.3s;
  border: 1px solid rgba(61,107,58,0.2);
}
.fk-nav-cta:hover { background: #2C4A2A; transform: scale(1.02); box-shadow: 0 4px 16px rgba(44,74,42,0.25); }
.fk-nav.scrolled .fk-nav-cta {
  background: rgba(247,244,239,0.1);
  border-color: rgba(247,244,239,0.12);
}
.fk-nav.scrolled .fk-nav-cta:hover { background: #F7F4EF; color: #2C4A2A; }

/* ── GENERIC PAGE LAYOUT (anything not using a custom pattern) ── */
.fk-page-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 128px 24px 96px;
  color: #2C4A2A;
}
.fk-page-wrap h1.wp-block-post-title {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 44px; font-weight: 700; line-height: 1.15;
  margin-bottom: 32px;
  color: #1F3A1C;
}
.fk-page-wrap h2 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 24px; font-weight: 600;
  margin: 40px 0 12px;
  color: #1F3A1C;
}
.fk-page-wrap p,
.fk-page-wrap li {
  font-family: var(--wp--preset--font-family--poppins);
  font-size: 16px; line-height: 1.7;
  color: #3A4A38;
  margin-bottom: 14px;
}
.fk-page-wrap ul { padding-left: 20px; margin-bottom: 14px; }
.fk-page-wrap a { color: #3D6B3A; text-decoration: underline; }
.fk-page-wrap strong { color: #1F3A1C; }
@media (max-width: 640px) {
  .fk-page-wrap { padding: 96px 20px 64px; }
  .fk-page-wrap h1.wp-block-post-title { font-size: 32px; }
}

/* ── HERO — split layout ── */
.fk-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 96px 64px 64px;
  position: relative;
  overflow: hidden;
  background: #F7F4EF;
  gap: 56px;
}
.fk-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 700px at 20% 30%, rgba(61,107,58,0.04) 0%, transparent 70%),
    radial-gradient(ellipse 600px 500px at 80% 70%, rgba(232,168,56,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.fk-hero-text {
  position: relative; z-index: 2;
  max-width: 560px;
}
.fk-hero-mockup {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
}

/* ── BADGE ── */
/* ── TYPOGRAPHY: avoid awkward orphans on narrow viewports ── */
h1, h2, h3, .fk-hero h1, .fk-final-cta h2, .fk-problem-header h2, .fk-how-header h2, .fk-value-list h2 {
  text-wrap: balance;
}
p, .fk-hero-sub, .fk-final-sub, .fk-problem-card p, .fk-step p, .fk-value-item p {
  text-wrap: pretty;
}

.fk-hero h1 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700; line-height: 1.12; color: #2C4A2A;
  margin-bottom: 20px; letter-spacing: -0.02em;
  text-wrap: balance;
}
.fk-hero h1 em {
  color: #D4533A; font-style: normal;
  background: linear-gradient(135deg, #D4533A, #E8A838);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fk-hero-sub {
  font-size: 17px; color: #6B8C68; max-width: 460px;
  margin: 0 0 40px; line-height: 1.7; font-weight: 400;
  text-wrap: pretty;
}

/* ── APP MOCKUP (phone frame) ── */
.fk-phone {
  width: 320px;
  background: #1A2E1A;
  border-radius: 40px;
  padding: 12px;
  box-shadow:
    0 40px 100px rgba(26,46,26,0.25),
    0 12px 32px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.05);
  position: relative;
}
.fk-phone-notch {
  width: 120px; height: 28px; margin: 0 auto 0;
  background: #1A2E1A; border-radius: 0 0 16px 16px;
  position: relative; z-index: 3;
}
.fk-phone-screen {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 20px 18px 24px;
  margin-top: -14px;
  position: relative;
  min-height: 460px;
}
.fk-app-header {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 20px; padding-bottom: 14px;
  border-bottom: 1px solid rgba(61,107,58,0.08);
}
.fk-app-title {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 18px; font-weight: 700; color: #2C4A2A;
}
.fk-app-date {
  font-size: 11px; color: #7AB87A; font-weight: 500;
}
.fk-app-item {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.fk-app-dot {
  width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.fk-app-name {
  font-size: 14px; font-weight: 600; color: #2C4A2A;
  flex: 1;
}
.fk-app-status {
  font-size: 11px; font-weight: 500; white-space: nowrap;
}
.fk-app-item.fk-fresh .fk-app-status { color: #7AB87A; }
.fk-app-item.fk-soon .fk-app-status { color: #E8A838; }
.fk-app-item.fk-urgent .fk-app-status { color: #D4533A; font-weight: 700; }
.fk-app-nudge {
  margin-top: 16px;
  background: linear-gradient(135deg, rgba(61,107,58,0.06), rgba(232,168,56,0.06));
  border: 1px solid rgba(61,107,58,0.1);
  border-radius: 12px; padding: 14px 16px;
  font-size: 13px; color: #2C4A2A; line-height: 1.5;
}
.fk-app-nudge strong {
  color: #3D6B3A; display: block; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 4px;
}

/* ── SIGNUP FORM (light) ── */
.fk-signup-form {
  display: flex; gap: 0; max-width: 440px;
  background: #FFFFFF;
  border: 1px solid rgba(61,107,58,0.12);
  border-radius: 14px; padding: 6px; transition: all 0.3s;
  box-shadow: 0 4px 24px rgba(61,107,58,0.06);
}
.fk-signup-form:focus-within {
  border-color: #3D6B3A;
  box-shadow: 0 4px 24px rgba(61,107,58,0.12), 0 0 0 3px rgba(61,107,58,0.06);
}
.fk-signup-form input[type="email"] {
  flex: 1; background: transparent; border: none; outline: none;
  color: #2C4A2A; font-family: var(--wp--preset--font-family--poppins);
  font-size: 15px; padding: 14px 20px; font-weight: 400;
  min-width: 0;
}
.fk-signup-form input::placeholder { color: #6B8C68; opacity: 0.5; }
.fk-signup-form button[type="submit"] {
  background: #3D6B3A; color: #F7F4EF;
  border: none; border-radius: 10px; padding: 14px 28px;
  font-family: var(--wp--preset--font-family--poppins); font-weight: 700;
  font-size: 14px; cursor: pointer; transition: all 0.25s;
  white-space: nowrap; letter-spacing: 0.01em;
}
.fk-signup-form button:hover {
  background: #2C4A2A; transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(44,74,42,0.25);
}
.fk-signup-form button:disabled { opacity: 0.6; cursor: not-allowed; }

/* ── PRIMARY CTA BUTTON (replaces signup form on launch) ── */
.fk-cta-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #3D6B3A; color: #F7F4EF;
  border: none; border-radius: 14px;
  padding: 18px 36px;
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: 700; font-size: 16px;
  text-decoration: none; cursor: pointer; transition: all 0.25s;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 24px rgba(61,107,58,0.18);
}
.fk-cta-primary:hover {
  background: #2C4A2A; transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(44,74,42,0.28);
  color: #F7F4EF;
}
.fk-dark .fk-cta-primary {
  background: #F7F4EF; color: #2C4A2A;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}
.fk-dark .fk-cta-primary:hover {
  background: #FFFFFF; color: #2C4A2A;
}

.fk-signup-note {
  margin-top: 14px; font-size: 12px; color: #6B8C68; opacity: 0.6;
  letter-spacing: 0.02em;
}

.fk-signup-success {
  display: none; padding: 20px; text-align: center;
}
.fk-signup-success .fk-check {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(61,107,58,0.08); display: inline-flex;
  align-items: center; justify-content: center;
  color: #3D6B3A; font-size: 20px; margin-bottom: 12px;
}
.fk-signup-success h3 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 20px; color: #2C4A2A; font-weight: 600; margin-bottom: 6px;
}
.fk-signup-success p { font-size: 14px; color: #6B8C68; }

/* Dark variant forms */
.fk-dark .fk-signup-form {
  background: rgba(247,244,239,0.06);
  border-color: rgba(247,244,239,0.12);
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.fk-dark .fk-signup-form:focus-within {
  border-color: rgba(247,244,239,0.25);
  box-shadow: 0 4px 24px rgba(0,0,0,0.2), 0 0 0 3px rgba(247,244,239,0.05);
}
.fk-dark .fk-signup-form input[type="email"] { color: #F7F4EF; }
.fk-dark .fk-signup-form input::placeholder { color: rgba(247,244,239,0.35); }
.fk-dark .fk-signup-form button[type="submit"] {
  background: #E8A838; color: #2C4A2A;
}
.fk-dark .fk-signup-form button:hover {
  background: #F7F4EF;
  box-shadow: 0 4px 16px rgba(232,168,56,0.3);
}
.fk-dark .fk-signup-note { color: rgba(247,244,239,0.4); }
.fk-dark .fk-signup-success .fk-check {
  background: rgba(232,168,56,0.15); color: #E8A838;
}
.fk-dark .fk-signup-success h3 { color: #F7F4EF; }
.fk-dark .fk-signup-success p { color: #6B8C68; }

/* ── SECTION SHARED ── */
.fk-section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; margin-bottom: 16px;
}
.fk-section-divider {
  width: 48px; height: 3px; border-radius: 2px; margin-bottom: 24px;
}

/* ── PROBLEM SECTION — warm dark bg ── */
.fk-problem {
  padding: 120px 24px;
  background:
    radial-gradient(ellipse 1200px 800px at 50% -10%, #3D6B3A 0%, #2C4A2A 45%, #1F3A1F 100%);
  position: relative; overflow: hidden;
}
.fk-problem::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 600px at 10% 110%, rgba(212,83,58,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 700px 500px at 95% -5%, rgba(232,168,56,0.16) 0%, transparent 55%),
    radial-gradient(ellipse 500px 400px at 50% 50%, rgba(122,184,122,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.fk-problem::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.4'/></svg>");
  opacity: 0.06; mix-blend-mode: overlay;
  pointer-events: none;
}
.fk-problem-inner {
  max-width: 1040px; margin: 0 auto; position: relative; z-index: 2;
}
.fk-problem-header {
  text-align: center; margin-bottom: 64px;
}
.fk-problem-header .fk-section-label { color: #D4533A; }
.fk-problem-header .fk-section-divider {
  background: #D4533A; margin-left: auto; margin-right: auto;
}
.fk-problem-header h2 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 700;
  color: #F7F4EF; line-height: 1.2; letter-spacing: -0.02em;
  max-width: 640px; margin: 0 auto;
}
.fk-problem-header h2 em {
  font-style: normal; color: #E8A838;
}
.fk-problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.fk-problem-card {
  border-radius: 16px; padding: 40px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative; overflow: hidden;
}
.fk-problem-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
}
.fk-problem-card:hover {
  transform: translateY(-6px);
}

/* Urgency-themed cards */
.fk-card-coral {
  background: linear-gradient(165deg, #3D1208 0%, #2E0E06 100%);
  border: 1px solid rgba(212,83,58,0.15);
}
.fk-card-coral::before { background: linear-gradient(90deg, #D4533A, #E8A838); }
.fk-card-coral:hover { box-shadow: 0 20px 60px rgba(212,83,58,0.2); }

.fk-card-amber {
  background: linear-gradient(165deg, #3D2A00 0%, #2E1F00 100%);
  border: 1px solid rgba(232,168,56,0.15);
}
.fk-card-amber::before { background: linear-gradient(90deg, #E8A838, #7AB87A); }
.fk-card-amber:hover { box-shadow: 0 20px 60px rgba(232,168,56,0.2); }

.fk-card-sage {
  background: linear-gradient(165deg, rgba(61,107,58,0.35) 0%, rgba(44,74,42,0.5) 100%);
  border: 1px solid rgba(122,184,122,0.12);
}
.fk-card-sage::before { background: linear-gradient(90deg, #7AB87A, #3D6B3A); }
.fk-card-sage:hover { box-shadow: 0 20px 60px rgba(122,184,122,0.12); }

.fk-problem-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; font-size: 20px;
}
.fk-card-coral .fk-problem-icon { background: rgba(212,83,58,0.15); color: #D4533A; }
.fk-card-amber .fk-problem-icon { background: rgba(232,168,56,0.15); color: #E8A838; }
.fk-card-sage .fk-problem-icon { background: rgba(122,184,122,0.12); color: #7AB87A; }

.fk-problem-card h3 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 20px; font-weight: 700; color: #F7F4EF;
  margin-bottom: 12px; letter-spacing: -0.01em;
}
.fk-problem-card p {
  font-size: 15px; color: rgba(247,244,239,0.78); line-height: 1.75;
}

/* ── HOW IT WORKS — cream bg ── */
.fk-how {
  padding: 120px 24px; background: #F7F4EF; position: relative;
}
.fk-how-inner { max-width: 1040px; margin: 0 auto; }
.fk-how-header {
  text-align: center; margin-bottom: 64px;
}
.fk-how-header .fk-section-label { color: #3D6B3A; }
.fk-how-header .fk-section-divider {
  background: #3D6B3A; margin-left: auto; margin-right: auto;
}
.fk-how-header h2 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 700;
  color: #2C4A2A; line-height: 1.2; letter-spacing: -0.02em;
}
.fk-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.fk-step {
  padding: 40px 28px 36px; background: #FFFFFF;
  border-radius: 16px; text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(61,107,58,0.06);
  box-shadow: 0 2px 16px rgba(0,0,0,0.03);
  position: relative;
}
.fk-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.07);
}
.fk-step-num {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 44px; font-weight: 700; margin-bottom: 16px; line-height: 1;
}
.fk-step:nth-child(1) .fk-step-num { color: #3D6B3A; }
.fk-step:nth-child(2) .fk-step-num { color: #7AB87A; }
.fk-step:nth-child(3) .fk-step-num { color: #E8A838; }
.fk-step:nth-child(4) .fk-step-num { color: #D4533A; }
.fk-step-icon {
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; color: #3D6B3A;
}
.fk-step:nth-child(1) .fk-step-icon { color: #3D6B3A; }
.fk-step:nth-child(2) .fk-step-icon { color: #7AB87A; }
.fk-step:nth-child(3) .fk-step-icon { color: #E8A838; }
.fk-step:nth-child(4) .fk-step-icon { color: #D4533A; }
.fk-step-icon svg { stroke: currentColor; }
.fk-step h3 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 18px; font-weight: 600; color: #2C4A2A;
  margin-bottom: 10px; letter-spacing: -0.01em;
}
.fk-step p { font-size: 14px; color: #6B8C68; line-height: 1.7; }

/* Connector line between steps (desktop) */
.fk-step::after {
  content: '';
  position: absolute; top: 50%; right: -12px;
  width: 24px; height: 2px;
  background: linear-gradient(90deg, rgba(61,107,58,0.15), rgba(61,107,58,0.05));
}
.fk-step:last-child::after { display: none; }

/* ── FOUNDER NOTE ── */
.fk-founder {
  padding: 100px 24px; background: #F7F4EF;
  border-top: 1px solid rgba(61,107,58,0.06);
}
.fk-founder-inner {
  max-width: 640px; margin: 0 auto;
}
.fk-founder-content {
  text-align: center;
}
.fk-founder .fk-section-label { color: #E8A838; }
.fk-founder .fk-section-divider {
  background: #E8A838; margin-left: auto; margin-right: auto;
}
.fk-founder-photo {
  margin: 0 auto 28px;
  width: 80px; height: 80px;
}
.fk-founder-photo img {
  width: 80px; height: 80px; border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(61,107,58,0.1);
}
.fk-founder-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: #2C4A2A; color: #F7F4EF;
  font-family: var(--wp--preset--font-family--lora);
  font-size: 24px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.fk-founder blockquote {
  margin: 0;
}
.fk-founder blockquote p {
  font-family: var(--wp--preset--font-family--lora);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 400; color: #2C4A2A;
  line-height: 1.75; font-style: italic;
  text-align: left;
}
.fk-founder-meta {
  margin-top: 28px;
}
.fk-founder-meta strong {
  display: block; font-size: 15px; font-weight: 700; color: #2C4A2A;
}
.fk-founder-meta span {
  display: block; font-size: 13px; color: #6B8C68; margin-top: 2px;
}

/* ── FINAL CTA — deep dark ── */
.fk-final-cta {
  padding: 140px 24px;
  background:
    radial-gradient(ellipse 1200px 800px at 50% 0%, #2C4A2A 0%, #1A2E1A 50%, #0F1F10 100%);
  text-align: center; position: relative; overflow: hidden;
}
.fk-final-cta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 800px 600px at 50% 90%, rgba(232,168,56,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 600px 400px at 15% 15%, rgba(122,184,122,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 600px 400px at 85% 25%, rgba(212,83,58,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.fk-final-cta::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.4'/></svg>");
  opacity: 0.05; mix-blend-mode: overlay;
  pointer-events: none;
}
.fk-final-inner {
  max-width: 560px; margin: 0 auto;
  position: relative; z-index: 2;
}
.fk-final-logo {
  width: 72px; height: 72px; margin: 0 auto 36px;
  border-radius: 18px;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.3));
}
.fk-final-cta h2 {
  font-family: var(--wp--preset--font-family--lora);
  font-size: clamp(28px, 3.5vw, 44px); font-weight: 700;
  color: #F7F4EF; line-height: 1.15;
  margin-bottom: 16px; letter-spacing: -0.02em;
  text-wrap: balance;
}
.fk-final-cta h2 em { color: #E8A838; font-style: normal; }
.fk-final-cta .fk-final-sub {
  font-size: 16px; color: rgba(247,244,239,0.5); line-height: 1.7;
  margin-bottom: 44px; font-weight: 400;
  text-wrap: pretty;
}
.fk-final-cta .fk-signup-note { text-align: center; margin-top: 16px; }
.fk-final-cta .fk-cta-primary { margin: 0 auto; }

/* ── FOOTER ── */
.fk-footer {
  padding: 56px 24px 48px; background: #121F12;
  border-top: 1px solid rgba(61,107,58,0.08);
}
.fk-footer-inner {
  max-width: 600px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.fk-footer-brand {
  display: flex; align-items: center; gap: 10px;
}
.fk-footer-logo {
  height: 32px; width: auto; display: block;
  opacity: 0.6;
}
.fk-footer-name {
  font-family: var(--wp--preset--font-family--lora);
  font-size: 16px; font-weight: 600; color: rgba(247,244,239,0.5);
  letter-spacing: -0.01em;
}
.fk-footer-links {
  display: flex; gap: 24px;
}
.fk-footer-links a {
  font-size: 13px; color: rgba(247,244,239,0.35);
  text-decoration: none; transition: color 0.2s;
}
.fk-footer-links a:hover { color: rgba(247,244,239,0.7); }
.fk-footer-social {
  display: flex; gap: 16px;
}
.fk-footer-social a {
  color: rgba(247,244,239,0.3);
  transition: color 0.2s;
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(247,244,239,0.04);
}
.fk-footer-social a:hover {
  color: rgba(247,244,239,0.7);
  background: rgba(247,244,239,0.08);
}
.fk-footer-copy {
  font-size: 12px; color: rgba(247,244,239,0.25);
  line-height: 1.6; text-align: center;
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */

@media (max-width: 1024px) {
  .fk-hero {
    grid-template-columns: 1fr;
    padding: 120px 40px 80px;
    text-align: center;
    gap: 48px;
  }
  .fk-hero-text {
    max-width: 600px; margin: 0 auto;
  }
  .fk-hero-sub { margin-left: auto; margin-right: auto; }
  .fk-signup-form { margin: 0 auto; }

  .fk-step::after { display: none; }
}

@media (max-width: 768px) {
  .fk-nav { padding: 0 24px; }
  .fk-nav-tag { display: none; }
  .fk-nav-wordmark { height: 18px; }

  .fk-hero { padding: 100px 24px 60px; gap: 40px; }
  .fk-hero h1 { font-size: clamp(28px, 6vw, 40px); }

  .fk-phone { width: 280px; }
  .fk-phone-screen { min-height: 400px; padding: 16px 14px 20px; }

  .fk-problem { padding: 80px 24px; }
  .fk-problem-grid {
    grid-template-columns: 1fr;
    max-width: 440px; margin: 0 auto;
  }

  .fk-how { padding: 80px 24px; }
  .fk-steps { grid-template-columns: 1fr 1fr; gap: 20px; }

  .fk-founder { padding: 80px 24px; }

  .fk-final-cta { padding: 100px 24px; }
}

@media (max-width: 480px) {
  .fk-hero { padding: 96px 20px 48px; }

  .fk-phone { width: 260px; border-radius: 32px; padding: 10px; }
  .fk-phone-screen { border-radius: 22px; min-height: 360px; }
  .fk-phone-notch { width: 100px; height: 24px; }
  .fk-app-name { font-size: 13px; }
  .fk-app-status { font-size: 10px; }

  .fk-signup-form {
    flex-direction: column;
    border-radius: 14px;
  }
  .fk-signup-form button[type="submit"] {
    border-radius: 10px;
    padding: 16px 28px;
  }

  .fk-steps { grid-template-columns: 1fr; }
  .fk-step { padding: 32px 24px 28px; }

  .fk-problem-card { padding: 32px 24px; }

  .fk-footer-links { gap: 16px; flex-wrap: wrap; justify-content: center; }
}

/* ── SMOOTH SCROLL ── */
html { scroll-behavior: smooth; }
