:root {
  --ink:#111722;--muted:#566176;--blue:#0758a8;--blue-2:#0a6bdc;--blue-dark:#06396d;
  --yellow:#ffd21a;--paper:#fff;--mist:#f4f7fb;--line:#dfe6ef;--success:#13795b;
  --content:1160px;--gutter:clamp(1.2rem,5vw,4.5rem);--shadow:0 22px 60px rgba(6,57,109,.12)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{min-width:320px;margin:0;color:var(--ink);background:var(--paper);font-family:"Manrope",system-ui,sans-serif;line-height:1.65}
body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(7,88,168,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,88,168,.035) 1px,transparent 1px);background-size:46px 46px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.skip-link{position:fixed;z-index:99;top:-5rem;left:1rem;padding:.75rem 1rem;color:#fff;background:var(--ink)}
.skip-link:focus{top:1rem}
.announcement{padding:.55rem var(--gutter);color:#fff;background:var(--blue-dark);font-family:"DM Mono",monospace;font-size:.72rem;text-align:center;letter-spacing:.04em}
.site-header{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;width:min(100%,calc(var(--content) + 2 * var(--gutter)));min-height:88px;margin:auto;padding:0 var(--gutter);background:rgba(255,255,255,.92)}
.brand{display:inline-flex;align-items:center;gap:.7rem;line-height:1}
.brand img{flex:none}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font-size:1.65rem;font-weight:800;letter-spacing:-.08em}
.brand-copy small{margin-top:.32rem;font-family:"DM Mono",monospace;font-size:.54rem;font-weight:500;letter-spacing:.075em}
.site-nav{display:flex;align-items:center;gap:clamp(1rem,2.2vw,2rem);font-size:.86rem;font-weight:700}
.site-nav a:hover,.site-nav a:focus-visible,.text-link:hover{color:var(--blue-2)}
.nav-cta{padding:.65rem .9rem!important;border:1px solid var(--blue);border-radius:8px;color:var(--blue)}
.menu-button{display:none}
.hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(3rem,7vw,7rem);align-items:center;width:min(100%,calc(var(--content) + 2 * var(--gutter)));min-height:680px;margin:auto;padding:clamp(4rem,9vw,8rem) var(--gutter)}
.eyebrow,.section-label,.tag,.board-kicker{width:max-content;margin:0 0 1.25rem;padding:.4rem .65rem;color:var(--blue-dark);background:#e8f2ff;font-family:"DM Mono",monospace;font-size:.66rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1,h2{line-height:1.07;letter-spacing:-.06em}
h1{max-width:760px;margin-bottom:1.4rem;font-size:clamp(3.2rem,7vw,6.7rem)}
h1 em{display:block;color:var(--blue-2);font-family:"Permanent Marker",cursive;font-size:.73em;font-style:normal;letter-spacing:-.035em;transform:rotate(-1.5deg)}
h2{font-size:clamp(2.15rem,5vw,4.5rem)}
h3{line-height:1.18;letter-spacing:-.035em}
.hero-copy{max-width:650px;margin-bottom:2rem;color:var(--muted);font-size:clamp(1.02rem,2vw,1.22rem)}
.button-row{display:flex;flex-wrap:wrap;gap:.8rem}
.button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:3.25rem;padding:.78rem 1.15rem;border:1px solid transparent;border-radius:8px;font-weight:800;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease}
.button:hover,.button:focus-visible{transform:translateY(-2px)}
.button-primary{color:#fff;background:var(--blue)}
.button-primary:hover{background:var(--blue-dark)}
.button-ghost{border-color:var(--line);background:#fff}
.button-light{color:var(--blue-dark);background:#fff}
.button-disabled{cursor:not-allowed;opacity:.6}
.microcopy{margin:1rem 0 0;color:var(--muted);font-size:.78rem}
.hero-board{position:relative;padding:clamp(1.7rem,4vw,3rem);border:1px solid #b9cee4;border-radius:20px;background:#fbfdff;box-shadow:var(--shadow);transform:rotate(1deg)}
.hero-board::before{content:"";position:absolute;inset:10px;border:1px dashed #cad8e8;border-radius:13px;pointer-events:none}
.hero-board p{position:relative;margin-bottom:2rem;font-size:clamp(1.2rem,2.5vw,1.75rem);line-height:1.4}
.hero-board strong{color:var(--blue)}
.formula{position:relative;padding:1rem;border:2px solid var(--blue);background:#fff;font-family:"Permanent Marker",cursive;font-size:clamp(1.1rem,2.3vw,1.55rem);text-align:center;transform:rotate(-2deg)}
.board-kicker{position:relative}
.board-arrow{position:absolute;right:1.7rem;bottom:-2.2rem;width:110px;fill:none;stroke:var(--yellow);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;transform:rotate(8deg)}
.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);width:min(calc(100% - 2 * var(--gutter)),var(--content));margin:0 auto 2rem;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 14px 40px rgba(17,23,34,.06)}
.proof-strip div{padding:1.4rem;border-right:1px solid var(--line)}
.proof-strip div:last-child{border:0}
.proof-strip strong,.proof-strip span{display:block}
.proof-strip strong{color:var(--blue);font-size:clamp(1.45rem,3vw,2.1rem);letter-spacing:-.05em}
.proof-strip span{color:var(--muted);font-size:.77rem}
.section{width:min(100%,calc(var(--content) + 2 * var(--gutter)));margin:auto;padding:clamp(5rem,10vw,9rem) var(--gutter)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3rem}
.section-heading h2{max-width:760px;margin-bottom:0}
.section-heading>p{max-width:380px;margin-bottom:.45rem;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.product-card{position:relative;display:flex;flex-direction:column;min-height:530px;padding:2rem;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 42px rgba(17,23,34,.055)}
.product-card:hover{border-color:#9fc4ea;transform:translateY(-4px);transition:.2s ease}
.product-featured{color:#fff;border-color:var(--blue-dark);background:var(--blue-dark);box-shadow:0 22px 55px rgba(6,57,109,.24)}
.product-number{position:absolute;top:1.3rem;right:1.5rem;color:#b8c4d3;font-family:"DM Mono",monospace;font-size:.75rem}
.product-card .tag{margin-bottom:2rem}
.tag-yellow{color:#3c3100;background:var(--yellow)}
.product-card h3{margin-bottom:1rem;font-size:clamp(1.35rem,2.5vw,2rem)}
.product-card>p:not(.tag){color:var(--muted)}
.product-featured>p:not(.tag){color:#dbeaff}
.check-list{display:grid;gap:.7rem;margin:1.4rem 0 2rem;padding:0;list-style:none;font-size:.9rem}
.check-list li::before{content:"✓";margin-right:.55rem;color:var(--success);font-weight:800}
.product-featured .check-list li::before{color:var(--yellow)}
.product-footer{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.3rem;border-top:1px solid var(--line)}
.product-featured .product-footer{border-color:rgba(255,255,255,.2)}
.product-footer strong{font-size:1.35rem}
.product-footer a{color:var(--blue);font-size:.86rem;font-weight:800}
.product-featured .product-footer a{color:var(--yellow)}
.section-blue{width:100%;max-width:none;color:#fff;background:var(--blue)}
.section-blue>*{width:min(100%,var(--content));margin-right:auto;margin-left:auto}
.section-blue .section-heading>p{color:#dcecff}
.section-label-light{color:#fff;background:rgba(255,255,255,.14)}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.pillar-grid article{padding:2rem;border:1px solid rgba(255,255,255,.24);border-radius:16px;background:rgba(255,255,255,.07)}
.pillar-grid span{font-family:"DM Mono",monospace;color:var(--yellow)}
.pillar-grid h3{margin:.8rem 0 .5rem;font-size:1.7rem}
.pillar-grid p{margin:0;color:#dcecff}
.founder-card{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:clamp(2rem,7vw,6rem);align-items:center}
.founder-photo{position:relative;overflow:hidden;aspect-ratio:4/5;margin:0;border-radius:22px;background:var(--blue);box-shadow:var(--shadow)}
.founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.founder-photo figcaption{position:absolute;right:0;bottom:0;left:0;padding:1rem;color:#fff;background:linear-gradient(transparent,rgba(6,57,109,.9));font-family:"DM Mono",monospace;font-size:.7rem;letter-spacing:.04em}
.founder-content h2{margin-bottom:1.3rem}
.founder-content>p{max-width:760px;color:var(--muted)}
.founder-content .founder-lead{color:var(--ink);font-size:1.15rem;font-weight:600}
.founder-links{display:flex;align-items:center;gap:1.3rem;margin-top:1.7rem}
.text-link{color:var(--blue);font-weight:800}
.founder-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:3rem}
.founder-highlights article{padding:1.2rem;border:1px solid var(--line);border-radius:14px;background:#fff}
.founder-highlights strong,.founder-highlights span{display:block}
.founder-highlights strong{color:var(--blue);font-size:1.65rem;letter-spacing:-.05em}
.founder-highlights span{margin-top:.3rem;color:var(--muted);font-size:.78rem;line-height:1.4}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);margin-top:4rem;border-top:2px solid var(--blue)}
.timeline article{position:relative;padding:1.5rem 1.2rem 0 0}
.timeline article::before{content:"";position:absolute;top:-7px;left:0;width:12px;height:12px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 3px var(--blue)}
.timeline time{color:var(--blue);font-family:"DM Mono",monospace;font-weight:500}
.timeline p{margin:.5rem 0 0;color:var(--muted);font-size:.86rem}
.schedule-section{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;background:var(--mist)}
.schedule-section>div p:not(.section-label){max-width:640px;color:var(--muted)}
.schedule-list{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem;margin:0;padding:0;list-style:none}
.schedule-list li{display:grid;place-items:center;padding:1rem .6rem;border:1px solid var(--line);border-radius:12px;background:#fff}
.schedule-list span{color:var(--blue);font-size:2rem;font-weight:800;line-height:1}
.schedule-list small{font-family:"DM Mono",monospace;color:var(--muted)}
.schedule-list strong{margin-top:.6rem;font-size:.75rem}
.authority-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem}
.authority-gallery figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(17,23,34,.06)}
.authority-gallery img{width:100%;height:230px;object-fit:cover}.authority-gallery .gallery-image-premiacao{object-position:center 25%}
.authority-gallery figcaption{padding:.9rem 1rem;color:var(--muted);font-size:.78rem}
.schedule-section>.button{grid-column:2}
.faq-section h2{margin-bottom:2rem}
.faq-list{max-width:900px;border-top:1px solid var(--line)}
