:root {
  --color-black: #050505;
  --color-graphite: #101114;
  --color-dark: #1A1D21;
  --color-navy: #07113A;
  --color-blue: #2447A8;
  --color-red: #D71920;
  --color-red-dark: #9F1117;
  --color-yellow: #FFD000;
  --color-yellow-hover: #D9A900;
  --color-white: #F5F7FA;
  --color-light: #F5F7FA;
  --color-gray: #B8BEC8;
  --color-metal: #B8BEC8;
  --font-title: "Bebas Neue", "Oswald", Impact, sans-serif;
  --font-body: "Inter", "Roboto Condensed", Arial, sans-serif;
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.22);
  --shadow-card: 0 16px 34px rgba(7, 17, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-black);
  color: var(--color-dark);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

label {
  color: var(--color-dark);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(7, 17, 58, 0.18);
  border-radius: 6px;
  background: var(--color-white);
  color: var(--color-dark);
  font: inherit;
  padding: 0.85rem 0.95rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(36, 71, 168, 0.16);
  outline: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 76px;
  padding: 0.8rem 5vw;
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid rgba(255, 208, 0, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--color-white);
  min-width: 0;
}

.brand-logo {
  display: block;
  width: clamp(150px, 18vw, 210px);
  max-width: 100%;
  height: auto;
}

.header-logo {
  width: auto;
  max-width: 180px;
  height: 64px;
  max-height: 70px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 208, 0, 0.98), rgba(217, 169, 0, 0.9)),
    var(--color-yellow);
  color: var(--color-black);
  font-family: var(--font-title);
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 0 0 4px rgba(255, 208, 0, 0.08), 0 16px 34px rgba(0, 0, 0, 0.3);
}

.brand-text {
  font-family: var(--font-title);
  font-style: italic;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.brand-text strong {
  color: var(--color-yellow);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.site-nav a {
  border-radius: 6px;
  color: var(--color-gray);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.65rem 0.7rem;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(255, 208, 0, 0.12);
  color: var(--color-yellow);
}

.header-buy {
  border-radius: 6px;
  background: var(--color-yellow);
  color: var(--color-black);
  font-weight: 700;
  padding: 0.75rem 1rem;
  box-shadow: 0 14px 28px rgba(255, 208, 0, 0.2);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-buy:hover {
  background: var(--color-yellow-hover);
  box-shadow: 0 18px 34px rgba(255, 208, 0, 0.28);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--color-white);
}

.section-inner {
  width: min(1120px, calc(100% - clamp(2rem, 6vw, 5rem)));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 208, 0, 0.18), transparent 26%),
    linear-gradient(95deg, rgba(5, 5, 5, 0.96) 0%, rgba(16, 17, 20, 0.92) 45%, rgba(5, 5, 5, 0.48) 100%),
    url("/assets/img/hero-car-city.jpg") center / cover no-repeat;
  color: var(--color-white);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 208, 0, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 208, 0, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 70%);
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--color-yellow), var(--color-red), var(--color-blue));
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 400px);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.2rem);
  min-height: 82vh;
  padding: 4.8rem 0 3.6rem;
}

.hero-copy {
  max-width: 700px;
  min-width: 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--color-yellow);
  font-family: var(--font-title);
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.6rem, 7vw, 6.2rem);
  line-height: 0.92;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  text-wrap: balance;
}

.hero h1 span {
  color: var(--color-yellow);
}

.home-hero h1 {
  font-size: clamp(3rem, 5.35vw, 5.35rem);
  line-height: 0.96;
}

.hero-subtitle {
  max-width: 660px;
  margin-top: 1rem;
  color: var(--color-light);
  font-size: 1.18rem;
  font-weight: 500;
}

.hero-actions,
.buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: anywhere;
  padding: 0.85rem 1.25rem;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  white-space: normal;
}

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

.button-red {
  background: var(--color-yellow);
  color: var(--color-black);
  box-shadow: 0 14px 30px rgba(255, 208, 0, 0.24);
}

.button-red:hover {
  background: var(--color-yellow-hover);
}

.button-blue {
  border: 1px solid rgba(245, 247, 250, 0.42);
  background: rgba(245, 247, 250, 0.04);
  color: var(--color-white);
  box-shadow: none;
}

.button-blue:hover {
  border-color: var(--color-yellow);
  background: rgba(255, 208, 0, 0.12);
  color: var(--color-yellow);
}

.button-dark {
  background: var(--color-red);
  color: var(--color-white);
}

.button-dark:hover {
  background: var(--color-red-dark);
}

.hero-product {
  justify-self: end;
  min-width: 0;
  width: min(100%, 430px);
}

.hero-product img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 208, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.46);
}

.premium-product-frame {
  position: relative;
  margin: 0;
  padding: 0.8rem;
  border: 1px solid rgba(184, 190, 200, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(245, 247, 250, 0.08), rgba(255, 208, 0, 0.08));
}

.premium-product-frame::after {
  position: absolute;
  inset: 1.2rem auto auto 0.8rem;
  width: 4px;
  height: 42%;
  background: var(--color-yellow);
  content: "";
}

.premium-product-frame figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--color-yellow);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  padding-top: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}

.premium-product-frame strong {
  color: var(--color-yellow);
  font-family: var(--font-title);
  font-size: 2rem;
  line-height: 1;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.65rem;
  margin-top: 1.5rem;
  max-width: 680px;
}

.hero-proof-grid span {
  min-width: 0;
  border: 1px solid rgba(255, 208, 0, 0.24);
  border-radius: 8px;
  background: rgba(16, 17, 20, 0.74);
  color: var(--color-metal);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  padding: 0.72rem 0.85rem;
  text-wrap: balance;
  text-transform: uppercase;
}

.section {
  padding: 4.25rem 0;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(255, 208, 0, 0.14), transparent 32%),
    linear-gradient(135deg, var(--color-black), var(--color-graphite));
  color: var(--color-white);
}

.section-graphite {
  background:
    linear-gradient(180deg, var(--color-graphite), var(--color-dark));
  color: var(--color-white);
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2,
.section h2,
.page-hero h1,
.cta-band h2 {
  font-size: clamp(2.35rem, 5vw, 3.35rem);
  line-height: 0.96;
  text-wrap: balance;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-grid-seven {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-grid-seven .benefit-card-centered {
  grid-column: 2;
}

.benefit-grid-seven .benefit-card {
  position: relative;
  min-height: 210px;
  padding: 1.55rem;
  background:
    linear-gradient(145deg, rgba(245, 247, 250, 0.07), rgba(255, 208, 0, 0.03)),
    var(--color-graphite);
}

.benefit-grid-seven .benefit-card::before {
  position: absolute;
  top: 0;
  right: 1.25rem;
  left: 1.25rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-yellow), rgba(255, 208, 0, 0.12));
  content: "";
}

.benefit-grid-seven .benefit-icon {
  display: none;
}

.benefit-grid-seven .benefit-card h3 {
  margin-bottom: 0.85rem;
  color: var(--color-white);
}

.benefit-grid-seven .benefit-card p {
  color: rgba(245, 247, 250, 0.82);
  line-height: 1.58;
}

.benefit-grid-wide {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.benefit-card {
  min-width: 0;
  min-height: 230px;
  border: 1px solid rgba(184, 190, 200, 0.14);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(245, 247, 250, 0.06), rgba(255, 208, 0, 0.035));
  box-shadow: var(--shadow-card);
  overflow-wrap: anywhere;
  padding: 1.35rem;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.section-light .benefit-card {
  border-color: rgba(7, 17, 58, 0.1);
  background: var(--color-white);
}

.benefit-card:hover {
  border-color: rgba(255, 208, 0, 0.65);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 208, 0, 0.12);
  transform: translateY(-3px);
}

.benefit-icon {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 52px;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255, 208, 0, 0.5);
  border-radius: 8px;
  background: rgba(255, 208, 0, 0.1);
  color: var(--color-yellow);
  font-family: var(--font-title);
  font-size: 1.3rem;
  font-weight: 700;
}

.benefit-card h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.benefit-card p {
  color: rgba(255, 255, 255, 0.78);
}

.section-light .benefit-card p {
  color: #3f4658;
}

.split,
.two-columns,
.contact-layout,
.checkout-layout,
.pedido-layout,
.comparison-grid {
  display: grid;
  align-items: center;
  gap: 2rem;
}

.split > *,
.two-columns > *,
.contact-layout > *,
.checkout-layout > *,
.pedido-layout > *,
.comparison-grid > *,
.product-intro-grid > *,
.fleet-grid > *,
.cta-inner > * {
  min-width: 0;
}

.split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.two-columns,
.comparison-grid,
.checkout-layout,
.pedido-layout,
.contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-panel img,
.product-showcase img {
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.product-intro-grid,
.fleet-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.4rem);
}

.product-intro-section {
  padding: 3.8rem 0;
}

.product-intro-copy .eyebrow {
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}

.product-intro-copy h2 {
  max-width: 680px;
  font-size: clamp(2.875rem, 5vw, 3.625rem);
  line-height: 1;
}

.product-intro-copy p,
.fleet-copy p {
  max-width: 670px;
  margin-top: 1rem;
  color: var(--color-metal);
  font-size: 1.12rem;
  line-height: 1.65;
}

.product-intro-copy .product-intro-lead {
  color: var(--color-white);
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  font-weight: 700;
  line-height: 1.5;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.product-specs span {
  min-width: 0;
  border: 1px solid rgba(255, 208, 0, 0.22);
  border-radius: 8px;
  background: rgba(255, 208, 0, 0.08);
  color: var(--color-yellow);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  padding: 0.8rem;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.product-intro-media,
.fleet-media {
  margin: 0;
}

.product-intro-media img,
.fleet-media img {
  width: 100%;
  border: 1px solid rgba(184, 190, 200, 0.16);
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  object-fit: cover;
}

.product-intro-media img {
  aspect-ratio: 1 / 1;
  object-position: center;
}

.fleet-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(215, 25, 32, 0.18), transparent 28%),
    linear-gradient(135deg, var(--color-black), var(--color-graphite));
  color: var(--color-white);
  padding: 4rem 0;
}

.fleet-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 440px);
}

.fleet-copy h2 {
  max-width: 740px;
  font-size: clamp(2.8rem, 5vw, 3.75rem);
}

.fleet-copy p {
  max-width: 720px;
}

.fleet-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.fleet-points li {
  position: relative;
  min-height: 32px;
  border-left: 4px solid var(--color-yellow);
  color: var(--color-light);
  font-weight: 700;
  padding-left: 0.85rem;
}

.fleet-media img {
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.fleet-cost-section {
  padding: 3.4rem 0;
}

.fleet-cost-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.fleet-cost-inner p {
  max-width: 560px;
  margin-top: 0.85rem;
  color: var(--color-metal);
  font-size: 1.08rem;
}

.fleet-cost-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.fleet-cost-list li {
  min-width: 0;
  border: 1px solid rgba(255, 208, 0, 0.18);
  border-radius: 8px;
  background: rgba(255, 208, 0, 0.06);
  color: var(--color-light);
  font-weight: 800;
  line-height: 1.25;
  padding: 0.85rem 1rem;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.check-list li {
  position: relative;
  min-height: 34px;
  padding-left: 2.1rem;
  font-size: 1.12rem;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-yellow);
  color: var(--color-navy);
  content: "✓";
  font-weight: 700;
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(16, 17, 20, 0.9)),
    url("/assets/img/hero-car-city.jpg") center / cover no-repeat;
  color: var(--color-white);
  padding: 4rem 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-inner p {
  max-width: 650px;
  margin-top: 0.75rem;
  color: var(--color-metal);
}

.page-hero {
  background:
    linear-gradient(135deg, var(--color-light), var(--color-white));
  padding: 5.5rem 0 4rem;
}

.page-hero-dark {
  background:
    radial-gradient(circle at top right, rgba(255, 208, 0, 0.2), transparent 34%),
    linear-gradient(135deg, var(--color-black), var(--color-graphite));
  color: var(--color-white);
}

.page-hero h1 {
  max-width: 880px;
}

.page-hero p {
  max-width: 740px;
  margin-top: 1rem;
  color: #445066;
  font-size: 1.2rem;
}

.page-hero-dark p {
  color: var(--color-light);
}

.page-hero .button {
  margin-top: 1.4rem;
}

.narrow {
  max-width: 880px;
}

.product-showcase {
  justify-self: end;
  width: min(100%, 430px);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-strip span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-yellow);
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  padding: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline article {
  display: grid;
  grid-template-columns: 72px 220px 1fr;
  align-items: center;
  gap: 1.4rem;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  padding: 1.35rem;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-yellow);
  color: var(--color-navy);
  font-family: var(--font-title);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 700;
}

.timeline h2 {
  font-size: 1.75rem;
}

.comparison-card {
  min-height: 420px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  padding: 2rem;
}

.comparison-card-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 212, 0, 0.22), transparent 34%),
    linear-gradient(135deg, var(--color-dark), var(--color-navy));
  color: var(--color-white);
}

.comparison-card p {
  margin: 1rem 0 1.4rem;
  color: #445066;
}

.comparison-card-featured p {
  color: var(--color-light);
}

.comparison-card ul {
  display: grid;
  gap: 0.75rem;
}

.comparison-card li {
  border-left: 5px solid var(--color-yellow);
  padding-left: 0.8rem;
  font-weight: 700;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.product-card-media {
  height: 100%;
  min-height: 520px;
  background: var(--color-black);
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-card-body {
  padding: 2rem 2rem 2rem 0;
}

.product-card-body p {
  margin: 1rem 0;
  color: #445066;
}

.product-card .button-blue,
.contact-form .button-blue,
.buy-form .button-blue {
  border: 0;
  background: var(--color-dark);
  color: var(--color-white);
}

.product-card .button-blue:hover,
.contact-form .button-blue:hover,
.buy-form .button-blue:hover {
  background: var(--color-red);
  color: var(--color-white);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin: 1rem 0 1.4rem;
}

.price {
  color: var(--color-red);
  font-family: var(--font-title);
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.price-note {
  color: #596174;
}

.buy-form,
.contact-form {
  display: grid;
  gap: 0.85rem;
}

.coupon-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
}

.form-feedback,
.success-message {
  min-height: 1.4rem;
  color: var(--color-blue);
  font-weight: 700;
}

.contact-form,
.contact-aside,
.checkout-summary,
.pedido-card {
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  padding: 2rem;
}

.contact-aside {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.82), rgba(7, 17, 58, 0.82)),
    url("/assets/img/pneusafe-banner-mascote.png") center / cover no-repeat;
  color: var(--color-white);
}

.contact-aside p {
  margin-top: 1rem;
  color: var(--color-light);
}

.checkout-summary,
.pedido-card {
  align-self: start;
}

.checkout-summary p,
.pedido-card p {
  margin-top: 1rem;
  color: #445066;
}

.summary-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.summary-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(7, 17, 58, 0.1);
  padding-bottom: 0.75rem;
}

.summary-line dt {
  color: #596174;
  font-weight: 700;
}

.summary-line dd {
  margin: 0;
  color: var(--color-dark);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-align: right;
}

.summary-total dd {
  color: var(--color-red);
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-style: italic;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(255, 212, 0, 0.28);
  color: var(--color-navy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.36rem 0.72rem;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
}

.error-message {
  color: var(--color-red);
  font-weight: 700;
}

.pedido-next-step .button {
  margin-top: 1.5rem;
}

.auth-form {
  max-width: 560px;
  margin: 0 auto;
}

.internal-login-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 208, 0, 0.18), transparent 28%),
    linear-gradient(120deg, rgba(5, 5, 5, 0.98), rgba(16, 17, 20, 0.94)),
    url("/assets/img/hero-car-city.jpg") center / cover no-repeat;
  color: var(--color-white);
  padding: 4rem 0;
}

.internal-login-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 208, 0, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 208, 0, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.internal-login-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: 3rem;
}

.internal-login-shell > * {
  min-width: 0;
}

.internal-login-copy {
  max-width: 560px;
}

.internal-login-brand {
  margin-bottom: 2rem;
}

.internal-login-copy h1 {
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.92;
  text-wrap: balance;
}

.internal-login-copy p {
  margin-top: 1rem;
  color: var(--color-light);
  font-size: 1.25rem;
}

.login-trust-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.login-trust-list span {
  min-width: 0;
  border: 1px solid rgba(255, 208, 0, 0.24);
  border-radius: 8px;
  background: rgba(16, 17, 20, 0.74);
  color: var(--color-metal);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  padding: 0.7rem;
  text-wrap: balance;
  text-transform: uppercase;
}

.internal-back-link {
  display: inline-flex;
  margin-top: 1.4rem;
  color: var(--color-yellow);
  font-weight: 700;
}

.internal-back-link:hover {
  color: var(--color-white);
}

.internal-login-card {
  display: grid;
  gap: 0.9rem;
  border: 1px solid rgba(255, 208, 0, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.98), rgba(232, 236, 242, 0.98));
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.42);
  padding: 2rem;
}

.login-card-heading {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.login-card-heading h2 {
  color: var(--color-black);
  font-size: 2.4rem;
}

.login-card-heading p {
  color: #596174;
  font-size: 0.98rem;
}

.internal-login-card input {
  background: var(--color-white);
}

.password-field {
  position: relative;
  display: flex;
  align-items: center;
}

.password-field input {
  width: 100%;
  padding-right: 5.5rem;
}

.password-toggle {
  position: absolute;
  right: 0.55rem;
  border: 0;
  border-radius: 6px;
  background: #EEF1F5;
  color: var(--color-black);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.45rem 0.7rem;
}

.password-toggle:hover,
.password-toggle:focus {
  background: var(--color-yellow);
  outline: none;
}

.check-control {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.check-control input {
  width: auto;
}

.admin-body {
  background:
    radial-gradient(circle at top right, rgba(255, 208, 0, 0.14), transparent 28%),
    linear-gradient(135deg, #EEF1F5, var(--color-light));
}

.admin-body .button-red {
  background: var(--color-yellow);
  color: var(--color-black);
  box-shadow: 0 14px 30px rgba(255, 208, 0, 0.24);
}

.admin-body .button {
  gap: 0.35rem;
  overflow-wrap: normal;
  white-space: nowrap;
}

.admin-body .button-red:hover {
  background: var(--color-yellow-hover);
}

.admin-body .button-blue {
  border: 0;
  background: var(--color-graphite);
  color: var(--color-white);
  box-shadow: 0 14px 30px rgba(16, 17, 20, 0.2);
}

.admin-body .button-blue:hover {
  background: var(--color-red);
  color: var(--color-white);
}

.admin-body .button-dark {
  background: var(--color-dark);
  color: var(--color-white);
}

.admin-body .button-dark:hover {
  background: var(--color-navy);
}

.admin-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  overflow-y: auto;
  min-height: 100vh;
  border-right: 1px solid rgba(255, 208, 0, 0.14);
  background:
    radial-gradient(circle at top left, rgba(255, 208, 0, 0.16), transparent 34%),
    linear-gradient(180deg, var(--color-black), var(--color-graphite));
  color: var(--color-white);
  padding: 1.5rem;
}

.brand-admin {
  width: 100%;
  margin-bottom: 0.4rem;
  padding: 0.35rem;
  border-radius: 8px;
}

.brand-admin .brand-logo {
  width: min(100%, 188px);
}

.brand-admin:hover {
  background: rgba(255, 208, 0, 0.08);
}

.admin-sidebar-label {
  margin: 0 0 1.6rem 0.35rem;
  color: var(--color-metal);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-nav {
  display: grid;
  gap: 0.55rem;
}

.admin-nav a,
.admin-nav span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--color-gray);
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  padding: 0.75rem 0.85rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.admin-nav a::before,
.admin-nav span::before {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(184, 190, 200, 0.34);
  content: "";
}

.admin-nav a:hover,
.admin-nav a.is-active {
  border-color: rgba(255, 208, 0, 0.35);
  background: rgba(255, 208, 0, 0.13);
  color: var(--color-yellow);
  transform: translateX(2px);
}

.admin-nav a:hover::before,
.admin-nav a.is-active::before {
  background: var(--color-yellow);
}

.admin-nav span {
  opacity: 0.7;
}

.admin-main {
  min-width: 0;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 66px;
  border-bottom: 1px solid rgba(7, 17, 58, 0.1);
  background: rgba(245, 247, 250, 0.92);
  box-shadow: 0 12px 30px rgba(7, 17, 58, 0.06);
  backdrop-filter: blur(14px);
  padding: 0.75rem clamp(1rem, 3vw, 2rem);
}

.admin-topbar div {
  display: grid;
  gap: 0.1rem;
}

.admin-topbar small {
  color: #717A8A;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-topbar strong {
  color: var(--color-graphite);
  font-size: 1.03rem;
  line-height: 1.2;
}

.admin-topbar span {
  color: #596174;
  font-weight: 700;
}

.admin-topbar form {
  margin: 0;
}

.admin-topbar .button {
  min-height: 42px;
  padding: 0.7rem 1rem;
}

.admin-content {
  padding: clamp(1rem, 3vw, 2.25rem);
}

.admin-heading {
  margin-bottom: 1.4rem;
  width: 100%;
  border: 1px solid rgba(7, 17, 58, 0.08);
  border-left: 5px solid var(--color-yellow);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(7, 17, 58, 0.08);
  padding: 1.1rem 1.25rem;
}

.admin-heading h1 {
  color: var(--color-graphite);
  font-size: clamp(2.35rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.admin-muted {
  color: #596174;
  display: block;
}

.admin-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-stat-card,
.admin-table-card,
.admin-form-card,
.admin-alert-card,
.error-box {
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  padding: 1.35rem;
}

.admin-stat-card {
  display: grid;
  align-content: start;
  min-height: 214px;
  border: 1px solid rgba(255, 208, 0, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 208, 0, 0.14), transparent 36%),
    linear-gradient(145deg, var(--color-graphite), var(--color-dark));
  color: var(--color-white);
  gap: 0.55rem;
}

.admin-stat-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 208, 0, 0.45);
  border-radius: 8px;
  background: rgba(255, 208, 0, 0.11);
  color: var(--color-yellow);
  font-family: var(--font-title);
  font-size: 1.25rem;
  line-height: 1;
}

.admin-stat-card span {
  color: var(--color-metal);
  font-weight: 700;
}

.admin-stat-card strong {
  color: var(--color-yellow);
  font-family: var(--font-title);
  font-size: 3rem;
  font-style: italic;
  line-height: 1;
}

.admin-stat-card p {
  color: rgba(245, 247, 250, 0.78);
  margin-top: 0.2rem;
}

.admin-stat-card a {
  color: var(--color-yellow);
  font-weight: 800;
  margin-top: 0.35rem;
}

.admin-alert-card {
  border-left: 5px solid var(--color-yellow);
  margin-bottom: 1rem;
}

.admin-alert-card strong {
  color: var(--color-graphite);
  display: block;
  margin-bottom: 0.35rem;
}

.admin-alert-card p {
  color: #596174;
}

.admin-table-card {
  border: 1px solid rgba(7, 17, 58, 0.08);
  overflow-x: auto;
  scrollbar-color: rgba(16, 17, 20, 0.36) rgba(7, 17, 58, 0.06);
}

.admin-table-card-wide {
  padding: 1rem;
}

.admin-table {
  min-width: 760px;
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.admin-table-revendas {
  min-width: 1120px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(7, 17, 58, 0.1);
  padding: 0.95rem;
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  background: rgba(16, 17, 20, 0.04);
  color: var(--color-graphite);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-table td {
  color: #2D3442;
  line-height: 1.35;
}

.admin-table tbody tr {
  transition: background 160ms ease;
}

.admin-table tbody tr:hover {
  background: rgba(255, 208, 0, 0.06);
}

.admin-table td strong,
.admin-table td span:not(.status-pill) {
  display: block;
  overflow-wrap: anywhere;
}

.admin-table td strong {
  color: var(--color-graphite);
  line-height: 1.25;
}

.admin-table .status-pill {
  display: inline-flex;
}

.admin-col-user {
  min-width: 250px;
}

.admin-col-status {
  min-width: 124px;
  white-space: nowrap;
}

.admin-col-actions {
  min-width: 92px;
  text-align: center;
}

.admin-user-cell {
  min-width: 250px;
}

.admin-email {
  max-width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-actions-cell {
  text-align: center;
  white-space: nowrap;
}

.admin-actions-cell .button,
.admin-table .button-compact {
  min-width: 72px;
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.table-actions .button {
  min-height: 38px;
  min-width: 92px;
  padding: 0.55rem 0.8rem;
}

.admin-form-card {
  display: grid;
  gap: 0.95rem;
  max-width: 760px;
  border: 1px solid rgba(7, 17, 58, 0.08);
}

.admin-form-card label {
  color: var(--color-graphite);
  line-height: 1.25;
}

.admin-form-card input,
.admin-form-card select,
.admin-form-card textarea {
  background: #FFFFFF;
  border-color: rgba(16, 17, 20, 0.16);
}

.config-form-wide {
  max-width: 980px;
}

.admin-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.admin-pagination span {
  color: #596174;
  font-weight: 800;
}

.admin-pagination .button {
  min-width: 118px;
}

.config-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.config-status-card {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-width: 0;
  border: 1px solid rgba(7, 17, 58, 0.08);
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  padding: 1.25rem;
}

.config-status-card .button {
  justify-self: start;
  min-width: 118px;
}

.config-status-card h2,
.config-section-heading h2 {
  font-size: 1.75rem;
}

.config-mini-status,
.config-help {
  color: #596174;
  font-weight: 700;
}

.status-ok {
  background: rgba(28, 138, 79, 0.14);
  color: #12633b;
}

.status-pending {
  background: rgba(255, 212, 0, 0.3);
  color: var(--color-navy);
}

.status-danger {
  background: rgba(215, 25, 32, 0.12);
  color: var(--color-red-dark);
}

.status-neutral {
  background: rgba(89, 97, 116, 0.12);
  color: #445066;
}

.config-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.config-form-grid > div {
  display: grid;
  gap: 0.45rem;
}

.config-token-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 208, 0, 0.24);
  border-radius: 8px;
  background: rgba(255, 208, 0, 0.08);
  padding: 0.85rem 1rem;
}

.config-token-box strong {
  overflow-wrap: anywhere;
}

.config-token-box span,
.config-detail-grid dt {
  color: #596174;
  font-weight: 700;
}

.config-section-grid {
  display: grid;
  gap: 1rem;
}

.config-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.config-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
}

.config-detail-grid div {
  min-width: 0;
  border-bottom: 1px solid rgba(7, 17, 58, 0.08);
  padding-bottom: 0.6rem;
}

.config-detail-grid dd {
  margin: 0.15rem 0 0;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.admin-flash,
.error-box {
  margin-bottom: 1rem;
}

.error-box {
  border-left: 5px solid var(--color-red);
  color: var(--color-red);
  font-weight: 700;
}

.admin-flash {
  border-left: 5px solid var(--color-yellow);
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  color: var(--color-graphite);
  padding: 1rem 1.15rem;
}

.site-footer {
  background:
    linear-gradient(180deg, var(--color-graphite), var(--color-black));
  color: var(--color-light);
  padding: 3rem 5vw 1.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 2rem;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.footer-grid h2 {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  color: var(--color-white);
}

.footer-grid a {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--color-gray);
}

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

.brand-footer {
  margin-bottom: 1rem;
}

.brand-footer .brand-logo,
.internal-login-brand .brand-logo {
  width: 190px;
}

.footer-bottom {
  width: min(1120px, 100%);
  margin: 2rem auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
}

.footer-internal-link {
  color: rgba(201, 201, 201, 0.72);
  font-size: 0.95rem;
}

.footer-internal-link:hover {
  color: var(--color-yellow);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 5vw;
    left: 5vw;
    display: grid;
    max-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(5, 5, 5, 0.96);
    box-shadow: var(--shadow-soft);
    transition: max-height 220ms ease, padding 220ms ease;
  }

  .site-nav.is-open {
    max-height: 520px;
    padding: 0.75rem;
  }

  .site-nav a {
    padding: 0.85rem 1rem;
  }

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

  .header-buy {
    justify-self: end;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 8vw, 5.4rem);
  }

  .home-hero h1 {
    font-size: clamp(2.85rem, 6.4vw, 4.5rem);
  }

  .benefit-grid,
  .benefit-grid-wide,
  .benefit-grid-six,
  .benefit-grid-seven,
  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-grid-seven .benefit-card-centered {
    grid-column: auto;
  }

  .split,
  .two-columns,
  .contact-layout,
  .checkout-layout,
  .pedido-layout,
  .product-intro-grid,
  .fleet-grid,
  .fleet-cost-inner,
  .comparison-grid,
  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card-body {
    padding: 0 1.5rem 1.5rem;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    min-height: auto;
    overflow: visible;
    position: static;
  }

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

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

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

  .internal-login-shell {
    grid-template-columns: 1fr;
  }

  .internal-login-copy h1 {
    font-size: 3.8rem;
  }
}

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

  .site-header {
    min-height: 70px;
    grid-template-columns: auto auto;
  }

  .header-buy {
    display: none;
  }

  .site-nav {
    top: 70px;
  }

  .brand-text {
    font-size: 1.35rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 4rem 0 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 13vw, 4rem);
  }

  .home-hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.55rem);
  }

  .hero-subtitle {
    font-size: 1.15rem;
  }

  .hero-product {
    justify-self: start;
    max-width: min(320px, 100%);
  }

  .hero-actions .button,
  .buy-actions .button,
  .page-hero .button {
    width: 100%;
  }

  .section {
    padding: 3rem 0;
  }

  .product-intro-section {
    padding: 3.2rem 0;
  }

  .product-intro-copy h2 {
    font-size: clamp(2.15rem, 8vw, 2.75rem);
  }

  .product-intro-copy p,
  .product-intro-copy .product-intro-lead {
    font-size: 1.05rem;
  }

  .section-heading h2,
  .section h2,
  .page-hero h1,
  .cta-band h2 {
    font-size: 2.35rem;
  }

  .fleet-section {
    padding: 3.25rem 0;
  }

  .fleet-copy h2 {
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

  .fleet-points,
  .fleet-cost-list {
    grid-template-columns: 1fr;
  }

  .fleet-cost-section {
    padding: 3rem 0;
  }

  .benefit-grid,
  .benefit-grid-wide,
  .benefit-grid-six,
  .benefit-grid-seven,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid,
  .product-specs,
  .login-trust-list {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .product-card-media {
    min-height: 360px;
  }

  .summary-line {
    flex-direction: column;
    gap: 0.25rem;
  }

  .summary-line dd {
    text-align: left;
  }

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

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .admin-topbar,
  .admin-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-topbar {
    position: static;
  }

  .admin-content {
    padding: 1rem;
  }

  .admin-card-grid,
  .admin-nav,
  .config-status-grid,
  .config-form-grid,
  .config-detail-grid {
    grid-template-columns: 1fr;
  }

  .admin-table-card {
    overflow-x: auto;
  }

  .admin-stat-card {
    min-height: auto;
  }

  .config-token-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .internal-login-hero {
    min-height: auto;
    padding: 3rem 0;
  }

  .internal-login-copy h1 {
    font-size: 3rem;
  }

  .internal-login-card {
    padding: 1.35rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .section-inner {
    width: min(1120px, calc(100% - 1.25rem));
  }

  .brand {
    gap: 0.45rem;
  }

  .brand-logo {
    width: 142px;
  }

  .header-logo {
    width: auto;
    max-width: 150px;
    height: 56px;
  }

  .brand-text {
    font-size: 1.12rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .hero-inner {
    padding: 3.2rem 0 3rem;
  }

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

  .home-hero h1 {
    font-size: 2.55rem;
  }

  .hero-subtitle,
  .page-hero p,
  .internal-login-copy p {
    font-size: 1rem;
  }

  .product-intro-section {
    padding: 2.8rem 0;
  }

  .product-intro-copy .eyebrow {
    font-size: 1rem;
  }

  .product-intro-copy h2 {
    font-size: 2.1rem;
  }

  .product-intro-copy p,
  .product-intro-copy .product-intro-lead {
    font-size: 1rem;
  }

  .premium-product-frame figcaption {
    align-items: center;
    flex-direction: column;
    gap: 0.35rem;
  }

  .product-card-media {
    min-height: 300px;
  }

  .contact-form,
  .contact-aside,
  .checkout-summary,
  .pedido-card,
  .internal-login-card {
    padding: 1.15rem;
  }

  .internal-login-copy h1 {
    font-size: 2.55rem;
  }
}

.whatsapp-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(5, 5, 5, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.whatsapp-floating svg {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.whatsapp-floating:hover {
  background: #1EBE5D;
  box-shadow: 0 22px 42px rgba(5, 5, 5, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.16);
  transform: translateY(-3px) scale(1.03);
}

.whatsapp-floating:focus-visible {
  outline: 3px solid var(--color-yellow);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .whatsapp-floating {
    right: 16px !important;
    bottom: 16px !important;
    width: 54px !important;
    height: 54px !important;
  }

  .whatsapp-floating svg {
    width: 27px;
    height: 27px;
  }
}
