/* Shared customer-facing chrome */
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--brand-border); background: rgba(248, 245, 240, .9); backdrop-filter: blur(14px); }
.header-inner { width: min(100% - 48px, 1280px); min-height: 76px; margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; text-decoration: none; font-size: 1.22rem; font-weight: 800; letter-spacing: .09em; }
.brand svg { width: 29px; height: 29px; fill: none; stroke: var(--brand-coral); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 21px; margin-left: auto; color: #4d515a; font-size: .81rem; }
.primary-nav a, .nav-order { text-decoration: none; white-space: nowrap; }
.primary-nav a:hover { color: var(--brand-coral); }
.nav-order { min-height: 40px; padding: 9px 14px; border: 1px solid var(--brand-ink); border-radius: 14px; color: var(--brand-ink); font-weight: 750; }
.nav-order.is-disabled { border-color: var(--brand-border); color: var(--brand-muted); opacity: .78; cursor: default; }

.site-footer { border-top: 1px solid var(--brand-border); background: var(--brand-surface); }
.footer-inner { width: min(100% - 48px, 1120px); margin: 0 auto; padding: 45px 0 24px; }
.footer-top { display: grid; grid-template-columns: minmax(220px, 1.15fr) 2fr; gap: 50px; padding-bottom: 36px; }
.footer-brand-copy { max-width: 285px; margin: 15px 0 0; color: var(--brand-muted); font-size: .84rem; line-height: 1.8; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 24px; align-content: start; padding-top: 3px; }
.footer-links a { color: #4d515a; font-size: .84rem; text-decoration: none; }
.footer-links a:hover { color: var(--brand-coral); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--brand-border); color: var(--brand-muted); font-size: .74rem; }

/* Home */
.home-main { overflow: hidden; }
.hero { overflow: hidden; isolation: isolate; background: radial-gradient(circle at 92% 10%, rgba(255, 116, 104, .18), transparent 27%), radial-gradient(circle at 48% 96%, rgba(204, 229, 209, .42), transparent 28%), var(--brand-bg); }
.hero-inner { width: min(100% - 48px, 1280px); min-height: 700px; margin: 0 auto; padding: 84px 0 48px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; padding: 10px 0 20px; }
.eyebrow, .service-label { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 23px; padding: 8px 13px; border: 1px solid var(--brand-border); border-radius: var(--radius-pill); background: rgba(255, 255, 255, .52); color: #5b6069; font-size: .8rem; letter-spacing: .04em; }
.service-label svg { width: 15px; height: 15px; fill: none; stroke: var(--brand-coral); stroke-width: 1.8; stroke-linecap: round; }
.hero h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 3.8rem); font-weight: 650; letter-spacing: -.065em; line-height: 1.3; }
.hero-title-line { display: block; }
.hero h1 em { position: relative; color: var(--brand-coral); font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -3%; right: -3%; bottom: -.04em; height: .18em; border-bottom: 4px solid var(--brand-coral); border-radius: 50%; transform: rotate(-1.5deg); }
.hero-description { max-width: 540px; margin: 27px 0 30px; color: #535862; font-size: 1.02rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button.primary-cta { min-height: 60px; padding: 10px 13px 10px 23px; border-radius: 17px; background: var(--brand-ink); box-shadow: 0 14px 25px rgba(23, 25, 35, .15); }
.button.primary-cta i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--brand-coral); color: var(--brand-ink); font-size: 1.15rem; font-style: normal; }
.button.primary-cta[aria-disabled="true"] { cursor: default; opacity: .72; }
.hero-price { margin: 10px 0 0; color: var(--brand-muted); font-size: .8rem; }
.secondary-cta { font-size: .94rem; font-weight: 700; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.secondary-cta span { color: var(--brand-coral); font-size: 1.2rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #555b64; font-size: .81rem; }
.trust-list li { display: flex; align-items: center; gap: 6px; }
.trust-list i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--brand-mint); color: var(--brand-mint-dark); font-style: normal; font-size: .7rem; font-weight: 800; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 560px); height: 572px; }
.after-card, .before-card { position: absolute; margin: 0; overflow: hidden; background: #fff; border: 9px solid #fff; box-shadow: var(--brand-shadow-photo); }
.after-card { z-index: 2; top: 0; right: 45px; width: 420px; border-radius: 33px; transform: rotate(2deg); }
.after-card img { width: 100%; height: 535px; object-fit: cover; object-position: center; }
.ready-label, .before-card figcaption { position: absolute; top: 15px; left: 15px; padding: 7px 10px; border-radius: 6px; background: rgba(255, 255, 255, .94); font-size: .61rem; font-weight: 750; letter-spacing: .13em; }
.heart { position: absolute; top: 13px; right: 13px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--brand-coral); color: #fff; font-size: 1.08rem; }
.after-caption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 4px; padding: 67px 20px 18px; background: linear-gradient(transparent, rgba(9, 12, 15, .84)); color: #fff; }
.after-caption strong { font-size: .68rem; letter-spacing: .12em; }
.after-caption > span { font-size: .9rem; }
.after-caption div { display: flex; gap: 6px; margin-top: 6px; }
.after-caption b { padding: 4px 8px; border: 1px solid rgba(255, 255, 255, .46); border-radius: 20px; font-size: .65rem; font-weight: 500; }
.before-card { z-index: 3; top: 228px; left: 0; width: 208px; border-radius: 7px; transform: rotate(-7deg); box-shadow: 0 18px 32px rgba(23, 25, 35, .25); }
.before-card img { width: 100%; height: 260px; object-fit: cover; filter: contrast(.94); }
.before-card p { position: absolute; right: 0; bottom: 0; left: 0; margin: 0; padding: 20px 10px 10px; background: linear-gradient(transparent, rgba(0, 0, 0, .8)); color: #fff; font-size: .68rem; }
.transform-arrow { position: absolute; z-index: 4; top: 245px; left: 123px; width: 162px; height: 102px; overflow: visible; fill: none; stroke: var(--brand-coral); stroke-width: 2.5; stroke-dasharray: 6 6; stroke-linecap: round; }
.visual-note { position: absolute; z-index: 4; bottom: 12px; left: 18px; display: grid; gap: 7px; max-width: 245px; }
.visual-note strong { font-size: 1rem; }
.visual-note span { color: var(--brand-muted); font-size: .76rem; line-height: 1.65; }
.balance-card { position: absolute; z-index: 4; right: 0; bottom: 1px; width: 210px; padding: 17px; border: 1px solid rgba(23, 25, 35, .08); border-radius: 16px; background: rgba(255, 255, 255, .95); box-shadow: 0 16px 30px rgba(23, 25, 35, .13); transform: rotate(-2deg); }
.balance-card > div { display: flex; align-items: center; justify-content: space-between; }
.balance-card strong { font-size: .86rem; }
.balance-card > div span { padding: 4px 6px; border-radius: 20px; background: var(--brand-coral-soft); color: #c8564b; font-size: .55rem; letter-spacing: .08em; }
.balance-card dl { display: grid; gap: 9px; margin: 13px 0 0; }
.balance-card dl > div { display: grid; grid-template-columns: 52px 1fr; gap: 7px; align-items: center; }
.balance-card dt { color: #5b6069; font-size: .68rem; }
.balance-card dd { height: 5px; margin: 0; overflow: hidden; border-radius: 5px; background: #f0eee9; }
.balance-card dd i { display: block; height: 100%; border-radius: inherit; background: var(--brand-coral); }
.feature-bar { width: min(100% - 48px, 1280px); margin: 0 auto; padding: 22px 0; border-top: 1px solid var(--brand-border); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.feature-bar > strong { font-size: .82rem; white-space: nowrap; }
.feature-bar ul { display: flex; justify-content: flex-end; gap: 24px; margin: 0; padding: 0; list-style: none; }
.feature-bar li { display: flex; align-items: center; gap: 8px; color: #4c515a; font-size: .78rem; white-space: nowrap; }
.feature-bar svg { width: 19px; height: 19px; fill: none; stroke: #4c515a; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.public-section { width: min(100% - 48px, 1120px); margin: 0 auto; padding: 88px 0; }
.section-heading { max-width: 680px; margin-bottom: 30px; }
.section-heading .eyebrow { margin-bottom: 14px; padding: 0; border: 0; background: transparent; color: var(--brand-coral); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.section-heading h2 { margin: 0 0 13px; }
.section-heading p { margin: 0; color: var(--brand-muted); font-size: .94rem; }
.empathy { background: #fffaf6; }
.empathy-inner { width: min(100% - 48px, 1120px); margin: 0 auto; padding: 88px 0; }
.empathy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.empathy-card { position: relative; min-height: 190px; overflow: hidden; padding: 26px 24px; border: 1px solid var(--brand-border); border-radius: var(--radius-lg); background: var(--brand-surface); }
.empathy-card::after { content: ""; position: absolute; right: -26px; bottom: -38px; width: 115px; height: 115px; border: 1px solid rgba(255, 116, 104, .2); border-radius: 50%; transform: rotate(-18deg); }
.empathy-card:nth-child(2)::after { border-color: rgba(52, 130, 104, .2); }
.empathy-card:nth-child(3)::after { right: 14px; border-radius: 45% 55% 50% 50%; transform: rotate(20deg); }
.hand-line { display: block; width: 54px; height: 8px; margin-bottom: 19px; border-bottom: 2px solid var(--brand-coral); border-radius: 50%; transform: rotate(-4deg); }
.empathy-card h3 { max-width: 210px; margin-bottom: 9px; font-size: 1.08rem; }
.empathy-card p { margin: 0; color: var(--brand-muted); font-size: .86rem; }

.examples { background: var(--brand-bg); }
.examples-grid { display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(270px, .66fr); gap: 18px; align-items: stretch; }
.example-main, .example-small { overflow: hidden; border: 1px solid var(--brand-border); border-radius: var(--radius-lg); background: var(--brand-surface); }
.example-main { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 360px; }
.example-pair { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; min-height: 360px; padding: 10px; background: #f0eee9; }
.example-pair img { min-width: 0; height: 100%; object-fit: cover; border-radius: 12px; }
.example-pair span { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--brand-coral); color: var(--brand-ink); font-size: .95rem; transform: translate(-50%, -50%); }
.example-main img, .example-small img { width: 100%; height: 100%; object-fit: cover; }
.example-main .example-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.example-copy h3 { margin: 0 0 8px; }
.example-copy p { margin: 0; color: var(--brand-muted); font-size: .84rem; }
.example-copy .sample-label { display: inline-flex; align-self: flex-start; margin-bottom: 18px; padding: 5px 9px; border-radius: var(--radius-pill); background: var(--brand-coral-soft); color: #b95046; font-size: .68rem; font-weight: 750; }
.example-side { display: grid; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.example-small { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 171px; }
.example-small .example-copy { display: flex; flex-direction: column; justify-content: center; padding: 18px; }
.example-small .example-copy h3 { font-size: .98rem; }
.example-small .example-copy p { font-size: .77rem; }
.example-note { margin: 18px 0 0; color: var(--brand-muted); font-size: .78rem; }

.styles-section { background: #fffaf6; }
.styles-editorial { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: 18px; }
.style-feature { position: relative; min-height: 550px; overflow: hidden; border-radius: var(--radius-lg); background: var(--brand-ink); color: #fff; }
.style-feature img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.style-feature::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(9, 12, 15, .9)); }
.style-feature-copy { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; }
.style-feature-copy h3 { margin: 0 0 7px; color: #fff; }
.style-feature-copy p { margin: 0; color: rgba(255, 255, 255, .78); font-size: .84rem; }
.style-feature-copy .style-label, .style-card .style-label { display: inline-flex; margin-bottom: 12px; padding: 5px 9px; border-radius: var(--radius-pill); background: rgba(255, 255, 255, .18); color: inherit; font-size: .67rem; font-weight: 750; }
.styles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.style-card { overflow: hidden; border: 1px solid var(--brand-border); border-radius: var(--radius-md); background: var(--brand-surface); }
.style-card img { width: 100%; height: 154px; object-fit: cover; }
.style-card-copy { padding: 13px 14px 15px; }
.style-card .style-label { margin: 0 0 7px; padding: 0; background: transparent; color: var(--brand-coral); letter-spacing: .02em; }
.style-card h3 { margin: 0; font-size: .91rem; }
.style-card p { margin: 5px 0 0; color: var(--brand-muted); font-size: .73rem; line-height: 1.55; }
.styles-footnote { margin: 17px 0 0; color: var(--brand-muted); font-size: .78rem; }

.flow { background: var(--brand-bg); }
.flow-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.flow-track::before { content: ""; position: absolute; top: 35px; right: 9%; left: 9%; border-top: 1px dashed rgba(255, 116, 104, .55); }
.flow-card { position: relative; z-index: 1; padding: 15px; border: 1px solid var(--brand-border); border-radius: var(--radius-md); background: var(--brand-surface); }
.flow-number { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--brand-coral-soft); color: #b95046; font-size: .77rem; font-weight: 800; }
.flow-card h3 { margin: 0 0 7px; font-size: 1rem; }
.flow-card p { margin: 0; color: var(--brand-muted); font-size: .78rem; line-height: 1.65; }
.mini-ui { min-height: 112px; margin-bottom: 17px; padding: 11px; border: 1px solid var(--brand-border); border-radius: 11px; background: #fffaf6; }
.mini-ui-bar { width: 42%; height: 7px; margin-bottom: 10px; border-radius: 8px; background: var(--brand-border-strong); }
.mini-ui-row { display: flex; gap: 7px; margin-bottom: 8px; }
.mini-ui-row span { display: block; height: 29px; flex: 1; border: 1px solid rgba(23, 25, 35, .12); border-radius: 6px; background: #fff; }
.mini-ui-row span:last-child { border-color: var(--brand-coral); background: var(--brand-coral-soft); }
.mini-ui-upload { display: grid; min-height: 62px; place-items: center; border: 1px dashed var(--brand-coral); border-radius: 8px; color: var(--brand-coral); font-size: .68rem; }
.mini-ui-status { display: grid; gap: 8px; }
.mini-ui-status span { display: block; height: 8px; border-radius: 8px; background: var(--brand-border); }
.mini-ui-status span:first-child { width: 75%; background: var(--brand-mint-dark); }
.mini-ui-download { display: grid; grid-template-columns: 42px 1fr; gap: 8px; align-items: center; }
.mini-ui-download i { display: block; width: 42px; height: 55px; border-radius: 7px; background: var(--brand-coral-soft); }
.mini-ui-download span { display: block; height: 8px; border-radius: 7px; background: var(--brand-border); box-shadow: 0 15px 0 var(--brand-border); }

.quality { background: var(--brand-mint); }
.quality-inner { width: min(100% - 48px, 920px); margin: 0 auto; padding: 84px 0; }
.quality-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.quality-box h2 { margin-bottom: 12px; }
.quality-box > div > p { margin: 0; color: #3d6657; font-size: .92rem; }
.quality-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.quality-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; color: #315d4e; font-size: .88rem; }
.quality-list li::before { content: "✓"; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .72); color: var(--brand-mint-dark); font-weight: 800; }

.pricing { background: var(--brand-bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--brand-border); border-radius: var(--radius-lg); background: var(--brand-surface); }
.pricing-card.recommended { border-color: var(--brand-coral); box-shadow: 0 12px 25px rgba(255, 116, 104, .12); }
.pricing-card h3 { margin: 0; font-size: 1.16rem; }
.pricing-price { margin: 13px 0 2px; font-size: 2.05rem; font-weight: 800; letter-spacing: -.06em; }
.pricing-price span { margin-left: 3px; font-size: .8rem; font-weight: 500; letter-spacing: 0; }
.pricing-card > p:not(.pricing-price) { min-height: 48px; margin: 0; color: var(--brand-muted); font-size: .86rem; }
.pricing-card ul { display: grid; gap: 8px; margin: 19px 0 22px; padding: 0; list-style: none; color: #4c515a; font-size: .83rem; }
.pricing-card li::before { content: "✓"; margin-right: 7px; color: var(--brand-mint-dark); font-weight: 750; }
.pricing-card .button { align-self: flex-start; margin-top: auto; }
.recommend-label { position: absolute; top: 17px; right: 17px; padding: 5px 9px; border-radius: var(--radius-pill); background: var(--brand-coral-soft); color: #c8564b; font-size: .7rem; font-weight: 750; }
.pricing-note { margin: 20px 0 0; color: var(--brand-muted); font-size: .8rem; line-height: 1.75; }
.spec-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 26px 0 0; padding: 16px 0 0; border-top: 1px solid var(--brand-border); list-style: none; color: var(--brand-muted); font-size: .79rem; }
.spec-list li::before { content: "·"; margin-right: 5px; color: var(--brand-coral); font-weight: 800; }

.faq { background: #fffaf6; }
.faq-list { border-top: 1px solid var(--brand-border); }
.faq details { border-bottom: 1px solid var(--brand-border); }
.faq summary { display: grid; grid-template-columns: 32px 1fr 28px; gap: 14px; align-items: center; min-height: 70px; cursor: pointer; list-style: none; font-size: .93rem; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--brand-border-strong); border-radius: 50%; color: var(--brand-coral); font-size: 1.1rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; background: var(--brand-coral-soft); }
.faq-index { color: var(--brand-coral); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.faq details[open] summary { color: #9f463e; }
.faq details p { margin: -2px 74px 20px 46px; padding: 16px 18px; border-radius: var(--radius-sm); background: #fff; color: var(--brand-muted); font-size: .86rem; }

.final-cta { background: var(--brand-coral-soft); }
.final-cta-inner { width: min(100% - 48px, 900px); margin: 0 auto; padding: 80px 0; text-align: center; }
.final-cta h2 { max-width: 620px; margin: 0 auto 12px; }
.final-cta p { margin: 0 0 22px; color: #9f463e; }
.final-cta .button { margin: 0 auto; }
.final-note { margin-top: 20px !important; color: #8c5d58 !important; font-size: .74rem; }

@media (min-width: 1181px) { .hero h1 { font-size: clamp(2.9rem, 3.7vw, 3.35rem); } .hero-title-line { white-space: nowrap; } }
@media (max-width: 1180px) {
  .hero-inner { min-height: 0; padding-top: 68px; grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { padding: 0; }
  .hero-visual { justify-self: center; }
  .feature-bar { align-items: flex-start; flex-direction: column; }
  .feature-bar ul { justify-content: flex-start; flex-wrap: wrap; }
  .after-card { right: 42px; }
  .visual-note { left: 13px; }
  .primary-nav { gap: 13px; }
}
@media (max-width: 820px) {
  .primary-nav { gap: 10px; font-size: .74rem; }
  .primary-nav a:nth-child(1), .primary-nav a:nth-child(2) { display: none; }
  .empathy-grid, .flow-track { grid-template-columns: repeat(2, 1fr); }
  .flow-track::before { display: none; }
  .examples-grid, .styles-editorial, .quality-box { grid-template-columns: 1fr; }
  .style-feature { min-height: 420px; }
  .quality-box { gap: 24px; }
}
@media (max-width: 640px) {
  .header-inner, .footer-inner, .hero-inner, .feature-bar, .public-section, .empathy-inner, .quality-inner, .final-cta-inner { width: min(100% - 40px, 1120px); }
  .site-header { background: var(--brand-bg); }
  .header-inner { min-height: 65px; justify-content: center; }
  .primary-nav { display: none; }
  .hero-inner { padding-top: 50px; gap: 34px; }
  .service-label { margin-bottom: 19px; font-size: .75rem; }
  .hero h1 { font-size: clamp(2.125rem, 10vw, 2.6rem); line-height: 1.32; }
  .hero-description { margin: 21px 0 25px; font-size: .94rem; line-height: 1.75; }
  .desktop-break { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .button.primary-cta { justify-content: space-between; width: 100%; }
  .secondary-cta { width: max-content; }
  .trust-list { gap: 10px 14px; margin-top: 26px; font-size: .73rem; }
  .hero-visual { width: 100%; height: min(137vw, 535px); max-height: 535px; }
  .after-card { right: 3%; width: 79%; border-width: 7px; border-radius: 27px; }
  .after-card img { height: auto; aspect-ratio: 1122 / 1402; }
  .before-card { top: 42%; left: 0; width: 42%; border-width: 6px; }
  .before-card img { height: auto; aspect-ratio: 1122 / 1402; }
  .before-card figcaption { top: 9px; left: 9px; padding: 5px 6px; font-size: .47rem; }
  .before-card p { padding: 18px 7px 7px; font-size: .55rem; }
  .transform-arrow { top: 40%; left: 20%; width: 38%; height: auto; }
  .after-caption { padding: 50px 13px 12px; }
  .after-caption strong { font-size: .55rem; }
  .after-caption > span { font-size: .72rem; }
  .after-caption b { padding: 3px 6px; font-size: .52rem; }
  .heart { top: 9px; right: 9px; width: 30px; height: 30px; font-size: .88rem; }
  .ready-label { top: 9px; left: 9px; padding: 5px 7px; font-size: .47rem; }
  .visual-note { bottom: -8px; left: 0; max-width: 190px; }
  .visual-note strong { font-size: .78rem; }
  .visual-note span { font-size: .63rem; }
  .balance-card { right: 0; bottom: -2px; width: 43%; padding: 12px; border-radius: 13px; }
  .balance-card strong { font-size: .7rem; }
  .balance-card > div span { font-size: .45rem; }
  .balance-card dl { gap: 6px; margin-top: 9px; }
  .balance-card dl > div { grid-template-columns: 42px 1fr; gap: 4px; }
  .balance-card dt { font-size: .54rem; }
  .feature-bar { margin: 0 auto; padding: 20px 0; gap: 16px; }
  .feature-bar ul { display: grid; gap: 12px; }
  .feature-bar li { font-size: .73rem; white-space: normal; }
  .public-section, .empathy-inner, .quality-inner, .final-cta-inner { padding-top: 62px; padding-bottom: 62px; }
  .section-heading { margin-bottom: 23px; }
  .section-heading h2 { font-size: 1.65rem; }
  .empathy-grid, .flow-track, .pricing-grid { grid-template-columns: 1fr; }
  .empathy-card { min-height: 150px; }
  .example-main { grid-template-columns: 1fr; }
  .example-pair { min-height: 250px; }
  .example-pair img { height: 230px; }
  .example-main .example-copy { padding: 23px; }
  .example-small { min-height: 135px; }
  .example-small img { min-height: 135px; }
  .styles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .style-card img { height: 125px; }
  .style-card-copy { padding: 10px; }
  .style-card h3 { font-size: .82rem; }
  .style-card p { font-size: .68rem; }
  .flow-card { padding: 13px; }
  .quality-box { gap: 19px; }
  .pricing-card { padding: 22px; }
  .faq summary { grid-template-columns: 27px 1fr 25px; gap: 10px; min-height: 64px; font-size: .84rem; }
  .faq details p { margin: -1px 0 17px 37px; font-size: .81rem; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 12px 18px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
