@font-face {
  font-family: "BioRhyme";
  src: url("../fonts/BioRhyme-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 125%;
  font-display: swap;
}

:root {
  --bg: #fbfaf7;
  --surface: #ffffff;
  --surface-soft: #f4f1ea;
  --surface-green: #eef3ef;
  --text: #252a27;
  --muted: #69716c;
  --green: #557765;
  --green-dark: #365544;
  --green-light: #dce8df;
  --line: #e5e2da;
  --warning: #7d5e34;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 16px 45px rgba(44, 54, 48, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'BioRhyme', Georgia, serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #9db8a7; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 9999; background: #fff; padding: 12px 16px; }
.skip-link:focus { left: 12px; top: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(251,250,247,.93); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229,226,218,.85);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.brand-mark { width: 30px; height: 30px; color: var(--green); flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font: 700 19px/1.1 'BioRhyme', Georgia, serif; letter-spacing: .02em; text-transform: uppercase; }
.brand-sub { margin-top: 5px; font-size: 10px; color: var(--muted); letter-spacing: .13em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 25px; }
.nav a { color: var(--text); text-decoration: none; font-size: 15px; white-space: nowrap; }
.nav a:hover, .nav a[aria-current='page'] { color: var(--green-dark); }
.nav a[aria-current='page'] { font-weight: 700; }
.nav .nav-cta { padding: 10px 17px; border-radius: 9px; background: var(--green); color: #fff; }
.nav .nav-cta:hover, .nav .nav-cta[aria-current='page'] { color: #fff; background: var(--green-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 9px 11px; color: var(--text); }
.menu-toggle svg { width: 24px; height: 24px; display: block; }
.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: #f9f7f2; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.hero-copy { padding: 88px 50px 76px max(20px, calc((100vw - var(--max))/2)); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 14px; color: var(--green-dark); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; font-size: 13px; }
h1, h2, h3 { font-family: 'BioRhyme', Georgia, serif; line-height: 1.16; }
h1 { margin: 0; font-size: clamp(47px, 5vw, 72px); font-weight: 500; letter-spacing: -.025em; }
.hero-slogan { margin: 17px 0 20px; color: var(--green); font: 500 clamp(31px, 3.2vw, 44px)/1.22 'BioRhyme', Georgia, serif; }
.hero-slogan-line { white-space: nowrap; }
.hero-intro { max-width: 590px; margin: 0 0 28px; font-size: 19px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 19px; border-radius: 10px; border: 1px solid var(--green); background: var(--green); color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; }
.button:hover { background: var(--green-dark); color: #fff; }
.button-secondary { background: transparent; color: var(--green-dark); }
.button-secondary:hover { background: var(--surface-green); color: var(--green-dark); }
.hero-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.hero-photo { position: relative; min-height: 590px; background: url('../images/hero-desk.webp') center center / cover no-repeat; }
.hero-photo::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 25%; background: linear-gradient(90deg, #f9f7f2, rgba(249,247,242,0)); }
.section { padding: 78px 0; }
.section-tight { padding: 56px 0; }
.section-soft { background: var(--surface-soft); }
.section-green { background: var(--surface-green); }
.section-title { margin: 0 0 14px; font-size: clamp(35px, 4vw, 49px); font-weight: 500; text-align: center; }
.section-lead { max-width: 760px; margin: 0 auto 40px; color: var(--muted); text-align: center; font-size: 18px; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 22px 18px; border-right: 1px solid var(--line); font-size: 14px; font-weight: 700; text-align: center; }
.trust-item:last-child { border-right: 0; }
.icon { width: 40px; height: 40px; color: var(--green); flex: none; }
.icon-sm { width: 25px; height: 25px; color: var(--green); flex: none; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 29px; box-shadow: 0 8px 25px rgba(44,54,48,.035); }
.card h3 { margin: 14px 0 9px; font-size: 23px; font-weight: 500; }
.card p { margin: 0; color: var(--muted); }
.card-link { display: inline-flex; margin-top: 17px; font-weight: 700; text-decoration: none; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.steps-six { grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps-six .step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-six .step::after { display: none; }
.step { position: relative; padding: 23px 17px; text-align: center; }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; margin: 0 auto 14px; border-radius: 50%; background: var(--surface-soft); color: var(--green-dark); font-weight: 700; font-size: 14px; }
.step:not(:last-child)::after { content: ''; position: absolute; top: 41px; right: -15px; width: 30px; border-top: 1px dashed #cfcac0; }
.step h3 { font-family: 'BioRhyme', Georgia, serif; margin: 12px 0 8px; font-size: 16px; line-height: 1.35; }
.step p { color: var(--muted); font-size: 14px; margin: 0; }
.notice { display: flex; gap: 15px; align-items: flex-start; padding: 21px 23px; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--green); border-radius: 12px; }
.notice p { margin: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.panel { padding: 36px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.panel h2, .panel h3 { margin-top: 0; }
.panel-title { font-size: 33px; font-weight: 500; }
.check-list, .plain-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding-left: 33px; margin: 11px 0; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: .05em; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--green); border-radius: 50%; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.exclude-list li::before { content: '–'; border-color: #bdb9b0; color: var(--muted); }
.plain-list li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.plain-list li:last-child { border-bottom: 0; }
.cta-band { background: var(--green-dark); color: #fff; padding: 55px 0; }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { margin: 0 0 7px; font-size: 36px; font-weight: 500; }
.cta-band p { margin: 0; color: #dfe9e2; }
.cta-band .button { background: #fff; color: var(--green-dark); border-color: #fff; }
.cta-band .button:hover { background: #f1f4f2; }
.subhero { padding: 75px 0 62px; background: linear-gradient(135deg, #f3f0e8, #f7faf7); border-bottom: 1px solid var(--line); }
.subhero-inner { max-width: 850px; }
.subhero h1 { font-size: clamp(44px, 5vw, 65px); }
.subhero p { max-width: 750px; margin: 20px 0 0; font-size: 20px; color: var(--muted); }
.service-overview { margin-top: 30px; }
.service-overview-label { display: block; margin-bottom: 10px; color: var(--green-dark); font-size: 14px; font-weight: 700; }
.service-overview-links { display: grid; grid-template-columns: repeat(4, max-content); gap: 9px; }
.service-overview-links a { display: inline-flex; align-items: center; min-height: 39px; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--green-dark); font-size: 14px; font-weight: 700; line-height: 1.3; text-decoration: none; }
.service-overview-links a:hover { border-color: #b9cbbf; background: #fff; }
.breadcrumbs { margin-bottom: 19px; font-size: 13px; color: var(--muted); }
.breadcrumbs a { color: var(--muted); }
.content { max-width: 860px; margin-inline: auto; }
.content h2 { margin: 50px 0 15px; font-size: 34px; font-weight: 500; }
.content h3 { margin: 33px 0 10px; font-size: 25px; font-weight: 500; }
.content p { margin: 0 0 18px; }
.content ul, .content ol { padding-left: 24px; }
.content li { margin-bottom: 8px; }
.service-block { display: grid; grid-template-columns: 85px 1fr; gap: 25px; padding: 26px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 98px; }
.service-block:last-child { border-bottom: 0; }
.service-block h2 { margin: 0 0 11px; font-size: 32px; }
.service-block p { margin: 0 0 12px; }
.service-block .icon { width: 58px; height: 58px; }
.service-block .notice { gap: 12px; padding: 15px 17px; border-left-width: 3px; color: var(--muted); font-size: 15px; }
.service-block .notice strong { color: var(--text); }
.process-overview .service-overview-links a { font-size: 13px; padding-inline: 12px; }
.process-section { padding-top: 64px; }
.process-timeline { position: relative; }
.process-step { position: relative; padding: 0 0 38px; scroll-margin-top: 98px; }
.process-step:last-child { padding-bottom: 0; }
.process-step:not(:last-child)::before { content: ''; position: absolute; top: 43px; bottom: -1px; left: 20px; border-left: 1px solid #cfd9d2; }
.process-step h2 { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: start; gap: 17px; margin: 0 0 12px; font-size: 30px; }
.process-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--surface-green); border: 1px solid #c5d5ca; color: var(--green-dark); font-size: 15px; font-weight: 700; line-height: 1; }
.process-body { margin-left: 59px; }
.process-body > :last-child { margin-bottom: 0; }
.process-body .notice { gap: 12px; padding: 16px 18px; border-left-width: 3px; }
.process-body .notice .icon { width: 43px; height: 43px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pricing-section .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-section { padding-bottom: 52px; }
.pricing-section + .section {
  background: linear-gradient(135deg, #f3f0e8, #f7faf7);
  border-top: 1px solid rgba(85, 119, 101, .12);
}
.pricing-section + .section + .payment-section {
  background: var(--bg);
  border-top: 1px solid rgba(85, 119, 101, .15);
}
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.price-card.featured { border: 2px solid var(--green); box-shadow: var(--shadow); }
.price-label { display: inline-block; border-radius: 999px; padding: 5px 10px; background: var(--surface-green); color: var(--green-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.price-card h2, .price-card h3 { margin: 17px 0 8px; font-size: 27px; font-weight: 500; }
.price { margin: 9px 0 17px; color: var(--green-dark); font: 500 33px/1.2 'BioRhyme', Georgia, serif; }
.price-card p { color: var(--muted); }
.payment-notice { gap: 12px; padding: 16px 18px; border-left-width: 3px; }
.example-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.example-table th, .example-table td { text-align: left; vertical-align: top; padding: 17px 18px; border-bottom: 1px solid var(--line); }
.example-table th { background: var(--surface-soft); font-size: 14px; }
.example-table tr:last-child td { border-bottom: 0; }
.example-table td:last-child { white-space: nowrap; font-weight: 700; color: var(--green-dark); }
details.faq { border-bottom: 1px solid var(--line); }
details.faq:first-child { border-top: 1px solid var(--line); }
details.faq summary { list-style: none; cursor: pointer; padding: 23px 45px 23px 0; font-weight: 700; position: relative; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: '+'; position: absolute; right: 7px; top: 18px; color: var(--green); font-size: 28px; font-weight: 400; }
details.faq[open] summary::after { content: '−'; }
details.faq .answer { padding: 0 45px 24px 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; align-items: start; }
.contact-card { padding: 30px; border-radius: var(--radius); background: var(--surface-green); }
.contact-card h2 { margin-top: 0; }
.contact-line { display: flex; gap: 12px; align-items: center; margin: 14px 0; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { font-size: 14px; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid #d7d4cd; border-radius: 9px; padding: 12px 13px; background: #fff; color: var(--text); }
textarea { min-height: 150px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: 13px; color: var(--muted); }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; }
.form-note { padding: 13px 15px; border-radius: 9px; background: var(--surface-soft); color: var(--muted); font-size: 13px; }
.alert { padding: 14px 16px; border-radius: 9px; margin-bottom: 17px; background: #fbe9e7; color: #7b332c; display: none; }
.alert.visible { display: block; }
.legal-meta { padding: 20px; border-radius: 12px; background: var(--surface-soft); font-size: 14px; }
.site-footer { background: #f4f2ed; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 35px; padding: 48px 0 35px; }
.footer-title { font: 500 24px/1.2 'BioRhyme', Georgia, serif; margin-bottom: 12px; }
.footer-main p { color: var(--muted); margin: 0; max-width: 460px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { color: var(--text); text-decoration: none; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; }
.tag { display: inline-flex; align-items: center; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 12px; font-size: 13px; color: var(--muted); }
.not-found { min-height: 68vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-size: 80px; color: var(--green); }
@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 18px 20px 24px; background: var(--bg); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 5px; }
  .nav.open { display: flex; }
  .nav a { padding: 10px 5px; }
  .nav .nav-cta { text-align: center; padding: 12px 15px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 30px 53px; }
  .hero-photo { min-height: 420px; }
  .hero-photo::before { width: 100%; height: 14%; inset: 0 0 auto; background: linear-gradient(180deg, #f9f7f2, rgba(249,247,242,0)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards, .price-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:not(:last-child)::after { display: none; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .nav { top: 70px; }
  .brand-name { font-size: 16px; }
  .brand-sub { font-size: 8px; }
  .hero-copy { padding: 55px 20px 44px; }
  h1 { font-size: 45px; }
  .hero-slogan { font-size: 31px; }
  .hero-slogan-line { white-space: normal; }
  .hero-photo { min-height: 310px; }
  .section { padding: 60px 0; }
  .section-tight { padding: 44px 0; }
  .section-title { font-size: 36px; }
  .trust-grid, .cards, .price-grid, .steps, .form-grid, .footer-main { grid-template-columns: 1fr; }
  .pricing-section .price-grid { grid-template-columns: 1fr; }
  .pricing-section { padding-bottom: 40px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .card, .panel, .form, .contact-card { padding: 23px; }
  .service-block { grid-template-columns: 55px 1fr; gap: 14px; }
  .service-block .icon { width: 45px; height: 45px; }
  .service-block h2 { font-size: 28px; }
  .service-overview { margin-top: 25px; }
  .service-overview-links { display: flex; flex-wrap: wrap; gap: 8px; }
  .service-overview-links a { min-height: 37px; padding: 7px 11px; font-size: 13px; }
  .process-section { padding-top: 46px; }
  .process-step { padding-bottom: 30px; }
  .process-step:not(:last-child)::before { display: none; }
  .process-step h2 { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; font-size: 26px; line-height: 1.25; }
  .process-number { width: 36px; height: 36px; font-size: 13px; }
  .process-body { margin-left: 0; }
  .process-body .notice { padding: 14px 15px; }
  .process-body .notice .icon { width: 36px; height: 36px; }
  .example-table { display: block; overflow-x: auto; }
  .cta-band .container { flex-direction: column; align-items: flex-start; }
  .subhero { padding: 55px 0 48px; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.story-photo { margin: 25px auto 20px; max-width: 360px; }
.story-photo img { width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.story-photo figcaption { margin-top: 9px; color: var(--muted); font-size: 13px; text-align: center; }
.footer-nav span { color: var(--muted); font-size: 14px; }

@media (max-width: 780px) {
  .desktop-heading-break { display: none; }
}

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: var(--text);
}
.consent-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(33, 45, 38, .18);
}
.consent-banner__copy { max-width: 700px; }
.consent-banner__copy strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 17px;
}
.consent-banner__copy p { margin: 0; color: var(--muted); font-size: 14px; }
.consent-banner__actions { display: flex; gap: 10px; margin-left: 24px; flex: none; }
.consent-button { min-height: 44px; font-size: 14px; }
.cookie-settings-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.cookie-settings-button:hover { color: var(--green-dark); }

@media (max-width: 780px) {
  .consent-banner { right: 10px; bottom: 10px; left: 10px; }
  .consent-banner__inner { display: block; padding: 18px; }
  .consent-banner__actions { margin: 16px 0 0; }
  .consent-banner__actions .button { flex: 1 1 0; }
}

@media (max-width: 460px) {
  .consent-banner__actions { flex-direction: column-reverse; }
}
