:root {
  --navy: #10263f;
  --navy-deep: #091b2e;
  --green: #b9f34a;
  --green-dark: #83bd1d;
  --ink: #14202b;
  --muted: #647180;
  --line: #dce3e8;
  --paper: #f4f7f8;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,38,63,.08); backdrop-filter: blur(18px); }
.header-inner { height: 80px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); }
.brand-mark svg { width: 30px; fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.brand-text span { color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 700; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--green-dark); }
.header-phone { display: flex; flex-direction: column; text-align: right; line-height: 1.25; }
.header-phone span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.header-phone strong { font-size: 15px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(16,38,63,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,38,63,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-inner { position: relative; min-height: 670px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.eyebrow, .section-kicker { color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.eyebrow span { width: 25px; height: 2px; background: var(--green-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 82px); line-height: 1.04; letter-spacing: -.06em; }
h1 em { color: var(--green-dark); font-style: normal; }
.hero-lead { max-width: 630px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; margin: 35px 0 42px; }
.hero-public-offer { position: relative; max-width: 650px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; margin: -18px 0 35px; padding: 18px 20px; overflow: hidden; color: var(--navy-deep); border: 2px solid var(--green-dark); border-radius: 7px; background: var(--green); box-shadow: 0 12px 28px rgba(131,189,29,.2); transition: transform .2s, box-shadow .2s; }
.hero-public-offer::after { content: ""; position: absolute; right: -35px; top: -50px; width: 150px; height: 150px; border: 25px solid rgba(255,255,255,.22); border-radius: 50%; pointer-events: none; }
.hero-public-offer:hover { transform: translateY(-3px); box-shadow: 0 17px 35px rgba(131,189,29,.3); }
.hero-public-icon { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; color: var(--green); border-radius: 50%; background: var(--navy); font-size: 14px; }
.hero-public-offer strong, .hero-public-offer small { display: block; }
.hero-public-offer strong { max-width: 365px; font-size: 13px; line-height: 1.35; }
.hero-public-offer small { margin-bottom: 3px; color: #466712; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-public-offer b { position: relative; z-index: 1; padding: 8px 11px; color: white; border-radius: 4px; background: var(--navy); font-size: 9px; white-space: nowrap; text-transform: uppercase; }
.hero-public-offer b i { margin-left: 5px; font-size: 13px; font-style: normal; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 0 24px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-deep); background: var(--green); }
.button-primary:hover { background: #cafc68; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.65); }
.button-telegram { color: white; background: #2aabee; }
.button-telegram:hover { background: #43b8f3; }
.button-max { color: white; background: #24384f; }
.button-max span { padding: 0; color: inherit; background: transparent; font-size: inherit; text-transform: none; }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 600px; }
.hero-points div { padding-left: 14px; border-left: 2px solid var(--green); }
.hero-points strong, .hero-points span { display: block; }
.hero-points strong { font-size: 13px; }
.hero-points span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.hero-card { padding: 32px; color: white; background: var(--navy); border-radius: 8px; box-shadow: 0 30px 70px rgba(9,27,46,.18); }
.status-line { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #d9e2e9; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-line span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(185,243,74,.12); }
.hero-card > p { margin-bottom: 26px; color: #afbdc9; font-size: 13px; }
.quick-contact { display: flex; align-items: center; gap: 13px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: var(--green); font-size: 14px; font-weight: 800; }
.quick-contact small, .quick-contact strong { display: block; }
.quick-contact small { color: #94a7b7; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.quick-contact strong { margin-top: 2px; font-size: 13px; }
.messengers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 22px; }
.messengers a { padding: 9px 4px; color: #c6d1da; border: 1px solid rgba(255,255,255,.15); border-radius: 4px; text-align: center; font-size: 10px; font-weight: 700; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #87929c; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-inner span { color: var(--navy); }

.section { padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 55px; }
h2 { margin: 12px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.05em; }
.section-heading p { max-width: 430px; margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 285px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: white; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(16,38,63,.08); }
.service-card.featured { color: white; border-color: var(--navy); background: var(--navy); }
.service-number { position: absolute; top: 25px; right: 27px; color: #a6b0b8; font-size: 11px; font-weight: 700; }
.featured .service-number { color: #728597; }
.service-icon { width: 56px; height: 38px; display: grid; place-items: center; margin-bottom: 27px; color: var(--navy); border-radius: 4px; background: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.service-card h3 { max-width: 380px; margin-bottom: 12px; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.service-card p { max-width: 430px; margin-bottom: 23px; color: var(--muted); font-size: 12px; }
.featured p { color: #aebdca; }
.service-card a { color: var(--green-dark); font-size: 11px; font-weight: 800; }
.featured a { color: var(--green); }

.why-us { color: white; background: var(--navy-deep); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.why-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.visual-ring { position: absolute; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018); }
.shield { position: relative; width: 155px; height: 155px; display: grid; place-items: center; border-radius: 40px; background: var(--green); transform: rotate(45deg); }
.shield svg { width: 90px; fill: none; stroke: var(--navy-deep); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-45deg); }
.float-label { position: absolute; padding: 10px 14px; color: #c4d0d9; border: 1px solid rgba(255,255,255,.13); border-radius: 3px; background: rgba(16,38,63,.9); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.label-one { top: 68px; left: 0; }.label-two { right: 0; bottom: 60px; }
.section-kicker.light { color: var(--green); }
.why-copy h2 { margin-bottom: 20px; }
.why-copy > p { max-width: 520px; color: #aebbc5; font-size: 14px; }
.check-list { margin: 35px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.check-list li > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: var(--green); font-size: 12px; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: 13px; }.check-list small { margin-top: 4px; color: #98a9b6; font-size: 11px; }

.process { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; padding: 40px 28px 10px 0; }
.step:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 28px; width: 7px; height: 7px; border-radius: 50%; background: var(--green-dark); }
.step span { color: var(--green-dark); font-size: 10px; font-weight: 800; }
.step h3 { margin: 16px 0 8px; font-size: 18px; }
.step p { color: var(--muted); font-size: 11px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-grid > div:first-child p { max-width: 350px; margin: 22px 0; color: var(--muted); font-size: 13px; }
.text-link { color: var(--green-dark); font-size: 14px; font-weight: 800; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--green-dark); font-size: 22px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 600px; padding: 0 35px 20px 0; color: var(--muted); font-size: 12px; }

.contact-section { padding: 0 0 90px; }
.contact-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; padding: 62px; color: white; border-radius: 8px; background: var(--navy); }
.contact-box h2 { margin-bottom: 18px; }
.contact-box p { max-width: 540px; margin-bottom: 0; color: #adbbc6; font-size: 13px; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 12px; }
.contact-main { padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-main small, .contact-main strong { display: block; }.contact-main small { color: #95a7b5; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.contact-main strong { font-size: 23px; }
.messenger-buttons { display: grid; gap: 10px; }
.email-link { color: #b5c2cc; font-size: 11px; text-align: center; }

footer { padding: 40px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 10px; text-align: center; }
.footer-links { display: flex; flex-direction: column; color: var(--navy); font-size: 11px; font-weight: 700; text-align: right; }
.floating-call { position: fixed; z-index: 15; right: 18px; bottom: 18px; width: 54px; height: 54px; display: none; place-items: center; color: var(--navy); border-radius: 50%; background: var(--green); box-shadow: 0 10px 25px rgba(16,38,63,.25); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.policy-page { background: var(--paper); }
.policy-hero { padding: 70px 0 46px; }
.policy-hero h1 { max-width: 850px; margin: 12px 0 18px; font-size: clamp(38px, 5vw, 62px); }
.policy-hero p { max-width: 720px; color: var(--muted); font-size: 15px; }
.back-link { display: inline-flex; margin-bottom: 28px; color: var(--green-dark); font-size: 12px; font-weight: 800; }
.policy-content { padding: 0 0 80px; }
.policy-card { max-width: 900px; padding: 50px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.policy-card h2 { margin: 34px 0 10px; font-size: 24px; letter-spacing: -.02em; }
.policy-card h2:first-child { margin-top: 0; }
.policy-card p { color: var(--muted); font-size: 14px; }
.policy-card a { color: var(--green-dark); font-weight: 800; }
.policy-date { margin-top: 34px; color: var(--ink) !important; font-weight: 800; }

@media (max-width: 900px) {
  .desktop-nav, .header-phone { display: none; }
  .header-inner { height: 68px; }
  .menu-toggle { width: 40px; height: 40px; display: flex; flex-direction: column; justify-content: center; gap: 5px; margin-left: auto; padding: 9px; border: 0; background: transparent; }
  .menu-toggle span { width: 100%; height: 2px; background: var(--navy); }
  .mobile-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 12px 20px 20px; background: white; border-bottom: 1px solid var(--line); }
  .mobile-nav.open { display: grid; gap: 3px; }
  .mobile-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-top: 75px; padding-bottom: 65px; }
  .hero-card { max-width: 560px; }
  .trust-inner { flex-wrap: wrap; justify-content: flex-start; padding: 22px 0; }
  .section-heading, .why-grid, .faq-grid, .contact-box { grid-template-columns: 1fr; gap: 38px; }
  .why-visual { order: 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-mark { width: 38px; height: 38px; }.brand-mark svg { width: 26px; }
  .brand-text strong { font-size: 12px; }
  .hero-inner { padding-top: 58px; }
  h1 { font-size: 44px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-public-offer { grid-template-columns: auto 1fr; margin-top: -15px; padding: 16px; }
  .hero-public-offer b { grid-column: 1 / -1; padding: 10px; text-align: center; }
  .hero-points, .service-grid, .steps { grid-template-columns: 1fr; }
  .hero-points { gap: 16px; }
  .hero-card { padding: 24px 20px; }
  .trust-inner div { display: none; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 35px; }
  h2 { font-size: 36px; }
  .service-card { min-height: 265px; padding: 24px; }
  .why-grid { gap: 15px; }
  .why-visual { min-height: 330px; }
  .visual-ring { width: 240px; height: 240px; }
  .shield { width: 115px; height: 115px; border-radius: 30px; }
  .shield svg { width: 68px; }
  .float-label { font-size: 7px; }
  .label-one { top: 55px; }.label-two { bottom: 50px; }
  .step:not(:last-child)::after { display: none; }
  .step { padding-top: 24px; border-top: 1px solid var(--line); }
  .faq-grid { gap: 32px; }
  .contact-section { padding-bottom: 55px; }
  .contact-box { width: 100%; padding: 45px 22px; border-radius: 0; }
  .policy-card { padding: 30px 22px; }
  .policy-hero { padding-top: 48px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { text-align: center; }
  .floating-call { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
