:root {
  --navy-950: #03143a;
  --navy-900: #05245b;
  --navy-800: #073b86;
  --psb-blue: #06408f;
  --psb-blue-dark: #031a49;
  --psb-orange: #f58220;
  --psb-gold: #ffb000;
  --blue-600: #0b65d8;
  --blue-500: #0f7df0;
  --yellow-500: #ffc20e;
  --orange-500: #ff6a1a;
  --green-500: #14b95a;
  --text: #07183f;
  --muted: #5d6b86;
  --line: #d9e3f2;
  --surface: #ffffff;
  --soft: #f4f8fd;
  --shadow: 0 24px 70px rgba(6, 22, 61, 0.16);
  --radius: 8px;
  --font-body: "Amsi Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Amsi Pro", "Arial", "Helvetica Neue", "Segoe UI", sans-serif;
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--text);
  background: var(--soft);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}
@font-face {
  font-family: minhafonte;
  src: url(Roboto-VariableFont_wdth\,wght.ttf);
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-body);
  font-size: 18px;
  /*background:
    radial-gradient(
      circle at 12% 8%,
      rgba(255, 194, 14, 0.12),
      transparent 24rem
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #eef5ff 100%);*/
  line-height: 1.65;
  font-weight: 400;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
.brand strong,
.footer-brand strong,
.header-number,
.number-plate,
.button,
.top-cta,
.site-nav,
.reference-nav,
.eyebrow,
.section-kicker {
  font-family: var(--font-display);
}

main > section {
  scroll-margin-top: 92px;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 44;
  background:
    radial-gradient(
      circle at 80% 12%,
      rgba(245, 130, 32, 0.18),
      transparent 18rem
    ),
    rgba(3, 20, 58, 0.48);
  backdrop-filter: blur(10px);
  animation: menuBackdropIn 0.28s ease both;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 4px;
  background: linear-gradient(90deg, var(--psb-orange), var(--psb-gold));
  box-shadow: 0 0 18px rgba(245, 130, 32, 0.5);
  pointer-events: none;
  transform-origin: left;
}

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

img,
svg {
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: var(--yellow-500);
  color: var(--navy-950);
  font-weight: 950;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 92px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--yellow-500);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(430px, 1fr) auto auto;
  grid-template-areas: "brand nav instagram whatsapp";
  align-items: center;
  gap: clamp(12px, 1.4vw, 20px);
  min-height: 88px;
  padding: 10px clamp(28px, 5.5vw, 96px);
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(255, 176, 0, 0.18),
      transparent 21rem
    ),
    linear-gradient(
      90deg,
      rgba(3, 20, 58, 0.98) 0%,
      rgba(6, 64, 143, 0.98) 46%,
      rgba(3, 20, 58, 0.98) 100%
    );
  color: #fff;
  border-bottom: 1px solid rgba(255, 176, 0, 0.42);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 46px rgba(3, 20, 58, 0.18);
  transition:
    box-shadow 0.25s ease,
    min-height 0.25s ease,
    background 0.25s ease;
}

.site-header.is-scrolled {
  min-height: 76px;
  box-shadow: 0 18px 48px rgba(3, 20, 58, 0.28);
}

.reference-fold {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1606 / 625;
  background: #ffffff;
  overflow: hidden;
}

.reference-fold img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  display: block;
}

.reference-fold::before {
  display: none;
}

.desktop-reference-hero {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(6, 64, 143, 0.12);
}

.desktop-reference-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--psb-orange), var(--yellow-500));
}

.desktop-reference-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.reference-nav {
  position: absolute;
  left: 34.8%;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.75vw, 32px);
  width: 35.7%;
  height: 13.45%;
  padding: 0 1.4%;
  background: linear-gradient(180deg, var(--psb-blue) 0%, #05306f 100%);
  color: #fff;
  font-size: clamp(0.72rem, 1.05vw, 1.18rem);
  font-weight: 850;
}

.reference-nav a {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.94);
}

.reference-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23%;
  height: clamp(2px, 0.25vw, 4px);
  border-radius: 99px;
  background: var(--psb-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.reference-nav a.is-active::after {
  transform: scaleX(1);
}

.reference-instagram-cta {
  position: absolute;
  overflow: hidden;
  left: 71.1%;
  top: 2.8%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45vw;
  width: 7.7%;
  height: 8.6%;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--psb-orange),
    #ff4f8b 54%,
    var(--psb-blue)
  );
  box-shadow: 0 12px 28px rgba(245, 130, 32, 0.28);
  font-size: clamp(0.58rem, 0.82vw, 0.95rem);
  font-weight: 950;
}

.reference-instagram-cta svg {
  width: clamp(13px, 1.25vw, 22px);
  height: clamp(13px, 1.25vw, 22px);
}

.reference-instagram-cta rect,
.reference-instagram-cta circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.reference-cover {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.reference-cover-contact {
  left: 25.6%;
  top: 82.9%;
  width: 18.4%;
  height: 16.8%;
  border-radius: 999px;
  background:
    radial-gradient(
      ellipse at 35% 55%,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.9) 35%,
      rgba(247, 251, 255, 0.62) 66%,
      rgba(247, 251, 255, 0) 100%
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(240, 247, 255, 0.38));
  filter: blur(2px);
  box-shadow: 0 0 34px 18px rgba(255, 255, 255, 0.72);
}

.reference-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 8px;
}

.reference-hotspot:focus-visible {
  outline: 3px solid var(--yellow-500);
  outline-offset: 3px;
}

.logo-hotspot {
  left: 4.9%;
  top: 1.3%;
  width: 19.5%;
  height: 10.9%;
}

.nav-home-hotspot {
  left: 35.7%;
  top: 5.1%;
  width: 4.5%;
  height: 5.5%;
}

.nav-proposals-hotspot {
  left: 41.3%;
  top: 5.1%;
  width: 6.5%;
  height: 5.5%;
}

.nav-about-hotspot {
  left: 49.1%;
  top: 5.1%;
  width: 8.2%;
  height: 5.5%;
}

.nav-news-hotspot {
  left: 58.6%;
  top: 5.1%;
  width: 6.2%;
  height: 5.5%;
}

.nav-contact-hotspot {
  left: 65.5%;
  top: 5.1%;
  width: 7.8%;
  height: 5.5%;
}

.top-whatsapp-hotspot {
  left: 79.5%;
  top: 3.1%;
  width: 14.4%;
  height: 8.4%;
}

.hero-proposals-hotspot {
  left: 5.3%;
  top: 87.6%;
  width: 20.6%;
  height: 9.9%;
}

.all-proposals-hotspot {
  left: 80.5%;
  top: 74.2%;
  width: 14.2%;
  height: 4.2%;
}

.health-card-hotspot {
  left: 5.2%;
  top: 79.5%;
  width: 29.2%;
  height: 19.2%;
}

.mobility-card-hotspot {
  left: 35.2%;
  top: 79.5%;
  width: 29.2%;
  height: 19.2%;
}

.tech-card-hotspot {
  left: 65.2%;
  top: 79.5%;
  width: 29.2%;
  height: 19.2%;
}

.all-proposals-hotspot,
.health-card-hotspot,
.mobility-card-hotspot,
.tech-card-hotspot {
  display: none;
}

.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 238px;
}

.brand img {
  width: 56px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22));
}

.brand strong {
  display: block;
  font-size: clamp(1.35rem, 2vw, 1.92rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 5px;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.78);
}

.header-number {
  grid-area: number;
  display: none;
}

.header-instagram {
  grid-area: instagram;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--psb-orange),
    #ff4f8b 54%,
    var(--psb-blue)
  );
  box-shadow: 0 14px 32px rgba(245, 130, 32, 0.22);
  font-size: 0.94rem;
  font-weight: 950;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.header-instagram:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 20px 42px rgba(245, 130, 32, 0.34);
}

.header-instagram svg {
  width: 22px;
  height: 22px;
}

.header-instagram rect,
.header-instagram circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.header-instagram span {
  position: relative;
  z-index: 1;
}

.mobile-impact-copy {
  display: none;
}

.site-nav {
  grid-area: nav;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.03)
    ),
    rgba(3, 20, 58, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.site-nav a {
  position: relative;
  overflow: hidden;
  padding: 13px 17px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 45%,
    transparent 70%
  );
  transform: translateX(-130%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 7px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--psb-orange), var(--yellow-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.site-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav a:hover::before {
  transform: translateX(130%);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.top-cta {
  grid-area: whatsapp;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 30px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--yellow-500), var(--psb-orange));
  color: var(--navy-950);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(255, 194, 14, 0.26);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.top-cta:hover {
  transform: translateY(-3px) scale(1.02);
  filter: saturate(1.06);
  box-shadow: 0 22px 42px rgba(245, 130, 32, 0.34);
}

.top-cta::after,
.header-instagram::after,
.reference-instagram-cta::after,
.button-primary::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 55%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.46),
    transparent
  );
  transform: skewX(-18deg);
  animation: ctaShine 3.8s ease-in-out infinite;
  pointer-events: none;
}

.top-cta svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.menu-toggle {
  grid-area: menu;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.menu-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 176, 0, 0.7);
  background: rgba(255, 255, 255, 0.14);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: currentColor;
  transition:
    transform 0.24s ease,
    opacity 0.2s ease;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  min-height: min(760px, calc(100vh - 88px));
  padding: clamp(46px, 5.2vw, 78px) 0 0 clamp(34px, 6vw, 104px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(255, 194, 14, 0.16),
      transparent 22rem
    ),
    linear-gradient(105deg, #ffffff 0%, #ffffff 45%, #ecf5ff 45%, #dcecff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 42%,
      rgba(255, 255, 255, 0.08) 58%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      circle at 63% 16%,
      rgba(255, 176, 0, 0.2),
      transparent 18rem
    );
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-600);
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 99px;
  background: var(--yellow-500);
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.35rem, 7.5vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
  color: var(--navy-950);
}

.hero h1::first-line {
  color: var(--navy-950);
}

.hero h1 span,
.accent {
  color: var(--blue-600);
}

.hero-text {
  max-width: 700px;
  margin: 22px 0 26px;
  font-size: clamp(1.06rem, 1.45vw, 1.34rem);
  line-height: 1.45;
  color: #465572;
}

.hero-text strong,
.proposal-card p strong,
.about-copy p strong,
.media-card p strong,
.contact-copy p strong {
  color: var(--navy-950);
  font-weight: 900;
  background: linear-gradient(
    180deg,
    transparent 58%,
    rgba(255, 194, 14, 0.42) 58%
  );
}

.number-plate {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  width: min(390px, 100%);
  padding: 10px 18px 14px;
  margin-bottom: 24px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(
    100deg,
    var(--navy-900) 0 50%,
    var(--orange-500) 50% 100%
  );
  box-shadow: 0 18px 34px rgba(255, 106, 26, 0.2);
  transform: skewX(-7deg);
}

.number-plate span,
.number-plate strong,
.number-plate small {
  transform: skewX(7deg);
}

.number-plate span,
.number-plate strong {
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.86;
  font-weight: 1000;
  letter-spacing: 0;
}

.number-plate small {
  grid-column: 1 / -1;
  margin-top: 7px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 950;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-secondary svg {
  fill: currentColor;
  stroke: none;
}

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

.button-primary {
  background: var(--yellow-500);
  color: var(--navy-950);
  box-shadow: 0 14px 30px rgba(255, 194, 14, 0.26);
  animation: ctaBreath 4s ease-in-out infinite;
}

.hero-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: clamp(540px, 67vh, 720px);
  margin-left: clamp(-10px, -1vw, 0px);
}

.hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 34px 0 0 0;
  overflow: hidden;
  box-shadow: -30px 0 70px rgba(3, 20, 58, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(4, 31, 83, 0.04)),
    url("assets/banner-dennis-web.jpeg") 22% center / cover no-repeat;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.18) 25%,
      rgba(3, 20, 58, 0) 58%
    ),
    linear-gradient(0deg, rgba(3, 20, 58, 0.18), rgba(3, 20, 58, 0) 44%);
  mix-blend-mode: normal;
}

.signature-card {
  position: absolute;
  top: 12%;
  right: 4%;
  max-width: 245px;
  color: var(--navy-900);
  transform: rotate(-7deg);
  text-align: center;
}

.signature-card span,
.signature-card strong {
  display: block;
  font-family: "Segoe Script", "Bradley Hand ITC", cursive;
  font-size: clamp(1.6rem, 2.5vw, 3.1rem);
  line-height: 0.95;
}

.signature-card::after {
  content: "";
  display: block;
  width: 84%;
  height: 7px;
  margin: 10px auto 0;
  border-radius: 99px;
  background: var(--yellow-500);
}

.hero-note {
  position: absolute;
  right: 7%;
  bottom: 18%;
  display: grid;
  gap: 8px;
  padding-left: 18px;
  border-left: 5px solid var(--yellow-500);
  color: var(--navy-950);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section {
  padding: clamp(58px, 8vw, 100px) clamp(22px, 5vw, 96px);
}

.proposals {
  background: #ffffff;
  padding-top: clamp(48px, 6vw, 82px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading h2,
.about-copy h2,
.media-card h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-heading h2::first-letter {
  color: var(--blue-600);
}

.section-heading a {
  flex: none;
  color: var(--blue-600);
  font-weight: 900;
  border-bottom: 3px solid var(--yellow-500);
  padding-bottom: 6px;
}

.proposal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1240px;
  margin: 0 auto;
}
.proposal-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 314px;
  padding: 24px 24px 134px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 10px 30px rgba(5, 36, 91, 0.06);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.proposal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 101, 216, 0.24);
  box-shadow: 0 16px 36px rgba(5, 36, 91, 0.12);
}

.proposal-card::before {
  display: none;
}

.proposal-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 0;
  width: 100%;
  height: 122px;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.76) 22%,
      rgba(255, 255, 255, 0) 76%
    ),
    var(--proposal-art) center / cover no-repeat;
  opacity: 0.98;
  pointer-events: none;
}

.proposal-card > * {
  position: relative;
  z-index: 1;
}

.proposal-health {
  --proposal-art: url("assets/card-saude.png");
}

.proposal-mobility {
  --proposal-art: url("assets/card-mobilidade.png");
}

.proposal-tech {
  --proposal-art: url("assets/card-tecnologia.png");
}

.proposal-servers {
  --proposal-art: url("assets/card-servidores-optimized.jpg");
}

.proposal-life {
  --proposal-art: url("assets/card-qualidade-vida-optimized.jpg");
}

.proposal-security {
  --proposal-art: url("assets/card-seguranca-optimized.jpg");
}

.proposal-card h3 {
  margin: 2px 0 10px;
  font-size: clamp(1.05rem, 1.25vw, 1.24rem);
  line-height: 1.15;
  color: var(--navy-950);
}

.proposal-card p {
  max-width: 100%;
  margin: 0;
  color: #465572;
  font-size: clamp(0.88rem, 0.95vw, 0.96rem);
  line-height: 1.42;
}

.icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-blue {
  background: linear-gradient(145deg, #0f7df0, #0b4ac0);
}

.icon-orange {
  background: linear-gradient(145deg, #ff8a20, #ff4e00);
}

.icon-yellow {
  background: linear-gradient(145deg, #ffc20e, #f2a800);
}

.about {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.8fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(255, 194, 14, 0.16),
      transparent 22rem
    ),
    linear-gradient(180deg, #fff, #f4f8fd);
}

.about-photo {
  justify-self: end;
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  padding: 14px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--yellow-500), var(--blue-600));
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 9px solid #fff;
}

.about-copy p,
.media-card p,
.contact-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.about-copy ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.about-copy li {
  position: relative;
  padding: 18px 18px 18px 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 700;
}

.about-copy li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 23px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 0 5px rgba(255, 194, 14, 0.22);
}

.media {
  background: #fff;
}

.media-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 20, 58, 0.92), rgba(7, 59, 134, 0.74)),
    url("assets/banner-dennis-web.jpeg") center / cover no-repeat;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.media-card p strong {
  color: #fff;
  background: linear-gradient(
    180deg,
    transparent 58%,
    rgba(255, 194, 14, 0.54) 58%
  );
}

.media-card h2,
.media-card p,
.media-card .section-kicker {
  color: #fff;
}

.media-card p {
  color: rgba(255, 255, 255, 0.82);
}

.play-button {
  display: grid;
  place-items: center;
  width: clamp(82px, 9vw, 124px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: var(--yellow-500);
  color: var(--navy-950);
  cursor: pointer;
  box-shadow: 0 20px 44px rgba(255, 194, 14, 0.3);
}

.play-button svg {
  width: 42%;
  fill: currentColor;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.56fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.92),
      rgba(244, 248, 253, 0.96)
    ),
    radial-gradient(
      circle at 92% 10%,
      rgba(255, 194, 14, 0.2),
      transparent 20rem
    );
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy-950);
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c8d6ea;
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--text);
  background: #fff;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(15, 125, 240, 0.12);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green-500);
  font-weight: 800;
}

.form-status.is-error {
  color: #c83223;
}

.button-secondary {
  border: 1px solid rgba(6, 64, 143, 0.18);
  background: #ffffff;
  color: var(--psb-blue);
  box-shadow: 0 10px 24px rgba(5, 36, 91, 0.08);
}

.button-secondary:hover {
  background: #f3f8ff;
  box-shadow: 0 14px 30px rgba(5, 36, 91, 0.13);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--green-500);
  color: #fff;
  box-shadow: 0 18px 34px rgba(20, 185, 90, 0.32);
  animation: whatsappFloat 3.2s ease-in-out infinite;
}

.whatsapp-float::before,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 2px solid rgba(20, 185, 90, 0.36);
  animation: whatsappRing 2.2s ease-out infinite;
  pointer-events: none;
}

.whatsapp-float::after {
  animation-delay: 0.8s;
}

.whatsapp-float:hover {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 22px 42px rgba(20, 185, 90, 0.42);
}

.whatsapp-float svg {
  position: relative;
  z-index: 1;
  width: 38px;
  fill: currentColor;
}

.site-footer {
  color: #fff;
  background:
    radial-gradient(
      circle at 6% 0%,
      rgba(245, 130, 32, 0.26),
      transparent 22rem
    ),
    linear-gradient(
      135deg,
      var(--psb-blue-dark) 0%,
      var(--psb-blue) 55%,
      #05245b 100%
    );
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) minmax(180px, 0.9fr) minmax(
      160px,
      0.55fr
    );
  gap: clamp(28px, 7vw, 92px);
  align-items: start;
  padding: clamp(42px, 6vw, 70px) clamp(22px, 7vw, 110px);
  border-top: 5px solid var(--psb-orange);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.footer-brand img {
  width: 72px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.22));
}

.footer-brand strong {
  display: block;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-brand small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.footer-nav {
  display: grid;
  gap: 7px;
}

.footer-nav strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.footer-nav a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.25;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-nav a:hover {
  color: var(--psb-gold);
  transform: translateX(3px);
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.footer-social a:hover {
  color: #fff;
  border-color: rgba(245, 130, 32, 0.72);
  background: linear-gradient(135deg, var(--psb-orange), var(--psb-gold));
  transform: translateY(-3px);
}

.footer-social svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.footer-social svg rect,
.footer-social svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-social svg path {
  fill: currentColor;
}

.footer-bottom {
  padding: 16px clamp(22px, 5vw, 96px);
  text-align: center;
  background: rgba(3, 20, 58, 0.52);
  color: rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  max-width: 980px;
  margin: auto;
  line-height: 1.55;
  font-size: 0.92rem;
}

.video-modal {
  width: min(920px, calc(100vw - 36px));
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: var(--navy-950);
  box-shadow: 0 28px 90px rgba(3, 20, 58, 0.38);
}

.video-modal::backdrop {
  background: rgba(3, 20, 58, 0.72);
  backdrop-filter: blur(10px);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy-950);
  font-size: 1.8rem;
  cursor: pointer;
}

.video-frame {
  background: #000;
}

.video-frame video {
  display: block;
  width: 100%;
  max-height: min(72vh, 720px);
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 0.72s ease,
    filter 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.scroll-focus {
  animation: sectionFocus 0.9s ease both;
}

@keyframes menuBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menuPanelIn {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ctaShine {
  0%,
  52% {
    left: -75%;
  }
  72%,
  100% {
    left: 130%;
  }
}

@keyframes ctaBreath {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(255, 194, 14, 0.26);
  }
  50% {
    box-shadow: 0 18px 38px rgba(255, 176, 0, 0.42);
  }
}

@keyframes whatsappFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes whatsappRing {
  0% {
    opacity: 0.78;
    transform: scale(0.78);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes sectionFocus {
  0% {
    box-shadow: inset 0 0 0 0 rgba(245, 130, 32, 0);
  }
  38% {
    box-shadow: inset 0 6px 0 0 rgba(245, 130, 32, 0.18);
  }
  100% {
    box-shadow: inset 0 0 0 0 rgba(245, 130, 32, 0);
  }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .site-header {
    grid-template-columns: minmax(218px, 0.72fr) minmax(360px, 1fr) auto auto;
    gap: 10px;
    padding-inline: clamp(16px, 2.5vw, 32px);
  }

  .brand {
    min-width: 218px;
  }

  .brand img {
    width: 50px;
    height: 44px;
  }

  .brand strong {
    font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  }

  .brand small {
    font-size: 0.66rem;
    letter-spacing: 0.24em;
  }

  .site-nav a {
    padding: 12px 12px;
    font-size: 0.9rem;
  }

  .header-instagram {
    min-height: 46px;
    padding: 0 13px;
    font-size: 0.82rem;
  }

  .top-cta {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.9rem;
  }

  .top-cta svg {
    width: 22px;
    height: 22px;
  }

  .hero {
    grid-template-columns: minmax(360px, 0.92fr) minmax(430px, 1.08fr);
    gap: 20px;
    padding-left: clamp(28px, 4vw, 54px);
  }

  .hero h1 {
    font-size: clamp(3.05rem, 5.7vw, 4.8rem);
  }

  .hero-text {
    max-width: 560px;
  }

  .number-plate {
    width: min(330px, 100%);
  }

  .number-plate span,
  .number-plate strong {
    font-size: clamp(2.65rem, 5.1vw, 4.35rem);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    grid-template-areas: "brand number instagram menu";
    gap: 10px;
  }

  .page-anchor {
    scroll-margin-top: 74px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-number {
    display: grid;
    grid-template-columns: min-content min-content;
    align-items: end;
    justify-self: end;
    padding: 4px 9px 6px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(
      100deg,
      var(--navy-900) 0 48%,
      var(--orange-500) 48% 100%
    );
    box-shadow: 0 10px 22px rgba(255, 106, 26, 0.2);
    transform: skewX(-7deg);
  }

  .header-instagram {
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: var(--radius);
    color: #fff;
    background: linear-gradient(
      135deg,
      var(--psb-orange),
      #ff4f8b 55%,
      var(--psb-blue)
    );
    box-shadow: 0 12px 28px rgba(245, 130, 32, 0.24);
    font-weight: 950;
  }

  .header-instagram svg {
    width: 22px;
    height: 22px;
  }

  .header-instagram rect,
  .header-instagram circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }

  .header-number span,
  .header-number strong {
    display: block;
    font-size: clamp(1.65rem, 4.8vw, 2.8rem);
    line-height: 0.82;
    font-weight: 1000;
    letter-spacing: 0;
    transform: skewX(7deg);
  }

  .site-nav,
  .top-cta {
    display: none;
  }

  body.menu-open .site-nav {
    position: fixed;
    top: 86px;
    right: 18px;
    left: auto;
    z-index: 70;
    display: grid;
    gap: 8px;
    width: min(330px, calc(100vw - 32px));
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(3, 26, 73, 0.97), rgba(6, 64, 143, 0.95)),
      radial-gradient(
        circle at 100% 0%,
        rgba(245, 130, 32, 0.22),
        transparent 14rem
      );
    color: #fff;
    box-shadow: 0 26px 70px rgba(3, 20, 58, 0.36);
    backdrop-filter: blur(20px);
    animation: menuPanelIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.menu-open .site-nav a {
    position: relative;
    padding: 15px 16px 15px 42px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 900;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  body.menu-open .site-nav a::before {
    content: "";
    position: absolute;
    right: auto;
    bottom: auto;
    left: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--psb-orange);
    box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.16);
    transform: translateY(-50%);
    transition: none;
  }

  body.menu-open .site-nav a::after {
    bottom: 8px;
    left: 42px;
    right: 16px;
    background: var(--psb-gold);
  }

  body.menu-open .site-nav a:hover,
  body.menu-open .site-nav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .hero::before {
    width: 100%;
    opacity: 0.6;
  }

  .hero-visual {
    min-height: 420px;
  }

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

  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .about-photo {
    justify-self: start;
    max-width: 360px;
  }
}
/* Telas médias (notebooks menores / tablets em paisagem) */
@media (max-width: 1100px) {
  .proposal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Telas menores e mobile continuam em 1 coluna */
@media (max-width: 720px) {
  .proposal-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .proposal-card {
    padding: 20px 110px 20px 16px;
  }

  .proposal-card::after {
    width: 110px;
  }
}
@media (max-width: 900px) {
  body {
    background: #ffffff;
  }

  .site-header {
    min-height: 70px;
    padding: 10px 14px;
    border-bottom: 0;
    background: linear-gradient(
      90deg,
      var(--psb-blue-dark) 0%,
      var(--psb-blue) 58%,
      var(--psb-blue-dark) 100%
    );
  }

  .hero {
    gap: 0;
    padding: 0;
    margin-top: -1px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    display: none;
  }

  .hero .eyebrow,
  .hero h1,
  .hero-text,
  .number-plate {
    display: none;
  }

  .eyebrow,
  .section-kicker {
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .eyebrow::before,
  .section-kicker::before {
    width: 34px;
    height: 3px;
  }

  .hero-actions {
    max-width: 100%;
    width: min(420px, 100%);
    margin: 0 auto;
  }

  .button {
    min-height: 54px;
    padding: 0 18px;
    font-size: 0.98rem;
  }

  .hero-visual {
    order: 1;
    height: clamp(460px, 104vw, 560px);
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #061b48;
  }

  .hero-photo {
    border-radius: 0;
    box-shadow: none;
    background: url("assets/hero-mobile-premium-optimized.jpg") center top /
      cover no-repeat;
    background-color: #061b48;
  }

  .hero-photo::after {
    display: block;
    background:
      linear-gradient(
        180deg,
        rgba(3, 20, 58, 0) 0%,
        rgba(3, 20, 58, 0.06) 42%,
        rgba(3, 20, 58, 0.92) 100%
      ),
      linear-gradient(
        90deg,
        rgba(3, 20, 58, 0.46) 0%,
        rgba(3, 20, 58, 0) 42%,
        rgba(3, 20, 58, 0.4) 100%
      );
    mix-blend-mode: normal;
  }

  .mobile-impact-copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: clamp(50px, 8vw, 68px);
    z-index: 3;
    display: grid;
    gap: 7px;
    max-width: 350px;
    color: #fff;
    text-shadow: 0 3px 18px rgba(3, 20, 58, 0.72);
  }

  .mobile-impact-copy span {
    justify-self: start;
    padding: 6px 10px;
    border-left: 4px solid var(--yellow-500);
    background: rgba(3, 20, 58, 0.54);
    border-radius: 6px;
    color: var(--yellow-500);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .mobile-impact-copy strong {
    max-width: 310px;
    font-size: clamp(2.05rem, 8.6vw, 3rem);
    line-height: 0.92;
    font-weight: 1000;
    letter-spacing: 0;
  }

  .mobile-impact-copy p {
    max-width: 310px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.28;
  }

  .signature-card,
  .hero-note {
    display: none;
  }

  .section {
    padding: 52px 18px;
  }

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

  .proposal-card {
    min-height: 172px;
    padding-right: 38%;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand span {
    min-width: 0;
  }

  .brand img {
    width: 44px;
    height: 40px;
  }

  .brand strong {
    font-size: 1.14rem;
  }

  .brand small {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
  }

  .header-instagram {
    width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .header-instagram span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-inline: 0;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.75rem);
  }

  .hero-visual {
    min-height: 350px;
  }

  .signature-card,
  .hero-note {
    display: none;
  }

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

  .button {
    width: 100%;
  }

  .proposal-card {
    grid-template-columns: auto 1fr;
    min-height: 180px;
    padding: 22px 33% 22px 22px;
  }

  .proposal-card::after {
    width: 45%;
    opacity: 0.92;
  }

  .proposal-card p {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .media-card,
  .video-frame {
    grid-template-columns: 1fr;
  }

  .play-button {
    width: 84px;
  }

  .whatsapp-float {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav"
      "social";
    gap: 0;
    padding: 0 22px 28px;
  }

  .footer-brand {
    grid-area: brand;
    width: 100%;
    padding: 32px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .footer-brand img {
    width: 58px;
    height: 50px;
  }

  .footer-brand strong {
    font-size: 1.45rem;
  }

  .footer-brand small {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }

  .footer-nav {
    grid-area: nav;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .footer-social {
    grid-area: social;
    gap: 12px;
    padding-top: 22px;
  }

  .footer-bottom {
    padding: 15px 20px;
  }
}

@media (max-width: 600px) {
  body.menu-open .site-nav {
    top: 76px;
    right: 14px;
    left: 14px;
    width: auto;
  }

  .hero {
    padding-top: 0;
  }

  .hero-actions {
    max-width: 100%;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 18px;
  }

  .section-heading h2,
  .about-copy h2,
  .media-card h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1;
  }

  .section-heading a {
    align-self: flex-start;
    font-size: 0.95rem;
  }

  .proposal-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .proposal-card {
    grid-template-columns: auto 1fr;
    gap: 14px;
    min-height: 252px;
    padding: 20px 20px 118px;
  }

  .proposal-card::after {
    inset: auto 0 0 0;
    width: 100%;
    height: 116px;
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.72) 22%,
        rgba(255, 255, 255, 0) 84%
      ),
      var(--proposal-art) center / cover no-repeat;
    opacity: 0.98;
  }

  .proposal-card p {
    font-size: 0.93rem;
    line-height: 1.42;
  }

  .icon {
    width: 54px;
    height: 54px;
  }

  .icon svg {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 420px) {
  .site-header {
    gap: 7px;
    padding-inline: 9px;
  }

  .brand img {
    width: 38px;
    height: 34px;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .brand small {
    font-size: 0.52rem;
    letter-spacing: 0.14em;
  }

  .header-number {
    padding: 4px 7px 5px;
  }

  .header-number span,
  .header-number strong {
    font-size: clamp(1.34rem, 7.4vw, 1.9rem);
  }

  .header-instagram {
    width: 40px;
    min-height: 40px;
  }

  .header-instagram svg {
    width: 20px;
    height: 20px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 900px) {
  .proposal-card {
    min-height: 300px;
    padding: 22px 22px 124px;
  }

  .proposal-card::after {
    inset: auto 0 0 0;
    width: 100%;
    height: 112px;
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.72) 22%,
        rgba(255, 255, 255, 0) 82%
      ),
      var(--proposal-art) center / cover no-repeat;
  }
}

@media (max-width: 600px) {
  .proposal-card {
    min-height: 292px;
    padding: 20px 20px 116px;
  }

  .proposal-card::after {
    height: 106px;
  }
}

@media (min-width: 901px) {
  .reference-fold {
    display: none;
  }

  .site-header {
    display: grid;
  }

  .desktop-reference-hero {
    display: block;
  }

  .coded-hero {
    display: none;
  }

  .proposals {
    margin-top: 0;
  }

  .section-heading h2,
  .about-copy h2,
  .media-card h2,
  .contact-copy h2 {
    font-size: 43px;
    line-height: 0.93;
    letter-spacing: -0.04em;
  }
}

@media (max-width: 900px) {
  .reference-fold {
    display: none;
  }

  .desktop-reference-hero {
    display: none;
  }
}

.proposal-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  align-items: stretch;
  max-width: 1280px;
}

.proposal-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 0;
  border-color: rgba(6, 64, 143, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(5, 36, 91, 0.08);
}

.proposal-card::before,
.proposal-card::after {
  content: none;
  display: none;
}

.proposal-card:hover {
  border-color: rgba(11, 101, 216, 0.28);
}

.proposal-media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 220px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(6, 64, 143, 0.1);
  background: linear-gradient(135deg, #edf5ff, #ffffff);
}

.proposal-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(3, 20, 58, 0.18)
  );
  pointer-events: none;
}

.proposal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(var(--proposal-image-scale, 1));
  transition:
    filter 0.25s ease,
    transform 0.25s ease;
}

.proposal-card:hover .proposal-media img {
  filter: saturate(1.08) contrast(1.03);
}

.proposal-health,
.proposal-mobility,
.proposal-tech {
  --proposal-image-scale: 1;
}

.proposal-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  flex: 1;
  padding: 20px 22px 24px;
}

.proposal-content > div:last-child {
  min-width: 0;
}

.proposal-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.08rem, 1.08vw, 1.24rem);
  line-height: 1.18;
}

.proposal-card p {
  max-width: none;
  font-size: clamp(0.92rem, 0.94vw, 0.98rem);
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .proposal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
  }
}

@media (max-width: 720px) {
  .proposal-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 18px;
  }

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

  .proposal-content {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .proposal-card p {
    font-size: 0.94rem;
  }
}

@media (max-width: 420px) {
  .proposal-content {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .proposal-card h3 {
    font-size: 1.02rem;
  }

  .proposal-card p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .proposal-content .icon {
    width: 48px;
    height: 48px;
  }

  .proposal-content .icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Ajustes de leitura e destaque dos cards na versão desktop. */
@media (min-width: 901px) {
  :root {
    --font-body: "Amsi Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --font-display: "Amsi Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  }

  .proposals {
    background:
      radial-gradient(
        circle at 8% 18%,
        rgba(11, 101, 216, 0.055),
        transparent 24rem
      ),
      #ffffff;
  }

  .proposal-grid {
    max-width: 1280px;
    gap: 30px;
  }

  .proposal-card {
    border: 1px solid rgba(6, 64, 143, 0.22);
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(5, 36, 91, 0.13);
  }

  .proposal-card:hover {
    border-color: rgba(11, 101, 216, 0.48);
    box-shadow: 0 22px 46px rgba(5, 36, 91, 0.2);
  }

  .proposal-media {
    aspect-ratio: 16 / 8.8;
    max-height: 230px;
  }

  .proposal-media::after {
    height: 48%;
    background: linear-gradient(180deg, transparent, rgba(3, 20, 58, 0.28));
  }

  .proposal-content {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    padding: 22px 24px 28px;
  }

  .proposal-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -0.01em;
  }

  .proposal-card p {
    color: #334564;
    font-size: 18px;
    line-height: 1.6;
  }

  .proposal-card p strong {
    color: var(--navy-950);
    text-decoration: underline;
    text-decoration-color: var(--psb-gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
  }
}

/* =========================================================
   AJUSTE FINAL DE TIPOGRAFIA E LEGIBILIDADE
   ========================================================= */

:root {
  --font-body: "Amsi Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Amsi Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --text: #14213d;
  --muted: #3f506d;
  font-family: var(--font-body);
  font-size: 18px;
}

html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text);
}

p,
span,
li,
label,
input,
textarea,
button,
a {
  font-family: var(--font-body);
}

p {
  color: #334564;
  font-size: 18px;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  color: var(--navy-950);
}

.section-heading h2,
.about-copy h2,
.media-card h2,
.contact-copy h2 {
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hero-text {
  max-width: 700px;
  margin: 22px 0 28px;
  color: #334564;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.proposal-card h3 {
  margin-bottom: 12px;
  color: var(--navy-950);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.28;
}

.proposal-card p {
  max-width: none;
  color: #334564;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.about-copy p,
.media-card p,
.contact-copy p {
  max-width: 70ch;
  color: #334564;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.about-copy p + p {
  margin-top: 22px;
}

.hero-text strong,
.proposal-card p strong,
.about-copy p strong,
.media-card p strong,
.contact-copy p strong {
  color: #07183f;
  font-weight: 800;
}

.contact-form label {
  color: var(--navy-950);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-form input,
.contact-form textarea {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #14213d;
  background: #ffffff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #697891;
  opacity: 1;
}

.button,
.top-cta {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.site-nav,
.reference-nav {
  font-family: var(--font-body);
  font-weight: 700;
}

.site-nav a {
  font-size: 16px;
}

.eyebrow,
.section-kicker {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

@media (max-width: 900px) {
  body {
    font-size: 18px;
    line-height: 1.65;
  }

  .section-heading h2,
  .about-copy h2,
  .media-card h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .proposal-card h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  .proposal-card p,
  .about-copy p,
  .media-card p,
  .contact-copy p {
    font-size: 18px;
    line-height: 1.65;
  }

  .mobile-impact-copy p {
    font-size: 17px;
    line-height: 1.45;
  }

  .button {
    font-size: 17px;
    line-height: 1.25;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 18px;
    line-height: 1.6;
  }

  .proposal-card h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .proposal-card p,
  .about-copy p,
  .media-card p,
  .contact-copy p {
    font-size: 18px;
    line-height: 1.62;
  }

  .eyebrow,
  .section-kicker {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

/* =========================================================
   AJUSTE FINAL - LEGIBILIDADE DOS CARDS DE PROPOSTAS
   Mantém o layout e melhora tamanho, contraste e espaçamento.
   ========================================================= */

.proposal-content {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 24px 26px 30px;
}

.proposal-card h3 {
  margin: 0 0 14px;
  color: #06183f;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  word-spacing: 0.03em;
  text-wrap: balance;
}

.proposal-card p {
  margin: 0;
  max-width: none;
  color: #243958;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.012em;
  word-spacing: 0.08em;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  text-wrap: pretty;
}

.proposal-card p strong {
  color: #06183f;
  font-weight: 800;
  line-height: inherit;
  background: linear-gradient(
    180deg,
    transparent 60%,
    rgba(255, 194, 14, 0.46) 60%
  );
}

.proposal-content .icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

.proposal-content .icon svg {
  width: 26px;
  height: 26px;
}

/* Em notebooks e telas intermediárias, dá mais largura para o texto. */
@media (min-width: 721px) and (max-width: 1180px) {
  .proposal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
  }

  .proposal-card h3 {
    font-size: 21px;
  }

  .proposal-card p {
    font-size: 18px;
    line-height: 1.7;
  }
}

/* Tablet e celular. */
@media (max-width: 720px) {
  .proposal-content {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 15px;
    padding: 20px 20px 24px;
  }

  .proposal-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.3;
  }

  .proposal-card p {
    font-size: 18px;
    line-height: 1.68;
    letter-spacing: 0.006em;
    word-spacing: 0.05em;
  }

  .proposal-content .icon {
    width: 50px;
    height: 50px;
  }

  .proposal-content .icon svg {
    width: 24px;
    height: 24px;
  }
}

/* Celulares pequenos. */
@media (max-width: 420px) {
  .proposal-content {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .proposal-card h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .proposal-card p {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 0;
    word-spacing: 0.04em;
  }
}

/* =========================================================
   DESTAQUE MÁXIMO - SEÇÃO "QUEM É DENNIS"
   ========================================================= */

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.95fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(255, 194, 14, 0.18),
      transparent 24rem
    ),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.about-photo {
  justify-self: center;
  width: min(430px, 100%);
  aspect-ratio: 1;
  padding: 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffc20e, #0b65d8);
  box-shadow: 0 22px 48px rgba(5, 36, 91, 0.18);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #ffffff;
}

.about-copy {
  max-width: 860px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b65d8;
}

.section-kicker::before {
  content: "";
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: #ffc20e;
}

.about-copy h2 {
  margin: 0 0 24px;
  max-width: 14ch;
  color: #07183f;
  font-size: clamp(2.6rem, 4.6vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.about-copy p {
  max-width: 68ch;
  margin: 0;
  color: #23395d;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  word-spacing: 0.06em;
  font-weight: 500;
}

.about-copy p + p {
  margin-top: 30px;
}

.about-copy strong {
  color: #07183f;
  font-weight: 900;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(255, 194, 14, 0.55) 55%
  );
  padding: 0 2px;
}

.about-copy p br {
  line-height: 2;
}

@media (max-width: 1100px) {
  .about {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: left;
  }

  .about-photo {
    width: min(340px, 82vw);
  }

  .about-copy {
    max-width: 100%;
  }

  .about-copy h2 {
    max-width: 100%;
    font-size: clamp(2.3rem, 5vw, 3.3rem);
    line-height: 1.08;
  }

  .about-copy p {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.82;
  }
}

@media (max-width: 720px) {
  .about {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 24px;
  }

  .about-photo {
    width: min(280px, 78vw);
    padding: 12px;
  }

  .about-photo img {
    border-width: 8px;
  }

  .section-kicker {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .section-kicker::before {
    width: 40px;
    height: 3px;
  }

  .about-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .about-copy p {
    font-size: 18px;
    line-height: 1.75;
    word-spacing: 0.04em;
  }

  .about-copy p + p {
    margin-top: 22px;
  }
}

@media (max-width: 420px) {
  .about-copy h2 {
    font-size: 1.85rem;
  }

  .about-copy p {
    font-size: 17px;
    line-height: 1.72;
  }
}

/* =========================================================
   DESTAQUE E LEGIBILIDADE - BLOCO DE VÍDEO / "OUÇA ANTES DE DECIDIR"
   ========================================================= */

.media {
  background: #ffffff;
}

.media-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  min-height: 300px;
  padding: clamp(38px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(2, 14, 43, 0.98) 0%,
      rgba(3, 28, 72, 0.96) 40%,
      rgba(4, 43, 102, 0.88) 68%,
      rgba(3, 20, 58, 0.72) 100%
    ),
    url("assets/banner-dennis-web.jpeg") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(3, 20, 58, 0.22);
  overflow: hidden;
  isolation: isolate;
}

/* Mantém o conteúdo acima da arte do fundo. */
.media-card > div,
.media-card .play-button {
  position: relative;
  z-index: 2;
}

.media-card > div {
  max-width: 900px;
}

.media-card .section-kicker {
  margin-bottom: 16px;
  color: #ffd24a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.media-card .section-kicker::before {
  width: 46px;
  height: 4px;
  background: #ffc20e;
}

.media-card h2 {
  max-width: 26ch;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(2.45rem, 3.8vw, 4.1rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.44);
}

.media-card p {
  max-width: 720px;
  margin: 0;
  color: #f4f7ff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.005em;
  word-spacing: 0.04em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36);
}

.media-card p strong {
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(
    180deg,
    transparent 54%,
    rgba(255, 194, 14, 0.72) 54%
  );
  padding: 0 2px;
}

.media-card .play-button {
  width: clamp(92px, 8vw, 118px);
  border: 4px solid rgba(255, 255, 255, 0.22);
  background: #ffc20e;
  color: #07183f;
  box-shadow:
    0 20px 46px rgba(255, 194, 14, 0.36),
    0 0 0 8px rgba(255, 255, 255, 0.06);
}

.media-card .play-button:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 26px 54px rgba(255, 194, 14, 0.44),
    0 0 0 10px rgba(255, 255, 255, 0.08);
}

/* Tablet e telas intermediárias. */
@media (max-width: 900px) {
  .media-card {
    grid-template-columns: 1fr auto;
    min-height: 280px;
    padding: 34px 28px;
    background:
      linear-gradient(
        90deg,
        rgba(2, 14, 43, 0.98) 0%,
        rgba(3, 28, 72, 0.95) 62%,
        rgba(4, 43, 102, 0.82) 100%
      ),
      url("assets/banner-dennis-web.jpeg") center / cover no-repeat;
  }

  .media-card h2 {
    max-width: 24ch;
    font-size: clamp(2.15rem, 6vw, 3rem);
    line-height: 1.1;
  }

  .media-card p {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.68;
  }

  .media-card .play-button {
    width: 86px;
  }
}

/* Celular: conteúdo empilhado e texto com contraste máximo. */
@media (max-width: 620px) {
  .media-card {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 30px 22px;
    background:
      linear-gradient(
        180deg,
        rgba(2, 14, 43, 0.98) 0%,
        rgba(3, 28, 72, 0.96) 62%,
        rgba(4, 43, 102, 0.88) 100%
      ),
      url("assets/banner-dennis-web.jpeg") center / cover no-repeat;
  }

  .media-card .section-kicker {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .media-card h2 {
    max-width: none;
    margin-bottom: 18px;
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.1;
  }

  .media-card p {
    max-width: none;
    font-size: 18px;
    line-height: 1.65;
  }

  .media-card .play-button {
    justify-self: start;
    width: 78px;
  }
}

/* =========================================================
   DESTAQUE E LEGIBILIDADE - SEÇÃO DE CONTATO
   ========================================================= */

.contact {
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 0.64fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
  padding-top: 82px;
  padding-bottom: 82px;
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(11, 101, 216, 0.07),
      transparent 26rem
    ),
    radial-gradient(
      circle at 94% 6%,
      rgba(255, 194, 14, 0.12),
      transparent 22rem
    ),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.contact-copy {
  max-width: 780px;
  padding-right: 10px;
}

.contact .section-kicker {
  margin-bottom: 18px;
  color: #0b65d8;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.13em;
}

.contact .section-kicker::before {
  width: 54px;
  height: 4px;
  background: #ffc20e;
}

.contact-copy h2 {
  max-width: 14ch;
  margin: 0 0 26px;
  color: #06183f;
  font-size: clamp(2.65rem, 4vw, 4.25rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.contact-copy p {
  max-width: 62ch;
  margin: 0;
  color: #263c61;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.006em;
  word-spacing: 0.045em;
}

.contact-copy p strong {
  color: #06183f;
  font-weight: 900;
  background: linear-gradient(
    180deg,
    transparent 54%,
    rgba(255, 194, 14, 0.56) 54%
  );
  padding: 0 2px;
}

.contact-form {
  gap: 18px;
  padding: clamp(28px, 3.4vw, 40px);
  border: 1px solid rgba(6, 64, 143, 0.18);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(5, 36, 91, 0.12);
  backdrop-filter: none;
}

.contact-form label {
  gap: 9px;
  color: #06183f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1.5px solid #b9cbe4;
  border-radius: 8px;
  padding: 15px 16px;
  color: #14213d;
  background: #ffffff;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-form input {
  min-height: 54px;
}

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

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #53647f;
  opacity: 1;
  font-weight: 400;
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #8eacd3;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0b65d8;
  box-shadow: 0 0 0 4px rgba(11, 101, 216, 0.12);
}

.contact-form .button {
  min-height: 58px;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.contact-form .button-primary {
  color: #06183f;
}

.contact-form .button-secondary {
  border-width: 1.5px;
  color: #06408f;
  background: #ffffff;
}

.form-status {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .contact {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-copy {
    max-width: 820px;
    padding-right: 0;
  }

  .contact-copy h2 {
    max-width: 18ch;
    font-size: clamp(2.45rem, 6vw, 3.6rem);
  }

  .contact-copy p {
    max-width: 70ch;
    font-size: 19px;
    line-height: 1.78;
  }

  .contact-form {
    width: 100%;
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .contact {
    padding-top: 58px;
    padding-bottom: 58px;
    gap: 30px;
  }

  .contact .section-kicker {
    margin-bottom: 13px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .contact .section-kicker::before {
    width: 40px;
    height: 3px;
  }

  .contact-copy h2 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(2.05rem, 9vw, 2.9rem);
    line-height: 1.08;
  }

  .contact-copy p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.72;
    word-spacing: 0.025em;
  }

  .contact-form {
    gap: 16px;
    padding: 22px 18px;
  }

  .contact-form label {
    font-size: 16px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 14px;
    font-size: 17px;
  }

  .contact-form .button {
    min-height: 56px;
    padding-inline: 16px;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .contact-copy h2 {
    font-size: 1.95rem;
  }

  .contact-copy p {
    font-size: 17px;
    line-height: 1.68;
  }

  .contact-form {
    padding: 20px 15px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
  }
}

/* =========================================================
   MELHORIA DE VISIBILIDADE - RODAPÉ
   ========================================================= */

.site-footer {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(255, 194, 14, 0.1),
      transparent 24rem
    ),
    linear-gradient(100deg, #061a46 0%, #083b86 52%, #06306f 100%);
}

.footer-main {
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: 48px clamp(28px, 7vw, 110px);
  border-top: 4px solid var(--psb-orange);
}

.footer-brand {
  gap: 16px;
  color: #ffffff;
}

.footer-brand img {
  width: 76px;
  height: 66px;
}

.footer-brand strong {
  color: #ffffff;
  font-size: clamp(2rem, 2.4vw, 2.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.footer-brand small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.22em;
}

.footer-nav {
  gap: 10px;
}

.footer-nav strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.96);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.footer-nav a:hover {
  color: var(--psb-gold);
}

.footer-social {
  gap: 14px;
}

.footer-social a {
  width: 50px;
  height: 50px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.footer-social svg {
  width: 25px;
  height: 25px;
}

.footer-bottom {
  padding: 18px clamp(22px, 5vw, 96px);
  background: #03183f;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom p {
  max-width: 1100px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Tablet */
@media (max-width: 900px) {
  .footer-main {
    align-items: start;
    gap: 0;
    padding: 0 24px 30px;
  }

  .footer-brand {
    padding: 32px 0 26px;
  }

  .footer-brand img {
    width: 64px;
    height: 56px;
  }

  .footer-brand strong {
    font-size: 28px;
  }

  .footer-brand small {
    font-size: 13px;
  }

  .footer-nav {
    gap: 11px;
    padding: 24px 0;
  }

  .footer-nav strong {
    font-size: 18px;
  }

  .footer-nav a {
    font-size: 17px;
    line-height: 1.5;
  }

  .footer-social {
    padding-top: 24px;
  }

  .footer-bottom p {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* Celular */
@media (max-width: 600px) {
  .footer-main {
    padding-inline: 20px;
  }

  .footer-brand {
    gap: 12px;
  }

  .footer-brand img {
    width: 58px;
    height: 50px;
  }

  .footer-brand strong {
    font-size: 24px;
  }

  .footer-brand small {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .footer-nav strong {
    font-size: 17px;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .footer-social a {
    width: 48px;
    height: 48px;
  }

  .footer-bottom {
    padding: 16px 18px;
  }

  .footer-bottom p {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* =========================================================
   MENU SUPERIOR - MAIS VISÍVEL
   ========================================================= */

@media (min-width: 901px) {
  .site-nav {
    gap: 8px;
    padding: 7px;
  }

  .site-nav a {
    padding: 14px 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: 0.005em;
  }

  .site-nav a::after {
    left: 20px;
    right: 20px;
    bottom: 7px;
    height: 3px;
  }
}

/* Notebooks menores */
@media (min-width: 901px) and (max-width: 1180px) {
  .site-nav {
    gap: 4px;
  }

  .site-nav a {
    padding: 13px 14px;
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 900px) {
  .site-nav a {
    font-size: 17px;
    font-weight: 800;
  }
}

/* =========================================================
   MOBILE - REMOVE ESPAÇO ENTRE O HERO E AS PROPOSTAS
   ========================================================= */

@media (max-width: 900px) {
  .coded-hero,
  .hero {
    min-height: 0 !important;
    height: auto !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: start;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-visual {
    align-self: auto;
    width: 100%;
    margin: 0 !important;
  }

  .proposals {
    margin-top: 0 !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 600px) {
  .proposals {
    padding-top: 24px !important;
  }
}

/* =========================================================
   CARDS - TEXTO MAIS GROSSO E VISÍVEL
   ========================================================= */

.proposal-card h3 {
  font-weight: 900;
}

.proposal-card p {
  font-weight: 600;
}

.proposal-card p strong {
  font-weight: 900;
  color: #07183f;
}

/* =========================================================
   MENU SUPERIOR - MAIS COMPACTO E FLUIDO
   ========================================================= */

@media (min-width: 901px) {
  .site-nav {
    gap: 3px;
    padding: 5px;
  }

  .site-nav a {
    padding: 11px 15px;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .site-nav a::after {
    left: 15px;
    right: 15px;
    bottom: 5px;
    height: 3px;
  }
}

/* notebooks menores */
@media (min-width: 901px) and (max-width: 1180px) {
  .site-nav {
    gap: 2px;
    padding: 4px;
  }

  .site-nav a {
    padding: 10px 11px;
    font-size: 15px;
    white-space: nowrap;
  }
}

/* =========================================================
   NAVEGAÇÃO SUAVE + REVEAL + PARALLAX
   ========================================================= */

/*
  O JavaScript controla a rolagem para permitir uma animação
  mais suave do que o scroll-behavior padrão.
*/
html {
  scroll-behavior: auto;
}

/* Elementos vão surgindo de forma leve conforme entram na tela */
.reveal {
  opacity: 0;
  translate: 0 34px;
  filter: blur(5px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    translate 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s ease;
  will-change: opacity, translate, filter;
}

.reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  filter: blur(0);
}

/* Variações para dar uma sensação menos repetitiva */
.section-heading.reveal,
.about-copy.reveal,
.contact-copy.reveal {
  translate: -28px 22px;
}

.section-heading.reveal.is-visible,
.about-copy.reveal.is-visible,
.contact-copy.reveal.is-visible {
  translate: 0 0;
}

.about-photo.reveal,
.hero-visual.reveal {
  translate: 28px 28px;
}

.about-photo.reveal.is-visible,
.hero-visual.reveal.is-visible {
  translate: 0 0;
}

/* Cards aparecem com um leve movimento vertical */
.proposal-card.reveal {
  translate: 0 30px;
}

.proposal-card.reveal.is-visible {
  translate: 0 0;
}

/* Camadas que recebem o efeito parallax via JavaScript */
.parallax-layer {
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
  backface-visibility: hidden;
}

/* Imagens dos cards ganham um pouco de área para poder mover sem criar bordas */
.proposal-media {
  overflow: hidden;
}

.proposal-media img.parallax-layer {
  width: 100%;
  height: 108%;
  margin-top: -4%;
  object-fit: cover;
}

/* Movimento do retrato da seção "Quem é Dennis" fica contido no círculo */
.about-photo {
  overflow: hidden;
}

.about-photo img.parallax-layer {
  transform: translate3d(0, var(--parallax-y), 0) scale(1.035);
}

/* Hero mobile/desktop: movimento bem discreto */
.hero-photo.parallax-layer {
  transform: translate3d(0, var(--parallax-y), 0) scale(1.015);
}

/* Destaque sutil quando a navegação chega à seção */
.scroll-focus {
  animation: sectionArrival 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes sectionArrival {
  0% {
    filter: brightness(1);
  }
  38% {
    filter: brightness(1.035);
  }
  100% {
    filter: brightness(1);
  }
}

/* O link ativo acompanha a navegação de forma mais suave */
.site-nav a,
.reference-nav a {
  transition:
    color 0.28s ease,
    background 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav a.is-active {
  transform: translateY(-1px);
}

/* Mobile: reveal menor para não parecer que a página "salta" */
@media (max-width: 900px) {
  .reveal,
  .section-heading.reveal,
  .about-copy.reveal,
  .contact-copy.reveal,
  .about-photo.reveal,
  .hero-visual.reveal,
  .proposal-card.reveal {
    translate: 0 22px;
  }

  .reveal.is-visible,
  .section-heading.reveal.is-visible,
  .about-copy.reveal.is-visible,
  .contact-copy.reveal.is-visible,
  .about-photo.reveal.is-visible,
  .hero-visual.reveal.is-visible,
  .proposal-card.reveal.is-visible {
    translate: 0 0;
  }
}

/* Acessibilidade: elimina movimentos para quem prefere animação reduzida */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1 !important;
    translate: none !important;
    filter: none !important;
    transition: none !important;
  }

  .parallax-layer,
  .about-photo img.parallax-layer,
  .hero-photo.parallax-layer {
    transform: none !important;
  }

  .scroll-focus {
    animation: none !important;
  }
}

/* =========================================================
   V11 - REVEAL REALMENTE PROGRESSIVO + PARALLAX MAIS VISÍVEL
   ========================================================= */

/*
  Esta versão é dirigida pelo JavaScript quadro a quadro.
  Por isso não usa transição automática nos elementos enquanto
  eles ainda estão sendo revelados.
*/
.reveal.scroll-reveal {
  opacity: var(--reveal-opacity, 0.06) !important;
  translate: none !important;
  transform: translate3d(var(--reveal-x, 0px), var(--reveal-y, 52px), 0)
    scale(var(--reveal-scale, 0.965)) !important;
  filter: blur(var(--reveal-blur, 7px)) !important;
  transition: none !important;
  will-change: opacity, transform, filter;
}

.reveal.is-visible:not(.scroll-reveal) {
  opacity: 1 !important;
  translate: none !important;
  transform: none;
  filter: none !important;
}

/* Imagens que se movem em velocidade diferente da página. */
.scroll-parallax-visual {
  transform: translate3d(0, var(--parallax-y, 0px), 0)
    scale(var(--parallax-scale, 1.06)) !important;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}

.hero-visual,
.proposal-media,
.about-photo,
.desktop-reference-hero {
  overflow: hidden;
}

.proposal-media img.scroll-parallax-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* O banner do vídeo recebe background-position pelo JavaScript. */
.media-card {
  background-size:
    auto,
    112% auto;
  background-repeat: no-repeat;
  will-change: background-position;
}

/* Pequeno destaque ao chegar pelo menu. */
.scroll-focus {
  animation: sectionArrivalStrong 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes sectionArrivalStrong {
  0% {
    filter: brightness(1);
  }
  38% {
    filter: brightness(1.055);
  }
  100% {
    filter: brightness(1);
  }
}

/*
  O usuário pediu explicitamente para manter os efeitos ativos.
  Esta regra final impede que regras antigas de reduced-motion
  do arquivo desativem o reveal/parallax desta versão.
*/
@media (prefers-reduced-motion: reduce) {
  .reveal.scroll-reveal {
    opacity: var(--reveal-opacity, 0.06) !important;
    translate: none !important;
    transform: translate3d(var(--reveal-x, 0px), var(--reveal-y, 52px), 0)
      scale(var(--reveal-scale, 0.965)) !important;
    filter: blur(var(--reveal-blur, 7px)) !important;
    transition: none !important;
  }

  .scroll-parallax-visual {
    transform: translate3d(0, var(--parallax-y, 0px), 0)
      scale(var(--parallax-scale, 1.06)) !important;
  }
}
