/* =========================================================
   PRODUTOR RURAL MS — GNS ADVOGADOS + GRANDORA
   Identidade: azul-marinho, dourado e tons naturais.
   ========================================================= */

:root {
  --navy-950: #071625;
  --navy-900: #0b1f33;
  --navy-800: #12314d;
  --navy-700: #1a456a;
  --gold-500: #c39a4a;
  --gold-400: #d6b36a;
  --sand-100: #f5f0e6;
  --sand-50: #fbf8f2;
  --white: #ffffff;
  --ink: #172331;
  --muted: #617080;
  --line: rgba(11, 31, 51, 0.12);
  --shadow: 0 24px 70px rgba(7, 22, 37, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(214, 179, 106, 0.8);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--gold-400);
  color: var(--navy-950);
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

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

.section {
  padding: 104px 0;
}

.section-light {
  background: var(--white);
}

.section-sand {
  background: var(--sand-50);
}

.section-navy {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(195, 154, 74, 0.11), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(26, 69, 106, 0.45), transparent 35%),
    var(--navy-950);
  color: var(--white);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 48px;
}

.section-heading h2,
.partnership-copy h2,
.contact-copy h2 {
  margin: 10px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-heading p,
.partnership-copy p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.light p {
  color: rgba(255, 255, 255, 0.68);
}

.eyebrow {
  margin: 0;
  color: var(--gold-400);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #9a7026;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 22, 37, 0.9);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 179, 106, 0.65);
  border-radius: 50%;
  color: var(--gold-400);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--gold-400);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav .nav-cta {
  padding: 11px 17px;
  border: 1px solid rgba(214, 179, 106, 0.5);
  border-radius: 999px;
  color: var(--gold-400);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--white);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 88px 0 34px;
  color: var(--white);
  background:
    linear-gradient(130deg, rgba(7, 22, 37, 1) 0%, rgba(11, 31, 51, 0.98) 58%, rgba(18, 49, 77, 0.96) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  width: 520px;
  height: 520px;
  right: -180px;
  top: -160px;
  background: radial-gradient(circle, rgba(195, 154, 74, 0.22), transparent 66%);
}

.hero-glow-two {
  width: 420px;
  height: 420px;
  left: -210px;
  bottom: 60px;
  background: radial-gradient(circle, rgba(26, 69, 106, 0.75), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.68fr);
  align-items: center;
  gap: 72px;
}

.hero-copy h1 {
  max-width: 810px;
  margin: 14px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.8vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-text {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 20px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold-400);
  color: var(--navy-950);
  box-shadow: 0 16px 38px rgba(195, 154, 74, 0.18);
}

.button-primary:hover {
  background: #e3c27e;
  box-shadow: 0 18px 44px rgba(195, 154, 74, 0.28);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.button-full {
  width: 100%;
}

.hero-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
}

.hero-panel {
  overflow: hidden;
  border: 1px solid rgba(214, 179, 106, 0.22);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.hero-panel-top {
  padding: 24px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-panel-top span,
.hero-contact span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel-top strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.focus-list {
  margin: 0;
  padding: 10px 26px;
  list-style: none;
}

.focus-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.focus-list li:last-child {
  border-bottom: 0;
}

.focus-icon {
  color: var(--gold-400);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
}

.focus-list strong,
.focus-list small {
  display: block;
}

.focus-list strong {
  font-size: 0.96rem;
}

.focus-list small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.5);
}

.hero-contact {
  padding: 20px 26px 24px;
  background: rgba(0, 0, 0, 0.1);
}

.hero-contact a {
  display: inline-block;
  margin-top: 6px;
  color: var(--gold-400);
  font-size: 1.25rem;
  font-weight: 850;
}

.trust-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 84px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-strip div {
  padding: 24px 28px 4px 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--gold-400);
  font-size: 0.84rem;
}

.trust-strip span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

/* Cards */
.cards-grid {
  display: grid;
  gap: 20px;
}

.warning-grid {
  grid-template-columns: repeat(4, 1fr);
}

.info-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(7, 22, 37, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(7, 22, 37, 0.1);
}

.card-number {
  color: #9a7026;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.info-card h3,
.service-card h3,
.timeline-step h3,
.documents-box h3,
.partner-card h3 {
  margin: 18px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.18;
}

.info-card h3 {
  font-size: 1.35rem;
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 34px;
  border: 1px solid rgba(214, 179, 106, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.055);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid rgba(214, 179, 106, 0.14);
}

.service-tag {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(214, 179, 106, 0.28);
  border-radius: 999px;
  color: var(--gold-400);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: 440px;
  margin-top: 24px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.service-card ul {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.66);
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-400);
}

/* Timeline */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.timeline-step {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
}

.timeline-step > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-400);
  font-family: Georgia, "Times New Roman", serif;
}

.timeline-step h3 {
  font-size: 1.25rem;
}

.timeline-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.documents-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  margin-top: 28px;
  padding: 42px;
  border-radius: var(--radius-lg);
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow);
}

.documents-box h3 {
  margin-top: 10px;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
}

.documents-box p {
  color: rgba(255, 255, 255, 0.62);
}

.documents-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.documents-box li {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

/* Partnership */
.partnership-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.partnership-copy p + p {
  margin-top: 18px;
}

.partnership-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.partner-card {
  min-height: 340px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--sand-50);
}

.partner-card:nth-child(2) {
  margin-top: 44px;
}

.partner-initial {
  display: inline-grid;
  min-width: 54px;
  height: 54px;
  place-items: center;
  padding: 0 12px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-400);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.partner-card h3 {
  margin-top: 36px;
  font-size: 1.45rem;
}

.partner-card p {
  margin: 0;
  color: var(--muted);
}

/* FAQ */
.faq-list {
  max-width: 900px;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  padding: 22px 58px 22px 24px;
  font-weight: 800;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-400);
  font-size: 1.6rem;
  font-weight: 400;
}

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

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, 0.62);
}

/* Contact */
.contact-section {
  background:
    linear-gradient(115deg, rgba(245, 240, 230, 0.88), rgba(255, 255, 255, 0.98)),
    var(--sand-50);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 116px;
}

.contact-direct {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.contact-direct span,
.contact-direct a {
  display: block;
}

.contact-direct span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-direct a {
  margin-top: 8px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 800;
}

.contact-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(11, 31, 51, 0.16);
  border-radius: 12px;
  background: #fbfcfd;
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  transition: border 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(195, 154, 74, 0.12);
}

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

.contact-form .consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.form-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  border-radius: 999px;
  background: #1fa855;
  color: var(--white);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  font-size: 0.88rem;
  font-weight: 850;
  transition: transform 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

/* Footer */
.site-footer {
  padding: 70px 0 26px;
  background: #05101c;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.7fr;
  gap: 48px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
}

.footer-grid > div > strong {
  margin-bottom: 14px;
  color: var(--gold-400);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid a {
  margin-bottom: 9px;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.37);
  font-size: 0.75rem;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .info-card,
  .whatsapp-float {
    transition: none;
  }
}

/* Responsive */
@media (max-width: 1040px) {
  .main-nav {
    gap: 16px;
  }

  .main-nav a {
    font-size: 0.8rem;
  }

  .hero-grid,
  .partnership-grid,
  .contact-grid {
    gap: 42px;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .warning-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .section {
    padding: 82px 0;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 28px;
    background: rgba(7, 22, 37, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.95rem;
  }

  .main-nav .nav-cta {
    margin-top: 16px;
    text-align: center;
  }

  .hero {
    padding-top: 68px;
  }

  .hero-grid,
  .partnership-grid,
  .contact-grid,
  .documents-box {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 11vw, 5rem);
  }

  .hero-panel {
    max-width: 640px;
  }

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

  .partnership-cards {
    max-width: 680px;
  }

  .partner-card:nth-child(2) {
    margin-top: 0;
  }

  .contact-copy {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

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

  .section {
    padding: 68px 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .main-nav {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .brand-copy strong {
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 24px;
  }

  .hero-copy h1 {
    margin-top: 10px;
    font-size: clamp(2.72rem, 14vw, 4.2rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .warning-grid,
  .timeline,
  .partnership-cards,
  .field-row,
  .documents-box ul,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 54px;
  }

  .trust-strip div {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .service-card,
  .partner-card,
  .contact-form,
  .documents-box {
    padding: 25px;
  }

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

  .documents-box {
    gap: 26px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    display: none;
  }
}
