:root {
  --bg: #090c0d;
  --bg-soft: #101516;
  --panel: #151b1c;
  --panel-2: #1a2122;
  --line: #273132;
  --text: #f5f7f6;
  --muted: #9aa5a1;
  --green: #17e258;
  --green-strong: #00c642;
  --green-dark: #063f1c;
  --amber: #ffb23f;
  --white-bg: #f3f5f2;
  --ink: #111514;
  --ink-muted: #59625e;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --radius: 8px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(9, 12, 13, .86);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 180px; height: 58px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #b9c2bf; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); }
.nav-cta { margin-left: 4px; }

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 11px 18px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #041108; background: var(--green); box-shadow: 0 0 0 5px rgba(23,226,88,.11); }
.button-primary:hover { background: #4af27c; }
.button-secondary { border-color: #45504d; color: var(--text); background: rgba(14,18,19,.55); }
.button-secondary:hover { border-color: #7a8682; background: #171d1e; }
.button-large { min-height: 52px; padding: 14px 22px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); cursor: pointer; }
.menu-toggle svg { width: 22px; }
.mobile-nav { padding: 12px 24px 24px; border-top: 1px solid var(--line); background: var(--bg); }
.mobile-nav a:not(.button) { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-nav .button { width: 100%; margin-top: 18px; }

.hero {
  position: relative;
  min-height: min(860px, calc(100svh - 40px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0b0e0f;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .92; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #090c0d 4%, rgba(9,12,13,.98) 28%, rgba(9,12,13,.74) 52%, rgba(9,12,13,.12) 82%), linear-gradient(0deg, rgba(9,12,13,.82), transparent 28%); }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: inherit; align-items: center; padding-top: 90px; padding-bottom: 92px; }
.hero-copy { width: min(680px, 58%); }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); }
.eyebrow b { color: #65716d; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(42px, 5.4vw, 76px); line-height: 1.04; font-weight: 800; }
h1 span { color: var(--green); }
.hero-lead { max-width: 650px; margin-bottom: 31px; color: #b6c0bc; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px 24px; margin-top: 35px; color: #cad0ce; font-size: 12px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 16px; color: var(--green); }
.hero-status { position: absolute; z-index: 3; right: 32px; bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 4px; color: #c5cecb; background: rgba(7,10,11,.78); backdrop-filter: blur(12px); font-size: 11px; font-weight: 700; }
.hero-status strong { color: var(--green); font-size: 9px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(23,226,88,.12); }

.section { padding: 112px 0; }
.section-light { color: var(--ink); background: var(--white-bg); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading h2, .contact-copy h2 { margin-bottom: 15px; font-size: clamp(32px, 4vw, 50px); line-height: 1.12; font-weight: 800; }
.section-heading > p:last-child, .heading-row > p, .contact-copy > p { color: var(--ink-muted); font-size: 17px; }
.services-section .section-heading > p:last-child, .reviews-section .section-heading > p:last-child { color: var(--muted); }
.section-kicker { margin-bottom: 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 268px; padding: 32px; border: 1px solid #d8ddda; border-radius: var(--radius); background: #fff; }
.icon-box { display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; margin-bottom: 30px; border-radius: 6px; color: var(--green-dark); background: #daf8e4; }
.icon-box svg { width: 23px; }
.icon-box.icon-amber { color: #8a5000; background: #fff0d8; }
.icon-box.icon-neutral { color: #333c39; background: #e6eae8; }
.feature-card h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.3; }
.feature-card p { margin-bottom: 0; color: var(--ink-muted); font-size: 14px; }

.services-section { background: var(--bg); }
.heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 32px; }
.heading-row > p { max-width: 450px; margin-bottom: 4px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 480px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .25s ease, border-color .25s ease; }
.service-card::after { position: absolute; right: -45px; bottom: -80px; width: 180px; height: 180px; border: 28px solid rgba(23,226,88,.045); border-radius: 50%; content: ""; }
.service-card:hover { transform: translateY(-6px); border-color: #3e5548; }
.service-topline { display: flex; justify-content: space-between; margin-bottom: 48px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.service-topline span:last-child { color: #5e6965; }
.service-icon { width: 34px; height: 34px; margin-bottom: 23px; color: var(--green); }
.service-card h3 { margin-bottom: 12px; font-size: 23px; }
.service-card > p { min-height: 75px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.check-list { display: grid; gap: 10px; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #cbd2cf; font-size: 13px; }
.check-list li::before { margin-right: 10px; color: var(--green); content: "✓"; }
.assurance-band { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 20px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.assurance-band > div { display: flex; gap: 20px; padding: 28px 30px; background: #111617; }
.assurance-band svg { flex: 0 0 auto; width: 26px; color: var(--green); }
.assurance-band h3 { margin-bottom: 5px; font-size: 16px; }
.assurance-band p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.process-section { color: var(--ink); background: #e8ece8; }
.section-heading-centered { margin-right: auto; margin-left: auto; text-align: center; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list::before { position: absolute; top: 27px; right: 12%; left: 12%; height: 1px; background: #aeb8b2; content: ""; }
.process-list li { position: relative; padding: 0 25px; text-align: center; }
.step-number { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; place-items: center; margin: 0 auto 26px; border: 1px solid #9ea9a2; border-radius: 50%; color: var(--green-dark); background: #e8ece8; font-size: 13px; font-weight: 800; }
.process-list li:nth-child(3) .step-number { border-color: var(--green-dark); color: #fff; background: var(--green-dark); box-shadow: 0 0 0 7px rgba(0,126,48,.10); }
.process-list h3 { margin-bottom: 9px; font-size: 18px; }
.process-list p { margin: 0 auto; color: var(--ink-muted); font-size: 13px; }

.reviews-section { background: #101415; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 310px; margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.featured-review { border-top: 3px solid var(--green); background: #18201d; }
.review-mark { height: 58px; color: var(--green); font-family: Georgia, serif; font-size: 64px; line-height: 1; }
.review-card blockquote { min-height: 122px; margin: 0 0 30px; color: #e4e8e6; font-size: 15px; line-height: 1.8; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; }
.review-card figcaption > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #06110a; background: var(--green); font-size: 11px; font-weight: 800; }
.review-card figcaption div { display: grid; }
.review-card figcaption strong { font-size: 13px; }
.review-card figcaption small { color: var(--muted); font-size: 11px; }

.faq-section { color: var(--ink); background: var(--white-bg); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-layout .section-heading { margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #056f2b; font-size: 13px; font-weight: 800; }
.text-link svg { width: 17px; }
.faq-item { border-top: 1px solid #cbd2cd; }
.faq-item:last-child { border-bottom: 1px solid #cbd2cd; }
.faq-item button { display: flex; width: 100%; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; border: 0; padding: 18px 0; color: var(--ink); background: transparent; cursor: pointer; font-weight: 800; text-align: left; }
.faq-item button svg { flex: 0 0 auto; width: 20px; transition: transform .25s ease; }
.faq-item.open button svg { transform: rotate(45deg); color: #0a862f; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--ink-muted); font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 0 24px; }

.contact-section { padding: 112px 0; background: #0a0e0d; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.contact-copy > p { color: var(--muted); }
.contact-points { display: grid; gap: 10px; margin: 30px 0 38px; padding: 0; list-style: none; color: #c6cecb; font-size: 14px; }
.contact-points li { display: flex; align-items: center; gap: 9px; }
.contact-points svg { width: 17px; color: var(--green); }
.direct-links { display: grid; gap: 10px; }
.direct-links a { display: flex; align-items: center; gap: 13px; width: fit-content; font-size: 13px; font-weight: 700; }
.direct-links svg { width: 19px; color: var(--green); }
.direct-links span { display: grid; }
.direct-links small { color: #697571; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.recovery-form { display: grid; gap: 18px; padding: 36px; border: 1px solid var(--line); border-top: 3px solid var(--green); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.recovery-form label { display: grid; gap: 7px; color: #dce2df; font-size: 12px; font-weight: 800; }
.recovery-form input:not([type="checkbox"]), .recovery-form textarea { width: 100%; outline: 0; border: 1px solid #36403d; border-radius: 5px; padding: 13px 14px; color: var(--text); background: #0c1110; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease; }
.recovery-form textarea { resize: vertical; min-height: 128px; }
.recovery-form input:focus, .recovery-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,226,88,.1); }
.recovery-form input.invalid, .recovery-form textarea.invalid { border-color: #ff6b62; }
.recovery-form ::placeholder { color: #68736f; }
.consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; color: #8f9a96 !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--green); }
.submit-button { width: 100%; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 0; color: #73807b; font-size: 10px; }
.form-note svg { width: 13px; }

.site-footer { border-top: 1px solid var(--line); background: #070a0a; }
.footer-main { display: grid; grid-template-columns: 220px 1fr auto; gap: 40px; align-items: center; min-height: 130px; }
.footer-main p { max-width: 390px; margin-bottom: 0; color: #77827e; font-size: 12px; }
.footer-main nav { display: flex; gap: 20px; color: #a3ada9; font-size: 12px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #171d1d; color: #56615d; font-size: 10px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--green); }
.toast { position: fixed; z-index: 200; right: 104px; bottom: 24px; display: flex; max-width: min(380px, calc(100% - 128px)); align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid #385946; border-radius: 6px; color: var(--text); background: #122219; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: none; }
.toast svg { flex: 0 0 auto; color: var(--green); }
.toast div { display: grid; }
.toast strong { font-size: 13px; }
.toast span { color: #9da8a3; font-size: 11px; }

.floating-contact { position: fixed; z-index: 220; right: 26px; bottom: 26px; display: grid; justify-items: end; gap: 12px; }
.floating-actions { display: grid; gap: 12px; justify-items: end; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease; }
.floating-contact.open .floating-actions { opacity: 1; pointer-events: auto; transform: none; }
.floating-action { display: inline-flex; align-items: center; gap: 10px; color: #101516; text-decoration: none; }
.floating-action span { padding: 7px 13px; border-radius: 7px; color: #263032; background: #f6f7f7; font-size: 13px; font-weight: 700; box-shadow: 0 10px 25px rgba(0,0,0,.22); opacity: 0; transform: translateX(8px); transition: opacity .22s ease, transform .22s ease; }
.floating-action:hover span, .floating-action:focus-visible span, .floating-contact.open .floating-action span { opacity: 1; transform: none; }
.floating-action svg { width: 54px; height: 54px; padding: 14px; border-radius: 50%; color: #fff; box-shadow: 0 13px 30px rgba(0,0,0,.28); stroke-width: 2.4; }
.floating-toggle svg { width: 25px; height: 25px; stroke-width: 2.4; }
.floating-whatsapp svg { background: #25d366; }
.floating-instagram svg { background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 48%, #6228d7 100%); }
.floating-email svg { background: #ff445f; }
.floating-toggle { display: grid; width: 58px; height: 58px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #79c987; box-shadow: 0 14px 34px rgba(0,0,0,.34); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.floating-toggle:hover { transform: translateY(-2px); background: #6fc37d; }
.floating-contact.open .floating-toggle { background: #7bc889; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .hero { min-height: 760px; }
  .hero-copy { width: 70%; }
  .hero-shade { background: linear-gradient(90deg, #090c0d 0%, rgba(9,12,13,.94) 47%, rgba(9,12,13,.4) 100%), linear-gradient(0deg, #090c0d 0%, transparent 45%); }
  .feature-grid, .service-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child, .service-card:last-child, .review-card:last-child { grid-column: 1 / -1; }
  .service-card:last-child { min-height: 400px; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 44px 0; }
  .process-list::before { display: none; }
  .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 56px; }
  .faq-layout .section-heading { max-width: 600px; }
  .footer-main { grid-template-columns: 200px 1fr; }
  .footer-main nav { grid-column: 1 / -1; padding-bottom: 28px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, var(--container)); }
  .nav-wrap { height: 68px; }
  .brand img { width: 148px; height: 48px; }
  .hero { min-height: 790px; }
  .hero-image { object-position: 67% center; opacity: .54; }
  .hero-shade { background: linear-gradient(0deg, #090c0d 0%, rgba(9,12,13,.78) 62%, rgba(9,12,13,.5) 100%); }
  .hero-inner { align-items: flex-end; padding-top: 110px; padding-bottom: 115px; }
  .hero-copy { width: 100%; }
  h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; margin-top: 27px; font-size: 10px; }
  .trust-row span:last-child { grid-column: 1 / -1; }
  .hero-status { right: 16px; bottom: 16px; left: 16px; justify-content: center; }
  .section, .contact-section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .contact-copy h2 { font-size: 34px; }
  .feature-grid, .service-grid, .review-grid { grid-template-columns: 1fr; }
  .feature-card:last-child, .service-card:last-child, .review-card:last-child { grid-column: auto; }
  .feature-card { min-height: auto; padding: 25px; }
  .heading-row { display: block; }
  .service-card, .service-card:last-child { min-height: auto; padding: 26px; }
  .service-topline { margin-bottom: 36px; }
  .service-card > p { min-height: auto; }
  .assurance-band { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; gap: 30px; }
  .process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 0; text-align: left; }
  .step-number { width: 50px; height: 50px; margin: 0; }
  .process-list p { margin: 0; }
  .review-card { min-height: auto; }
  .review-card blockquote { min-height: auto; }
  .faq-layout { gap: 40px; }
  .recovery-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { display: flex; min-height: 0; align-items: flex-start; flex-direction: column; gap: 18px; padding-top: 48px; padding-bottom: 34px; }
  .footer-main nav { flex-wrap: wrap; padding-bottom: 0; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}
