/* ==========================================================================
   FC — Pages
   ========================================================================== */

/* ============================== HERO ===================================== */
.hero {
  position: relative;
  min-height: clamp(700px, 80vh, 760px);
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding-top: var(--sp-10);
  padding-bottom: var(--sp-10);
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url('../images/hero-section-01-background-20260616.png') center / cover no-repeat;
}
.hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.56) 48%, rgba(0,0,0,0.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.20) 0%, transparent 36%, rgba(0,0,0,0.48) 100%);
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 70% at 76% 50%, rgba(250,204,21,0.18) 0%, transparent 62%);
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--sp-12);
  align-items: center;
  width: 100%;
}
.hero__content { max-width: 720px; }
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 0.5rem 1rem;
  background: rgba(250,204,21,0.10);
  border: 1px solid rgba(250,204,21,0.30);
  border-radius: var(--radius-pill);
  color: var(--fc-yellow);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  margin-bottom: var(--sp-5);
}
.hero__badge::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--fc-yellow);
  border-radius: var(--radius-circle);
  animation: hero-pulse 1.6s var(--ease-out) infinite;
}
@keyframes hero-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(1.4); }
}
.hero__title {
  font-size: clamp(2rem, 3.2vw + 0.45rem, 3.1rem);
  font-weight: var(--fw-black);
  line-height: 1.05;
  margin-bottom: var(--sp-4);
  color: var(--white);
  letter-spacing: 0;
  text-wrap: balance;
}
.hero__title .accent { color: var(--fc-yellow); }
.hero__title .gradient {
  background: linear-gradient(135deg, var(--fc-yellow) 0%, #FFE066 50%, var(--fc-yellow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lede {
  font-size: var(--fs-base);
  color: rgba(255,255,255,0.78);
  line-height: var(--lh-relaxed);
  max-width: 560px;
  margin-bottom: var(--sp-6);
  border-left: 3px solid var(--fc-yellow);
  padding-left: var(--sp-4);
}
.hero__ctas {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: var(--sp-8);
}
.hero__stats {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  padding-top: var(--sp-5);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero__stat {
  display: grid;
  align-content: center;
}
.hero__stat strong {
  display: block;
  font-size: clamp(2rem, 2.4vw + 0.55rem, 2.85rem);
  font-weight: var(--fw-black);
  color: var(--fc-yellow);
  line-height: 1;
  margin-bottom: var(--sp-1);
}
.hero__stat span {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
}
.hero__stat--crest {
  display: grid;
  place-items: center;
}
.hero__stat--crest img {
  display: block;
  width: clamp(52px, 5.5vw, 72px);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.34));
}

.hero__visual {
  position: relative;
  min-height: 430px;
  height: calc(100% + var(--sp-10));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
  align-self: stretch;
}
.hero__visual::before {
  content: '';
  position: absolute;
  inset: auto 4% 0 18%;
  height: 24%;
  border-radius: 50%;
  background: rgba(0,0,0,0.32);
  filter: blur(24px);
  z-index: -2;
}
.hero__visual::after {
  display: none;
}
.hero__person {
  position: absolute;
  right: -42%;
  bottom: -21%;
  width: min(148%, 760px);
  max-width: none;
  max-height: 144%;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(0,0,0,0.42));
  z-index: 2;
  pointer-events: none;
}
.hero__equipment-panel,
.hero__proof-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  background: rgba(10,10,10,0.74);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-lg);
}
.hero__equipment-panel {
  left: 5%;
  top: 20%;
  width: min(260px, 48%);
  padding: var(--sp-5);
}
.hero__equipment-panel span,
.hero__proof-card span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: var(--fs-xs);
  line-height: var(--lh-snug);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
}
.hero__equipment-panel strong {
  display: block;
  margin-top: var(--sp-2);
  color: var(--white);
  font-size: var(--fs-lg);
  line-height: var(--lh-snug);
}
.hero__proof-card {
  left: 9%;
  bottom: 15%;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
}
.hero__proof-card strong {
  color: var(--fc-yellow);
  font-size: var(--fs-2xl);
  line-height: 1;
}

@keyframes hero-float {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -10px; }
}

@media (max-width: 1023px) {
  .hero {
    min-height: clamp(620px, 78vh, 760px);
  }
  .hero__bg {
    background-image: url('../images/hero-section-01-background-20260616.png');
    background-position: center;
  }
  .hero__bg::before {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.58) 56%, rgba(0,0,0,0.24) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.22) 0%, transparent 42%, rgba(0,0,0,0.50) 100%);
  }
  .hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.72fr);
    gap: var(--sp-6);
  }
  .hero__visual {
    width: 100%;
    height: auto;
    min-height: 420px;
    max-width: none;
    margin-inline: 0;
    align-self: stretch;
  }
  .hero__person {
    width: min(124%, 500px);
    right: -28%;
    bottom: -10%;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: auto;
  }
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__visual {
    display: none;
  }
  .hero__equipment-panel,
  .hero__proof-card {
    display: none;
  }
  .hero__stats { gap: var(--sp-5); flex-wrap: wrap; }
}

/* ========================= PARTNERS / MARQUEE ============================ */
.partners {
  padding-block: var(--sp-12);
  background: var(--white);
  border-bottom: 1px solid var(--color-border);
}
.partners__title {
  text-align: center;
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  color: var(--color-text-muted);
  margin-bottom: var(--sp-8);
  font-weight: var(--fw-semibold);
}
.marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}
.marquee__track {
  display: flex;
  gap: var(--sp-16);
  width: max-content;
  animation: marquee-scroll 32s linear infinite;
}
.marquee__item {
  display: grid;
  place-items: center;
  height: 70px;
  min-width: 150px;
  opacity: 0.72;
  transition: opacity var(--t-base) var(--ease-out), transform var(--t-base) var(--ease-out);
}
.marquee__item img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 48px;
  object-fit: contain;
}
.marquee__item:hover {
  opacity: 1;
  transform: translateY(-1px);
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ========================== CATEGORIES (HOME) ============================ */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-4);
}
@media (max-width: 1023px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .categories-grid { grid-template-columns: 1fr; }
}

/* =========================== DIFERENCIAIS ================================ */
.diferenciais {
  background: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.diferenciais::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40% 60% at 20% 50%, rgba(250,204,21,0.06) 0%, transparent 60%),
    radial-gradient(40% 60% at 80% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.diferenciais .container { position: relative; z-index: 1; }
.diferenciais .section-head h2 { color: var(--white); }
.diferenciais .section-head p { color: rgba(255,255,255,0.72); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 1023px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); }
}
@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.10);
  }
  .feature-card {
    min-height: 200px;
    padding: var(--sp-5) var(--sp-3);
    text-align: center;
    border: 0 !important;
  }
  .feature-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.10) !important; }
  .feature-card:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,0.10) !important; }
  .feature-card__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto var(--sp-3);
  }
  .feature-card__icon svg { width: 23px; height: 23px; }
  .feature-card__title { font-size: var(--fs-sm); margin-bottom: var(--sp-2); }
  .feature-card__desc { font-size: var(--fs-xs); line-height: 1.45; max-width: none; }
}

/* =========================== EQUIPMENT HIGHLIGHTS ======================== */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
@media (max-width: 1023px) { .highlights-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  {
  .highlights-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(86vw, 340px);
    gap: var(--sp-4);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--section-px);
    padding: 0 var(--section-px) var(--sp-3);
    margin-inline: calc(-1 * var(--section-px));
    scrollbar-width: none;
  }
  .highlights-grid::-webkit-scrollbar { display: none; }
  .highlights-grid .product-card { scroll-snap-align: start; }
  .highlights-cta { margin-top: var(--sp-6) !important; }
}

/* =========================== ABOUT BLOCK ================================= */
.about-block {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.66) 32%, rgba(0,0,0,0.20) 62%, rgba(0,0,0,0.06) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.18) 100%),
    url('../images/sobre-fc-background-wide-20260616.png') center / cover no-repeat;
  background-position: left center, left center, center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.about-block::before {
  content: '';
  position: absolute;
  right: -10%; top: 50%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(250,204,21,0.10), transparent 70%);
  transform: translateY(-50%);
  pointer-events: none;
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px);
  gap: var(--sp-8);
  align-items: center;
  position: relative;
  min-height: 520px;
}
.about-block h2 {
  color: var(--white);
}
.about-block .eyebrow { color: var(--fc-yellow); }
.about-block p { color: rgba(255,255,255,0.78); line-height: var(--lh-relaxed); }
.about-content {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
}
.about-content .eyebrow { margin-bottom: var(--sp-4); }
.about-content h2 { margin-bottom: var(--sp-5); }
.about-lead {
  max-width: 560px;
  margin: 0;
  padding-bottom: var(--sp-6);
}
.about-lead span {
  display: block;
}
.about-bullets {
  margin-block-start: 0;
  display: grid;
  gap: var(--sp-4);
}
.about-bullets li {
  display: flex;
  gap: var(--sp-3);
  align-items: flex-start;
  color: rgba(255,255,255,0.86);
  font-size: var(--fs-sm);
}
.about-bullets svg { width: 20px; height: 20px; color: var(--fc-yellow); flex-shrink: 0; margin-top: 2px; }
.about-cta { margin-top: var(--sp-8); display: flex; gap: var(--sp-3); flex-wrap: wrap; }

.about-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--steel), var(--black));
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.about-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 35%, rgba(0,0,0,0.72) 100%);
  pointer-events: none;
}
.about-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-visual svg { width: 40%; opacity: 0.7; color: var(--fc-yellow); }
.about-stats {
  margin-top: var(--sp-10);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-8);
  max-width: 520px;
}
.about-stat {
  position: relative;
  padding-top: var(--sp-3);
}
.about-stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background: var(--fc-yellow);
}
.about-stat strong { display: block; font-size: var(--fs-xl); color: var(--fc-yellow); font-weight: var(--fw-black); line-height: 1; }
.about-stat span { font-size: var(--fs-xs); color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: var(--tracking-wide); }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; min-height: 480px; }
  .about-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .about-block {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.80) 58%, rgba(0,0,0,0.48) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.72) 100%),
      url('../images/sobre-fc-background-wide-20260616.png') 62% center / cover no-repeat;
    background-position: left center, left center, 62% center;
  }
}
@media (max-width: 560px) {
  .about-lead span {
    display: inline;
  }
  .about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--sp-3);
    margin-top: var(--sp-8);
  }
}

/* ============================ BLOG SECTION =============================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.blog-grid--listing {
  align-items: stretch;
}
.blog-section-cta {
  margin-top: var(--sp-10);
  text-align: center;
}
.blog-listing {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%);
}
.blog-listing__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  align-items: end;
  gap: var(--sp-8);
  margin-bottom: var(--sp-10);
}
.blog-listing__head h2 {
  font-size: var(--fs-h2);
}
.blog-listing__head p {
  color: var(--color-text-muted);
  font-size: var(--fs-md);
}
.blog-hero .page-hero__inner {
  max-width: 860px;
}
@media (max-width: 1023px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 800px)  {
  .blog-listing__head { grid-template-columns: 1fr; gap: var(--sp-4); }
}
@media (max-width: 600px)  { .blog-grid { grid-template-columns: 1fr; } }

/* ============================ BLOG POST ================================== */
.blog-post-hero {
  padding-block: clamp(4rem, 8vw, 6.5rem) clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(135deg, rgba(0,0,0,0.96), rgba(26,21,0,0.96)),
    radial-gradient(circle at 88% 15%, rgba(250,204,21,0.20), transparent 34%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.blog-post-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse at center, black 35%, transparent 80%);
}
.blog-post-hero .container {
  position: relative;
  z-index: 1;
}
.blog-post-hero .breadcrumb {
  color: rgba(255,255,255,0.62);
  margin-bottom: var(--sp-6);
}
.blog-post-hero .breadcrumb a:hover {
  color: var(--fc-yellow);
}
.blog-post-hero .breadcrumb span[aria-current] {
  color: var(--white);
}
.blog-post-hero h1 {
  max-width: 920px;
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 0.98;
  margin-top: var(--sp-5);
}
.blog-post-hero p {
  max-width: 760px;
  color: rgba(255,255,255,0.78);
  font-size: var(--fs-lg);
  margin-top: var(--sp-5);
}
.blog-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}
.blog-post-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(250,204,21,0.28);
  border-radius: var(--radius-pill);
  color: var(--fc-yellow);
  background: rgba(250,204,21,0.08);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
}
.blog-post-cover {
  width: min(calc(100% - (var(--section-px) * 2)), var(--container-lg));
  margin: calc(var(--sp-12) * -1) auto 0;
  aspect-ratio: 16 / 7.5;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
  position: relative;
  z-index: 2;
  background: var(--gray-200);
}
.blog-post-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-section {
  padding-block: clamp(3rem, 7vw, 6rem);
}
.blog-article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  justify-content: center;
}
.article-aside {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-6));
  padding: var(--sp-5);
  border-left: 3px solid var(--fc-yellow);
  background: var(--gray-50);
  border-radius: var(--radius-md);
}
.article-aside h2 {
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  margin-bottom: var(--sp-4);
}
.article-aside a {
  display: block;
  padding-block: 0.45rem;
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
}
.article-aside a:hover {
  color: var(--fc-yellow-dark);
}
.article-body {
  font-size: var(--fs-md);
}
.article-lede {
  font-size: var(--fs-lg);
  color: var(--color-heading);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-8);
}
.article-body h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin-top: var(--sp-10);
  margin-bottom: var(--sp-4);
}
.article-body h3 {
  font-size: var(--fs-lg);
  margin-bottom: var(--sp-3);
}
.article-body p {
  color: var(--color-text);
  margin-bottom: var(--sp-5);
}
.article-body ul,
.article-body ol {
  list-style: revert;
  padding-left: 1.4rem;
  display: grid;
  gap: var(--sp-3);
  margin: var(--sp-5) 0 var(--sp-7);
  color: var(--color-text);
}
.article-body li {
  line-height: var(--lh-relaxed);
}
.article-checklist,
.article-note,
.article-sources {
  margin-block: var(--sp-8);
  border-radius: var(--radius-md);
}
.article-checklist {
  padding: var(--sp-6);
  background: #FFF8DC;
  border: 1px solid rgba(250,204,21,0.48);
}
.article-checklist ul {
  margin-bottom: 0;
}
.article-note {
  padding: var(--sp-5);
  background: var(--black);
  color: rgba(255,255,255,0.82);
}
.article-note strong {
  color: var(--fc-yellow);
}
.article-sources {
  padding-top: var(--sp-6);
  border-top: 1px solid var(--color-border);
}
.article-sources h2 {
  margin-top: 0;
  font-size: var(--fs-lg);
}
.article-sources a {
  display: block;
  color: var(--gray-700);
  font-weight: var(--fw-semibold);
  margin-top: var(--sp-2);
}
.blog-related {
  background: var(--gray-50);
}
.blog-related .blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .blog-article-layout {
    grid-template-columns: 1fr;
  }
  .article-aside {
    position: static;
  }
}
@media (max-width: 700px) {
  .blog-post-cover {
    aspect-ratio: 4 / 3;
    width: calc(100% - (var(--section-px) * 2));
  }
  .blog-post-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }
  .blog-post-hero p,
  .article-lede {
    font-size: var(--fs-md);
  }
  .blog-related .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================ FINAL CTA ================================== */
.final-cta {
  background: var(--fc-yellow);
  color: var(--black);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent 0, transparent 30px, rgba(0,0,0,0.04) 30px, rgba(0,0,0,0.04) 32px);
}
.final-cta__inner { position: relative; }
.final-cta h2 {
  font-size: var(--fs-h1);
  color: var(--black);
  margin-bottom: var(--sp-4);
  text-wrap: balance;
  font-weight: var(--fw-black);
}
.final-cta p {
  font-size: var(--fs-md);
  color: rgba(0,0,0,0.8);
  margin-bottom: var(--sp-8);
  max-width: 580px;
  margin-inline: auto;
}
.final-cta__ctas { display: inline-flex; gap: var(--sp-3); flex-wrap: wrap; justify-content: center; }

/* =========================== PAGE HERO (interior) ======================== */
.page-hero {
  background: linear-gradient(135deg, #121000 0%, #2A2200 100%);
  color: var(--white);
  padding-block: clamp(4rem, 8vw, 6rem);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.page-hero::after {
  content: '';
  position: absolute;
  right: -10%; top: 50%;
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(250,204,21,0.22), transparent 70%);
  transform: translateY(-50%);
}
.page-hero__inner { position: relative; z-index: 1; max-width: 800px; }
.page-hero h1 {
  font-size: var(--fs-h1);
  color: var(--white);
  margin-bottom: var(--sp-4);
}
.page-hero .accent { color: var(--fc-yellow); }
.page-hero p {
  color: rgba(255,255,255,0.78);
  font-size: var(--fs-md);
  max-width: 600px;
  line-height: var(--lh-relaxed);
}
.page-hero .breadcrumb { color: rgba(255,255,255,0.6); margin-bottom: var(--sp-5); }
.page-hero .breadcrumb a { color: rgba(255,255,255,0.6); }
.page-hero .breadcrumb a:hover { color: var(--fc-yellow); }
.page-hero .breadcrumb span[aria-current] { color: var(--white); }
.page-hero .breadcrumb svg { color: rgba(255,255,255,0.4); }

/* Brasão comemorativo dos heróis internos. */
.page-hero--crest {
  overflow: visible;
  z-index: 1;
}
.page-hero--crest .page-hero__inner {
  max-width: 660px;
}
.page-hero__crest {
  position: absolute;
  z-index: 2;
  left: calc(50% + clamp(5rem, 14vw, 14rem));
  bottom: -2.5rem;
  width: clamp(250px, 28vw, 390px);
  margin: 0;
  pointer-events: none;
}
.page-hero__crest img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.34));
}
.page-catalog .page-hero--crest,
.page-blog .page-hero--crest,
.page-support .page-hero--crest {
  min-height: clamp(26rem, 38vw, 31rem);
  display: flex;
  align-items: center;
}
.page-catalog .page-hero__crest,
.page-blog .page-hero__crest,
.page-support .page-hero__crest {
  width: clamp(260px, 30vw, 390px);
}
@media (max-width: 900px) {
  .page-hero--crest .page-hero__inner { max-width: 560px; }
  .page-hero__crest {
    left: auto;
    right: var(--sp-6);
    width: 250px;
    bottom: -2rem;
  }
}
@media (max-width: 700px) {
  .page-hero--crest { overflow: hidden; }
  .page-hero--crest .page-hero__inner { max-width: 100%; }
  .page-hero__crest { display: none; }
}

/* ======================= EQUIPAMENTOS (catálogo) ========================= */
.catalog {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: var(--section-py);
}
.catalog__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--sp-10);
  align-items: start;
}
.catalog__sidebar {
  position: sticky;
  top: calc(var(--header-h) + 16px);
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-6);
}
.sidebar-block + .sidebar-block { margin-top: var(--sp-8); padding-top: var(--sp-6); border-top: 1px solid var(--color-border); }
.sidebar-title {
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  color: var(--color-text-muted);
  margin-bottom: var(--sp-4);
  font-weight: var(--fw-bold);
}
.sidebar-title--toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.sidebar-title__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: var(--radius-pill);
  background: var(--gray-100);
  color: var(--black);
  font-size: var(--fs-sm);
  line-height: 1;
}
.filter-list--collapsible[hidden] { display: none; }
.filter-list { display: flex; flex-direction: column; gap: var(--sp-2); }
.filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.75rem;
  border-radius: var(--radius-sm);
  font-size: var(--fs-sm);
  color: var(--color-text);
  cursor: pointer;
  transition: background var(--t-base) var(--ease-out), color var(--t-base);
  text-align: left;
  border: 0;
  background: none;
  font-family: inherit;
  width: 100%;
}
.filter-item:hover { background: var(--gray-100); }
.filter-item.is-active {
  background: var(--black);
  color: var(--white);
  font-weight: var(--fw-semibold);
}
.filter-item .count {
  font-size: var(--fs-xs);
  background: var(--gray-100);
  color: var(--color-text-muted);
  padding: 0.125rem 0.5rem;
  border-radius: var(--radius-pill);
  min-width: 24px;
  text-align: center;
}
.filter-item.is-active .count { background: var(--fc-yellow); color: var(--black); }

.tag-list { display: flex; flex-wrap: wrap; gap: var(--sp-2); }
.tag-pill {
  padding: 0.375rem 0.75rem;
  border-radius: var(--radius-pill);
  background: var(--gray-100);
  border: 1px solid transparent;
  color: var(--gray-700);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  cursor: pointer;
  transition: all var(--t-base) var(--ease-out);
}
.tag-pill:hover { border-color: var(--gray-400); }
.tag-pill.is-active {
  background: var(--fc-yellow);
  color: var(--black);
  border-color: var(--fc-yellow-dark);
}

/* Toolbar */
.catalog__toolbar {
  display: flex;
  gap: var(--sp-4);
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: var(--sp-6);
}
.search-input {
  position: relative;
  flex: 1;
  min-width: 240px;
}
.search-input svg {
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  color: var(--gray-500);
  pointer-events: none;
}
.search-input input {
  width: 100%;
  height: 48px;
  padding: 0 var(--sp-4) 0 44px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--white);
  font-size: var(--fs-sm);
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.search-input input:focus {
  outline: none;
  border-color: var(--fc-yellow-dark);
  box-shadow: 0 0 0 4px rgba(229,188,0,0.18);
}
.catalog__count {
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
}
.catalog__count strong { color: var(--color-heading); font-weight: var(--fw-bold); }
.catalog__sort {
  height: 48px;
  padding: 0 var(--sp-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--white);
  font-size: var(--fs-sm);
  cursor: pointer;
}

@media (max-width: 600px) {
  .page-catalog .catalog > .container {
    padding-inline: var(--sp-5);
    overflow: hidden;
  }
  .page-catalog .catalog__main,
  .page-catalog .products-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .page-catalog .products-grid {
    width: min(100%, calc(100vw - (var(--sp-5) * 2)));
    margin-inline: auto;
  }
  .catalog__toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--sp-3);
  }
  .search-input {
    min-width: 0;
    width: 100%;
  }
  .catalog__sort {
    width: 100%;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}
.page-catalog .product-card__media {
  background: var(--white);
}
.page-catalog .product-card__media img {
  inset: var(--sp-3);
  width: calc(100% - (var(--sp-3) * 2));
  height: calc(100% - (var(--sp-3) * 2));
  object-fit: contain;
  object-position: center;
}
.page-catalog .product-card:hover .product-card__media img {
  transform: none;
}
.page-catalog .product-card__body {
  gap: var(--sp-3);
}
.page-catalog .product-card__title {
  margin-bottom: 0;
}
.page-catalog .product-card__footer {
  padding-top: var(--sp-2);
}
@media (max-width: 1199px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  {
  .products-grid { grid-template-columns: minmax(0, 1fr); }
  .page-catalog .product-card {
    width: min(100%, calc(100vw - (var(--sp-5) * 2)));
    min-width: 0;
    max-width: 100%;
    margin-inline: auto;
  }
}

.empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: var(--sp-16) var(--sp-4);
  color: var(--color-text-muted);
}
.empty-state svg { width: 64px; height: 64px; margin-inline: auto; margin-bottom: var(--sp-4); color: var(--gray-400); }
.empty-state h3 { margin-bottom: var(--sp-2); }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
  margin-top: var(--sp-12);
}
.pagination button {
  min-width: 40px;
  height: 40px;
  padding: 0 var(--sp-3);
  border: 1px solid var(--color-border);
  background: var(--white);
  border-radius: var(--radius-sm);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--color-text);
  cursor: pointer;
  transition: all var(--t-base) var(--ease-out);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination button:hover { border-color: var(--gray-500); }
.pagination button.is-active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.pagination button:disabled { opacity: 0.4; cursor: not-allowed; }

.catalog-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  max-width: 960px;
  margin: var(--sp-12) auto 0;
  padding: var(--sp-6) var(--sp-8);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--gray-50);
}
.catalog-help__eyebrow {
  margin-bottom: var(--sp-2);
  color: var(--color-text-muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
}
.catalog-help h2 { margin-bottom: var(--sp-2); font-size: var(--fs-xl); }
.catalog-help p:not(.catalog-help__eyebrow) { color: var(--color-text-muted); }
.catalog-help .btn { flex: 0 0 auto; }

@media (max-width: 1023px) {
  .catalog__layout { grid-template-columns: 1fr; gap: var(--sp-6); }
  .catalog__sidebar { position: static; }
}

/* Mobile filter toggle */
.filters-toggle {
  display: none;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  background: var(--black);
  color: var(--white);
  border-radius: var(--radius-md);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-sm);
}
@media (max-width: 1023px) {
  .filters-toggle { display: inline-flex; margin-bottom: var(--sp-4); }
  .catalog__sidebar.is-collapsed { display: none; }
  .catalog__sidebar:not(.is-collapsed) { margin-bottom: var(--sp-2); }
}
@media (max-width: 600px) {
  .catalog-help {
    align-items: stretch;
    flex-direction: column;
    margin-top: var(--sp-10);
    padding: var(--sp-5);
  }
  .catalog-help .btn { width: 100%; }
}

/* ======================== PRODUCT DETAIL ================================= */
.product-detail {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: var(--section-py);
}
.product-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--sp-12);
  align-items: stretch;
}
.product-gallery {
  position: static;
  display: flex;
  gap: var(--sp-3);
  min-height: 100%;
}
.product-gallery__main {
  aspect-ratio: auto;
  width: 100%;
  min-height: 520px;
  height: 100%;
  background:
    radial-gradient(80% 80% at 100% 0%, rgba(255,210,0,0.18), transparent 58%),
    linear-gradient(135deg, #171717, #050505);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.product-gallery__main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--white);
  display: block;
  z-index: 1;
}
.product-gallery__main--swipeable {
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.product-gallery__main--swipeable.is-dragging {
  cursor: grabbing;
}
.product-gallery__main::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 36px 36px;
}
.product-gallery__main:has(img)::before { display: none; }
.product-gallery__main svg { width: 30%; height: 30%; opacity: 0.9; color: var(--fc-yellow); position: relative; }
.product-gallery__soon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--fc-yellow);
  color: var(--black);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: var(--fw-black);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  z-index: 1;
}
.product-gallery__main:has(.product-gallery__soon)::before { display: none; }
.product-gallery__badge {
  position: absolute;
  top: var(--sp-4); left: var(--sp-4);
  background: var(--fc-yellow);
  color: var(--black);
  padding: 0.375rem 0.875rem;
  border-radius: var(--radius-sm);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  z-index: 3;
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}
.product-gallery__thumbs {
  width: 86px;
  flex: 0 0 86px;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.product-gallery__thumb {
  aspect-ratio: 1 / 1;
  width: 100%;
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 2px solid var(--color-border);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--gray-500);
  overflow: hidden;
  transition: border-color var(--t-base);
}
.product-gallery__thumb:hover, .product-gallery__thumb.is-active {
  border-color: var(--fc-yellow-dark);
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-gallery__thumb svg { width: 30%; opacity: 0.5; }

.product-info { display: flex; flex-direction: column; gap: var(--sp-5); }
.product-info__category {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  color: var(--gray-600);
  font-weight: var(--fw-bold);
}
.product-info__title {
  font-size: clamp(1.75rem, 2.5vw + 0.5rem, 2.5rem);
  line-height: 1.1;
  letter-spacing: var(--tracking-tight);
  color: var(--color-heading);
}
.product-info__tags { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.product-info__desc {
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
  color: var(--color-text);
}

.product-pricing {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-xs);
}
.product-pricing__head {
  padding: var(--sp-3) var(--sp-4);
  background: var(--black);
  color: var(--fc-yellow);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
}
.product-pricing__table {
  display: grid;
}
.product-pricing__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--sp-3);
  align-items: center;
  padding: var(--sp-3) var(--sp-4);
  border-top: 1px solid var(--color-border);
}
.product-pricing__row:first-child { border-top: 0; }
.product-pricing__row span {
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}
.product-pricing__row strong {
  color: var(--color-heading);
  font-size: var(--fs-sm);
  white-space: nowrap;
}

.rental-calculator {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-xs);
  overflow: visible;
}
.rental-calculator__label {
  padding: var(--sp-3) var(--sp-4);
  background: var(--fc-yellow);
  color: var(--black);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
}
.rental-calculator__empty {
  padding: var(--sp-4);
  color: var(--color-text-muted);
  font-weight: var(--fw-semibold);
}
.rental-select {
  position: relative;
  padding: var(--sp-3);
}
.rental-select__trigger {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: 0 var(--sp-4);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--gray-50);
  color: var(--color-heading);
  font: inherit;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  text-align: left;
  cursor: pointer;
  transition: border-color var(--t-base), background-color var(--t-base), box-shadow var(--t-base);
}
.rental-select__trigger:hover,
.rental-calculator.is-open .rental-select__trigger {
  border-color: var(--fc-yellow-dark);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.18);
}
.rental-select__trigger span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rental-select__chevron {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: var(--radius-circle);
  background: var(--fc-yellow);
  color: var(--black);
  font-weight: var(--fw-black);
  line-height: 1;
  transition: transform var(--t-base);
}
.rental-calculator.is-open .rental-select__chevron {
  transform: rotate(45deg);
}
.rental-select__menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: var(--sp-3);
  right: var(--sp-3);
  max-height: 286px;
  overflow-y: auto;
  padding: var(--sp-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.rental-select__menu[hidden] {
  display: none;
}
.rental-select__option {
  width: 100%;
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--sp-3);
  align-items: center;
  padding: 0 var(--sp-3);
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--color-text);
  font: inherit;
  font-size: var(--fs-sm);
  text-align: left;
  cursor: pointer;
}
.rental-select__option:hover,
.rental-select__option[aria-selected="true"] {
  background: var(--fc-yellow);
  color: var(--black);
}
.rental-select__option strong {
  color: inherit;
  white-space: nowrap;
}

.product-quote {
  margin-top: var(--sp-1);
}
.product-quote h3 { font-size: var(--fs-lg); margin-bottom: var(--sp-2); color: var(--black); }
.product-quote p { font-size: var(--fs-sm); color: var(--gray-800); margin-bottom: var(--sp-4); }
.product-quote .btns { display: flex; gap: var(--sp-3); flex-wrap: wrap; }

.product-trust {
  margin-top: var(--sp-1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}
.product-info .product-trust {
  grid-template-columns: 1fr;
  margin-top: 0;
  gap: var(--sp-2);
}
.product-trust-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-3);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--fs-xs);
  color: var(--gray-700);
}
.product-trust-item svg { width: 18px; height: 18px; color: var(--gray-500); flex-shrink: 0; }

/* Specs section */
.specs-section {
  margin-top: var(--sp-16);
  padding-top: var(--sp-12);
  border-top: 1px solid var(--color-border);
}
.specs-tabs {
  display: flex;
  gap: var(--sp-2);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: var(--sp-6);
  flex-wrap: wrap;
}
.specs-tab {
  padding: var(--sp-3) var(--sp-5);
  border: 0;
  background: none;
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  cursor: pointer;
  position: relative;
  transition: color var(--t-base);
}
.specs-tab::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 3px;
  background: var(--fc-yellow);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--t-base);
}
.specs-tab.is-active { color: var(--color-heading); }
.specs-tab.is-active::after { transform: scaleX(1); }

.specs-panel { display: none; animation: panel-fade 350ms var(--ease-out); }
.specs-panel.is-active { display: block; }
@keyframes panel-fade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.specs-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.spec-row {
  display: contents;
}
.spec-row > * {
  padding: var(--sp-4) var(--sp-5);
  border-bottom: 1px solid var(--color-border);
}
.spec-row > *:nth-child(odd) {
  background: var(--gray-50);
  color: var(--color-text-muted);
  font-weight: var(--fw-medium);
  font-size: var(--fs-sm);
  border-right: 1px solid var(--color-border);
}
.spec-row > *:nth-child(even) {
  color: var(--color-heading);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-sm);
}
.spec-row:last-child > * { border-bottom: 0; }

.specs-list { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
.specs-list li {
  display: flex; gap: var(--sp-3); align-items: flex-start;
  padding: var(--sp-3);
  background: var(--gray-50);
  border-radius: var(--radius-md);
  font-size: var(--fs-sm);
}
.specs-list svg { width: 20px; height: 20px; color: var(--fc-yellow-dark); flex-shrink: 0; }

@media (max-width: 900px) {
  .product-grid { grid-template-columns: 1fr; gap: var(--sp-8); }
  .product-gallery { min-height: 0; }
  .product-gallery__thumbs {
    width: 72px;
    flex-basis: 72px;
  }
  .product-gallery__main {
    aspect-ratio: 4 / 3;
    min-height: 0;
    height: auto;
  }
  .specs-list { grid-template-columns: 1fr; }
  .product-trust { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .product-gallery {
    gap: var(--sp-2);
  }
  .product-gallery__thumbs {
    width: 58px;
    flex-basis: 58px;
    gap: var(--sp-2);
  }
  .product-info__title {
    font-size: clamp(1.55rem, 9vw, 2.2rem);
    overflow-wrap: anywhere;
  }
  .product-info__desc {
    font-size: var(--fs-base);
  }
  .rental-select {
    padding: var(--sp-2);
  }
  .rental-select__trigger {
    min-height: 52px;
    padding-inline: var(--sp-3);
  }
  .product-quote .btns,
  .product-final-cta__ctas {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .product-quote .btn,
  .product-final-cta__ctas .btn {
    width: 100%;
  }
  .specs-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
  .specs-tab {
    text-align: left;
    padding-inline: var(--sp-3);
  }
  .specs-table {
    grid-template-columns: 1fr;
  }
  .spec-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .spec-row > * {
    padding: var(--sp-3) var(--sp-4);
    border-right: 0;
  }
  .spec-row > *:nth-child(odd) {
    border-right: 0;
    border-bottom: 0;
  }
  .spec-row > *:nth-child(even) {
    overflow-wrap: anywhere;
  }
}

/* ===== Product page — Rich sections ===== */
.product-section {
  margin-top: var(--sp-16);
  padding-top: var(--sp-12);
  border-top: 1px solid var(--color-border);
}
.product-section__head {
  display: block;
  margin-bottom: var(--sp-8);
}
.product-section__head h2 {
  font-size: clamp(1.4rem, 2vw + 0.5rem, 2rem);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--color-heading);
  margin-bottom: var(--sp-2);
}
.product-section__toggle {
  display: none;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}
.product-section__toggle-text {
  font-weight: var(--fw-black);
  color: var(--color-heading);
}
.product-section__toggle-icon {
  display: none;
}
.product-section__body {
  display: block;
}
.product-section__head p {
  font-size: var(--fs-md);
  color: var(--color-text-muted);
  max-width: 720px;
  line-height: var(--lh-relaxed);
}
.product-section__lead {
  margin-top: var(--sp-2);
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  max-width: 720px;
  line-height: var(--lh-relaxed);
}

/* Long description (texto técnico expandido) */
.product-long-desc {
  display: grid;
  gap: var(--sp-4);
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
  color: var(--color-text);
  max-width: 880px;
}
.product-long-desc p {
  margin: 0;
}
.product-long-desc__heading {
  color: var(--color-heading);
  font-weight: var(--fw-bold);
}
.product-long-desc__topic {
  color: var(--color-text);
}

@media (max-width: 767px) {
  .product-section--description {
    margin-top: var(--sp-8);
    padding-top: 0;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--white);
    overflow: hidden;
  }
  .product-section--description .product-section__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-4);
    padding: var(--sp-5);
    cursor: pointer;
  }
  .product-section--description .product-section__head {
    display: none;
  }
  .product-section__toggle-text {
    font-size: var(--fs-lg);
    line-height: var(--lh-snug);
  }
  .product-section__toggle-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: var(--radius-circle);
    background: var(--fc-yellow);
    color: var(--black);
    font-size: 1.4rem;
    font-weight: var(--fw-black);
    line-height: 1;
  }
  .product-section__toggle-icon::before {
    content: "+";
  }
  .product-section--description.is-open .product-section__toggle-icon::before {
    content: "-";
  }
  .product-section--description .product-section__body {
    display: none;
    padding: 0 var(--sp-5) var(--sp-5);
  }
  .product-section--description.is-open .product-section__body {
    display: block;
  }
}

/* Eyebrow variants */
.eyebrow--warning {
  color: #B45309;
  background: #FEF3C7;
  border-color: #FCD34D;
}

/* Applications grid (casos de uso) */
.product-applications {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--sp-4);
}
.product-application {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-5);
  background: var(--gray-50);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: transform var(--t-base) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out);
}
.product-application:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--fc-yellow-dark);
}
.product-application__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: var(--gray-100);
  color: var(--gray-700);
}
.product-application__icon svg { width: 22px; height: 22px; }
.product-application span {
  font-size: var(--fs-sm);
  color: var(--color-text);
  line-height: var(--lh-snug);
  font-weight: var(--fw-medium);
  padding-top: 0.4rem;
}

/* Includes list (o que vai junto) */
.product-includes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--sp-3);
}
.product-includes li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-4);
  background: var(--white);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--fc-yellow-dark);
  border-radius: var(--radius-md);
  font-size: var(--fs-sm);
  color: var(--color-text);
  line-height: var(--lh-relaxed);
}
.product-includes svg {
  width: 18px; height: 18px;
  color: var(--fc-yellow-dark);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Safety list (cuidados) */
.product-section--safety .product-section__head h2 { color: #92400E; }
.product-safety {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--sp-3);
}
.product-safety li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-4);
  background: #FFFBEB;
  border: 1px solid #FCD34D;
  border-left: 3px solid #F59E0B;
  border-radius: var(--radius-md);
  font-size: var(--fs-sm);
  color: #78350F;
  line-height: var(--lh-relaxed);
}
.product-safety svg {
  width: 18px; height: 18px;
  color: #B45309;
  flex-shrink: 0;
  margin-top: 2px;
}

/* FAQ (accordion exclusivo) */
.product-faq {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  max-width: 880px;
}
.product-faq__item {
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.product-faq__item[open] {
  border-color: var(--fc-yellow-dark);
  box-shadow: var(--shadow-sm);
}
.product-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: var(--sp-5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  color: var(--color-heading);
  position: relative;
  transition: background var(--t-base);
}
.product-faq__item summary::-webkit-details-marker { display: none; }
.product-faq__item summary:hover { background: var(--gray-50); }
.product-faq__item summary::after {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--fc-yellow-dark);
  border-bottom: 2px solid var(--fc-yellow-dark);
  transform: rotate(45deg);
  transition: transform var(--t-base) var(--ease-out);
  margin-right: var(--sp-2);
  flex-shrink: 0;
}
.product-faq__item[open] summary::after {
  transform: rotate(-135deg);
}
.product-faq__answer {
  padding: 0 var(--sp-5) var(--sp-5);
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-relaxed);
}
.product-faq__plus { display: none; }

/* Info cards (aba "Informações") */
.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--sp-4);
}
.info-card {
  padding: var(--sp-5);
  background: var(--gray-50);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}
.info-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: var(--fc-yellow);
  color: var(--black);
  margin-bottom: var(--sp-4);
}
.info-card__icon svg { width: 22px; height: 22px; }
.info-card h4 {
  font-size: var(--fs-md);
  color: var(--color-heading);
  margin-bottom: var(--sp-2);
}
.info-card p {
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  line-height: var(--lh-relaxed);
}

/* Final CTA na página de produto */
.product-final-cta {
  margin-top: var(--sp-16);
  padding: clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(135deg, var(--black) 0%, var(--graphite) 100%);
  border-radius: var(--radius-xl);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 100% 0%, rgba(250,204,21,0.18) 0%, transparent 60%),
    radial-gradient(50% 70% at 0% 100%, rgba(255,255,255,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.product-final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.product-final-cta h2 {
  font-size: clamp(1.5rem, 2.4vw + 0.5rem, 2.25rem);
  color: var(--white);
  margin-bottom: var(--sp-3);
  letter-spacing: var(--tracking-tight);
}
.product-final-cta p {
  font-size: var(--fs-md);
  color: rgba(255,255,255,0.78);
  margin-bottom: var(--sp-6);
  line-height: var(--lh-relaxed);
}
.product-final-cta__ctas {
  display: flex;
  gap: var(--sp-3);
  justify-content: center;
  flex-wrap: wrap;
}

/* Sticky bar (mobile) */
.product-sticky-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-4);
  background: var(--white);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.12);
  z-index: 90;
  padding-bottom: calc(var(--sp-3) + env(safe-area-inset-bottom, 0));
}
.product-sticky-bar__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.product-sticky-bar__info strong {
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--color-heading);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.product-sticky-bar__info span {
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
}
.product-sticky-bar .btn {
  padding: 0.75rem 1.25rem;
  min-height: 44px;
  flex-shrink: 0;
}
.product-sticky-bar__label { font-size: var(--fs-sm); }

@media (max-width: 768px) {
  .product-sticky-bar { display: flex; }
  body { padding-bottom: 84px; }
  .fab-whatsapp { bottom: 88px; }
  .page-product .fab-whatsapp { display: none; }
}

@media (max-width: 430px) {
  .product-sticky-bar {
    gap: var(--sp-2);
    padding-inline: var(--sp-3);
  }
  .product-sticky-bar .btn {
    min-width: 132px;
    padding-inline: var(--sp-3);
  }
  .product-sticky-bar__label {
    font-size: var(--fs-xs);
  }
}

@media (max-width: 560px) {
  .product-quote .btns,
  .product-final-cta__ctas {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }
  .product-quote .btn,
  .product-final-cta__ctas .btn {
    width: 100%;
  }
  .product-final-cta {
    padding-inline: var(--sp-4);
  }
  .specs-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .specs-tab {
    text-align: left;
    padding-inline: var(--sp-3);
  }
  .specs-table {
    grid-template-columns: minmax(0, 1fr);
  }
  .spec-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .spec-row > * {
    padding: var(--sp-3) var(--sp-4);
    border-right: 0;
  }
  .spec-row > *:nth-child(odd) {
    border-right: 0;
    border-bottom: 0;
  }
  .spec-row > *:nth-child(even) {
    overflow-wrap: anywhere;
  }
}

/* Related products */
.related-products {
  margin-top: var(--sp-16);
  padding-top: var(--sp-12);
  border-top: 1px solid var(--color-border);
}

/* =========================== SOBRE ======================================= */
.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-12);
  align-items: center;
}
.media-card {
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.media-card figcaption {
  padding: var(--sp-4) var(--sp-5);
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-relaxed);
  border-top: 1px solid var(--color-border);
}
.attendance-section {
  background: var(--fc-yellow);
  overflow: hidden;
}
.attendance-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: var(--sp-12);
  min-height: 500px;
}
.attendance-section__content {
  padding-block: var(--sp-20);
  max-width: 660px;
}
.attendance-section__eyebrow {
  color: var(--black);
  font-size: var(--fs-sm);
  font-weight: var(--fw-black);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  margin-bottom: var(--sp-3);
}
.attendance-section h2 {
  color: var(--black);
  margin-bottom: var(--sp-6);
}
.attendance-schedule {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.attendance-schedule > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--sp-5);
  align-items: center;
  padding: var(--sp-3) 0;
}
.attendance-schedule > div + div {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}
.attendance-schedule dt,
.attendance-schedule dd {
  margin: 0;
  color: var(--black);
  font-size: var(--fs-md);
}
.attendance-schedule dt { font-weight: var(--fw-bold); }
.attendance-schedule dd { font-weight: var(--fw-medium); }
.attendance-section__notice {
  max-width: 590px;
  margin: var(--sp-6) 0;
  color: rgba(0, 0, 0, 0.82);
  font-size: var(--fs-sm);
  line-height: var(--lh-relaxed);
}
.attendance-details {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) minmax(220px, 0.75fr);
  gap: var(--sp-6);
  margin-top: var(--sp-6);
}
.attendance-detail {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
}
.attendance-detail__icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  background: var(--black);
  color: var(--fc-yellow);
}
.attendance-detail h3 {
  margin-bottom: var(--sp-1);
  color: var(--black);
  font-size: var(--fs-sm);
}
.attendance-detail p {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  font-size: var(--fs-xs);
  line-height: var(--lh-relaxed);
}
.attendance-address span {
  display: block;
  white-space: nowrap;
}
.attendance-section__clock {
  align-self: center;
  display: flex;
  justify-content: center;
  margin: 0;
}
.attendance-section__clock img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 1.25rem 1.25rem rgba(0, 0, 0, 0.22));
}
.about-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.mission-card {
  padding: var(--sp-6);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--white);
}
.mission-card__icon {
  width: 56px; height: 56px;
  background: var(--fc-yellow);
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  color: var(--black);
  margin-bottom: var(--sp-4);
}
.mission-card__icon svg { width: 28px; height: 28px; }
.mission-card h3 { font-size: var(--fs-lg); margin-bottom: var(--sp-3); }
.mission-card p { color: var(--color-text-muted); font-size: var(--fs-sm); line-height: var(--lh-relaxed); }

.timeline {
  display: grid;
  gap: var(--sp-6);
  position: relative;
  padding-left: var(--sp-8);
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--fc-yellow), var(--fc-yellow-dark));
}
.timeline-item {
  position: relative;
  padding: var(--sp-6);
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: calc(-1 * var(--sp-8) + 4px);
  top: var(--sp-6);
  width: 12px; height: 12px;
  background: var(--fc-yellow);
  border-radius: var(--radius-circle);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--fc-yellow);
}
.timeline-item__year {
  display: inline-block;
  background: var(--black);
  color: var(--fc-yellow);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  padding: 0.25rem 0.625rem;
  border-radius: var(--radius-sm);
  letter-spacing: var(--tracking-wider);
  margin-bottom: var(--sp-3);
}
.timeline-item h3 { font-size: var(--fs-md); margin-bottom: var(--sp-2); }
.timeline-item p { font-size: var(--fs-sm); color: var(--color-text-muted); line-height: var(--lh-relaxed); }

@media (max-width: 900px) {
  .about-page-grid { grid-template-columns: 1fr; }
  .about-mission-grid { grid-template-columns: 1fr; }
  .attendance-section__grid { grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr); gap: var(--sp-6); }
  .attendance-section__content { padding-block: var(--sp-12); }
  .attendance-section__clock img { width: min(100%, 380px); }
}
@media (max-width: 680px) {
  .attendance-section__grid { grid-template-columns: 1fr; min-height: 0; }
  .attendance-section__content { padding-block: var(--sp-12); }
  .attendance-section__clock { display: none; }
}
@media (max-width: 480px) {
  .attendance-schedule > div { grid-template-columns: 1fr; gap: var(--sp-1); }
  .attendance-details { grid-template-columns: 1fr; gap: var(--sp-4); }
  .attendance-address span { white-space: normal; }
}

/* =========================== SUPORTE ===================================== */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.support-card {
  padding: var(--sp-8);
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
}
.support-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.support-card__icon {
  width: 72px; height: 72px;
  background: var(--fc-yellow);
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  margin: 0 auto var(--sp-5);
  color: var(--black);
}
.support-card__icon svg { width: 36px; height: 36px; }
.support-card h3 { font-size: var(--fs-lg); margin-bottom: var(--sp-3); }
.support-card p { color: var(--color-text-muted); font-size: var(--fs-sm); line-height: var(--lh-relaxed); margin-bottom: var(--sp-5); }

.faq { max-width: 800px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-5) 0;
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  color: var(--color-heading);
  text-align: left;
  cursor: pointer;
  transition: color var(--t-base);
}
.faq-question:hover { color: var(--fc-yellow-dark); }
.faq-question svg {
  width: 24px; height: 24px;
  flex-shrink: 0;
  transition: transform var(--t-base) var(--ease-out);
}
.faq-item.is-open .faq-question svg { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-slow) var(--ease-out);
  color: var(--color-text-muted);
  line-height: var(--lh-relaxed);
}
.faq-item.is-open .faq-answer { max-height: 400px; padding-bottom: var(--sp-5); }

.support-contact-mobile { display: none; }

@media (max-width: 767px) {
  .support-contact-desktop { display: none; }
  .support-contact-mobile { display: inline-flex; }
}

.support-form {
  background: var(--white);
  padding: var(--sp-8);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  max-width: 720px;
  margin-inline: auto;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); margin-bottom: var(--sp-4); }
.form-field { display: flex; flex-direction: column; gap: var(--sp-2); }
.form-field label { font-size: var(--fs-sm); font-weight: var(--fw-semibold); color: var(--color-heading); }
.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--fs-sm);
  background: var(--white);
  font-family: inherit;
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--fc-yellow-dark);
  box-shadow: 0 0 0 4px rgba(229,188,0,0.18);
}
.form-field textarea { min-height: 140px; resize: vertical; }

@media (max-width: 900px) {
  .support-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
