@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap");

:root {
  --buffer-bg: #fefefb;
  --buffer-ink: #213130;
  --buffer-muted: #6f7069;
  --buffer-line: #dbdbd1;
  --buffer-green: #b0ec9c;
  --buffer-green-dark: #2d5d22;
  --buffer-panel: #f8f8f2;
}

* { box-sizing: border-box; }
html, body { margin: 0; background: var(--buffer-bg); color: var(--buffer-ink); font-family: Figtree, Arial, sans-serif; }
body { min-width: 1180px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.buffer-header {
  height: 72.8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 36px;
  background: var(--buffer-bg);
  position: sticky;
  top: 0;
  z-index: 40;
}

/* Toddy logo: minimal T mark + thin tracked wordmark, single color */
.buffer-logo {
  display: inline-flex; align-items: center; gap: 11px;
  font-weight: 300; font-size: 22px; line-height: 1;
  letter-spacing: 4px; text-transform: lowercase; color: #213130;
}
.toddy-icon { flex-shrink: 0; display: block; }
/* Legacy buffer-mark kept for fallback compatibility */
.buffer-mark { width: 28px; height: 28px; position: relative; display: none; }
.buffer-mark::before, .buffer-mark::after, .buffer-mark span {
  content: ""; position: absolute; left: 0; width: 28px; height: 8px; background: var(--buffer-ink); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
}
.buffer-mark::before { top: 0; }
.buffer-mark span { top: 10px; }
.buffer-mark::after { top: 20px; }

.buffer-nav { display: flex; align-items: center; gap: 9px; font-size: 18px; }
.nav-item { padding: 4.5px 13.5px; border-radius: 6px; display: inline-flex; align-items: center; gap: 6px; height: 34px; }
.nav-item:hover { background: #eeece3; }
.nav-caret { font-size: 15px; transform: translateY(-1px); }
.buffer-actions { display: flex; align-items: center; gap: 9px; }
.pill { min-height: 44.8px; border-radius: 999px; padding: 9.2px 23.3px 9.6px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--buffer-ink); font-size: 18px; background: transparent; }
.pill-green { background: var(--buffer-green); border-color: var(--buffer-green); }
.pill-dark { background: #283e3b; border-color: #283e3b; color: white; }

.max { max-width: 1280px; margin: 0 auto; }
.api-banner {
  height: 220px; margin-top: 0; border-radius: 14px; background: #213d3a; color: white; position: relative; overflow: hidden;
  display: flex; align-items: center; padding-left: 54px;
}
.api-banner::after {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(90deg, transparent 0 65%, #5d7770 65% 70%, transparent 70%), linear-gradient(#5d7770 0 18%, transparent 18% 100%);
  background-size: 88px 88px;
}
.api-title { position: relative; z-index: 1; font-size: 54px; line-height: 1; letter-spacing: 1px; font-weight: 600; }
.api-title strong { color: var(--buffer-green); font-weight: 600; }
.api-toggle { position: absolute; right: 54px; top: 98px; z-index: 1; display: flex; align-items: center; gap: 10px; font-size: 18px; }
.toggle-track { width: 48px; height: 25.6px; background: #78918b; border-radius: 999px; padding: 3.2px; }
.toggle-thumb { width: 19.2px; height: 19.2px; background: white; border-radius: 50%; }

.home-hero { position: relative; height: 636px; margin-top: 72px; display: grid; place-items: center; overflow: hidden; }
.grid-bg { position: absolute; inset: 18px 0; background-image: linear-gradient(#f1f1e9 1px, transparent 1px), linear-gradient(90deg,#f1f1e9 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle, black 25%, transparent 72%); opacity: .8; }
.float-tile { position: absolute; width: 54px; height: 54px; border-radius: 5px; background: white; display: grid; place-items: center; box-shadow: 0 4px 12px rgba(23,23,23,.1); font-size: 26px; }
.emoji { opacity: .42; box-shadow: none; }
.tile-red { background:#ffb2a8; } .tile-violet{background:#d4c2ff;} .tile-yellow{background:#ffd88a;} .tile-cyan{background:#9feae2;} .tile-pink{background:#f3bdff;}
.hero-copy { position: relative; text-align: center; margin-top: 10px; }
.home-title { margin: 0; font-size: 75.8px; line-height: 83.38px; letter-spacing: -1.5px; font-weight: 400; }
.home-subtitle { margin: 18px 0 0; font-size: 18px; }
.email-form { width: 632.7px; height: 73.2px; margin: 18px auto 0; border: 1px solid #85857a; border-radius: 999px; display: flex; align-items: center; padding: 4.8px; background: white; box-shadow: 0 4px 12px rgba(23,23,23,.1); }
.email-form input { flex: 1; border: 0; outline: 0; height: 100%; border-radius: 999px; padding: 0 27px; font-size: 18px; }
.email-form button { border: 0; height: 63.6px; border-radius: 999px; padding: 0 24px; background: var(--buffer-green); color: var(--buffer-ink); font-size: 18px; cursor: pointer; }
.supporting { margin-top: 13px; font-size: 12.8px; color: #85857a; }

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; padding: 72px 0; text-align: center; }
.metric-value { font-size: 42px; line-height: 47px; }
.metric-label { font-size: 18px; margin-top: 2px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-bottom: 72px; }
.feature-card { border-radius: 20px; background: var(--buffer-bg); box-shadow: 0 0 1px 1px rgba(23,23,23,.05), 0 4px 12px -2px rgba(23,23,23,.1); overflow: hidden; }
.feature-art { margin: 9px; border-radius: 10px; min-height: 594px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; overflow: hidden; padding-top: 36px; }
.feature-art h3 { margin: 0; text-align: center; font-weight: 400; font-size: 24px; line-height: 26.4px; letter-spacing: -.48px; }
.feature-art img { width: 100%; margin-top: 36px; object-fit: cover; }
.magenta { background:#f3bdff; } .green { background:#b0ec9c; } .orange { background:#ffd88a; } .blue { background:#addaff; }
.feature-body { padding: 0 27px 18px; }
.eyebrow { margin: 18px 0; text-transform: uppercase; letter-spacing: .969px; font-weight: 500; font-size: 15.5px; }
.feature-body p { margin: 0 0 14px; font-size: 18px; line-height: 25.2px; }
.learn { font-size: 18px; }
.create-board { width: 100%; height: 468px; margin-top: 36px; background: rgba(255,255,255,.65); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; padding: 78px 30px 28px; position: relative; }
.create-board::before { content: "Create"; position: absolute; left: 30px; top: 26px; font-weight: 600; }
.idea-col { background: white; border: 1px solid #e4e4dc; border-radius: 8px; padding: 12px; display: grid; gap: 10px; align-content: start; }
.idea { height: 82px; border-radius: 8px; background: #fff6dc; border: 1px solid #edd99a; }
.idea:nth-child(2) { background:#f7e6ff; border-color:#dfc2ec; } .idea:nth-child(3) { background:#e4f7df; border-color:#bfe3b4; }

.mini-section { background: #f8f8f2; padding: 72px 0; text-align: center; }
.section-title { margin: 0 0 32px; font-size: 42px; line-height: 46px; letter-spacing: -.8px; font-weight: 400; }
.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: left; }
.mini-card { background: white; border: 1px solid var(--buffer-line); border-radius: 18px; padding: 24px; min-height: 180px; }
.mini-card h3 { margin: 0 0 10px; font-size: 22px; }
.mini-card p { margin: 0; line-height: 1.45; color: var(--buffer-muted); }

.pricing-title { font-size: 76px; line-height: 1; font-weight: 400; letter-spacing: -1.5px; margin: 92px auto 86px; max-width: 1280px; }
.plan-controls { max-width: 1280px; margin: 0 auto 24px; border: 1px solid #e0dfd8; border-radius: 12px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; padding: 0; overflow: hidden; }
.plan-ctrl-cell { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 28px; }
.plan-ctrl-cell + .plan-ctrl-cell { border-left: 1px solid #e0dfd8; }
.plan-ctrl-text { display: flex; flex-direction: column; gap: 3px; }
.plan-ctrl-text strong { font-size: 18px; font-weight: 600; color: var(--buffer-ink); }
.plan-ctrl-text span { font-size: 15px; color: var(--buffer-muted); }
.stepper { display: inline-flex; align-items: center; gap: 20px; flex-shrink: 0; }
.plan-count { font-size: 20px; font-weight: 500; min-width: 24px; text-align: center; }
.circle { width: 34px; height: 34px; border-radius: 50%; border: 1px solid #d8d6cd; display: inline-grid; place-items: center; background: white; font-size: 20px; cursor: pointer; flex-shrink: 0; }
.circle:hover { border-color: var(--buffer-ink); }
.billing { display: inline-flex; background: #f0eee7; border-radius: 999px; padding: 4px; flex-shrink: 0; }
.billing button { padding: 8px 20px; border-radius: 999px; border: 1px solid transparent; background: transparent; font-size: 15px; font-weight: 500; cursor: pointer; color: var(--buffer-ink); transition: background .15s, border-color .15s; }
.billing button.active { border-color: var(--buffer-ink); background: white; }
.billing button:not(.active):hover { background: #e6e3da; }
.plans { max-width: 1280px; margin: 0 auto 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.plan { border: 1px solid var(--buffer-ink); border-radius: 10px; padding: 32px 24px; display: flex; flex-direction: column; }
.plan-top { display: flex; flex-direction: column; align-items: flex-start; }
.plan h2 { font-size: 28px; margin: 8px 0 20px; font-weight: 400; }
.price { font-size: 72px; line-height: 1; margin-bottom: 10px; }
.price small { font-size: 20px; font-weight: 400; }
.plan-desc { margin: 0 0 20px; font-size: 15px; color: var(--buffer-muted); line-height: 1.4; }
.plan-cta { align-self: flex-start; margin-bottom: 0; }
.plan ul { margin: 8px 0 0; padding-left: 20px; line-height: 1.9; }
.badge { display: inline-block; background: #d4fac4; color: #418929; border-radius: 5px; padding: 2px 10px; font-size: 14px; font-weight: 600; margin-bottom: 0; line-height: 2; }
/* Hidden badge placeholder: visibility:hidden preserves layout space */x; }

.made-hero { background: var(--buffer-panel); padding: 72px 0; }
.made-grid, .feature-row { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.made-title { font-size: 42.6px; line-height: 46.86px; letter-spacing: -.85px; font-weight: 400; margin: 14px 0; }
.made-copy { font-size: 18px; line-height: 25.2px; margin: 0 0 30px; }
.made-img { border-radius: 12px; box-shadow: 0 12px 30px rgba(23,23,23,.14); }
.benefits { max-width: 1280px; margin: 72px auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 72px; }
.benefit-icon { width: 54px; height: 54px; border-radius: 12px; background: var(--buffer-green); display: grid; place-items: center; margin-bottom: 14px; }
.benefits h3 { font-size: 20px; margin: 0 0 12px; }
.benefits p { margin: 0; line-height: 1.45; color: var(--buffer-muted); }
.feature-row { padding: 72px 0; }
.feature-row:nth-child(even) .feature-text { order: 2; }
.feature-text h2 { font-size: 32px; line-height: 35.2px; font-weight: 400; margin: 12px 0; }
.feature-text p { font-size: 18px; line-height: 25.2px; }
.feature-shell { border-radius: 20px; overflow: hidden; padding: 0; }
.feature-shell img { width: 100%; }
.channels { background: var(--buffer-panel); padding: 72px 0; }
.channels-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 230px 1fr; gap: 72px; align-items: center; }
.channel-icons { display: flex; align-items: center; gap: 18px; }
.channel-icon { width: 56px; height: 56px; border-radius: 10px; display: grid; place-items: center; color: white; font-weight: 700; box-shadow: 0 10px 20px rgba(23,23,23,.13); }
.footer { background: #213130; color: white; margin-top: 72px; padding: 72px 80px 44px; }

/* ── Buffer logo mark (img variant) ── */
.buffer-mark-img { height: 28px; width: auto; display: block; }

/* ── "En desarrollo" badge shown on unfinished nav items ── */
.dev-badge {
  display: inline-block;
  background: #f0eee7;
  color: #6a6a62;
  font-size: 11px;
  font-weight: 500;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: none;
  font-family: Figtree, sans-serif;
}

/* ── Mega nav ── */
/* El estado abierto lo gestiona buffer-nav.js añadiendo .is-open al .nav-menu.
   Así el mouse puede viajar libremente del trigger al panel sin que se cierre. */
.nav-menu { position: relative; }

/* Panel abierto (clase añadida por JS) */
.nav-menu.is-open .mega {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity .16s ease, visibility 0s linear 0s;
}
.nav-menu.is-open .mega-wide {
  transform: translateX(-50%);
}

.mega {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 800px;
  background: var(--buffer-bg);
  border: 1px solid #deddd4;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(23,23,23,.16);
  padding: 32px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .16s ease, visibility 0s linear .16s;
  z-index: 50;
}

/* mega-wide: Funciones — 8 features con h4+descripción */
.mega-wide {
  width: 880px;
  position: fixed;
  top: 72.8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 32px 40px 28px;
}
/* mega-channels: Integraciones — lista compacta de canales */
.mega-channels {
  width: 580px;
  padding: 24px 28px 20px;
}

.mega-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 48px; }
.mega-grid.three { grid-template-columns: repeat(3, 1fr); }
/* Integraciones channel grid: Canales col slightly wider */
.mega-channels .mega-grid { grid-template-columns: 1.15fr 1fr; gap: 0; }
.mega-channels .mega-grid > div:first-child { padding-right: 24px; border-right: 1px solid #e8e7df; }
.mega-channels .mega-grid > div:last-child { padding-left: 24px; }

/* Consistent typography across all dropdowns */
.mega h4 { margin: 0 0 4px; font-size: 17px; font-weight: 600; font-family: 'Figtree', sans-serif; color: var(--buffer-ink); }
.mega p { margin: 0; color: var(--buffer-muted); line-height: 1.35; font-size: 15px; font-family: 'Figtree', sans-serif; }
.mega-section-title { color: var(--buffer-muted); font-size: 11px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #e8e7df; }
.mega-link { display: flex; gap: 10px; align-items: flex-start; padding: 5px 8px; margin: 0 -8px; }
.mega-ic { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; color: #418929; margin-top: 1px; }
.mega-ic svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
/* Brand icon variant — real channel SVGs */
.mega-ic--brand { overflow: hidden; border-radius: 5px; background: #f4f3ec; }
.mega-ic--brand img { width: 22px; height: 22px; object-fit: contain; display: block; }
/* Hover highlight on mega links */
.mega-link { border-radius: 8px; transition: background .12s; }
.mega-link:hover { background: #eeece3; }
/* Brand channel icons: fill with brand color on hover (consistent with home channels section) */
.mega-ic--brand { transition: background .12s; }
.mega-ic--brand img { transition: filter .12s; }
.mega-link:hover .mega-ic--brand { background: var(--ch-color, #213130); }
.mega-link:hover .mega-ic--brand img { filter: brightness(0) invert(1); }
.mega-tx { min-width: 0; }
.mega-link--all { color: #418929; }
.mega-link--all .mega-tx p { color: #418929; font-weight: 600; }

.wide-section { max-width: 1280px; margin: 0 auto; padding: 72px 0; }
.channel-strip { text-align: center; }
.channel-strip h2 { font-size: 42px; line-height: 46px; font-weight: 400; margin: 0 0 30px; }
.channel-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.channel-pill { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--buffer-line); border-radius: 999px; padding: 12px 18px; background: white; font-size: 18px; }
.channel-dot { width: 22px; height: 22px; border-radius: 6px; display: inline-grid; place-items: center; color: white; font-size: 12px; font-weight: 700; }
.verticals { background: #f8f8f2; }
.vertical-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 44px; }
.vertical-tabs span { border: 1px solid var(--buffer-line); border-radius: 999px; padding: 11px 18px; background: white; }
.vertical-tabs .active { background: var(--buffer-green); border-color: var(--buffer-green); }
.vertical-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.vertical-grid h2, .support-section h2, .resources-intro h2, .open-company h2, .cta-band h2 { font-size: 42px; line-height: 46px; font-weight: 400; margin: 0 0 18px; letter-spacing: -.8px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 16px; }
.check-list li::before { content: "✓"; color: #418929; margin-right: 10px; }
.creator-community { display: grid; gap: 14px; }
.creator-mini { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; background: white; border: 1px solid var(--buffer-line); border-radius: 14px; padding: 14px; }
.avatar-fake { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg,#b0ec9c,#addaff); }
.support-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.support-card { background: #d6edff; border-radius: 20px; padding: 42px; min-height: 360px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-content: center; }
.team-tile { height: 88px; border-radius: 14px; background: white; box-shadow: 0 6px 18px rgba(23,23,23,.09); }
.resources-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; margin-bottom: 36px; }
.resource-mosaic { display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; gap: 18px; align-items: stretch; }
.resource-card { border-radius: 20px; padding: 9px; background: white; box-shadow: 0 0 1px 1px rgba(23,23,23,.05), 0 4px 12px -2px rgba(23,23,23,.1); }
.resource-card-inner { height: 100%; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.resource-card h3 { font-size: 24px; font-weight: 400; margin: 0; }
.resource-card p { color: #646464; font-size: 18px; line-height: 25px; }
.resource-copy { padding: 24px 18px; }
.resource-card img { width: 100%; object-fit: cover; }
.resource-tall { grid-row: span 2; }
.open-company { display: grid; gap: 54px; }
.open-head { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.metric-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.metric-card { border: 1px solid #eaeae1; border-radius: 20px; padding: 18px; box-shadow: 0 4px 12px -2px rgba(23,23,23,.1); }
.metric-card dt { font-size: 18px; }
.metric-card small { display: block; color: var(--buffer-muted); margin-top: 5px; }
.metric-card dd { margin: 28px 0 0; font-size: 32px; }
.cta-band { max-width: 1280px; margin: 72px auto; background: var(--buffer-green); border-radius: 20px; padding: 72px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.footer-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 28px; }
.footer h3 { font-size: 17px; margin: 0 0 14px; }
.footer a { display: block; color: rgba(255,255,255,.78); margin: 8px 0; font-size: 14px; }
.footer-brand { font-size: 28px; font-weight: 700; margin-bottom: 34px; }

.compare-link { max-width: 1280px; margin: -36px auto 44px; color: #646464; text-align: center; }
.compare-cta { max-width: 1280px; margin: 0 auto 72px; display: flex; justify-content: center; align-items: center; }
.feature-compare { max-width: 1280px; margin: 0 auto 90px; border-collapse: collapse; width: 100%; background: var(--buffer-bg); }
.feature-compare th, .feature-compare td { border: 1px solid var(--buffer-line); padding: 18px; text-align: center; font-size: 18px; }
.feature-compare th:first-child, .feature-compare td:first-child { text-align: left; width: 37%; }
.feature-compare thead th { font-size: 24px; font-weight: 400; vertical-align: bottom; }
.feature-compare .compare-title { font-size: 56px; line-height: 62px; vertical-align: bottom; }
.feature-compare .section-row th { background: #f4f3ec; font-size: 18px; font-weight: 600; }
/* Comparison table column headers — aligned flex layout */
.compare-col { position: relative; padding: 0 !important; overflow: visible; }
.compare-col-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 28px 12px 24px; }
.compare-plan-name { font-size: 22px; font-weight: 500; color: var(--buffer-ink); line-height: 1.2; }
/* Floating recommended badge on top border */
.compare-featured { overflow: visible; }
.compare-badge-float {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #b0ec9c;
  color: #1a5c0e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  padding: 4px 14px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  z-index: 5;
}
.tick { color: #418929; font-weight: 700; font-size: 22px; }
.faq-section { max-width: 1280px; margin: 80px auto; display: grid; grid-template-columns: 320px 1fr; gap: 92px; }
.faq-section h2 { margin: 0; font-size: 56px; line-height: 62px; font-weight: 400; letter-spacing: -1.1px; }
.faq-list { display: grid; gap: 18px; }
.faq-list details { border-bottom: 1px solid var(--buffer-line); padding-bottom: 12px; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; font-weight: 600; font-size: 18px; }
.faq-list summary::after { content: "+"; }
.faq-list p { color: var(--buffer-muted); line-height: 1.5; }

.testimonial-card { max-width: 1280px; margin: 72px auto; background: #d6edff; border-radius: 20px; padding: 72px; display: grid; grid-template-columns: 345px 1fr; gap: 72px; align-items: center; }
.testimonial-card img { width: 345px; height: 345px; object-fit: cover; border-radius: 20px; }
.testimonial-card blockquote { margin: 0; font-size: 32px; line-height: 38px; letter-spacing: -.64px; }
.testimonial-card cite { display: block; margin-top: 36px; font-size: 24px; font-style: normal; }
.creator-resources { max-width: 1280px; margin: 72px auto; text-align: center; }
.creator-resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; margin-top: 36px; text-align: left; }
.post-card { border: 1px solid var(--buffer-line); border-radius: 20px; padding: 10px; background: var(--buffer-bg); }
.post-card img { height: 294px; width: 100%; object-fit: cover; border-radius: 10px; }
.post-card h3 { font-size: 18px; line-height: 25px; margin: 18px 8px 12px; }
.post-card p { font-size: 15.5px; line-height: 21.7px; margin: 0 8px 18px; }

.site-footer {
  margin-top: 72px;
  background: #213130;
  border-radius: 20px 20px 0 0;
  color: #fff;
  padding: 72px 80px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.footer-links-grid {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
}
.footer-col-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px;
  align-items: start;
}
.footer-col {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 9px;
}
.footer-col-heading {
  margin: 0 0 2px;
  color: var(--buffer-green);
  font-family: "Segoe UI Symbol", "Segoe UI", Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.31px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.footer-col a {
  display: block;
  color: #fff;
  font-family: Figtree, Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 21.7px;
  letter-spacing: 0.12px;
  text-decoration: none;
  padding-top: 2.2px;
}
.footer-col a:hover { text-decoration: underline; }
.footer-bottom {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 72px;
}
.footer-logo-large {
  display: block;
  flex: 0 0 auto;
  font-size: 82px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}
.footer-logo-large img {
  width: 352px;
  height: 96px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 27px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-socials li,
.footer-socials a {
  width: 32px;
  height: 32px;
  display: block;
}
.footer-socials img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.footer-socials a:hover img { opacity: 1; }
.footer-policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  color: #fff;
  font-family: Figtree, Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 21.7px;
}
.footer-policies span { color: rgba(255, 255, 255, 0.5); }
.footer-policies a {
  color: #fff;
  text-decoration: none;
}
.footer-policies a:hover { text-decoration: underline; }
.social-links { display: flex; gap: 27px; }
.social-links span { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); display: grid; place-items: center; font-size: 13px; }
.policies { color: rgba(255,255,255,.78); font-size: 15px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.language-select { color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 6px 12px; font-size: 14px; }
.cookie-revisit { position: fixed; left: 15px; bottom: 15px; width: 45px; height: 45px; border-radius: 50%; background: var(--buffer-green); z-index: 40; display: grid; place-items: center; border: 0; box-shadow: 0 6px 16px rgba(23,23,23,.18); }
.cookie-revisit::before { content: "✓"; width: 30px; height: 30px; border: 2px solid white; color: white; border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.pricing-shell { max-width: 1280px; margin: 0 auto; }
.plan-count { min-width: 24px; display: inline-block; text-align: center; }
.billing button, .circle { cursor: pointer; }
.billing button { border: 0; background: transparent; padding: 8px 18px; border-radius: 999px; }
.billing button.active { border: 1px solid var(--buffer-ink); background: white; }
.compare-note { display: block; margin-top: 4px; color: var(--buffer-muted); font-size: 15.5px; line-height: 1.35; }

@media (max-width: 900px) {
  body { min-width: 0; }
  .site-footer { padding: 48px 24px; gap: 48px; }
  .footer-links-grid,
  .footer-col-group { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 32px; }
  .footer-logo-large img { width: 220px; height: auto; }
  .footer-meta { align-items: flex-start; }
  .footer-policies { justify-content: flex-start; }
}
