:root {
  --blue: #2763eb;
  --blue-dark: #1452df;
  --purple: #7459ee;
  --navy: #06122d;
  --text: #0b1734;
  --muted: #536078;
  --line: #dce4f2;
  --soft: #f4f7fc;
  --white: #fff;
  --green: #16ad77;
  --container: 1240px;
  --shadow: 0 24px 70px rgba(24, 56, 123, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
.container { width: min(var(--container), calc(100% - 64px)); margin: 0 auto; }
.section { padding: 128px 0; }
.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;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: rgba(220, 228, 242, .85); box-shadow: 0 8px 28px rgba(30, 58, 110, .06); }
.nav-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 26px; font-weight: 800; letter-spacing: -.04em; }
.brand img { width: 44px; height: 44px; border-radius: 11px; box-shadow: 0 8px 20px rgba(65, 82, 226, .2); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 600; }
.site-nav > a:not(.nav-action), .footer-nav a { position: relative; }
.site-nav > a:not(.nav-action)::after, .footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  background: var(--blue);
  transition: right .2s ease;
}
.site-nav > a:hover::after, .site-nav > a:focus-visible::after, .footer-nav a:hover::after, .footer-nav a:focus-visible::after { right: 0; }
.nav-action {
  padding: 12px 20px;
  color: var(--white);
  background: var(--blue);
  border-radius: 12px;
  transition: transform .2s ease, background .2s ease;
}
.nav-action:hover, .nav-action:focus-visible { background: var(--blue-dark); transform: translateY(-1px); }
.language-picker { position: relative; display: inline-flex; align-items: center; }
.language-picker::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--muted);
  border-bottom: 1.5px solid var(--muted);
  pointer-events: none;
  transform: translateY(-2px) rotate(45deg);
}
.language-picker select {
  width: 126px;
  height: 42px;
  padding: 0 31px 0 13px;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  appearance: none;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  unicode-bidi: plaintext;
  cursor: pointer;
}
.language-picker select:hover, .language-picker select:focus-visible { border-color: #aebce0; box-shadow: 0 0 0 3px rgba(39, 99, 235, .1); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--text); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 760px; padding: 152px 0 76px; overflow: hidden; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 62px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 8px; }
.hero h1, .section-title, .privacy-copy h2 { margin: 0; font-weight: 800; letter-spacing: -.055em; line-height: 1.04; }
.hero h1 { max-width: 700px; font-size: clamp(54px, 5vw, 76px); }
.hero-copy > p:not(.privacy-note) { max-width: 620px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.65; }
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 238px;
  min-height: 62px;
  padding: 16px 25px;
  color: var(--white);
  background: var(--blue);
  border-radius: 15px;
  box-shadow: 0 14px 28px rgba(39, 99, 235, .22);
  font-size: 17px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.primary-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.primary-button:hover, .primary-button:focus-visible { background: var(--blue-dark); box-shadow: 0 18px 34px rgba(39, 99, 235, .28); transform: translateY(-2px); }
.primary-button:hover svg { transform: translateX(3px); }
.privacy-note { display: flex; align-items: center; gap: 11px; margin: 27px 0 0; color: #68748b; font-size: 14px; }
.privacy-note svg, .authority-note svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; min-height: 610px; }
.hero-field {
  position: absolute;
  z-index: 0;
  width: 620px;
  height: 620px;
  top: 10px;
  left: 2%;
  border-radius: 50%;
  background: linear-gradient(145deg, #2c78f7 0%, #315dea 55%, #7653ec 100%);
}
.hero-field::after {
  content: "";
  position: absolute;
  inset: 52px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: inherit;
}
.phone {
  position: relative;
  z-index: 2;
  width: 326px;
  padding: 10px;
  margin: 0 auto;
  background: #0e1118;
  border: 2px solid #272d37;
  border-radius: 49px;
  box-shadow: 0 35px 70px rgba(2, 9, 27, .35), inset 0 0 0 1px #59606b;
}
.phone-screen { position: relative; overflow: hidden; min-height: 606px; background: #fbfcff; border-radius: 39px; }
.phone-status { height: 36px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: #070b12; font-size: 10px; }
.dynamic-island { width: 78px; height: 23px; background: #080a0e; border-radius: 16px; }
.phone-bar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; background: rgba(255,255,255,.96); border-bottom: 1px solid #e7ebf2; font-size: 12px; }
.circle-control { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #e2e7ef; border-radius: 50%; color: #1b2740; font-size: 21px; line-height: 1; }
.crop-stage { position: relative; height: 350px; overflow: hidden; background: #edf1f7; }
.crop-stage img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.crop-frame { position: absolute; inset: 26px 23px 18px; border: 1.5px dashed #1681ff; }
.crop-frame::before, .crop-frame::after, .crop-frame span { content: ""; position: absolute; background: rgba(22,129,255,.8); }
.crop-frame::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.crop-frame::after { top: 50%; left: 0; right: 0; height: 1px; }
.crop-frame span { top: 66%; left: 0; right: 0; height: 1px; }
.crop-frame i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #1681ff; transform: translate(-50%, -50%); }
.crop-frame i:nth-child(1) { left: 0; top: 0; }.crop-frame i:nth-child(2) { left: 100%; top: 0; }.crop-frame i:nth-child(3) { left: 0; top: 100%; }.crop-frame i:nth-child(4) { left: 100%; top: 100%; }
.face-guide { position: absolute; width: 147px; height: 194px; top: 72px; left: 50%; border: 1.5px solid #1478f5; border-radius: 48% 48% 43% 43%; transform: translateX(-50%); }
.tool-row { height: 105px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; padding: 8px 19px 0; gap: 8px; }
.tool-row div { display: grid; justify-items: center; gap: 4px; color: #1e2b45; }
.tool-row span { width: 43px; height: 43px; display: grid; place-items: center; background: #f0f3f8; border-radius: 12px; }
.tool-row svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.tool-row small { font-size: 9px; font-weight: 600; }
.phone-next { height: 50px; margin: 4px 16px; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--blue); border-radius: 13px; font-size: 13px; font-weight: 700; }
.phone-next > b { position: absolute; right: 35px; font-size: 25px; font-weight: 400; }
.home-indicator { width: 102px; height: 4px; margin: 15px auto 8px; background: #0a0d13; border-radius: 5px; }
.photo-sheet {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 34px;
  width: 210px;
  padding: 15px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(220,228,242,.9);
  border-radius: 19px;
  box-shadow: var(--shadow);
  transform: rotate(-6deg);
}
.photo-sheet > span { display: block; margin-bottom: 9px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.sheet-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; }
.sheet-grid img { width: 100%; height: 83px; object-fit: cover; object-position: center 16%; border-radius: 3px; }

.section-title { max-width: 900px; font-size: clamp(42px, 4.2vw, 62px); }
.section-title.centered { margin-inline: auto; text-align: center; }
.workflow { border-top: 1px solid #edf1f7; }
.workflow-rail { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; margin-top: 78px; }
.workflow-rail::before { content: ""; position: absolute; left: 30px; right: 30px; top: 29px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--purple)); }
.step { position: relative; min-width: 0; }
.step-number { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue); background: var(--white); border: 2px solid currentColor; border-radius: 50%; font-size: 23px; font-weight: 700; }
.step:nth-child(2) .step-number, .step:nth-child(3) .step-number { color: var(--purple); }
.step-copy { min-height: 192px; padding-top: 36px; }
.step h3, .feature h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.035em; line-height: 1.2; }
.step h3 { color: var(--blue); }
.step:nth-child(2) h3, .step:nth-child(3) h3 { color: var(--purple); }
.step p, .feature p { margin: 0; color: var(--muted); line-height: 1.75; }
.template-panel, .check-panel, .export-panel { height: 330px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 50px rgba(29, 58, 121, .09); }
.mini-title { display: flex; align-items: center; justify-content: space-between; padding: 0 3px 13px; font-size: 12px; font-weight: 700; }
.template-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 13px 10px; margin-bottom: 9px; background: #f8fafe; border: 1px solid #e8edf5; border-radius: 12px; }
.template-row .flag { width: 34px; height: 27px; display: grid; place-items: center; color: var(--blue); background: #e8f0ff; border-radius: 6px; font-size: 9px; font-weight: 800; }
.template-row strong, .template-row small { display: block; line-height: 1.35; }
.template-row strong { font-size: 11px; }.template-row small { margin-top: 2px; color: #71809a; font-size: 8px; }.template-row b { color: #8290a7; font-size: 17px; }
.check-panel { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 13px; }
.portrait-check { position: relative; height: 242px; overflow: hidden; border: 1px solid #bacdfa; border-radius: 14px; }
.portrait-check img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.portrait-check::before, .portrait-check::after { content: ""; position: absolute; background: rgba(39,99,235,.7); }
.portrait-check::before { top: 0; bottom: 0; left: 50%; width: 1px; }.portrait-check::after { left: 0; right: 0; top: 48%; height: 1px; }
.portrait-check span { position: absolute; inset: 32px 26px 38px; border: 1px dashed var(--blue); border-radius: 48%; }
.check-panel ul { margin: 0; padding: 0; list-style: none; }
.check-panel li { display: flex; justify-content: space-between; gap: 6px; padding: 10px 8px; margin: 7px 0; background: var(--soft); border-radius: 9px; font-size: 9px; font-weight: 600; }
.check-panel li b { width: 18px; height: 18px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 9px; }
.format-line { height: 59px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; padding: 0 10px; margin-bottom: 10px; background: var(--soft); border-radius: 11px; font-size: 11px; }
.file-icon { width: 39px; height: 39px; display: grid; place-items: center; color: var(--blue); background: #e6efff; border-radius: 9px; font-size: 8px; font-weight: 800; }.file-icon.purple { color: var(--purple); background: #ede9ff; }
.export-sheet { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; margin-top: 17px; padding: 8px; border: 1px dashed #b8c5dd; border-radius: 9px; }
.export-sheet img { width: 100%; height: 72px; object-fit: cover; object-position: center 16%; }
.authority-note { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 56px 0 0; color: var(--muted); font-size: 14px; }

.features { padding-top: 110px; background: linear-gradient(180deg, #fbfcff 0, #fff 30%); }
.feature-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 52px; margin-top: 72px; }
.feature-art { height: 230px; margin-bottom: 30px; overflow: hidden; background: #f8faff; border: 1px solid #e6ecf6; border-radius: 22px; }
.globe-art { display: grid; place-items: center; }
.globe-art svg { width: 92%; fill: none; stroke: #9ab4f6; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.globe-art circle { fill: var(--white); stroke: var(--blue); stroke-width: 2; }
.feature-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 13px; }
.feature-heading h3 { margin: 0; }
.feature-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--blue), var(--purple)); border-radius: 50%; font-size: 25px; font-weight: 600; }
.feature p { padding-left: 63px; font-size: 15px; }
.check-art { display: grid; grid-template-columns: 1fr 1.35fr; align-items: center; gap: 13px; padding: 19px; }
.mini-portrait { position: relative; height: 180px; overflow: hidden; border: 1px solid #aebff0; border-radius: 13px; }
.mini-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.mini-portrait span { position: absolute; inset: 25px 14px 25px; border: 1px dashed var(--blue); border-radius: 45%; }
.check-lines { display: grid; gap: 9px; }.check-lines span { display: flex; justify-content: space-between; align-items: center; padding: 8px; background: var(--white); border: 1px solid #e2e8f3; border-radius: 8px; color: #32405b; font-size: 9px; font-weight: 600; }.check-lines i { font-style: normal; }.check-lines b { width: 17px; height: 17px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 8px; }.check-lines span:last-child b { background: #f59b23; }
.format-art { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 16px; padding: 20px; }
.format-art > div:first-child { display: grid; gap: 10px; }.format-art > div:first-child span { padding: 10px; color: var(--blue); background: var(--white); border: 1px solid #dfe7f5; border-radius: 9px; font-size: 10px; font-weight: 800; }
.tiny-sheet { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; padding: 7px; background: var(--white); border: 1px dashed #b8c6e1; border-radius: 10px; }.tiny-sheet img { height: 82px; object-fit: cover; object-position: center 16%; }

.privacy-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.privacy-grid { position: relative; z-index: 2; min-height: 390px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 56px; }
.privacy-mark { width: 250px; justify-self: center; }
.privacy-mark svg { width: 100%; fill: none; stroke: var(--white); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.privacy-mark svg rect:last-of-type { stroke: #8067ff; }
.privacy-copy { max-width: 680px; }
.privacy-copy h2 { font-size: clamp(42px, 4.3vw, 64px); }
.privacy-copy p { max-width: 650px; margin: 24px 0 0; color: #c6d0e7; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.7; }
.privacy-lines { position: absolute; inset: 0 0 0 auto; width: 46%; opacity: .6; }
.privacy-lines span { position: absolute; width: 460px; height: 460px; right: -100px; top: 55px; border: 2px solid #3851ce; border-radius: 48% 48% 0 0; }
.privacy-lines span:nth-child(2) { width: 340px; height: 340px; right: -40px; top: 115px; border-color: #5a58ef; }.privacy-lines span:nth-child(3) { width: 220px; height: 220px; right: 20px; top: 175px; border-color: #8560ef; }

.site-footer { padding: 54px 0; }
.footer-grid { display: grid; grid-template-columns: auto 1fr minmax(310px, 440px); align-items: center; gap: 70px; }
.footer-nav { display: flex; justify-content: center; gap: 42px; color: var(--blue); font-size: 14px; font-weight: 600; }
.footer-note { padding-left: 40px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.65; }.footer-note p { margin: 0 0 9px; }.footer-note small { font-size: 12px; }

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .step-copy,
html[dir="rtl"] .feature,
html[dir="rtl"] .privacy-copy,
html[dir="rtl"] .footer-note { text-align: right; }
html[dir="rtl"] .primary-button svg { transform: scaleX(-1); }
html[dir="rtl"] .primary-button:hover svg { transform: translateX(-3px) scaleX(-1); }
html[dir="rtl"] .phone-status { direction: ltr; }
html[dir="rtl"] .phone-next > b { right: auto; left: 35px; transform: scaleX(-1); }
html[dir="rtl"] .feature p { padding-left: 0; padding-right: 63px; }
html[dir="rtl"] .footer-note { padding-left: 0; padding-right: 40px; border-left: 0; border-right: 1px solid var(--line); }
html[dir="rtl"] .language-picker::after { right: auto; left: 12px; }
html[dir="rtl"] .language-picker select { padding-right: 13px; padding-left: 31px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.step:nth-child(2), .feature:nth-child(2) { transition-delay: .08s; }.step:nth-child(3), .feature:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1060px) {
  .container { width: min(100% - 48px, 920px); }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 96px 28px 40px; background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 17px 4px; font-size: 24px; border-bottom: 1px solid var(--line); }
  .language-picker { width: 100%; margin-top: 18px; }
  .language-picker select { width: 100%; height: 52px; font-size: 16px; }
  .site-nav .nav-action { margin-top: 24px; padding: 15px 20px; border: 0; text-align: center; font-size: 16px; }
  .hero { padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero-field { width: 510px; height: 510px; left: -8%; top: 50px; }
  .photo-sheet { display: none; }
  .workflow-rail { gap: 20px; }
  .template-panel, .check-panel, .export-panel { padding: 14px; }
  .feature-list { gap: 24px; }
  .feature-art { height: 205px; }
  .footer-grid { grid-template-columns: auto 1fr; gap: 35px; }
  .footer-note { grid-column: 1 / -1; padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  html[dir="rtl"] .footer-note { padding: 24px 0 0; border-right: 0; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 36px, 640px); }
  .section { padding: 88px 0; }
  .nav-shell { min-height: 72px; }
  .brand { font-size: 23px; }.brand img { width: 40px; height: 40px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 96px 28px 40px; background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 17px 4px; font-size: 24px; border-bottom: 1px solid var(--line); }
  .language-picker { width: 100%; margin-top: 18px; }
  .language-picker select { width: 100%; height: 52px; font-size: 16px; }
  .site-nav .nav-action { margin-top: 24px; padding: 15px 20px; border: 0; text-align: center; font-size: 16px; }
  .hero { min-height: 0; padding: 118px 0 76px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 60px; }
  .hero h1 { font-size: clamp(48px, 13vw, 68px); }
  .hero-copy > p:not(.privacy-note) { font-size: 18px; }
  .hero-visual { min-height: 565px; }
  .hero-field { width: 520px; height: 520px; left: 50%; top: 12px; transform: translateX(-50%); }
  .phone { width: 300px; }
  .phone-screen { min-height: 556px; }.crop-stage { height: 315px; }.tool-row { height: 98px; }.home-indicator { margin-top: 10px; }
  .workflow-rail { grid-template-columns: 1fr; gap: 72px; margin-top: 54px; }
  .workflow-rail::before { left: 28px; right: auto; top: 20px; bottom: 20px; width: 1px; height: auto; background: linear-gradient(180deg, var(--blue), var(--purple)); }
  .step { padding-left: 82px; }.step-number { position: absolute; left: 0; top: 0; }
  .step-copy { min-height: 0; padding-top: 2px; margin-bottom: 28px; }
  .authority-note { align-items: flex-start; justify-content: flex-start; margin-left: 82px; }
  .feature-list { grid-template-columns: 1fr; gap: 58px; max-width: 560px; margin: 55px auto 0; }
  .feature-art { height: 280px; }
  .privacy-grid { min-height: 570px; grid-template-columns: 1fr; align-content: center; gap: 34px; }
  .privacy-mark { width: 185px; justify-self: start; }
  .privacy-lines { width: 100%; opacity: .35; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; gap: 28px; }
  .footer-nav { justify-content: flex-start; flex-wrap: wrap; gap: 24px 34px; }
  .footer-note { grid-column: auto; width: 100%; }
  html[dir="rtl"] .step { padding-left: 0; padding-right: 82px; }
  html[dir="rtl"] .step-number { left: auto; right: 0; }
  html[dir="rtl"] .workflow-rail::before { left: auto; right: 28px; }
  html[dir="rtl"] .authority-note { margin-left: 0; margin-right: 82px; }
  html[dir="rtl"] .footer-note { padding: 24px 0 0; border-right: 0; }
}

@media (max-width: 460px) {
  .hero h1 br, .section-title br { display: none; }
  .hero h1 { font-size: 50px; }
  .primary-button { width: 100%; }
  .privacy-note { align-items: flex-start; }
  .hero-visual { min-height: 530px; margin-inline: -18px; }
  .hero-field { width: 460px; height: 460px; }
  .phone { width: 282px; border-radius: 45px; }.phone-screen { min-height: 528px; }.crop-stage { height: 293px; }.tool-row { height: 94px; }
  .section-title { font-size: 42px; }
  .step { padding-left: 69px; }.step-number { width: 50px; height: 50px; }.workflow-rail::before { left: 24px; }
  .template-panel, .check-panel, .export-panel { height: 306px; }
  .authority-note { margin-left: 0; }
  .feature-art { height: 225px; }.feature p { padding-left: 0; }.feature-heading { align-items: flex-start; }.feature-heading h3 { padding-top: 8px; }
  html[dir="rtl"] .step { padding-right: 69px; }
  html[dir="rtl"] .workflow-rail::before { right: 24px; }
  html[dir="rtl"] .authority-note { margin-right: 0; }
  html[dir="rtl"] .feature p { padding-right: 0; }
  .privacy-copy h2 { font-size: 42px; }
}

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