:root {
  --ink: #0b211c;
  --paper: #f5f6f2;
  --white: #fff;
  --muted: #61736c;
  --line: #dce4de;
  --accent: #2f6d4d;
  --accent-dark: #103b2b;
  --accent-soft: #dff0e3;
  --highlight: #d8f18e;
  --shadow: 0 28px 80px rgba(9, 35, 28, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); line-height: 1.6; }
body[data-theme="forest"], [data-theme="forest"] { --accent: #2f6d4d; --accent-dark: #103b2b; --accent-soft: #dff0e3; --highlight: #d8f18e; }
body[data-theme="slate"], [data-theme="slate"] { --accent: #506b82; --accent-dark: #182d3d; --accent-soft: #e1e9ef; --highlight: #f4c963; }
body[data-theme="ice"], [data-theme="ice"] { --accent: #26829a; --accent-dark: #113a48; --accent-soft: #dcf0f3; --highlight: #8de5ef; }
body[data-theme="amber"], [data-theme="amber"] { --accent: #b76124; --accent-dark: #4a2714; --accent-soft: #f8e5d4; --highlight: #ffc66c; }
body[data-theme="stone"], [data-theme="stone"] { --accent: #74634f; --accent-dark: #302a23; --accent-soft: #ebe5dc; --highlight: #d9bc85; }
body[data-theme="earth"], [data-theme="earth"] { --accent: #8a5b2d; --accent-dark: #3b2918; --accent-soft: #efe3d4; --highlight: #d9a45f; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.sample-banner {
  min-height: 38px;
  padding: 7px max(22px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--accent-dark);
  color: var(--white);
  font-size: .73rem;
}
.sample-banner p { margin: 0; display: flex; align-items: center; gap: 12px; }
.sample-banner strong { color: var(--highlight); letter-spacing: .05em; text-transform: uppercase; }
.sample-banner span { color: rgba(255,255,255,.7); }
.sample-banner a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  min-height: 76px;
  padding: 0 max(22px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid rgba(11,33,28,.09);
  background: rgba(250,251,248,.94);
  backdrop-filter: blur(18px);
}
.lp-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.035em; }
.lp-brand > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--accent-dark);
  color: var(--highlight);
  font-size: .95rem;
}
.lp-header nav { margin-left: auto; display: flex; gap: 27px; }
.lp-header nav a { color: #52645d; font-size: .86rem; font-weight: 700; }
.lp-header nav a:hover { color: var(--accent); }
.lp-menu { display: none; }

.lp-button {
  min-height: 55px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--accent);
  color: var(--white);
  font-weight: 820;
  line-height: 1;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--accent) 28%, transparent);
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}
.lp-button:hover { transform: translateY(-2px); filter: brightness(.94); }
.lp-button-small { min-height: 43px; padding-inline: 18px; font-size: .82rem; }

.lp-hero {
  width: min(1240px, calc(100% - 44px));
  min-height: 690px;
  margin: 0 auto;
  padding: 76px 0 84px;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(500px,1.1fr);
  align-items: center;
  gap: 76px;
}
.lp-kicker {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.lp-hero .lp-kicker { display: flex; align-items: center; gap: 10px; }
.lp-hero .lp-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px var(--accent-soft); }
.lp-hero h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(3.3rem, 5.8vw, 5.9rem); line-height: .96; letter-spacing: -.068em; font-weight: 680; }
.lp-lede { max-width: 660px; margin-bottom: 30px; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.lp-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.lp-text-link { padding: 9px 0; border-bottom: 2px solid var(--accent); font-size: .91rem; font-weight: 790; }
.lp-proof-row { margin: 39px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 18px; list-style: none; color: #50635b; font-size: .76rem; font-weight: 730; }
.lp-proof-row li { display: flex; align-items: center; gap: 7px; }
.lp-proof-row i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: .66rem; font-style: normal; }

.lp-hero-visual {
  position: relative;
  min-height: 525px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(145deg, var(--accent-dark), color-mix(in srgb, var(--accent) 72%, #0d1720));
  box-shadow: var(--shadow);
  isolation: isolate;
}
.visual-grid { position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 48px 48px; transform: perspective(600px) rotateX(58deg) scale(1.8) translateY(12%); }
.visual-ring { position: absolute; z-index: -1; width: 470px; height: 470px; right: -160px; top: -170px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.visual-label { position: absolute; left: 28px; top: 28px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.83); font-size: .67rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.visual-card { position: absolute; left: 38px; right: 38px; bottom: 42px; padding: 31px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.1); color: var(--white); backdrop-filter: blur(17px); }
.visual-card small { color: var(--highlight); font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
.visual-card h2 { max-width: 430px; margin: 11px 0 13px; font-size: clamp(1.9rem,3vw,3rem); line-height: 1.02; letter-spacing: -.045em; }
.visual-card p { max-width: 480px; margin-bottom: 22px; color: rgba(255,255,255,.72); font-size: .91rem; }
.visual-status { display: flex; align-items: center; gap: 9px; font-size: .73rem; font-weight: 780; }
.visual-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--highlight); box-shadow: 0 0 0 5px color-mix(in srgb, var(--highlight) 17%, transparent); }
.visual-badge { position: absolute; right: 22px; top: 93px; padding: 16px 18px; display: flex; align-items: center; gap: 11px; border-radius: 15px; background: var(--white); box-shadow: 0 16px 40px rgba(0,0,0,.18); transform: rotate(2deg); }
.visual-badge > strong { font-size: 1.5rem; letter-spacing: -.05em; }
.visual-badge > span { display: grid; color: #d59f29; font-size: .68rem; letter-spacing: .06em; }
.visual-badge small { color: #7b8b84; font-size: .56rem; letter-spacing: 0; }

.lp-trust { padding: 25px max(22px,calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.lp-trust p { margin: 0; color: var(--muted); font-size: .76rem; font-weight: 750; }
.lp-trust div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.lp-trust span { padding: 7px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-dark); font-size: .68rem; font-weight: 760; }

.lp-section { width: min(1180px,calc(100% - 44px)); margin: 0 auto; padding: 112px 0; }
.lp-section-head { max-width: 750px; margin-bottom: 56px; }
.lp-section-head h2, .lp-split-copy h2, .lp-quote h2 { margin-bottom: 18px; font-size: clamp(2.5rem,4.6vw,4.6rem); line-height: 1; letter-spacing: -.058em; font-weight: 660; }
.lp-section-head > p:last-child { max-width: 680px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.lp-service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lp-service-grid article { min-height: 280px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.lp-service-grid article:hover { position: relative; transform: translateY(-4px); background: var(--white); box-shadow: 0 22px 50px rgba(12,42,33,.09); }
.lp-service-grid article > span { color: var(--accent); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.lp-service-grid h3 { margin: 60px 0 13px; font-size: 1.35rem; letter-spacing: -.035em; }
.lp-service-grid p { max-width: 470px; margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.72; }

.lp-split { padding: 112px max(22px,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; background: var(--accent-dark); color: var(--white); }
.lp-split-copy > p:not(.lp-kicker) { max-width: 580px; color: rgba(255,255,255,.67); line-height: 1.75; }
.lp-split-copy .lp-kicker { color: var(--highlight); }
.lp-split-copy ul { margin: 29px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; list-style: none; }
.lp-split-copy li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.85); font-size: .83rem; font-weight: 730; }
.lp-split-copy li i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--highlight); font-size: .66rem; font-style: normal; }
.lp-testimonial { position: relative; padding: 45px; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(255,255,255,.08); }
.lp-testimonial > span { display: block; height: 48px; color: var(--highlight); font-family: Georgia,serif; font-size: 5.2rem; line-height: 1; }
.lp-testimonial blockquote { margin-bottom: 25px; font-family: Georgia,serif; font-size: clamp(1.45rem,2.5vw,2.15rem); line-height: 1.35; }
.lp-testimonial p { margin-bottom: 4px; font-size: .82rem; font-weight: 800; }
.lp-testimonial small { color: rgba(255,255,255,.53); font-size: .68rem; }

.lp-process { background: var(--paper); }
.lp-step-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.lp-step-grid article { min-height: 190px; padding: 27px; display: flex; gap: 19px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lp-step-grid article:not(:last-child) { border-right: 1px solid var(--line); }
.lp-step-grid article > span { flex: 0 0 auto; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--white); font-size: .8rem; font-weight: 850; }
.lp-step-grid small { color: var(--accent); font-size: .65rem; font-weight: 850; letter-spacing: .12em; }
.lp-step-grid h3 { margin: 14px 0 0; font-size: 1.12rem; line-height: 1.3; }

.lp-quote { padding: 105px max(22px,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; background: var(--accent-soft); }
.lp-quote > div > p:not(.lp-kicker) { max-width: 510px; color: #53665e; line-height: 1.75; }
.quote-contact { margin-top: 32px; padding-top: 24px; display: grid; gap: 2px; border-top: 1px solid color-mix(in srgb,var(--accent) 25%,transparent); }
.quote-contact strong { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.quote-contact span { color: var(--accent); font-size: 1.4rem; font-weight: 850; }
.lp-quote form { padding: 32px; display: grid; gap: 16px; border: 1px solid color-mix(in srgb,var(--accent) 20%,transparent); border-radius: 22px; background: var(--white); box-shadow: 0 24px 60px rgba(20,45,37,.09); }
.lp-quote label { display: grid; gap: 7px; color: #40554d; font-size: .73rem; font-weight: 800; }
.lp-quote input, .lp-quote textarea { width: 100%; padding: 13px 14px; border: 1px solid #cdd9d1; border-radius: 10px; background: #fbfcfa; color: var(--ink); resize: vertical; }
.lp-quote input:focus, .lp-quote textarea:focus { border-color: var(--accent); outline: 3px solid var(--accent-soft); }
.lp-quote .lp-button { width: 100%; margin-top: 3px; }
.form-note, .form-success { margin: 0; text-align: center; font-size: .69rem; }
.form-note { color: #75857e; }
.form-success { padding: 10px; border-radius: 9px; background: var(--accent-soft); color: var(--accent-dark); font-weight: 730; }

.lp-footer { min-height: 110px; padding: 25px max(22px,calc((100vw - 1180px)/2)); display: flex; align-items: center; gap: 35px; background: #081a16; color: rgba(255,255,255,.67); }
.lp-footer .lp-brand { color: var(--white); }
.lp-footer p { margin: 0 0 0 auto; font-size: .76rem; }
.lp-footer p a, .lp-footer > a:last-child { color: var(--highlight); font-weight: 800; }
.lp-footer > a:last-child { font-size: .76rem; }

.catalog-page { min-height: 100vh; background: #071b16; color: var(--white); }
.catalog-header { width: min(1240px,calc(100% - 44px)); height: 78px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.sample-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.03em; }
.sample-brand span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--highlight); color: #0a211b; font-size: .7rem; letter-spacing: -.05em; }
.catalog-back { color: #bdd0c8; font-size: .8rem; font-weight: 750; }
.catalog-page main { width: min(1240px,calc(100% - 44px)); margin-inline: auto; }
.catalog-hero { max-width: 850px; padding: 100px 0 70px; }
.sample-kicker { color: #cce986; font-size: .73rem; font-weight: 850; letter-spacing: .14em; }
.catalog-hero h1 { margin-bottom: 24px; font-size: clamp(3.2rem,6vw,6.2rem); line-height: .94; letter-spacing: -.068em; font-weight: 640; }
.catalog-hero > p:last-child { max-width: 720px; margin: 0; color: #9bb2a8; font-size: 1.06rem; line-height: 1.75; }
.catalog-grid { padding-bottom: 70px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.catalog-card { position: relative; min-height: 365px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: linear-gradient(145deg,color-mix(in srgb,var(--accent) 40%,#0b251f),#0b211c); transition: transform 200ms ease,border-color 200ms ease; }
.catalog-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb,var(--highlight) 60%,transparent); }
.catalog-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -160px; top: -160px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018); }
.catalog-mark { width: 44px; height: 44px; margin-bottom: 50px; display: grid; place-items: center; border-radius: 13px; background: var(--highlight); color: var(--accent-dark); font-size: .75rem; font-weight: 900; }
.catalog-card small { color: var(--highlight); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.catalog-card h2 { max-width: 480px; margin: 13px 0 12px; font-size: clamp(1.75rem,2.8vw,2.7rem); line-height: 1.05; letter-spacing: -.045em; }
.catalog-card p { max-width: 500px; margin-bottom: 23px; color: rgba(255,255,255,.63); font-size: .82rem; }
.catalog-card > strong { color: var(--white); font-size: .78rem; }
.catalog-card > strong span { color: var(--highlight); }
.catalog-note { margin-bottom: 90px; padding: 25px 28px; display: flex; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.04); }
.catalog-note strong { color: var(--highlight); white-space: nowrap; }
.catalog-note p { margin: 0; color: #9fb4ab; font-size: .84rem; }
.catalog-note > a { margin-left: auto; color: var(--highlight); font-size: .8rem; font-weight: 850; white-space: nowrap; }
.sample-footer { min-height: 90px; padding: 20px max(22px,calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #839b90; font-size: .76rem; }
.sample-footer a { color: #cde88b; }
.sample-footer div { display: flex; gap: 18px; }

@media (max-width: 930px) {
  .lp-header nav { display: none; }
  .lp-menu { width: 42px; height: 42px; margin-left: auto; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
  .lp-menu span { width: 17px; height: 2px; background: var(--ink); transition: transform 180ms ease; }
  .lp-menu[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .lp-menu[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .lp-header nav.open { position: absolute; left: 0; right: 0; top: 76px; padding: 22px; display: grid; gap: 4px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 45px rgba(11,33,28,.13); }
  .lp-header nav.open a { padding: 10px 2px; border-bottom: 1px solid var(--line); }
  .lp-hero { grid-template-columns: 1fr; gap: 55px; padding-top: 62px; }
  .lp-hero-copy { max-width: 760px; }
  .lp-hero-visual { width: min(720px,100%); }
  .lp-split, .lp-quote { grid-template-columns: 1fr; gap: 52px; }
  .catalog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  html { scroll-padding-top: 72px; }
  .sample-banner { align-items: flex-start; }
  .sample-banner p { display: grid; gap: 0; }
  .sample-banner span { display: none; }
  .lp-header { min-height: 68px; }
  .lp-header nav.open { top: 68px; }
  .lp-header > .lp-button { display: none; }
  .lp-brand strong { font-size: .88rem; }
  .lp-hero { width: min(100% - 30px,1240px); min-height: auto; padding: 58px 0 65px; }
  .lp-hero h1 { font-size: clamp(3rem,14vw,4.5rem); }
  .lp-lede { font-size: 1rem; }
  .lp-actions { align-items: stretch; flex-direction: column; }
  .lp-button { width: 100%; }
  .lp-text-link { width: max-content; }
  .lp-proof-row { display: grid; grid-template-columns: 1fr 1fr; }
  .lp-hero-visual { min-height: 430px; border-radius: 22px; }
  .visual-card { left: 18px; right: 18px; bottom: 20px; padding: 23px; }
  .visual-badge { right: 16px; top: 75px; }
  .lp-trust { align-items: flex-start; flex-direction: column; }
  .lp-trust div { justify-content: flex-start; }
  .lp-section { width: min(100% - 30px,1180px); padding: 80px 0; }
  .lp-service-grid { grid-template-columns: 1fr; }
  .lp-service-grid article { min-height: 250px; }
  .lp-service-grid h3 { margin-top: 42px; }
  .lp-split, .lp-quote { padding: 80px 20px; }
  .lp-split-copy ul { grid-template-columns: 1fr; }
  .lp-testimonial { padding: 30px 24px; }
  .lp-step-grid { grid-template-columns: 1fr; }
  .lp-step-grid article:not(:last-child) { border-right: 0; border-bottom: 0; }
  .lp-quote form { padding: 24px 19px; }
  .lp-footer { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 31px; }
  .lp-footer p { margin: 0; }
  .catalog-hero { padding: 70px 0 52px; }
  .catalog-hero h1 { font-size: clamp(3rem,13vw,4.4rem); }
  .catalog-card { min-height: 390px; padding: 25px; }
  .catalog-mark { margin-bottom: 55px; }
  .catalog-note { align-items: flex-start; flex-direction: column; }
  .catalog-note strong { white-space: normal; }
  .catalog-note > a { margin-left: 0; white-space: normal; }
  .sample-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
  .sample-footer div { flex-wrap: wrap; gap: 7px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
