:root {
  --bg: #fbfaf7;
  --surface: #ffffff;
  --ink: #17213a;
  --muted: #555b68;
  --violet: #6244e8;
  --violet-dark: #4c2de1;
  --violet-soft: #f0edff;
  --gold: #f4b942;
  --gold-soft: #fff6df;
  --border: #ebeaf0;
  --shadow: 0 14px 38px rgba(23, 33, 58, 0.08);
  --shadow-soft: 0 8px 22px rgba(23, 33, 58, 0.06);
  --radius: 24px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--violet-dark);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--violet);
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.32rem;
}

p:last-child {
  margin-bottom: 0;
}

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

.section {
  padding-block: 92px;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
}

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(251, 250, 247, 0.96);
  border-bottom: 1px solid rgba(235, 234, 240, 0.35);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 13px;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand__mark {
  width: 55px;
  height: 55px;
}

.brand__logo {
  display: block;
  width: 220px;
  height: auto;
}

.brand__name {
  font-size: 1.9rem;
  font-weight: 760;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.brand__name strong {
  color: var(--violet);
  font-weight: inherit;
}

.custom-logo {
  width: auto;
  max-width: 280px;
  max-height: 70px;
}

.primary-navigation {
  margin-left: auto;
}

.primary-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu a,
.footer-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.primary-menu .current-menu-item:not(:last-child) > a {
  box-shadow: inset 0 -2px var(--violet);
}

.primary-menu > li:last-child > a,
.footer-menu > li:last-child > a {
  min-height: 48px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  border-radius: 12px;
  box-shadow: 0 9px 24px rgba(98, 68, 232, 0.2);
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 13px;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 14px;
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background: var(--violet-dark);
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--violet-dark);
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.lede {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.7;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  font-weight: 680;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  box-shadow: 0 12px 28px rgba(98, 68, 232, 0.22);
}

.button--primary:hover {
  color: #fff;
  box-shadow: 0 16px 34px rgba(98, 68, 232, 0.28);
}

.overview-hero {
  display: grid;
  min-height: 640px;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 70px;
}

.overview-hero__copy {
  position: relative;
  z-index: 2;
}

.hero-art {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-art__image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-art__backdrop {
  position: absolute;
  width: 420px;
  height: 380px;
  top: 64px;
  left: 30px;
  background: #efecff;
  clip-path: polygon(24% 0, 82% 5%, 100% 38%, 87% 91%, 28% 100%, 0 60%);
}

.hero-art__gem {
  position: absolute;
  z-index: 2;
  width: 260px;
  height: 260px;
  top: 115px;
  left: 38px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 22px 22px rgba(66, 40, 184, 0.18));
  transform: rotate(-2deg);
}

.hero-art__gem img {
  width: 100%;
  height: 100%;
}

.hero-art__app-card {
  position: absolute;
  z-index: 3;
  width: 176px;
  height: 206px;
  top: 235px;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 30px);
  grid-template-rows: repeat(2, 30px);
  place-content: center;
  gap: 11px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-art__app-card::before {
  position: absolute;
  width: 84px;
  height: 130px;
  top: 34px;
  left: 46px;
  content: "";
  border: 5px solid var(--violet);
  border-radius: 16px;
}

.hero-art__app-card span {
  z-index: 1;
  border: 3px solid var(--violet);
  border-radius: 5px;
}

.accent-shard {
  position: absolute;
  z-index: 4;
  width: 76px;
  height: 46px;
  top: 66px;
  right: 6px;
  background: var(--gold);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 28% 78%);
}

.section--centered .section-intro {
  max-width: 730px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-intro p,
.process__copy > p,
.panel-copy p,
.entry-content,
.content-card > p {
  color: var(--muted);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.principle-card {
  min-height: 240px;
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.principle-card p {
  margin: 0;
  color: var(--muted);
}

.icon-bubble {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.icon-bubble--violet {
  color: var(--violet);
  background: var(--violet-soft);
}

.icon-bubble--gold {
  color: #e99b00;
  background: var(--gold-soft);
}

.icon-bubble svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 58px;
}

.process__copy > p {
  max-width: 500px;
  margin-bottom: 38px;
}

.process-steps {
  display: flex;
  align-items: center;
  gap: 12px;
}

.process-steps__image {
  display: block;
  width: min(100%, 430px);
  height: auto;
}

.process-step {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  font-size: 0.87rem;
}

.process-step__icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(98, 68, 232, 0.2);
}

.process-step__icon--gold {
  background: var(--gold);
}

.process-steps__line {
  width: 44px;
  height: 4px;
  margin-top: -27px;
  background: radial-gradient(circle, #a697eb 2px, transparent 3px) 0 0 / 10px 4px repeat-x;
}

.process-art {
  position: relative;
  min-height: 395px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.process-art__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.process-art::before {
  position: absolute;
  z-index: 0;
  width: 390px;
  height: 300px;
  content: "";
  background: #f0edff;
  border-radius: 90px 30px 70px 35px;
  display: none;
  transform: rotate(3deg);
}

.ui-card {
  position: relative;
  z-index: 1;
  width: 148px;
  height: 242px;
  padding: 35px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e7e4ef;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.ui-card i {
  display: block;
  height: 8px;
  margin-top: 15px;
  background: #dedbeb;
  border-radius: 8px;
}

.ui-card i:nth-of-type(2) {
  width: 70%;
}

.ui-card b {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 30px 4px 0 0;
  background: #dfd9ff;
  border-radius: 5px;
}

.ui-circle {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 28px;
  border: 5px solid var(--violet);
  border-right-color: #cfc5ff;
  border-radius: 50%;
}

.ui-square {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  background: var(--violet);
  border-radius: 7px;
}

.ui-card--design b {
  background: #ffd273;
}

.ui-check {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 800;
}

.ui-card--improve em {
  display: grid;
  width: 19px;
  height: 19px;
  margin: 9px 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--violet);
  border-radius: 50%;
  font-size: 0.7rem;
  font-style: normal;
}

.process-arrow {
  position: relative;
  z-index: 2;
  color: var(--violet);
  font-size: 2rem;
  font-weight: 700;
}

.process-art .accent-shard {
  top: 44px;
  right: 0;
  width: 58px;
  height: 38px;
}

.section-panel {
  min-height: 230px;
  margin-bottom: 38px;
  padding: 42px 54px;
  display: grid;
  align-items: center;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 42px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.support-panel {
  background: linear-gradient(120deg, #f1edff 0%, #faf9ff 62%, #f3f0ff 100%);
}

.panel-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.panel-illustration {
  position: relative;
  min-height: 130px;
  display: grid;
  place-items: center;
}

.panel-illustration img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
}

.panel-illustration--support span:first-child {
  position: absolute;
  width: 102px;
  height: 102px;
  top: 0;
  left: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  border-radius: 50% 50% 50% 20%;
  font-size: 3.7rem;
  font-weight: 750;
  box-shadow: 0 12px 25px rgba(98, 68, 232, 0.17);
}

.panel-illustration--support span:last-child {
  position: absolute;
  width: 108px;
  height: 82px;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  color: var(--violet);
  background: #fff;
  border-radius: 50% 50% 20% 50%;
  font-size: 1.7rem;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.panel-illustration--contact {
  display: grid;
  place-items: center;
}

.panel-illustration--contact::before {
  position: absolute;
  width: 146px;
  height: 102px;
  content: "";
  background: linear-gradient(145deg, #f8f7ff, #e8e3ff);
  border: 1px solid #dfdaf3;
  border-radius: 10px;
  clip-path: polygon(0 0, 50% 52%, 100% 0, 100% 100%, 0 100%);
  box-shadow: var(--shadow-soft);
}

.panel-illustration--contact span {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(98, 68, 232, 0.22);
}

.site-footer {
  padding: 40px 0;
  margin-top: 70px;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  font-weight: 750;
}

.footer-brand img {
  display: block;
  width: 190px;
  height: auto;
}

.footer-menu {
  gap: 28px;
}

.footer-menu a {
  min-height: 40px;
  font-size: 0.88rem;
}

.footer-menu > li:last-child > a {
  min-height: 42px;
  padding-inline: 18px;
}

.content-page {
  min-height: 65vh;
}

.content-card {
  padding: clamp(28px, 5vw, 64px);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.content-card h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.content-card + .content-card {
  margin-top: 28px;
}

.post-summary h2 {
  font-size: 2rem;
}

.post-summary h2 a {
  color: var(--ink);
  text-decoration: none;
}

.not-found {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .shell {
    width: min(100% - 48px, 960px);
  }

  .site-header__inner {
    gap: 20px;
  }

  .brand__name {
    font-size: 1.55rem;
  }

  .brand__mark {
    width: 48px;
    height: 48px;
  }

  .brand__logo {
    width: 190px;
  }

  .primary-menu {
    gap: 18px;
  }

  .primary-menu a {
    font-size: 0.84rem;
  }

  .primary-menu > li:last-child > a {
    padding-inline: 16px;
  }

  .overview-hero {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    gap: 35px;
  }

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

  .process__copy {
    max-width: 760px;
  }

  .process__copy > p {
    max-width: none;
  }

  .process-art {
    max-width: 660px;
    margin-inline: auto;
  }

  .section-panel {
    grid-template-columns: 160px minmax(0, 1fr) auto;
    gap: 30px;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-menu {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 88px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .primary-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 24px;
    left: 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    transform: translateY(-8px);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .no-js .menu-toggle {
    display: none;
  }

  .no-js .primary-navigation {
    position: static;
    max-height: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .no-js .primary-menu {
    flex-flow: row wrap;
  }

  .menu-is-open .primary-navigation {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-is-open .menu-toggle span:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-is-open .menu-toggle span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-is-open .menu-toggle span:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-menu {
    padding: 14px;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
  }

  .primary-menu a {
    width: 100%;
    min-height: 50px;
    padding-inline: 16px;
    font-size: 1rem;
    border-radius: 10px;
  }

  .primary-menu .current-menu-item:not(:last-child) > a {
    color: var(--violet-dark);
    background: var(--violet-soft);
    box-shadow: none;
  }

  .primary-menu > li:last-child > a {
    margin-top: 6px;
    justify-content: center;
  }

  .overview-hero {
    min-height: auto;
    padding-top: 82px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hero-art {
    width: min(540px, 100%);
    min-height: 430px;
    margin-inline: auto;
  }

  .hero-art__backdrop {
    width: 86%;
    height: 360px;
    top: 20px;
    left: 7%;
  }

  .hero-art__gem {
    top: 70px;
    left: 10%;
  }

  .hero-art__app-card {
    top: 180px;
    right: 5%;
  }

  .accent-shard {
    top: 32px;
    right: 5%;
  }

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

  .principle-card {
    min-height: 140px;
    padding: 28px 32px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .section-panel {
    padding: 38px;
    grid-template-columns: 130px 1fr;
  }

  .section-panel .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .shell {
    width: calc(100% - 40px);
  }

  .section {
    padding-block: 58px;
  }

  .site-header__inner {
    width: calc(100% - 32px);
  }

  .brand {
    gap: 8px;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .brand__name {
    font-size: 1.28rem;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  h3 {
    font-size: 1.16rem;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 0.88rem;
  }

  .lede {
    margin-bottom: 26px;
    font-size: 1.08rem;
  }

  .button {
    width: 100%;
    min-height: 56px;
  }

  .overview-hero {
    padding-top: 62px;
    gap: 36px;
  }

  .hero-art {
    min-height: 330px;
  }

  .hero-art__image {
    width: min(100%, 460px);
  }

  .hero-art__backdrop {
    height: 280px;
  }

  .hero-art__gem {
    width: 190px;
    height: 190px;
    top: 56px;
    left: 7%;
  }

  .hero-art__app-card {
    width: 132px;
    height: 158px;
    top: 130px;
    right: 3%;
    grid-template-columns: repeat(2, 22px);
    grid-template-rows: repeat(2, 22px);
    gap: 8px;
    border-radius: 25px;
  }

  .hero-art__app-card::before {
    width: 64px;
    height: 100px;
    top: 27px;
    left: 34px;
    border-width: 4px;
    border-radius: 12px;
  }

  .hero-art__app-card span {
    border-width: 2px;
  }

  .accent-shard {
    width: 54px;
    height: 34px;
  }

  .section--centered .section-intro {
    margin-bottom: 32px;
  }

  .section-intro {
    text-align: left;
  }

  .principles-grid {
    gap: 14px;
  }

  .principle-card {
    min-height: 116px;
    padding: 20px;
    gap: 18px;
    border-radius: 17px;
  }

  .icon-bubble {
    width: 66px;
    height: 66px;
  }

  .icon-bubble svg {
    width: 32px;
    height: 32px;
  }

  .principle-card h3 {
    margin-bottom: 5px;
  }

  .process {
    gap: 25px;
  }

  .process__copy {
    text-align: center;
  }

  .process__copy > p {
    margin-bottom: 28px;
  }

  .process-steps {
    justify-content: center;
    gap: 7px;
  }

  .process-steps__image {
    width: min(100%, 390px);
  }

  .process-step__icon {
    width: 54px;
    height: 54px;
    font-size: 1.55rem;
  }

  .process-steps__line {
    width: 24px;
    margin-top: -27px;
  }

  .process-art {
    min-height: 270px;
    gap: 5px;
  }

  .process-art::before {
    width: 75%;
    height: 220px;
  }

  .ui-card {
    width: 30%;
    height: 190px;
    padding: 22px 12px;
    border-radius: 14px;
  }

  .ui-circle {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
  }

  .ui-square {
    width: 34px;
    height: 34px;
    margin-bottom: 15px;
  }

  .ui-check {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    font-size: 1.7rem;
  }

  .ui-card i {
    height: 6px;
    margin-top: 10px;
  }

  .ui-card b {
    width: 14px;
    height: 14px;
    margin: 20px 1px 0 0;
  }

  .ui-card--improve em {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    font-size: 0.55rem;
  }

  .process-arrow {
    font-size: 1.35rem;
  }

  .process-art .accent-shard {
    top: 15px;
  }

  .section-panel {
    min-height: auto;
    margin-bottom: 20px;
    padding: 28px 22px;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: left;
    border-radius: 20px;
  }

  .panel-illustration {
    width: 145px;
    min-height: 100px;
    margin-inline: auto;
  }

  .panel-illustration--support span:first-child {
    width: 82px;
    height: 82px;
    font-size: 2.8rem;
  }

  .panel-illustration--support span:last-child {
    width: 88px;
    height: 66px;
  }

  .panel-illustration--contact::before {
    width: 126px;
    height: 86px;
  }

  .panel-illustration--contact span {
    width: 52px;
    height: 52px;
    font-size: 1.8rem;
  }

  .panel-copy h2 {
    font-size: 1.65rem;
  }

  .section-panel .button {
    width: 100%;
    grid-column: auto;
  }

  .site-footer {
    padding: 30px 0;
    margin-top: 50px;
  }

  .site-footer__inner {
    gap: 20px;
  }

  .footer-menu {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 16px;
  }

  .footer-menu a {
    min-height: 42px;
    font-size: 0.9rem;
    white-space: normal;
  }

  .footer-menu > li:last-child > a {
    padding: 0;
    color: var(--violet-dark);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .content-card {
    padding: 26px 22px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Apps Directory */
.apps-hero {
  display: grid;
  min-height: 620px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
  gap: 70px;
}

.apps-hero__copy {
  position: relative;
  z-index: 2;
}

.apps-hero-art {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
}

.apps-hero-art__image {
  width: 100%;
  height: auto;
}

.apps-hero-art__backdrop {
  position: absolute;
  width: 410px;
  height: 390px;
  top: 50px;
  left: 40px;
  background: #efecff;
  border-radius: 110px 38px 95px 40px;
  transform: rotate(4deg);
}

.directory-card {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 265px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e8e5f1;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.directory-card--one {
  top: 120px;
  left: 5px;
  transform: rotate(-7deg);
}

.directory-card--two {
  z-index: 3;
  top: 82px;
  left: 160px;
  transform: rotate(3deg);
}

.directory-card--three {
  top: 125px;
  right: 0;
  transform: rotate(8deg);
}

.directory-card i {
  display: block;
  height: 8px;
  margin: 13px 0;
  background: #ddd9eb;
  border-radius: 8px;
}

.directory-card i:nth-of-type(2) {
  width: 70%;
}

.directory-card b {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 18px 3px 0 0;
  background: #e4dfff;
  border-radius: 6px;
}

.directory-card--one span {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border: 4px solid var(--violet);
  border-right-color: #d6ceff;
  border-radius: 50%;
}

.directory-card--two span {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--violet), #a994ff);
  border-radius: 8px;
}

.directory-card--three em {
  display: grid;
  width: 26px;
  height: 26px;
  margin: 20px 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--violet);
  border-radius: 50%;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
}

.apps-hero-art__gem {
  position: absolute;
  z-index: 5;
  width: 160px;
  height: 160px;
  right: 135px;
  bottom: 14px;
  filter: drop-shadow(0 20px 20px rgba(66, 40, 184, 0.2));
}

.apps-hero-art .accent-shard {
  top: 56px;
  right: 14px;
}

.apps-listing .section-intro,
.growing-apps .section-intro {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.featured-app {
  position: relative;
  display: grid;
  min-height: 620px;
  padding: 58px 64px;
  align-items: center;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  gap: 46px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.featured-app::after {
  position: absolute;
  z-index: 0;
  width: 490px;
  height: 500px;
  right: 28px;
  bottom: 25px;
  content: "";
  background: #f0edff;
  border-radius: 120px 40px 100px 45px;
  transform: rotate(5deg);
}

.featured-app__copy,
.featured-app__visual {
  position: relative;
  z-index: 2;
}

.featured-app__heading {
  display: flex;
  align-items: center;
  gap: 26px;
}

.featured-app__heading h3 {
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 4vw, 3.45rem);
}

.featured-app__heading p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
}

.beautyshelf-icon {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  border-radius: 24px;
  box-shadow: 0 14px 28px rgba(98, 68, 232, 0.22);
}

.beautyshelf-icon svg {
  width: 74px;
  height: 74px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.app-benefits {
  display: flex;
  gap: 24px;
  margin: 44px 0 38px;
}

.app-benefit {
  min-width: 88px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  font-size: 0.9rem;
}

.app-benefit__icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: var(--violet);
  background: var(--violet-soft);
  border-radius: 50%;
}

.app-benefit__icon--gold {
  color: #e99b00;
  background: var(--gold-soft);
}

.app-benefit__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.featured-app__visual {
  min-height: 530px;
  display: grid;
  place-items: center;
}

.beautyshelf-phone {
  position: relative;
  z-index: 2;
  width: 318px;
  height: 590px;
  padding: 14px;
  color: var(--ink);
  background: #101118;
  border: 3px solid #292a33;
  border-radius: 52px;
  box-shadow: 0 30px 55px rgba(23, 33, 58, 0.24);
  transform: rotate(8deg);
}

.beautyshelf-phone::after {
  position: absolute;
  width: 4px;
  height: 86px;
  top: 118px;
  right: -7px;
  content: "";
  background: #6e7079;
  border-radius: 0 4px 4px 0;
}

.beautyshelf-phone__speaker {
  position: absolute;
  z-index: 5;
  width: 82px;
  height: 23px;
  top: 21px;
  left: 50%;
  background: #090a0e;
  border-radius: 18px;
  transform: translateX(-50%);
}

.beautyshelf-screen {
  height: 100%;
  padding: 24px 16px 14px;
  overflow: hidden;
  background: #fff;
  border-radius: 38px;
}

.beautyshelf-status,
.beautyshelf-toolbar,
.beautyshelf-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.beautyshelf-status {
  padding-inline: 4px;
  font-size: 0.65rem;
  font-weight: 750;
}

.beautyshelf-toolbar {
  min-height: 54px;
  font-size: 0.85rem;
}

.beautyshelf-search {
  padding: 11px 14px;
  color: #9296a6;
  background: #f5f3fb;
  border-radius: 11px;
  font-size: 0.72rem;
}

.beautyshelf-products {
  display: grid;
  margin-top: 15px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.product-tile {
  position: relative;
  height: 95px;
  display: block;
  background: #f2efff;
  border-radius: 10px;
}

.product-tile:nth-child(2n) {
  background: #f6f2fb;
}

.product-tile:nth-child(3n) {
  background: #fff1e8;
}

.product-tile::before,
.product-tile::after {
  position: absolute;
  left: 50%;
  content: "";
  background: linear-gradient(#c3b9ec, #9683dc);
  transform: translateX(-50%);
}

.product-tile::before {
  width: 24px;
  height: 52px;
  bottom: 13px;
  border-radius: 7px 7px 5px 5px;
}

.product-tile::after {
  width: 12px;
  height: 11px;
  bottom: 65px;
  border-radius: 2px 2px 0 0;
}

.product-tile--tube::before {
  width: 20px;
  height: 62px;
  border-radius: 4px 4px 9px 9px;
  transform: translateX(-50%) rotate(5deg);
}

.product-tile--tube::after {
  width: 18px;
  height: 6px;
  bottom: 11px;
}

.product-tile--jar::before {
  width: 42px;
  height: 27px;
  bottom: 16px;
  border-radius: 7px;
}

.product-tile--jar::after {
  width: 40px;
  height: 7px;
  bottom: 43px;
}

.product-tile--pump::after {
  width: 24px;
  height: 7px;
  bottom: 66px;
  border-radius: 2px;
}

.beautyshelf-collections {
  margin-top: 16px;
  font-size: 0.74rem;
}

.beautyshelf-collections > div {
  display: grid;
  margin-top: 9px;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.beautyshelf-collections span {
  padding: 12px 6px;
  background: #fff0da;
  border-radius: 8px;
  font-size: 0.64rem;
}

.beautyshelf-collections span:nth-child(2) {
  background: #f8e9e6;
}

.beautyshelf-collections span:nth-child(3) {
  background: #eee8ff;
}

.beautyshelf-tabs {
  padding-top: 13px;
  margin-top: 14px;
  color: #555a70;
  border-top: 1px solid #eceaf2;
}

.beautyshelf-tabs strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--violet);
  border-radius: 50%;
  font-size: 1.4rem;
}

.featured-app__visual .accent-shard {
  top: 80px;
  right: 0;
}

.growing-apps {
  padding-top: 50px;
}

.future-apps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.future-app-card {
  min-height: 300px;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.future-app-card img {
  width: min(220px, 100%);
  height: auto;
}

.apps-support-panel {
  margin-top: 20px;
}

@media (max-width: 1080px) {
  .apps-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 35px;
  }

  .featured-app {
    padding-inline: 42px;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .beautyshelf-phone {
    width: 292px;
    height: 550px;
  }
}

@media (max-width: 900px) {
  .apps-hero {
    min-height: auto;
    padding-top: 82px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .apps-hero-art {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .apps-hero-art__backdrop {
    left: 50%;
    transform: translateX(-50%) rotate(4deg);
  }

  .directory-card--one {
    left: 7%;
  }

  .directory-card--two {
    left: 36%;
  }

  .directory-card--three {
    right: 5%;
  }

  .apps-hero-art__gem {
    right: 34%;
  }

  .featured-app {
    padding: 44px;
    grid-template-columns: 1fr;
  }

  .featured-app::after {
    right: 50%;
    bottom: 45px;
    transform: translateX(50%) rotate(5deg);
  }

  .featured-app__copy {
    max-width: 650px;
  }

  .featured-app__visual {
    min-height: 580px;
  }
}

@media (max-width: 640px) {
  .apps-hero {
    padding-top: 62px;
  }

  .apps-hero-art__backdrop {
    width: 86%;
    height: 280px;
    top: 35px;
  }

  .directory-card {
    width: 31%;
    height: 195px;
    padding: 18px 12px;
    border-radius: 15px;
  }

  .directory-card--one {
    top: 85px;
    left: 2%;
  }

  .directory-card--two {
    top: 58px;
    left: 34.5%;
  }

  .directory-card--three {
    top: 88px;
    right: 2%;
  }

  .directory-card b {
    width: 17px;
    height: 17px;
    margin-top: 10px;
  }

  .directory-card--one span,
  .directory-card--two span {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }

  .directory-card--three em {
    width: 20px;
    height: 20px;
    margin-top: 11px;
    font-size: 0.7rem;
  }

  .apps-hero-art__gem {
    width: 112px;
    height: 112px;
    right: 34%;
    bottom: 6px;
  }

  .apps-listing .section-intro,
  .growing-apps .section-intro {
    margin-bottom: 30px;
    text-align: left;
  }

  .featured-app {
    padding: 28px 20px 40px;
    gap: 30px;
    border-radius: 20px;
  }

  .featured-app::after {
    width: 320px;
    height: 410px;
  }

  .featured-app__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .featured-app__heading h3 {
    font-size: 2.35rem;
  }

  .beautyshelf-icon {
    width: 92px;
    height: 92px;
    border-radius: 20px;
  }

  .beautyshelf-icon svg {
    width: 58px;
    height: 58px;
  }

  .app-benefits {
    justify-content: space-between;
    gap: 8px;
    margin-block: 30px;
  }

  .app-benefit {
    min-width: 0;
    flex: 1;
  }

  .app-benefit__icon {
    width: 62px;
    height: 62px;
  }

  .app-benefit__icon svg {
    width: 31px;
    height: 31px;
  }

  .featured-app__visual {
    min-height: 500px;
  }

  .beautyshelf-phone {
    width: 260px;
    height: 490px;
    border-radius: 44px;
    transform: rotate(3deg);
  }

  .beautyshelf-screen {
    border-radius: 32px;
  }

  .beautyshelf-products {
    gap: 6px;
  }

  .product-tile {
    height: 73px;
  }

  .product-tile::before {
    height: 39px;
    bottom: 11px;
  }

  .product-tile::after {
    bottom: 50px;
  }

  .beautyshelf-collections span {
    padding: 9px 4px;
  }

  .future-apps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .future-app-card {
    min-height: 230px;
  }

  .future-app-card img {
    width: min(180px, 100%);
  }
}

/* About & Contact */
.about-hero {
  display: grid;
  min-height: 640px;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  gap: 70px;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
}

.about-hero-art {
  position: relative;
  min-height: 520px;
}

.about-hero-art__backdrop {
  position: absolute;
  width: 430px;
  height: 405px;
  top: 52px;
  left: 25px;
  background: #efecff;
  border-radius: 110px 35px 100px 42px;
  transform: rotate(5deg);
}

.about-hero-art__gem {
  position: absolute;
  z-index: 2;
  width: 245px;
  height: 245px;
  top: 150px;
  left: 64px;
  filter: drop-shadow(0 22px 22px rgba(66, 40, 184, 0.2));
}

.message-bubble {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.message-bubble::after {
  position: absolute;
  content: "";
  background: inherit;
  transform: rotate(45deg);
}

.message-bubble--violet {
  width: 138px;
  height: 98px;
  top: 42px;
  left: 115px;
  color: var(--violet);
  border-radius: 34px;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}

.message-bubble--violet::after {
  width: 28px;
  height: 28px;
  left: 22px;
  bottom: -10px;
}

.message-bubble--gold {
  width: 122px;
  height: 88px;
  left: 4px;
  bottom: 38px;
  color: #ed9c00;
  border-radius: 28px;
  font-size: 2.5rem;
}

.message-bubble--gold::after {
  width: 24px;
  height: 24px;
  right: 19px;
  bottom: -8px;
}

.contact-envelope {
  position: absolute;
  z-index: 5;
  width: 188px;
  height: 154px;
  right: 0;
  bottom: 38px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e4e1ed;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.contact-envelope::before,
.contact-envelope::after {
  position: absolute;
  width: 118px;
  height: 2px;
  bottom: 42px;
  content: "";
  background: #e1deeb;
}

.contact-envelope::before {
  left: -4px;
  transform: rotate(34deg);
}

.contact-envelope::after {
  right: -4px;
  transform: rotate(-34deg);
}

.contact-envelope span {
  position: relative;
  z-index: 2;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-dark));
  border-radius: 50%;
  font-size: 3.2rem;
  font-weight: 720;
  box-shadow: 0 13px 26px rgba(98, 68, 232, 0.24);
}

.about-hero-art .accent-shard {
  top: 62px;
  right: 4px;
}

.about-details .section-intro {
  max-width: 780px;
}

.about-principles .icon-bubble img {
  width: 48px;
  height: 48px;
}

.contact-section {
  display: grid;
  padding: 56px 62px;
  align-items: start;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  scroll-margin-top: 32px;
}

.contact-section__intro {
  padding-top: 36px;
}

.contact-section__intro h2 {
  margin-bottom: 20px;
}

.contact-section__intro p {
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.form-field {
  min-width: 0;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 690;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid #d8d6df;
  border-radius: 10px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9195a2;
  opacity: 1;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(98, 68, 232, 0.13);
}

.contact-form .button {
  width: 100%;
  cursor: pointer;
}

.form-privacy {
  margin: 12px 0 0;
  color: #747987;
  font-size: 0.82rem;
  text-align: center;
}

.form-privacy span {
  margin-right: 5px;
  color: var(--muted);
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
}

.form-notice {
  padding: 14px 16px;
  margin-bottom: 22px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 620;
}

.form-notice--success {
  color: #24643b;
  background: #ecf8f0;
  border-color: #addcbc;
}

.form-notice--error {
  color: #8c2f38;
  background: #fff0f1;
  border-color: #efb6bb;
}

.about-support-panel {
  margin-top: 55px;
}

@media (max-width: 1080px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 35px;
  }

  .contact-section {
    padding-inline: 42px;
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    min-height: auto;
    padding-top: 82px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-hero-art {
    width: min(560px, 100%);
    min-height: 460px;
    margin-inline: auto;
  }

  .about-hero-art__backdrop {
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-section__intro {
    max-width: 680px;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding-top: 62px;
  }

  .about-hero-art {
    min-height: 350px;
  }

  .about-hero-art__backdrop {
    width: 86%;
    height: 285px;
    top: 32px;
  }

  .about-hero-art__gem {
    width: 175px;
    height: 175px;
    top: 108px;
    left: 20%;
  }

  .message-bubble--violet {
    width: 100px;
    height: 72px;
    top: 20px;
    left: 21%;
    border-radius: 24px;
    font-size: 1.7rem;
  }

  .message-bubble--gold {
    width: 82px;
    height: 62px;
    left: 1%;
    bottom: 20px;
    border-radius: 20px;
    font-size: 1.8rem;
  }

  .contact-envelope {
    width: 130px;
    height: 110px;
    right: 0;
    bottom: 18px;
    border-radius: 18px;
  }

  .contact-envelope::before,
  .contact-envelope::after {
    width: 84px;
    bottom: 30px;
  }

  .contact-envelope span {
    width: 64px;
    height: 64px;
    font-size: 2.2rem;
  }

  .about-details .section-intro {
    text-align: left;
  }

  .contact-section {
    width: calc(100% - 40px);
    padding: 30px 20px;
    border-radius: 20px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .form-field--wide {
    grid-column: auto;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
  }

  .about-support-panel {
    margin-top: 34px;
  }
}

/* Privacy & Legal */
.privacy-hero {
  display: grid;
  min-height: 620px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  gap: 72px;
}

.privacy-hero__copy {
  position: relative;
  z-index: 2;
}

.privacy-hero__copy h1 {
  max-width: 610px;
  font-size: clamp(3.25rem, 5.4vw, 5rem);
}

.privacy-hero__copy .lede {
  max-width: 620px;
}

.privacy-hero-art {
  position: relative;
  min-height: 500px;
}

.privacy-hero-art__backdrop {
  position: absolute;
  width: 430px;
  height: 390px;
  top: 55px;
  left: 42px;
  background: linear-gradient(145deg, #f3f0ff, #e9e4ff);
  border-radius: 100px 38px 92px 42px;
  transform: rotate(4deg);
}

.privacy-shield {
  position: absolute;
  z-index: 2;
  width: 230px;
  height: auto;
  top: 100px;
  left: 40px;
  filter: drop-shadow(0 24px 22px rgba(76, 45, 225, 0.2));
  transform: rotate(-3deg);
}

.privacy-document {
  position: absolute;
  z-index: 3;
  width: 205px;
  height: 245px;
  top: 154px;
  right: 7px;
  padding: 68px 34px 30px;
  background: linear-gradient(145deg, #fff, #f9f8ff);
  border: 1px solid rgba(218, 214, 236, 0.86);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.privacy-document::before {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -1px;
  right: -1px;
  content: "";
  background: linear-gradient(225deg, var(--violet) 50%, transparent 51%);
  border-radius: 0 24px 0 10px;
}

.privacy-document span {
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 15px;
  background: #d6d1ea;
  border-radius: 8px;
}

.privacy-document span:nth-child(2) {
  width: 82%;
}

.privacy-document span:nth-child(3) {
  width: 92%;
}

.privacy-document span:nth-child(4) {
  width: 66%;
}

.privacy-lock {
  position: absolute;
  z-index: 4;
  width: 98px;
  height: 92px;
  left: 223px;
  bottom: 54px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #b7abff, #8d7af1);
  border: 1px solid rgba(98, 68, 232, 0.28);
  border-radius: 23px;
  box-shadow: 0 17px 28px rgba(76, 45, 225, 0.18);
}

.privacy-lock::before {
  position: absolute;
  width: 58px;
  height: 58px;
  top: -48px;
  content: "";
  border: 13px solid #a89af8;
  border-bottom: 0;
  border-radius: 32px 32px 0 0;
}

.privacy-lock span {
  width: 18px;
  height: 28px;
  background: var(--ink);
  clip-path: polygon(50% 0, 80% 25%, 68% 100%, 32% 100%, 20% 25%);
}

.privacy-accent,
.privacy-contact-accent {
  position: absolute;
  z-index: 5;
  width: 78px;
  height: 50px;
  top: 68px;
  right: 0;
  background: var(--gold);
  clip-path: polygon(0 0, 68% 5%, 100% 100%, 24% 78%);
}

.privacy-principles {
  padding-top: 72px;
}

.privacy-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.privacy-principle-card {
  min-height: 310px;
  padding: 40px 28px 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.privacy-principle-card__icon {
  width: 86px;
  height: 86px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  color: var(--violet);
  background: var(--violet-soft);
  border-radius: 50%;
}

.privacy-principle-card__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-principle-card__icon .gold-stroke {
  stroke: #efa700;
}

.privacy-principle-card h3 {
  margin-bottom: 12px;
}

.privacy-principle-card p {
  max-width: 270px;
  margin-bottom: 0;
  color: var(--muted);
}

.legal-documents {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, 0.72fr) minmax(560px, 1.28fr);
  gap: 80px;
}

.legal-documents__intro p {
  max-width: 390px;
  color: var(--muted);
}

.legal-document-list {
  display: grid;
  gap: 14px;
}

.legal-document-link {
  min-height: 126px;
  padding: 19px 24px 19px 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 22px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.legal-document-link:hover {
  color: var(--ink);
  border-color: rgba(98, 68, 232, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.legal-document-link__icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: var(--violet);
  background: var(--violet-soft);
  border-radius: 14px;
}

.legal-document-link__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-document-link__copy {
  display: grid;
  gap: 4px;
}

.legal-document-link__copy strong {
  font-size: 1.12rem;
}

.legal-document-link__copy > span {
  color: var(--muted);
  font-size: 0.93rem;
}

.legal-document-link__arrow {
  color: var(--violet);
  font-size: 2rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.legal-document-link:hover .legal-document-link__arrow {
  transform: translateX(5px);
}

.privacy-contact {
  min-height: 350px;
  margin-top: 55px;
  padding: 52px 68px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.82fr) minmax(430px, 1.18fr);
  gap: 55px;
  overflow: hidden;
  background: linear-gradient(120deg, #f0edff, #faf8ff);
  border: 1px solid #e6e1ff;
  border-radius: 28px;
}

.privacy-contact__copy {
  position: relative;
  z-index: 2;
}

.privacy-contact__copy h2 {
  max-width: 430px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.privacy-contact__copy p {
  max-width: 380px;
  margin-bottom: 26px;
  color: var(--muted);
}

.privacy-contact-art {
  position: relative;
  min-height: 250px;
}

.privacy-envelope {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 190px;
  left: 54px;
  bottom: 8px;
  overflow: hidden;
  background: linear-gradient(150deg, #fff, #eeebfb);
  border: 1px solid #ded8f3;
  border-radius: 20px;
  box-shadow: 0 20px 34px rgba(75, 52, 163, 0.14);
}

.privacy-envelope::before,
.privacy-envelope::after {
  position: absolute;
  width: 240px;
  height: 240px;
  bottom: -150px;
  content: "";
  background: #fff;
  border: 1px solid #e3dff1;
  transform: rotate(45deg);
}

.privacy-envelope::before {
  left: -72px;
}

.privacy-envelope::after {
  right: -72px;
}

.privacy-envelope span:first-child {
  position: absolute;
  z-index: 0;
  width: 192px;
  height: 142px;
  left: 54px;
  top: -35px;
  background: linear-gradient(145deg, #8067f2, #5b3de0);
  border-radius: 18px;
  transform: rotate(3deg);
}

.privacy-envelope span:last-child {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 9px;
  left: 98px;
  top: 38px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 23px 0 #fff;
}

.privacy-contact-shield {
  position: absolute;
  z-index: 4;
  width: 116px;
  height: auto;
  left: 302px;
  bottom: -2px;
  filter: drop-shadow(0 16px 18px rgba(76, 45, 225, 0.2));
}

.privacy-contact-accent {
  top: 12px;
  right: 0;
  width: 72px;
  height: 46px;
}

@media (max-width: 1080px) {
  .privacy-hero {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr);
    gap: 38px;
  }

  .privacy-hero-art {
    transform: scale(0.9);
    transform-origin: center;
  }

  .legal-documents {
    gap: 45px;
  }

  .privacy-contact {
    padding-inline: 48px;
    grid-template-columns: minmax(280px, 0.8fr) minmax(390px, 1.2fr);
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .privacy-hero {
    min-height: auto;
    padding-top: 82px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .privacy-hero__copy h1 {
    max-width: 720px;
  }

  .privacy-hero-art {
    width: min(560px, 100%);
    min-height: 470px;
    margin-inline: auto;
    transform: none;
  }

  .privacy-principles__grid {
    grid-template-columns: 1fr;
  }

  .privacy-principle-card {
    min-height: 150px;
    padding: 26px 30px;
    align-items: center;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 24px;
    text-align: left;
  }

  .privacy-principle-card__icon {
    width: 76px;
    height: 76px;
    margin: 0;
    grid-row: span 2;
  }

  .privacy-principle-card__icon svg {
    width: 50px;
    height: 50px;
  }

  .privacy-principle-card h3 {
    align-self: end;
    margin: 0 0 4px;
  }

  .privacy-principle-card p {
    align-self: start;
    max-width: none;
  }

  .legal-documents {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .legal-documents__intro {
    max-width: 680px;
  }

  .privacy-contact {
    padding: 42px;
    grid-template-columns: 1fr;
  }

  .privacy-contact-art {
    width: min(480px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .privacy-hero {
    padding-top: 62px;
  }

  .privacy-hero-art {
    min-height: 350px;
  }

  .privacy-hero-art__backdrop {
    width: 82%;
    height: 295px;
    top: 28px;
    left: 9%;
  }

  .privacy-shield {
    width: 170px;
    top: 70px;
    left: 3%;
  }

  .privacy-document {
    width: 155px;
    height: 190px;
    top: 105px;
    right: 0;
    padding: 52px 24px 24px;
    border-radius: 18px;
  }

  .privacy-document::before {
    width: 38px;
    height: 38px;
    border-radius: 0 18px 0 8px;
  }

  .privacy-document span {
    height: 6px;
    margin-bottom: 11px;
  }

  .privacy-lock {
    width: 72px;
    height: 68px;
    left: 42%;
    bottom: 24px;
    border-radius: 17px;
  }

  .privacy-lock::before {
    width: 44px;
    height: 44px;
    top: -35px;
    border-width: 10px;
  }

  .privacy-lock span {
    width: 13px;
    height: 20px;
  }

  .privacy-accent {
    width: 54px;
    height: 34px;
    top: 35px;
  }

  .privacy-principles {
    padding-top: 45px;
  }

  .privacy-principle-card {
    min-height: 132px;
    padding: 20px;
    grid-template-columns: 66px minmax(0, 1fr);
    column-gap: 18px;
  }

  .privacy-principle-card__icon {
    width: 64px;
    height: 64px;
  }

  .privacy-principle-card__icon svg {
    width: 43px;
    height: 43px;
  }

  .privacy-principle-card p {
    font-size: 0.92rem;
  }

  .legal-document-link {
    min-height: 108px;
    padding: 16px;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 14px;
    border-radius: 15px;
  }

  .legal-document-link__icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }

  .legal-document-link__icon svg {
    width: 38px;
    height: 38px;
  }

  .legal-document-link__copy strong {
    font-size: 1rem;
  }

  .legal-document-link__copy > span {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .legal-document-link__arrow {
    font-size: 1.55rem;
  }

  .privacy-contact {
    width: calc(100% - 40px);
    min-height: auto;
    margin-top: 30px;
    padding: 30px 22px 20px;
    border-radius: 20px;
  }

  .privacy-contact__copy .button {
    width: 100%;
  }

  .privacy-contact-art {
    min-height: 205px;
  }

  .privacy-envelope {
    width: 240px;
    height: 155px;
    left: 0;
  }

  .privacy-envelope span:first-child {
    width: 154px;
    height: 115px;
    left: 43px;
  }

  .privacy-envelope span:last-child {
    left: 70px;
  }

  .privacy-contact-shield {
    width: 90px;
    left: 205px;
  }

  .privacy-contact-accent {
    width: 54px;
    height: 34px;
  }
}
