@import "tailwindcss";
@import "tw-animate-css";
@import "../vendor/shadcn-tailwind-4.13.0.css";

:root {
  --navy: #07111f;
  --navy-2: #0b1829;
  --navy-3: #10223a;
  --ink: #08111d;
  --white: #f8fbff;
  --ice: #edf4f8;
  --cyan: #00b6f9;
  --cyan-bright: #46d9ff;
  --gold: #ffd84a;
  --gold-deep: #ffb800;
  --muted-dark: #bccbd6;
  --muted-light: #4f6072;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(8,17,29,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.metric-pixel { position: absolute; left: -9999px; width: 1px; height: 1px; }
.site { overflow: hidden; }

.hero { height: max(780px,100svh); min-height: 780px; position: relative; display: grid; grid-template-rows: 92px 1fr 64px; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 92px 47% 58px 0; pointer-events: none; background: radial-gradient(circle at 18% 26%, rgba(0,182,249,.13), transparent 31%), linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.025) 49%, transparent 50%); }
.topbar { position: relative; z-index: 10; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: clamp(24px,3vw,60px); padding: 0 clamp(28px,4.8vw,108px); border-bottom: 1px solid var(--line-dark); background: rgba(7,17,31,.9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-sign { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; }
.brand-logo { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand > span:last-child { display: grid; gap: 1px; }
.brand strong { font-size: 18px; line-height: 1.05; }
.brand small { color: var(--muted-dark); font-size: 12px; }
.topbar-location { display: flex; align-items: center; gap: 7px; color: var(--muted-dark); font-size: 13px; }
.topbar-location svg { width: 16px; color: var(--cyan); }
.topbar nav { display: flex; justify-content: center; gap: clamp(22px,2.7vw,48px); }
.topbar nav a { position: relative; font-size: 14px; font-weight: 780; }
.topbar nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .18s ease; }
.topbar nav a:hover::after { right: 0; }
.topbar-phone { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; font-size: 14px; font-weight: 850; line-height: 1; white-space: nowrap; transition: .18s ease; }
.topbar-phone-icon { width: 18px; height: 18px; flex: 0 0 18px; display: grid; place-items: center; line-height: 0; }
.topbar-phone-icon svg { width: 17px; height: 17px; display: block; }
.topbar-phone-text { display: block; }
.topbar-phone:hover { color: var(--navy); background: var(--white); }

.hero-layout { min-height: 0; display: grid; grid-template-columns: 53% 47%; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,5vw,94px) clamp(38px,5.3vw,118px); }
.availability { width: max-content; display: flex; align-items: center; gap: 11px; margin-bottom: 23px; color: #c3d0db; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.availability span { width: 9px; height: 9px; border-radius: 50%; background: #71f570; box-shadow: 0 0 0 5px rgba(113,245,112,.12), 0 0 22px rgba(113,245,112,.35); }
.hero h1 { max-width: 930px; margin: 0; font-size: clamp(66px,5.55vw,112px); line-height: .93; letter-spacing: -.055em; font-weight: 900; }
.hero h1 span { display: block; color: #d8e3eb; }
.hero h1 em { display: block; margin-top: 12px; color: var(--cyan-bright); font-style: normal; font-size: .64em; letter-spacing: -.055em; text-shadow: 0 0 35px rgba(0,182,249,.18); }
.hero-subtitle { max-width: 760px; margin: 27px 0 0; color: #c9d6df; font-size: clamp(18px,1.12vw,22px); line-height: 1.62; }
.hero-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.hero-list li { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 11px; color: #e5edf3; font-size: 14px; line-height: 1.45; }
.hero-list svg { width: 26px; height: 26px; color: var(--cyan); stroke-width: 1.5; }
.pulse-line { width: 100%; height: 38px; margin-top: 22px; opacity: .8; overflow: hidden; }
.pulse-line svg { width: 100%; height: 100%; }
.pulse-line path { fill: none; stroke: var(--cyan); stroke-width: 1.6; filter: drop-shadow(0 0 6px rgba(0,182,249,.7)); stroke-dasharray: 760; animation: pulse-draw 5.4s linear infinite; }
@keyframes pulse-draw { from { stroke-dashoffset: 760; } to { stroke-dashoffset: -760; } }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.cta { min-height: 62px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border-radius: 10px; font-size: 16px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.cta svg { width: 20px; }
.cta:hover { transform: translateY(-2px); }
.cta-primary { background: linear-gradient(135deg,var(--cyan-bright),var(--cyan)); color: var(--navy); box-shadow: 0 12px 35px rgba(0,182,249,.24); }
.cta-primary:hover { box-shadow: 0 15px 42px rgba(0,182,249,.4); }
.cta-telegram { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.055); }
.cta-telegram:hover { background: rgba(255,255,255,.11); }
.answer-time { display: flex; align-items: center; gap: 8px; margin-top: 15px; color: var(--muted-dark); font-size: 13px; }
.answer-time svg { width: 16px; }
.action-consent { max-width: 620px; margin: 12px 0 0; color: #8fa3b2; font-size: 10px; line-height: 1.5; }
.action-consent a { color: #c8d7e1; text-decoration: underline; text-underline-offset: 2px; }
.action-consent a:hover { color: var(--white); }
.hero-mini-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 32px; border-top: 1px solid var(--line-dark); }
.hero-mini-proof > div { display: grid; gap: 3px; padding: 18px 20px 0 0; border-right: 1px solid var(--line-dark); }
.hero-mini-proof > div + div { padding-left: 20px; }
.hero-mini-proof > div:last-child { border: 0; }
.hero-mini-proof strong { font-size: 18px; }
.hero-mini-proof span { color: var(--muted-dark); font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }

.hero-photo { min-height: 0; position: relative; overflow: hidden; background: #06101e; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0, rgba(7,17,31,.28) 14%, transparent 40%), linear-gradient(0deg, rgba(3,10,20,.78), transparent 40%); }
.photo-label { position: absolute; left: clamp(28px,3vw,68px); bottom: clamp(35px,4.7vw,88px); display: grid; gap: 3px; }
.photo-label > span { color: var(--cyan-bright); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.photo-label strong { font-size: clamp(40px,4vw,78px); line-height: .95; letter-spacing: -.055em; }
.photo-label small { color: #bfd0dc; font-size: 13px; }
.photo-badge { position: absolute; right: 30px; top: 30px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.21); border-radius: 12px; background: rgba(5,14,26,.67); backdrop-filter: blur(16px); }
.photo-badge svg { color: var(--cyan-bright); }
.photo-badge > span { display: grid; gap: 2px; }
.photo-badge strong { font-size: 13px; }
.photo-badge small { color: #a9bccb; font-size: 10px; }
.photo-number { position: absolute; top: 32px; left: 36px; color: rgba(255,255,255,.52); font: 800 10px/1 monospace; letter-spacing: .18em; }
.hero-bottom { display: grid; grid-template-columns: 53% 47%; align-items: center; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-area { padding-left: clamp(38px,5.3vw,118px); }
.hero-bottom-master { align-self: stretch; display: flex; align-items: center; padding: 0 clamp(28px,3vw,68px); border-left: 1px solid var(--line-dark); background: rgba(70,217,255,.045); }
.master-caption { width: 100%; display: flex; align-items: center; gap: 18px; }
.master-name { display: grid; gap: 2px; flex: 0 0 auto; }
.master-caption small { color: var(--cyan-bright); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.master-caption strong { color: var(--white); font-size: 23px; line-height: 1; letter-spacing: -.025em; text-transform: none; }
.master-caption b { color: #a9bccb; font-size: 10px; font-weight: 600; line-height: 1.35; letter-spacing: .02em; text-transform: none; }

.confidence { display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); color: var(--ink); border-bottom: 1px solid var(--line-light); }
.confidence > div { min-height: 132px; display: flex; align-items: center; gap: 18px; padding: 26px clamp(22px,3vw,62px); border-right: 1px solid var(--line-light); }
.confidence > div:last-child { border: 0; }
.confidence svg { width: 29px; height: 29px; color: #008fd4; stroke-width: 1.6; }
.confidence span { display: grid; gap: 4px; }
.confidence strong { font-size: 19px; }
.confidence small { color: var(--muted-light); font-size: 12px; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }

.section { width: min(1640px, calc(100% - clamp(48px,8vw,180px))); margin: 0 auto; padding: clamp(100px,8vw,165px) 0; }
.services { background: var(--white); color: var(--ink); }
.services::before, .how-section::before { content: ""; position: absolute; z-index: -1; left: 50%; width: 100vw; transform: translateX(-50%); inset-block: 0; background: var(--white); }
.services, .how-section { position: relative; z-index: 1; }
.section-head { display: grid; grid-template-columns: 1fr minmax(300px,480px); align-items: end; gap: 80px; margin-bottom: 64px; }
.kicker { display: inline-flex; color: #007dbf; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.kicker.light { color: var(--cyan-bright); }
.section-head h2, .master-title h2, .reviews-block h2, .faq-heading h2, .contact-copy h2 { margin: 17px 0 0; font-size: clamp(54px,5vw,94px); line-height: .93; letter-spacing: -.06em; }
.section-head > p { margin: 0; color: var(--muted-light); font-size: 18px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { min-height: 370px; display: flex; flex-direction: column; position: relative; padding: clamp(27px,2.1vw,40px); border: 1px solid var(--line-light); background: #f4f8fb; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(0,143,212,.42); box-shadow: 0 24px 60px rgba(8,17,29,.1); }
.service-index { color: #008fd4; font: 800 11px/1 monospace; letter-spacing: .13em; }
.service-icon { width: 49px; height: 49px; margin: 48px 0 27px; color: #008fd4; stroke-width: 1.25; }
.service-card h3 { max-width: 330px; margin: 0 0 14px; font-size: clamp(23px,1.7vw,32px); line-height: 1.03; letter-spacing: -.04em; }
.service-card p { max-width: 360px; margin: 0; color: var(--muted-light); font-size: 16px; line-height: 1.6; }
.service-card > div { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line-light); }
.service-card > div strong { font-size: 14px; }
.service-card > div svg { width: 20px; color: #008fd4; }

.master-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px,9vw,190px); padding: clamp(110px,9vw,185px) clamp(48px,8vw,180px); background: var(--navy-2); }
.master-title { align-self: start; position: sticky; top: 40px; }
.master-title h2 { max-width: 680px; }
.master-copy { max-width: 880px; }
.master-lead { margin: 0 0 60px; color: #c4d2dd; font-size: clamp(22px,2vw,36px); line-height: 1.4; letter-spacing: -.025em; }
.master-points { border-top: 1px solid var(--line-dark); }
.master-points article { display: grid; grid-template-columns: 50px .65fr 1fr; gap: 30px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.master-points article > span { color: var(--cyan); font: 800 11px/1 monospace; }
.master-points h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.master-points p { margin: 0; color: var(--muted-dark); font-size: 16px; line-height: 1.65; }

.how-section { background: var(--white); color: var(--ink); }
.text-link { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 13px; border-bottom: 1px solid var(--ink); font-weight: 850; }
.text-link svg { width: 19px; color: #008fd4; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 350px; display: flex; flex-direction: column; padding: clamp(27px,2.1vw,40px); background: var(--navy); color: var(--white); }
.steps li > span { color: var(--cyan); font: 800 11px/1 monospace; }
.steps li > div { margin-top: auto; }
.steps li svg { width: 40px; height: 40px; margin-bottom: 26px; color: var(--cyan-bright); stroke-width: 1.3; }
.steps h3 { margin: 0 0 13px; font-size: clamp(23px,1.7vw,31px); line-height: 1.05; letter-spacing: -.04em; }
.steps p { margin: 0; color: var(--muted-dark); font-size: 16px; line-height: 1.65; }

.social-proof { display: grid; grid-template-columns: minmax(360px,.72fr) minmax(0,1.28fr); background: #0b1a2d; }
.rating-stage { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: clamp(90px,8vw,170px) clamp(42px,6vw,120px); border-right: 1px solid rgba(255,216,74,.22); background: radial-gradient(circle at 15% 12%, rgba(255,216,74,.16), transparent 34%), linear-gradient(150deg,#0b1627,#102946); }
.rating-stage::after { content: "★"; position: absolute; right: -35px; bottom: -90px; color: rgba(255,216,74,.055); font-size: 330px; line-height: 1; }
.kicker.gold { color: var(--gold); }
.rating-score { position: relative; z-index: 1; display: flex; align-items: center; gap: 24px; margin: 30px 0 0; }
.rating-score > strong { color: var(--white); font-size: clamp(78px,8vw,142px); line-height: .78; letter-spacing: -.08em; }
.rating-score > div { display: grid; gap: 9px; }
.rating-score > div > span { max-width: 160px; color: #c4d2dd; font-size: 11px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.rating-stars { display: flex; gap: 5px; color: var(--gold); filter: drop-shadow(0 0 9px rgba(255,184,0,.3)); }
.rating-stars svg { width: clamp(22px,1.8vw,30px); height: clamp(22px,1.8vw,30px); fill: currentColor; stroke-width: 1.5; }
.reviews-block { padding: clamp(90px,7vw,150px) clamp(42px,6vw,120px); background: #0b1a2d; }
.reviews-block h2 { margin-bottom: 50px; }
.review-list { display: grid; gap: 18px; }
.review-list blockquote { margin: 0; padding: 28px; border: 1px solid rgba(255,216,74,.23); border-radius: 16px; background: linear-gradient(145deg,#10243b,#0f2035); box-shadow: 0 18px 45px rgba(0,0,0,.14); }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.review-author { display: flex; align-items: center; gap: 13px; min-width: 0; }
.review-avatar { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--cyan-bright),var(--cyan)); color: var(--navy); font-size: 19px; font-weight: 950; }
.review-author > span:last-child { display: grid; gap: 4px; }
.review-author strong { color: var(--white); font-size: 19px; line-height: 1; }
.review-author small { color: #b9cad6; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.review-stars { display: flex; flex: 0 0 auto; gap: 3px; color: var(--gold); filter: drop-shadow(0 0 6px rgba(255,184,0,.24)); }
.review-stars svg { width: 15px; height: 15px; fill: currentColor; }
.review-list blockquote > p { margin: 24px 0 22px; color: #edf5fa; font-size: 17px; line-height: 1.62; }
.review-topic { width: max-content; max-width: 100%; padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #c8d9e4; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.faq-section { background: var(--ice); color: var(--ink); }
.faq-layout { width: min(1640px,calc(100% - clamp(48px,8vw,180px))); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,8vw,150px); margin: 0 auto; padding: clamp(100px,8vw,165px) 0; }
.faq-heading h2 { margin-bottom: 24px; }
.faq-heading > p { max-width: 430px; margin: 0; color: var(--muted-light); font-size: 17px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 19px; transition: transform .18s ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { margin: -3px 45px 26px 0; color: var(--muted-light); font-size: 16px; line-height: 1.7; }

.contact-section { display: grid; grid-template-columns: 1fr minmax(400px,.7fr); align-items: center; gap: clamp(80px,10vw,220px); padding: clamp(110px,8vw,175px) clamp(48px,8vw,180px); background: var(--navy); }
.contact-copy > p { max-width: 650px; margin: 28px 0 0; color: var(--muted-dark); font-size: 20px; line-height: 1.55; }
.contact-area { display: flex; align-items: center; gap: 10px; margin-top: 35px; color: #c7d5df; font-size: 13px; }
.contact-area svg { width: 18px; color: var(--cyan); }
.contact-panel { position: relative; padding: clamp(30px,3vw,52px); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035)); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.contact-panel > span { color: var(--cyan-bright); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.big-phone { display: block; margin: 17px 0 10px; font-size: clamp(31px,3.3vw,55px); font-weight: 900; letter-spacing: -.05em; }
.contact-panel > small { display: flex; align-items: center; gap: 8px; color: var(--muted-dark); }
.contact-panel > small svg { width: 16px; }
.telegram-button { min-height: 64px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-top: 35px; padding: 0 19px; border-radius: 10px; background: linear-gradient(135deg,var(--cyan-bright),var(--cyan)); color: var(--navy); font-weight: 900; }
.telegram-button svg { width: 20px; }
.contact-panel > p { margin: 13px 0 0; color: var(--muted-dark); text-align: center; font-size: 11px; }
.contact-panel .contact-consent { max-width: 470px; margin: 15px auto 0; color: #91a6b5; font-size: 10px; }

.footer { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 45px; padding: 38px clamp(28px,4.8vw,108px); border-top: 1px solid var(--line-dark); background: #050c16; color: var(--muted-dark); font-size: 12px; }
.footer .brand { color: var(--white); }
.footer .brand-sign { width: 44px; height: 44px; }
.footer-links { display: flex; justify-content: center; gap: 25px; }
.footer-links a:hover { color: var(--white); }
.footer-requisites { display: grid; gap: 4px; color: #9eb0bd; text-align: right; line-height: 1.35; }
.footer-requisites strong { color: #dce7ee; font-size: 12px; }
.footer-requisites span { font-size: 10px; }
.mobile-contact { display: none; }

.cookie-consent { position: fixed; z-index: 1000; isolation: isolate; pointer-events: auto; left: 50%; bottom: 22px; width: min(920px,calc(100% - 32px)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(5,12,22,.97); color: var(--white); box-shadow: 0 22px 70px rgba(0,0,0,.46); backdrop-filter: blur(18px); transform: translateX(-50%); }
.cookie-consent[hidden] { display: none; }
.cookie-consent strong { font-size: 15px; }
.cookie-consent p { margin: 5px 0 0; color: #b7c6d1; font-size: 12px; line-height: 1.5; }
.cookie-consent p a { color: var(--cyan-bright); text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button { position: relative; z-index: 1; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: transparent; color: var(--white); cursor: pointer; touch-action: manipulation; pointer-events: auto; font-size: 12px; font-weight: 850; }
.cookie-actions .cookie-accept { border-color: transparent; background: var(--cyan); color: var(--navy); }

.legal-page { min-height: 100vh; padding: 70px 20px; background: var(--ice); color: var(--ink); }
.legal-document { width: min(900px,100%); margin: 0 auto; padding: clamp(30px,5vw,68px); border-radius: 18px; background: var(--white); box-shadow: 0 25px 80px rgba(8,17,29,.08); }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 55px; font-size: 13px; font-weight: 850; }
.legal-back svg { width: 17px; }
.legal-document h1 { margin: 18px 0 25px; font-size: clamp(42px,6vw,74px); line-height: .95; letter-spacing: -.055em; }
.legal-lead { margin-bottom: 45px !important; color: var(--muted-light); font-size: 19px; }
.legal-document h2 { margin: 35px 0 10px; font-size: 21px; }
.legal-document p { margin: 0; line-height: 1.65; }
.legal-document p + p { margin-top: 12px; }
.legal-list { display: grid; gap: 9px; margin: 0; padding-left: 20px; list-style: disc; }
.legal-list li { padding-left: 4px; line-height: 1.65; }
.legal-owner { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line-light); color: var(--muted-light); font-size: 12px; }

@media (min-width: 1920px) and (min-aspect-ratio: 16/9) {
  .hero::before { right: 44%; }
  .hero-layout, .hero-bottom { grid-template-columns: 56% 44%; }
  .hero-photo img { object-position: 50% 18%; }
}

@media (max-width: 1280px) {
  .hero { height: auto; min-height: 780px; grid-template-rows: 82px minmax(640px,auto) 58px; }
  .hero::before { inset-block-start: 82px; }
  .topbar { grid-template-columns: auto 1fr auto; padding-inline: 32px; }
  .topbar-location { display: none; }
  .hero h1 { font-size: clamp(61px,6vw,83px); }
  .hero-copy { padding: 45px 48px; }
  .hero-list { grid-template-columns: 1fr; gap: 10px; }
  .hero-mini-proof { margin-top: 23px; }
  .hero-area { padding-left: 48px; }
  .section { width: min(100% - 70px, 1500px); }
  .master-section { gap: 70px; padding-inline: 70px; }
  .rating-stage, .reviews-block { padding-inline: 60px; }
  .contact-section { padding-inline: 70px; }
}

@media (max-width: 1120px) {
  .topbar { grid-template-columns: auto 1fr auto; gap: 22px; }
  .topbar nav { display: none; }
  .topbar-phone { justify-self: end; }
  .hero-copy { padding: 42px 38px; }
  .hero h1 { font-size: clamp(55px,6vw,70px); }
  .hero-subtitle { margin-top: 22px; font-size: 17px; }
  .hero-list { margin-top: 24px; }
  .hero-mini-proof { display: none; }
  .social-proof { grid-template-columns: minmax(330px,.68fr) minmax(0,1.32fr); }
  .rating-stage, .reviews-block { padding-inline: 42px; }
}

@media (max-width: 960px) {
  .hero { display: block; width: 100%; height: auto; min-height: auto; }
  .topbar { height: 76px; grid-template-columns: auto 1fr auto; }
  .topbar nav { display: none; }
  .topbar-phone { justify-self: end; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: 70px 38px 58px; }
  .hero h1 { max-width: 760px; font-size: clamp(60px,10vw,88px); }
  .hero-list { grid-template-columns: repeat(3,1fr); }
  .hero-photo { min-height: 660px; }
  .photo-shade { background: linear-gradient(0deg, rgba(3,10,20,.82), transparent 45%); }
  .hero-bottom { min-height: 72px; height: auto; grid-template-columns: 1fr; }
  .hero-area { display: none; }
  .hero-bottom-master { min-height: 72px; padding: 13px 38px; border-left: 0; }
  .confidence { grid-template-columns: repeat(2,1fr); }
  .confidence > div:nth-child(2) { border-right: 0; }
  .confidence > div:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .section-head { grid-template-columns: 1fr; gap: 28px; }
  .service-grid, .steps { grid-template-columns: 1fr 1fr; }
  .master-section { grid-template-columns: 1fr; }
  .master-title { position: static; }
  .social-proof { grid-template-columns: 1fr; }
  .rating-stage { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,216,74,.22); }
  .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-panel { max-width: 720px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-end; }
  .footer-requisites { text-align: left; }
}

@media (max-width: 760px) {
  .hero-copy { padding: 48px 22px 34px; }
  .availability { width: auto; margin-bottom: 18px; white-space: normal; }
  .hero h1 { max-width: 100%; font-size: clamp(48px,10.2vw,66px); line-height: .95; }
  .hero h1 em { margin-top: 8px; font-size: .58em; }
  .hero-subtitle { max-width: 600px; margin-top: 21px; font-size: 16px; line-height: 1.55; }
  .hero-list { grid-template-columns: 1fr; gap: 11px; margin-top: 25px; }
  .hero-list li { grid-template-columns: 26px 1fr; font-size: 13px; }
  .hero-list svg { width: 22px; height: 22px; }
  .pulse-line { height: 30px; margin-top: 14px; }
  .hero-actions { margin-top: 10px; }
  .hero-mini-proof { display: none; }
  .hero-photo { min-height: 0; height: clamp(430px,78vw,560px); }
  .hero-bottom { min-height: 66px; }
  .hero-bottom-master { min-height: 66px; padding-inline: 22px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 72px; }
  .topbar { height: 68px; padding-inline: 16px; }
  .brand { gap: 9px; }
  .brand-sign { width: 44px; height: 44px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .topbar-phone { width: 42px; height: 42px; min-height: 0; padding: 0; }
  .topbar-phone-text { display: none; }
  .topbar-phone-icon { width: 19px; height: 19px; flex-basis: 19px; }
  .topbar-phone-icon svg { width: 18px; height: 18px; }
  .hero-copy { padding: 42px 18px 30px; }
  .availability { margin-bottom: 18px; font-size: 9px; }
  .hero h1 { font-size: clamp(45px,13.5vw,58px); }
  .hero h1 em { margin-top: 9px; font-size: .58em; }
  .hero-subtitle { margin-top: 20px; font-size: 15px; }
  .hero-list { grid-template-columns: 1fr; margin-top: 23px; }
  .pulse-line { margin-top: 13px; }
  .hero-actions { display: grid; }
  .cta { width: 100%; min-height: 58px; }
  .answer-time { margin-top: 12px; font-size: 12px; }
  .hero-mini-proof { display: none; }
  .hero-photo { min-height: 0; height: clamp(420px,118vw,520px); }
  .photo-badge { top: 18px; right: 16px; padding: 11px 13px; }
  .photo-number { left: 20px; top: 20px; }
  .hero-bottom { display: grid; height: 58px; }
  .hero-bottom-master { padding-inline: 18px; }
  .master-caption { justify-content: space-between; gap: 12px; }
  .master-caption strong { font-size: 21px; }
  .master-caption b { max-width: 150px; font-size: 9px; text-align: right; }
  .confidence { grid-template-columns: 1fr; }
  .confidence > div { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line-light); padding: 18px 20px; }
  .section { width: calc(100% - 40px); padding-block: 86px; }
  .section-head { margin-bottom: 38px; }
  .section-head h2, .master-title h2, .reviews-block h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(46px,14vw,66px); }
  .section-head > p { font-size: 16px; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-icon { margin: 34px 0 22px; }
  .master-section { gap: 50px; padding: 88px 20px; }
  .master-lead { margin-bottom: 42px; font-size: 22px; }
  .master-points article { grid-template-columns: 38px 1fr; gap: 12px; }
  .master-points article p { grid-column: 2; }
  .rating-stage, .reviews-block { padding: 82px 20px; }
  .rating-stage { min-height: 0; }
  .rating-score { gap: 14px; }
  .rating-score > strong { font-size: 78px; }
  .rating-stars { gap: 3px; }
  .rating-stars svg { width: 20px; height: 20px; }
  .review-list blockquote { padding: 22px; }
  .review-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .review-author strong { font-size: 18px; }
  .review-list blockquote > p { margin: 20px 0; font-size: 16px; }
  .faq-layout { width: calc(100% - 40px); padding-block: 86px; }
  .faq-list summary { font-size: 16px; }
  .contact-section { padding: 88px 20px; gap: 50px; }
  .contact-copy > p { font-size: 17px; }
  .contact-panel { padding: 24px 18px; }
  .big-phone { font-size: 30px; }
  .footer { grid-template-columns: 1fr; gap: 24px; padding: 38px 20px; }
  .footer-links { display: grid; justify-content: start; gap: 12px; }
  .footer-requisites { text-align: left; }
  .mobile-contact { position: fixed; z-index: 100; left: 8px; right: 8px; bottom: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(5,12,22,.94); backdrop-filter: blur(18px); box-shadow: 0 15px 45px rgba(0,0,0,.35); }
  .mobile-contact a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; font-size: 13px; font-weight: 900; }
  .mobile-contact a:first-child { background: var(--cyan); color: var(--navy); }
  .mobile-contact a:last-child { border: 1px solid rgba(255,255,255,.19); }
  .mobile-contact svg { width: 17px; }
  .legal-page { padding: 24px 12px; }
  .legal-document { padding: 30px 20px; }
  .legal-back { margin-bottom: 40px; }
  .cookie-consent { bottom: 82px; grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

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