:root {
  --sp-red: #dc0028;
  --sp-green: #00832d;
  --sp-blue: #00619f;
  --sp-orange: #fea500;
  --sp-dark: #1b1934;
  --sp-light: #f8f9fa;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }

.container,
.container-fluid.grid {
  max-width: 1170px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

body {
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  color: var(--sp-dark);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.section-title, .cta-card h4,
.product-card .card-title,
.diff-card h5,
.nav-link, .btn-orcamento,
.trust-item, .phone-big,
.btn-ligar, .btn-whatsapp-big,
#topbar, .footer-bottom {
  font-family: 'Geologica', sans-serif;
  font-weight: 600;
}

p, .card-text, .diff-card p,
.section-subtitle, .cta-card p,
#footer p, #footer a,
#footer ul li a {
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
}

/* ───────── TOP BAR ───────── */
#topbar {
  background: var(--sp-green);
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  padding: 7px 0;
  z-index: 1100;
  position: relative;
}
#topbar a { color: #fff; text-decoration: none; }
#topbar .whatsapp-pill {
  background: #25d366;
  border-radius: 20px;
  padding: 3px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
}
#topbar .social-icons a {
  margin-left: 10px;
  font-size: 1rem;
  transition: opacity .2s;
}
#topbar .social-icons a:hover { opacity: .75; }

/* ───────── NAVBAR ───────── */
#mainNav {
  padding: 0;
  z-index: 1040;
  position: relative;
  overflow: visible;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.10);
}
body.pg-home #mainNav {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: var(--topbar-h, 36px);
  left: 0; right: 0;
}
#navbarMenu { overflow: visible; }

@media (max-width: 767px) {
  body.pg-home #mainNav {
    position: absolute;
    top: var(--topbar-h, 36px);
    left: 0; right: 0;
    background: transparent;
    min-height: calc(98px + 20px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-slide .slide-row {
    padding-top: 16px;
  }
}
#site-header {
  position: relative;
  z-index: 1050;
}
.navbar-brand svg { height: 70px; width: auto; }
.nav-link {
  font-weight: 600;
  color: var(--sp-dark) !important;
  padding: .8rem 1.1rem !important;
  font-size: .92rem;
  position: relative;
  transition: color .2s;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 3px;
  background: var(--sp-red);
  border-radius: 2px 2px 0 0;
  transition: left .25s, right .25s;
}
.nav-link:hover::after, .nav-link.active::after { left: 10%; right: 10%; }
.nav-link:hover { color: var(--sp-red) !important; }

.btn-orcamento {
  background: var(--sp-green);
  color: #fff !important;
  border-radius: 25px;
  padding: .45rem 1.3rem !important;
  font-weight: 600;
  font-size: .85rem;
  transition: background .2s, transform .15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-orcamento:hover {
  background: var(--sp-red);
  color: #fff !important;
  transform: scale(1.04);
}

/* ── Hero ── */
.hero-slide {
  min-height: 620px;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: #f0f4f8;
}
.hero-slide.slide-1 { background: linear-gradient(135deg, #f8f9fa 60%, #e3ecf5 100%); }
.hero-slide.slide-2 { background: linear-gradient(135deg, #fff8f0 60%, #fde8c0 100%); }
.hero-slide.slide-3 { background: linear-gradient(135deg, #f0f9f4 60%, #c8ecd8 100%); }
.hero-slide > .container { display: flex; align-items: stretch; }
.hero-slide .slide-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding-top: var(--header-total-h, 110px);
  padding-bottom: 0;
}
.hero-slide .hero-content {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 24px;
}
.hero-img-wrap {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-img-wrap img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
}
.hero-slide h1 {
  font-size: clamp(2rem, 4.5vw, 3.125rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--sp-dark);
}
.hero-slide h1 span { color: var(--sp-green); }
.hero-slide p {
  font-size: 1.05rem;
  color: #555;
  margin-top: 1rem;
  max-width: 420px;
}

@media (max-width: 767px) {
  .hero-slide { min-height: auto; }
  .hero-slide > .container { align-items: flex-start; }
  .hero-slide .slide-row { flex-direction: column; align-items: center; padding-bottom: 0; }
  .hero-slide .hero-content { width: 100%; padding-top: 0; padding-right: 0; padding-bottom: 8px; text-align: center; }
  .hero-slide .hero-content p { max-width: 100%; }
  .hero-slide .hero-content .d-flex { justify-content: center; }
  .hero-img-wrap { width: 100%; position: static; align-items: flex-end; }
  .hero-img-wrap img { max-width: 100%; }
}

.hero-slide::before {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 340px; height: 340px;
  border-radius: 50%;
  opacity: .07;
}
.slide-1::before { background: var(--sp-red); }
.slide-2::before { background: var(--sp-orange); }
.slide-3::before { background: var(--sp-green); }

.carousel-control-prev,
.carousel-control-next {
  width: 48px; height: 48px;
  background: rgba(0,0,0,.35);
  border-radius: 50%;
  top: 50%; transform: translateY(-50%);
  margin: 0 16px;
  opacity: 0;
  transition: opacity .25s;
  z-index: 1045;
}
#heroCarousel:hover .carousel-control-prev,
#heroCarousel:hover .carousel-control-next { opacity: 1; }
@media (max-width: 767px) {
  .carousel-control-prev,
  .carousel-control-next { opacity: 1; width: 40px; height: 40px; margin: 0 8px; }
}
.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #aaa;
  border: none;
  margin: 4px;
}
.carousel-indicators .active { background: var(--sp-red); transform: scale(1.3); }

/* ── Scroll indicator ── */
.scroll-indicator {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  animation: fadeInUp .8s ease 1.2s both;
}
.scroll-indicator span { font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #888; }
.scroll-mouse { width: 24px; height: 38px; border: 2px solid #aaa; border-radius: 12px; position: relative; }
.scroll-mouse::after {
  content: '';
  position: absolute;
  top: 6px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 8px;
  background: var(--sp-red); border-radius: 2px;
  animation: scrollBounce 1.5s ease-in-out infinite;
}
@keyframes scrollBounce { 0%,100% { top: 6px; opacity: 1; } 70% { top: 16px; opacity: 0; } }

/* ── Sections ── */
section { padding: 80px 0; }
section + section { padding-top: 0; }
.section-title { font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 600; line-height: 1.15; letter-spacing: 0; }
.section-title .highlight { color: var(--sp-green); }
.section-subtitle { font-size: 1rem; color: #666; max-width: 620px; margin: .8rem auto 0; }

/* ── Trust strip ── */
#trustStrip { background: var(--sp-dark); padding: 18px 0; }
.trust-item { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 600; font-size: .9rem; }
.trust-item i { font-size: 1.4rem; color: var(--sp-orange); }

/* ── Produtos ── */
#produtos { background: #fff; }
.product-card {
  border: none; border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
  transition: transform .3s, box-shadow .3s; cursor: default;
}
.product-card:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(0,0,0,.13); }
.product-card .img-wrap {
  overflow: hidden;
  height: 210px;
}
.product-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.product-card:hover .img-wrap img {
  transform: scale(1.06);
}
.product-card .card-body { padding: 1.4rem 1.5rem 1.6rem; }
.product-card .card-title { font-weight: 600; font-size: 1.05rem; color: var(--sp-dark); margin-bottom: .5rem; }
.product-card .card-text { font-size: .88rem; color: #666; line-height: 1.55; }

/* ── Diferenciais ── */
#diferenciais { background: var(--sp-light); }
.diff-card {
  background: #fff; border-radius: 16px; padding: 2rem 1.5rem; text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: transform .3s, box-shadow .3s; height: 100%;
}
.diff-card:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(0,0,0,.12); }
.diff-icon {
  width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem; font-size: 1.6rem;
}
.diff-card h5 { font-weight: 600; font-size: 1rem; margin-bottom: .5rem; }
.diff-card p { font-size: .88rem; color: #666; }

/* ── Loja/Video ── */
#loja { background: var(--sp-dark); padding: 70px 0; position: relative; overflow: hidden; }
.loja-video-wrap {
  position: relative; border-radius: 16px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.4); background: #000;
  width: 100%; aspect-ratio: 16/9;
}
.loja-video-wrap video { width: 100%; height: 100%; display: block; }
.loja-play-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; cursor: pointer;
  background: linear-gradient(135deg, rgba(27,25,52,.65) 0%, rgba(0,97,159,.4) 100%);
  transition: background .3s;
}
.loja-play-overlay:hover { background: linear-gradient(135deg, rgba(27,25,52,.5) 0%, rgba(0,97,159,.28) 100%); }
.loja-play-btn {
  width: 80px; height: 80px; background: rgba(255,255,255,.92); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--sp-red);
  transition: transform .2s, background .2s; backdrop-filter: blur(4px);
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
}
.loja-play-overlay:hover .loja-play-btn { transform: scale(1.12); background: #fff; }
.loja-play-label {
  color: #fff; font-weight: 600; font-size: .92rem; margin-top: 14px;
  text-shadow: 0 2px 8px rgba(0,0,0,.5); letter-spacing: .04em;
}
.loja-play-overlay.hidden { display: none; }

/* ── CTA ── */
#cta { background: #fff; padding: 70px 0; }
.cta-card { border-radius: 20px; padding: 2.5rem 2rem; position: relative; overflow: hidden; }
.cta-card-consultant { background: linear-gradient(135deg, var(--sp-orange) 0%, #e69000 100%); color: #fff; }
.cta-card h4 { font-weight: 600; font-size: 1.6rem; margin-bottom: .6rem; }
.cta-card p { opacity: .9; font-size: .95rem; margin-bottom: 1.4rem; }

/* CTA full-width com imagem */
.cta-consultant-full { display: flex; align-items: stretch; padding: 0; min-height: 300px; }
.cta-consultant-body {
  flex: 1; padding: 3rem 2.5rem;
  display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2;
}
.cta-consultant-img { flex: 0 0 auto; width: clamp(220px, 38%, 440px); overflow: hidden; }
.cta-consultant-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
@media (max-width: 767px) {
  .cta-consultant-full { flex-direction: column-reverse; }
  .cta-consultant-img { width: 100%; height: 320px; }
  .cta-consultant-body { padding: 2rem 1.5rem; }
}
.phone-input-group { display: flex; gap: 8px; flex-wrap: wrap; }
.phone-input-group input {
  flex: 1; min-width: 160px; border-radius: 25px; border: none;
  padding: .55rem 1.2rem; font-size: .9rem; font-family: 'Geologica', sans-serif; outline: none;
}
/* CTA form redesign */
.cta-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.2); color: #fff; border-radius: 20px;
  padding: 4px 14px; font-size: .76rem; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase; margin-bottom: 1.1rem;
}
.cta-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1rem; }
.cta-form input {
  border-radius: 25px; border: none;
  padding: .68rem 1.3rem; font-size: .92rem;
  font-family: 'Geologica', sans-serif; outline: none;
  background: rgba(255,255,255,.95); color: var(--sp-dark); width: 100%;
  transition: box-shadow .2s;
}
.cta-form input:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.4); }
.cta-form input::placeholder { color: #aaa; }
.btn-ligar-full { width: 100%; justify-content: center; font-size: .95rem; padding: .72rem 1.3rem; }
.cta-trust { font-size: .78rem; opacity: .72; margin: 0; display: flex; align-items: center; gap: 6px; }
.btn-ligar {
  background: var(--sp-dark); color: #fff; border: none; border-radius: 25px;
  padding: .55rem 1.3rem; font-weight: 600; font-size: .88rem; cursor: pointer;
  transition: background .2s, transform .15s; white-space: nowrap;
}
.btn-ligar:hover { background: #2d2a50; transform: scale(1.04); }
.btn-whatsapp-big {
  display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff;
  border: none; border-radius: 30px; padding: .75rem 2rem; font-weight: 600; font-size: 1.05rem;
  cursor: pointer; transition: background .2s, transform .15s; text-decoration: none;
}
.btn-whatsapp-big:hover { background: #1ebe58; color: #fff; transform: scale(1.04); }
.btn-whatsapp-big i { font-size: 1.3rem; }

/* ── Mapa ── */
#mapa { padding: 0; }
#mapa iframe { display: block; width: 100%; height: 420px; border: none; }

/* ── Footer ── */
#footer {
  background: var(--sp-dark);
  color: #fff;
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
#footer .footer-logo { margin-bottom: 1rem; }
#footer .footer-logo img { height: 80px; width: auto; }
#footer h6 { font-weight: 600; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: #aaa; margin-bottom: 1rem; }
#footer a { color: #ccc; text-decoration: none; transition: color .2s; }
#footer a:hover { color: #fff; }
#footer .btn-whatsapp-big { color: #fff; }
#footer .btn-whatsapp-big:hover { color: #fff; }
#footer .phone-big { font-size: 1.2rem; font-weight: 600; color: #fff; display: flex; align-items: center; gap: 8px; }
#footer .phone-big i { color: var(--sp-green); }
#footer .social-links a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; background: rgba(255,255,255,.1); border-radius: 50%;
  color: #fff; margin-right: 8px; transition: background .2s;
}
#footer .social-links a:hover { background: var(--sp-green); }
.footer-bottom {
  background: rgba(0,0,0,.3); text-align: center;
  padding: 14px 0; font-size: .78rem; color: #888; margin-top: 40px;
}
.footer-triangle-row { display: flex; height: 22px; overflow: hidden; }
.footer-triangle-row span { flex: 1; }

/* ── WhatsApp float ── */
.whatsapp-float, .waf {
  position: fixed; bottom: 28px; right: 28px; width: 58px; height: 58px;
  background: #25d366; color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
  z-index: 9999; box-shadow: 0 6px 24px rgba(0,0,0,.3); transition: transform .2s; text-decoration: none;
}
.whatsapp-float:hover, .waf:hover { transform: scale(1.12); color: #fff; }
.whatsapp-float::before, .waf::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; animation: pulse 2s ease-out infinite; z-index: -1;
}
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.8); opacity: 0; } }

/* ── Animations ── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-28px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: translateX(0); } }
.anim-up { opacity: 0; animation: fadeInUp .7s ease forwards; }
.anim-left { opacity: 0; animation: fadeInLeft .7s ease forwards; }
.anim-right { opacity: 0; animation: fadeInRight .7s ease forwards; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }
.delay-5 { animation-delay: .5s; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ── */
@media (max-width: 991px) { section { padding: 60px 0; } section + section { padding-top: 0; } }
@media (max-width: 767px) {
  .hero-slide h1 { font-size: 2rem; }
  .hero-img-wrap { margin-top: 4px; }
  #topbar .social-icons { display: none; }
  .cta-card { margin-bottom: 20px; }
  .cta-card .photo-wrap { opacity: .1; }
  body.pg-home #mainNav .navbar-brand { position: absolute; left: 50%; transform: translateX(-50%); margin: 0; }
  body.pg-home #mainNav .navbar-brand svg { height: 98px; }
  body.pg-home #mainNav .container { position: relative; justify-content: flex-end; }
  #footer .footer-logo { display: flex; justify-content: center; }
  #footer .col-lg-4 p,
  #footer .col-lg-4 .social-links { text-align: center; display: flex; justify-content: center; }
}
@media (max-width: 575px) { .trust-item { justify-content: center; } }

/* ── Product Modal ── */
#productModal {
  display: none; position: fixed; inset: 0; z-index: 3000;
  align-items: center; justify-content: center; padding: 20px;
}
#productModal.open { display: flex; }
#productModalBackdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px); animation: fadeIn .25s ease;
}
@keyframes fadeIn { from { opacity:0 } to { opacity:1 } }
#productModalBox {
  position: relative; background: #fff; border-radius: 24px;
  width: 100%; max-width: 860px; max-height: 90vh; overflow-y: auto;
  animation: slideUp .3s cubic-bezier(.4,0,.2,1); z-index: 1;
}
@keyframes slideUp { from { transform:translateY(40px);opacity:0 } to { transform:translateY(0);opacity:1 } }
.modal-hero {
  background: linear-gradient(135deg, var(--sp-dark) 0%, #2d2a50 100%);
  border-radius: 24px 24px 0 0; padding: 2.5rem 2.5rem 2rem; position: relative; overflow: hidden;
}
.modal-hero::after {
  content: ''; position: absolute; right: -40px; top: -40px;
  width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.05);
}
.modal-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.15); color: #fff; border-radius: 20px;
  padding: 4px 14px; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem;
}
.modal-hero h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; margin-bottom: .5rem; }
.modal-hero p { color: rgba(255,255,255,.75); font-size: .95rem; max-width: 560px; margin: 0; }
#productModalClose {
  position: absolute; top: 1.2rem; right: 1.5rem;
  background: rgba(255,255,255,.15); border: none; color: #fff;
  width: 36px; height: 36px; border-radius: 50%; font-size: 1.1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 2;
}
#productModalClose:hover { background: rgba(255,255,255,.3); }
.modal-body-inner { padding: 2rem 2.5rem 2.5rem; }
.modal-section-title { font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--sp-green); margin-bottom: 1rem; }
.modal-feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin-bottom: 2rem; }
.modal-feature { background: #f8f9fa; border-radius: 12px; padding: 1rem; display: flex; gap: 10px; align-items: flex-start; }
.modal-feature i { color: var(--sp-green); margin-top: 2px; flex-shrink: 0; }
.modal-feature span { font-size: .87rem; color: #444; line-height: 1.5; }
.modal-apps { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; }
.modal-app-tag { background: #e8f5ee; color: var(--sp-green); border-radius: 20px; padding: 5px 14px; font-size: .83rem; font-weight: 600; }
.modal-cta { display: flex; gap: 12px; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid #f0f0f0; }
@media (max-width: 600px) {
  .modal-body-inner { padding: 1.5rem; }
  .modal-hero { padding: 1.8rem 1.5rem 1.5rem; }
  .modal-feature-grid { grid-template-columns: 1fr 1fr; }
}

/* ── Mobile Drawer ── */
#drawerBackdrop {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5);
  z-index: 2000; opacity: 0; transition: opacity .3s ease; backdrop-filter: blur(2px);
}
#drawerBackdrop.active { display: block; opacity: 1; }
#mobileDrawer {
  position: fixed; top: 0; right: 0; width: min(80vw, 320px); height: 100dvh;
  background: #fff; z-index: 2100; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -8px 0 32px rgba(0,0,0,.18); overflow-y: auto;
}
#mobileDrawer.open { transform: translateX(0); }
.drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid #eee; background: var(--sp-dark);
}
.drawer-label { color: #fff; font-weight: 600; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
#drawerClose {
  background: none; border: none; color: #fff; font-size: 1.4rem; cursor: pointer;
  padding: 4px 8px; border-radius: 6px; transition: background .2s; line-height: 1;
}
#drawerClose:hover { background: rgba(255,255,255,.15); }
.drawer-nav { display: flex; flex-direction: column; padding: 16px 0; flex: 1; }
.drawer-link {
  display: block; padding: 16px 24px; font-size: 1.05rem; font-weight: 600;
  color: var(--sp-dark); text-decoration: none; border-bottom: 1px solid #f0f0f0;
  transition: background .15s, color .15s, padding-left .15s;
}
.drawer-link:hover { background: #f8f9fa; color: var(--sp-red); padding-left: 32px; }
.drawer-cta { padding: 24px; border-top: 1px solid #eee; display: flex; flex-direction: column; gap: 16px; }
.drawer-phones { display: flex; flex-direction: column; gap: 8px; }
.drawer-phones a { color: var(--sp-dark); text-decoration: none; font-weight: 600; font-size: .9rem; display: flex; align-items: center; gap: 8px; }
.drawer-phones a i { color: var(--sp-green); }
/* Drawer accordion */
.drawer-accordion { border-bottom: 1px solid #f0f0f0; }
.drawer-accordion-toggle {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 16px 24px; font-size: 1.05rem; font-weight: 600;
  color: var(--sp-dark); background: none; border: none; cursor: pointer;
  text-align: left; font-family: 'Geologica', sans-serif;
}
.drawer-accordion-toggle:hover { background: #f8f9fa; color: var(--sp-red); }
.drawer-chev { font-size: .72rem; transition: transform .25s; }
.drawer-accordion-toggle[aria-expanded="true"] .drawer-chev { transform: rotate(180deg); }
.drawer-accordion-panel { overflow: hidden; background: #fafafa; }
.drawer-sub-link {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 24px 12px 40px; font-size: .9rem; font-weight: 500;
  color: #444; text-decoration: none; border-bottom: 1px solid #f0f0f0;
  transition: background .15s, color .15s;
}
.drawer-sub-link:last-child { border-bottom: none; }
.drawer-sub-link:hover { background: #f0f8f0; color: var(--sp-green); }
.drawer-sub-link i { width: 18px; text-align: center; font-size: .88rem; flex-shrink: 0; }
@media (min-width: 992px) { #mobileDrawer, #drawerBackdrop { display: none !important; } }

/* ── Mega Menu ── */
.megamenu-parent { position: relative; }
.megamenu {
  display: none;
  position: absolute; top: 100%; right: 0;
  width: 820px; max-width: 95vw;
  background: #fff;
  border-top: 3px solid var(--sp-green); border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.14); padding: 1.8rem 0 1.4rem;
  z-index: 3000;
}
@media (min-width: 992px) {
  .megamenu-parent:hover .megamenu,
  .megamenu-parent.is-open .megamenu { display: block; }
}
.megamenu-inner { max-width: 1170px; margin: 0 auto; padding: 0 20px; }
.megamenu-heading { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--sp-green); margin-bottom: 1.1rem; }
.megamenu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; }
.megamenu-item {
  display: flex; align-items: center; gap: .7rem; padding: .6rem .85rem; border-radius: 10px;
  text-decoration: none; color: var(--sp-dark); font-weight: 600; font-size: .86rem;
  transition: background .15s, color .15s, border-color .15s; border-left: 3px solid transparent;
}
.megamenu-item:hover { background: #f4f8f4; color: var(--sp-green); border-left-color: var(--sp-green); }
.megamenu-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; background: rgba(0,0,0,.05); }
.megamenu-label { line-height: 1.3; }
.megamenu-trigger .fa-chevron-down { font-size: .65rem; transition: transform .22s; }
.megamenu-parent.is-open .megamenu-trigger .fa-chevron-down { transform: rotate(180deg); }
