/* Shared static page styles for html/main.html and html/terms_ru.html. */

/* Shared base */
@font-face {
  font-family: "Rosemartin Regular";
  src: url("./Fonts/rosemartin_regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Pretendard Regular";
  src: url("./Fonts/Pretendard-Regular.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Pretendard Medium";
  src: url("./Fonts/Pretendard-Medium.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Pretendard Light";
  src: url("./Fonts/Pretendard-Light.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "CrimsonPro";
  src: url("./Fonts/CrimsonPro.ttf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

vspyshka-partial {
  display: contents;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  background: var(--bg-body);
  overscroll-behavior-y: none;
}

/* Shared theme tokens for static pages and the PWA shell. */
:root,
body.page-home {
  --bg-body: #0D0D0D;
  --bg-body-rgb: 13 13 13;
  --bg-card: #FFFFFF0A;
  --bg-card-rgb: 255 255 255;
  --bg-card-strong: #151515;
  --bg-card-strong-rgb: 21 21 21;
  --bg-soft: #FFFFFF10;
  --bg-soft-rgb: 28 28 28;
  --bg-input: #101010;
  --bg-input-rgb: 16 16 16;
  --text-primary: #FFFFFF;
  --text-primary-rgb: 255 255 255;
  --text-secondary: #ffffff80;
  --text-secondary-rgb: 148 148 148;
  --text-muted: #ffffff5c;
  --text-muted-rgb: 92 92 92;
  --text-inverse: #050505;
  --text-inverse-rgb: 5 5 5;
  --border-card: #2A2A2A;
  --border-card-rgb: 42 42 42;
  --border-soft: #ffffff14;
  --border-soft-rgb: 255 255 255;
  --brand: #D6B36A;
  --brand-rgb: 214 179 106;
  --accent: #87C7F2;
  --accent-rgb: 135 199 242;
  --danger: #ffb4a8;
  --danger-rgb: 255 180 168;
  --warning: #d6b36a;
  --warning-rgb: 214 179 106;
  --accent-hover: #6bb0d9;
  --shadow-color-rgb: 0 0 0;
  --shadow-elevated: 0 26px 90px rgb(var(--shadow-color-rgb) / 0.56);
  --shadow-floating: 0 18px 70px rgb(var(--shadow-color-rgb) / 0.45);
  --font-mob: "Pretendard Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-optional: "Pretendard Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: "Rosemartin Regular", Georgia, "Times New Roman", serif;
  --font-sans: "Pretendard Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-review: "CrimsonPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius-sm: 12px;
  --radius-button: 16px;
  --radius-md: 18px;
  --radius-lg: 32px;
  --radius-xl: 40px;
  --radius-pill: 999px;
  --page-pad: 0px;
  --section-gap: 120px;
  --max-width: 1300px;
}

body.page-home {
  margin: 0;
  background: var(--bg-body);
  color: var(--text-primary);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

body.page-home img,
body.page-home svg {
  display: block;
  max-width: 100%;
}

body.page-home a {
  color: inherit;
  text-decoration: none;
}

body.page-home button,
body.page-home summary {
  font: inherit;
}

body.page-home .site {
  min-height: 100vh;
  padding-bottom: 69px;
  overflow: hidden;
}

body.page-home .wrap {
  width: min(var(--max-width), calc(100% - var(--page-pad) * 2));
  margin: 0 auto;
}

body.page-home .header {
  position: sticky;
  top: 12px;
  z-index: 30;
  padding: 12px var(--page-pad) 0;
}

body.page-home .nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max-width), 100%);
  min-height: 66px;
  margin: 0 auto;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

body.page-home .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home .brand-mark,
body.page-home .star-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #0D0D0D;
  border: 1px solid var(--border-soft);
}

body.page-home .brand-mark svg,
body.page-home .star-mark svg {
  width: 64px;
  height: 64px;
}

body.page-home .star-mark {
  flex: 0 0 79px;
  width: 79px;
  height: 79px;
  border-radius: 16px;
}


body.page-home .brand-logo-mobile,
body.page-home .brand-text-mobile {
  display: none;
}

body.page-home .nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
}

body.page-home .nav-links a {
  transition: color 180ms ease;
}

body.page-home .nav-links a:hover {
  color: var(--text-primary);
}

body.page-home .nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  background: var(--text-primary);
  color: var(--text-inverse);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.page-home .menu-toggle {
  display: none;
}

body.page-home .menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

body.page-home .menu-button span,
body.page-home .menu-button::before,
body.page-home .menu-button::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

body.page-home .menu-button {
  gap: 4px;
  flex-direction: column;
}

body.page-home .mobile-nav {
  display: none;
}

body.page-home .hero {
  position: relative;
  padding: 80px 0 0;
}

body.page-home .hero-grid {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  padding-bottom: 120px;
}

body.page-home .hero-heading {
  width: 100%;
}

body.page-home .hero-row {
  display: flex;
  width: 100%;
  align-items: top;
  justify-content: space-between;
  gap: 12px;
}

body.page-home .hero-content {
  display: flex;
  flex: 0 0 min(30%, 390px);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 120px;
}

body.page-home .eyebrow {
  margin: 0 0 18px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding-top: 50px;
}

body.page-home h1,
body.page-home h2,
body.page-home h3,
body.page-home p {
  margin: 0;
}

body.page-home .hero-title,
body.page-home .section-title,
body.page-home .cta-title,
body.page-home .card-title {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0;
}

body.page-home .hero-title {
  max-width: 960px;
  font-size: 54px;
  line-height: 1.1;
  text-align: left;
}

body.page-home .hero-copy {
  max-width: 540px;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

body.page-home .store-row {
  margin-top: 34px;
}

body.page-home .store-badge {
  display: inline-block;
  width: 152px;
  color: #fff;
}

body.page-home .store-badge svg {
  width: 100%;
  height: auto;
}

body.page-home .hero-visual {
  flex: 1 1 auto;
  width: min(69.7%, 906px);
  max-width: 906px;
  overflow: hidden;
  aspect-ratio: 0.932825 / 1;
  background: url("../screenshots/hero.png") center / cover no-repeat;
}

body.page-home .hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-home .cta-row {
  display: flex;
  width: 100%;
  align-items: anchor-center;
  justify-content: center; /* Центрируем контейнер */
  gap: 0px;
  position: relative;
}

body.page-home .cta-row > *:first-child {
  margin-left: auto; /* Приклеиваем к левому краю */
}

body.page-home .cta-row > *:last-child {
  margin-right: auto; /* Приклеиваем к правому краю */
}

body.page-home .cta-visual {
  flex: 1 1 auto;
  width: min(50%, 906px);
  max-width: 559px;
  overflow: hidden;
  background: url("../screenshots/footer1.png") center / cover no-repeat;
}

body.page-home .cta-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-home .cta-visual-2 {
  flex: 1 1 auto;
  width: min(50%, 906px);
  max-width: 559px;
  overflow: visible;
  background: url("../screenshots/footer2.png") center / cover no-repeat;
}

body.page-home .cta-visual-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.page-home .hidden-1exxl9j,
body.page-home .hidden-11qr2ws {
  display: none;
}

body.page-home .section {
  padding:  0 0 120px;
}

body.page-home .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

body.page-home .section-title {
  max-width: 760px;
  font-size: 42px;
  line-height: 1.04;
}

body.page-home .section-copy {
  max-width: 360px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.6;
}

body.page-home .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-home .stat-card,
body.page-home .review-card,
body.page-home .case-panel,
body.page-home .step {
  border: 1px solid var(--border-soft);
  background: var(--bg-card);
}

body.page-home .stat-card {
  min-height: 190px;
  padding: 22px;
  border-radius: var(--radius-lg);
}

body.page-home .stat-value {
  font-family: var(--font-serif);
  font-size: 46px;
  line-height: 1;
}

body.page-home .stat-label {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-home .stars {
  display: flex;
  gap: 5px;
  margin-top: 28px;
  color: var(--accent);
}

body.page-home .inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-home .reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-home .review-card {
  min-height: 320px;
  padding: 28px;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.page-home .review-title {
  margin-top: 22px;
  font-size: 26px;
  line-height: 1.22;
  font: var(--font-review);
}

body.page-home .review-body {
  margin-top: 16px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

body.page-home .review-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  color: var(--text-muted);
  font-size: 13px;
}

body.page-home .case-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}

body.page-home .case-tabs::-webkit-scrollbar {
  display: none;
}

body.page-home .case-tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.page-home .case-tabs label {
  flex: 0 0 auto;
  padding: 13px 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  color: var(--text-secondary);
  background: var(--bg-card);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

body.page-home .case-tabs label:hover,
body.page-home .case-tabs input:checked + label {
  background: var(--text-primary);
  color: var(--text-inverse);
}

body.page-home .case-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  border-radius: var(--radius-xl);
}

body.page-home .case-media {
  position: relative;
  min-height: 580px;
}

body.page-home .case-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(82%, 360px);
  overflow: hidden;
  border: 9px solid #050505;
  border-radius: 44px;
  background: #050505;
  transform: translate(-50%, -50%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

body.page-home .case-phone img {
  aspect-ratio: 872 / 1804;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}

body.page-home .case-content {
  padding: 12px;
}

body.page-home .case-content h3 {
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1.04;
  font-weight: 400;
}

body.page-home .case-content p {
  max-width: 470px;
  margin-top: 22px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.65;
}

body.page-home .case-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

body.page-home .case-pills span {
  padding: 10px 13px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  color: var(--text-secondary);
  font-size: 13px;
}

body.page-home .steps-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 34px;
}

body.page-home .step {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  overflow: hidden;
  padding: 32px 32px 32px;
  border-radius: 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.page-home .step-number {
  color: var(--text-muted);
  font-family: var(--font-optional);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.page-home .step-media {
  position: relative;
  overflow: hidden;
  width: calc(100%);
  max-width: 445px;
  aspect-ratio: 751 / 1024;
  margin: 22px auto 0;
  border-radius: 28px;
  background: center / contain no-repeat;
}

body.page-home .step:nth-child(1) .step-media {
  background-image: url("/film1.png");
}

body.page-home .step:nth-child(2) .step-media {
  background-image: url("/film2.png");
}

body.page-home .step:nth-child(3) .step-media {
  overflow: visible;
  background-image: none;
}

body.page-home .step:nth-child(3) {
  overflow: visible;
}

body.page-home .step-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.page-home .step:nth-child(3) .step-media img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  
  /* Ключевое решение: */
  width: calc(100% * (952 / 751)); /* Ширина пропорциональна соотношению размеров */
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

body.page-home .step-content {
  margin-top: auto;
  padding-top: 20px;
  color: #FFFFFFE6
}

body.page-home .step h3 {
  font-size: 18px;
  line-height: 1.2;
}

body.page-home .step p {
  max-width: 340px;
  margin-top: 10px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.58;
}

body.page-home .faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.page-home .faq-item {
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  cursor: pointer;
  transition: background-color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

body.page-home .faq-item:hover {
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.025);
}

body.page-home .faq-item.is-open {
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

body.page-home .faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  padding: 12px 16px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  text-align: left;
  transition: color 260ms ease;
}

body.page-home .faq-item:hover .faq-toggle,
body.page-home .faq-item.is-open .faq-toggle {
  color: rgba(255, 255, 255, 0.9);
}

body.page-home .faq-question-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
}

body.page-home .faq-leading-icon {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgb(84, 84, 84);
  transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease;
}

body.page-home .faq-leading-icon svg {
  width: 15px;
  height: 15px;
}

body.page-home .faq-item:hover .faq-leading-icon,
body.page-home .faq-item.is-open .faq-leading-icon {
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
}

body.page-home .faq-question {
  min-width: 0;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.25;
}

body.page-home .faq-action {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.28);
}

body.page-home .faq-action svg {
  position: absolute;
  width: 18px;
  height: 18px;
  transition: opacity 260ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-home .faq-close {
  opacity: 0;
  transform: rotate(-45deg) scale(0.72);
}

body.page-home .faq-chevron {
  opacity: 1;
  transform: translateX(0);
}

body.page-home .faq-item:hover .faq-chevron {
  color: rgba(255, 255, 255, 0.42);
  transform: translateX(2px);
}

body.page-home .faq-item.is-open .faq-chevron {
  opacity: 0;
  transform: translateX(6px) scale(0.76);
}

body.page-home .faq-item.is-open .faq-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

body.page-home .faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-4px);
  transition: grid-template-rows 620ms cubic-bezier(0.16, 1, 0.3, 1), opacity 420ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-home .faq-item.is-open .faq-answer-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

body.page-home .faq-answer {
  min-height: 0;
  overflow: hidden;
}

body.page-home .faq-answer p {
  max-width: 1040px;
  padding: 2px 52px 20px 69px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

body.page-home .final-cta {
  padding-top: 50px;
  padding-bottom: 50px;
}

body.page-home .cta-panel {
  text-align: center;
  padding: 50px 0px;
}

body.page-home .cta-title {
  font-size: 52px;
  line-height: 1.04;
  margin-bottom: 2rem;
}

body.page-home .primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 200px;
  min-height: 52px;
  border-radius: var(--radius-button);
  background: var(--accent);
  color: #000000;
  font-family: var(--font-optional);
  cursor: pointer;
  font-size: 16px;
  font-weight: 550;
  padding: 18px 18px 18px 22px;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-home .primary-cta:hover {
  background: #6bb0d9;
}


body.page-home .primary-cta-icon {
  width: 16px;
  height: 16px;

}

body.page-home .cta-note {
  margin-top: 24px;
  color: var(--text-secondary);
  font-family: var(--font-serif);
  font-size: 21px;
  font-style: italic;
  line-height: 1.35;
}

body.page-home .pre-footer-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin: 0 0 50px;
  padding: 36px;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-xl);
  background: var(--bg-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.page-home .card-top {
  display: flex;
  align-items: center;
  gap: 20px;
}


body.page-home .card-title {
  max-width: 650px;
  font-size: 24px;
  line-height: 1.3;
}

body.page-home .dashed-divider {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, var(--border-card) 0, var(--border-card) 3px, transparent 3px, transparent 7px);
}

body.page-home .card-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

body.page-home .nav-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 240px;
}

body.page-home .nav-column h4 {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.page-home .nav-column a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  transition: color 180ms ease;
}

body.page-home .nav-column a:hover {
  color: var(--accent);
}

/* Occasion landing pages: wedding and party */
body.page-occasion {
  --occasion-paper: #ece7dd;
  --occasion-ink: #121212;
  --occasion-line: rgba(255, 255, 255, 0.14);
}

body.page-occasion .site {
  padding-bottom: 0;
}

body.page-occasion .occasion-header .nav-shell {
  background: rgba(13, 13, 13, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
}

body.page-occasion .occasion-hero {
  padding-top: 28px;
}

body.page-occasion .occasion-hero-media {
  position: relative;
  min-height: clamp(620px, 82vh, 900px);
  overflow: hidden;
  border-radius: 36px;
  background: #171717;
  isolation: isolate;
}

body.page-occasion .occasion-hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-occasion .occasion-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.92) 0%, rgba(6, 6, 6, 0.58) 42%, rgba(6, 6, 6, 0.04) 75%),
    linear-gradient(0deg, rgba(6, 6, 6, 0.56) 0%, transparent 40%);
}

body.page-occasion.occasion-party .occasion-hero-shade {
  background:
    linear-gradient(270deg, rgba(6, 6, 6, 0.94) 0%, rgba(6, 6, 6, 0.62) 43%, rgba(6, 6, 6, 0.08) 73%),
    linear-gradient(0deg, rgba(6, 6, 6, 0.58) 0%, transparent 42%);
}

body.page-occasion .occasion-hero-copy {
  position: absolute;
  left: clamp(32px, 6vw, 88px);
  bottom: clamp(72px, 12vh, 130px);
  z-index: 2;
  width: min(620px, 50%);
}

body.page-occasion.occasion-party .occasion-hero-copy {
  right: clamp(32px, 6vw, 88px);
  left: auto;
}

body.page-occasion .occasion-kicker {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-occasion .occasion-hero-copy h1 {
  max-width: 10.5em;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(58px, 6.6vw, 102px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-wrap: balance;
}

body.page-occasion .occasion-hero-copy > p:not(.occasion-kicker) {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.55;
}

body.page-occasion .occasion-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

body.page-occasion .occasion-actions .primary-cta,
body.page-occasion .occasion-final .primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 24px;
  color: #050505;
  background: #fff;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 220ms ease, background 220ms ease;
}

body.page-occasion .occasion-actions .primary-cta:hover,
body.page-occasion .occasion-final .primary-cta:hover {
  transform: translateY(-2px);
  background: #ececec;
}

body.page-occasion .occasion-text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  transition: color 200ms ease, border-color 200ms ease;
}

body.page-occasion .occasion-text-link:hover {
  color: #fff;
  border-color: #fff;
}

body.page-occasion .occasion-frame-note {
  position: absolute;
  right: 30px;
  bottom: 26px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(360px, 32%);
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(13, 13, 13, 0.54);
  backdrop-filter: blur(18px);
}

body.page-occasion.occasion-party .occasion-frame-note {
  right: auto;
  left: 30px;
}

body.page-occasion .occasion-frame-note span {
  color: var(--accent);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

body.page-occasion .occasion-frame-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

body.page-occasion .occasion-intro,
body.page-occasion .occasion-process,
body.page-occasion .occasion-feature,
body.page-occasion .occasion-questions,
body.page-occasion .party-prompts {
  padding-top: 150px;
}

body.page-occasion .occasion-section-label {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 56px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body.page-occasion .occasion-section-label i {
  height: 1px;
  background: var(--occasion-line);
}

body.page-occasion .occasion-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.55fr);
  gap: clamp(48px, 10vw, 150px);
  align-items: start;
}

body.page-occasion .occasion-intro-grid h2,
body.page-occasion .occasion-questions-grid > h2,
body.page-occasion .occasion-final h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(48px, 5.6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

body.page-occasion .occasion-prose {
  padding-top: 10px;
}

body.page-occasion .occasion-prose p,
body.page-occasion .occasion-feature-lead {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
  line-height: 1.68;
}

body.page-occasion .occasion-moment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 76px;
}

body.page-occasion .occasion-moment-strip span {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

body.page-occasion .occasion-process-grid {
  border-top: 1px solid var(--occasion-line);
}

body.page-occasion .occasion-process-grid article {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 30px;
  padding: 38px 0 42px;
  border-bottom: 1px solid var(--occasion-line);
}

body.page-occasion .occasion-step {
  padding-top: 8px;
  color: var(--accent);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

body.page-occasion .occasion-process-grid article > div {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(280px, 0.5fr);
  gap: clamp(30px, 8vw, 120px);
  align-items: baseline;
}

body.page-occasion .occasion-process-grid h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

body.page-occasion .occasion-process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.65;
}

body.page-occasion .occasion-feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  min-height: 720px;
  overflow: hidden;
  border-radius: 36px;
  background: var(--occasion-paper);
  color: var(--occasion-ink);
}

body.page-occasion .occasion-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 7vw, 90px);
}

body.page-occasion .occasion-feature-copy .occasion-kicker {
  color: rgba(18, 18, 18, 0.48);
}

body.page-occasion .occasion-feature-copy h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-wrap: balance;
}

body.page-occasion .occasion-feature-copy ul {
  display: grid;
  gap: 0;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(18, 18, 18, 0.18);
}

body.page-occasion .occasion-feature-copy li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.18);
  font-size: 14px;
  line-height: 1.4;
}

body.page-occasion .occasion-feature-copy li span {
  color: rgba(18, 18, 18, 0.42);
  font-size: 11px;
}

body.page-occasion .occasion-feature-lead {
  margin: 26px 0 0;
  color: rgba(18, 18, 18, 0.6);
}

body.page-occasion .occasion-phone-scene {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(135, 199, 242, 0.34), transparent 36%),
    #171717;
}

body.page-occasion.occasion-party .occasion-phone-scene {
  background:
    radial-gradient(circle at 50% 48%, rgba(165, 63, 48, 0.34), transparent 38%),
    #151515;
}

body.page-occasion .occasion-phone-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 255, 255, 0.28) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
}

body.page-occasion .occasion-phone-scene img {
  position: relative;
  z-index: 1;
  width: min(90%, 680px);
  transform: rotate(2deg) scale(1.08);
}

body.page-occasion.occasion-party .occasion-phone-scene img {
  width: min(82%, 560px);
  transform: rotate(-3deg) scale(1.03);
}

body.page-occasion .occasion-questions {
  padding-bottom: 150px;
}

body.page-occasion .occasion-questions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.72fr);
  gap: clamp(60px, 12vw, 170px);
}

body.page-occasion .occasion-answer-list {
  border-top: 1px solid var(--occasion-line);
}

body.page-occasion .occasion-answer-list article {
  padding: 26px 0 30px;
  border-bottom: 1px solid var(--occasion-line);
}

body.page-occasion .occasion-answer-list h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 500;
}

body.page-occasion .occasion-answer-list p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.62;
}

body.page-occasion .occasion-final {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 34px;
  padding: 82px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 28%, rgba(135, 199, 242, 0.22), transparent 30%),
    #171717;
}

body.page-occasion .occasion-final h2 {
  max-width: 870px;
}

body.page-occasion .occasion-final .primary-cta {
  flex: 0 0 auto;
}

body.page-occasion .site-footer {
  margin-top: 0;
}

/* Party-only editorial sections */
body.page-occasion .party-manifesto {
  padding-top: 140px;
  padding-bottom: 30px;
}

body.page-occasion .party-manifesto > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.24);
  font-family: var(--font-serif);
  font-size: clamp(70px, 10vw, 150px);
  letter-spacing: -0.055em;
  line-height: 0.84;
}

body.page-occasion .party-manifesto > p:nth-child(2) {
  margin-left: 13%;
}

body.page-occasion .party-manifesto > p.is-accent {
  margin-left: 3%;
  color: #fff;
}

body.page-occasion .party-manifesto-copy {
  max-width: 520px;
  margin: 54px 5% 0 auto;
  color: rgba(255, 255, 255, 0.56);
  font-size: 18px;
  line-height: 1.65;
}

body.page-occasion .party-ticker {
  margin-top: 130px;
  overflow: hidden;
  border-top: 1px solid var(--occasion-line);
  border-bottom: 1px solid var(--occasion-line);
}

body.page-occasion .party-ticker > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-width: max-content;
  padding: 22px 30px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-serif);
  font-size: 27px;
}

body.page-occasion .party-ticker i {
  color: #a9594d;
  font-style: normal;
  font-size: 14px;
}

body.page-occasion .party-prompt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--occasion-line);
  border-left: 1px solid var(--occasion-line);
}

body.page-occasion .party-prompt-grid p {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  min-height: 170px;
  margin: 0;
  padding: 34px;
  border-right: 1px solid var(--occasion-line);
  border-bottom: 1px solid var(--occasion-line);
  font-family: var(--font-serif);
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.15;
}

body.page-occasion .party-prompt-grid span {
  padding-top: 4px;
  color: #a9594d;
  font-family: var(--font-sans);
  font-size: 11px;
}

body.page-occasion .party-final {
  background:
    radial-gradient(circle at 82% 28%, rgba(169, 89, 77, 0.28), transparent 32%),
    #171717;
}

@media (max-width: 900px) {
  body.page-occasion .occasion-header {
    display: none;
  }

  body.page-occasion .occasion-hero {
    padding-top: 12px;
  }

  body.page-occasion .occasion-hero-media {
    min-height: 780px;
    border-radius: 26px;
  }

  body.page-occasion .occasion-hero-media > img {
    object-position: 60% center;
  }

  body.page-occasion.occasion-party .occasion-hero-media > img {
    object-position: 38% center;
  }

  body.page-occasion .occasion-hero-shade,
  body.page-occasion.occasion-party .occasion-hero-shade {
    background: linear-gradient(0deg, rgba(7, 7, 7, 0.96) 0%, rgba(7, 7, 7, 0.62) 48%, rgba(7, 7, 7, 0.08) 78%);
  }

  body.page-occasion .occasion-hero-copy,
  body.page-occasion.occasion-party .occasion-hero-copy {
    right: 24px;
    bottom: 52px;
    left: 24px;
    width: auto;
  }

  body.page-occasion .occasion-hero-copy h1 {
    font-size: clamp(50px, 14vw, 72px);
  }

  body.page-occasion .occasion-frame-note {
    display: none;
  }

  body.page-occasion .occasion-intro-grid,
  body.page-occasion .occasion-questions-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.page-occasion .occasion-process-grid article > div {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page-occasion .occasion-feature-panel {
    grid-template-columns: 1fr;
  }

  body.page-occasion .occasion-phone-scene {
    min-height: 560px;
  }

  body.page-occasion .occasion-final {
    align-items: flex-start;
    flex-direction: column;
    padding: 54px;
  }
}

@media (max-width: 620px) {

  body.page-home .eyebrow {
  padding-top: 20px;
  }

  body.page-occasion .occasion-hero-media {
    min-height: 720px;
    border-radius: 0 0 24px 24px;
  }

  body.page-occasion .occasion-hero-copy,
  body.page-occasion.occasion-party .occasion-hero-copy {
    right: 18px;
    bottom: 34px;
    left: 18px;
  }

  body.page-occasion .occasion-hero-copy h1 {
    font-size: clamp(48px, 15vw, 64px);
    line-height: 0.92;
  }

  body.page-occasion .occasion-hero-copy > p:not(.occasion-kicker) {
    margin-top: 22px;
    font-size: 15px;
  }

  body.page-occasion .occasion-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
  }

  body.page-occasion .occasion-text-link {
    align-self: flex-start;
  }

  body.page-occasion .occasion-intro,
  body.page-occasion .occasion-process,
  body.page-occasion .occasion-feature,
  body.page-occasion .occasion-questions,
  body.page-occasion .party-prompts {
    padding-top: 100px;
  }

  body.page-occasion .occasion-section-label {
    margin-bottom: 36px;
  }

  body.page-occasion .occasion-intro-grid h2,
  body.page-occasion .occasion-questions-grid > h2,
  body.page-occasion .occasion-final h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  body.page-occasion .occasion-moment-strip {
    margin-top: 44px;
  }

  body.page-occasion .occasion-process-grid article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 16px;
    padding: 28px 0 32px;
  }

  body.page-occasion .occasion-process-grid h2 {
    font-size: 36px;
  }

  body.page-occasion .occasion-feature-panel {
    border-radius: 26px;
  }

  body.page-occasion .occasion-feature-copy {
    padding: 44px 24px 52px;
  }

  body.page-occasion .occasion-feature-copy h2 {
    font-size: 48px;
  }

  body.page-occasion .occasion-phone-scene {
    min-height: 430px;
  }

  body.page-occasion .occasion-questions {
    padding-bottom: 100px;
  }

  body.page-occasion .occasion-final {
    margin-right: 12px;
    margin-left: 12px;
    padding: 42px 24px;
    border-radius: 26px;
  }

  body.page-occasion .party-manifesto {
    padding-top: 100px;
  }

  body.page-occasion .party-manifesto > p {
    font-size: clamp(56px, 17vw, 82px);
  }

  body.page-occasion .party-manifesto > p:nth-child(2),
  body.page-occasion .party-manifesto > p.is-accent {
    margin-left: 0;
  }

  body.page-occasion .party-manifesto-copy {
    margin-top: 40px;
  }

  body.page-occasion .party-ticker {
    margin-top: 90px;
  }

  body.page-occasion .party-prompt-grid {
    grid-template-columns: 1fr;
  }

  body.page-occasion .party-prompt-grid p {
    min-height: 135px;
    padding: 26px 22px;
  }
}

body.page-home .pre-footer-copyright {
  margin: -18px 0 0;
  color: rgba(255, 255, 255, 0.32);
  font-size: 12px;
  line-height: 1.4;
}

body.page-home .site-footer,
body.page-terms .site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 69px;
  margin: 0;
  padding: 14px var(--page-pad) 12px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px 24px 0 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 14px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

body.page-home .footer-inner,
body.page-terms .footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  width: min(1300px, 100%);
  height: 100%;
  margin: 0 auto;
}

body.page-home .footer-brand,
body.page-terms .footer-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  min-width: max-content;
  font-family: var(--font-mob, var(--font-sans));
  font-size: 20px;
  line-height: 21px;
  color: var(--text-primary);
}

body.page-home .footer-brand-logo,
body.page-terms .footer-brand-logo {
  width: auto;
  height: 21px;
  max-width: none;
}

body.page-home .footer-nav,
body.page-terms .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--text-primary);
  font-family: var(--font-optional);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.page-home .footer-events,
body.page-terms .footer-events {
  position: relative;
}

body.page-home .footer-events summary,
body.page-terms .footer-events summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease;
}

body.page-home .footer-events summary::-webkit-details-marker,
body.page-terms .footer-events summary::-webkit-details-marker {
  display: none;
}

body.page-home .footer-events summary:hover,
body.page-terms .footer-events summary:hover,
body.page-home .footer-events[open] summary,
body.page-terms .footer-events[open] summary {
  color: var(--accent);
}

body.page-home .footer-events summary:focus-visible,
body.page-terms .footer-events summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

body.page-home .footer-events-chevron,
body.page-terms .footer-events-chevron {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

body.page-home .footer-events[open] .footer-events-chevron,
body.page-terms .footer-events[open] .footer-events-chevron {
  transform: rotate(180deg);
}

body.page-home .footer-events-menu,
body.page-terms .footer-events-menu {
  position: absolute;
  bottom: calc(100% + 22px);
  left: 50%;
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(20, 20, 20, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translate(-50%, 8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

body.page-home .footer-events[open] .footer-events-menu,
body.page-terms .footer-events[open] .footer-events-menu {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

body.page-home .footer-nav .footer-events-menu a,
body.page-terms .footer-nav .footer-events-menu a {
  padding: 10px 12px;
  border-radius: 9px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
}

body.page-home .footer-nav .footer-events-menu a:hover,
body.page-terms .footer-nav .footer-events-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}

body.page-home .footer-nav a,
body.page-home .footer-brand,
body.page-home .footer-cta,
body.page-home .footer-cta-h,
body.page-home .footer-cta-2,
body.page-terms .footer-nav a,
body.page-terms .footer-brand,
body.page-terms .footer-cta,
body.page-terms .footer-cta-h,
body.page-terms .footer-cta-2 {
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.page-home .footer-nav a:hover,
body.page-home .footer-brand:hover,
body.page-terms .footer-nav a:hover,
body.page-terms .footer-brand:hover {
  color: var(--accent);
}

body.page-home .footer-nav a:focus-visible,
body.page-home .footer-brand:focus-visible,
body.page-home .footer-cta:focus-visible,
body.page-home .footer-cta-2:focus-visible,
body.page-home .footer-cta-h:focus-visible,
body.page-terms .footer-nav a:focus-visible,
body.page-terms .footer-brand:focus-visible,
body.page-terms .footer-cta:focus-visible,
body.page-terms .footer-cta-h:focus-visible,
body.page-terms .footer-cta-2:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

body.page-home .footer-cta,
body.page-home .footer-cta-h,
body.page-home .footer-cta-2,
body.page-terms .footer-cta,
body.page-terms .footer-cta-h,
body.page-terms .footer-cta-2 {
  --footer-cta-hover-shift: 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 8px;
  width: auto;
  min-width: 220px;
  min-height: 43px;
  padding: 12px 18px;
  border-radius: var(--radius-button, var(--radius-md));
  background: transparent;
  color: #000000;
  font-family: var(--font-optional, var(--font-sans));
  font-size: 14px;
  font-weight: 550;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
}

body.page-terms .footer-cta-h,
body.page-terms .footer-cta-2 {
  margin-top: 24px;
}

body.page-home .footer-cta::before,
body.page-home .footer-cta-h::before,
body.page-home .footer-cta-2::before,
body.page-terms .footer-cta::before,
body.page-terms .footer-cta-h::before,
body.page-terms .footer-cta-2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: var(--accent);
  transition: left 180ms ease, right 180ms ease, background-color 180ms ease;
}

body.page-home .footer-cta > *,
body.page-home .footer-cta-h > *,
body.page-home .footer-cta-2 > *,
body.page-terms .footer-cta > *,
body.page-terms .footer-cta-h > *,
body.page-terms .footer-cta-2 > * {
  position: relative;
  z-index: 1;
}

body.page-home .footer-cta-icon,
body.page-terms .footer-cta-icon {
  flex: 0 0 auto;
  transition: transform 180ms ease;
  will-change: transform;
}

body.page-home .footer-cta-2 > span,
body.page-home .footer-cta-h > span,
body.page-terms .footer-cta-h > span,
body.page-terms .footer-cta-2 > span {
  transition: transform 180ms ease;
  will-change: transform;
}

body.page-home .footer-cta:hover,
body.page-home .footer-cta-h:hover,
body.page-home .footer-cta-2:hover,
body.page-terms .footer-cta:hover,
body.page-terms .footer-cta-h:hover,
body.page-terms .footer-cta-2:hover {
  background: transparent;
}

body.page-home .footer-cta:hover::before,
body.page-terms .footer-cta:hover::before {
  left: calc(-1 * var(--footer-cta-hover-shift));
  background: #6bb0d9;
}

body.page-home .footer-cta:hover .footer-cta-icon,
body.page-terms .footer-cta:hover .footer-cta-icon {
  transform: translateX(calc(-1 * var(--footer-cta-hover-shift)));
}

body.page-home .footer-cta-2:hover::before,
body.page-home .footer-cta-h:hover::before,
body.page-terms .footer-cta-h:hover::before,
body.page-terms .footer-cta-2:hover::before {
  right: calc(-1 * var(--footer-cta-hover-shift));
  background: #6bb0d9;
}

body.page-home .footer-cta-2:hover > span,
body.page-home .footer-cta-h:hover > span,
body.page-terms .footer-cta-2:hover > span {
  transform: translateX(var(--footer-cta-hover-shift));
}

body.page-home .try-once-panel {
  --try-once-enter-duration: 1200ms;
  --try-once-scroll-opacity: 1;
  position: fixed;
  left: 20px;
  bottom: 85px;
  z-index: 39;
  display: flex;
  width: 236px;
  height: 260px;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 32px;
  background: #FFFFFF1A;
  color: var(--text-primary);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateX(calc(-100% - 32px));
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  transition: opacity 420ms linear, transform var(--try-once-enter-duration) cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

body.page-home .try-once-panel.is-mounted {
  opacity: var(--try-once-scroll-opacity);
  transform: translateX(0);
}

body.page-home .try-once-panel.is-scroll-hidden {
  pointer-events: none;
}

body.page-home .try-once-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  color: var(--text-primary);
  font-family: var(--font-optional);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-home .try-once-mark {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

body.page-home .try-once-qr-link {
  display: flex;
  width: 120px;
  flex-direction: column;
  align-items: center;
  border-radius: 0px;
}

body.page-home .try-once-qr-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

body.page-home .try-once-corner-row {
  display: flex;
  width: 200px;
  height: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
  color: var(--text-primary);
}

body.page-home .try-once-corner {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  color: rgba(255, 255, 255, 0.17);
  --one-if-corner-shape-supported: 1;
  font-family: sans-serif;
  font-size: 12px;
  --framer-will-change-override: none;
  --framer-will-change-filter-override: none;
  --framer-aspect-ratio-supported: auto;
  --border-bottom-width: 1px;
  --border-color: rgba(255, 255, 255, 0.17);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  image-rendering: pixelated;
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
  
}

body.page-home .try-once-qr {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  color: #0d0d0d
}

body.page-home .try-once-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.cookie-consent-panel {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 80;
  display: grid;
  width: min(520px, calc(100vw - 32px));
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--border-soft);
  border-radius: 28px;
  background: rgb(var(--bg-card-strong-rgb) / 0.92);
  color: var(--text-primary);
  box-shadow: var(--shadow-elevated);
  opacity: 0;
  transform: translateY(18px);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-consent-panel.is-mounted {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent-panel.is-hiding {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.cookie-consent-copy {
  display: grid;
  gap: 10px;
}

.cookie-consent-kicker {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-optional, var(--font-sans));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-consent-panel h2 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
}

.cookie-consent-panel p {
  margin: 0;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
}

.cookie-consent-panel a {
  color: var(--accent);
  text-decoration: none;
}

.cookie-consent-panel a:hover {
  color: var(--text-primary);
}

.cookie-consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-consent-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-button, 16px);
  font-family: var(--font-optional, var(--font-sans));
  font-size: 14px;
  font-weight: 550;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cookie-consent-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.cookie-consent-button-muted {
  padding: 0 14px;
  border: 1px solid var(--border-soft);
  background: var(--bg-card);
  color: var(--text-secondary);
}

.cookie-consent-button-muted:hover {
  border-color: var(--border-card);
  color: var(--text-primary);
}

.cookie-consent-button-primary {
  min-width: 148px;
  padding: 0 20px;
  background: var(--accent);
  color: var(--text-inverse);
}

.cookie-consent-button-primary:hover {
  background: var(--accent-hover);
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .try-once-panel {
    transition: opacity 180ms ease;
  }

  .cookie-consent-panel {
    transition: opacity 180ms ease;
  }
}

@media (min-width: 1200px) {
  body.page-home .nav-shell {
    display: none !important;
  }


}


@media (max-width: 1199px) {
  body.page-home .hero.wrap {
    width: 94%;
  }

  body.page-home .hero-grid {
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }

  body.page-home .hero-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }

  body.page-home .hero-content {
    width: 100%;
    flex: none;
    justify-content: center;
  }

  body.page-home .hero-desktop-only {
    display: none;
  }

  body.page-home .hidden-1exxl9j,
  body.page-home .hidden-11qr2ws {
    display: block;
  }

  body.page-home .hero-title {
    max-width: 100%;
    font-size: 38px;
  }

  body.page-home .hero-copy {
    
    max-width: 100%;
    margin-top: 18px;
    font-size: 14px;  
    font-family: var(--font-mob);
    text-align: center;
  }

  body.page-home .store-row {
    margin-top: 26px;
    justify-content: center;
  }

  body.page-home .store-badge {
    width: min(48vw, 184px);
  }

  body.page-home .hero-visual {
    flex: none;
    width: 140%;
    max-width: none;
    margin-top: 36px;
    transform: rotate(14deg);
    transform-origin: center;
  }
  body.page-home .cta-visual {
    flex: none;
    width: 88%;
    max-width: none;
    margin-top: 24px;
    transform: rotate(14deg);
    transform-origin: center;
  }
  body.page-home .cta-visual-2 {
    display: none;
  }
}

@media (max-width: 980px) {
  body.page-home .try-once-panel {
    display: none;
  }
  
  body.page-home .nav-links,
  body.page-home .nav-cta {
    display: none;
  }

  body.page-home .menu-button {
    display: flex;
  }

  body.page-home .mobile-nav {
    display: grid;
    grid-template-rows: 0fr;
    width: min(var(--max-width), 100%);
    margin: 8px auto 0;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(20, 20, 20, 0.96);
    transition: grid-template-rows 220ms ease;
  }

  body.page-home .mobile-nav-inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    padding: 0 18px;
  }

  body.page-home .mobile-nav a:first-child {
    margin-top: 18px;
  }

  body.page-home .mobile-nav a:last-child {
    margin-bottom: 18px;
  }

  body.page-home .menu-toggle:checked ~ .mobile-nav {
    grid-template-rows: 1fr;
  }

  body.page-home .case-panel {
    grid-template-columns: 1fr;
  }

  body.page-home .steps-layout {
    grid-template-columns: 1fr;
  }

  body.page-home .step {
    width: 100%;
  }

  body.page-home .section-head {
    align-items: start;
    flex-direction: column;
  }

  body.page-home .reviews {
    display: flex;
    overflow-x: auto;
    padding: 0 var(--page-pad) 12px;
    margin: 0 calc(var(--page-pad) * -1);
    scroll-snap-type: x mandatory;
  }

  body.page-home .review-card {
    flex: 0 0 min(82vw, 390px);
    scroll-snap-align: start;
  }

  body.page-home .case-media {
    min-height: 560px;
  }

}

@media (max-width: 720px) {
  body.page-home vspyshka-footer,
  body.page-home .site-footer {
    display: none;
  }

  body.page-home {
    --page-pad: 3vw;
    --section-gap: 84px;
  }

  body.page-home .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    padding: 21px 5% 14px;
    background: var(--bg-body);
  }

  body.page-home .nav-shell {
    width: 100%;
    height: 21px;
    min-height: 21px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--bg-body);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.page-home .brand {
    gap: 8px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: none;
  }

  body.page-home .nav-shell .brand-mark {
    display: none;
  }

  body.page-home .brand-logo-mobile {
    display: block;
    width: auto;
    height: 21px;
    max-width: none;
  }

  body.page-home .brand-text-desktop {
    display: none;
  }

  body.page-home .brand-text-mobile {
    display: inline;
  }

  body.page-home .menu-button {
    width: 21px;
    height: 21px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    gap: 4px;
  }

  body.page-home .menu-button span,
  body.page-home .menu-button::before,
  body.page-home .menu-button::after {
    width: 21px;
    height: 2px;
  }

  body.page-home .hero {
    padding-top: 66px;
  }

  body.page-home .hero-title {
    font-size: 34px;
    text-align: center;
  }

  body.page-home .section-title {
    font-size: 26px;
    line-height: 1.12;
  }

  body.page-home .cta-title {
    font-size: 28px;
    line-height: 1.12;
  }

  body.page-home .primary-cta {
    width: 170px;
    height: 46px;
    font-size: 14px;
    padding: 0px;
    justify-content: center;
  }

  body.page-home .cta-panel {
    text-align: left;
    padding: 20px 10px;
  }


  body.page-home .hero .store-row {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  body.page-home .hero-copy {
    
    max-width: 100%;
    margin-top: 18px;
    font-size: 14px;  
    font-family: var(--font-mob);
    text-align: center;
  }

  body.page-home .hero-visual {
    width: 149.7%;
    margin-top: 30px;
  }

  body.page-home .stats-grid {
    grid-template-columns: 1fr;
  }

  body.page-home .stat-card {
    min-height: 150px;
  }

  body.page-home .case-panel {
    border-radius: 28px;
  }

  body.page-home .case-media {
    min-height: 470px;
  }

  body.page-home .case-phone {
    width: min(86%, 290px);
    border-radius: 38px;
  }

  body.page-home .case-content {
    padding: 6px;
  }

  body.page-home .steps-layout {
    gap: 10px;
    margin-top: 24px;
  }

  body.page-home .step {
    min-height: 0;
    padding: 18px 16px 20px;
    border-radius: 20px;
  }

  body.page-home .step-number {
    order: 1;
    font-size: 11px;
  }

  body.page-home .step-media {
    order: 3;
    width: min(100%, 320px);
    margin-top: 0;
    border-radius: 20px;
  }

  body.page-home .step-content {
    order: 2;
    padding-top: 20px;
  }

  body.page-home .step h3 {
    font-size: 17px;
  }

  body.page-home .step p {
    font-size: 14px;
    line-height: 1.55;
  }

  body.page-home .faq-list {
    gap: 8px;
  }

  body.page-home .faq-toggle {
    min-height: 60px;
    padding: 10px 12px;
  }

  body.page-home .faq-question-row {
    gap: 12px;
  }

  body.page-home .faq-question {
    font-size: 16px;
  }

  body.page-home .faq-leading-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  body.page-home .faq-answer p {
    padding: 0 18px 18px 56px;
    font-size: 14px;
  }

  body.page-home .pre-footer-card {
    gap: 32px;
    padding: 21px;
    border-radius: 24px;
  }

  body.page-home .card-title {
    font-size: 18px;
    line-height: 1.3;
  }

  body.page-home .card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  body.page-home .star-mark {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
  
  body.page-home .star-mark svg {
  width: 40px;
  height: 40px;
  }

  body.page-home .card-bottom-nav {
    flex-direction: column;
    gap: 30px;
  }

  body.page-home .nav-column {
    gap: 8px;
    min-width: auto;
  }

  body.page-home .footer-bottom {
    flex-direction: column;
  }
}

/* Terms page */
body.page-terms {
  --bg-body: #0D0D0D;
  --bg-card: #FFFFFF0A;
  --bg-card-strong: #151515;
  --bg-card-strong-rgb: 21 21 21;
  --border-card: #2a2a2a;
  --border-soft: rgba(255, 255, 255, 0.08);
  --text-primary: #FFFFFF;
  --text-secondary: rgba(255, 255, 255, 0.68);
  --text-muted: rgba(255, 255, 255, 0.42);
  --text-heading: #6b6b6b;
  --accent: #87C7F2;
  --danger: #ffb4a8;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius-md: 18px;
  --radius-lg: 40px;
  --page-pad: clamp(16px, 5vw, 72px);
  --max-width: 980px;
}

body.page-terms {
  margin: 0;
  min-height: 100vh;
  background-color: var(--bg-body);
  color: var(--text-primary);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

body.page-terms a {
  color: inherit;
  text-decoration: none;
}

body.page-terms .page {
  width: min(var(--max-width), calc(100% - var(--page-pad) * 2));
  margin: 0 auto;
  padding: clamp(28px, 6vw, 72px) 0 calc(clamp(28px, 6vw, 72px) + 69px);
}

body.page-terms .top-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--text-secondary);
  font-size: 14px;
  transition: color 0.2s ease;
}

body.page-terms .top-link:hover {
  color: var(--accent);
}

body.page-terms .pre-footer-card,
body.page-terms .legal-hero-card,
body.page-terms .legal-card,
body.page-terms .notice-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.page-terms .pre-footer-card,
body.page-terms .legal-hero-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 48px;
  border-radius: var(--radius-lg);
}

body.page-terms .card-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

body.page-terms .logo-wrapper {
  display: flex;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 12px;
  background-color: #0D0D0D;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
}

body.page-terms .logo-mark {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

body.page-terms .card-title {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-serif);
  font-size: clamp(34px, 7vw, 42px);
  font-weight: 400;
  line-height: 0.98;
}

body.page-terms .card-subtitle {
  max-width: 760px;
  margin: 4px 0 0;
  color: var(--text-secondary);
  font-size: clamp(14px, 2.1vw, 16px);
  line-height: 1.65;
}

body.page-terms .dashed-divider {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--border-card) 0,
    var(--border-card) 3px,
    transparent 3px,
    transparent 7px
  );
}

body.page-terms .meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.page-terms .meta-item {
  min-height: 98px;
  padding: 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background-color: rgba(255, 255, 255, 0.035);
}

body.page-terms .meta-label,
body.page-terms .nav-column h4,
body.page-terms .section-kicker {
  margin: 0;
  color: var(--text-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.page-terms .meta-value {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.45;
}

body.page-terms .content-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
}

body.page-terms .toc {
  position: sticky;
  top: 24px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.045);
}

body.page-terms .toc-title {
  margin: 0 0 16px;
  color: var(--text-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.page-terms .toc a {
  display: block;
  padding: 8px 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.35;
  transition: color 0.2s ease;
}

body.page-terms .toc a:hover {
  color: var(--accent);
}

body.page-terms .legal-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.page-terms .legal-card {
  padding: clamp(22px, 4vw, 34px);
  border-radius: 28px;
  scroll-margin-top: 28px;
}

body.page-terms .section-kicker {
  display: block;
  margin-bottom: 14px;
}

body.page-terms .legal-card h2 {
  margin: 0 0 18px;
  color: var(--text-primary);
  font-family: var(--font-serif);
  font-size: clamp(27px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.1;
}

body.page-terms .legal-card h3 {
  margin: 26px 0 10px;
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

body.page-terms .legal-card p,
body.page-terms .legal-card li {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.72;
}

body.page-terms .legal-card p {
  margin: 0 0 14px;
}

body.page-terms .legal-card p:last-child {
  margin-bottom: 0;
}

body.page-terms .legal-card ul,
body.page-terms .legal-card ol {
  margin: 12px 0 0;
  padding-left: 22px;
}

body.page-terms .legal-card li + li {
  margin-top: 8px;
}

body.page-terms .notice-card {
  margin-top: 24px;
  padding: 22px;
  border-color: rgba(135, 199, 242, 0.28);
  border-radius: 24px;
  background: rgba(135, 199, 242, 0.07);
}

body.page-terms .notice-card strong {
  color: var(--text-primary);
}

body.page-terms .notice-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
}

body.page-terms .seller-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

body.page-terms .seller-field {
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

body.page-terms .seller-field span {
  display: block;
  color: var(--text-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-terms .seller-field strong {
  display: block;
  margin-top: 9px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

body.page-terms .terms-table {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
}

body.page-terms .terms-table th,
body.page-terms .terms-table td {
  padding: 15px;
  border-bottom: 1px solid var(--border-soft);
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

body.page-terms .terms-table th {
  width: 34%;
  color: var(--text-primary);
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.035);
}

body.page-terms .terms-table tr:last-child th,
body.page-terms .terms-table tr:last-child td {
  border-bottom: 0;
}

body.page-terms .card-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
}

body.page-terms .nav-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 120px;
}

body.page-terms .nav-column h4 {
  margin-bottom: 4px;
}

body.page-terms .nav-column a {
  color: var(--text-secondary);
  font-size: 15px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

body.page-terms .nav-column a:hover {
  color: var(--accent);
  opacity: 0.85;
}

/* Shared event landing pages: wedding, birthday and brand events. */
body.page-event-landing .event-hero {
  padding: 84px 0 120px;
}

body.page-event-landing .event-hero-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(28px, 3vw, 40px);
}

body.page-event-landing .event-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0px;
  }

body.page-event-landing .event-kicker {
  margin: 0 0 40px;
  color: var(--text-muted);
  font-family: var(--font-optional);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.page-event-landing .event-hero h1 {
  max-width: 632px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(42px, 3.6vw, 46px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

body.page-event-landing .event-hero-description {
  max-width: 632px;
  margin: 10px 0 18px;
  color: var(--text-secondary);
  font-family: var(--font-mob);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

body.page-event-landing .event-hero-cta {
  width: auto;
  min-width: 246px;
  margin-top: 34px;
}

body.page-event-landing .event-hero-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(10px, 1.13vw, 10px);
  min-width: 0;
}

body.page-event-landing .event-hero-phone {
  width: 100%;
  height: auto;
}

body.page-event-landing .event-hero-phone-camera {
  align-self: end;
  justify-self: stretch;
}

body.page-event-landing .event-hero-phone-album {
  align-self: start;
  justify-self: stretch;
}

body.page-event-landing .event-quote {
  max-width: 1300px;
  height: min-content;
  margin: 0 auto;
  border-top: 1px solid var(--border-card);
  border-bottom: 1px solid var(--border-card);
}

body.page-event-landing .event-quote-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

body.page-event-landing .event-quote h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

body.page-event-landing .event-quote p {
  max-width: 522px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mob);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

body.page-event-landing .event-mobile-break {
  display: initial;
}

body.page-event-landing .event-feature-pair,
body.page-event-landing .event-settings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 92px;
  padding-bottom: 120px;
}

body.page-event-landing .event-feature,
body.page-event-landing .event-setting {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 32px;
}

body.page-event-landing .event-feature:first-child,
body.page-event-landing .event-setting:first-child {
  padding: 32px;
}

body.page-event-landing .event-feature:last-child,
body.page-event-landing .event-setting:last-child {
  padding: 32px;
  border-left: 1px solid var(--border-card);
}

body.page-event-landing .event-feature-copy,
body.page-event-landing .event-setting-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.page-event-landing .event-feature-copy h2,
body.page-event-landing .event-setting-copy h2,
body.page-event-landing .event-no-download-copy h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

body.page-event-landing .event-feature-copy p,
body.page-event-landing .event-setting-copy p,
body.page-event-landing .event-no-download-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
}

body.page-event-landing .event-feature-media,
body.page-event-landing .event-setting-media,
body.page-event-landing .event-no-download-screen {
  display: flex;
  min-width: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}

body.page-event-landing .event-feature-media img,
body.page-event-landing .event-setting-media img,
body.page-event-landing .event-no-download-screen img {
  width: 100%;
  height: auto;
}

body.page-event-landing .event-feature-media-portrait img {
  width: min(82%, 370px);
}

body.page-event-landing .event-feature-media-wide img {
  width: min(100%, 570px);
}

body.page-event-landing .event-feature-media-first .event-feature-media {
  order: -1;
}

body.page-event-landing .event-no-download {
  padding: 32px;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

body.page-event-landing .event-no-download-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.page-event-landing .event-no-download-copy h2 {
  margin-bottom: 10px;
}

body.page-event-landing .event-no-download-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr) 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  max-width: 1120px;
  margin: 72px auto 0;
}

body.page-event-landing .event-no-download-screen img {
  max-width: 385px;
}

body.page-event-landing .event-flow-arrow {
  display: block;
  width: 40px;
  height: auto;
  flex-shrink: 0;
  margin: auto;
  opacity: 0.12;
}

body.page-event-landing .event-flow-arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  border-right: 1px solid rgba(255, 255, 255, 0.62);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

body.page-event-landing .event-settings {
  border-bottom: 1px solid var(--border-soft);
}

body.page-event-landing .event-setting-media img {
  width: min(100%, 393px);
}

body.page-event-landing .event-setting-privacy .event-setting-copy {
  margin-top: auto;
}

body.page-event-landing .event-setting-camera .event-setting-media {
  margin-top: auto;
}

@media (max-width: 900px) {
  body.page-event-landing .event-hero {
    padding: 64px 0 110px;
  }

  body.page-event-landing .event-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 58px;
  }

  body.page-event-landing .event-hero-copy {
    align-items: center;
    padding-top: 0;
    text-align: center;
  }

  body.page-event-landing .event-hero h1 {
    max-width: 720px;
    font-size: clamp(38px, 5.5vw, 46px);
    line-height: 1.2;
  }

  body.page-event-landing .event-hero-description {
    max-width: 620px;
  }

  body.page-event-landing .event-hero-visual {
    width: min(88vw, 720px);
    margin: 0 auto;
  }

  body.page-event-landing .event-feature-pair,
  body.page-event-landing .event-settings {
    grid-template-columns: minmax(0, 1fr);
    gap: 110px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  body.page-event-landing .event-feature:first-child,
  body.page-event-landing .event-setting:first-child {
    padding: 12px;
  }

  body.page-event-landing .event-feature:last-child,
  body.page-event-landing .event-setting:last-child {
    padding: 12px;
    border-left: 0;
  }

  body.page-event-landing .event-feature-media-first .event-feature-media {
    order: initial;
  }

  body.page-event-landing .event-feature-media-portrait img,
  body.page-event-landing .event-feature-media-wide img,
  body.page-event-landing .event-setting-media img {
    width: min(100%, 620px);
  }
}

@media (max-width: 620px) {

  
  body.page-event-landing .wrap {
    width: min(88%, 1300px);
  }

  body.page-event-landing .event-hero {
    padding: 99px 0 42px;
  }

  body.page-event-landing .event-hero-layout {
    gap: 44px;
  }

  body.page-event-landing .event-kicker {
    margin-bottom: 20px;
    font-size: 13px;
  }

  body.page-event-landing .event-hero h1 {
    max-width: 380px;
    font-size: 30px;
    line-height: 1.2;
  }

  body.page-event-landing .event-hero-description {
    display: none;
  }

  body.page-event-landing .event-hero-cta {
    min-width: 0;
    width: min(100%, 254px);
    min-height: 54px;
    margin-top: 28px;
    border-radius: 18px;
    font-size: 14px;
  }

  body.page-event-landing .event-hero-visual {
    width: 100%;
    gap: 10px;
  }
  
  body.page-event-landing .footer-cta-h {
    margin-top: 20px;
  }

  body.page-event-landing .event-hero-phone-camera {
    width: 100%;
  }

  body.page-event-landing .event-quote-inner {
    width: min(88vw, 500px);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  body.page-event-landing .event-quote h2 {
    max-width: 360px;
    font-size: 26px;
    line-height: 1.2;
  }

  body.page-event-landing .event-mobile-break {
    display: initial;
  }

  body.page-event-landing .event-quote p {
    max-width: 353px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  body.page-event-landing .event-feature-pair,
  body.page-event-landing .event-settings {
    width: min(88vw,500px);
    gap: 64px;
    padding-top: 58px;
    padding-bottom: 0;
  }

  body.page-event-landing .event-feature,
  body.page-event-landing .event-setting {
    gap: 24px;
  }

  body.page-event-landing .event-feature-copy h2,
  body.page-event-landing .event-setting-copy h2,
  body.page-event-landing .event-no-download-copy h2 {
    font-size: 21px;
    line-height: 1.2;
  }

  body.page-event-landing .event-feature-copy p,
  body.page-event-landing .event-setting-copy p,
  body.page-event-landing .event-no-download-copy p {
    font-size: 14px;
    line-height: 1.6;
  }

  body.page-event-landing .event-feature-media-portrait img,
  body.page-event-landing .event-feature-media-wide img,
  body.page-event-landing .event-setting-media img {
    width: 100%;
  }

  body.page-event-landing .event-no-download {
    width: min(88vw, 720px);
    margin: 0 auto;
    padding: 12px;
  }

  body.page-event-landing .event-no-download-copy {
    align-items: flex-start;
    text-align: left;
  }

  body.page-event-landing .event-no-download-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
  }

  body.page-event-landing .event-flow-arrow,
  body.page-event-landing .event-no-download-screen-last {
    display: none;
  }

  body.page-event-landing .event-no-download-screen img {
    max-width: none;
  }

  body.page-event-landing .event-setting-privacy .event-setting-copy {
    order: -1;
    margin-top: 0;
  }

  body.page-event-landing .event-setting {
    gap: 16px;
  }
}

@media (max-width: 720px) {
  body.page-event-landing .event-desktop-header {
    display: none;
  }
}

body.page-terms .pre-footer-copyright {
  margin: -18px 0 0;
  color: rgba(255, 255, 255, 0.32);
  font-size: 12px;
  line-height: 1.4;
}

body.page-terms .footer-card {
  margin-top: 24px;
}

@media (max-width: 860px) {
  body.page-terms .content-layout {
    grid-template-columns: 1fr;
  }

  body.page-terms .toc {
    position: static;
  }

  body.page-terms .toc a {
    display: inline-flex;
    margin-right: 18px;
  }

  body.page-terms .meta-grid,
  body.page-terms .seller-fields {
    grid-template-columns: 1fr;
  }

  .section {
    scroll-margin-top: 80px; 
  }
}

@media (max-width: 768px) {
  body.page-terms .page {
    padding: 18px 0 28px;
  }

  body.page-terms .pre-footer-card,
  body.page-terms .legal-hero-card {
    gap: 32px;
    padding: 21px;
    border-radius: 24px;
  }

  body.page-terms .card-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  body.page-terms .card-title {
    font-size: clamp(36px, 14vw, 52px);
    line-height: 1.02;
  }

  body.page-terms .card-bottom-nav {
    flex-direction: column;
    gap: 32px;
  }

  body.page-terms .nav-column {
    gap: 8px;
    min-width: auto;
  }

  body.page-terms .legal-card {
    border-radius: 24px;
  }

  body.page-terms .legal-card p,
  body.page-terms .legal-card li {
    font-size: 15px;
  }

  body.page-terms .terms-table,
  body.page-terms .terms-table tbody,
  body.page-terms .terms-table tr,
  body.page-terms .terms-table th,
  body.page-terms .terms-table td {
    display: block;
    width: 100%;
  }

  body.page-terms .terms-table th {
    border-bottom: 0;
    padding-bottom: 6px;
  }

  body.page-terms .terms-table td {
    padding-top: 6px;
  }

}

body.page-terms .footer-card-title {
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.3;
}

vspyshka-mobile-header,
.static-mobile-header {
  display: none;
}

@media (max-width: 720px) {
  .cookie-consent-panel {
    right: 12px;
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    grid-template-rows: minmax(0, 1fr) auto;
    width: calc(100vw - 24px);
    max-height: min(42dvh, 320px);
    gap: 10px;
    padding: 14px;
    border-radius: var(--radius-md);
    overflow: hidden;
  }

  .cookie-consent-copy {
    min-height: 0;
    gap: 7px;
    overflow-y: auto;
    padding-right: 4px;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--border-card) transparent;
  }

  .cookie-consent-panel h2 {
    font-size: 22px;
  }

  .cookie-consent-panel p {
    font-size: 12px;
    line-height: 1.4;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr);
    gap: 8px;
  }

  .cookie-consent-button {
    width: 100%;
    min-height: 42px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .cookie-consent-button-primary {
    min-width: 0;
  }

  body.page-home > vspyshka-mobile-header,
  body.page-terms > vspyshka-mobile-header {
    display: block;
  }

  body.page-home .site > .header {
    display: none;
  }

  body.page-home vspyshka-footer,
  body.page-home .site-footer,
  body.page-terms vspyshka-footer,
  body.page-terms .site-footer {
    display: none;
  }

  body.page-terms .page {
    padding-top: calc(78px + env(safe-area-inset-top, 0px));
  }

  .static-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: block;
    padding: calc(14px + env(safe-area-inset-top, 0px)) 5% 14px;
    background: var(--bg-body);
    color: var(--text-primary);
    font-family: var(--font-mob, var(--font-sans));
  }

  .static-mobile-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 21px;
  }

  .static-mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
  }

  .static-mobile-brand-logo {
    width: auto;
    height: 21px;
    max-width: none;
  }

  .static-mobile-menu-button {
    display: flex;
    width: 21px;
    height: 21px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .static-mobile-menu-button span,
  .static-mobile-menu-button::before,
  .static-mobile-menu-button::after {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
  }

  .static-mobile-nav {
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    margin: 16px auto 0;
    overflow: hidden;
    border-radius: 22px;
    background: rgb(var(--bg-card-strong-rgb) / 0.96);
    transition: grid-template-rows 220ms ease;
  }

  vspyshka-mobile-header[data-open] .static-mobile-nav {
    grid-template-rows: 1fr;
  }

  .static-mobile-nav-inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    padding: 0 18px;
  }

  .static-mobile-nav-inner a {
    color: inherit;
    font-size: 15px;
    text-decoration: none;
  }

  .static-mobile-nav-inner a:first-child {
    margin-top: 18px;
  }

  .static-mobile-nav-inner a:last-child {
    margin-bottom: 18px;
  }
}

body.page-home .pricing-hero {
  padding: 100px 0 120px;
}

body.page-home .pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  grid-template-areas:
    "copy picker";
  align-items: start;
  column-gap: clamp(44px, 8vw, 140px);
  width: 100%;
}

body.page-home .pricing-hero-copy {
  display: flex;
  grid-area: copy;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

body.page-home .pricing-hero-title {
  max-width: 620px;
  color: var(--text-primary);
  font-family: var(--font-serif);
  font-size: clamp(34px, 6.2vw, 46px);
  font-weight: 400;
  line-height: 0.98;
  text-align: left;
}

body.page-home .pricing-hero-text {
  display: grid;
  gap: 0;
  max-width: 520px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mob);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

body.page-home .pricing-hero-action {
  margin-top: 32px;
}

body.page-home .pricing-hero-cta {
  width: auto;
  min-width: 232px;
  min-height: 43px;
  padding: 0 18px 0 22px;
  background: #ffffff;
  color: #0a0a0a;
  box-shadow: none;
}

body.page-home .pricing-hero-cta:hover {
  background: rgba(255, 255, 255, 0.86);
}

body.page-home .pricing-picker {
  grid-area: picker;
  display: flex;
  min-height: min-content;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

body.page-home .pricing-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body.page-home .pricing-picker-head {
  display: grid;
  gap: 28px;
  flex: 0 0 auto;
}

body.page-home .pricing-plan-heading {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
}

body.page-home .pricing-plan-heading h2 {
  color: var(--text-primary);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
}

body.page-home .pricing-plan-heading p {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mob);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: right;
  white-space: nowrap;
}

body.page-home .pricing-plan-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

body.page-home .pricing-plan-tab {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.page-home .pricing-plan-tab:hover {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.28);
}

body.page-home .pricing-divider {
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background: rgba(255, 255, 255, 0.08);
}

body.page-home .pricing-included {
  display: grid;
  gap: 18px;
  flex: 1 1 auto;
  align-content: start;
}

body.page-home .pricing-included-label {
  color: var(--text-primary);
  font-family: var(--font-optional);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.6;
}

body.page-home .pricing-plan-details {
  display: none;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mob);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

body.page-home .pricing-plan-details strong {
  color: var(--text-primary);
  font-weight: 500;
}

body.page-home .pricing-contact-link {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 14px;
  background: #ffffff;
  color: #0a0a0a;
  font-family: var(--font-optional);
  font-size: 14px;
  font-weight: 500;
}

body.page-home #plan-free:checked ~ .pricing-picker-head .pricing-plan-heading-free,
body.page-home #plan-basic:checked ~ .pricing-picker-head .pricing-plan-heading-basic,
body.page-home #plan-standard:checked ~ .pricing-picker-head .pricing-plan-heading-standard,
body.page-home #plan-premium:checked ~ .pricing-picker-head .pricing-plan-heading-premium,
body.page-home #plan-custom:checked ~ .pricing-picker-head .pricing-plan-heading-custom {
  display: grid;
}

body.page-home #plan-free:checked ~ .pricing-picker-head .pricing-tab-free,
body.page-home #plan-basic:checked ~ .pricing-picker-head .pricing-tab-basic,
body.page-home #plan-standard:checked ~ .pricing-picker-head .pricing-tab-standard,
body.page-home #plan-premium:checked ~ .pricing-picker-head .pricing-tab-premium,
body.page-home #plan-custom:checked ~ .pricing-picker-head .pricing-tab-custom {
  border-color: transparent;
  background: #ffffff;
  color: #0a0a0a;
}

body.page-home #plan-free:checked ~ .pricing-included .pricing-plan-details-free,
body.page-home #plan-basic:checked ~ .pricing-included .pricing-plan-details-basic,
body.page-home #plan-standard:checked ~ .pricing-included .pricing-plan-details-standard,
body.page-home #plan-premium:checked ~ .pricing-included .pricing-plan-details-premium,
body.page-home #plan-custom:checked ~ .pricing-included .pricing-plan-details-custom {
  display: grid;
}

body.page-home .pricing-line {
  flex: 0 0 auto;
  width: 90%;
  max-width: 1200px;
  height: 1px;
  margin: 0 auto;
  overflow: var(--overflow-clip-fallback, clip);
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 120px;
}

@media (max-width: 1199px) {
  body.page-home .pricing-hero {
    padding: 76px 0 88px;
  }

  body.page-home .pricing-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "text"
      "picker"
      "action";
    row-gap: 32px;
  }

  body.page-home .pricing-hero-copy {
    display: contents;
  }

  body.page-home .pricing-hero-title-wrap {
    grid-area: title;
    justify-self: center;
  }

  body.page-home .pricing-hero-text {
    grid-area: text;
    justify-self: center;
    align-items: center;
  }

  body.page-home .pricing-hero-title {
    max-width: 760px;
    font-size: clamp(42px, 8vw, 68px);
    text-align: center;
  }

  body.page-home .pricing-hero-text {
    max-width: 620px;
    margin-top: 0;
    text-align: center;
  }

  body.page-home .pricing-picker {
    width: min(94%, 620px);
    margin: 0 auto;
  }

  body.page-home .pricing-hero-action {
    grid-area: action;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  body.page-home .pricing-hero {
    padding: 58px 0 56px;
  }

  body.page-home .pricing-hero-grid {
    grid-template-areas:
      "title"
      "picker"
      "action";
    gap: 24px;
  }

  body.page-home .pricing-hero-title-wrap {
    padding-top: 28px;
  }

  body.page-home .pricing-hero-title {
    font-size: 30px;
    line-height: 1.05;
  }

  body.page-home .pricing-hero-text {
    display: none;
  }

  body.page-home .pricing-hero-cta {
    width: min(100%, 252px);
    min-height: 50px;
    padding: 0 16px;
    font-size: 13px;
  }

  body.page-home .pricing-picker {
    height: 390px;
    width: min(94%, 620px);
    padding: 22px;
    border-radius: 22px;
  }

  body.page-home .pricing-plan-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  body.page-home .pricing-plan-heading h2 {
    font-size: 22px;
    text-align: left;
  }

  body.page-home .pricing-plan-heading p {
    font-size: 14px;
    text-align: right;
  }

  body.page-home .pricing-plan-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }

  body.page-home .pricing-plan-tab {
    min-height: 38px;
    padding: 0 4px;
    font-size: 10px;
  }

  body.page-home .pricing-divider {
    margin: 20px 0;
  }

  body.page-home .pricing-included-label {
    font-size: 12px;
  }

  body.page-home .pricing-plan-details {
    gap: 7px;
    font-size: 13px;
    line-height: 1.45;
  }
}
