:root {
  color-scheme: light;
  --ink: #211925;
  --plum: #7f3c90;
  --plum-deep: #5d246b;
  --plum-dark: #42194d;
  --soft: #f3edf4;
  --paper: #fbf8f6;
  --surface: #fff;
  --muted: #6e6572;
  --line: rgba(62, 40, 68, .15);
  --green: #276a52;
  --amber: #9a5a13;
  --shadow: 0 24px 64px rgba(52, 38, 57, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(127, 60, 144, .1), transparent 31rem),
    radial-gradient(circle at 92% 16%, rgba(203, 152, 91, .08), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea, select { font: inherit; }
button, a, label { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible,
select:focus-visible, [contenteditable]:focus-visible {
  outline: 3px solid rgba(127, 60, 144, .38);
  outline-offset: 4px;
}
img { max-width: 100%; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.brand img { width: 36px; height: 36px; display: block; border-radius: 10px; box-shadow: 0 8px 20px rgba(93, 36, 107, .2); }
.brand strong { font-size: 1.16rem; letter-spacing: .01em; }
.nav-side { display: flex; align-items: center; gap: 18px; }
.nav-note { color: var(--muted); font-size: .82rem; font-weight: 700; }
.language-select { min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font-size: .84rem; font-weight: 800; cursor: pointer; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: clamp(50px, 7vw, 96px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-block: 64px 90px;
}
.eyebrow { margin: 0 0 16px; color: var(--plum); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3.7rem, 6vw, 5.25rem); line-height: .98; }
h1 em { color: var(--plum); font-weight: 400; }
h2 { font-size: clamp(2.35rem, 4vw, 3.6rem); line-height: 1.02; }
h3 { font-size: 1rem; }
.lede { max-width: 600px; margin: 0 0 26px; color: var(--muted); font-size: 1.13rem; line-height: 1.62; }
.benefits { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0; padding: 0; list-style: none; color: #4e4551; font-size: .82rem; font-weight: 700; }
.benefits li { display: flex; align-items: center; gap: 7px; }
.benefits li > span:first-child { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(39, 106, 82, .11); color: var(--green); font-size: .72rem; }
.inspiration-preview { position: relative; width: min(470px, 100%); display: grid; grid-template-columns: 1fr 30px 1fr; align-items: center; margin-top: 36px; }
.preview-card { position: relative; overflow: hidden; border: 4px solid #fff; border-radius: 18px; background: #e9e2de; box-shadow: 0 14px 34px rgba(48, 34, 51, .14); transform: rotate(-2deg); }
.preview-card img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.preview-card span { position: absolute; right: 8px; bottom: 8px; padding: 5px 8px; border-radius: 999px; background: rgba(33, 25, 37, .74); color: #fff; font-size: .68rem; font-weight: 800; backdrop-filter: blur(8px); }
.preview-after { transform: rotate(2.2deg) translateY(8px); }
.preview-arrow { position: relative; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; margin-left: -5px; border-radius: 50%; background: var(--plum); color: #fff; box-shadow: 0 8px 20px rgba(127, 60, 144, .25); font-weight: 900; }

.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.work-card-head { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.work-card-head > div { display: flex; align-items: center; gap: 10px; }
.step-dot { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: #fff; font-size: .75rem; font-weight: 900; }
.market-pill { padding: 7px 10px; border-radius: 999px; background: #f5f1ee; color: var(--muted); font-size: .72rem; font-weight: 800; }
.work-card-body { padding: 20px; }
.field-label { display: block; margin: 0 0 8px; font-size: .84rem; font-weight: 800; }
.field-help { margin: -2px 0 10px; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.upload { position: relative; min-height: 230px; display: grid; place-items: center; overflow: hidden; border: 1.5px dashed rgba(127, 60, 144, .42); border-radius: 20px; background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), repeating-linear-gradient(135deg, var(--soft) 0 12px, #fbf8fc 12px 24px); cursor: pointer; text-align: center; }
.upload:hover, .upload.dragging { border-color: var(--plum); background-color: var(--soft); }
.upload input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-copy { position: relative; z-index: 2; max-width: 300px; padding: 24px; }
.upload-copy strong, .upload-copy small { display: block; }
.upload-copy small { color: var(--muted); line-height: 1.45; }
.upload-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; background: var(--plum); color: #fff; box-shadow: 0 10px 24px rgba(127, 60, 144, .22); font-size: 1.35rem; }
.upload-preview { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.upload.has-image .upload-copy { align-self: end; width: calc(100% - 22px); max-width: none; margin: 11px; padding: 11px 13px; border-radius: 14px; background: rgba(33, 25, 37, .79); color: #fff; backdrop-filter: blur(9px); }
.upload.has-image .upload-icon { display: none; }
.upload.has-image small { color: rgba(255,255,255,.78); }
.upload-meta { display: block; margin-top: 4px; color: inherit; font-size: .7rem; font-weight: 700; }
.prompt-wrap { margin-top: 17px; }
.quick-actions { display: flex; gap: 8px; overflow-x: auto; margin: 0 0 9px; padding: 2px 2px 8px; scrollbar-width: thin; }
.prompt-chip, .reason-chip, .rating-button { flex: 0 0 auto; min-height: 38px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); color: var(--plum-deep); cursor: pointer; font-size: .75rem; font-weight: 800; }
.prompt-chip:hover, .reason-chip:hover, .rating-button:hover, .reason-chip[aria-pressed="true"], .rating-button[aria-pressed="true"] { border-color: var(--plum); background: var(--plum); color: #fff; }
.template-info { display: flex; align-items: flex-start; gap: 9px; margin: 1px 0 10px; padding: 10px 12px; border: 1px solid #dbc7e0; border-radius: 12px; background: #faf5fb; color: #5d5261; font-size: .75rem; line-height: 1.45; }
.template-info strong { color: var(--plum-deep); }
.prompt-editor { width: 100%; min-height: 105px; max-height: 190px; padding: 13px 14px; overflow-y: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; line-height: 1.5; white-space: pre-wrap; }
.prompt-editor:hover, .prompt-editor:focus { border-color: var(--plum); }
.prompt-editor:empty::before { color: #928995; content: attr(data-placeholder); pointer-events: none; }
.template-field { padding: 1px 4px; border-radius: 5px; background: #efe3f2; color: var(--plum-deep); font-weight: 900; }
.field-meta { display: flex; justify-content: space-between; gap: 12px; margin: 7px 2px 0; color: var(--muted); font-size: .72rem; }
.agreement { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; margin-top: 13px; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.agreement input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--plum); }
.text-button { padding: 0; border: 0; background: transparent; color: var(--plum-deep); cursor: pointer; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.primary-button, .secondary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border-radius: 999px; cursor: pointer; font-weight: 850; }
.primary-button { width: 100%; margin-top: 17px; border: 1px solid var(--plum); background: var(--plum); color: #fff; }
.primary-button:hover { border-color: var(--plum-deep); background: var(--plum-deep); }
.primary-button:disabled { cursor: not-allowed; opacity: .52; }
.secondary-button { border: 1px solid var(--plum); background: #fff; color: var(--plum-deep); }
.secondary-button:hover { background: var(--soft); }
.privacy-note { margin: 10px 8px 0; color: var(--muted); font-size: .72rem; line-height: 1.45; text-align: center; }
.form-error, .result-warning { margin-top: 12px; padding: 10px 12px; border: 1px solid rgba(154, 90, 19, .24); border-radius: 12px; background: #fff8ed; color: #754309; font-size: .78rem; line-height: 1.45; }

.processing-shell { min-height: calc(100vh - 170px); display: grid; place-items: center; padding-block: 54px 90px; }
.processing-card { width: min(680px, 100%); padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); text-align: center; }
.processing-visual { position: relative; width: min(430px, 94%); aspect-ratio: 4 / 3; overflow: hidden; margin: 0 auto 28px; border-radius: 22px; background: #eee6e0; box-shadow: 0 18px 42px rgba(52, 38, 57, .14); }
.processing-visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.75); }
.scan-line { position: absolute; inset: 0; background: linear-gradient(100deg, transparent 10%, rgba(255,255,255,.76) 48%, transparent 86%); transform: translateX(-100%); animation: sweep 1.8s ease-in-out infinite; }
.spinner { width: 38px; height: 38px; margin: 0 auto 16px; border: 4px solid var(--soft); border-top-color: var(--plum); border-radius: 50%; animation: spin .9s linear infinite; }
.processing-card h2 { margin-bottom: 10px; }
.processing-card > p:not(.eyebrow) { max-width: 470px; margin: 0 auto; color: var(--muted); line-height: 1.55; }
.process-steps { display: flex; justify-content: center; gap: 9px; margin-top: 24px; }
.process-steps span { padding: 7px 10px; border-radius: 999px; background: #f5f2f0; color: var(--muted); font-size: .69rem; font-weight: 800; }
.process-steps .active { background: var(--soft); color: var(--plum-deep); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes sweep { 55%, 100% { transform: translateX(100%); } }

.result-hero { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-block: 70px 38px; }
.result-heading { max-width: 780px; }
.result-heading h1 { margin-bottom: 18px; font-size: clamp(3.15rem, 6vw, 5rem); }
.result-heading .lede { margin-bottom: 0; }
.capacity-waitlist { width: min(520px, 100%); padding: 22px; border: 1px solid #dfd1e3; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(52, 38, 57, .09); }
.capacity-waitlist .eyebrow { margin-bottom: 9px; }
.capacity-waitlist h2 { margin-bottom: 8px; font-size: 1.75rem; letter-spacing: -.025em; }
.capacity-waitlist > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.waitlist-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 15px; }
.waitlist-form .text-input { min-width: 0; }
.waitlist-form .primary-button { width: auto; min-height: 50px; margin: 0; white-space: nowrap; }
.capacity-waitlist .waitlist-privacy { margin-top: 8px; font-size: .7rem; }
.capacity-waitlist .waitlist-success { margin-top: 14px; padding: 10px 12px; border-radius: 12px; background: rgba(39, 106, 82, .09); color: var(--green); font-weight: 800; }
.comparison-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; padding-bottom: 84px; }
.comparison-grid figure { margin: 0; }
.image-frame { position: relative; height: 100%; min-height: 430px; overflow: hidden; border-radius: 26px; background: #e9e2de; box-shadow: 0 17px 40px rgba(52, 38, 57, .12); }
.image-frame > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.image-frame > span:not(.ai-label) { position: absolute; left: 14px; bottom: 14px; padding: 8px 12px; border-radius: 999px; background: rgba(33, 25, 37, .76); color: #fff; font-size: .73rem; font-weight: 850; backdrop-filter: blur(9px); }
.ai-label { position: absolute; top: 14px; right: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(255,255,255,.82); color: var(--plum-deep); font-size: .7rem; font-weight: 850; backdrop-filter: blur(8px); }
.products-section { padding-block: 82px 100px; border-top: 1px solid var(--line); background: #fff; }
.products-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 44px; }
.products-heading h2 { margin-bottom: 0; }
.products-heading > p { max-width: 410px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.product-groups { display: grid; gap: 52px; }
.product-group { min-width: 0; }
.product-group-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.product-group-head h3 { margin: 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 400; }
.product-group-head p { margin: 0; color: var(--muted); font-size: .77rem; }
.row-controls { display: flex; gap: 7px; }
.row-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--plum-deep); cursor: pointer; font-weight: 900; }
.row-button:hover { background: var(--soft); }
.product-row { display: flex; gap: 14px; overflow-x: auto; padding: 2px 2px 16px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.product-card { width: 230px; min-width: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; scroll-snap-align: start; transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(52, 38, 57, .12); }
.product-card img { width: 100%; aspect-ratio: 1 / .82; display: block; object-fit: cover; background: #f1ece8; }
.product-card-body { padding: 14px; }
.product-store { display: block; overflow: hidden; color: var(--plum); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-card h4 { min-height: 42px; margin: 8px 0; display: -webkit-box; overflow: hidden; font-size: .88rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.discover-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; min-height: 315px; padding: 24px; border-style: dashed; color: var(--plum-deep); text-decoration: none; }
.discover-card > span:first-child { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--plum); color: white; font-size: 1.2rem; }
.discover-card strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; line-height: 1.1; }
.discover-card > span:last-child { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.product-meta { min-height: 21px; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 11px; color: var(--muted); font-size: .68rem; }
.product-price { color: var(--ink); font-size: 1rem; font-weight: 900; }
.store-link { width: 100%; min-height: 39px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 999px; background: var(--soft); color: var(--plum-deep); font-size: .74rem; font-weight: 850; text-decoration: none; }
.store-link:hover { background: var(--plum); color: #fff; }
.product-loading { width: 230px; min-width: 230px; min-height: 330px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); font-size: .75rem; }
.empty-products { padding: 20px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); }

.footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.footer > div { display: flex; align-items: center; gap: 14px; }
.footer-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.footer-brand img { width: 30px; height: 30px; display: block; border-radius: 8px; }

.modal { width: min(620px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 26px; background: transparent; box-shadow: 0 30px 90px rgba(22, 14, 24, .3); }
.modal::backdrop { background: rgba(33, 25, 37, .58); backdrop-filter: blur(5px); }
.modal-card { position: relative; padding: 34px; border-radius: 26px; background: #fff; }
.modal-card h2 { margin-bottom: 13px; }
.modal-card p, .modal-card li { color: var(--muted); line-height: 1.55; }
.modal-card li + li { margin-top: 7px; }
.modal-close { position: absolute; top: 17px; right: 17px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; font-size: 1.35rem; }
.terms-modal { width: min(760px, calc(100% - 32px)); }
.terms-modal h3 { margin-top: 25px; }
.privacy-modal { width: min(680px, calc(100% - 32px)); }
.privacy-modal h2:focus { outline: none; }
.privacy-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.choice-button { min-height: 46px; padding: 10px 14px; border: 1px solid var(--plum); border-radius: 12px; background: #fff; color: var(--plum-deep); font: inherit; font-weight: 800; cursor: pointer; }
.choice-button:hover { background: #f7eff9; }
#privacy-reject, #privacy-accept, #privacy-details-reject, #privacy-details-accept { border-color: var(--plum); background: var(--plum); color: #fff; }
#privacy-reject:hover, #privacy-accept:hover, #privacy-details-reject:hover, #privacy-details-accept:hover { border-color: var(--plum-deep); background: var(--plum-deep); }
.privacy-choice { display: block; margin: 12px 0; padding: 14px 16px; border: 1px solid #e3d8e6; border-radius: 14px; background: #fff; cursor: pointer; }
.privacy-choice > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.privacy-choice p { margin: 7px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.privacy-choice input { width: 22px; height: 22px; accent-color: var(--plum); }
.required-choice { background: #f7f4f8; cursor: default; }
.required-choice span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.legal-note { padding: 12px 14px; border-radius: 12px; background: #f6f2f0; font-size: .76rem; }
.rating-buttons, .reason-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 14px 0 20px; }
.rating-button { width: 44px; height: 44px; padding: 0; border-radius: 50%; }
.nps-buttons { display: grid; grid-template-columns: repeat(11, minmax(0, 1fr)); gap: 6px; margin-bottom: 8px; }
.nps-buttons .rating-button { width: 100%; min-width: 0; height: 40px; border-radius: 12px; }
.nps-scale { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 22px; color: var(--muted); font-size: .72rem; }
.reason-chips { margin-top: 8px; }
.feedback-card textarea { width: 100%; min-height: 90px; resize: vertical; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; }
.text-input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 14px; }
#email-step .field-help { margin: 8px 0 0; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; min-height: 0; gap: 44px; padding-top: 54px; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-copy .lede { margin-inline: auto; }
  .benefits, .inspiration-preview { justify-content: center; margin-inline: auto; }
  .comparison-grid { grid-template-columns: 1fr 1.45fr; }
  .products-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 36px, 1220px); }
  .nav { min-height: 70px; }
  .nav-note { display: none; }
  .brand img { width: 32px; height: 32px; }
  .language-select { min-height: 39px; }
  .hero { padding-block: 44px 68px; }
  h1 { font-size: clamp(2.8rem, 13vw, 3.55rem); }
  .lede { font-size: 1.02rem; line-height: 1.55; }
  .benefits { display: grid; justify-content: start; width: fit-content; text-align: left; }
  .inspiration-preview { grid-template-columns: 1fr 24px 1fr; }
  .preview-arrow { width: 34px; height: 34px; margin-left: -5px; }
  .work-card { margin-inline: -4px; border-radius: 24px; }
  .work-card-head { padding-inline: 17px; }
  .work-card-body { padding: 16px; }
  .upload { min-height: 205px; }
  .prompt-editor { min-height: 118px; }
  .processing-shell { padding-block: 32px 60px; }
  .processing-card { padding: 26px 18px 32px; }
  .process-steps { align-items: center; flex-direction: column; }
  .result-hero { align-items: stretch; flex-direction: column; padding-block: 50px 28px; }
  .result-heading h1 { font-size: 3rem; }
  .secondary-button { width: 100%; }
  .capacity-waitlist { padding: 19px; }
  .waitlist-form { grid-template-columns: minmax(0, 1fr) auto; }
  .waitlist-form .primary-button { padding-inline: 14px; font-size: .78rem; }
  .comparison-grid { width: 100%; grid-template-columns: 1fr; gap: 8px; padding-bottom: 60px; }
  .comparison-grid figure:first-child { width: calc(100% - 36px); margin-inline: auto; }
  .comparison-grid figure:first-child .image-frame { min-height: 240px; border-radius: 20px; }
  .comparison-grid figure:last-child .image-frame { min-height: 360px; border-radius: 0; }
  .products-section { padding-block: 64px 76px; }
  .products-heading { margin-bottom: 34px; }
  .product-groups { gap: 44px; }
  .product-group-head { align-items: start; }
  .product-card { width: min(72vw, 245px); min-width: min(72vw, 245px); }
  .product-row { width: calc(100% + 18px); padding-right: 18px; }
  .nps-buttons { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .footer { align-items: flex-start; flex-direction: column; padding-block: 23px 30px; }
  .footer > div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .modal-card { padding: 30px 22px; }
  .privacy-actions { grid-template-columns: 1fr; }
}

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