:root {
  --ink: #2d3b42;
  --muted: #64727a;
  --cream: #faf7f2;
  --paper: #fffdfa;
  --line: #e4ddd4;
  --terra: #c56c4a;
  --terra-dark: #a95035;
  --blue: #557a95;
  --purple: #76658f;
  --green: #6f8a72;
  --shadow: 0 22px 70px rgba(45, 59, 66, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 16px 5vw; background: rgba(250,247,242,.92); border-bottom: 1px solid rgba(228,221,212,.8); backdrop-filter: blur(18px); }
.brand, .footer-brand, .offer-brand { font-weight: 850; letter-spacing: -.055em; text-decoration: none; color: var(--ink); }
.brand { font-size: 16px; }
.brand span, .footer-brand span, .offer-brand span { color: var(--terra); font-size: .55em; vertical-align: top; letter-spacing: 0; }
.header-cta { font-size: 13px; font-weight: 800; text-decoration: none; color: var(--terra-dark); }
.section-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: 48px; padding-top: 82px; padding-bottom: 84px; }
.hero-copy { max-width: 620px; }
.eyebrow { margin: 0 0 16px; font-size: 11px; font-weight: 850; letter-spacing: .17em; color: var(--terra); }
.eyebrow-light { color: #e9c1af; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 69px); line-height: 1.02; letter-spacing: -.065em; max-width: 680px; }
h1 em { color: var(--terra); font-style: normal; }
.hero-sub { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.65; margin-bottom: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 56px; padding: 15px 22px; border: 0; border-radius: 999px; font-weight: 850; font-size: 13px; letter-spacing: .03em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(197,108,74,.22); }
.button span { font-size: 20px; line-height: 0; }
.button-primary { color: #fff; background: var(--terra); box-shadow: 0 12px 24px rgba(197,108,74,.18); }
.microcopy, .offer-micro { color: var(--muted); font-size: 12px; margin: 14px 0 0; }
.microcopy b { color: var(--terra); padding: 0 4px; }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-note { position: absolute; top: 30px; left: 4%; z-index: 3; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,250,.85); color: var(--muted); font-size: 12px; font-weight: 750; box-shadow: 0 10px 30px rgba(45,59,66,.07); }
.phone-stack { position: relative; width: 310px; height: 510px; transform: rotate(3deg); }
.phone { position: absolute; overflow: hidden; border: 9px solid #1f2a30; border-radius: 38px; background: #1f2a30; box-shadow: var(--shadow); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-front { z-index: 2; inset: 0 0 0 32px; transform: rotate(-2deg); }
.phone-back { z-index: 1; width: 265px; height: 438px; top: 42px; left: -36px; transform: rotate(-8deg); opacity: .93; }
.phone-speaker { position: absolute; z-index: 4; top: 6px; left: 50%; width: 64px; height: 5px; border-radius: 10px; background: #10171a; transform: translateX(-50%); }
.floating-tag { position: absolute; z-index: 4; padding: 10px 13px; border-radius: 12px; color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 10px 22px rgba(45,59,66,.14); }
.tag-one { right: 0; top: 190px; background: var(--blue); }
.tag-two { left: -10px; bottom: 82px; background: var(--terra); }
.recognition, .consult, .real-product, .trust, .guarantee, .final-cta { padding-top: 118px; padding-bottom: 118px; }
.section-intro { position: relative; z-index: 1; }
.narrow { max-width: 660px; }
.section-intro h2, .product-preview-copy h2, .offer-copy h2, .guarantee h2, .final-cta h2 { margin-bottom: 20px; font-size: clamp(31px, 4vw, 53px); line-height: 1.07; letter-spacing: -.055em; }
.section-intro p, .product-preview-copy > p, .offer-copy > p, .guarantee p, .final-cta > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.routine-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 52px; }
.routine-item { display: grid; grid-template-columns: 35px 1fr; column-gap: 10px; padding: 21px 18px; border-top: 2px solid var(--line); }
.routine-item span { color: var(--terra); font-size: 13px; font-weight: 850; }
.routine-item strong { font-size: 16px; }
.routine-item small { grid-column: 2; color: var(--muted); font-size: 13px; }
.section-dark { color: #fff; background: var(--ink); }
.mechanism { width: 100%; padding: 120px max(20px, calc((100% - 1120px)/2)); }
.light-text p { color: #b9c4c9; }
.four-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 54px; }
.step { min-height: 230px; padding: 25px; border-radius: 18px; color: var(--ink); }
.step-number { display: block; margin-bottom: 42px; font-size: 12px; font-weight: 850; opacity: .7; }
.step h3 { margin-bottom: 12px; font-size: 17px; letter-spacing: .03em; }
.step p { margin: 0; font-size: 14px; line-height: 1.5; }
.step-before { background: #d9e7ec; }.step-turn { background: #f4d8cc; }.step-resist { background: #e4ddef; }.step-after { background: #dae7dc; }
.consult-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; margin-top: 52px; }
.thought-card, .open-card { padding: 30px; border-radius: 20px; }
.thought-card { display: flex; flex-direction: column; justify-content: center; background: #f0eae2; }
.open-card { background: #e6eff2; border: 1px solid #c8dce4; }
.thought-card span, .open-card span { display: block; margin-bottom: 18px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.thought-card strong, .open-card strong { display: block; font-size: clamp(22px, 3vw, 35px); line-height: 1.1; letter-spacing: -.04em; }
.thought-card i { margin-top: 20px; color: var(--terra); font-size: 26px; font-style: normal; }
.mini-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 28px; }
.mini-blocks b { padding: 10px; border-radius: 7px; color: #fff; background: var(--blue); font-size: 10px; }.mini-blocks b:nth-child(2) { background: var(--terra); }.mini-blocks b:nth-child(3) { background: var(--purple); }.mini-blocks b:nth-child(4) { background: var(--green); }
.quick-examples { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.quick-examples div { padding: 18px; border-bottom: 1px solid var(--line); }.quick-examples span { display: block; color: var(--muted); font-size: 14px; margin-bottom: 7px; }.quick-examples b { color: var(--terra-dark); font-size: 14px; }
.section-soft { background: #f1ece5; }
.situations, .audience, .faq { width: 100%; padding: 118px max(20px, calc((100% - 1120px)/2)); }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.situations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 52px; }
.situation { min-height: 104px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-radius: 15px; background: rgba(255,253,250,.78); border: 1px solid rgba(228,221,212,.85); }.situation span { color: var(--terra); font-size: 12px; font-weight: 850; }.situation strong { max-width: 190px; font-size: 15px; line-height: 1.25; }
.real-product { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 70px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 28px 0; }.check-list li { position: relative; padding-left: 28px; margin: 12px 0; color: var(--muted); }.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.text-link { color: var(--terra-dark); font-weight: 850; text-decoration: none; }.text-link span { margin-left: 6px; }
.preview-collage { position: relative; min-height: 580px; }.preview-page { overflow: hidden; position: absolute; border: 9px solid #2b363b; border-radius: 24px; background: #2b363b; box-shadow: var(--shadow); }.preview-page img { width: 100%; height: 100%; object-fit: cover; object-position: top; }.page-main { width: 286px; height: 475px; left: 8%; top: 50px; z-index: 2; transform: rotate(-5deg); }.page-side { width: 255px; height: 422px; right: 5%; top: 0; transform: rotate(7deg); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 980px; margin: 50px auto 0; }.audience-grid div { padding: 24px 18px; border-top: 2px solid var(--terra); }.audience-grid span { color: var(--terra); font-size: 12px; font-weight: 850; }.audience-grid p { margin: 18px 0 0; font-weight: 700; line-height: 1.35; }
.trust-card { max-width: 720px; display: flex; gap: 15px; align-items: center; margin: 45px auto 0; padding: 22px 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }.trust-card strong { color: var(--terra-dark); white-space: nowrap; }.trust-card span { color: var(--muted); font-size: 14px; }
.offer { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: 80px; align-items: center; padding: 118px max(20px, calc((100% - 1000px)/2)); }.offer-copy h2 { color: #fff; }.offer-copy > p { color: #b9c4c9; }.offer-card { padding: 35px; border-radius: 24px; background: #fffdfa; box-shadow: var(--shadow); }.offer-brand { margin-bottom: 27px; font-size: 19px; }.offer-card ul { padding-left: 18px; margin: 0 0 28px; color: var(--muted); }.offer-card li { margin: 7px 0; }.price { display: flex; flex-direction: column-reverse; gap: 1px; margin-bottom: 24px; }.price small { color: var(--muted); font-size: 12px; }.price strong { color: var(--ink); font-size: 43px; letter-spacing: -.06em; line-height: 1; }.offer-card .button { width: 100%; font-size: 12px; }.offer-micro { text-align: center; }
.guarantee { display: flex; align-items: center; gap: 28px; max-width: 860px; }.guarantee-mark { width: 90px; height: 90px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--terra); font-size: 44px; font-weight: 850; letter-spacing: -.08em; }.guarantee h2 { font-size: clamp(29px, 4vw, 46px); }
.faq-list { max-width: 820px; margin: 50px auto 0; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; list-style: none; padding: 20px 4px; font-size: 17px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: '+'; float: right; color: var(--terra); font-size: 23px; font-weight: 400; }.faq-list details[open] summary::after { content: '−'; }.faq-list p { max-width: 700px; margin: -4px 0 20px; color: var(--muted); }
.final-cta { text-align: center; }.final-cta h2 { max-width: 700px; margin-left: auto; margin-right: auto; }.final-cta > p { max-width: 570px; margin-left: auto; margin-right: auto; }.final-cta .button { margin-top: 12px; }
.site-footer { padding: 54px max(20px, calc((100% - 1120px)/2)); color: #fff; background: var(--ink); }.footer-brand { color: #fff; }.site-footer p { max-width: 560px; color: #b9c4c9; font-size: 14px; }.footer-note { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px !important; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 60px; }.hero-copy { max-width: 680px; }.hero-visual { min-height: 540px; }.routine-list, .four-steps, .situations-grid { grid-template-columns: repeat(2, 1fr); }.real-product { grid-template-columns: 1fr; gap: 30px; }.preview-collage { min-height: 540px; max-width: 570px; width: 100%; margin: 0 auto; }.offer { grid-template-columns: 1fr; gap: 40px; }.audience-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .site-header { padding: 14px 20px; }.brand { font-size: 14px; }.header-cta { font-size: 12px; }.section-shell { width: min(100% - 32px, 1120px); }.hero { min-height: auto; padding-top: 54px; padding-bottom: 65px; }.hero-sub { font-size: 16px; }.hero-visual { min-height: 470px; margin-top: 15px; }.phone-stack { width: 250px; height: 415px; }.phone-back { width: 218px; height: 360px; top: 36px; left: -25px; border-width: 7px; border-radius: 29px; }.phone-front { left: 26px; border-width: 7px; border-radius: 29px; }.hero-note { top: 0; left: 0; font-size: 11px; }.floating-tag { font-size: 10px; padding: 8px 10px; }.tag-one { right: -2px; top: 155px; }.tag-two { left: -2px; bottom: 46px; }.recognition, .consult, .real-product, .trust, .guarantee, .final-cta, .mechanism, .situations, .audience, .faq, .offer { padding-top: 76px; padding-bottom: 76px; }.section-intro h2, .product-preview-copy h2, .offer-copy h2, .guarantee h2, .final-cta h2 { font-size: 34px; }.section-intro p, .product-preview-copy > p, .offer-copy > p, .guarantee p, .final-cta > p { font-size: 16px; }.routine-list, .four-steps, .situations-grid, .quick-examples, .audience-grid { grid-template-columns: 1fr; }.routine-list { margin-top: 35px; }.routine-item { padding: 16px 0; }.four-steps { margin-top: 35px; }.step { min-height: auto; padding: 22px; }.step-number { margin-bottom: 24px; }.consult-flow { grid-template-columns: 1fr; margin-top: 35px; }.quick-examples { margin-top: 22px; }.situations-grid { margin-top: 35px; }.situation { min-height: 86px; }.preview-collage { min-height: 430px; }.page-main { width: 230px; height: 382px; left: 3%; }.page-side { width: 205px; height: 340px; right: 8px; }.trust-card { align-items: flex-start; flex-direction: column; margin-top: 30px; }.offer { gap: 28px; }.offer-card { padding: 26px 22px; }.offer-copy h2 { font-size: 34px; }.guarantee { align-items: flex-start; flex-direction: column; }.site-footer { padding-top: 40px; padding-bottom: 40px; }
}
