@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f8faf7;
  --white: #ffffff;
  --ink: #1b2923;
  --muted: #58655d;
  --green: #047857;
  --forest: #143f32;
  --sage: #e9efe8;
  --line: #dce4dc;
  --light-text: #edf4ee;
  --light-muted: #bccfc1;
  --ease: cubic-bezier(.16, 1, .3, 1);
  font-family: "Manrope", sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
  scrollbar-color: #a3b4a7 var(--paper);
}
* { box-sizing: border-box; }
body { margin: 0; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
h2 { font-size: clamp(32px, 3.35vw, 48px); line-height: 1.16; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
a, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
::selection { background: #c6e4cf; color: #123c30; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.wrap { width: calc(100% - 112px); max-width: 1280px; margin-inline: auto; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 20px; padding: 16px 24px; background: var(--forest); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; padding: 19px 25px; min-height: 58px; border-radius: 8px; background: var(--green); color: #fff; font-size: 15px; font-weight: 600; line-height: 1.3; transition: background-color 200ms var(--ease); }
.button:hover { background: #075d46; }
.button .icon { transition: transform 200ms var(--ease); }
.button:hover .icon { transform: translateX(3px); }
.button-small { min-height: 46px; padding: 13px 19px; font-size: 13px; gap: 16px; }
.button-small .icon { width: 18px; height: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--green); font-size: 14px; font-weight: 600; padding-block: 12px; }
.text-link:hover { text-decoration: underline; }
.site-header { min-height: 104px; display: flex; align-items: center; gap: 40px; }
.brand { flex: none; }
.brand img { width: 174px; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; font-size: 13px; font-weight: 500; }
.desktop-nav a, .login { padding-block: 14px; }
.desktop-nav a:hover, .login:hover { color: var(--green); text-decoration: underline; }
.header-actions { display: flex; align-items: center; gap: 25px; margin-left: 35px; }
.login { font-size: 13px; }
.mobile-menu { display: none; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 60px; align-items: center; padding-block: 24px 56px; }
.hero-copy { padding-block: 20px; }
h1 { font-size: clamp(54px, 5.05vw, 74px); line-height: 1.07; letter-spacing: -.04em; max-width: 13ch; }
h1 span { color: var(--green); }
.hero-description { max-width: 40ch; margin-top: 28px; font-size: 17px; line-height: 1.8; color: var(--muted); }
.hero-copy > .button { margin-top: 31px; }
.hero-secondary { display: inline-flex; align-items: center; gap: 12px; margin-left: 20px; padding-block: 15px; font-size: 13px; font-weight: 600; }
.hero-secondary:hover { color: var(--green); text-decoration: underline; }
.hero-secondary .icon { width: 18px; height: 18px; transform: rotate(90deg); }
.hero-context { display: flex; align-items: flex-start; gap: 11px; margin-top: 45px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.context-mark { width: 7px; height: 7px; background: var(--green); border-radius: 50%; margin-top: 7px; flex: none; }
.hero-image { position: relative; overflow: hidden; border-radius: 12px; background: var(--forest); }
.hero-image > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; animation: settle 1000ms var(--ease) both; }
.hero-image figcaption { display: flex; align-items: center; gap: 16px; position: absolute; left: 24px; bottom: 24px; padding: 17px 25px 17px 18px; background: var(--paper); border-radius: 8px; font-size: 12px; line-height: 1.6; }
.hero-image figcaption img { width: 24px; }
.hero-image figcaption strong { font-weight: 600; }
@keyframes settle { from { transform: scale(1.045); filter: saturate(.8); } to { transform: scale(1); filter: saturate(1); } }
.section-heading { display: grid; grid-template-columns: 1.12fr 1fr; gap: 100px; align-items: start; }
.section-heading > p { max-width: 44ch; font-size: 16px; line-height: 1.85; color: var(--muted); padding-top: 6px; }
.product-section { padding-block: 70px 104px; }
.product-story { margin-top: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.story-intro { background: var(--sage); border-radius: 12px; padding: 46px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.story-symbol { margin-bottom: auto; padding-bottom: 50px; }
.story-symbol img { width: 76px; }
.story-intro h3 { font-size: 31px; line-height: 1.3; }
.story-intro p { margin-top: 20px; max-width: 32ch; color: var(--muted); font-size: 15px; line-height: 1.8; }
.story-intro .text-link { margin-top: 22px; }
.situations article { padding-block: 28px; border-bottom: 1px solid var(--line); }
.situations article:first-child { padding-top: 0; }
.situations article:last-child { border-bottom: 0; padding-bottom: 0; }
.situations h3 { font-size: 23px; letter-spacing: -.025em; }
.situations p { margin-top: 12px; font-size: 14px; line-height: 1.8; color: var(--muted); max-width: 49ch; }
.case-result { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; margin-top: 18px; color: #30614b; }
.case-result .icon { width: 16px; height: 16px; }
.custody-section { background: var(--forest); color: var(--light-text); padding-block: 92px; }
.custody-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin-top: 48px; }
.custody-facts dt { font-size: 15px; font-weight: 600; margin-bottom: 12px; }
.custody-facts dd { color: var(--light-muted); font-size: 13px; line-height: 1.85; max-width: 34ch; }
.plans-section { padding-block: 104px 76px; }
.plans { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border-block: 1px solid var(--line); }
.plan { padding: 30px 28px; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.plan:first-child { border-left: 0; padding-left: 0; }
.plan:last-child { padding-right: 0; }
.plan h3 { font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.plan-price { font-size: 44px; font-weight: 500; letter-spacing: -.04em; line-height: 1.25; margin-top: 24px; font-variant-numeric: tabular-nums; }
.plan-price > span { font-size: 13px; letter-spacing: 0; font-weight: 400; color: var(--muted); }
.plan-price .price-from { display: block; height: 0; transform: translateY(-14px); font-size: 12px; }
.plan-description { margin-top: 17px; color: var(--muted); font-size: 13px; line-height: 1.7; min-height: 3.4em; }
.plan ul { list-style: none; padding: 0; margin: 27px 0 32px; display: grid; gap: 13px; font-size: 13px; }
.plan ul strong { font-weight: 600; }
.plan-link { display: flex; justify-content: space-between; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--green); padding-block: 12px; margin-top: auto; }
.plan-link:hover { text-decoration: underline; }
.plan-link .icon { width: 18px; height: 18px; }
.enterprise-detail { font-size: 13px; line-height: 1.8; padding-block: 27px 32px; color: var(--muted); }
.plans-note { font-size: 12px; color: var(--muted); margin-top: 22px; line-height: 1.7; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-block: 36px 100px; }
.faq-intro h2 { font-size: 36px; }
.faq-intro p { max-width: 28ch; color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 20px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 23px; font-size: 15px; font-weight: 500; line-height: 1.6; }
summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--green); }
.faq-list summary .icon { width: 20px; height: 20px; transition: transform 200ms var(--ease); }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details > p { margin-bottom: 24px; padding-right: 30px; font-size: 14px; line-height: 1.85; color: var(--muted); }
.contact-inner { background: var(--sage); padding: 66px; border-radius: 12px; display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 72px; }
.contact-copy h2 { font-size: 46px; }
.contact-copy > p { color: var(--muted); margin-top: 24px; max-width: 43ch; font-size: 15px; line-height: 1.85; }
.contact-action { display: flex; flex-direction: column; align-items: flex-start; justify-self: center; }
.button-light { background: var(--forest); }
.button-light:hover { background: #21563f; }
.contact-action > span { margin-top: 16px; font-size: 12px; color: var(--muted); }
.contact-email { font-size: 13px; color: var(--green); margin-top: 12px; text-decoration: underline; padding-block: 6px; }
.site-footer { padding-block: 56px 30px; }
.footer-main { display: flex; align-items: center; gap: 52px; padding-bottom: 40px; }
.footer-main img { width: 160px; }
.footer-main p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-main .text-link { margin-left: auto; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom a:hover { color: var(--green); text-decoration: underline; }
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 72px); }
  .site-header { gap: 25px; }
  .header-actions { margin-left: 10px; gap: 20px; }
  .desktop-nav { gap: 24px; }
  .hero { gap: 36px; }
  h1 { font-size: 60px; }
  .hero-secondary { margin-left: 0; display: flex; width: fit-content; margin-top: 6px; }
  .hero-context { margin-top: 20px; }
  .product-story { gap: 60px; }
  .story-intro { padding: 34px; }
  .custody-facts { gap: 40px; }
  .plan { padding-inline: 22px; }
  .faq-section { gap: 60px; }
  .contact-inner { padding: 48px; gap: 40px; }
}
@media (max-width: 960px) {
  .desktop-nav, .header-actions { display: none; }
  .site-header { min-height: 86px; justify-content: space-between; }
  .brand img { width: 156px; }
  .mobile-menu { display: block; position: relative; z-index: 5; }
  .mobile-menu summary { display: flex; align-items: center; gap: 12px; padding: 12px 0 12px 16px; font-size: 13px; cursor: pointer; list-style: none; }
  .mobile-menu[open] summary .icon { transform: rotate(45deg); }
  .mobile-menu nav { position: absolute; right: 0; top: calc(100% + 8px); width: 250px; padding: 12px; border-radius: 12px; background: var(--white); box-shadow: 0 12px 32px #143f3220; display: grid; gap: 2px; }
  .mobile-menu nav a { padding: 13px 16px; border-radius: 8px; font-size: 14px; }
  .mobile-menu nav a:hover { background: var(--sage); }
  .hero { grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 18px; }
  h1 { font-size: clamp(42px, 5.6vw, 54px); }
  .hero-description { font-size: 14px; margin-top: 22px; }
  .hero-copy > .button { margin-top: 24px; }
  .hero-image > img { aspect-ratio: 3 / 4.6; }
  .hero-image figcaption { left: 16px; bottom: 16px; right: 16px; padding: 13px; gap: 10px; }
  .hero-context { font-size: 12px; }
  .hero-context br { display: none; }
  .product-section { padding-block: 48px 76px; }
  .product-story { gap: 36px; margin-top: 42px; }
  .story-intro { padding: 28px; }
  .story-intro h3 { font-size: 25px; }
  .story-intro p { font-size: 14px; }
  .situations h3 { font-size: 21px; }
  .situations p { font-size: 13px; }
  .custody-section { padding-block: 70px; }
  .custody-facts { gap: 28px; }
  .plans-section { padding-block: 76px 60px; }
  .plans { grid-template-columns: repeat(2, 1fr); margin-top: 38px; }
  .plan { padding: 30px !important; }
  .plan:nth-child(odd) { border-left: 0; }
  .plan:nth-child(n+3) { border-top: 1px solid var(--line); }
  .plan-description { min-height: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 32px; padding-block: 20px 70px; }
  .faq-intro p { max-width: none; margin-top: 14px; }
  .contact-inner { padding: 36px; gap: 30px; }
  .contact-copy h2 { font-size: 34px; }
  .contact-copy > p { font-size: 14px; }
  .contact-action .button { font-size: 13px; gap: 16px; padding-inline: 18px; }
  .footer-main { flex-wrap: wrap; gap: 24px; }
  .footer-main .text-link { margin-left: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 80px; }
  .hero { grid-template-columns: 1fr; padding-block: 18px 0; gap: 32px; }
  .hero-copy { padding-block: 16px 0; }
  h1 { font-size: clamp(42px, 10.8vw, 62px); max-width: 14ch; }
  .hero-description { margin-top: 23px; font-size: 15px; line-height: 1.8; max-width: 38ch; }
  .hero-copy > .button { margin-top: 26px; }
  .hero-secondary { display: inline-flex; margin-left: 12px; font-size: 12px; }
  .button { padding-inline: 21px; gap: 18px; font-size: 14px; min-height: 54px; }
  .hero-context { margin-top: 24px; max-width: 32ch; }
  .hero-image > img { aspect-ratio: 1 / 1.05; object-position: center 52%; }
  .hero-image figcaption { right: auto; left: 18px; bottom: 18px; padding: 13px 20px 13px 14px; }
  .product-section { padding-block: 62px; }
  h2 { font-size: 32px; }
  .product-story { grid-template-columns: 1fr; gap: 34px; margin-top: 32px; }
  .story-intro { padding: 30px; }
  .story-symbol { padding-bottom: 35px; }
  .story-symbol img { width: 54px; }
  .story-intro h3 { font-size: 27px; }
  .story-intro p { margin-top: 16px; }
  .story-intro .text-link { margin-top: 14px; }
  .situations article { padding-block: 25px; }
  .situations h3 { font-size: 22px; }
  .situations p { font-size: 14px; }
  .case-result { font-size: 12px; }
  .custody-section { padding-block: 60px; }
  .custody-facts { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  .custody-facts dt { margin-bottom: 8px; }
  .custody-facts dd { max-width: 42ch; font-size: 14px; }
  .plans-section { padding-block: 60px 42px; }
  .plans { grid-template-columns: 1fr; margin-top: 32px; }
  .plan { padding: 28px 0 !important; border-left: 0; border-top: 1px solid var(--line); }
  .plan:first-child { border-top: 0; }
  .plan-price { margin-top: 18px; }
  .plan-description { margin-top: 14px; }
  .plan ul { grid-template-columns: 1fr 1fr; gap: 14px; margin-block: 22px; }
  .plan li:last-child { grid-column: 1 / -1; }
  .plan-link { font-size: 14px; justify-content: flex-start; gap: 20px; }
  .plans-note { font-size: 12px; }
  .enterprise-detail { padding-block: 22px; }
  .faq-section { padding-block: 12px 56px; gap: 26px; }
  .faq-intro h2 { font-size: 32px; }
  .faq-list summary { font-size: 14px; padding-block: 22px; }
  .faq-list details > p { padding-right: 10px; }
  .contact-inner { grid-template-columns: 1fr; padding: 34px 26px; gap: 28px; }
  .contact-copy h2 { font-size: 32px; }
  .contact-copy > p { margin-top: 20px; }
  .contact-action { justify-self: start; }
  .contact-action .button { font-size: 14px; }
  .site-footer { padding-block: 42px 24px; }
  .footer-main { display: grid; gap: 18px; padding-bottom: 28px; }
  .footer-main .text-link { margin-left: 0; padding-block: 8px; }
  .footer-bottom { font-size: 12px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 10px 20px; }
}
@media (max-width: 370px) {
  .hero-secondary { display: flex; margin-left: 0; }
  h1 { font-size: 39px; }
  .story-intro { padding: 25px; }
  .contact-inner { padding-inline: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Functional symbols share one stroke language with navigation. */
.hero-image figcaption > .icon { width: 26px; height: 26px; color: var(--green); }
.story-symbol > .icon { width: 62px; height: 62px; color: var(--green); stroke-width: 1.5; }
.situations article { position: relative; padding-left: 48px; }
.situation-icon { position: absolute; left: 0; top: 29px; width: 27px; height: 27px; color: var(--green); }
.situations article:first-child .situation-icon { top: 1px; }
@media (max-width: 960px) {
  .situations article { padding-left: 40px; }
  .situation-icon { width: 24px; height: 24px; }
}
@media (max-width: 600px) {
  .story-symbol > .icon { width: 50px; height: 50px; }
  .situation-icon { top: 26px; }
}

.custody-layout { display: grid; grid-template-columns: 1fr 1.1fr; grid-template-areas: "heading art" "steps art"; grid-template-rows: min-content 1fr; gap: 32px 64px; align-items: start; }
.custody-heading { grid-area: heading; padding-top: 20px; }
.custody-heading > p { margin-top: 26px; max-width: 43ch; color: var(--light-muted); font-size: 15px; line-height: 1.9; }
.custody-art { grid-area: art; align-self: center; }
.custody-art > img { width: 100%; height: auto; }
.custody-art figcaption { text-align: center; color: var(--light-muted); font-size: 12px; line-height: 1.7; margin-top: 8px; }
.signature-steps { grid-area: steps; list-style: none; padding: 0; margin: 0; position: relative; display: grid; gap: 27px; }
.signature-steps::before { content: ""; position: absolute; left: 20px; top: 20px; bottom: 20px; width: 1px; background: #486c57; }
.signature-steps li { display: flex; align-items: flex-start; gap: 18px; position: relative; }
.signature-step-icon { display: grid; place-items: center; width: 41px; height: 41px; flex: none; background: var(--forest); color: #a8d6b5; }
.signature-step-icon .icon { width: 26px; height: 26px; }
.signature-steps h3 { font-size: 17px; line-height: 1.5; font-weight: 500; letter-spacing: -.015em; }
.signature-steps p { margin-top: 7px; color: var(--light-muted); font-size: 13px; line-height: 1.8; }
.custody-facts { padding-top: 36px; border-top: 1px solid #3d624f; }
@media (max-width: 1150px) {
  .section-heading { gap: 60px; }
  .custody-layout { gap: 30px 40px; }
}
@media (max-width: 960px) {
  .section-heading { grid-template-columns: 1fr 1fr; gap: 40px; }
  .section-heading > p { font-size: 14px; }
  .custody-layout { grid-template-columns: 1fr 1fr; gap: 26px; }
  .custody-heading { padding-top: 0; }
  .custody-heading > p { font-size: 14px; }
  .signature-steps { gap: 23px; }
  .signature-steps h3 { font-size: 16px; }
  .signature-steps li { gap: 12px; }
}
@media (max-width: 600px) {
  .section-heading { grid-template-columns: 1fr; gap: 23px; }
  .section-heading > p { padding-top: 0; font-size: 15px; }
  .custody-layout { grid-template-columns: 1fr; grid-template-areas: "heading" "art" "steps"; grid-template-rows: auto; gap: 28px; }
  .custody-heading > p { margin-top: 22px; font-size: 15px; }
  .custody-art { max-width: 440px; width: 100%; justify-self: center; }
  .custody-art figcaption { font-size: 12px; }
  .signature-steps { margin-top: 6px; }
  .signature-steps h3 { font-size: 17px; }
  .custody-facts { margin-top: 36px; padding-top: 30px; }
}

.contact-copy .contact-privacy { font-size: 12px; line-height: 1.8; margin-top: 20px; }
.contact-privacy a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
