@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--font-body:'Manrope',Arial,sans-serif;--font-display:'Space Grotesk',Arial,sans-serif}
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #12231f;
  --green: #0b503e;
  --mint: #dff3e9;
  --red: #e6483d;
  --cream: #f6f4ed;
  --line: #d8ded9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-body),sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1180px,calc(100% - 48px));
  margin: 0 auto;
}
.topbar {
  background: var(--ink);
  color: #dce8e3;
  font-size: 12px;
  letter-spacing: .03em;
}
.topbar-inner {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar a {
  color: #fff;
  font-weight: 700;
}
.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid rgba(18,35,31,.08);
}
.nav-wrap {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.brand-mark {
  width: 40px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  font: 800 24px var(--font-display),sans-serif;
  clip-path: polygon(50% 0,92% 18%,86% 76%,50% 100%,14% 76%,8% 18%);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-copy strong {
  font: 700 17px var(--font-display),sans-serif;
  letter-spacing: .04em;
}
.brand-copy small {
  margin-top: 7px;
  color: #6d7773;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .13em;
}
nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
nav a {
  position: relative;
  padding: 34px 0;
  font-size: 13px;
  font-weight: 700;
}
nav a.active:after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--red);
}
.nav-cta,.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}
.nav-cta {
  padding: 13px 18px;
  color: #fff;
  background: var(--green);
}
.mobile-menu {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 102px;
  background: var(--cream);
}
.hero:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  bottom: -240px;
  border: 80px solid rgba(11,80,62,.06);
  border-radius: 50%;
}
.hero-glow {
  position: absolute;
  inset: 0 50% 0 0;
  opacity: .35;
  background-image: linear-gradient(rgba(11,80,62,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(11,80,62,.09) 1px,transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg,#000,transparent);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 90px;
  align-items: center;
}
.eyebrow,.kicker {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow i {
  width: 28px;
  height: 2px;
  background: var(--red);
}
h1,h2 {
  margin: 0;
  font-family: var(--font-display),sans-serif;
}
h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(46px,5.5vw,76px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
h1 em {
  color: var(--green);
  font-style: normal;
}
.hero-copy>p {
  max-width: 660px;
  margin: 28px 0 0;
  color: #52605b;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}
.button {
  min-height: 52px;
  padding: 0 24px;
}
.button-primary {
  gap: 28px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 10px 26px rgba(230,72,61,.2);
}
.button-ghost {
  border: 1px solid #b9c2bd;
  background: rgba(255,255,255,.4);
}
.expert-card {
  padding: 30px;
  border: 1px solid rgba(11,80,62,.12);
  border-top: 4px solid var(--green);
  background: #fff;
  box-shadow: 0 25px 60px rgba(18,35,31,.09);
}
.expert-top {
  display: flex;
  gap: 17px;
  align-items: center;
}
.avatar {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: var(--mint);
  font: 700 19px var(--font-display),sans-serif;
}
.expert-top span {
  color: #7a8581;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.expert-top h2 {
  margin-top: 5px;
  font-size: 20px;
}
.expert-card>p {
  margin: 25px 0;
  color: #65706c;
  font-size: 14px;
  line-height: 1.7;
}
.availability {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}
.availability span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #47b77d;
  box-shadow: 0 0 0 4px #e4f5ec;
}
.contact-section {
  padding: 100px 0 112px;
}
.section-heading {
  display: grid;
  grid-template-columns: 65px 1fr 1fr;
  align-items: end;
  gap: 24px;
  margin-bottom: 44px;
}
.section-index {
  color: #aeb7b2;
  font: 500 13px var(--font-display),sans-serif;
}
.section-heading h2,.next-step h2 {
  margin-top: 10px;
  font-size: 36px;
  letter-spacing: -.035em;
}
.section-heading p {
  margin: 0;
  color: #6a7571;
  font-size: 14px;
  line-height: 1.7;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--line);
}
.contact-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px;
  border-right: 1px solid var(--line);
  transition: .25s ease;
}
.contact-card:last-child {
  border-right: 0;
}
.contact-card:hover {
  transform: translateY(-5px);
  background: var(--cream);
  box-shadow: 0 18px 38px rgba(18,35,31,.08);
}
.contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--green);
  background: var(--mint);
  font-weight: 900;
}
.contact-card small {
  display: block;
  margin-bottom: 7px;
  color: #7b8581;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-card strong {
  font: 650 16px var(--font-display),sans-serif;
}
.contact-card b {
  position: absolute;
  right: 26px;
  bottom: 26px;
  color: var(--red);
}
.next-step {
  padding: 86px 0;
  color: #fff;
  background: var(--green);
}
.next-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
}
.kicker.light {
  color: #a9d7c6;
}
.next-step ol {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.next-step li {
  display: flex;
  gap: 14px;
}
.next-step li>span {
  flex: 0 0 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font: 700 12px var(--font-display),sans-serif;
}
.next-step li div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.next-step li strong {
  font: 650 14px var(--font-display),sans-serif;
}
.next-step li small {
  color: #bad1c9;
  line-height: 1.55;
}
footer {
  padding: 40px 0;
  background: #0d1b17;
  color: #fff;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-brand {
  margin-right: 0;
}
.footer-brand .brand-mark {
  width: 34px;
  height: 39px;
  font-size: 18px;
}
.footer-brand .brand-copy small {
  color: #7f938c;
}
.footer-inner p {
  margin: auto;
  color: #8fa29b;
  font-size: 11px;
}
.footer-inner>small {
  color: #70827c;
  font-size: 10px;
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: var(--cream);
}
.page-hero:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -80px;
  top: -210px;
  border: 65px solid rgba(11,80,62,.06);
  border-radius: 50%;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  max-width: 850px;
  margin-top: 18px;
  font-size: clamp(44px,5vw,68px);
}
.page-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: #5d6965;
  font-size: 16px;
  line-height: 1.75;
}
.content-section {
  padding: 96px 0;
}
.content-section.cream {
  background: var(--cream);
}
.home-hero {
  padding: 105px 0;
}
.proof-card {
  padding: 32px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 28px 55px rgba(11,80,62,.18);
}
.proof-number {
  color: #94bbae;
  font: 500 11px var(--font-display);
}
.proof-card h2 {
  margin-top: 38px;
  font-size: 27px;
}
.proof-card p {
  color: #c8dbd4;
  font-size: 14px;
  line-height: 1.7;
}
.proof-card>div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}
.proof-card b {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 10px;
  letter-spacing: .05em;
}
.story-section {
  padding: 90px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.story-grid h2 {
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.18;
}
.story-grid>p {
  margin: 22px 0 0;
  color: #5e6a66;
  font-size: 15px;
  line-height: 1.9;
}
.section-heading.compact {
  align-items: center;
}
.discipline-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--line);
}
.discipline-grid>div {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.discipline-grid>div:nth-child(4n) {
  border-right: 0;
}
.discipline-grid span {
  color: #a5afaa;
  font-size: 10px;
}
.discipline-grid strong {
  font: 650 14px var(--font-display);
}
.discipline-grid .featured {
  color: #fff;
  background: var(--red);
}
.discipline-grid .featured span {
  color: #ffd3cf;
}
.safety-section {
  padding: 92px 0;
  color: #fff;
  background: var(--ink);
}
.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.safety-grid h2 {
  margin-top: 12px;
  font-size: 38px;
}
.safety-grid>div>p {
  color: #9db0a9;
  line-height: 1.75;
}
.goal-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
}
.goal-list>div {
  min-height: 130px;
  padding: 22px;
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.goal-list span {
  color: #e87971;
  font-size: 11px;
}
.goal-list p {
  margin: 24px 0 0;
  font: 600 13px/1.5 var(--font-display);
}
.cta-band {
  padding: 72px 0;
  background: var(--green);
  color: #fff;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.cta-inner h2 {
  margin-top: 8px;
  font-size: 36px;
}
.cta-inner p {
  margin: 12px 0 0;
  color: #b9d1c8;
}
.cta-actions {
  display: flex;
  gap: 10px;
}
.button-light {
  background: #fff;
  color: var(--green);
}
.button-outline-light {
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
}
.price-list {
  border-top: 1px solid var(--line);
}
.price-list article {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px 18px;
  border-bottom: 1px solid var(--line);
}
.price-index {
  color: #a2ada8;
  font-size: 11px;
}
.price-list h2 {
  font-size: 20px;
}
.price-list p {
  margin: 6px 0 0;
  color: #707b77;
  font-size: 13px;
}
.price-list article>strong {
  color: var(--red);
  font: 700 26px var(--font-display);
}
.price-note {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  padding: 24px;
  background: var(--mint);
}
.price-note span {
  flex: 0 0 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}
.price-note p {
  margin: 2px 0;
  color: #3e5a51;
  font-size: 13px;
  line-height: 1.7;
}
.print-note {
  margin: 24px 0 0;
  color: #66726e;
  font-size: 13px;
}
.extras-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.extras-grid h2 {
  margin-top: 12px;
  font-size: 36px;
}
.extras-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.extras-grid li {
  padding: 19px 0;
  border-bottom: 1px solid #d4d8d2;
  font: 600 14px var(--font-display);
}
.extras-grid li:before {
  content: "→";
  margin-right: 14px;
  color: var(--red);
}
.document-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.document-grid article {
  position: relative;
  min-height: 145px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.document-grid article>span {
  color: #9aa59f;
  font-size: 10px;
}
.document-grid h2 {
  font-size: 18px;
}
.document-grid p {
  margin: 8px 0 0;
  color: #6c7773;
  font-size: 13px;
  line-height: 1.6;
}
.document-grid b {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: var(--mint);
  font-size: 11px;
}
.send-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 55px;
  padding: 35px 40px;
  background: var(--cream);
}
.send-box h2 {
  margin-top: 8px;
  font-size: 27px;
}
@media (max-width:900px) {
  nav,.nav-cta {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    cursor: pointer;
    list-style: none;
    background: var(--cream);
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    height: 2px;
    background: var(--ink);
  }
  .mobile-menu>div {
    position: absolute;
    right: 0;
    top: 51px;
    width: 230px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(18,35,31,.12);
  }
  .mobile-menu>div a {
    padding: 13px;
    font-size: 13px;
    font-weight: 700;
  }
  .hero {
    padding: 70px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .expert-card,.proof-card {
    max-width: 520px;
  }
  .section-heading {
    grid-template-columns: 45px 1fr;
  }
  .section-heading p {
    grid-column: 2;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-card {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .contact-card:last-child {
    border-bottom: 0;
  }
  .next-grid,.story-grid,.safety-grid,.extras-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .discipline-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .discipline-grid>div:nth-child(2n) {
    border-right: 0;
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .document-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:620px) {
  .shell {
    width: min(100% - 32px,1180px);
  }
  .topbar-inner span {
    display: none;
  }
  .topbar-inner {
    justify-content: center;
  }
  .nav-wrap {
    height: 76px;
  }
  h1,.page-hero h1 {
    font-size: 42px;
  }
  .hero-copy>p {
    font-size: 15px;
  }
  .hero-actions,.cta-actions {
    width: 100%;
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .section-heading {
    display: block;
  }
  .section-index {
    display: none;
  }
  .section-heading p {
    margin-top: 18px;
  }
  .section-heading h2,.next-step h2,.story-grid h2,.safety-grid h2 {
    font-size: 30px;
  }
  .next-step ol,.goal-list {
    grid-template-columns: 1fr;
  }
  .next-step ol {
    gap: 28px;
  }
  .discipline-grid {
    grid-template-columns: 1fr;
  }
  .discipline-grid>div {
    border-right: 0;
  }
  .price-list article {
    grid-template-columns: 36px 1fr;
  }
  .price-list article>strong {
    grid-column: 2;
  }
  .send-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .footer-inner p {
    margin: 0;
  }
}
.section-heading {
  grid-template-columns: 1fr 1fr;
}
.proof-card h2 {
  margin-top: 0;
}
.discipline-grid>div {
  justify-content: flex-end;
}
.price-list article {
  grid-template-columns: 1fr auto;
}
.document-grid article {
  grid-template-columns: 1fr;
}
@media (max-width:900px) {
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading p {
    grid-column: auto;
  }
}
@media (max-width:620px) {
  .price-list article {
    grid-template-columns: 1fr auto;
  }
  .price-list article>strong {
    grid-column: auto;
  }
}
.discipline-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.discipline-cards>div {
  min-height: 86px;
  flex: 1 1 245px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18,35,31,.055);
  transition: transform .2s ease,box-shadow .2s ease;
}
.discipline-cards>div:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(18,35,31,.09);
}
.discipline-cards>div>span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--green);
  background: var(--mint);
  font-size: 13px;
}
.discipline-cards strong {
  font: 650 15px var(--font-display);
}
.discipline-cards small {
  grid-column: 2;
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.discipline-cards .featured {
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 30px rgba(230,72,61,.2);
}
.discipline-cards .featured>span {
  color: #fff;
  background: rgba(255,255,255,.18);
}
.goal-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.goal-cards>div {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
  transition: background .2s ease,transform .2s ease;
}
.goal-cards>div:hover {
  transform: translateX(5px);
  background: rgba(255,255,255,.085);
}
.goal-cards span {
  flex: 0 0 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 0 0 6px rgba(230,72,61,.1);
}
.goal-cards p {
  margin: 0;
  color: #f2f6f4;
  font: 600 14px/1.5 var(--font-display);
}
@media (max-width:620px) {
  .discipline-cards {
    display: grid;
    grid-template-columns: 1fr;
  }
  .discipline-cards>div {
    min-height: 78px;
  }
  .goal-cards>div {
    padding: 15px;
  }
  .goal-cards>div:hover {
    transform: none;
  }
}
.document-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  border: 0;
}
.document-grid article {
  min-height: 150px;
  display: block;
  padding: 28px 70px 26px 28px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(18,35,31,.06);
  overflow: hidden;
  transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.document-grid article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--green);
  opacity: .35;
  transition: opacity .22s ease,top .22s ease,bottom .22s ease;
}
.document-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(11,80,62,.1);
  box-shadow: 0 18px 40px rgba(18,35,31,.1);
}
.document-grid article:hover:before {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.document-grid h2 {
  font-size: 19px;
}
.document-grid p {
  max-width: 540px;
  margin-top: 10px;
  line-height: 1.65;
}
.document-grid b {
  right: 24px;
  top: 26px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 6px var(--mint);
}
@media (max-width:900px) {
  .document-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:620px) {
  .document-grid {
    gap: 12px;
  }
  .document-grid article {
    min-height: 135px;
    padding: 24px 64px 22px 23px;
  }
  .document-grid b {
    right: 20px;
    top: 24px;
    width: 30px;
    height: 30px;
  }
}
.hero {
  background-color: #f2f3ec;
  background-image: radial-gradient(circle at 84% 20%,rgba(119,184,157,.22),transparent 25%),radial-gradient(circle at 67% 105%,rgba(230,72,61,.12),transparent 30%),linear-gradient(118deg,#f7f4ea 0%,#eef3eb 58%,#e7eee8 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg,transparent 0 62%,rgba(255,255,255,.42) 62% 72%,transparent 72%),radial-gradient(circle at 92% 82%,transparent 0 74px,rgba(11,80,62,.06) 75px 76px,transparent 77px 125px,rgba(11,80,62,.05) 126px 127px,transparent 128px);
  pointer-events: none;
}
.hero:after {
  right: -105px;
  bottom: -225px;
  border-color: rgba(11,80,62,.075);
}
.hero-glow {
  inset: 0;
  opacity: .38;
  background-image: linear-gradient(rgba(11,80,62,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(11,80,62,.075) 1px,transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg,#000 0%,rgba(0,0,0,.7) 38%,transparent 72%);
}
.home-hero {
  background-image: radial-gradient(circle at 82% 22%,rgba(47,133,100,.2),transparent 24%),radial-gradient(circle at 58% 115%,rgba(230,72,61,.11),transparent 30%),linear-gradient(118deg,#f8f4e9 0%,#edf3ea 62%,#e3ede7 100%);
}
.page-hero {
  background-color: #f1f3ec;
  background-image: radial-gradient(circle at 82% 5%,rgba(71,151,119,.18),transparent 25%),radial-gradient(circle at 60% 120%,rgba(230,72,61,.1),transparent 28%),linear-gradient(120deg,#f8f4e9,#e9f0e9);
}
.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(11,80,62,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(11,80,62,.055) 1px,transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg,rgba(0,0,0,.7),transparent 72%);
}
@media (max-width:620px) {
  .hero {
    background-image: radial-gradient(circle at 90% 14%,rgba(71,151,119,.2),transparent 28%),linear-gradient(145deg,#f8f4e9,#e8f0e9);
  }
  .hero:before {
    opacity: .6;
  }
  .hero-glow {
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg,rgba(0,0,0,.6),transparent);
  }
}
.contact-grid {
  gap: 18px;
  border: 0;
}
.contact-card {
  min-height: 205px;
  padding: 28px;
  border: 1px solid rgba(11,80,62,.08);
  border-radius: 14px;
  background: linear-gradient(145deg,#fff 0%,#f8faf7 100%);
  box-shadow: 0 9px 28px rgba(18,35,31,.065);
  overflow: hidden;
}
.contact-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--green),#6eaa91);
  opacity: .72;
}
.contact-card:last-child {
  border-right: 1px solid rgba(11,80,62,.08);
}
.contact-card:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 20px 42px rgba(18,35,31,.11);
}
.contact-card:hover:before {
  height: 4px;
  background: linear-gradient(90deg,var(--red),#ef887f);
}
.contact-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 13px;
  font-size: 16px;
}
.contact-card b {
  right: 27px;
  bottom: 26px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0ee;
  transition: transform .2s ease;
}
.contact-card:hover b {
  transform: translateX(4px);
}
.contact-icon.map-pin {
  position: relative;
}
.contact-icon.map-pin i {
  position: relative;
  width: 17px;
  height: 21px;
  border: 2px solid var(--green);
  border-radius: 10px 10px 12px 12px;
  transform: rotate(0);
}
.contact-icon.map-pin i:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 4px;
  top: 4px;
  border: 2px solid var(--green);
  border-radius: 50%;
}
.contact-icon.map-pin i:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 3px;
  bottom: -5px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  background: var(--mint);
  transform: rotate(45deg);
  border-radius: 0 0 2px 0;
}
@media (max-width:900px) {
  .contact-grid {
    gap: 14px;
  }
  .contact-card {
    border-bottom: 1px solid rgba(11,80,62,.08);
  }
}
