.elementor-512 .elementor-element.elementor-element-188673b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-01230b5 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --steel: #1a2332;
    --steel-mid: #2c3e55;
    --steel-light: #3d5066;
    --orange: #8f3a8e;
    --orange-hover: #a413a2;
    --orange-light: #fee2fe;
    --gold: #f4a623;
    --white: #ffffff;
    --off-white: #f8f7f4;
    --gray-light: #eeeaf0;
    --gray-mid: #c6bcc8;
    --gray-text: #69606b;
    --text-dark: #1a1714;
    --text-mid: #3d3934;
    --success: #1a7a4a;
    --border: rgba(26,35,50,0.12);
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Sora', sans-serif;
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  /* ─── FLOATING WHATSAPP ─── */
  .float-wa {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    background: #25D366;
    color: white;
    border-radius: 50px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(37,211,102,0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    animation: pulse-wa 2.5s infinite;
  }
  .float-wa:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,0.5); }
  .float-wa svg { width: 22px; height: 22px; flex-shrink: 0; }
  @keyframes pulse-wa {
    0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 6px 32px rgba(37,211,102,0.65); }
  }

  /* ─── TOPBAR ─── */
  .topbar {
    background: var(--steel);
    color: rgba(255,255,255,0.75);
    font-size: 12.5px;
    padding: 9px 0;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .topbar strong { color: var(--gold); }

  /* ─── NAV ─── */
  nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
  }
  .nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }
  .logo-mark {
    width: 40px;
    height: 40px;
    background: var(--steel);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .logo-text { line-height: 1.1; }
  .logo-text .brand { font-size: 15px; font-weight: 700; color: var(--steel); letter-spacing: -0.02em; }
  .logo-text .sub { font-size: 10.5px; color: var(--gray-text); font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; }
  .nav-cta {
    background: var(--orange);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 11px 22px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
  }
  .nav-cta:hover { background: var(--orange-hover); transform: translateY(-1px); }

  /* ─── HERO ─── */
  .hero {
    background: var(--steel);
    position: relative;
    overflow: hidden;
    padding: 80px 5% 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 560px;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(255,255,255,0.025) 18px, rgba(255,255,255,0.025) 19px),
      repeating-linear-gradient(90deg, transparent, transparent 18px, rgba(255,255,255,0.025) 18px, rgba(255,255,255,0.025) 19px);
    pointer-events: none;
  }
  .hero::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232,93,4,0.18) 0%, transparent 65%);
    pointer-events: none;
  }
  .hero-content { position: relative; z-index: 1; }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(244,166,35,0.15);
    border: 1px solid rgba(244,166,35,0.3);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 28px;
  }
  .hero h1 {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
  .hero h1 span { color: var(--orange); }
  .hero-sub {
    font-size: 15.5px;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 500px;
  }
  .hero-sub strong { color: rgba(255,255,255,0.92); font-weight: 600; }
  .btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--orange);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 8px 28px rgba(232,93,4,0.45);
    letter-spacing: 0.01em;
  }
  .btn-hero:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(232,93,4,0.55); }
  .btn-hero svg { width: 22px; height: 22px; flex-shrink: 0; }
  .trust-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    flex-wrap: wrap;
  }
  .stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
  .trust-text { font-size: 12.5px; color: rgba(255,255,255,0.6); line-height: 1.45; }
  .trust-text strong { color: rgba(255,255,255,0.9); }
  .hero-visual {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .hero-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--steel-mid);
  }
  .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85) contrast(1.05);
    transition: filter 0.3s;
  }
  .hero-img:hover img { filter: brightness(0.95) contrast(1.05); }
  .hero-img.tall {
    grid-row: span 2;
    aspect-ratio: unset;
  }
  .stat-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(26,35,50,0.92);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    gap: 24px;
  }
  .stat-item { text-align: center; }
  .stat-num { font-size: 22px; font-weight: 800; color: var(--orange); line-height: 1; }
  .stat-label { font-size: 10px; color: rgba(255,255,255,0.6); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.06em; }

  /* ─── SECTION BASE ─── */
  section { padding: 80px 5%; }
  .section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 14px;
  }
  h2.section-title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    color: var(--steel);
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
  .section-desc {
    font-size: 15.5px;
    color: var(--gray-text);
    line-height: 1.75;
    max-width: 600px;
  }

  /* ─── DOR / PROBLEMA ─── */
  .problema { background: var(--off-white); }
  .problema-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-top: 48px;
  }
  .dor-list { display: flex; flex-direction: column; gap: 24px; }
  .dor-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 22px 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .dor-card:hover { transform: translateX(4px); box-shadow: 0 4px 20px rgba(26,35,50,0.08); }
  .dor-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fff3eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
  }
  .dor-title { font-size: 14px; font-weight: 700; color: var(--steel); margin-bottom: 5px; }
  .dor-desc { font-size: 13px; color: var(--gray-text); line-height: 1.6; }
  .solucao-box {
    background: var(--steel);
    border-radius: 16px;
    padding: 36px 32px;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .solucao-box::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(232,93,4,0.25) 0%, transparent 70%);
    pointer-events: none;
  }
  .solucao-box h3 { font-size: 20px; font-weight: 700; margin-bottom: 14px; line-height: 1.3; }
  .solucao-box p { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 24px; }
  .check-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
  .check-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,0.9); }
  .check-item::before {
    content: '';
    width: 18px; height: 18px;
    background: var(--orange);
    border-radius: 50%;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
  }

  /* ─── ESPECIFICAÇÕES ─── */
  .especificacoes { background: white; }
  .spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 48px;
  }
  .spec-card {
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    transition: border-color 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
  }
  .spec-card:hover { border-color: var(--orange); transform: translateY(-4px); }
  .spec-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--orange);
    transform: scaleX(0);
    transition: transform 0.2s;
    transform-origin: left;
  }
  .spec-card:hover::before { transform: scaleX(1); }
  .spec-icon { font-size: 30px; margin-bottom: 14px; display: block; }
  .spec-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
  .spec-value { font-size: 18px; font-weight: 800; color: var(--steel); line-height: 1.2; margin-bottom: 8px; }
  .spec-detail { font-size: 12.5px; color: var(--gray-text); line-height: 1.5; }
  .spec-highlight {
    background: var(--steel);
    border-color: var(--steel);
    color: white;
  }
  .spec-highlight .spec-label { color: var(--gold); }
  .spec-highlight .spec-value { color: white; }
  .spec-highlight .spec-detail { color: rgba(255,255,255,0.6); }
  .spec-highlight:hover { border-color: var(--orange); }

  /* ─── CALCULADORA ─── */
  .calculadora { background: var(--off-white); }
  .calc-container {
    background: white;
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    max-width: 860px;
    margin: 48px auto 0;
    box-shadow: 0 12px 48px rgba(26,35,50,0.08);
  }
  .calc-header {
    background: var(--steel);
    padding: 28px 36px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .calc-header-icon {
    width: 48px; height: 48px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
  }
  .calc-header h3 { font-size: 18px; font-weight: 700; color: white; margin-bottom: 2px; }
  .calc-header p { font-size: 13px; color: rgba(255,255,255,0.6); }
  .calc-body { padding: 36px; }
  .calc-steps { display: flex; gap: 8px; margin-bottom: 32px; }
  .calc-step {
    flex: 1;
    height: 4px;
    background: var(--gray-light);
    border-radius: 2px;
    transition: background 0.3s;
  }
  .calc-step.active { background: var(--orange); }
  .calc-step.done { background: var(--success); }
  .calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
  .form-group { display: flex; flex-direction: column; gap: 7px; }
  .form-group label { font-size: 12.5px; font-weight: 600; color: var(--steel); letter-spacing: 0.02em; text-transform: uppercase; }
  .form-control {
    padding: 12px 16px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Sora', sans-serif;
    color: var(--text-dark);
    background: var(--off-white);
    transition: border-color 0.2s, background 0.2s;
    appearance: none;
    width: 100%;
  }
  .form-control:focus { outline: none; border-color: var(--orange); background: white; }
  .form-control::placeholder { color: var(--gray-mid); }
  select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b6660' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
  }
  .input-unit {
    position: relative;
    display: flex;
    align-items: center;
  }
  .input-unit .form-control { padding-right: 50px; }
  .input-unit .unit-label {
    position: absolute;
    right: 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-text);
    pointer-events: none;
  }
  .calc-preview {
    background: var(--off-white);
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    text-align: center;
  }
  .preview-num { font-size: 22px; font-weight: 800; color: var(--steel); }
  .preview-label { font-size: 11px; color: var(--gray-text); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px; }
  .btn-calcular {
    width: 100%;
    background: var(--orange);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 16px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    letter-spacing: 0.02em;
  }
  .btn-calcular:hover { background: var(--orange-hover); transform: translateY(-1px); }
  .btn-calcular:disabled { background: var(--gray-mid); cursor: not-allowed; transform: none; }

  /* Formulário de lead na calculadora */
  .calc-lead { display: none; }
  .calc-lead.active { display: block; }
  .calc-result { display: none; }
  .calc-result.active { display: block; }
  .result-box {
    background: linear-gradient(135deg, var(--steel) 0%, var(--steel-mid) 100%);
    border-radius: 14px;
    padding: 28px;
    color: white;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
  }
  .result-box::after {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(232,93,4,0.3) 0%, transparent 70%);
  }
  .result-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
  .result-price { font-size: 40px; font-weight: 800; color: white; line-height: 1; margin-bottom: 4px; }
  .result-price-note { font-size: 12px; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
  .result-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .result-detail-item { background: rgba(255,255,255,0.08); border-radius: 8px; padding: 10px 12px; }
  .result-detail-num { font-size: 16px; font-weight: 700; color: white; }
  .result-detail-label { font-size: 10px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 2px; }
  .calc-lead-form { display: flex; flex-direction: column; gap: 14px; margin-bottom: 16px; }
  .lead-note { font-size: 12px; color: var(--gray-text); text-align: center; line-height: 1.5; }
  .privacy-note { display: flex; align-items: flex-start; gap: 8px; font-size: 11.5px; color: var(--gray-text); margin-top: 8px; line-height: 1.5; }
  .privacy-note::before { content: '🔒'; flex-shrink: 0; font-size: 12px; }

  /* ─── NICHOS ─── */
  .nichos { background: white; }
  .nicho-tabs {
    display: flex;
    gap: 8px;
    margin: 32px 0;
    flex-wrap: wrap;
  }
  .nicho-tab {
    padding: 10px 20px;
    border: 1.5px solid var(--border);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    background: white;
    color: var(--gray-text);
    transition: all 0.2s;
  }
  .nicho-tab:hover { border-color: var(--orange); color: var(--orange); }
  .nicho-tab.active { background: var(--orange); border-color: var(--orange); color: white; }
  .nicho-content { display: none; }
  .nicho-content.active { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; animation: fadeIn 0.3s ease; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
  .nicho-text h3 { font-size: 22px; font-weight: 700; color: var(--steel); margin-bottom: 14px; line-height: 1.3; }
  .nicho-text p { font-size: 14.5px; color: var(--gray-text); line-height: 1.75; margin-bottom: 20px; }
  .nicho-bullets { display: flex; flex-direction: column; gap: 10px; }
  .nicho-bullet { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--text-mid); }
  .nicho-bullet::before { content: ''; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
  .nicho-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--gray-light);
  }
  .nicho-img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); }

  /* ─── DECRETO ─── */
  .decreto {
    background: var(--steel);
    padding: 60px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .decreto::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      repeating-linear-gradient(0deg, transparent, transparent 24px, rgba(255,255,255,0.02) 24px, rgba(255,255,255,0.02) 25px),
      repeating-linear-gradient(90deg, transparent, transparent 24px, rgba(255,255,255,0.02) 24px, rgba(255,255,255,0.02) 25px);
  }
  .decreto-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232,93,4,0.2);
    border: 1px solid rgba(232,93,4,0.4);
    border-radius: 50px;
    padding: 7px 18px;
    font-size: 12px;
    font-weight: 700;
    color: #ff8c47;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
  }
  .decreto h2 { font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; color: white; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; position: relative; }
  .decreto p { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.75; max-width: 600px; margin: 0 auto 32px; position: relative; }

  /* ─── DEPOIMENTOS ─── */
  .depoimentos { background: var(--off-white); }
  .depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 48px;
  }
  .depo-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 24px;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .depo-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(26,35,50,0.08); }
  .depo-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
  .depo-text { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
  .depo-author { display: flex; align-items: center; gap: 12px; }
  .depo-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--steel); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: white; flex-shrink: 0; }
  .depo-name { font-size: 13px; font-weight: 700; color: var(--steel); }
  .depo-role { font-size: 11.5px; color: var(--gray-text); }
  .google-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 36px auto 0;
    background: white;
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 12px 28px;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-mid);
  }

  /* ─── CONVERSÃO FINAL ─── */
  .conversao {
    background: white;
    padding: 80px 5%;
  }
  .conversao-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .urgencia-box {
    background: #fff8f0;
    border: 1.5px solid rgba(232,93,4,0.3);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 36px;
    font-size: 13.5px;
    color: var(--orange);
    font-weight: 500;
    line-height: 1.6;
  }
  .urgencia-box strong { color: #c04a00; }
  .lead-form-final {
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px;
    text-align: left;
  }
  .lead-form-final h3 { font-size: 18px; font-weight: 700; color: var(--steel); margin-bottom: 6px; }
  .lead-form-final .sub { font-size: 13.5px; color: var(--gray-text); margin-bottom: 24px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
  .form-select-wrap { margin-bottom: 14px; }
  .btn-submit-final {
    width: 100%;
    background: var(--orange);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 17px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 6px 24px rgba(232,93,4,0.35);
    letter-spacing: 0.01em;
    margin-top: 4px;
  }
  .btn-submit-final:hover { background: var(--orange-hover); transform: translateY(-1px); }
  .form-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .form-trust-item { display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--gray-text); }
  .form-trust-item svg { width: 14px; height: 14px; }

  /* ─── FOOTER ─── */
  footer {
    background: var(--steel);
    padding: 48px 5% 28px;
    color: rgba(255,255,255,0.6);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 36px;
  }
  .footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }
  .footer-about { font-size: 13px; line-height: 1.7; margin-bottom: 16px; }
  .footer-contact-item { display: flex; align-items: center; gap: 8px; font-size: 13px; margin-bottom: 8px; }
  .footer-contact-item a { color: rgba(255,255,255,0.75); text-decoration: none; }
  .footer-contact-item a:hover { color: var(--orange); }
  .footer-heading { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: white; margin-bottom: 16px; }
  .footer-link { display: block; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
  .footer-link:hover { color: var(--orange); }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
  }
  .cnpj { font-size: 11px; color: rgba(255,255,255,0.35); }

  /* ─── SUCCESS MESSAGE ─── */
  .success-msg {
    background: #f0faf5;
    border: 1.5px solid #a8e6c4;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    display: none;
  }
  .success-msg.show { display: block; }
  .success-msg h4 { font-size: 18px; font-weight: 700; color: var(--success); margin-bottom: 8px; }
  .success-msg p { font-size: 14px; color: #2d7a52; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { max-width: 480px; }
    .problema-grid { grid-template-columns: 1fr; }
    .calc-grid { grid-template-columns: 1fr; }
    .nicho-content.active { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .result-details { grid-template-columns: 1fr 1fr; }
    .stat-overlay { gap: 16px; }
  }
  @media (max-width: 640px) {
    nav { padding: 0 4%; }
    .nav-cta span { display: none; }
    .hero-visual { grid-template-columns: 1fr 1fr; }
    .hero-img.tall { grid-row: 1; }
    .calc-preview { grid-template-columns: 1fr; }
    .calc-body { padding: 22px; }
    .result-details { grid-template-columns: 1fr 1fr; }
    .float-wa span { display: none; }
    .float-wa { padding: 14px; border-radius: 50%; }
  }
  .container { max-width: 1200px; margin: 0 auto; width: 100%; }

  /* Animações de entrada */
  .fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }/* End custom CSS */