@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #142521;
  --ink-muted: #52635a;
  --paper: #f5f5ee;
  --white: #fffef9;
  --line: #d9dfd4;
  --forest: #142521;
  --forest-light: #213d34;
  --lime: #c5df5d;
  --lime-deep: #a5c827;
  --font: 'Manrope', 'Noto Sans KR', sans-serif;
  --font-text: 'DM Sans', 'Noto Sans KR', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-text); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 4px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--font); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--lime-deep); font-style: normal; }
.shell { width: min(1440px, calc(100% - 88px)); margin: 0 auto; }
.section-pad { padding: 132px 0; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 12px; padding: 10px 16px; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 50; background: var(--paper); border-bottom: 1px solid rgba(20, 37, 33, .1); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 24px/.9 var(--font); letter-spacing: -.09em; white-space: nowrap; }
.brand small { display: block; margin-top: 5px; font: 700 9px/1 var(--font); letter-spacing: .2em; }
.brand-dot { color: var(--lime-deep); }
.brand-symbol { width: 33px; height: 33px; border-radius: 7px; background: var(--forest); display: flex; align-items: center; justify-content: center; gap: 2px; transform: rotate(-7deg); }
.brand-symbol span { display: block; width: 9px; height: 16px; background: var(--lime); border-radius: 1px 5px 1px 1px; }
.brand-symbol span + span { transform: scaleX(-1); }
.main-nav { display: flex; gap: clamp(18px, 2.4vw, 42px); align-items: center; font-size: 14px; font-weight: 600; color: #5b695d; }
.main-nav a:hover, .footer-links a:hover { color: var(--lime-deep); }
.header-cta { padding: 13px 20px; border: 1px solid var(--ink); border-radius: 100px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-cta span { margin-left: 13px; font-size: 18px; }
.header-cta:hover { color: var(--white); background: var(--ink); }

.hero { overflow: hidden; background: var(--forest); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: minmax(420px, .96fr) minmax(0, 1.04fr); min-height: 758px; }
.hero-copy { padding: 126px 56px 90px 0; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--lime); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.eyebrow-line { display: block; width: 27px; height: 1px; background: var(--lime); }
.hero h1 { margin-top: 42px; font-size: clamp(58px, 5.1vw, 87px); line-height: 1.16; font-weight: 800; }
.hero h1 em { color: var(--lime); }
.hero-desc { max-width: 560px; margin-top: 30px; color: #d5ded3; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.9; word-break: keep-all; }
.hero-actions { display: flex; gap: 10px; margin-top: 40px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 40px; min-width: 185px; min-height: 58px; padding: 0 23px; border-radius: 6px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button span { font-size: 19px; font-weight: 500; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #d8ef7b; }
.button-secondary { border: 1px solid #8b9d8d; color: var(--white); }
.button-secondary:hover { background: rgba(255, 255, 255, .12); }
.hero-footnote { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 90px; color: #9eae9f; font-size: 12px; }
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(197, 223, 93, .14); }
.hero-visual { position: relative; min-height: 758px; }
.hero-photo-main { position: absolute; inset: 56px 0 90px 34px; overflow: hidden; border-radius: 190px 8px 8px 8px; }
.hero-photo-main:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 37, 33, .55), transparent 42%); }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.hero-photo-side { position: absolute; z-index: 2; width: 32%; height: 33%; right: -6%; bottom: 49px; border: 7px solid var(--forest); border-radius: 130px 130px 4px 4px; overflow: hidden; box-shadow: 0 12px 30px rgba(0, 0, 0, .17); }
.hero-photo-side img { width: 100%; height: 100%; object-fit: cover; }
.hero-float { position: absolute; z-index: 3; left: -24px; bottom: 125px; display: flex; align-items: center; gap: 12px; padding: 14px 19px; background: var(--lime); color: var(--ink); border-radius: 7px; box-shadow: 0 14px 34px rgba(0, 0, 0, .18); }
.float-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--forest); color: var(--lime); font-size: 23px; }
.hero-float strong { display: block; font-size: 14px; letter-spacing: -.03em; }
.hero-float small { display: block; margin-top: 4px; font-size: 11px; }
.hero-index { position: absolute; right: 0; bottom: 24px; color: #9baf9f; font-size: 10px; letter-spacing: .13em; }

.section-kicker { margin-bottom: 18px; color: #728e51; font: 800 11px/1.4 var(--font); letter-spacing: .18em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-heading h2, .metrics-intro h2, .workflow h2, .founder h2, .pricing h2, .faq h2 { font-size: clamp(44px, 4.1vw, 68px); line-height: 1.19; font-weight: 800; word-break: keep-all; }
.section-heading > p, .metrics-intro > p { max-width: 420px; padding-bottom: 5px; color: var(--ink-muted); font-size: 16px; line-height: 1.8; word-break: keep-all; }

.metrics { background: #ecf0e7; }
.metrics-intro { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-card { display: flex; flex-direction: column; min-height: 220px; padding: 27px; background: var(--white); border: 1px solid #e0e7d9; border-radius: 8px; }
.metric-card-static { background: var(--forest); color: var(--white); border-color: var(--forest); }
.metric-label { font-size: 14px; font-weight: 700; }
.metric-card strong { margin-top: auto; font: 800 clamp(37px, 3.1vw, 57px)/1 var(--font); letter-spacing: -.09em; }
.metric-card strong span { margin-left: 4px; font-size: .48em; letter-spacing: -.04em; }
.metric-card:not(.metric-card-static) strong { font-size: clamp(26px, 2.4vw, 42px); letter-spacing: -.06em; overflow-wrap: anywhere; line-height: 1.1; }
.metric-card small { margin-top: 13px; color: #8c9b86; font-size: 12px; }
.metric-card-static small { color: #b1c1af; }
.metrics-disclaimer { margin-top: 18px; color: #7c8a7a; font-size: 11px; line-height: 1.7; }

.screens { background: var(--paper); }
.screen-stage { border: 1px solid var(--line); background: var(--white); border-radius: 10px; overflow: hidden; }
.screen-tabs { display: flex; border-bottom: 1px solid var(--line); }
.screen-tab { flex: 1; text-align: left; border: 0; border-right: 1px solid var(--line); padding: 21px 25px; background: transparent; color: #788579; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s, color .2s; }
.screen-tab:last-child { border-right: 0; }
.screen-tab span { margin-right: 17px; color: #a1b88a; font: 800 11px var(--font); }
.screen-tab:hover { background: #f0f3e9; }
.screen-tab.is-active { background: var(--lime); color: var(--ink); }
.screen-tab.is-active span { color: #668624; }
.screen-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .75fr); gap: 0; padding: 28px; }
.screen-image { align-self: start; overflow: hidden; border: 1px solid #dfe3d8; border-radius: 6px; background: #f9faf8; box-shadow: 0 14px 25px rgba(26, 39, 32, .09); }
.screen-browser-bar { display: flex; align-items: center; gap: 20px; min-height: 38px; padding: 0 14px; background: #e9ede8; color: #59685b; font-size: 10px; }
.browser-dots { color: #b2c5a3; font-size: 9px; letter-spacing: 2px; white-space: nowrap; }
.screen-zoom { margin-left: auto; padding: 3px 7px; border-radius: 100px; border: 1px solid #bec8b9; white-space: nowrap; font-weight: 700; }
.screen-zoom:hover { background: var(--lime); color: var(--ink); }
.screen-image img { width: 100%; height: auto; object-fit: contain; }
.screen-copy { display: flex; flex-direction: column; padding: 20px 10px 15px 48px; }
.screen-copy-num { color: #8ba859; font: 800 11px var(--font); letter-spacing: .14em; }
.screen-copy h3 { margin-top: 38px; font-size: clamp(28px, 2.7vw, 43px); line-height: 1.35; }
.screen-copy > p:not(.screen-note) { margin-top: 22px; color: var(--ink-muted); font-size: 15px; line-height: 1.9; word-break: keep-all; }
.screen-copy-rule { width: 100%; height: 1px; background: var(--line); margin-top: auto; }
.screen-note { margin-top: 17px; font-size: 11px; color: #7b8c7a; line-height: 1.7; word-break: keep-all; }

.stores { background: #e7ece2; }
.stores-heading h2 em { color: #799d34; }
.photo-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr; gap: 13px; }
.photo-tile { position: relative; overflow: hidden; height: 360px; border-radius: 7px; background: #ccd5c7; }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.photo-tile:hover img { transform: scale(1.04); }
.photo-tile:after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(0deg, rgba(9, 24, 21, .7), transparent); }
.photo-tile figcaption { position: absolute; z-index: 1; right: 22px; bottom: 19px; left: 22px; display: flex; justify-content: space-between; color: #fff; font-size: 15px; font-weight: 700; }
.photo-tile figcaption span { font-size: 11px; font-weight: 500; }
.store-roster { display: grid; grid-template-columns: 1fr 2.2fr; gap: 45px; margin-top: 57px; padding-top: 45px; border-top: 1px solid #bdcbbb; }
.roster-heading h3 { font-size: 27px; }
.roster-heading p { max-width: 315px; margin-top: 16px; color: #657661; font-size: 12px; line-height: 1.8; word-break: keep-all; }
.store-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 26px; margin: 0; padding: 0; list-style: none; }
.store-list li { padding: 14px 0; border-bottom: 1px solid #cbd5c9; font-size: 14px; font-weight: 600; word-break: keep-all; }
.store-list li:before { content: '↗'; margin-right: 8px; color: #799d34; }
.review-strip { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 55px; padding: 30px 35px; border-radius: 7px; background: var(--forest); color: var(--white); }
.review-label { display: block; margin-bottom: 8px; color: var(--lime); font-size: 11px; font-weight: 700; }
.review-strip p { max-width: 800px; font-size: 14px; line-height: 1.7; word-break: keep-all; }
.review-strip a { align-self: center; min-width: 160px; font-size: 13px; font-weight: 700; text-align: right; color: var(--lime); }
.review-strip a span { margin-left: 7px; font-size: 17px; }

.workflow { background: var(--forest); color: var(--white); }
.workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.workflow .section-kicker { color: var(--lime); }
.workflow h2 em { color: var(--lime); }
.workflow-grid > div:first-child > p:last-child { max-width: 640px; margin-top: 27px; color: #afc0b1; font-size: 16px; line-height: 1.9; word-break: keep-all; }
.workflow-steps { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.workflow-steps:before { content: ''; position: absolute; left: 50%; top: -30px; bottom: -30px; border-left: 1px dashed rgba(197, 223, 93, .35); }
.workflow-steps span { position: relative; display: flex; justify-content: space-between; align-items: center; min-height: 74px; padding: 0 20px; background: #254138; border: 1px solid #406153; border-radius: 5px; font-size: 18px; font-weight: 700; }
.workflow-steps span:after { content: '↗'; font-size: 18px; color: var(--lime); }
.workflow-steps span:first-child, .workflow-steps span:last-child { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.workflow-steps span:first-child:after, .workflow-steps span:last-child:after { color: var(--ink); }
.workflow-steps span:last-child { grid-column: span 2; }

.features { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-card { display: flex; flex-direction: column; min-height: 340px; padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: 7px; transition: background .2s, transform .2s; }
.feature-card:hover { background: #eef3e5; transform: translateY(-4px); }
.feature-number { align-self: flex-start; color: #8ba47d; font: 800 11px var(--font); letter-spacing: .1em; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-top: 28px; background: #dcebb9; border-radius: 50%; color: #375339; font: 700 23px var(--font); }
.feature-card h3 { margin-top: 24px; font-size: 26px; }
.feature-card p { margin-top: 13px; color: var(--ink-muted); font-size: 14px; line-height: 1.8; word-break: keep-all; }
.feature-tag { margin-top: auto; padding-top: 21px; color: #7b9b42; font-size: 11px; font-weight: 700; }

.founder { background: #dfe9d6; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.founder-visual { position: relative; height: 580px; overflow: hidden; border-radius: 230px 6px 6px 6px; }
.founder-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.founder-visual span { position: absolute; left: 20px; bottom: 20px; padding: 11px 14px; background: var(--lime); color: var(--ink); border-radius: 4px; font: 800 10px var(--font); letter-spacing: .11em; }
.founder-copy > p:not(.section-kicker) { max-width: 560px; margin-top: 30px; color: #526554; font-size: 16px; line-height: 1.9; word-break: keep-all; }
.founder h2 em { color: #6b9635; }
.text-link { display: inline-flex; align-items: center; gap: 42px; margin-top: 38px; padding-bottom: 11px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.text-link span { font-size: 18px; }

.pricing { background: #f3f5ed; }
.pricing-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 10%; align-items: center; }
.pricing-grid > div:first-child > p:last-child { max-width: 520px; margin-top: 28px; color: var(--ink-muted); font-size: 17px; line-height: 1.8; }
.pricing-card { padding: 48px; border-radius: 8px; background: var(--forest); color: var(--white); }
.pricing-card > span { color: var(--lime); font-size: 13px; font-weight: 700; }
.price { margin-top: 26px; font-size: 23px; }
.price strong { font: 800 clamp(60px, 5vw, 80px)/1.25 var(--font); letter-spacing: -.08em; color: var(--lime); }
.pricing-card p { padding: 22px 0 28px; border-top: 1px solid #52685c; color: #b5c1b7; font-size: 14px; line-height: 1.7; }
.pricing-card .button { width: 100%; }
.pricing-card small { display: block; margin-top: 20px; color: #91a093; font-size: 11px; }

.faq { background: #e7ece2; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-grid > div:first-child > p:last-child { max-width: 380px; margin-top: 25px; color: var(--ink-muted); font-size: 15px; line-height: 1.8; }
.faq-list { border-top: 1px solid #b9c6b5; }
.faq-list details { border-bottom: 1px solid #b9c6b5; }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; word-break: keep-all; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: '+'; position: absolute; right: 5px; top: 21px; color: #668827; font: 500 26px var(--font); }
.faq-list details[open] summary:after { content: '−'; }
.faq-list details p { max-width: 650px; padding: 0 30px 22px 0; color: var(--ink-muted); font-size: 14px; line-height: 1.8; word-break: keep-all; }

.final-cta { overflow: hidden; position: relative; background: var(--lime); padding: 96px 0; }
.final-cta:before { content: 'BOOKIS'; position: absolute; right: -5vw; bottom: -100px; color: rgba(20, 37, 33, .06); font: 800 clamp(190px, 24vw, 400px)/1 var(--font); letter-spacing: -.11em; pointer-events: none; }
.final-cta-inner { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.final-cta .section-kicker { color: #607d28; }
.final-cta h2 { font-size: clamp(48px, 5.1vw, 80px); line-height: 1.16; }
.final-cta p:not(.section-kicker) { margin-top: 22px; font-size: 16px; }
.final-actions { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; }
.button-light { min-width: 255px; background: var(--forest); color: var(--white); }
.button-light:hover { background: #2a4b3e; }
.final-actions > a:last-child { font-size: 13px; font-weight: 700; }
.site-footer { padding: 45px 0; background: #10201c; color: #e6ece4; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1.5fr; align-items: center; gap: 30px; }
.site-footer .brand-symbol { background: var(--lime); }
.site-footer .brand-symbol span { background: var(--forest); }
.footer-inner > p { color: #a7b8a9; font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 17px; color: #a7b8a9; font-size: 12px; }

@media (max-width: 1160px) {
  .shell { width: min(100% - 64px, 1440px); }
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: 690px; }
  .hero-copy { padding-top: 100px; padding-right: 25px; }
  .hero h1 { font-size: clamp(49px, 5vw, 70px); }
  .hero-visual { min-height: 690px; }
  .hero-photo-main { inset: 50px 0 90px 20px; }
  .metric-card { padding: 22px; }
  .screen-layout { grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr); }
  .screen-copy { padding-left: 28px; }
  .photo-tile { height: 280px; }
  .workflow-grid { gap: 45px; }
  .founder-visual { height: 480px; }
}

@media (max-width: 820px) {
  .shell { width: calc(100% - 40px); }
  .section-pad { padding: 88px 0; }
  .header-inner { min-height: 76px; }
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 76px 0 38px; }
  .hero h1 { font-size: clamp(54px, 8.2vw, 80px); }
  .hero-desc { max-width: 630px; }
  .hero-footnote { padding-top: 46px; }
  .hero-visual { min-height: 530px; }
  .hero-photo-main { inset: 0 30px 65px 0; border-radius: 160px 8px 8px 8px; }
  .hero-photo-side { right: -2%; bottom: 26px; }
  .hero-float { left: 16px; bottom: 90px; }
  .metrics-intro, .section-heading { display: block; }
  .metrics-intro > p, .section-heading > p { margin-top: 22px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .screen-layout { grid-template-columns: 1fr; }
  .screen-copy { padding: 34px 0 10px; }
  .screen-copy h3 { margin-top: 15px; }
  .screen-copy-rule { margin-top: 30px; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-tile-wide { grid-column: span 2; }
  .photo-tile { height: 280px; }
  .photo-tile-wide { height: 360px; }
  .store-roster { grid-template-columns: 1fr; gap: 24px; }
  .store-list { grid-template-columns: repeat(2, 1fr); }
  .workflow-grid, .founder-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .workflow-steps { max-width: 700px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-visual { height: 420px; }
  .founder-grid .founder-visual { order: 2; }
  .pricing-card { max-width: 600px; }
  .faq-grid { gap: 35px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 32px); }
  .section-pad { padding: 72px 0; }
  .header-inner { min-height: 68px; }
  .brand { font-size: 20px; }
  .brand-symbol { width: 29px; height: 29px; }
  .header-cta { padding: 10px 12px; font-size: 11px; }
  .header-cta span { margin-left: 5px; }
  .hero-copy { padding: 62px 0 26px; }
  .hero h1 { margin-top: 27px; font-size: clamp(43px, 11.7vw, 62px); }
  .hero-desc { margin-top: 22px; font-size: 15px; }
  .hero-actions { width: 100%; margin-top: 28px; }
  .hero-actions .button { min-width: 0; flex: 1; gap: 5px; padding: 0 12px; font-size: 12px; }
  .hero-footnote { padding-top: 35px; }
  .hero-visual { min-height: 340px; }
  .hero-photo-main { inset: 0 20px 42px 0; border-radius: 105px 5px 5px 5px; }
  .hero-photo-side { width: 35%; right: -1%; bottom: 5px; border-width: 4px; }
  .hero-float { left: 5px; bottom: 58px; padding: 8px 10px; }
  .hero-float .float-icon { width: 29px; height: 29px; font-size: 17px; }
  .hero-float strong { font-size: 10px; }
  .hero-float small { font-size: 8px; }
  .hero-index { bottom: 10px; font-size: 8px; }
  .section-heading h2, .metrics-intro h2, .workflow h2, .founder h2, .pricing h2, .faq h2 { font-size: clamp(34px, 9vw, 45px); }
  .section-heading { margin-bottom: 30px; }
  .section-heading > p, .metrics-intro > p { font-size: 14px; }
  .metric-grid { gap: 8px; }
  .metric-card { min-height: 170px; padding: 17px; }
  .metric-label { font-size: 12px; }
  .metric-card strong { font-size: 42px; }
  .metric-card:not(.metric-card-static) strong { font-size: 27px; }
  .metric-card small { font-size: 10px; line-height: 1.5; }
  .screen-tab { padding: 13px 8px; font-size: 11px; text-align: center; }
  .screen-tab span { display: block; margin: 0 0 5px; }
  .screen-layout { padding: 13px; }
  .screen-browser-bar { gap: 7px; padding: 0 7px; font-size: 8px; }
  .screen-zoom { font-size: 8px; padding: 2px 4px; }
  .screen-copy h3 { font-size: 26px; }
  .photo-grid { gap: 8px; }
  .photo-tile { height: 190px; }
  .photo-tile-wide { height: 265px; }
  .photo-tile figcaption { left: 11px; right: 11px; bottom: 12px; display: block; font-size: 11px; }
  .photo-tile figcaption span { display: block; margin-top: 3px; font-size: 9px; }
  .store-roster { margin-top: 35px; padding-top: 30px; }
  .store-list { gap: 0 13px; }
  .store-list li { font-size: 11px; }
  .store-list li:before { margin-right: 4px; }
  .review-strip { display: block; margin-top: 35px; padding: 23px; }
  .review-strip a { display: inline-block; margin-top: 20px; text-align: left; }
  .workflow-steps span { min-height: 57px; padding: 0 11px; font-size: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 275px; }
  .founder-visual { height: 350px; }
  .pricing-card { padding: 30px 23px; }
  .price { font-size: 17px; }
  .price strong { font-size: 55px; }
  .faq-list summary { padding-top: 19px; padding-bottom: 19px; font-size: 14px; }
  .faq-list summary:after { top: 16px; }
  .final-cta { padding: 68px 0; }
  .final-cta-inner { display: block; }
  .final-cta h2 { font-size: 42px; }
  .final-actions { align-items: flex-start; margin-top: 35px; }
  .footer-inner { display: block; }
  .footer-inner > p, .footer-links { margin-top: 20px; }
}

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