:root {
  --fp-home-shadow: 0 22px 60px rgba(18, 59, 52, .13);
}

html { scroll-behavior: smooth; }
.fp-home-first-page { margin: 0; color: var(--fp-ink-900, #17231f); background: var(--fp-sand-50, #fbf9f3); }
.fp-home-first-page *, .fp-home-first-page *::before, .fp-home-first-page *::after { box-sizing: border-box; }
.fp-home-first-root { width: 100%; overflow: hidden; }
.fp-public-nav { position: relative; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; min-height: 72px; gap: 28px; align-items: center; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.fp-public-brand { display: inline-flex; gap: 9px; align-items: center; color: var(--fp-forest-900, #123b34); font-size: 1.05rem; font-weight: 850; text-decoration: none; }
.fp-public-brand img, .fp-wrapper-brand img { width: 34px; height: 34px; }
.fp-public-nav > nav { display: flex; gap: 23px; justify-content: center; }
.fp-public-nav > nav a, .fp-public-nav-actions > a { color: #48645c; font-size: .82rem; font-weight: 750; text-decoration: none; }
.fp-public-nav-actions { display: flex; gap: 8px; align-items: center; }
.fp-public-nav-actions > a { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 13px; border-radius: 11px; }
.fp-public-nav-actions > a.is-primary { color: #fff; background: var(--fp-forest-700, #176b5b); }
.fp-public-nav a:hover { color: var(--fp-forest-800, #115347); }
.fp-public-nav-actions > a.is-primary:hover { color: #fff; background: var(--fp-forest-800, #115347); }

.fp-welcome-main { width: 100%; }
.fp-welcome-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr); gap: clamp(36px, 6vw, 84px); align-items: center; width: min(1180px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; padding: 54px 0 82px; }
.fp-welcome-copy { min-width: 0; max-width: 100%; }
.fp-welcome-hero::before { position: absolute; z-index: -1; width: 620px; height: 620px; top: -145px; right: -290px; border-radius: 50%; background: radial-gradient(circle at 38% 45%, rgba(183, 219, 110, .32), rgba(221, 243, 237, .2) 55%, transparent 72%); content: ""; }
.fp-welcome-kicker { display: inline-flex; max-width: 100%; gap: 7px; align-items: center; color: var(--fp-forest-700, #176b5b); font-size: .73rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.fp-welcome-copy h1 { max-width: 690px; margin: 13px 0 18px; color: var(--fp-forest-900, #123b34); font-family: "Nunito Sans", "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: clamp(2.75rem, 6.4vw, 5.55rem); font-weight: 850; letter-spacing: -.055em; line-height: .98; }
.fp-welcome-copy > p { max-width: 650px; margin: 0; color: var(--fp-ink-600, #53645e); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.65; }
.fp-welcome-copy > p strong { color: var(--fp-forest-900, #123b34); }
.fp-welcome-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.fp-welcome-actions a { display: inline-flex; min-width: 0; max-width: 100%; min-height: 50px; gap: 8px; align-items: center; justify-content: center; padding: 11px 16px; border: 1px solid var(--fp-line-200, #d7e2de); border-radius: 13px; color: var(--fp-forest-800, #115347); background: #fff; font-size: .88rem; font-weight: 800; text-align: center; text-decoration: none; white-space: normal; }
.fp-welcome-actions a.is-primary { border-color: var(--fp-forest-700, #176b5b); color: #fff; background: var(--fp-forest-700, #176b5b); box-shadow: 0 10px 24px rgba(23, 107, 91, .2); }
.fp-welcome-actions a:hover { border-color: var(--fp-forest-700, #176b5b); color: var(--fp-forest-800, #115347); background: var(--fp-mint-100, #ddf3ed); }
.fp-welcome-actions a.is-primary:hover { color: #fff; background: var(--fp-forest-800, #115347); }
.fp-welcome-assurances { display: flex; flex-wrap: wrap; gap: 9px 17px; margin: 22px 0 0; padding: 0; color: #63776f; list-style: none; }
.fp-welcome-assurances li { display: inline-flex; gap: 6px; align-items: center; font-size: .73rem; font-weight: 700; }
.fp-welcome-assurances i { color: var(--fp-forest-700, #176b5b); }

.fp-welcome-visual { position: relative; min-height: 520px; }
.fp-welcome-visual figure { position: absolute; overflow: hidden; inset: 0 24px 28px 18px; margin: 0; border: 9px solid #fff; border-radius: 36px 36px 120px 36px; background: #dce9e4; box-shadow: var(--fp-home-shadow); }
.fp-welcome-visual figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(9, 51, 44, .6)); content: ""; }
.fp-welcome-visual figure img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.fp-welcome-visual figcaption { position: absolute; z-index: 1; left: 23px; bottom: 20px; color: #fff; font-size: .8rem; font-weight: 800; }
.fp-preview-card { position: absolute; z-index: 2; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 10px; align-items: center; width: min(310px, 75%); padding: 11px 13px; border: 1px solid rgba(215, 226, 222, .9); border-radius: 15px; background: rgba(255, 255, 255, .95); box-shadow: 0 12px 32px rgba(11, 48, 42, .15); backdrop-filter: blur(8px); }
.fp-preview-card > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: var(--fp-forest-700, #176b5b); background: var(--fp-mint-100, #ddf3ed); }
.fp-preview-card small, .fp-preview-card strong { display: block; }
.fp-preview-card small { color: #71837c; font-size: .61rem; font-weight: 800; text-transform: uppercase; }
.fp-preview-card strong { margin-top: 2px; color: var(--fp-forest-900, #123b34); font-size: .74rem; line-height: 1.3; }
.fp-preview-card.is-context { top: 30px; left: -18px; }
.fp-preview-card.is-team { right: -12px; bottom: 145px; }
.fp-preview-card.is-answer { left: 4px; bottom: 8px; }
.fp-preview-card.is-answer > span { color: #6b5b13; background: #f4edc9; }

.fp-welcome-section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 82px 0; }
.fp-welcome-section > header { max-width: 800px; margin-bottom: 30px; }
.fp-welcome-section h2, .fp-final-welcome h2 { margin: 8px 0 10px; color: var(--fp-forest-900, #123b34); font-family: "Nunito Sans", "Arial Rounded MT Bold", "Segoe UI", sans-serif; font-size: clamp(2rem, 4.2vw, 3.55rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.08; }
.fp-welcome-section > header > p { margin: 0; color: var(--fp-ink-600, #53645e); font-size: 1rem; line-height: 1.6; }
.fp-value-section { border-top: 1px solid var(--fp-line-200, #d7e2de); }
.fp-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.fp-value-grid article { padding: 22px; border: 1px solid var(--fp-line-200, #d7e2de); border-radius: 20px; background: rgba(255, 255, 255, .75); }
.fp-value-grid article > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; color: var(--fp-forest-700, #176b5b); background: var(--fp-mint-100, #ddf3ed); font-size: 1.1rem; }
.fp-value-grid h3, .fp-how-grid h3 { margin: 17px 0 7px; color: var(--fp-forest-900, #123b34); font-size: 1.02rem; font-weight: 850; }
.fp-value-grid p, .fp-how-grid p { margin: 0; color: var(--fp-ink-600, #53645e); font-size: .82rem; line-height: 1.58; }

.fp-how-section { width: 100%; max-width: none; padding-right: max(20px, calc((100% - 1120px) / 2)); padding-left: max(20px, calc((100% - 1120px) / 2)); background: var(--fp-mint-100, #ddf3ed); }
.fp-how-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.fp-how-grid article { display: grid; grid-template-columns: 47px 1fr; gap: 13px; padding: 21px; border: 1px solid rgba(23, 107, 91, .15); border-radius: 19px; background: rgba(255, 255, 255, .82); }
.fp-how-grid article > span { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 15px; color: #fff; background: var(--fp-forest-700, #176b5b); font-size: 1rem; font-weight: 850; }
.fp-how-grid h3 { margin-top: 1px; }

.fp-trust-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: center; }
.fp-trust-section > div > p { max-width: 720px; margin: 0; color: var(--fp-ink-600, #53645e); line-height: 1.65; }
.fp-trust-section ul { display: grid; gap: 8px; margin: 0; padding: 18px; border: 1px solid var(--fp-line-200, #d7e2de); border-radius: 20px; background: #fff; list-style: none; }
.fp-trust-section li { display: flex; gap: 8px; align-items: center; min-height: 42px; padding: 8px 10px; border-radius: 11px; color: #355a52; background: #f4f8f6; font-size: .82rem; font-weight: 750; }
.fp-trust-section li i { color: var(--fp-forest-700, #176b5b); font-size: 1rem; }

.fp-final-welcome { width: min(920px, calc(100% - 40px)); margin: 10px auto 90px; padding: 55px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, var(--fp-forest-900, #123b34), var(--fp-forest-700, #176b5b)); text-align: center; box-shadow: var(--fp-home-shadow); }
.fp-final-welcome > span { display: grid; width: 52px; height: 52px; place-items: center; margin: 0 auto; border-radius: 17px; color: var(--fp-forest-900, #123b34); background: var(--fp-lime-400, #b7db6e); font-size: 1.2rem; }
.fp-final-welcome h2 { color: #fff; }
.fp-final-welcome > p { margin: 0; color: rgba(255, 255, 255, .75); }
.fp-final-welcome .fp-welcome-actions { justify-content: center; }

.fp-public-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; min-height: 92px; padding: 20px max(20px, calc((100% - 1180px) / 2)); color: #d6e4df; background: #0d302a; }
.fp-public-footer .fp-public-brand { color: #fff; }
.fp-public-footer > p { margin: 0; color: #a9beb7; font-size: .75rem; }
.fp-public-footer > div { display: flex; gap: 16px; align-items: center; font-size: .72rem; }
.fp-public-footer a { color: #fff; }

.fp-public-nav a:focus-visible, .fp-welcome-actions a:focus-visible, .fp-public-footer a:focus-visible { outline: 3px solid var(--fp-lime-400, #b7db6e); outline-offset: 3px; }

.fp-wrapper-brand { display: flex; width: max-content; gap: 9px; align-items: center; margin-bottom: 28px; color: var(--fp-forest-900, #123b34); font-size: 1.05rem; font-weight: 850; text-decoration: none; }
.fp-welcome-hero.is-wrapper { width: min(940px, calc(100% - 28px)); min-height: 100dvh; padding: 24px 0 38px; }
.fp-welcome-hero.is-wrapper .fp-welcome-copy h1 { font-size: clamp(2.7rem, 8vw, 4.8rem); }

@media (max-width: 980px) {
  .fp-public-nav { grid-template-columns: auto 1fr; }
  .fp-public-nav > nav { display: none; }
  .fp-public-nav-actions { justify-content: end; }
  .fp-welcome-hero { grid-template-columns: 1fr 1fr; gap: 28px; }
  .fp-value-grid { grid-template-columns: 1fr 1fr; }
  .fp-trust-section { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 760px) {
  .fp-welcome-hero, .fp-welcome-hero.is-wrapper { grid-template-columns: 1fr; min-height: auto; padding-top: 42px; }
  .fp-welcome-hero.is-wrapper { min-height: 100dvh; align-content: center; }
  .fp-welcome-copy h1, .fp-welcome-hero.is-wrapper .fp-welcome-copy h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .fp-welcome-visual { min-height: 440px; }
  .fp-how-grid { grid-template-columns: 1fr; }
  .fp-public-footer { grid-template-columns: 1fr; text-align: center; }
  .fp-public-footer .fp-public-brand, .fp-public-footer > div { justify-content: center; }
  .fp-welcome-hero.is-wrapper .fp-welcome-visual { display: none; }
}

@media (max-width: 560px) {
  .fp-public-nav { width: calc(100% - 24px); }
  .fp-public-nav-actions > a:first-child { display: none; }
  .fp-welcome-hero, .fp-welcome-hero.is-wrapper, .fp-welcome-section { width: calc(100% - 28px); }
  .fp-welcome-hero.is-wrapper { padding-top: 22px; padding-bottom: 22px; }
  .fp-wrapper-brand { margin-bottom: 22px; }
  .fp-welcome-actions { display: grid; }
  .fp-welcome-actions a { width: 100%; }
  .fp-welcome-copy h1, .fp-welcome-copy > p { max-width: 100%; overflow-wrap: break-word; }
  .fp-welcome-assurances { display: grid; }
  .fp-welcome-visual { min-height: 390px; }
  .fp-welcome-visual figure { inset: 0 7px 28px; border-radius: 27px 27px 80px 27px; }
  .fp-preview-card { width: 84%; }
  .fp-preview-card.is-context { left: -2px; }
  .fp-preview-card.is-team { right: -3px; }
  .fp-value-grid { grid-template-columns: 1fr; }
  .fp-welcome-section { padding: 62px 0; }
  .fp-how-section { width: 100%; }
  .fp-final-welcome { width: calc(100% - 28px); margin-bottom: 35px; padding: 38px 20px; border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
