/* ============================================================
   AGUIAR TENDAS — Mobile Responsivo
   Breakpoints principais:
     ≤ 991px  tablet/mobile
     ≤ 767px  mobile portrait
     ≤ 575px  small phone (iPhone SE, Galaxy A)
     ≤ 390px  very small phone
   ============================================================ */

/* nav-items-col visível por padrão em todos os tamanhos */
.nav-items-col { display: flex !important; }


/* ─────────────────────────────────────────────────────────────
   0. BOTÕES iOS 26 — pill shape global (desktop + mobile)
   Sobrescreve inline style border-radius:8px em <a> e <button>
   ───────────────────────────────────────────────────────────── */
a[style*="border-radius:8px"],
button[style*="border-radius:8px"],
a[style*="border-radius: 8px"],
button[style*="border-radius: 8px"] {
  border-radius: 9999px !important;
}


/* ─────────────────────────────────────────────────────────────
   1. HERO SECTION
   ───────────────────────────────────────────────────────────── */

/* Padding interno do hero — .hero-inner-col sobrescreve inline style */
@media (max-width: 991px) {
  .hero-inner-col {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 575px) {
  .hero-inner-col {
    padding-top: 70px !important;
    padding-bottom: 28px !important;
  }
}

/* Hero badge */
@media (max-width: 575px) {
  .hero-badge {
    font-size: 0.65rem !important;
    padding: 5px 12px !important;
    margin-bottom: 18px !important;
  }
}

/* Hero H1 — evita quebras erradas no mobile */
@media (max-width: 767px) {
  .slideshow-size-screen h1 br {
    display: none;
  }
  .slideshow-size-screen h1 {
    font-size: clamp(2rem, 7.5vw, 3rem) !important;
    line-height: 1.08 !important;
  }
}
@media (max-width: 575px) {
  .slideshow-size-screen h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem) !important;
    margin-bottom: 14px !important;
  }
}

/* Hero description */
@media (max-width: 575px) {
  .slideshow-size-screen > .container p.body1 {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    margin-bottom: 24px !important;
  }
}

/* Hero CTA buttons — empilha no mobile pequeno */
@media (max-width: 480px) {
  .slideshow-size-screen div[style*="display:flex"][style*="gap:14px"] {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 28px !important;
  }
  .slideshow-size-screen div[style*="display:flex"][style*="gap:14px"] a {
    width: 90% !important;
    max-width: 320px !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

/* Hero stats — grid 2×2 com gap menor */
.hero-stats-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .hero-stats-container {
    gap: 10px !important;
    margin-top: 20px !important;
  }
  .hero-stat {
    flex: 0 1 calc(50% - 8px) !important;
    max-width: 160px !important;
    min-width: 120px !important;
    padding: 12px 10px !important;
  }
  .hero-stat-num {
    font-size: 1.5rem !important;
  }
  .hero-stat-desc {
    font-size: 0.6rem !important;
  }
}
@media (max-width: 390px) {
  .hero-stat {
    flex: 0 1 calc(50% - 6px) !important;
    padding: 10px 8px !important;
  }
  .hero-stat-num {
    font-size: 1.25rem !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   2. STACKED PRODUCT CARDS — ajustes mobile
      Sticky stacking (estilo Mercado Pago): mesmo efeito do
      desktop, com offsets adaptados ao nav-pill fixo.
   ───────────────────────────────────────────────────────────── */

/* Sticky stacking: mesmo mecanismo do desktop, só ajusta offsets.
   O top fica abaixo do nav-pill fixo do mobile. */
@media (max-width: 991px) {
  #products-stacked-section {
    margin-top: 0 !important;
    padding: 110px 0 60px !important;
  }
  .stacked-deck .stack-deck-card:nth-child(1) { top: 96px; }
  .stacked-deck .stack-deck-card:nth-child(2) { top: 108px; }
  .stacked-deck .stack-deck-card:nth-child(3) { top: 120px; }
  .stacked-deck .stack-deck-card:nth-child(4) { top: 132px; }
  .stacked-deck .stack-deck-card:nth-child(5) { top: 144px; }
  .stacked-deck .stack-deck-card:nth-child(6) { top: 156px; }
}

/* Tablet */
@media (max-width: 991px) {
  .stacked-deck {
    width: 92vw !important;
  }
  .stack-deck-card {
    height: 54vh !important;
    min-height: 330px !important;
    margin-bottom: 22px !important;
  }
  .stack-deck-card {
    padding: 44px 40px 36px !important;
    border-radius: 24px !important;
  }
  .stack-card-title {
    font-size: 3rem !important;
    margin-bottom: 24px !important;
  }
  .stack-card-icon {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 20px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .stacked-deck {
    width: 92vw !important;
  }
  .stack-deck-card {
    height: 56vh !important;
    min-height: 310px !important;
    margin-bottom: 20px !important;
  }
  .stack-deck-card {
    padding: 40px 24px 32px !important;
    border-radius: 22px !important;
  }
  .stack-card-title {
    font-size: 2.7rem !important;
    margin-bottom: 20px !important;
  }
  .stack-card-icon {
    width: 88px !important;
    height: 88px !important;
    margin-bottom: 18px !important;
  }
  .stacked-header {
    padding: 0 20px 20px !important;
  }
}

/* Smartphone pequeno */
@media (max-width: 575px) {
  .stack-deck-card {
    padding: 36px 20px 28px !important;
  }
  .stack-card-title {
    font-size: 2.4rem !important;
  }
  .stack-card-icon {
    width: 76px !important;
    height: 76px !important;
  }
}

/* iPhone pequeno */
@media (max-width: 390px) {
  .stack-card-title {
    font-size: 2.1rem !important;
  }
}

/* Botão CTA — touch target mínimo 44px */
@media (max-width: 991px) {
  .stack-deck-card .button {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   3. HIGHLIGHTS — Glass Pills mobile
   ───────────────────────────────────────────────────────────── */

/* Tablet: pills menores */
@media (max-width: 991px) {
  .hl-pill {
    padding: 22px 16px 20px !important;
    min-width: 130px !important;
    border-radius: 20px !important;
    gap: 13px !important;
  }
  .hl-icon-ring {
    width: 68px !important;
    height: 68px !important;
    border-radius: 18px !important;
  }
  .hl-icon-ring svg {
    width: 38px !important;
    height: 38px !important;
  }
  .hl-label {
    font-size: 0.76rem !important;
  }
}

/* Mobile: 2 colunas, pills compactos */
@media (max-width: 767px) {
  .hl-pill {
    padding: 20px 14px 18px !important;
    border-radius: 18px !important;
    gap: 12px !important;
    /* Desativa hover transform no mobile (toque não tem hover) */
  }
  .hl-icon-ring {
    width: 60px !important;
    height: 60px !important;
    border-radius: 16px !important;
  }
  .hl-icon-ring svg {
    width: 34px !important;
    height: 34px !important;
  }
  .hl-label {
    font-size: 0.73rem !important;
  }
}

/* Smartphone pequeno */
@media (max-width: 575px) {
  .hl-pill {
    padding: 16px 10px 14px !important;
    border-radius: 16px !important;
    gap: 10px !important;
  }
  .hl-icon-ring {
    width: 54px !important;
    height: 54px !important;
    border-radius: 14px !important;
  }
  .hl-icon-ring svg {
    width: 30px !important;
    height: 30px !important;
  }
  .hl-label {
    font-size: 0.70rem !important;
    line-height: 1.4 !important;
  }
}

/* Touch: remove hover transform (sem cursor) */
@media (hover: none) {
  .hl-pill:hover {
    transform: none !important;
    box-shadow:
      0 8px 32px rgba(24, 144, 180, 0.09),
      0 2px 8px rgba(0, 0, 0, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }
  .hl-pill:hover .hl-icon-ring {
    transform: none !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   4. SOLUTIONS SECTION
   ───────────────────────────────────────────────────────────── */

/* Título da seção */
@media (max-width: 575px) {
  #solucoes-em-coberturas ~ div .header3,
  section:has(.solutions-card) .header3 {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
}

/* Cards: 2 colunas em tablet, 1 coluna em mobile pequeno */
@media (max-width: 575px) {
  #s-item-1,
  #s-item-2,
  #s-item-3,
  #s-item-4 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .solutions-card .row .col-12 {
    padding: 160px 28px 28px 28px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   4. INFOBANNER — Banner de parcelamento
   ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  #conheca-a-aguiar .border-radius-16 {
    padding: 50px 28px !important;
  }
  #conheca-a-aguiar .border-radius-16 h3 {
    font-size: 1.55rem !important;
    line-height: 1.3 !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }
  #conheca-a-aguiar .border-radius-16 a.button {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 575px) {
  #conheca-a-aguiar .border-radius-16 {
    padding: 40px 20px !important;
    border-radius: 12px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   5. HIGHLIGHTS — 6 ícones em grid
   ───────────────────────────────────────────────────────────── */

@media (max-width: 575px) {
  #highlights .row {
    gap: 24px 0 !important;
  }
  #highlights .col-6 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  #highlights h3.header6 {
    font-size: 1.35rem !important;
    line-height: 1.5rem !important;
  }
  #highlights img {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 10px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   6. INFOVIDEO
   ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  .infovideo-cover {
    min-height: 400px !important;
    padding: 40px 24px 36px !important;
    justify-content: flex-end !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .infovideo-cover h4 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 575px) {
  .infovideo-cover {
    min-height: 360px !important;
    border-radius: 12px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   7. GALERIA DE FOTOS
   ───────────────────────────────────────────────────────────── */

/* 3 cols no desktop, 2 no tablet, 1 no mobile pequeno */
@media (max-width: 575px) {
  section .col-12.col-md-6.col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   8. CONTACT FORM SECTION
   ───────────────────────────────────────────────────────────── */

/* Logo na seção de contato */
@media (max-width: 991px) {
  #contato .logo-text-main {
    font-size: 1.5rem !important;
    margin-bottom: 16px !important;
  }
  #contato h4.header1 {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
  }
}

/* Mini-stats de prova social */
@media (max-width: 575px) {
  #contato div[style*="display:flex"][style*="gap:16px"] {
    gap: 10px !important;
    justify-content: center !important;
  }
  #contato div[style*="background:#CCE4FC"] {
    min-width: 88px !important;
    padding: 10px 12px !important;
  }
  #contato div[style*="background:#CCE4FC"] > div:first-child {
    font-size: 1.4rem !important;
  }
}

/* Form card — padding lateral */
@media (max-width: 575px) {
  .form-card {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 32px !important;
    border-radius: 14px !important;
  }
  .form-card h3.header2 {
    font-size: 1.8rem !important;
  }
  .form-card button[type="submit"] {
    font-size: 0.9rem !important;
    padding: 14px !important;
  }
}

/* Inputs — tamanho mínimo para toque */
@media (max-width: 767px) {
  .input-bg {
    min-height: 48px !important;
    font-size: 16px !important; /* previne zoom automático no iOS */
  }
  select.input-bg {
    min-height: 48px !important;
    font-size: 16px !important;
  }
  textarea.input-bg {
    font-size: 16px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   9. FAQ
   ───────────────────────────────────────────────────────────── */

@media (max-width: 575px) {
  .faq-toggle {
    font-size: 0.88rem !important;
    padding: 16px 16px !important;
    gap: 10px !important;
  }
  .faq-answer > div {
    padding: 0 16px 16px !important;
    font-size: 0.84rem !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   10. CTA FINAL
   ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  section[style*="background:linear-gradient(135deg,#0C243C"] h3 {
    font-size: clamp(1.8rem, 7vw, 2.8rem) !important;
  }
}

@media (max-width: 575px) {
  section[style*="background:linear-gradient(135deg,#0C243C"] div[style*="display:flex"] {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }
  section[style*="background:linear-gradient(135deg,#0C243C"] a {
    width: 90% !important;
    max-width: 320px !important;
    justify-content: center !important;
    text-align: center !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   11. FOOTER
   ───────────────────────────────────────────────────────────── */

@media (max-width: 991px) {
  .footer-menu {
    width: 100% !important;
  }
  .footer-menu ul li {
    margin-top: 18px !important;
  }
  footer .address-text {
    font-size: 0.92rem !important;
    line-height: 1.9 !important;
  }
}

@media (max-width: 575px) {
  footer .logo-text-main {
    font-size: 1.5rem !important;
  }
  .footer-menu ul li a {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   12. FLOAT WHATSAPP — área de toque mínima
   ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  div[style*="bottom:28px"] {
    bottom: 16px !important;
    right: 14px !important;
  }
  div[style*="bottom:28px"] img {
    width: 52px !important;
    height: 52px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   13. MODAL POPUP — tela cheia em mobile
   ───────────────────────────────────────────────────────────── */

@media (max-width: 575px) {
  .white-popup-block {
    width: 95% !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
  }
  .white-popup-block div[style*="padding:20px"] {
    padding: 16px 14px 20px !important;
  }
  .white-popup-block div[style*="font-size:2rem"] {
    font-size: 1.5rem !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   14. NAVBAR MOBILE ≤767px — pill flutuante própria
   ───────────────────────────────────────────────────────────── */

/* Pill oculta no desktop */
#mobile-nav-pill { display: none; }

@media (max-width: 767px) {

  /* Esconde o header original — ID tem especificidade maior que qualquer classe */
  #site-header { display: none !important; }

  /* ── PILL FLUTUANTE ── */
  #mobile-nav-pill {
    display: flex !important;
    align-items: center;
    position: fixed;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 420px;
    height: 52px;
    background: rgba(10, 16, 28, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 9999px;
    padding: 0 7px 0 10px;
    z-index: 9999;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45),
                inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }

  /* Logo */
  #mobile-nav-pill .mnp-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    padding-right: 2px;
  }
  #mobile-nav-pill .mnp-logo img {
    display: block;
    height: 28px;
    width: 28px;
    object-fit: cover;
    border-radius: 5px;
  }

  /* Ícones de navegação */
  #mobile-nav-pill .mnp-item {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s;
  }
  #mobile-nav-pill .mnp-item:active {
    color: #1890B4;
  }
  #mobile-nav-pill .mnp-item svg {
    flex-shrink: 0;
    pointer-events: none;
  }

  /* Botão WhatsApp — círculo verde */
  #mobile-nav-pill .mnp-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #00B460;
    color: #fff;
    text-decoration: none;
    margin-left: 3px;
    box-shadow: 0 2px 10px rgba(0, 180, 96, 0.50);
    -webkit-tap-highlight-color: transparent;
  }
  #mobile-nav-pill .mnp-wa:active { background: #009c52; }
  #mobile-nav-pill .mnp-wa svg { pointer-events: none; }

  /* Compensa pill no topo do hero */
  .hero-inner-col { padding-top: 80px !important; }

}

/* ─────────────────────────────────────────────────────────────
   14b. HAMBURGER FULL-SCREEN MENU — mobile premium
   ───────────────────────────────────────────────────────────── */

@media (max-width: 991px) {
  /* Menu escapa do pill e cobre 100% da tela */
  .menu-wrap.full-screen {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    border-radius: 0 !important;
    transform: none !important;
    margin: 0 !important;
  }

  /* Painel direito (links do menu) — ocupa tela toda no mobile */
  .menu-wrap.full-screen > div.full-screen {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Links do menu mobile — tamanho de toque adequado */
  .hamburger-menu a.hamburger-menu {
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Padding superior do painel de menu — espaço abaixo do pill */
  .menu-wrap.full-screen .display-table-cell {
    padding-top: 80px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   15. TYPO GERAL — evita overflow horizontal
   ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  body {
    overflow-x: clip !important;
  }
  /* clip (e não hidden): hidden cria scroll container e quebra
     position:sticky dos cards empilhados */
  main, section, footer, header {
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  /* Títulos: garante quebra de palavra */
  h1, h2, h3, h4, h5, h6 {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

/* Seções: padding lateral mínimo */
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   16. BOTÕES MOBILE — iOS 26 pill shape, sem padding gordo
   ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  /* iOS 26 — pill shape em todos os botões com classe .button */
  a.button,
  button.button,
  a.button.large-btn,
  button.button.large-btn,
  a.button.regular-btn,
  button.button.regular-btn,
  a.button.small-btn,
  button.button.small-btn {
    border-radius: 9999px !important;
  }

  /* iOS 26 — pill shape em botões inline-style (CTA sections, forms) */
  a[style*="border-radius:8px"],
  button[style*="border-radius:8px"],
  a[style*="border-radius: 8px"],
  button[style*="border-radius: 8px"] {
    border-radius: 9999px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 0.9rem !important;
  }

  /* Reduz padding lateral dos botões pill */
  a.button.regular-btn,
  button.button.regular-btn {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  a.button.large-btn,
  button.button.large-btn {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}

@media (max-width: 575px) {
  /* Tamanho compacto e proporcional para smartphones */
  a.button.regular-btn,
  button.button.regular-btn {
    padding: 10px 18px !important;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    min-height: 44px !important;
  }
  a.button.large-btn,
  button.button.large-btn {
    padding: 12px 22px !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    min-height: 48px !important;
  }
  a.button.small-btn,
  button.button.small-btn {
    padding: 8px 14px !important;
    font-size: 0.82rem !important;
    min-height: 38px !important;
  }

  /* Hero CTAs — override no inline style padding:14px 28px */
  .slideshow-size-screen a.button,
  .slideshow-size-screen button.button {
    padding: 11px 20px !important;
    font-size: 0.875rem !important;
  }

  /* Botões inline-style em smartphones — padding ainda mais compacto */
  a[style*="border-radius:8px"],
  button[style*="border-radius:8px"],
  a[style*="border-radius: 8px"],
  button[style*="border-radius: 8px"] {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 0.875rem !important;
  }
}

@media (max-width: 390px) {
  a.button.regular-btn,
  button.button.regular-btn {
    padding: 10px 16px !important;
    font-size: 0.84rem !important;
  }
  a[style*="border-radius:8px"],
  button[style*="border-radius:8px"],
  a[style*="border-radius: 8px"],
  button[style*="border-radius: 8px"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 0.84rem !important;
  }
}


/* ─────────────────────────────────────────────────────────────
   17. SECTION SPACING — reduz espaçamentos verticais no mobile
   ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  .padding-100px-top  { padding-top:  56px !important; }
  .padding-100px-tb   { padding-top:  56px !important; padding-bottom: 56px !important; }
  .md-padding-80px-top { padding-top: 48px !important; }
  .md-padding-80px-tb  { padding-top: 48px !important; padding-bottom: 48px !important; }
  .margin-100px-top   { margin-top:   40px !important; }
  .md-margin-80px-top { margin-top:   32px !important; }
  .margin-60px-bottom { margin-bottom: 36px !important; }
  .md-margin-40px-bottom { margin-bottom: 28px !important; }
}

/* ─────────────────────────────────────────────────────────────
   16. CTAs DAS SEÇÕES DE SEGMENTO — botão esguio no mobile
   (sem aspecto "inchado": padding e fonte enxutos, altura 48px)
   ───────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .seg-cta-btn {
    display: inline-flex !important;
    width: auto !important;
    padding: 13px 22px !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.05em !important;
    line-height: 1.25 !important;
    gap: 8px !important;
    box-shadow: 0 4px 14px rgba(0, 180, 96, 0.28) !important;
  }
  .seg-cta-btn svg {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
  }
}
@media (max-width: 390px) {
  .seg-cta-btn {
    padding: 12px 18px !important;
    font-size: 0.78rem !important;
  }
}
