
:root {
  --ink: #282521;
  --paper: #f7f2ea;
  --white: #fffdf8;
  --acid: #94691f;
  --orange: #94691f;
  --gold-soft: #ead8ad;
  --rose: #eadbd3;
  --sage: #dfe3d8;
  --muted: #665f57;
  --line: rgba(40, 37, 33, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 30; height: 92px; display: flex; align-items: center;
  justify-content: space-between; padding: 0 max(28px, calc((100vw - 1320px) / 2)); color: var(--ink);
  border-bottom: 1px solid rgba(40,37,33,.14);
}
.brand { font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand span { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.site-header nav { display: flex; align-items: center; gap: 36px; font-size: 15px; }
.site-header nav > a:not(.nav-cta) { opacity: .72; transition: opacity .2s; }
.site-header nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { display: flex; align-items: center; gap: 30px; background: var(--ink); color: var(--white); padding: 15px 20px; font-weight: 700; }

.hero { position: relative; min-height: 950px; padding: 156px max(28px, calc((100vw - 1320px) / 2)) 0; color: var(--ink); background: linear-gradient(135deg, #fbf8f2 0%, #f1e6db 58%, #eadbd3 100%); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(148,105,31,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(148,105,31,.32) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero:after { content: ""; position: absolute; width: 620px; height: 620px; top: 90px; right: -200px; border: 1px solid rgba(148,105,31,.2); border-radius: 50%; box-shadow: 0 0 120px rgba(148,105,31,.05); }
.hero-copy { position: relative; z-index: 3; width: 58%; padding-bottom: 265px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 13px; line-height: 1.4; font-weight: 700; }
.eyebrow { display: flex; gap: 12px; align-items: center; color: #76531a; margin-bottom: 26px; }
.eyebrow span { width: 7px; height: 7px; background: #94691f; border-radius: 50%; box-shadow: 0 0 0 6px rgba(148,105,31,.12); }
.hero h1 { margin: 0; font-size: clamp(70px, 7.2vw, 114px); line-height: .88; letter-spacing: -.06em; font-weight: 730; }
.hero h1 em { color: var(--acid); font-size: .9em; letter-spacing: -.045em; }
.hero-lead { max-width: 670px; margin: 36px 0 16px; font-size: 22px; line-height: 1.45; letter-spacing: -.03em; }
.hero-promise { max-width: 640px; margin: 0; color: #5e5851; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.button { min-height: 60px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; font-size: 15px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .nav-cta:focus-visible, summary:focus-visible, input:focus-visible, button:focus-visible { outline: 3px solid #b88938; outline-offset: 3px; }
.button-accent { min-width: 250px; background: var(--ink); color: var(--white); }
.button-ghost { border: 1px solid rgba(40,37,33,.28); color: var(--ink); background: rgba(255,253,248,.46); }
.hero-visual { position: absolute; z-index: 2; width: 40%; max-width: 530px; right: max(28px, calc((100vw - 1320px) / 2)); top: 132px; }
.portrait-wrap { position: relative; height: 660px; overflow: hidden; }
.portrait-wrap:before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.25); pointer-events: none; }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,17,15,.82)); }
.hero-signature { position: absolute; left: 38px; bottom: 35px; z-index: 3; color: var(--white); font-family: Georgia, serif; font-style: italic; font-size: 34px; line-height: .9; text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.hero-badge { position: absolute; right: -28px; top: 58px; z-index: 5; width: 150px; height: 150px; padding: 20px; background: #e8d2c5; color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; transform: rotate(1deg); box-shadow: 0 16px 36px rgba(75,58,45,.12); }
.hero-badge strong { font-size: 39px; letter-spacing: -.06em; }
.hero-badge span { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.4; }
.hero-results { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; min-height: 185px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); background: rgba(255,253,248,.94); color: var(--ink); border-top: 1px solid rgba(40,37,33,.12); padding: 0 max(28px, calc((100vw - 1320px) / 2)); backdrop-filter: blur(12px); }
.hero-results > div { padding: 30px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.hero-results > div:first-child { padding-left: 0; }
.hero-results > div:last-child { border: 0; }
.results-intro span { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: #686862; margin-bottom: 16px; }
.results-intro strong { max-width: 360px; font-size: 22px; line-height: 1.3; letter-spacing: -.03em; }
.hero-stat strong { font-size: 48px; letter-spacing: -.06em; line-height: 1; }
.hero-stat span { margin-top: 12px; color: #555650; font-size: 14px; line-height: 1.5; }

.section { width: min(1320px, calc(100% - 56px)); margin-inline: auto; padding: 130px 0; }
.section-kicker { color: #625c55; margin-bottom: 54px; }
.section-kicker.light { color: rgba(255,255,255,.7); }
.section h2, .loss-heading h2, .results-section h2, .audience-section h2 { margin: 0; font-size: clamp(52px, 6.2vw, 92px); line-height: .99; letter-spacing: -.055em; }
.section h2 em, .loss-heading h2 em, .results-section h2 em, .audience-section h2 em { color: var(--orange); }
.author-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.author-role { max-width: 430px; margin-top: 28px; font-size: 18px; line-height: 1.6; color: var(--muted); }
.author-story > p { margin: 0; font-size: 25px; line-height: 1.5; letter-spacing: -.03em; }
.author-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.author-facts > div { padding: 25px 0; display: flex; align-items: baseline; gap: 14px; }
.author-facts > div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.author-facts strong { font-size: 42px; letter-spacing: -.06em; }
.author-facts span { font-size: 14px; color: var(--muted); }
.company-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 22px; }
.company-row div { display: flex; align-items: center; gap: 16px; padding: 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(40,37,33,.08); }
.company-row b { font-size: 20px; letter-spacing: -.06em; }
.company-row span { font-size: 14px; line-height: 1.5; color: var(--muted); }

.loss-section { background: #403a35; color: var(--white); position: relative; overflow: hidden; }
.loss-section:before { content: "4,5М"; position: absolute; right: -60px; top: -55px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.05); font-size: 310px; font-weight: 800; letter-spacing: -.1em; }
.loss-inner { position: relative; z-index: 2; }
.loss-heading { display: grid; grid-template-columns: 1.5fr .65fr; gap: 60px; align-items: end; }
.loss-heading .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.loss-heading p { margin: 0; font-size: 19px; line-height: 1.65; color: rgba(255,255,255,.72); }
.loss-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.loss-grid > div { padding: 34px 24px 38px 0; display: flex; min-height: 250px; flex-direction: column; border-right: 1px solid rgba(255,255,255,.17); }
.loss-grid > div + div { padding-left: 28px; }
.loss-grid > div:last-child { border: 0; }
.loss-grid strong { font-size: clamp(38px, 4vw, 58px); letter-spacing: -.07em; color: var(--acid); }
.loss-grid b { margin-top: auto; font-size: 17px; }
.loss-grid span { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.6); margin-top: 8px; }
.warning { margin-top: 34px; display: flex; gap: 18px; align-items: center; max-width: 760px; }
.warning > span { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--orange); color: var(--orange); border-radius: 50%; font-family: Georgia, serif; font-style: italic; font-size: 22px; }
.warning p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.65; }
.loss-heading h2 em, .loss-grid strong, .warning > span { color: #e8c77d; }
.warning > span { border-color: #e8c77d; }

.split-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; }
.split-head > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.pain-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.pain-grid article { min-height: 390px; padding: 25px 30px 34px; position: relative; display: flex; flex-direction: column; background: rgba(255,253,248,.72); }
.pain-grid article + article { border-left: 1px solid var(--line); }
.pain-grid article > span { font-size: 13px; color: #5f5a54; font-weight: 700; }
.pain-icon { margin: auto 0; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--acid); font-family: Georgia, serif; font-size: 28px; }
.pain-grid h3 { margin: 0 0 14px; font-size: 27px; letter-spacing: -.04em; }
.pain-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.mindset { padding-top: 40px; }
.mindset h2 span { color: #746e67; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.comparison { margin-top: 70px; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: stretch; }
.comparison article { padding: 38px; border: 1px solid var(--line); }
.comparison-new { background: var(--sage); border-color: #cdd3c5 !important; }
.comparison-title span { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: #514d47; font-weight: 700; }
.comparison-title h3 { font-size: 25px; margin: 12px 0 30px; }
.comparison ul { margin: 0; padding: 0; list-style: none; }
.comparison li { padding: 17px 0; border-top: 1px solid rgba(20,21,25,.16); font-size: 16px; line-height: 1.45; }
.comparison li:before { content: "—"; margin-right: 12px; color: #777970; }
.comparison-arrow { display: grid; place-items: center; font-size: 36px; }
blockquote { max-width: 800px; margin: 60px 0 0 auto; font-family: Georgia, serif; font-size: 34px; font-style: italic; line-height: 1.3; letter-spacing: -.03em; }

.results-section { background: var(--sage); color: var(--ink); }
.results-section .section { padding-bottom: 0; }
.results-section .section-kicker.light { color: #625c55; }
.results-section h2 em { color: #79561b; }
.result-cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(40,37,33,.18); border-bottom: 1px solid rgba(40,37,33,.18); }
.result-cards article { min-height: 320px; padding: 28px 26px 34px 0; display: flex; flex-direction: column; border-right: 1px solid rgba(40,37,33,.18); }
.result-cards article + article { padding-left: 26px; }
.result-cards article:last-child { border-right: 0; }
.result-cards > article > span { font-size: 13px; color: #79561b; font-weight: 700; }
.result-cards h3 { margin: auto 0 14px; font-size: 26px; letter-spacing: -.04em; }
.result-cards p { margin: 0; color: #554f49; font-size: 16px; line-height: 1.65; }
.included-block { margin-top: 100px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 74px; color: var(--ink); background: rgba(255,253,248,.88); box-shadow: 0 20px 70px rgba(80,74,66,.09); }
.micro-label { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.included-block h3 { margin: 24px 0 0; font-size: 37px; line-height: 1.06; letter-spacing: -.05em; }
.check-list > div { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(16,17,15,.2); }
.check-list > div:first-child { padding-top: 0; }
.check-list i { font-style: normal; font-weight: 800; }
.check-list p { margin: 0; display: flex; justify-content: space-between; gap: 20px; }
.check-list strong { font-size: 16px; }
.check-list span { max-width: 280px; font-size: 14px; line-height: 1.5; color: #525149; }

.program .split-head > p { padding-bottom: 6px; }
.timeline { margin-top: 70px; border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 120px 100px 1fr 60px; gap: 20px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.timeline article:hover { padding-left: 18px; background: rgba(255,255,255,.44); }
.timeline .day { font-size: 13px; text-transform: uppercase; letter-spacing: .13em; color: #66675f; }
.timeline .number { font-family: Georgia, serif; font-style: italic; color: var(--orange); font-size: 48px; }
.timeline h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.04em; }
.timeline p { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.timeline i { justify-self: end; font-size: 24px; font-style: normal; }

.audience-section { background: var(--rose); color: var(--ink); }
.audience-section .section-kicker.light { color: #625c55; }
.audience-section h2 em { color: #79561b; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.audience-grid article { min-height: 300px; padding: 30px; border: 1px solid rgba(40,37,33,.16); border-right: 0; display: flex; flex-direction: column; background: rgba(255,253,248,.26); }
.audience-grid article:last-child { border-right: 1px solid rgba(40,37,33,.16); }
.audience-grid article > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,248,.7); color: #79561b; font-size: 22px; }
.audience-grid h3 { margin: auto 0 13px; font-size: 24px; letter-spacing: -.04em; }
.audience-grid p { margin: 0; color: #554f49; font-size: 16px; line-height: 1.65; }

.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 65px; }
.format-grid article { position: relative; min-height: 390px; background: rgba(255,253,248,.9); padding: 30px; display: flex; flex-direction: column; box-shadow: 0 18px 55px rgba(76,68,59,.06); }
.format-grid article > span { font-size: 13px; color: #5f5a54; font-weight: 700; }
.format-symbol { margin: auto; width: 100px; height: 100px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 25px; }
.format-grid h3 { margin: 0 0 12px; font-size: 27px; }
.format-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.guide-section { background: #fcf8f1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.guide-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.guide-badge { display: inline-flex; background: var(--ink); color: var(--white); padding: 11px 15px; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 700; }
.guide-copy h2 { margin-top: 28px; font-size: clamp(48px, 5vw, 78px); }
.guide-copy h2 em { color: var(--acid); }
.guide-copy > p { max-width: 590px; font-size: 18px; line-height: 1.65; }
.guide-promise { max-width: 590px; margin: 24px 0; padding: 20px 22px; border-left: 3px solid #94691f; background: #f2e7d8; color: #4d4741; font-size: 16px; line-height: 1.6; }
.guide-copy form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 620px; }
.guide-copy input { min-width: 0; height: 58px; padding: 0 17px; border: 1px solid rgba(20,21,25,.24); border-radius: 0; background: rgba(255,255,255,.82); outline: none; font-size: 16px; }
.guide-copy input:focus { border-color: var(--ink); background: var(--white); }
.guide-copy form button { grid-column: 2; grid-row: 2; border: 0; background: var(--ink); color: var(--white); cursor: pointer; font-size: 14px; font-weight: 700; }
.form-legal { max-width: 620px !important; margin: 14px 0 0 !important; font-size: 12px !important; line-height: 1.55 !important; color: #555650; }
.form-legal a { text-decoration: underline; }
.success { margin: 14px 0 0 !important; font-weight: 700; font-size: 14px !important; }
.success a { text-decoration: underline; }
.guide-visual { position: relative; box-sizing: border-box; min-height: 680px; max-width: 100%; display: flex; align-items: center; justify-content: center; padding: 28px; overflow: hidden; }
.guide-visual picture { position: relative; z-index: 2; display: block; flex: 0 1 auto; width: 100%; max-width: 470px; }
.guide-visual img { position: relative; z-index: 2; display: block; width: 100%; max-width: 470px; height: auto; border: 1px solid rgba(20,21,25,.18); box-shadow: -22px 30px 55px rgba(20,21,25,.22); transform: rotate(1.4deg); }
.guide-shadow { position: absolute; z-index: 1; width: 72%; height: 74%; right: 4%; bottom: 8%; background: var(--gold-soft); transform: rotate(-4deg); }
.guide-format { position: absolute; z-index: 3; right: 2%; top: 5%; padding: 11px 14px; background: var(--white); border: 1px solid var(--line); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.price-section > h2 { margin-bottom: 70px; }
.price-layout { display: grid; grid-template-columns: .85fr 1.15fr; }
.price-card { background: #ead8ad; color: var(--ink); padding: 54px; display: flex; flex-direction: column; }
.early { align-self: flex-start; background: var(--ink); color: var(--white); padding: 11px 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.price { font-size: clamp(78px, 8vw, 120px); font-weight: 760; letter-spacing: -.09em; line-height: 1; margin: 76px 0 30px; }
.price small { vertical-align: top; font-size: 30px; margin-right: 10px; }
.price-card > p { max-width: 430px; margin: 0 0 28px; font-size: 17px; line-height: 1.65; color: rgba(20,21,25,.76); }
.button-dark { background: var(--ink); color: var(--white); }
.secure { margin-top: 18px; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; opacity: .68; }
.price-includes { border: 1px solid var(--line); border-left: 0; padding: 46px; }
.price-includes h3 { font-size: 25px; margin: 0 0 38px; }
.price-includes > div { display: grid; grid-template-columns: 36px 1fr 24px; gap: 16px; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); }
.price-includes > div > span { font-size: 12px; color: #5f5a54; font-weight: 700; }
.price-includes p { margin: 0; display: flex; justify-content: space-between; gap: 20px; }
.price-includes strong { font-size: 16px; }
.price-includes small { max-width: 270px; color: #5c5d56; font-size: 14px; line-height: 1.5; }
.price-includes i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font-style: normal; font-size: 11px; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faqs { border-top: 1px solid var(--line); }
.faqs details { border-bottom: 1px solid var(--line); }
.faqs summary { min-height: 104px; display: grid; grid-template-columns: 44px 1fr 30px; gap: 18px; align-items: center; cursor: pointer; list-style: none; font-size: 20px; line-height: 1.35; font-weight: 700; letter-spacing: -.02em; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary span { font-size: 12px; color: #5f5a54; font-weight: 700; }
.faqs summary i { font-size: 25px; font-weight: 400; font-style: normal; transition: transform .25s; }
.faqs details[open] summary i { transform: rotate(45deg); }
.faqs details p { margin: -4px 40px 34px 62px; max-width: 720px; color: #52534d; font-size: 17px; line-height: 1.72; }

.final-cta { position: relative; overflow: hidden; padding: 135px 28px; text-align: center; background: #49413a; color: var(--white); }
.final-orbit { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(214,165,58,.25); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 90px rgba(214,165,58,.025), 0 0 0 180px rgba(214,165,58,.018); }
.final-kicker { position: relative; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; color: #eed18c; }
.final-cta h2 { position: relative; margin: 30px auto; font-size: clamp(64px, 8vw, 116px); line-height: .9; letter-spacing: -.06em; }
.final-cta h2 em { color: #eed18c; }
.final-cta > p { position: relative; max-width: 680px; margin: 0 auto; color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.65; }
.centered { position: relative; justify-content: center; }
.button-light { background: #f3dfad; color: var(--ink); min-width: 250px; }
.button-outline { border: 1px solid rgba(255,255,255,.25); }
.final-cta > small { position: relative; display: block; margin-top: 30px; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.6; }

footer { padding: 70px max(28px, calc((100vw - 1320px) / 2)) 36px; background: #2e2a26; color: var(--white); display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 60px; }
.footer-brand { font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.footer-brand > span { font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.footer-brand small { display: block; margin-top: 16px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.5; font-weight: 400; letter-spacing: 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 14px; color: rgba(255,255,255,.68); }
.footer-links a:hover { color: var(--white); }
.contacts { display: flex; flex-direction: column; gap: 7px; font-size: 13px; color: rgba(255,255,255,.62); }
.contacts b { color: var(--white); text-transform: uppercase; letter-spacing: .15em; margin-bottom: 7px; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin-top: 12px; color: rgba(255,255,255,.48); font-size: 12px; }
.mobile-cta { display: none; }

.reveal { animation: reveal .85s cubic-bezier(.2,.8,.2,1) both; }
.delay { animation-delay: .15s; }
@keyframes reveal { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero { min-height: 1100px; }
  .hero-copy { width: 59%; padding-bottom: 310px; }
  .hero-visual { width: 42%; }
  .portrait-wrap { height: 620px; }
  .hero h1 { font-size: 79px; }
  .hero-results { grid-template-columns: 1.2fr repeat(3,1fr); }
  .author-layout, .guide-layout, .faq-layout { gap: 55px; }
  .result-cards, .audience-grid { grid-template-columns: 1fr 1fr; }
  .result-cards article:nth-child(2) { border-right: 0; }
  .result-cards article:nth-child(n+3) { border-top: 1px solid rgba(40,37,33,.18); }
  .audience-grid article:nth-child(2) { border-right: 1px solid rgba(40,37,33,.16); }
  .audience-grid article:nth-child(n+3) { border-top: 0; }
  .included-block { padding: 50px; gap: 50px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 20px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .site-header .nav-cta { display: none; }
  .hero { min-height: auto; padding: 112px 20px 0; }
  .hero-copy { width: 100%; padding-bottom: 35px; }
  .hero h1 { font-size: clamp(56px, 17.5vw, 76px); line-height: .92; }
  .hero-lead { font-size: 18px; margin-top: 28px; }
  .hero-promise { font-size: 15px; line-height: 1.65; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { position: relative; width: 100%; max-width: none; top: auto; right: auto; }
  .portrait-wrap { height: 540px; }
  .hero-badge { width: 128px; height: 128px; right: -5px; top: 35px; }
  .hero-badge strong { font-size: 32px; }
  .hero-results { position: relative; display: grid; grid-template-columns: 1fr; padding: 0 20px; margin: 0 -20px; }
  .hero-results > div, .hero-results > div:first-child { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-results > div:last-child { border: 0; }
  .hero-stat { display: grid !important; grid-template-columns: 95px 1fr; align-items: center; }
  .hero-stat span { margin: 0; }
  .section { width: calc(100% - 40px); padding: 84px 0; }
  .section-kicker { margin-bottom: 36px; }
  .section h2, .loss-heading h2, .results-section h2, .audience-section h2 { font-size: 48px; }
  .author-layout, .loss-heading, .split-head, .included-block, .guide-layout, .price-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .author-story > p { font-size: 20px; }
  .author-facts { grid-template-columns: 1fr; }
  .author-facts > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .company-row { grid-template-columns: 1fr; }
  .loss-heading .section-kicker { grid-column: auto; }
  .loss-grid { grid-template-columns: 1fr 1fr; }
  .loss-grid > div { min-height: 210px; padding: 24px 14px 24px 0; }
  .loss-grid > div + div { padding-left: 16px; }
  .loss-grid > div:nth-child(2) { border-right: 0; }
  .loss-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.17); }
  .loss-grid strong { font-size: 38px; }
  .pain-grid, .format-grid { grid-template-columns: 1fr; }
  .pain-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .pain-grid article, .format-grid article { min-height: 330px; }
  .comparison { grid-template-columns: 1fr; gap: 0; }
  .comparison-arrow { height: 70px; transform: rotate(90deg); }
  .comparison article { padding: 28px; }
  blockquote { font-size: 26px; }
  .result-cards, .audience-grid { grid-template-columns: 1fr; }
  .result-cards article, .result-cards article + article { min-height: 250px; padding: 26px 0; border-right: 0; border-top: 1px solid rgba(40,37,33,.18); }
  .result-cards article:first-child { border-top: 0; }
  .included-block { margin: 65px -20px 0; padding: 42px 20px; }
  .check-list p { flex-direction: column; gap: 5px; }
  .timeline article { grid-template-columns: 68px 58px 1fr; gap: 10px; padding: 22px 0; }
  .timeline article i { display: none; }
  .timeline .number { font-size: 37px; }
  .timeline h3 { font-size: 22px; }
  .audience-grid article { min-height: 250px; border-right: 1px solid rgba(40,37,33,.16); border-top: 0; }
  .audience-grid article + article { border-top: 0; }
  .guide-copy form { grid-template-columns: 1fr; }
  .guide-copy form button { grid-column: auto; grid-row: auto; height: 56px; }
  .guide-visual { min-height: auto; padding: 30px 14px 50px; }
  .guide-visual picture { max-width: 100%; }
  .guide-visual img { width: 92%; max-width: 100%; height: auto; transform: rotate(.8deg); box-shadow: -12px 18px 34px rgba(20,21,25,.2); }
  .guide-shadow { width: 76%; height: 70%; right: 0; bottom: 5%; }
  .guide-format { right: 0; top: 1%; font-size: 11px; }
  .price-card, .price-includes { padding: 34px 26px; }
  .price-includes { border-left: 1px solid var(--line); border-top: 0; }
  .price-includes p { flex-direction: column; gap: 5px; }
  .faqs details p { margin-left: 0; }
  .final-cta { padding: 100px 20px 120px; }
  .final-cta h2 { font-size: 60px; }
  footer { grid-template-columns: 1fr; gap: 32px; padding-bottom: 100px; }
  .mobile-cta { position: fixed; display: flex; z-index: 50; left: 10px; right: 10px; bottom: 10px; height: 62px; align-items: center; justify-content: space-between; padding-left: 18px; background: var(--ink); color: var(--white); box-shadow: 0 16px 50px rgba(0,0,0,.32); }
  .mobile-cta span { font-size: 12px; color: rgba(255,255,255,.68); }
  .mobile-cta span b { color: var(--white); font-size: 16px; }
  .mobile-cta a { height: 100%; display: flex; align-items: center; gap: 18px; padding: 0 18px; background: var(--gold-soft); color: var(--ink); font-size: 14px; font-weight: 700; }
}

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

/* ==========================================================================
   Additions: free-first-day mechanics, price steps, toasts, reveal-on-scroll
   ========================================================================== */

.free-pill { display: inline-flex; align-items: center; gap: 8px; background: #94691f; color: #fff; padding: 6px 11px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.timeline .free-pill { margin-top: 8px; }
.timeline article.is-free { background: rgba(234,216,173,.28); }
.timeline article.is-free .number { color: #7a5714; }

.price-steps { display: grid; gap: 0; margin: 34px 0 30px; border-top: 1px solid rgba(40,37,33,.22); }
.price-steps > div { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(40,37,33,.22); }
.price-steps b { font-size: 16px; letter-spacing: -.02em; }
.price-steps small { display: block; margin-top: 5px; font-size: 13px; line-height: 1.5; color: rgba(20,21,25,.66); font-weight: 400; }
.price-steps u { text-decoration: none; font-size: 30px; font-weight: 760; letter-spacing: -.05em; white-space: nowrap; }
.price-steps .is-free u { color: #6d4d16; }

.price-card .price { margin: 44px 0 8px; }
.price-note { margin: 0 0 22px; font-size: 14px; line-height: 1.6; color: rgba(20,21,25,.7); }
.price-old { display: inline-block; margin-bottom: 20px; font-size: 15px; color: rgba(20,21,25,.55); text-decoration: line-through; }

.hero-actions .button-accent.is-free { background: #94691f; }
.hero-actions .button-accent.is-free:hover { background: #7a5714; }

.toast { position: fixed; z-index: 90; left: 50%; bottom: 26px; transform: translate(-50%, 24px); opacity: 0; pointer-events: none; max-width: min(520px, calc(100% - 32px)); padding: 16px 20px; background: #282521; color: #fffdf8; font-size: 14px; line-height: 1.5; box-shadow: 0 18px 50px rgba(0,0,0,.3); transition: opacity .3s, transform .3s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast a { text-decoration: underline; font-weight: 700; }

.guide-copy form button[disabled] { opacity: .6; cursor: wait; }
.field-error { border-color: #b3452f !important; background: #fdf3f0 !important; }

.js .on-scroll { opacity: 0; transform: translateY(22px); }
.js .on-scroll.in { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 12px 18px; background: #282521; color: #fff; }
.skip-link:focus { left: 12px; top: 12px; }

@media (max-width: 760px) {
  .price-steps u { font-size: 24px; }
  .toast { bottom: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .on-scroll { opacity: 1; transform: none; }
}

.eyebrow { align-items: flex-start; }
.eyebrow span { margin-top: 6px; flex: 0 0 auto; }
