:root {
  --ink: #0b1720;
  --ink-soft: #253746;
  --muted: #5d6a72;
  --paper: #ffffff;
  --paper-soft: #f6f6f6;
  --line: #d9d9d9;
  --teal: #003c86;
  --teal-bright: #0b539c;
  --cyan: #22d6e6;
  --cyan-soft: #dffaff;
  --coral: #b42318;
  --amber: #ededed;
  --navy: #003c86;
  --blue: #0b539c;
  --shadow: 0 18px 60px rgba(0, 60, 134, 0.14);
  --radius: 8px;
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
  background: var(--paper);
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 32px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 217, 217, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 54px;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 6px;
}

.site-nav a,
.header-action,
.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
}

.site-nav a {
  min-height: 42px;
  padding: 0 13px;
  border-radius: 6px;
  color: var(--ink-soft);
  font-weight: 650;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal);
  background: #ededed;
}

.header-action {
  min-height: 42px;
  padding: 0 15px;
  color: white;
  background: var(--teal);
  border-radius: 6px;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(0, 60, 134, 0.24);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: white;
}

.lucide {
  width: 1.1em;
  height: 1.1em;
  stroke-width: 2.2;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  display: grid;
  align-items: start;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(0, 60, 134, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 60, 134, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f8fcfd 58%, #edf9fb 100%);
  background-size: 48px 48px, 48px 48px, auto;
}

.hero .container {
  width: min(1280px, calc(100% - 32px));
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  display: none;
}

.hero::after {
  right: -180px;
  top: -180px;
  width: 460px;
  height: 460px;
  border: 52px solid rgba(34, 214, 230, 0.16);
  border-radius: 50%;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  height: clamp(560px, calc(100svh - var(--header-height) - 72px), 680px);
  padding: 30px 0;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.hero-visual::after {
  display: none;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  filter: brightness(1.08) contrast(0.82) saturate(0.9);
  box-shadow: 0 28px 80px rgba(0, 60, 134, 0.12);
}

.hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  backdrop-filter: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow,
.form-section .section-kicker,
.contact-band .section-kicker {
  color: #ededed;
}

.hero .eyebrow {
  color: var(--teal);
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.75rem, 5.5vw, 5.9rem);
  line-height: 1;
  font-weight: 850;
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.32rem;
}

.hero-fee-badge {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 14px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 14px 16px;
  color: var(--teal);
  background: linear-gradient(90deg, #ffffff, var(--cyan-soft));
  border: 2px solid var(--cyan);
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 60, 134, 0.12), 0 0 0 6px rgba(34, 214, 230, 0.12);
}

.hero-fee-badge span {
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-fee-badge strong {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.9;
}

.hero-fee-badge small {
  max-width: 210px;
  color: var(--ink-soft);
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover,
.button:focus-visible,
.header-action:hover,
.header-action:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  color: white;
  background: var(--teal);
  box-shadow: 0 14px 32px rgba(0, 60, 134, 0.28);
}

.button.secondary {
  color: var(--teal);
  background: white;
  border: 1px solid #b9eef5;
}

.button.ghost {
  color: var(--teal);
  background: #ededed;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  margin: auto 0 0;
  padding: 0;
  border-top: 0;
}

.hero-metrics div {
  min-width: 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-metrics dt {
  color: var(--teal);
  font-size: 1.12rem;
  font-weight: 850;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.band {
  padding: 46px 0;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.intro h2,
.section-heading h2,
.form-copy h2,
.contact-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.35rem;
  line-height: 1.12;
}

.intro p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section {
  padding: 92px 0;
}

.proof-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 60, 134, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 60, 134, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 46px 46px;
}

.proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(34, 214, 230, 0.18), transparent 26rem),
    radial-gradient(circle at 84% 12%, rgba(0, 60, 134, 0.12), transparent 22rem);
}

.proof-section .section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  margin-bottom: 18px;
  padding: 0 22px;
  color: var(--teal);
  background: var(--cyan-soft);
  border: 1px solid #b9eef5;
  border-radius: 8px;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.proof-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.proof-card {
  position: relative;
  min-height: 250px;
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #c9edf3;
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(0, 60, 134, 0.1);
}

.proof-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 132px;
  height: 132px;
  border: 18px solid rgba(34, 214, 230, 0.16);
  border-radius: 50%;
}

.proof-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  color: white;
  background: linear-gradient(135deg, var(--teal), var(--teal-bright));
  border-radius: 8px;
  box-shadow: 0 0 0 6px rgba(34, 214, 230, 0.14);
}

.proof-card h3 {
  margin: 24px 0 10px;
  font-size: 1.35rem;
}

.proof-card p {
  margin: 0;
  color: var(--ink-soft);
}

.section.muted {
  background:
    linear-gradient(180deg, #ededed, #ffffff 72%),
    var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}

.service-grid,
.mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.mode-grid article,
.timeline article,
.briefing-form,
.notice,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.service-card,
.mode-grid article {
  min-height: 280px;
  border-top: 4px solid var(--teal);
  box-shadow: 0 14px 38px rgba(0, 60, 134, 0.06);
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.mode-grid article {
  padding: 28px;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
}

.service-card .lucide,
.mode-grid .lucide,
.notice .lucide {
  color: var(--teal);
  width: 30px;
  height: 30px;
}

.service-photo {
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(0.9) brightness(1.05);
}

.service-body {
  padding: 24px 28px 30px;
}

.service-card h3,
.mode-grid h3,
.timeline h3 {
  margin: 20px 0 10px;
  font-size: 1.22rem;
  line-height: 1.25;
}

.service-card p,
.mode-grid p,
.timeline p,
.faq-list p {
  margin: 0;
  color: var(--ink-soft);
}

.role-panel,
.scope-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.role-panel {
  margin-top: 22px;
}

.role-panel span,
.scope-tags span {
  padding: 10px 14px;
  color: var(--ink-soft);
  background: #ededed;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 700;
}

.scope-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 26px;
  background:
    linear-gradient(90deg, rgba(0, 60, 134, 0.06), rgba(34, 214, 230, 0.08)),
    #ffffff;
  border: 1px solid #d7edf1;
  border-radius: var(--radius);
}

.scope-copy h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
}

.scope-tags span {
  color: var(--teal);
  background: var(--cyan-soft);
  border-color: #b9eef5;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 108px;
  margin-bottom: 0;
}

.text-link {
  margin-top: 22px;
  color: var(--teal);
  font-weight: 850;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline article {
  position: relative;
  padding: 24px 24px 24px 78px;
  overflow: hidden;
  border-color: #c9edf3;
  box-shadow: 0 12px 36px rgba(0, 60, 134, 0.08);
}

.timeline article::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 58px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(var(--cyan), transparent);
}

.timeline span {
  position: absolute;
  left: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: white;
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 850;
  z-index: 1;
}

.timeline h3 {
  margin-top: 0;
}

.modes {
  padding-top: 28px;
}

.mode-grid article:nth-child(2) .lucide {
  color: var(--blue);
}

.mode-grid article:nth-child(3) .lucide {
  color: var(--teal);
}

.home-office-band {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #003c86, #002c64);
  background-size: 52px 52px, 52px 52px, auto;
}

.home-office-band::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -160px;
  width: 420px;
  height: 420px;
  border: 56px solid rgba(34, 214, 230, 0.15);
  border-radius: 50%;
}

.home-office-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
  z-index: 1;
}

.home-office-layout h2 {
  margin: 0;
  max-width: 580px;
  color: white;
  font-size: 2.35rem;
  line-height: 1.12;
}

.home-flow {
  display: grid;
  gap: 14px;
}

.home-flow article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(223, 250, 255, 0.28);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.home-flow span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--teal);
  background: var(--cyan-soft);
  border-radius: 8px;
  font-weight: 850;
}

.home-flow p {
  margin: 0;
  color: #f7feff;
  font-weight: 720;
}

.form-section {
  color: white;
  background:
    linear-gradient(135deg, rgba(0, 60, 134, 0.96), rgba(0, 44, 100, 0.98)),
    var(--navy);
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: start;
}

.form-copy {
  position: sticky;
  top: 108px;
}

.form-copy h2,
.contact-band h2 {
  color: white;
}

.form-copy p {
  color: #ededed;
  font-size: 1.08rem;
}

.notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(237, 237, 237, 0.28);
}

.notice .lucide {
  flex: 0 0 auto;
  color: #ededed;
}

.briefing-form {
  padding: 26px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-group-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin: 4px 0 18px;
  padding: 16px;
  background: linear-gradient(90deg, rgba(0, 60, 134, 0.08), rgba(34, 214, 230, 0.08));
  border: 1px solid #c9edf3;
  border-radius: 8px;
}

.form-group-title span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: white;
  background: var(--teal);
  border-radius: 8px;
  font-weight: 850;
}

.form-group-title h3 {
  margin: 0 0 2px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.form-group-title p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.briefing-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  font-weight: 760;
}

.field-hint {
  margin: -8px 0 16px;
  color: var(--muted);
  font-size: 0.88rem;
}

.briefing-form input,
.briefing-form select,
.briefing-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cfd4d6;
  border-radius: 6px;
  outline: none;
}

.briefing-form textarea {
  resize: vertical;
  min-height: 132px;
}

.briefing-form input:focus,
.briefing-form select:focus,
.briefing-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 60, 134, 0.16);
}

.confirm-line {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--ink);
}

.confirm-line input {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin-top: 3px;
  accent-color: var(--teal);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--teal);
  font-weight: 750;
}

.form-status[data-type="error"] {
  color: var(--coral);
}

.faq {
  background: var(--paper-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin-top: 12px;
}

.contact-band {
  padding: 60px 0;
  color: white;
  background: var(--navy);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: start;
}

address {
  display: grid;
  gap: 12px;
  font-style: normal;
}

address a,
address span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ededed;
  text-decoration: none;
}

address a:hover,
address a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ededed;
}

.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: white;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(0, 60, 134, 0.32);
}

.float-whatsapp .lucide {
  width: 27px;
  height: 27px;
}

.site-footer {
  padding: 26px 0;
  color: #ededed;
  background: #0b1720;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: white;
  text-decoration: none;
  font-weight: 750;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0 20px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 18px 20px 24px;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(0, 60, 134, 0.12);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    justify-content: flex-start;
    min-height: 46px;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: calc(90svh - var(--header-height));
  }

  .hero-content {
    grid-template-columns: 1fr;
    height: auto;
    align-items: start;
  }

  .hero-visual {
    max-width: 620px;
    height: auto;
    margin: 0 auto;
  }

  .hero-visual img {
    height: auto;
    object-fit: contain;
  }

  .hero-panel {
    height: auto;
  }

  .hero h1 {
    font-size: 3.75rem;
  }

  .hero-copy {
    max-width: 560px;
    font-size: 1.12rem;
  }

  .hero-metrics,
  .intro-grid,
  .process-layout,
  .form-layout,
  .faq-layout,
  .contact-layout,
  .proof-grid,
  .scope-panel,
  .home-office-layout {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .mode-grid {
    grid-template-columns: 1fr;
  }

  .sticky-heading,
  .form-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .brand-logo {
    width: auto;
    height: 48px;
  }

  .hero {
    min-height: calc(92svh - var(--header-height));
  }

  .hero-content {
    padding: 14px 0 48px;
  }

  .hero-panel {
    padding: 22px;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-fee-badge {
    grid-template-columns: 1fr;
    gap: 4px;
    width: 100%;
  }

  .hero-actions,
  .form-actions,
  .footer-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 42px;
  }

  .intro h2,
  .section-heading h2,
  .form-copy h2,
  .contact-band h2,
  .home-office-layout h2 {
    font-size: 1.95rem;
  }

  .section {
    padding: 68px 0;
  }

  .timeline article {
    padding: 22px;
  }

  .timeline article::before {
    display: none;
  }

  .timeline span {
    position: static;
    margin-bottom: 14px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .briefing-form {
    padding: 18px;
  }

  .float-whatsapp {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.28rem;
  }
}
