:root {
  --green: #079669;
  --green-dark: #057453;
  --green-deep: #073b2c;
  --mint: #e9f8f2;
  --mint-2: #d8f2e9;
  --ink: #0b241b;
  --muted: #5d7069;
  --line: #dce9e4;
  --white: #ffffff;
  --bg: #fbfdfc;
  --shadow: 0 24px 70px rgba(13, 89, 65, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--mint-2); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 253, 252, 0.85);
  border-bottom: 1px solid rgba(220, 233, 228, 0.8);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 850; letter-spacing: -0.5px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg, #0aae7b, #06734f); box-shadow: 0 10px 28px rgba(7, 150, 105, .24); font-size: 18px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #4c625a; font-size: 14px; font-weight: 700; transition: .2s; }
.desktop-nav a:hover { color: var(--green); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; padding: 13px 20px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #0aa876, #087b59); box-shadow: 0 14px 30px rgba(7, 150, 105, .22); }
.btn-primary:hover { box-shadow: 0 18px 38px rgba(7, 150, 105, .3); }
.btn-ghost { background: rgba(255,255,255,.7); border-color: var(--line); }
.btn-ghost:hover { background: #fff; box-shadow: 0 12px 30px rgba(20, 75, 58, .08); }
.btn-white { background: #fff; color: var(--green-deep); box-shadow: 0 20px 50px rgba(0,0,0,.14); }
.btn-small { padding: 11px 18px; }
.btn-large { min-height: 54px; padding: 15px 24px; font-size: 15px; }

.hero { min-height: 760px; display: flex; align-items: center; overflow: hidden; padding-top: 84px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 700px; height: 700px; right: -200px; top: -180px; background: radial-gradient(circle, rgba(101, 223, 180, .25), rgba(229, 250, 243, 0) 67%); }
.hero-glow-two { width: 440px; height: 440px; left: -220px; bottom: -200px; background: radial-gradient(circle, rgba(65, 210, 166, .13), transparent 68%); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); background: var(--mint); border: 1px solid #d5f0e6; padding: 8px 13px; border-radius: 999px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 5px rgba(7,150,105,.12); }
h1 { margin: 22px 0 20px; max-width: 700px; font-size: clamp(52px, 6.3vw, 84px); line-height: .98; letter-spacing: -4.2px; font-weight: 900; }
h1 span, h2 span { color: var(--green); }
.hero-lead { max-width: 640px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.telegram-icon { transform: rotate(-18deg); }
.trust-row { display: flex; align-items: stretch; gap: 0; margin-top: 42px; }
.trust-row div { min-width: 130px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.trust-row strong { display: block; font-size: 25px; line-height: 1.2; letter-spacing: -.8px; }
.trust-row span { display: block; color: var(--muted); font-size: 12px; margin-top: 5px; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.phone-shadow { position: absolute; width: 360px; height: 82px; bottom: 2px; background: rgba(4, 67, 47, .18); filter: blur(32px); border-radius: 50%; }
.phone { position: relative; z-index: 3; width: 365px; height: 555px; padding: 13px; border-radius: 43px; background: #0b1511; box-shadow: 0 44px 90px rgba(3, 52, 37, .24); transform: rotate(3deg); animation: phoneFloat 5s ease-in-out infinite; }
.phone::after { content: ""; position: absolute; inset: 9px; border-radius: 35px; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.phone-top { height: 28px; display: flex; justify-content: center; align-items: center; gap: 5px; }
.phone-top span { width: 5px; height: 5px; background: #46544f; border-radius: 50%; }
.phone-top span:nth-child(2) { width: 36px; border-radius: 8px; }
.chat-head { height: 72px; padding: 11px 14px; display: flex; align-items: center; gap: 11px; background: #f4fffb; border-radius: 27px 27px 0 0; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; font-weight: 900; }
.chat-head b { display: block; font-size: 14px; }
.chat-head small { display: block; color: var(--green); font-size: 11px; }
.chat-body { height: calc(100% - 100px); overflow: hidden; padding: 18px 14px; background: linear-gradient(180deg, #eaf6f1, #dceee7); border-radius: 0 0 27px 27px; }
.message { max-width: 84%; margin-bottom: 11px; padding: 12px 13px; border-radius: 13px; font-size: 12px; line-height: 1.35; box-shadow: 0 5px 14px rgba(12,78,57,.06); }
.bot-message { background: #fff; border-top-left-radius: 5px; }
.user-message { margin-left: auto; background: #bcefdc; border-top-right-radius: 5px; }
.bot-menu { display: grid; gap: 7px; margin-bottom: 11px; }
.bot-menu button { border: 0; padding: 10px; border-radius: 10px; background: #fff; font-weight: 800; font-size: 11px; color: var(--ink); }
.message-1 { animation: chatOne 7s infinite; }
.message-2 { animation: chatTwo 7s infinite; }
.message-3 { animation: chatThree 7s infinite; }
.message-4 { animation: chatFour 7s infinite; }
.floating-note { position: absolute; z-index: 5; padding: 11px 15px; border-radius: 13px; background: rgba(255,255,255,.88); border: 1px solid rgba(216,237,229,.9); box-shadow: 0 18px 45px rgba(4,79,56,.14); backdrop-filter: blur(12px); font-size: 12px; font-weight: 850; }
.note-one { top: 92px; right: -10px; animation: noteFloat 4s ease-in-out infinite; }
.note-two { bottom: 96px; left: -32px; animation: noteFloat 4.6s ease-in-out infinite reverse; }
.orbit { position: absolute; border: 1px dashed rgba(7,150,105,.23); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 610px; height: 610px; }

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logo-strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #577069; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.logo-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { margin: 18px 0 14px; font-size: clamp(37px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -2.5px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-heading p { padding-bottom: 10px; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.85); transition: .25s; }
.benefit-card:hover { transform: translateY(-6px); border-color: #bfe5d7; box-shadow: var(--shadow); }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--mint); font-size: 23px; }
.benefit-card h3 { margin: 20px 0 8px; font-size: 19px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.services-section { background: #f1f8f5; overflow: hidden; }
.services-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(47,190,142,.13), transparent 70%); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid #d6e9e1; border-radius: 20px; background: rgba(255,255,255,.9); transition: .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(13,89,65,.1); }
.service-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--mint); font-size: 22px; }
.service-card h3 { margin: 18px 0 6px; font-size: 18px; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.services-cta { margin-top: 28px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; color: var(--muted); }
.services-cta p { margin: 0; }
.text-link { color: var(--green-dark); font-weight: 850; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.steps-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: center; }
.step-card { position: relative; min-height: 300px; padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); overflow: hidden; }
.step-number { position: absolute; right: 18px; top: 10px; color: #e8f4ef; font-size: 64px; line-height: 1; font-weight: 900; letter-spacing: -4px; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, var(--mint), #d3f2e6); font-size: 25px; }
.step-card h3 { margin: 58px 0 9px; font-size: 21px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.step-arrow { color: #96b8ab; font-size: 28px; }

.stats-section { padding: 45px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 28px; background: var(--green-deep); overflow: hidden; box-shadow: 0 30px 70px rgba(4,55,40,.18); }
.stats-grid div { padding: 42px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { display: block; color: #fff; font-size: 46px; line-height: 1; letter-spacing: -2px; }
.stats-grid strong span { color: #77e2bc; font-size: 28px; }
.stats-grid p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }

.faq-section { padding-top: 95px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 130px; margin-bottom: 0; }
.faq-grid .section-heading .btn { margin-top: 26px; }
.accordion { display: grid; gap: 12px; }
details { padding: 0 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -4px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.75; padding-right: 35px; }

.final-cta-section { padding-top: 70px; }
.final-cta { position: relative; overflow: hidden; min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 65px; border-radius: 34px; color: #fff; background: linear-gradient(135deg, #087452 0%, #079669 55%, #0daf7c 100%); box-shadow: 0 35px 80px rgba(7,116,82,.25); }
.final-cta > * { position: relative; z-index: 2; }
.final-cta h2 { margin: 15px 0 12px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -2.5px; }
.final-cta p { margin: 0; color: rgba(255,255,255,.78); }
.cta-label { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cta-shape { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.cta-shape-one { width: 480px; height: 480px; right: -160px; top: -240px; }
.cta-shape-two { width: 280px; height: 280px; left: 35%; bottom: -210px; }

.site-footer { padding: 30px 0 110px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--muted); font-size: 13px; }
.footer-inner .brand { color: var(--ink); font-size: 18px; }
.footer-inner .brand-mark { width: 33px; height: 33px; font-size: 15px; }
.footer-inner p { margin: 0; }
.footer-inner > a:last-child { font-weight: 800; color: var(--green-dark); }

.floating-bot-wrap { position: fixed; right: 24px; bottom: 24px; z-index: 250; display: flex; align-items: flex-end; gap: 12px; opacity: 0; transform: translateY(24px); pointer-events: none; transition: .45s cubic-bezier(.2,.8,.2,1); }
.floating-bot-wrap.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-bot { position: relative; min-width: 194px; min-height: 64px; display: flex; align-items: center; gap: 12px; padding: 10px 16px 10px 11px; border-radius: 19px; color: #fff; background: linear-gradient(135deg, #08a775, #087653); box-shadow: 0 20px 45px rgba(3,96,67,.34); transition: .2s; }
.floating-bot:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 25px 54px rgba(3,96,67,.4); }
.floating-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.16); font-size: 20px; transform: rotate(-18deg); }
.floating-text b, .floating-text small { display: block; }
.floating-text b { font-size: 14px; }
.floating-text small { color: rgba(255,255,255,.72); font-size: 10px; margin-top: 2px; }
.floating-pulse { position: absolute; inset: -5px; border-radius: 23px; border: 2px solid rgba(8,167,117,.36); animation: pulse 2s infinite; pointer-events: none; }
.floating-hint { position: relative; width: 210px; padding: 15px 38px 15px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 20px 50px rgba(5,68,49,.16); backdrop-filter: blur(12px); }
.floating-hint::after { content: ""; position: absolute; right: -7px; bottom: 21px; width: 13px; height: 13px; transform: rotate(45deg); background: #fff; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.floating-hint b, .floating-hint span { display: block; }
.floating-hint b { font-size: 13px; }
.floating-hint span { color: var(--muted); font-size: 11px; margin-top: 3px; }
.hint-close { position: absolute; right: 8px; top: 7px; width: 24px; height: 24px; border: 0; border-radius: 50%; background: #edf6f2; color: #6b7f77; cursor: pointer; font-size: 16px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@keyframes phoneFloat { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(1.5deg) translateY(-11px); } }
@keyframes noteFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulse { 0% { transform: scale(.96); opacity: .8; } 70%,100% { transform: scale(1.12); opacity: 0; } }
@keyframes chatOne { 0%,10% { opacity: 0; transform: translateY(8px); } 14%,100% { opacity: 1; transform: none; } }
@keyframes chatTwo { 0%,25% { opacity: 0; transform: translateY(8px); } 30%,100% { opacity: 1; transform: none; } }
@keyframes chatThree { 0%,48% { opacity: 0; transform: translateY(8px); } 53%,100% { opacity: 1; transform: none; } }
@keyframes chatFour { 0%,68% { opacity: 0; transform: translateY(8px); } 73%,100% { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  h1 { font-size: 62px; }
  .phone { width: 330px; height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .hero { min-height: auto; padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(48px, 13vw, 72px); letter-spacing: -3px; }
  .hero-visual { min-height: 540px; margin-top: 15px; }
  .trust-row { justify-content: center; }
  .logo-strip-inner { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-arrow { transform: rotate(90deg); text-align: center; }
  .step-card { min-height: 240px; }
  .step-card h3 { margin-top: 40px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .stats-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid .section-heading { position: static; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 45px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .floating-hint { display: none; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .site-header .brand { font-size: 18px; }
  .site-header .brand-mark { width: 34px; height: 34px; }
  .site-header .btn { font-size: 12px; padding: 10px 13px; }
  h1 { font-size: 49px; letter-spacing: -2.6px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; }
  .trust-row { width: 100%; }
  .trust-row div { min-width: 0; flex: 1; padding-right: 10px; margin-right: 10px; }
  .trust-row strong { font-size: 20px; }
  .trust-row span { font-size: 10px; }
  .hero-visual { min-height: 495px; }
  .phone { width: 292px; height: 470px; border-radius: 38px; }
  .phone::after { border-radius: 31px; }
  .floating-note { font-size: 10px; }
  .note-one { right: -4px; }
  .note-two { left: -4px; bottom: 65px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { display: none; }
  .section-heading h2 { font-size: 38px; letter-spacing: -1.8px; }
  .benefit-grid, .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 180px; }
  .stats-grid { border-radius: 22px; }
  .stats-grid div { padding: 29px 10px; }
  .stats-grid strong { font-size: 36px; }
  .final-cta { padding: 35px 25px; border-radius: 26px; }
  .final-cta h2 { font-size: 39px; }
  .final-cta .btn { width: 100%; }
  .floating-bot-wrap { left: 14px; right: 14px; bottom: 14px; }
  .floating-bot { width: 100%; justify-content: center; min-height: 60px; }
  .site-footer { padding-bottom: 100px; }
}

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

.hero-location{
    display:inline-flex;
    align-items:center;
    margin:18px 0 22px;
    padding:12px 18px;
    background:#ECFDF3;
    border:1px solid #BBF7D0;
    border-radius:14px;
    color:#166534;
    font-size:15px;
    font-weight:500;
    line-height:1.5;
}

.hero-location strong{
    color:#15803D;
}

@media (max-width:768px){
    .hero-location{
        display:block;
        font-size:14px;
        padding:10px 14px;
    }
}