@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");

:root {
  --bg: oklch(97% 0.012 90);
  --paper: oklch(94.5% 0.018 90);
  --surf: oklch(93.5% 0.022 90);
  --bord: oklch(86% 0.02 90);
  --txt: oklch(18% 0.018 90);
  --txm: oklch(40% 0.014 90);
  --txs: oklch(58% 0.012 90);
  --sage: oklch(47% 0.105 145);
  --sagm: oklch(62% 0.1 145);
  --sagl: oklch(85% 0.072 145);
  --sagp: oklch(95% 0.033 145);
  --sand: oklch(74% 0.08 78);
  --sanl: oklch(93% 0.04 78);
  --dark: oklch(21% 0.072 145);
  --fd: "Playfair Display", Georgia, serif;
  --fb: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --fm: "JetBrains Mono", ui-monospace, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--txt);
  font-family: var(--fb);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--txt);
  font-family: var(--fd);
  font-weight: 600;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

p {
  color: var(--txm);
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.wrap-tight {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 32px;
}

.shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sage);
  font-family: var(--fm);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tag::before {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
}

.editorial-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  padding: 28px 0;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    padding 180ms ease;
}

.editorial-nav.fixed {
  position: fixed;
  padding: 16px 0;
  border-bottom: 1px solid var(--bord);
  background: oklch(97% 0.012 90 / 0.86);
  backdrop-filter: blur(14px);
}

.nav-inner,
.brand,
.nav-links,
.hero-actions,
.hero-meta,
.chat-head,
.ready,
.chat-input,
.status-bar,
.proof-inner,
.foot-top,
.foot-bottom,
.foot-links,
.locale-switcher {
  display: flex;
  align-items: center;
}

.nav-inner {
  justify-content: space-between;
  gap: 24px;
}

.brand {
  gap: 12px;
}

.brand-mark {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: oklch(96.5% 0.015 90);
  box-shadow: 0 2px 10px oklch(20% 0.03 90 / 0.12);
}

.brand-mark img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.brand-name {
  color: var(--txt);
  font-family: var(--fd);
  font-size: 21px;
  font-weight: 600;
}

.editorial-nav.on-dark .brand-name,
.editorial-nav.on-dark .nav-links a {
  color: white;
}

.editorial-nav.on-dark .brand-mark {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.nav-links {
  justify-content: center;
  gap: 24px;
  color: var(--txm);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--sage);
}

.nav-cta,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-family: var(--fb);
  font-weight: 700;
  transition:
    transform 150ms ease,
    box-shadow 200ms ease,
    opacity 150ms ease;
}

.nav-cta {
  min-height: 42px;
  padding: 0 20px;
  background: var(--txt);
  color: var(--bg);
  font-size: 14px;
}

.editorial-nav.on-dark .nav-cta {
  background: white;
  color: var(--dark);
}

.nav-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.94;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  color: white;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("/marketing/uploads/hero-cottage-garden.jpg");
  background-position: center 30%;
  background-size: cover;
  filter: saturate(0.96);
}

.hero-bg::after,
.final-bg::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      oklch(20% 0.04 145 / 0.46),
      oklch(20% 0.04 145 / 0.12) 52%,
      oklch(15% 0.05 145 / 0.62)
    ),
    linear-gradient(
      95deg,
      oklch(15% 0.05 145 / 0.62),
      oklch(15% 0.05 145 / 0.1) 58%,
      transparent 76%
    );
  content: "";
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
  gap: 64px;
  align-items: end;
  padding-top: 180px;
  padding-bottom: 88px;
}

.hero-text .tag,
.final .tag {
  margin-bottom: 24px;
  color: white;
  opacity: 0.86;
}

.hero h1 {
  max-width: 920px;
  margin-bottom: 28px;
  color: white;
  font-size: clamp(46px, 6.5vw, 88px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.hero h1 em,
.final h2 em,
.pillars-head h2 em,
.styles-head h2 em,
.how-head h2 em,
.problem-line h2 em {
  color: oklch(90% 0.07 145);
  font-style: italic;
  font-weight: 400;
}

.hero-sub {
  max-width: 560px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 22px;
}

.btn-primary {
  min-height: 56px;
  padding: 0 30px;
  background: white;
  color: var(--dark);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  font-size: 15px;
}

.btn-primary .arrow {
  margin-left: 8px;
}

.hero-meta {
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero-meta .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.hero-note {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.hero-aside {
  display: flex;
  justify-content: flex-end;
}

.phone-mini,
.phone-overlay {
  background: oklch(15% 0.03 145);
  box-shadow:
    0 30px 60px -10px rgba(0, 0, 0, 0.45),
    0 14px 28px -8px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone-mini {
  width: 268px;
  height: 540px;
  padding: 9px;
  border-radius: 42px;
  transform: perspective(1200px) rotateY(-8deg) rotateX(2deg);
  animation: floatPhone 9s ease-in-out infinite;
}

@keyframes floatPhone {
  50% {
    transform: perspective(1200px) rotateY(-8deg) rotateX(2deg)
      translateY(-10px);
  }
}

.screen {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 34px;
  background: var(--bg);
}

.notch {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 5;
  width: 86px;
  height: 22px;
  border-radius: 999px;
  background: oklch(15% 0.03 145);
  transform: translateX(-50%);
}

.status-bar {
  justify-content: space-between;
  padding: 14px 22px 0;
  color: var(--txt);
  font-size: 11.5px;
  font-weight: 700;
}

.status-bar .dots {
  display: inline-flex;
  gap: 3px;
}

.status-bar i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.chat-preview {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 38px 16px 14px;
}

.chat-head {
  gap: 10px;
  padding: 0 8px 14px;
  border-bottom: 1px solid var(--bord);
}

.av {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: oklch(96.5% 0.015 90);
}

.chat-head .av {
  width: 36px;
  height: 36px;
}

.av img {
  width: 84%;
  height: 84%;
  object-fit: contain;
}

.chat-head .name {
  color: var(--txt);
  font-family: var(--fd);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.chat-head .sub {
  margin-top: 3px;
  color: var(--txs);
  font-size: 10.5px;
}

.ready {
  gap: 4px;
  margin-left: auto;
  color: var(--sagm);
  font-size: 10px;
  font-weight: 700;
}

.ready i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sagm);
}

.chat-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px 6px;
  overflow: hidden;
}

.bubble,
.b-mini {
  max-width: 84%;
  border-radius: 16px;
  line-height: 1.45;
}

.bubble {
  padding: 10px 13px;
  font-size: 12.5px;
}

.bubble.viggo,
.b-mini.viggo {
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  background: var(--surf);
  color: var(--txt);
}

.bubble.viggo {
  display: flex;
  gap: 8px;
}

.bubble.viggo .av {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.bubble.user,
.b-mini.user {
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  background: var(--sage);
  color: white;
}

.context-card {
  padding: 12px;
  border: 1px solid var(--bord);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.52);
}

.context-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 800;
}

.context-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.context-card em {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--sagp);
  color: var(--sage);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.chat-input {
  flex-shrink: 0;
  gap: 8px;
  padding: 10px 8px;
  border-top: 1px solid var(--bord);
}

.chat-input .pill,
.input-bar .pill {
  flex: 1;
  border-radius: 999px;
  background: var(--surf);
  color: var(--txs);
  font-size: 12px;
}

.chat-input .pill {
  height: 34px;
  padding: 8px 14px;
}

.ic,
.ic-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surf);
  color: var(--txs);
  font-size: 10px;
  font-weight: 800;
}

.ic {
  width: 32px;
  height: 32px;
}

.hero-credit {
  position: absolute;
  bottom: 24px;
  left: 32px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--fm);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-strip {
  background: var(--dark);
}

.proof-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: oklch(28% 0.06 145);
}

.proof-inner span {
  padding: 24px 14px;
  background: var(--dark);
  color: oklch(82% 0.05 145);
  text-align: center;
  font-family: var(--fm);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.problem-line {
  padding: 130px 0;
  background: var(--bg);
}

.problem-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 32px;
}

.problem-line .tag {
  margin-bottom: 36px;
}

.problem-line h2 {
  max-width: 24ch;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 500;
  line-height: 1.18;
}

.problem-line h2 em {
  color: var(--sage);
}

.problem-then {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
  margin-top: 52px;
}

.arrow-wrap {
  color: var(--sage);
  font-family: var(--fm);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.arrow-wrap::before {
  display: inline-block;
  width: 40px;
  margin-right: 14px;
  border-top: 1px solid currentColor;
  vertical-align: middle;
  content: "";
}

.problem-then p {
  max-width: 34ch;
  margin: 0;
  color: var(--txm);
  font-family: var(--fd);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  line-height: 1.4;
}

.pillars {
  padding: 130px 0 60px;
  background: var(--paper);
}

.pillars-head,
.styles-head,
.how-head,
.faq-head {
  max-width: 760px;
  margin: 0 auto 86px;
  padding: 0 32px;
  text-align: center;
}

.pillars-head .tag,
.styles-head .tag,
.how-head .tag,
.faq-head .tag {
  margin-bottom: 22px;
}

.pillars-head h2,
.styles-head h2,
.how-head h2,
.faq-head h2 {
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 500;
  line-height: 1.08;
}

.pillar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 90px 0;
}

.pillar.flip .pillar-visual {
  order: 2;
}

.pillar.flip .pillar-text {
  justify-self: end;
}

.pillar-text {
  max-width: 520px;
  padding: 0 8px;
}

.pillar-num {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--sage);
  font-family: var(--fm);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.pillar-num::after {
  width: 80px;
  height: 1px;
  background: var(--bord);
  content: "";
}

.pillar h3 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.08;
}

.pillar p {
  max-width: 40ch;
  font-size: 18px;
}

.pillar ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.pillar li {
  position: relative;
  padding-left: 24px;
  color: var(--txm);
}

.pillar li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100% 0 100% 100%;
  background: var(--sage);
  content: "";
  transform: rotate(-35deg);
}

.pillar-visual {
  position: relative;
  overflow: visible;
  aspect-ratio: 4 / 5;
}

.pillar-visual .photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--surf);
}

.pillar-visual .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-overlay {
  position: absolute;
  z-index: 2;
  width: 240px;
  height: 480px;
  padding: 8px;
  border-radius: 38px;
}

.phone-overlay .screen {
  border-radius: 30px;
}

.right-phone .phone-overlay {
  right: -64px;
  bottom: -40px;
}

.left-phone .phone-overlay {
  bottom: -40px;
  left: -64px;
}

.caption {
  position: absolute;
  right: 18px;
  bottom: -28px;
  color: var(--txs);
  font-family: var(--fm);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scr-ask,
.scr-dream,
.scr-plan {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.scr-ask {
  padding: 32px 12px 10px;
}

.scr-ask .head,
.scr-dream .head,
.scr-plan .head,
.input-bar,
.scr-plan .row {
  display: flex;
  align-items: center;
}

.scr-ask .head {
  gap: 8px;
  padding: 4px 6px 12px;
  border-bottom: 1px solid var(--bord);
}

.scr-ask .head .av {
  width: 32px;
  height: 32px;
}

.scr-ask .name,
.dream-card .ttl,
.scr-plan .head h4 {
  color: var(--txt);
  font-family: var(--fd);
  font-weight: 700;
}

.scr-ask .name {
  font-size: 14px;
}

.scr-ask .sub,
.scr-dream .sub {
  color: var(--txs);
  font-size: 9.5px;
}

.scr-ask .body,
.scr-plan .body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.scr-ask .body {
  padding: 12px 6px;
}

.b-mini {
  padding: 9px 11px;
  font-size: 11.5px;
}

.b-mini.photo {
  max-width: 60%;
  align-self: flex-end;
  padding: 4px;
  border-radius: 12px;
  border-bottom-right-radius: 3px;
  background: var(--sage);
}

.img-stub {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 9px;
  background-image: url("/marketing/uploads/problem-leaf.jpg");
  background-position: center;
  background-size: cover;
}

.b-mini .cap {
  padding: 5px 6px 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9.5px;
}

.input-bar {
  flex-shrink: 0;
  gap: 6px;
  padding: 8px 4px 0;
  border-top: 1px solid var(--bord);
}

.input-bar .pill {
  height: 28px;
  padding: 6px 12px;
  font-size: 11px;
}

.ic-btn {
  width: 28px;
  height: 28px;
}

.scr-dream {
  padding: 30px 14px 12px;
}

.scr-dream .head,
.scr-plan .head {
  justify-content: space-between;
}

.scr-dream .head h4 {
  font-size: 22px;
}

.scr-dream .add {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sage);
  color: white;
  font-weight: 800;
}

.dream-card {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 16px;
  background: var(--surf);
}

.dream-card .pic {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-position: center;
  background-size: cover;
}

.dream-card .info {
  padding: 10px 12px 12px;
}

.dream-card .stat,
.plan-card .label,
.plan-card .tier {
  color: var(--sage);
  font-family: var(--fm);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dream-card .ttl {
  font-size: 14px;
  line-height: 1.2;
}

.dream-card .desc {
  margin-top: 3px;
  color: var(--txm);
  font-size: 11px;
  line-height: 1.4;
}

.scr-plan {
  padding: 32px 0 12px;
}

.scr-plan .head {
  padding: 0 14px 8px;
}

.scr-plan .head h4 {
  font-size: 18px;
}

.scr-plan .new {
  color: var(--sage);
  font-size: 11px;
  font-weight: 700;
}

.scr-plan .pills {
  display: flex;
  gap: 5px;
  padding: 0 14px 8px;
  overflow: hidden;
}

.scr-plan .pl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--surf);
  color: var(--txm);
  font-size: 10px;
  white-space: nowrap;
}

.scr-plan .pl.active {
  background: var(--txt);
  color: white;
}

.scr-plan .ctx {
  margin: 0 14px 10px;
  padding: 7px 10px;
  border: 1px solid var(--sagl);
  border-radius: 8px;
  background: var(--sagp);
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
}

.scr-plan .body {
  padding: 0 14px;
}

.bub-mini,
.plan-card {
  border-radius: 12px;
}

.bub-mini {
  max-width: 92%;
  padding: 8px 10px;
  border-bottom-left-radius: 3px;
  background: var(--surf);
  color: var(--txt);
  font-size: 11px;
  line-height: 1.45;
}

.plan-card {
  padding: 8px 10px;
  border: 1px solid var(--bord);
  background: white;
}

.plan-card .label {
  margin-bottom: 6px;
}

.plan-card .row {
  gap: 8px;
  padding: 4px 0;
  font-size: 10.5px;
}

.plan-card .row + .row {
  border-top: 1px solid var(--bord);
}

.swatch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.swatch.lavender {
  background: oklch(62% 0.12 300);
}

.swatch.salvia {
  background: oklch(48% 0.15 295);
}

.swatch.rose {
  background: oklch(82% 0.07 10);
}

.plan-card .name {
  flex: 1;
  color: var(--txt);
  font-weight: 600;
}

.styles {
  padding: 120px 0 132px;
  background: var(--bg);
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.style-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  background: var(--surf);
}

.style-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.style-card:hover img {
  transform: scale(1.045);
}

.style-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.56), transparent 56%);
  content: "";
}

.style-card span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  color: white;
  font-family: var(--fd);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

.how {
  padding: 130px 0 140px;
  border-top: 1px solid var(--bord);
  background: var(--bg);
}

.how-head {
  margin-bottom: 80px;
}

.how-head p {
  max-width: 40ch;
  margin: 18px auto 0;
  font-size: 18px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid var(--bord);
}

.step {
  position: relative;
  padding: 56px 40px;
  border-right: 1px solid var(--bord);
}

.step:last-child {
  border-right: 0;
}

.step .num {
  display: block;
  margin-bottom: 28px;
  color: var(--sagl);
  font-family: var(--fd);
  font-size: 64px;
  font-style: italic;
  line-height: 1;
}

.step h3 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.18;
}

.step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.faq {
  padding: 120px 0;
  background: var(--paper);
}

.faq-head {
  margin-bottom: 44px;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--bord);
}

.faq-item summary {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 4px;
  color: var(--txt);
  cursor: pointer;
  font-family: var(--fd);
  font-size: 20px;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] summary {
  color: var(--sage);
}

.plus {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid var(--bord);
  border-radius: 50%;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.faq-item[open] .plus {
  background: var(--sage);
  color: white;
  transform: rotate(45deg);
}

.faq-item .body {
  max-width: 620px;
  padding: 0 4px 24px;
  color: var(--txm);
  font-size: 15px;
  line-height: 1.7;
}

.final {
  position: relative;
  display: flex;
  min-height: 90vh;
  align-items: center;
  overflow: hidden;
  color: white;
}

.final-bg {
  position: absolute;
  inset: 0;
  background-image: url("/marketing/uploads/spaces-to-relax.jpg");
  background-position: center 35%;
  background-size: cover;
  filter: saturate(0.95) brightness(0.92);
}

.final-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 130px 0;
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
  gap: 80px;
  align-items: center;
}

.final h2 {
  margin-bottom: 28px;
  color: white;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 500;
  line-height: 1.04;
}

.final-sub {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.final-card {
  padding: 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.price-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 6px;
}

.free {
  color: white;
  font-family: var(--fd);
  font-size: 36px;
  font-weight: 600;
}

.for,
.then,
.fine {
  color: rgba(255, 255, 255, 0.72);
}

.then {
  margin-bottom: 22px;
  font-size: 13px;
}

.final-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

.final-card li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
}

.final-card .btn-primary {
  width: 100%;
}

.fine {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
}

.site-footer,
footer {
  background: var(--dark);
  color: oklch(70% 0.04 145);
}

.site-footer {
  padding: 60px 0 36px;
}

.foot-top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(240px, 1.2fr) auto auto;
  gap: 28px;
  align-items: start;
  padding-top: 28px;
  border-top: 1px solid oklch(28% 0.06 145);
}

.footer-brand-block strong,
.footer-company strong {
  color: white;
  font-family: var(--fd);
  font-size: 22px;
}

.footer-grid p,
.footer-company {
  margin: 4px 0 0;
  color: oklch(70% 0.04 145);
}

.footer-company {
  display: grid;
  gap: 3px;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}

.footer-company strong {
  margin-top: 2px;
}

.footer-company a:hover {
  color: white;
}

.footer-links,
.locale-switcher,
.foot-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
}

.footer-copyright {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid oklch(28% 0.06 145);
  font-size: 13px;
}

.locale-switcher a[aria-current="page"],
.footer-links a:hover,
.locale-switcher a:hover {
  color: white;
}

.legal-shell {
  max-width: 960px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.legal-page {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--bord);
  border-radius: 24px;
  background: var(--paper);
}

.legal-page h1 {
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.95;
}

.legal-page section {
  margin-top: 42px;
}

.legal-page h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--sage);
  font-weight: 900;
}

.site-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  margin: 18px 0 54px;
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--bord);
  border-radius: 999px;
  background: oklch(97% 0.012 90 / 0.86);
}

.site-nav nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-nav nav a,
.locale-switcher a {
  padding: 10px 12px;
  border-radius: 999px;
}

.brand-logo {
  width: 34px;
  height: 34px;
}

.reveal {
  animation: rise 760ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.reveal-delay-1 {
  animation-delay: 120ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-content,
  .pillar,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: start;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero-aside {
    justify-content: flex-start;
  }

  .phone-mini {
    transform: perspective(1200px) rotateY(-4deg);
    animation: none;
  }

  .pillar.flip .pillar-visual {
    order: 0;
  }

  .pillar.flip .pillar-text {
    justify-self: start;
  }

  .right-phone .phone-overlay,
  .left-phone .phone-overlay {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 220px;
    height: 440px;
    margin: -40px auto 0;
  }

  .pillar-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .caption {
    position: static;
    margin-top: 16px;
    text-align: center;
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .proof-inner,
  .style-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .problem-then,
  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    border-right: 0;
    border-bottom: 1px solid var(--bord);
  }

  .step:last-child {
    border-bottom: 0;
  }

  .site-nav {
    grid-template-columns: 1fr auto;
    border-radius: 28px;
  }

  .site-nav nav {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links,
  .locale-switcher {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .wrap,
  .wrap-tight {
    padding: 0 20px;
  }

  .brand-name {
    display: none;
  }

  .hero h1 {
    font-size: clamp(42px, 15vw, 62px);
  }

  .phone-mini {
    width: 240px;
    height: 488px;
  }

  .proof-inner,
  .style-grid {
    grid-template-columns: 1fr;
  }

  .problem-line,
  .pillars,
  .styles,
  .how,
  .faq {
    padding: 84px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
}
