.elementor-1055 .elementor-element.elementor-element-0565a27{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1055 .elementor-element.elementor-element-0565a27{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-cc04a20 */:root {
      --primary: #004aad;
      --primary-dark: #00347a;
      --accent: #ffcc00;
      --bg: #f5f7fb;
      --text: #222;
      --muted: #666;
      --radius: 10px;
      --shadow-soft: 0 10px 25px rgba(0, 0, 0, 0.08);
      --shadow-hover: 0 14px 35px rgba(0, 0, 0, 0.12);
    }
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      line-height: 1.6;
      color: var(--text);
      background: var(--bg);
    }
    a {
      color: inherit;
      text-decoration: none;
    }

    /* Top bar */
    .topbar {
      background: var(--primary-dark);
      color: #fff;
      font-size: 13px;
      padding: 6px 16px;
      text-align: center;
    }
    .topbar span {
      opacity: 0.9;
    }

    /* Header */
    header {
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: sticky;
      top: 0;
      z-index: 99;
    }
    .header-inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .logo-icon {
      width: 36px;
      height: 36px;
      border-radius: 30% 70% 60% 40%;
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      box-shadow: var(--shadow-soft);
    }
    .logo-text {
      display: flex;
      flex-direction: column;
    }
    .logo-text strong {
      font-size: 18px;
      letter-spacing: 0.02em;
    }
    .logo-text span {
      font-size: 12px;
      color: var(--muted);
    }
    .header-phone {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
    }
    .header-phone small {
      color: var(--muted);
      display: block;
      text-align: right;
      font-size: 11px;
    }
    .btn-primary {
      background: var(--accent);
      color: #000;
      font-weight: 700;
      padding: 10px 18px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: var(--shadow-soft);
      border: none;
      cursor: pointer;
      font-size: 14px;
      transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
      white-space: nowrap;
    }
    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow-hover);
      background: #ffd633;
    }

    /* Hero */
    .hero {
      background: radial-gradient(circle at top left, #e0ebff, #f5f7fb);
      padding: 32px 16px 40px;
    }
    .hero-inner {
      max-width: 1120px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      gap: 28px;
      align-items: center;
    }
    .hero-badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 12px;
    }
    .hero-badge {
      background: rgba(0, 74, 173, 0.08);
      color: var(--primary-dark);
      padding: 4px 10px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }
    .hero h1 {
      font-size: 28px;
      margin-bottom: 8px;
      color: var(--primary-dark);
    }
    .hero h1 span {
      color: var(--primary);
    }
    .hero-sub {
      font-size: 15px;
      color: var(--muted);
      margin-bottom: 16px;
      max-width: 540px;
    }
    .hero-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 22px;
      font-size: 13px;
      margin-bottom: 18px;
    }
    .hero-list-item::before {
      content: "✔";
      margin-right: 6px;
      color: #0b9444;
      font-weight: bold;
    }
    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
      margin-bottom: 14px;
    }
    .hero-phone-text {
      font-size: 13px;
      color: var(--muted);
    }
    .hero-phone-text strong {
      font-size: 16px;
      color: var(--primary-dark);
    }
    .hero-trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      font-size: 11px;
      color: var(--muted);
      margin-top: 4px;
    }
    .hero-trust-pill {
      background: #fff;
      padding: 6px 10px;
      border-radius: 999px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .hero-trust-pill span {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--primary-dark);
      font-weight: 600;
    }

    /* Hero - card lateral */
    .hero-card {
      background: #fff;
      border-radius: 14px;
      padding: 18px 18px 20px;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(0, 0, 0, 0.03);
    }
    .hero-card h2 {
      font-size: 18px;
      margin-bottom: 6px;
      color: var(--primary-dark);
    }
    .hero-card p {
      font-size: 13px;
      color: var(--muted);
      margin-bottom: 14px;
    }
    .hero-steps {
      list-style: none;
      margin-bottom: 16px;
    }
    .hero-steps li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 13px;
      margin-bottom: 8px;
    }
    .hero-step-number {
      width: 20px;
      height: 20px;
      border-radius: 999px;
      background: rgba(0, 74, 173, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      color: var(--primary-dark);
      font-weight: 700;
    }
    .hero-small-badge {
      font-size: 11px;
      color: var(--muted);
      margin-bottom: 6px;
    }
    .hero-phone-big {
      font-size: 16px;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 6px;
    }

    /* Layout base */
    .section {
      max-width: 1120px;
      margin: 0 auto;
      padding: 28px 16px;
    }
    .section h2 {
      font-size: 22px;
      margin-bottom: 6px;
      color: var(--primary-dark);
    }
    .section p.section-sub {
      font-size: 14px;
      color: var(--muted);
      margin-bottom: 18px;
      max-width: 640px;
    }

    /* Cards de serviços */
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .card {
      background: #fff;
      border-radius: var(--radius);
      padding: 16px 14px;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(0, 0, 0, 0.03);
      transition: transform 0.12s ease, box-shadow 0.12s ease;
    }
    .card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
    }
    .card-tag {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--primary);
      margin-bottom: 4px;
    }
    .card h3 {
      font-size: 16px;
      margin-bottom: 6px;
      color: #222;
    }
    .card p {
      font-size: 13px;
      color: var(--muted);
      margin-bottom: 10px;
    }
    .card ul {
      margin-left: 16px;
      font-size: 13px;
      color: var(--muted);
    }
    .card ul li {
      margin-bottom: 4px;
    }

    /* Bloco regiões + diferenciais */
    .two-cols {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 20px;
      align-items: flex-start;
    }
    .pill-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
    }
    .pill {
      font-size: 11px;
      background: #fff;
      border-radius: 999px;
      padding: 5px 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
      color: var(--muted);
    }
    .feature-list {
      list-style: none;
      margin-top: 8px;
      font-size: 13px;
      color: var(--muted);
    }
    .feature-list li {
      margin-bottom: 6px;
    }
    .feature-list li::before {
      content: "•";
      margin-right: 6px;
      color: var(--primary);
    }

    /* Depoimentos */
    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .testi-card {
      background: #fff;
      border-radius: var(--radius);
      padding: 14px 14px 16px;
      box-shadow: var(--shadow-soft);
      font-size: 13px;
      color: var(--muted);
    }
    .testi-name {
      margin-top: 8px;
      font-weight: 600;
      color: var(--primary-dark);
      font-size: 13px;
    }
    .testi-meta {
      font-size: 11px;
      color: var(--muted);
    }

    /* FAQ */
    .faq-item {
      background: #fff;
      border-radius: var(--radius);
      box-shadow: var(--shadow-soft);
      margin-bottom: 10px;
      overflow: hidden;
    }
    .faq-question {
      padding: 10px 14px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      color: var(--primary-dark);
    }
    .faq-question span {
      flex: 1;
      padding-right: 10px;
    }
    .faq-toggle {
      font-size: 20px;
      color: var(--muted);
      width: 20px;
      text-align: center;
    }
    .faq-answer {
      padding: 0 14px 10px;
      font-size: 13px;
      color: var(--muted);
      display: none;
    }
    .faq-item.active .faq-answer {
      display: block;
    }
    .faq-item.active .faq-toggle {
      transform: rotate(45deg);
    }

    /* CTA final */
    .cta-final {
      max-width: 1120px;
      margin: 0 auto 24px;
      padding: 20px 16px 26px;
    }
    .cta-box {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
      color: #fff;
      border-radius: 14px;
      padding: 18px 18px 20px;
      box-shadow: var(--shadow-hover);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
    }
    .cta-box h2 {
      font-size: 20px;
      margin-bottom: 4px;
    }
    .cta-box p {
      font-size: 13px;
      opacity: 0.94;
    }
    .cta-box-phone {
      font-size: 16px;
      font-weight: 700;
    }
    .cta-box small {
      font-size: 11px;
      opacity: 0.8;
    }

    /* Footer */
    footer {
      text-align: center;
      padding: 12px 16px 16px;
      font-size: 11px;
      color: var(--muted);
    }

    /* Botão flutuante */
    .floating-call {
      position: fixed;
      right: 14px;
      bottom: 16px;
      z-index: 99;
    }
    .floating-call a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #0bbf5b;
      color: #fff;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 600;
      box-shadow: var(--shadow-hover);
    }
    .floating-call span.icon {
      font-size: 16px;
    }

    /* Responsivo */
    @media (max-width: 860px) {
      .hero-inner {
        grid-template-columns: minmax(0, 1fr);
      }
      .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .two-cols {
        grid-template-columns: minmax(0, 1fr);
      }
      .testimonials-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }
    @media (max-width: 640px) {
      .header-inner {
        flex-direction: column;
        align-items: flex-start;
      }
      .cards-grid {
        grid-template-columns: minmax(0, 1fr);
      }
      .cta-box {
        flex-direction: column;
        align-items: flex-start;
      }
      .hero {
        padding-top: 24px;
      }
      .hero h1 {
        font-size: 24px;
      }
    }/* End custom CSS */