/* =========================================================
   DESPACHANTE RE9
   Stylesheet — v2.0 Premium
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:       #c01219;
  --red-dark:  #9a0e14;
  --red-light: #e5161e;
  --red-grad:  linear-gradient(135deg, #c01219 0%, #6b0c10 100%);
  --blue:      #1d4ed8;
  --blue-dark: #1e3a8a;
  --blue-light: #3b82f6;
  --blue-grad: linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
  --accent-grad: linear-gradient(135deg, #c01219 0%, #1d4ed8 100%);
  --bg:        #080c18;
  --bg2:       #0f1628;
  --bg3:       #162040;
  --border:    #1e2d50;
  --border2:   #253660;
  --text:      #f1f5f9;
  --text2:     #94a3b8;
  --text3:     #64748b;
  --green:     #22c55e;
  --wa:        #25D366;
  --wa-dark:   #1aad52;
  --r:         12px;
  --rl:        20px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; font-size: 16px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── CONTAINER ── */
.container { width: min(1100px, 92%); margin: 0 auto; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: var(--r); font-weight: 700; font-size: 15px; cursor: pointer; border: none; transition: all .2s; white-space: nowrap; line-height: 1; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(192,18,25,.35); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-1px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,.35); }
.btn-lg { padding: 16px 36px; font-size: 17px; border-radius: var(--rl); }
.btn-sm { padding: 9px 18px; font-size: 13px; }
.btn svg { flex-shrink: 0; }

/* ── NAVIGATION ── */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(8,12,24,.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav__inner { display: flex; align-items: center; gap: 12px; height: 68px; }

/* Logo */
.nav__logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav__logo-icon { height: 46px; width: auto; object-fit: contain; flex-shrink: 0; display: block; }
.nav__logo-wordmark { display: flex; flex-direction: row; align-items: baseline; gap: 6px; line-height: 1; }
.nav__logo-wordmark strong { font-size: 32px; font-weight: 900; letter-spacing: 3px; color: #fff; text-transform: uppercase; font-family: 'Arial Black', Arial, sans-serif; }
.nav__logo-wordmark span { font-size: 12px; color: #fff; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; font-family: 'Arial Black', Arial, sans-serif; }
/* legacy fallback classes kept for compatibility */
.nav__logo-img { display: none; }
.nav__logo-fallback { display: none; }

/* Nav links */
.nav__links { display: flex; gap: 2px; margin-left: auto; }
.nav__links a { padding: 8px 13px; border-radius: 8px; color: var(--text2); font-size: 14px; font-weight: 500; transition: all .18s; }
.nav__links a:hover, .nav__links a.active { color: #fff; background: var(--bg3); border-bottom: 2px solid var(--blue-light); }
.nav__cta { margin-left: 8px; padding: 10px 18px; font-size: 13px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; margin-left: auto; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .25s; }
.nav__burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.nav__mobile { display: none; flex-direction: column; padding: 16px; border-top: 1px solid var(--border); background: var(--bg); }
.nav__mobile.open { display: flex; }
.nav__mobile a { padding: 12px 16px; border-radius: 8px; color: var(--text2); font-size: 15px; font-weight: 500; }
.nav__mobile a:hover, .nav__mobile a.active { color: #fff; background: var(--bg3); }
.nav__mobile .btn { margin-top: 8px; justify-content: center; }

/* ── HERO (home) ── */
.hero { padding: 104px 0 96px; background: var(--red-grad); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 90% 70% at 75% 40%, rgba(255,255,255,.04), transparent); }
.hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 64px; background: var(--bg); clip-path: ellipse(58% 100% at 50% 100%); }
.hero__content { position: relative; max-width: 700px; }
.hero__tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.16); padding: 8px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; margin-bottom: 24px; letter-spacing: .3px; }
.hero h1 { font-size: clamp(34px, 5.5vw, 62px); line-height: 1.05; font-weight: 900; margin-bottom: 20px; }
.hero__sub { font-size: 18px; color: rgba(255,255,255,.88); max-width: 560px; margin-bottom: 36px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 24px; margin-top: 40px; flex-wrap: wrap; }
.hero__trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.8); font-weight: 500; }
.hero__trust-item svg { width: 16px; height: 16px; fill: rgba(255,255,255,.7); }

/* ── PAGE HERO (inner pages) ── */
.page-hero { padding: 64px 0 56px; background: var(--bg2); border-bottom: 1px solid var(--border); }
.page-hero__inner { display: flex; align-items: flex-start; gap: 24px; }
.page-hero__ico { width: 64px; height: 64px; background: var(--red-grad); border-radius: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 8px 24px rgba(192,18,25,.3); }
.page-hero__ico svg { width: 32px; height: 32px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.page-hero h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 900; margin-bottom: 10px; }
.page-hero p { color: var(--text2); font-size: 17px; max-width: 580px; line-height: 1.65; }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text3); margin-bottom: 16px; }
.breadcrumb a { color: var(--text2); transition: color .18s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { width: 12px; height: 12px; stroke: var(--text3); fill: none; }

/* ── STATS BAR ── */
.stats { background: var(--bg2); border-bottom: 1px solid var(--border); }
.stats__inner { display: flex; justify-content: center; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; align-items: center; padding: 24px 48px; border-right: 1px solid var(--border); }
.stat:last-child { border-right: none; }
.stat__num { font-size: 30px; font-weight: 900; }
.stat__label { font-size: 13px; color: var(--text3); margin-top: 2px; }

/* ── SECTION COMMON ── */
.section { padding: 84px 0; }
.section--alt { background: var(--bg2); }
.section--tight { padding: 56px 0; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head--left { text-align: left; }
.tag-pill { display: inline-block; background: rgba(29,78,216,.18); color: #93c5fd; padding: 5px 14px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; border: 1px solid rgba(59,130,246,.25); }
.section-head h2 { font-size: clamp(26px, 4vw, 42px); font-weight: 900; margin-bottom: 10px; }
.section-head p { color: var(--text2); font-size: 16px; max-width: 540px; margin: 0 auto; }
.section-head--left p { margin: 0; }

/* ── SERVICE CARDS ── */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.svc-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--rl); padding: 28px; transition: all .22s; display: flex; flex-direction: column; }
.svc-card:hover { border-color: var(--blue-light); transform: translateY(-5px); box-shadow: 0 20px 48px rgba(29,78,216,.18); }
.svc-icon { width: 50px; height: 50px; background: rgba(29,78,216,.14); border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.svc-icon svg { width: 24px; height: 24px; stroke: var(--blue-light); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.svc-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.svc-card p { font-size: 14px; color: var(--text2); line-height: 1.6; flex: 1; }
.svc-card__footer { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.svc-link { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: #93c5fd; transition: gap .18s; }
.svc-link:hover { gap: 8px; }

/* ── PROCESS STEPS ── */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.step-item { text-align: center; padding: 36px 24px; position: relative; }
.step-item:not(:last-child)::after { content: '→'; position: absolute; right: 0; top: 44px; color: var(--border2); font-size: 22px; }
.step-num { width: 72px; height: 72px; border-radius: 50%; background: var(--red-grad); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 900; margin: 0 auto 20px; box-shadow: 0 8px 28px rgba(192,18,25,.3); }
.step-item h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.step-item p { font-size: 14px; color: var(--text2); max-width: 190px; margin: 0 auto; }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testi-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--rl); padding: 28px; display: flex; flex-direction: column; }
.testi-stars { color: #fbbf24; letter-spacing: 3px; margin-bottom: 14px; font-size: 15px; }
.testi-text { font-size: 15px; color: var(--text2); line-height: 1.7; margin-bottom: 22px; font-style: italic; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 42px; height: 42px; border-radius: 50%; background: var(--bg3); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; color: var(--text2); flex-shrink: 0; border: 2px solid var(--border2); }
.testi-name { font-size: 14px; font-weight: 700; }
.testi-role { font-size: 12px; color: var(--text3); }

/* ── CTA BAND ── */
.cta-band { background: var(--red-grad); padding: 84px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(255,255,255,.06), transparent); }
.cta-band__inner { position: relative; }
.cta-band h2 { font-size: clamp(26px, 4vw, 44px); font-weight: 900; margin-bottom: 12px; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,.87); margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-band__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── SERVICES PAGE GRID ── */
.sp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sp-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--rl); padding: 36px; transition: border-color .2s; display: flex; flex-direction: column; }
.sp-card:hover { border-color: var(--red); }
.sp-head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.sp-ico { width: 56px; height: 56px; background: rgba(192,18,25,.12); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sp-ico svg { width: 28px; height: 28px; stroke: var(--red); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sp-card h3 { font-size: 20px; font-weight: 800; }
.sp-card .desc { font-size: 15px; color: var(--text2); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.sp-list { border-top: 1px solid var(--border); padding-top: 16px; }
.sp-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text2); padding: 5px 0; }
.sp-list li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.sp-card__actions { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.sp-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--wa); border: 1.5px solid var(--wa); padding: 10px 20px; border-radius: var(--r); transition: all .2s; }
.sp-cta:hover { background: var(--wa); color: #fff; }
.sp-more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--text2); padding: 10px 16px; border-radius: var(--r); border: 1.5px solid var(--border2); transition: all .2s; }
.sp-more:hover { color: #fff; border-color: var(--text2); }

/* ── ABOUT PAGE ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-text h2 { font-size: clamp(24px, 3.5vw, 40px); font-weight: 900; margin-bottom: 18px; }
.about-text p { color: var(--text2); line-height: 1.8; margin-bottom: 16px; font-size: 16px; }
.about-nums { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.abox { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); padding: 22px; text-align: center; }
.abox span { display: block; font-size: 38px; font-weight: 900; color: var(--red); }
.abox p { font-size: 13px; color: var(--text3); margin-top: 4px; }
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.diff-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--r); padding: 22px; transition: border-color .2s; }
.diff-card:hover { border-color: var(--red); }
.diff-ico { width: 40px; height: 40px; background: rgba(192,18,25,.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.diff-ico svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.diff-card h4 { font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.diff-card p { font-size: 13px; color: var(--text3); line-height: 1.55; }

/* ── CONTACT / FORM ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
.contact-info h2 { font-size: clamp(22px, 3vw, 36px); font-weight: 900; margin-bottom: 14px; }
.contact-info > p { color: var(--text2); font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.ci-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.ci-ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(192,18,25,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-ico svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ci-item strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.ci-item span, .ci-item a { font-size: 14px; color: var(--text2); }
.ci-item a:hover { color: var(--wa); }
.form-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--rl); padding: 40px; }
.form-card h2 { font-size: 22px; font-weight: 900; margin-bottom: 6px; }
.form-card .fc-sub { font-size: 14px; color: var(--text2); margin-bottom: 28px; }
.fgrp { margin-bottom: 16px; }
.fgrp label { display: block; font-size: 13px; font-weight: 600; color: var(--text2); margin-bottom: 7px; }
.fgrp input, .fgrp select { width: 100%; padding: 13px 15px; border-radius: var(--r); border: 1.5px solid var(--border); background: var(--bg); color: #fff; font-size: 15px; transition: border-color .18s; appearance: none; -webkit-appearance: none; }
.fgrp select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px; }
.fgrp input:focus, .fgrp select:focus { outline: none; border-color: var(--red); }
.fgrp input.ok { border-color: var(--green); }
.fgrp input.err, .fgrp select.err { border-color: #ef4444; }
.ferr { font-size: 12px; color: #f87171; margin-top: 4px; display: none; }
.ferr.vis { display: block; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fsub { width: 100%; padding: 16px; font-size: 16px; font-weight: 700; border-radius: var(--rl); margin-top: 10px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--wa); color: #fff; transition: all .2s; }
.fsub:hover:not(:disabled) { background: var(--wa-dark); }
.fsub:disabled { opacity: .6; cursor: wait; }
.form-note { font-size: 12px; color: var(--text3); text-align: center; margin-top: 14px; line-height: 1.6; }

/* ── INDIVIDUAL SERVICE PAGES ── */
.svc-detail { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.svc-detail__content h2 { font-size: clamp(22px,3vw,34px); font-weight: 900; margin-bottom: 16px; }
.svc-detail__content p { color: var(--text2); font-size: 16px; line-height: 1.8; margin-bottom: 16px; }
.incl-list { margin: 24px 0; }
.incl-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 15px; color: var(--text2); }
.incl-list li:last-child { border-bottom: none; }
.incl-list li::before { content: '✓'; color: var(--green); font-weight: 900; font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.svc-sidebar { position: sticky; top: 88px; }
.svc-sidebar-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--rl); padding: 28px; margin-bottom: 16px; }
.svc-sidebar-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 16px; }
.svc-sidebar-card .btn { width: 100%; justify-content: center; margin-bottom: 10px; }
.quick-list li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text2); border-bottom: 1px solid var(--border); }
.quick-list li:last-child { border-bottom: none; }
.quick-list li svg { width: 16px; height: 16px; stroke: var(--red); fill: none; stroke-width: 2; flex-shrink: 0; }

/* ── HIGHLIGHT BOX ── */
.highlight-box { background: rgba(192,18,25,.08); border: 1px solid rgba(192,18,25,.25); border-radius: var(--r); padding: 20px 24px; margin: 24px 0; }
.highlight-box strong { display: block; color: #f07075; font-size: 14px; margin-bottom: 6px; }
.highlight-box p { color: var(--text2); font-size: 14px; line-height: 1.6; margin: 0; }

/* ── DISCLAIMER BOX ── */
.disclaimer-box { background: rgba(251,191,36,.06); border: 1px solid rgba(251,191,36,.2); border-radius: var(--r); padding: 20px 24px; margin-top: 24px; }
.disclaimer-box strong { display: block; color: #fbbf24; font-size: 13px; font-weight: 700; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .5px; }
.disclaimer-box p { color: var(--text3); font-size: 13px; line-height: 1.65; margin: 0; }

/* ── FAQ ── */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r); margin-bottom: 10px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--blue-light); }
.faq-q { width: 100%; background: var(--bg2); border: none; color: var(--text); font-size: 16px; font-weight: 600; padding: 20px 24px; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; line-height: 1.4; transition: background .18s; }
.faq-q:hover { background: var(--bg3); }
.faq-q svg { width: 18px; height: 18px; stroke: var(--text2); fill: none; stroke-width: 2; flex-shrink: 0; transition: transform .25s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); stroke: var(--blue-light); }
.faq-a { display: none; padding: 0 24px 20px; font-size: 15px; color: var(--text2); line-height: 1.7; background: var(--bg2); }
.faq-item.open .faq-a { display: block; }

/* ── TRUST BAR (inner pages) ── */
.trust-bar { background: var(--bg3); border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); }
.trust-bar__inner { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 16px 32px; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: none; }
.trust-item svg { width: 18px; height: 18px; stroke: var(--blue-light); fill: none; stroke-width: 2; flex-shrink: 0; }
.trust-item span { font-size: 14px; font-weight: 600; color: var(--text2); }

/* ── FEATURE BADGES ── */
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.badge-green { background: rgba(34,197,94,.12); color: #4ade80; }
.badge-red { background: rgba(192,18,25,.14); color: #f07075; }
.badge-blue { background: rgba(59,130,246,.12); color: #93c5fd; }

/* ── FOOTER ── */
.footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 60px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.footer__logo-img { height: 60px; width: auto; object-fit: contain; margin-bottom: 14px; background: #fff; border-radius: 8px; padding: 6px 12px; }
.footer__brand { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 15px; margin-bottom: 12px; }
.footer__brand .fbox { width: 28px; height: 28px; background: var(--red-grad); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer__brand .fbox svg { width: 15px; height: 15px; fill: #fff; }
.footer__brand-fallback { display: none; }
.footer__tagline { font-size: 13px; color: var(--text3); line-height: 1.65; max-width: 240px; margin-bottom: 20px; }
.footer__social { display: flex; flex-direction: column; gap: 8px; }
.footer__social a { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 8px; background: var(--bg3); border: 1px solid var(--border); font-size: 13px; color: var(--text2); transition: all .2s; font-weight: 500; width: fit-content; }
.footer__social a:hover { border-color: var(--red); color: #fff; background: rgba(192,18,25,.1); }
.footer__social svg { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }
.footer h4 { font-size: 11px; font-weight: 800; color: var(--text3); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.footer ul li { margin-bottom: 9px; }
.footer ul a { font-size: 14px; color: var(--text2); transition: color .18s; }
.footer ul a:hover { color: #fff; }
.footer__phone { display: flex; align-items: center; gap: 8px; color: var(--text2); font-size: 15px; font-weight: 700; margin-top: 16px; }
.footer__phone svg { width: 16px; height: 16px; fill: var(--wa); }
.footer__bottom { border-top: 1px solid var(--border); padding-top: 22px; }
.footer__copy { font-size: 12px; color: var(--text3); }
.footer__legal { font-size: 11px; color: var(--text3); line-height: 1.65; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }

/* ── FLOATING WHATSAPP ── */
.float-wa { position: fixed; bottom: 28px; right: 28px; z-index: 200; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 28px rgba(37,211,102,.45); transition: transform .2s; animation: wapulse 2.5s infinite; }
.float-wa:hover { transform: scale(1.12); }
.float-wa svg { width: 30px; height: 30px; fill: #fff; }
@keyframes wapulse { 0%,100%{ box-shadow: 0 4px 28px rgba(37,211,102,.45); } 50%{ box-shadow: 0 4px 44px rgba(37,211,102,.75); } }

/* ── ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .svc-detail { grid-template-columns: 1fr; }
  .svc-sidebar { position: static; }
}
@media (max-width: 900px) {
  .sp-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 680px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .hero { padding: 72px 0 72px; }
  .hero__trust { gap: 16px; }
  .stats__inner { flex-direction: column; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); padding: 14px 24px; flex-direction: row; justify-content: space-between; width: 100%; }
  .stat:last-child { border-bottom: none; }
  .steps { grid-template-columns: 1fr; }
  .step-item::after { display: none; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .frow { grid-template-columns: 1fr; }
  .about-nums { grid-template-columns: 1fr 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .trust-bar__inner { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--border); width: 100%; }
  .trust-item:last-child { border-bottom: none; }
  .page-hero__inner { flex-direction: column; gap: 16px; }
  .sp-grid { grid-template-columns: 1fr; }
}
