﻿/* ==========================================================================
   Practical Home Picks ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â styles.css
   REBRAND: teal escuro + dourado CTA + off-white editorial
   #07544A ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #21675D ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #06463E ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #E1A92A ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #F5F4EF ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #FBFBF8 ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #6B7B72 ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #24332E
   ========================================================================== */

/* --------------------------------------------------------------------------
   Tokens
   -------------------------------------------------------------------------- */
:root {
  --php-teal-dark:   #07544A;
  --php-teal-medium: #21675D;
  --php-teal-deep:   #06463E;
  --php-gold:        #E1A92A;
  --php-offwhite:    #F5F4EF;
  --php-soft-white:  #FBFBF8;
  --php-muted:       #6B7B72;
  --php-graphite:    #24332E;
  --php-gold-soft:   rgba(225, 169, 42, 0.16);
  --php-teal-soft:   rgba(33, 103, 93, 0.14);
  --php-deep-soft:   rgba(6, 70, 62, 0.12);
  --php-graphite-soft: rgba(36, 51, 46, 0.1);

  /* aliases semÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢nticos usados no cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³digo abaixo */
  --ink:        var(--php-graphite);
  --muted:      var(--php-muted);
  --paper:      var(--php-offwhite);
  --surface:    var(--php-soft-white);
  --line:       rgba(7, 84, 74, 0.15);
  --navy:       var(--php-teal-dark);
  --navy-deep:  var(--php-teal-deep);
  --teal:       var(--php-teal-dark);
  --teal-dark:  var(--php-teal-deep);
  --teal-bright:var(--php-gold);
  --mint:       rgba(7, 84, 74, 0.07);
  --shadow:     0 18px 45px rgba(6, 70, 62, 0.11);
  --shadow-soft: 0 14px 34px rgba(6, 70, 62, 0.08);
  --radius:     8px;
  --content:    1180px;
  color-scheme: light;
}

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

/* --------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(180deg, var(--php-soft-white) 0, var(--paper) 520px, var(--paper) 100%);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, sans-serif;
  line-height: 1.5;
}
img  { display: block; max-width: 100%; }
a    { color: inherit; text-decoration: none; }
button, input { font: inherit; }

/* --------------------------------------------------------------------------
   Tipografia
   -------------------------------------------------------------------------- */
h1, h2, h3 { margin: 0; overflow-wrap: break-word; line-height: 1.06; letter-spacing: 0; }
p { overflow-wrap: anywhere; }
h1 { max-width: 10ch; font-size: clamp(3.4rem, 10vw, 8.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: 1.18rem; }

/* --------------------------------------------------------------------------
   UtilitÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡rios
   -------------------------------------------------------------------------- */
.full-bleed {
  max-width: none; width: 100%;
  padding-right: max(18px, calc((100vw - var(--content)) / 2));
  padding-left:  max(18px, calc((100vw - var(--content)) / 2));
}

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

.skip-link {
  position: absolute; top: -100%; left: 16px;
  padding: 8px 16px; background: var(--php-gold); color: #1F1706;
  font-weight: 800; border-radius: 0 0 8px 8px; z-index: 100;
  transition: top 160ms ease;
}
.skip-link:focus { top: 0; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 76px; padding: 12px clamp(18px, 4vw, 48px);
  background: rgba(251, 251, 248, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
@supports not (backdrop-filter: blur(1px)) {
  .site-header { background: rgba(251, 251, 248, 0.99); }
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: clamp(1rem, 2vw, 1.08rem); letter-spacing: 0; }
.brand small  { color: var(--muted); font-size: 0.76rem; }
.brand .brand-name, .footer-brand .brand-name {
  display: inline-flex; align-items: baseline; gap: 0.24em;
  font-weight: 900;
}
.brand-word-green { color: var(--php-teal-dark); }
.brand-word-gold { color: var(--php-gold); }

/* --------------------------------------------------------------------------
   Nav
   -------------------------------------------------------------------------- */
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a {
  padding: 9px 12px; border-radius: 999px;
  color: var(--muted); font-size: 0.92rem; font-weight: 700;
  transition: background 140ms, color 140ms;
}
.site-nav a:hover, .site-nav a:focus-visible {
  background: var(--mint); color: var(--php-teal-dark);
}

.icon-button {
  display: none; place-items: center;
  width: 42px; height: 42px;
  border: 1px solid var(--line); border-radius: 8px;
  background: var(--surface); color: var(--ink); cursor: pointer;
}
.icon-button svg, .button svg, .affiliate-bar svg,
.search-control svg, .method-grid svg { width: 18px; height: 18px; stroke-width: 2.25; }

/* --------------------------------------------------------------------------
   Disclosure
   -------------------------------------------------------------------------- */
.affiliate-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px clamp(18px, 4vw, 48px);
  background: var(--php-teal-deep); color: var(--php-soft-white); font-size: 0.9rem;
}
.affiliate-bar p   { max-width: var(--content); margin: 0 auto 0 0; }
.affiliate-bar svg { flex: 0 0 auto; color: var(--php-gold); }
.disclosure-link {
  color: var(--php-gold);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; display: grid; align-items: end;
  min-height: calc(100svh - 76px);
  padding: clamp(72px,11vw,132px) clamp(18px,4vw,48px) clamp(28px,5vw,56px);
  isolation: isolate; overflow: hidden;
}
.hero::before {
  position: absolute; inset: 0; z-index: -2; content: "";
  background:
    linear-gradient(90deg, rgba(6,70,62,0.94), rgba(7,84,74,0.72) 50%, rgba(7,84,74,0.28)),
    url("/assets/site-images/hero-kitchen.jpg?v=24") center/cover;
}
.hero::after {
  position: absolute; inset: auto 0 0; z-index: -1; height: 40%; content: "";
  background: linear-gradient(0deg, rgba(6,70,62,0.72), rgba(6,70,62,0));
}
.hero-content { width: min(720px,100%); color: var(--php-soft-white); }

.eyebrow {
  margin: 0 0 10px; color: var(--php-gold);
  font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase;
}
.hero-content > p:not(.eyebrow) {
  max-width: 660px; margin: 20px 0 0;
  color: rgba(251,251,248,0.88); font-size: clamp(1rem,1.6vw,1.18rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* --------------------------------------------------------------------------
   BotÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes
   -------------------------------------------------------------------------- */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 20px;
  border: 1px solid transparent; border-radius: 8px;
  font-weight: 800; cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, background 160ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button.primary {
  background: var(--php-gold); color: #1F1706;
  border-color: rgba(225,169,42,0.45);
  box-shadow: 0 10px 28px rgba(225,169,42,0.25);
}
.button.primary:hover { filter: brightness(0.94); }

.button.secondary {
  border-color: rgba(251,251,248,0.42);
  background: rgba(251,251,248,0.1); color: var(--php-soft-white);
}
.button.secondary:hover { background: rgba(251,251,248,0.18); }
.button.ghost {
  border-color: rgba(7,84,74,0.22);
  background: rgba(251,251,248,0.72);
  color: var(--php-teal-deep);
  box-shadow: none;
}
.button.ghost:hover {
  background: var(--php-offwhite);
  border-color: rgba(225,169,42,0.45);
  color: var(--php-teal-dark);
}

/* --------------------------------------------------------------------------
   Quick picks
   -------------------------------------------------------------------------- */
.quick-picks {
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px; width: min(var(--content),100%); margin-top: clamp(54px,10vw,96px);
}
.quick-picks a {
  min-height: 132px; padding: 18px;
  border: 1px solid rgba(251,251,248,0.16); border-radius: var(--radius);
  background: rgba(33,103,93,0.7); color: var(--php-soft-white);
  backdrop-filter: blur(14px); transition: background 160ms;
}
@supports not (backdrop-filter: blur(1px)) {
  .quick-picks a { background: rgba(33,103,93,0.88); }
}
.quick-picks a:hover, .quick-picks a:focus-visible { background: rgba(33,103,93,0.88); }
.quick-picks span {
  display: block; margin-bottom: 8px; color: var(--php-gold);
  font-size: 0.76rem; font-weight: 900; text-transform: uppercase;
}
.quick-picks strong { display: block; font-size: clamp(1rem,1.4vw,1.15rem); line-height: 1.22; }

/* --------------------------------------------------------------------------
   SeÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes
   -------------------------------------------------------------------------- */
.section-wrap, .category-band, .method-band, .newsletter {
  width: min(var(--content), calc(100% - 36px)); margin: 0 auto;
}
.section-wrap, .category-band { padding: clamp(64px,8vw,96px) 0; }

.section-heading {
  display: flex; align-items: end; justify-content: space-between;
  gap: 22px; margin-bottom: 24px;
}
.section-heading h2 { color: var(--php-teal-deep); }
.section-heading > p { max-width: 580px; margin: 0; color: rgba(251,251,248,0.8); }
.section-heading.light, .section-heading.light h2 { color: var(--php-soft-white); }
.section-kicker {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   Busca + filtros
   -------------------------------------------------------------------------- */
.search-control { position: relative; width: min(100%,320px); }
.search-control svg {
  position: absolute; top: 50%; left: 14px;
  color: var(--muted); transform: translateY(-50%); pointer-events: none;
}
.search-control input, .newsletter input {
  width: 100%; min-height: 46px;
  border: 1px solid rgba(7,84,74,0.2); border-radius: 8px;
  background: var(--surface); color: var(--ink); outline: none;
}
.search-control input { padding: 10px 14px 10px 42px; }
.search-control input:focus, .newsletter input:focus {
  border-color: var(--php-gold);
  box-shadow: 0 0 0 3px rgba(225,169,42,0.2);
}

.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter-button {
  min-height: 40px; padding: 8px 14px;
  border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface); color: var(--muted); font-weight: 800; cursor: pointer;
  transition: background 140ms, border-color 140ms, color 140ms;
}
.filter-button:hover, .filter-button:focus-visible, .filter-button.is-active {
  border-color: var(--php-teal-dark);
  background: var(--php-teal-dark); color: var(--php-soft-white);
}

/* --------------------------------------------------------------------------
   Produtos
   -------------------------------------------------------------------------- */
.product-grid {
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px; align-items: stretch;
}
.product-card, .guide-card {
  overflow: hidden; border: 1px solid var(--line);
  border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow);
}
.product-card {
  display: flex; flex-direction: column; min-height: 100%;
}
.product-card[hidden] { display: none; }
.product-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-body { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 18px; }

.tag, .guide-card span {
  align-self: flex-start; padding: 4px 10px; border-radius: 999px;
  background: rgba(7,84,74,0.09); color: var(--php-teal-dark);
  font-size: 0.72rem; font-weight: 900; text-transform: uppercase;
}
.product-body p, .guide-card p { margin: 0; color: var(--muted); }
.product-body ul { display: grid; gap: 7px; margin: 0; padding-left: 18px; color: var(--ink); }

.product-meta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; margin-top: auto;
}
.product-meta strong { color: var(--php-teal-dark); }
.product-meta span   { color: var(--muted); font-size: 0.78rem; font-weight: 700; }

.product-link {
  width: 100%; background: var(--php-gold); color: #1F1706;
  border-color: rgba(225,169,42,0.35); font-weight: 800;
}
.product-link:hover { filter: brightness(0.94); transform: translateY(-1px); }

.empty-state {
  margin: 24px 0 0; padding: 18px;
  border: 1px dashed var(--line); border-radius: var(--radius);
  color: var(--muted); text-align: center;
}

/* --------------------------------------------------------------------------
   Metodologia
   -------------------------------------------------------------------------- */
.method-band {
  padding-top: clamp(64px,8vw,96px); padding-bottom: clamp(64px,8vw,96px);
  background: var(--php-teal-dark);
}
.method-band .eyebrow { color: var(--php-gold); }
.method-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.method-grid div {
  min-height: 220px; padding: 22px;
  border: 1px solid rgba(251,251,248,0.13); border-radius: var(--radius);
  background: rgba(33,103,93,0.5); color: var(--php-soft-white);
}
.method-grid svg { width: 26px; height: 26px; margin-bottom: 22px; color: var(--php-gold); }
.method-grid p   { margin: 12px 0 0; color: rgba(251,251,248,0.78); }

/* --------------------------------------------------------------------------
   Tabela
   -------------------------------------------------------------------------- */
.comparison-section { padding-bottom: clamp(48px,7vw,80px); }
.table-shell {
  overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); box-shadow: var(--shadow); -webkit-overflow-scrolling: touch;
}
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: rgba(7,84,74,0.06); color: var(--php-teal-dark); font-size: 0.82rem; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }

/* --------------------------------------------------------------------------
   Categorias
   -------------------------------------------------------------------------- */
.category-band {
  background: rgba(7,84,74,0.04);
}
.category-grid {
  display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px;
}
.category-grid a {
  position: relative; min-height: 280px; overflow: hidden;
  border-radius: var(--radius); color: var(--php-soft-white); box-shadow: var(--shadow);
}
.category-grid img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 220ms ease;
}
.category-grid a::after {
  position: absolute; inset: 0; content: "";
  background: linear-gradient(0deg, rgba(6,70,62,0.86), rgba(7,84,74,0.06));
}
.category-grid a:hover img, .category-grid a:focus-visible img { transform: scale(1.05); }
.category-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(251,251,248,0.42);
  border-radius: 999px;
  background: rgba(251,251,248,0.9);
  box-shadow: 0 12px 24px rgba(6,70,62,0.16);
}
.category-icon img {
  position: static;
  width: 23px;
  height: 23px;
  object-fit: contain;
  transform: none !important;
}
.category-grid .category-label {
  position: absolute; right: 18px; bottom: 18px; left: 18px;
  z-index: 1; font-size: 1.35rem; font-weight: 900;
}

/* --------------------------------------------------------------------------
   Guias
   -------------------------------------------------------------------------- */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; }
.guide-card {
  display: flex; flex-direction: column; gap: 14px; min-height: 270px; padding: 22px;
}
.guide-card a { margin-top: auto; color: var(--php-teal-dark); font-weight: 900; }
.guide-card a:hover { color: var(--php-gold); }

/* --------------------------------------------------------------------------
   Lead magnets
   -------------------------------------------------------------------------- */
.lead-magnets-section {
  padding-top: 0;
}
.lead-magnets-section .section-heading > p {
  color: var(--muted);
}
.lead-preview-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.lead-preview-card,
.resource-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.lead-preview-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.lead-preview-card div {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.lead-preview-card p,
.resource-card p {
  margin: 0;
  color: var(--muted);
}
.section-cta {
  margin: 24px 0 0;
}

.resource-main {
  width: min(var(--content), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 0;
}
.resource-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
  padding-bottom: clamp(34px, 5vw, 56px);
}
.resource-hero h1 {
  max-width: 11ch;
  color: var(--php-teal-deep);
  font-size: clamp(3rem, 8vw, 6rem);
}
.resource-hero p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
}
.resource-hero img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.resource-disclosure {
  margin-bottom: 26px;
  border-radius: var(--radius);
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
.resource-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.resource-card-body {
  display: grid;
  gap: 12px;
  padding: 20px;
}
.resource-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}
.resource-link {
  color: var(--php-teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.resource-link:hover {
  color: var(--php-gold);
}
.resource-card form {
  display: grid;
  gap: 9px;
  margin-top: 8px;
}
.resource-card input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(7,84,74,0.2);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
}
.resource-card label {
  font-weight: 800;
}

/* --------------------------------------------------------------------------
   Lead landing pages
   -------------------------------------------------------------------------- */
.lead-page-main {
  width: min(var(--content), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 0;
}
.lead-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.72fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
}
.lead-page-hero h1 {
  max-width: 11ch;
  color: var(--php-teal-deep);
  font-size: clamp(3rem, 8vw, 6rem);
}
.lead-page-hero p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
}
.lead-page-hero img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.lead-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.lead-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.5fr);
  gap: 24px;
  align-items: start;
  margin-top: clamp(34px, 6vw, 72px);
}
.lead-page-content {
  display: grid;
  gap: 22px;
}
.lead-section,
.lead-page-form-card,
.faq-list,
.related-links {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.lead-section {
  padding: clamp(22px, 4vw, 34px);
}
.lead-section h2,
.lead-page-form-card h2 {
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}
.lead-section p,
.lead-section li,
.faq-list p,
.related-links p {
  color: var(--muted);
}
.lead-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px 18px;
  padding-left: 20px;
}
.lead-page-form-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  padding: 22px;
}
.lead-page-form-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}
.lead-page-form-card form {
  display: grid;
  gap: 9px;
}
.lead-page-form-card input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(7,84,74,0.2);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
}
.lead-page-form-card label {
  font-weight: 800;
}
.faq-list {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}
.faq-list h2,
.related-links h2 {
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}
.faq-item {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.faq-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.faq-item h3 {
  font-size: 1.05rem;
}
.related-links {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
}
.related-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.related-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--php-teal-dark);
  font-weight: 900;
}
.related-links a:hover {
  border-color: rgba(225,169,42,0.5);
  color: var(--php-gold);
}

/* --------------------------------------------------------------------------
   Video
   -------------------------------------------------------------------------- */
.video-section {
  padding-top: 0;
}
.video-section .section-heading > p {
  color: var(--muted);
}
.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}
.video-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--php-teal-deep);
  box-shadow: var(--shadow);
}
.video-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 220ms ease, opacity 220ms ease;
}
.video-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(6,70,62,0.72), rgba(7,84,74,0.08));
}
.video-card:hover img,
.video-card:focus-visible img {
  opacity: 0.95;
  transform: scale(1.04);
}
.video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid rgba(225,169,42,0.9);
  border-radius: 999px;
  background: rgba(6,70,62,0.88);
  color: var(--php-gold);
  box-shadow:
    0 18px 42px rgba(6,70,62,0.34),
    inset 0 0 0 7px rgba(251,251,248,0.08);
  transform: translate(-50%, -50%);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(10px);
}
@supports not (backdrop-filter: blur(1px)) {
  .video-play { background: rgba(6,70,62,0.96); }
}
.video-card:hover .video-play,
.video-card:focus-visible .video-play {
  background: rgba(251,251,248,0.94);
  color: var(--php-teal-deep);
  transform: translate(-50%, -50%) scale(1.04);
  box-shadow:
    0 22px 48px rgba(6,70,62,0.38),
    inset 0 0 0 7px rgba(225,169,42,0.16);
}
.video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid currentColor;
}
.video-play svg {
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  fill: currentColor;
  stroke-width: 0;
}
.video-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.video-copy p {
  margin: 0;
  color: var(--muted);
}
.video-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
}

/* --------------------------------------------------------------------------
   Newsletter
   -------------------------------------------------------------------------- */
.newsletter {
  display: grid; grid-template-columns: minmax(0,0.9fr) minmax(320px,0.7fr);
  gap: 28px; align-items: center;
  margin-bottom: clamp(64px,8vw,96px); padding: clamp(28px,5vw,48px);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6,70,62,0.97), rgba(33,103,93,0.94)),
    url("/assets/site-images/newsletter-background.jpg?v=24") center/cover;
  color: var(--php-soft-white);
}
.newsletter-intro {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 14px;
  align-items: start;
}
.newsletter-mail-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(225,169,42,0.5);
  border-radius: 999px;
  background: rgba(251,251,248,0.92);
  box-shadow: 0 16px 34px rgba(6,70,62,0.24);
}
.newsletter-mail-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.newsletter .eyebrow { color: var(--php-gold); }
.newsletter-consent {
  margin: 10px 0 0;
  color: rgba(251,251,248,0.7);
  font-size: 0.85rem;
}
.text-link-on-dark {
  color: var(--php-gold);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.newsletter form { display: grid; gap: 10px; }
.newsletter label { font-weight: 800; }
.newsletter form > div { display: flex; gap: 10px; }
.newsletter input { padding: 10px 14px; }
.newsletter .button.primary { flex: 0 0 auto; box-shadow: none; }
.form-note { min-height: 24px; margin: 0; color: rgba(251,251,248,0.72); font-size: 0.88rem; }
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------------------------------------------------------------
   Legal pages
   -------------------------------------------------------------------------- */
.legal-main {
  width: min(960px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 86px) 0;
}
.legal-hero {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  max-width: 14ch;
  color: var(--php-teal-deep);
  font-size: clamp(2.6rem, 8vw, 5.25rem);
}
.legal-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.legal-content {
  display: grid;
  gap: 26px;
  padding-top: 34px;
}
.legal-content section {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.legal-content h2 {
  color: var(--php-teal-deep);
  font-size: clamp(1.45rem, 3vw, 2rem);
}
.legal-content p,
.legal-content li {
  color: var(--muted);
}
.legal-content a {
  color: var(--php-teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

/* --------------------------------------------------------------------------
   RodapÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   SEO article pages
   -------------------------------------------------------------------------- */
.article-main {
  width: min(var(--content), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 0;
}
.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
  padding-bottom: clamp(30px, 5vw, 52px);
}
.article-hero h1 {
  max-width: 18ch;
  color: var(--php-teal-deep);
  font-size: clamp(2.35rem, 5.8vw, 5rem);
}
.article-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}
.article-hero img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.article-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--php-teal-soft);
  color: var(--php-teal-deep);
  font-size: 0.82rem;
  font-weight: 900;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(290px, 0.38fr);
  gap: 24px;
  align-items: start;
}
.article-content {
  display: grid;
  gap: 22px;
}
.article-body,
.article-cta,
.article-sidebar-card,
.article-related {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.article-body {
  padding: clamp(24px, 4vw, 38px);
}
.article-body h2 {
  margin-top: 34px;
  color: var(--php-teal-deep);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body h3 {
  margin-top: 22px;
  color: var(--php-graphite);
  font-size: 1.2rem;
}
.article-body p,
.article-body li {
  color: var(--muted);
}
.article-body p {
  margin: 14px 0 0;
}
.article-body ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}
.article-body strong {
  color: var(--php-graphite);
}
.article-cta {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 32px);
  background: linear-gradient(135deg, rgba(6,70,62,0.98), rgba(33,103,93,0.94));
  color: var(--php-soft-white);
}
.article-cta h2,
.article-cta p {
  margin: 0;
}
.article-cta h2 {
  color: var(--php-soft-white);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}
.article-cta p {
  color: rgba(251,251,248,0.76);
}
.article-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}
.article-sidebar-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.article-sidebar-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}
.article-sidebar-card p {
  margin: 0;
  color: var(--muted);
}
.article-sidebar-card .button {
  width: 100%;
}
.article-related {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 32px);
}
.article-related h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}
.article-related div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-related a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--php-teal-dark);
  font-weight: 900;
}
.article-related a:hover {
  border-color: rgba(225,169,42,0.5);
  color: var(--php-gold);
}
.commerce-main .article-hero h1 {
  max-width: 16ch;
}
.commerce-decision {
  margin: 24px 0 0;
  padding: 20px;
  border: 1px solid rgba(225,169,42,0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--php-teal-soft), var(--php-gold-soft));
}
.commerce-decision h2 {
  margin-top: 0;
}
.commerce-decision div {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.commerce-table-wrap {
  margin: 30px 0 0;
}
.commerce-table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.commerce-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: var(--php-soft-white);
}
.commerce-table th {
  padding: 13px 14px;
  background: var(--php-teal-deep);
  color: var(--php-soft-white);
  text-align: left;
  font-size: 0.83rem;
}
.commerce-table td {
  padding: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  vertical-align: top;
  font-size: 0.92rem;
}
.commerce-table td:first-child {
  color: var(--php-graphite);
}
.commerce-tag {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--php-gold-soft);
  color: var(--php-teal-deep);
  font-size: 0.76rem;
  font-weight: 900;
}
.commerce-link {
  color: var(--php-teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.commerce-link:hover {
  color: var(--php-gold);
}
.commerce-link-pending {
  display: inline-flex;
  color: var(--php-muted);
  text-decoration: none;
  cursor: default;
}
.product-link-pending,
.product-link-pending:hover {
  background: rgba(107,123,114,0.13);
  color: var(--php-muted);
  border-color: rgba(107,123,114,0.28);
  cursor: default;
  filter: none;
  transform: none;
  box-shadow: none;
}
.commerce-products {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 18px;
}
.commerce-product-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--php-soft-white);
}
.commerce-product-card h3 {
  margin: 0;
  color: var(--php-teal-deep);
  font-size: 1.25rem;
}
.commerce-product-card p {
  margin: 0;
}
.commerce-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.commerce-product-top span {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  background: var(--php-teal-deep);
  color: var(--php-soft-white);
  font-weight: 900;
}
.commerce-product-top strong {
  color: var(--php-gold);
  font-size: 0.82rem;
  text-align: right;
}
.commerce-editor-note code {
  padding: 2px 5px;
  border-radius: 6px;
  background: var(--php-deep-soft);
  color: var(--php-teal-deep);
  font-size: 0.86em;
}

.site-footer {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  padding: 28px clamp(18px,4vw,48px);
  border-top: 1px solid var(--line); background: var(--surface);
}
.footer-brand {
  display: inline-flex; align-items: center; gap: 10px;
}
.footer-brand img {
  display: block; width: 34px; height: 34px; object-fit: contain;
}
.site-footer p { margin: 4px 0 0; color: var(--muted); }
.footer-links {
  display: grid;
  gap: 10px;
  justify-items: end;
  color: var(--php-teal-dark);
  font-weight: 800;
}
.footer-nav,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}
.footer-social {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(7,84,74,0.12);
}
.site-footer a:hover { color: var(--php-gold); }
.social-link,
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.social-link img,
.contact-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* ==========================================================================
   Responsivo 980px
   ========================================================================== */
@media (max-width: 980px) {
  .icon-button { display: grid; }
  .site-nav {
    position: absolute; top: calc(100% + 1px); right: 18px; left: 18px;
    display: none; flex-direction: column; align-items: stretch;
    padding: 12px; border: 1px solid var(--line); border-radius: var(--radius);
    background: var(--surface); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav.legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-nav a { border-radius: 8px; }
  .quick-picks, .product-grid, .method-grid, .category-grid, .guide-grid, .lead-preview-grid, .resource-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .video-feature {
    grid-template-columns: 1fr;
  }
  .resource-hero,
  .lead-page-hero,
  .lead-page-grid,
  .article-hero,
  .article-layout {
    grid-template-columns: 1fr;
  }
  .commerce-decision div,
  .commerce-products {
    grid-template-columns: 1fr;
  }
  .lead-page-form-card,
  .article-sidebar {
    position: static;
  }
  .section-heading, .newsletter, .site-footer { align-items: stretch; flex-direction: column; }
  .section-heading, .site-footer { display: flex; }
  .newsletter { grid-template-columns: 1fr; }
  .footer-links {
    justify-items: start;
  }
  .footer-nav,
  .footer-social {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   Responsivo 640px
   ========================================================================== */
@media (max-width: 640px) {
  .site-header { min-height: 68px; }
  .brand small { display: none; }
  .affiliate-bar { align-items: flex-start; font-size: 0.82rem; }
  .hero { min-height: auto; padding-top: 86px; }
  h1 { max-width: 9ch; font-size: clamp(3rem,16vw,4.25rem); }
  .quick-picks, .product-grid, .method-grid, .category-grid, .guide-grid, .lead-preview-grid, .resource-grid { grid-template-columns: 1fr; }
  .lead-list { grid-template-columns: 1fr; }
  .lead-page-actions { flex-direction: column; }
  .lead-page-actions .button { width: 100%; }
  .quick-picks a   { min-height: 112px; }
  .category-grid a { min-height: 220px; }
  .newsletter form > div { flex-direction: column; }
  .newsletter .button.primary { width: 100%; }
  .newsletter-intro {
    grid-template-columns: 1fr;
  }
}


