:root {
  --red: #c62828;
  --red-dark: #8e0000;
  --red-deep: #560608;
  --red-soft: #fff0f0;
  --ink: #241a1a;
  --muted: #6e5b5b;
  --line: #e7d6d6;
  --surface: #fff8f8;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(70, 12, 14, 0.16);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shell: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 12px;
  color: var(--white);
  background: var(--red-dark);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 22px;
}

.header-inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 24px;
}

.apk-orb {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-content: center;
  justify-items: center;
  border: 1px solid rgba(198, 40, 40, 0.2);
  border-radius: 50%;
  color: var(--red);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(83, 13, 15, 0.11);
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.apk-orb svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apk-orb span {
  margin-top: -1px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.apk-orb:hover {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 32px rgba(198, 40, 40, 0.28);
  transform: translateY(-2px);
}

.wordmark,
.footer-brand {
  font-size: 1.42rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.wordmark strong,
.footer-brand strong {
  color: var(--red);
  font-weight: 800;
}

.desktop-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 28px;
}

.desktop-nav a {
  color: #594949;
  font-size: 0.93rem;
  font-weight: 620;
  text-decoration: none;
  transition: color 150ms ease;
}

.desktop-nav a:hover {
  color: var(--red);
}

.brand-mark {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  filter: drop-shadow(0 10px 16px rgba(142, 0, 0, 0.22));
  transition: transform 180ms ease;
}

.brand-mark:hover {
  transform: rotate(4deg) scale(1.03);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 146px 0 84px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 248, 0.3)),
    var(--surface);
}

.hero::before {
  position: absolute;
  top: -390px;
  right: -220px;
  width: 860px;
  height: 860px;
  border: 1px solid rgba(198, 40, 40, 0.09);
  border-radius: 50%;
  content: "";
}

.hero::after {
  position: absolute;
  top: -240px;
  right: -70px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(198, 40, 40, 0.11);
  border-radius: 50%;
  content: "";
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  top: 70px;
  left: -180px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(198, 40, 40, 0.09), rgba(198, 40, 40, 0));
}

.hero-glow-two {
  right: 28%;
  bottom: -150px;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(240, 187, 71, 0.13), rgba(240, 187, 71, 0));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: 74px;
}

.hero-copy {
  padding-top: 22px;
}

.eyebrow {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  display: block;
  width: 25px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.use-copy h2,
.app-copy h2,
.privacy-inner h2,
.order-copy h2 {
  margin: 0;
  font-size: clamp(2.85rem, 5vw, 5.15rem);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero h1 em {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.89em;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 32px rgba(198, 40, 40, 0.25);
}

.button-primary:hover {
  background: #ad1d20;
  box-shadow: 0 18px 38px rgba(198, 40, 40, 0.34);
}

.button-quiet {
  color: var(--ink);
  background: transparent;
}

.button-quiet:hover {
  color: var(--red);
  background: rgba(198, 40, 40, 0.06);
}

.hero-facts {
  display: flex;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: flex;
  padding: 0 25px;
  align-items: center;
  gap: 11px;
  border-left: 1px solid var(--line);
}

.hero-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-facts strong {
  color: var(--red);
  font-size: 1.18rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.product-photo {
  position: absolute;
  top: 12px;
  right: 0;
  width: min(100%, 520px);
  height: 555px;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.9);
  border-radius: 48% 48% 30px 30px;
  background: #754424;
  box-shadow: var(--shadow);
  transform: rotate(1.6deg);
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  transform: scale(1.02);
}

.nfc-stamp {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: -28px;
  display: flex;
  width: 118px;
  height: 118px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 20px 40px rgba(98, 8, 11, 0.28);
  transform: rotate(-8deg);
}

.nfc-stamp svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.nfc-stamp span {
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  line-height: 1.25;
}

.nfc-stamp strong {
  font-size: 0.65rem;
}

.photo-note {
  position: absolute;
  z-index: 4;
  right: -24px;
  bottom: 0;
  display: flex;
  min-width: 255px;
  padding: 18px 22px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(142, 0, 0, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(63, 11, 12, 0.16);
  backdrop-filter: blur(12px);
}

.photo-note-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

.photo-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.photo-note strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.assurance {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.assurance article {
  display: flex;
  min-height: 142px;
  padding: 32px 36px;
  align-items: center;
  gap: 18px;
  border-left: 1px solid var(--line);
}

.assurance article:first-child {
  border-left: 0;
}

.assurance svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.assurance strong,
.assurance span {
  display: block;
}

.assurance strong {
  margin-bottom: 4px;
  font-size: 1rem;
}

.assurance span {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

.section {
  padding: 118px 0;
}

.section-heading h2,
.use-copy h2,
.app-copy h2,
.privacy-inner h2,
.order-copy h2 {
  font-size: clamp(2.3rem, 4vw, 4.15rem);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 90px;
}

.split-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.steps {
  display: grid;
  margin: 70px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  min-height: 350px;
  padding: 36px 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 0;
  background: rgba(255, 255, 255, 0.72);
}

.steps li:first-child {
  border-left: 1px solid var(--line);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.steps li:last-child {
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.steps li:nth-child(2) {
  background: var(--white);
  box-shadow: 0 24px 55px rgba(80, 24, 25, 0.08);
  transform: translateY(-14px);
}

.step-number {
  position: absolute;
  top: 19px;
  right: 24px;
  color: rgba(198, 40, 40, 0.09);
  font-size: 4.7rem;
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 1;
}

.step-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 64px;
  place-items: center;
  border-radius: 50%;
  color: var(--red);
  background: var(--red-soft);
}

.step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.steps h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.use-cases {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 0%, rgba(230, 70, 70, 0.2), transparent 34%),
    linear-gradient(135deg, var(--red-deep), #2c0708 73%);
}

.use-cases::after {
  position: absolute;
  right: -260px;
  bottom: -370px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
  content: "";
}

.use-cases-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 105px;
}

.eyebrow-light {
  color: #ffb9b9;
}

.use-copy {
  align-self: center;
}

.use-copy p:last-child {
  max-width: 480px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.02rem;
  line-height: 1.75;
}

.use-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.use-list li {
  display: grid;
  min-height: 93px;
  padding: 21px 4px;
  grid-template-columns: 52px 1fr 0.9fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.use-index {
  color: #ff8a8a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.use-list strong {
  font-size: 1.08rem;
}

.use-list li > span:last-child {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
  line-height: 1.45;
}

.app-showcase {
  overflow: hidden;
  background: var(--white);
}

.app-grid {
  display: grid;
  min-height: 670px;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: center;
  gap: 70px;
}

.app-copy {
  position: relative;
  z-index: 3;
}

.app-lead {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.check-list {
  display: grid;
  margin: 30px 0 34px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #544545;
  font-size: 0.94rem;
}

.check-list li span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: 0.76rem;
  font-weight: 800;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(36, 26, 26, 0.18);
}

.button-dark:hover {
  background: #0f0b0b;
}

.download-meta {
  margin: 13px 0 0 18px;
  color: #8a7474;
  font-size: 0.75rem;
}

.phones {
  position: relative;
  min-height: 660px;
}

.phones::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe8e8 0, #fff3f3 48%, rgba(255, 248, 248, 0) 69%);
  content: "";
  transform: translate(-50%, -50%);
}

.phone {
  position: absolute;
  z-index: 2;
  width: 292px;
  min-height: 610px;
  padding: 12px;
  overflow: hidden;
  border: 2px solid #211a1a;
  border-radius: 42px;
  background: #191414;
  box-shadow: 0 36px 70px rgba(39, 13, 13, 0.25);
}

.phone::before {
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 50%;
  width: 83px;
  height: 20px;
  border-radius: 0 0 13px 13px;
  background: #191414;
  content: "";
  transform: translateX(-50%);
}

.phone-front {
  top: 12px;
  right: 40px;
  transform: rotate(2.5deg);
}

.phone-back {
  z-index: 1;
  top: 62px;
  left: 8px;
  opacity: 0.92;
  transform: rotate(-7deg) scale(0.93);
}

.phone-bar {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 27px;
  display: flex;
  width: calc(100% - 54px);
  justify-content: space-between;
  color: #3f3232;
  font-size: 0.52rem;
  font-weight: 750;
}

.phone-screen {
  min-height: 586px;
  padding: 37px 14px 20px;
  overflow: hidden;
  border-radius: 31px;
  background: #fff8f8;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.mini-brand img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.mini-brand strong,
.mini-brand span {
  display: block;
}

.mini-brand strong {
  font-size: 0.92rem;
  letter-spacing: -0.04em;
}

.mini-brand span {
  color: #776565;
  font-size: 0.46rem;
  line-height: 1.3;
}

.mini-status {
  margin-top: 13px;
  padding: 9px 10px;
  border: 1px solid #ecd5d5;
  border-radius: 9px;
  color: #5e4949;
  background: #fff;
  font-size: 0.55rem;
}

.mini-status-success {
  border-color: #bcd8bf;
  color: #285d2f;
  background: #f2fff4;
}

.mini-card {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #ead7d7;
  border-radius: 13px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(72, 25, 25, 0.05);
}

.mini-card > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.67rem;
}

.mini-card label {
  display: block;
  margin-top: 7px;
  color: #594747;
  font-size: 0.49rem;
  font-weight: 700;
}

.mini-card input {
  width: 100%;
  height: 26px;
  margin-top: 3px;
  padding: 0 7px;
  border: 1px solid #e8d5d5;
  border-radius: 6px;
  outline: 0;
  color: #382b2b;
  background: #fffafa;
  font-size: 0.55rem;
}

.mini-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.mini-counter {
  display: block;
  margin-top: 8px;
  color: #877474;
  font-size: 0.48rem;
  text-align: right;
}

.phone-screen button {
  width: 100%;
  height: 32px;
  margin-top: 11px;
  border: 0;
  border-radius: 7px;
  color: var(--white);
  background: var(--red);
  font-size: 0.59rem;
  font-weight: 800;
}

.phone-screen button.mini-secondary {
  margin-top: 6px;
  border: 1px solid #d9bebe;
  color: var(--red);
  background: transparent;
}

.read-card dl {
  margin: 0;
}

.read-card dl div {
  padding: 8px 0;
  border-bottom: 1px solid #f0e2e2;
}

.read-card dl div:last-child {
  border-bottom: 0;
}

.read-card dt {
  color: #8d7373;
  font-size: 0.46rem;
  font-weight: 700;
  text-transform: uppercase;
}

.read-card dd {
  margin: 2px 0 0;
  color: #342929;
  font-size: 0.61rem;
  font-weight: 650;
}

.privacy-band {
  padding: 72px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 243, 243, 0.92)),
    var(--red-soft);
}

.privacy-inner {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 38px;
}

.privacy-inner > img {
  width: 86px;
  height: 86px;
  filter: drop-shadow(0 16px 24px rgba(142, 0, 0, 0.18));
}

.privacy-inner .eyebrow {
  margin-bottom: 13px;
}

.privacy-inner h2 {
  font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.privacy-inner p:last-child {
  max-width: 800px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.order-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 106, 106, 0.19), transparent 32%),
    linear-gradient(135deg, #75080b, #3c0506 75%);
}

.order-section::before {
  position: absolute;
  top: -240px;
  left: -230px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.order-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 95px;
}

.order-copy > p:nth-of-type(2) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.03rem;
  line-height: 1.7;
}

.order-note {
  display: flex;
  margin-top: 38px;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.45;
}

.order-note svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  fill: none;
  stroke: #ffaaaa;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-note strong {
  color: var(--white);
}

.order-form {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 38px 80px rgba(23, 0, 1, 0.33);
}

.form-heading {
  display: flex;
  margin-bottom: 28px;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.form-heading span {
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-heading strong {
  color: var(--red);
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.field {
  margin-top: 18px;
}

.field label {
  display: block;
  margin: 0 0 7px;
  color: #574747;
  font-size: 0.82rem;
  font-weight: 750;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #dfcdcd;
  border-radius: 12px;
  outline: 0;
  color: var(--ink);
  background: #fffdfd;
  transition: border 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.field input {
  height: 52px;
  padding: 0 15px;
}

.field textarea {
  min-height: 92px;
  padding: 13px 15px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #ad9999;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--red);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 128px;
  gap: 14px;
}

.quantity-field input {
  text-align: center;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.consent {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 21px 1fr;
  align-items: start;
  gap: 10px;
  color: #766363;
  cursor: pointer;
  font-size: 0.76rem;
  line-height: 1.45;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.button-order {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 15px 30px rgba(198, 40, 40, 0.25);
}

.button-order:hover {
  background: #ad1d20;
  box-shadow: 0 18px 35px rgba(198, 40, 40, 0.34);
}

.button-order:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.form-message {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-message.is-visible {
  display: block;
}

.form-message.success {
  border: 1px solid #b9d8bd;
  color: #24572c;
  background: #f1fff3;
}

.form-message.error {
  border: 1px solid #edb9b9;
  color: #8e0000;
  background: #fff2f2;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #1e0607;
}

.footer-inner {
  display: grid;
  min-height: 122px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.footer-brand img {
  width: 42px;
  height: 42px;
}

.footer-inner p {
  max-width: 620px;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

.footer-inner > a:last-child {
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid #f7a5a5;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 42px;
  }

  .hero-facts li {
    padding-inline: 16px;
  }

  .hero-visual {
    min-height: 530px;
  }

  .product-photo {
    height: 500px;
  }

  .nfc-stamp {
    left: -10px;
  }

  .photo-note {
    right: -8px;
  }

  .app-grid {
    gap: 25px;
  }

  .phone {
    width: 270px;
  }

  .phone-front {
    right: 0;
  }

  .phone-back {
    left: 0;
  }

  .order-grid {
    gap: 55px;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .desktop-nav {
    display: none;
  }

  .wordmark {
    margin-left: auto;
  }

  .hero {
    padding-top: 130px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hero-copy {
    max-width: 730px;
    padding-top: 0;
  }

  .hero-visual {
    width: min(100%, 650px);
    min-height: 580px;
    margin-inline: auto;
  }

  .product-photo {
    width: 96%;
    height: 550px;
  }

  .nfc-stamp {
    left: -4px;
  }

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

  .assurance article {
    min-height: 110px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .assurance article:first-child {
    border-top: 0;
  }

  .split-heading,
  .use-cases-grid,
  .app-grid,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 26px;
  }

  .split-heading > p {
    max-width: 620px;
  }

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

  .steps li,
  .steps li:first-child,
  .steps li:last-child {
    min-height: 260px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0;
  }

  .steps li:first-child {
    border-top: 1px solid var(--line);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
  }

  .steps li:last-child {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }

  .steps li:nth-child(2) {
    transform: none;
  }

  .step-icon {
    margin-bottom: 42px;
  }

  .use-cases-grid {
    gap: 60px;
  }

  .app-grid {
    gap: 55px;
  }

  .app-copy {
    max-width: 650px;
  }

  .phones {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .phone-front {
    right: 35px;
  }

  .phone-back {
    left: 35px;
  }

  .order-grid {
    gap: 54px;
  }

  .order-copy {
    max-width: 650px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 76px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .site-header {
    padding-top: 14px;
  }

  .header-inner {
    position: relative;
    min-height: 56px;
  }

  .apk-orb {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .apk-orb svg {
    width: 20px;
    height: 20px;
  }

  .wordmark {
    position: absolute;
    left: 50%;
    margin: 0;
    font-size: 1.15rem;
    transform: translateX(-50%);
  }

  .brand-mark {
    width: 50px;
    height: 50px;
    margin-left: auto;
    flex-basis: 50px;
  }

  .hero {
    min-height: auto;
    padding: 112px 0 60px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13.5vw, 4rem);
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    margin-top: 38px;
    justify-content: space-between;
  }

  .hero-facts li {
    display: block;
    padding: 0 12px;
  }

  .hero-facts strong,
  .hero-facts span {
    display: block;
  }

  .hero-facts span {
    margin-top: 4px;
    font-size: 0.66rem;
  }

  .hero-visual {
    min-height: 410px;
  }

  .product-photo {
    top: 0;
    left: 3%;
    width: 94%;
    height: 390px;
    border-width: 7px;
    border-radius: 46% 46% 24px 24px;
  }

  .nfc-stamp {
    top: 10px;
    left: -2px;
    width: 88px;
    height: 88px;
  }

  .nfc-stamp svg {
    width: 28px;
    height: 28px;
  }

  .nfc-stamp span {
    font-size: 0.58rem;
  }

  .photo-note {
    right: 0;
    bottom: -5px;
    min-width: 220px;
    padding: 14px 16px;
  }

  .photo-note-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .assurance article {
    padding: 26px 20px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .use-copy h2,
  .app-copy h2,
  .order-copy h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .steps {
    margin-top: 48px;
  }

  .steps li {
    min-height: 245px;
    padding: 30px 26px;
  }

  .step-icon {
    margin-bottom: 35px;
  }

  .use-list li {
    min-height: 110px;
    grid-template-columns: 35px 1fr;
    gap: 8px 13px;
  }

  .use-list li > span:last-child {
    grid-column: 2;
  }

  .app-showcase {
    padding-bottom: 48px;
  }

  .phones {
    min-height: 575px;
    margin-top: 6px;
  }

  .phones::before {
    width: 430px;
    height: 430px;
  }

  .phone {
    width: 232px;
    min-height: 520px;
    border-radius: 35px;
  }

  .phone-screen {
    min-height: 496px;
    padding-inline: 11px;
    border-radius: 25px;
  }

  .phone-front {
    right: -4px;
  }

  .phone-back {
    top: 48px;
    left: -8px;
  }

  .mini-brand span {
    display: none;
  }

  .privacy-band {
    padding: 58px 0;
  }

  .privacy-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .privacy-inner > img {
    width: 70px;
    height: 70px;
  }

  .privacy-inner h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .order-form {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .quantity-field {
    max-width: 145px;
  }

  .footer-inner {
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .wordmark {
    display: none;
  }

  .hero-facts li {
    padding-inline: 9px;
  }

  .hero-facts span {
    font-size: 0.61rem;
  }

  .phone {
    width: 218px;
  }

  .phone-back {
    left: -34px;
  }
}

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

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