:root {
  --ink: #193c42;
  --text: #263b3f;
  --muted: #6a7d80;
  --aqua: #188396;
  --pink: #d64eb9;
  --mint: #e7f5f2;
  --cream: #fbf7ed;
  --white: #fff;
  --line: rgba(25, 60, 66, .14);
  --shadow: 0 26px 80px rgba(25, 60, 66, .16);
  --radius: 8px;
  --max: 1680px;
  --pad: clamp(18px, 4vw, 84px);
  font-family: Inter, Manrope, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--cream); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.fluid-section { scroll-margin-top: 108px; }
.site-header {
  position: fixed; top: 4px; left: 50%; z-index: 40;
  display: grid; gap: 8px;
  width: min(calc(100% - 32px), 1480px); min-height: 0; padding: 16px 20px 18px;
  border: 1px solid rgba(255,255,255,.72); border-radius: 24px;
  background: rgba(255,255,255,.86); box-shadow: 0 18px 48px rgba(25,60,66,.14);
  backdrop-filter: blur(18px); transform: translateX(-50%); transition: transform .28s ease, opacity .28s ease;
}
.site-header.is-hidden { transform: translate(-50%, -118%); opacity: 0; pointer-events: none; }
.header-top { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto auto auto auto auto auto; align-items: center; gap: clamp(10px, 1.25vw, 20px); padding-left: clamp(208px, 16vw, 252px); min-height: 72px; }
.brand { position: absolute; left: clamp(26px, 3vw, 42px); top: clamp(20px, 2vw, 28px); z-index: 2; display: inline-flex; align-items: center; min-width: 0; color: var(--ink); }
.brand img { width: clamp(188px, 14vw, 238px); max-height: 154px; height: auto; object-fit: contain; }
.header-meta, .header-phone, .social-links, .rating-block, .header-consult, .header-top > .cabinet-link, .language-switch { margin-top: 0; }
.header-meta { display: grid; gap: 3px; color: var(--muted); font-size: 12px; font-weight: 850; line-height: 1.2; white-space: nowrap; }
.header-meta small { color: var(--pink); font-size: 12px; font-weight: 950; }
.header-phone { position: relative; display: grid; gap: 1px; padding: 8px 14px 8px 42px; border-radius: 999px; background: linear-gradient(135deg, rgba(24,131,150,.12), rgba(214,78,185,.1)); color: var(--ink); font-size: 15px; font-weight: 950; white-space: nowrap; box-shadow: inset 0 0 0 1px rgba(24,131,150,.16); }
.header-phone:before { content: ""; position: absolute; left: 13px; top: 50%; width: 20px; height: 20px; border-radius: 50%; background: var(--aqua); transform: translateY(-50%); box-shadow: 0 0 0 6px rgba(24,131,150,.1); }
.header-phone:after { content: ""; position: absolute; left: 20px; top: 50%; width: 7px; height: 7px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; border-radius: 0 0 0 4px; transform: translateY(-55%) rotate(-35deg); }
.header-phone span { color: var(--pink); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: 0; }
.social-links { display: flex; gap: 7px; }
.social-links a, .menu-toggle {
  display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(25,60,66,.12); background: #fff; color: var(--ink); font-size: 11px; font-weight: 950;
  box-shadow: 0 10px 24px rgba(25,60,66,.1);
}
.social-links img, .social-links svg { width: 21px; height: 21px; }
.social-links svg { fill: currentColor; }
.social-links .telegram { background: #29a9ea; color: #fff; }
.social-links .vk { background: #2787f5; color: #fff; }
.rating-block { display: flex; align-items: center; }
.rating-link { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 13px; border-radius: 999px; color: var(--ink); font-size: 12px; font-weight: 950; white-space: nowrap; box-shadow: 0 12px 28px rgba(247,194,67,.25); }
.yandex-rating { background: #ffe86d; }
.rating-link b { padding: 3px 7px; border-radius: 999px; background: #fff; }
.header-consult { min-height: 40px; padding: 0 18px; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2vw, 38px); margin-top: 6px; padding-top: 18px; padding-left: clamp(208px, 16vw, 252px); border-top: 1px solid rgba(25,60,66,.1); font-size: 13px; font-weight: 950; text-transform: uppercase; color: var(--ink); }
.desktop-nav a, .nav-request { min-height: 28px; display: inline-flex; align-items: center; }
.desktop-nav .nav-logo { display: none; }
.desktop-nav .mobile-menu-rating, .desktop-nav .mobile-menu-meta { display: none; }
.nav-request { border: 0; padding: 0; background: transparent; color: var(--pink); cursor: pointer; font-weight: 950; text-transform: uppercase; }
.menu-toggle { display: none; border: 0; cursor: pointer; }
.language-switch { display: inline-flex; align-items: center; gap: 3px; min-height: 38px; padding: 3px; border: 1px solid rgba(25,60,66,.12); border-radius: 999px; background: rgba(255,255,255,.76); box-shadow: 0 12px 28px rgba(25,60,66,.08); }
.language-option { display: inline-grid; place-items: center; min-width: 38px; height: 32px; border: 0; border-radius: 999px; background: transparent; color: var(--ink); font-size: 12px; font-weight: 950; cursor: pointer; }
.language-option.is-active { background: var(--ink); color: #fff; box-shadow: 0 8px 18px rgba(25,60,66,.14); }
.mobile-menu-lang { display: none; }
.sticky-pill {
  position: fixed; left: 50%; top: 14px; z-index: 60; display: grid; grid-template-columns: auto 1fr auto auto auto auto auto; align-items: center; gap: 14px;
  width: min(calc(100% - 32px), 1320px); min-height: 68px; padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(18,31,35,.94); color: #fff;
  box-shadow: 0 22px 70px rgba(0,0,0,.26); backdrop-filter: blur(18px); transform: translate(-50%, -118%); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease;
}
.mobile-contact-strip, .mobile-sticky-bar { display: none; }
.sticky-pill.is-visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.sticky-logo img { width: 82px; height: auto; filter: brightness(1.08); }
.sticky-nav { display: flex; justify-content: center; gap: clamp(12px, 2vw, 28px); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.sticky-social a { width: 34px; height: 34px; }
.sticky-phone { color: #b8f0f3; font-size: 13px; font-weight: 950; white-space: nowrap; }
.sticky-pill .button, .sticky-pill .cabinet-link { min-height: 42px; padding: 0 18px; white-space: nowrap; }
.sticky-pill .language-switch { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.12); box-shadow: none; }
.sticky-pill .language-option { color: #fff; }
.sticky-pill .language-option.is-active { background: #fff; color: var(--ink); }
.cabinet-link, .button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border: 0;
  border-radius: 999px; padding: 0 22px; cursor: pointer; font-weight: 900;
}
.cabinet-link { background: var(--ink); color: #fff; }
.button.primary { background: linear-gradient(135deg, var(--pink), var(--aqua)); color: #fff; box-shadow: 0 16px 40px rgba(214,78,185,.22); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.72); color: var(--ink); }
.fluid-section { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(78px, 8vw, 140px) var(--pad); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr); gap: clamp(24px, 5vw, 86px); min-height: 88svh; align-items: center; overflow: visible; padding-top: clamp(184px, 12.5vw, 230px); padding-bottom: clamp(42px, 5vw, 76px); }
.hero-bg { position: absolute; left: 50%; top: 0; width: 100vw; max-width: none; height: 100%; object-fit: cover; opacity: .94; z-index: -3; transform: translateX(-50%); }
.hero:after { content: ""; position: absolute; left: 50%; top: 0; width: 100vw; height: 100%; background: linear-gradient(90deg, rgba(251,247,237,.72), rgba(251,247,237,.52) 44%, rgba(251,247,237,.72)); transform: translateX(-50%); z-index: -2; pointer-events: none; }
.hero:before { content: ""; position: absolute; left: 50%; top: clamp(138px, 10vw, 190px); bottom: 28px; width: 100vw; transform: translateX(-50%); background-image:
  url("data:image/svg+xml,%3Csvg width='220' height='720' viewBox='0 0 220 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55 42c34 50-30 86 7 142s-24 94 13 151-28 95 8 150-24 96 9 154' fill='none' stroke='%23ef5b2a' stroke-width='8' stroke-linecap='round' opacity='.75'/%3E%3Cpath d='m105 94 9 18 20 3-15 14 4 20-18-10-18 10 4-20-15-14 20-3z' fill='%23f7c243' opacity='.72'/%3E%3Cpath d='m48 270 6 12 14 2-10 9 3 14-13-7-12 7 2-14-10-9 14-2z' fill='%23d64eb9' opacity='.62'/%3E%3Ccircle cx='145' cy='220' r='9' fill='%23188396' opacity='.42'/%3E%3Ccircle cx='96' cy='432' r='7' fill='%23d64eb9' opacity='.44'/%3E%3Crect x='122' y='530' width='38' height='38' rx='10' fill='%23188396' opacity='.22' transform='rotate(18 141 549)'/%3E%3Cpath d='M34 608h52M60 582v52' stroke='%23ef5b2a' stroke-width='7' stroke-linecap='round' opacity='.65'/%3E%3C/svg%3E"),
  url("data:image/svg+xml,%3Csvg width='220' height='720' viewBox='0 0 220 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M165 42c-34 50 30 86-7 142s24 94-13 151 28 95-8 150 24 96-9 154' fill='none' stroke='%23ef5b2a' stroke-width='8' stroke-linecap='round' opacity='.75'/%3E%3Cpath d='m115 94-9 18-20 3 15 14-4 20 18-10 18 10-4-20 15-14-20-3z' fill='%23f7c243' opacity='.72'/%3E%3Cpath d='m172 270-6 12-14 2 10 9-3 14 13-7 12 7-2-14 10-9-14-2z' fill='%23d64eb9' opacity='.62'/%3E%3Ccircle cx='75' cy='220' r='9' fill='%23188396' opacity='.42'/%3E%3Ccircle cx='124' cy='432' r='7' fill='%23d64eb9' opacity='.44'/%3E%3Crect x='60' y='530' width='38' height='38' rx='10' fill='%23188396' opacity='.22' transform='rotate(-18 79 549)'/%3E%3Cpath d='M134 608h52M160 582v52' stroke='%23ef5b2a' stroke-width='7' stroke-linecap='round' opacity='.65'/%3E%3C/svg%3E"),
  radial-gradient(circle at 10% 22%, rgba(214,78,185,.18) 0 7px, transparent 8px),
  radial-gradient(circle at 6% 58%, rgba(24,131,150,.16) 0 6px, transparent 7px),
  radial-gradient(circle at 14% 78%, rgba(247,194,67,.18) 0 8px, transparent 9px),
  radial-gradient(circle at 90% 24%, rgba(214,78,185,.16) 0 7px, transparent 8px),
  radial-gradient(circle at 95% 54%, rgba(24,131,150,.18) 0 7px, transparent 8px),
  radial-gradient(circle at 88% 78%, rgba(247,194,67,.2) 0 8px, transparent 9px);
  background-repeat: no-repeat;
  background-position: left clamp(20px, 3.8vw, 76px) center, right clamp(20px, 3.8vw, 76px) center, center, center, center, center, center, center;
  background-size: clamp(156px, 11vw, 196px) auto, clamp(156px, 11vw, 196px) auto, auto, auto, auto, auto, auto, auto;
  z-index: -1; pointer-events: none; }
h1, h2 { margin: 0; color: var(--ink); letter-spacing: 0; }
.hero-kicker { display: inline-flex; width: fit-content; margin-bottom: 18px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.78); color: var(--aqua); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.hero h1 { max-width: 860px; font-size: clamp(40px, 4.2vw, 64px); line-height: 1.02; }
.hero-copy p, .section-head p, .section-copy p { color: var(--muted); font-size: clamp(17px, 1.35vw, 22px); line-height: 1.52; }
.hero-copy p { max-width: 720px; margin: 20px 0 0; font-size: clamp(16px, 1.15vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; max-width: 880px; margin: 26px auto 0 clamp(18px, 2.7vw, 44px); justify-items: stretch; }
.hero-facts span, .hero-card, .help-grid article, .value-grid article, .trust-grid article, .service-rail article, .record-card, .schedule-day, .message {
  border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: 0 18px 50px rgba(25,60,66,.08);
}
.hero-facts span { position: relative; grid-column: span 2; min-height: 82px; padding: 17px 16px 17px 54px; border-left: 0; font-size: clamp(14px, .92vw, 16px); font-weight: 950; color: var(--ink); text-align: left; }
.hero-facts span:nth-child(n+4) { grid-column: span 3; min-height: 68px; padding-top: 14px; padding-bottom: 14px; }
.hero-facts span:before { content: ""; position: absolute; left: 18px; top: 20px; width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--aqua)); box-shadow: 0 0 0 8px rgba(214,78,185,.12); }
.hero-visual { align-self: center; display: grid; grid-template-rows: clamp(360px, 31vw, 460px) auto; border-radius: 34px; overflow: hidden; box-shadow: 0 34px 95px rgba(25,60,66,.19); background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.72); backdrop-filter: blur(10px); }
.hero-visual > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center center; padding: 0; background: #fff; }
.hero-card { width: 100%; margin: 0; padding: clamp(22px, 3vw, 36px); border: 0; border-radius: 0; background: linear-gradient(135deg, var(--ink), #245961); color: #fff; box-shadow: none; }
.hero-card strong { font-size: clamp(24px, 2.5vw, 36px); line-height: 1; }
.hero-card p { color: rgba(255,255,255,.78); line-height: 1.5; }
.section-head { max-width: 1060px; margin-bottom: clamp(26px, 4vw, 52px); }
.section-head span, .section-copy span, .reviews-section span, .contact-card span, .current-role { color: var(--pink); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.section-head h2, .section-copy h2, .reviews-section h2, .contact-card h2 { font-size: clamp(34px, 5vw, 78px); line-height: .98; margin-top: 12px; }
.section-head-featured { position: relative; padding-left: clamp(18px, 2.4vw, 34px); border-left: 8px solid var(--pink); }
.section-head-featured span { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: rgba(214,78,185,.1); }
.section-head-featured h2 { font-size: clamp(44px, 6.2vw, 96px); line-height: .92; }
.section-lead { margin: 12px 0 0; color: var(--aqua) !important; font-weight: 950; }
.help-grid, .value-grid, .trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 16px; }
.help-grid article, .value-grid article, .trust-grid article { padding: clamp(18px, 2vw, 26px); }
.help-grid article { overflow: hidden; padding: 0; }
.help-grid article img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.help-grid article b, .help-grid article h3, .help-grid article p { margin-left: clamp(18px, 2vw, 26px); margin-right: clamp(18px, 2vw, 26px); }
.help-grid article p { margin-bottom: clamp(18px, 2vw, 26px); }
.help-grid b, .process-list b { color: var(--pink); font-size: 32px; }
h3 { margin: 10px 0 0; color: var(--ink); font-size: clamp(20px, 1.6vw, 28px); line-height: 1.1; }
article p, article small, li { color: var(--muted); line-height: 1.48; }
.about-section { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; background: linear-gradient(135deg, #fff 0%, #f7fffd 52%, #fff7ed 100%); max-width: none; }
.about-media { position: relative; }
.about-media:after { content: "АИСТ"; position: absolute; left: 22px; bottom: 22px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.86); color: var(--ink); font-weight: 950; box-shadow: 0 14px 40px rgba(25,60,66,.16); }
.about-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.about-copy { position: relative; padding: clamp(24px, 3.5vw, 46px); border-left: 8px solid var(--pink); border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: 0 22px 70px rgba(25,60,66,.1); }
.about-title-block { position: relative; margin-top: 18px; padding: clamp(20px, 2.8vw, 32px); border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(231,245,242,.88)); box-shadow: inset 0 0 0 1px rgba(25,60,66,.08); }
.about-title-block:before { content: ""; position: absolute; left: 24px; top: -8px; width: 86px; height: 8px; border-radius: 999px; background: linear-gradient(90deg, var(--pink), var(--aqua)); }
.about-title-block small { display: inline-flex; margin-bottom: 10px; color: var(--aqua); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.about-text-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.about-text-grid p { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.78); }
.about-text-grid p:nth-child(3) { grid-column: 1 / -1; }
.about-copy p { font-size: clamp(16px, 1.05vw, 18px); line-height: 1.55; }
.about-copy h2 { font-size: clamp(30px, 3.4vw, 54px); line-height: 1; }
.about-copy span { display: block; padding: 0; border-radius: 0; background: transparent; color: var(--ink); font-size: clamp(48px, 6vw, 94px); line-height: .92; text-transform: none; }
.mission-card { margin-top: 18px; padding: clamp(20px, 2.3vw, 30px); border-radius: 20px; background: linear-gradient(135deg, var(--ink), #245961); color: #fff; box-shadow: 0 18px 54px rgba(25,60,66,.18); }
.mission-card strong, .mission-card p { color: #fff; }
.mission-card em { display: block; margin-top: 14px; color: #b8f0f3; font-style: normal; font-size: clamp(18px, 1.25vw, 22px); font-weight: 950; }
.service-rail { display: grid; grid-template-columns: repeat(4, minmax(260px, 1fr)); gap: 16px; overflow-x: auto; padding-bottom: 6px; }
.service-rail article { padding: 22px; min-height: 310px; display: flex; flex-direction: column; }
.service-rail .button { margin-top: auto; }
.specialists-section { max-width: none; background: linear-gradient(180deg, var(--mint), var(--cream)); }
.specialists-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(390px, 100%), 1fr)); gap: 18px; align-items: stretch; }
.specialist-card { display: grid; grid-template-columns: 156px minmax(0, 1fr); gap: 18px; height: 100%; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 18px 50px rgba(25,60,66,.09); }
.specialist-card img { width: 156px; height: 214px; border-radius: 14px; object-fit: cover; object-position: center top; }
.specialist-card > div { display: flex; flex-direction: column; min-height: 100%; }
.specialist-card p { min-height: 94px; margin-bottom: 0; }
.specialist-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 14px; }
.specialist-actions .button { min-height: 42px; padding: 0 14px; font-size: 13px; }
.values-section { max-width: none; background: linear-gradient(180deg, #fff, var(--mint)); }
.premium-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.premium-grid article { position: relative; min-height: 360px; padding: clamp(24px, 2.6vw, 36px); overflow: hidden; background: linear-gradient(160deg, rgba(255,255,255,.92), rgba(255,255,255,.7)); }
.premium-grid article:after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 120px; height: 120px; border-radius: 50%; background: rgba(214,78,185,.12); }
.premium-grid b, .trust-grid b { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--aqua)); color: #fff; font-size: 16px; }
.process-section { max-width: none; background: linear-gradient(135deg, var(--cream), #fff 48%, var(--mint)); }
.process-list { display: grid; gap: 18px; }
.process-list article { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 24px; padding: clamp(22px, 3vw, 42px); border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 22px 70px rgba(25,60,66,.1); }
.process-list article b { align-self: start; display: grid; place-items: center; width: 86px; height: 86px; border-radius: 26px; background: var(--ink); color: #fff; font-size: 30px; box-shadow: 0 18px 44px rgba(25,60,66,.2); }
.process-list article h3 { margin-top: 0; font-size: clamp(24px, 2vw, 34px); }
.process-list article p { margin: 12px 0 0; }
.lead-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .58fr); gap: clamp(24px, 4vw, 64px); align-items: center; max-width: none; color: #fff; background: radial-gradient(circle at 14% 18%, rgba(214,78,185,.34), transparent 28%), linear-gradient(135deg, var(--ink), #245961 58%, #188396); }
.lead-section-secondary { background: radial-gradient(circle at 82% 18%, rgba(247,194,67,.25), transparent 28%), linear-gradient(135deg, #14353b, var(--ink)); }
.lead-copy span { color: #b8f0f3; font-size: 13px; font-weight: 950; text-transform: uppercase; }
.lead-copy h2 { margin-top: 14px; color: #fff; font-size: clamp(36px, 4.5vw, 74px); line-height: .96; }
.lead-copy p { max-width: 720px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.25vw, 22px); line-height: 1.52; }
.inline-lead-form { display: grid; gap: 12px; padding: clamp(20px, 2.6vw, 34px); border-radius: 26px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.inline-lead-form textarea { min-height: 120px; }
.trust-section { position: relative; isolation: isolate; overflow: hidden; max-width: none; background: radial-gradient(circle at 9% 18%, rgba(247,194,67,.22), transparent 26%), radial-gradient(circle at 90% 76%, rgba(46,153,168,.12), transparent 30%), linear-gradient(180deg, #fff, #f7fffd); }
.trust-section:before { content: ""; position: absolute; inset: 70px 0 auto; z-index: -1; height: 620px; pointer-events: none; opacity: .95; background-image: url("data:image/svg+xml,%3Csvg width='122' height='122' viewBox='0 0 122 122' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62 8l13 29 31 4-23 22 6 31-27-15-27 15 6-31-23-22 31-4z' fill='%23f7c243' fill-opacity='.82'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='92' height='92' viewBox='0 0 92 92' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='22' y='22' width='48' height='48' rx='12' fill='%232e99a8' fill-opacity='.2' transform='rotate(14 46 46)'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='132' height='132' viewBox='0 0 132 132' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58 18c-25 24 29 40 4 66-9 9-23 12-38 9' fill='none' stroke='%23ef6b4a' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E"), radial-gradient(circle, rgba(214,78,185,.25) 0 8px, transparent 9px), radial-gradient(circle, rgba(46,153,168,.24) 0 8px, transparent 9px); background-repeat: no-repeat; background-size: 82px auto, 76px auto, 126px auto, 28px 28px, 28px 28px; background-position: left 3.5vw top 28px, left 7vw bottom 32px, right 3.4vw top 80px, right 8vw top 360px, left 9vw top 380px; }
.trust-stage { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(26px, 4.8vw, 82px); align-items: center; padding: clamp(24px, 3.5vw, 48px); border: 1px solid rgba(255,255,255,.75); border-radius: 40px; background: rgba(255,255,255,.62); box-shadow: 0 28px 90px rgba(25,60,66,.09); backdrop-filter: blur(14px); }
.trust-copy span { display: inline-flex; margin-bottom: 18px; padding: 8px 13px; border-radius: 999px; background: rgba(214,78,185,.1); color: var(--pink); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.trust-copy h2 { max-width: 920px; color: var(--ink); font-size: clamp(42px, 6vw, 92px); line-height: .92; }
.trust-copy p { max-width: 760px; color: var(--muted); font-size: clamp(17px, 1.35vw, 22px); line-height: 1.52; }
.trust-photo { position: relative; min-height: 620px; border-radius: 38px; overflow: hidden; box-shadow: var(--shadow); background: var(--mint); }
.trust-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.trust-photo-card { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 22px; border-radius: 24px; background: rgba(25,60,66,.9); color: #fff; backdrop-filter: blur(14px); }
.trust-photo-card strong, .trust-photo-card span { display: block; }
.trust-photo-card strong { font-size: clamp(24px, 2vw, 34px); }
.trust-photo-card span { margin-top: 8px; color: rgba(255,255,255,.78); line-height: 1.45; }
.trust-proof-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(20px, 3vw, 42px); align-items: stretch; }
.trust-proof-grid article { position: relative; display: grid; grid-template-rows: auto minmax(82px, auto) 1fr; gap: 14px; min-height: 320px; background: linear-gradient(160deg, #fff, rgba(231,245,242,.78)); overflow: hidden; }
.trust-proof-grid article:before { content: ""; position: absolute; right: -34px; top: -34px; width: 104px; height: 104px; border-radius: 28px; background: rgba(214,78,185,.12); transform: rotate(17deg); }
.trust-proof-grid h3 { margin: 0; font-size: clamp(20px, 1.35vw, 26px); line-height: 1.08; }
.trust-proof-grid p { margin: 0; }
.reviews-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .68fr); gap: clamp(24px, 4vw, 64px); align-items: center; max-width: none; background: radial-gradient(circle at 86% 18%, rgba(247,194,67,.2), transparent 26%), linear-gradient(180deg, #fff, #fff7fb); color: var(--ink); }
.reviews-copy span { display: inline-flex; margin-bottom: 18px; padding: 8px 13px; border-radius: 999px; background: rgba(214,78,185,.1); color: var(--pink); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.reviews-copy h2 { max-width: 900px; color: var(--ink); font-size: clamp(42px, 6vw, 90px); line-height: .92; }
.reviews-copy p { max-width: 620px; color: var(--muted); font-size: clamp(17px, 1.3vw, 22px); line-height: 1.5; }
.reviews-stars { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 18px; align-items: center; max-width: 680px; margin-top: 28px; padding: 18px; border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 18px 50px rgba(25,60,66,.08); }
.reviews-stars img { width: 160px; }
.reviews-stars strong { color: var(--ink); line-height: 1.35; }
.reviews-board { display: grid; gap: 14px; }
.reviews-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.review-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.review-card { position: relative; display: grid; gap: 12px; min-height: 214px; padding: 24px; border: 2px solid rgba(46,153,168,.15); border-radius: 24px; background: linear-gradient(160deg, #fff, rgba(231,245,242,.62)); color: var(--ink); box-shadow: 0 18px 50px rgba(25,60,66,.1); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.review-card:after { content: "↗"; position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--aqua)); color: #fff; font-size: 20px; font-weight: 950; box-shadow: 0 14px 34px rgba(214,78,185,.2); }
.review-card:hover { transform: translateY(-3px); border-color: rgba(214,78,185,.28); box-shadow: 0 26px 70px rgba(25,60,66,.15); }
.review-card img { width: 132px; max-height: 44px; object-fit: contain; object-position: left center; }
.review-card strong, .review-card span { display: block; }
.review-card strong { font-size: 34px; line-height: 1; }
.review-card span { color: var(--aqua); font-weight: 950; }
.review-card em { align-self: end; justify-self: start; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 4px; padding: 0 18px; border-radius: 999px; background: linear-gradient(135deg, var(--pink), var(--aqua)); color: #fff; font-size: 14px; font-style: normal; font-weight: 950; box-shadow: 0 14px 34px rgba(214,78,185,.18); }
.route-section { position: relative; overflow: hidden; max-width: none; background: radial-gradient(circle at 12% 20%, rgba(247,194,67,.22), transparent 25%), radial-gradient(circle at 88% 72%, rgba(214,78,185,.13), transparent 30%), linear-gradient(180deg, var(--cream), #fff); }
.route-section:before { content: ""; position: absolute; left: 4vw; top: 130px; width: 72px; height: 72px; border-radius: 18px; background: rgba(46,153,168,.16); transform: rotate(-13deg); }
.route-section:after { content: ""; position: absolute; right: 4vw; bottom: 90px; width: 88px; height: 88px; border-radius: 50%; border: 14px solid rgba(247,194,67,.24); }
.route-head { position: relative; z-index: 1; display: block; max-width: 980px; margin: 0 auto clamp(18px, 3vw, 34px); text-align: center; }
.route-head span, .contacts-box span { color: var(--pink); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.route-head h2 { color: var(--ink); font-size: clamp(40px, 4.8vw, 76px); line-height: .95; }
.route-head p { max-width: 720px; margin: 18px auto 0; color: var(--muted); font-size: clamp(17px, 1.3vw, 22px); line-height: 1.5; }
.route-line { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); width: min(860px, 100%); height: 44px; margin: 0 auto -4px; }
.route-line:before { content: ""; position: absolute; left: 13%; right: 13%; top: 50%; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--pink), var(--aqua)); transform: translateY(-50%); }
.route-line i { z-index: 1; place-self: center; width: 20px; height: 20px; border: 5px solid var(--aqua); border-radius: 50%; background: #fff; box-shadow: 0 10px 24px rgba(46,153,168,.18); }
.route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.route-grid article { position: relative; z-index: 1; min-height: 330px; padding: clamp(22px, 2.6vw, 34px); border: 1px solid rgba(255,255,255,.78); border-radius: 28px; background: linear-gradient(145deg, #fff, var(--mint)); box-shadow: 0 22px 70px rgba(25,60,66,.1); }
.route-grid article:after { content: "→"; position: absolute; right: -23px; top: 50%; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--pink); font-size: 28px; font-weight: 950; box-shadow: 0 14px 38px rgba(25,60,66,.12); transform: translateY(-50%); }
.route-grid article:last-child:after { content: "✓"; right: 24px; top: 30px; transform: none; background: var(--ink); color: #fff; }
.route-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 24px; border-radius: 20px; background: linear-gradient(135deg, var(--pink), var(--aqua)); color: #fff; font-size: 28px; font-weight: 950; }
.route-grid b, .route-grid small { display: block; color: var(--ink); font-weight: 950; }
.route-grid b { font-size: clamp(24px, 2vw, 34px); }
.route-grid small { margin-top: 6px; color: var(--pink); font-size: 18px; }
.contacts-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .55fr); gap: 24px; align-items: stretch; max-width: none; background: linear-gradient(135deg, #f7fffd, #fff7fb); }
.contacts-map { min-height: 620px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.contacts-map iframe { width: 100%; height: 100%; min-height: 620px; border: 0; display: block; }
.contacts-box { display: grid; gap: 16px; padding: clamp(22px, 4vw, 44px); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.contacts-box h2 { margin: 12px 0 18px; color: var(--ink); font-size: clamp(32px, 3.5vw, 54px); line-height: 1; }
.contact-info-list { display: grid; gap: 12px; }
.contact-info-list article, .requisites { padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, rgba(231,245,242,.72)); }
.contact-info-list b, .requisites b { display: block; margin-bottom: 8px; color: var(--ink); font-size: 14px; font-weight: 950; text-transform: uppercase; }
.contact-info-list p, .requisites p { margin: 0; color: var(--muted); line-height: 1.5; }
.requisites p { font-size: 13px; line-height: 1.56; }
.contact-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-socials a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin: 0; padding: 0 15px; border-radius: 999px; color: #fff; font-size: 14px; font-weight: 950; }
.contact-socials .whatsapp { background: #25d366; }
.contact-socials .telegram { background: #29a9ea; }
.contact-socials .vk { background: #2787f5; }
.contact-footer-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contacts-box .button { display: inline-flex; width: auto; margin-top: 0; color: #fff; font-size: 14px; }
.contacts-box .button.secondary { color: var(--ink); }
.modal { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 18px; background: rgba(25,60,66,.52); backdrop-filter: blur(14px); }
.modal.is-open { display: grid; }
.modal-panel { position: relative; width: min(880px, 100%); max-height: calc(100svh - 32px); overflow: auto; padding: clamp(22px, 4vw, 42px); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--mint); cursor: pointer; font-size: 24px; }
.booking-form, .consult-form, .auth-form { display: grid; gap: 12px; margin-top: 18px; }
label { display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 13px; color: var(--ink); background: #fff; font-size: 16px; }
textarea { min-height: 92px; padding-top: 12px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 700; line-height: 1.35; }
.consent input { width: 18px; min-width: 18px; height: 18px; min-height: 18px; margin-top: 1px; accent-color: var(--pink); }
.form-result.is-visible { margin-top: 14px; padding: 14px; border-radius: var(--radius); background: var(--mint); color: var(--ink); }
.consult-panel { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr); gap: 24px; }
.consult-panel img { width: 100%; height: 100%; min-height: 420px; border-radius: 14px; object-fit: cover; }
.detail-panel { display: grid; grid-template-columns: minmax(220px, .5fr) minmax(0, 1fr); gap: 24px; align-items: center; }
.detail-photo { width: 100%; aspect-ratio: 4/5; border-radius: 16px; object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
.detail-role { color: var(--aqua); font-size: 20px; font-weight: 900; line-height: 1.35; }
.detail-text { color: var(--muted); line-height: 1.55; }
.cabinet-page { min-height: 100svh; background: linear-gradient(180deg, var(--mint), var(--cream)); }
.logout-btn { display: none; }
.logout-btn.is-visible { display: inline-flex; }
.cabinet-main { width: min(1320px, calc(100% - 32px)); margin: 0 auto; padding: 120px 0 60px; }
.auth-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr); gap: 34px; min-height: 560px; align-items: center; padding: clamp(24px, 5vw, 58px); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.auth-card h1, .cabinet-heading { font-size: clamp(42px, 6vw, 86px); line-height: .94; }
.auth-box { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.auth-tabs, .role-switch { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 12px; }
.auth-tab, .role-switch span { min-height: 42px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-weight: 900; color: var(--ink); }
.auth-tab.is-active, .role-switch input:checked + span { background: var(--ink); color: #fff; }
.role-switch input { position: absolute; opacity: 0; pointer-events: none; }
.role-switch span { display: grid; place-items: center; }
.register-form { display: none; }
.auth-box.is-register .login-form { display: none; }
.auth-box.is-register .register-form { display: grid; }
.auth-error { min-height: 18px; margin: 0; color: var(--pink); font-size: 13px; font-weight: 900; }
.cabinet-view { display: none; }
.cabinet-view.is-visible { display: block; }
.auth-card.is-hidden { display: none; }
.cabinet-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.cabinet-title p { max-width: 340px; padding: 14px; border-radius: var(--radius); background: rgba(255,255,255,.76); color: var(--pink); font-weight: 900; }
.cabinet-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 18px; }
.dash-card { padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 18px 50px rgba(25,60,66,.09); }
.chat-card { grid-column: 1 / -1; }
.dash-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.dash-head h2 { margin: 0; font-size: 28px; }
.record-card, .schedule-day, .message { padding: 16px; margin-top: 10px; }
.record-card strong, .record-card span, .record-card small { display: block; }
.record-card button { width: 100%; min-height: 42px; margin-top: 12px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 900; cursor: pointer; }
.record-card button:disabled { background: #d8dedc; color: #6d7778; cursor: not-allowed; }
.chat-thread { display: grid; gap: 10px; max-height: 360px; overflow: auto; }
.chat-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: 14px; }
@media (min-width: 1680px) {
  .site-header { width: min(calc(100% - 64px), 1540px); }
  .fluid-section { --pad: clamp(80px, 6vw, 132px); }
  .hero h1 { font-size: clamp(52px, 3.9vw, 70px); }
  .hero-visual { min-height: 660px; }
}
@media (min-width: 1680px) and (max-width: 1999px) {
  .hero:before {
    background-position: left -132px center, right -132px center, left 2% top 22%, left 1% center, left 3% bottom 18%, right 2% top 24%, right 1% center, right 3% bottom 18%;
    background-size: 178px auto, 178px auto, auto, auto, auto, auto, auto, auto;
  }
}
@media (min-width: 981px) and (max-width: 1679px) {
  .hero:before {
    background-position: left -138px center, right -138px center, left 2% top 22%, left 1% center, left 3% bottom 18%, right 2% top 24%, right 1% center, right 3% bottom 18%;
    background-size: 168px auto, 168px auto, auto, auto, auto, auto, auto, auto;
  }
}
@media (max-width: 980px) {
  .site-header { top: 4px; border-radius: 22px; }
  .header-top { grid-template-columns: auto 1fr auto auto; padding-left: 0; min-height: 0; }
  .brand { position: static; left: auto; top: auto; }
  .brand img { width: 132px; max-height: 112px; }
  .header-meta, .header-phone, .social-links, .rating-block, .header-consult { display: none; }
  .header-top > .cabinet-link { justify-self: end; width: auto; }
  .sticky-pill { display: none; }
  .menu-toggle { display: inline-grid; }
  .desktop-nav { display: none; grid-template-columns: 1fr 1fr; gap: 8px; text-align: center; }
  .site-header.is-menu-open .desktop-nav { position: absolute; left: 0; right: 0; top: calc(100% + 8px); display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.72); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 18px 48px rgba(25,60,66,.14); backdrop-filter: blur(18px); }
  .site-header.is-menu-open + .mobile-contact-strip { transform: translateY(-130%); opacity: 0; visibility: hidden; pointer-events: none; }
  .desktop-nav a, .nav-request { justify-content: center; min-height: 42px; border-radius: 999px; background: rgba(231,245,242,.88); }
  .desktop-nav .nav-logo { display: none; }
  .desktop-nav .mobile-menu-rating { grid-column: 1 / -1; display: inline-flex !important; align-items: center; justify-content: center; gap: 8px; min-height: 44px; border-radius: 999px; background: #ffe86d !important; color: var(--ink); }
  .mobile-menu-rating b { padding: 3px 7px; border-radius: 999px; background: #fff; }
  .desktop-nav .mobile-menu-meta { grid-column: 1 / -1; display: block; padding: 11px 12px; border-radius: 999px; background: rgba(255,255,255,.76); color: var(--ink); font-size: 13px; font-weight: 900; text-transform: none; }
  .desktop-nav .mobile-menu-lang { grid-column: 1 / -1; display: inline-flex; justify-self: center; }
  .mobile-contact-strip { position: fixed; left: 9px; right: 9px; top: 84px; z-index: 38; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 46px; padding: 6px 8px 6px 14px; border-radius: 999px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.72); box-shadow: 0 14px 38px rgba(25,60,66,.13); backdrop-filter: blur(16px); transition: transform .25s ease, opacity .25s ease; }
  .mobile-phone { color: var(--ink); font-size: 14px; font-weight: 950; white-space: nowrap; }
  .mobile-contact-strip .social-links { display: flex; margin: 0; }
  .mobile-contact-strip .social-links a { width: 34px; height: 34px; }
  .mobile-contact-strip.is-hidden { transform: translateY(-130%); opacity: 0; visibility: hidden; pointer-events: none; }
  .hero, .about-section, .reviews-section, .contacts-section, .lead-section, .trust-layout, .auth-card, .cabinet-grid, .consult-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero:before { top: 118px; bottom: 32px; border-radius: 26px; background-position: left 18px center, right 18px center, center, center, center, center, center, center; }
  .hero-visual { min-height: 460px; grid-template-rows: minmax(270px, 1fr) auto; }
  .hero-card { margin-left: 0; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-left: 0; max-width: none; }
  .hero-facts span, .hero-facts span:nth-child(n+4) { grid-column: auto; min-height: 82px; }
  .premium-grid, .trust-grid, .trust-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .premium-grid article { min-height: 280px; }
  .trust-section:before { opacity: .55; background-position: left -18px top 120px, left 6vw bottom 60px, right -22px top 190px, right 8vw top 440px, left 9vw top 460px; }
  .trust-stage { grid-template-columns: 1fr; border-radius: 30px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-line { display: none; }
  .route-grid article { min-height: auto; }
  .route-grid article:after { content: "↓"; right: 24px; top: auto; bottom: -24px; transform: none; }
  .route-grid article:last-child:after { top: 24px; bottom: auto; }
  .contacts-map, .contacts-map iframe { min-height: 460px; }
  .contact-footer-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-layout > img { min-height: 420px; }
  .lead-section { gap: 20px; }
  .specialist-card { grid-template-columns: 136px 1fr; }
  .specialist-card img { width: 136px; height: 198px; }
  .specialist-card p { min-height: 74px; }
  .consult-panel img { min-height: 220px; }
  .detail-panel { grid-template-columns: 1fr; }
  .cabinet-title { display: grid; }
  .about-text-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-header { top: 4px; width: calc(100% - 18px); min-height: 58px; padding: 6px 8px; border-radius: 18px; }
  .header-top { grid-template-columns: auto 1fr auto auto; justify-content: stretch; gap: 8px; }
  .brand { min-width: 0; }
  .brand img { width: 108px; max-height: 96px; }
  .cabinet-link { min-height: 40px; padding: 0 13px; font-size: 12px; }
  .header-top > .cabinet-link { display: inline-flex; justify-self: center; width: auto; min-height: 38px; padding: 0 12px; font-size: 11px; }
  .menu-toggle { position: relative; width: 76px; height: 42px; border-radius: 999px; background: linear-gradient(135deg, #ff7a2f, #ef5b2a); color: #fff; box-shadow: 0 14px 34px rgba(239,91,42,.25); }
  .menu-toggle:after { content: "☝"; position: absolute; right: -14px; top: 50%; transform: translateY(-52%) rotate(-12deg); font-size: 24px; color: #ef5b2a; text-shadow: 0 2px 0 rgba(255,255,255,.9); }
  .mobile-contact-strip { top: 122px; }
  .site-header.is-menu-open + .mobile-contact-strip { transform: translateY(-130%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }
  .fluid-section { padding: 72px 16px 46px; }
  .hero { padding-top: 192px; align-items: start; }
  .hero:before { top: 168px; bottom: 24px; border-radius: 22px; background-position: left -52px top 110px, right -52px top 110px, center, center, center, center, center, center; background-size: 150px auto, 150px auto, auto, auto, auto, auto, auto, auto; }
  .hero h1 { font-size: clamp(32px, 10vw, 43px); }
  .hero-copy p { margin-top: 16px; font-size: 15px; }
  .hero-actions { gap: 8px; margin-top: 20px; }
  .hero-facts { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 18px; }
  .hero-facts span, .hero-facts span:nth-child(n+4) { display: flex; align-items: center; min-height: 86px; padding: 14px 14px 14px 56px; font-size: 13px; line-height: 1.18; }
  .hero-facts span:before { left: 18px; top: 50%; width: 16px; height: 16px; box-shadow: 0 0 0 6px rgba(214,78,185,.12); transform: translateY(-50%); }
  .hero-visual { min-height: 360px; grid-template-rows: minmax(210px, 1fr) auto; }
  .hero-visual { border-radius: 20px; }
  .hero-visual > img { padding: 0 6px; }
  .hero-card { width: 100%; margin: 0; }
  .section-head-featured { border-left-width: 6px; }
  .section-head-featured h2 { font-size: clamp(38px, 12vw, 54px); }
  .about-copy span { font-size: clamp(42px, 14vw, 58px); }
  .about-copy h2 { font-size: clamp(28px, 9vw, 40px); }
  .hero-copy p, .section-head p, .section-copy p { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 48px; padding: 0 16px; }
  .about-media img { aspect-ratio: 1; border-radius: 18px; }
  .about-copy { padding: 22px 16px; border-left-width: 6px; border-radius: 20px; }
  .about-text-grid p { padding: 15px; }
  .service-rail { grid-template-columns: 1fr; overflow: visible; }
  .premium-grid, .trust-grid, .trust-proof-grid { grid-template-columns: 1fr; }
  .premium-grid article, .trust-grid article, .trust-proof-grid article { min-height: auto; }
  .process-list article { grid-template-columns: 1fr; gap: 14px; border-radius: 20px; }
  .process-list article b { width: 68px; height: 68px; border-radius: 20px; font-size: 24px; }
  .lead-copy h2 { font-size: clamp(32px, 10vw, 44px); }
  .inline-lead-form { border-radius: 20px; }
  .trust-section:before { opacity: .42; background-size: 58px auto, 56px auto, 92px auto, 22px 22px, 22px 22px; background-position: left -28px top 84px, left 8px bottom 40px, right -34px top 168px, right 20px top 520px, left 22px top 500px; }
  .trust-stage { grid-template-columns: 1fr; padding: 16px; border-radius: 22px; }
  .trust-proof-grid article { grid-template-rows: auto auto auto; }
  .trust-photo { min-height: 320px; border-radius: 22px; }
  .trust-photo img { min-height: 320px; }
  .reviews-section { grid-template-columns: 1fr; }
  .reviews-stars { grid-template-columns: 1fr; }
  .review-actions { grid-template-columns: 1fr; }
  .route-head h2, .reviews-copy h2, .trust-copy h2 { font-size: clamp(34px, 11vw, 50px); }
  .route-head { text-align: left; }
  .route-grid article:after { display: none; }
  .contacts-map, .contacts-map iframe { min-height: 340px; }
  .contacts-box { border-radius: 22px; }
  .contact-socials a { flex: 1 1 96px; }
  .contact-footer-actions { grid-template-columns: 1fr; }
  .contacts-box .button { width: 100%; }
  .specialist-card { grid-template-columns: 1fr; }
  .specialist-card img { width: 100%; height: 260px; }
  .specialist-card p { min-height: auto; }
  .specialist-actions { grid-template-columns: 1fr; }
  .modal { align-items: end; padding: 0; }
  .modal-panel { border-radius: 22px 22px 0 0; max-height: 92svh; }
  .cabinet-main { width: calc(100% - 20px); padding-top: 92px; }
  .auth-card { min-height: auto; padding: 20px 16px; }
  .chat-form { grid-template-columns: 1fr; }
  .header-top > .language-switch { min-height: 38px; padding: 3px; }
  .header-top > .language-switch .language-option { min-width: 32px; height: 30px; font-size: 11px; }
  .mobile-sticky-bar { position: fixed; left: 8px; right: 8px; top: 6px; z-index: 70; display: grid; grid-template-columns: 1fr auto auto auto auto; align-items: center; gap: 7px; min-height: 52px; padding: 6px; border-radius: 999px; background: rgba(18,31,35,.94); color: #fff; box-shadow: 0 18px 52px rgba(0,0,0,.22); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .mobile-sticky-bar.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-sticky-bar .mobile-phone { color: #b8f0f3; padding-left: 8px; font-size: 13px; }
  .mobile-social-bundle { position: relative; }
  .mobile-social-toggle, .mobile-sticky-menu, .mobile-lk, .mobile-lang-toggle { display: inline-grid; place-items: center; min-width: 42px; height: 40px; border: 0; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 12px; font-weight: 950; cursor: pointer; }
  .mobile-lang-toggle { min-width: 40px; background: rgba(255,255,255,.18); }
  .mobile-social-toggle { background: linear-gradient(135deg, var(--pink), var(--aqua)); }
  .mobile-sticky-menu { background: #ef5b2a; }
  .mobile-lk { background: rgba(255,255,255,.18); text-decoration: none; }
  .mobile-social-drop { position: absolute; right: 0; top: 48px; display: grid; gap: 7px; padding: 7px; border-radius: 999px; background: rgba(18,31,35,.94); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease; }
  .mobile-social-bundle.is-open .mobile-social-drop { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-social-drop a { width: 36px; height: 36px; }
  .mobile-sticky-panel { position: absolute; left: 0; right: 0; top: 62px; display: none; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px; border-radius: 20px; background: rgba(18,31,35,.94); box-shadow: 0 18px 52px rgba(0,0,0,.22); }
  .mobile-sticky-bar.is-menu-open .mobile-sticky-panel { display: grid; }
  .mobile-sticky-panel a, .mobile-sticky-panel span { min-height: 40px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 12px; font-weight: 950; text-align: center; }
  .mobile-sticky-panel .mobile-menu-rating { grid-column: 1 / -1; background: #ffe86d; color: var(--ink); }
  .mobile-sticky-panel .mobile-menu-rating b { padding: 3px 7px; border-radius: 999px; background: #fff; }
  .mobile-sticky-panel .mobile-menu-meta { grid-column: 1 / -1; background: rgba(255,255,255,.18); color: #fff; text-transform: none; }
}
