:root {
  --cream: #fff9ef;
  --paper: #ffffff;
  --ink: #2d2330;
  --muted: #756a72;
  --burgundy: #7c2946;
  --burgundy-dark: #59152e;
  --yellow: #ffd84d;
  --blue: #65c9f2;
  --pink: #f5a4b8;
  --green: #9dc982;
  --orange: #f5a25d;
  --line: #eadfd8;
  --radius: 28px;
  --shadow: 0 18px 50px rgba(89, 21, 46, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Trebuchet MS", Arial, sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 6.3rem); max-width: 820px; margin-bottom: 26px; }
h2 { font-size: clamp(2.3rem, 4vw, 4.3rem); margin-bottom: 18px; }
h3 { font-size: 1.4rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 18px; background: var(--ink); color: #fff; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,249,239,.91); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(124,41,70,.08); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand-link { flex: 0 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }.brand-copy strong { color: var(--burgundy); font-size: 20px; letter-spacing: .07em; }.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .03em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.main-nav a { padding: 10px 0; }.main-nav a:hover { color: var(--burgundy); }
.menu-button { display: none; border: 0; background: transparent; font-size: 28px; color: var(--burgundy); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 14px 24px; border: 2px solid var(--burgundy); border-radius: 999px; background: var(--burgundy); color: #fff; font-weight: 800; cursor: pointer; box-shadow: 0 9px 22px rgba(124,41,70,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--burgundy-dark); box-shadow: 0 13px 28px rgba(124,41,70,.22); }.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }.button-small { min-height: 44px; padding: 10px 18px; font-size: 14px; }.button-outline { color: var(--burgundy); background: transparent; box-shadow: none; }.button-outline:hover { color: #fff; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--burgundy); background: none; border: 0; padding: 0; font-weight: 800; cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 76px 0 92px; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -150px; top: 20px; border-radius: 50%; background: rgba(101,201,242,.18); filter: blur(2px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--burgundy); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }.eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(157,201,130,.2); }
.hero-lead { max-width: 710px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; gap: 24px; align-items: center; margin: 34px 0 42px; }
.hero-facts { display: flex; gap: 0; margin: 0; padding: 0; list-style: none; }.hero-facts li { padding: 0 24px; border-left: 1px solid var(--line); display: grid; }.hero-facts li:first-child { padding-left: 0; border: 0; }.hero-facts strong { font-size: 18px; }.hero-facts span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; transform: rotate(1.5deg); }.hero-visual::before { content: ""; position: absolute; inset: 16px -12px -16px 12px; border-radius: 36px; background: var(--yellow); transform: rotate(-3deg); }
.hero-brand-scene { position: relative; min-height: 520px; overflow: hidden; border: 8px solid #fff; border-radius: 36px; background: linear-gradient(145deg, #fff4dc, #f9dfe8); box-shadow: var(--shadow); }
.hero-brand-scene::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(var(--burgundy) 1.2px, transparent 1.2px); background-size: 23px 23px; }
.hero-mascot { position: absolute !important; z-index: 2; width: 82% !important; height: auto !important; left: -4%; bottom: -2%; aspect-ratio: auto !important; object-fit: contain !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.hero-letter { position: absolute !important; z-index: 1; width: 30% !important; height: auto !important; right: 6%; top: 9%; aspect-ratio: auto !important; object-fit: contain !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; transform: rotate(8deg); filter: drop-shadow(0 10px 12px rgba(45,35,48,.14)); }
.scene-cloud { position: absolute; z-index: 1; width: 96px; height: 34px; border-radius: 999px; background: rgba(255,255,255,.82); }.scene-cloud::before, .scene-cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }.scene-cloud::before { width: 43px; height: 43px; left: 17px; }.scene-cloud::after { width: 57px; height: 57px; right: 5px; }.cloud-one { top: 10%; left: 4%; }.cloud-two { width: 72px; height: 26px; right: 10%; bottom: 13%; transform: scale(.8); }
.scene-block { position: absolute; z-index: 1; border-radius: 18px; box-shadow: inset 0 -8px 0 rgba(45,35,48,.08); }.block-one { width: 75px; height: 75px; right: 8%; bottom: 7%; background: var(--blue); transform: rotate(13deg); }.block-two { width: 54px; height: 54px; left: 8%; top: 38%; background: var(--yellow); transform: rotate(-11deg); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 999px; background: #fff; font-size: 13px; font-weight: 800; box-shadow: var(--shadow); transform: rotate(-1.5deg); }.floating-note span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); }.note-top { top: -20px; left: -34px; }.note-bottom { right: -28px; bottom: -22px; }.note-bottom span { background: var(--pink); }

.promise { background: #fff; border-block: 1px solid var(--line); }.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.promise article { display: flex; gap: 18px; padding: 32px 34px; border-left: 1px solid var(--line); }.promise article:first-child { border-left: 0; padding-left: 0; }.promise article:last-child { padding-right: 0; }.promise article > span { flex: 0 0 auto; color: var(--burgundy); font-size: 13px; font-weight: 900; }.promise h2 { font-size: 19px; margin-bottom: 8px; }.promise p { margin: 0; color: var(--muted); font-size: 14px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }.section-heading > p { color: var(--muted); font-size: 18px; }.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }.split-heading > p { margin-bottom: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.steps article { position: relative; min-height: 290px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.step-number { position: absolute; top: 22px; right: 25px; color: #cbbdc3; font-weight: 900; }.step-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 22px; background: var(--yellow); color: var(--burgundy); font-size: 34px; transform: rotate(-3deg); }.steps article:nth-child(2) .step-icon { background: var(--pink); transform: rotate(3deg); }.steps article:nth-child(3) .step-icon { background: var(--blue); }.steps h3 { margin-bottom: 12px; }.steps p { color: var(--muted); margin-bottom: 0; }

.catalog { background: #fff; }.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }.filter { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--muted); cursor: pointer; font-weight: 700; }.filter.active { background: var(--ink); color: #fff; border-color: var(--ink); }.toy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.toy-card { padding: 14px 14px 24px; border: 1px solid var(--line); border-radius: 25px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }.toy-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.toy-picture { position: relative; height: 220px; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: #e8f7fd; }.toy-picture span { position: relative; z-index: 2; min-width: 90px; min-height: 90px; display: grid; place-items: center; border-radius: 24px; background: rgba(255,255,255,.84); color: var(--burgundy); font-size: 38px; font-weight: 900; transform: rotate(-4deg); box-shadow: 0 12px 30px rgba(45,35,48,.10); }.toy-picture i, .toy-picture b { position: absolute; width: 110px; height: 110px; border-radius: 50%; background: rgba(255,255,255,.45); }.toy-picture i { top: -34px; left: -25px; }.toy-picture b { right: -22px; bottom: -45px; }.toy-picture.yellow { background: #fff2aa; }.toy-picture.pink { background: #fde1e8; }.toy-picture.green { background: #e5f2dc; }.toy-picture.burgundy { background: #ebcbd6; }.toy-picture.orange { background: #fde1c8; }
.toy-meta { display: flex; gap: 7px; margin: 17px 0 12px; }.toy-meta span { padding: 5px 9px; border-radius: 999px; background: var(--cream); color: var(--muted); font-size: 11px; font-weight: 800; }.toy-card h3 { margin-bottom: 8px; font-size: 20px; }.toy-card p { margin: 0; color: var(--muted); font-size: 14px; }.catalog-note { margin: 28px 0 0; padding: 18px 22px; border-radius: 16px; background: var(--cream); text-align: center; }

.plans { background: #f6ecf0; }.plans .section-heading { margin-inline: auto; text-align: center; }.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }.plan-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(124,41,70,.13); border-radius: var(--radius); background: #fff; }.plan-card.featured { border: 3px solid var(--burgundy); box-shadow: var(--shadow); transform: translateY(-12px); }.popular { position: absolute; top: 0; right: 26px; padding: 7px 14px; border-radius: 0 0 12px 12px; background: var(--yellow); color: var(--burgundy); font-size: 11px; font-weight: 900; }.plan-label { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }.plan-card h3 { margin: 13px 0 8px; font-size: 30px; }.price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 25px; }.price strong { color: var(--burgundy); font-size: 31px; }.price span { color: var(--muted); font-size: 12px; }.plan-card ul, .quiz-intro ul { padding: 0; margin: 0 0 30px; list-style: none; }.plan-card li, .quiz-intro li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid var(--line); }.plan-card li::before, .quiz-intro li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }.plan-card .button { margin-top: auto; }.plans-footnote { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: 13px; }

.quiz-section { background: var(--burgundy); color: #fff; }.quiz-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }.kicker.light { color: var(--yellow); }.quiz-intro p { color: rgba(255,255,255,.76); font-size: 18px; }.quiz-intro li { border-color: rgba(255,255,255,.14); }.quiz-card { min-height: 520px; overflow: hidden; border-radius: 30px; background: #fff; color: var(--ink); box-shadow: 0 28px 70px rgba(30,5,16,.3); }.quiz-progress { height: 7px; background: #eadfe3; }.quiz-progress span { display: block; height: 100%; background: var(--yellow); transition: width .3s ease; }.quiz-card form { padding: 34px; }.quiz-top { display: grid; gap: 5px; margin-bottom: 25px; }.quiz-top span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }.quiz-top strong { font-size: 25px; }.form-step { display: grid; gap: 20px; }.form-step label { display: grid; gap: 8px; font-size: 14px; font-weight: 800; }.form-step input, .form-step select, .form-step textarea { width: 100%; padding: 14px 15px; border: 1px solid #d8ccd1; border-radius: 13px; background: #fffdf9; color: var(--ink); resize: vertical; }.quiz-next { margin-top: 8px; }.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }.form-step fieldset { border: 0; padding: 0; margin: 0; }.form-step legend { margin-bottom: 12px; font-weight: 800; }.form-step legend small { color: var(--muted); font-weight: 500; }.choice { padding: 12px; border: 1px solid #d8ccd1; border-radius: 12px; background: #fff; cursor: pointer; color: var(--ink); text-align: left; }.choice.selected { border-color: var(--burgundy); background: #f8eaf0; color: var(--burgundy); font-weight: 800; }.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 5px; }.back-button { border: 0; background: transparent; color: var(--burgundy); font-weight: 800; cursor: pointer; }.check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; }.check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--burgundy); }.preview-note { margin: 0; padding: 11px 13px; border-radius: 10px; background: var(--cream); color: var(--muted); font-size: 11px; }.success-message { min-height: 510px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; text-align: center; }.success-message > span { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: #e5f2dc; color: #4f7c35; font-size: 36px; }.success-message h3 { font-size: 30px; }.success-message p { max-width: 440px; color: var(--muted); }

.trust-section { background: #fff; }.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.clean-card, .damage-card { padding: 44px; border-radius: 30px; }.clean-card { background: #eaf8fd; }.damage-card { background: #fff8dc; }.clean-card > p, .damage-card > p { color: var(--muted); }.clean-card ol { display: grid; gap: 10px; padding: 0; margin: 30px 0 0; list-style: none; }.clean-card li { display: flex; align-items: center; gap: 14px; padding: 12px 15px; border-radius: 13px; background: rgba(255,255,255,.75); font-weight: 700; }.clean-card li span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: var(--ink); }.damage-list { display: grid; gap: 12px; margin-top: 28px; }.damage-list article { padding: 18px; border-radius: 16px; background: rgba(255,255,255,.78); }.damage-list h3 { margin: 10px 0 5px; font-size: 18px; }.damage-list p { margin: 0; color: var(--muted); font-size: 13px; }.status { display: inline-block; padding: 4px 8px; border-radius: 6px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }.status.free { background: #dcefd1; color: #426b2c; }.status.calm { background: #d9f0fa; color: #25637b; }.status.rules { background: #f5dbe4; color: var(--burgundy); }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }.sticky-heading { position: sticky; top: 130px; }.accordion details { border-top: 1px solid var(--line); }.accordion details:last-child { border-bottom: 1px solid var(--line); }.accordion summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 800; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { position: absolute; right: 6px; top: 19px; font-size: 26px; color: var(--burgundy); transition: transform .2s ease; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { padding: 0 50px 22px 0; color: var(--muted); }
.app-section { background: #eaf8fd; }.app-card { display: grid; grid-template-columns: 170px minmax(0, 1fr) 260px; gap: 44px; align-items: center; padding: 46px; overflow: hidden; border: 1px solid rgba(124,41,70,.12); border-radius: 34px; background: #fff; box-shadow: var(--shadow); }.app-icon-shell { width: 150px; height: 150px; display: grid; place-items: center; border-radius: 38px; background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); transform: rotate(-3deg); }.app-icon-shell img { width: 132px; height: 132px; border-radius: 28px; }.app-copy h2 { margin-bottom: 14px; font-size: clamp(2.3rem, 4vw, 3.7rem); }.app-copy p { max-width: 690px; margin-bottom: 20px; color: var(--muted); font-size: 17px; }.app-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }.app-benefits li { padding: 7px 11px; border-radius: 999px; background: var(--cream); color: var(--burgundy); font-size: 12px; font-weight: 800; }.app-actions { display: grid; gap: 12px; text-align: center; }.app-actions .button { width: 100%; }.app-actions small { color: var(--muted); font-size: 11px; }.install-dialog-backdrop { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(45,35,48,.72); backdrop-filter: blur(5px); }.install-dialog { position: relative; width: min(100%, 470px); padding: 38px; border-radius: 28px; background: #fff; box-shadow: 0 30px 80px rgba(30,5,16,.35); }.install-dialog img { margin-bottom: 22px; border-radius: 18px; }.install-dialog h2 { font-size: 32px; }.install-dialog p { color: var(--muted); }.install-dialog-close { position: absolute; top: 14px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--cream); color: var(--burgundy); cursor: pointer; font-size: 27px; line-height: 1; }
.final-cta { padding: 78px 0; background: var(--burgundy); color: #fff; }.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }.final-cta h2 { max-width: 780px; }.final-cta p { margin-bottom: 0; color: rgba(255,255,255,.72); }.button-yellow { flex: 0 0 auto; border-color: var(--yellow); background: var(--yellow); color: var(--burgundy); box-shadow: none; }.button-yellow:hover { background: #ffcf1d; color: var(--burgundy); }
.site-footer { background: var(--ink); color: #fff; }.site-footer .brand-copy strong { color: #fff; }.site-footer .brand-copy small { color: rgba(255,255,255,.55); }.footer-top { display: grid; grid-template-columns: 1.2fr .7fr 1fr auto; gap: 35px; align-items: center; padding-block: 45px; }.footer-top > div { display: grid; }.footer-top span { color: rgba(255,255,255,.56); font-size: 12px; }.light-link { color: var(--yellow); }.footer-bottom { min-height: 76px; display: flex; justify-content: space-between; gap: 24px; align-items: center; border-top: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.52); font-size: 11px; }.footer-bottom nav { display: flex; gap: 22px; }

@media (max-width: 1000px) {
  .header-cta { display: none; }.menu-button { display: block; margin-left: auto; }.main-nav { display: none; position: absolute; top: 84px; left: 20px; right: 20px; margin: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav a { padding: 13px; border-bottom: 1px solid var(--line); }.main-nav a:last-child { border: 0; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 790px; }.hero-visual { max-width: 760px; }.split-heading, .quiz-grid, .faq-grid { grid-template-columns: 1fr; gap: 36px; }.sticky-heading { position: static; }.plan-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }.plan-card.featured { transform: none; order: -1; }.app-card { grid-template-columns: 140px 1fr; }.app-actions { grid-column: 1 / -1; grid-template-columns: minmax(220px, 340px) 1fr; align-items: center; text-align: left; }.footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 76px 0; }.header-inner { min-height: 72px; }.main-nav { top: 72px; }.brand-logo { width: 50px; height: 50px; }.brand-copy strong { font-size: 17px; }
  .hero { padding: 46px 0 68px; }.hero-grid { gap: 42px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }.hero-facts li { padding: 0 10px; }.hero-facts strong { font-size: 14px; }.hero-facts span { font-size: 10px; }.floating-note { font-size: 10px; padding: 9px 12px; }.note-top { left: -5px; }.note-bottom { right: -3px; }.hero-brand-scene { min-height: 430px; border-width: 5px; border-radius: 24px; }
  .promise-grid, .steps, .toy-grid, .trust-grid { grid-template-columns: 1fr; }.promise article, .promise article:first-child, .promise article:last-child { padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }.promise article:first-child { border-top: 0; }.steps article { min-height: 250px; }.toy-grid { grid-template-columns: repeat(2, 1fr); }.quiz-card form, .clean-card, .damage-card { padding: 25px; }.quiz-card { min-height: 0; }.choice-grid { grid-template-columns: 1fr; }.app-card { grid-template-columns: 1fr; gap: 26px; padding: 28px; }.app-icon-shell { width: 112px; height: 112px; border-radius: 28px; }.app-icon-shell img { width: 98px; height: 98px; border-radius: 22px; }.app-actions { grid-column: auto; grid-template-columns: 1fr; text-align: center; }.install-dialog { padding: 30px 24px; }.final-cta-inner { align-items: stretch; flex-direction: column; gap: 26px; }.footer-top { grid-template-columns: 1fr; }.footer-bottom { padding-block: 25px; align-items: flex-start; flex-direction: column; }.footer-bottom nav { flex-direction: column; gap: 8px; }
}
@media (max-width: 500px) { h1 { font-size: 2.8rem; }.toy-grid { grid-template-columns: 1fr; }.toy-picture { height: 190px; }.hero-facts span { display: none; }.form-actions { align-items: stretch; flex-direction: column-reverse; }.form-actions .button { width: 100%; }.quiz-intro h2, .clean-card h2, .damage-card h2 { font-size: 2.25rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* WordPress integration and internal pages. */
[hidden], .honeypot { display: none !important; }
.main-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 230px; max-height: 58px; object-fit: contain; }
.admin-bar .site-header { top: 32px; }
.toy-card > a { display: block; height: 100%; }
.toy-picture.has-photo { background: #f5efe9; }
.toy-picture.has-photo img { width: 100%; height: 100%; object-fit: cover; }
.toy-card h2 { margin-bottom: 8px; font-size: 20px; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }
.section-link { margin-top: 24px; }
.choice { display: flex !important; align-items: center; font-weight: 500 !important; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice.selected, .choice:has(input:checked) { border-color: var(--burgundy); background: #f8eaf0; color: var(--burgundy); font-weight: 800 !important; }
.page-hero { position: relative; overflow: hidden; padding: 100px 0 82px; background: #f6ecf0; }
.page-hero::after { content: "А"; position: absolute; right: max(20px, calc((100vw - 1180px) / 2)); bottom: -76px; color: rgba(124,41,70,.07); font-size: 270px; font-weight: 900; line-height: 1; transform: rotate(-5deg); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.6rem); }
.page-hero p { max-width: 750px; margin-bottom: 0; color: var(--muted); font-size: 20px; }
.page-hero.compact { padding: 74px 0 58px; }
.content-narrow { max-width: 820px; }
.entry-content { font-size: 18px; }
.entry-content h2 { margin-top: 48px; font-size: 34px; }
.entry-content h2:first-child { margin-top: 0; }
.entry-content p, .entry-content li { color: #574e54; }
.entry-content a { color: var(--burgundy); text-decoration: underline; text-underline-offset: 3px; }
.process-list { display: grid; gap: 18px; max-width: 900px; }
.process-list article { display: grid; grid-template-columns: 74px 1fr; gap: 26px; align-items: start; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.process-list article > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: var(--blue); color: var(--burgundy); font-size: 25px; font-weight: 900; transform: rotate(-3deg); }
.process-list article:nth-child(even) > span { background: var(--yellow); transform: rotate(3deg); }
.process-list h2 { margin-bottom: 8px; font-size: 25px; }
.process-list p { margin: 0; color: var(--muted); }
.note-section { padding: 70px 0; background: #fff8dc; }
.note-section h2 { font-size: 35px; }
.note-section p { margin: 0; color: var(--muted); font-size: 18px; }
.rule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rule-card { padding: 32px; border-radius: 26px; background: #fff; border: 1px solid var(--line); }
.rule-card > span { display: inline-block; padding: 6px 10px; border-radius: 8px; background: #dcefd1; color: #426b2c; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.rule-card.calm > span { background: #d9f0fa; color: #25637b; }
.rule-card.serious > span { background: #f5dbe4; color: var(--burgundy); }
.rule-card h2 { margin-top: 22px; font-size: 28px; }
.rule-card ul { padding-left: 20px; color: var(--muted); }
.rule-card li { margin: 9px 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.contact-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.contact-grid h2 { margin: 8px 0 13px; font-size: 30px; }
.contact-grid p { margin-bottom: 0; color: var(--muted); }
.contact-label { color: var(--burgundy); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.content-layout { display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: start; }
.side-card { position: sticky; top: 130px; padding: 30px; border-radius: 24px; background: #eaf8fd; }
.side-card h3 { font-size: 27px; }
.side-card p { color: var(--muted); }
.single-toy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.single-toy-media img, .single-toy-media .toy-picture { width: 100%; min-height: 480px; border-radius: 28px; object-fit: cover; }
.single-toy h1 { font-size: clamp(3rem, 6vw, 5rem); }
.small-note { margin-top: 18px; color: var(--muted); font-size: 12px; }
.post-summary { padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-summary h2 { font-size: 30px; }
.nav-links { display: flex; gap: 8px; margin-top: 34px; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.page-numbers.current { background: var(--burgundy); color: #fff; }

@media (max-width: 1000px) {
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { display: block; }
  .rule-grid { grid-template-columns: 1fr; }
  .content-layout, .single-toy-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
}
@media (max-width: 760px) {
  .admin-bar .site-header { top: 46px; }
  .page-hero { padding: 72px 0 60px; }
  .page-hero p { font-size: 17px; }
  .process-list article { grid-template-columns: 52px 1fr; gap: 18px; padding: 22px; }
  .process-list article > span { width: 50px; height: 50px; }
  .contact-grid { grid-template-columns: 1fr; }
  .single-toy-media img, .single-toy-media .toy-picture { min-height: 320px; }
}
