:root {
  --ink: #16302f;
  --muted: #667b78;
  --teal: #168b7a;
  --teal-dark: #0f6c61;
  --teal-pale: #e5f5f1;
  --gold: #e8b83f;
  --cream: #f7faf9;
  --line: #dce9e6;
  --white: #fff;
  --shadow: 0 24px 80px rgba(19, 72, 66, 0.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 92px; }
body { max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
em { color: var(--teal); font-style: normal; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.metrika-pixel { position: absolute; left: -9999px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: rgba(22, 139, 122, .12); background: rgba(255,255,255,.9); box-shadow: 0 10px 40px rgba(17,65,60,.06); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 26px; }
.brand img { width: 190px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.desktop-nav a { position: relative; padding: 12px 14px; color: var(--muted); font-size: 14px; font-weight: 650; }
.desktop-nav a::after { position: absolute; bottom: 5px; left: 14px; width: 0; height: 2px; border-radius: 2px; background: var(--teal); content: ""; transition: .2s; }
.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover::after { width: 24px; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.phone-link { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800; }
.phone-link svg { width: 18px; height: 18px; fill: none; stroke: var(--teal); stroke-width: 2; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 19px; color: var(--white); background: var(--teal); font-size: 14px; box-shadow: 0 10px 24px rgba(22,139,122,.2); }
.button-primary { color: var(--white); background: linear-gradient(135deg, #179b87, var(--teal-dark)); box-shadow: 0 18px 34px rgba(22,139,122,.28); }
.button-primary img { border-radius: 6px; }
.button-secondary { border-color: var(--line); background: var(--white); box-shadow: 0 12px 24px rgba(20,73,66,.06); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; padding: 146px 0 90px; overflow: hidden; background: linear-gradient(135deg, #f3fbf9 0%, #fff 48%, #fbf7e9 100%); }
.hero::before { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(31,119,108,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(31,119,108,.08) 1px, transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(12px); }
.hero-orb-one { top: 50px; right: 4%; width: 520px; height: 520px; background: rgba(62,196,170,.12); }
.hero-orb-two { bottom: -160px; left: -100px; width: 420px; height: 420px; background: rgba(232,184,63,.1); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 80px; align-items: center; }
.hero-grid > * { min-width: 0; }
.eyebrow { display: inline-flex; max-width: 100%; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 9px 14px; border: 1px solid rgba(22,139,122,.2); border-radius: 99px; color: var(--teal-dark); background: rgba(229,245,241,.7); font-size: 13px; font-weight: 750; line-height: 1.35; text-align: center; white-space: normal; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(22,139,122,.11); }
.hero h1 { max-width: 680px; margin-bottom: 24px; overflow-wrap: break-word; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 em { display: block; }
.hero-lead { max-width: 620px; margin-bottom: 26px; overflow-wrap: break-word; color: var(--muted); font-size: 19px; line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.trust-row div { display: flex; min-width: 0; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; box-shadow: 0 6px 20px rgba(22,70,65,.04); }
.trust-row span { min-width: 0; }
.trust-row svg { width: 17px; height: 17px; fill: none; stroke: var(--teal); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-size: 14px; font-weight: 750; }
.text-link svg, .service-content svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.text-link:hover svg, .service-content a:hover svg { transform: translateX(4px); }
.hero-visual { position: relative; padding: 14px 10px 10px 30px; }
.photo-frame { position: relative; height: 594px; overflow: hidden; border: 1px solid rgba(22,139,122,.15); border-radius: 38px; background: var(--white); box-shadow: 0 36px 90px rgba(18,82,74,.18); transform: rotate(1deg); }
.photo-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.photo-shade { position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(9,42,39,.74), transparent); }
.hero-stats { position: absolute; right: 20px; bottom: 20px; left: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(255,255,255,.93); backdrop-filter: blur(16px); }
.hero-stats div { display: flex; min-height: 66px; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); text-align: center; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { color: var(--teal); font-size: 22px; letter-spacing: -.03em; }
.hero-stats span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 16px 34px rgba(17,67,61,.14); font-size: 13px; font-weight: 750; backdrop-filter: blur(12px); }
.floating-note svg { width: 19px; height: 19px; fill: none; stroke: var(--teal); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.note-top { top: 52px; right: -32px; }
.note-bottom { bottom: 56px; left: 0; }

.section-heading { max-width: 730px; margin: 0 auto 52px; text-align: center; }
.section-label { display: inline-block; margin-bottom: 14px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .advantage-copy h2, .contact-copy h2, .faq-grid h2 { margin-bottom: 17px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .advantage-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; height: 430px; overflow: hidden; border-radius: var(--radius-md); background: var(--ink); box-shadow: 0 16px 44px rgba(13,49,45,.1); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.055); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,34,31,.91) 0%, rgba(6,34,31,.14) 72%); }
.service-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px; color: var(--white); }
.service-content > span { display: inline-block; margin-bottom: 10px; padding: 6px 9px; border-radius: 7px; color: #d6fff7; background: rgba(22,139,122,.88); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.service-content h3 { max-width: 430px; margin-bottom: 16px; font-size: 24px; line-height: 1.18; }
.service-content a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 750; }

.advantages { background: var(--cream); }
.advantage-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.advantage-copy { position: sticky; top: 128px; }
.advantage-copy > p { max-width: 500px; }
.promise { display: flex; max-width: 410px; align-items: center; gap: 18px; margin-top: 34px; padding: 21px; border: 1px solid rgba(232,184,63,.38); border-radius: 19px; background: #fffaf0; }
.promise > span { color: var(--teal); font-size: 42px; font-weight: 900; letter-spacing: -.06em; }
.promise div { display: flex; flex-direction: column; }
.promise strong { font-size: 16px; }
.promise small { margin-top: 4px; color: var(--muted); }
.advantage-list { border-top: 1px solid var(--line); }
.advantage-list article { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 30px 8px; border-bottom: 1px solid var(--line); }
.advantage-number { color: var(--teal); font-size: 13px; font-weight: 850; }
.advantage-list h3 { margin-bottom: 8px; font-size: 21px; }
.advantage-list p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }

.steps { overflow: hidden; }
.step-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-grid::before { position: absolute; top: 38px; right: 15%; left: 15%; height: 1px; background: repeating-linear-gradient(to right, var(--teal) 0 6px, transparent 6px 12px); content: ""; opacity: .4; }
.step-grid article { position: relative; padding: 36px 28px 31px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); text-align: center; box-shadow: 0 14px 40px rgba(19,72,66,.06); }
.step-grid article > span { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; margin: -66px auto 27px; border: 8px solid var(--white); border-radius: 50%; color: var(--white); background: var(--teal); box-sizing: content-box; font-size: 18px; font-weight: 850; box-shadow: 0 10px 28px rgba(22,139,122,.22); }
.step-grid h3 { margin-bottom: 10px; font-size: 21px; }
.step-grid p { margin: 0 auto; color: var(--muted); line-height: 1.6; }

.contact-section { padding-bottom: 90px; }
.contact-card { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; padding: 54px; border-radius: var(--radius-lg); color: var(--white); background: radial-gradient(circle at 13% 10%, rgba(52,193,165,.31), transparent 36%), linear-gradient(135deg, #143d39, #0d2826); box-shadow: 0 30px 90px rgba(11,54,49,.22); }
.section-label-light { color: #88dccc; }
.contact-copy h2 { max-width: 590px; }
.contact-copy h2 em { color: #7fe0cd; }
.contact-copy > p { max-width: 600px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.contact-meta { display: grid; gap: 14px; margin-top: 30px; }
.contact-meta > a, .contact-meta > div { display: flex; align-items: center; gap: 13px; }
.contact-meta svg { width: 20px; height: 20px; fill: none; stroke: #76d8c5; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-meta span { display: flex; flex-direction: column; gap: 3px; }
.contact-meta small { color: rgba(255,255,255,.55); font-size: 11px; }
.contact-meta strong { font-size: 14px; }
.messenger-panel { padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.messenger-panel > p { margin-bottom: 17px; font-weight: 750; }
.messenger { display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 12px; margin-bottom: 10px; padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.08); transition: .2s; }
.messenger:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.13); transform: translateX(3px); }
.messenger-max { background: var(--teal); border-color: transparent; }
.messenger-max:hover { background: #1a9b88; }
.messenger > img { width: 38px; height: 38px; border-radius: 10px; }
.messenger-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: white; background: #229ed9; font-weight: 900; }
.messenger-icon-wa { background: #22a660; }
.messenger > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.messenger strong { font-size: 14px; }
.messenger small { color: rgba(255,255,255,.62); font-size: 11px; }
.messenger svg { width: 18px; height: 18px; fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.reply-note { display: flex; align-items: center; gap: 8px; margin-top: 17px; color: rgba(255,255,255,.6); font-size: 11px; }
.reply-note span { width: 7px; height: 7px; border-radius: 50%; background: #72d3a1; box-shadow: 0 0 0 4px rgba(114,211,161,.12); }

.faq { padding-top: 60px; background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; }
.faq-grid h2 { font-size: 42px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 25px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 680px; padding: 0 45px 24px 4px; color: var(--muted); line-height: 1.65; }

footer { padding: 44px 0 110px; color: var(--ink); background: var(--cream); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding-top: 36px; border-top: 1px solid var(--line); }
.footer-brand img { width: 165px; }
.footer-main p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; }
.footer-links a:hover, .footer-links button:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 32px; color: #879793; font-size: 11px; }
.mobile-contact-bar { display: none; }

.privacy-dialog { width: min(620px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 30px 100px rgba(8,43,39,.28); }
.privacy-dialog::backdrop { background: rgba(8,30,28,.65); backdrop-filter: blur(4px); }
.privacy-content { position: relative; padding: 36px; }
.privacy-content h2 { margin-bottom: 20px; font-size: 28px; }
.privacy-content p { color: var(--muted); line-height: 1.65; }
.privacy-content a { color: var(--teal); text-decoration: underline; }
.dialog-close { position: absolute; top: 16px; right: 17px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 24px; line-height: 1; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero-grid { gap: 40px; }
  .hero-visual { padding-left: 0; }
  .photo-frame { height: 540px; }
  .note-top { right: -12px; }
  .advantage-grid { gap: 50px; }
  .contact-card { padding: 42px; }
}

@media (max-width: 820px) {
  .section { padding: 86px 0; }
  .header-actions { display: none; }
  .menu-button { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; border-radius: 12px; background: rgba(229,245,241,.75); cursor: pointer; }
  .menu-button span { width: 20px; height: 2px; border-radius: 4px; background: var(--ink); transition: .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { display: flex; position: fixed; top: 88px; right: 0; left: 0; z-index: 49; max-height: 0; flex-direction: column; gap: 4px; overflow: hidden; padding: 0 20px; border-bottom: 1px solid transparent; background: rgba(255,255,255,.97); opacity: 0; pointer-events: none; transition: .25s; backdrop-filter: blur(18px); }
  .mobile-nav.open { max-height: 420px; padding-top: 12px; padding-bottom: 20px; border-color: var(--line); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 13px 10px; border-radius: 10px; color: var(--muted); font-weight: 700; }
  .mobile-nav a:hover { color: var(--ink); background: var(--cream); }
  .hero { min-height: auto; padding-top: 128px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-right: auto; margin-left: auto; }
  .trust-row, .hero-buttons { justify-content: center; }
  .photo-frame { width: min(580px, 100%); height: 540px; margin: 0 auto; transform: none; }
  .note-top { right: 1%; }
  .note-bottom { left: 1%; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { height: 400px; }
  .advantage-grid, .contact-card, .faq-grid { grid-template-columns: 1fr; }
  .advantage-copy { position: static; }
  .step-grid { grid-template-columns: 1fr; gap: 52px; }
  .step-grid::before { display: none; }
  .contact-card { gap: 36px; }
  .faq-grid { gap: 26px; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .header-inner { height: 76px; }
  .brand img { width: 158px; }
  .mobile-nav { top: 76px; }
  .hero { padding: 112px 0 65px; }
  .eyebrow { width: fit-content; max-width: 100%; margin-bottom: 18px; padding: 8px 11px; font-size: 11px; }
  .hero h1 { max-width: 100%; margin-bottom: 20px; font-size: clamp(32px, 10.2vw, 46px); line-height: 1.04; letter-spacing: -.045em; }
  .hero-lead { font-size: 16px; line-height: 1.58; }
  .trust-row { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-row div { justify-content: center; gap: 6px; padding: 10px 7px; font-size: 12px; line-height: 1.25; text-align: left; }
  .trust-row svg { width: 16px; height: 16px; flex: 0 0 auto; }
  .trust-row div:last-child { grid-column: 1 / -1; justify-content: center; }
  .hero-buttons { display: none; }
  .photo-frame { height: 470px; border-radius: 28px; }
  .hero-visual { margin-top: 6px; }
  .hero-stats { right: 10px; bottom: 10px; left: 10px; gap: 2px; }
  .hero-stats strong { font-size: 18px; }
  .floating-note { padding: 11px 12px; font-size: 11px; }
  .note-top { top: 34px; right: -5px; }
  .note-bottom { bottom: 76px; left: -5px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .advantage-copy h2, .contact-copy h2, .faq-grid h2 { font-size: 36px; }
  .section-heading p, .advantage-copy > p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { height: 370px; }
  .service-content { padding: 23px; }
  .service-content h3 { font-size: 21px; }
  .promise { align-items: flex-start; }
  .promise > span { font-size: 35px; }
  .advantage-list article { grid-template-columns: 37px 1fr; gap: 13px; padding: 25px 0; }
  .contact-section { padding-bottom: 70px; }
  .contact-card { width: calc(100% - 20px); padding: 34px 20px 20px; border-radius: 27px; }
  .contact-copy > p { font-size: 15px; }
  .contact-meta strong { font-size: 12px; overflow-wrap: anywhere; }
  .messenger-panel { padding: 15px; }
  .faq { padding-top: 50px; }
  footer { padding-bottom: 110px; }
  .footer-links { flex-direction: column; gap: 13px; align-items: flex-start; }
  .mobile-contact-bar { position: fixed; z-index: 45; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; display: grid; max-width: calc(100vw - 20px); grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 7px; padding: 7px; border: 1px solid rgba(19,72,66,.12); border-radius: 999px; background: rgba(255,255,255,.95); box-shadow: 0 16px 48px rgba(8,50,45,.2); backdrop-filter: blur(16px); }
  .mobile-contact-bar a { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; font-size: 14px; font-weight: 800; }
  .mobile-contact-bar a:first-child { color: white; background: var(--teal); }
  .mobile-contact-bar img { border-radius: 6px; }
  .mobile-contact-bar svg { width: 17px; height: 17px; fill: none; stroke: var(--teal); stroke-width: 2; }
  .privacy-content { padding: 32px 22px 24px; }
}

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