:root {
  --ink: #10201c;
  --ink-soft: #42514c;
  --forest: #0f5b46;
  --forest-dark: #0a3d30;
  --mint: #dff5ec;
  --coral: #f46f5d;
  --blue: #3268d4;
  --amber: #e7a62d;
  --violet: #7656d9;
  --paper: #ffffff;
  --surface: #f4f7fb;
  --line: #d9e1dd;
  --shadow: 0 18px 40px rgba(16, 32, 28, 0.12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; stroke-width: 1.9; flex: 0 0 auto; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 14px; background: #fff; border: 2px solid var(--forest); border-radius: 4px; }
.skip-link:focus { top: 12px; }

.utility-bar { background: var(--forest-dark); color: #dff5ec; font-size: 13px; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,32,28,.09); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; font-weight: 850; font-size: 14px; letter-spacing: 0; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 19px; letter-spacing: 0; }
.brand-copy small { margin-top: 3px; color: #61706b; font-size: 11px; text-transform: uppercase; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 25px; font-size: 14px; font-weight: 700; }
.site-nav a { padding: 10px 0; color: #293833; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--forest); }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 15px; font-size: 13px; }
.button-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 24px rgba(244,111,93,.28); }
.button-primary:hover { background: #da5847; }
.button-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(16,32,28,.22); }
.button-ghost:hover { background: rgba(16,32,28,.42); }
.button-light { background: #fff; color: var(--forest-dark); }
.button-subtle { border-color: var(--line); background: #fff; color: var(--ink); }

.hero { min-height: 700px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; background: #10201c; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: -3%; z-index: -2; background: url('../assets/socialfast-trafego-pago-hero.png') center center / cover no-repeat; animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: rgba(5, 26, 21, .7); }
.hero-inner { padding-top: 84px; padding-bottom: 108px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: 0; }
.hero .eyebrow { color: #9eedcf; }
.live-dot { width: 8px; height: 8px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #8ce3c1; box-shadow: 0 0 0 6px rgba(140,227,193,.14); animation: live-pulse 2.4s ease-in-out infinite; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 760px; font-size: 62px; line-height: 1.04; letter-spacing: 0; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: #eef7f3; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 30px 0 0; padding: 0; list-style: none; color: #eaf5f1; font-size: 14px; font-weight: 700; }
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points svg { width: 17px; height: 17px; color: #8ce3c1; }
.hero-channels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero-channels span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; background: rgba(255,255,255,.08); color: #f7fbf9; font-size: 11px; font-weight: 800; }
.hero-next { position: absolute; left: 50%; bottom: 25px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: translateX(-50%); color: #fff; }

@keyframes hero-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.045); }
}

@keyframes live-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(140,227,193,.12); }
  50% { box-shadow: 0 0 0 9px rgba(140,227,193,.03); }
}

.quick-access { padding: 30px 0; border-bottom: 1px solid var(--line); background: #fff; }
.quick-grid { display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); align-items: stretch; gap: 10px; }
.section-intro.compact { padding: 8px 12px 8px 0; }
.section-intro.compact .eyebrow { margin-bottom: 4px; }
.section-intro.compact h2 { margin: 0; font-size: 22px; line-height: 1.2; }
.quick-link { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); transition: border-color .2s ease, transform .2s ease; }
.quick-link:hover { border-color: var(--forest); transform: translateY(-2px); }
.quick-link > svg:first-child { color: var(--forest); }
.quick-link > svg:last-child { width: 17px; height: 17px; color: #7b8984; }
.quick-link span { min-width: 0; display: grid; }
.quick-link strong { font-size: 14px; white-space: nowrap; }
.quick-link small { overflow: hidden; color: #6e7b77; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.quick-link.accent { background: var(--forest); border-color: var(--forest); color: #fff; }
.quick-link.accent small, .quick-link.accent > svg { color: #dff5ec; }

.editorial { position: relative; overflow: clip; background: #fff; }
.editorial::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--coral) 0 32%, var(--blue) 32% 66%, var(--forest) 66% 100%); }
.editorial-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 96px; align-items: start; }
.editorial-index { position: sticky; top: 130px; }
.editorial-index h2 { margin: 0; max-width: 440px; font-size: 44px; line-height: 1.12; }
.editorial-index > p:not(.eyebrow) { margin: 22px 0 0; color: var(--ink-soft); }
.editorial-index nav { display: grid; margin-top: 32px; border-top: 1px solid var(--line); }
.editorial-index nav a { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); color: #43534e; font-size: 14px; font-weight: 800; transition: color .2s ease, padding-left .2s ease; }
.editorial-index nav a:hover { padding-left: 6px; color: var(--forest); }
.editorial-index nav span { color: var(--coral); font-size: 11px; }
.editorial-story { min-width: 0; }
.story-lead { padding: 0 0 42px; border-bottom: 1px solid var(--line); }
.story-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.story-tag svg { width: 16px; height: 16px; }
.story-highlight { margin: 19px 0 0; color: #25332f; font-size: 30px; line-height: 1.38; }
.story-highlight strong { color: var(--forest); }
.story-chapter { scroll-margin-top: 120px; display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 46px 0; border-bottom: 1px solid var(--line); }
.chapter-number { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--coral); background: #fff6f4; font-weight: 900; }
.story-chapter h3 { margin: 0; max-width: 680px; font-size: 31px; line-height: 1.18; }
.story-chapter p:not(.card-kicker) { margin: 15px 0 0; color: var(--ink-soft); font-size: 17px; }
.editorial-board { margin: 10px 0; border: 1px solid #d5dce9; border-radius: 8px; overflow: hidden; background: #f7f9fd; box-shadow: 0 20px 45px rgba(36,54,84,.1); }
.board-header { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-bottom: 1px solid #d5dce9; background: #fff; font-size: 13px; font-weight: 850; }
.board-header > span { display: inline-flex; align-items: center; gap: 8px; }
.board-header svg { width: 17px; height: 17px; color: var(--blue); }
.board-status { color: var(--forest); }
.board-status i { width: 8px; height: 8px; border-radius: 50%; background: #24b47e; }
.board-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; padding: 32px 24px; }
.board-flow > div { min-width: 0; display: grid; justify-items: center; text-align: center; }
.board-flow > svg { width: 18px; height: 18px; color: #8a9691; }
.flow-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 11px; border-radius: 7px; }
.flow-icon svg { width: 22px; height: 22px; }
.flow-icon.blue { color: var(--blue); background: #e8efff; }
.flow-icon.coral { color: #b84335; background: #ffe7e2; }
.flow-icon.green { color: var(--forest); background: var(--mint); }
.board-flow strong { font-size: 15px; }
.board-flow small { color: #6d7975; font-size: 11px; }
.editorial-story blockquote { position: relative; margin: 10px 0; padding: 32px 36px 32px 76px; border-left: 5px solid var(--coral); background: #fff5f2; }
.editorial-story blockquote svg { position: absolute; top: 34px; left: 30px; width: 28px; height: 28px; color: var(--coral); }
.editorial-story blockquote p { margin: 0; color: #4a2b25; font-size: 22px; font-weight: 750; line-height: 1.45; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: 80px; margin-bottom: 42px; }
.section-heading h2, .method-copy h2, .principles-heading h2, .company-copy h2, .faq-heading h2 { margin: 0; font-size: 42px; line-height: 1.14; letter-spacing: 0; }
.section-heading > p, .method-copy > p, .company-copy > p, .faq-heading > p { margin: 0; color: var(--ink-soft); }

.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-card { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: 7px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #bdcbc5; box-shadow: 0 20px 38px rgba(28,45,39,.1); }
.icon-box { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 6px; }
.icon-box.green { color: var(--forest); background: var(--mint); }
.icon-box.coral { color: #a63b2d; background: #ffe4df; }
.icon-box.blue { color: var(--blue); background: #e4ecff; }
.icon-box.amber { color: #8a5c05; background: #fff0cf; }
.card-kicker { margin: 0 0 4px; color: #697771; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.service-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.2; }
.service-card > p:not(.card-kicker) { color: var(--ink-soft); }
.service-card ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding: 5px 0 5px 18px; font-size: 14px; font-weight: 700; }
.service-card li::before { content: ''; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

.method { background: #fff; }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 130px; }
.method-copy > p { margin-top: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--forest); font-weight: 850; }
.text-link svg { width: 18px; height: 18px; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 0 0 36px; }
.timeline li:not(:last-child)::before { content: ''; position: absolute; left: 28px; top: 55px; bottom: 2px; width: 1px; background: var(--line); }
.timeline > li > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); background: #fff; font-weight: 900; }
.timeline h3 { margin: 2px 0 4px; font-size: 22px; }
.timeline p { margin: 0; color: var(--ink-soft); }

.tools { background: var(--forest-dark); color: #fff; }
.tools .eyebrow { color: #8ce3c1; }
.tools .section-heading > p { color: #c9d9d4; }
.tool-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tool-item { display: flex; align-items: center; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.06); }
.tool-item > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 5px; color: var(--forest-dark); background: #fff; font-size: 12px; font-weight: 900; }
.tool-item div { display: grid; }
.tool-item strong { font-size: 16px; }
.tool-item small { color: #b9d0c8; }
.tool-note { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: #b9d0c8; font-size: 13px; }
.tool-note svg { width: 17px; height: 17px; }

.principles { background: #fff; }
.principles-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.principles-grid { display: grid; gap: 12px; }
.principles-grid article { display: grid; grid-template-columns: 42px 1fr; column-gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principles-grid svg { grid-row: 1 / span 2; width: 28px; height: 28px; color: var(--coral); }
.principles-grid h3 { margin: 0; font-size: 20px; }
.principles-grid p { margin: 5px 0 0; color: var(--ink-soft); }

.company { background: #f3f6f4; }
.company-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.company-copy > p { margin-top: 20px; }
.company-data { padding: 30px; border-left: 5px solid var(--coral); border-radius: 0 7px 7px 0; background: #fff; box-shadow: var(--shadow); font-style: normal; }
.company-data > div { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.company-data > div:first-child { padding-top: 0; }
.company-data svg { margin-top: 3px; color: var(--forest); }
.company-data span { display: grid; }
.company-data small { margin-bottom: 2px; color: #6f7d78; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.company-data strong { font-size: 15px; line-height: 1.5; }
.company-data > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--forest); font-weight: 850; }
.company-data > a svg { width: 17px; height: 17px; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading > p { margin-top: 20px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: var(--forest); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { margin: -7px 0 24px; padding-right: 40px; color: var(--ink-soft); }

.contact-band { padding: 76px 0; background: var(--coral); color: #26120f; }
.contact-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.contact-inner h2 { max-width: 820px; margin: 0; font-size: 40px; line-height: 1.15; }
.contact-inner p:not(.eyebrow) { margin: 16px 0 0; font-size: 18px; }
.eyebrow.light { color: #fff; }

.site-footer { padding-top: 66px; background: #0d1916; color: #d4dedb; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.brand-light .brand-mark { background: #fff; color: var(--forest-dark); }
.brand-light .brand-copy small { color: #95aaa3; }
.footer-brand p { max-width: 330px; color: #95aaa3; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h2 { margin: 0 0 6px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 0; }
.footer-grid a, .footer-cookie-button { color: #aebeb9; font-size: 14px; }
.footer-grid a:hover, .footer-cookie-button:hover { color: #fff; }
.footer-cookie-button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); color: #7f958d; font-size: 12px; }
.footer-bottom p { margin: 0; }

.cookie-notice { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 200; max-width: 900px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { font-size: 16px; }
.cookie-notice p { margin: 4px 0 0; color: var(--ink-soft); font-size: 13px; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 0 14px; font-size: 12px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.service-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.service-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }
.service-grid [data-reveal]:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: grid; justify-self: end; order: 3; }
  .site-nav { position: fixed; inset: 111px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 24px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 35px rgba(16,32,28,.14); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .header-cta { justify-self: end; }
  .quick-grid { grid-template-columns: repeat(4, 1fr); }
  .section-intro.compact { grid-column: 1 / -1; }
  .editorial-layout { grid-template-columns: .75fr 1.25fr; gap: 54px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .utility-inner { justify-content: center; min-height: 31px; }
  .utility-inner span:last-child { display: none; }
  .header-inner { min-height: 68px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 9px; }
  .header-cta { display: none; }
  .site-nav { inset: 99px 0 auto; }
  .hero { min-height: 650px; background-position: 62% center; }
  .hero::before { background-position: 62% center; }
  .hero-shade { background: rgba(5,26,21,.76); }
  .hero-inner { padding-top: 72px; padding-bottom: 92px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-points { display: grid; gap: 9px; }
  .quick-grid { grid-template-columns: 1fr; }
  .editorial-layout { grid-template-columns: 1fr; gap: 42px; }
  .editorial-index { position: static; }
  .editorial-index h2 { font-size: 34px; }
  .editorial-index nav { grid-template-columns: repeat(3, 1fr); }
  .editorial-index nav a { display: grid; gap: 4px; padding: 13px 8px; }
  .story-highlight { font-size: 24px; }
  .story-chapter { grid-template-columns: 48px 1fr; gap: 16px; padding: 36px 0; }
  .chapter-number { width: 48px; height: 48px; }
  .story-chapter h3 { font-size: 26px; }
  .board-flow { grid-template-columns: 1fr; gap: 12px; }
  .board-flow > svg { transform: rotate(90deg); }
  .editorial-story blockquote { padding: 28px 24px 28px 62px; }
  .editorial-story blockquote svg { left: 22px; }
  .section-heading, .method-layout, .principles-layout, .company-layout, .faq-layout, .contact-inner { grid-template-columns: 1fr; gap: 34px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .method-copy h2, .principles-heading h2, .company-copy h2, .faq-heading h2 { font-size: 34px; }
  .service-grid, .tool-list { grid-template-columns: 1fr; }
  .service-card { padding: 22px; }
  .method-copy, .faq-heading { position: static; }
  .principles-grid article { grid-template-columns: 36px 1fr; }
  .company-data { padding: 22px; }
  .faq-list summary { font-size: 16px; }
  .contact-inner h2 { font-size: 34px; }
  .contact-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .cookie-notice { grid-template-columns: 1fr; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  h1 { font-size: 36px; }
  .section-heading h2, .method-copy h2, .principles-heading h2, .company-copy h2, .faq-heading h2, .contact-inner h2 { font-size: 29px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .cookie-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ==========================================================
   TEMA SOCIALFAST — linguagem visual inspirada no Engajar.me
   ========================================================== */
:root {
  --ink: #11131a;
  --ink-soft: #74798a;
  --forest: #ff2b83;
  --forest-dark: #30394d;
  --mint: #fff0f6;
  --coral: #ff2b83;
  --blue: #ff2b83;
  --amber: #ffb020;
  --violet: #8b5cf6;
  --paper: #ffffff;
  --surface: #fafafd;
  --line: #e5e6ec;
  --shadow: 0 18px 55px rgba(28, 35, 51, .08);
  --container: 1140px;
}

body {
  background-color: #fbfbfd;
  background-image:
    linear-gradient(rgba(61, 71, 91, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 71, 91, .045) 1px, transparent 1px);
  background-size: 28px 28px;
}

.utility-bar {
  display: none;
}

.site-header {
  top: 0;
  border-bottom: 1px solid rgba(226, 228, 235, .9);
  background: rgba(251, 251, 253, .88);
  box-shadow: 0 8px 28px rgba(31, 38, 54, .035);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 84px;
  gap: 24px;
}

.brand {
  gap: 10px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(145deg, #ff438f, #f51e76);
  box-shadow: 0 9px 20px rgba(255, 43, 131, .24);
  font-size: 13px;
  transform: rotate(-5deg);
}

.brand-copy strong {
  color: #30394d;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.7px;
}

.brand-copy small {
  color: #969aa9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.15px;
}

.site-nav {
  gap: 22px;
  font-size: 13px;
}

.site-nav a {
  position: relative;
  color: #535969;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--coral);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu-toggle {
  border-radius: 12px;
  background: #fff;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  box-shadow: none;
}

.button-small {
  min-height: 43px;
  border-radius: 999px;
}

.button-primary,
.quick-link.accent {
  border-color: var(--coral);
  background: linear-gradient(135deg, #ff388b, #f91f79);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 43, 131, .23);
}

.button-primary:hover,
.quick-link.accent:hover {
  border-color: #e91c6f;
  background: linear-gradient(135deg, #ff277f, #e91c6f);
}

.hero {
  min-height: 690px;
  color: var(--ink);
  background: transparent;
  isolation: isolate;
}

.hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 43, 131, .08), transparent 33%),
    radial-gradient(circle at 12% 75%, rgba(122, 92, 246, .055), transparent 26%);
  animation: none;
}

.hero::after,
.hero-shade::before,
.hero-shade::after {
  position: absolute;
  z-index: 1;
  width: 182px;
  padding: 13px 15px 12px 52px;
  color: #333b50;
  border: 1px solid rgba(229, 230, 236, .98);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 38px rgba(26, 34, 51, .1);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .4px;
  line-height: 1.42;
  white-space: pre-line;
  pointer-events: none;
}

.hero::after {
  top: 112px;
  left: max(28px, calc(50% - 600px));
  content: "PLANEJAMENTO\A Objetivo e público";
  transform: rotate(-7deg);
  animation: metric-float-a 5.4s ease-in-out infinite;
}

.hero-shade {
  z-index: 0;
  background: transparent;
  pointer-events: none;
}

.hero-shade::before {
  top: 118px;
  right: max(25px, calc(50% - 600px));
  content: "MENSURAÇÃO\A Eventos e dados";
  transform: rotate(7deg);
  animation: metric-float-b 5.8s ease-in-out infinite;
}

.hero-shade::after {
  bottom: 92px;
  left: max(42px, calc(50% - 570px));
  content: "OTIMIZAÇÃO\A Leitura contínua";
  transform: rotate(5deg);
  animation: metric-float-b 6.2s .5s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 104px;
  padding-bottom: 116px;
}

.hero-copy {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.eyebrow,
.hero .eyebrow,
.tools .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 11px;
  color: #e91f70;
  border-radius: 999px;
  background: #fff0f6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.45px;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(255, 43, 131, .11);
}

h1 {
  max-width: 860px;
  font-size: clamp(48px, 5.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -3.4px;
}

.hero-accent {
  position: relative;
  display: inline-block;
  color: var(--coral);
}

.hero-accent::after {
  position: absolute;
  right: 3px;
  bottom: -7px;
  left: 3px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 43, 131, .3);
  content: "";
  transform: rotate(-1deg);
}

.hero-lead {
  max-width: 680px;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions,
.hero-points,
.hero-channels {
  justify-content: center;
}

.hero-actions {
  margin-top: 34px;
}

.button-ghost {
  color: #5e6474;
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(33, 41, 59, .045);
}

.button-ghost:hover {
  color: var(--ink);
  border-color: #ffc4dc;
  background: #fff4f8;
}

.hero-points {
  gap: 9px;
  margin-top: 28px;
  color: #4f5668;
}

.hero-points li,
.hero-channels span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 5px 18px rgba(31, 38, 55, .03);
}

.hero-points li {
  padding: 7px 12px;
  font-size: 12px;
}

.hero-points svg {
  color: var(--coral);
}

.hero-channels span {
  padding: 6px 11px;
  color: #777c8b;
  font-size: 10px;
}

.hero-next {
  width: 42px;
  height: 42px;
  color: var(--coral);
  border-color: #ffc6dd;
  background: #fff;
  box-shadow: 0 8px 25px rgba(255, 43, 131, .13);
}

.quick-access {
  position: relative;
  z-index: 4;
  margin-top: -42px;
  padding: 0 0 42px;
  border: 0;
  background: transparent;
}

.quick-grid {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.quick-link {
  min-height: 76px;
  border-radius: 16px;
  background: #fbfbfd;
}

.quick-link:hover {
  border-color: #ffbdd7;
}

.quick-link > svg:first-child {
  color: var(--coral);
}

.section {
  padding: 88px 0;
}

.editorial,
.services,
.method,
.principles,
.company,
.faq {
  background: transparent;
}

.editorial::before {
  display: none;
}

.editorial-index h2,
.section-heading h2,
.method-copy h2,
.principles-heading h2,
.company-copy h2,
.faq-heading h2 {
  color: #11131a;
  font-weight: 820;
  letter-spacing: -1.6px;
}

.editorial-story {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.story-highlight strong,
.text-link,
.company-data > a {
  color: var(--coral);
}

.chapter-number,
.flow-icon,
.icon-box {
  border-radius: 14px;
}

.chapter-number {
  color: var(--coral);
  border-color: #ffc9de;
  background: #fff1f7;
}

.editorial-board,
.service-card,
.timeline,
.tool-item,
.principles-grid article,
.company-data,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(31, 38, 55, .045);
}

.service-grid {
  gap: 16px;
}

.service-card {
  padding: 28px;
}

.service-card:hover {
  border-color: #ffbdd7;
  box-shadow: 0 18px 44px rgba(255, 43, 131, .09);
}

.icon-box.green,
.icon-box.coral,
.icon-box.blue,
.icon-box.amber {
  color: var(--coral);
  background: #fff0f6;
  box-shadow: 0 8px 18px rgba(255, 43, 131, .12);
}

.service-card li::before {
  background: var(--coral);
}

.timeline {
  padding: 30px;
}

.timeline > li > span {
  color: var(--coral);
  border-color: #ffbcd6;
  background: #fff0f6;
}

.tools {
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 43, 131, .1), transparent 30%),
    #fff7fa;
}

.tools .section-heading > p,
.tool-note,
.tool-item small {
  color: var(--ink-soft);
}

.tool-item {
  border-color: var(--line);
}

.tool-item > span {
  color: var(--coral);
  border-radius: 13px;
  background: #fff0f6;
}

.principles-grid {
  gap: 10px;
}

.principles-grid article {
  padding: 22px;
}

.company-data {
  padding: 30px;
  border-left: 1px solid var(--line);
}

.company-data svg,
.faq-list summary svg {
  color: var(--coral);
}

.faq-list details {
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-band {
  color: #fff;
  background: linear-gradient(135deg, #ff388b, #f41f75);
}

.eyebrow.light {
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.button-light {
  color: var(--coral);
  border-radius: 14px;
}

.site-footer {
  background: #252d3e;
}

.brand-light .brand-mark {
  color: #fff;
  background: linear-gradient(145deg, #ff438f, #f51e76);
}

.cookie-notice {
  max-width: 760px;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 26px 80px rgba(24, 31, 46, .2);
}

.cookie-actions .button {
  border-radius: 12px;
}

@keyframes metric-float-a {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

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

@media (max-width: 1040px) {
  .site-nav {
    inset: 84px 0 auto;
    border-radius: 0 0 20px 20px;
  }

  .hero::after {
    left: -35px;
  }

  .hero-shade::before {
    right: -34px;
  }

  .hero-shade::after {
    left: -26px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 72px;
  }

  .site-nav {
    inset: 72px 0 auto;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-inner {
    padding-top: 145px;
    padding-bottom: 145px;
  }

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

  h1 {
    font-size: clamp(40px, 11vw, 52px);
    letter-spacing: -2.3px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero::after,
  .hero-shade::before,
  .hero-shade::after {
    width: 150px;
    padding: 10px 10px 9px 38px;
    border-radius: 13px;
    font-size: 8px;
    opacity: .82;
  }

  .hero::after {
    top: 54px;
    left: -26px;
  }

  .hero-shade::before {
    top: 68px;
    right: -28px;
  }

  .hero-shade::after {
    bottom: 54px;
    left: -27px;
  }

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

  .hero-points {
    display: flex;
    gap: 7px;
  }

  .hero-points li {
    justify-content: center;
  }

  .quick-access {
    margin-top: -30px;
  }

  .quick-grid {
    padding: 11px;
    border-radius: 20px;
  }

  .section {
    padding: 68px 0;
  }

  .editorial-story {
    padding: 24px 20px;
  }

  .timeline {
    padding: 22px 18px;
  }

  .service-card,
  .company-data {
    padding: 22px;
  }

  .cookie-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 18px;
    border-radius: 18px;
  }
}

@media (max-width: 430px) {
  .brand-copy strong {
    font-size: 18px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-inner {
    padding-top: 132px;
    padding-bottom: 136px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-points li {
    width: 100%;
  }

  .hero-channels {
    display: none;
  }
}
