/* Dão Pires — Bio Page v1.0.5 | scoped WordPress build */

.dao-pires-bio-page {
  width: 100%; max-width: none; min-height: 100vh; position: relative; isolation: isolate;
  margin-inline: 0;
  margin: 0; color: var(--text); background: var(--ink);
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: normal;
  overflow-x: clip; -webkit-font-smoothing: antialiased;
}
.dao-pires-bio-page,
.dao-pires-bio-page *,
.dao-pires-bio-page *::before,
.dao-pires-bio-page *::after { box-sizing: border-box; }
.dao-pires-bio-page :where(h1,h2,h3,p) { font-family: inherit; }
.dao-pires-bio-page :where(p) { font-weight: 400; letter-spacing: normal; }
.dao-pires-bio-page :where(strong,b) { font-weight: 700; }
.dao-pires-bio-page button { appearance: none; }
.dao-pires-bio-page .dao-skip-link { position: fixed; z-index: 99999; left: 16px; top: -80px; padding: 12px 16px; border-radius: 8px; color: #fff; background: #1263d8; transition: top .2s ease; }
.dao-pires-bio-page .dao-skip-link:focus { top: 12px; }
.dao-pires-bio-page .tool-letter { font-size: 9px; font-weight: 850; letter-spacing: -.03em; }
body.dao-pires-bio-scroll-locked { overflow: hidden !important; }
body.dao-pires-bio-active { overflow-x: clip; }
body.dao-pires-bio-full-width { width: 100%; min-height: 100%; margin: 0; color: #fff; background: #03060b; overflow-x: clip; }
body:not(.dao-pires-bio-full-width) .dao-pires-bio-page { width: 100vw; margin-inline: calc(50% - 50vw); }
body.admin-bar .dao-pires-bio-page .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .dao-pires-bio-page .site-header { top: 46px; } }

@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('../fonts/manrope-latin-variable.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.dao-pires-bio-page {
  --ink: #03060b;
  --ink-2: #070b12;
  --panel: #0b1018;
  --panel-2: #0e1520;
  --blue-950: #05142e;
  --blue-900: #071d42;
  --blue-800: #092a61;
  --blue-700: #0a3a87;
  --blue-600: #0b4fb5;
  --blue-500: #1263d8;
  --blue: var(--blue-500);
  --blue-2: var(--blue-600);
  --blue-deep: var(--blue-800);
  --text: #fff;
  --muted: #a9b0bc;
  --line: rgba(255, 255, 255, .09);
  --container: 1240px;
}

.dao-pires-bio-page * { box-sizing: border-box; }
.dao-pires-bio-page { scroll-behavior: smooth; scroll-padding-top: 72px; }
.dao-pires-bio-page {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.dao-pires-bio-scroll-locked { overflow: hidden; }
.dao-pires-bio-page a { color: inherit; text-decoration: none; }
.dao-pires-bio-page button { color: inherit; font: inherit; }
.dao-pires-bio-page button, .dao-pires-bio-page a { -webkit-tap-highlight-color: transparent; }
.dao-pires-bio-page button:focus-visible, .dao-pires-bio-page a:focus-visible { outline: 2px solid #78a6ea; outline-offset: 4px; }
.dao-pires-bio-page img { max-width: 100%; }

.dao-pires-bio-page .site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 72px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 max(22px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--line); background: rgba(3, 6, 11, .78); backdrop-filter: blur(18px);
}
.dao-pires-bio-page .brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.dao-pires-bio-page .brand span {
  width: 36px; height: 36px; display: grid; place-items: center;
  border: 1px solid rgba(18, 99, 216, .55); border-radius: 10px;
  color: #78a6ea; background: rgba(18, 99, 216, .08); font-size: 11px; font-weight: 850;
}
.dao-pires-bio-page .brand strong { font-size: 14px; letter-spacing: .12em; }
.dao-pires-bio-page .site-header nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.dao-pires-bio-page .site-header nav a { color: #c3cad5; font-size: 12px; font-weight: 650; transition: color .2s ease; }
.dao-pires-bio-page .site-header nav a:hover { color: #fff; }
.dao-pires-bio-page .header-cta {
  justify-self: end; display: flex; align-items: center; gap: 14px; padding: 12px 16px;
  border: 1px solid rgba(18, 99, 216, .45); border-radius: 8px;
  color: #e8f4ff; background: rgba(18, 99, 216, .08); font-size: 12px; font-weight: 750;
  transition: background .2s ease, border-color .2s ease;
}
.dao-pires-bio-page .header-cta:hover { background: rgba(18, 99, 216, .16); border-color: #1263d8; }
.dao-pires-bio-page .menu-button { display: none; justify-self: end; padding: 8px; border: 0; background: transparent; cursor: pointer; }

.dao-pires-bio-page .button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 20px;
  border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 800; cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.dao-pires-bio-page .button:hover { transform: translateY(-2px); }
.dao-pires-bio-page .button-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 12px 34px rgba(9, 42, 97, .45); }
.dao-pires-bio-page .button-primary:hover { box-shadow: 0 15px 42px rgba(9, 42, 97, .58); }
.dao-pires-bio-page .button-secondary { border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .035); }
.dao-pires-bio-page .button-secondary:hover { border-color: rgba(18, 99, 216, .65); background: rgba(18, 99, 216, .08); }
.dao-pires-bio-page .button:disabled { color: #7f8997; cursor: not-allowed; transform: none; }

.dao-pires-bio-page .hero {
  position: relative; min-height: 100svh; padding: 116px max(24px, calc((100vw - var(--container)) / 2)) 64px;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(44px, 6vw, 104px);
  isolation: isolate; overflow: hidden;
  background:
    radial-gradient(ellipse at 50% -12%, rgba(79, 139, 230, .12), transparent 45%),
    radial-gradient(circle at 74% 46%, rgba(18, 99, 216, .2), transparent 29%),
    linear-gradient(135deg, #02050a 0%, #050a13 52%, #030812 100%);
}
.dao-pires-bio-page .hero-grid {
  position: absolute; inset: 0; z-index: -3; opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(ellipse 78% 74% at 58% 43%, #000, transparent 78%);
}
.dao-pires-bio-page .hero-glow { position: absolute; z-index: -2; width: min(62vw, 860px); aspect-ratio: 1; right: -8vw; top: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(18,99,216,.24), rgba(9,42,97,.08) 48%, transparent 72%); filter: blur(54px); }
.dao-pires-bio-page .hero-copy { grid-column: 1; grid-row: 1; position: relative; z-index: 3; width: min(100%, 650px); justify-self: center; padding: 0; }
.dao-pires-bio-page .eyebrow, .dao-pires-bio-page .section-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: #8ec9ff; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.dao-pires-bio-page .eyebrow span, .dao-pires-bio-page .section-eyebrow span { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.dao-pires-bio-page .hero-index { margin: 40px 0 8px; color: #647083; font: 600 10px/1 monospace; letter-spacing: .14em; }
.dao-pires-bio-page .hero h1 { margin: 0; font-family: "Segoe UI", sans-serif; font-size: clamp(64px, 6.6vw, 108px); line-height: .9; letter-spacing: -.065em; font-weight: 800; text-wrap: balance; }
.dao-pires-bio-page .role { margin: 30px 0 0; color: #f3f7fb; font-size: clamp(15px, 1.3vw, 19px); font-weight: 650; }
.dao-pires-bio-page .tagline { max-width: 590px; margin: 14px 0 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 17px); line-height: 1.65; }
.dao-pires-bio-page .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.dao-pires-bio-page .hero-links { display: flex; gap: 28px; margin-top: 22px; }
.dao-pires-bio-page .hero-links a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.24); color: #98a2b0; font-size: 11px; font-weight: 700; }
.dao-pires-bio-page .social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.dao-pires-bio-page .social-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; color: #8794a7; background: rgba(255,255,255,.02); font-size: 10px; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.dao-pires-bio-page .social-links a:hover { color: #fff; border-color: rgba(18,99,216,.62); background: rgba(18,99,216,.12); transform: translateY(-2px); }
.dao-pires-bio-page .social-links svg { width: 14px; height: 14px; flex: 0 0 14px; }
.dao-pires-bio-page .hero-social-links { margin-top: 20px; }
.dao-pires-bio-page .hero-socials { position: absolute; left: -34px; bottom: 3px; display: flex; gap: 8px; }
.dao-pires-bio-page .hero-socials a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #738095; }
.dao-pires-bio-page .hero-socials svg { width: 14px; }
.dao-pires-bio-page .hero-photo-wrap { grid-column: 2; grid-row: 1; position: relative; isolation: isolate; justify-self: center; width: min(44vw, 570px); filter: drop-shadow(0 34px 70px rgba(0,0,0,.46)); }
.dao-pires-bio-page .hero-photo-wrap::before { content: ''; position: absolute; z-index: -3; inset: 7% -16% 5%; border-radius: 50%; background: radial-gradient(circle at 50% 42%, rgba(68,135,235,.28), rgba(18,99,216,.11) 42%, transparent 72%); filter: blur(24px); }
.dao-pires-bio-page .hero-photo-wrap::after { content: ''; position: absolute; z-index: -2; inset: 11% -18% 8%; opacity: .38; background-image: linear-gradient(rgba(126,176,247,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(126,176,247,.13) 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(circle at center, #000 18%, transparent 70%); }
.dao-pires-bio-page .photo-frame { position: relative; aspect-ratio: 831 / 1031; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 76%, transparent 100%), linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 76%, transparent 100%), linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%); mask-composite: intersect; }
.dao-pires-bio-page .photo-frame::after { content: ''; position: absolute; inset: -1px; background: linear-gradient(90deg, rgba(2,5,10,.94), transparent 15%, transparent 85%, rgba(3,8,18,.94)), linear-gradient(to top, #030812 0, rgba(3,8,18,.76) 10%, transparent 29%), linear-gradient(to bottom, rgba(2,5,10,.55), transparent 12%); pointer-events: none; }
.dao-pires-bio-page .photo-frame picture { width: 100%; height: 100%; display: block; }
.dao-pires-bio-page .photo-frame img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; filter: saturate(.88) contrast(1.07) brightness(.98); }
.dao-pires-bio-page .orbit { position: absolute; z-index: -1; border: 1px solid rgba(81,143,235,.2); border-radius: 50%; pointer-events: none; }
.dao-pires-bio-page .orbit-one { inset: 5% -10% 8%; box-shadow: 0 0 70px rgba(18,99,216,.08), inset 0 0 70px rgba(18,99,216,.04); }
.dao-pires-bio-page .orbit-two { inset: 15% -18% 0 4%; border-style: dashed; opacity: .48; transform: rotate(-8deg); }
.dao-pires-bio-page .photo-tech { position: absolute; z-index: 2; inset: 4% -9% 8%; pointer-events: none; }
.dao-pires-bio-page .photo-tech i { position: absolute; width: 5px; height: 5px; border: 1px solid #78a9ed; border-radius: 50%; background: #0a2e64; box-shadow: 0 0 16px rgba(91,151,238,.9); }
.dao-pires-bio-page .photo-tech i:nth-child(1) { left: 2%; top: 37%; }
.dao-pires-bio-page .photo-tech i:nth-child(2) { right: 4%; top: 22%; }
.dao-pires-bio-page .photo-tech i:nth-child(3) { right: 0; bottom: 29%; }
.dao-pires-bio-page .photo-tech i:nth-child(4) { left: 10%; bottom: 13%; }
.dao-pires-bio-page .photo-caption { position: absolute; z-index: 3; bottom: 10%; left: 1%; right: 1%; display: flex; justify-content: space-between; color: rgba(218,233,255,.5); font: 700 8px/1 monospace; letter-spacing: .22em; text-shadow: 0 1px 14px #03060b; }

.dao-pires-bio-page .quick-links-section { position: relative; z-index: 4; display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; padding: 34px max(22px, calc((100vw - var(--container)) / 2)) 44px; border-block: 1px solid var(--line); background: #050911; }
.dao-pires-bio-page .quick-links-intro h2 { max-width: 420px; margin: 14px 0 0; font-size: clamp(25px, 2.4vw, 38px); line-height: 1.05; letter-spacing: -.045em; }
.dao-pires-bio-page .quick-links-grid { display: grid; gap: 8px; }
.dao-pires-bio-page .quick-link { min-height: 74px; display: grid; grid-template-columns: 1fr; gap: 16px; align-items: center; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(100deg, rgba(9,42,97,.2), rgba(255,255,255,.015)); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.dao-pires-bio-page .quick-link:hover { transform: translateX(4px); border-color: rgba(18,99,216,.55); background: linear-gradient(100deg, rgba(9,42,97,.38), rgba(255,255,255,.02)); }
.dao-pires-bio-page .quick-link > span { color: #63728a; font: 700 10px monospace; }
.dao-pires-bio-page .quick-link > div { display: grid; gap: 4px; }
.dao-pires-bio-page .quick-link strong { font-size: 14px; letter-spacing: -.015em; }
.dao-pires-bio-page .quick-link small { color: #7f8b9d; font-size: 11px; }
.dao-pires-bio-page .quick-link svg { width: 17px; color: #5f8fd7; }
.dao-pires-bio-page .quick-link-minicurso { position: relative; overflow: hidden; border-color: rgba(41,125,244,.9); background: radial-gradient(circle at 82% 50%, rgba(18,99,216,.22), transparent 30%), linear-gradient(100deg, rgba(9,42,97,.52), rgba(18,99,216,.08)); box-shadow: 0 0 0 1px rgba(18,99,216,.22), 0 14px 34px rgba(0,0,0,.2); animation: quick-link-border-pulse 3.2s ease-in-out infinite; }
.dao-pires-bio-page .quick-link-minicurso::before,
.dao-pires-bio-page .quick-link-minicurso::after { content: ''; position: absolute; inset-block: 0; width: 3px; background: linear-gradient(#5da3ff, #1263d8); box-shadow: 0 0 18px rgba(54,139,255,.8); }
.dao-pires-bio-page .quick-link-minicurso::before { left: 0; }
.dao-pires-bio-page .quick-link-minicurso::after { right: 0; }
.dao-pires-bio-page .quick-link-minicurso > div { justify-items: center; text-align: center; }
.dao-pires-bio-page .quick-link-price { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border: 1px solid rgba(105,165,250,.55); border-radius: 999px; color: #fff; background: linear-gradient(135deg, rgba(18,99,216,.82), rgba(9,42,97,.9)); box-shadow: 0 5px 18px rgba(18,99,216,.24); font-size: 11px; font-weight: 850; letter-spacing: -.01em; white-space: nowrap; }
@keyframes quick-link-border-pulse { 0%, 100% { border-color: rgba(41,125,244,.72); box-shadow: 0 0 0 1px rgba(18,99,216,.18), 0 14px 34px rgba(0,0,0,.2); } 50% { border-color: rgba(123,181,255,.98); box-shadow: 0 0 0 1px rgba(81,151,248,.38), 0 0 24px rgba(18,99,216,.26), 0 14px 34px rgba(0,0,0,.22); } }
.dao-pires-bio-page .quick-link-bio { border-left-color: rgba(86,126,207,.65); border-right-color: rgba(86,126,207,.65); }
.dao-pires-bio-page .quick-link-system { background: linear-gradient(100deg, rgba(7,29,66,.7), rgba(255,255,255,.015)); }

.dao-pires-bio-page .section { position: relative; padding: 118px max(22px, calc((100vw - var(--container)) / 2)); }
.dao-pires-bio-page .section-heading { max-width: 840px; }
.dao-pires-bio-page .section-heading h2, .dao-pires-bio-page .club-copy h2, .dao-pires-bio-page .final-cta h2 { margin: 19px 0 0; font-size: clamp(40px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
.dao-pires-bio-page .section-description { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.dao-pires-bio-page [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.dao-pires-bio-page [data-reveal].is-visible { opacity: 1; transform: none; }

.dao-pires-bio-page .about-section { overflow: hidden; background: var(--ink-2); border-block: 1px solid var(--line); }
.dao-pires-bio-page .about-section::before { content: ''; position: absolute; width: 520px; height: 520px; left: -260px; top: 0; border-radius: 50%; background: rgba(9,42,97,.16); filter: blur(90px); }
.dao-pires-bio-page .about-layout { display: grid; grid-template-columns: minmax(280px,.78fr) 1.15fr; gap: clamp(42px, 7vw, 92px); align-items: center; }
.dao-pires-bio-page .about-photo { position: relative; min-height: 520px; overflow: hidden; display: grid; place-items: end center; border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(circle at 50% 42%, rgba(9,42,97,.42), transparent 46%), #050a12; }
.dao-pires-bio-page .about-photo picture { width: 100%; height: 100%; display: block; }
.dao-pires-bio-page .about-photo img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center bottom; }
.dao-pires-bio-page .about-photo span { position: absolute; left: 18px; bottom: 16px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #7f8da2; background: rgba(3,6,11,.72); font: 700 8px monospace; letter-spacing: .12em; }
.dao-pires-bio-page .about-copy .section-heading { margin-bottom: 28px; }
.dao-pires-bio-page .about-copy .section-heading h2 { font-size: clamp(38px, 4vw, 62px); }
.dao-pires-bio-page .about-copy > p { margin: 0 0 20px; color: #b6beca; font-size: 17px; line-height: 1.75; }
.dao-pires-bio-page .about-copy > p:first-child { color: #e8edf4; }
.dao-pires-bio-page .about-pillars { display: grid; grid-template-columns: repeat(4, max-content); gap: 8px; margin-top: 34px; }
.dao-pires-bio-page .about-pillars span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #9eabbc; font-size: 11px; font-weight: 700; white-space: nowrap; }
.dao-pires-bio-page .about-pillars svg { width: 14px; color: var(--blue); }

.dao-pires-bio-page .stats-section { padding: 34px max(22px, calc((100vw - var(--container)) / 2)); background: #05080e; }
.dao-pires-bio-page .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dao-pires-bio-page .stats-grid article { position: relative; min-height: 142px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 15px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(9,42,97,.18), rgba(255,255,255,.015)); }
.dao-pires-bio-page .stats-grid article:last-child { border: 0; }
.dao-pires-bio-page .stats-grid article:last-child { border: 1px solid var(--line); }
.dao-pires-bio-page .stat-icon { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(18,99,216,.32); border-radius: 12px; color: #6596dc; background: rgba(9,42,97,.35); }
.dao-pires-bio-page .stat-icon svg { width: 20px; }
.dao-pires-bio-page .stat-index { position: absolute; top: 16px; right: 16px; color: #445065; font: 700 9px monospace; }
.dao-pires-bio-page .stats-grid strong { align-self: end; font-size: clamp(13px, 1.2vw, 17px); font-weight: 650; letter-spacing: -.03em; }
.dao-pires-bio-page .stats-grid strong b { color: #fff; font-size: clamp(25px, 2.7vw, 40px); font-weight: 800; }
.dao-pires-bio-page .stats-grid p { align-self: start; margin: 2px 0 0; color: #7f8997; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.dao-pires-bio-page .services-section { background: linear-gradient(180deg, #03060b, #060a11); }
.dao-pires-bio-page .services-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto auto; gap: 14px; margin-top: 64px; }
.dao-pires-bio-page .service-card { min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(14,21,32,.96), rgba(7,11,18,.92)); transition: transform .25s ease, border-color .25s ease; }
.dao-pires-bio-page .service-card:hover { transform: translateY(-4px); border-color: rgba(18,99,216,.34); }
.dao-pires-bio-page .service-performance { grid-row: span 2; min-height: 675px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 25% 15%, rgba(9,42,97,.38), transparent 42%), linear-gradient(145deg, #0b1421, #070b12); }
.dao-pires-bio-page .service-strategy { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 30px; }
.dao-pires-bio-page .service-top { display: flex; justify-content: flex-end; align-items: flex-start; margin-bottom: auto; }
.dao-pires-bio-page .service-top svg { width: 34px; height: 34px; color: #4f87dc; stroke-width: 1.3; }
.dao-pires-bio-page .service-card h3 { margin: 46px 0 12px; font-size: clamp(28px, 3vw, 45px); letter-spacing: -.04em; text-transform: uppercase; }
.dao-pires-bio-page .service-card > p { max-width: 470px; margin: 0; color: #8f9aaa; font-size: 14px; line-height: 1.65; }
.dao-pires-bio-page .service-card ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.dao-pires-bio-page .service-card li { display: flex; align-items: center; gap: 10px; color: #d1d7e0; font-size: 13px; }
.dao-pires-bio-page .service-card li svg { width: 14px; color: var(--blue); }

.dao-pires-bio-page .featured-section { background: var(--ink-2); border-block: 1px solid var(--line); }
.dao-pires-bio-page .split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.dao-pires-bio-page .text-link { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; color: #aab5c4; font-size: 12px; font-weight: 800; }
.dao-pires-bio-page .text-link svg { width: 16px; }
.dao-pires-bio-page .featured-list { margin-top: 64px; border-top: 1px solid var(--line); }
.dao-pires-bio-page .featured-list article { display: grid; grid-template-columns: 48px 48px minmax(220px,.8fr) 1fr auto; gap: 22px; align-items: center; min-height: 142px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.dao-pires-bio-page .featured-list article:hover { background: linear-gradient(90deg, rgba(18,99,216,.08), transparent); }
.dao-pires-bio-page .featured-list span { color: #4e5b6d; font: 700 11px monospace; }
.dao-pires-bio-page .featured-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(18,99,216,.28); border-radius: 12px; color: #5c8ed8; background: rgba(9,42,97,.2); }
.dao-pires-bio-page .featured-icon svg { width: 20px; }
.dao-pires-bio-page .featured-list h3 { margin: 0; font-size: clamp(22px, 2.3vw, 34px); letter-spacing: -.035em; }
.dao-pires-bio-page .featured-list p { margin: 0; color: #8f99a8; font-size: 14px; line-height: 1.6; }
.dao-pires-bio-page .featured-arrow { width: 20px; color: #5d6b7e; }

.dao-pires-bio-page .portfolio-section { background: #03060b; }
.dao-pires-bio-page .filter-row { display: flex; gap: 8px; margin: 48px 0 34px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.dao-pires-bio-page .filter-row::-webkit-scrollbar { display: none; }
.dao-pires-bio-page .filter-row button { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #8994a4; font-size: 11px; font-weight: 700; cursor: pointer; }
.dao-pires-bio-page .filter-row button.is-active { border-color: var(--blue); background: rgba(18,99,216,.12); color: #dcedff; }
.dao-pires-bio-page .portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.dao-pires-bio-page .project-card { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 0 0 22px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.dao-pires-bio-page .project-visual { grid-column: 1 / -1; position: relative; height: 380px; overflow: hidden; margin-bottom: 13px; border: 1px solid var(--line); border-radius: 16px; background: #08101a; }
.dao-pires-bio-page .project-visual::before { content: ''; position: absolute; inset: 0; 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: 36px 36px; }
.dao-pires-bio-page .visual-blue { background: radial-gradient(circle at 70% 30%, rgba(9,42,97,.7), transparent 35%), #07111f; }
.dao-pires-bio-page .visual-grid { background: linear-gradient(135deg, #142033, #05080d 65%); }
.dao-pires-bio-page .visual-signal { background: radial-gradient(circle at 50% 50%, rgba(18,99,216,.25), transparent 46%), #06090f; }
.dao-pires-bio-page .visual-type { background: linear-gradient(155deg, #071321, #0e1420 48%, #03060b); }
.dao-pires-bio-page .visual-toolbar { position: absolute; left: 8%; right: 8%; top: 10%; height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px 8px 0 0; background: rgba(3,6,11,.56); }
.dao-pires-bio-page .visual-toolbar span { width: 5px; height: 5px; border-radius: 50%; background: #40506a; }
.dao-pires-bio-page .visual-toolbar i { width: 30%; height: 5px; margin-left: auto; border-radius: 5px; background: #233047; }
.dao-pires-bio-page .visual-content { position: absolute; left: 8%; right: 8%; top: calc(10% + 34px); bottom: 9%; display: flex; flex-direction: column; justify-content: center; padding: 7%; border: 1px solid rgba(255,255,255,.08); border-top: 0; border-radius: 0 0 8px 8px; background: rgba(2,5,9,.54); }
.dao-pires-bio-page .visual-content b { color: rgba(255,255,255,.92); font-size: clamp(72px, 9vw, 130px); line-height: .8; letter-spacing: -.08em; }
.dao-pires-bio-page .visual-content p { margin: 18px 0; color: #78a6ea; font: 700 10px monospace; letter-spacing: .18em; text-transform: uppercase; }
.dao-pires-bio-page .visual-content div { width: 78%; height: 7px; margin-top: 8px; border-radius: 4px; background: rgba(255,255,255,.1); }
.dao-pires-bio-page .visual-content div:last-child { width: 48%; }
.dao-pires-bio-page .visual-tag { position: absolute; right: 20px; bottom: 17px; color: #607087; font: 700 8px monospace; letter-spacing: .18em; }
.dao-pires-bio-page .project-category { color: #778396; font: 700 10px monospace; letter-spacing: .12em; text-transform: uppercase; }
.dao-pires-bio-page .project-title { grid-column: 1; font-size: 22px; font-weight: 750; letter-spacing: -.025em; }
.dao-pires-bio-page .project-open { grid-column: 2; grid-row: 2 / 4; align-self: center; display: flex; align-items: center; gap: 8px; color: #8794a5; font-size: 11px; }
.dao-pires-bio-page .project-open svg { width: 14px; }

.dao-pires-bio-page .modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(0,3,8,.84); backdrop-filter: blur(12px); }
.dao-pires-bio-page .portfolio-modal { position: relative; width: min(920px, 100%); max-height: calc(100svh - 44px); overflow-y: auto; display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #080d15; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.dao-pires-bio-page .portfolio-modal .project-visual { height: 100%; min-height: 530px; margin: 0; border: 0; border-radius: 20px 0 0 20px; }
.dao-pires-bio-page .modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(3,6,11,.85); cursor: pointer; }
.dao-pires-bio-page .modal-close svg { width: 17px; }
.dao-pires-bio-page .modal-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 38px; }
.dao-pires-bio-page .modal-copy > p:first-child { color: #6d9ee8; font: 700 10px monospace; letter-spacing: .14em; }
.dao-pires-bio-page .modal-copy h2 { margin: 15px 0; font-size: 38px; line-height: 1.05; letter-spacing: -.045em; }
.dao-pires-bio-page .modal-copy > p { color: #9da7b6; font-size: 14px; line-height: 1.7; }
.dao-pires-bio-page .modal-copy .button { margin-top: 20px; }

.dao-pires-bio-page .products-section { overflow: hidden; background: var(--ink-2); border-top: 1px solid var(--line); }
.dao-pires-bio-page .products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 64px; }
.dao-pires-bio-page .product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #0a0f17; transition: transform .25s ease, border-color .25s ease; }
.dao-pires-bio-page .product-card.is-clickable:hover { transform: translateY(-5px); border-color: rgba(18,99,216,.42); }
.dao-pires-bio-page .product-visual { position: relative; height: 280px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: radial-gradient(circle at 50% 120%, rgba(9,42,97,.9), transparent 50%), linear-gradient(135deg, #07111f, #03060b); }
.dao-pires-bio-page .product-visual::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(#000, transparent); }
.dao-pires-bio-page .product-visual > span, .dao-pires-bio-page .product-visual > b { position: relative; z-index: 1; color: #77859a; font: 700 9px monospace; letter-spacing: .18em; }
.dao-pires-bio-page .product-visual > b { align-self: center; color: rgba(255,255,255,.9); font-size: 72px; letter-spacing: -.09em; }
.dao-pires-bio-page .product-orb { position: absolute; width: 190px; height: 190px; left: calc(50% - 95px); bottom: -80px; border: 1px solid rgba(18,99,216,.7); border-radius: 50%; box-shadow: 0 0 70px rgba(9,42,97,.55), inset 0 0 45px rgba(9,42,97,.35); }
.dao-pires-bio-page .product-icon { position: absolute; z-index: 1; width: 58px; height: 58px; left: calc(50% - 29px); top: calc(50% - 29px); color: rgba(255,255,255,.82); stroke-width: 1.2; }
.dao-pires-bio-page .product-bio .product-visual { background: radial-gradient(circle at 50% 110%, rgba(44,76,151,.72), transparent 52%), linear-gradient(145deg, #0a1830, #03060b); }
.dao-pires-bio-page .product-system .product-visual { background: linear-gradient(145deg, rgba(7,29,66,.98), #03060b), repeating-linear-gradient(90deg, transparent 0 24px, rgba(255,255,255,.03) 25px); }
.dao-pires-bio-page .product-system .product-orb { width: 150px; height: 150px; left: calc(50% - 75px); bottom: -45px; border-radius: 24px; transform: rotate(45deg); }
.dao-pires-bio-page .product-starter { transform: translateY(-8px); border-color: rgba(18,99,216,.34); }
.dao-pires-bio-page .product-copy { padding: 28px; }
.dao-pires-bio-page .product-badge { color: #6d9ee8; font: 700 9px monospace; letter-spacing: .16em; }
.dao-pires-bio-page .product-copy h3 { min-height: 65px; margin: 15px 0 10px; font-size: 27px; line-height: 1.08; letter-spacing: -.04em; text-transform: uppercase; }
.dao-pires-bio-page .product-copy p { min-height: 95px; margin: 0; color: #8f99a8; font-size: 13px; line-height: 1.65; }
.dao-pires-bio-page .product-action { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 24px; padding: 0 14px; border: 1px solid rgba(79,148,242,.28); border-radius: 12px; color: #dfeeff; background: linear-gradient(135deg, rgba(18,99,216,.2), rgba(9,42,97,.1)); box-shadow: inset 0 1px rgba(255,255,255,.035); font-size: 12px; font-weight: 800; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.dao-pires-bio-page .product-action svg { width: 16px; color: #6cafff; transition: transform .2s ease; }
.dao-pires-bio-page .product-action.is-disabled { color: #738097; border-style: dashed; border-color: rgba(119,135,158,.18); background: rgba(255,255,255,.018); }
.dao-pires-bio-page .product-action.is-disabled svg { color: #5c687a; }

.dao-pires-bio-page .club-section { padding-top: 50px; background: var(--ink-2); }
.dao-pires-bio-page .club-card { position: relative; min-height: 620px; overflow: hidden; display: grid; grid-template-columns: 1fr .8fr; align-items: center; padding: clamp(36px, 7vw, 90px); border: 1px solid rgba(18,99,216,.3); border-radius: 24px; background: radial-gradient(circle at 78% 45%, rgba(9,42,97,.56), transparent 30%), linear-gradient(135deg, #07101c, #03060b 62%); }
.dao-pires-bio-page .club-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(18,99,216,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(18,99,216,.12) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent, #000); }
.dao-pires-bio-page .club-copy { position: relative; z-index: 2; }
.dao-pires-bio-page .club-copy h2 { font-size: clamp(38px, 4.7vw, 68px); }
.dao-pires-bio-page .club-copy > p:not(.section-eyebrow) { margin: 24px 0 32px; color: #a6b0bf; font-size: 16px; }
.dao-pires-bio-page .club-mark { position: relative; z-index: 1; justify-self: center; width: min(32vw, 340px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(18,99,216,.4); border-radius: 50%; box-shadow: 0 0 80px rgba(9,42,97,.42), inset 0 0 80px rgba(9,42,97,.2); }
.dao-pires-bio-page .club-mark::before, .dao-pires-bio-page .club-mark::after { content: ''; position: absolute; border: 1px dashed rgba(18,99,216,.3); border-radius: 50%; }
.dao-pires-bio-page .club-mark::before { inset: -28px; }
.dao-pires-bio-page .club-mark::after { inset: 48px; }
.dao-pires-bio-page .club-mark span { font-size: clamp(90px, 12vw, 170px); font-weight: 800; letter-spacing: -.1em; }
.dao-pires-bio-page .club-mark i { position: absolute; width: 10px; height: 10px; right: 9%; top: 27%; border-radius: 50%; background: #2d74df; box-shadow: 0 0 22px #1263d8; }
.dao-pires-bio-page .club-mark::before { animation: club-orbit 26s linear infinite; }
.dao-pires-bio-page .club-mark::after { animation: club-orbit 18s linear infinite reverse; }
@keyframes club-orbit { to { transform: rotate(360deg); } }

.dao-pires-bio-page .paths-section { background: #03060b; }
.dao-pires-bio-page .paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.dao-pires-bio-page .path-card { min-height: 360px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(14,21,32,.75), rgba(5,8,13,.9)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.dao-pires-bio-page .path-card:hover { transform: translateY(-5px); border-color: rgba(18,99,216,.42); background: linear-gradient(145deg, rgba(18,99,216,.12), rgba(5,8,13,.9)); }
.dao-pires-bio-page .path-top { display: flex; justify-content: space-between; align-items: center; }
.dao-pires-bio-page .path-top svg { width: 30px; height: 30px; color: #527fc2; stroke-width: 1.25; transition: transform .2s ease; }
.dao-pires-bio-page .path-card:hover .path-top svg { transform: translate(2px,-2px); }
.dao-pires-bio-page .path-card h3 { margin: 58px 0 16px; font-size: 31px; line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }
.dao-pires-bio-page .path-card p { margin: 0; color: #8d98a8; font-size: 14px; line-height: 1.65; }
.dao-pires-bio-page .path-card b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12px; }
.dao-pires-bio-page .path-card b svg { width: 17px; color: var(--blue); }

.dao-pires-bio-page .tools-section { overflow: hidden; padding: 46px 0; border-block: 1px solid var(--line); background: #070b12; }
.dao-pires-bio-page .tools-section > p { margin: 0 0 28px; padding: 0 22px; color: #667287; text-align: center; font: 700 9px monospace; letter-spacing: .17em; }
.dao-pires-bio-page .marquee { position: relative; overflow-x: auto; white-space: nowrap; scrollbar-width: none; touch-action: pan-x; }
.dao-pires-bio-page .marquee::-webkit-scrollbar { display: none; }
.dao-pires-bio-page .marquee::before, .dao-pires-bio-page .marquee::after { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; width: 12vw; pointer-events: none; }
.dao-pires-bio-page .marquee::before { left: 0; background: linear-gradient(90deg, #070b12, transparent); }
.dao-pires-bio-page .marquee::after { right: 0; background: linear-gradient(-90deg, #070b12, transparent); }
.dao-pires-bio-page .marquee > div { display: inline-flex; min-width: max-content; animation: marquee 28s linear infinite; }
.dao-pires-bio-page .marquee:hover > div { animation-play-state: paused; }
.dao-pires-bio-page .marquee span { display: flex; align-items: center; gap: 12px; margin-right: 42px; color: #a4adba; font-size: clamp(15px, 1.7vw, 21px); font-weight: 650; }
.dao-pires-bio-page .marquee i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: #d8e6fb; background: rgba(9,42,97,.24); }
.dao-pires-bio-page .marquee i svg, .dao-pires-bio-page .marquee i img { width: 21px; height: 21px; object-fit: contain; filter: grayscale(1) brightness(1.7); }
@keyframes marquee { to { transform: translateX(-50%); } }

.dao-pires-bio-page .testimonials-section { background: var(--ink-2); }
.dao-pires-bio-page .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.dao-pires-bio-page .testimonials-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #0a0f17; }
.dao-pires-bio-page .testimonials-grid article > svg { width: 30px; color: rgba(18,99,216,.75); stroke-width: 1.3; }
.dao-pires-bio-page .testimonials-grid blockquote { margin: 48px 0 0; color: #d3d9e1; font-size: 20px; line-height: 1.5; letter-spacing: -.02em; }
.dao-pires-bio-page .testimonials-grid article > div { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); }
.dao-pires-bio-page .testimonials-grid article > div > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #111a27; color: #4f9fe8; font-size: 10px; font-weight: 800; }
.dao-pires-bio-page .testimonials-grid p { display: grid; gap: 3px; margin: 0; }
.dao-pires-bio-page .testimonials-grid strong { font-size: 12px; }
.dao-pires-bio-page .testimonials-grid small { color: #707b8b; font-size: 10px; }

.dao-pires-bio-page .final-cta-section { background: var(--ink-2); padding-top: 30px; }
.dao-pires-bio-page .final-cta { position: relative; min-height: 490px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 64px 24px; border: 1px solid rgba(18,99,216,.3); border-radius: 24px; text-align: center; background: radial-gradient(circle at 50% 110%, rgba(9,42,97,.7), transparent 52%), #050a12; }
.dao-pires-bio-page .final-cta h2 { position: relative; z-index: 1; margin-top: 22px; font-size: clamp(48px, 6.6vw, 94px); line-height: .92; text-transform: uppercase; }
.dao-pires-bio-page .final-cta > p:not(.section-eyebrow) { position: relative; z-index: 1; max-width: 580px; margin: 28px auto 34px; color: #9aa5b5; font-size: 16px; line-height: 1.65; }
.dao-pires-bio-page .final-cta > div:not(.final-rings) { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.dao-pires-bio-page .final-rings { position: absolute; width: 700px; height: 700px; left: calc(50% - 350px); bottom: -520px; border: 1px solid rgba(18,99,216,.42); border-radius: 50%; box-shadow: 0 0 100px rgba(9,42,97,.48), 0 0 0 70px rgba(18,99,216,.025), 0 0 0 140px rgba(18,99,216,.018); }

.dao-pires-bio-page footer { padding: 70px max(22px, calc((100vw - var(--container)) / 2)) 24px; border-top: 1px solid var(--line); background: #020407; }
.dao-pires-bio-page .footer-social-area { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-bottom: 54px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.dao-pires-bio-page .footer-social-links { justify-content: flex-end; }
.dao-pires-bio-page .footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 10vw; padding-bottom: 68px; }
.dao-pires-bio-page .footer-brand-block { display: flex; flex-direction: column; align-items: center; text-align: center; }
.dao-pires-bio-page .footer-brand-block .brand { flex-direction: column; align-items: center; gap: 10px; margin-inline: auto; }
.dao-pires-bio-page .footer-brand-block .brand span { flex: 0 0 36px; }
.dao-pires-bio-page .footer-brand-block > p { margin-inline: auto !important; }
.dao-pires-bio-page .footer-main > div:first-child > p { max-width: 290px; margin: 20px 0 0; color: #687487; font-size: 13px; }
.dao-pires-bio-page .footer-links { display: grid; align-content: start; gap: 12px; min-width: 135px; }
.dao-pires-bio-page .footer-links > p { margin: 0 0 8px; color: #526075; font: 700 9px monospace; letter-spacing: .16em; text-transform: uppercase; }
.dao-pires-bio-page .footer-links a { display: flex; align-items: center; gap: 8px; color: #99a3b1; font-size: 12px; }
.dao-pires-bio-page .footer-links a:hover { color: #fff; }
.dao-pires-bio-page .footer-links svg { width: 14px; }
.dao-pires-bio-page .footer-navigation { min-width: 260px; justify-items: center; text-align: center; }
.dao-pires-bio-page .footer-navigation > p { text-align: center; }
.dao-pires-bio-page .footer-navigation-columns { width: min(100%, 300px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.dao-pires-bio-page .footer-navigation-columns > div { display: grid; align-content: start; justify-items: center; gap: 12px; }
.dao-pires-bio-page .footer-navigation-columns a { justify-content: center; }
.dao-pires-bio-page .footer-connect { min-width: 310px; justify-items: center; text-align: center; }
.dao-pires-bio-page .footer-connect-grid { display: grid; grid-template-columns: repeat(3, auto); justify-content: center; align-items: center; gap: 14px 20px; }
.dao-pires-bio-page .footer-connect-grid a { justify-content: center; white-space: nowrap; }
.dao-pires-bio-page .footer-connect-grid a:last-child { grid-column: 1 / -1; justify-self: center; }
.dao-pires-bio-page .footer-bottom { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding-top: 24px; border-top: 1px solid var(--line); color: #4d596b; font: 600 9px monospace; letter-spacing: .1em; text-align: center; }

.dao-pires-bio-page .floating-whatsapp { position: fixed; z-index: 40; right: 20px; bottom: 20px; width: 48px; height: 48px; display: none; place-items: center; border: 1px solid rgba(18,99,216,.6); border-radius: 50%; background: #0b4fb5; box-shadow: 0 12px 32px rgba(9,42,97,.55); }
.dao-pires-bio-page .floating-whatsapp svg { width: 20px; }

.dao-pires-bio-page .mobile-menu { position: fixed; z-index: 90; inset: 0; display: none; overflow: hidden; visibility: hidden; opacity: 0; background: rgba(0,3,8,.76); backdrop-filter: blur(8px); transition: opacity .25s ease, visibility .25s ease; }
.dao-pires-bio-page .mobile-menu.is-open { display: block; visibility: visible; opacity: 1; }
.dao-pires-bio-page .mobile-menu-panel { width: min(100%, 480px); min-height: 100%; margin-left: auto; padding: 18px 22px 32px; transform: translateX(100%); background: #060a11; border-left: 1px solid var(--line); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.dao-pires-bio-page .mobile-menu.is-open .mobile-menu-panel { transform: none; }
@starting-style {
  .dao-pires-bio-page .mobile-menu.is-open { opacity: 0; }
  .dao-pires-bio-page .mobile-menu.is-open .mobile-menu-panel { transform: translateX(100%); }
}
.dao-pires-bio-page .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.dao-pires-bio-page .mobile-menu-top button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.dao-pires-bio-page .mobile-menu-top button svg { width: 18px; }
.dao-pires-bio-page .mobile-menu nav { display: grid; margin: 54px 0 36px; border-top: 1px solid var(--line); }
.dao-pires-bio-page .mobile-menu nav a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; min-height: 70px; border-bottom: 1px solid var(--line); font-size: 25px; font-weight: 700; letter-spacing: -.03em; }
.dao-pires-bio-page .mobile-menu nav a span { color: #4d5a6d; font: 700 9px monospace; }
.dao-pires-bio-page .mobile-menu nav a svg { width: 18px; color: #4d5a6d; }
.dao-pires-bio-page .mobile-menu .button { width: 100%; }
.dao-pires-bio-page .mobile-socials { display: flex; justify-content: center; gap: 20px; margin-top: 28px; color: #798596; font-size: 11px; }

/* V3 — refinamentos incrementais */
.dao-pires-bio-page .hero-copy { max-width: 650px; }
.dao-pires-bio-page .hero-authority { margin-top: 26px; }
.dao-pires-bio-page .hero-authority-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.dao-pires-bio-page .hero-authority article { position: relative; min-width: 0; min-height: 84px; display: grid; grid-template-columns: 30px 1fr; align-content: center; column-gap: 9px; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: linear-gradient(145deg, rgba(18,99,216,.13), rgba(255,255,255,.018)); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.dao-pires-bio-page .hero-authority .stat-icon { grid-row: 1 / 3; width: 30px; height: 30px; border-radius: 9px; }
.dao-pires-bio-page .hero-authority .stat-icon svg { width: 15px; }
.dao-pires-bio-page .hero-authority .stat-index { top: 8px; right: 8px; font-size: 7px; }
.dao-pires-bio-page .hero-authority strong { align-self: end; white-space: nowrap; font-size: 10px; line-height: 1; letter-spacing: -.03em; }
.dao-pires-bio-page .hero-authority strong b { color: #fff; font-size: clamp(15px, 1.35vw, 20px); font-weight: 850; }
.dao-pires-bio-page .hero-authority p { align-self: start; margin: 4px 0 0; overflow: hidden; color: #7f8da1; font-size: 8px; line-height: 1.2; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.dao-pires-bio-page .about-layout-no-image { grid-template-columns: minmax(0, 920px); justify-content: center; }
.dao-pires-bio-page .about-layout-no-image .about-copy { position: relative; padding: clamp(34px, 6vw, 72px); border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(circle at 90% 0, rgba(18,99,216,.16), transparent 38%), linear-gradient(145deg, rgba(14,21,32,.8), rgba(5,8,13,.9)); }
.dao-pires-bio-page .about-layout-no-image .about-copy::after { content: 'DP'; position: absolute; right: clamp(24px, 5vw, 62px); bottom: 22px; color: rgba(255,255,255,.025); font-size: clamp(90px, 16vw, 210px); font-weight: 900; line-height: .8; letter-spacing: -.1em; pointer-events: none; }
.dao-pires-bio-page .about-layout-no-image .about-copy > * { position: relative; z-index: 1; }

.dao-pires-bio-page .service-card { position: relative; overflow: hidden; }
.dao-pires-bio-page .service-signal { position: relative; width: min(100%, 270px); height: 82px; display: flex; align-items: end; gap: 7px; margin: 28px 0 -12px; padding: 14px; border: 1px solid rgba(18,99,216,.14); border-radius: 12px; background: linear-gradient(145deg, rgba(18,99,216,.1), rgba(255,255,255,.015)); }
.dao-pires-bio-page .service-signal::before { content: ''; position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 18px 18px; }
.dao-pires-bio-page .service-signal i { position: relative; z-index: 1; flex: 1; height: 35%; border-radius: 4px 4px 2px 2px; background: linear-gradient(#4c8ce9, #0b4fb5); box-shadow: 0 0 20px rgba(18,99,216,.2); }
.dao-pires-bio-page .service-signal i:nth-child(2) { height: 72%; }
.dao-pires-bio-page .service-signal i:nth-child(3) { height: 52%; }
.dao-pires-bio-page .service-signal i:nth-child(4) { height: 88%; }
.dao-pires-bio-page .signal-web { align-items: center; }
.dao-pires-bio-page .signal-web i { height: 44%; border-radius: 5px; }
.dao-pires-bio-page .signal-web i:nth-child(2) { height: 80%; }
.dao-pires-bio-page .signal-web i:nth-child(3) { height: 60%; }
.dao-pires-bio-page .signal-creative i { border-radius: 50%; transform: scale(.72); }
.dao-pires-bio-page .signal-strategy { height: 66px; }
.dao-pires-bio-page .signal-strategy i { height: 8px; border-radius: 999px; }
.dao-pires-bio-page .service-performance { min-height: 590px; }
.dao-pires-bio-page .service-performance .service-signal { position: absolute; top: 104px; left: 34px; right: 34px; width: auto; height: 170px; }
.dao-pires-bio-page .service-card:not(.service-performance) { min-height: 288px; }
.dao-pires-bio-page .service-card h3 { margin-top: 34px; }

.dao-pires-bio-page .featured-list article { grid-template-columns: 38px 48px 92px minmax(220px,.8fr) 1fr auto; }
.dao-pires-bio-page .featured-motif { height: 54px; display: flex; align-items: end; gap: 5px; padding: 10px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(18,99,216,.055); }
.dao-pires-bio-page .featured-motif i { flex: 1; height: 38%; border-radius: 2px; background: #1d477f; }
.dao-pires-bio-page .featured-motif i:nth-child(2) { height: 74%; background: #2868bf; }
.dao-pires-bio-page .featured-motif i:nth-child(3) { height: 56%; }
.dao-pires-bio-page .motif-bio { align-items: center; justify-content: center; }
.dao-pires-bio-page .motif-bio i { flex: 0 0 14px; height: 32px; border: 1px solid #3469aa; border-radius: 4px; background: transparent; }
.dao-pires-bio-page .motif-bio i:nth-child(2) { height: 38px; background: rgba(18,99,216,.14); }
.dao-pires-bio-page .motif-landing { align-items: center; }
.dao-pires-bio-page .motif-landing i { height: 7px; border-radius: 999px; }
.dao-pires-bio-page .motif-products { align-items: center; }
.dao-pires-bio-page .motif-products i { height: 24px; border-radius: 50%; }

.dao-pires-bio-page .product-visual.has-cover img, .dao-pires-bio-page .project-visual.has-thumbnail img { object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.dao-pires-bio-page .product-visual.has-cover img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.dao-pires-bio-page .marquee i b { color: #d8e6fb; font-size: 9px; font-weight: 850; letter-spacing: -.04em; }
.dao-pires-bio-page svg { display: block; }
.dao-pires-bio-page .button > svg { width: 16px; height: 16px; flex: 0 0 16px; }
.dao-pires-bio-page .header-cta > svg { width: 14px; height: 14px; flex: 0 0 14px; }
.dao-pires-bio-page .product-card.is-clickable:hover .product-visual.has-cover img, .dao-pires-bio-page .project-card:hover .project-visual.has-thumbnail img { transform: scale(1.025); }
.dao-pires-bio-page .product-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; }
.dao-pires-bio-page .product-fallback > b { position: relative; z-index: 1; color: #77859a; font: 700 9px monospace; letter-spacing: .18em; }
.dao-pires-bio-page .product-fallback > b { align-self: center; color: rgba(255,255,255,.9); font-size: 72px; letter-spacing: -.09em; }
.dao-pires-bio-page .product-card { box-shadow: 0 18px 60px rgba(0,0,0,.14); }
.dao-pires-bio-page .product-card:nth-child(2) { background: linear-gradient(160deg, rgba(12,25,46,.95), #0a0f17 48%); }
.dao-pires-bio-page .product-card:nth-child(3) { background: linear-gradient(160deg, rgba(7,29,66,.6), #0a0f17 50%); }
.dao-pires-bio-page .product-card.is-clickable:hover .product-icon { transform: translateY(-4px) rotate(-3deg); }
.dao-pires-bio-page .product-icon { transition: transform .3s ease; }

.dao-pires-bio-page .project-visual.has-thumbnail::before { display: none; }
.dao-pires-bio-page .project-visual.has-thumbnail::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,6,11,.48), transparent 45%); pointer-events: none; }
.dao-pires-bio-page .project-card { border: 1px solid var(--line); border-radius: 18px; padding: 10px 10px 22px; background: linear-gradient(145deg, rgba(255,255,255,.018), rgba(18,99,216,.035)); transition: transform .25s ease, border-color .25s ease; }
.dao-pires-bio-page .project-card:hover { transform: translateY(-4px); border-color: rgba(18,99,216,.34); }
.dao-pires-bio-page .project-category, .dao-pires-bio-page .project-title { margin-left: 10px; }
.dao-pires-bio-page .project-open { margin-right: 10px; }
.dao-pires-bio-page .portfolio-modal { box-shadow: 0 35px 120px rgba(0,0,0,.75), 0 0 0 1px rgba(18,99,216,.08); }

.dao-pires-bio-page .club-mark b, .dao-pires-bio-page .club-mark em { position: absolute; width: 12px; height: 12px; border: 2px solid #2d74df; border-radius: 50%; box-shadow: 0 0 18px rgba(18,99,216,.8); }
.dao-pires-bio-page .club-banner { position: relative; z-index: 1; justify-self: center; width: min(38vw, 460px); aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid rgba(18,99,216,.3); border-radius: 20px; box-shadow: 0 28px 80px rgba(0,0,0,.42); }
.dao-pires-bio-page .club-banner img { object-fit: cover; }
.dao-pires-bio-page .club-mark b { left: -21px; bottom: 26%; }
.dao-pires-bio-page .club-mark em { right: 13%; bottom: -16px; }
.dao-pires-bio-page .club-card::after { content: ''; position: absolute; width: 180px; height: 1px; right: 10%; bottom: 12%; background: linear-gradient(90deg, transparent, rgba(92,142,216,.65), transparent); transform: rotate(-28deg); box-shadow: 0 -44px rgba(92,142,216,.2), 0 44px rgba(92,142,216,.16); }

.dao-pires-bio-page .path-card { position: relative; overflow: hidden; }
.dao-pires-bio-page .path-card::before { content: ''; position: absolute; width: 170px; height: 170px; right: -105px; top: -105px; border: 1px solid rgba(18,99,216,.2); border-radius: 50%; box-shadow: 0 0 0 28px rgba(18,99,216,.02); transition: transform .35s ease; }
.dao-pires-bio-page .path-card:hover::before { transform: scale(1.2) translate(-8px, 8px); }

.dao-pires-bio-page .marquee > div { animation-duration: 42s; }
.dao-pires-bio-page .marquee span { margin-right: 34px; }

.dao-pires-bio-page .final-cta { min-height: 540px; background: radial-gradient(circle at 50% 105%, rgba(9,42,97,.78), transparent 49%), radial-gradient(circle at 50% 12%, rgba(23,130,76,.1), transparent 28%), #050a12; }
.dao-pires-bio-page .final-whatsapp-mark { position: relative !important; z-index: 1; width: 62px !important; height: 62px; display: grid !important; place-items: center; margin-bottom: 18px; border: 1px solid rgba(62,205,116,.38); border-radius: 20px; color: #5ee195; background: rgba(29,168,82,.1); box-shadow: 0 0 44px rgba(30,168,82,.16); animation: whatsapp-breathe 3.2s ease-in-out infinite; }
.dao-pires-bio-page .final-whatsapp-mark svg { width: 29px; height: 29px; }
.dao-pires-bio-page .final-cta h2 { max-width: 880px; text-transform: none; }
.dao-pires-bio-page .final-topics { position: relative; z-index: 1; display: flex !important; width: auto !important; gap: 8px !important; margin: -12px 0 28px; }
.dao-pires-bio-page .final-topics span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #8593a6; background: rgba(255,255,255,.025); font-size: 10px; font-weight: 750; }
.dao-pires-bio-page .final-action { position: relative; z-index: 1; }
.dao-pires-bio-page .final-action .button svg:first-child { width: 18px; height: 18px; }
@keyframes whatsapp-breathe { 50% { transform: translateY(-4px); box-shadow: 0 0 58px rgba(30,168,82,.25); } }

.dao-pires-bio-page .floating-whatsapp { color: #fff; background: linear-gradient(145deg, #1263d8, #11854a); box-shadow: 0 12px 34px rgba(9,42,97,.62), 0 0 0 6px rgba(18,99,216,.08); transition: transform .2s ease, box-shadow .2s ease; }
.dao-pires-bio-page .floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 42px rgba(9,42,97,.72), 0 0 0 8px rgba(18,99,216,.08); }
.dao-pires-bio-page .floating-whatsapp svg { width: 22px; height: 22px; }

@media (max-width: 1050px) {
  .dao-pires-bio-page .site-header nav { gap: 16px; }
  .dao-pires-bio-page .hero { gap: 4vw; }
  .dao-pires-bio-page .about-layout { gap: 6vw; }
  .dao-pires-bio-page .products-grid { grid-template-columns: 1fr; }
  .dao-pires-bio-page .product-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .dao-pires-bio-page .product-copy h3, .dao-pires-bio-page .product-copy p { min-height: 0; }
  .dao-pires-bio-page .paths-grid, .dao-pires-bio-page .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .dao-pires-bio-page .paths-grid > :last-child, .dao-pires-bio-page .testimonials-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .dao-pires-bio-page { scroll-padding-top: 64px; }
  .dao-pires-bio-page .site-header { grid-template-columns: 1fr auto; height: 64px; padding: 0 18px; }
  .dao-pires-bio-page .site-header nav, .dao-pires-bio-page .header-cta { display: none; }
  .dao-pires-bio-page .menu-button { display: block; }
  .dao-pires-bio-page .hero { min-height: auto; padding: 82px 18px 48px; grid-template-columns: 1fr; gap: 23px; }
  .dao-pires-bio-page .hero-photo-wrap { grid-column: 1; grid-row: 1; width: min(100%, 520px); }
  .dao-pires-bio-page .photo-frame { height: clamp(260px, 74vw, 340px); aspect-ratio: auto; border-radius: 22px; background: radial-gradient(circle at 50% 54%, rgba(18,99,216,.2), transparent 48%), #060b13; }
  .dao-pires-bio-page .photo-frame img { object-fit: contain; object-position: center; }
  .dao-pires-bio-page .hero-copy { grid-column: 1; grid-row: 2; padding: 0 2px; }
  .dao-pires-bio-page .hero-index, .dao-pires-bio-page .hero-rail, .dao-pires-bio-page .hero-socials { display: none; }
  .dao-pires-bio-page .hero h1 { margin-top: 19px; font-size: clamp(52px, 14.5vw, 76px); line-height: .92; }
  .dao-pires-bio-page .role { margin-top: 19px; }
  .dao-pires-bio-page .tagline { font-size: 15px; line-height: 1.55; }
  .dao-pires-bio-page .hero-actions { display: grid; margin-top: 22px; }
  .dao-pires-bio-page .hero-actions .button { width: 100%; }
  .dao-pires-bio-page .photo-caption { left: 14px; right: 14px; bottom: 13px; }
  .dao-pires-bio-page .orbit-one { inset: -10px -8px 10px; }
  .dao-pires-bio-page .orbit-two { display: none; }
  .dao-pires-bio-page .section { padding-block: 88px; }
  .dao-pires-bio-page .quick-links-section { grid-template-columns: 1fr; gap: 22px; padding-top: 34px; }
  .dao-pires-bio-page .about-layout { grid-template-columns: 1fr; }
  .dao-pires-bio-page .about-photo { min-height: 440px; max-width: 620px; }
  .dao-pires-bio-page .about-copy { max-width: 700px; }
  .dao-pires-bio-page .stats-grid { grid-template-columns: 1fr; }
  .dao-pires-bio-page .stats-grid article { min-height: 112px; border: 1px solid var(--line); }
  .dao-pires-bio-page .services-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .dao-pires-bio-page .service-performance { grid-row: auto; min-height: 440px; }
  .dao-pires-bio-page .service-strategy { display: block; }
  .dao-pires-bio-page .split-heading { display: grid; }
  .dao-pires-bio-page .featured-list article { grid-template-columns: 34px 42px 1fr auto; gap: 14px; padding-block: 24px; }
  .dao-pires-bio-page .featured-list article p { grid-column: 3 / 5; }
  .dao-pires-bio-page .portfolio-modal { grid-template-columns: 1fr; }
  .dao-pires-bio-page .portfolio-modal .project-visual { min-height: 320px; border-radius: 20px 20px 0 0; }
  .dao-pires-bio-page .club-card { grid-template-columns: 1fr; }
  .dao-pires-bio-page .club-mark { position: absolute; right: -80px; bottom: -80px; width: 300px; opacity: .32; }
  .dao-pires-bio-page .club-copy { max-width: 680px; }
}

/* V1.0.5 — refinamentos cross-platform, nova fotografia e identidade DP */
.dao-pires-bio-page .brand span {
  position: relative;
  overflow: hidden;
  border-color: rgba(72,148,255,.72);
  color: #eaf4ff;
  background:
    radial-gradient(circle at 30% 18%, rgba(94,174,255,.2), transparent 38%),
    linear-gradient(145deg, rgba(8,38,84,.96), rgba(3,13,31,.98));
  box-shadow: 0 7px 20px rgba(0,0,0,.28), 0 0 18px rgba(18,99,216,.12), inset 0 1px rgba(255,255,255,.1);
  font-size: 10px;
  line-height: 1;
  letter-spacing: -.045em;
  text-shadow: 0 0 12px rgba(102,174,255,.36);
}
.dao-pires-bio-page .brand span::before {
  content: '';
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(149,201,255,.12);
  border-radius: 7px;
  pointer-events: none;
}
.dao-pires-bio-page .brand strong { color: #f5f9ff; text-shadow: 0 3px 14px rgba(0,0,0,.3); }

.dao-pires-bio-page .header-cta svg,
.dao-pires-bio-page .button > svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex: 0 0 16px;
  display: block;
  align-self: center;
  overflow: visible;
  transform-origin: 50% 50%;
}
.dao-pires-bio-page .whatsapp-cta > svg:last-child {
  top: 50%;
  right: 16px;
  margin: 0;
  transform: translate3d(0,-50%,0);
}
.dao-pires-bio-page .whatsapp-cta-content { justify-content: center; }

.dao-pires-bio-page .photo-frame img {
  filter: saturate(.86) contrast(1.04) brightness(.985) drop-shadow(0 26px 38px rgba(0,0,0,.42));
}

.dao-pires-bio-page .quick-link { position: relative; min-height: 112px; }
.dao-pires-bio-page .quick-link > div { justify-items: center; gap: 5px; text-align: center; }
.dao-pires-bio-page .quick-link-visual {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 2px;
  border: 1px solid rgba(91,162,255,.38);
  border-radius: 12px;
  color: #91c1ff;
  background: linear-gradient(145deg, rgba(18,99,216,.22), rgba(4,18,42,.78));
  box-shadow: 0 10px 24px rgba(0,0,0,.28), 0 0 20px rgba(18,99,216,.12), inset 0 1px rgba(255,255,255,.07);
}
.dao-pires-bio-page .quick-link-visual svg { width: 19px; height: 19px; stroke-width: 1.6; }
.dao-pires-bio-page .quick-link-bio .quick-link-visual { color: #a3cdff; background: linear-gradient(145deg, rgba(30,89,180,.25), rgba(3,13,31,.82)); }
.dao-pires-bio-page .quick-link-sistema .quick-link-visual { color: #77b1ff; background: linear-gradient(145deg, rgba(11,69,155,.28), rgba(2,11,27,.86)); }
.dao-pires-bio-page .quick-link-price { position: absolute; top: 11px; right: 12px; z-index: 2; }

.dao-pires-bio-page .product-card {
  background-color: #08101b;
  border-color: rgba(81,149,241,.26);
  box-shadow: 0 20px 58px rgba(0,0,0,.28), 0 0 0 1px rgba(18,99,216,.035) inset;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dao-pires-bio-page .featured-list article {
  background-color: #08111e;
  border-color: rgba(91,157,246,.3);
  box-shadow: 0 20px 54px rgba(0,0,0,.32), 0 0 26px rgba(18,99,216,.07), inset 0 1px rgba(255,255,255,.045);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dao-pires-bio-page .featured-list article::before,
.dao-pires-bio-page .featured-icon,
.dao-pires-bio-page .featured-motif i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dao-pires-bio-page .featured-list article.is-motion-active::before { will-change: transform; }

.dao-pires-bio-page .about-photo {
  isolation: isolate;
  overflow: hidden;
  min-height: 600px;
  border: 1px solid rgba(84,153,248,.32);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 37%, rgba(26,105,218,.26), transparent 35%),
    radial-gradient(ellipse 88% 72% at 50% 52%, rgba(7,31,68,.32), transparent 73%),
    linear-gradient(155deg, #030812 0%, #000 49%, #020914 100%);
  box-shadow: 0 32px 86px rgba(0,0,0,.46), 0 0 52px rgba(18,99,216,.09), inset 0 1px rgba(255,255,255,.04);
}
.dao-pires-bio-page .about-photo::before,
.dao-pires-bio-page .about-photo::after { content: ''; display: block; }
.dao-pires-bio-page .about-photo::before {
  z-index: 1;
  inset: 8% 5% 7%;
  border: 1px solid rgba(88,158,250,.25);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 43%, transparent 0 33%, rgba(55,138,248,.28) 33.2%, transparent 33.7%);
  box-shadow: 0 0 52px rgba(18,99,216,.1), inset 0 0 48px rgba(18,99,216,.035);
  animation: about-orbit-pulse 8s ease-in-out infinite;
}
.dao-pires-bio-page .about-photo::after {
  z-index: 1;
  inset: 14px;
  border-radius: 20px;
  opacity: .42;
  background-image: linear-gradient(rgba(107,166,247,.085) 1px, transparent 1px), linear-gradient(90deg, rgba(107,166,247,.085) 1px, transparent 1px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(ellipse 54% 64% at 50% 47%, transparent 0 66%, #000 86%);
  mask-image: radial-gradient(ellipse 54% 64% at 50% 47%, transparent 0 66%, #000 86%);
}
.dao-pires-bio-page .about-photo picture { position: absolute; z-index: 3; inset: 0; display: block; }
.dao-pires-bio-page .about-photo img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.86) contrast(1.04) brightness(.97) drop-shadow(0 24px 40px rgba(0,0,0,.44));
  animation: about-portrait-float 9s ease-in-out infinite;
}
.dao-pires-bio-page .about-orbits,
.dao-pires-bio-page .about-energy,
.dao-pires-bio-page .about-marketing-layer { display: block; }
.dao-pires-bio-page .about-section:not(.is-motion-active) .about-photo::before,
.dao-pires-bio-page .about-section:not(.is-motion-active) .about-photo img,
.dao-pires-bio-page .about-section:not(.is-motion-active) .about-orbits i,
.dao-pires-bio-page .about-section:not(.is-motion-active) .about-energy i,
.dao-pires-bio-page .about-section:not(.is-motion-active) .about-marketing-layer span { animation-play-state: paused; }

@media (min-width: 901px) {
  .dao-pires-bio-page .hero-sale-upsell { right: 1.5%; }
  .dao-pires-bio-page .hero-sale-principal { right: 1.5%; }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .hero { padding-bottom: 24px; }
  .dao-pires-bio-page .quick-links-section { padding-top: 24px; }
  .dao-pires-bio-page .featured-section { padding-bottom: 40px; }
  .dao-pires-bio-page .club-section { padding-top: 28px; }
  .dao-pires-bio-page .hero-sale-order-bump { left: 0; top: 35%; }
  .dao-pires-bio-page .hero-sale-upsell { right: 0; top: 3%; }
  .dao-pires-bio-page .hero-sale-principal { right: 0; bottom: 18%; }
  .dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 9%; }
  .dao-pires-bio-page .photo-frame img { filter: saturate(.87) contrast(1.035) brightness(.985) drop-shadow(0 20px 30px rgba(0,0,0,.34)); }
  .dao-pires-bio-page .about-photo { min-height: 540px; border-radius: 24px; }
  .dao-pires-bio-page .about-marketing-layer span { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(2,9,20,.9); }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .whatsapp-cta > svg:last-child { right: 12px; }
  .dao-pires-bio-page .hero-photo-wrap { width: min(90vw, 382px); }
  .dao-pires-bio-page .hero-sale { width: 126px; min-height: 46px; }
  .dao-pires-bio-page .hero-sale.is-featured { width: 142px; }
  .dao-pires-bio-page .hero-sale-order-bump { left: 0; top: 35%; }
  .dao-pires-bio-page .hero-sale-upsell { right: 0; top: 3%; }
  .dao-pires-bio-page .hero-sale-principal { right: 0; bottom: 18%; }
  .dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 9%; }
  .dao-pires-bio-page .quick-link { min-height: 108px; padding: 13px 14px; }
  .dao-pires-bio-page .quick-link-visual { width: 34px; height: 34px; border-radius: 11px; }
  .dao-pires-bio-page .quick-link-visual svg { width: 17px; height: 17px; }
  .dao-pires-bio-page .quick-link-price { top: 9px; right: 10px; }
  .dao-pires-bio-page .product-card,
  .dao-pires-bio-page .featured-list article { transform: translateZ(0); }
  .dao-pires-bio-page .about-photo { min-height: 430px; border-radius: 20px; }
  .dao-pires-bio-page .about-photo::after { inset: 11px; border-radius: 15px; background-size: 24px 24px; }
}

@media (max-width: 360px) {
  .dao-pires-bio-page .hero-sale { width: 116px; padding: 6px; gap: 5px; }
  .dao-pires-bio-page .hero-sale.is-featured { width: 132px; }
  .dao-pires-bio-page .hero-sale-copy b { font-size: 6.5px; }
  .dao-pires-bio-page .hero-sale > strong { font-size: 9px; }
  .dao-pires-bio-page .quick-link-price { transform: scale(.92); transform-origin: top right; }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .dao-pires-bio-page .site-header,
  .dao-pires-bio-page .hero-sale,
  .dao-pires-bio-page .photo-marketing-layer span,
  .dao-pires-bio-page .about-marketing-layer span { background-color: rgba(3,10,22,.96); }
  .dao-pires-bio-page .product-card,
  .dao-pires-bio-page .featured-list article { border-color: rgba(91,157,246,.38); box-shadow: 0 20px 54px rgba(0,0,0,.38), 0 0 26px rgba(18,99,216,.09), inset 0 1px rgba(255,255,255,.05); }
}

@media (max-width: 700px) {
  .dao-pires-bio-page .section-heading h2, .dao-pires-bio-page .club-copy h2 { font-size: 42px; }
  .dao-pires-bio-page .portfolio-grid, .dao-pires-bio-page .paths-grid, .dao-pires-bio-page .testimonials-grid { grid-template-columns: 1fr; }
  .dao-pires-bio-page .paths-grid > :last-child, .dao-pires-bio-page .testimonials-grid > :last-child { grid-column: auto; }
  .dao-pires-bio-page .project-visual { height: 300px; }
  .dao-pires-bio-page .product-card { display: grid; grid-template-columns: 1fr; }
  .dao-pires-bio-page .product-visual { width: 100%; height: auto; min-height: 0; aspect-ratio: 7 / 5; padding: 16px 10px; }
  .dao-pires-bio-page .product-visual > b { font-size: 34px; }
  .dao-pires-bio-page .product-icon { width: 34px; height: 34px; left: calc(50% - 17px); top: calc(50% - 17px); }
  .dao-pires-bio-page .product-orb { width: 90px; height: 90px; left: calc(50% - 45px); bottom: -30px; }
  .dao-pires-bio-page .product-system .product-orb { width: 72px; height: 72px; left: calc(50% - 36px); bottom: -18px; }
  .dao-pires-bio-page .product-starter { transform: none; }
  .dao-pires-bio-page .club-card { min-height: 600px; padding: 36px 24px; align-items: start; }
  .dao-pires-bio-page .club-copy .button { width: 100%; }
  .dao-pires-bio-page .final-cta { min-height: 470px; }
  .dao-pires-bio-page .final-cta h2 { font-size: clamp(52px, 16vw, 80px); }
  .dao-pires-bio-page .final-cta > div:not(.final-rings) { display: grid; width: 100%; }
  .dao-pires-bio-page .final-cta .button { width: 100%; }
  .dao-pires-bio-page .footer-main { grid-template-columns: 1fr 1fr; }
  .dao-pires-bio-page .footer-main > div:first-child { grid-column: 1 / -1; }
  .dao-pires-bio-page .footer-bottom { display: flex; }
  .dao-pires-bio-page .floating-whatsapp { display: grid; }
  .dao-pires-bio-page .hero-social-links span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .dao-pires-bio-page .hero-social-links a { width: 38px; padding: 0; justify-content: center; }
  .dao-pires-bio-page .hero-social-links a:last-child { width: auto; padding: 0 11px; }
  .dao-pires-bio-page .hero-social-links a:last-child span { position: static; width: auto; height: auto; overflow: visible; clip: auto; font-size: 9px; }
  .dao-pires-bio-page .footer-social-area { display: grid; }
  .dao-pires-bio-page .footer-social-links { justify-content: flex-start; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .hero { padding-inline: 14px; gap: 19px; }
  .dao-pires-bio-page .photo-frame { height: clamp(250px, 72vw, 310px); aspect-ratio: auto; }
  .dao-pires-bio-page .hero h1 { font-size: clamp(48px, 13.5vw, 62px); line-height: .92; }
  .dao-pires-bio-page .eyebrow { font-size: 9px; }
  .dao-pires-bio-page .role { font-size: 14px; }
  .dao-pires-bio-page .tagline { font-size: 14px; }
  .dao-pires-bio-page .hero-actions { gap: 9px; }
  .dao-pires-bio-page .hero-links { margin-top: 17px; }
  .dao-pires-bio-page .section { padding-inline: 18px; }
  .dao-pires-bio-page .quick-links-section { padding-inline: 18px; }
  .dao-pires-bio-page .quick-link { min-height: 68px; grid-template-columns: 1fr; padding: 11px 13px; }
  .dao-pires-bio-page .section-heading h2, .dao-pires-bio-page .club-copy h2 { font-size: 38px; }
  .dao-pires-bio-page .about-copy > p { font-size: 15px; }
  .dao-pires-bio-page .stats-section { padding-inline: 18px; }
  .dao-pires-bio-page .service-card { min-height: 320px; padding: 26px; }
  .dao-pires-bio-page .service-performance { min-height: 390px; }
  .dao-pires-bio-page .service-card h3 { font-size: 31px; }
  .dao-pires-bio-page .featured-list article { grid-template-columns: 34px 1fr auto; }
  .dao-pires-bio-page .featured-list h3 { font-size: 21px; }
  .dao-pires-bio-page .filter-row { margin-inline: -18px; padding-inline: 18px; }
  .dao-pires-bio-page .project-visual { height: 255px; }
  .dao-pires-bio-page .project-title { font-size: 19px; }
  .dao-pires-bio-page .project-open { font-size: 0; }
  .dao-pires-bio-page .project-open svg { width: 17px; }
  .dao-pires-bio-page .portfolio-modal { max-height: calc(100svh - 24px); }
  .dao-pires-bio-page .portfolio-modal .project-visual { min-height: 250px; }
  .dao-pires-bio-page .modal-copy { padding: 30px 24px; }
  .dao-pires-bio-page .modal-copy h2 { font-size: 31px; }
  .dao-pires-bio-page .product-copy { padding: 24px; }
  .dao-pires-bio-page .product-copy h3 { font-size: 25px; }
  .dao-pires-bio-page .product-copy p { font-size: 12px; }
  .dao-pires-bio-page .path-card { min-height: 250px; padding: 24px; }
  .dao-pires-bio-page .path-card h3 { margin-top: 38px; }
  .dao-pires-bio-page .about-photo { min-height: 390px; }
  .dao-pires-bio-page .testimonials-grid blockquote { font-size: 18px; }
  .dao-pires-bio-page .footer-main { gap: 50px 26px; }
}

@media (max-width: 350px) {
  .dao-pires-bio-page .brand strong { font-size: 12px; }
  .dao-pires-bio-page .hero h1 { font-size: 57px; }
  .dao-pires-bio-page .hero-links { gap: 18px; }
  .dao-pires-bio-page .photo-caption { font-size: 7px; }
  .dao-pires-bio-page .section-heading h2, .dao-pires-bio-page .club-copy h2 { font-size: 34px; }
  .dao-pires-bio-page .footer-main { grid-template-columns: 1fr; }
  .dao-pires-bio-page .footer-main > div:first-child { grid-column: auto; }
  .dao-pires-bio-page .footer-connect { min-width: 0; width: 100%; }
  .dao-pires-bio-page .footer-connect-grid { width: 100%; gap: 14px 12px; }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .hero { gap: 10px; padding-top: 80px; padding-bottom: 52px; background: radial-gradient(circle at 50% 22%, rgba(36,105,211,.22), transparent 31%), radial-gradient(ellipse at 50% 62%, rgba(9,42,97,.13), transparent 48%), linear-gradient(180deg, #02050a, #050b15 50%, #03060b); }
  .dao-pires-bio-page .hero-grid { opacity: .13; background-size: 48px 48px; mask-image: radial-gradient(ellipse 88% 58% at 50% 25%, #000, transparent 78%); }
  .dao-pires-bio-page .hero-glow { width: 125vw; right: -12.5vw; top: -6%; opacity: .72; filter: blur(64px); }
  .dao-pires-bio-page .hero-photo-wrap { width: min(78vw, 390px); filter: drop-shadow(0 28px 54px rgba(0,0,0,.44)); }
  .dao-pires-bio-page .hero-photo-wrap::before { inset: 7% -18% 4%; filter: blur(20px); }
  .dao-pires-bio-page .hero-photo-wrap::after { inset: 13% -20% 9%; background-size: 24px 24px; opacity: .34; }
  .dao-pires-bio-page .photo-frame { width: 100%; height: auto; aspect-ratio: 831 / 1031; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 76%, transparent 100%), linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 76%, transparent 100%), linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%); mask-composite: intersect; }
  .dao-pires-bio-page .photo-frame::before { display: none; }
  .dao-pires-bio-page .photo-frame::after { inset: -1px; height: auto; background: linear-gradient(90deg, rgba(2,5,10,.94), transparent 14%, transparent 86%, rgba(3,8,18,.94)), linear-gradient(to top, #03060b 0, rgba(3,6,11,.76) 10%, transparent 30%), linear-gradient(to bottom, rgba(2,5,10,.6) 0, transparent 12%); }
  .dao-pires-bio-page .photo-frame img { object-fit: contain; object-position: center; border-radius: 0; filter: saturate(.9) contrast(1.07); }
  .dao-pires-bio-page .orbit-one { inset: 5% -11% 9%; border-color: rgba(68,132,226,.2); }
  .dao-pires-bio-page .orbit-two { display: block; inset: 15% -17% 2% 2%; opacity: .32; }
  .dao-pires-bio-page .photo-tech { inset: 5% -9% 9%; }
  .dao-pires-bio-page .photo-caption { left: 0; right: 0; bottom: 9%; color: rgba(218,233,255,.46); }
  .dao-pires-bio-page .hero-copy { width: min(100%, 650px); max-width: 650px; justify-self: center; display: flex; flex-direction: column; align-items: center; padding: 0; text-align: center; }
  .dao-pires-bio-page .hero-copy .eyebrow { justify-content: center; }
  .dao-pires-bio-page .hero h1 { margin-top: 15px; }
  .dao-pires-bio-page .role { margin-top: 14px; }
  .dao-pires-bio-page .tagline { max-width: 570px; margin: 10px auto 0; }
  .dao-pires-bio-page .hero-authority { width: 100%; max-width: 610px; margin-top: 20px; }
  .dao-pires-bio-page .hero-authority-grid { gap: 6px; }
  .dao-pires-bio-page .hero-authority article { min-height: 94px; grid-template-columns: 1fr; justify-items: center; align-content: start; gap: 0; padding: 10px; border-radius: 10px; text-align: center; }
  .dao-pires-bio-page .hero-authority .stat-icon { grid-row: auto; width: 24px; height: 24px; border-radius: 7px; }
  .dao-pires-bio-page .hero-authority .stat-icon svg { width: 12px; }
  .dao-pires-bio-page .hero-authority .stat-index { display: none; }
  .dao-pires-bio-page .hero-authority strong { margin-top: 9px; font-size: 7px; }
  .dao-pires-bio-page .hero-authority strong b { font-size: clamp(11px, 3.2vw, 15px); }
  .dao-pires-bio-page .hero-authority p { margin-top: 5px; font-size: 6.6px; }
  .dao-pires-bio-page .hero-actions { width: min(100%, 560px); grid-template-columns: 1fr 1fr; }
  .dao-pires-bio-page .hero-social-links { justify-content: center; margin-top: 16px; }
  .dao-pires-bio-page .about-layout-no-image .about-copy { padding: 34px; }
  .dao-pires-bio-page .portfolio-section { padding-bottom: 58px; }
  .dao-pires-bio-page .about-section { padding-top: 58px; }
  .dao-pires-bio-page .service-performance, .dao-pires-bio-page .service-card:not(.service-performance) { min-height: 310px; }
  .dao-pires-bio-page .service-performance .service-signal { position: relative; inset: auto; width: 210px; height: 66px; }
  .dao-pires-bio-page .service-signal { width: 210px; height: 66px; margin-top: 20px; }
  .dao-pires-bio-page .featured-list article { grid-template-columns: 34px 42px 72px 1fr auto; }
  .dao-pires-bio-page .featured-list article h3 { grid-column: 4; }
  .dao-pires-bio-page .featured-list article p { grid-column: 4 / 6; }
  .dao-pires-bio-page .featured-motif { height: 48px; }
  .dao-pires-bio-page .club-banner { position: absolute; right: -8%; bottom: -4%; width: min(78vw, 460px); opacity: .34; }
}

@media (max-width: 700px) {
  .dao-pires-bio-page .product-card { grid-template-columns: 1fr; }
  .dao-pires-bio-page .product-visual { min-height: 0; }
  .dao-pires-bio-page .product-fallback { padding: 16px 11px; }
  .dao-pires-bio-page .product-fallback > b { font-size: 40px; }
  .dao-pires-bio-page .project-card { padding: 8px 8px 20px; }
  .dao-pires-bio-page .project-category, .dao-pires-bio-page .project-title { margin-left: 8px; }
  .dao-pires-bio-page .project-open { margin-right: 8px; }
  .dao-pires-bio-page .final-cta { min-height: 520px; }
  .dao-pires-bio-page .final-whatsapp-mark { width: 54px !important; height: 54px; border-radius: 17px; }
  .dao-pires-bio-page .final-topics { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .hero { padding-inline: 14px; padding-bottom: 42px; }
  .dao-pires-bio-page .hero-photo-wrap { width: min(85vw, 356px); }
  .dao-pires-bio-page .hero-photo-wrap::before { inset-inline: -14%; }
  .dao-pires-bio-page .photo-caption { left: 2%; right: 2%; font-size: 6.5px; letter-spacing: .18em; }
  .dao-pires-bio-page .photo-tech i { width: 4px; height: 4px; }
  .dao-pires-bio-page .hero h1 { font-size: clamp(48px, 15.2vw, 64px); letter-spacing: -.07em; }
  .dao-pires-bio-page .role { line-height: 1.35; }
  .dao-pires-bio-page .hero-actions { grid-template-columns: 1fr; margin-top: 18px; }
  .dao-pires-bio-page .hero-actions .button { min-height: 48px; }
  .dao-pires-bio-page .hero-authority article { min-height: 92px; }
  .dao-pires-bio-page .hero-authority p { white-space: normal; }
  .dao-pires-bio-page .service-card, .dao-pires-bio-page .service-performance { min-height: 292px; }
  .dao-pires-bio-page .service-card h3 { margin-top: 24px; }
  .dao-pires-bio-page .service-signal { width: 176px; height: 58px; margin-bottom: -8px; }
  .dao-pires-bio-page .featured-list article { grid-template-columns: 30px 38px 1fr auto; }
  .dao-pires-bio-page .featured-motif { display: none; }
  .dao-pires-bio-page .featured-list article h3 { grid-column: 3; }
  .dao-pires-bio-page .featured-list article p { grid-column: 3 / 5; }
  .dao-pires-bio-page .product-card { grid-template-columns: 1fr; }
  .dao-pires-bio-page .product-visual { min-height: 0; }
  .dao-pires-bio-page .product-copy { padding: 22px 20px; }
  .dao-pires-bio-page .about-layout-no-image .about-copy { padding: 28px 24px; }
  .dao-pires-bio-page .about-layout-no-image .about-copy::after { right: 18px; bottom: 16px; }
  .dao-pires-bio-page .final-topics span { padding: 7px 9px; font-size: 9px; }
  .dao-pires-bio-page .floating-whatsapp { right: 16px; bottom: 16px; width: 50px; height: 50px; }
}

/* V4 — centralização perceptiva e Hero com recorte transparente */
.dao-pires-bio-page .hero {
  gap: clamp(42px, 5.5vw, 92px);
  background:
    radial-gradient(ellipse 60% 58% at 72% 44%, rgba(18,99,216,.19), transparent 70%),
    radial-gradient(ellipse 54% 38% at 50% -8%, rgba(80,142,236,.13), transparent 72%),
    linear-gradient(125deg, #02050a 0%, #050b16 55%, #020713 100%);
}
.dao-pires-bio-page .hero-grid {
  opacity: .16;
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 82% 72% at 62% 42%, #000 12%, transparent 78%);
}
.dao-pires-bio-page .hero-glow {
  width: min(65vw, 920px);
  right: -10vw;
  top: 4%;
  background: radial-gradient(circle, rgba(44,112,218,.25), rgba(9,42,97,.09) 46%, transparent 72%);
  filter: blur(48px);
}
.dao-pires-bio-page .hero-copy { justify-self: center; }
.dao-pires-bio-page .hero-photo-wrap {
  width: min(45vw, 600px);
  filter: drop-shadow(0 36px 74px rgba(0,0,0,.5));
}
.dao-pires-bio-page .hero-photo-wrap::before {
  inset: 4% -19% 1%;
  background: radial-gradient(circle at 50% 42%, rgba(73,143,247,.32), rgba(18,99,216,.12) 42%, transparent 72%);
  filter: blur(26px);
}
.dao-pires-bio-page .hero-photo-wrap::after {
  inset: 10% -22% 6%;
  opacity: .38;
  background-image: linear-gradient(rgba(126,176,247,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(126,176,247,.13) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse at center, #000 12%, transparent 70%);
}
.dao-pires-bio-page .photo-frame {
  overflow: visible;
  background: transparent;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 90%, transparent 100%);
  -webkit-mask-composite: initial;
  mask-image: linear-gradient(to bottom, #000 0, #000 90%, transparent 100%);
  mask-composite: initial;
}
.dao-pires-bio-page .photo-frame::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 8% -3% 9%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.08), transparent 10%),
    radial-gradient(circle at 50% 46%, rgba(18,99,216,.28), rgba(9,42,97,.08) 48%, transparent 72%);
  filter: blur(9px);
}
.dao-pires-bio-page .photo-frame::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 13% -9% 11%;
  height: auto;
  opacity: .58;
  background:
    linear-gradient(90deg, transparent, rgba(112,168,246,.32) 48%, rgba(255,255,255,.12) 50%, rgba(112,168,246,.32) 52%, transparent) 50% 57% / 100% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(112,168,246,.25) 48%, rgba(255,255,255,.1) 50%, rgba(112,168,246,.25) 52%, transparent) 50% 50% / 1px 100% no-repeat;
  pointer-events: none;
}
.dao-pires-bio-page .photo-frame img {
  position: relative;
  z-index: 2;
  object-fit: contain;
  object-position: center;
  filter: saturate(.94) contrast(1.045) drop-shadow(0 24px 34px rgba(0,0,0,.34));
}
.dao-pires-bio-page .orbit-one {
  inset: 5% -12% 7%;
  border-color: rgba(94,154,240,.24);
  box-shadow: 0 0 80px rgba(18,99,216,.09), inset 0 0 80px rgba(18,99,216,.04);
  animation: hero-orbit-drift 18s ease-in-out infinite;
}
.dao-pires-bio-page .orbit-two {
  inset: 14% -21% -1% 2%;
  border-color: rgba(94,154,240,.2);
  opacity: .52;
  animation: hero-orbit-drift 24s ease-in-out infinite reverse;
}
.dao-pires-bio-page .photo-energy { position: absolute; z-index: -1; inset: 7% -18% 4%; pointer-events: none; }
.dao-pires-bio-page .photo-energy i { position: absolute; display: block; border-radius: 50%; }
.dao-pires-bio-page .photo-energy i:nth-child(1) { inset: 7% 6% 5%; border: 1px solid rgba(90,150,238,.15); box-shadow: inset 0 0 80px rgba(18,99,216,.05); transform: rotate(8deg); }
.dao-pires-bio-page .photo-energy i:nth-child(2) { width: 76%; aspect-ratio: 1; left: 12%; top: 11%; border: 1px dashed rgba(125,176,246,.13); transform: rotate(-14deg); }
.dao-pires-bio-page .photo-energy i:nth-child(3) { left: 8%; right: 8%; top: 51%; height: 1px; border-radius: 0; background: linear-gradient(90deg, transparent, rgba(104,163,247,.38), rgba(255,255,255,.24), rgba(104,163,247,.38), transparent); box-shadow: 0 0 24px rgba(18,99,216,.32); }
.dao-pires-bio-page .photo-tech { z-index: 4; }
.dao-pires-bio-page .photo-tech::before, .dao-pires-bio-page .photo-tech::after { content: ''; position: absolute; opacity: .48; pointer-events: none; }
.dao-pires-bio-page .photo-tech::before { left: 2%; top: 30%; width: 54px; height: 20px; border-top: 1px solid rgba(119,173,249,.45); border-left: 1px solid rgba(119,173,249,.45); }
.dao-pires-bio-page .photo-tech::after { right: 2%; bottom: 27%; width: 54px; height: 20px; border-right: 1px solid rgba(119,173,249,.42); border-bottom: 1px solid rgba(119,173,249,.42); }
.dao-pires-bio-page .photo-caption { bottom: 8%; }
@keyframes hero-orbit-drift { 50% { transform: scale(1.025) rotate(2deg); opacity: .72; } }

.dao-pires-bio-page .quick-links-section {
  grid-template-columns: minmax(0, 440px) minmax(0, 720px);
  justify-content: center;
  align-items: center;
}
.dao-pires-bio-page .quick-links-intro { text-align: center; }
.dao-pires-bio-page .quick-links-intro .section-eyebrow { justify-content: center; }
.dao-pires-bio-page .quick-links-intro h2 { margin-inline: auto; text-wrap: balance; }

.dao-pires-bio-page .products-section > .section-heading,
.dao-pires-bio-page .services-section > .section-heading,
.dao-pires-bio-page .paths-section > .section-heading,
.dao-pires-bio-page .portfolio-section > .section-heading,
.dao-pires-bio-page .featured-section .section-heading {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}
.dao-pires-bio-page .products-section > .section-heading .section-eyebrow,
.dao-pires-bio-page .services-section > .section-heading .section-eyebrow,
.dao-pires-bio-page .paths-section > .section-heading .section-eyebrow,
.dao-pires-bio-page .portfolio-section > .section-heading .section-eyebrow,
.dao-pires-bio-page .featured-section .section-heading .section-eyebrow {
  justify-content: center;
}
.dao-pires-bio-page .products-section > .section-heading .section-description,
.dao-pires-bio-page .services-section > .section-heading .section-description,
.dao-pires-bio-page .paths-section > .section-heading .section-description,
.dao-pires-bio-page .portfolio-section > .section-heading .section-description,
.dao-pires-bio-page .featured-section .section-heading .section-description {
  margin-inline: auto;
}
.dao-pires-bio-page .products-grid, .dao-pires-bio-page .services-grid, .dao-pires-bio-page .featured-list, .dao-pires-bio-page .paths-grid, .dao-pires-bio-page .portfolio-grid { max-width: var(--container); margin-inline: auto; }
.dao-pires-bio-page .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
.dao-pires-bio-page .service-performance, .dao-pires-bio-page .service-card:not(.service-performance) { min-height: 360px; }
.dao-pires-bio-page .service-performance { grid-row: auto; }
.dao-pires-bio-page .service-performance .service-signal { position: relative; inset: auto; width: min(100%, 270px); height: 82px; }
.dao-pires-bio-page .featured-section .split-heading { flex-direction: column; align-items: center; text-align: center; }
.dao-pires-bio-page .featured-section .split-heading .text-link { align-self: center; }
.dao-pires-bio-page .filter-row { justify-content: center; }
.dao-pires-bio-page .club-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dao-pires-bio-page .club-copy { width: min(100%, 570px); justify-self: center; }
.dao-pires-bio-page .about-layout-no-image { grid-template-columns: minmax(0, 980px); }
.dao-pires-bio-page .about-layout-no-image .section-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.dao-pires-bio-page .about-layout-no-image .section-eyebrow { justify-content: center; }
.dao-pires-bio-page .footer-main { grid-template-columns: minmax(260px, 1fr) auto auto; align-items: start; }

@media (max-width: 1050px) {
  .dao-pires-bio-page .hero-photo-wrap { width: min(46vw, 520px); }
  .dao-pires-bio-page .services-grid { grid-template-columns: 1fr; }
  .dao-pires-bio-page .service-performance { grid-row: auto; }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .hero {
    gap: 6px;
    background:
      radial-gradient(circle at 50% 20%, rgba(45,116,224,.24), transparent 34%),
      radial-gradient(ellipse 70% 38% at 50% 51%, rgba(9,42,97,.13), transparent 72%),
      linear-gradient(180deg, #02050a, #050b15 52%, #03060b);
  }
  .dao-pires-bio-page .hero-photo-wrap { width: min(80vw, 430px); }
  .dao-pires-bio-page .hero-photo-wrap::before { inset-inline: -16%; }
  .dao-pires-bio-page .photo-frame { overflow: visible; -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 90%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0, #000 90%, transparent 100%); }
  .dao-pires-bio-page .photo-frame::before { inset: 7% -4% 8%; }
  .dao-pires-bio-page .photo-frame::after { inset: 12% -11% 10%; }
  .dao-pires-bio-page .photo-frame img { filter: saturate(.95) contrast(1.04) drop-shadow(0 20px 30px rgba(0,0,0,.32)); }
  .dao-pires-bio-page .photo-caption { bottom: 7%; }
  .dao-pires-bio-page .quick-links-section { grid-template-columns: minmax(0, 720px); text-align: center; }
  .dao-pires-bio-page .quick-links-grid { width: 100%; margin-inline: auto; }
  .dao-pires-bio-page .club-card { grid-template-columns: 1fr; text-align: center; }
  .dao-pires-bio-page .club-copy { justify-self: center; }
  .dao-pires-bio-page .club-copy .section-eyebrow { justify-content: center; }
  .dao-pires-bio-page .club-copy .button { margin-inline: auto; }
  .dao-pires-bio-page .featured-section .split-heading .text-link { justify-self: center; }
  .dao-pires-bio-page .about-layout-no-image .about-copy { text-align: left; }
  .dao-pires-bio-page .about-layout-no-image .section-heading { text-align: center; }
}

@media (max-width: 700px) {
  .dao-pires-bio-page .section-heading { margin-inline: auto; text-align: center; }
  .dao-pires-bio-page .section-heading .section-eyebrow { justify-content: center; }
  .dao-pires-bio-page .section-heading .section-description { margin-inline: auto; }
  .dao-pires-bio-page .filter-row { justify-content: center; margin-inline: 0; padding-inline: 0; }
  .dao-pires-bio-page .footer-social-area { justify-content: center; text-align: center; }
  .dao-pires-bio-page .footer-social-area .section-eyebrow { justify-content: center; }
  .dao-pires-bio-page .footer-social-links { justify-content: center; }
  .dao-pires-bio-page .footer-main { grid-template-columns: 1fr 1fr; gap: 50px 26px; text-align: center; }
  .dao-pires-bio-page .footer-main > div:first-child { grid-column: 1 / -1; }
  .dao-pires-bio-page .footer-main .brand { margin-inline: auto; }
  .dao-pires-bio-page .footer-main > div:first-child > p { margin-inline: auto; }
  .dao-pires-bio-page .footer-links { justify-items: center; }
  .dao-pires-bio-page .footer-links a { justify-content: center; }
  .dao-pires-bio-page .footer-bottom { justify-items: center; text-align: center; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .hero-photo-wrap { width: min(88vw, 374px); }
  .dao-pires-bio-page .photo-energy { inset-inline: -12%; }
  .dao-pires-bio-page .photo-tech::before, .dao-pires-bio-page .photo-tech::after { width: 38px; height: 14px; }
  .dao-pires-bio-page .quick-links-section { padding-inline: 15px; }
  .dao-pires-bio-page .section { padding-inline: 15px; }
  .dao-pires-bio-page .filter-row { padding-inline: 0; }
  .dao-pires-bio-page .footer-main { grid-template-columns: 1fr; }
  .dao-pires-bio-page .footer-main > div:first-child { grid-column: auto; }
}

/* V5 — ajustes cirúrgicos solicitados na revisão visual */
.dao-pires-bio-page .hero-copy > .eyebrow + h1 { margin-top: 22px; }
.dao-pires-bio-page .photo-frame::before {
  background:
    radial-gradient(ellipse 33% 25% at 50% 21%, rgba(1,4,9,.96), rgba(2,7,15,.75) 54%, transparent 100%),
    radial-gradient(circle at 50% 46%, rgba(18,99,216,.25), rgba(9,42,97,.07) 48%, transparent 72%);
}
.dao-pires-bio-page .photo-marketing-layer { position: absolute; z-index: 1; inset: 8% -8% 10%; pointer-events: none; }
.dao-pires-bio-page .photo-marketing-layer span {
  position: absolute;
  min-width: 52px;
  padding: 7px 10px;
  border: 1px solid rgba(111,169,248,.22);
  border-radius: 999px;
  color: rgba(205,227,255,.56);
  background: rgba(4,13,28,.62);
  box-shadow: 0 8px 26px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(8px);
  font: 750 8px/1 monospace;
  letter-spacing: .16em;
  text-align: center;
  animation: marketing-signal-float 5.8s ease-in-out infinite;
}
.dao-pires-bio-page .photo-marketing-layer span:nth-child(1) { left: 0; top: 25%; }
.dao-pires-bio-page .photo-marketing-layer span:nth-child(2) { right: 8%; top: 18%; animation-delay: -1.4s; }
.dao-pires-bio-page .photo-marketing-layer span:nth-child(3) { left: 4%; bottom: 25%; animation-delay: -2.8s; }
.dao-pires-bio-page .photo-marketing-layer span:nth-child(4) { right: 7%; bottom: 31%; animation-delay: -4.2s; }
@keyframes marketing-signal-float {
  0%, 100% { transform: translate3d(0,0,0); opacity: .48; }
  50% { transform: translate3d(0,-9px,0); opacity: .86; }
}

.dao-pires-bio-page .services-grid { grid-auto-rows: 1fr; align-items: stretch; }
.dao-pires-bio-page .service-card,
.dao-pires-bio-page .service-performance,
.dao-pires-bio-page .service-card:not(.service-performance) {
  min-height: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.dao-pires-bio-page .service-card .service-top { margin-bottom: 0; }
.dao-pires-bio-page .service-card h3 { margin-top: 70px; }
.dao-pires-bio-page .service-card ul { margin-top: auto; padding-top: 30px; }

.dao-pires-bio-page .featured-list { scroll-margin-top: 94px; }
.dao-pires-bio-page .featured-list article { grid-template-columns: 38px 48px minmax(220px,.8fr) 1fr auto; }
.dao-pires-bio-page .featured-section .text-link svg { transition: transform .2s ease; }
.dao-pires-bio-page .featured-section .text-link:hover svg { transform: translateY(3px); }

.dao-pires-bio-page .paths-section .section-heading { text-align: center; }
.dao-pires-bio-page .path-card { align-items: center; text-align: center; }
.dao-pires-bio-page .path-top { width: 100%; justify-content: center; }
.dao-pires-bio-page .path-card h3 { width: 100%; }
.dao-pires-bio-page .path-card p { max-width: 310px; margin-inline: auto; }
.dao-pires-bio-page .path-card b { width: 100%; justify-content: center; gap: 12px; }

.dao-pires-bio-page .about-layout { grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); }
.dao-pires-bio-page .about-photo {
  min-height: 600px;
  overflow: visible;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: #000;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 9%, #000 82%, transparent 100%), linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent, #000 9%, #000 82%, transparent 100%), linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
  mask-composite: intersect;
}
.dao-pires-bio-page .about-photo::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 9% 2% 8%;
  border: 1px solid transparent;
  border-top-color: rgba(102,164,250,.42);
  border-right-color: rgba(18,99,216,.16);
  border-bottom-color: rgba(63,132,230,.32);
  border-radius: 48% 52% 50% 46%;
  box-shadow: 0 0 42px rgba(18,99,216,.12), inset 0 0 52px rgba(18,99,216,.04);
  pointer-events: none;
  animation: about-orbit-drift 10s ease-in-out infinite;
}
.dao-pires-bio-page .about-photo::after {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 8% 0 7%;
  opacity: .5;
  background:
    radial-gradient(circle at 8% 28%, rgba(118,178,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 64%, rgba(75,146,241,.82) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 79%, rgba(48,119,222,.7) 0 1px, transparent 2px),
    linear-gradient(rgba(107,166,247,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107,166,247,.1) 1px, transparent 1px);
  background-size: auto, auto, auto, 30px 30px, 30px 30px;
  -webkit-mask-image: radial-gradient(ellipse 52% 66% at 50% 48%, transparent 0 66%, #000 80%);
  mask-image: radial-gradient(ellipse 52% 66% at 50% 48%, transparent 0 66%, #000 80%);
  pointer-events: none;
  animation: about-edge-scan 6.5s ease-in-out infinite;
}
.dao-pires-bio-page .about-photo img { position: relative; z-index: 1; filter: saturate(.94) contrast(1.04) drop-shadow(0 25px 42px rgba(0,0,0,.42)); animation: about-portrait-float 8s ease-in-out infinite; }
.dao-pires-bio-page .about-marketing-layer { z-index: 4; inset: 11% 1% 13%; }
.dao-pires-bio-page .about-marketing-layer span { color: rgba(218,234,255,.78); background: rgba(2,8,18,.78); border-color: rgba(95,158,245,.3); box-shadow: 0 8px 26px rgba(0,0,0,.35), 0 0 22px rgba(18,99,216,.12), inset 0 1px rgba(255,255,255,.05); }
.dao-pires-bio-page .about-marketing-layer span:nth-child(1) { left: 3%; top: 23%; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(2) { right: 3%; top: 29%; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(3) { left: 4%; bottom: 27%; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(4) { right: 4%; bottom: 22%; }
@keyframes about-orbit-drift {
  0%, 100% { transform: rotate(-2deg) scale(.99); opacity: .48; }
  50% { transform: rotate(2deg) scale(1.02); opacity: .9; }
}
@keyframes about-edge-scan {
  0%, 100% { transform: translate3d(0,7px,0); opacity: .34; }
  50% { transform: translate3d(0,-7px,0); opacity: .68; }
}
@keyframes about-portrait-float {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(0,-5px,0) scale(1.006); }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .hero-copy > .eyebrow + h1 { margin-top: 15px; }
  .dao-pires-bio-page .photo-frame::before { display: block; inset: 6% -4% 9%; }
  .dao-pires-bio-page .photo-marketing-layer { inset: 8% -4% 11%; }
  .dao-pires-bio-page .photo-marketing-layer span { min-width: 46px; padding: 6px 8px; font-size: 7px; }
  .dao-pires-bio-page .about-marketing-layer { inset: 11% 1% 13%; }
  .dao-pires-bio-page .service-card,
  .dao-pires-bio-page .service-performance,
  .dao-pires-bio-page .service-card:not(.service-performance) { min-height: 330px; }
  .dao-pires-bio-page .featured-list article { grid-template-columns: 34px 42px minmax(0,1fr) auto; }
  .dao-pires-bio-page .featured-list article h3 { grid-column: 3; }
  .dao-pires-bio-page .featured-list article p { grid-column: 3 / 5; }
  .dao-pires-bio-page .about-layout { grid-template-columns: 1fr; text-align: center; }
  .dao-pires-bio-page .about-photo { width: min(100%, 520px); min-height: 540px; margin-inline: auto; }
  .dao-pires-bio-page .about-copy .section-heading { margin-inline: auto; text-align: center; }
  .dao-pires-bio-page .about-copy .section-eyebrow { justify-content: center; }
  .dao-pires-bio-page .about-pillars { justify-content: center; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(1) { left: 2%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(2) { right: 8%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(3) { left: 5%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(4) { right: 7%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(1) { left: 3%; top: 23%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(2) { right: 3%; top: 29%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(3) { left: 4%; bottom: 27%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(4) { right: 4%; bottom: 22%; }
  .dao-pires-bio-page .service-card,
  .dao-pires-bio-page .service-performance,
  .dao-pires-bio-page .service-card:not(.service-performance) { min-height: 292px; }
  .dao-pires-bio-page .service-card h3 { margin-top: 36px; }
  .dao-pires-bio-page .featured-list article { grid-template-columns: 30px 38px minmax(0,1fr) auto; }
  .dao-pires-bio-page .featured-list article h3 { grid-column: 3; }
  .dao-pires-bio-page .featured-list article p { grid-column: 3 / 5; }
  .dao-pires-bio-page .path-card { min-height: 270px; }
  .dao-pires-bio-page .about-photo { min-height: 430px; }
  .dao-pires-bio-page .about-pillars { width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
  .dao-pires-bio-page .about-pillars span { min-width: 0; gap: 4px; padding: 7px 3px; font-size: 8px; }
  .dao-pires-bio-page .about-pillars svg { width: 11px; min-width: 11px; }
}

/* V6 — integração orgânica do Hero e direção visual profissional do Sobre */
.dao-pires-bio-page .hero-photo-wrap {
  background: radial-gradient(ellipse 62% 68% at 50% 47%, rgba(34,33,34,.78), rgba(16,17,20,.54) 55%, transparent 79%);
}
.dao-pires-bio-page .hero-photo-wrap::before {
  inset: 1% -20% -2%;
  background:
    radial-gradient(ellipse 54% 58% at 50% 43%, rgba(34,36,42,.86), rgba(17,20,27,.58) 53%, rgba(5,10,18,.12) 76%, transparent 84%),
    radial-gradient(circle at 50% 44%, rgba(48,126,238,.2), rgba(18,99,216,.07) 49%, transparent 73%);
  filter: blur(22px);
}
.dao-pires-bio-page .photo-frame {
  background: transparent;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0, #000 91%, transparent 100%);
}
.dao-pires-bio-page .photo-frame::before {
  inset: 1% -9% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 43%, transparent 0 28.7%, rgba(95,171,255,.82) 29%, rgba(20,111,240,.28) 29.45%, transparent 29.9%),
    radial-gradient(circle at 50% 43%, transparent 0 37%, rgba(57,137,247,.38) 37.2%, transparent 37.65%),
    radial-gradient(circle at 50% 43%, transparent 0 45%, rgba(54,128,230,.2) 45.2%, transparent 45.55%),
    radial-gradient(ellipse 53% 57% at 50% 45%, rgba(36,35,36,.96), rgba(21,22,25,.9) 53%, rgba(6,10,17,.3) 75%, transparent 86%);
  filter: drop-shadow(0 0 20px rgba(30,117,240,.2));
}
.dao-pires-bio-page .photo-frame img {
  filter: saturate(.94) contrast(1.045) drop-shadow(0 26px 38px rgba(0,0,0,.42));
}

.dao-pires-bio-page .about-photo {
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(90,153,240,.28);
  border-radius: 28px;
  background:
    radial-gradient(ellipse 72% 54% at 50% 36%, rgba(15,46,88,.18), transparent 66%),
    linear-gradient(150deg, #03070d, #000 48%, #020914);
  box-shadow: 0 30px 80px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.035);
  -webkit-mask-image: none;
  mask-image: none;
}
.dao-pires-bio-page .about-photo::before {
  z-index: 3;
  inset: 16px;
  border: 1px solid rgba(90,154,244,.18);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(91,158,249,.8), transparent) 0 0 / 82px 1px no-repeat,
    linear-gradient(180deg, rgba(91,158,249,.8), transparent) 0 0 / 1px 82px no-repeat,
    linear-gradient(270deg, rgba(91,158,249,.65), transparent) 100% 100% / 82px 1px no-repeat,
    linear-gradient(0deg, rgba(91,158,249,.65), transparent) 100% 100% / 1px 82px no-repeat;
  box-shadow: inset 0 0 54px rgba(18,99,216,.025);
  animation: about-frame-breathe 7s ease-in-out infinite;
}
.dao-pires-bio-page .about-photo::after {
  z-index: 3;
  inset: 17px;
  border-radius: 20px;
  opacity: .42;
  background:
    radial-gradient(circle at 7% 18%, rgba(119,181,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 93% 74%, rgba(73,148,246,.75) 0 2px, transparent 3px),
    linear-gradient(rgba(104,163,244,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,163,244,.08) 1px, transparent 1px);
  background-size: auto, auto, 32px 32px, 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 48% 62% at 50% 46%, transparent 0 73%, #000 88%);
  mask-image: radial-gradient(ellipse 48% 62% at 50% 46%, transparent 0 73%, #000 88%);
  animation: about-edge-scan 8s ease-in-out infinite;
}
.dao-pires-bio-page .about-photo img {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.9) contrast(1.055) brightness(.96) drop-shadow(0 25px 42px rgba(0,0,0,.45));
}
.dao-pires-bio-page .about-marketing-layer {
  z-index: 4;
  inset: 20px;
}
.dao-pires-bio-page .about-marketing-layer span {
  min-width: 48px;
  padding: 6px 8px;
  color: rgba(214,233,255,.78);
  background: rgba(2,8,18,.76);
  border-color: rgba(91,158,249,.28);
  box-shadow: 0 8px 24px rgba(0,0,0,.32), 0 0 18px rgba(18,99,216,.1), inset 0 1px rgba(255,255,255,.04);
  font-size: 7px;
}
.dao-pires-bio-page .about-marketing-layer span:nth-child(1) { left: 0; top: 8%; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(2) { right: 0; top: 8%; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(3) { left: 0; top: auto; bottom: 8%; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(4) { right: 0; top: auto; bottom: 8%; }
@keyframes about-frame-breathe {
  0%, 100% { opacity: .55; box-shadow: inset 0 0 42px rgba(18,99,216,.02); }
  50% { opacity: .92; box-shadow: inset 0 0 58px rgba(18,99,216,.055); }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .hero-photo-wrap { background-position: center; }
  .dao-pires-bio-page .about-photo { min-height: 540px; border-radius: 24px; }
  .dao-pires-bio-page .about-marketing-layer { inset: 16px; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .photo-frame::before { inset: 0 -7% 5%; }
  .dao-pires-bio-page .about-photo { min-height: 430px; border-radius: 20px; }
  .dao-pires-bio-page .about-photo::before, .dao-pires-bio-page .about-photo::after { inset: 11px; border-radius: 15px; }
  .dao-pires-bio-page .about-marketing-layer { inset: 12px; }
  .dao-pires-bio-page .about-marketing-layer span { min-width: 42px; padding: 5px 7px; font-size: 6px; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(1), .dao-pires-bio-page .about-marketing-layer span:nth-child(2) { top: 7%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(3), .dao-pires-bio-page .about-marketing-layer span:nth-child(4) { bottom: 7%; }
}

/* V7 — vendas em profundidade no Hero e prova visual por tipo de oferta */
.dao-pires-bio-page .hero-sales-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.dao-pires-bio-page .hero-sales-back { z-index: 1; }
.dao-pires-bio-page .hero-sales-front { z-index: 5; }
.dao-pires-bio-page .hero-sale {
  position: absolute;
  width: clamp(168px, 16vw, 210px);
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(112,170,248,.24);
  border-radius: 16px;
  color: #eef6ff;
  background: linear-gradient(135deg, rgba(10,18,31,.88), rgba(3,8,17,.72));
  box-shadow: 0 16px 38px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.055);
  backdrop-filter: blur(12px);
  animation: hero-sale-float 6.4s ease-in-out infinite;
}
.dao-pires-bio-page .hero-sales-back .hero-sale {
  opacity: .68;
  filter: saturate(.78) blur(.15px);
}
.dao-pires-bio-page .hero-sale-icon {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,132,50,.28);
  border-radius: 10px;
  color: #ff7a25;
  background: rgba(255,91,20,.09);
  box-shadow: 0 0 18px rgba(255,92,20,.1);
}
.dao-pires-bio-page .hero-sale-icon img { width: 18px; height: 18px; object-fit: contain; filter: drop-shadow(0 0 6px rgba(255,68,11,.26)); }
.dao-pires-bio-page .hero-sale-copy { min-width: 0; display: grid; gap: 3px; }
.dao-pires-bio-page .hero-sale-copy b { overflow: hidden; font-size: 10px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.dao-pires-bio-page .hero-sale-copy small { color: #7e8ea5; font: 700 7px/1.1 monospace; letter-spacing: .12em; text-transform: uppercase; }
.dao-pires-bio-page .hero-sale > strong { grid-column: 2; color: #75afff; font-size: 14px; line-height: 1; letter-spacing: -.02em; }
.dao-pires-bio-page .hero-sale.is-featured {
  width: clamp(190px, 18vw, 236px);
  border-color: rgba(69,145,248,.54);
  background: linear-gradient(135deg, rgba(10,42,91,.92), rgba(3,12,27,.87));
  box-shadow: 0 18px 48px rgba(0,0,0,.44), 0 0 30px rgba(18,99,216,.16), inset 0 1px rgba(255,255,255,.08);
}
.dao-pires-bio-page .hero-sale.is-featured .hero-sale-copy small { color: #9fc7ff; }
.dao-pires-bio-page .hero-sale.is-featured > strong { color: #fff; font-size: 17px; }
.dao-pires-bio-page .hero-sale-order-bump { left: -13%; top: 27%; animation-delay: -1.1s; }
.dao-pires-bio-page .hero-sale-upsell { right: -12%; top: 17%; animation-delay: -3.9s; }
.dao-pires-bio-page .hero-sale-principal { right: -10%; bottom: 19%; animation-delay: -2.2s; }
.dao-pires-bio-page .hero-sale-downsell { left: -11%; bottom: 10%; animation-delay: -5s; }
@keyframes hero-sale-float {
  0%, 100% { transform: translate3d(0,0,0) rotate(-.35deg); }
  50% { transform: translate3d(0,-7px,0) rotate(.35deg); }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .hero-sale { width: 160px; min-height: 56px; grid-template-columns: 30px minmax(0,1fr); gap: 7px; padding: 8px 9px; border-radius: 14px; }
  .dao-pires-bio-page .hero-sale-icon { width: 30px; height: 30px; border-radius: 9px; }
  .dao-pires-bio-page .hero-sale-copy b { font-size: 9px; }
  .dao-pires-bio-page .hero-sale-copy small { font-size: 6px; }
  .dao-pires-bio-page .hero-sale > strong { font-size: 12px; }
  .dao-pires-bio-page .hero-sale.is-featured { width: 176px; }
  .dao-pires-bio-page .hero-sale.is-featured > strong { font-size: 14px; }
  .dao-pires-bio-page .hero-sale-order-bump { left: -5%; top: 29%; }
  .dao-pires-bio-page .hero-sale-upsell { right: -4%; top: 18%; }
  .dao-pires-bio-page .hero-sale-principal { right: -2%; bottom: 18%; }
  .dao-pires-bio-page .hero-sale-downsell { left: -3%; bottom: 8%; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .hero-sale { width: 132px; min-height: 48px; grid-template-columns: 25px minmax(0,1fr); gap: 6px; padding: 7px; border-radius: 12px; }
  .dao-pires-bio-page .hero-sale-icon { width: 25px; height: 25px; border-radius: 8px; }
  .dao-pires-bio-page .hero-sale-icon img { width: 14px; height: 14px; }
  .dao-pires-bio-page .hero-sale-copy b { font-size: 7px; }
  .dao-pires-bio-page .hero-sale-copy small { font-size: 5px; letter-spacing: .08em; }
  .dao-pires-bio-page .hero-sale > strong { font-size: 10px; }
  .dao-pires-bio-page .hero-sale.is-featured { width: 150px; }
  .dao-pires-bio-page .hero-sale.is-featured > strong { font-size: 12px; }
  .dao-pires-bio-page .hero-sale-order-bump { left: 0; top: 30%; }
  .dao-pires-bio-page .hero-sale-upsell { right: 0; top: 19%; }
  .dao-pires-bio-page .hero-sale-principal { right: 0; bottom: 18%; }
  .dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 7%; }
}

/* V8 — comissões no Sobre sem interferir no retrato */
.dao-pires-bio-page .about-photo::before {
  z-index: 3;
  inset: 14px;
  border: 0;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(91,158,249,.76), transparent) 0 0 / 86px 1px no-repeat,
    linear-gradient(180deg, rgba(91,158,249,.76), transparent) 0 0 / 1px 86px no-repeat,
    linear-gradient(270deg, rgba(91,158,249,.64), transparent) 100% 100% / 86px 1px no-repeat,
    linear-gradient(0deg, rgba(91,158,249,.64), transparent) 100% 100% / 1px 86px no-repeat;
  box-shadow: none;
  animation: about-frame-breathe 7s ease-in-out infinite;
}
.dao-pires-bio-page .about-photo::after {
  z-index: 3;
  inset: 15px;
  border-radius: 19px;
  opacity: .32;
  background:
    radial-gradient(circle at 4% 28%, rgba(118,180,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 96% 72%, rgba(75,148,244,.8) 0 2px, transparent 3px),
    linear-gradient(rgba(104,163,244,.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,163,244,.085) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px, 28px 28px;
  -webkit-mask-image: linear-gradient(90deg, #000 0, rgba(0,0,0,.85) 11%, transparent 27%, transparent 73%, rgba(0,0,0,.85) 89%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0, rgba(0,0,0,.85) 11%, transparent 27%, transparent 73%, rgba(0,0,0,.85) 89%, #000 100%);
  animation: about-edge-scan 8s ease-in-out infinite;
}
.dao-pires-bio-page .about-sales-layer {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}
.dao-pires-bio-page .about-sale {
  --sale-index: 0;
  position: absolute;
  top: 20px;
  width: 150px;
  min-height: 52px;
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(102,165,250,.28);
  border-radius: 14px;
  color: #eef6ff;
  background: linear-gradient(135deg, rgba(6,16,31,.92), rgba(2,8,17,.8));
  box-shadow: 0 14px 34px rgba(0,0,0,.38), 0 0 20px rgba(18,99,216,.08), inset 0 1px rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
  opacity: 0;
  animation: about-commission-reveal 14s ease-in-out infinite;
}
.dao-pires-bio-page .about-sale-left { left: 20px; }
.dao-pires-bio-page .about-sale-right { right: 20px; }
.dao-pires-bio-page .about-sale-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,125,43,.26);
  border-radius: 9px;
  color: #ff7a25;
  background: rgba(255,91,20,.08);
}
.dao-pires-bio-page .about-sale-icon img { width: 16px; height: 16px; object-fit: contain; filter: drop-shadow(0 0 6px rgba(255,68,11,.24)); }
.dao-pires-bio-page .about-sale > span:last-child { min-width: 0; display: grid; gap: 3px; }
.dao-pires-bio-page .about-sale small { overflow: hidden; color: #8392a7; font: 700 6px/1 monospace; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.dao-pires-bio-page .about-sale strong { font-size: 13px; line-height: 1; }
.dao-pires-bio-page .about-sale.is-featured {
  width: 164px;
  border-color: rgba(70,147,249,.5);
  background: linear-gradient(135deg, rgba(10,43,92,.94), rgba(3,12,27,.9));
  box-shadow: 0 16px 40px rgba(0,0,0,.44), 0 0 26px rgba(18,99,216,.15), inset 0 1px rgba(255,255,255,.07);
}
.dao-pires-bio-page .about-sale.is-featured small { color: #acd0ff; }
.dao-pires-bio-page .about-sale.is-featured strong { color: #fff; font-size: 15px; }
.dao-pires-bio-page .about-sale-order-bump { animation-delay: 0s; }
.dao-pires-bio-page .about-sale-downsell { animation-delay: -7s; }
.dao-pires-bio-page .about-sale-principal { animation-delay: -2s; }
.dao-pires-bio-page .about-sale-upsell { animation-delay: -9s; }
@keyframes about-commission-reveal {
  0%, 5%, 48%, 100% { opacity: 0; transform: translate3d(0,-9px,0) scale(.96); }
  12%, 40% { opacity: .94; transform: translate3d(0,0,0) scale(1); }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .about-photo::before { inset: 10px; border-radius: 15px; }
  .dao-pires-bio-page .about-photo::after { inset: 11px; border-radius: 14px; }
  .dao-pires-bio-page .about-sale { top: 12px; width: 122px; min-height: 44px; grid-template-columns: 24px minmax(0,1fr); gap: 6px; padding: 6px 7px; border-radius: 11px; }
  .dao-pires-bio-page .about-sale-left { left: 12px; }
  .dao-pires-bio-page .about-sale-right { right: 12px; }
  .dao-pires-bio-page .about-sale-icon { width: 24px; height: 24px; border-radius: 7px; }
  .dao-pires-bio-page .about-sale-icon img { width: 12px; height: 12px; }
  .dao-pires-bio-page .about-sale small { font-size: 5px; letter-spacing: .07em; }
  .dao-pires-bio-page .about-sale strong { font-size: 10px; }
  .dao-pires-bio-page .about-sale.is-featured { width: 132px; }
  .dao-pires-bio-page .about-sale.is-featured strong { font-size: 11px; }
}

/* V9 — botões sociais maiores e mais vivos no rodapé mobile */
@media (max-width: 700px) {
  .dao-pires-bio-page .footer-social-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px 8px;
  }
  .dao-pires-bio-page .footer-social-links a {
    min-height: 48px;
    justify-content: center;
    gap: 8px;
    padding: 0 10px;
    border-color: rgba(106,166,247,.2);
    background: rgba(8,18,33,.68);
    font-size: 11px;
  }
  .dao-pires-bio-page .footer-social-links svg { width: 17px; height: 17px; flex-basis: 17px; }
  .dao-pires-bio-page .footer-social-links a:last-child {
    grid-column: 1 / -1;
    width: min(100%, 250px);
    justify-self: center;
  }

  .dao-pires-bio-page .footer-connect-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px 8px;
  }
  .dao-pires-bio-page .footer-connect-grid a {
    position: relative;
    min-height: 43px;
    overflow: hidden;
    justify-content: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid rgba(96,158,243,.2);
    border-radius: 999px;
    color: #aebdd0;
    background: linear-gradient(135deg, rgba(8,19,36,.78), rgba(3,9,18,.66));
    box-shadow: inset 0 1px rgba(255,255,255,.035);
    font-size: 11px;
    transition: color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    animation: footer-connect-glow 5.8s ease-in-out infinite;
  }
  .dao-pires-bio-page .footer-connect-grid a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 22%, rgba(104,171,255,.16) 46%, rgba(255,255,255,.14) 50%, rgba(104,171,255,.12) 54%, transparent 78%);
    transform: translateX(-130%);
    animation: footer-connect-scan 5.8s ease-in-out infinite;
    pointer-events: none;
  }
  .dao-pires-bio-page .footer-connect-grid a:nth-child(2), .dao-pires-bio-page .footer-connect-grid a:nth-child(2)::before { animation-delay: -1.45s; }
  .dao-pires-bio-page .footer-connect-grid a:nth-child(3), .dao-pires-bio-page .footer-connect-grid a:nth-child(3)::before { animation-delay: -2.9s; }
  .dao-pires-bio-page .footer-connect-grid a:nth-child(4), .dao-pires-bio-page .footer-connect-grid a:nth-child(4)::before { animation-delay: -4.35s; }
  .dao-pires-bio-page .footer-connect-grid a:last-child {
    grid-column: 1 / -1;
    width: min(100%, 250px);
    min-height: 46px;
  }
  .dao-pires-bio-page .footer-connect-grid a:hover {
    color: #fff;
    border-color: rgba(91,158,249,.58);
    box-shadow: 0 0 24px rgba(18,99,216,.16), inset 0 1px rgba(255,255,255,.06);
    transform: translateY(-2px);
  }
  .dao-pires-bio-page .footer-connect-grid svg { width: 16px; height: 16px; flex: 0 0 16px; }
}

@keyframes footer-connect-glow {
  0%, 100% { border-color: rgba(96,158,243,.18); box-shadow: 0 0 0 rgba(18,99,216,0), inset 0 1px rgba(255,255,255,.035); }
  50% { border-color: rgba(96,158,243,.48); box-shadow: 0 0 22px rgba(18,99,216,.13), inset 0 1px rgba(255,255,255,.06); }
}
@keyframes footer-connect-scan {
  0%, 18% { transform: translateX(-130%); opacity: 0; }
  42%, 58% { opacity: 1; }
  82%, 100% { transform: translateX(130%); opacity: 0; }
}

/* V10 — cards robustos para Serviços em Destaque */
.dao-pires-bio-page .featured-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 35%, rgba(18,99,216,.1), transparent 30%),
    radial-gradient(circle at 90% 78%, rgba(43,117,224,.08), transparent 30%),
    linear-gradient(180deg, #060b13, #03070d);
}
.dao-pires-bio-page .featured-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(111,169,248,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(111,169,248,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 72% 78% at 50% 52%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse 72% 78% at 50% 52%, #000, transparent 78%);
  pointer-events: none;
}
.dao-pires-bio-page .featured-section > * { position: relative; z-index: 1; }
.dao-pires-bio-page .featured-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin-top: 52px;
  border: 0;
}
.dao-pires-bio-page .featured-list article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 26px;
  border: 1px solid rgba(102,163,246,.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 4%, rgba(26,104,218,.2), transparent 35%),
    linear-gradient(145deg, rgba(12,22,37,.96), rgba(5,10,18,.94));
  box-shadow: 0 18px 48px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.035);
  transition: transform .35s cubic-bezier(.2,.75,.25,1), border-color .35s ease, box-shadow .35s ease;
}
.dao-pires-bio-page .featured-list article:nth-child(2), .dao-pires-bio-page .featured-list article:nth-child(3) {
  background:
    radial-gradient(circle at 12% 96%, rgba(26,104,218,.18), transparent 36%),
    linear-gradient(145deg, rgba(10,19,33,.96), rgba(4,9,17,.94));
}
.dao-pires-bio-page .featured-list article::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(112deg, transparent 25%, rgba(87,156,249,.07) 46%, rgba(255,255,255,.055) 50%, rgba(87,156,249,.06) 54%, transparent 75%);
  transform: translateX(-125%);
  animation: featured-card-scan 7.5s ease-in-out infinite;
  pointer-events: none;
}
.dao-pires-bio-page .featured-list article::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 170px;
  height: 170px;
  right: -74px;
  bottom: -88px;
  border: 1px solid rgba(77,146,239,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(18,99,216,.025), 0 0 55px rgba(18,99,216,.1);
  pointer-events: none;
}
.dao-pires-bio-page .featured-list article:nth-child(2)::before { animation-delay: -1.8s; }
.dao-pires-bio-page .featured-list article:nth-child(3)::before { animation-delay: -3.6s; }
.dao-pires-bio-page .featured-list article:nth-child(4)::before { animation-delay: -5.4s; }
.dao-pires-bio-page .featured-list article:nth-child(5)::before { animation-delay: -7.2s; }
.dao-pires-bio-page .featured-list article:hover {
  border-color: rgba(89,157,249,.52);
  background-color: transparent;
  box-shadow: 0 24px 62px rgba(0,0,0,.34), 0 0 34px rgba(18,99,216,.12), inset 0 1px rgba(255,255,255,.055);
  transform: translateY(-7px);
}
.dao-pires-bio-page .featured-list article:focus-within {
  border-color: rgba(108,177,255,.72);
  box-shadow: 0 0 0 3px rgba(18,99,216,.2), 0 24px 62px rgba(0,0,0,.34);
}
.dao-pires-bio-page .featured-card-head {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
}
.dao-pires-bio-page .featured-list .featured-number {
  min-width: 38px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(105,166,248,.2);
  border-radius: 999px;
  color: #7194c8;
  background: rgba(18,99,216,.06);
  font: 800 9px/1 monospace;
  letter-spacing: .12em;
}
.dao-pires-bio-page .featured-icon {
  width: 56px;
  height: 56px;
  border-color: rgba(78,150,248,.42);
  border-radius: 17px;
  color: #84b9ff;
  background: linear-gradient(145deg, rgba(18,99,216,.24), rgba(9,42,97,.1));
  box-shadow: 0 0 28px rgba(18,99,216,.12), inset 0 1px rgba(255,255,255,.05);
  animation: featured-icon-energy 5.2s ease-in-out infinite;
}
.dao-pires-bio-page .featured-icon svg { width: 25px; height: 25px; stroke-width: 1.55; }
.dao-pires-bio-page .featured-motif {
  justify-self: end;
  width: 112px;
  height: 50px;
  display: flex;
  align-items: end;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(100,161,245,.14);
  border-radius: 13px;
  background: rgba(3,10,21,.52);
}
.dao-pires-bio-page .featured-motif i {
  flex: 1;
  height: 28%;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(180deg, #4b9cff, #17467f);
  box-shadow: 0 0 12px rgba(53,135,247,.16);
  transform-origin: bottom;
  animation: featured-bars 3.8s ease-in-out infinite;
}
.dao-pires-bio-page .featured-motif i:nth-child(2) { height: 68%; animation-delay: -.8s; }
.dao-pires-bio-page .featured-motif i:nth-child(3) { height: 48%; animation-delay: -1.6s; }
.dao-pires-bio-page .featured-motif i:nth-child(4) { height: 86%; animation-delay: -2.4s; }
.dao-pires-bio-page .featured-service-visual {
  position: relative;
  z-index: 1;
  width: calc(100% + 52px);
  aspect-ratio: 12 / 5;
  display: block;
  overflow: hidden;
  margin: 22px -26px 0;
  border-top: 1px solid rgba(100,161,245,.16);
  border-bottom: 1px solid rgba(100,161,245,.12);
  background: #030817;
}
.dao-pires-bio-page .featured-service-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 48px rgba(0,0,0,.32);
  pointer-events: none;
}
.dao-pires-bio-page .featured-service-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.75,.25,1), filter .55s ease;
}
.dao-pires-bio-page .featured-service-visual-landing img,
.dao-pires-bio-page .featured-service-visual-social img {
  object-fit: contain;
  object-position: 50% 50%;
  padding: 10px 14px;
}
.dao-pires-bio-page .featured-service-visual-social img { padding-inline: 12px; }
.dao-pires-bio-page .featured-list article:hover .featured-service-visual img {
  transform: scale(1.018);
  filter: brightness(1.06);
}
.dao-pires-bio-page .featured-list article:hover .featured-service-visual-landing img,
.dao-pires-bio-page .featured-list article:hover .featured-service-visual-social img {
  transform: scale(1.008);
}
.dao-pires-bio-page .featured-card-link {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
}
.dao-pires-bio-page .featured-card-link:focus-visible { outline: 0; }
.dao-pires-bio-page .featured-list h3 {
  max-width: 430px;
  margin: 25px 0 14px;
  color: #fff;
  font-size: clamp(27px, 2.65vw, 39px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.dao-pires-bio-page .featured-list p {
  max-width: 500px;
  margin: 0;
  color: #9da9ba;
  font-size: 14px;
  line-height: 1.7;
}
.dao-pires-bio-page .featured-card-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 26px;
}
.dao-pires-bio-page .featured-card-footer > span {
  color: #6682a9;
  font: 800 7px/1 monospace;
  letter-spacing: .16em;
}
.dao-pires-bio-page .featured-arrow {
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 1px solid rgba(91,157,247,.28);
  border-radius: 50%;
  color: #7fb5ff;
  background: rgba(18,99,216,.08);
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.dao-pires-bio-page .featured-list article:hover .featured-arrow { color: #fff; background: rgba(18,99,216,.2); transform: translate(2px,-2px); }
@keyframes featured-card-scan {
  0%, 24% { transform: translateX(-125%); opacity: 0; }
  45%, 58% { opacity: 1; }
  82%, 100% { transform: translateX(125%); opacity: 0; }
}
@keyframes featured-icon-energy {
  0%, 100% { border-color: rgba(78,150,248,.32); box-shadow: 0 0 18px rgba(18,99,216,.08), inset 0 1px rgba(255,255,255,.045); }
  50% { border-color: rgba(105,174,255,.64); box-shadow: 0 0 32px rgba(18,99,216,.2), inset 0 1px rgba(255,255,255,.08); }
}
@keyframes featured-bars {
  0%, 100% { transform: scaleY(.72); opacity: .58; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .featured-list { grid-template-columns: 1fr; gap: 14px; }
  .dao-pires-bio-page .featured-list article { min-height: 292px; padding: 24px; }
  .dao-pires-bio-page .featured-service-visual { width: calc(100% + 48px); margin: 20px -24px 0; }
  .dao-pires-bio-page .featured-list h3 { margin-top: 24px; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .featured-list { margin-top: 42px; }
  .dao-pires-bio-page .featured-list article { min-height: 276px; padding: 20px; border-radius: 18px; }
  .dao-pires-bio-page .featured-card-head { grid-template-columns: auto auto 1fr; gap: 9px; }
  .dao-pires-bio-page .featured-list .featured-number { min-width: 34px; height: 26px; font-size: 8px; }
  .dao-pires-bio-page .featured-icon { width: 48px; height: 48px; border-radius: 14px; }
  .dao-pires-bio-page .featured-icon svg { width: 21px; height: 21px; }
  .dao-pires-bio-page .featured-motif { width: 84px; height: 42px; padding: 8px; gap: 4px; }
  .dao-pires-bio-page .featured-service-visual { width: calc(100% + 40px); margin: 18px -20px 0; }
  .dao-pires-bio-page .featured-service-visual-landing img { padding: 12px 15px; }
  .dao-pires-bio-page .featured-service-visual-social img { padding: 11px 13px; }
  .dao-pires-bio-page .featured-list h3 { grid-column: auto; margin: 22px 0 12px; font-size: 28px; }
  .dao-pires-bio-page .featured-list p { grid-column: auto; font-size: 13px; line-height: 1.65; }
  .dao-pires-bio-page .featured-card-footer { padding-top: 22px; }
}

/* V11 — retrato Sobre alinhado ao universo visual do Hero */
.dao-pires-bio-page .about-photo {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 36%, rgba(22,88,181,.25), transparent 34%),
    radial-gradient(ellipse 82% 70% at 50% 50%, rgba(7,27,58,.34), transparent 72%),
    linear-gradient(155deg, #030812 0%, #000 48%, #020813 100%);
  box-shadow: 0 34px 90px rgba(0,0,0,.48), 0 0 54px rgba(18,99,216,.1), inset 0 1px rgba(255,255,255,.045);
}
.dao-pires-bio-page .about-photo img { z-index: 3; }
.dao-pires-bio-page .about-orbits,
.dao-pires-bio-page .about-energy,
.dao-pires-bio-page .about-marketing-layer,
.dao-pires-bio-page .about-photo-caption { position: absolute; pointer-events: none; }
.dao-pires-bio-page .about-orbits {
  z-index: 4;
  inset: 4% -7% 5%;
  opacity: .72;
  -webkit-mask-image: radial-gradient(ellipse 39% 54% at 50% 43%, transparent 0 70%, #000 84%);
  mask-image: radial-gradient(ellipse 39% 54% at 50% 43%, transparent 0 70%, #000 84%);
}
.dao-pires-bio-page .about-orbits i { position: absolute; border-radius: 50%; }
.dao-pires-bio-page .about-orbits i:nth-child(1) {
  inset: 8% 9% 7%;
  border: 1px solid rgba(79,151,248,.42);
  box-shadow: 0 0 42px rgba(18,99,216,.13), inset 0 0 46px rgba(18,99,216,.05);
  animation: about-orbit-pulse 7s ease-in-out infinite;
}
.dao-pires-bio-page .about-orbits i:nth-child(2) {
  inset: 16% 2% 2% 14%;
  border: 1px dashed rgba(115,176,255,.25);
  animation: about-orbit-spin 24s linear infinite;
}
.dao-pires-bio-page .about-orbits i:nth-child(3) {
  inset: 25% 18% 15% 1%;
  border: 1px solid rgba(55,129,230,.18);
  animation: about-orbit-spin 32s linear infinite reverse;
}
.dao-pires-bio-page .about-energy { z-index: 5; inset: 7% 3% 8%; }
.dao-pires-bio-page .about-energy i { position: absolute; width: 5px; height: 5px; border: 1px solid #79b2ff; border-radius: 50%; background: #0b3978; box-shadow: 0 0 14px rgba(65,145,255,.85); animation: about-node-pulse 3.8s ease-in-out infinite; }
.dao-pires-bio-page .about-energy i:nth-child(1) { left: 2%; top: 26%; }
.dao-pires-bio-page .about-energy i:nth-child(2) { right: 2%; top: 34%; animation-delay: -1s; }
.dao-pires-bio-page .about-energy i:nth-child(3) { left: 4%; bottom: 26%; animation-delay: -2s; }
.dao-pires-bio-page .about-energy i:nth-child(4) { right: 3%; bottom: 20%; animation-delay: -3s; }
.dao-pires-bio-page .about-marketing-layer { z-index: 6; inset: 18px; }
.dao-pires-bio-page .about-marketing-layer span {
  position: absolute;
  min-width: 48px;
  padding: 6px 8px;
  border: 1px solid rgba(89,156,247,.26);
  border-radius: 999px;
  color: rgba(190,220,255,.7);
  background: rgba(2,9,20,.7);
  box-shadow: 0 8px 24px rgba(0,0,0,.3), 0 0 18px rgba(18,99,216,.1), inset 0 1px rgba(255,255,255,.04);
  font: 700 7px/1 monospace;
  letter-spacing: .14em;
  text-align: center;
  backdrop-filter: blur(8px);
  animation: about-label-float 5.6s ease-in-out infinite;
}
.dao-pires-bio-page .about-marketing-layer span:nth-child(1) { left: 0; top: 31%; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(2) { right: 0; top: 38%; animation-delay: -1.4s; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(3) { left: 0; bottom: 31%; animation-delay: -2.8s; }
.dao-pires-bio-page .about-marketing-layer span:nth-child(4) { right: 0; bottom: 27%; animation-delay: -4.2s; }
.dao-pires-bio-page .about-photo-caption {
  z-index: 6;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  color: rgba(174,210,255,.54);
  font: 700 7px/1 monospace;
  letter-spacing: .18em;
}
.dao-pires-bio-page .about-sales-layer { z-index: 7; }
.dao-pires-bio-page .about-sale {
  top: auto;
  opacity: .92;
  animation: about-sale-float 6.8s ease-in-out infinite;
}
.dao-pires-bio-page .about-sale-order-bump { left: 20px; top: 9%; animation-delay: -1.1s; }
.dao-pires-bio-page .about-sale-upsell { right: 20px; top: 14%; animation-delay: -3.8s; }
.dao-pires-bio-page .about-sale-principal { right: 20px; bottom: 13%; animation-delay: -2.2s; }
.dao-pires-bio-page .about-sale-downsell { left: 20px; bottom: 8%; animation-delay: -5s; }
@keyframes about-orbit-pulse {
  0%, 100% { opacity: .45; transform: scale(.985); }
  50% { opacity: .9; transform: scale(1.015); }
}
@keyframes about-orbit-spin { to { transform: rotate(360deg); } }
@keyframes about-node-pulse {
  0%, 100% { opacity: .45; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.15); }
}
@keyframes about-label-float {
  0%, 100% { transform: translateY(0); opacity: .62; }
  50% { transform: translateY(-5px); opacity: .9; }
}
@keyframes about-sale-float {
  0%, 100% { transform: translate3d(0,0,0) rotate(-.25deg); }
  50% { transform: translate3d(0,-6px,0) rotate(.25deg); }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .about-orbits { inset: 5% -9% 5%; }
  .dao-pires-bio-page .about-marketing-layer { inset: 12px; }
  .dao-pires-bio-page .about-marketing-layer span { min-width: 38px; padding: 5px 6px; font-size: 5px; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(1) { top: 34%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(2) { top: 42%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(3) { bottom: 30%; }
  .dao-pires-bio-page .about-marketing-layer span:nth-child(4) { bottom: 24%; }
  .dao-pires-bio-page .about-photo-caption { left: 17px; right: 17px; bottom: 16px; font-size: 5px; }
  .dao-pires-bio-page .about-sale-order-bump { left: 12px; top: 7%; }
  .dao-pires-bio-page .about-sale-upsell { right: 12px; top: 11%; }
  .dao-pires-bio-page .about-sale-principal { right: 12px; bottom: 13%; }
  .dao-pires-bio-page .about-sale-downsell { left: 12px; bottom: 7%; }
}

/* V12 — vídeo original do Clube dos Criadores em mockup premium */
.dao-pires-bio-page .club-card {
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: clamp(30px, 5vw, 72px);
  background:
    radial-gradient(circle at 28% 45%, rgba(21,87,181,.26), transparent 36%),
    radial-gradient(circle at 82% 42%, rgba(9,42,97,.42), transparent 30%),
    linear-gradient(135deg, #07101c, #03060b 62%);
}
.dao-pires-bio-page .club-macbook {
  position: relative;
  z-index: 2;
  width: min(49vw, 720px);
  aspect-ratio: 3 / 2;
  justify-self: center;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.55));
  animation: club-macbook-float 7s ease-in-out infinite;
}
.dao-pires-bio-page .club-video-screen {
  position: absolute;
  z-index: 1;
  left: 11.35%;
  right: 11.35%;
  top: 8.6%;
  bottom: 16.6%;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 2.4% 2.4% 1% 1%;
  background: #000;
  box-shadow: 0 0 34px rgba(35,116,230,.2);
}
.dao-pires-bio-page .club-video-screen video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}
.dao-pires-bio-page .club-static-picture {
  position: absolute;
  inset: 0;
  display: block;
}
.dao-pires-bio-page .club-static-image { width: 100%; height: 100%; display: block; object-fit: contain; background: #000; }
.dao-pires-bio-page .club-frame-picture {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  pointer-events: none;
  user-select: none;
}
.dao-pires-bio-page .club-macbook-frame {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.dao-pires-bio-page .club-video-glow {
  position: absolute;
  z-index: 0;
  inset: 10% 7% 2%;
  border-radius: 40%;
  background: radial-gradient(ellipse, rgba(24,101,214,.24), transparent 67%);
  filter: blur(28px);
  animation: club-video-glow 5s ease-in-out infinite;
}
.dao-pires-bio-page .club-copy { z-index: 3; }
@keyframes club-macbook-float {
  0%, 100% { transform: translate3d(0,0,0) rotateX(0deg); }
  50% { transform: translate3d(0,-9px,0) rotateX(.7deg); }
}
@keyframes club-video-glow {
  0%, 100% { opacity: .48; transform: scale(.96); }
  50% { opacity: .95; transform: scale(1.035); }
}

@media (max-width: 1050px) {
  .dao-pires-bio-page .club-card { grid-template-columns: 1fr; }
  .dao-pires-bio-page .club-macbook { width: min(84vw, 700px); }
  .dao-pires-bio-page .club-copy { max-width: 680px; text-align: center; }
  .dao-pires-bio-page .club-copy .section-eyebrow { justify-content: center; }
  .dao-pires-bio-page .club-copy .button { margin-inline: auto; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .club-card { min-height: auto; gap: 28px; padding: 30px 12px 36px; }
  .dao-pires-bio-page .club-macbook { width: min(96vw, 470px); }
  .dao-pires-bio-page .club-copy { padding-inline: 10px; }
}

/* V13 — respiro entre indicadores e notificações do Hero */
.dao-pires-bio-page .photo-marketing-layer span:nth-child(1) { left: 0; top: 13%; }
.dao-pires-bio-page .photo-marketing-layer span:nth-child(2) { right: 6%; top: 7%; }
.dao-pires-bio-page .photo-marketing-layer span:nth-child(3) { left: 2%; bottom: 36%; }
.dao-pires-bio-page .photo-marketing-layer span:nth-child(4) { right: 6%; bottom: 32%; }
.dao-pires-bio-page .hero-sale-downsell { bottom: 18%; }
.dao-pires-bio-page .photo-caption { bottom: 6%; }

@media (max-width: 900px) {
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(1) { left: 2%; top: 15%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(2) { right: 7%; top: 7%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(3) { left: 3%; bottom: 39%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(4) { right: 7%; bottom: 34%; }
  .dao-pires-bio-page .hero-sale-downsell { bottom: 18%; }
  .dao-pires-bio-page .photo-caption { bottom: 5%; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(1) { left: 2%; top: 16%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(2) { right: 7%; top: 7%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(3) { left: 3%; bottom: 39%; }
  .dao-pires-bio-page .photo-marketing-layer span:nth-child(4) { right: 7%; bottom: 34%; }
  .dao-pires-bio-page .hero-sale-upsell { right: -2%; }
  .dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 9%; }
  .dao-pires-bio-page .photo-caption { bottom: 5%; }
}

/* V14 — redes sociais do Hero em composição 3 + 1 no mobile */
@media (max-width: 700px) {
  .dao-pires-bio-page .hero-social-links {
    width: max-content;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 38px);
    justify-content: center;
    justify-items: center;
    gap: 8px;
    margin-inline: auto;
  }
  .dao-pires-bio-page .hero-social-links a:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* V15 — mockup do Clube perfeitamente centralizado */
.dao-pires-bio-page .club-macbook { margin-inline: auto; }
@media (max-width: 1050px) {
  .dao-pires-bio-page .club-card { justify-items: center; }
  .dao-pires-bio-page .club-macbook {
    width: min(100%, 700px);
    grid-column: 1 / -1;
    justify-self: center;
  }
}
@media (max-width: 430px) {
  .dao-pires-bio-page .club-macbook { width: 100%; }
}

/* V16 — botões sociais do Hero maiores, robustos e animados */
@media (max-width: 700px) {
  .dao-pires-bio-page .hero-social-links {
    grid-template-columns: repeat(3, 52px);
    gap: 11px 12px;
  }
  .dao-pires-bio-page .hero-social-links a {
    width: 52px;
    min-height: 52px;
    padding: 0;
    justify-content: center;
    border-color: rgba(76,148,246,.34);
    background: linear-gradient(145deg, rgba(10,31,61,.88), rgba(3,10,21,.96));
    box-shadow: 0 10px 26px rgba(0,0,0,.34), 0 0 0 1px rgba(18,99,216,.06) inset;
    animation: hero-social-breathe 5.4s ease-in-out infinite;
  }
  .dao-pires-bio-page .hero-social-links a:nth-child(2) { animation-delay: -1.35s; }
  .dao-pires-bio-page .hero-social-links a:nth-child(3) { animation-delay: -2.7s; }
  .dao-pires-bio-page .hero-social-links a:nth-child(4) { animation-delay: -4.05s; }
  .dao-pires-bio-page .hero-social-links svg { width: 18px; height: 18px; flex-basis: 18px; }
  .dao-pires-bio-page .hero-social-links a:last-child {
    width: min(210px, 82vw);
    min-height: 48px;
    padding: 0 18px;
    border-radius: 15px;
  }
  .dao-pires-bio-page .hero-social-links a:last-child span { font-size: 10px; letter-spacing: .01em; }
}
@keyframes hero-social-breathe {
  0%, 100% { border-color: rgba(76,148,246,.3); box-shadow: 0 10px 26px rgba(0,0,0,.34), 0 0 0 1px rgba(18,99,216,.06) inset; }
  50% { border-color: rgba(92,166,255,.72); box-shadow: 0 12px 30px rgba(0,0,0,.4), 0 0 24px rgba(18,99,216,.24), 0 0 0 1px rgba(92,166,255,.1) inset; }
}

/* V17 — entradas limpas para Produtos e Serviços */
.dao-pires-bio-page [data-reveal="clean-heading"] {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity .78s ease-out, transform .9s cubic-bezier(.16,1,.3,1);
}
.dao-pires-bio-page [data-reveal="clean-link"] {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .65s ease-out .12s, transform .78s cubic-bezier(.16,1,.3,1) .12s;
}
.dao-pires-bio-page [data-reveal="clean-card"] {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.992);
  transition: opacity .72s ease-out, transform .88s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s ease;
}
.dao-pires-bio-page [data-reveal="clean-heading"].is-visible,
.dao-pires-bio-page [data-reveal="clean-link"].is-visible,
.dao-pires-bio-page [data-reveal="clean-card"].is-visible {
  opacity: 1;
  transform: none;
}
.dao-pires-bio-page .products-grid > [data-reveal="clean-card"]:nth-child(2),
.dao-pires-bio-page .featured-list > [data-reveal="clean-card"]:nth-child(2) { transition-delay: .07s; }
.dao-pires-bio-page .products-grid > [data-reveal="clean-card"]:nth-child(3),
.dao-pires-bio-page .featured-list > [data-reveal="clean-card"]:nth-child(3) { transition-delay: .14s; }
.dao-pires-bio-page .featured-list > [data-reveal="clean-card"]:nth-child(4) { transition-delay: .21s; }
.dao-pires-bio-page .featured-list > [data-reveal="clean-card"]:nth-child(5) { transition-delay: .28s; }
.dao-pires-bio-page .featured-list article[data-reveal="clean-card"].is-visible:hover,
.dao-pires-bio-page .product-card.is-clickable[data-reveal="clean-card"].is-visible:hover { transform: translateY(-6px); }

/* V18 — simplificações finais solicitadas */
.dao-pires-bio-page .club-video-screen video { pointer-events: none; user-select: none; }
.dao-pires-bio-page .paths-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; }
.dao-pires-bio-page .about-photo {
  isolation: auto;
  background: #000;
  border-color: rgba(255,255,255,.1);
  box-shadow: none;
}
.dao-pires-bio-page .about-photo::before,
.dao-pires-bio-page .about-photo::after { content: none; display: none; }
.dao-pires-bio-page .about-photo img {
  z-index: auto;
  filter: none;
  animation: none;
}
.dao-pires-bio-page .footer-navigation { width: 100%; min-width: 0; }
.dao-pires-bio-page .footer-navigation-columns {
  width: min(100%, 360px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.5vw, 18px);
}
.dao-pires-bio-page .footer-navigation-columns a { flex: 0 0 auto; white-space: nowrap; }

@media (max-width: 700px) {
  .dao-pires-bio-page .paths-grid { grid-template-columns: 1fr; max-width: 100%; }
  .dao-pires-bio-page .footer-navigation { grid-column: 1 / -1; }
  .dao-pires-bio-page .footer-navigation-columns { width: 100%; gap: clamp(9px, 3vw, 15px); }
  .dao-pires-bio-page .footer-navigation-columns a { font-size: 11px; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .final-topics { margin-top: 0; }
}

/* V19 — menu mobile adaptável também à altura da tela */
.dao-pires-bio-page .mobile-menu-panel {
  height: 100dvh;
  min-height: 0;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: max(18px, env(safe-area-inset-bottom));
  scrollbar-width: thin;
  scrollbar-color: rgba(92,166,255,.35) transparent;
}
.dao-pires-bio-page .mobile-menu-top { flex: 0 0 auto; }
.dao-pires-bio-page .mobile-menu nav {
  flex: 0 0 auto;
  margin: clamp(24px, 6svh, 54px) 0 clamp(18px, 4svh, 36px);
}
.dao-pires-bio-page .mobile-menu nav a {
  min-height: clamp(52px, 10svh, 70px);
  font-size: clamp(21px, 3.8svh, 25px);
}
.dao-pires-bio-page .mobile-menu-panel > .button { flex: 0 0 auto; }
.dao-pires-bio-page .mobile-socials {
  flex: 0 0 auto;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: clamp(14px, 3svh, 26px);
}
.dao-pires-bio-page .mobile-socials a { min-height: 34px; padding-inline: 10px; font-size: 9px; }

@media (max-height: 700px) {
  .dao-pires-bio-page .mobile-menu-panel { padding-top: 14px; }
  .dao-pires-bio-page .mobile-menu-top button { width: 38px; height: 38px; }
  .dao-pires-bio-page .mobile-menu nav { margin-block: 22px 18px; }
  .dao-pires-bio-page .mobile-menu nav a { min-height: 52px; font-size: 21px; }
  .dao-pires-bio-page .mobile-menu-panel > .button { min-height: 46px; }
  .dao-pires-bio-page .mobile-socials { margin-top: 0; padding-top: 16px; }
}

@media (max-height: 540px) {
  .dao-pires-bio-page .mobile-menu nav { margin-block: 16px 12px; }
  .dao-pires-bio-page .mobile-menu nav a { min-height: 46px; font-size: 19px; }
  .dao-pires-bio-page .mobile-menu-panel > .button { min-height: 42px; }
  .dao-pires-bio-page .mobile-socials { padding-top: 12px; }
}

/* V20 — CTA do WhatsApp alinhado à identidade azul */
.dao-pires-bio-page .whatsapp-cta { position: relative; justify-content: center; }
.dao-pires-bio-page .whatsapp-cta-content {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.dao-pires-bio-page .whatsapp-cta-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9px;
  color: #fff;
  background: rgba(2,12,28,.22);
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 5px 16px rgba(0,0,0,.16);
}
.dao-pires-bio-page .whatsapp-cta-icon svg { width: 16px; height: 16px; }
.dao-pires-bio-page .whatsapp-cta > svg:last-child { position: absolute; right: 16px; margin: 0; }

@media (max-width: 430px) {
  .dao-pires-bio-page .whatsapp-cta { padding-inline: 12px; font-size: 11px; }
  .dao-pires-bio-page .whatsapp-cta-icon { width: 26px; height: 26px; flex-basis: 26px; border-radius: 8px; }
  .dao-pires-bio-page .whatsapp-cta > svg:last-child { right: 12px; }
}

/* V21 — rodapé essencial sem o segundo bloco de redes */
.dao-pires-bio-page .footer-main {
  grid-template-columns: minmax(260px, 1fr) minmax(320px, auto);
  justify-content: space-between;
  gap: clamp(50px, 10vw, 140px);
}

@media (max-width: 700px) {
  .dao-pires-bio-page .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .dao-pires-bio-page .footer-main > div:first-child,
  .dao-pires-bio-page .footer-navigation { grid-column: 1; }
}

/* V22 — movimento contínuo e elegante nos links sociais principais do rodapé */
.dao-pires-bio-page .footer-social-links a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(91,158,249,.28);
  background: linear-gradient(135deg, rgba(9,22,41,.86), rgba(4,10,20,.76));
  box-shadow: inset 0 1px rgba(255,255,255,.045);
  animation: footer-social-pulse 5.6s ease-in-out infinite;
}
.dao-pires-bio-page .footer-social-links a::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(110deg, transparent 22%, rgba(104,171,255,.16) 46%, rgba(255,255,255,.13) 50%, rgba(104,171,255,.11) 54%, transparent 78%);
  transform: translateX(-135%);
  animation: footer-social-sheen 5.6s ease-in-out infinite;
  pointer-events: none;
}
.dao-pires-bio-page .footer-social-links a > * { position: relative; z-index: 1; }
.dao-pires-bio-page .footer-social-links a svg {
  animation: footer-social-icon 3.8s ease-in-out infinite;
  transition: color .25s ease, filter .25s ease;
}
.dao-pires-bio-page .footer-social-links a:nth-child(2),
.dao-pires-bio-page .footer-social-links a:nth-child(2)::before,
.dao-pires-bio-page .footer-social-links a:nth-child(2) svg { animation-delay: -1.4s; }
.dao-pires-bio-page .footer-social-links a:nth-child(3),
.dao-pires-bio-page .footer-social-links a:nth-child(3)::before,
.dao-pires-bio-page .footer-social-links a:nth-child(3) svg { animation-delay: -2.8s; }
.dao-pires-bio-page .footer-social-links a:nth-child(4),
.dao-pires-bio-page .footer-social-links a:nth-child(4)::before,
.dao-pires-bio-page .footer-social-links a:nth-child(4) svg { animation-delay: -4.2s; }
.dao-pires-bio-page .footer-social-links a:hover {
  border-color: rgba(101,172,255,.72);
  background: linear-gradient(135deg, rgba(13,42,82,.92), rgba(7,20,40,.88));
  box-shadow: 0 10px 28px rgba(18,99,216,.2), 0 0 24px rgba(18,99,216,.14), inset 0 1px rgba(255,255,255,.08);
}
.dao-pires-bio-page .footer-social-links a:hover svg {
  color: #a9d6ff;
  filter: drop-shadow(0 0 7px rgba(69,155,255,.72));
}

@keyframes footer-social-pulse {
  0%, 100% { border-color: rgba(91,158,249,.24); box-shadow: 0 0 0 rgba(18,99,216,0), inset 0 1px rgba(255,255,255,.04); }
  50% { border-color: rgba(101,172,255,.58); box-shadow: 0 0 24px rgba(18,99,216,.16), inset 0 1px rgba(255,255,255,.075); }
}
@keyframes footer-social-sheen {
  0%, 20% { transform: translateX(-135%); opacity: 0; }
  42%, 58% { opacity: 1; }
  80%, 100% { transform: translateX(135%); opacity: 0; }
}
@keyframes footer-social-icon {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.07); }
}

/* V23 — refinamentos exclusivos de desktop */

@media (min-width: 901px) {
  .dao-pires-bio-page .featured-list article:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
    justify-self: center;
  }
}

@media (min-width: 1051px) {
  .dao-pires-bio-page .club-card {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: clamp(28px, 4vw, 60px);
    padding: clamp(44px, 5vw, 72px);
  }
  .dao-pires-bio-page .club-macbook { width: min(100%, 660px); }
  .dao-pires-bio-page .club-copy { width: 100%; min-width: 0; }
  .dao-pires-bio-page .club-copy h2 { font-size: clamp(38px, 3.7vw, 58px); overflow-wrap: break-word; }
}

@media (min-width: 701px) {
  .dao-pires-bio-page .footer-social-area {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
  .dao-pires-bio-page .footer-social-area .section-eyebrow,
  .dao-pires-bio-page .footer-social-links { justify-content: center; }
  .dao-pires-bio-page .footer-main {
    width: min(100%, 900px);
    grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr);
    align-items: center;
    gap: clamp(50px, 8vw, 100px);
    margin-inline: auto;
  }
  .dao-pires-bio-page .footer-navigation { justify-items: center; }
}

/* V24 — curvatura do contato em uma faixa própria, sem sobrepor o conteúdo */
.dao-pires-bio-page .final-cta > p:not(.section-eyebrow) { margin-bottom: 10px; }
.dao-pires-bio-page .final-rings {
  position: relative;
  width: min(100%, 820px);
  height: clamp(46px, 4vw, 54px);
  flex: 0 0 clamp(46px, 4vw, 54px);
  left: auto;
  bottom: auto;
  overflow: hidden;
  margin: 0 0 16px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(39,121,235,.18), rgba(18,99,216,.055) 34%, transparent 70%),
    linear-gradient(90deg, transparent, rgba(18,99,216,.045) 32%, rgba(18,99,216,.07) 50%, rgba(18,99,216,.045) 68%, transparent);
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
}
.dao-pires-bio-page .final-rings::before {
  content: '';
  position: absolute;
  width: 154%;
  height: 210px;
  left: 50%;
  top: 21px;
  border: 1px solid rgba(77,151,255,.62);
  border-radius: 50%;
  box-shadow:
    0 -1px 0 rgba(170,211,255,.13),
    0 -12px 34px rgba(18,99,216,.16),
    inset 0 0 42px rgba(18,99,216,.08);
  transform: translateX(-50%);
  animation: final-horizon-breathe 4.8s ease-in-out infinite;
}
.dao-pires-bio-page .final-rings::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 17px;
  border: 1px solid rgba(197,226,255,.88);
  border-radius: 50%;
  background: #59a5ff;
  box-shadow: 0 0 0 5px rgba(18,99,216,.1), 0 0 20px rgba(71,153,255,.9);
  transform: translateX(-50%);
  animation: final-horizon-node 3.4s ease-in-out infinite;
}
.dao-pires-bio-page .final-topics { margin: 0 0 28px; }

@keyframes final-horizon-breathe {
  0%, 100% { opacity: .62; }
  50% { opacity: 1; }
}
@keyframes final-horizon-node {
  0%, 100% { opacity: .72; transform: translateX(-50%) scale(.84); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .dao-pires-bio-page { scroll-behavior: auto; }
  .dao-pires-bio-page *, .dao-pires-bio-page *::before, .dao-pires-bio-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .dao-pires-bio-page [data-reveal] { opacity: 1; transform: none; }
  .dao-pires-bio-page .marquee > div { animation: none; }
  .dao-pires-bio-page .club-mark::before, .dao-pires-bio-page .club-mark::after, .dao-pires-bio-page .club-macbook, .dao-pires-bio-page .club-video-glow, .dao-pires-bio-page .final-whatsapp-mark, .dao-pires-bio-page .final-rings::before, .dao-pires-bio-page .final-rings::after, .dao-pires-bio-page .orbit-one, .dao-pires-bio-page .orbit-two, .dao-pires-bio-page .photo-marketing-layer span, .dao-pires-bio-page .about-photo::before, .dao-pires-bio-page .about-photo::after, .dao-pires-bio-page .about-photo img, .dao-pires-bio-page .about-orbits i, .dao-pires-bio-page .about-energy i, .dao-pires-bio-page .about-marketing-layer span, .dao-pires-bio-page .hero-sale, .dao-pires-bio-page .about-sale, .dao-pires-bio-page .featured-list article::before, .dao-pires-bio-page .featured-icon, .dao-pires-bio-page .featured-motif i { animation: none; }
  .dao-pires-bio-page .about-sale { opacity: .92; }
}

/* V25 — orçamento de movimento, pintura e renderização fora da tela */
.dao-pires-bio-page [data-motion-section]:not(.is-motion-active),
.dao-pires-bio-page [data-motion-section]:not(.is-motion-active)::before,
.dao-pires-bio-page [data-motion-section]:not(.is-motion-active)::after,
.dao-pires-bio-page [data-motion-section]:not(.is-motion-active) *,
.dao-pires-bio-page [data-motion-section]:not(.is-motion-active) *::before,
.dao-pires-bio-page [data-motion-section]:not(.is-motion-active) *::after {
  animation-play-state: paused !important;
}

.dao-pires-bio-page .hero.is-motion-active .hero-sale,
.dao-pires-bio-page .hero.is-motion-active .orbit,
.dao-pires-bio-page .club-section.is-motion-active .club-macbook,
.dao-pires-bio-page .tools-section.is-motion-active .marquee > div {
  will-change: transform;
}

.dao-pires-bio-page .marquee { contain: layout paint; }

.dao-pires-bio-page .products-section { content-visibility: auto; contain-intrinsic-size: auto 1180px; }

/* V27 — navegação clara, cards inteiros clicáveis e CTAs robustos */
.dao-pires-bio-page .products-section,
.dao-pires-bio-page .featured-section { scroll-margin-top: 88px; }

.dao-pires-bio-page .product-card {
  position: relative;
  color: inherit;
  text-decoration: none;
  scroll-margin-top: 98px;
}
.dao-pires-bio-page .product-card.is-clickable,
.dao-pires-bio-page .featured-list article.is-clickable,
.dao-pires-bio-page .path-card,
.dao-pires-bio-page .quick-link { cursor: pointer; }
.dao-pires-bio-page .product-card.is-clickable:focus-visible,
.dao-pires-bio-page .path-card:focus-visible,
.dao-pires-bio-page .quick-link:focus-visible {
  outline: 2px solid #66a8ff;
  outline-offset: 4px;
  border-color: rgba(103,172,255,.76);
  box-shadow: 0 0 0 4px rgba(18,99,216,.16), 0 18px 46px rgba(0,0,0,.3);
}
.dao-pires-bio-page .product-card.is-clickable:hover .product-action {
  border-color: rgba(103,171,255,.58);
  background: linear-gradient(135deg, rgba(18,99,216,.34), rgba(9,42,97,.16));
  transform: translateY(-1px);
}
.dao-pires-bio-page .product-card.is-clickable:hover .product-action svg { transform: translate(2px,-2px); }
.dao-pires-bio-page .product-card.is-clickable:active,
.dao-pires-bio-page .path-card:active,
.dao-pires-bio-page .quick-link:active { transform: translateY(-2px) scale(.995) !important; }

.dao-pires-bio-page .product-card:target { animation: product-target-feedback 1.15s ease-out 1; }
@keyframes product-target-feedback {
  0% { border-color: rgba(105,177,255,.95); box-shadow: 0 0 0 0 rgba(18,99,216,.42), 0 18px 60px rgba(0,0,0,.18); }
  55% { border-color: rgba(91,162,255,.82); box-shadow: 0 0 0 8px rgba(18,99,216,.08), 0 0 36px rgba(18,99,216,.22); }
  100% { box-shadow: 0 18px 60px rgba(0,0,0,.14); }
}

.dao-pires-bio-page .featured-card-footer {
  min-height: 54px;
  padding: 9px 10px 9px 15px;
  border: 1px solid rgba(79,148,242,.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(18,99,216,.17), rgba(9,42,97,.08));
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.dao-pires-bio-page .featured-card-footer > .featured-card-action {
  color: #dcecff;
  font: 800 11px/1.2 Manrope, sans-serif;
  letter-spacing: -.01em;
}
.dao-pires-bio-page .featured-list article.is-clickable:hover .featured-card-footer,
.dao-pires-bio-page .featured-list article.is-clickable:focus-within .featured-card-footer {
  border-color: rgba(101,171,255,.56);
  background: linear-gradient(135deg, rgba(18,99,216,.3), rgba(9,42,97,.14));
  transform: translateY(-1px);
}
.dao-pires-bio-page .featured-list article.is-clickable:active { transform: translateY(-2px) scale(.997) !important; }

.dao-pires-bio-page .path-card b {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(79,148,242,.24);
  border-radius: 12px;
  color: #dcecff;
  background: rgba(18,99,216,.1);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.dao-pires-bio-page .path-card:hover b,
.dao-pires-bio-page .path-card:focus-visible b {
  border-color: rgba(101,171,255,.56);
  background: rgba(18,99,216,.2);
  transform: translateY(-1px);
}
.dao-pires-bio-page .path-card:hover b svg { transform: translateX(2px); }

@media (max-width: 700px) {
  .dao-pires-bio-page .product-card { scroll-margin-top: 84px; }
  .dao-pires-bio-page .product-action { min-height: 44px; }
  .dao-pires-bio-page .featured-card-footer { min-height: 50px; padding-inline: 13px 9px; }
  .dao-pires-bio-page .featured-card-footer > .featured-card-action { font-size: 10px; }
}
.dao-pires-bio-page .featured-section { content-visibility: auto; contain-intrinsic-size: auto 1260px; }
.dao-pires-bio-page .club-section { content-visibility: auto; contain-intrinsic-size: auto 760px; }
.dao-pires-bio-page .paths-section { content-visibility: auto; contain-intrinsic-size: auto 700px; }
.dao-pires-bio-page .tools-section { content-visibility: auto; contain-intrinsic-size: auto 210px; }
.dao-pires-bio-page .about-section { content-visibility: auto; contain-intrinsic-size: auto 860px; }
.dao-pires-bio-page .final-cta-section { content-visibility: auto; contain-intrinsic-size: auto 720px; }
.dao-pires-bio-page footer { content-visibility: auto; contain-intrinsic-size: auto 680px; }

@media (max-width: 900px) {
  .dao-pires-bio-page .site-header {
    background: rgba(3,6,11,.94);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .dao-pires-bio-page .photo-marketing-layer span,
  .dao-pires-bio-page .hero-sale { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .dao-pires-bio-page .hero-glow { filter: blur(36px); }
  .dao-pires-bio-page .products-section { contain-intrinsic-size: auto 1540px; }
  .dao-pires-bio-page .featured-section { contain-intrinsic-size: auto 1860px; }
  .dao-pires-bio-page .club-section { contain-intrinsic-size: auto 1040px; }
  .dao-pires-bio-page .paths-section { contain-intrinsic-size: auto 920px; }
  .dao-pires-bio-page .about-section { contain-intrinsic-size: auto 1120px; }
  .dao-pires-bio-page .final-cta-section { contain-intrinsic-size: auto 760px; }
  .dao-pires-bio-page footer { contain-intrinsic-size: auto 920px; }
}

/* V1.0.5 — guardas finais de cascata */
.dao-pires-bio-page .photo-frame img {
  filter: saturate(.86) contrast(1.04) brightness(.985) drop-shadow(0 26px 38px rgba(0,0,0,.42));
}
.dao-pires-bio-page .product-card {
  background-color: #08101b;
  border-color: rgba(81,149,241,.26);
  box-shadow: 0 20px 58px rgba(0,0,0,.28), 0 0 0 1px rgba(18,99,216,.035) inset;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dao-pires-bio-page .featured-list article {
  background-color: #08111e;
  border-color: rgba(91,157,246,.3);
  box-shadow: 0 20px 54px rgba(0,0,0,.32), 0 0 26px rgba(18,99,216,.07), inset 0 1px rgba(255,255,255,.045);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dao-pires-bio-page .featured-list article::before,
.dao-pires-bio-page .featured-icon,
.dao-pires-bio-page .featured-motif i { -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.dao-pires-bio-page .featured-list article.is-motion-active::before { will-change: transform; }

.dao-pires-bio-page .about-photo {
  isolation: isolate;
  overflow: hidden;
  min-height: 600px;
  border: 1px solid rgba(84,153,248,.32);
  border-radius: 28px;
  background: radial-gradient(circle at 50% 37%, rgba(26,105,218,.26), transparent 35%), radial-gradient(ellipse 88% 72% at 50% 52%, rgba(7,31,68,.32), transparent 73%), linear-gradient(155deg, #030812 0%, #000 49%, #020914 100%);
  box-shadow: 0 32px 86px rgba(0,0,0,.46), 0 0 52px rgba(18,99,216,.09), inset 0 1px rgba(255,255,255,.04);
}
.dao-pires-bio-page .about-photo::before,
.dao-pires-bio-page .about-photo::after { content: ''; display: block; }
.dao-pires-bio-page .about-photo::before {
  z-index: 1;
  inset: 8% 5% 7%;
  border: 1px solid rgba(88,158,250,.25);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 43%, transparent 0 33%, rgba(55,138,248,.28) 33.2%, transparent 33.7%);
  box-shadow: 0 0 52px rgba(18,99,216,.1), inset 0 0 48px rgba(18,99,216,.035);
  animation: about-orbit-pulse 8s ease-in-out infinite;
}
.dao-pires-bio-page .about-photo::after {
  z-index: 1;
  inset: 14px;
  border-radius: 20px;
  opacity: .42;
  background-image: linear-gradient(rgba(107,166,247,.085) 1px, transparent 1px), linear-gradient(90deg, rgba(107,166,247,.085) 1px, transparent 1px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(ellipse 54% 64% at 50% 47%, transparent 0 66%, #000 86%);
  mask-image: radial-gradient(ellipse 54% 64% at 50% 47%, transparent 0 66%, #000 86%);
}
.dao-pires-bio-page .about-photo picture { position: absolute; z-index: 3; inset: 0; display: block; }
.dao-pires-bio-page .about-photo img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.86) contrast(1.04) brightness(.97) drop-shadow(0 24px 40px rgba(0,0,0,.44));
  animation: about-portrait-float 9s ease-in-out infinite;
}
.dao-pires-bio-page .about-orbits,
.dao-pires-bio-page .about-energy,
.dao-pires-bio-page .about-marketing-layer { display: block; }

@media (min-width: 901px) {
  .dao-pires-bio-page .hero-sale-upsell,
  .dao-pires-bio-page .hero-sale-principal { right: 1.5%; }
}
@media (max-width: 900px) {
  .dao-pires-bio-page .hero { padding-bottom: 24px; }
  .dao-pires-bio-page .quick-links-section { padding-top: 24px; }
  .dao-pires-bio-page .featured-section { padding-bottom: 40px; }
  .dao-pires-bio-page .club-section { padding-top: 28px; }
  .dao-pires-bio-page .hero-sale-order-bump { left: 0; top: 35%; }
  .dao-pires-bio-page .hero-sale-upsell { right: 0; top: 3%; }
  .dao-pires-bio-page .hero-sale-principal { right: 0; bottom: 18%; }
  .dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 9%; }
  .dao-pires-bio-page .photo-frame img { filter: saturate(.87) contrast(1.035) brightness(.985) drop-shadow(0 20px 30px rgba(0,0,0,.34)); }
  .dao-pires-bio-page .about-photo { min-height: 540px; border-radius: 24px; }
  .dao-pires-bio-page .about-marketing-layer span { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(2,9,20,.9); }
}
@media (max-width: 430px) {
  .dao-pires-bio-page .hero-photo-wrap { width: min(90vw, 382px); }
  .dao-pires-bio-page .hero-sale { width: 126px; min-height: 46px; }
  .dao-pires-bio-page .hero-sale.is-featured { width: 142px; }
  .dao-pires-bio-page .hero-sale-order-bump { left: 0; top: 35%; }
  .dao-pires-bio-page .hero-sale-upsell { right: 0; top: 3%; }
  .dao-pires-bio-page .hero-sale-principal { right: 0; bottom: 18%; }
  .dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 9%; }
  .dao-pires-bio-page .product-card,
  .dao-pires-bio-page .featured-list article { transform: translateZ(0); }
  .dao-pires-bio-page .about-photo { min-height: 430px; border-radius: 20px; }
  .dao-pires-bio-page .about-photo::after { inset: 11px; border-radius: 15px; background-size: 24px 24px; }
}
@media (max-width: 360px) {
  .dao-pires-bio-page .hero-sale { width: 116px; padding: 6px; gap: 5px; }
  .dao-pires-bio-page .hero-sale.is-featured { width: 132px; }
  .dao-pires-bio-page .hero-sale-copy b { font-size: 6.5px; }
  .dao-pires-bio-page .hero-sale > strong { font-size: 9px; }
}

/* V1.0.9 — progressive motion and cross-platform visual refinement. */
.dao-pires-bio-page [data-reveal] { opacity: 1; transform: none; transition: none; }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal="compact-card"] { transform: translateY(18px) scale(.985); }
.dao-pires-bio-page.dao-reveal-enhanced .quick-links-grid > [data-reveal="compact-card"]:nth-child(2) { transition-delay: .07s; }
.dao-pires-bio-page.dao-reveal-enhanced .quick-links-grid > [data-reveal="compact-card"]:nth-child(3) { transition-delay: .14s; }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal="path-hire"] { transform: translateX(-28px); }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal="path-learn"] { transform: translateX(28px) scale(.985); transition-duration: .68s; }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal].is-visible { opacity: 1; transform: none; }
.dao-pires-bio-page .products-section,
.dao-pires-bio-page .featured-section,
.dao-pires-bio-page .club-section,
.dao-pires-bio-page .paths-section,
.dao-pires-bio-page .tools-section,
.dao-pires-bio-page .about-section,
.dao-pires-bio-page .final-cta-section,
.dao-pires-bio-page footer { content-visibility: visible; contain-intrinsic-size: auto; }

.dao-pires-bio-page .hero-photo-wrap { overflow: visible; }
.dao-pires-bio-page .hero-sales-front { z-index: 6; }
.dao-pires-bio-page .hero-sale-upsell { top: 22%; right: 3%; }
.dao-pires-bio-page .hero-sale-principal { right: 2%; bottom: 18%; }
.dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 8%; }
.dao-pires-bio-page .featured-number { display: none; }
.dao-pires-bio-page .featured-card-head { grid-template-columns: auto 1fr; }

.dao-pires-bio-page .quick-links-section { display: block; text-align: center; }
.dao-pires-bio-page .quick-links-intro { max-width: 760px; margin: 0 auto 30px; }
.dao-pires-bio-page .quick-links-intro .section-eyebrow { justify-content: center; }
.dao-pires-bio-page .quick-links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dao-pires-bio-page .quick-link { min-height: 190px; }

.dao-pires-bio-page .path-card { overflow: hidden; border-color: rgba(59,133,240,.42); box-shadow: 0 18px 50px rgba(0,0,0,.26); }
.dao-pires-bio-page .path-card::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 16%, rgba(44,132,255,.24), transparent 30%); opacity: .85; }
.dao-pires-bio-page .path-hire { background: linear-gradient(135deg, #061b3a, #08101d 72%); }
.dao-pires-bio-page .path-card:hover { transform: translateY(-6px); border-color: rgba(87,158,255,.88); }
.dao-pires-bio-page .final-cta { overflow: hidden; box-shadow: 0 24px 70px rgba(0,30,88,.24); }
.dao-pires-bio-page .final-cta .button-primary { position: relative; isolation: isolate; box-shadow: 0 10px 26px rgba(19,101,226,.36); }
.dao-pires-bio-page .final-cta .button-primary::before { content: ''; position: absolute; z-index: -1; inset: 1px; border-radius: inherit; background: linear-gradient(110deg, rgba(255,255,255,.04) 20%, rgba(255,255,255,.18) 46%, rgba(255,255,255,.04) 72%); background-size: 240% 100%; animation: dao-v110-cta-sheen 6s ease-in-out infinite; }

.dao-pires-bio-page .about-photo { background: radial-gradient(circle at 50% 35%, rgba(24,97,203,.25), transparent 38%), #020a16; }
.dao-pires-bio-page .about-photo .about-marketing-layer,
.dao-pires-bio-page .about-photo .about-energy { display: none; }
.dao-pires-bio-page .about-orbits { z-index: 0; opacity: .9; }
.dao-pires-bio-page .about-photo::before,
.dao-pires-bio-page .about-photo::after { z-index: 1; pointer-events: none; }
.dao-pires-bio-page .about-photo picture,
.dao-pires-bio-page .about-photo img { z-index: 2; }

.dao-pires-bio-page .products-section .section-heading::before,
.dao-pires-bio-page .tools-section > p::before {
  content: ''; display: block; width: 54px; height: 54px; margin: 0 auto 16px; border: 1px solid rgba(87,158,255,.62); border-radius: 50%;
  background: radial-gradient(circle, #55a4ff 0 3px, transparent 4px), conic-gradient(from 0deg, transparent, rgba(43,130,255,.65), transparent 48%);
  box-shadow: inset 0 0 22px rgba(27,111,237,.22), 0 0 24px rgba(27,111,237,.13);
  animation: dao-v109-orbit 10s linear infinite;
}
.dao-pires-bio-page .tools-section > p::before { width: 36px; height: 36px; margin-bottom: 12px; border-radius: 10px; animation-duration: 7s; }
.dao-pires-bio-page .site-header .brand > span,
.dao-pires-bio-page .mobile-menu .brand > span,
.dao-pires-bio-page footer .brand > span { font-weight: 900; letter-spacing: -.08em; border-width: 1px; box-shadow: inset 0 0 16px rgba(31,116,242,.18), 0 0 18px rgba(19,95,216,.12); }
.dao-pires-bio-page .site-header nav a { position: relative; font-weight: 700; letter-spacing: .01em; }
.dao-pires-bio-page .site-header nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, transparent, #5ea9ff, transparent); box-shadow: 0 0 12px rgba(66,151,255,.6); transform: scaleX(0); transform-origin: center; transition: transform .24s ease; }
.dao-pires-bio-page .site-header nav a:hover::after,
.dao-pires-bio-page .site-header nav a:focus-visible::after,
.dao-pires-bio-page .site-header nav a.is-active::after { transform: scaleX(1); }
.dao-pires-bio-page .site-header nav a.is-active { color: #fff; text-shadow: 0 0 16px rgba(86,164,255,.34); }
.dao-pires-bio-page .tools-section > p { color: #74839a; }
.dao-pires-bio-page .footer-main > div:first-child > p { color: #78869a; }
.dao-pires-bio-page .footer-links > p { color: #77869d; }
.dao-pires-bio-page .footer-bottom { color: #748198; }
@keyframes dao-v109-orbit { to { transform: rotate(360deg); } }
@keyframes dao-v110-cta-sheen { 0%, 24% { background-position: 110% 0; } 58%, 100% { background-position: -110% 0; } }

@media (max-width: 900px) {
  .dao-pires-bio-page .quick-links-section { text-align: left; }
  .dao-pires-bio-page .quick-links-intro .section-eyebrow { justify-content: flex-start; }
  .dao-pires-bio-page .quick-links-grid { grid-template-columns: 1fr; }
  .dao-pires-bio-page .quick-link { min-height: 0; }
  .dao-pires-bio-page .hero-sale-upsell { top: 22%; right: 0; }
  .dao-pires-bio-page .hero-sale-principal { right: 0; bottom: 18%; }
  .dao-pires-bio-page .hero-sale-downsell { left: 0; bottom: 8%; }
}
@media (max-width: 700px) {
  .dao-pires-bio-page .mobile-socials a { min-height: 44px; }
}
@media (max-width: 700px) and (max-height: 700px) {
  .dao-pires-bio-page .mobile-socials a { min-height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .dao-pires-bio-page.dao-reveal-enhanced [data-reveal],
  .dao-pires-bio-page.dao-reveal-enhanced [data-reveal].is-visible { opacity: 1; transform: none; transition: none; }
  .dao-pires-bio-page .products-section .section-heading::before,
  .dao-pires-bio-page .tools-section > p::before,
  .dao-pires-bio-page .final-cta .button-primary::before { animation: none; }
}

/* V1.0.11 — refinamento visual cirúrgico, mobile-first e progressive enhancement. */
.dao-pires-bio-page .brand > .brand-mark {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: grid;
  place-items: center;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.dao-pires-bio-page .brand > .brand-mark::before { content: none; display: none; }
.dao-pires-bio-page .brand-mark img { width: 100%; height: 100%; display: block; }
.dao-pires-bio-page .site-header .brand:hover .brand-mark img,
.dao-pires-bio-page .site-header .brand:focus-visible .brand-mark img { filter: drop-shadow(0 0 12px rgba(64,148,255,.38)); }

.dao-pires-bio-page .whatsapp-cta > svg:last-child {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0;
  transform: translate3d(0,-50%,0);
}

.dao-pires-bio-page .products-section .section-heading::before,
.dao-pires-bio-page .tools-section > p::before { content: none; display: none; }
.dao-pires-bio-page .ecosystem-signal {
  position: relative;
  width: 70px;
  height: 58px;
  margin: 0 auto 18px;
}
.dao-pires-bio-page .ecosystem-signal::before,
.dao-pires-bio-page .ecosystem-signal::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(75,157,255,.64), transparent);
  transform-origin: center;
}
.dao-pires-bio-page .ecosystem-signal::before { transform: translate(-50%,-50%) rotate(32deg); }
.dao-pires-bio-page .ecosystem-signal::after { transform: translate(-50%,-50%) rotate(-32deg); }
.dao-pires-bio-page .ecosystem-signal i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(112,184,255,.8);
  border-radius: 6px;
  background: radial-gradient(circle at 35% 30%, #67b0ff, #1160cd 44%, #06172f 72%);
  box-shadow: 0 0 22px rgba(41,132,255,.42), inset 0 0 9px rgba(255,255,255,.14);
  transform: translate(-50%,-50%) rotate(45deg);
}
.dao-pires-bio-page .ecosystem-signal span {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(91,166,255,.78);
  border-radius: 50%;
  background: #07162c;
  box-shadow: 0 0 12px rgba(37,128,246,.46);
  animation: dao-v111-node 3.8s ease-in-out infinite;
}
.dao-pires-bio-page .ecosystem-signal span:nth-of-type(1) { left: 5px; top: 10px; }
.dao-pires-bio-page .ecosystem-signal span:nth-of-type(2) { right: 5px; top: 10px; animation-delay: -.95s; }
.dao-pires-bio-page .ecosystem-signal span:nth-of-type(3) { left: 5px; bottom: 7px; animation-delay: -1.9s; }
.dao-pires-bio-page .ecosystem-signal span:nth-of-type(4) { right: 5px; bottom: 7px; animation-delay: -2.85s; }

.dao-pires-bio-page .tools-signal {
  position: relative;
  width: 64px;
  height: 42px;
  margin: 0 auto 10px;
}
.dao-pires-bio-page .tools-signal::before {
  content: '';
  position: absolute;
  left: 9px;
  right: 9px;
  top: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(77,159,255,.74), transparent);
}
.dao-pires-bio-page .tools-signal i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(88,167,255,.72);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(28,105,213,.5), rgba(3,14,31,.94));
  box-shadow: inset 0 0 15px rgba(52,143,255,.22), 0 0 20px rgba(26,107,221,.2);
  transform: translateX(-50%);
}
.dao-pires-bio-page .tools-signal i::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid #67b1ff;
  border-radius: 4px;
  animation: dao-v111-tool-core 2.8s ease-in-out infinite;
}
.dao-pires-bio-page .tools-signal span {
  position: absolute;
  z-index: 3;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #63adff;
  box-shadow: 0 0 10px rgba(77,159,255,.72);
}
.dao-pires-bio-page .tools-signal span:nth-of-type(1) { left: 4px; }
.dao-pires-bio-page .tools-signal span:nth-of-type(2) { right: 4px; }
.dao-pires-bio-page .tools-signal span:nth-of-type(3) { left: 50%; top: 0; transform: translateX(-50%); }

.dao-pires-bio-page .path-card {
  isolation: isolate;
  min-height: 370px;
  padding: 34px;
  border-color: rgba(70,148,255,.46);
  box-shadow: 0 24px 64px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.035);
}
.dao-pires-bio-page .path-card::before { inset: 0; width: auto; height: auto; right: 0; top: 0; border: 0; border-radius: inherit; box-shadow: none; }
.dao-pires-bio-page .path-card::before { background: radial-gradient(circle at 78% 18%, rgba(36,137,255,.24), transparent 30%), linear-gradient(145deg, rgba(11,45,91,.22), transparent 54%); }
.dao-pires-bio-page .path-card > :not(.path-card-scene) { position: relative; z-index: 2; }
.dao-pires-bio-page .path-card-scene { position: absolute; z-index: 1; top: 24px; right: 28px; width: 104px; height: 62px; pointer-events: none; opacity: .88; }
.dao-pires-bio-page .path-card-scene i { position: absolute; inset: 0; border: 1px solid rgba(74,151,250,.25); border-radius: 14px; background: rgba(2,11,25,.52); }
.dao-pires-bio-page .path-card-scene-hire i::before {
  content: '';
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 14px;
  height: 24px;
  border-bottom: 1px solid rgba(102,178,255,.3);
  background: linear-gradient(132deg, transparent 0 24%, #3c94ff 25% 27%, transparent 28% 50%, #69b5ff 51% 53%, transparent 54% 75%, #2f83ef 76% 79%, transparent 80%);
  clip-path: polygon(0 82%,24% 58%,48% 68%,73% 24%,100% 0,100% 100%,0 100%);
  opacity: .9;
}
.dao-pires-bio-page .path-card-scene-hire span { position: absolute; bottom: 12px; width: 9px; border-radius: 3px 3px 1px 1px; background: linear-gradient(#55a6ff,#155bbb); animation: dao-v111-bars 3.4s ease-in-out infinite; }
.dao-pires-bio-page .path-card-scene-hire span:nth-of-type(1) { left: 17px; height: 13px; }
.dao-pires-bio-page .path-card-scene-hire span:nth-of-type(2) { left: 34px; height: 22px; animation-delay: -.7s; }
.dao-pires-bio-page .path-card-scene-hire span:nth-of-type(3) { left: 51px; height: 31px; animation-delay: -1.4s; }
.dao-pires-bio-page .path-card-scene-learn { left: 28px; right: auto; }
.dao-pires-bio-page .path-card-scene-learn i::after { content: ''; position: absolute; inset: 13px; border: 1px solid rgba(93,170,255,.4); border-radius: 50%; animation: dao-v111-learn-ring 8s linear infinite; }
.dao-pires-bio-page .path-card-scene-learn span { position: absolute; width: 10px; height: 10px; border: 1px solid #5eabff; border-radius: 4px; background: #081a38; box-shadow: 0 0 12px rgba(63,147,255,.38); }
.dao-pires-bio-page .path-card-scene-learn span:nth-of-type(1) { left: 15px; top: 26px; }
.dao-pires-bio-page .path-card-scene-learn span:nth-of-type(2) { left: 47px; top: 12px; }
.dao-pires-bio-page .path-card-scene-learn span:nth-of-type(3) { right: 15px; top: 34px; }

.dao-pires-bio-page .about-photo {
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 50% 36%, rgba(30,111,226,.28), transparent 39%), linear-gradient(180deg, #031126, #020813 72%);
  box-shadow: inset 0 0 80px rgba(9,54,123,.18), 0 24px 70px rgba(0,0,0,.28);
}
.dao-pires-bio-page .about-photo::before,
.dao-pires-bio-page .about-photo::after,
.dao-pires-bio-page .about-orbits { content: none; display: none; }
.dao-pires-bio-page .about-photo picture,
.dao-pires-bio-page .about-photo img { z-index: 3; }
.dao-pires-bio-page .about-strategy-layer { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.dao-pires-bio-page .about-strategy-layer::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -29%;
  width: 88%;
  aspect-ratio: 1;
  border: 1px solid rgba(66,151,255,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(47,132,246,.045), 0 0 0 76px rgba(47,132,246,.025);
  transform: translateX(-50%);
  animation: dao-v111-about-breathe 8s ease-in-out infinite;
}
.dao-pires-bio-page .about-strategy-layer i { position: absolute; left: 50%; bottom: -36%; width: 102%; aspect-ratio: 1; border: 1px dashed rgba(85,164,255,.2); border-radius: 50%; transform: translateX(-50%); animation: dao-v111-about-ring 36s linear infinite; }
.dao-pires-bio-page .about-strategy-layer i:nth-of-type(2) { width: 72%; bottom: -20%; animation-direction: reverse; animation-duration: 28s; }
.dao-pires-bio-page .about-strategy-layer span { position: absolute; z-index: 1; padding: 5px 8px; border: 1px solid rgba(80,158,255,.22); border-radius: 7px; color: rgba(137,192,255,.66); background: rgba(2,10,24,.42); font: 700 7px/1 Manrope, sans-serif; letter-spacing: .15em; }
.dao-pires-bio-page .about-strategy-layer span:nth-of-type(1) { left: 14px; top: 18%; }
.dao-pires-bio-page .about-strategy-layer span:nth-of-type(2) { right: 14px; top: 25%; }
.dao-pires-bio-page .about-strategy-layer span:nth-of-type(3) { left: 12px; bottom: 25%; }
.dao-pires-bio-page .about-strategy-layer span:nth-of-type(4) { right: 12px; bottom: 13%; }
.dao-pires-bio-page .about-strategy-layer b { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #4b9fff; box-shadow: 0 0 12px rgba(60,150,255,.72); animation: dao-v111-node 3.8s ease-in-out infinite; }
.dao-pires-bio-page .about-strategy-layer b:nth-of-type(1) { left: 10%; top: 42%; }
.dao-pires-bio-page .about-strategy-layer b:nth-of-type(2) { right: 11%; top: 48%; animation-delay: -1.2s; }
.dao-pires-bio-page .about-strategy-layer b:nth-of-type(3) { right: 16%; bottom: 31%; animation-delay: -2.4s; }

.dao-pires-bio-page.dao-reveal-enhanced [data-reveal] {
  transition-duration: .62s;
  transition-timing-function: cubic-bezier(.2,.75,.2,1);
}
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal="clean-heading"] { transform: translateY(28px); }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal="clean-card"] { transform: translateY(34px) scale(.97); }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal="about-photo"] { transform: translateX(-26px) scale(.975); }
.dao-pires-bio-page.dao-reveal-enhanced .featured-list > [data-reveal]:nth-child(2),
.dao-pires-bio-page.dao-reveal-enhanced .products-grid > [data-reveal]:nth-child(2) { transition-delay: .06s; }
.dao-pires-bio-page.dao-reveal-enhanced .featured-list > [data-reveal]:nth-child(3),
.dao-pires-bio-page.dao-reveal-enhanced .products-grid > [data-reveal]:nth-child(3) { transition-delay: .12s; }
.dao-pires-bio-page.dao-reveal-enhanced .featured-list > [data-reveal]:nth-child(4) { transition-delay: .18s; }
.dao-pires-bio-page.dao-reveal-enhanced .featured-list > [data-reveal]:nth-child(5) { transition-delay: .24s; }
.dao-pires-bio-page.dao-reveal-enhanced [data-reveal].is-visible { opacity: 1; transform: none; }

.dao-pires-bio-page .mobile-menu-panel { padding-top: max(18px, env(safe-area-inset-top)); background: radial-gradient(circle at 100% 0, rgba(19,91,193,.18), transparent 30%), #050a12; }
.dao-pires-bio-page .mobile-menu nav { margin-block: clamp(22px,4.5svh,38px) clamp(16px,3svh,26px); }
.dao-pires-bio-page .mobile-menu nav a { border-bottom-color: rgba(83,143,221,.18); }
.dao-pires-bio-page .mobile-menu nav a:active { padding-left: 5px; background: linear-gradient(90deg, rgba(25,102,205,.14), transparent); }
.dao-pires-bio-page .mobile-socials { margin-top: 18px; padding-top: 0; }
.dao-pires-bio-page .mobile-socials a { border-color: rgba(76,148,246,.3); background: rgba(6,20,42,.7); }
.dao-pires-bio-page .floating-whatsapp { bottom: max(16px, calc(env(safe-area-inset-bottom) + 12px)); }

@keyframes dao-v111-node { 0%,100% { opacity: .55; transform: scale(.82); } 50% { opacity: 1; transform: scale(1.12); } }
@keyframes dao-v111-tool-core { 0%,100% { opacity: .52; transform: scale(.82) rotate(0); } 50% { opacity: 1; transform: scale(1.05) rotate(45deg); } }
@keyframes dao-v111-bars { 0%,100% { transform: scaleY(.72); transform-origin: bottom; } 50% { transform: scaleY(1.08); transform-origin: bottom; } }
@keyframes dao-v111-learn-ring { to { transform: rotate(360deg); } }
@keyframes dao-v111-about-ring { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes dao-v111-about-breathe { 0%,100% { opacity: .7; transform: translateX(-50%) scale(.98); } 50% { opacity: 1; transform: translateX(-50%) scale(1.02); } }

@media (max-width: 900px) {
  .dao-pires-bio-page .quick-links-section { text-align: center; }
  .dao-pires-bio-page .quick-links-intro .section-eyebrow { justify-content: center; text-align: center; }
  .dao-pires-bio-page .quick-links-intro h2 { margin-inline: auto; }
  .dao-pires-bio-page .path-card { min-height: 330px; padding: 28px; }
  .dao-pires-bio-page .path-card-scene { top: 22px; right: 22px; transform: scale(.9); transform-origin: top right; }
  .dao-pires-bio-page .path-card-scene-learn { left: 22px; right: auto; transform-origin: top left; }
  .dao-pires-bio-page.dao-reveal-enhanced [data-reveal="clean-card"] { transform: translateY(38px) scale(.955); }
  .dao-pires-bio-page.dao-reveal-enhanced [data-reveal="about-photo"] { transform: translateY(32px) scale(.97); }
  .dao-pires-bio-page .about-strategy-layer span { padding: 4px 6px; font-size: 6px; }
}
@media (max-width: 430px) {
  .dao-pires-bio-page .brand > .brand-mark { width: 38px; height: 38px; min-width: 38px; }
  .dao-pires-bio-page .whatsapp-cta > svg:last-child { right: 12px; }
  .dao-pires-bio-page .quick-links-intro { margin-bottom: 24px; }
  .dao-pires-bio-page .ecosystem-signal { transform: scale(.9); margin-bottom: 12px; }
  .dao-pires-bio-page .path-card { min-height: 310px; padding: 25px 22px; }
  .dao-pires-bio-page .path-card h3 { margin-top: 48px; }
  .dao-pires-bio-page .path-card-scene { transform: scale(.78); }
  .dao-pires-bio-page .about-strategy-layer span:nth-of-type(1) { left: 8px; }
  .dao-pires-bio-page .about-strategy-layer span:nth-of-type(2) { right: 8px; }
  .dao-pires-bio-page .about-strategy-layer span:nth-of-type(3) { left: 7px; }
  .dao-pires-bio-page .about-strategy-layer span:nth-of-type(4) { right: 7px; }
  .dao-pires-bio-page .hero-social-links a,
  .dao-pires-bio-page .footer-social-links a { min-width: 48px; min-height: 48px; }
  .dao-pires-bio-page .mobile-socials a { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .dao-pires-bio-page .ecosystem-signal span,
  .dao-pires-bio-page .tools-signal i::after,
  .dao-pires-bio-page .path-card-scene-hire span,
  .dao-pires-bio-page .path-card-scene-learn i::after,
  .dao-pires-bio-page .about-strategy-layer::before,
  .dao-pires-bio-page .about-strategy-layer i,
  .dao-pires-bio-page .about-strategy-layer b { animation: none; }
}

/* V1.0.12 — refinamentos cirúrgicos aprovados em revisão visual */
.dao-pires-bio-page .photo-frame {
  aspect-ratio: 1126 / 1397;
  overflow: visible;
  padding: 0;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-composite: initial;
  mask-composite: initial;
}
.dao-pires-bio-page .photo-frame::after {
  content: none;
  display: none;
}
.dao-pires-bio-page .photo-frame img {
  object-fit: contain;
  object-position: center bottom;
  transform: none;
  transform-origin: 50% 100%;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 79%, rgba(0,0,0,.92) 84%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0, #000 79%, rgba(0,0,0,.92) 84%, transparent 100%);
}

.dao-pires-bio-page .section-heading .section-eyebrow,
.dao-pires-bio-page .club-kicker,
.dao-pires-bio-page .final-cta > .section-eyebrow,
.dao-pires-bio-page .footer-social-area > .section-eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(72,151,255,.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18,99,216,.13), rgba(4,15,34,.5));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 0 24px rgba(18,99,216,.08);
}
.dao-pires-bio-page .section-eyebrow > span {
  animation: dao-review-dot-pulse 2.1s ease-in-out infinite;
}
.dao-pires-bio-page .quick-links-intro .section-eyebrow {
  width: max-content;
  flex-direction: column;
  gap: 9px;
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.dao-pires-bio-page .quick-links-intro .section-eyebrow > span {
  width: 9px;
  height: 9px;
  flex-basis: 9px;
  box-shadow: 0 0 0 0 rgba(42,137,255,.5), 0 0 18px #2685ff;
  animation: dao-review-dot-blink 1.55s ease-in-out infinite;
}

.dao-pires-bio-page .services-signal {
  position: relative;
  width: 92px;
  height: 58px;
  margin: 0 0 20px;
  border: 1px solid rgba(75,153,255,.28);
  border-radius: 18px;
  background:
    linear-gradient(rgba(90,160,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90,160,255,.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(32,121,246,.2), rgba(3,12,28,.82) 66%);
  background-size: 14px 14px, 14px 14px, auto;
  box-shadow: inset 0 0 24px rgba(20,99,215,.15), 0 14px 34px rgba(0,0,0,.24);
  overflow: hidden;
}
.dao-pires-bio-page .services-signal::before,
.dao-pires-bio-page .services-signal::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(83,166,255,.38);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.dao-pires-bio-page .services-signal::before { width: 42px; height: 42px; }
.dao-pires-bio-page .services-signal::after { width: 20px; height: 20px; box-shadow: 0 0 18px rgba(55,145,255,.25); }
.dao-pires-bio-page .services-signal i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #80bdff;
  box-shadow: 0 0 12px #2e8cff;
}
.dao-pires-bio-page .services-signal i:first-child { animation: dao-review-service-orbit 7s linear infinite; }
.dao-pires-bio-page .services-signal i:nth-child(2) { animation: dao-review-service-orbit 5s linear infinite reverse; transform-origin: -17px -8px; }
.dao-pires-bio-page .services-signal span {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(118,191,255,.9);
  border-radius: 2px;
  background: #061a39;
}
.dao-pires-bio-page .services-signal span:nth-of-type(1) { left: 15px; top: 14px; }
.dao-pires-bio-page .services-signal span:nth-of-type(2) { right: 16px; top: 24px; }
.dao-pires-bio-page .services-signal span:nth-of-type(3) { left: 34px; bottom: 10px; }

.dao-pires-bio-page .club-card {
  grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "club-kicker club-kicker" "club-mockup club-copy";
  column-gap: clamp(30px,4vw,64px);
  row-gap: 24px;
}
.dao-pires-bio-page .club-kicker {
  grid-area: club-kicker;
  position: relative;
  z-index: 3;
  justify-self: center;
  margin: 0;
  color: #acd5ff;
  font-size: 12px;
  letter-spacing: .24em;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.dao-pires-bio-page .club-kicker > span,
.dao-pires-bio-page .paths-section > .section-heading .section-eyebrow > span {
  width: 9px;
  height: 9px;
  flex-basis: 9px;
  box-shadow: 0 0 0 0 rgba(42,137,255,.5), 0 0 18px #2685ff;
  animation: dao-review-dot-blink 1.55s ease-in-out infinite;
}
.dao-pires-bio-page .paths-section > .section-heading .section-eyebrow {
  flex-direction: column;
  gap: 10px;
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.dao-pires-bio-page .club-macbook { grid-area: club-mockup; }
.dao-pires-bio-page .club-copy { grid-area: club-copy; }
.dao-pires-bio-page .club-copy h2 { margin-top: 0; }

.dao-pires-bio-page .paths-grid {
  max-width: 1080px;
  gap: 20px;
}
.dao-pires-bio-page .path-card {
  min-height: 390px;
  padding: 38px;
  border: 1px solid rgba(73,153,255,.46);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 14%, rgba(45,133,255,.23), transparent 29%),
    linear-gradient(145deg, rgba(8,35,77,.96), rgba(3,11,25,.98) 72%);
  box-shadow: inset 0 1px rgba(255,255,255,.055), inset 0 0 46px rgba(26,105,225,.07), 0 24px 64px rgba(0,0,0,.34);
}
.dao-pires-bio-page .path-card::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(87,165,255,.68), transparent);
  box-shadow: 0 0 18px rgba(48,139,255,.36);
}
.dao-pires-bio-page .path-top {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(83,162,255,.48);
  border-radius: 16px;
  color: #9ac9ff;
  background: linear-gradient(145deg, rgba(21,84,174,.34), rgba(3,17,38,.86));
  box-shadow: 0 13px 30px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.07);
}
.dao-pires-bio-page .path-top svg { width: 23px; height: 23px; }
.dao-pires-bio-page .path-card h3 { margin-top: 66px; }
.dao-pires-bio-page .path-card b {
  margin-top: auto;
  padding: 17px 18px;
  border: 1px solid rgba(64,143,249,.28);
  border-radius: 13px;
  background: rgba(5,22,48,.7);
}

.dao-pires-bio-page .about-photo {
  isolation: isolate;
  min-height: 0;
  aspect-ratio: 1122 / 1402;
  overflow: hidden;
  border: 1px solid rgba(73,151,250,.42);
  border-radius: 28px;
  background: #020813;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 28px 74px rgba(0,0,0,.35), 0 0 36px rgba(20,96,207,.08);
}
.dao-pires-bio-page .about-photo picture,
.dao-pires-bio-page .about-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.dao-pires-bio-page .about-photo img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(.96) contrast(1.025);
}

@keyframes dao-review-dot-pulse {
  0%,100% { opacity: .68; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.18); }
}
@keyframes dao-review-dot-blink {
  0%,100% { opacity: .48; transform: scale(.78); box-shadow: 0 0 0 0 rgba(42,137,255,.42), 0 0 12px #2685ff; }
  50% { opacity: 1; transform: scale(1.08); box-shadow: 0 0 0 8px rgba(42,137,255,0), 0 0 24px #2685ff; }
}
@keyframes dao-review-service-orbit {
  from { transform: translate(-50%,-50%) rotate(0deg) translateX(21px); }
  to { transform: translate(-50%,-50%) rotate(360deg) translateX(21px); }
}

@media (max-width: 1050px) {
  .dao-pires-bio-page .club-card {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas: "club-kicker" "club-mockup" "club-copy";
  }
  .dao-pires-bio-page .club-macbook { grid-column: auto; }
  .dao-pires-bio-page .club-copy { width: min(100%,700px); justify-self: center; }
}

@media (min-width: 901px) {
  .dao-pires-bio-page .products-section > .section-heading .section-eyebrow,
  .dao-pires-bio-page .featured-section .section-heading .section-eyebrow,
  .dao-pires-bio-page .featured-section .services-signal {
    margin-inline: auto;
  }

  .dao-pires-bio-page .featured-section .section-heading {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .dao-pires-bio-page .services-signal { margin-inline: auto; }
  .dao-pires-bio-page .section-heading .section-eyebrow,
  .dao-pires-bio-page .final-cta > .section-eyebrow,
  .dao-pires-bio-page .footer-social-area > .section-eyebrow { margin-inline: auto; }
  .dao-pires-bio-page .club-kicker { margin-inline: auto; text-align: center; }
  .dao-pires-bio-page .photo-frame { padding-inline: 0; }
  .dao-pires-bio-page .photo-frame img { transform: none; }
  .dao-pires-bio-page .about-photo { width: min(100%,600px); margin-inline: auto; border-radius: 24px; }
}

@media (max-width: 700px) {
  .dao-pires-bio-page .path-card { min-height: 330px; padding: 28px 24px; border-radius: 20px; }
  .dao-pires-bio-page .path-card h3 { margin-top: 46px; }
  .dao-pires-bio-page .path-card h3 { font-size: clamp(28px,8vw,36px); }
  .dao-pires-bio-page .about-pillars {
    width: 100%;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .dao-pires-bio-page .about-pillars span {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 12px;
    border-color: rgba(75,150,247,.32);
    background: rgba(7,23,47,.58);
  }
  .dao-pires-bio-page .about-pillars svg { width: 17px; height: 17px; }
}

@media (max-width: 430px) {
  .dao-pires-bio-page .photo-frame { aspect-ratio: 1126 / 1397; padding-bottom: 0; }
  .dao-pires-bio-page .photo-frame img { transform: none; }
  .dao-pires-bio-page .club-kicker { font-size: 10px; letter-spacing: .18em; }
  .dao-pires-bio-page .about-pillars span { min-height: 50px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .dao-pires-bio-page .section-eyebrow > span,
  .dao-pires-bio-page .services-signal i { animation: none; }
}
