:root {
  --primary: #9933ff;
  --primary-deep: #760dde;
  --lavender: #b363fd;
  --ink: #333236;
  --muted: #706f74;
  --night: #080c14;
  --plum: #3d1457;
  --canvas: #fff;
  --surface: #f6f6f8;
  --violet-surface: #f8ecff;
  --violet-tint: #f3e1fd;
  --line: rgba(51, 50, 54, .14);
  --display: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --text: SpoqaHanSansNeo, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--text); font-size: clamp(15px, .25vw + 14px, 16px); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { border: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 16px; color: white; background: var(--night); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 100; top: 0; height: 72px; border-bottom: 1px solid rgba(51, 50, 54, .08); background: rgba(255, 255, 255, .94); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; letter-spacing: -.4px; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--primary); border-radius: 9px; font: 800 17px/1 var(--display); }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { display: inline-flex; min-height: 44px; align-items: center; color: rgba(51, 50, 54, .78); font-size: 13px; font-weight: 500; }
nav a:hover { color: var(--ink); }
.header-inner > .button { margin-left: 4px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 32px; border-radius: 10px; cursor: pointer; font-weight: 700; line-height: 1.4; transition: transform 120ms ease, background 120ms ease, opacity 120ms ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: scale(.98); }
.button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(153, 51, 255, .24); outline-offset: 2px; }
.button-primary, .button-small { color: white; background: var(--primary); }
.button-primary:hover, .button-small:hover { background: var(--primary-deep); }
.button-small { min-height: 44px; padding: 7px 18px; border-radius: 7px; font-size: 13px; font-weight: 600; }
.button-secondary { color: var(--ink); background: white; border: 1px solid rgba(51, 50, 54, .22); }
.button-secondary:hover { border-color: var(--primary); color: var(--primary-deep); }
.button-on-dark { color: white; background: transparent; border: 1px solid rgba(255,255,255,.42); }
.button-on-dark:hover { border-color: white; background: rgba(255,255,255,.08); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border-radius: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 2px; transition: transform 220ms ease, opacity 120ms ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 96px 0 0; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: calc(50% + 250px); top: -310px; border-radius: 50%; background: var(--violet-surface); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; min-height: 580px; }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--primary-deep); font-size: 13px; font-weight: 700; letter-spacing: 1.2px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--ink); letter-spacing: 0; }
.eyebrow span { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 6px var(--violet-surface); }
.hero h1 { margin: 0; font: 800 clamp(42px, 3.8vw, 56px)/1.2 var(--display); letter-spacing: -1.5px; text-wrap: balance; }
.hero h1 em { color: var(--primary-deep); font-style: normal; }
.hero-description { max-width: 570px; margin: 26px 0 32px; color: var(--muted); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.7; word-break: keep-all; }
.hero-support { max-width: 600px; margin: -16px 0 30px; color: #85838a; font-size: 14px; line-height: 1.75; word-break: keep-all; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-actions p { margin: 0; padding-left: 24px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.5; }
.hero-actions strong { color: var(--ink); font-size: 15px; }

.hero-visual { position: relative; height: 500px; }
.visual-glow { position: absolute; width: 420px; height: 420px; left: 30px; top: 30px; border-radius: 50%; background: linear-gradient(135deg, #f3e1fd, #ffebf7); }
.hero-visual-real { isolation: isolate; }
.hero-field-photo { position: absolute; z-index: 1; left: 0; top: 68px; width: 410px; height: 310px; margin: 0; overflow: hidden; background: #dfe5e7; border: 8px solid white; border-radius: 24px; box-shadow: rgba(0,0,0,.12) 0 12px 34px; transform: rotate(-2deg); }
.hero-field-photo > img { width: 100%; height: 100%; object-fit: cover; }
.hero-field-photo figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; display: grid; grid-template-columns: 9px 1fr; align-items: center; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 12px; backdrop-filter: blur(6px); }
.hero-field-photo figcaption > span { grid-row: 1 / 3; width: 9px; height: 9px; background: var(--primary); border-radius: 50%; }
.hero-field-photo figcaption small, .hero-field-photo figcaption strong { padding-left: 10px; line-height: 1.35; }.hero-field-photo figcaption small { color: var(--muted); font-size: 10px; }.hero-field-photo figcaption strong { font-size: 13px; }
.hero-app-phone { position: absolute; z-index: 3; margin: 0; overflow: hidden; background: #080c14; border: 6px solid #141821; border-radius: 30px; box-shadow: rgba(8,12,20,.25) 0 18px 38px; }
.hero-app-phone img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-app-primary { right: 4px; bottom: 0; width: 185px; height: 400px; transform: rotate(2deg); }
.hero-app-secondary { z-index: 2; right: 160px; top: 18px; width: 128px; height: 278px; border-width: 5px; border-radius: 24px; transform: rotate(5deg); }
.hero-proof-badge { position: absolute; z-index: 4; right: 8px; top: 28px; padding: 7px 12px; color: var(--primary-deep); background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: rgba(0,0,0,.08) 0 2px 14px; font-size: 11px; font-weight: 700; }
.hero-strip { display: flex; align-items: center; justify-content: center; gap: 24px; min-height: 76px; margin-top: 54px; color: rgba(255,255,255,.76); background: var(--night); font-size: 14px; font-weight: 600; }
.hero-strip i { width: 60px; height: 1px; background: rgba(255,255,255,.18); }

.section { padding: 120px 0; }
.section-surface { background: var(--surface); }
.section-violet { background: var(--violet-surface); }
.section-heading { max-width: 650px; }
.section-heading.wide { max-width: 840px; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 3.2vw, 44px); line-height: 1.32; letter-spacing: -1px; text-wrap: balance; }
.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 17px; word-break: keep-all; }
.centered { margin-inline: auto; text-align: center; }
.lead-stack { display: grid; gap: 10px; max-width: 800px; margin-top: 28px; }
.lead-stack p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; word-break: keep-all; }

.problem-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 58px; }
.problem-cards article { min-height: 248px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.problem-cards h3 { margin: 23px 0 10px; font-size: clamp(18px, 1.55vw, 21px); line-height: 1.45; }
.problem-cards p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.line-icon { position: relative; display: block; width: 48px; height: 48px; background: var(--violet-surface); border-radius: 14px; }
.line-icon::before, .line-icon::after { content: ""; position: absolute; }
.icon-eye::before { left: 10px; top: 17px; width: 26px; height: 14px; border: 2px solid var(--ink); border-radius: 50%; }
.icon-eye::after { left: 20px; top: 20px; width: 7px; height: 7px; background: var(--primary); border-radius: 50%; }
.icon-clock::before { left: 11px; top: 11px; width: 23px; height: 23px; border: 2px solid var(--ink); border-radius: 50%; }
.icon-clock::after { left: 23px; top: 17px; width: 2px; height: 10px; background: var(--primary); transform: rotate(-35deg); transform-origin: bottom; }
.icon-files::before { left: 13px; top: 10px; width: 20px; height: 27px; border: 2px solid var(--ink); border-radius: 3px; box-shadow: 5px 5px 0 -1px white, 5px 5px 0 1px var(--primary); }
.icon-repeat::before { left: 10px; top: 14px; width: 27px; height: 18px; border: 2px solid var(--ink); border-left-color: transparent; border-radius: 50%; }
.icon-repeat::after { left: 8px; top: 11px; width: 7px; height: 7px; border-left: 2px solid var(--primary); border-bottom: 2px solid var(--primary); transform: rotate(45deg); }

.loss-section { background: white; }
.loss-flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 64px 0 0; padding: 0; list-style: none; }
.loss-flow li { position: relative; min-height: 118px; padding: 22px 15px; text-align: center; background: var(--surface); border-radius: 16px; }
.loss-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -14px; top: 43px; color: var(--primary); font-weight: 700; }
.loss-flow span { display: block; color: #9a979f; font-size: 10px; font-weight: 700; }
.loss-flow b { display: block; margin-top: 18px; font-size: 14px; }
.loss-flow .loss-end { color: white; background: var(--primary); }
.loss-flow .loss-end span { color: rgba(255,255,255,.7); }
.loss-note { max-width: 780px; margin: 34px auto 0; color: var(--muted); text-align: center; font-size: 15px; line-height: 1.75; }

.proposal { overflow: hidden; color: white; background: var(--night); }
.proposal .kicker { color: var(--lavender-soft, #c47cfd); }
.section-heading-light > p:last-child { color: rgba(255,255,255,.6); }
.product-preview { display: grid; grid-template-columns: 78px 1fr; min-height: 470px; overflow: hidden; color: var(--ink); background: white; border-radius: 24px; }

.product-preview-real { display: block; min-height: 0; padding: 40px 48px 0; background: linear-gradient(145deg, #fff 0 54%, #f3e1fd 100%); }
.showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.showcase-heading small { color: var(--primary-deep); font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.showcase-heading h3 { margin: 5px 0 0; font-size: 25px; letter-spacing: -.4px; }
.showcase-heading p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.app-screen-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 30px; max-width: 900px; margin: 36px auto 0; }
.app-screen-card { margin: 0; text-align: center; }
.device-frame { width: 178px; height: 385px; margin: 0 auto; overflow: hidden; background: #10141c; border: 6px solid #151922; border-bottom-width: 10px; border-radius: 30px 30px 0 0; box-shadow: rgba(8,12,20,.18) 0 14px 30px; }
.device-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.app-screen-card.featured .device-frame { width: 205px; height: 444px; border-radius: 34px 34px 0 0; }
.app-screen-card figcaption { display: flex; flex-direction: column; min-height: 78px; padding: 14px 8px 18px; background: white; border-radius: 0 0 14px 14px; }
.app-screen-card figcaption b { font-size: 14px; }.app-screen-card figcaption span { color: var(--muted); font-size: 11px; }

.solution-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 60px 0 38px; padding: 0; list-style: none; }
.solution-steps li { min-height: 220px; padding: 24px 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.solution-steps span { color: #d9b0ff; font-size: 11px; font-weight: 700; }
.solution-steps h3 { margin: 32px 0 10px; color: white; font-size: 18px; }
.solution-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 62px; }
.feature-grid article { min-height: 260px; padding: 27px 24px; background: white; border: 1px solid rgba(51,50,54,.1); border-radius: 20px; }
.feature-grid article:nth-child(2), .feature-grid article:nth-child(6) { background: var(--violet-tint); }
.feature-grid span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 28px; color: var(--primary-deep); background: var(--violet-surface); border-radius: 7px; font-size: 11px; font-weight: 700; }
.feature-grid h3 { margin: 28px 0 11px; font-size: 19px; line-height: 1.5; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.comparison-section { background: white; }
.comparison-table-wrap { margin-top: 54px; overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.comparison-table th, .comparison-table td { padding: 20px 24px; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison-table thead th { color: var(--muted); background: var(--surface); font-size: 12px; }
.comparison-table thead th:last-child { color: white; background: var(--primary); }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table tbody th { width: 17%; font-size: 14px; }
.comparison-table tbody td { width: 41.5%; color: var(--muted); font-size: 14px; }
.comparison-table tbody td:last-child { color: var(--ink); background: var(--violet-surface); font-weight: 600; }

.benefits-section { background: var(--night); color: white; }
.benefits-section .kicker { color: #d9b0ff; }.benefits-section .section-heading > p:last-child { color: rgba(255,255,255,.58); }
.benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 58px 0 0; padding: 0; list-style: none; }
.benefit-list li { position: relative; min-height: 110px; padding: 28px 22px 24px 55px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; font-size: 15px; font-weight: 600; }
.benefit-list li::before { content: "✓"; position: absolute; left: 22px; top: 27px; color: #d9b0ff; font-weight: 700; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.audience-grid article { min-height: 230px; padding: 26px; background: white; border-radius: 20px; }
.audience-grid span { display: inline-flex; padding: 5px 10px; color: var(--primary-deep); background: var(--violet-surface); border-radius: 6px; font-size: 11px; font-weight: 700; }
.audience-grid h3 { margin: 42px 0 10px; font-size: 19px; }.audience-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.usecase-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.usecase-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.usecase-list li { position: relative; padding: 20px 18px 20px 48px; background: var(--surface); border-radius: 14px; font-size: 14px; font-weight: 600; }
.usecase-list li::before { content: ""; position: absolute; left: 20px; top: 26px; width: 8px; height: 8px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 5px var(--violet-surface); }

.trust-band { padding: 42px 0; background: var(--violet-surface); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-grid p { margin: 0; padding-left: 20px; border-left: 3px solid var(--lavender); font-size: 13px; font-weight: 600; line-height: 1.65; }

.application { color: white; background: var(--plum); }.application-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.application-copy { position: sticky; top: 130px; }.application-copy .kicker { color: #dcb8ff; }.application-copy h2 { margin: 0; font-size: clamp(32px, 3.2vw, 44px); line-height: 1.32; letter-spacing: -1px; text-wrap: balance; }.application-copy > p:not(.kicker) { margin: 22px 0 32px; color: rgba(255,255,255,.68); }.application-copy ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }.application-copy li::before { content: "✓"; margin-right: 10px; color: #dcb8ff; font-weight: 700; }
.final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.application-note { display: block; max-width: 460px; margin-top: 18px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }
.form-card { padding: 40px; color: var(--ink); background: white; border-radius: 24px; }.form-heading { margin-bottom: 30px; }.form-heading > span { display: inline-flex; padding: 4px 9px; color: var(--primary-deep); background: var(--violet-surface); border-radius: 6px; font-size: 11px; font-weight: 700; }.form-heading h3 { margin: 10px 0 4px; font-size: 30px; }.form-heading p { margin: 0; color: var(--muted); font-size: 12px; }.form-heading b, .field label b { color: var(--primary-deep); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 16px; }.field { display: flex; flex-direction: column; }.field-full { grid-column: 1 / -1; }.field label { margin-bottom: 7px; font-size: 13px; font-weight: 700; }
.field input, .field textarea { width: 100%; color: var(--ink); background: var(--surface); border: 1px solid transparent; border-radius: 10px; outline: none; transition: border 120ms ease, background 120ms ease; }.field input { height: 48px; padding: 0 14px; }.field textarea { min-height: 92px; padding: 12px 14px; resize: vertical; }.field input:focus, .field textarea:focus { background: white; border-color: var(--primary); }.field input.invalid, .field textarea.invalid { border-color: #d44545; background: #fff8f8; }
.field-error { min-height: 18px; padding-top: 3px; color: #bd2f2f; font-size: 11px; }
.privacy-box { margin-top: 24px; padding: 18px; background: var(--surface); border-radius: 12px; }.checkbox-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 13px; }.checkbox-label input { position: absolute; width: 1px; height: 1px; opacity: 0; }.checkbox-label > span { position: relative; flex: 0 0 20px; width: 20px; height: 20px; background: white; border: 1px solid #aaa7af; border-radius: 5px; }.checkbox-label input:checked + span { border-color: var(--primary); background: var(--primary); }.checkbox-label input:checked + span::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }.checkbox-label input:focus-visible + span { outline: 3px solid rgba(153,51,255,.22); }.privacy-box p { margin: 10px 0 0 30px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.connection-notice { margin: 18px 0 0; padding: 11px 14px; color: #694b13; background: #fff7db; border-radius: 8px; font-size: 12px; }.submit-button { width: 100%; margin-top: 18px; }.submit-button:disabled { cursor: wait; opacity: .62; }.form-status { min-height: 24px; margin: 10px 0 0; text-align: center; font-size: 13px; }.form-status.error { color: #bd2f2f; }.form-status.success { color: #277347; }

footer { padding: 34px 0; background: var(--night); color: white; }.footer-inner { display: flex; align-items: center; justify-content: space-between; }.footer-inner p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }

.reveal { animation: reveal 600ms cubic-bezier(.2,.6,.25,1) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .hero-grid { gap: 25px; }.hero-visual { transform: scale(.9); transform-origin: center; }
  .application-layout { gap: 55px; }
  .product-preview { min-height: 420px; }
  .solution-steps { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .loss-flow { grid-template-columns: repeat(3, 1fr); }
  .loss-flow li:nth-child(3)::after { display: none; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { gap: 8px; }.menu-toggle { display: block; margin-left: auto; }.header-cta { display: none; }
  nav { position: absolute; left: 16px; right: 16px; top: 64px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: rgba(0,0,0,.08) 0 2px 14px; }
  nav.is-open { display: flex; }.site-header nav a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; border-radius: 8px; font-size: 14px; }.site-header nav a:hover { background: var(--surface); }
  .hero { padding-top: 58px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: left; }.eyebrow, .hero-actions { justify-content: flex-start; }.hero-description { margin-inline: 0; }.hero-visual { width: min(100%, 520px); margin: -10px auto 0; }
  .hero-strip { gap: 12px; }.hero-strip i { width: 20px; }
  .section { padding: 88px 0; }.application-layout { grid-template-columns: 1fr; }
  .product-preview { min-height: 0; }
  .application-copy { position: static; }.application-layout { gap: 48px; }
  .problem-cards, .usecase-layout { grid-template-columns: 1fr; }.usecase-layout { gap: 42px; }
  .solution-steps { grid-template-columns: repeat(2, 1fr); }
  .benefit-list { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-preview-real { padding-inline: 30px; }
  .showcase-heading { align-items: start; flex-direction: column; gap: 12px; }.showcase-heading p { max-width: 520px; text-align: left; }
  .app-screen-grid { gap: 16px; }
  .device-frame { width: 150px; height: 325px; }.app-screen-card.featured .device-frame { width: 172px; height: 373px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 40px); }
  .site-header { height: 64px; }.brand { font-size: 16px; }
  .hero h1 { font-size: clamp(34px, 9.2vw, 40px); line-height: 1.24; letter-spacing: -1px; }.hero-description { font-size: 16px; }.hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }.hero-actions .button { width: 100%; min-height: 50px; }.hero-actions p { padding: 0; border: 0; }
  .hero-visual { height: 430px; transform: scale(.82); margin-block: -30px -45px; }
  .hero-visual-real { height: 450px; margin-block: 12px -20px; transform: none; }
  .hero-visual-real .visual-glow { left: -20px; top: 25px; width: 370px; height: 370px; }
  .hero-field-photo { left: -5px; top: 104px; width: 330px; height: 252px; border-width: 6px; border-radius: 20px; }
  .hero-app-primary { right: -3px; bottom: 4px; width: 132px; height: 286px; border-width: 5px; border-radius: 23px; }
  .hero-app-secondary { right: 105px; top: 28px; width: 92px; height: 200px; border-width: 4px; border-radius: 19px; }
  .hero-proof-badge { right: 0; top: 18px; font-size: 10px; }
  .hero-strip { flex-wrap: wrap; gap: 9px; padding: 18px 20px; font-size: 11px; }.hero-strip i { width: 12px; }
  .section-heading h2, .application-copy h2 { font-size: clamp(28px, 8vw, 32px); line-height: 1.36; letter-spacing: -.7px; }.section-heading > p:last-child { font-size: 15px; }
  .product-preview { min-height: 0; }
  .form-card { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }
  .problem-cards, .solution-steps, .feature-grid, .benefit-list, .audience-grid, .usecase-list { grid-template-columns: 1fr; }
  .problem-cards article, .feature-grid article, .audience-grid article { min-height: 0; }
  .loss-flow { grid-template-columns: 1fr 1fr; }.loss-flow li:nth-child(3)::after { display: block; }.loss-flow li:nth-child(even)::after { display: none; }
  .comparison-table-wrap { margin-right: -20px; border-radius: 16px 0 0 16px; }
  .product-preview-real { padding: 26px 20px 0; overflow: hidden; }
  .showcase-heading h3 { font-size: 21px; }.showcase-heading p { font-size: 12px; }
  .app-screen-grid { display: flex; align-items: end; max-width: none; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .app-screen-card { flex: 0 0 190px; scroll-snap-align: center; }.app-screen-card.featured { flex-basis: 210px; }
  .device-frame { width: 150px; height: 325px; }.app-screen-card.featured .device-frame { width: 170px; height: 368px; }
  .final-actions { flex-direction: column; }.final-actions .button { width: 100%; min-height: 50px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
}

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