/*
Theme Name: Guia em Campinas
Theme URI: https://guiaemcampinas.com.br
Author: Guia em Campinas
Description: Tema institucional e comercial para a revista de bairro Guia em Campinas. Inclui páginas regionais, formulário via WhatsApp e base de SEO local.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: guia-em-campinas
*/

:root {
  --ink: #102f2a;
  --ink-2: #17473f;
  --cream: #f4f0e3;
  --paper: #faf8f1;
  --orange: #ff6a35;
  --lime: #c7dc62;
  --muted: #66736f;
  --line: rgba(16,47,42,.16);
  --white: #fffdf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -100px; background: white; color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 25px; font-style: italic; }
.brand-copy { display: flex; flex-direction: column; line-height: .88; }
.brand-copy b { font-size: 24px; letter-spacing: .05em; }
.brand-copy small { font-size: 8px; letter-spacing: .27em; margin-top: 7px; }
.brand-light { color: var(--white); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { opacity: .76; transition: opacity .2s; position: relative; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a.active { opacity: 1; }
.main-nav > a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; background: var(--lime); }
.nav-cta { border: 1px solid rgba(255,255,255,.55); border-radius: 99px; padding: 12px 18px; transition: .2s; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.nav-cta span { color: var(--orange); margin-left: 8px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; padding: 12px; }
.menu-button span { display: block; height: 1px; background: white; margin: 5px 0; }

.hero { min-height: 760px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; padding-top: 88px; }
.hero-glow { position: absolute; border-radius: 50%; opacity: .55; pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; right: -180px; top: -240px; background: radial-gradient(circle, rgba(199,220,98,.28), transparent 68%); }
.hero-glow-two { width: 500px; height: 500px; left: -280px; bottom: -230px; background: radial-gradient(circle, rgba(255,106,53,.18), transparent 70%); }
.hero-grid { min-height: 612px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; padding-top: 45px; padding-bottom: 52px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 750; display: flex; align-items: center; gap: 10px; color: var(--muted); }
.eyebrow span { width: 28px; height: 1px; background: var(--orange); display: inline-block; }
.eyebrow.light { color: rgba(255,255,255,.68); }
.hero h1, .page-hero h1 { max-width: 720px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .94; letter-spacing: -.058em; font-weight: 660; }
.hero h1 em, .page-hero h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--lime); }
.hero-lead { max-width: 570px; margin: 32px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { border: 0; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 16px 23px; font-size: 13px; font-weight: 750; transition: transform .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 9px 30px rgba(255,106,53,.2); }
.button-dark { background: var(--ink); color: white; }
.button span { font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.light-link { color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.22); }
.text-link span { color: var(--orange); }
.hero-proof { display: flex; margin-top: 54px; }
.hero-proof > div { display: flex; flex-direction: column; padding-right: 26px; margin-right: 26px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof > div:last-child { border: 0; margin: 0; padding: 0; }
.hero-proof strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; color: var(--lime); }
.hero-proof span { color: rgba(255,255,255,.48); font-size: 10px; margin-top: 7px; }

.magazine-scene { height: 520px; position: relative; perspective: 1000px; }
.magazine { position: absolute; width: 286px; height: 404px; border-radius: 3px; box-shadow: 0 30px 60px rgba(0,0,0,.34); overflow: hidden; }
.magazine-back { right: 16px; top: 44px; background: var(--orange); transform: rotate(9deg); padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.magazine-back span { font-size: 58px; line-height: .8; letter-spacing: -.06em; font-weight: 800; }
.magazine-back small { font-size: 9px; letter-spacing: .25em; }
.magazine-front { right: 98px; top: 28px; background: var(--cream); color: var(--ink); transform: rotate(-4deg); padding: 25px 23px 19px; }
.cover-top { display: flex; align-items: flex-start; gap: 10px; border-bottom: 1px solid var(--ink); padding-bottom: 13px; }
.cover-top b { font-size: 50px; line-height: .8; letter-spacing: -.05em; }
.cover-top span { font-family: Georgia, serif; font-style: italic; font-size: 15px; line-height: .9; }
.magazine-front > p { font-size: 7px; letter-spacing: .17em; font-weight: 700; margin: 13px 0; }
.cover-art { height: 216px; background: var(--ink); position: relative; overflow: hidden; }
.cover-art::before { content: "CAMPINAS"; position: absolute; left: -10px; bottom: 12px; font-size: 48px; font-weight: 800; letter-spacing: -.08em; color: rgba(255,255,255,.06); transform: rotate(-90deg); transform-origin: left bottom; }
.map-line { position: absolute; border: 2px solid var(--lime); border-radius: 50%; opacity: .6; }
.line-one { width: 170px; height: 120px; left: 38px; top: 48px; transform: rotate(-18deg); }
.line-two { width: 130px; height: 170px; right: -20px; top: 15px; transform: rotate(27deg); border-color: var(--orange); }
.map-dot { position: absolute; width: 12px; height: 12px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 7px rgba(199,220,98,.13); }
.dot-one { left: 74px; top: 80px; }.dot-two { right: 54px; top: 110px; background: var(--orange); }.dot-three { left: 120px; bottom: 42px; }
.cover-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 14px; }
.cover-bottom span { font-family: Georgia, serif; font-size: 20px; font-style: italic; line-height: .95; }
.cover-bottom b { font-size: 12px; }
.edition-note { position: absolute; left: 0; top: 45px; display: flex; flex-direction: column; gap: 8px; }
.edition-note > span { font-size: 9px; letter-spacing: .2em; color: var(--lime); }
.edition-note strong { font-family: Georgia, serif; font-size: 14px; line-height: 1.45; font-weight: 400; color: rgba(255,255,255,.66); }
.circulation-stamp { position: absolute; right: 3px; bottom: 32px; width: 126px; height: 126px; background: var(--lime); color: var(--ink); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(8deg); box-shadow: 0 14px 25px rgba(0,0,0,.2); }
.circulation-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(16,47,42,.38); border-radius: 50%; }
.circulation-stamp strong { font-family: Georgia, serif; font-size: 32px; line-height: 1; }
.circulation-stamp span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; margin-top: 5px; }
.ticker { height: 60px; background: var(--lime); color: var(--ink); display: flex; align-items: center; overflow: hidden; position: absolute; inset: auto 0 0; }
.ticker > div { display: flex; min-width: max-content; justify-content: space-around; width: 100%; align-items: center; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.ticker i { color: var(--orange); font-style: normal; font-size: 16px; }

.section { padding: 118px 0; }
.intro-section { background: var(--paper); }
.split-heading, .section-intro-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.052em; font-weight: 650; }
h2 em { color: var(--ink-2); }
.intro-copy { max-width: 440px; padding-bottom: 8px; }
.intro-copy p, .circulation-copy > p, .section-intro-row > p, .section-intro-row > div:last-child > p { color: var(--muted); line-height: 1.75; font-size: 16px; margin: 0 0 28px; }
.section-intro-row > div:last-child > small { color: var(--orange); font-size: 11px; font-weight: 700; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 72px; border: 1px solid var(--line); }
.benefit-card { background: var(--paper); padding: 35px 34px 40px; min-height: 315px; }
.benefit-number { font-size: 10px; color: var(--muted); letter-spacing: .15em; }
.benefit-icon { margin: 46px 0 32px; width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--orange); font-family: Georgia, serif; font-size: 20px; }
.benefit-card h3 { font-size: 21px; margin: 0 0 13px; letter-spacing: -.03em; }
.benefit-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }
.benefit-card:hover { background: var(--cream); }

.circulation-section { background: var(--cream); }
.circulation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.circulation-visual { min-height: 520px; position: relative; }
.route-card { box-shadow: 0 24px 55px rgba(16,47,42,.11); }
.route-main { width: 390px; height: 430px; background: var(--ink); color: white; padding: 30px; position: relative; transform: rotate(-3deg); }
.route-label { font-size: 9px; letter-spacing: .2em; color: var(--lime); }
.route-map { height: 285px; margin-top: 25px; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 25px 25px; position: relative; overflow: hidden; }
.route-path { position: absolute; width: 260px; height: 170px; border: 3px dashed var(--orange); border-radius: 50%; left: 32px; top: 52px; transform: rotate(22deg); }
.pin { position: absolute; width: 27px; height: 27px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--lime); color: var(--ink); font-size: 10px; display: grid; place-items: center; font-weight: 800; box-shadow: 0 7px 14px rgba(0,0,0,.2); }
.pin-a { left: 42px; top: 72px; }.pin-b { right: 58px; top: 45px; }.pin-c { left: 126px; bottom: 45px; }.pin-d { right: 28px; bottom: 75px; background: var(--orange); color: white; }
.route-footer { display: flex; justify-content: space-between; font-size: 9px; color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; }
.route-stat { position: absolute; right: 12px; bottom: 30px; width: 205px; height: 150px; background: var(--orange); color: white; display: flex; flex-direction: column; justify-content: center; padding: 26px; transform: rotate(5deg); }
.route-stat strong { font-family: Georgia, serif; font-size: 45px; line-height: 1; }
.route-stat span { margin-top: 8px; font-size: 11px; line-height: 1.4; }
.circulation-visual > small { position: absolute; bottom: -8px; left: 0; color: var(--muted); font-size: 9px; }
.circulation-copy h2 { margin-bottom: 28px; }
.check-list { list-style: none; padding: 0; margin: 35px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; font-size: 13px; font-weight: 650; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list li span { width: 23px; height: 23px; flex: 0 0 23px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-size: 10px; }
.check-list.vertical { grid-template-columns: 1fr; }

.sectors-section { background: var(--paper); }
.centered-heading { text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.sector-list { margin-top: 70px; border-top: 1px solid var(--line); }
.sector-row { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; min-height: 90px; border-bottom: 1px solid var(--line); transition: .25s; }
.sector-row > span { font-size: 10px; color: var(--muted); }
.sector-row strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.sector-row i { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--orange); font-style: normal; }
.sector-row:hover { padding: 0 18px; background: var(--cream); }

.cta-section { background: var(--ink); color: white; padding: 100px 0; position: relative; overflow: hidden; }
.cta-section::after { content: "G"; position: absolute; right: 3vw; bottom: -150px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-style: italic; font-size: 500px; line-height: 1; }
.cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; position: relative; z-index: 2; }
.cta-section h2 em { color: var(--lime); }
.cta-copy { max-width: 440px; }
.cta-copy p { color: rgba(255,255,255,.65); line-height: 1.7; margin: 0 0 30px; }
.compact-cta { padding: 84px 0; }

.site-footer { background: #0b2521; color: white; padding: 75px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.4fr .7fr .9fr .8fr; gap: 55px; }
.footer-brand > p { color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; max-width: 280px; margin-top: 25px; }
.footer-top h3 { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--lime); margin: 0 0 23px; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-top > div:not(.footer-brand) a, .footer-top > div:not(.footer-brand) p { font-size: 12px; color: rgba(255,255,255,.58); margin: 0; line-height: 1.5; }
.footer-top a:hover { color: white; }
.footer-bottom { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 60; right: 22px; bottom: 22px; background: #25d366; color: #092d19; border-radius: 99px; padding: 11px 16px 11px 11px; display: flex; align-items: center; gap: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 11px; }
.whatsapp-float span { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.45); display: grid; place-items: center; }

.page-hero { min-height: 535px; padding-top: 88px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.page-hero-inner { padding-top: 115px; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(54px, 6vw, 82px); }
.page-hero-inner > p:last-of-type { max-width: 590px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.7; margin-top: 26px; }
.simple-page-hero { min-height: 470px; }
.simple-page-hero .button { margin-top: 25px; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 70px; border: 1px solid var(--line); }
.process-card { min-height: 340px; padding: 28px; border-right: 1px solid var(--line); position: relative; transition: .2s; }
.process-card:last-child { border: 0; }
.process-card > span { font-size: 10px; letter-spacing: .15em; color: var(--orange); }
.process-card h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; margin: 95px 0 15px; }
.process-card p { color: var(--muted); line-height: 1.65; font-size: 13px; }
.process-card i { position: absolute; right: 28px; bottom: 26px; width: 36px; height: 36px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; color: var(--orange); font-style: normal; }
.process-card:hover { background: var(--cream); }
.touchpoints-section { background: var(--ink); color: white; }
.touchpoints-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.light-paragraph { color: rgba(255,255,255,.6); line-height: 1.75; max-width: 500px; margin: 30px 0; }
.touchpoint-list { border-top: 1px solid rgba(255,255,255,.15); }
.touchpoint-list > div { display: grid; grid-template-columns: 55px 1fr; min-height: 130px; align-content: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.touchpoint-list span { grid-row: 1/3; font-size: 10px; color: var(--lime); padding-top: 4px; }
.touchpoint-list strong { font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.touchpoint-list p { margin: 7px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0 5px; }
.faq-list summary { list-style: none; cursor: pointer; min-height: 78px; display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 21px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); line-height: 1.65; font-size: 13px; padding: 0 50px 25px 0; margin: 0; }

.regions-intro, .offer-section, .values-section { background: var(--cream); }
.region-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 70px; }
.region-cards article { background: var(--paper); padding: 25px; min-height: 430px; position: relative; border: 1px solid rgba(16,47,42,.08); }
.region-cards article > span { font-size: 10px; color: var(--orange); }
.region-shape { height: 150px; margin: 34px 0 28px; background: var(--ink); position: relative; overflow: hidden; }
.region-shape::before { content: ""; position: absolute; width: 120px; height: 80px; border: 2px solid var(--lime); border-radius: 50%; left: 25px; top: 35px; transform: rotate(18deg); }
.region-shape::after { content: ""; position: absolute; width: 100px; height: 130px; border: 2px solid var(--orange); border-radius: 50%; right: -15px; top: 5px; transform: rotate(-15deg); }
.region-shape i { position: absolute; width: 8px; height: 8px; background: var(--lime); border-radius: 50%; z-index: 2; }
.region-shape i:nth-child(1) { left: 45px; top: 55px; }.region-shape i:nth-child(2) { right: 43px; top: 83px; background: var(--orange); }.region-shape i:nth-child(3) { left: 105px; bottom: 30px; }
.shape-2::before { transform: rotate(-22deg); top: 22px; }.shape-3::after { right: 35px; }.shape-4::before { width: 155px; left: -18px; }
.region-cards h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 400; margin: 0 0 13px; }
.region-cards p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.region-cards a { position: absolute; bottom: 24px; left: 25px; right: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 14px; font-size: 11px; font-weight: 700; }
.region-cards a b { color: var(--orange); }
.local-logic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.local-logic-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; margin: 28px 0; }
.local-map { height: 480px; background: var(--ink); position: relative; overflow: hidden; display: grid; place-items: center; }
.local-ring { position: absolute; border: 1px solid rgba(199,220,98,.38); border-radius: 50%; }
.ring-one { width: 160px; height: 160px; }.ring-two { width: 290px; height: 290px; }.ring-three { width: 430px; height: 430px; }
.local-core { width: 100px; height: 100px; background: var(--orange); color: white; border-radius: 50%; display: grid; place-content: center; text-align: center; font-size: 9px; line-height: 1.4; z-index: 2; }
.local-core b { font-size: 12px; }
.local-label { position: absolute; color: white; font-size: 10px; background: rgba(255,255,255,.09); padding: 8px 13px; border-radius: 99px; }
.label-homes { top: 75px; left: 85px; }.label-shops { right: 45px; top: 200px; }.label-condos { bottom: 55px; left: 105px; }

.story-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 120px; }
.story-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; font-size: 16px; max-width: 650px; }
.story-number { background: var(--orange); color: white; width: 320px; height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; transform: rotate(-3deg); }
.story-number strong { font-family: Georgia, serif; font-size: 100px; line-height: .8; font-weight: 400; }
.story-number span { margin-top: 22px; font-size: 13px; line-height: 1.5; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 65px; border: 1px solid var(--line); }
.values-grid article { padding: 34px; min-height: 300px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border: 0; }
.values-grid article > span { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--orange); font-size: 18px; }
.values-grid h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; margin: 78px 0 12px; }
.values-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.manifesto-section { background: var(--ink); color: white; }
.manifesto-inner { text-align: center; }
.quote-mark { display: block; font-family: Georgia, serif; font-size: 90px; color: var(--lime); height: 55px; }
.manifesto-inner blockquote { max-width: 850px; margin: 35px auto 45px; font-size: clamp(36px,5vw,66px); letter-spacing: -.045em; line-height: 1.08; font-weight: 630; }
.manifesto-inner blockquote em { font-family: Georgia, serif; font-weight: 400; color: var(--lime); }

.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 70px; }
.offer-grid article { background: var(--paper); padding: 32px; min-height: 410px; position: relative; border: 1px solid rgba(16,47,42,.08); }
.offer-grid article.featured-offer { background: var(--ink); color: white; transform: translateY(-12px); }
.recommended { position: absolute; right: 22px; top: 24px; background: var(--lime); color: var(--ink); padding: 7px 10px; font-size: 8px; letter-spacing: .12em; }
.offer-grid article > span { color: var(--orange); font-size: 10px; }
.offer-grid article > small { display: block; color: var(--muted); margin-top: 75px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.featured-offer > small { color: rgba(255,255,255,.52) !important; }
.offer-grid h3 { font-family: Georgia, serif; font-size: 36px; font-weight: 400; margin: 10px 0 17px; }
.offer-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.featured-offer p { color: rgba(255,255,255,.56); }
.offer-grid article > a { position: absolute; bottom: 28px; left: 32px; right: 32px; padding-top: 15px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }
.featured-offer > a { border-color: rgba(255,255,255,.16) !important; }
.offer-grid article > a i { color: var(--orange); font-style: normal; }
.proposal-section { background: var(--ink); color: white; }
.proposal-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.proposal-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.58); line-height: 1.7; }
.contact-direct { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; gap: 8px; }
.contact-direct span { font-size: 10px; color: rgba(255,255,255,.45); }
.contact-direct a { font-family: Georgia, serif; font-size: 27px; color: var(--lime); }
.lead-form { background: var(--paper); color: var(--ink); padding: 38px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 22px; }
.lead-form label { font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.lead-form input, .lead-form select { display: block; width: 100%; margin-top: 9px; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; height: 48px; outline: 0; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--orange); }
.lead-form > p { color: var(--muted); font-size: 9px; line-height: 1.55; margin: 28px 0 20px; }
.lead-form .button { width: 100%; }
.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { min-height: 155px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid var(--line); }
.proof-strip > div:last-child { border: 0; }
.proof-strip strong { font-family: Georgia, serif; font-size: 44px; font-weight: 400; color: var(--orange); }
.proof-strip span { color: var(--muted); font-size: 10px; margin-top: 8px; text-align: center; }

.legal-copy, .entry-content { max-width: 820px; }
.legal-copy h2 { margin-bottom: 45px; }
.legal-copy h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; margin: 42px 0 12px; }
.legal-copy p, .entry-content p { color: var(--muted); line-height: 1.8; font-size: 14px; }
.legal-copy a, .entry-content a { color: var(--orange); text-decoration: underline; }
.legal-date { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 45px; font-size: 11px !important; }

@media (max-width: 960px) {
  .container { width: min(calc(100% - 36px),760px); }
  .main-nav { display: none; position: absolute; top: 88px; left: 0; right: 0; background: var(--ink); padding: 28px 18px 36px; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.nav-open { display: flex; }
  .main-nav > a { padding: 15px 4px; }
  .main-nav > a.active::after { display: none; }
  .nav-cta { text-align: center; margin-top: 12px; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 90px; gap: 0; }
  .magazine-scene { height: 500px; max-width: 540px; width: 100%; margin: 0 auto; }
  .split-heading, .section-intro-row, .circulation-grid, .cta-inner, .touchpoints-grid, .faq-grid, .local-logic-grid, .story-grid, .proposal-grid { grid-template-columns: 1fr; gap: 48px; }
  .benefits-grid, .offer-grid { grid-template-columns: 1fr; }
  .process-grid, .region-cards, .values-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2), .values-grid article:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2), .values-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .circulation-visual { order: 2; width: min(100%,540px); }
  .circulation-copy { order: 1; }
  .offer-grid article.featured-offer { transform: none; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-number { margin: 0 auto; }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-top > div:last-child { display: none; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 30px); }
  .header-inner { height: 76px; }
  .main-nav { top: 76px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy b { font-size: 21px; }
  .hero { padding-top: 76px; }
  .hero-grid { padding-top: 62px; padding-bottom: 50px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { flex-wrap: wrap; row-gap: 25px; }
  .hero-proof > div { min-width: calc(50% - 25px); }
  .hero-proof > div:nth-child(2) { border-right: 0; }
  .hero-proof > div:last-child { width: 100%; }
  .magazine-scene { height: 445px; transform: scale(.88); transform-origin: center top; margin-bottom: -50px; }
  .magazine-front { right: 55px; }
  .magazine-back { right: 0; }
  .edition-note { display: none; }
  .ticker > div { gap: 25px; }
  .section { padding: 82px 0; }
  h2 { font-size: 42px; }
  .route-main { width: 90%; }
  .route-stat { right: 0; }
  .check-list { grid-template-columns: 1fr; }
  .sector-row { grid-template-columns: 46px 1fr auto; }
  .sector-row strong { font-size: 23px; }
  .cta-section { padding: 78px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding-right: 11px; }
  .page-hero { min-height: 500px; padding-top: 76px; }
  .page-hero-inner { padding-top: 100px; }
  .process-grid, .region-cards, .values-grid { grid-template-columns: 1fr; }
  .process-card, .process-card:nth-child(2), .values-grid article, .values-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card:last-child, .values-grid article:last-child { border-bottom: 0; }
  .local-map { height: 390px; }
  .ring-three { width: 355px; height: 355px; }
  .story-number { width: 280px; height: 340px; }
  .story-number strong { font-size: 85px; }
  .field-row { grid-template-columns: 1fr; }
  .lead-form { padding: 26px 20px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

