:root{
  --navy:#07345f;--blue:#0d67b5;--sky:#eaf5ff;--green:#39bd7a;--ink:#102a43;
  --muted:#52697c;--line:#dfeaf2;--white:#fff;--bg:#f8fbfd;--radius:20px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.55}
a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,232,240,.8)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;margin-right:auto}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#0b67b4,#39bd7a);color:#fff;display:grid;place-items:center;font-weight:800;font-size:21px;box-shadow:0 8px 20px rgba(13,103,181,.2)}.brand strong{display:block;font-size:20px;color:var(--navy);letter-spacing:-.6px}.brand small{display:block;color:#71879a;font-size:8px;font-weight:700;letter-spacing:.3px}
.nav{display:flex;gap:26px;font-size:12px;font-weight:700;color:#4d6579}.nav a{padding:28px 0;position:relative}.nav a.active,.nav a:hover{color:var(--blue)}.nav a.active:after{content:"";position:absolute;height:3px;left:0;right:0;bottom:17px;background:var(--green);border-radius:4px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:14px 23px;font:700 12px Manrope;cursor:pointer;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(8,55,94,.15)}.btn-primary{background:linear-gradient(135deg,#075b9f,#0d79ce);color:#fff}.btn-light{background:#fff;color:var(--navy);border:1px solid rgba(255,255,255,.7)}.btn-green{background:var(--green);color:#073b35}.menu-toggle{display:none;border:0;background:none;font-size:24px;color:var(--navy)}
.hero{min-height:590px;position:relative;overflow:hidden;background:#e9f4fb}.hero-image{position:absolute;inset:0 0 0 43%;background-image:url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1600&q=85");background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#f7fbfe 0%,#f7fbfe 35%,rgba(247,251,254,.92) 48%,rgba(247,251,254,0) 76%)}.hero-content{position:relative;z-index:2;min-height:590px;display:flex;align-items:center}.hero-copy{width:52%;padding:55px 0}.eyebrow{margin:0 0 14px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:2px}.hero h1{font-size:50px;line-height:1.08;letter-spacing:-2px;color:var(--navy);margin:0 0 20px}.hero h1 em{font-style:normal;color:#2789d8}.hero-text{max-width:535px;color:#587087;font-size:15px}.hero-actions{display:flex;gap:12px;margin:28px 0}.hero-tags{display:flex;gap:19px;color:#315975;font-size:11px;font-weight:800;flex-wrap:wrap}.hero-note{position:absolute;right:7%;bottom:42px;z-index:3;background:#fff;padding:13px 18px;border-radius:14px;box-shadow:0 15px 35px rgba(10,50,80,.15);font-size:11px;font-weight:800;color:var(--navy)}
.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}.trust-grid>div{padding:26px 20px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid b{display:block;color:var(--navy);font-size:12px;margin-bottom:5px}.trust-grid span{display:block;color:var(--muted);font-size:10px}
.section{padding:95px 0}.services{background:var(--bg)}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:38px}.section-heading h2,.about h2,.faq h2,.quote h2{font-size:35px;line-height:1.15;letter-spacing:-1.3px;color:var(--navy);margin:0}.section-heading>p{max-width:440px;color:var(--muted);font-size: 15px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.card{background:#fff;border:1px solid #e3edf4;border-radius:var(--radius);padding:24px;min-height:205px;box-shadow:0 5px 20px rgba(20,70,100,.035);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(20,70,100,.09);border-color:#c9e2f3}.card.featured{border-color:#c9eadc;background:linear-gradient(180deg,#fff,#f5fffa)}.icon{width:43px;height:43px;border-radius:14px;background:#eaf5ff;color:var(--blue);display:grid;place-items:center;font-size:21px;font-weight:800;margin-bottom:17px}.featured .icon{background:#e4f8ee;color:#15945b}.card h3{font-size:15px;margin:0 0 7px;color:var(--navy)}.card p{font-size:11px;color:var(--muted);margin:0 0 18px}.card a{font-size:10px;color:var(--blue);font-weight:800}
.about{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.about-photo{height:430px;border-radius:30px 100px 30px 100px;background-image:url("https://images.unsplash.com/photo-1560472355-536de3962603?auto=format&fit=crop&w=1000&q=85");background-size:cover;background-position:center;box-shadow:0 25px 60px rgba(13,62,94,.12)}.about-copy>p:not(.eyebrow){color:var(--muted);font-size: 15px}.about-copy ul{list-style:none;padding:0;margin:25px 0 0;display:grid;gap:11px}.about-copy li{font-size:12px;font-weight:700;color:#36536b}.about-copy li:before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;margin-right:9px;background:#e4f8ee;color:#15945b;border-radius:50%;font-weight:900}
.process{background:#f5faff}.compact{align-items:center}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:13px}.steps div{text-align:center}.steps b{display:grid;place-items:center;margin:auto auto 10px;width:43px;height:43px;border-radius:50%;background:#e6f3fd;color:var(--blue);font-size:12px}.steps span{font-size:10px;font-weight:700;color:#49667d}.steps i{color:#8aa9bf;font-style:normal}
.training-banner{padding:65px 0;background:linear-gradient(110deg,#073b67,#075e9e);color:#fff}.banner-grid{display:grid;grid-template-columns:1.2fr 1fr auto;gap:50px;align-items:center}.training-banner .eyebrow{color:#72dca9}.training-banner h2{font-size:34px;line-height:1.12;margin:0;letter-spacing:-1px}.training-banner p:not(.eyebrow){font-size: 15px;color:#d4e8f5}
.content-section{background:#fff}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.articles article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.article-img{height:185px;background-size:cover;background-position:center}.img-1{background-image:url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=800&q=80")}.img-2{background-image:url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=800&q=80")}.img-3{background-image:url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=800&q=80")}.articles article h3,.articles article small,.articles article span{margin-left:20px;margin-right:20px}.articles small{display:block;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:1px;margin-top:18px}.articles h3{font-size:15px;line-height:1.3;color:var(--navy)}.articles span{display:block;font-size:9px;color:#8a9baa;margin-bottom:20px}.text-link{color:var(--blue);font-size:11px;font-weight:800}
.faq{background:var(--bg)}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq-grid>div:first-child>p:not(.eyebrow){color:var(--muted);font-size: 15px}.faq-list{display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 21px}.faq-list summary{cursor:pointer;font-weight:800;color:var(--navy);font-size:12px}.faq-list p{font-size:11px;color:var(--muted);margin:14px 0 0}
.quote{background:var(--navy);color:#fff;padding:90px 0}.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.quote h2{color:#fff}.quote> .container>div>p:not(.eyebrow){color:#b9d1e3;font-size: 15px}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:14px;font:500 11px Manrope;outline:none}.quote-form input::placeholder,.quote-form textarea::placeholder{color:#a8c1d3}.quote-form select{color:#a8c1d3}.quote-form textarea{grid-column:1/-1;min-height:105px;resize:vertical}.quote-form button{border:0}
.footer{background:#052b4b;color:#b5ccdc;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px}.brand-footer{margin-bottom:18px}.brand-footer strong{color:#fff}.brand-footer small{color:#90aec3}.footer p{font-size:11px;max-width:260px}.footer h4{color:#fff;font-size:11px;margin:0 0 14px}.footer-grid>div:not(:first-child) a,.footer-grid>div:not(:first-child) span{display:block;font-size:10px;margin:8px 0;color:#b5ccdc}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;font-size:9px}.whatsapp{position:fixed;right:22px;bottom:22px;width:55px;height:55px;border-radius:50%;background:#39bd7a;color:#073b35;display:grid;place-items:center;font-size:25px;font-weight:900;z-index:30;box-shadow:0 12px 30px rgba(0,0,0,.2)}
@media(max-width:950px){.nav{gap:14px}.cards{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div{border-bottom:1px solid var(--line)}.steps{grid-template-columns:repeat(3,1fr);gap:28px}.steps i{display:none}.banner-grid{grid-template-columns:1fr}.faq-grid,.quote-grid,.about-grid{grid-template-columns:1fr;gap:40px}.hero-copy{width:62%}.hero h1{font-size:43px}}
@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:15px 20px;flex-direction:column;gap:0;border-bottom:1px solid var(--line);box-shadow:0 15px 30px rgba(0,0,0,.06)}.nav.open{display:flex}.nav a{padding:13px 0}.nav a.active:after{bottom:5px}.nav-cta{display:none}.menu-toggle{display:block}.hero{min-height:650px}.hero-image{inset:62% 0 0}.hero-overlay{background:linear-gradient(180deg,#f7fbfe 0%,#f7fbfe 45%,rgba(247,251,254,.25) 72%,rgba(247,251,254,0) 100%)}.hero-content{min-height:650px;align-items:flex-start}.hero-copy{width:100%;padding:55px 0}.hero h1{font-size:38px}.hero-text{font-size: 15px}.hero-note{display:none}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0}.section{padding:70px 0}.section-heading{display:block}.section-heading h2,.about h2,.faq h2,.quote h2{font-size:29px}.section-heading>p{margin-top:20px}.cards,.articles{grid-template-columns:1fr}.about-photo{height:300px}.steps{grid-template-columns:repeat(2,1fr)}.quote-form{grid-template-columns:1fr}.quote-form textarea{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.hero-actions{flex-direction:column;align-items:flex-start}.hero-tags{margin-top:18px;position:relative;z-index:3;gap:10px 14px;}.hero-actions .btn{width:100%}}



/* =========================================================
   PÁGINA DE SERVIÇOS — VISUAL FERRAZSST
   ========================================================= */

.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fbfe 0%, #eaf5ff 100%);
  padding: 105px 0 100px;
}

.page-hero:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -130px;
  top: -170px;
  border-radius: 50%;
  background: rgba(57, 189, 122, .10);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.page-hero h1 {
  max-width: 800px;
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -2px;
}

.page-hero p {
  max-width: 650px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.intro-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.intro-service h2 {
  margin: 0;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -1.3px;
}

.intro-service > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.section-soft {
  background: var(--bg);
}

.services-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-detail-card {
  position: relative;
  min-height: 285px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e1ebf2;
  border-radius: 22px;
  box-shadow: 0 8px 25px rgba(20, 70, 100, .045);
  transition: .25s ease;
}

.service-detail-card:hover {
  transform: translateY(-6px);
  border-color: #c8e1f1;
  box-shadow: 0 18px 40px rgba(20, 70, 100, .10);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 13px;
  background: #eaf5ff;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.service-detail-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
}

.service-detail-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.service-detail-card a {
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
}

.training-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 55px 60px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f0faf6, #f7fbfe);
  border: 1px solid #dceee6;
}

.training-callout h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1px;
}

.training-callout p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.cta-section {
  padding-top: 20px;
  padding-bottom: 95px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 55px 60px;
  border-radius: 28px;
  background: var(--navy);
  color: #fff;
}

.cta-box h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1px;
}

.cta-box p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #b9d1e3;
  font-size: 15px;
  line-height: 1.65;
}

.footer-brand {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}


/* RESPONSIVO — SERVIÇOS */

@media (max-width: 1050px) {
  .services-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero h1 {
    font-size: 45px;
  }
}

@media (max-width: 720px) {
  .page-hero {
    padding: 75px 0 70px;
  }

  .page-hero h1 {
    font-size: 37px;
    letter-spacing: -1.2px;
  }

  .page-hero p {
    font-size: 15px;
  }

  .intro-service {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .intro-service h2 {
    font-size: 30px;
  }

  .services-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    min-height: auto;
  }

  .training-callout,
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 28px;
  }

  .training-callout h2,
  .cta-box h2 {
    font-size: 28px;
  }
}


/* AJUSTE DOS BOTÕES — PÁGINA SERVIÇOS */

.page-hero .btn-primary,
.training-callout .btn-primary,
.cta-box .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-height: 48px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #075b9f, #0d79ce);
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(8, 70, 110, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-hero .btn-primary:hover,
.training-callout .btn-primary:hover,
.cta-box .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 70, 110, .20);
}

@media (max-width: 720px) {
  .page-hero .btn-primary,
  .training-callout .btn-primary,
  .cta-box .btn-primary {
    width: auto;
    min-height: 48px;
    padding: 14px 22px;
  }
}

/* AJUSTE DO BOTAO — PAGINA TREINAMENTOS */
.page-hero .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 48px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #075b9f, #0d79ce);
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(8, 70, 110, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-hero .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 70, 110, .20);
}

@media (max-width: 720px) {
  .page-hero .btn-primary {
    width: auto;
    min-height: 48px;
    padding: 14px 22px;
  }
}

/* BOTAO DA SECAO FALE COM A FERRAZSST */
.section .section-heading .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 48px;
  margin-top: 24px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #075b9f, #0d79ce);
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(8, 70, 110, .14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.section .section-heading .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(8, 70, 110, .20);
}

/* =========================================================
   MENU MOBILE FERRAZSST — PADRÃO FINAL
   ========================================================= */

.menu-toggle {
    display: none;
}

@media (max-width: 720px) {

    .nav-wrap {
        position: relative;
        min-height: 76px;
    }

    .menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
        padding: 0;
        border: 1px solid #d7e4ec;
        border-radius: 10px;
        background: #ffffff;
        color: #075b9f;
        font-size: 25px;
        line-height: 1;
        cursor: pointer;
        z-index: 1001;
        box-shadow: 0 4px 14px rgba(0, 50, 80, 0.10);
    }

    .menu-toggle:hover {
        background: #f4f9fc;
    }

    .nav {
        display: none !important;
        position: absolute !important;
        top: 76px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 12px 20px 18px !important;
        background: #ffffff !important;
        border-top: 1px solid #e5edf2;
        border-bottom: 1px solid #dce7ee;
        box-shadow: 0 12px 28px rgba(0, 40, 70, 0.12);
        z-index: 1000;
    }

    .nav.open {
        display: flex !important;
    }

    .nav a {
        display: block;
        width: 100%;
        padding: 14px 4px !important;
        color: #17384d;
        text-decoration: none;
    }

    .nav a.active {
        color: #075b9f;
        font-weight: 800;
    }

    .nav .btn-nav {
        display: block;
        width: 100%;
        margin-top: 8px;
        padding: 13px 18px !important;
        text-align: center;
        border-radius: 999px;
        background: linear-gradient(135deg, #075b9f, #0d79ce);
        color: #ffffff !important;
    }

    .nav-cta {
        display: none !important;
    }

    .brand {
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 721px) {
    .menu-toggle {
        display: none !important;
    }
}


/* FAQ */
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:32px;
}

.faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0 20px;
  box-shadow:0 8px 25px rgba(13,62,94,.05);
}

.faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:20px 30px 20px 0;
  position:relative;
  font-size: 15px;
  font-weight:800;
  color:var(--navy);
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  position:absolute;
  right:2px;
  top:16px;
  font-size:22px;
  font-weight:400;
  color:var(--blue);
}

.faq-item[open] summary::after{
  content:"−";
}

.faq-item p{
  margin:0;
  padding:0 0 20px;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}

@media (max-width:700px){
  .faq-grid{
    grid-template-columns:1fr;
  }
}

/* TIPOGRAFIA DEFINITIVA - LEGIBILIDADE FERRAZSST */

.brand small {
  font-size: 9px;
  color: #52697c;
}

.hero-tags {
  font-size: 12px;
  color: #315975;
}

.hero-note {
  font-size: 15px;
  color: #52697c;
}

.trust-grid span {
  font-size: 15px;
  color: #52697c;
}

.card p {
  font-size: 15px;
  line-height: 1.6;
  color: #52697c;
}

.card a {
  font-size: 15px;
}

.about-copy li {
  font-size: 15px;
  line-height: 1.6;
  color: #36536b;
}

.steps span {
  font-size: 15px;
  color: #49667d;
}

.articles small {
  font-size: 12px;
}

.articles span {
  font-size: 15px;
  color: #52697c;
}

.text-link {
  font-size: 15px;
}

.faq-list p {
  font-size: 15px;
  line-height: 1.6;
  color: #52697c;
}

.footer p {
  font-size: 15px;
  color: #52697c;
}

.footer-grid > div:not(:first-child) a,
.footer-grid > div:not(:first-child) span {
  font-size: 15px;
  color: #52697c;
}

.copyright {
  font-size: 12px;
  color: #52697c;
}

.quote > .container > div > p:not(.eyebrow) {
  font-size: 15px;
  color: #c5d8e5;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  font-size: 15px;
}
