/* Kindly Days — landing page, based on the lp-hero-split design */
@font-face { font-family: 'Lora'; src: url('fonts/lora-latin-500-normal.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Lora'; src: url('fonts/lora-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Lora'; src: url('fonts/lora-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Nunito'; src: url('fonts/nunito-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Nunito'; src: url('fonts/nunito-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Nunito'; src: url('fonts/nunito-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Nunito'; src: url('fonts/nunito-latin-800-normal.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Nunito'; src: url('fonts/nunito-latin-900-normal.woff2') format('woff2'); font-weight: 900; font-display: swap; }

:root {
  --bg: #FAF3E4; --paper: #FFFDF6; --ink: #1B2B4D; --ink-soft: #3A4A6E; --muted: #74809B;
  --line: #F0E6D3; --green: #3C8757; --green-deep: #2F7048; --green-soft: #E3F2E5;
  --coral: #E96A5D; --coral-deep: #D95547; --blush: #FBE7E6; --butter: #FBEFC9; --lilac: #ECE5F6;
  --mint: #E6F3E7; --serif: 'Lora', Georgia, serif; --sans: 'Nunito', system-ui, sans-serif;
  --shadow: 0 10px 34px rgba(94, 66, 35, .12); --shadow-soft: 0 4px 18px rgba(94, 66, 35, .07);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { user-select: none; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -.4px; margin: 0; }
a { color: inherit; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 26px; border-radius: 999px; font: 800 15.5px var(--sans); text-decoration: none; transition: transform .12s, box-shadow .2s; }
.btn:active { transform: translateY(1px); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 8px 22px rgba(233, 106, 93, .35); }
.btn-coral:hover { background: var(--coral-deep); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 6px 16px rgba(60, 135, 87, .3); }
.btn-green:hover { background: var(--green-deep); }
.btn-ghost { background: var(--paper); color: var(--ink-soft); border: 2px solid var(--line); }
.btn-ghost:hover { border-color: #DECFAE; }
.kicker { font: 800 12.5px var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin: 0 0 14px; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 26px; padding: 14px min(5vw, 64px); background: rgba(250, 243, 228, .92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(240, 230, 211, .8); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.brand img { width: 30px; height: 38px; object-fit: contain; }
.brand b { font: 700 22px var(--serif); letter-spacing: -.4px; display: block; line-height: 1.1; }
.brand small { display: block; font: 700 10.5px var(--sans); color: var(--muted); }
.links { display: flex; gap: 26px; }
.links a { font: 800 14.5px var(--sans); color: var(--ink-soft); text-decoration: none; }
.links a:hover { color: var(--green); }
.btn-nav { padding: 11px 20px; font-size: 14px; }

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 30px; max-width: 1180px; margin: 0 auto; padding: 56px min(5vw, 32px) 40px; }
.hero h1 { font-size: clamp(42px, 5.4vw, 66px); line-height: 1.06; letter-spacing: -1.5px; }
.hero .sub { font-size: 18px; line-height: 1.65; color: var(--ink-soft); max-width: 500px; margin: 20px 0 26px; font-weight: 600; }
.cta-row { display: flex; gap: 13px; flex-wrap: wrap; }
.trust { display: flex; align-items: center; gap: 10px; margin-top: 24px; font: 700 13.5px var(--sans); color: var(--muted); }
.trust .stars { color: #EFB93F; font-size: 17px; letter-spacing: 2px; }
.hero-art { position: relative; min-height: 560px; }
.hero-art::before { content: ''; position: absolute; inset: 6% 2% 4% 6%; background: radial-gradient(closest-side, #E9F4E6, transparent 82%); }
.phone { position: relative; width: 268px; background: #1E2740; border-radius: 42px; padding: 12px; box-shadow: var(--shadow), 0 30px 60px rgba(30, 39, 64, .22); }
.phone .notch { position: absolute; left: 50%; top: 22px; transform: translateX(-50%); width: 86px; height: 8px; border-radius: 999px; background: #0E1526; z-index: 2; }
.phone img { display: block; width: 100%; border-radius: 31px; }
.hero-art .phone { position: absolute; left: 8%; top: 12px; z-index: 2; transform: rotate(-2deg); }
.hero-art .fox { position: absolute; right: -2%; bottom: 0; width: 330px; z-index: 3; filter: drop-shadow(0 14px 16px rgba(64, 91, 54, .18)); }
.deco { position: absolute; }
.hero-art .sun { right: 4%; top: -6px; width: 84px; }
.hero-art .cloud { right: 26%; top: 44px; width: 66px; opacity: .95; }
.hero-art .leaves { left: -6px; bottom: 8px; width: 92px; transform: scaleX(-1); }

/* ---------- eyfs strip ---------- */
.eyfs-strip { text-align: center; padding: 26px min(5vw, 32px) 8px; }
.eyfs-strip p { margin: 0 0 14px; font: 700 15px var(--sans); color: var(--muted); }
.eyfs-strip b { color: var(--ink-soft); }
.areas { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; max-width: 980px; margin: 0 auto; }
.areas span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: var(--c, #fff); font: 800 13px var(--sans); color: var(--ink-soft); box-shadow: var(--shadow-soft); }
.areas img { width: 19px; height: 19px; object-fit: contain; }

/* ---------- sections ---------- */
.section { max-width: 1180px; margin: 0 auto; padding: 72px min(5vw, 32px) 10px; text-align: center; }
.section h2 { font-size: clamp(30px, 3.6vw, 42px); letter-spacing: -1px; }
.section-sub { font: 600 17px var(--sans); color: var(--muted); margin: 12px auto 40px; max-width: 560px; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
.fcard { position: relative; border-radius: 28px; padding: 30px 32px 30px 176px; min-height: 172px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; justify-content: center; }
.fcard .art { position: absolute; left: 26px; top: 50%; transform: translateY(-50%); width: 122px; height: 122px; object-fit: contain; }
.fcard h3 { font-size: 23px; margin-bottom: 8px; }
.fcard p { margin: 0; font: 600 14.5px/1.6 var(--sans); color: var(--ink-soft); }
.c-mint { background: var(--mint); }
.c-blush { background: var(--blush); }
.c-butter { background: var(--butter); }
.c-lilac { background: var(--lilac); }

/* ---------- how ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 28px 24px; box-shadow: var(--shadow-soft); position: relative; }
.step .no { position: absolute; left: 24px; top: 24px; width: 34px; height: 34px; border-radius: 50%; color: #fff; display: grid; place-items: center; font: 800 16px var(--sans); box-shadow: var(--shadow-soft); }
.phone.small { width: 172px; margin: 8px auto 18px; padding: 8px; border-radius: 30px; }
.phone.small .notch { top: 14px; width: 56px; height: 6px; }
.phone.small img { border-radius: 23px; }
.step h3 { font-size: 21px; margin-bottom: 6px; }
.step p { margin: 0; font: 600 14px/1.6 var(--sans); color: var(--ink-soft); }

/* ---------- founding ---------- */
.founding { position: relative; display: flex; align-items: center; gap: 34px; max-width: 1116px; margin: 76px auto 0; padding: 40px 46px; background: linear-gradient(135deg, #EDF5E8, #DFEEDB); border-radius: 34px; box-shadow: var(--shadow-soft); overflow: hidden; }
.founding .art { width: 170px; flex: none; }
.founding h2 { font-size: clamp(26px, 3vw, 34px); margin: 2px 0 10px; }
.founding p { max-width: 560px; font: 600 15.5px/1.65 var(--sans); color: var(--ink-soft); margin: 0 0 20px; }
.founding .kicker { margin-bottom: 4px; }
.founding .robin { position: absolute; right: 26px; bottom: 18px; width: 108px; opacity: .95; }

/* ---------- pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; text-align: left; }
.pcard { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 30px 28px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.pcard.is-hero { background: var(--mint); border-color: #CFE6D3; box-shadow: var(--shadow); transform: scale(1.04); }
.pcard h3 { font-size: 21px; }
.price { font: 700 46px/1 var(--serif); margin: 14px 0 2px; letter-spacing: -1px; }
.price span { font: 800 15px var(--sans); color: var(--muted); letter-spacing: 0; }
.price-note { margin: 2px 0 0; font: 700 12.5px var(--sans); color: var(--green-deep); }
.pcard ul { list-style: none; margin: 18px 0 24px; padding: 0; flex: 1; }
.pcard li { position: relative; padding: 6px 0 6px 30px; font: 700 14.5px var(--sans); color: var(--ink-soft); }
.pcard li::before { content: ''; position: absolute; left: 0; top: 8px; width: 19px; height: 19px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/11px no-repeat; }
.pcard .btn { width: 100%; }
.ribbon { position: absolute; right: 22px; top: -14px; background: var(--coral); color: #fff; font: 800 12.5px var(--sans); padding: 7px 15px; border-radius: 999px; box-shadow: 0 6px 14px rgba(233, 106, 93, .4); }
.price-foot { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 34px 0 0; font: 700 14px var(--sans); color: var(--muted); }
.price-foot img { width: 46px; height: 46px; object-fit: contain; }

/* ---------- faq ---------- */
.faq-list { max-width: 760px; margin: 0 auto; text-align: left; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 20px 26px; margin-bottom: 12px; box-shadow: var(--shadow-soft); }
.faq summary { font: 600 17.5px var(--serif); cursor: pointer; list-style: none; position: relative; padding-right: 34px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); font: 800 17px/26px var(--sans); text-align: center; }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 12px 0 2px; font: 600 14.5px/1.65 var(--sans); color: var(--ink-soft); }

/* ---------- final cta ---------- */
.final-cta { text-align: center; padding: 80px min(5vw, 32px) 90px; }
.final-cta h2 { font-size: clamp(30px, 3.6vw, 44px); }
.final-cta p { font: 600 17px var(--sans); color: var(--muted); margin: 12px 0 26px; }

/* ---------- footer ---------- */
.footer { background: #1B2B4D; color: #E8E4D8; padding: 54px min(5vw, 64px) 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; max-width: 1180px; margin: 0 auto; }
.footer b { display: block; font: 700 16px var(--serif); margin-bottom: 12px; color: #fff; }
.footer a { display: block; font: 700 14px var(--sans); color: #B9C0D4; text-decoration: none; margin: 7px 0; }
.footer a:hover { color: #fff; }
.fbrand img { width: 30px; margin-bottom: 8px; }
.fbrand b { font-size: 21px; margin-bottom: 4px; }
.fbrand p { font: 600 13.5px/1.6 var(--sans); color: #B9C0D4; margin: 0; }
.hrt { color: #E96A5D; }
.footer-line { max-width: 1180px; margin: 36px auto 0; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font: 600 12px var(--sans); color: #8E97B0; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .feature-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .pcard.is-hero { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 34px; }
  .hero .sub { margin-left: auto; margin-right: auto; }
  .cta-row, .trust { justify-content: center; }
  .hero-art { min-height: 520px; max-width: 480px; margin: 0 auto; width: 100%; }
  .hero-art .phone { left: 50%; transform: translateX(-72%) rotate(-2deg); }
  .hero-art .fox { right: -4%; width: 280px; }
  .links { display: none; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 40px; }
  .fcard { padding: 24px 24px 24px 128px; }
  .fcard .art { left: 14px; width: 96px; height: 96px; }
  .founding { flex-direction: column; text-align: center; padding: 32px 24px; gap: 16px; }
  .founding .robin { display: none; }
  .brand small { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 480px; }
  .hero-art .fox { width: 230px; bottom: 6px; }
  .hero-art .phone { width: 232px; }
}
