/* 
   Stefhany Bronholo — Landing page institucional
   Prática extensionista - curso: análise e desenvolvimento de sistemas 
   */

:root {
  
  --navy-900: #0e2240;
  --navy-800: #13294a;   
  --navy-700: #1d3a64;
  --navy-600: #2b4f80;

  
  --gold-600: #a9842f;
  --gold-500: #c9a24a;  
  --gold-300: #e5cd8e;
  --gold-tint: #f3ead3;  

  
  --bg: #fbfaf6;         
  --surface: #ffffff;
  --surface-alt: #f4f1e8;
  --ink: #1a2435;       
  --ink-soft: #4a5567;   
  --line: #e7e1d2;      
  --line-soft: #efebdf;

  
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;


  --container: 1160px;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --header-h: 76px;


  --shadow-sm: 0 4px 14px rgba(19, 41, 74, 0.07);
  --shadow-md: 0 14px 36px rgba(19, 41, 74, 0.10);
  --shadow-lg: 0 26px 60px rgba(19, 41, 74, 0.16);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}


*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

a { color: inherit; }

ul { list-style: none; padding: 0; }


body.nav-open { overflow: hidden; }


h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.2;
  color: var(--navy-800);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.25rem, 1.4rem + 3.6vw, 3.55rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.8rem, 1.3rem + 1.9vw, 2.6rem);
}

h3 { font-size: 1.2rem; }

p { color: var(--ink-soft); }

strong { color: var(--ink); font-weight: 700; }


.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.15rem, 4vw, 2.5rem);
}

.section {
  padding-block: clamp(3.75rem, 2.5rem + 6vw, 7rem);
}


section[id] {
  scroll-margin-top: calc(var(--header-h) + 14px);
}

.section__head {
  max-width: 640px;
  margin-bottom: clamp(2rem, 1.5rem + 2vw, 3.25rem);
}

.section__lead {
  margin-top: 0.85rem;
  font-size: 1.075rem;
}


.btn {
  --btn-bg: var(--navy-800);
  --btn-fg: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.55rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--btn-fg);
  background-color: var(--btn-bg);
  border: 2px solid var(--btn-bg);
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease),
              background-color 0.18s var(--ease), border-color 0.18s var(--ease);
}

.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }

.btn--primary:hover {
  --btn-bg: var(--navy-700);
  border-color: var(--navy-700);
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--navy-800);
  border-color: var(--navy-800);
}
.btn--ghost:hover {
  --btn-bg: var(--navy-800);
  --btn-fg: #ffffff;
}


.btn--gold {
  background: linear-gradient(145deg, #f4d97c 0%, #d4ab48 50%, #ad8633 100%);
  color: var(--navy-900);
  border-color: #ad8633;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(60, 40, 10, 0.20),
    0 4px 14px rgba(173, 134, 51, 0.35);
}
.btn--gold:hover {
  background: linear-gradient(145deg, #fbe096 0%, #e2bb5a 50%, #c19a3e 100%);
  border-color: #c19a3e;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(60, 40, 10, 0.18),
    0 6px 22px rgba(173, 134, 51, 0.50);
}

.btn--lg { padding: 0.95rem 1.9rem; font-size: 1.05rem; }

.btn .icon { width: 1.25rem; height: 1.25rem; }


.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 1200;
  padding: 0.7rem 1.1rem;
  background: var(--navy-800);
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 0; }


.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-700);
  margin-bottom: 0.85rem;
}
.eyebrow__line {
  width: 30px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
}


.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }


a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
  border-radius: 6px;
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy-800);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.25s var(--ease), background-color 0.25s var(--ease);
}
.site-header.is-scrolled {
  background: var(--navy-900);
  box-shadow: 0 8px 26px rgba(8, 18, 36, 0.38);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}


.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--navy-900);
  background: linear-gradient(145deg, #f4d97c 0%, #c9a24a 55%, #ad8633 100%);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(60, 40, 10, 0.18);
}
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.18rem;
  color: #ffffff;
}
.brand__role {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-300);
}


.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.site-nav__link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.7rem;
  font-weight: 600;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.18s var(--ease);
}
.site-nav__link::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.28rem;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s var(--ease);
}
.site-nav__link:hover { color: #ffffff; }
.site-nav__link:hover::after,
.site-nav__link.is-active::after { transform: scaleX(1); }
.site-nav__link.is-active { color: #ffffff; font-weight: 700; }


.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  cursor: pointer;
}
.nav-toggle__box {
  display: grid;
  gap: 5px;
  width: 22px;
  margin-inline: auto;
}
.nav-toggle__bar {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
}
body.nav-open .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle__bar:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: rgba(14, 34, 64, 0.45);
  opacity: 0;
  transition: opacity 0.25s var(--ease);
}
body.nav-open .nav-overlay { opacity: 1; }


.hero {
  position: relative;
  padding-block: clamp(2.5rem, 1.5rem + 6vw, 5.5rem);
  background:
    radial-gradient(900px 420px at 88% -8%, var(--gold-tint), transparent 62%),
    linear-gradient(180deg, #fdfcf8, var(--bg));
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 1rem + 4vw, 4.5rem);
  align-items: center;
}
.hero__content { max-width: 33rem; }
.hero h1 { margin-bottom: 1.1rem; }
.hero__subtitle {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  color: var(--navy-700);
  font-weight: 600;
  margin-bottom: 0.85rem;
}
.hero__support { margin-bottom: 1.9rem; }
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}


.hero__media {
  position: relative;
  justify-self: center;
  width: min(100%, 420px);
  aspect-ratio: 5 / 6;
}

.hero__media::before {
  
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  background: var(--gold-tint);
  border-radius: var(--radius-lg);
  z-index: 1;
}
.hero__media::after {
  
  content: "";
  position: absolute;
  inset: 42px -42px -42px 42px;
  border: 1.5px solid var(--navy-700);
  border-radius: var(--radius-lg);
  z-index: 0;
}


.hero__photo,
.hero__placeholder {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.hero__photo { object-fit: cover; }


.hero__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.5rem;
  text-align: center;
  color: var(--gold-300);
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 14px, transparent 14px 28px),
    linear-gradient(160deg, var(--navy-700), var(--navy-900));
  border: 1px solid var(--navy-600);
}
.hero__placeholder-icon { width: 64px; height: 64px; }
.hero__placeholder-text {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  max-width: 16rem;
}


.hero__badge {
  position: absolute;
  z-index: 3;
  left: -1.4rem;
  bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold-500);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
}
.hero__badge-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--navy-800);
}
.hero__badge-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
}


.atendimento { background: var(--bg); }
.atendimento__intro {
  max-width: 720px;
  margin: -0.5rem 0 2.5rem;
  font-size: 1.075rem;
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.feature {
  flex: 1 1 280px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 0.3rem;
  color: var(--navy-800);
  background: var(--gold-tint);
  border-radius: 15px;
}
.feature__icon svg { width: 28px; height: 28px; }
.feature__title { color: var(--navy-800); font-size: 1.12rem; }
.feature__text { font-size: 0.97rem; }


.services { background: var(--surface-alt); }

.cards { display: grid; gap: 1.5rem; }
.cards--services { grid-template-columns: repeat(2, 1fr); }

.card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.1rem);
  background: var(--navy-800);
  border: 1px solid var(--navy-600);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease),
              border-color 0.22s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-500);
}
.card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 0.35rem;
  color: var(--navy-800);
  background: var(--gold-tint);
  border-radius: 16px;
}
.card__icon svg { width: 30px; height: 30px; }
.card__title { color: #ffffff; }
.card__text { color: rgba(255, 255, 255, 0.82); flex-grow: 1; }
.card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 0.3rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--gold-300);
  text-decoration: none;
}
.card__link .icon-arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.2s var(--ease);
}
.card__link:hover { color: #ffffff; }
.card__link:hover .icon-arrow { transform: translateX(4px); }


.info { background: var(--bg); }
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
.info-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.6rem, 1.1rem + 1.6vw, 2.4rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold-500);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.info-card__title {
  color: var(--navy-800);
  font-size: 1.32rem;
  line-height: 1.3;
  margin-bottom: 0.9rem;
}
.info-card p { margin-bottom: 0.85rem; }
.info-card p:last-child { margin-bottom: 0; }
.info-card__highlight {
  margin-top: 0.5rem;
  padding: 0.95rem 1.25rem;
  background: var(--navy-800);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  text-align: center;
  border-radius: var(--radius-sm);
}


.trust {
  position: relative;
  background-color: var(--navy-900);
  background-image:
    linear-gradient(rgba(14, 34, 64, 0.55), rgba(8, 20, 38, 0.72)),
    url("assets/banner-trust.jpg?v=2");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-block: clamp(3rem, 2rem + 4vw, 5rem);
  overflow: hidden;
}
.trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(820px 380px at 12% 10%, rgba(201, 162, 74, 0.12), transparent 60%),
    radial-gradient(720px 360px at 90% 92%, rgba(43, 79, 128, 0.32), transparent 60%);
  pointer-events: none;
}
.trust > * { position: relative; z-index: 1; }
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.25rem 1.75rem;
  text-align: center;
}
.trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.trust__icon { width: 54px; height: 54px; color: #ffffff; }
.trust__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
  max-width: 15rem;
  margin: 0;
}


.about { background: var(--surface-alt); }
.about__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.75rem, 1rem + 3vw, 3.75rem);
  align-items: start;
}
.about__intro h2 { margin-bottom: 0.3rem; }
.about__role {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--navy-700);
  margin-bottom: 1.1rem;
}
.about__intro p + p { margin-top: 0.85rem; }

.about__panel {
  padding: clamp(1.5rem, 1rem + 2vw, 2.25rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.about__panel-title {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-700);
  margin-bottom: 1.1rem;
}
.about__highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.about__highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 0.97rem;
  color: var(--ink);
}
.about__highlight .check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--gold-600);
}


.cta {
  background:
    radial-gradient(620px 320px at 82% 110%, var(--navy-600), transparent 60%),
    linear-gradient(155deg, var(--navy-800), var(--navy-900));
  color: #fff;
}
.cta__inner {
  padding-block: clamp(3rem, 2rem + 4vw, 5rem);
  text-align: center;
  max-width: 680px;
}
.cta h2 { color: #fff; }
.cta__text {
  margin: 0.9rem auto 1.8rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
}


.contact { background: var(--bg); }
.cards--contact { grid-template-columns: repeat(4, 1fr); }

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.7rem 1.45rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.contact-card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 0.35rem;
  color: var(--navy-800);
  background: var(--gold-tint);
  border-radius: 14px;
}
.contact-card__icon svg { width: 28px; height: 28px; }
.contact-card__title { font-size: 1.08rem; color: var(--navy-800); }
.contact-card__text { font-size: 0.96rem; flex-grow: 1; }
.contact-card__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.16rem 0;
}
.contact-card__row span:last-child { font-weight: 700; color: var(--ink); }
.contact-card__link {
  align-self: flex-start;
  margin-top: 0.55rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy-700);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--gold-500);
}
.contact-card__link:hover { color: var(--navy-800); }

.contact__action { margin-top: 2.25rem; text-align: center; }


.site-footer {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.78);
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 2.5rem;
  padding-block: clamp(2.75rem, 2rem + 3vw, 4rem);
}
.brand--footer .brand__mark { background: var(--navy-700); color: var(--gold-300); }
.brand--footer .brand__name { color: #fff; }
.brand--footer .brand__role { color: var(--gold-300); }
.site-footer__phrase {
  margin-top: 1.1rem;
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
}
.site-footer__title {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-300);
  margin-bottom: 1rem;
}
.site-footer__list { display: grid; gap: 0.55rem; }
.site-footer__list a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.18s var(--ease);
}
.site-footer__list a:hover { color: var(--gold-300); }

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-block: 1.4rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}


.whatsapp-float {
  position: fixed;
  right: clamp(1rem, 3vw, 1.8rem);
  bottom: clamp(1rem, 3vw, 1.8rem);
  z-index: 950;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.15rem 0.7rem 0.8rem;
  color: #fff;
  background: #1f7a44;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15, 90, 50, 0.4);
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float__icon { width: 30px; height: 30px; }
.whatsapp-float__text { font-size: 0.95rem; }


@media (max-width: 920px) {
  .nav-toggle { display: block; }

  
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    width: min(330px, 84vw);
    height: 100vh;
    height: 100dvh;
    padding: calc(var(--header-h) + 1.5rem) 1.75rem 2rem;
    background: var(--surface);
    border-left: 1px solid var(--line);
    box-shadow: -20px 0 50px rgba(19, 41, 74, 0.18);
    transform: translateX(105%);
    transition: transform 0.3s var(--ease);
    overflow-y: auto;
  }
  body.nav-open .site-nav { transform: translateX(0); }

  .site-nav__list { flex-direction: column; align-items: stretch; gap: 0.2rem; }
  .site-nav__link {
    display: block;
    padding: 0.85rem 0.7rem;
    font-size: 1.05rem;
    color: var(--navy-800);
    border-bottom: 1px solid var(--line-soft);
  }
  .site-nav__link::after { display: none; }
  .site-nav__link:hover { color: var(--navy-700); }
  .site-nav__link.is-active {
    color: var(--navy-800);
    background: var(--gold-tint);
    border-radius: 8px;
  }
  .site-nav__cta { width: 100%; }

 
  .hero__inner { grid-template-columns: 1fr; }
  .hero__content { max-width: 100%; order: 2; }
  .hero__media { order: 1; width: min(100%, 360px); }

 
  .hero__media::before { inset: 16px -16px -16px 16px; }
  .hero__media::after { inset: 28px -28px -28px 28px; }

  
  .about__inner { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }

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

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


@media (max-width: 580px) {
  body { font-size: 1rem; }

  .brand__role { display: none; }

  .hero__actions .btn,
  .contact__action .btn { width: 100%; }

  .hero__badge { left: 0.5rem; bottom: 0.8rem; padding: 0.7rem 1rem; }

  
  .cards--services,
  .cards--contact { grid-template-columns: 1fr; }
  .feature { flex-basis: 100%; max-width: 100%; }

  .about__highlight { font-size: 0.95rem; }

  .whatsapp-float__text { display: none; }
  .whatsapp-float { padding: 0.75rem; }

  .site-footer__inner { grid-template-columns: 1fr; gap: 1.75rem; }

  
  .trust__grid { grid-template-columns: 1fr; gap: 1.5rem; }
}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
