:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", Courier, monospace;
  --ink: #183447;
  --orange: #d92336;
  --red: #d92336;
  --cream: #fff8ee;
  --paper: #f2f5ec;
  --sky: #c7e7ec;
  --sky-soft: #eaf4f3;
  --green: #39745f;
  --green-deep: #174e45;
  --white: #ffffff;
  --muted: #586972;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background-color: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  height: 88px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px); border-bottom: 1px solid rgba(24,52,71,.14);
  position: relative; z-index: 10; background: rgba(255,248,238,.94); backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { color: var(--red); font-family: "Arial Rounded MT Bold", var(--font-geist-sans), sans-serif; font-size: 21px; letter-spacing: .065em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 650; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s; }
nav a:hover::after { right: 0; }
.header-cta { border: 1.5px solid var(--ink); border-radius: 999px; padding: 12px 20px; font-size: 13px; font-weight: 750; transition: .2s; }
.header-cta:hover { color: white; background: var(--ink); }

.hero { min-height: 690px; padding: 52px clamp(24px, 5vw, 80px) 62px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(30px, 4vw, 70px); align-items: center; overflow: hidden; }
.eyebrow, .kicker { font-family: var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(217,35,54,.12); }
h1, h2 { margin: 0; text-transform: uppercase; line-height: .9; letter-spacing: -.065em; font-weight: 900; }
h1 { font-size: clamp(66px, 8.4vw, 130px); max-width: 800px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { width: fit-content; max-width: 620px; margin: 28px 0 0; padding: 11px 15px; color: #405866; background: rgba(255,248,238,.9); border: 2px solid rgba(24,52,71,.16); border-radius: 12px; box-shadow: 5px 5px 0 rgba(24,52,71,.10); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 8px; padding: 0 23px; text-transform: uppercase; letter-spacing: .07em; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 7px 7px 0 var(--ink); }
.button-primary:hover { box-shadow: 4px 4px 0 var(--ink); }
.text-link { padding: 9px 12px; background: rgba(255,248,238,.9); border: 1px solid rgba(24,52,71,.15); border-radius: 9px; box-shadow: 3px 3px 0 rgba(24,52,71,.10); font-size: 13px; font-weight: 750; }
.text-link span { color: var(--red); margin-left: 5px; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 16px; line-height: 1; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(24,52,71,.18); max-width: 670px; }
.trust-row div { display: flex; flex-direction: column; gap: 6px; }
.trust-row strong { font-size: 17px; }
.trust-row span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-visual { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.mascot-frame { position: relative; z-index: 2; width: min(100%, 760px); border: 2px solid var(--ink); border-radius: 18px; overflow: hidden; box-shadow: 12px 12px 0 var(--orange); transform: rotate(-1deg); background: var(--sky); }
.mascot-frame img { display: block; width: 100%; height: auto; filter: contrast(1.02) saturate(1.04); }
.hero-stamp { position: absolute; z-index: 3; right: 1%; top: 7%; width: 126px; height: 126px; border: 2px solid var(--ink); border-radius: 50%; background: var(--cream); display: grid; place-items: center; text-align: center; font-family: var(--font-geist-mono), monospace; font-size: 10px; line-height: 1.45; font-weight: 800; transform: rotate(9deg); }
.hero-stamp::after { content: "★"; color: var(--red); position: absolute; bottom: 15px; }
.route-chip { position: absolute; z-index: 4; left: 5%; bottom: 11%; background: var(--green-deep); color: white; border-radius: 999px; padding: 12px 17px; font-size: 12px; font-weight: 700; box-shadow: 5px 5px 0 var(--sky); }
.route-dot { width: 8px; height: 8px; border-radius: 50%; background: #80d2a8; display: inline-block; margin-right: 7px; }

.ticker { width: calc(100% + 10px); margin-left: -5px; overflow: hidden; background: var(--green-deep); color: white; padding: 18px 0; transform: rotate(-.55deg); transform-origin: center; position: relative; z-index: 5; }
.ticker-track { display: flex; width: max-content; will-change: transform; animation: marquee 34s linear infinite; }
.ticker-segment { display: flex; flex: none; white-space: nowrap; font-weight: 850; font-size: 14px; letter-spacing: .11em; }
.ticker-item { display: inline-flex; align-items: center; }
.ticker-item b { color: var(--orange); margin: 0 24px; }
@keyframes marquee { to { transform: translateX(-16.666667%); } }

.section { padding: 110px clamp(24px, 5vw, 80px); }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.kicker { display: block; color: var(--orange); margin-bottom: 20px; }
.section-head h2, .process h2, .faq-section h2 { font-size: clamp(46px, 6vw, 86px); }
.section-head > p { width: fit-content; max-width: 460px; margin: 0 0 5px; padding: 11px 14px; color: var(--muted); background: rgba(255,248,238,.88); border-radius: 11px; box-shadow: 4px 4px 0 rgba(24,52,71,.09); line-height: 1.65; font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 350px; display: flex; flex-direction: column; background: rgba(255,255,255,.86); padding: 24px; border: 1px solid rgba(24,52,71,.14); border-radius: 16px; transition: transform .25s, background .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); background: white; box-shadow: 0 18px 45px rgba(24,52,71,.09); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-top span { font-family: var(--font-geist-mono); color: var(--orange); font-weight: 700; font-size: 12px; }
.card-top b { border: 1px solid rgba(24,52,71,.22); border-radius: 999px; padding: 6px 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.service-card h3 { margin: 68px 0 14px; font-size: 27px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.card-bottom { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(24,52,71,.13); display: flex; align-items: center; justify-content: space-between; }
.card-bottom strong { font-size: 15px; }
.card-bottom a { width: 36px; height: 36px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font-size: 18px; }
.price-note { color: var(--muted); font-size: 11px; margin-top: 18px; }

.manifesto { background: var(--sky-soft); color: var(--ink); display: grid; grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr); gap: clamp(48px, 7vw, 110px); align-items: center; }
.kicker.light { color: var(--red); }
.manifesto-copy h2 { font-size: clamp(48px, 6vw, 90px); }
.manifesto-copy p { max-width: 600px; color: var(--muted); line-height: 1.7; margin: 30px 0; font-size: 16px; }
.button-light { background: var(--ink); color: white; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.manifesto-grid > div { min-height: 190px; border: 1px solid rgba(24,52,71,.16); border-radius: 18px; padding: 22px; }
.big-stat { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; background: rgba(255,255,255,.7); }
.big-stat strong { color: var(--orange); font-size: clamp(48px, 6vw, 88px); line-height: .82; letter-spacing: -.07em; }
.big-stat span { text-align: right; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; line-height: 1.6; }
.benefit { display: flex; flex-direction: column; }
.benefit b { font-family: var(--font-geist-mono); color: var(--red); font-size: 11px; }
.benefit h3 { margin: auto 0 8px; font-size: clamp(17px, 1.5vw, 21px); }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.benefit.orange { background: var(--green); border-color: var(--green); color: white; }
.benefit.orange b, .benefit.orange p { color: white; }

.reviews-section { background: rgba(255,248,238,.90); }
.reviews-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(42px, 6vw, 90px); align-items: center; }
.reviews-heading { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.reviews-heading h2 { font-size: clamp(46px, 6vw, 86px); }
.reviews-summary { width: min(100%, 430px); margin-top: 34px; display: flex; align-items: center; gap: 18px; min-width: 0; padding: 20px 24px; border: 1px solid rgba(24,52,71,.16); border-radius: 18px; background: white; box-shadow: 7px 7px 0 var(--sky); }
.reviews-score { color: var(--red); font-size: 58px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.reviews-summary > div:last-child { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.reviews-summary strong { font-size: 13px; }
.reviews-summary span { color: var(--muted); font-size: 11px; }
.reviews-summary-link { width: fit-content; color: var(--ink); border-bottom: 1px solid rgba(24,52,71,.35); padding-bottom: 2px; font-size: 11px; font-weight: 700; }
.reviews-summary-link span { color: var(--red); }
.stars { color: var(--red); letter-spacing: .1em; font-size: 15px; }
.reviews-disclaimer { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.reviews-art-frame { min-width: 0; overflow: hidden; border: 1px solid rgba(24,52,71,.14); border-radius: 24px; background: #fff7e9; box-shadow: 12px 12px 0 var(--green-deep); }
.reviews-art-frame img { display: block; width: 100%; height: auto; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { min-height: 245px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(24,52,71,.14); border-radius: 18px; background: rgba(255,255,255,.68); }
.review-card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; }
.review-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--sky-soft); color: var(--ink); font-weight: 850; }
.review-card-top > div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.review-card-top strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.review-card-top div span { color: var(--muted); font-size: 10px; }
.review-stars { color: var(--red); font-size: 11px; letter-spacing: .05em; white-space: nowrap; }
.review-card p { margin: 25px 0 0; color: #405866; font-size: 14px; line-height: 1.65; }
.review-reply { margin-top: 20px; padding: 15px 16px; border-left: 3px solid var(--red); border-radius: 0 12px 12px 0; background: rgba(199,231,236,.48); }
.review-reply-head { display: flex; align-items: center; gap: 9px; }
.review-reply-avatar { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 12px; font-weight: 850; }
.review-reply-head > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.review-reply-head strong { font-size: 12px; }
.review-reply-head span { color: var(--muted); font-size: 10px; }
.review-card .review-reply p { margin: 10px 0 0; color: #314c5c; font-size: 12px; line-height: 1.55; }
.process { background: rgba(242,245,236,.93); }
.section-head.compact { grid-template-columns: 1fr; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step > span { font-family: var(--font-geist-mono); font-size: 12px; color: var(--orange); font-weight: 700; }
.step-line { height: 1px; background: rgba(24,52,71,.22); margin: 18px 0 28px; position: relative; }
.step-line::after { content: ""; position: absolute; right: 0; top: -4px; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; }
.step h3 { font-size: 25px; margin: 0 0 10px; }
.step p { color: var(--muted); max-width: 340px; margin: 0; line-height: 1.55; }

.order-section { background: var(--sky); display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.order-copy { color: var(--ink); }
.order-copy h2 { font-size: clamp(52px, 6vw, 90px); }
.order-copy h2 em { color: var(--red); }
.order-copy p { font-size: 18px; line-height: 1.55; max-width: 520px; }
.order-badge { display: inline-block; margin-top: 18px; padding-left: 17px; border-left: 3px solid var(--green-deep); font-size: 12px; line-height: 1.55; }
.contact-panel { background: var(--cream); color: var(--ink); border-radius: 22px; padding: clamp(28px, 4vw, 48px); box-shadow: 12px 12px 0 var(--green-deep); }
.contact-art-frame { margin-bottom: 30px; overflow: hidden; border: 1px solid rgba(24,52,71,.14); border-radius: 16px; background: var(--sky); }
.contact-art-frame img { display: block; width: 100%; height: auto; }
.contact-label { display: block; margin-bottom: 10px; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.contact-phone { display: inline-block; color: var(--red); font-size: clamp(32px, 4.5vw, 64px); line-height: 1; font-weight: 900; letter-spacing: -.055em; }
.contact-panel > p { margin: 18px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-actions .button { width: 100%; }
.contact-call { background: var(--ink); color: white; }
.contact-avito { background: white; color: var(--ink); border: 1.5px solid rgba(24,52,71,.28); }
.contact-panel small { display: block; margin-top: 20px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.faq-list details { border-top: 1px solid rgba(24,52,71,.2); padding: 23px 0; }
.faq-list details:last-child { border-bottom: 1px solid rgba(24,52,71,.2); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; font-weight: 720; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 23px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); max-width: 640px; margin: 15px 0 0; line-height: 1.6; }

footer { min-height: 150px; background: rgba(255,248,238,.94); color: var(--ink); padding: 38px clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(24,52,71,.12); }
.footer-brand small { color: var(--muted); }
footer p { color: var(--muted); font-size: 12px; }
footer > a:last-child { border-bottom: 1px solid rgba(24,52,71,.35); padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 25px; }
  .hero-visual { min-height: 460px; max-width: 760px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .reviews-heading > * { min-width: 0; }
  .order-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand strong { font-size: 17px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 42px 20px 50px; gap: 20px; }
  h1 { font-size: clamp(56px, 18vw, 82px); }
  .hero-lead { font-size: 16px; margin-top: 22px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-row { grid-template-columns: 1fr 1fr; margin-top: 38px; }
  .trust-row div:last-child { grid-column: span 2; }
  .hero-visual { min-height: 340px; margin-top: 8px; }
  .hero-stamp { width: 95px; height: 95px; font-size: 8px; right: -2%; top: 3%; }
  .route-chip { bottom: 4%; }
  .ticker { padding: 15px 0; }
  .section { padding: 78px 20px; }
  .section-head, .faq-section { grid-template-columns: 1fr; gap: 25px; }
  .section-head h2, .process h2, .faq-section h2 { font-size: 47px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .big-stat { grid-column: span 1; flex-direction: column; align-items: flex-start; gap: 30px; }
  .big-stat span { text-align: left; }
  .reviews-summary { width: 100%; max-width: 100%; min-width: 0; justify-self: stretch; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; padding: 18px; }
  .reviews-score { font-size: 50px; }
  .reviews-summary-link { max-width: 100%; overflow-wrap: anywhere; }
  .reviews-art-frame { border-radius: 18px; box-shadow: 7px 7px 0 var(--green-deep); }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-foot { align-items: flex-start; flex-direction: column; }
  .steps-grid { grid-template-columns: 1fr; gap: 44px; }
  .order-section { gap: 40px; }
  .contact-panel { box-shadow: 7px 7px 0 var(--ink); }
  .contact-phone { max-width: 100%; white-space: nowrap; font-size: clamp(27px, 8.7vw, 38px); }
  .contact-actions { grid-template-columns: 1fr; }
  footer { padding-bottom: 95px; flex-direction: column; align-items: flex-start; }
  .mobile-cta { display: flex; position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; min-height: 56px; border-radius: 12px; background: var(--green-deep); color: white; align-items: center; justify-content: center; gap: 20px; box-shadow: 0 8px 30px rgba(24,52,71,.24); text-transform: uppercase; font-size: 11px; letter-spacing: .07em; font-weight: 800; }
  .mobile-cta strong { font-size: inherit; }
}

@media (max-width: 360px) {
  .site-header { padding-inline: 16px; }
  .hero, .section { padding-left: 16px; padding-right: 16px; }
  .mobile-cta { gap: 12px; }
  .mobile-cta strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  * { transition-duration: 0.01ms !important; }
}
