:root {
  --navy: #06183b;
  --navy-light: #0b285c;
  --blue: #246bfe;
  --cyan: #24c7f4;
  --ink: #101828;
  --muted: #667085;
  --line: #e5eaf2;
  --soft: #f5f8fc;
  --white: #fff;
  --green: #20bf6b;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(9, 30, 66, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 200; padding: 12px 18px; background: white; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
}
.site-header.scrolled {
  position: fixed;
  background: rgba(6, 24, 59, .94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 25px/1 "Manrope", sans-serif; }
.brand-mark { position: relative; width: 29px; height: 31px; display: inline-block; }
.brand-mark span { position: absolute; display: block; background: linear-gradient(135deg, var(--cyan), var(--blue)); border-radius: 3px; transform: skewX(-8deg); }
.brand-mark span:nth-child(1) { width: 9px; height: 14px; left: 1px; top: 1px; }
.brand-mark span:nth-child(2) { width: 9px; height: 28px; left: 10px; top: 1px; transform: rotate(43deg) skewX(-8deg); }
.brand-mark span:nth-child(3) { width: 9px; height: 18px; right: 2px; bottom: 0; transform: rotate(-43deg) skewX(-8deg); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 34px; }
.desktop-nav a { font-size: 14px; color: rgba(255,255,255,.78); transition: color .2s; }
.desktop-nav a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.lang-switch { padding: 0; border: 0; color: rgba(255,255,255,.45); background: transparent; cursor: pointer; font-size: 12px; letter-spacing: .06em; }
.lang-switch .lang-active { color: white; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 6px auto; background: white; transition: .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border-radius: 12px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; fill: currentColor; }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #4d46ff); box-shadow: 0 13px 30px rgba(36, 107, 254, .3); }
.button-primary:hover { box-shadow: 0 16px 35px rgba(36, 107, 254, .42); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; border-radius: 10px; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.05); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(120deg, rgba(7, 25, 62, .98), rgba(5, 36, 83, .93)),
    radial-gradient(circle at 80% 50%, #1158ac, transparent 45%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); }
.hero-glow-one { width: 600px; height: 600px; right: -200px; top: 80px; background: rgba(30, 122, 255, .16); }
.hero-glow-two { width: 400px; height: 400px; left: -250px; bottom: -180px; background: rgba(43, 208, 246, .08); }
.hero-grid { position: relative; z-index: 2; min-height: 760px; padding-top: 140px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.8); font-size: 13px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #3ce58b; box-shadow: 0 0 0 5px rgba(60,229,139,.12); }
.hero h1 { max-width: 650px; margin: 0; font: 800 clamp(50px, 5vw, 76px)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #43c8ff, #6677ff); background-clip: text; -webkit-background-clip: text; }
.hero-text { max-width: 610px; margin: 25px 0 30px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { display: flex; gap: 32px; margin-top: 46px; }
.trust-row div { display: flex; flex-direction: column; padding-left: 14px; border-left: 2px solid rgba(54,180,255,.5); }
.trust-row strong { font-size: 13px; }
.trust-row span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 11px; }

.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(75,170,255,.18); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 350px; height: 350px; }
.tech-card { position: relative; z-index: 2; width: min(400px, 90%); padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: linear-gradient(150deg, rgba(17,49,101,.9), rgba(8,28,65,.94)); box-shadow: 0 35px 90px rgba(0,0,0,.3); transform: perspective(900px) rotateY(-5deg) rotateX(2deg); }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: rgba(255,255,255,.48); font-size: 11px; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.26); }
.screen { position: relative; height: 250px; display: grid; place-items: center; overflow: hidden; border-radius: 15px; background: radial-gradient(circle, rgba(37,112,255,.25), transparent 55%), #071a3e; }
.screen::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(72,149,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(72,149,255,.07) 1px, transparent 1px); background-size: 28px 28px; }
.screen-icon { z-index: 2; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(69,185,255,.4); border-radius: 22px; background: linear-gradient(145deg, rgba(28,118,255,.45), rgba(54,51,180,.4)); box-shadow: 0 0 40px rgba(31,122,255,.35); }
.screen-icon svg { width: 38px; fill: none; stroke: #62d0ff; stroke-width: 1.5; }
.pulse-ring { position: absolute; width: 145px; height: 145px; border: 1px solid rgba(70,181,255,.15); border-radius: 50%; animation: pulse 2.5s infinite; }
@keyframes pulse { 0% { transform: scale(.7); opacity: 0; } 45% { opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
.progress-copy { display: flex; justify-content: space-between; margin: 18px 2px 9px; color: rgba(255,255,255,.55); font-size: 11px; }
.progress-copy strong { color: #6ed5ff; }
.progress { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.progress span { display: block; width: 92%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.floating-card { position: absolute; z-index: 4; display: flex; gap: 11px; align-items: center; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(11,39,85,.88); box-shadow: 0 17px 35px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 9px; }
.floating-safe { top: 65px; right: -12px; }
.floating-help { bottom: 65px; left: -18px; }
.mini-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; font-weight: 800; }
.shield { color: #63eda0; background: rgba(46,211,120,.14); }
.chat { color: #67cfff; background: rgba(39,142,255,.17); }

.section { padding: 112px 0; }
.section-heading { max-width: 680px; margin: 0 auto 60px; text-align: center; }
.section-heading.left { margin: 0; text-align: left; }
.kicker { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2, .benefits-copy h2, .cta-box h2 { margin: 0; font: 800 clamp(36px, 4vw, 52px)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.section-heading p { margin: 18px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.left p { margin-left: 0; }
.services { background: var(--soft); }
.service-group + .service-group { margin-top: 70px; }
.group-label { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 26px; }
.group-label > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #dbe4f3; border-radius: 12px; color: var(--blue); background: white; font-size: 12px; font-weight: 800; }
.group-label h3 { margin: 0 0 5px; font: 700 21px "Manrope", sans-serif; }
.group-label p { margin: 0; color: var(--muted); font-size: 14px; }
.cards-grid { display: grid; gap: 14px; }
.cards-grid-five { grid-template-columns: repeat(5, 1fr); }
.cards-grid-four { grid-template-columns: repeat(4, 1fr); }
.service-card { position: relative; min-height: 205px; padding: 25px 22px; overflow: hidden; border: 1px solid #e3e9f2; border-radius: 17px; background: white; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #c9d8ff; box-shadow: 0 20px 45px rgba(28,54,92,.1); }
.service-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 12px; color: var(--blue); background: #edf3ff; font-size: 22px; font-weight: 700; }
.service-card h4 { margin: 0 0 10px; font: 700 16px/1.25 "Manrope", sans-serif; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.featured-card { color: white; border-color: transparent; background: linear-gradient(145deg, #1559ed, #3538c9); box-shadow: 0 18px 40px rgba(36,107,254,.2); }
.featured-card .service-icon { color: white; background: rgba(255,255,255,.14); }
.featured-card p { color: rgba(255,255,255,.68); }
.service-tag { position: absolute; top: 17px; right: 17px; padding: 5px 8px; border-radius: 20px; background: rgba(255,255,255,.14); font-size: 9px; text-transform: uppercase; }

.tools-section {
  overflow: hidden;
  color: white;
  background:
    linear-gradient(130deg, rgba(6, 24, 59, .98), rgba(9, 43, 94, .95)),
    radial-gradient(circle at 85% 20%, rgba(36,199,244,.26), transparent 32%);
}
.tools-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.tools-copy h2 { margin: 0; font: 800 clamp(42px, 5vw, 68px)/1.02 "Manrope", sans-serif; letter-spacing: -.045em; }
.tools-copy p { max-width: 510px; margin: 22px 0 28px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.tools-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-soft { color: white; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.tools-note { max-width: 500px; margin-top: 28px; padding-left: 15px; color: rgba(255,255,255,.58); border-left: 2px solid rgba(36,199,244,.55); font-size: 13px; line-height: 1.6; }
.tools-panel { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(150deg, rgba(12,43,94,.88), rgba(5,18,45,.94)); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.tools-panel::before { content: ""; position: absolute; inset: 70px 20px auto auto; width: 170px; height: 170px; border: 1px solid rgba(36,199,244,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(36,199,244,.035); }
.tool-window-bar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 17px; color: rgba(255,255,255,.55); font-size: 12px; }
.tool-window-bar .window-dots { margin-right: auto; }
.tool-window-bar strong { margin-right: auto; color: white; font-size: 13px; }
.tool-window-bar small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.tool-dashboard { position: relative; z-index: 2; display: grid; grid-template-columns: 190px 1fr; gap: 14px; margin-bottom: 14px; }
.tool-score { min-height: 190px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: radial-gradient(circle, rgba(36,199,244,.18), transparent 60%), rgba(255,255,255,.05); }
.tool-score span, .tool-score small { color: rgba(255,255,255,.58); font-size: 12px; }
.tool-score strong { margin: 9px 0; color: #70dfff; font: 800 58px/1 "Manrope", sans-serif; }
.tool-metrics { display: grid; gap: 12px; }
.tool-metrics article { display: grid; grid-template-columns: 1fr auto; gap: 5px 15px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.055); }
.tool-metrics span { color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.tool-metrics strong { color: white; font: 800 24px "Manrope", sans-serif; }
.tool-metrics small { grid-column: 1 / -1; color: rgba(255,255,255,.45); font-size: 11px; }
.tool-list { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tool-list article { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); }
.tool-list article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #74dfff; background: rgba(36,199,244,.12); font-size: 10px; font-weight: 800; }
.tool-list strong, .tool-list small { display: block; }
.tool-list strong { font-size: 13px; }
.tool-list small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.45; }

.process { overflow: hidden; }
.steps { display: grid; grid-template-columns: 1fr 100px 1fr 100px 1fr; align-items: center; }
.step { position: relative; text-align: center; }
.step-number { position: absolute; top: -8px; left: calc(50% + 35px); width: 23px; height: 23px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; color: white; background: var(--blue); font-size: 9px; font-weight: 800; box-sizing: content-box; }
.step-icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 24px; border: 1px solid #dce5f4; border-radius: 25px; color: var(--blue); background: #f4f7fd; font-size: 25px; box-shadow: 0 15px 35px rgba(12, 50, 100, .08); }
.step h3 { margin: 0 0 10px; font: 700 18px "Manrope", sans-serif; }
.step p { max-width: 245px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.65; }
.step-line { height: 1px; margin-top: -65px; background: repeating-linear-gradient(90deg, #c9d7ea 0 7px, transparent 7px 14px); }

.benefits { color: white; background: var(--navy); }
.benefits-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.benefits-copy .kicker { color: #5ed4ff; }
.benefits-copy p { max-width: 480px; margin: 24px 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 15px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.25); font-weight: 700; }
.benefit-list article { display: grid; grid-template-columns: 50px 1fr; gap: 23px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.benefit-list article:first-child { border-top: 1px solid rgba(255,255,255,.1); }
.benefit-list article > span { color: #52ccff; font-size: 11px; font-weight: 800; }
.benefit-list h3 { margin: 0 0 9px; font: 700 19px "Manrope", sans-serif; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.6; }

.reviews-section { background: var(--soft); }
.reviews-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.reviews-copy h2 { margin: 0; font: 800 clamp(36px, 4vw, 52px)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.reviews-copy p { margin: 20px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.reviews-summary { width: 220px; min-height: 150px; display: grid; align-content: center; gap: 5px; padding: 24px; color: white; border-radius: 22px; background: linear-gradient(145deg, var(--blue), #3538c9); box-shadow: 0 20px 45px rgba(36,107,254,.22); }
.reviews-summary strong { font: 800 48px/1 "Manrope", sans-serif; }
.reviews-summary span { color: rgba(255,255,255,.76); font-size: 13px; }
.reviews-summary small { color: rgba(255,255,255,.56); font-size: 12px; }
.reviews-panel { display: grid; gap: 18px; }
.reviews-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.review-card { min-height: 190px; padding: 22px; border: 1px solid #e1e8f2; border-radius: 18px; background: white; box-shadow: 0 18px 40px rgba(20,45,80,.06); }
.review-card.review-empty { grid-column: 1 / -1; min-height: auto; color: var(--muted); text-align: center; }
.review-top { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 15px; }
.review-top strong, .review-top span { display: block; }
.review-top strong { font: 700 16px "Manrope", sans-serif; }
.review-top span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.review-stars { flex: 0 0 auto; color: #f5a524; letter-spacing: .03em; }
.review-card p { margin: 0; color: #344054; font-size: 14px; line-height: 1.7; }
.review-form { padding: 28px; border: 1px solid #e2e8f1; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.review-form h3 { margin: 0 0 20px; font: 800 24px/1.15 "Manrope", sans-serif; letter-spacing: -.025em; }
.review-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.review-form select { width: 100%; padding: 14px 15px; color: var(--ink); border: 1px solid #d8e0eb; border-radius: 11px; outline: none; background: #fbfcfe; font: 15px "DM Sans", sans-serif; transition: border-color .2s, box-shadow .2s; }
.review-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(36,107,254,.1); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span:last-child { color: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span:last-child { transform: rotate(45deg); }
.accordion details p { margin: -4px 40px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-section { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.contact-copy h2 { margin: 0; font: 800 clamp(36px, 4vw, 52px)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.contact-copy > p { max-width: 480px; margin: 20px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.whatsapp-option { max-width: 410px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 17px; border: 1px solid #dfe7f1; border-radius: 16px; background: white; transition: transform .2s, box-shadow .2s; }
.whatsapp-option:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(28,54,92,.09); }
.whatsapp-option-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--green); }
.whatsapp-option-icon svg { width: 25px; fill: currentColor; }
.whatsapp-option strong, .whatsapp-option small { display: block; }
.whatsapp-option strong { font-size: 14px; }
.whatsapp-option small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.whatsapp-option > span:last-child { color: var(--muted); }
.contact-form { padding: 38px; border: 1px solid #e2e8f1; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; }
.form-row input, .form-row textarea { width: 100%; padding: 14px 15px; color: var(--ink); border: 1px solid #d8e0eb; border-radius: 11px; outline: none; background: #fbfcfe; font: 15px "DM Sans", sans-serif; transition: border-color .2s, box-shadow .2s; }
.form-row textarea { min-height: 145px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(36,107,254,.1); }
.form-row input::placeholder, .form-row textarea::placeholder { color: #98a2b3; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-status { display: none; margin-top: 16px; padding: 12px 14px; border-radius: 10px; font-size: 13px; line-height: 1.5; }
.form-status.success { display: block; color: #08613a; background: #eafaf1; }
.form-status.error { display: block; color: #a12626; background: #fff0f0; }

.cta-section { padding: 0 0 90px; }
.cta-box { position: relative; min-height: 270px; display: flex; align-items: center; justify-content: space-between; gap: 45px; overflow: hidden; padding: 55px 65px; color: white; border-radius: 28px; background: linear-gradient(120deg, #125ee9, #3a38cf); box-shadow: 0 25px 65px rgba(38,79,211,.24); }
.cta-box > * { position: relative; z-index: 2; }
.cta-orb { position: absolute; z-index: 1; width: 450px; height: 450px; right: -100px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.kicker.light { color: rgba(255,255,255,.7); }
.cta-box p { max-width: 650px; margin: 17px 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.button-white { flex: 0 0 auto; color: #174fcd; background: white; box-shadow: 0 14px 30px rgba(0,0,0,.12); }

footer { padding: 70px 0 25px; color: rgba(255,255,255,.58); background: #04122e; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 50px; }
.footer-brand { color: white; }
.footer-grid > div:first-child p { max-width: 360px; line-height: 1.7; }
.footer-grid strong { display: block; margin-bottom: 18px; color: white; font-size: 13px; }
.footer-grid > div:not(:first-child) a { display: block; margin: 10px 0; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 40; right: 23px; bottom: 23px; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: white; background: #20bf6b; box-shadow: 0 15px 30px rgba(32,191,107,.3); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 28px; fill: currentColor; }

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

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .lang-switch { display: none; }
  .mobile-menu { position: fixed; inset: 84px 0 0; padding: 35px 30px; color: white; background: var(--navy); }
  .mobile-menu.open { display: flex; flex-direction: column; gap: 25px; }
  .mobile-menu a { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 20px; }
  .hero { min-height: auto; max-width: 100%; overflow-x: hidden; }
  .hero-grid { min-height: auto; max-width: 100%; grid-template-columns: minmax(0, 1fr); gap: 20px; padding-top: 135px; padding-bottom: 80px; }
  .hero-copy, .hero-visual { width: 100%; min-width: 0; max-width: min(100%, 680px); }
  .hero h1 { max-width: 100%; font-size: clamp(42px, 8vw, 62px); line-height: 1.06; overflow-wrap: break-word; }
  .eyebrow { max-width: 100%; white-space: normal; }
  .hero-text { width: 100%; max-width: 680px; overflow-wrap: anywhere; }
  .hero-actions { width: 100%; max-width: 680px; }
  .trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 680px; gap: 14px; overflow: visible; }
  .trust-row div { min-width: 0; }
  .hero-visual { min-height: auto; justify-items: center; gap: 12px; margin-top: 20px; overflow: visible; }
  .orbit { display: none; }
  .tech-card { width: min(100%, 420px); transform: none; }
  .floating-card { position: static; width: min(100%, 420px); }
  .floating-safe, .floating-help { inset: auto; }
  .cards-grid-five { grid-template-columns: repeat(3, 1fr); }
  .cards-grid-four { grid-template-columns: repeat(2, 1fr); }
  .tools-grid { grid-template-columns: 1fr; gap: 45px; }
  .benefits-grid, .reviews-grid, .faq-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .container { width: 100%; max-width: 100%; padding-inline: 14px; }
  .nav-wrap { position: relative; height: 72px; }
  .brand { gap: 9px; font-size: 22px; }
  .brand-mark { width: 26px; height: 28px; }
  .nav-actions { position: absolute; right: 14px; top: 50%; gap: 6px; transform: translateY(-50%); }
  .menu-toggle { width: 34px; height: 40px; }
  .desktop-cta { display: none; }
  .mobile-menu { inset: 72px 0 0; }
  .hero-copy, .hero-visual { width: 100%; min-width: 0; max-width: min(100%, 350px); }
  .hero h1 { max-width: 100%; font-size: clamp(34px, 10vw, 44px); line-height: 1.08; overflow-wrap: break-word; }
  .hero-text { width: 100%; max-width: 350px; font-size: 16px; overflow-wrap: anywhere; }
  .hero-actions { width: 100%; max-width: 350px; }
  .trust-row { grid-template-columns: 1fr; max-width: 350px; }
  .hero-visual { width: 100%; }
  .tech-card { width: min(100%, 350px); padding: 16px; transform: none; }
  .floating-card { width: min(100%, 350px); }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 42px; }
  .cards-grid-five, .cards-grid-four { grid-template-columns: 1fr; }
  .service-card { min-height: 175px; }
  .service-icon { margin-bottom: 22px; }
  .tool-dashboard, .tool-list { grid-template-columns: 1fr; }
  .tool-score { min-height: 155px; }
  .steps { grid-template-columns: 1fr; gap: 45px; }
  .step-line { display: none; }
  .benefits-grid, .reviews-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .reviews-list { grid-template-columns: 1fr; }
  .review-form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 20px; }
  .cta-box { align-items: flex-start; flex-direction: column; padding: 42px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  .hero-actions .button { width: 100%; }
  .hero-grid { padding-top: 120px; }
  .tech-card { width: 100%; }
  .screen { height: 210px; }
  .floating-card { width: 100%; padding: 10px 12px; }
  .group-label { gap: 13px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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