/* ============================================================
   Italy Made Easy — Landing page styles
   Combined: design tokens + marketing-site kit + landing.
   NOTE: Custom web fonts (Figtree, Parkinsans, Rammetto IME) were
   loaded by ID in the original and are unavailable here, so the
   @font-face rules were removed. Type falls back to system sans-serif.
   ============================================================ */

:root {
  /* COLORS — Core palette */
  --color-blue:   #0090FF;
  --color-pink:   #E93D82;
  --color-yellow: #F7DE15;
  --color-green:  #00A878;
  --color-red:    #A5275A;
  --color-gold:   #F5A623;

  /* Semantic (Light mode) */
  --color-bg:         #FBFDFF;
  --color-white:      #FFFFFF;
  --color-text:       #1C3447;
  --color-muted:      #64748B;
  --color-border:     #E8E8E8;
  --color-blue-tint:  #DDEFFF;
  --color-pink-tint:  #FFE0EB;
  --color-blue-1:     #F0F8FF;

  /* Italian tricolor */
  --color-italia-green: #009246;
  --color-italia-white: #FFFFFF;
  --color-italia-red:   #CE2B37;

  /* Blue scale */
  --blue-1: #F0F8FF; --blue-2: #DDEFFF; --blue-3: #B8DFFF;
  --blue-4: #7CC8FF; --blue-5: #40B1FF; --blue-6: #0090FF;
  --blue-7: #007AD9; --blue-8: #0064B3; --blue-9: #004E8C;

  /* Pink scale */
  --pink-1: #FFF0F6; --pink-2: #FFE0EB; --pink-3: #FFCCE0;
  --pink-4: #FF99C4; --pink-5: #FF66A8; --pink-6: #E93D82;
  --pink-7: #C7326E; --pink-8: #A5275A;

  /* Yellow scale */
  --yellow-1: #FFFBE6; --yellow-2: #FFF5B8;
  --yellow-3: #FFED80; --yellow-4: #F7DE15;

  /* Phase colors */
  --color-phase-1: #0090FF;
  --color-phase-2: #00A878;
  --color-phase-3: #F76B15;
  --color-phase-4: #E93D82;
  --color-phase-5: #8E4EC6;

  /* Dark mode */
  --dark-bg:             #0F1923;
  --dark-surface:        #1C2733;
  --dark-elevated:       #243242;
  --dark-text:           #E8ECF0;
  --dark-text-secondary: rgba(255,255,255,0.65);
  --dark-border:         rgba(255,255,255,0.06);

  /* TYPOGRAPHY */
  --font-family: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-family-logo: 'Parkinsans', 'Figtree', sans-serif;
  --font-family-accent: 'Rammetto IME', 'Rammetto One', 'Figtree', sans-serif;

  --font-size-hero:      clamp(35px, 3.4vw, 56px);
  --font-size-h1:        clamp(36px, 4vw, 52px);
  --font-size-h2:        clamp(22px, 3vw, 32px);
  --font-size-h3:        clamp(18px, 2.5vw, 24px);
  --font-size-label:     18px;
  --font-size-body-lg:   1.1rem;
  --font-size-md:        1rem;
  --font-size-sm:        1rem;
  --font-size-lg:        1.4rem;
  --font-size-xl:        1.78rem;
  --font-size-caption:   1rem;
  --font-size-cta-price: clamp(36px, 5vw, 52px);
  --font-size-quote-mark:5rem;
  --font-size-icon:      2rem;

  /* Weights */
  --font-weight-light:     300;
  --font-weight-regular:   400;
  --font-weight-medium:    500;
  --font-weight-semibold:  600;
  --font-weight-bold:      700;
  --font-weight-extrabold: 800;

  /* Line heights */
  --line-height-tight:  1.1;
  --line-height-snug:   1.2;
  --line-height-hero:   1.25;
  --line-height-normal: 1.5;
  --line-height-loose:  1.8;

  /* SPACING — 4px base */
  --sp-1: 4px;   --sp-2: 8px;   --sp-3: 12px;  --sp-4: 16px;
  --sp-5: 20px;  --sp-6: 24px;  --sp-7: 32px;  --sp-8: 40px;
  --sp-9: 48px;  --sp-10: 64px; --sp-11: 80px; --sp-12: 120px;

  /* RADII */
  --r-xs:   6px;
  --r-sm:   8px;
  --r-md:   12px;
  --r-lg:   16px;
  --r-xl:   20px;
  --r-2xl:  24px;
  --r-pill: 100px;

  /* SHADOWS */
  --shadow-xs: 0 1px 3px   rgba(28, 52, 71, 0.03);
  --shadow-sm: 0 2px 8px   rgba(28, 52, 71, 0.05);
  --shadow-md: 0 4px 24px  rgba(28, 52, 71, 0.07);
  --shadow-lg: 0 12px 40px rgba(28, 52, 71, 0.10);
  --shadow-xl: 0 20px 60px rgba(28, 52, 71, 0.14);

  /* GRADIENTS */
  --grad-primary: #1C3447;
  --grad-subtle:  linear-gradient(135deg, rgba(0,144,255,0.06), rgba(233,61,130,0.06));
  --grad-warm:    linear-gradient(135deg, #E93D82, #F7DE15);
  --grad-italia:  linear-gradient(90deg, #009246 0%, #009246 28%, #FFFFFF 38%, #FFFFFF 62%, #CE2B37 72%, #CE2B37 100%);

  --gradient-bp-whisper: linear-gradient(135deg, rgba(0,144,255,0.05), rgba(233,61,130,0.05));
  --gradient-bp-soft:    linear-gradient(135deg, rgba(0,144,255,0.12), rgba(233,61,130,0.12));
  --gradient-bp-medium:  linear-gradient(135deg, rgba(0,144,255,0.30), rgba(233,61,130,0.30));
  --gradient-bp-full:    linear-gradient(135deg, #0090FF, #E93D82);

  --gradient-py-whisper: linear-gradient(135deg, rgba(233,61,130,0.05), rgba(247,222,21,0.05));
  --gradient-py-soft:    linear-gradient(135deg, rgba(233,61,130,0.12), rgba(247,222,21,0.12));
  --gradient-py-medium:  linear-gradient(135deg, rgba(233,61,130,0.30), rgba(247,222,21,0.30));
  --gradient-py-full:    linear-gradient(135deg, #E93D82, #F7DE15);

  /* TRANSITIONS */
  --transition-fast:   0.2s ease;
  --transition-normal: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow:   0.35s cubic-bezier(0.4, 0, 0.2, 1);

  /* LAYOUT */
  --max-width-content:   70ch;
  --max-width-site:      1280px;
  --max-width-cta-inner: 540px;
  --header-height:       72px;
}

/* BASE ELEMENT STYLES */
html { font-size: 18px; }

body {
  font-family: var(--font-family);
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-md);
  line-height: var(--line-height-normal);
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-extrabold);
  line-height: var(--line-height-snug);
  color: var(--color-text);
  letter-spacing: -0.01em;
}
h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-extrabold);
  line-height: var(--line-height-snug);
  color: var(--color-text);
  letter-spacing: -0.01em;
}
h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-snug);
  color: var(--color-text);
}
.hero-headline {
  font-size: var(--font-size-hero);
  font-weight: var(--font-weight-extrabold);
  line-height: var(--line-height-hero);
  letter-spacing: -0.015em;
}

p { font-size: var(--font-size-md);
    line-height: var(--line-height-loose);
    color: var(--color-muted);
    margin: 0 0 var(--sp-4);}
.muted { color: var(--color-muted); }
.eyebrow {
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--color-blue);
}

a { color: var(--color-blue); text-decoration: none; transition: var(--transition-fast); }
a:hover { color: var(--blue-7); }

.on-dark, [data-theme="dark"] {
  background: var(--dark-bg);
  color: var(--dark-text);
  font-weight: var(--font-weight-regular);
}
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--dark-text); }
.on-dark .muted { color: var(--dark-text-secondary); }

/* ============================================================
   Marketing-site kit
   ============================================================ */
* { box-sizing: border-box; }
body { margin: 0; }

.site { max-width: 100%; overflow-x: hidden; }
.container { max-width: var(--max-width-site); margin: 0 auto;  }
section { padding: var(--sp-11) 0; position: relative; }

/* header */
.header {
  position: sticky; top: 0; z-index: 50;
  height: var(--header-height);
  background: rgba(251,253,255,0.92);
  backdrop-filter: saturate(1.2);
  border-bottom: 1px solid var(--color-border);
}
.header .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.header nav { display: flex; gap: var(--sp-7); align-items: center; }
.header a.navlink { color: var(--color-text); font-weight: 500; font-size: 15px; white-space: nowrap; }
.header a.navlink:hover { color: var(--color-blue); }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { height: 44px; }

/* buttons */
.btn { font-family: var(--font-family); font-weight: 600; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: var(--transition-normal); text-decoration: none; }
.btn-primary { background: var(--grad-primary); color: #fff; padding: 16px 40px; border-radius: var(--r-sm); font-size: 17px; box-shadow: 0 4px 16px rgba(0,144,255,0.25); }
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-2px); color: #fff; }
.btn-primary.md { padding: 12px 28px; font-size: 15px; border-radius: var(--r-xs); }
.btn-primary.sm { padding: 8px 20px; font-size: 13px; border-radius: 4px; }
.btn-secondary { background: transparent; color: var(--color-blue); border: 1.5px solid var(--blue-4); padding: 14.5px 38px; border-radius: var(--r-sm); font-size: 17px; }
.btn-secondary:hover { background: var(--blue-1); border-color: var(--color-blue); color: var(--color-blue); }
.btn-ghost { background: transparent; color: var(--color-blue); font-weight: 500; padding: 10px 14px; border-radius: var(--r-sm); }
.btn-ghost:hover { background: rgba(0,144,255,0.08); color: var(--color-blue); }
.btn-shimmer { position: relative; overflow: hidden; }
.btn-shimmer::after { content:""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,0.35) 50%, transparent 60%); transform: translateX(-100%); animation: sweep 3s ease-in-out infinite; }
@keyframes sweep { 0%,20%{transform:translateX(-100%)} 60%,100%{transform:translateX(100%)} }

/* pills */
.pill { background: var(--grad-primary); color: #fff; border-radius: var(--r-pill); padding: 8px 24px; font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; display: inline-block; }
.tricolor-dots { display: inline-flex; gap: 5px; align-items: center; margin-right: 12px; }
.tricolor-dots span { width: 9px; height: 9px; border-radius: 100px; display: block; }
.tricolor-dots span:nth-child(1){background:var(--color-italia-green)}
.tricolor-dots span:nth-child(2){background:var(--color-italia-white);border:1px solid var(--color-border)}
.tricolor-dots span:nth-child(3){background:var(--color-italia-red)}
.eyebrow-row { display: inline-flex; align-items: center; margin-bottom: var(--sp-4); }

/* hero-founder */
.hero-founder { padding: var(--sp-11) 0 var(--sp-12); position: relative; overflow: hidden; }
.hero-founder::before, .hero-founder::after { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; pointer-events: none; }
.hero-founder::before { background: radial-gradient(circle, rgba(0,144,255,0.09) 0%, transparent 70%); top: -200px; left: -200px; }
.hero-founder::after  { background: radial-gradient(circle, rgba(233,61,130,0.09) 0%, transparent 70%); bottom: -300px; right: -150px; }
.hero-founder .row { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--sp-11); align-items: center; position: relative; z-index: 1; }
.hero-founder h1 { font-size: var(--font-size-hero); font-weight: 800; line-height: var(--line-height-hero); letter-spacing: -0.015em; margin: 0 0 var(--sp-5); }
.hero-founder h1 em { font-style: normal; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }

.hero-actions { display: flex; gap: var(--sp-4); align-items: center; margin-bottom: var(--sp-6); }
.hero-proof { display: flex; align-items: center; gap: 12px; color: var(--color-muted); font-size: 14px; }
.stars { color: var(--color-gold); letter-spacing: 2px; }
.hero-photo { position: relative; aspect-ratio: 4/5; border-radius: var(--r-2xl); background: linear-gradient(135deg, var(--blue-3), var(--pink-3)); display: flex; align-items: flex-end; justify-content: center; padding: 24px; color: #fff; font-weight: 700; overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-photo::after { content: "Manu · portrait"; position: absolute; bottom: 16px; left: 0; right: 0; text-align: center; font-size: 13px; opacity: 0.85; font-family: ui-monospace, Menlo, monospace; letter-spacing: 1px; }
.hero-photo-glow-b { position: absolute; inset: -40px; background: radial-gradient(circle at 30% 30%, rgba(0,144,255,0.35), transparent 60%); filter: blur(30px); z-index: -1; }
.hero-photo-glow-p { position: absolute; inset: -40px; background: radial-gradient(circle at 80% 70%, rgba(233,61,130,0.35), transparent 60%); filter: blur(30px); z-index: -1; }

/* trust stats */
.trust { padding: var(--sp-9) 0; background: var(--grad-subtle); }
.trust .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-7); text-align: center; }
.trust .n { font-size: 56px; font-weight: 800; letter-spacing: -0.02em; color: var(--color-text); line-height: 1; }
.trust .n em { font-style: normal; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.trust .t { color: var(--color-muted); font-size: 15px; margin-top: 6px; }

/* method steps */
.method { padding: var(--sp-12) 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto var(--sp-10); }
.section-head h2 { font-size: var(--font-size-h1); font-weight: 800; letter-spacing: -0.01em; margin: var(--sp-4) 0 var(--sp-4); }
.section-head p { color: var(--color-muted); font-size: var(--font-size-body-lg); font-weight: 300; max-width: 60ch; margin: 0 auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-6); }
.step-card { background: #fff; border-radius: var(--r-lg); padding: var(--sp-7); box-shadow: var(--shadow-sm); transition: var(--transition-slow); position: relative; overflow: hidden; }
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-card .num { width: 48px; height: 48px; border-radius: 12px; background: rgba(0,144,255,0.08); color: var(--color-blue); font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: var(--sp-5); }
.step-card h3 { font-size: var(--font-size-lg); font-weight: 700; margin: 0 0 10px; }
.step-card p { margin: 0; color: var(--color-muted); font-weight: 300; font-size: 16px; line-height: 1.55; }

/* community mosaic */
.community { padding: var(--sp-12) 0; background: linear-gradient(180deg, transparent, rgba(233,61,130,0.04)); }
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.mosaic .post { background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition-slow); display: flex; flex-direction: column; }
.mosaic .post:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.mosaic .post .ph { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--blue-3), var(--pink-3)); position: relative; }
.mosaic .post .ph::after { content: attr(data-place); position: absolute; bottom: 10px; left: 12px; color: #fff; font-size: 12px; font-family: ui-monospace, Menlo, monospace; letter-spacing: 1px; }
.mosaic .post .body { padding: var(--sp-5) var(--sp-6); }
.mosaic .post .who { display: flex; align-items: center; gap: 10px; color: var(--color-muted); font-size: 13px; margin-bottom: 8px; }
.mosaic .post .ava { width: 28px; height: 28px; border-radius: 50%; background: var(--grad-primary); }
.mosaic .post h4 { margin: 0; font-size: 17px; font-weight: 700; line-height: 1.3; }

/* pricing */
.pricing { padding: var(--sp-12) 0; text-align: center; position: relative; overflow: hidden; }
.pricing::before { content: ""; position: absolute; width: 800px; height: 800px; border-radius: 50%; top: -300px; right: -250px; background: radial-gradient(circle, rgba(0,144,255,0.08), transparent 70%); pointer-events: none; }
.pricing .inner { max-width: var(--max-width-cta-inner); margin: 0 auto; position: relative; }
.toggle { display: inline-flex; background: #fff; border-radius: var(--r-pill); padding: 4px; border: 1px solid var(--color-border); margin-bottom: var(--sp-7); font-size: 14px; font-weight: 600; box-shadow: var(--shadow-xs); }
.toggle button { padding: 10px 22px; border-radius: var(--r-pill); border: 0; background: transparent; color: var(--color-muted); font-weight: 600; cursor: pointer; font-family: inherit; transition: var(--transition-normal); }
.toggle button.on { background: var(--grad-primary); color: #fff; }
.price { font-size: var(--font-size-cta-price); font-weight: 800; letter-spacing: -0.02em; line-height: 1; margin: var(--sp-4) 0; }
.price small { font-size: 20px; font-weight: 600; color: var(--color-muted); }
.subprice { font-size: 28px; font-weight: 700; }
.subprice em { font-style: normal; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.includes { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4) var(--sp-6); margin: var(--sp-8) 0; text-align: left; }
.includes li { list-style: none; display: flex; gap: 10px; align-items: flex-start; color: var(--color-text); font-size: 16px; }
.includes .check { color: var(--color-green); flex-shrink: 0; margin-top: 2px; }

/* testimonials */
.testimonials { padding: var(--sp-12) 0; }
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-6); }
.quote { background: #fff; border-radius: var(--r-lg); padding: var(--sp-7); box-shadow: var(--shadow-sm); position: relative; }
.quote .qmark { position: absolute; top: 8px; right: 20px; font-size: var(--font-size-quote-mark); line-height: 1; color: var(--blue-2); font-family: Georgia, serif; }
.quote .stars { margin-bottom: 10px; }
.quote blockquote { margin: 0 0 var(--sp-5); font-size: 17px; line-height: 1.55; color: var(--color-text); font-weight: 400; }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .ava { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-primary); }
.quote .name { font-weight: 700; font-size: 15px; color: var(--color-text); }
.quote .loc { color: var(--color-muted); font-size: 13px; }

/* faq */
.faq { padding: var(--sp-12) 0; background: var(--gradient-bp-whisper); }
.faq-list { max-width: 780px; margin: 0 auto; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 0 var(--sp-7); }
.faq-item { border-bottom: 1px solid var(--color-border); padding: var(--sp-6) 0; cursor: pointer; }
.faq-item:last-child { border-bottom: 0; }
.faq-q { display: flex; align-items: center; justify-content: space-between; font-size: 18px; font-weight: 600; color: var(--color-text); gap: var(--sp-5); }
.faq-chev { color: var(--color-blue); transition: var(--transition-normal); flex-shrink: 0; }
.faq-item.open .faq-chev { transform: rotate(180deg); }
.faq-a { margin-top: var(--sp-4); font-size: 16px; color: var(--color-muted); line-height: 1.6; display: none; font-weight: 300; }
.faq-item.open .faq-a { display: block; }

/* florence cta */
.florence { padding: var(--sp-12) 0; background: linear-gradient(180deg, var(--dark-bg) 0%, #081017 100%); color: var(--dark-text); position: relative; overflow: hidden; }
.florence::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(233,61,130,0.25), transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(0,144,255,0.25), transparent 55%); pointer-events: none; }
.florence .row { display: grid; grid-template-columns: 1.15fr 1fr; gap: var(--sp-11); align-items: center; position: relative; z-index: 1; }
.florence h2 { font-size: 48px; font-weight: 800; letter-spacing: -0.02em; margin: var(--sp-3) 0 var(--sp-5); color: #fff; line-height: 1.1; }
.florence h2 em { font-style: normal; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.florence p { color: var(--dark-text-secondary); font-size: var(--font-size-body-lg); max-width: 44ch; margin: 0 0 var(--sp-7); font-weight: 400; }
.florence-photo { aspect-ratio: 4/5; border-radius: var(--r-2xl); background: linear-gradient(200deg, #8E4EC6, #E93D82 40%, #F7DE15); display: flex; align-items: flex-end; padding: var(--sp-6); color: #fff; box-shadow: var(--shadow-xl); position: relative; overflow: hidden; }
.florence-photo::after { content: "Firenze · Ponte Vecchio"; font-family: ui-monospace, Menlo, monospace; font-size: 12px; letter-spacing: 1px; opacity: 0.85; }

/* footer */
.footer { background: var(--dark-bg); color: var(--dark-text-secondary); padding: var(--sp-11) 0 var(--sp-8); }
.footer a { color: var(--dark-text-secondary); display: block; padding: 6px 0; font-size: 15px; }
.footer a:hover { color: #fff; }
.footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--sp-10); }
.footer h5 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 var(--sp-4); font-weight: 700; }
.footer .brand p { font-size: 14px; line-height: 1.6; max-width: 36ch; }
.footer .logo img { filter: brightness(0) invert(1); }
.footer-bottom { border-top: 1px solid var(--dark-border); margin-top: var(--sp-8); padding-top: var(--sp-5); display: flex; justify-content: space-between; font-size: 13px; }

.ghi { position: absolute; pointer-events: none; color: var(--blue-2); opacity: 0.7; }

/* ============================================================
   Landing-page bespoke sections
   ============================================================ */
.hero-founder { padding: var(--sp-11) 0 var(--sp-12); }
.hero-founder .row { align-items: center; }
.above-head { font-size: var(--font-size-body-lg); color: var(--color-blue); font-weight: 600; font-style: italic; margin: 0 0 var(--sp-3); }
.hero-copy h1 { margin: 0 0 var(--sp-5); }
.hero-copy .pill { margin-right: 12px; }

.pill-ghost {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid var(--blue-4);
    color: var(--color-blue);
    border-radius: var(--r-pill);
    padding: 6px 18px;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.pill-ghost .tricolor-dots { margin-right: 12px; }

.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-4) var(--sp-6); margin: var(--sp-6) 0 var(--sp-6); }
.hero-cta .capture-note { margin: 0; font-size: 14px; color: var(--color-muted); font-weight: 400; }

.capture { display: grid; grid-template-columns: 1fr auto; gap: var(--sp-3); align-items: stretch; max-width: 540px; margin: var(--sp-6) 0 var(--sp-5); }
.capture input[type=email] {
  font-family: var(--font-family); font-size: 17px; font-weight: 400;
  padding: 16px 20px; border: 1.5px solid var(--color-border); border-radius: var(--r-sm);
  background: #fff; color: var(--color-text); transition: var(--transition-fast); width: 100%;
}
.capture input[type=email]::placeholder { color: var(--color-muted); }
.capture input[type=email]:focus { outline: none; border-color: var(--color-blue); box-shadow: 0 0 0 3px rgba(0,144,255,0.18); }
.capture .btn-primary { white-space: nowrap; }
.capture-note { grid-column: 1 / -1; margin: 4px 0 0; font-size: 14px; color: var(--color-muted); font-weight: 400; }
.capture.sent input[type=email] { border-color: var(--color-green); }

.credibility { font-size: 15px; color: var(--color-muted); font-weight: 400; max-width: 52ch; margin: 0; line-height: 1.6; }
.credibility strong { color: var(--color-text); font-weight: 700; }

.hero-art { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-art img { width: 100%; max-width: 460px; height: auto; display: block; position: relative; z-index: 1; }
.hero-art-glow { position: absolute; inset: 8% 4%; background: radial-gradient(circle at 50% 45%, rgba(0,144,255,0.22), transparent 62%), radial-gradient(circle at 70% 80%, rgba(233,61,130,0.18), transparent 60%); filter: blur(30px); z-index: 0; }

/* STORY */
.story { background: var(--grad-subtle); }
.story-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: var(--sp-10); align-items: center; }
.story-photo { position: relative; aspect-ratio: 5/5; border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-text h2 { font-size: var(--font-size-h2); margin: 0 0 var(--sp-5); }
.story-text p { font-size: var(--font-size-body-lg); line-height: 1.7; font-weight: 300; margin: 0 0 var(--sp-4); }
.story-text p:last-child { margin-bottom: 0; }
.story-text em { font-style: italic; color: var(--color-blue); }

/* WHAT'S INSIDE */
.step-card .num svg { width: 26px; height: 26px; }
.examples { margin-top: var(--sp-8); background: #fff; border: 1px solid var(--color-border); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: var(--sp-7) var(--sp-8); max-width: 820px; margin-left: auto; margin-right: auto; }
.examples-label { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--color-blue); margin-bottom: var(--sp-4); }
.examples ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--sp-4); }
.examples li { display: flex; align-items: flex-start; gap: 14px; font-size: 17px; line-height: 1.5; font-weight: 400; }
.examples li em { font-style: italic; color: var(--color-text); }
.examples .dot { flex: none; width: 12px; height: 12px; border-radius: 50%; background: var(--grad-primary); margin-top: 6px; }

/* HOW IT WORKS */
.how { background: #fff; }
.how-steps .num { background: var(--grad-primary); color: #fff; }
.how-foot { text-align: center; margin: var(--sp-8) auto 0; font-size: var(--font-size-body-lg); font-weight: 600; color: var(--color-text); }

/* THIS IS FOR YOU */
.foryou-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--sp-10); align-items: center; }
.foryou-head h2 { font-size: var(--font-size-h2); margin: 0; max-width: 18ch; }
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--sp-5); }
.checks li { display: flex; align-items: flex-start; gap: 16px; font-size: var(--font-size-body-lg); line-height: 1.55; font-weight: 300; }
.checks .check { flex: none; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,144,255,0.10); color: var(--color-blue); display: flex; align-items: center; justify-content: center; margin-top: 2px; }

/* TRUST */
.trust .n em { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: normal; }
.trust-line { text-align: center; max-width: 70ch; margin: var(--sp-9) auto 0; color: var(--color-muted); font-size: 16px; font-weight: 400; line-height: 1.65; }
.trust-line strong { color: var(--color-text); }

/* FINAL CTA */
.cta-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r-lg); padding: var(--sp-7); box-shadow: var(--shadow-lg); }
.cta-card-title { color: #fff; font-size: var(--font-size-h3); margin: 0 0 6px; }
.cta-card-sub { color: rgba(255,255,255,0.7); font-size: 16px; font-weight: 400; margin: 0 0 var(--sp-5); }
.cta-card .capture { grid-template-columns: 1fr; max-width: none; margin: 0; }
.cta-card .capture .btn-primary { justify-content: center; }
.florence .capture { max-width: 540px; }
.florence .capture input[type=email] { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.22); color: #fff; }
.florence .capture input[type=email]::placeholder { color: rgba(255,255,255,0.6); }
.florence .capture input[type=email]:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,0.18); }
.florence .capture-note { color: rgba(255,255,255,0.7); }
.florence h2 { white-space: normal; }

.warning { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-lg); padding: var(--sp-6) var(--sp-7); display: flex; gap: var(--sp-4); align-items: flex-start; }
.warning-icon { flex: none; width: 44px; height: 44px; border-radius: var(--r-md); background: rgba(247,222,21,0.16); color: var(--color-yellow); display: flex; align-items: center; justify-content: center; }
.warning p { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.85); font-weight: 400; }
.warning strong { color: var(--color-yellow); font-weight: 700; }

/* RESPONSIVE */
@media (max-width: 980px) {
	.container {padding:0 20px;}
  .hero-founder .row, .florence .row, .foryou-inner { grid-template-columns: 1fr; gap: var(--sp-8); }
  .hero-founder, section, .method, .florence { padding: var(--sp-6) 0;}
.step-card h3 {font-size:1.2rem;}
  .hero-art img { max-width: 320px; }
  .story-grid { grid-template-columns: 1fr; gap: var(--sp-7); }
  .story-photo { order: 2;  max-height: 360px; }
  .steps, .how-steps { grid-template-columns: 1fr; }
  .trust .grid {grid-template-columns: 1fr;}
}
@media (max-width: 760px) {
  .header nav { gap: var(--sp-4); }
  .header nav .navlink { display: none; }
  .capture { grid-template-columns: 1fr; }
  .capture .btn-primary { justify-content: center; }
}