:root{--green:#0b5a3b;--green2:#0e7a4b;--dark:#12342b;--soft:#f4f8f5;--line:#dce8e1;--gold:#c99a3c;--text:#1e2a26;--muted:#68746f;--white:#fff;--shadow:0 18px 50px rgba(18,52,43,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1200px,calc(100% - 40px));margin:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #edf2ef}.nav-wrap{height:82px;gap:26px}.brand,.nav-wrap{display:flex;align-items:center}.brand{gap:10px;min-width:210px}.brand strong{display:block;font-family:Georgia,serif;font-size:24px;color:var(--green)}.brand small{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--dark)}.brand-mark{width:40px;height:40px;border:1px solid var(--green);display:grid;place-items:center;border-radius:12px;font-family:Georgia,serif;font-weight:700;color:var(--green);background:linear-gradient(145deg,#eff9f3,#fff)}.main-nav{display:flex;gap:22px;align-items:center;flex:1 1;justify-content:center;font-size:14px}.main-nav a:hover{color:var(--green2)}.nav-actions{gap:12px}.login-link,.nav-actions{display:flex;align-items:center}.login-link{gap:6px;color:var(--green);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:14px 20px;font-weight:700;border:1px solid transparent;cursor:pointer}.btn-small{padding:11px 15px;font-size:14px}.btn-primary{background:var(--green)}.btn-outline{background:#fff;border-color:#9bc2af;color:var(--green)}.btn-gold{background:var(--gold);color:#1e2a26}.hero{padding:72px 0 60px;background:radial-gradient(circle at 85% 20%,#e7f3eb 0,transparent 34%),linear-gradient(180deg,#fff,#fbfdfc)}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;grid-gap:56px;gap:56px;align-items:center}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:var(--green2);margin-bottom:14px}.hero h1,.page-hero h1{font-family:Georgia,serif;line-height:1.04;margin:0;color:#162620}.hero h1{font-size:58px}.hero h1 em{font-style:normal;color:var(--green)}.hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:720px}.hero-actions{display:flex;gap:12px;margin:28px 0}.trust-row{display:flex;gap:20px;flex-wrap:wrap;color:#4d6459;font-size:13px}.trust-row span{display:flex;gap:7px;align-items:center}.hero-visual{position:relative;min-height:430px;display:grid;place-items:center}.dashboard-window{width:100%;max-width:560px;background:#fff;border:1px solid #d8e7de;border-radius:22px;box-shadow:var(--shadow);padding:22px;transform:rotate(-1deg)}.dash-top{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.dash-top strong{color:var(--green)}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:18px 0}.metric-row div{background:var(--soft);border-radius:12px;padding:14px}.metric-row b{display:block;color:var(--green);font-size:22px}.metric-row small{color:var(--muted)}.dash-content{display:grid;grid-template-columns:1fr 140px;grid-gap:20px;gap:20px}.chart{height:150px;display:flex;align-items:flex-end;gap:14px;padding:12px;background:#fbfdfc;border-radius:14px}.chart span{flex:1 1;background:linear-gradient(180deg,#2a9b66,#a8d8bd);border-radius:8px 8px 0 0}.chart span:first-child{height:35%}.chart span:nth-child(2){height:55%}.chart span:nth-child(3){height:50%}.chart span:nth-child(4){height:77%}.chart span:nth-child(5){height:92%}.donut{width:130px;height:130px;margin:auto;border-radius:50%;background:conic-gradient(var(--green2) 0 87%,#e1ece6 87%);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:18px;background:#fff;border-radius:50%}.donut b,.donut small{z-index:1;position:absolute}.donut b{font-size:26px;color:var(--green)}.donut small{margin-top:38px;font-size:10px;color:var(--muted)}.float-card{position:absolute;right:-10px;bottom:28px;width:230px;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:16px;border:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;grid-gap:7px 10px;gap:7px 10px}.float-card svg{color:var(--green);grid-row:1/3}.float-card small{color:var(--muted)}.section{padding:82px 0}.section-soft{background:var(--soft)}.section-heading{text-align:center;max-width:780px;margin:0 auto 34px}.cta-box h2,.section h2,.section-heading h2{font-family:Georgia,serif;font-size:38px;line-height:1.1;margin:0 0 14px}.grid{display:grid;grid-gap:18px;gap:18px}.grid-7{grid-template-columns:repeat(7,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 28px rgba(18,52,43,.04)}.product-card{min-height:240px}.product-card h3{font-size:17px;margin:16px 0 10px}.product-card p{font-size:14px;line-height:1.55;color:var(--muted)}.icon-badge{width:48px;height:48px;border-radius:14px;background:#edf7f1;color:var(--green);display:grid;place-items:center}.text-link{font-size:13px;font-weight:800;color:var(--green2)}.split{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:54px;gap:54px;align-items:center}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.theme-grid div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px;font-size:14px;display:flex;gap:10px;align-items:center}.theme-grid span{color:var(--green);font-weight:800}.ecosystem{background:linear-gradient(135deg,#063a29,#0b5a3b);color:#fff}.section-heading.light .eyebrow{color:#bfe3cd}.section-heading.light h2{color:#fff}.flow{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.flow>div{padding:26px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.06)}.flow b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--green)}.flow p{color:#d8e9df}.cta-section{padding:54px 0}.cta-box{background:linear-gradient(120deg,#083f2d,#0c6a46);color:#fff;border-radius:26px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:20px}.cta-box p{color:#d4e9de}.page-hero{padding:82px 0;background:linear-gradient(180deg,#f4f8f5,#fff);border-bottom:1px solid var(--line)}.page-hero .container{max-width:980px;text-align:center}.page-hero h1{font-size:52px}.page-hero p{font-size:19px;line-height:1.6;color:var(--muted)}.topic-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.topic-list span{padding:10px 12px;border-radius:999px;background:#eef6f1;border:1px solid #d5e6dc;color:#315c49;font-size:13px}.topic-list.large span{font-size:15px;padding:13px 15px}.product-detail-list{display:flex;flex-direction:column;gap:26px}.product-detail{display:grid;grid-template-columns:80px 1.2fr .8fr;grid-gap:26px;gap:26px;align-items:center;padding:34px;border:1px solid var(--line);border-radius:22px}.product-number{font-size:34px;font-family:Georgia,serif;color:#9fb7aa}.product-detail h2{margin:6px 0 12px}.product-detail p{color:var(--muted);line-height:1.7}.product-preview{min-height:220px;border-radius:18px;padding:20px;background:linear-gradient(160deg,#f7faf8,#e9f4ed);border:1px solid #dbe8e0}.preview-top{font-weight:800;color:var(--green);margin-bottom:22px}.preview-lines{display:grid;grid-gap:12px;gap:12px}.preview-lines span{height:28px;border-radius:8px;background:#fff;border:1px solid #d7e5dc}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:40px;gap:40px}.form-card{display:grid;grid-gap:16px;gap:16px}.form-card label{display:grid;grid-gap:8px;gap:8px;font-weight:700;font-size:14px}.form-card input,.form-card select,.form-card textarea{padding:13px 14px;border:1px solid #cfe0d6;border-radius:10px;background:#fff}.form-card small{color:var(--muted)}.contact-aside{display:grid;align-content:start;grid-gap:16px;gap:16px}.narrow{max-width:520px}.footer{background:#052e22;color:#e8f4ed;padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);grid-gap:38px;gap:38px}.footer h4{margin-top:0}.footer a{display:block;color:#d3e6dc;margin:9px 0;font-size:14px}.footer p{color:#b9d3c5;line-height:1.6;font-size:14px}.footer-brand strong{color:#fff}.footer-brand small{color:#c9dfd2}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;font-size:12px;color:#aac8b8}@media(max-width:1050px){.main-nav{display:none}.grid-4,.grid-5,.grid-7{grid-template-columns:repeat(2,1fr)}.contact-grid,.hero-grid,.split{grid-template-columns:1fr}.hero h1{font-size:48px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.container{width:min(100% - 24px,1200px)}.nav-actions .login-link{display:none}.nav-actions .btn-small{font-size:0;padding:12px}.nav-actions .btn-small svg{margin:0}.brand{min-width:0}.brand strong{font-size:20px}.hero{padding-top:42px}.hero h1,.page-hero h1{font-size:38px}.hero p,.page-hero p{font-size:16px}.hero-actions{flex-direction:column}.hero-visual{min-height:360px}.metric-row{grid-template-columns:repeat(2,1fr)}.dash-content{grid-template-columns:1fr}.donut{display:none}.float-card{right:0}.flow,.footer-grid,.grid-2,.grid-3,.grid-4,.grid-5,.grid-7,.theme-grid{grid-template-columns:1fr}.section{padding:58px 0}.cta-box h2,.section h2,.section-heading h2{font-size:32px}.cta-box{flex-direction:column;align-items:flex-start}.product-detail{grid-template-columns:1fr}.product-number{font-size:24px}}.btn-whatsapp{background:#0f7a4f;color:#fff;border-color:#0f7a4f}.btn-whatsapp:hover{filter:brightness(.94)}.btn-disabled{background:#edf2ef;color:#7d8a84;border-color:#dbe4df;cursor:not-allowed}.product-actions-section{padding-top:20px}.product-actions-card{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:36px;gap:36px;align-items:center;padding:38px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#f7fbf8,#fff);box-shadow:var(--shadow)}.product-actions-copy h2{margin:5px 0 12px}.product-actions-copy p{color:var(--muted);line-height:1.65}.security-notes{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#3f6553;font-size:13px}.security-notes span{display:flex;gap:7px;align-items:center}.product-actions-buttons{display:grid;grid-gap:12px;gap:12px;align-content:center}.access-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.access-card{display:flex;flex-direction:column;min-height:330px}.access-card h2{font-family:Georgia,serif;font-size:30px;margin:15px 0 12px}.access-card p{color:var(--muted);line-height:1.65;flex:1 1}.access-status{display:flex;align-items:center;gap:7px;color:var(--green);font-size:13px;font-weight:800}.access-actions{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.security-panel{display:grid;grid-template-columns:auto 1fr;grid-gap:22px;gap:22px;max-width:900px;align-items:start}.security-panel>svg{color:var(--green)}.security-panel h2{margin-top:0}.security-panel p{color:var(--muted);line-height:1.7}@media(max-width:800px){.access-grid,.product-actions-card{grid-template-columns:1fr}.product-actions-card{padding:26px}.security-panel{grid-template-columns:1fr}}.form-error{padding:11px 12px;border-radius:10px;background:#fff2f2;border:1px solid #efc7c7;color:#8b3232;font-size:13px}.contact-channel{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start}.contact-channel>svg{color:var(--green)}.contact-channel p{margin:4px 0 8px}.founder-profile{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:54px;gap:54px;align-items:start}.founder-portrait-card{position:-webkit-sticky;position:sticky;top:110px}.founder-portrait-placeholder{aspect-ratio:4/4.5;border-radius:24px;background:linear-gradient(145deg,#e5f2e9,#f9fcfa);border:1px solid var(--line);display:grid;place-items:center;margin-bottom:24px;overflow:hidden}.founder-portrait-placeholder span{font-family:Georgia,serif;font-size:96px;color:var(--green);opacity:.72}.founder-story h2{font-family:Georgia,serif;font-size:42px;margin:0 0 18px}.founder-highlight{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;padding:20px;border-radius:16px;background:var(--soft);margin-top:28px}.founder-highlight>svg{color:var(--green)}.founder-highlight p{margin:5px 0;color:var(--muted);line-height:1.6}.founder-credential p{line-height:1.6;color:#405049}.research-card{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;margin-top:24px;padding:22px;border-radius:18px;background:#0b5a3b;color:#fff}.research-card small,.research-card strong{display:block}.research-card small{opacity:.75;margin-bottom:5px}.credential-list{display:grid;grid-gap:12px;gap:12px}.credential-list div{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:start;padding:10px 0;border-bottom:1px solid var(--line)}.credential-list svg{color:var(--green)}.founder-origin{background:#f7faf8}.founder-origin-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:50px;gap:50px;align-items:center}.founder-origin-products{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.founder-origin-products span{padding:24px;border-radius:16px;background:#fff;border:1px solid var(--line);font-weight:800;color:var(--green)}.institutional-mark{min-height:360px;border-radius:28px;background:linear-gradient(140deg,#073e2c,#0e7349);display:grid;place-items:center;align-content:center;color:#fff;grid-gap:12px;gap:12px}.institutional-mark span{font-family:Georgia,serif;font-size:120px}.institutional-mark strong{letter-spacing:.08em;text-transform:uppercase;font-size:12px}.legal-copy{max-width:860px}.legal-copy h2{font-size:25px;margin-top:34px}.legal-copy p{font-size:16px;line-height:1.8;color:#4f5f58}@media(max-width:900px){.founder-origin-grid,.founder-profile{grid-template-columns:1fr}.founder-portrait-card{position:static}.founder-portrait-placeholder{max-width:420px}.founder-origin-products{grid-template-columns:1fr 1fr}}@media(max-width:600px){.founder-origin-products{grid-template-columns:1fr}.founder-story h2{font-size:34px}}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:12px;top:12px;z-index:100;background:#fff;color:var(--green);padding:10px 14px;border:2px solid var(--green);border-radius:8px}.main-nav a{padding:8px 0}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--green);border-radius:999px}.menu-button{width:42px;height:42px;border:1px solid var(--line);border-radius:10px;color:var(--green);align-items:center;justify-content:center}.menu-button,.mobile-menu{display:none;background:#fff}.mobile-menu{border-top:1px solid var(--line)}.mobile-menu .container{display:grid;grid-gap:8px;gap:8px;padding:14px 0 22px}.mobile-menu a:not(.btn){padding:11px 4px;border-bottom:1px solid #edf2ef}.mobile-menu a.active{font-weight:800;color:var(--green)}.lead-copy{font-size:17px;line-height:1.75;color:var(--muted)}.text-link-large{display:inline-flex;align-items:center;gap:7px;font-size:15px}.benefit-card>svg{color:var(--green);width:28px;height:28px}.benefit-card h3{margin:14px 0 8px}.benefit-card p{color:var(--muted);line-height:1.6}.service-card{display:flex;flex-direction:column;min-height:270px}.service-card p{color:var(--muted);line-height:1.65;flex:1 1}.clean-list,.mini-list{padding-left:20px;margin:18px 0 0}.clean-list li,.mini-list li{margin:9px 0;color:#4f6259;line-height:1.5}.training-modes{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.training-panel{padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 30px rgba(18,52,43,.05)}.training-panel h2{font-size:32px}.training-panel p{color:var(--muted);line-height:1.65}.training-panel-dark{background:linear-gradient(145deg,#073e2c,#0b5a3b);color:#fff;border:none}.training-panel-dark li,.training-panel-dark p{color:#d9e9df}.training-panel-dark .eyebrow{color:#cfe5d8}.theme-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.theme-detail{position:relative;padding-left:78px}.theme-index{position:absolute;left:24px;top:24px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf7f1;color:var(--green);font-weight:800}.theme-detail h3{margin:0 0 8px}.theme-detail p{margin:0;color:var(--muted);line-height:1.6}.timeline-mini{list-style:none;padding:0;margin:20px 0;display:grid;grid-gap:12px;gap:12px}.timeline-mini li{display:grid;grid-template-columns:36px 1fr;align-items:center;grid-gap:8px;gap:8px}.timeline-mini b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}.product-showcase-grid{grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.product-showcase{position:relative;padding:32px;border:1px solid var(--line);border-radius:22px;background:#fff}.product-showcase .product-number{position:absolute;right:22px;top:18px}.product-showcase h2{font-size:30px;margin:8px 0 12px}.product-showcase p{color:var(--muted);line-height:1.6}.product-page-grid{grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px}.feature-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:24px}.feature-list>div{display:flex;gap:9px;align-items:flex-start;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.feature-list svg{color:var(--green);flex:0 0 auto}.audience-grid{display:grid;grid-gap:12px;gap:12px}.audience-grid .card{display:flex;gap:10px;align-items:center}.audience-grid svg{color:var(--green)}.product-ui{border-radius:24px;padding:18px;background:linear-gradient(145deg,#eaf5ee,#d9ece1);box-shadow:var(--shadow)}.product-ui-blue{background:linear-gradient(145deg,#eef5fb,#dfeaf7)}.product-ui-gold{background:linear-gradient(145deg,#fcf6e8,#f5ead0)}.product-ui-violet{background:linear-gradient(145deg,#f4effb,#e9def6)}.ui-browser{height:44px;border-radius:14px 14px 0 0;background:#fff;display:flex;align-items:center;gap:7px;padding:0 14px;border:1px solid #dde7e1;border-bottom:0}.ui-browser span{width:9px;height:9px;border-radius:50%;background:#d7e1dc}.ui-browser strong{margin-left:8px;color:#466154;font-size:13px}.ui-shell{display:grid;grid-template-columns:70px 1fr;min-height:320px;background:#fff;border:1px solid #dde7e1;border-radius:0 0 14px 14px;overflow:hidden}.ui-sidebar{background:#0b5a3b;padding:18px 14px;display:grid;align-content:start;grid-gap:13px;gap:13px}.ui-sidebar i{height:9px;border-radius:999px;background:rgba(255,255,255,.55)}.ui-main{padding:24px}.ui-title{height:24px;width:46%;background:#e9f1ed;border-radius:8px;margin-bottom:18px}.ui-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.ui-metrics b{height:58px;border-radius:10px;background:#f0f6f2}.ui-chart{height:120px;margin:18px 0;border-radius:12px;background:linear-gradient(180deg,#f6faf7,#e9f3ed);position:relative}.ui-chart:after{content:"";position:absolute;left:12px;right:12px;bottom:24px;height:2px;background:#99c6ad;transform:skewY(-8deg)}.ui-lines{display:grid;grid-gap:10px;gap:10px}.ui-lines span{height:14px;border-radius:999px;background:#edf2ef}.ui-lines span:nth-child(2){width:78%}.ui-lines span:nth-child(3){width:62%}.founder-strip{background:#fbfdfc;border-top:1px solid #edf2ef;border-bottom:1px solid #edf2ef}.founder-strip-grid{display:grid;grid-template-columns:180px 1fr;grid-gap:36px;gap:36px;align-items:center}.founder-monogram{width:180px;height:180px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(145deg,#e3f1e8,#fff);border:1px solid var(--line);font-family:Georgia,serif;font-size:62px;color:var(--green)}.footer-contact{padding-top:28px;color:#c6ddcf;font-size:13px}@media(max-width:1050px){.menu-button{display:flex}.desktop-cta{display:none}.mobile-menu{display:block}.product-page-grid,.product-showcase-grid,.training-modes{grid-template-columns:1fr}.founder-strip-grid{grid-template-columns:140px 1fr}.founder-monogram{width:140px;height:140px}.feature-list{grid-template-columns:1fr}}@media(max-width:700px){.founder-strip-grid,.theme-detail-grid{grid-template-columns:1fr}.founder-monogram{width:110px;height:110px;font-size:42px}.footer-contact{display:grid;grid-gap:10px;gap:10px}.product-showcase,.training-panel{padding:24px}.product-showcase h2{font-size:27px}.ui-shell{grid-template-columns:48px 1fr}.ui-main{padding:16px}}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:45;display:flex;align-items:center;gap:9px;background:#0f7a4f;color:#fff;padding:13px 17px;border-radius:999px;box-shadow:0 12px 30px rgba(5,46,34,.24);font-weight:800;font-size:14px}.whatsapp-float:hover{transform:translateY(-1px)}.footer-whatsapp{display:inline-flex!important;align-items:center;gap:8px;margin-top:12px!important;color:#fff!important;font-weight:800}.footer-whatsapp svg{color:#8bd3ae}@media(max-width:600px){.whatsapp-float{right:14px;bottom:14px;width:52px;height:52px;padding:0;justify-content:center}.whatsapp-float span{display:none}}.admin-shell{min-height:100vh;background:#f4f7f5;color:#173027;display:grid;grid-template-columns:250px minmax(0,1fr)}.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#062f23;color:#e8f5ed;padding:24px 18px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);z-index:20}.admin-brand{display:flex;align-items:center;gap:12px;padding:4px 8px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-brand>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-family:Georgia,serif;font-weight:800;font-size:22px}.admin-brand small,.admin-brand strong{display:block}.admin-brand strong{font-family:Georgia,serif;font-size:20px}.admin-brand small{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#a8ccba;margin-top:2px}.admin-sidebar nav{display:grid;grid-gap:6px;gap:6px;margin-top:24px}.admin-sidebar nav a{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:11px;color:#cfe4d8;font-size:14px;font-weight:650}.admin-sidebar nav a:hover{background:rgba(255,255,255,.06)}.admin-sidebar nav a.active{box-shadow:0 8px 24px rgba(0,0,0,.12)}.admin-sidebar-foot{margin-top:auto;display:grid;grid-gap:12px;gap:12px;padding:18px 8px 4px;color:#9fc4b0}.admin-contract{display:flex;align-items:center;gap:8px;font-size:12px}.admin-sidebar-foot small{font-size:11px}.admin-back{display:flex;align-items:center;gap:5px;color:#e6f2eb;font-size:12px;font-weight:700;margin-top:5px}.admin-workspace{min-width:0}.admin-topbar{min-height:126px;padding:26px 34px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;background:#fff;border-bottom:1px solid #dfe8e3}.admin-kicker{display:block;color:#6a7b73;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:5px}.admin-topbar h1{margin:0;color:#173027}.admin-topbar p{margin:7px 0 0;color:#718078;font-size:14px}.admin-top-actions{display:flex;align-items:center;gap:10px}.admin-locale{border:1px solid #d5e2db;background:#fff;border-radius:10px;padding:10px 12px;color:#315c49;font-size:12px;font-weight:800}.admin-main{padding:28px 34px 60px;display:grid;grid-gap:22px;gap:22px;max-width:1600px;width:100%;margin:0 auto}.admin-notice{display:grid;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;align-items:start;border:1px solid #d5e7dc;background:#f8fcf9;padding:16px 18px;border-radius:14px;color:#315c49}.admin-notice>svg{color:#0b7a4b}.admin-notice strong{font-size:13px}.admin-notice p{margin:3px 0 0;color:#63746b;font-size:12px;line-height:1.5}.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-kpi-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.admin-kpi{background:#fff;border:1px solid #dfe8e3;border-radius:16px;padding:18px;min-width:0;box-shadow:0 6px 20px rgba(17,55,42,.035)}.admin-kpi-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.admin-kpi-head>span{color:#65766e;font-size:12px;font-weight:750}.admin-kpi-head b{font-size:8px;letter-spacing:.08em;padding:4px 6px;border-radius:999px;background:#eef6f1;color:#0b6e46}.admin-kpi>strong{display:block;font-size:26px;margin:9px 0 12px;color:#113c2c;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-kpi-foot{display:flex;justify-content:space-between;gap:8px;align-items:flex-end}.admin-kpi-foot small{color:#8a9891;font-size:10px;line-height:1.3}.admin-kpi-foot em{font-style:normal;font-size:10px;color:#0b7a4b}.admin-kpi-gold{border-top:3px solid #c99a3c}.admin-kpi-blue{border-top:3px solid #4c87b8}.admin-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.admin-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.admin-panel{background:#fff;border:1px solid #dfe8e3;border-radius:18px;padding:22px;box-shadow:0 6px 24px rgba(17,55,42,.03);min-width:0}.admin-panel.compact{min-height:180px}.admin-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.admin-panel-head span,.admin-panel-label{display:block;font-size:10px;letter-spacing:.12em;font-weight:850;color:#668077;margin-bottom:4px}.admin-panel h2,.admin-panel-head h2{font-family:Georgia,serif;margin:0;color:#173b2e;font-size:23px}.admin-panel-head>a{font-size:12px;color:#0b6e46;font-weight:800}.admin-panel-head>small{color:#8b9892;font-size:10px}.admin-muted{font-size:13px;color:#708078;line-height:1.65}.admin-empty-number{display:block;font-size:38px;margin:16px 0 4px;color:#9da8a3}.admin-product-status{display:grid;grid-gap:10px;gap:10px}.admin-product-status>div{display:grid;grid-template-columns:auto 1fr auto;grid-gap:9px;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #edf2ef}.admin-product-status strong{font-size:13px}.admin-product-status small{font-size:9px;color:#718078;font-weight:800}.status-dot{width:8px;height:8px;border-radius:50%;background:#97a8a0}.status-ativo,.status-publicado{background:#1d9a61}.status-desenvolvimento{background:#d3a036}.status-futuro{background:#94a19b}.admin-market-list{display:grid;grid-gap:10px;gap:10px}.admin-market-list>div{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 0;border-bottom:1px solid #edf2ef}.admin-market-list small,.admin-market-list strong{display:block}.admin-market-list strong{font-size:13px}.admin-market-list small{font-size:10px;color:#7b8a83;margin-top:2px}.tag-approved,.tag-hypothesis{font-size:8px;letter-spacing:.07em;border-radius:999px;padding:5px 7px}.tag-approved{background:#e6f7ed;color:#117446}.tag-hypothesis{background:#fff5dc;color:#8d6715}.admin-table-wrap{overflow:auto;border:1px solid #e3ebe7;border-radius:12px}.admin-table{width:100%;border-collapse:collapse;min-width:760px;font-size:12px}.admin-table th{text-align:left;background:#f7faf8;color:#60736a;padding:11px 12px;border-bottom:1px solid #e1e9e5;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.admin-table td{padding:12px;border-bottom:1px solid #edf2ef;color:#40554b}.admin-table tbody tr:last-child td{border-bottom:0}.table-status{font-size:8px;border-radius:999px;padding:5px 7px;background:#eef2f0}.table-status-ativo,.table-status-publicado{background:#e6f7ed;color:#117446}.table-status-desenvolvimento{background:#fff5dc;color:#8d6715}.table-status-futuro{background:#eef1f0;color:#66736d}.admin-placeholder-chart{height:190px;display:flex;align-items:flex-end;gap:16px;padding:26px 18px 10px;background:linear-gradient(180deg,#fbfdfc,#f1f7f3);border-radius:14px;margin-top:15px}.admin-placeholder-chart i{flex:1 1;background:linear-gradient(180deg,#178058,#9bcdb2);border-radius:8px 8px 2px 2px;opacity:.9}.admin-funnel{display:grid;grid-template-columns:1.3fr 1fr .75fr;grid-gap:10px;gap:10px;align-items:center;margin-top:12px}.admin-funnel>div{background:#eef6f1;border:1px solid #dce9e1;-webkit-clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%,8% 50%);clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%,8% 50%);padding:24px 14px;text-align:center}.admin-funnel>div:first-child{-webkit-clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%)}.admin-funnel span,.admin-funnel strong{display:block}.admin-funnel strong{font-size:24px;color:#0b5a3b}.admin-funnel span{font-size:9px;color:#66766e;margin-top:3px}.admin-chip-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.admin-chip-cloud code,.admin-chip-cloud span{font-family:inherit;font-size:10px;background:#f0f6f2;color:#315d49;border:1px solid #dce9e1;border-radius:999px;padding:7px 9px}.admin-chip-cloud code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f7f8f8;color:#42554c}@media(max-width:1280px){.admin-kpi-grid-6{grid-template-columns:repeat(3,1fr)}.admin-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:980px){.admin-shell{grid-template-columns:76px minmax(0,1fr)}.admin-sidebar{padding:20px 10px}.admin-brand{justify-content:center;padding:2px 0 22px}.admin-brand>div,.admin-sidebar nav a span,.admin-sidebar-foot{display:none}.admin-sidebar nav a{justify-content:center;padding:13px}.admin-main,.admin-topbar{padding:22px}.admin-grid-2,.admin-grid-3{grid-template-columns:1fr}}@media(max-width:680px){.admin-shell{display:block}.admin-sidebar{position:static;width:100%;height:auto;display:block;padding:12px}.admin-brand{display:none}.admin-sidebar nav{grid-template-columns:repeat(6,1fr);margin:0;overflow:auto;gap:4px}.admin-sidebar nav a{min-width:46px}.admin-topbar{display:block;padding:18px}.admin-topbar h1{font-size:29px}.admin-top-actions{margin-top:14px}.admin-main{padding:16px}.admin-kpi-grid,.admin-kpi-grid-6{grid-template-columns:1fr 1fr}.admin-notice{grid-template-columns:auto 1fr}.admin-notice>svg:last-child{display:none}.admin-funnel{grid-template-columns:1fr}.admin-funnel>div,.admin-funnel>div:first-child{-webkit-clip-path:none;clip-path:none;border-radius:12px}}.founder-stage-grid{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:48px;gap:48px;align-items:center}.founder-stage-image{position:relative;aspect-ratio:16/10;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#0b2f24}.founder-stage-image img{object-fit:cover;object-position:center 51%}.client-access-card{text-align:left;padding:34px}.client-access-card h2{font-family:Georgia,serif;font-size:34px;margin:14px 0}.security-notes.stacked{display:grid;grid-gap:9px;gap:9px;margin:22px 0}.security-notes.stacked span{justify-content:flex-start}@media(max-width:900px){.founder-stage-grid{grid-template-columns:1fr}.founder-stage-image{aspect-ratio:16/9}}:root{--navy:#153349;--surface:#fbfdfc;--surface-2:#f0f6f2;--shadow-soft:0 12px 34px rgba(17,55,42,.07);--shadow-xl:0 28px 80px rgba(10,58,40,.14)}::selection{background:#cfe7d8;color:#063a29}body{overflow-x:hidden}.site-header{box-shadow:0 1px 0 rgba(15,58,42,.04)}.portal-ribbon{background:#073e2c;color:#dff1e6;font-size:11px}.portal-ribbon .container{min-height:32px}.portal-ribbon span{display:inline-flex;align-items:center;gap:7px}.portal-ribbon a{color:#fff;font-weight:800}.main-nav a{position:relative;padding:29px 0 27px}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--green2);transition:right .22s ease}.main-nav a.active:after,.main-nav a:hover:after{right:0}.main-nav a.active{color:var(--green);font-weight:800}.btn{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.btn:not(.btn-disabled):hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(11,90,59,.15)}.btn-primary{background:linear-gradient(135deg,#0a5639,#0d7449)}.btn-gold{background:linear-gradient(135deg,#b8872f,#d4a84d);color:#10261d}.btn-outline:hover{background:#f3f8f5}.card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:#c8ded1}.hero-premium{position:relative;overflow:hidden;padding-top:82px;padding-bottom:78px}.hero-premium:before{width:540px;height:540px;right:-160px;top:-210px;background:radial-gradient(circle,#d9eee2 0,rgba(217,238,226,.2) 56%,transparent 72%)}.hero-premium:after,.hero-premium:before{content:"";position:absolute;border-radius:50%}.hero-premium:after{left:-180px;bottom:-300px;width:520px;height:520px;border:1px solid #e5efe9}.hero-premium .container{position:relative;z-index:1}.hero-copy h1{letter-spacing:-.035em}.premium-dashboard{position:relative;z-index:3;box-shadow:var(--shadow-xl);border-color:#cfe2d7}.hero-orbit{position:absolute;border:1px solid rgba(11,90,59,.16);border-radius:50%;z-index:0}.hero-orbit-one{width:520px;height:520px}.hero-orbit-two{width:390px;height:390px}.float-card-secondary{left:-30px;right:auto;bottom:94px;z-index:4}.float-card-secondary svg{color:var(--gold)}.trust-strip{border-top:1px solid #e7efea;border-bottom:1px solid #e7efea;background:#fff}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip-grid>div{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;padding:24px 22px;border-right:1px solid #e7efea}.trust-strip-grid>div:first-child{border-left:1px solid #e7efea}.trust-strip svg{color:var(--green);margin-top:2px}.trust-strip span,.trust-strip strong{display:block}.trust-strip strong{font-size:13px;color:#18382c}.trust-strip span{font-size:11px;line-height:1.45;color:#6e7d76;margin-top:3px}.start-options-section{padding:48px 0;background:linear-gradient(180deg,#fff,#f7faf8)}.start-options-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.start-options-head h2{font-family:Georgia,serif;font-size:30px;max-width:650px;margin:0}.start-options-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.start-option{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;padding:22px;border:1px solid #dae8e0;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(18,52,43,.035);transition:.2s ease}.start-option:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:#bcd8c8}.start-option-icon{width:48px;height:48px;border-radius:14px;background:#edf7f1;color:var(--green);display:grid;place-items:center}.start-option h3{margin:1px 0 7px;font-size:16px}.start-option p{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 11px}.start-option span{display:inline-flex;gap:5px;align-items:center;color:var(--green2);font-size:12px;font-weight:850}.solution-grid .product-card{min-height:266px;display:flex;flex-direction:column}.solution-grid .product-card .text-link{margin-top:auto}.product-card:hover .icon-badge{background:#e4f4ea;transform:scale(1.03)}.icon-badge{transition:.2s ease}.commercial-section{background:linear-gradient(180deg,#fff,#fbfdfc)}.commercial-format-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px}.commercial-format{border:1px solid #dce8e1;border-radius:18px;padding:22px;background:#fff;box-shadow:0 6px 20px rgba(17,55,42,.035)}.commercial-format h3{font-size:15px;margin:15px 0 8px}.commercial-format p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}.center-action{text-align:center;margin-top:28px}.breadcrumbs-wrap{padding-top:20px}.breadcrumbs{font-size:12px;color:#73827b}.breadcrumbs,.breadcrumbs>span{display:flex;align-items:center;gap:8px}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs strong{color:#385c4c;font-weight:800}.product-page-grid{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:58px;gap:58px}.premium-product-preview{border-radius:24px;background:linear-gradient(145deg,#f5faf7,#e9f4ed);border:1px solid #d6e6dc;box-shadow:var(--shadow-xl);padding:14px;min-height:410px}.preview-browser-bar{height:42px;background:#fff;border:1px solid #e0eae4;border-radius:14px 14px 6px 6px;display:flex;align-items:center;gap:6px;padding:0 14px;color:#486258}.preview-browser-bar span{width:8px;height:8px;border-radius:50%;background:#d9e4de}.preview-browser-bar span:first-child{background:#e7ad7c}.preview-browser-bar span:nth-child(2){background:#e7d07c}.preview-browser-bar span:nth-child(3){background:#8ec5a4}.preview-browser-bar b{margin-left:9px;font-size:11px}.preview-app-shell{display:grid;grid-template-columns:62px 1fr;margin-top:8px;min-height:330px;background:#fff;border-radius:8px 8px 16px 16px;overflow:hidden;border:1px solid #e2ebe6}.preview-app-shell aside{background:#083d2c;display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:17px}.preview-logo{width:34px;height:34px;border-radius:0;background:transparent;color:#0b5a3b;display:grid;place-items:center}.preview-app-shell aside i{width:24px;height:6px;border-radius:9px;background:rgba(255,255,255,.25)}.preview-workspace{padding:24px}.preview-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:8px;font-weight:900;color:var(--green2)}.preview-heading{display:flex;justify-content:space-between;align-items:center;margin:8px 0 16px}.preview-heading small,.preview-heading strong{display:block}.preview-heading small{font-size:9px;color:#8a9891}.preview-heading strong{font-family:Georgia,serif;font-size:22px;color:#173b2e;margin-top:2px}.preview-heading button{border:1px solid #e1e9e5;background:#fff;border-radius:8px;color:#839189}.preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.preview-metrics div{background:#f5f9f6;border:1px solid #e2ece6;padding:12px;border-radius:10px}.preview-metrics small,.preview-metrics strong{display:block}.preview-metrics strong{color:#0b5a3b;font-size:15px}.preview-metrics small{font-size:8px;color:#84928b;margin-top:3px}.preview-body{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:12px;gap:12px;margin-top:12px}.preview-chart-pro{height:145px;background:#f9fbfa;border:1px solid #e7eeea;border-radius:12px;padding:18px 14px 10px;display:flex;gap:8px;align-items:flex-end}.preview-chart-pro span{flex:1 1;background:linear-gradient(180deg,#16855a,#a7d5ba);border-radius:6px 6px 2px 2px}.preview-chart-pro span:first-child{height:34%}.preview-chart-pro span:nth-child(2){height:48%}.preview-chart-pro span:nth-child(3){height:43%}.preview-chart-pro span:nth-child(4){height:68%}.preview-chart-pro span:nth-child(5){height:74%}.preview-chart-pro span:nth-child(6){height:91%}.preview-list-pro{display:grid;grid-gap:7px;gap:7px}.preview-list-pro>div{display:grid;grid-template-columns:20px 1fr auto;align-items:center;grid-gap:7px;gap:7px;padding:9px;border-radius:9px;border:1px solid #e5ece8}.preview-list-pro b{width:18px;height:18px;display:grid;place-items:center;border-radius:6px;background:#edf6f1;color:#0b6b45;font-size:8px}.preview-list-pro span{font-size:9px;color:#485e53}.preview-list-pro em{font-style:normal;color:#16855a;font-size:10px}.preview-planner{background:linear-gradient(145deg,#f5f9fc,#edf5f8)}.preview-registra{background:linear-gradient(145deg,#faf8f2,#f4eee1)}.preview-orienta{background:linear-gradient(145deg,#f8f5fb,#f0eaf7)}.premium-benefit{border-top:3px solid #7fb99a}.audience-card{display:flex;align-items:center;gap:12px}.audience-card svg{color:var(--green)}.access-intro-section{padding-bottom:28px}.access-intro-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:52px;gap:52px;align-items:center}.access-checks{display:grid;grid-gap:12px;gap:12px}.access-checks>div{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start;padding:14px 16px;border:1px solid #dce8e1;border-radius:14px;background:#fff}.access-checks svg{color:var(--green)}.access-checks small,.access-checks strong{display:block}.access-checks small{color:var(--muted);font-size:12px;margin-top:3px}.access-card-live{border-color:#a9d1b9;box-shadow:0 12px 34px rgba(11,90,59,.08)}.verified-host{display:flex;align-items:center;gap:7px;color:#4e6b5d;font-size:11px;background:#f1f8f4;border-radius:9px;padding:9px 10px;margin:13px 0}.verified-host svg{color:#0f8153}.founder-portrait-photo{position:relative;min-height:360px;border-radius:20px;overflow:hidden;background:#0b3024}.founder-portrait-photo img{object-fit:cover;object-position:center 34%}.footer-contact{border-top:1px solid rgba(255,255,255,.1);display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;padding-top:18px;color:#b9d3c5;font-size:12px}.footer-contact span+span:before{content:"•";margin-right:24px;color:#709c84}@media(max-width:1050px){.trust-strip-grid{grid-template-columns:repeat(2,1fr)}.start-options-grid{grid-template-columns:1fr}.commercial-format-grid{grid-template-columns:repeat(2,1fr)}.access-intro-grid,.product-page-grid{grid-template-columns:1fr}.main-nav a{padding:0}.portal-ribbon .container{justify-content:center}.portal-ribbon a{display:none}}@media(max-width:700px){.portal-ribbon{font-size:10px}.portal-ribbon .container{min-height:29px}.hero-premium{padding-top:48px}.hero-copy h1{font-size:40px}.float-card-secondary{display:none}.trust-strip-grid{grid-template-columns:1fr}.trust-strip-grid>div,.trust-strip-grid>div:first-child{border-left:0;border-right:0;border-bottom:1px solid #e7efea}.start-options-head{display:block}.start-options-head h2{font-size:27px}.commercial-format-grid{grid-template-columns:1fr}.premium-product-preview{padding:8px;min-height:350px}.preview-app-shell{grid-template-columns:44px 1fr}.preview-workspace{padding:15px}.preview-body{grid-template-columns:1fr}.preview-list-pro{display:none}.preview-metrics{grid-template-columns:1fr 1fr}.preview-metrics div:last-child{display:none}.founder-portrait-photo{min-height:300px}.footer-contact{display:grid;grid-gap:8px;gap:8px}.footer-contact span+span:before{content:none}}.page-hero-premium{background:radial-gradient(circle at 15% 20%,rgba(214,236,223,.55),transparent 28%),linear-gradient(180deg,#f5faf7,#fff)}.page-hero-premium .container{position:relative;z-index:2}.page-hero-premium h1{letter-spacing:-.035em;max-width:900px;margin-left:auto;margin-right:auto}.page-hero-premium p{max-width:780px;margin-left:auto;margin-right:auto}.page-hero-decor{border:1px solid rgba(11,90,59,.11)}.page-hero-decor.decor-a{width:420px;height:420px;right:-180px;top:-260px}.page-hero-decor.decor-b{width:260px;height:260px;left:-130px;bottom:-150px}.hero-actions-center{justify-content:center}.product-workflow-section{background:#fff}.product-workflow-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.product-workflow-head h2{max-width:760px;margin-bottom:0}.product-workflow-head>svg{color:var(--green2);flex:0 0 auto}.product-workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.product-workflow-grid article{position:relative;border:1px solid #dfe9e3;border-radius:18px;padding:24px;background:linear-gradient(180deg,#fff,#f8fbf9);min-height:205px}.product-workflow-grid article:not(:last-child):after{content:"→";position:absolute;right:-14px;top:28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#0b5a3b;color:white;font-weight:800;z-index:2}.product-workflow-grid b{font-size:12px;letter-spacing:.12em;color:var(--green2)}.product-workflow-grid h3{margin:14px 0 9px;font-size:20px}.product-workflow-grid p{margin:0;color:#52645c}.product-outcomes-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:54px;gap:54px;align-items:center}.outcomes-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.outcomes-list>div{display:flex;align-items:center;gap:12px;padding:17px 18px;border-radius:14px;background:#fff;border:1px solid #dfe9e3}.outcomes-list svg{color:var(--green2);flex:0 0 auto}@media(max-width:900px){.product-workflow-grid{grid-template-columns:1fr 1fr}.product-workflow-grid article:after{display:none}.outcomes-list,.product-outcomes-grid{grid-template-columns:1fr}}@media(max-width:560px){.product-workflow-grid{grid-template-columns:1fr}.product-workflow-head{align-items:flex-start}.product-workflow-head>svg{display:none}}.audience-home-section{padding-top:62px}.audience-home-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.audience-home-card{display:grid;grid-template-columns:52px 1fr;grid-gap:16px;gap:16px;align-items:start;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.2s ease}.audience-home-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#b8d5c5}.audience-home-card>svg{width:48px;height:48px;padding:12px;border-radius:14px;background:#eef7f2;color:var(--green)}.audience-home-card b,.audience-home-card small,.audience-home-card strong{display:block}.audience-home-card strong{font-family:Georgia,serif;font-size:21px;color:#16382d}.audience-home-card small{font-size:13px;line-height:1.55;color:var(--muted);margin:7px 0 14px}.audience-home-card b{display:flex;align-items:center;gap:6px;color:var(--green2);font-size:12px}.audience-home-card.featured{background:linear-gradient(145deg,#0a5138,#0d6c49);border-color:#0d6c49}.audience-home-card.featured>svg{background:rgba(255,255,255,.13);color:#fff}.audience-home-card.featured b,.audience-home-card.featured strong{color:#fff}.audience-home-card.featured small{color:#d4e7dc}.contract-section{background:linear-gradient(180deg,#fff,#fbfdfc)}.contract-journey-grid{display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:36px;gap:36px;align-items:start}.contract-audiences{position:-webkit-sticky;position:sticky;top:145px}.contract-audiences>p{color:var(--muted);line-height:1.65}.audience-selector{display:grid;grid-gap:10px;gap:10px;margin-top:24px}.audience-choice{width:100%;display:grid;grid-template-columns:38px 1fr 20px;grid-gap:10px;gap:10px;align-items:center;text-align:left;padding:15px;border:1px solid #dce7e1;border-radius:14px;background:#fff;color:var(--text);cursor:pointer}.audience-choice:hover{border-color:#a9cdb9}.audience-choice.active{border-color:#6eaf8c;background:#f0f8f3;box-shadow:0 8px 24px rgba(11,90,59,.06)}.audience-choice>svg:first-child{color:var(--green)}.audience-choice>svg:last-child{color:var(--green2)}.audience-choice small,.audience-choice strong{display:block}.audience-choice strong{font-size:14px}.audience-choice small{font-size:11px;line-height:1.4;color:var(--muted);margin-top:2px}.contract-form{display:grid;grid-gap:16px;gap:16px;padding:30px}.contract-form h2{font-size:32px}.contract-form label{display:grid;grid-gap:7px;gap:7px;font-weight:800;font-size:13px;color:#315347}.contract-form input,.contract-form select,.contract-form textarea{padding:13px 14px;border:1px solid #cfe0d6;border-radius:10px;background:#fff;color:var(--text)}.form-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.btn-contract{margin-top:4px}.privacy-note{color:var(--muted);line-height:1.45}.contract-process{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.contract-process article{display:grid;grid-template-columns:44px 1fr;grid-gap:12px;gap:12px;padding:22px;border:1px solid #dfe9e3;border-radius:17px;background:#fff}.contract-process article>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#edf7f1;color:var(--green)}.contract-process b{font-size:10px;letter-spacing:.12em;color:var(--green2)}.contract-process h3{margin:3px 0 7px;font-size:17px}.contract-process p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}.school-needs-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.school-need{min-height:210px}.school-need>svg{color:var(--green);width:30px;height:30px}.school-need h3{margin:18px 0 9px}.school-need p{color:var(--muted);line-height:1.6}.school-package{position:relative;overflow:hidden}.school-package>svg{color:var(--green);margin-top:13px}.school-package.featured{border-color:#8fc2a5;box-shadow:0 16px 40px rgba(11,90,59,.09)}.package-tag{display:inline-block;padding:6px 9px;border-radius:999px;background:#edf7f1;color:var(--green2);font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.school-implementation-grid{display:grid;grid-template-columns:.86fr 1.14fr;grid-gap:56px;gap:56px;align-items:start}.school-assurance{display:grid;grid-template-columns:28px 1fr;grid-gap:11px;gap:11px;margin-top:18px}.school-assurance>svg{color:var(--green2)}.school-assurance small,.school-assurance strong{display:block}.school-assurance small{color:var(--muted);font-size:12px;margin-top:3px;line-height:1.5}.school-stage-list{display:grid;grid-gap:12px;gap:12px}.school-stage-list article{display:grid;grid-template-columns:56px 1fr;grid-gap:18px;gap:18px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.school-stage-list b{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#0b5a3b;color:#fff;font-size:12px}.school-stage-list h3{margin:0 0 6px;font-size:18px}.school-stage-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.school-contact-card>svg{color:var(--green)}.school-contact-card .btn{margin-top:12px}.school-whatsapp-link{display:flex;align-items:center;gap:7px;margin-top:17px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.faq-grid details{border:1px solid var(--line);border-radius:14px;background:#fff;padding:18px 20px}.faq-grid summary{cursor:pointer;font-weight:850;color:#21483a}.faq-grid p{color:var(--muted);font-size:13px;line-height:1.6;margin-bottom:0}.training-track{position:relative;min-height:270px;display:flex;flex-direction:column}.training-track .text-link{margin-top:auto}.track-audience{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#71827a;font-weight:850;margin-top:14px}.training-principles{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:50px;gap:50px;align-items:center}.training-principle-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.training-principle-grid article{padding:20px;border:1px solid #dbe8e1;border-radius:16px;background:#fff}.training-principle-grid svg{color:var(--green);margin-bottom:13px}.training-principle-grid strong{display:block}.training-principle-grid p{font-size:12px;line-height:1.55;color:var(--muted);margin-bottom:0}.format-premium-grid .card{position:relative}.format-premium-grid .card>span{font-family:Georgia,serif;color:#9cb7aa;font-size:25px}.formation-comparison{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.formation-comparison>div{padding:34px;border:1px solid var(--line);border-radius:20px;background:#fff}.formation-comparison>div:first-child{border-top:4px solid var(--green)}.formation-comparison>div:last-child{border-top:4px solid #7b9bad}@media(max-width:950px){.audience-home-grid,.school-needs-grid{grid-template-columns:1fr 1fr}.contract-journey-grid,.school-implementation-grid,.training-principles{grid-template-columns:1fr}.contract-audiences{position:static}.contract-process,.training-principle-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.audience-home-grid,.contract-process,.faq-grid,.form-two-col,.formation-comparison,.school-needs-grid,.training-principle-grid{grid-template-columns:1fr}.contract-form{padding:22px}.school-stage-list article{grid-template-columns:46px 1fr}.school-stage-list b{width:40px;height:40px}.audience-home-card{grid-template-columns:46px 1fr}.audience-home-card>svg{width:42px;height:42px;padding:10px}}.skip-link{position:fixed;left:14px;top:-80px;z-index:999;background:#fff;color:var(--green);border:2px solid var(--green);border-radius:8px;padding:10px 14px;font-weight:800;box-shadow:var(--shadow)}.skip-link:focus{top:14px}:focus-visible{outline:3px solid #9c6a14;outline-offset:3px;border-radius:4px}.audience-choice:focus-visible,.btn:focus-visible,.menu-button:focus-visible{outline:3px solid #9c6a14;outline-offset:3px}.main-nav a[aria-current=page]{color:var(--green);font-weight:850}.main-nav a[aria-current=page]:after{content:"";display:block;height:2px;background:var(--green);border-radius:999px;margin-top:5px}.material-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.material-card{display:flex;flex-direction:column;min-height:350px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.material-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.material-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.material-icon{width:50px;height:50px;border-radius:14px;background:#edf7f1;color:var(--green);display:grid;place-items:center}.material-icon svg{width:25px;height:25px}.status-pill{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.status-preparing{background:#f7f1e5;color:#7d5c18}.material-card h3{font-family:Georgia,serif;font-size:24px;margin:22px 0 10px}.material-card p{color:var(--muted);line-height:1.62}.material-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:14px 0 24px;padding-top:15px;border-top:1px solid var(--line)}.material-meta span{font-size:12px;color:var(--muted);line-height:1.45}.material-meta strong{display:block;color:#315347;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.material-card .text-link{margin-top:auto}.material-policy-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:54px;gap:54px;align-items:center}.material-policy-grid>div:first-child p{color:var(--muted);line-height:1.7}.material-assurances{display:grid;grid-gap:12px;gap:12px}.material-assurances>div{display:grid;grid-template-columns:42px 1fr;grid-gap:13px;gap:13px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.material-assurances svg{color:var(--green)}.material-assurances small,.material-assurances strong{display:block}.material-assurances small{color:var(--muted);margin-top:4px;line-height:1.45}.editorial-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.editorial-card{display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdfc);min-height:360px}.editorial-card-top{display:flex;align-items:center;gap:12px}.editorial-card-top>span{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#edf7f1;color:var(--green)}.editorial-card-top small{text-transform:uppercase;letter-spacing:.08em;color:var(--green2);font-weight:850}.editorial-card h2{font-family:Georgia,serif;font-size:28px;line-height:1.15;margin:24px 0 12px}.editorial-card p{color:var(--muted);line-height:1.68}.editorial-meta{display:flex;gap:14px;color:#7b8982;font-size:12px;margin-top:auto;padding:18px 0;border-top:1px solid var(--line)}.editorial-note{display:grid;grid-template-columns:60px 1fr auto;align-items:center;grid-gap:22px;gap:22px}.editorial-note>svg{width:54px;height:54px;padding:13px;border-radius:16px;background:#fff;color:var(--green);border:1px solid var(--line)}.editorial-note h2{margin-bottom:8px}.editorial-note p{color:var(--muted);margin:0;line-height:1.6}.article-hero{padding:68px 0;background:radial-gradient(circle at 85% 18%,#e7f3eb 0,transparent 30%),linear-gradient(180deg,#f8fbf9,#fff);border-bottom:1px solid #edf2ef}.article-hero-inner{max-width:900px}.article-back{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-weight:800;font-size:13px;margin-bottom:35px}.article-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#eaf5ee;color:var(--green);margin-bottom:20px}.article-icon svg{width:28px;height:28px}.article-hero h1{font-family:Georgia,serif;font-size:52px;line-height:1.07;letter-spacing:-.025em;color:#162620;margin:0 0 18px}.article-hero p{font-size:19px;line-height:1.7;color:var(--muted);max-width:820px}.article-meta{display:flex;gap:18px;margin-top:24px;color:#66766e;font-size:13px}.article-meta span{display:flex;align-items:center;gap:6px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:64px;gap:64px;align-items:start}.article-copy{max-width:760px}.article-copy p{font-size:17px;line-height:1.82;color:#44574f}.article-lead{font-size:21px!important;color:#27463a!important}.article-copy h2{font-size:30px;margin-top:46px;margin-bottom:12px}.article-closing{margin-top:46px;padding:26px;border-left:4px solid var(--green);background:#f3f8f5;border-radius:0 16px 16px 0}.article-closing strong{color:var(--green);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.article-closing p{margin-bottom:0}.article-aside{position:-webkit-sticky;position:sticky;top:130px;display:grid;grid-gap:16px;gap:16px}.article-aside .card{padding:23px}.article-aside h3{font-size:20px}.article-aside p{font-size:13px;line-height:1.6;color:var(--muted)}.article-side-link{display:block;padding:14px 0;border-top:1px solid var(--line)}.article-side-link small,.article-side-link strong{display:block}.article-side-link small{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--green2);margin-bottom:4px}.article-side-link strong{font-size:13px;line-height:1.35;color:#27463a}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-weight:850}.status-product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.status-product-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.status-product-heading{display:flex;gap:15px;align-items:center}.status-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center}.status-icon.available{background:#e6f5ec;color:#0c7448}.status-icon.preparing{background:#f7f1e5;color:#84601a}.status-product-heading small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:900}.status-product-heading h2{font-size:25px;margin:3px 0 0}.status-product-card>p{color:var(--muted);line-height:1.6;min-height:75px}.status-actions{display:flex;gap:10px;flex-wrap:wrap}.status-principle{display:grid;grid-template-columns:60px 1fr auto;align-items:center;grid-gap:24px;gap:24px}.status-principle>svg{width:54px;height:54px;padding:13px;border-radius:16px;background:#fff;color:var(--green);border:1px solid var(--line)}.status-principle h2{margin-bottom:8px}.status-principle p{margin:0;color:var(--muted);line-height:1.6}.error-state{text-align:center}.error-icon{width:58px;height:58px;color:#9c6a14;margin-bottom:16px}.portal-loading{min-height:55vh;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--green);font-weight:800}.portal-loading-mark{width:44px;height:44px;border:1px solid var(--green);border-radius:13px;display:grid;place-items:center;font-family:Georgia,serif;font-size:22px;animation:portalPulse 1.2s ease-in-out infinite}@keyframes portalPulse{50%{opacity:.45;transform:scale(.96)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:900px){.material-grid{grid-template-columns:1fr 1fr}.article-layout,.material-policy-grid{grid-template-columns:1fr}.article-aside{position:static;grid-template-columns:1fr 1fr}.editorial-note,.status-principle{grid-template-columns:52px 1fr}.editorial-note>.btn,.status-principle>.btn{grid-column:1/-1;justify-self:start}.article-hero h1{font-size:44px}}@media(max-width:650px){.article-aside,.editorial-grid,.material-grid,.material-meta,.status-product-grid{grid-template-columns:1fr}.article-hero{padding:48px 0}.article-hero h1{font-size:38px}.article-hero p{font-size:17px}.article-copy p{font-size:16px}.editorial-card{padding:24px;min-height:0}.status-product-card>p{min-height:0}.btn,.menu-button{min-height:44px}.menu-button{min-width:44px}.container{width:min(1200px,calc(100% - 28px))}}.faq-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:42px;gap:42px;align-items:start}.faq-page-list{display:grid;grid-gap:12px;gap:12px}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;padding:0 20px}.faq-item summary{cursor:pointer;list-style:none;padding:20px 32px 20px 0;font-weight:800;color:#24483a;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:2px;top:16px;font-size:25px;color:var(--green)}.faq-item[open] summary:after{content:"–"}.faq-item p{margin:0 0 20px;color:var(--muted);line-height:1.7}.faq-page-aside{position:-webkit-sticky;position:sticky;top:120px;display:grid;grid-gap:16px;gap:16px}.faq-page-aside .card>svg{color:var(--green);width:28px;height:28px}.faq-page-aside h2{font-size:24px;margin:14px 0 8px}.faq-page-aside p{color:var(--muted);line-height:1.6}.faq-page-aside .btn{width:100%;margin-top:8px}.security-note{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;margin-top:20px}.security-note code{background:#eef5f1;padding:3px 6px;border-radius:6px;color:#315c49}@media(max-width:900px){.faq-page-grid{grid-template-columns:1fr}.faq-page-aside{position:static;grid-template-columns:1fr 1fr}}@media(max-width:650px){.faq-page-aside{grid-template-columns:1fr}.faq-item{padding:0 16px}.faq-item summary{padding:18px 30px 18px 0}}.footer-social-links{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:12px}.footer-social-links .footer-whatsapp{margin-top:0!important}.product-governance-section{padding:0 0 82px;background:var(--soft)}.product-governance-note{display:grid;grid-template-columns:64px 1fr;grid-gap:22px;gap:22px;align-items:start;padding:28px;border:1px solid #d8e6de;border-radius:20px;background:#fff}.product-governance-note>svg{width:52px;height:52px;padding:13px;border-radius:15px;background:#edf7f1;color:var(--green)}.product-governance-note h2{font-size:27px;margin:3px 0 8px}.product-governance-note p{color:var(--muted);line-height:1.7;margin:0 0 12px}@media(max-width:650px){.product-governance-note{grid-template-columns:1fr}.product-governance-section{padding-bottom:58px}}.access-card[id],.status-product-card[id]{scroll-margin-top:140px}.admin-cms-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-cms-flow>div{border:1px solid #e0e9e4;background:#f8fbf9;border-radius:14px;padding:16px;display:grid;grid-gap:7px;gap:7px;color:#24503e}.admin-cms-flow strong{font-size:13px}.admin-cms-flow small{font-size:11px;line-height:1.45;color:#718078}.admin-role-list{display:grid;grid-gap:10px;gap:10px}.admin-role-list>div{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:start;padding:11px 0;border-bottom:1px solid #edf2ef}.admin-role-list small,.admin-role-list strong{display:block}.admin-role-list strong{font-size:13px}.admin-role-list small{font-size:11px;color:#718078;margin-top:3px;line-height:1.45}.admin-cms-editor{display:grid;grid-template-columns:240px minmax(0,1.35fr) minmax(300px,.8fr);grid-gap:18px;gap:18px;align-items:start}.admin-cms-form,.admin-cms-library,.admin-cms-preview{background:#fff;border:1px solid #dfe8e3;border-radius:18px;padding:20px;box-shadow:0 6px 24px rgba(17,55,42,.03);min-width:0}.admin-cms-library{display:grid;grid-gap:14px;gap:14px}.admin-cms-library>strong{font-family:Georgia,serif;font-size:20px;color:#173b2e}.admin-cms-library label,.admin-form-grid label{font-size:11px;font-weight:800;color:#536a5f;display:grid;grid-gap:6px;gap:6px}.admin-cms-library select,.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{width:100%;border:1px solid #ccdcd3;border-radius:10px;background:#fff;color:#173027;padding:10px 11px;font:inherit;font-size:13px;outline:none}.admin-cms-library select:focus,.admin-form-grid input:focus,.admin-form-grid select:focus,.admin-form-grid textarea:focus{border-color:#0b7a4b;box-shadow:0 0 0 3px rgba(11,122,75,.12)}.admin-cms-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.admin-cms-meta code,.admin-cms-meta span{font-size:10px;border-radius:999px;padding:5px 7px;background:#f0f6f2;color:#315d49}.admin-cms-library p{font-size:11px;line-height:1.55;color:#738179;margin:0}.admin-inline-link{display:flex;align-items:center;gap:6px;color:#0b6e46;font-size:12px;font-weight:800}.admin-cms-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-form-grid .wide{grid-column:1/-1}.admin-form-grid label>small{font-size:9px;color:#89958f;text-align:right}.admin-cms-message,.admin-validation-errors{margin-top:14px;border-radius:12px;padding:12px 14px;display:flex;gap:9px;align-items:flex-start}.admin-validation-errors{background:#fff3ee;border:1px solid #f0d0c1;color:#87442b}.admin-validation-errors span,.admin-validation-errors strong{display:block}.admin-validation-errors span{font-size:11px;margin-top:4px}.admin-cms-message{background:#eef8f2;border:1px solid #cfe6d8;color:#206044;font-size:12px}.admin-cms-preview>.admin-panel-head b{font-size:9px;background:#fff5dc;color:#8d6715;border-radius:999px;padding:5px 7px}.admin-preview-card{border:1px solid #dde7e2;border-radius:16px;padding:20px;background:linear-gradient(145deg,#f9fcfa,#eef7f2)}.admin-preview-card>span{font-size:9px;letter-spacing:.11em;font-weight:850;color:#0b7a4b;text-transform:uppercase}.admin-preview-card h3{font-family:Georgia,serif;font-size:28px;line-height:1.08;color:#173b2e;margin:8px 0 10px}.admin-preview-card p{font-size:13px;line-height:1.6;color:#63746b}.admin-preview-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.admin-preview-card a{pointer-events:none;background:#0b6e46;color:#fff;border-radius:10px;padding:9px 11px;font-size:11px;font-weight:800}.admin-preview-card small{font-size:9px;color:#7b8882}.admin-seo-preview{margin-top:14px;border-top:1px solid #edf2ef;padding-top:14px;display:grid;grid-gap:4px;gap:4px}.admin-seo-preview small{font-size:9px;color:#849089}.admin-seo-preview strong{font-size:16px;color:#2556a6;font-weight:600}.admin-seo-preview span{font-size:10px;color:#267041;word-break:break-all}.admin-seo-preview p{font-size:11px;line-height:1.45;color:#606d67;margin:2px 0 0}@media(max-width:1250px){.admin-cms-editor{grid-template-columns:220px minmax(0,1fr)}.admin-cms-preview{grid-column:1/-1}.admin-cms-flow{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.admin-cms-editor{grid-template-columns:1fr}.admin-cms-preview{grid-column:auto}.admin-form-grid{grid-template-columns:1fr}.admin-form-grid .wide{grid-column:auto}.admin-cms-flow{grid-template-columns:1fr}.admin-preview-card>div{align-items:flex-start;flex-direction:column}}.admin-finance-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 210px 170px;grid-gap:14px;gap:14px;align-items:flex-end;background:#fff;border:1px solid #dfe8e3;border-radius:18px;padding:18px 20px;margin-bottom:18px}.admin-finance-toolbar>div{display:grid;grid-template-columns:auto auto 1fr;align-items:center;grid-gap:8px;gap:8px;color:#25523f}.admin-finance-toolbar>div span{font-size:11px;color:#74827b}.admin-finance-toolbar label{display:grid;grid-gap:6px;gap:6px;font-size:10px;font-weight:850;color:#5d7066}.admin-finance-toolbar select{border:1px solid #ceddd5;border-radius:10px;padding:10px 11px;background:#fff;color:#17372b;min-height:40px}.admin-finance-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.admin-finance-summary-grid article{background:linear-gradient(145deg,#fff,#f7fbf8);border:1px solid #dfe9e3;border-radius:16px;padding:18px}.admin-finance-product-metrics span,.admin-finance-summary-grid span{display:block;font-size:9px;letter-spacing:.09em;font-weight:850;color:#718079}.admin-finance-summary-grid strong{display:block;font-size:22px;color:#173d2e;margin:6px 0}.admin-finance-summary-grid small{font-size:10px;line-height:1.45;color:#7a8781}.admin-finance-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-finance-product-card{border:1px solid #dfe8e3;border-radius:16px;padding:18px;background:#fbfdfc}.admin-finance-product-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.admin-finance-product-title>div{display:flex;align-items:center;gap:8px;color:#164b35}.admin-finance-product-title strong{font-size:14px}.admin-finance-product-card>p{font-size:11px;color:#738078;margin:9px 0 14px}.admin-finance-product-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-finance-product-metrics>div{background:#fff;border:1px solid #e6ede9;border-radius:11px;padding:10px}.admin-finance-product-metrics strong{display:block;margin-top:4px;font-size:14px;color:#214d3a}.admin-finance-product-card footer{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:12px}.admin-finance-product-card footer small{font-size:9px;color:#829088}.admin-finance-product-card footer em{font-style:normal;font-size:9px;background:#edf6f1;color:#176a46;border-radius:999px;padding:4px 7px}.finance-stage{font-size:8px;border-radius:999px;padding:5px 7px;background:#eef3f0;color:#586b61}.finance-stage-ativo,.finance-stage-publicado{background:#e7f6ed;color:#17633f}.finance-stage-desenvolvimento{background:#fff4dc;color:#835f13}.finance-stage-futuro{background:#edf1f8;color:#52617b}.admin-finance-channel-list{display:grid}.admin-finance-channel-list>div{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf2ef}.admin-finance-channel-list svg{color:#0b7449}.admin-finance-channel-list small,.admin-finance-channel-list strong{display:block}.admin-finance-channel-list strong{font-size:12px}.admin-finance-channel-list small{font-size:10px;color:#7b8881;margin-top:2px}.admin-finance-channel-list b{font-size:8px;color:#6f7d76;background:#f0f4f2;border-radius:999px;padding:5px 7px}.admin-finance-guardrails{display:grid;grid-gap:10px;gap:10px}.admin-finance-guardrails>div{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:start;border:1px solid #e3ebe7;border-radius:12px;padding:12px;color:#20573e}.admin-finance-guardrails p{margin:0}.admin-finance-guardrails span,.admin-finance-guardrails strong{display:block}.admin-finance-guardrails strong{font-size:10px}.admin-finance-guardrails span{font-size:10px;color:#78867f;margin-top:3px}.admin-code-contract{margin:14px 0;background:#102d24;color:#dff3e8;border-radius:13px;padding:16px;overflow:auto}.admin-code-contract code{font-size:11px;line-height:1.65;white-space:normal}.admin-panel.compact>svg{color:#0b6e46;margin-bottom:8px}@media(max-width:1050px){.admin-finance-toolbar{grid-template-columns:1fr 1fr}.admin-finance-toolbar>div{grid-column:1/-1}.admin-finance-summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.admin-finance-product-grid,.admin-finance-summary-grid,.admin-finance-toolbar{grid-template-columns:1fr}.admin-finance-toolbar>div{grid-template-columns:auto 1fr}.admin-finance-toolbar>div span{grid-column:1/-1}.admin-finance-product-metrics{grid-template-columns:1fr 1fr}.admin-finance-product-card footer{align-items:flex-start;flex-direction:column}}:root{--premium-ink:#10231c;--premium-green:#075b3b;--premium-green-2:#0c7a4b;--premium-mint:#eaf6ef;--premium-cream:#fbfaf6;--premium-gold:#c99a3c;--premium-blue:#2d5b7a;--premium-violet:#69527e;--premium-radius:24px;--premium-border:rgba(14,72,50,.12);--premium-shadow:0 28px 80px rgba(8,53,36,.13);--premium-shadow-soft:0 18px 48px rgba(8,53,36,.075)}body{background:linear-gradient(180deg,#fff,#fff 72%,#fbfdfc)}.hero-premium{padding:92px 0;background:radial-gradient(circle at 83% 18%,rgba(197,231,210,.62),transparent 28%),radial-gradient(circle at 8% 82%,rgba(239,226,197,.32),transparent 25%),linear-gradient(180deg,#fff,#fbfdfc)}.hero-premium:before{width:720px;height:720px;right:-250px;top:-300px;background:radial-gradient(circle,rgba(210,239,221,.8) 0,rgba(220,242,228,.2) 48%,transparent 70%)}.hero-grid{grid-template-columns:minmax(0,.96fr) minmax(540px,1.04fr);gap:76px}.hero-copy{position:relative}.hero-copy:before{content:"";position:absolute;width:76px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--premium-gold),transparent);left:0;top:-26px}.hero-copy h1{font-size:64px;line-height:1.01;letter-spacing:-.048em;max-width:690px}.hero-copy h1 em{background:linear-gradient(100deg,#075b3b,#0a8652);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy p{font-size:18px;max-width:650px;color:#5e6d66}.hero-actions .btn{min-height:52px;padding-inline:22px}.trust-row{margin-top:10px;gap:10px 18px}.trust-row span{padding:8px 0;color:#52675d;font-weight:650}.trust-row svg{color:#0a7448}.hero-experience{position:relative;min-height:530px;display:grid;place-items:center;isolation:isolate}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);z-index:-2}.hero-glow-a{width:470px;height:470px;background:radial-gradient(circle,rgba(214,239,224,.95),rgba(232,247,237,.15) 65%,transparent 72%)}.hero-glow-b{width:330px;height:330px;right:-20px;bottom:10px;border:1px solid rgba(11,90,59,.14);background:rgba(255,255,255,.2)}.device{box-shadow:var(--premium-shadow)}.device-desktop{width:min(610px,100%);background:#fff;border:1px solid rgba(21,80,57,.14);border-radius:24px;padding:10px;transform:perspective(1100px) rotateY(-3deg) rotateX(1deg);position:relative;z-index:3}.device-browser{height:42px;border-radius:16px 16px 9px 9px;background:#f9fbfa;border:1px solid #e5ede8;display:flex;align-items:center;gap:7px;padding:0 13px}.device-browser i{width:8px;height:8px;border-radius:50%;background:#e5b28a}.device-browser i:nth-child(2){background:#dec76c}.device-browser i:nth-child(3){background:#84bf99}.device-browser span{margin-left:8px;font-size:9px;color:#819087;letter-spacing:.02em}.device-app{display:grid;grid-template-columns:58px 1fr;min-height:380px;margin-top:8px;border:1px solid #e4ece7;border-radius:9px 9px 16px 16px;overflow:hidden;background:#fff}.device-sidebar{background:linear-gradient(180deg,#073c2b,#0a5539);padding:18px 0;display:flex;flex-direction:column;align-items:center;gap:17px}.device-sidebar b{width:32px;height:32px;border-radius:10px;background:#fff;color:#0b5a3b;display:grid;place-items:center;font-family:Georgia,serif;font-size:18px}.device-sidebar span{width:24px;height:6px;border-radius:999px;background:rgba(255,255,255,.2)}.device-sidebar span:nth-of-type(2){background:rgba(255,255,255,.7)}.device-workspace{padding:22px 22px 20px;background:linear-gradient(180deg,#fff,#fbfdfc)}.device-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.device-head small,.device-head strong{display:block}.device-head small{font-size:7px;letter-spacing:.15em;color:#0d8250;font-weight:900}.device-head strong{font-family:Georgia,serif;font-size:20px;color:#173b2e;margin-top:4px}.device-head em{font-style:normal;background:#eaf6ef;color:#0b6c45;border:1px solid #cfe5d8;border-radius:999px;padding:6px 8px;font-size:8px;font-weight:900}.device-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:18px 0 12px}.device-kpis>div{border:1px solid #e4ece7;border-radius:12px;padding:10px;background:#fff}.device-kpis span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#edf6f1;color:#0b774a;margin-bottom:8px}.device-kpis b,.device-kpis small{display:block}.device-kpis b{font-size:10px;color:#1a4936}.device-kpis small{font-size:7px;color:#86938c;margin-top:2px}.device-dashboard-body{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:10px;gap:10px}.device-activity,.device-chart-card{border:1px solid #e3ebe6;border-radius:13px;background:#fff;padding:12px}.device-chart-head{display:flex;justify-content:space-between;font-size:8px;color:#355a49}.device-chart-head span{font-weight:800}.device-chart-head small{color:#89968f}.device-line-chart{height:145px;position:relative}.device-line-chart svg{width:100%;height:104px;overflow:visible}.device-line-chart path:first-child{fill:none;stroke:#0b7d4d;stroke-width:3;stroke-linecap:round}.device-line-fill{fill:url(#none);stroke:none;opacity:.08}.device-axis{display:flex;justify-content:space-between;gap:4px;color:#8b9891;font-size:6px}.device-activity{display:grid;align-content:start;grid-gap:8px;gap:8px}.device-activity>strong{font-size:9px;color:#244d3b;margin-bottom:2px}.device-activity>div{display:grid;grid-template-columns:auto 1fr;grid-gap:6px;gap:6px;align-items:center;padding:7px;border-radius:8px;background:#f7faf8;color:#557066}.device-activity svg{color:#0c7a4b}.device-activity span{font-size:7px}.device-mobile{position:absolute;right:-18px;bottom:-12px;width:126px;height:250px;border:7px solid #11241d;border-radius:30px;background:linear-gradient(180deg,#0d6c48,#f7fbf8 42%);z-index:5;padding:19px 12px 12px;color:#fff;transform:rotate(2deg)}.mobile-notch{position:absolute;top:5px;left:50%;transform:translateX(-50%);width:52px;height:10px;border-radius:999px;background:#11241d}.device-mobile>span,.device-mobile>strong{display:block}.device-mobile>span{font-size:7px;opacity:.8}.device-mobile>strong{font-size:11px;margin-top:2px}.mobile-ring{width:76px;height:76px;margin:22px auto 16px;border:7px solid rgba(255,255,255,.42);border-right-color:#fff;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0b5a3b;box-shadow:0 12px 22px rgba(8,52,36,.1)}.mobile-ring b,.mobile-ring small{grid-area:1/1}.mobile-ring b{font-size:24px}.mobile-ring small{font-size:6px;margin-top:32px;color:#708179}.mobile-actions{display:grid;grid-gap:7px;gap:7px}.mobile-actions i{height:26px;border-radius:8px;background:#fff;border:1px solid #e3ece6}.hero-badge{position:absolute;display:grid;grid-template-columns:34px 1fr;align-items:center;grid-gap:9px;gap:9px;background:rgba(255,255,255,.96);border:1px solid rgba(20,79,57,.12);border-radius:15px;padding:11px 13px;box-shadow:0 18px 42px rgba(8,53,36,.12);z-index:6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge>svg{width:32px;height:32px;padding:8px;border-radius:10px;background:#edf7f1;color:#0b7449}.hero-badge small,.hero-badge strong{display:block}.hero-badge strong{font-size:10px;color:#183f30}.hero-badge small{font-size:7px;color:#7d8b84;margin-top:2px}.hero-badge-ai{right:12px;top:26px}.hero-badge-ai>svg{background:#fff5df;color:#a3761d}.hero-badge-secure{left:-24px;bottom:34px}.product-showcase-section{background:linear-gradient(180deg,#fbfdfc,#fff)}.product-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.product-showcase-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:510px;padding:25px;border-radius:24px;border:1px solid var(--premium-border);background:#fff;box-shadow:0 8px 28px rgba(11,65,44,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-showcase-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--card-accent,#0b7a4b)}.product-showcase-card:hover{transform:translateY(-6px);box-shadow:var(--premium-shadow-soft);border-color:rgba(12,108,72,.25)}.product-showcase-green{--card-accent:#0b7a4b}.product-showcase-blue{--card-accent:#467a9b}.product-showcase-gold{--card-accent:#bc8a2d}.product-showcase-violet{--card-accent:#735c8b}.product-showcase-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-showcase-icon{width:48px;height:48px;border-radius:14px;background:#edf7f1;color:var(--card-accent);display:grid;place-items:center}.product-showcase-head>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#687c72;background:#f3f7f5;padding:6px 8px;border-radius:999px}.product-showcase-card h3{font-family:Georgia,serif;font-size:25px;line-height:1.08;margin:20px 0 10px;color:#15382b}.product-showcase-card>p{font-size:13px;line-height:1.62;color:#66776e;min-height:84px}.product-showcase-card>a{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:18px;color:#0a6c45;font-size:12px;font-weight:900}.showcase-mini{margin:8px -5px 0;border:1px solid #e1eae5;border-radius:15px;background:linear-gradient(145deg,#f7fbf8,#edf6f1);padding:7px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.showcase-mini-blue{background:linear-gradient(145deg,#f6f9fb,#edf4f8)}.showcase-mini-gold{background:linear-gradient(145deg,#fbfaf5,#f5efe2)}.showcase-mini-violet{background:linear-gradient(145deg,#faf8fc,#f2edf7)}.showcase-mini-top{height:27px;background:#fff;border-radius:10px 10px 5px 5px;display:flex;align-items:center;gap:4px;padding:0 9px;border:1px solid #e7ede9}.showcase-mini-top>span{width:5px;height:5px;border-radius:50%;background:#d6e0db}.showcase-mini-top b{margin-left:4px;font-size:6px;color:#537062}.showcase-mini-body{display:grid;grid-template-columns:31px 1fr;min-height:180px;margin-top:5px;border:1px solid #e4ebe7;border-radius:5px 5px 10px 10px;overflow:hidden;background:#fff}.showcase-mini-body aside{background:#0a4d36;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:12px}.showcase-mini-body aside i{width:13px;height:4px;border-radius:99px;background:rgba(255,255,255,.26)}.showcase-mini-body main{padding:12px}.showcase-mini-kicker{font-size:5px;letter-spacing:.14em;color:var(--card-accent);font-weight:900}.showcase-mini-title{height:10px;width:50%;border-radius:4px;background:#dce8e1;margin:5px 0 10px}.showcase-mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;gap:5px}.showcase-mini-metrics span{height:32px;border-radius:7px;background:#f2f7f4;border:1px solid #e5ece8}.showcase-mini-list{display:grid;grid-gap:5px;gap:5px;margin-top:8px}.showcase-mini-list>div{display:grid;grid-template-columns:auto 1fr;grid-gap:5px;gap:5px;align-items:center;border-top:1px solid #edf1ef;padding-top:5px;color:#557066}.showcase-mini-list svg{color:var(--card-accent)}.showcase-mini-list span{font-size:6px}.solution-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.solution-grid .product-card{min-height:250px;border-radius:22px;padding:25px}.solution-grid .product-card:nth-child(-n+3){background:linear-gradient(180deg,#fff,#fbfaf6)}.solution-grid .product-card:nth-child(n+4){background:linear-gradient(180deg,#fff,#f7fbf8)}.solution-grid .icon-badge{width:52px;height:52px;border-radius:16px}.solution-grid .product-card h3{font-family:Georgia,serif;font-size:20px;line-height:1.12}.section-heading h2{letter-spacing:-.025em;color:#16382d}.section-heading>p{color:#687a71;line-height:1.65}.ecosystem{position:relative;overflow:hidden;background:radial-gradient(circle at 90% 10%,rgba(80,151,111,.35),transparent 26%),linear-gradient(125deg,#052d21,#075338 70%,#0b6744)}.ecosystem:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-190px;bottom:-280px}.flow>div{background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:rgba(255,255,255,.14);min-height:210px}.flow b{box-shadow:0 7px 18px rgba(0,0,0,.12)}.founder-strip{background:var(--premium-cream)}.founder-strip-grid{position:relative;overflow:hidden;border-radius:28px;padding:52px 58px;background:linear-gradient(120deg,#0a4a34,#0b6242);color:#fff;box-shadow:var(--premium-shadow-soft)}.founder-strip-grid:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-130px;top:-190px;border:1px solid rgba(255,255,255,.16)}.founder-strip-grid .eyebrow{color:#d4eadc}.founder-strip-grid h2{color:#fff}.founder-strip-grid p{color:#d9e9e0}.founder-strip-grid .text-link{color:#f5d78c}.founder-monogram{background:#fff;color:#0b5a3b;border:0;box-shadow:0 16px 35px rgba(0,0,0,.12)}.admin-shell{background:#f5f7f6;grid-template-columns:268px minmax(0,1fr)}.admin-sidebar{background:linear-gradient(180deg,#082f23,#0a4c35);border-right:0;box-shadow:10px 0 35px rgba(5,45,32,.08)}.admin-brand{padding:7px 10px 28px}.admin-brand>span{background:#fff;color:#0b5a3b;box-shadow:0 8px 20px rgba(0,0,0,.12)}.admin-brand strong{color:#fff}.admin-brand small{color:#afcfc0}.admin-sidebar nav a{border:1px solid transparent;color:#cfe2d9}.admin-sidebar nav a:hover{background:rgba(255,255,255,.07);color:#fff}.admin-sidebar nav a.active{background:#fff;color:#0b5a3b;border-color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12)}.admin-sidebar-foot{color:#aecfc0;border-top-color:rgba(255,255,255,.12)}.admin-back{color:#d9e9e1}.admin-workspace{background:radial-gradient(circle at 94% 2%,rgba(214,237,223,.48),transparent 22%),#f5f7f6}.admin-topbar{padding:30px 34px 24px;border-bottom:1px solid #e3e9e5;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-topbar h1{font-family:Georgia,serif;font-size:34px;letter-spacing:-.025em;color:#15382c}.admin-topbar p{max-width:760px;color:#6d7c75}.admin-kicker{color:#0a7448;letter-spacing:.13em}.admin-main{padding:28px 34px 54px}.admin-panel{border:1px solid rgba(26,85,62,.1);border-radius:20px;box-shadow:0 9px 30px rgba(8,53,36,.04)}.admin-kpi-card{border-radius:18px;border:1px solid rgba(26,85,62,.1);box-shadow:0 8px 26px rgba(8,53,36,.04);position:relative;overflow:hidden}.admin-kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#0b7549}.admin-kpi-card.projected:before{background:#c99a3c}.admin-kpi-card strong{font-family:Georgia,serif;letter-spacing:-.02em}.admin-panel-head h2{font-family:Georgia,serif;letter-spacing:-.015em;color:#183b2e}.admin-finance-toolbar{border-radius:20px;box-shadow:0 8px 28px rgba(8,53,36,.04)}.admin-finance-summary-grid article{border-radius:18px;box-shadow:0 8px 24px rgba(8,53,36,.035);position:relative;overflow:hidden}.admin-finance-summary-grid article:after{content:"";position:absolute;right:-26px;top:-26px;width:78px;height:78px;border-radius:50%;background:rgba(13,122,75,.05)}.admin-finance-product-card{border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdfc);transition:.2s ease}.admin-finance-product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(8,53,36,.06)}@media(max-width:1180px){.hero-grid{grid-template-columns:1fr;gap:44px}.hero-copy{max-width:820px}.hero-experience{max-width:720px;margin:0 auto}.product-showcase-grid,.solution-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.hero-premium{padding:60px 0 66px}.hero-copy h1{font-size:43px}.hero-experience{min-height:430px}.device-desktop{transform:none}.device-mobile{right:0;bottom:-24px;transform:scale(.86)}.hero-badge-ai{right:0;top:6px}.hero-badge-secure{left:0;bottom:4px}.device-kpis{grid-template-columns:repeat(2,1fr)}.device-dashboard-body{grid-template-columns:1fr}.device-activity{display:none}.product-showcase-grid{grid-template-columns:1fr}.product-showcase-card{min-height:0}.solution-grid{grid-template-columns:1fr}.founder-strip-grid{padding:36px 28px}.admin-main{padding:18px}.admin-topbar{padding:20px 18px}}@media(max-width:520px){.hero-experience{min-height:360px}.device-mobile,.hero-badge-secure{display:none}.hero-badge-ai{top:-10px}.device-desktop{padding:6px}.device-app{grid-template-columns:42px 1fr;min-height:300px}.device-workspace{padding:15px}.device-sidebar{gap:12px}.device-kpis>div:nth-child(n+3){display:none}.device-line-chart{height:110px}.device-line-chart svg{height:76px}.hero-copy h1{font-size:38px}.hero-copy p{font-size:16px}}.page-hero-premium{position:relative;overflow:hidden;padding:78px 0 82px;background:radial-gradient(circle at 82% 18%,rgba(48,145,98,.13),transparent 25%),radial-gradient(circle at 10% 90%,rgba(201,154,60,.08),transparent 22%),linear-gradient(180deg,#fbfdfc,#f6faf7);border-bottom:1px solid #e7efe9}.page-hero-premium .page-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:2}.page-hero-copy{max-width:680px}.page-hero-copy .eyebrow{display:inline-flex;margin-bottom:17px}.page-hero-copy h1{font-family:Georgia,serif;font-size:clamp(42px,5.15vw,68px);line-height:1.01;letter-spacing:-.043em;color:#123d2e;margin:0 0 22px}.page-hero-copy>p{font-size:18px;line-height:1.72;color:#66786f;max-width:650px;margin:0}.page-hero-copy .hero-actions{justify-content:flex-start;margin-top:30px}.page-hero-visual{position:relative;min-height:405px;display:grid;place-items:center}.page-hero-glow{position:absolute;width:440px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(26,137,87,.19),rgba(26,137,87,0) 68%);filter:blur(2px)}.page-hero-window{position:relative;z-index:2;width:min(100%,560px);padding:9px;border-radius:23px;background:rgba(255,255,255,.97);border:1px solid rgba(11,90,59,.13);box-shadow:0 34px 80px rgba(14,68,47,.15),0 4px 16px rgba(14,68,47,.06);transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}.page-hero-window-top{height:34px;border-bottom:1px solid #e9efeb;display:flex;align-items:center;gap:6px;padding:0 10px;color:#769087}.page-hero-window-top>span{width:7px;height:7px;border-radius:50%;background:#cfdcd5}.page-hero-window-top>b{margin-left:7px;font-size:7px;letter-spacing:.025em;font-weight:700;color:#82938c}.page-hero-window-body{display:grid;grid-template-columns:53px 1fr;min-height:292px}.page-hero-window-body>aside{background:linear-gradient(180deg,#083e2c,#0a5b3d);border-radius:13px 0 0 13px;padding:15px 0;display:flex;flex-direction:column;align-items:center;gap:14px}.page-hero-window-logo{width:27px;height:27px;border-radius:8px;background:#fff;display:grid;place-items:center;color:#0b6744;font-family:Georgia,serif;font-weight:800;font-size:14px;margin-bottom:6px}.page-hero-window-body>aside i{width:18px;height:5px;border-radius:99px;background:rgba(255,255,255,.26)}.page-hero-window-body>main{padding:21px 23px;min-width:0}.page-hero-window-kicker{display:flex;align-items:center;gap:7px;color:#0c7249;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.page-hero-window-title{display:flex;align-items:baseline;gap:8px;margin:8px 0 15px}.page-hero-window-title strong{font-family:Georgia,serif;font-size:21px;color:#153c2f}.page-hero-window-title small{font-size:7px;color:#839189;text-transform:uppercase;letter-spacing:.09em}.page-hero-window-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.page-hero-window-metrics>div{padding:12px;border:1px solid #e3ece7;border-radius:11px;background:linear-gradient(180deg,#fff,#f8fbf9)}.page-hero-window-metrics b,.page-hero-window-metrics span{display:block}.page-hero-window-metrics b{font-size:12px;color:#174634}.page-hero-window-metrics span{font-size:6.5px;color:#88958f;margin-top:3px}.page-hero-window-chart{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:10px;gap:10px;margin-top:10px}.page-hero-chart-lines{position:relative;height:82px;border:1px solid #e5ece8;border-radius:11px;background:linear-gradient(#fff,#f8fbf9);overflow:hidden;padding:10px;display:flex;align-items:flex-end;gap:7px}.page-hero-chart-lines:after,.page-hero-chart-lines:before{content:"";position:absolute;left:0;right:0;height:1px;background:#edf2ef}.page-hero-chart-lines:before{top:28px}.page-hero-chart-lines:after{top:54px}.page-hero-chart-lines i{position:relative;z-index:2;flex:1 1;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#45a474,#0c754a)}.page-hero-chart-lines i:first-child{height:32%}.page-hero-chart-lines i:nth-child(2){height:48%}.page-hero-chart-lines i:nth-child(3){height:39%}.page-hero-chart-lines i:nth-child(4){height:67%}.page-hero-chart-lines i:nth-child(5){height:78%}.page-hero-chart-side{border:1px solid #e5ece8;border-radius:11px;background:#fff;padding:12px;display:grid;grid-template-columns:auto 1fr;grid-gap:9px 7px;gap:9px 7px;align-items:center}.page-hero-chart-side svg{color:#0b784b}.page-hero-chart-side span{font-size:6.5px;line-height:1.2;color:#65776e}.page-hero-window-foot{display:flex;align-items:center;gap:6px;margin-top:11px;padding-top:10px;border-top:1px solid #e7ede9;color:#71837a;font-size:6.5px}.page-hero-floating-card{position:absolute;z-index:5;right:-8px;bottom:16px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.97);border:1px solid rgba(12,98,65,.13);border-radius:14px;padding:12px 14px;box-shadow:0 17px 35px rgba(8,53,36,.12)}.page-hero-floating-card>svg{width:34px;height:34px;padding:8px;border-radius:10px;background:#edf7f1;color:#0b7549}.page-hero-floating-card small,.page-hero-floating-card strong{display:block}.page-hero-floating-card strong{font-size:9px;color:#1a4937}.page-hero-floating-card small{font-size:6.5px;color:#7b8982;margin-top:2px}.page-hero-floating-dot{position:absolute;z-index:4;left:8px;bottom:28px;width:48px;height:48px;border-radius:15px;background:#f5d996;color:#725416;display:grid;place-items:center;box-shadow:0 13px 29px rgba(82,60,15,.13);transform:rotate(-8deg)}.page-hero-decor{position:absolute;border-radius:50%;pointer-events:none}.page-hero-premium .decor-a{width:520px;height:520px;border:1px solid rgba(12,103,69,.08);right:-190px;top:-280px}.page-hero-premium .decor-b{width:230px;height:230px;border:1px solid rgba(201,154,60,.12);left:-90px;bottom:-150px}.access-card,.contract-form,.material-card,.school-need,.school-package,.training-track{border-radius:22px!important;border-color:rgba(17,93,64,.11)!important;box-shadow:0 10px 34px rgba(8,53,36,.045)!important}.access-card:hover,.material-card:hover,.school-need:hover,.school-package:hover,.training-track:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(8,53,36,.075)!important;transition:.22s ease}.access-status,.material-card-top{position:relative}.material-icon,.school-need>svg,.school-package>svg,.training-track .icon-badge{filter:drop-shadow(0 6px 12px rgba(7,85,55,.09))}.access-intro-grid,.contract-process,.format-premium-grid>.card,.formation-comparison>div,.founder-origin-grid,.founder-profile,.founder-stage-grid,.material-policy-grid,.security-panel{border-radius:26px}.product-page-grid{align-items:center}.premium-product-preview{box-shadow:0 28px 65px rgba(8,53,36,.12)}@media(max-width:1050px){.page-hero-premium .page-hero-grid{grid-template-columns:1fr;gap:45px}.page-hero-copy{max-width:820px}.page-hero-visual{max-width:720px;width:100%;margin:auto}.page-hero-copy .hero-actions{justify-content:flex-start}}@media(max-width:760px){.page-hero-premium{padding:58px 0 62px}.page-hero-copy h1{font-size:44px}.page-hero-copy>p{font-size:16px}.page-hero-visual{min-height:345px}.page-hero-window{transform:none}.page-hero-floating-card{right:2px;bottom:4px}.page-hero-floating-dot{left:0;bottom:13px}.page-hero-window-body{grid-template-columns:42px 1fr}.page-hero-window-body>main{padding:16px}.page-hero-window-chart{grid-template-columns:1fr}.page-hero-chart-side{display:none}}@media(max-width:520px){.page-hero-premium{padding-top:48px}.page-hero-copy h1{font-size:37px}.page-hero-visual{min-height:300px}.page-hero-window{padding:6px}.page-hero-window-body{min-height:240px}.page-hero-window-metrics>div:nth-child(3){display:none}.page-hero-window-metrics{grid-template-columns:repeat(2,1fr)}.page-hero-chart-lines{height:68px}.page-hero-floating-card{display:none}.page-hero-floating-dot{width:42px;height:42px}.page-hero-window-title strong{font-size:18px}}.admin-finance-visual-row{align-items:stretch}.admin-finance-source-map,.admin-finance-visual{min-height:320px}.admin-finance-bars{display:grid;grid-gap:17px;gap:17px;margin-top:18px}.admin-finance-bar-row{display:grid;grid-template-columns:minmax(135px,.9fr) minmax(150px,1.4fr) 62px;grid-gap:14px;gap:14px;align-items:center}.admin-finance-bar-row>div small,.admin-finance-bar-row>div strong{display:block}.admin-finance-bar-row>div strong{font-size:13px;color:#214c3b}.admin-finance-bar-row>div small{font-size:10px;color:#829088;margin-top:3px}.admin-finance-bar-row>span{height:9px;border-radius:99px;background:#edf3ef;overflow:hidden}.admin-finance-bar-row>span i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b6643,#41a373)}.admin-finance-bar-row>b{text-align:right;font-size:11px;color:#0a6b44}.finance-flow-visual{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;grid-gap:10px;gap:10px;align-items:center;margin:20px 0}.finance-flow-visual>div{min-height:115px;border:1px solid #e1eae5;border-radius:14px;padding:15px;background:linear-gradient(180deg,#fff,#f7faf8)}.finance-flow-visual>div small,.finance-flow-visual>div span,.finance-flow-visual>div strong{display:block}.finance-flow-visual>div span{font-size:9px;font-weight:900;color:#0b7449;letter-spacing:.08em}.finance-flow-visual>div strong{font-size:12px;color:#204b3a;margin:10px 0 5px}.finance-flow-visual>div small{font-size:9px;line-height:1.45;color:#7a8981}.finance-flow-visual>i{font-style:normal;color:#8ba198}.finance-source-chips{display:flex;flex-wrap:wrap;gap:7px}.finance-source-chips span{font-size:9px;font-weight:800;padding:7px 9px;border-radius:999px;background:#edf6f1;color:#276247;border:1px solid #ddebe3}@media(max-width:760px){.admin-finance-bar-row{grid-template-columns:1fr 60px}.admin-finance-bar-row>span{grid-column:1/-1;grid-row:2}.finance-flow-visual{grid-template-columns:1fr}.finance-flow-visual>i{transform:rotate(90deg);text-align:center}.admin-finance-source-map,.admin-finance-visual{min-height:0}}.brand-official{display:flex;align-items:center;flex:0 0 auto;padding:2px 0}.brand-official img{display:block;width:132px;height:auto;max-height:72px;object-fit:contain}.footer-brand-official img{width:160px;height:auto;object-fit:contain;filter:brightness(1.04)}.hero-founder{padding:76px 0 82px;background:radial-gradient(circle at 76% 20%,rgba(51,167,93,.16),transparent 26%),linear-gradient(180deg,#fbfdfc,#f5faf7)}.hero-founder-grid{grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);align-items:center;gap:58px}.hero-founder .hero-copy{max-width:790px}.hero-founder .hero-copy h1{font-size:clamp(48px,5.2vw,72px);line-height:1.01;letter-spacing:-.045em;max-width:830px;text-wrap:balance}.hero-founder .hero-copy h1 em{white-space:nowrap}.hero-founder-visual{position:relative;min-height:590px;display:flex;align-items:flex-end;justify-content:center}.hero-founder-frame{position:relative;width:min(100%,470px);height:560px;overflow:hidden;border-radius:34px 34px 20px 20px;background:#eaf3ed;box-shadow:0 32px 75px rgba(8,53,36,.18);border:1px solid rgba(13,99,67,.12)}.hero-founder-frame img{object-fit:cover;object-position:center top}.hero-founder-caption{position:absolute;left:16px;right:16px;bottom:18px;background:rgba(6,43,34,.92);color:#fff;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:15px 17px;border-radius:16px;box-shadow:0 15px 32px rgba(6,39,30,.2)}.hero-founder-caption span,.hero-founder-caption strong{display:block}.hero-founder-caption strong{font-family:Georgia,serif;font-size:18px;line-height:1.18}.hero-founder-caption span{font-size:12px;color:#dbece4;margin-top:5px}.video-intro-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border:1px solid #b9d2c4;border-radius:12px;background:#fff;color:#0b5a3b;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 6px 17px rgba(8,53,36,.04);transition:.2s ease}.video-intro-trigger:hover{transform:translateY(-1px);border-color:#7aaa90;background:#f8fcfa}.video-intro-trigger:focus-visible{outline:3px solid #9fd6bc;outline-offset:3px}.video-intro-backdrop{position:fixed;inset:0;z-index:300;background:rgba(4,28,22,.75);display:grid;place-items:center;padding:24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.video-intro-modal{width:min(920px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 40px 100px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.3)}.video-intro-modal>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;border-bottom:1px solid #e3ebe6}.video-intro-brand{display:flex;align-items:center;gap:13px}.video-intro-brand img{width:62px;height:56px;object-fit:contain}.video-intro-brand small,.video-intro-brand strong{display:block}.video-intro-brand small{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#55806f;font-weight:900}.video-intro-brand strong{font-family:Georgia,serif;color:#153d2f;font-size:19px;margin-top:2px}.video-intro-modal>header>button{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#edf5f1;color:#0b5a3b;cursor:pointer}.video-intro-player{background:#041a14;display:grid;place-items:center;min-height:390px}.video-intro-player video{display:block;max-width:100%;width:auto;height:min(64vh,560px);background:#000}.video-intro-modal>p{margin:0;padding:14px 20px 18px;color:#64766e;font-size:14px;line-height:1.6}.who-we-are-home{background:#fff}.who-we-are-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);align-items:center;grid-gap:72px;gap:72px}.who-we-are-grid h2{font-family:Georgia,serif;font-size:clamp(38px,4vw,56px);line-height:1.04;letter-spacing:-.035em;color:#143d2f;max-width:760px;text-wrap:balance}.who-we-are-grid>div>p{max-width:760px}.who-we-are-brand{display:grid;place-items:center;border:1px solid #e0ebe5;border-radius:30px;background:linear-gradient(180deg,#fff,#f8fbf9);padding:38px;box-shadow:0 20px 55px rgba(8,53,36,.07)}.who-we-are-brand img{width:min(100%,430px);height:auto;object-fit:contain}.who-we-are-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:26px 0}.who-we-are-features span{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid #e1ebe6;border-radius:14px;background:#fbfdfc;color:#254c3d;font-weight:800;font-size:13px}.who-we-are-features svg{width:20px;color:#0c7a4c}.founder-strip-photo{position:relative;width:180px;height:180px;border-radius:30px;overflow:hidden;box-shadow:0 17px 36px rgba(6,52,35,.15);border:1px solid rgba(11,90,59,.12)}.founder-strip-photo img{object-fit:cover;object-position:center top}@media(max-width:1180px){.brand-official img{width:115px}.main-nav{gap:14px}.main-nav a{font-size:12px}.hero-founder-grid,.who-we-are-grid{grid-template-columns:1fr}.hero-founder .hero-copy{max-width:900px}.hero-founder-visual{min-height:540px}.who-we-are-brand{max-width:650px;width:100%;margin:auto}}@media(max-width:760px){.brand-official img{width:104px;max-height:58px}.hero-founder{padding:54px 0 62px}.hero-founder .hero-copy h1{font-size:43px}.hero-founder .hero-copy h1 em{white-space:normal}.hero-founder-visual{min-height:490px}.hero-founder-frame{height:480px;width:min(100%,410px)}.hero-founder-caption{left:10px;right:10px;bottom:10px}.who-we-are-grid{gap:38px}.who-we-are-features{grid-template-columns:1fr}.who-we-are-brand{padding:24px}.video-intro-backdrop{padding:10px}.video-intro-modal{border-radius:18px}.video-intro-brand strong{font-size:15px}.video-intro-brand img{width:48px;height:44px}.video-intro-player{min-height:320px}.video-intro-player video{height:min(65vh,500px)}.founder-strip-grid{grid-template-columns:1fr!important}.founder-strip-photo{width:150px;height:150px}}@media(max-width:520px){.hero-founder .hero-copy h1{font-size:38px}.hero-founder-visual{min-height:440px}.hero-founder-frame{height:430px}.hero-founder-caption strong{font-size:16px}.who-we-are-grid h2{font-size:36px}.hero-founder .hero-actions .btn,.video-intro-trigger{width:100%}.video-intro-modal>header{padding:10px}.video-intro-brand small{display:none}.video-intro-brand strong{font-size:13px}.video-intro-modal>header>button{width:36px;height:36px}.video-intro-player{min-height:280px}}.brand-official{min-width:150px;padding:0;align-self:center}.brand-official img{width:148px!important;object-position:center!important}.founder-name,.hero-founder-caption strong,.page-hero-copy h1{overflow-wrap:normal;word-break:normal}.video-intro-modal-split{width:min(1180px,96vw)}.video-intro-content{grid-template-columns:minmax(320px,.82fr) minmax(420px,1.18fr)}.video-intro-modal-split .video-intro-player{min-height:560px;padding:18px}.video-intro-modal-split .video-intro-player video{width:100%;height:100%;max-height:620px;object-fit:contain;border-radius:16px;background:#000}.video-intro-copy{padding:34px 34px 28px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#fff,#f5faf7)}.video-intro-kicker{display:inline-flex;align-items:center;gap:7px;color:#0b7449;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.video-intro-copy h2{font-family:Georgia,serif;color:#143d2f;font-size:clamp(30px,3vw,42px);line-height:1.04;letter-spacing:-.03em;margin:0 0 16px}.video-intro-copy>p{color:#5d7067;line-height:1.62;margin:0 0 12px;font-size:14px}.video-intro-offers{grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:15px 0 20px}.video-intro-offers>div{display:grid;grid-template-columns:34px 1fr;grid-gap:9px;gap:9px;padding:11px;border:1px solid #dde9e2;border-radius:13px;background:#fff}.video-intro-offers svg{width:21px;color:#0b7449;margin-top:2px}.video-intro-offers small,.video-intro-offers strong{display:block}.video-intro-offers strong{font-size:12px;color:#244b3b}.video-intro-offers small{font-size:10px;line-height:1.4;color:#7a8981;margin-top:3px}.video-intro-cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.founder-social-bar{padding:18px 0;border-bottom:1px solid #e5eee9;background:#fbfdfc}.founder-social-bar .container{display:flex;justify-content:center}.mobile-menu a{display:flex;align-items:center;gap:8px}@media(max-width:1050px){.brand-official{height:70px}.brand-official img{width:138px!important;height:66px!important}.video-intro-content{grid-template-columns:1fr}.video-intro-modal-split .video-intro-player{min-height:420px}.video-intro-copy{padding:26px}.hero-founder-caption strong{white-space:normal}}@media(max-width:620px){.brand-official{height:62px;min-width:118px}.brand-official img{width:118px!important;height:58px!important}.video-intro-offers{grid-template-columns:1fr}.video-intro-copy{padding:22px}.video-intro-copy h2{font-size:31px}.video-intro-modal-split .video-intro-player{min-height:320px;padding:10px}.video-intro-content{min-height:0}.video-intro-cta .btn{width:100%}}.nav-wrap{min-height:94px;height:auto;padding:8px 0}.brand-official{width:190px;height:76px;overflow:visible;justify-content:flex-start}.brand-official img{width:178px!important;height:72px!important;max-height:none!important;object-position:left center}.btn,.ceo-social-link,.login-link,.main-nav a,.preview-heading strong,.product-card h3,.product-showcase h2{white-space:nowrap}.ceo-social-link{display:inline-flex;align-items:center;gap:6px;color:#0b5a3b;font-size:12px;font-weight:800}.ceo-social-link:hover{color:#12945e}.no-break-title{white-space:nowrap!important;font-size:clamp(36px,3.7vw,56px)!important;letter-spacing:-.035em!important}.product-actions-card{grid-template-columns:minmax(0,1fr) minmax(330px,.72fr)}.product-actions-buttons .btn{width:100%;font-size:13px;padding-inline:14px;white-space:nowrap}.founder-public-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.footer-grid>div>a,.footer-social-links a{display:flex;align-items:center;gap:7px}.video-intro-modal-wide{width:min(1180px,96vw)}.video-intro-content{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(390px,1.05fr);min-height:560px}.video-intro-modal-wide .video-intro-player{min-height:560px}.video-intro-modal-wide .video-intro-player video{width:100%;height:100%;max-height:72vh;object-fit:contain}.video-intro-message{padding:34px 34px 30px;background:linear-gradient(155deg,#fbfdfc,#f0f7f3);overflow:auto}.video-intro-message h2{font-family:Georgia,serif;font-size:clamp(28px,2.5vw,39px);line-height:1.06;margin:7px 0 16px;color:#123d2e}.video-intro-message p{color:#566d62;line-height:1.62;font-size:14px}.video-intro-offers{display:grid;grid-gap:9px;gap:9px;margin:19px 0}.video-intro-offers span{display:flex;align-items:flex-start;gap:8px;color:#274f3e;font-size:13px;font-weight:750}.video-intro-offers svg{color:#11925a;flex:0 0 auto;margin-top:1px}.video-intro-impact{padding:13px 14px;border-left:3px solid #15945c;background:#fff;border-radius:0 12px 12px 0}.video-intro-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.video-intro-actions .btn{font-size:13px}.hero-founder-caption strong{white-space:nowrap}.hero-founder-caption span{font-size:11px;text-transform:uppercase;letter-spacing:.05em}.page-hero-copy .eyebrow{font-size:11px}.product-actions-buttons{min-width:0}.product-actions-buttons .text-link{display:none}@media(max-width:1180px){.brand-official{width:155px}.brand-official img{width:150px!important}.ceo-social-link span{display:none}.no-break-title{font-size:clamp(34px,4.4vw,50px)!important}.product-actions-card{grid-template-columns:1fr}.product-actions-buttons{max-width:460px}}@media(max-width:900px){.video-intro-content{grid-template-columns:1fr}.video-intro-modal-wide .video-intro-player{min-height:360px}.video-intro-message{padding:26px}.no-break-title{white-space:normal!important;text-wrap:balance}.hero-founder-caption strong{white-space:normal}}@media(max-width:520px){.brand-official{width:132px;height:62px}.brand-official img{width:128px!important;height:58px!important}.btn{white-space:nowrap;font-size:12.5px;padding-inline:13px}.product-actions-buttons .btn{font-size:12px;padding-inline:11px}.video-intro-message{padding:20px}.video-intro-message h2{font-size:29px}.video-intro-actions{display:grid}.video-intro-actions .btn{width:100%}}.portal-ribbon .container{display:flex;align-items:center;justify-content:space-between;gap:18px}.portal-ribbon-message{font-size:11px;letter-spacing:.01em;opacity:.78;text-align:right}.brand-official{flex:0 0 190px}.brand-official img{width:186px!important;height:76px!important;object-fit:contain!important;object-position:left center!important}.brand-official,.nav-wrap,.site-header{overflow:visible}.inline-product-name{white-space:nowrap}.product-differential-chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.product-differential-chips span{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid #dce9e2;border-radius:999px;background:#fbfdfc;color:#275342;font-size:12px;font-weight:800}.product-differential-chips svg{color:#13935a}.product-commercial-head,.product-functions-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);grid-gap:50px;gap:50px;align-items:end;margin-bottom:28px}.product-functions-head>p{margin:0;color:#63736b;line-height:1.65}.product-function-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.product-function-group h3{white-space:nowrap;font-size:19px}.product-function-group ul{list-style:none;padding:0;margin:18px 0 0;display:grid;grid-gap:11px;gap:11px}.product-function-group li{display:flex;align-items:flex-start;gap:8px;color:#586b62;line-height:1.48;font-size:13px}.product-function-group li svg{flex:0 0 auto;color:#13935a;margin-top:1px}.product-differentials-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);grid-gap:56px;gap:56px;align-items:center}.product-differentials-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.product-differentials-list>div{display:flex;align-items:flex-start;gap:9px;padding:15px;border:1px solid #dfeae4;border-radius:14px;background:#fff}.product-differentials-list svg{flex:0 0 auto;color:#118b55}.product-differentials-list strong{font-size:13px;line-height:1.42;color:#244b3a}.product-commercial-section{background:#fff}.commercial-status{justify-self:end;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:#f4f7f5;border:1px solid #dce6e0;color:#5b6e64;font-size:12px;font-weight:800;white-space:nowrap}.pricing-table-wrap{overflow-x:auto;border:1px solid #dfe9e4;border-radius:18px;background:#fff}.pricing-table{width:100%;border-collapse:collapse;min-width:760px}.pricing-table td,.pricing-table th{text-align:left;padding:16px 18px;border-bottom:1px solid #e7eeea;vertical-align:top}.pricing-table th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6a7c73;background:#f8fbf9}.pricing-table td{font-size:13px;color:#50665b}.pricing-table td:first-child strong{font-size:15px;color:#173f30;white-space:nowrap}.pricing-table td small{display:block;margin-top:5px;color:#819087;max-width:320px;line-height:1.4}.pricing-table tbody tr:last-child td{border-bottom:0}.pricing-status{display:inline-flex;padding:6px 8px;border-radius:999px;background:#f3f5f4;color:#66766e;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.pricing-live{background:#e9f7ef;color:#087242}.pricing-extra{display:flex;align-items:flex-start;gap:8px;margin:15px 0 0;color:#536a5e;font-size:13px}.pricing-extra svg{color:#13935a;flex:0 0 auto}.commercial-actions{display:flex;gap:11px;align-items:center;flex-wrap:wrap;margin-top:24px}.commercial-actions .btn{white-space:nowrap}.product-video-grid{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);grid-gap:50px;gap:50px;align-items:center}.product-video-placeholder{aspect-ratio:16/9;border-radius:22px;background:linear-gradient(145deg,#073e45,#0a5b50);color:#fff;display:grid;place-content:center;justify-items:center;grid-gap:7px;gap:7px;box-shadow:0 24px 55px rgba(6,55,47,.16)}.product-video-placeholder svg{color:#b8e0c5}.product-video-placeholder span{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#b9d7ce}.product-video-placeholder strong{font-family:Georgia,serif;font-size:27px}.product-video-note{display:flex;align-items:flex-start;gap:9px;margin-top:18px;color:#587066;font-size:13px}.product-video-note svg{color:#128b56;flex:0 0 auto}.founder-profile .founder-portrait-card h2,.founder-profile .founder-story h2{overflow-wrap:normal;word-break:normal}.page-hero-copy .no-break-title{max-width:none}.btn,.ceo-social-link,.commercial-status,.main-nav a,.pricing-table td:first-child strong{word-break:keep-all;overflow-wrap:normal}.access-actions .btn{white-space:nowrap}@media(max-width:1200px){.portal-ribbon-message{display:none}.brand-official{flex-basis:155px}.brand-official img{width:152px!important}.main-nav{gap:12px}.main-nav a{font-size:11.5px}.ceo-social-link span{display:none}.product-function-groups{grid-template-columns:1fr 1fr}.product-function-group:last-child{grid-column:1/-1}.product-differentials-layout,.product-video-grid{grid-template-columns:1fr}.product-video-placeholder{max-width:720px;width:100%}}@media(max-width:900px){.product-commercial-head,.product-functions-head{grid-template-columns:1fr;gap:15px}.commercial-status{justify-self:start}.product-differentials-list{grid-template-columns:1fr}.inline-product-name,.product-function-group h3{white-space:normal}}@media(max-width:620px){.brand-official{flex-basis:132px}.brand-official img{width:128px!important;height:62px!important}.product-function-groups{grid-template-columns:1fr}.product-function-group:last-child{grid-column:auto}.commercial-actions{display:grid}.commercial-actions .btn{width:100%}.product-video-grid{gap:28px}.product-video-placeholder strong{font-size:23px}}.marketing-proof-strip{background:#073e2c;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.marketing-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0}.marketing-proof-grid article{display:grid;grid-template-columns:auto 1fr;grid-gap:11px;gap:11px;padding:23px 20px;border-right:1px solid rgba(255,255,255,.12)}.marketing-proof-grid article:last-child{border-right:0}.marketing-proof-grid svg{color:#bfe3cd;margin-top:2px}.marketing-proof-grid span,.marketing-proof-grid strong{display:block}.marketing-proof-grid strong{font-size:13px;line-height:1.25}.marketing-proof-grid span{font-size:11px;line-height:1.45;color:#cde0d6;margin-top:5px}.video-intro-impact-cards{display:grid;grid-gap:7px;gap:7px;margin:15px 0}.video-intro-impact-cards strong{display:block;padding:9px 11px;border:1px solid #dbe8e1;border-radius:10px;background:#fff;color:#27513f;font-size:12px;line-height:1.35}.product-actions-section{padding-top:28px;padding-bottom:72px}.product-actions-card{background:linear-gradient(135deg,#f7fbf8,#eef7f1);border:1px solid #dce9e2}.product-actions-copy h2{font-size:clamp(29px,3vw,39px)}@media(max-width:1050px){.marketing-proof-grid{grid-template-columns:repeat(2,1fr)}.marketing-proof-grid article:nth-child(2){border-right:0}.marketing-proof-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}}@media(max-width:620px){.marketing-proof-grid{grid-template-columns:1fr}.marketing-proof-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.marketing-proof-grid article:last-child{border-bottom:0}}.main-nav{gap:17px}.main-nav a{white-space:nowrap}.founder-public-links+.founder-public-links{margin-top:12px}.training-track .topic-list{margin-top:14px}.training-track .topic-list span{font-size:12px}.material-policy-grid h2{max-width:760px}@media(max-width:1200px){.main-nav{gap:10px}.main-nav a{font-size:11px}.nav-actions{gap:9px}.brand-official{flex-basis:145px}.brand-official img{width:142px!important}}.products-commercial-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:center;padding:30px;border:1px solid #dce9e2;border-radius:26px;background:linear-gradient(135deg,#fff,#f4faf6);box-shadow:0 14px 38px rgba(8,53,36,.05)}.products-commercial-banner h2{margin:4px 0 8px;font-family:Georgia,serif;color:#173f30}.products-commercial-banner p{margin:0;color:#617168;max-width:760px}.products-commercial-banner .btn{white-space:nowrap}.commercial-overview-grid{display:grid;grid-template-columns:1.12fr .88fr;grid-gap:20px;gap:20px}.commercial-intro-card{padding:30px;border:1px solid #dce8e2;border-radius:25px;background:#fff;box-shadow:0 12px 34px rgba(8,53,36,.045)}.commercial-intro-card h2{font-family:Georgia,serif;color:#173f30;margin:8px 0 12px}.commercial-intro-card>p{color:#607168;line-height:1.65}.credits-card{background:linear-gradient(145deg,#f8fcfa,#edf8f2)}.commercial-check-list{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-gap:11px;gap:11px}.commercial-check-list li{display:flex;gap:9px;align-items:flex-start;color:#4f655a;font-size:13px;line-height:1.5}.commercial-check-list svg{flex:0 0 auto;color:#128c56;margin-top:2px}.commercial-note{display:flex;align-items:flex-start;gap:9px;padding:13px 14px;background:#fff;border:1px solid #dce9e2;border-radius:14px;color:#335848;font-size:12px;font-weight:750;margin:20px 0}.commercial-note svg{flex:0 0 auto;color:#0e7e4d}.commercial-catalog-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.commercial-product-card{border:1px solid #dce8e2;border-radius:24px;background:#fff;padding:24px;box-shadow:0 10px 30px rgba(8,53,36,.04)}.commercial-product-card-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.commercial-product-card-head h3{font-family:Georgia,serif;font-size:25px;color:#173f30;margin:9px 0 5px;white-space:nowrap}.commercial-product-card-head p{font-size:12px;color:#6f8077;margin:0}.commercial-product-card-head>strong{font-size:11px;color:#725f32;background:#fff8e8;border:1px solid #efe0b7;border-radius:999px;padding:7px 9px;white-space:nowrap}.commercial-badge{display:inline-flex;font-size:9px;font-weight:900;letter-spacing:.08em;padding:6px 8px;border-radius:999px;background:#f0f3f1;color:#64736c}.commercial-badge.live{background:#e6f7ed;color:#087243}.commercial-plan-list{display:grid;margin-top:20px;border-top:1px solid #e6ede9}.commercial-plan-row{display:grid;grid-template-columns:1.25fr .9fr .7fr .65fr;grid-gap:12px;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #e9efec}.commercial-plan-row>div small,.commercial-plan-row>div strong{display:block}.commercial-plan-row>div strong{font-size:13px;color:#204a39}.commercial-plan-row>div small{font-size:10px;color:#7c8b83;margin-top:3px;line-height:1.35}.commercial-plan-row>span{font-size:10px;color:#5e7267;line-height:1.35}.commercial-plan-row>b{font-size:9px;color:#755f2f;text-align:right}.commercial-topups{margin-top:17px;padding:14px;border-radius:14px;background:#f7faf8}.commercial-topups>span{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0c7448}.commercial-topups p{margin:6px 0 4px;font-size:12px;font-weight:750;color:#365a49}.commercial-topups small{color:#7a8981;line-height:1.35}.commercial-topups.muted{background:#fafafa}.commercial-card-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.commercial-card-actions .btn{white-space:nowrap}.credit-policy-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.credit-policy-card{border:1px solid #dce8e2;border-radius:22px;padding:26px;background:#fff}.credit-policy-card h3{font-family:Georgia,serif;color:#1b4736;font-size:23px;margin:0 0 18px}.credit-policy-card ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.credit-policy-card li{display:flex;align-items:flex-start;gap:9px;color:#53685e;font-size:13px;line-height:1.5}.credit-policy-card li svg{color:#128b56;flex:0 0 auto;margin-top:2px}.credit-policy-card.pending{background:#fffaf0;border-color:#ebdfbd}.credit-policy-card.pending li>span{font-weight:900;color:#99751f}.checkout-flow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.checkout-flow article{display:flex;gap:13px;padding:20px;border-radius:18px;border:1px solid #dfe9e4;background:#fff}.checkout-flow article>span{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:#0b7549;color:#fff;font-weight:900;font-size:12px}.checkout-flow h3{margin:2px 0 6px;font-size:16px;color:#214b3a}.checkout-flow p{margin:0;color:#687970;font-size:11px;line-height:1.5}.institutional-path-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.institutional-path-grid article{padding:22px;border:1px solid #dce8e2;border-radius:20px;background:#fff}.institutional-path-grid h3{font-family:Georgia,serif;color:#1c4736;margin:14px 0 8px}.institutional-path-grid p{color:#65766d;font-size:12px;line-height:1.55;margin:0}.commercial-final-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:26px;padding:28px;border-radius:24px;background:#073f2f;color:#fff}.commercial-final-cta h2{font-family:Georgia,serif;margin:5px 0 7px}.commercial-final-cta p{margin:0;color:#bdd5ca}.commercial-final-cta .eyebrow{color:#82cba8}.commercial-final-cta .btn{white-space:nowrap}.pricing-policy-link{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;margin-top:18px;padding:14px;border:1px solid #dce9e2;border-radius:15px;background:#f8fbf9}.pricing-policy-link>svg{color:#0c7e4e}.pricing-policy-link span,.pricing-policy-link strong{display:block}.pricing-policy-link strong{font-size:12px;color:#234d3b}.pricing-policy-link span{font-size:10px;color:#74847b;margin-top:3px}.pricing-policy-link .btn{white-space:nowrap}.contract-commercial-context{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;margin-bottom:18px;padding:14px 16px;border:1px solid #dce9e2;border-radius:15px;background:#f7faf8}.contract-commercial-context>svg{color:#0b7a4b}.contract-commercial-context span,.contract-commercial-context strong{display:block}.contract-commercial-context strong{font-size:12px;color:#214a39}.contract-commercial-context span{font-size:10px;color:#75847c;margin-top:3px}.contract-commercial-context a{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:850;color:#0b7449;white-space:nowrap}.admin-commercial-contract{display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-commercial-contract h2{margin:4px 0 7px}.admin-commercial-contract p{margin:0;max-width:850px}.admin-rule-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:18px}.admin-rule-grid article{border:1px solid #e1eae5;border-radius:13px;padding:13px;background:#fbfdfc}.admin-rule-grid strong{font-size:8px;letter-spacing:.1em;color:#0b7549}.admin-rule-grid p{font-size:10px;line-height:1.45;color:#66776e;margin:6px 0 0}.admin-credit-rules{display:grid;grid-gap:10px;gap:10px;margin-top:17px}.admin-credit-rules>div{display:flex;align-items:flex-start;gap:9px;padding:10px;border-radius:11px;background:#f7faf8;color:#556a60;font-size:10px;line-height:1.45}.admin-credit-rules b{color:#0b7a4b}.admin-credit-rules.pending>div{background:#fff9ed}.admin-credit-rules.pending b{color:#9c7620}@media(max-width:1000px){.commercial-catalog-grid{grid-template-columns:1fr}.checkout-flow,.institutional-path-grid{grid-template-columns:1fr 1fr}.commercial-plan-row{grid-template-columns:1.2fr .9fr .8fr}.commercial-plan-row>b{grid-column:3;text-align:left}.admin-rule-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.commercial-overview-grid,.contract-commercial-context,.credit-policy-grid,.pricing-policy-link,.products-commercial-banner{grid-template-columns:1fr}.pricing-policy-link .btn,.products-commercial-banner .btn{width:100%}.commercial-product-card-head{display:grid}.commercial-plan-row{grid-template-columns:1fr}.commercial-plan-row>b{grid-column:auto}.checkout-flow,.institutional-path-grid{grid-template-columns:1fr}.admin-commercial-contract,.commercial-final-cta{display:grid}.commercial-final-cta .btn{width:100%}.admin-rule-grid{grid-template-columns:1fr}.contract-commercial-context a{white-space:normal}}.billing-sandbox-shell{min-height:100vh;background:#f3f7f5;color:#193d30}.billing-sandbox-top{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 26px;background:#073f2f;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.billing-sandbox-top>div:first-child{display:flex;align-items:center;gap:10px}.billing-sandbox-top strong{font-family:Georgia,serif;font-size:18px}.billing-sandbox-top small{color:#a9cbbb;font-size:10px}.billing-sandbox-mark{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#ddf5e7;color:#075b39;font-size:9px;font-weight:950;letter-spacing:.09em}.billing-sandbox-top-actions{display:flex;gap:9px}.billing-sandbox-top-actions a{color:#d9ebe2;border:1px solid rgba(255,255,255,.2);border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800}.billing-sandbox-main{width:min(1380px,calc(100% - 40px));margin:0 auto;padding:34px 0 64px}.billing-sandbox-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:end;margin-bottom:22px}.billing-sandbox-hero>div:first-child>span,.panel-kicker{display:block;font-size:9px;letter-spacing:.11em;font-weight:950;color:#0b7a4b}.billing-sandbox-hero h1{font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);line-height:1.04;margin:7px 0 10px;color:#143d2d}.billing-sandbox-hero p{max-width:830px;margin:0;color:#63756c;line-height:1.6}.billing-no-charge{display:flex;gap:11px;align-items:center;padding:15px 17px;border:1px solid #cfe4d9;border-radius:16px;background:#eaf8f0;min-width:260px}.billing-no-charge svg{color:#087546}.billing-no-charge span,.billing-no-charge strong{display:block}.billing-no-charge strong{font-size:13px;color:#0b6841}.billing-no-charge span{margin-top:3px;font-size:9px;color:#5d7569;max-width:200px;line-height:1.4}.billing-sandbox-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr 1.15fr;grid-gap:14px;gap:14px;align-items:stretch}.billing-sandbox-panel{border:1px solid #dce8e2;border-radius:20px;background:#fff;padding:21px;box-shadow:0 10px 26px rgba(7,63,47,.04)}.billing-sandbox-panel h2{font-family:Georgia,serif;font-size:21px;margin:5px 0 16px;color:#214b39}.billing-selector label{display:grid;grid-gap:7px;gap:7px;font-size:10px;font-weight:850;color:#52675d}.billing-selector select{width:100%;border:1px solid #d6e2dc;border-radius:11px;background:#fbfdfc;padding:11px 12px;color:#244a3a;font:inherit;font-size:11px}.billing-offer-summary{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:14px}.billing-offer-summary>div{border:1px solid #e4ece8;border-radius:11px;padding:10px;background:#fafcfb}.billing-offer-summary span,.billing-offer-summary strong{display:block}.billing-offer-summary span{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#819087}.billing-offer-summary strong{font-size:10px;line-height:1.35;color:#315343;margin-top:4px}.sandbox-free{color:#087245!important}.sandbox-pending{color:#8c6a19!important}.billing-action{width:100%;justify-content:center;margin-top:16px}.billing-status-stack{display:grid;grid-gap:8px;gap:8px}.billing-status-stack>div{border-bottom:1px solid #edf1ef;padding-bottom:8px}.billing-status-stack code,.billing-status-stack span,.billing-status-stack strong{display:block}.billing-status-stack span{font-size:8px;color:#819087;text-transform:uppercase;letter-spacing:.05em}.billing-status-stack strong{font-size:10px;line-height:1.4;color:#315343;margin-top:3px;word-break:break-word}.billing-status-stack code{font-size:8px;color:#60746a;margin-top:3px;word-break:break-all}.billing-empty{min-height:152px;display:grid;place-items:center;align-content:center;text-align:center;border:1px dashed #dce7e1;border-radius:14px;background:#fafcfb;color:#789086}.billing-empty svg{color:#8bb5a0}.billing-empty p{max-width:230px;font-size:10px;line-height:1.5;margin:8px 0 0}.billing-empty.wide{min-height:90px}.sandbox-wallet{display:flex;gap:11px;align-items:flex-start;padding:13px;border:1px solid #d9e8e0;border-radius:14px;background:linear-gradient(135deg,#f2fbf6,#fff)}.sandbox-wallet svg{color:#087849}.sandbox-wallet small,.sandbox-wallet span,.sandbox-wallet strong{display:block}.sandbox-wallet span{font-size:8px;color:#819087;text-transform:uppercase}.sandbox-wallet strong{font-size:14px;color:#14543a;margin-top:3px}.sandbox-wallet small{font-size:7px;color:#8b9992;margin-top:5px;word-break:break-all}.admin-inline-actions,.billing-inline-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.billing-inline-actions .button{display:inline-flex;align-items:center;gap:5px}.billing-feedback{display:flex;align-items:center;gap:8px;margin:14px 0 0;padding:12px 14px;border-radius:13px;font-size:11px;font-weight:750}.billing-feedback.success{border:1px solid #cce7d9;background:#edf9f2;color:#17603e}.billing-feedback.error{border:1px solid #edcfcb;background:#fff2f0;color:#8c3027}.billing-ledger-panel{margin-top:14px}.billing-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.billing-panel-head h2{margin-bottom:0}.billing-panel-head .button{display:inline-flex;align-items:center;gap:5px}.billing-ledger-table{margin-top:15px;border:1px solid #e2ebe6;border-radius:13px;overflow:hidden}.billing-ledger-table>div{display:grid;grid-template-columns:1.6fr .7fr .45fr .45fr 1fr;grid-gap:10px;gap:10px;align-items:center;padding:9px 11px;border-bottom:1px solid #edf1ef;font-size:9px}.billing-ledger-table>div:last-child{border-bottom:0}.billing-ledger-table .ledger-head{background:#f4f8f6;color:#66796f;font-weight:900;text-transform:uppercase;letter-spacing:.05em;font-size:8px}.billing-ledger-table code{font-size:8px;color:#6f8178}.ledger-credit{color:#087245}.ledger-debit{color:#a83c31}.billing-sandbox-guardrails{display:grid;grid-template-columns:.6fr 1.4fr;grid-gap:24px;gap:24px;margin-top:14px;padding:24px;border-radius:20px;background:#082f24;color:#fff}.billing-sandbox-guardrails h2{font-family:Georgia,serif;margin:6px 0 0}.billing-sandbox-guardrails>div:last-child{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 16px;gap:8px 16px}.billing-sandbox-guardrails p{display:flex;gap:7px;align-items:flex-start;margin:0;color:#c9ddd4;font-size:9px;line-height:1.5}.billing-sandbox-guardrails svg{flex:0 0 auto;color:#71c79c;margin-top:1px}@media(max-width:1180px){.billing-sandbox-grid{grid-template-columns:1fr 1fr}.billing-sandbox-hero{grid-template-columns:1fr}.billing-no-charge{max-width:420px}.billing-sandbox-guardrails{grid-template-columns:1fr}.billing-sandbox-guardrails>div:last-child{grid-template-columns:1fr 1fr}}@media(max-width:700px){.billing-sandbox-main{width:min(100% - 24px,1380px);padding-top:22px}.billing-sandbox-top{padding:12px;align-items:flex-start}.billing-sandbox-top>div:first-child{flex-wrap:wrap}.billing-sandbox-top small{display:none}.billing-sandbox-top-actions{display:grid}.billing-sandbox-top-actions a{font-size:8px}.billing-sandbox-grid{grid-template-columns:1fr}.billing-sandbox-hero h1{font-size:36px}.billing-offer-summary{grid-template-columns:1fr}.billing-ledger-table{overflow-x:auto}.billing-ledger-table>div{min-width:650px}.billing-sandbox-guardrails>div:last-child{grid-template-columns:1fr}.billing-panel-head{display:grid}}.page-hero-photo-visual{min-height:390px}.page-hero-photo-shell{position:relative;min-height:365px;border-radius:30px;overflow:hidden;border:1px solid rgba(14,87,58,.14);box-shadow:0 30px 70px rgba(5,57,39,.18);background:#0a4e36}.page-hero-photo{object-fit:cover}.page-hero-photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,48,34,.72),rgba(4,48,34,.28) 48%,rgba(4,48,34,.05) 76%),linear-gradient(0deg,rgba(0,0,0,.22),transparent 55%)}.page-hero-brand-lockup{position:absolute;left:24px;bottom:26px;display:flex;align-items:center;gap:14px;max-width:420px;padding:10px 16px 10px 10px;border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 12px 30px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-hero-brand-lockup>img{width:72px;height:64px;object-fit:contain;border-radius:10px}.page-hero-brand-lockup span,.page-hero-brand-lockup strong{display:block}.page-hero-brand-lockup span{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#16885a;font-weight:900;margin-bottom:3px}.page-hero-brand-lockup strong{font-family:Georgia,serif;color:#123e2e;font-size:15px;line-height:1.2}.page-hero-photo-proof{position:absolute;right:18px;top:18px;display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:7px 8px;gap:7px 8px;padding:10px 12px;border-radius:14px;background:rgba(5,55,39,.84);color:#fff;font-size:10px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.page-hero-photo-proof svg{color:#8ee0b2}.page-hero-photo-visual .page-hero-floating-card{right:-12px;bottom:-18px}.page-hero-photo-visual .page-hero-floating-dot{right:26px;top:-13px}.preview-logo{overflow:visible;padding:0;background:transparent!important}.preview-logo img{width:100%;height:100%;object-fit:contain}.admin-brand-logo{overflow:visible!important;padding:0!important;background:transparent!important}.admin-brand-logo img{width:100%;height:100%;object-fit:contain}.device-logo{overflow:visible!important;padding:0!important;background:transparent!important}.device-logo img{width:100%;height:100%;object-fit:contain}.portal-loading-logo{overflow:visible;padding:0;background:transparent!important}.portal-loading-logo img{width:100%;height:100%;object-fit:contain}.institutional-mark .institutional-logo{font-size:0;width:210px;height:190px;border-radius:0;background:transparent;display:grid;place-items:center;padding:0;box-shadow:none}.institutional-mark .institutional-logo img{width:100%;height:100%;object-fit:contain}.product-video-section{background:linear-gradient(180deg,#f7fbf8,#eef7f1)}.product-video-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:end;margin-bottom:28px}.product-video-heading h2{margin-bottom:10px}.product-video-heading-mark{display:inline-flex;align-items:center;gap:10px;padding:12px 15px;border-radius:999px;border:1px solid #cfe3d7;background:#fff;color:#0b7549;font-weight:900;font-size:12px;white-space:nowrap}.product-video-grid-pro{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:24px;align-items:stretch}.product-video-media,.product-video-storyboard{border-radius:22px;border:1px solid #d7e7de;background:#fff;box-shadow:0 20px 45px rgba(8,64,42,.08);overflow:hidden}.product-video-media{padding:12px}.product-video-player{display:block;width:100%;aspect-ratio:16/9;border-radius:14px;background:#073d2b;object-fit:cover}.product-video-media .product-video-note{display:block;margin:10px 4px 2px;color:#687a71;font-size:11px;line-height:1.45}.product-video-storyboard{position:relative;min-height:100%;display:grid;place-items:center;padding:10px}.product-video-storyboard img{width:100%;height:auto;border-radius:14px}.product-video-chapters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.product-video-chapters article{display:grid;grid-template-columns:34px 1fr auto;grid-gap:9px;gap:9px;align-items:center;padding:12px;border-radius:14px;background:#fff;border:1px solid #dbe9e1}.product-video-chapters article>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#0b7549;color:#fff;font-weight:900}.product-video-chapters small,.product-video-chapters strong{display:block}.product-video-chapters small{font-size:9px;color:#819087;text-transform:uppercase;letter-spacing:.08em}.product-video-chapters strong{font-size:11px;color:#234c3b;line-height:1.3;margin-top:2px}.product-video-chapters svg{color:#15935c}@media(max-width:1050px){.product-video-grid-pro{grid-template-columns:1fr}.product-video-storyboard{min-height:auto}.product-video-chapters{grid-template-columns:1fr 1fr}.page-hero-photo-shell{min-height:330px}}@media(max-width:720px){.page-hero-photo-visual{min-height:310px}.page-hero-photo-shell{min-height:290px;border-radius:22px}.page-hero-brand-lockup{left:12px;right:12px;bottom:12px;max-width:none}.page-hero-brand-lockup>img{width:58px;height:52px}.page-hero-photo-proof{display:none}.product-video-heading{grid-template-columns:1fr}.product-video-heading-mark{justify-self:start}.product-video-chapters{grid-template-columns:1fr}.product-video-storyboard{display:none}}:root{--green:#0b6b3a;--green2:#159447;--green-bright:#7bc943;--green-deep:#033b25;--green-ink:#082f20;--soft:#f5faf6;--line:#dbe9df;--dark:#0b3425;--shadow:0 18px 50px rgba(5,59,37,.10);--premium-shadow-soft:0 22px 50px rgba(5,59,37,.12)}.site-header{background:rgba(3,48,30,.98);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px rgba(2,39,24,.08)}.portal-ribbon{background:#022d1c;color:#dff4e5;border-bottom:1px solid rgba(255,255,255,.08)}.main-nav a{color:#f4fbf6}.main-nav a.active,.main-nav a:hover{color:#9adb62}.main-nav a.active:after,.main-nav a:after{background:#8bd14e}.ceo-social-link{color:#dff3e5}.ceo-social-link:hover{color:#9adb62}.menu-button{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.btn-primary{background:linear-gradient(135deg,#5fbf3f,#159447);color:#fff;box-shadow:0 10px 26px rgba(24,148,71,.22)}.btn-primary:hover{filter:brightness(1.04);transform:translateY(-1px)}.btn-outline{background:rgba(255,255,255,.96);border-color:#a9d4b8;color:#0b6b3a}.btn-gold{background:linear-gradient(135deg,#8cd451,#60be40);color:#082f20}.brand-official,.footer-brand-official{position:relative}.brand-official:after{content:"®";position:absolute;right:-2px;top:13px;color:#9adb62;font-size:11px;font-weight:900;line-height:1}.footer-brand-official:after{right:0;top:6px;color:#9adb62}.hero-founder{background:radial-gradient(circle at 78% 22%,rgba(126,205,75,.2),transparent 26%),linear-gradient(118deg,#033b25,#075432 52%,#0b6b3a);color:#fff}.hero-founder:before{background:radial-gradient(circle,rgba(147,216,87,.18),transparent 66%)}.hero-founder .hero-copy h1{color:#fff}.hero-founder .hero-copy h1 em{color:#91d957}.hero-founder .hero-copy p{color:#d8eadf}.hero-founder .eyebrow{color:#a9e776}.hero-founder .trust-row{color:#d8eadf}.hero-founder .trust-row svg{color:#91d957}.hero-founder .video-intro-trigger{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.09);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-founder .video-intro-trigger:hover{background:rgba(255,255,255,.16);border-color:#9adb62}.hero-founder-frame{border-color:rgba(255,255,255,.18);box-shadow:0 34px 80px rgba(0,0,0,.28)}.hero-founder-caption{background:rgba(2,45,28,.92)}.product-showcase-section{background:linear-gradient(180deg,#f7fbf8,#fff)}.product-showcase-green{--card-accent:#168d47}.product-showcase-green-sage{--card-accent:#4b9f60}.product-showcase-green-teal{--card-accent:#11856a}.product-showcase-green-lime{--card-accent:#69b83e}.showcase-mini-green-sage{background:linear-gradient(145deg,#f6fbf6,#eaf5ec)}.showcase-mini-green-teal{background:linear-gradient(145deg,#f4fbf8,#e8f5ef)}.showcase-mini-green-lime{background:linear-gradient(145deg,#f8fcf5,#edf7e9)}.product-showcase-icon{background:#edf8ef}.product-showcase-card>a{color:#0b7b3f}.product-showcase-card:hover{border-color:rgba(21,148,71,.28)}.preview-app-shell aside,.showcase-mini-body aside{background:linear-gradient(180deg,#06482d,#0b6b3a)}.preview-futuro,.preview-orienta,.preview-planner,.preview-registra,.preview-scribe{background:linear-gradient(145deg,#f5faf6,#eaf5ed)}.page-hero-premium{background:radial-gradient(circle at 82% 18%,rgba(73,174,94,.16),transparent 25%),linear-gradient(180deg,#f6fbf7,#fff)}.billing-sandbox-guardrails,.cta-box,.ecosystem{background:linear-gradient(135deg,#033b25,#0b6b3a)}.product-video-section{background:linear-gradient(180deg,#f7fbf8,#edf7ef)}.product-video-player{background:#063d28}.footer{background:linear-gradient(135deg,#022d1c,#06482d);color:#edf8f0}.footer a{color:#d8eddf}.footer a:hover{color:#9adb62}.footer-bottom{color:#bdd7c5}@media(max-width:1050px){.site-header .mobile-menu{background:#033b25;border-color:rgba(255,255,255,.12)}.mobile-menu a:not(.btn){color:#fff;border-color:rgba(255,255,255,.1)}.mobile-menu a.active{color:#9adb62}}@media(max-width:620px){.brand-official:after{top:8px;right:-2px;font-size:9px}}:root{--ref-green-950:#002d1b;--ref-green-900:#003c24;--ref-green-850:#00482a;--ref-green-800:#075a31;--ref-green-700:#147a39;--ref-green-600:#249b43;--ref-green-500:#43b947;--ref-lime:#84ca3b;--ref-ink:#07351f;--ref-soft:#f7faf7;--ref-border:#dce4dd}body{background:#fff;color:#142018}.site-header.ref-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:linear-gradient(90deg,#002d1b,#003a24 58%,#00452a);border-bottom:1px solid rgba(132,202,59,.16);box-shadow:none}.ref-nav-wrap{height:96px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;grid-gap:26px;gap:26px}.ref-brand{display:flex;align-items:center;height:88px;width:248px;position:relative}.ref-brand:after{content:"®";position:absolute;top:14px;right:4px;color:#9bd85c;font-size:9px}.ref-brand img{width:238px!important;height:84px!important;object-fit:contain;object-position:left center;filter:none}.ref-main-nav{height:100%;display:flex;align-items:center;justify-content:center;gap:38px}.ref-main-nav>a,.ref-product-menu>button{height:100%;display:flex;align-items:center;gap:5px;background:none;border:0;color:#fff;font:600 15px/1 inherit;cursor:pointer;position:relative;padding:0 1px}.ref-main-nav>a:after,.ref-product-menu>button:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--ref-lime);transform:scaleX(0);transition:.2s}.ref-main-nav>a.active,.ref-main-nav>a:hover,.ref-product-menu>button.active,.ref-product-menu>button:hover{color:#fff}.ref-main-nav>a.active:after,.ref-main-nav>a:hover:after,.ref-product-menu>button.active:after,.ref-product-menu>button:hover:after{transform:scaleX(1)}.ref-product-menu{height:100%;position:relative;display:flex;align-items:center}.ref-product-dropdown{position:absolute;top:76px;left:-18px;width:230px;background:#fff;border:1px solid #dce7df;border-radius:14px;padding:8px;box-shadow:0 18px 48px rgba(0,40,24,.22)}.ref-product-dropdown a{display:block;padding:10px 12px;border-radius:9px;color:#0a4d2b;font-size:14px;font-weight:700}.ref-product-dropdown a:hover{background:#eff8f1;color:#137a38}.ref-nav-actions{display:flex;align-items:center;gap:12px}.ref-btn-ghost,.ref-btn-primary{border-radius:8px;min-height:48px;padding:0 20px;font-weight:800;white-space:nowrap}.ref-btn-ghost{background:transparent;color:#fff;border:1px solid rgba(133,208,67,.78)}.ref-btn-ghost:hover{background:rgba(255,255,255,.06);color:#fff}.ref-btn-primary{background:linear-gradient(90deg,#75c43c,#16a142);border:1px solid rgba(133,208,67,.4);color:#fff;box-shadow:none}.ref-btn-primary:hover{background:linear-gradient(90deg,#84cf47,#20ad4c);transform:translateY(-1px);color:#fff}.ref-menu-button{display:none;color:#fff}.ref-hero{height:360px;position:relative;overflow:hidden;background:#00472b}.ref-hero-photo{position:absolute;inset:0 0 0 46%;background-image:url(/images/approved/home-hero-approved.png);background-size:cover;background-position:center 14%;filter:saturate(.88) contrast(.98)}.ref-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,58,34,.99),rgba(0,72,42,.96) 35%,rgba(0,68,40,.63) 55%,rgba(0,45,27,.06) 76%,rgba(0,45,27,.05))}.ref-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 25%,rgba(0,0,0,.1))}.ref-hero-dots{position:absolute;left:0;top:20px;width:70px;height:140px;opacity:.55;background-image:radial-gradient(circle,#56b844 1.5px,transparent 1.6px);background-size:12px 12px}.ref-hero-lines{position:absolute;right:-30px;bottom:-34px;width:460px;height:240px;opacity:.9}.ref-hero-lines i{position:absolute;right:0;bottom:0;width:440px;height:190px;border:1.5px solid #83c73d;border-left:0;border-bottom:0;border-radius:70% 0 0 0;transform:rotate(-8deg);transform-origin:right bottom}.ref-hero-lines i:nth-child(2){width:390px;height:150px;bottom:22px;right:10px;opacity:.7}.ref-hero-lines i:nth-child(3){width:320px;height:110px;bottom:46px;right:24px;opacity:.5}.ref-hero-grid{height:100%;position:relative;z-index:2;display:grid;grid-template-columns:54% 46%;align-items:center}.ref-hero-copy{padding-left:8px}.ref-hero-copy h1{font-size:40px;line-height:1.04;letter-spacing:-1.55px;color:#fff;margin:0 0 14px;max-width:650px;font-weight:850}.ref-hero-copy h1 em{font-style:normal;color:#7cc640}.ref-hero-copy p{font-size:16px;line-height:1.55;color:#fff;margin:0 0 18px}.ref-hero-actions{display:flex;gap:16px;align-items:center}.ref-hero-primary{min-height:48px}.ref-video-button{height:48px;border:1px solid rgba(255,255,255,.82)!important;background:rgba(0,45,27,.3)!important;color:#fff!important;border-radius:8px!important;font-weight:800!important;padding:0 22px!important}.ref-video-button:hover{background:rgba(0,45,27,.55)!important}.ref-hero-video{display:flex;justify-content:flex-end;align-items:center;padding-top:44px}.ref-video-card{width:325px;min-height:144px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:rgba(0,64,38,.78);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);color:#fff;padding:24px;display:flex;align-items:center;gap:18px;text-align:left;box-shadow:0 15px 40px rgba(0,0,0,.22);cursor:pointer}.ref-video-play{width:56px;height:56px;min-width:56px;border-radius:50%;background:linear-gradient(135deg,#55c638,#82d044);display:grid;place-items:center;color:#fff}.ref-video-play svg{width:25px}.ref-video-card b{display:block;color:#8bd34c;font-size:13px;letter-spacing:.25px;margin-bottom:8px}.ref-video-card strong{font-size:15px;line-height:1.45;font-weight:600}.ref-products{background:#fff;padding:18px 0 8px}.ref-products-heading{margin-bottom:10px}.ref-products-heading span{display:block;color:#177b38;font-size:12px;font-weight:900;letter-spacing:.8px}.ref-products-heading h2{margin:2px 0 0;color:#0a4a2a;font-size:25px;letter-spacing:-.45px}.ref-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.ref-product-card{border:1px solid #dfe5df;border-radius:14px;background:#fff;padding:16px 14px 12px;min-height:312px;box-shadow:0 1px 0 rgba(0,0,0,.01);display:flex;flex-direction:column}.ref-product-head{display:flex;gap:12px;align-items:flex-start;min-height:74px}.ref-product-icon{width:52px;height:52px;min-width:52px;border-radius:11px;display:grid;place-items:center;background:#edf8e8;color:#167d36}.ref-product-icon svg{width:29px;height:29px}.ref-product-scribe .ref-product-icon{background:linear-gradient(135deg,#0f9d68,#08734f);color:#fff}.ref-product-futuro .ref-product-icon{background:linear-gradient(135deg,#52be4c,#1a9437);color:#fff}.ref-product-head h3{font-size:18px;line-height:1.1;margin:3px 0 6px;color:#0a3e24}.ref-product-head h3:first-line{color:#0a3e24}.ref-product-head p{font-size:13px;line-height:1.35;color:#111;margin:0}.ref-product-card>a{margin-top:auto;padding-top:8px;display:flex;justify-content:center;align-items:center;gap:9px;color:#1d8e35;font-weight:800;font-size:15px}.ref-product-card>a:hover{color:#0b6b2a}.ref-laptop{margin:8px 0 0;position:relative;padding:0 8px 13px}.ref-laptop-screen{height:142px;border:solid #1f2021;border-width:7px 7px 10px;border-radius:9px 9px 3px 3px;background:#f7faf8;overflow:hidden;box-shadow:0 5px 14px rgba(0,0,0,.12)}.ref-laptop-screen .premium-product-preview{transform:scale(.78);transform-origin:top left;width:128%;height:128%;border:0;border-radius:0;box-shadow:none}.ref-laptop-base{position:absolute;left:1%;right:1%;bottom:4px;height:10px;border-radius:1px 1px 11px 11px;background:linear-gradient(180deg,#d8d8d8,#8f8f8f 55%,#c7c7c7);box-shadow:0 4px 5px rgba(0,0,0,.16)}.ref-laptop-base:after{content:"";position:absolute;left:43%;right:43%;top:0;height:3px;background:#a2a2a2;border-radius:0 0 5px 5px}.ref-home-proof{background:#fff;padding:0}.ref-home-proof .container{display:none}.ref-footer{margin-top:0;background:linear-gradient(90deg,#00482b,#056d32 58%,#239d37);color:#fff;border-top:0;padding:0}.ref-footer-grid{min-height:108px;display:grid;grid-template-columns:205px 1.2fr 2.2fr 190px;grid-gap:24px;gap:24px;align-items:center}.ref-footer-logo img{width:178px!important;height:82px!important;object-fit:contain}.ref-footer-purpose{font-size:13px;line-height:1.45;margin:0;color:#fff;max-width:390px}.ref-footer-proof{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.ref-footer-proof span{display:flex;align-items:center;gap:9px;font-size:11px;line-height:1.3}.ref-footer-proof svg{width:34px;height:34px;padding:7px;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(255,255,255,.08)}.ref-footer-proof b{font-weight:600}.ref-footer-social small{margin-bottom:8px}.ref-footer-social>div{gap:14px}.ref-footer-social a{width:28px;height:28px;border-radius:6px;background:#fff;color:#178238}.linkedin-mark{font-weight:900;font-size:17px}.ref-footer-bottom{min-height:30px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;font-size:10px;color:rgba(255,255,255,.78)}.ref-footer-bottom a{color:inherit}.page-hero,.page-hero-premium,.premium-page-visual,.section-soft{--brand-green:#137c39}.page-hero,.page-hero-premium{background:linear-gradient(135deg,#f6fbf7,#eef8f0)!important}.page-hero h1,.page-hero-premium h1,.section-heading h2{color:#073d24}.btn-primary{background:linear-gradient(90deg,#75c43c,#16a142)!important;border-color:#55b947!important;color:#fff!important}.btn-outline{border-color:#16803b!important;color:#0b6a32!important}.eyebrow,.text-link{color:#187d39!important}.commercial-section,.product-page-hero,.product-video-section{--accent:#1a8c3f}.product-video-player{background:#073e27!important}.cta-box,.ecosystem{background:linear-gradient(135deg,#003d25,#0c7639)!important}@media(max-width:1180px){.ref-nav-wrap{grid-template-columns:220px 1fr auto;gap:14px}.ref-brand{width:215px}.ref-brand img{width:205px!important}.ref-main-nav{gap:22px}.ref-nav-actions .ref-btn-ghost{display:none}.ref-hero-copy h1{font-size:36px}.ref-video-card{width:290px}.ref-product-grid{gap:14px}.ref-footer-grid{grid-template-columns:180px 1fr 2fr 150px;gap:14px}}@media(max-width:980px){.ref-nav-wrap{grid-template-columns:1fr auto;height:82px}.ref-main-nav,.ref-nav-actions>.btn{display:none}.ref-menu-button{display:grid}.ref-brand{height:72px}.ref-brand img{height:72px!important}.ref-hero{height:auto;min-height:620px}.ref-hero-photo{inset:260px 0 0 0;background-position:top}.ref-hero-shade{background:linear-gradient(180deg,#00482b,#005a32 42%,rgba(0,64,38,.72) 62%,rgba(0,45,27,.18))}.ref-hero-grid{grid-template-columns:1fr;padding-top:38px;padding-bottom:36px;align-items:start}.ref-hero-copy{text-align:center}.ref-hero-copy h1{margin-left:auto;margin-right:auto}.ref-hero-actions,.ref-hero-video{justify-content:center}.ref-hero-video{padding:255px 0 0}.ref-video-card{width:min(360px,92vw)}.ref-product-grid{grid-template-columns:repeat(2,1fr)}.ref-footer-grid{grid-template-columns:180px 1fr;grid-template-areas:"logo purpose" "proof proof" "social social";padding:20px 0}.ref-footer-logo{grid-area:logo}.ref-footer-purpose{grid-area:purpose}.ref-footer-proof{grid-area:proof}.ref-footer-social{grid-area:social}.ref-footer-bottom{padding:8px 0}}@media(max-width:620px){.ref-nav-wrap{height:74px}.ref-brand{width:180px}.ref-brand img{width:176px!important;height:64px!important}.ref-mobile-menu{background:#003b24!important}.ref-mobile-menu .mobile-sub{padding-left:24px;font-size:13px;opacity:.9}.ref-hero{min-height:650px}.ref-hero-copy h1{font-size:32px;letter-spacing:-1px}.ref-hero-copy p{font-size:14px}.ref-hero-copy p br{display:none}.ref-hero-actions{flex-direction:column;align-items:stretch}.ref-hero-actions .btn,.ref-video-button{width:100%;justify-content:center}.ref-hero-photo{inset:305px 0 0 0}.ref-hero-video{padding-top:275px}.ref-products{padding-top:18px}.ref-products-heading h2{font-size:22px}.ref-product-grid{grid-template-columns:1fr}.ref-product-card{min-height:330px}.ref-laptop-screen{height:170px}.ref-footer-grid{grid-template-columns:1fr;grid-template-areas:"logo" "purpose" "proof" "social";text-align:center}.ref-footer-logo{display:flex;justify-content:center}.ref-footer-purpose{margin:auto}.ref-footer-proof{grid-template-columns:1fr}.ref-footer-bottom,.ref-footer-proof span{justify-content:center}.ref-footer-bottom{flex-direction:column;gap:4px}.ref-video-card{padding:18px}}.ref-footer-social .ref-social-placeholder{width:28px;height:28px;border-radius:6px;background:#fff;color:#178238;display:grid;place-items:center}.ref-footer-social .ref-social-placeholder svg{width:17px}.product-brand-logo{display:block;width:auto;max-width:100%;height:auto;object-fit:contain;object-position:left center}.ref-product-head-logo{display:block;min-height:104px}.ref-product-head-logo .product-brand-logo{height:58px;width:auto;max-width:94%;margin:0 0 8px}.ref-product-head-logo p{font-size:13px;line-height:1.35;color:#111;margin:0}.product-list-brand{height:84px;display:flex;align-items:center;margin:0 0 10px}.product-list-brand .product-brand-logo{max-height:76px;max-width:320px}.page-hero-product-logo{display:flex;align-items:center;min-height:92px;margin:0 0 13px}.page-hero-product-logo .product-brand-logo{max-height:86px;max-width:min(440px,100%)}.product-showcase-brand-head{align-items:center}.product-showcase-brand-head .product-brand-logo{height:54px;max-width:72%}@media(max-width:620px){.ref-product-head-logo .product-brand-logo{height:62px;max-width:100%}.product-list-brand{height:74px}.product-list-brand .product-brand-logo{max-height:68px;max-width:100%}.page-hero-product-logo{min-height:76px}.page-hero-product-logo .product-brand-logo{max-height:72px;max-width:100%}}.status-product-brand{height:72px;display:flex;align-items:center;margin-bottom:10px}.status-product-brand .product-brand-logo{max-height:66px;max-width:300px}.commercial-product-brand{height:72px;display:flex;align-items:center;margin-bottom:12px}.commercial-product-brand .product-brand-logo{max-height:68px;max-width:310px}@media(max-width:620px){.commercial-product-brand,.status-product-brand{height:64px}.commercial-product-brand .product-brand-logo,.status-product-brand .product-brand-logo{max-height:60px;max-width:100%}}.approved-page-hero{position:relative;min-height:320px;overflow:hidden;background:#003d25!important;border-bottom:0!important;color:#fff;padding:0!important}.approved-page-hero-media{position:absolute;inset:0 0 0 43%;z-index:0}.approved-page-hero-image{object-fit:cover;object-position:center center;filter:saturate(.94) contrast(1.02)}.approved-page-hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,49,29,.995),rgba(0,64,37,.97) 35%,rgba(0,63,37,.76) 49%,rgba(0,46,27,.14) 74%,rgba(0,43,25,.05))}.approved-page-hero-dots{position:absolute;z-index:2;left:0;top:28px;width:84px;height:145px;opacity:.6;background-image:radial-gradient(circle,#67bf43 1.45px,transparent 1.6px);background-size:12px 12px}.approved-page-hero-lines{position:absolute;z-index:2;right:-42px;bottom:-50px;width:500px;height:250px;pointer-events:none}.approved-page-hero-lines i{position:absolute;right:0;bottom:0;width:470px;height:205px;border:1.5px solid #84c83d;border-left:0;border-bottom:0;border-radius:72% 0 0 0;transform:rotate(-8deg);transform-origin:right bottom}.approved-page-hero-lines i:nth-child(2){width:405px;height:158px;bottom:24px;right:14px;opacity:.7}.approved-page-hero-lines i:nth-child(3){width:335px;height:116px;bottom:49px;right:27px;opacity:.5}.approved-page-hero-grid{position:relative;z-index:3;min-height:320px;display:grid;grid-template-columns:minmax(0,54%) minmax(0,46%);align-items:center}.approved-page-hero-copy{padding:36px 0 38px;max-width:690px}.approved-page-hero .eyebrow{color:#86d143!important;margin-bottom:8px;font-weight:900}.approved-page-hero h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;color:#fff!important;font-size:42px!important;line-height:1.05!important;letter-spacing:-1.45px!important;font-weight:850!important;margin:0 0 14px!important;max-width:670px}.approved-page-hero p{color:#fff!important;font-size:16px!important;line-height:1.55!important;max-width:610px;margin:0}.approved-page-hero .hero-actions{margin:22px 0 0}.approved-page-hero .btn-outline{background:rgba(0,44,26,.34)!important;color:#fff!important;border-color:rgba(255,255,255,.68)!important}@media(max-width:980px){.approved-page-hero{min-height:560px}.approved-page-hero-media{inset:245px 0 0 0}.approved-page-hero-shade{background:linear-gradient(180deg,#003d25,#00502f 45%,rgba(0,61,36,.72) 66%,rgba(0,45,27,.14))}.approved-page-hero-grid{grid-template-columns:1fr;align-items:start;min-height:560px}.approved-page-hero-copy{padding:34px 0 0;text-align:center;margin:auto}.approved-page-hero h1{font-size:37px!important;margin-left:auto!important;margin-right:auto!important}.approved-page-hero p{margin-left:auto;margin-right:auto}.approved-page-hero .hero-actions{justify-content:center}}@media(max-width:620px){.approved-page-hero{min-height:590px}.approved-page-hero-media{inset:305px 0 0 0}.approved-page-hero-copy{padding-top:28px}.approved-page-hero h1{font-size:31px!important;letter-spacing:-.9px!important}.approved-page-hero p{font-size:14px!important}.approved-page-hero .hero-actions{flex-direction:column;align-items:stretch}}#conteudo,.ref-footer,.site-header.ref-header,body,html{max-width:100%;overflow-x:clip}.ref-nav-wrap{width:min(1460px,calc(100% - 44px));height:90px;grid-template-columns:220px minmax(0,1fr) auto;gap:18px}.ref-brand{width:220px;height:78px;min-width:0}.ref-brand:after{display:none!important}.ref-brand img{width:214px!important;height:69px!important}.ref-main-nav{min-width:0;gap:26px}.ref-main-nav>a,.ref-product-menu>button{font-size:14px;white-space:nowrap}.ref-nav-actions{min-width:0;gap:10px}.ref-nav-actions .ref-btn-ghost,.ref-nav-actions .ref-btn-primary{min-height:46px;padding:0 15px;font-size:14px}.ref-product-dropdown{top:72px}.ref-hero .container,.ref-products .container{width:min(1460px,calc(100% - 44px))}.ref-hero-grid{grid-template-columns:minmax(0,54%) minmax(0,46%)}.ref-hero-copy,.ref-hero-video{min-width:0}.ref-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ref-product-card{min-width:0}.ref-product-head-logo .product-brand-logo{max-width:100%}.ref-video-mobile-only{display:none}.ref-footer-social{align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:68px;text-align:center}.ref-footer-social small{display:block;margin:0;line-height:1.1}.ref-footer-social>div{display:flex;align-items:center;justify-content:center;min-height:30px;gap:0}.ref-footer-social a{width:30px;height:30px;margin:0!important;display:grid;place-items:center}.ref-footer-social svg{display:block;width:17px;height:17px}@media(max-width:1320px){.ref-nav-wrap{width:min(1260px,calc(100% - 36px));grid-template-columns:205px minmax(0,1fr) auto;gap:14px}.ref-brand{width:205px}.ref-brand img{width:198px!important;height:64px!important}.ref-main-nav{gap:18px}.ref-nav-actions .ref-btn-ghost{display:none}.ref-nav-actions .ref-btn-primary{padding:0 14px}.ref-hero .container,.ref-products .container{width:min(1260px,calc(100% - 36px))}.ref-product-grid{gap:13px}}@media(max-width:1080px){.ref-nav-wrap{grid-template-columns:190px minmax(0,1fr) auto}.ref-brand{width:190px}.ref-brand img{width:184px!important;height:60px!important}.ref-main-nav{gap:13px}.ref-main-nav>a,.ref-product-menu>button{font-size:13px}.ref-nav-actions .ref-btn-primary{font-size:13px;padding:0 11px}}@media(max-width:980px){.ref-nav-wrap{width:min(100% - 32px,940px);height:78px;grid-template-columns:1fr auto}.ref-brand{width:205px;height:68px}.ref-brand img{width:200px!important;height:64px!important}.ref-hero .container,.ref-products .container{width:min(100% - 32px,940px)}.ref-hero-video{display:none}.ref-video-mobile-only{display:inline-flex}.ref-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.ref-nav-wrap{width:calc(100% - 24px);height:72px}.ref-brand{width:184px;height:62px}.ref-brand img{width:180px!important;height:58px!important}.ref-hero .container,.ref-products .container{width:calc(100% - 24px)}.ref-product-grid{grid-template-columns:1fr}.ref-video-mobile-only{display:block;width:100%}.ref-video-mobile-only .ref-video-button{width:100%}}.ref-brand{width:236px}.ref-brand img{width:230px!important;height:74px!important;object-fit:contain!important;object-position:left center!important;filter:none!important}.ref-footer-logo{display:flex;align-items:center}.ref-footer-logo img{width:198px!important;height:68px!important;object-fit:contain!important;object-position:left center!important}.institutional-mark .institutional-logo{width:min(480px,82%);height:150px}.institutional-mark .institutional-logo img{width:100%!important;height:100%!important;object-fit:contain!important}@media(max-width:1320px){.ref-brand{width:214px}.ref-brand img{width:208px!important;height:68px!important}}@media(max-width:1080px){.ref-brand{width:198px}.ref-brand img{width:192px!important;height:63px!important}}@media(max-width:980px){.ref-brand{width:214px}.ref-brand img{width:208px!important;height:66px!important}}@media(max-width:620px){.ref-brand{width:190px}.ref-brand img{width:186px!important;height:60px!important}.ref-footer-logo img{width:210px!important;height:72px!important;object-position:center!important}.institutional-mark .institutional-logo{width:88%;height:120px}}@media (min-width:1321px){.ref-nav-wrap{grid-template-columns:276px minmax(0,1fr) auto}.ref-brand{width:276px;height:82px}.ref-brand img{width:268px!important;height:82px!important}.ref-main-nav{gap:28px}.ref-main-nav>a,.ref-product-menu>button{font-size:14.5px}}.ref-footer :focus-visible,.ref-hero :focus-visible,.ref-products :focus-visible,.site-header :focus-visible,.whatsapp-float:focus-visible{outline:3px solid #8bd34c!important;outline-offset:3px!important;border-radius:8px}.ref-product-menu>button:focus-visible{background:rgba(132,202,59,.08)}.ref-hero-video{padding-top:38px}.ref-video-hotspot{width:350px;height:158px;display:block;border:0;border-radius:14px;background:transparent;cursor:pointer;color:transparent;padding:0}.ref-video-hotspot:hover{background:rgba(132,202,59,.035)}.ref-video-hotspot:focus-visible{outline-offset:5px!important}@media (min-width:1181px){.ref-hero{height:382px}.ref-hero-copy h1{font-size:44px;line-height:1.035;letter-spacing:-1.65px}.ref-hero-copy p{font-size:17px;line-height:1.55}.ref-hero-primary{min-height:50px;padding-left:22px;padding-right:22px}}.ref-product-head-logo{min-height:112px;display:grid;grid-template-rows:68px auto;align-content:start}.ref-product-head-logo .product-brand-logo{width:auto!important;height:62px!important;max-height:62px!important;max-width:96%!important;margin:0 0 8px!important;object-fit:contain!important;object-position:left center!important;align-self:center}.ref-product-avalia .product-brand-logo{height:58px!important;max-height:58px!important;max-width:91%!important}.ref-product-planner .product-brand-logo,.ref-product-scribe .product-brand-logo{max-width:94%!important}.ref-product-futuro .product-brand-logo{height:60px!important;max-height:60px!important;max-width:94%!important}.ref-product-head-logo p{align-self:start}@media (min-width:701px){.whatsapp-float{width:56px;height:56px;padding:0;justify-content:center;gap:8px;overflow:hidden;white-space:nowrap;transition:width .2s ease,transform .18s ease,box-shadow .18s ease}.whatsapp-float span{max-width:0;opacity:0;overflow:hidden;transition:max-width .2s ease,opacity .16s ease}.whatsapp-float:focus-visible,.whatsapp-float:hover{width:194px;padding:0 17px;justify-content:flex-start}.whatsapp-float:focus-visible span,.whatsapp-float:hover span{max-width:145px;opacity:1}}.ref-footer-grid{min-height:128px;gap:26px;padding-top:8px;padding-bottom:8px}.ref-footer-purpose{font-size:13.5px;line-height:1.55}.ref-footer-proof span{font-size:11.5px;line-height:1.35}.ref-footer-social small{font-size:11.5px}.ref-footer-bottom{min-height:36px;font-size:10.5px}@media(max-width:1320px){.ref-hero-copy h1{font-size:39px}.ref-hero-copy p{font-size:15.5px}.ref-video-hotspot{width:300px;height:144px}}@media(max-width:980px){.ref-video-hotspot{display:none}.ref-footer-grid{min-height:0}.ref-product-head-logo{grid-template-rows:70px auto}}@media(max-width:620px){.ref-product-head-logo .product-brand-logo{height:62px!important;max-height:62px!important;max-width:100%!important}.ref-product-avalia .product-brand-logo{height:58px!important;max-height:58px!important;max-width:94%!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (min-width:1181px){.ref-hero,.ref-hero-grid{height:auto;min-height:414px}.ref-hero-grid{align-items:center;padding-top:30px;padding-bottom:30px}.ref-hero-copy{align-self:center}}@media (min-width:1321px){.ref-footer-grid{min-height:144px;grid-template-columns:390px minmax(260px,1.05fr) minmax(440px,1.85fr) 150px;gap:24px;padding-top:8px;padding-bottom:8px}.ref-footer-logo{width:390px;min-width:0}.ref-footer-logo img{width:380px!important;height:124px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important}.ref-footer-purpose{max-width:330px;font-size:13.5px;line-height:1.55}.ref-footer-proof{gap:12px}}@media (min-width:981px) and (max-width:1320px){.ref-footer-grid{grid-template-columns:290px minmax(220px,1fr) minmax(380px,1.8fr) 130px;gap:18px}.ref-footer-logo{width:290px;min-width:0}.ref-footer-logo img{width:280px!important;height:92px!important;max-width:100%!important}}@media (min-width:701px){.whatsapp-float,.whatsapp-float:focus-visible,.whatsapp-float:hover{width:56px!important;height:56px!important;padding:0!important;justify-content:center!important;overflow:hidden!important}.whatsapp-float span,.whatsapp-float:focus-visible span,.whatsapp-float:hover span{display:none!important;max-width:0!important;opacity:0!important}}.ref-product-head-logo{grid-template-rows:66px auto;min-height:110px}.ref-product-avalia .product-brand-logo,.ref-product-futuro .product-brand-logo,.ref-product-head-logo .product-brand-logo,.ref-product-planner .product-brand-logo,.ref-product-scribe .product-brand-logo{width:auto!important;height:56px!important;max-height:56px!important;max-width:92%!important;object-fit:contain!important;object-position:left center!important;margin:0 0 8px!important}@media(max-width:620px){.ref-product-avalia .product-brand-logo,.ref-product-futuro .product-brand-logo,.ref-product-head-logo .product-brand-logo,.ref-product-planner .product-brand-logo,.ref-product-scribe .product-brand-logo{height:58px!important;max-height:58px!important;max-width:96%!important}}@media (min-width:981px){.ref-hero-photo{background-image:url(/images/approved/home-hero-photo-rc18.png)!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.ref-hero-video{display:flex!important;justify-content:flex-end!important;align-items:center!important;padding-top:38px!important;padding-right:18px!important}.ref-video-card{width:min(330px,100%)!important;margin-right:0!important;position:relative!important;z-index:4!important}}.video-intro-player video{width:min(360px,100%)!important;height:auto!important;max-height:72vh!important;object-fit:contain!important;-moz-user-select:none!important;user-select:none!important;-webkit-user-select:none!important}.video-intro-player{overflow:hidden!important}.video-intro-player video{image-rendering:auto!important;background:#071b13!important}.institutional-intro{padding-top:76px;padding-bottom:74px}.institutional-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);grid-gap:64px;gap:64px;align-items:center}.institutional-cta h2,.institutional-founder-copy h2,.institutional-heading-row h2,.institutional-intro-copy h2,.institutional-principles-head h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:850!important;letter-spacing:-1.15px;line-height:1.08}.institutional-intro-copy h2{font-size:42px;margin:0 0 20px;color:#073d24}.institutional-intro-copy>p:not(.lead-copy){font-size:16px;line-height:1.75;color:#53645b;max-width:720px}.institutional-brand-panel{position:relative;overflow:hidden;background:linear-gradient(145deg,#003d25,#075a32 62%,#16813b);border-radius:28px;padding:36px 38px;color:#fff;box-shadow:0 24px 58px rgba(0,61,37,.18)}.institutional-brand-panel:after{content:"";position:absolute;right:-92px;bottom:-105px;width:280px;height:280px;border:1px solid rgba(132,200,61,.48);border-radius:50%}.institutional-brand-logo{height:132px;display:flex;align-items:center;margin:-7px 0 4px}.institutional-brand-logo img{width:min(420px,100%)!important;height:100%!important;object-fit:contain!important;object-position:left center}.institutional-brand-divider{width:72px;height:3px;border-radius:999px;background:#85cf42;margin:14px 0 20px}.institutional-brand-panel>strong{display:block;font-size:20px;letter-spacing:-.25px}.institutional-brand-panel>p{color:#dcebe2;line-height:1.65;margin:10px 0 22px;max-width:470px}.institutional-brand-tags{display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:1}.institutional-brand-tags span{padding:7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:750;color:#fff}.institutional-fronts{padding-top:72px;background:#f7faf8}.institutional-heading-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);grid-gap:64px;gap:64px;align-items:end;margin-bottom:34px}.institutional-heading-row h2{font-size:38px;color:#073d24;margin:0;max-width:720px}.institutional-heading-row>p{margin:0;color:#5b6b62;line-height:1.7;font-size:15px}.institutional-front-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.institutional-front-card{position:relative;min-height:310px;padding:28px 24px 26px;border-radius:20px;background:#fff;border:1px solid #dfe9e3;box-shadow:0 10px 30px rgba(17,66,43,.045);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.institutional-front-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(17,66,43,.09);border-color:#b9d9c5}.institutional-front-index{position:absolute;right:18px;top:15px;font-size:46px;font-weight:900;color:#edf5ef;letter-spacing:-4px}.institutional-front-icon{width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#e6f5eb,#f6fbf8);display:grid;place-items:center;color:#117438;margin-bottom:35px}.institutional-front-icon svg{width:26px;height:26px}.institutional-front-card h3{font-size:21px;color:#0a4128;margin:0 0 11px}.institutional-front-card p{font-size:14px;line-height:1.67;color:#5c6b63;margin:0}.institutional-founder{padding:82px 0;background:#fff}.institutional-founder-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);grid-gap:64px;gap:64px;align-items:center}.institutional-founder-photo{position:relative;min-height:430px;border-radius:28px;overflow:hidden;background:#e9f2ed;box-shadow:0 22px 52px rgba(9,54,34,.13)}.institutional-founder-photo img{object-fit:cover;object-position:center 28%}.institutional-founder-copy h2{font-size:40px;margin:0 0 18px;color:#073d24}.institutional-founder-copy>p:not(.lead-copy){color:#596a61;line-height:1.72}.institutional-founder-button{margin-top:10px;background:#fff!important}.institutional-principles{position:relative;overflow:hidden;background:linear-gradient(135deg,#003b24,#075c33 58%,#0d773a);color:#fff;padding-top:78px;padding-bottom:78px}.institutional-principles:after{content:"";position:absolute;right:-130px;top:-180px;width:520px;height:520px;border:1px solid rgba(132,200,61,.22);border-radius:50%}.institutional-principles-head{max-width:760px;margin-bottom:36px;position:relative;z-index:1}.institutional-principles-head .eyebrow{color:#8dd84a!important}.institutional-principles-head h2{font-size:40px;color:#fff;margin:0 0 14px}.institutional-principles-head>p{color:#d7e9df;line-height:1.65;max-width:700px}.institutional-principles-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;position:relative;z-index:1}.institutional-principles-grid article{min-height:220px;padding:25px 22px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.075);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.institutional-principles-grid svg{width:29px;height:29px;color:#8dd84a}.institutional-principles-grid h3{font-size:18px;margin:24px 0 9px;color:#fff}.institutional-principles-grid p{font-size:13.5px;line-height:1.62;color:#dcebe2;margin:0}.institutional-foundations{padding-top:76px;padding-bottom:76px}.institutional-foundations-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.institutional-foundations-grid article{position:relative;padding:30px 28px;border-radius:22px;background:#fff;border:1px solid #dfe9e3;box-shadow:0 10px 34px rgba(16,65,42,.045)}.institutional-foundations-grid article>span{position:absolute;right:22px;top:18px;font-size:48px;font-weight:900;color:#eef5f0;letter-spacing:-4px}.institutional-foundations-grid small{display:block;color:#197d3c;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:850;margin-bottom:26px}.institutional-foundations-grid h3{font-size:22px;color:#083f27;line-height:1.2;margin:0 0 12px;max-width:88%}.institutional-foundations-grid p{color:#5b6b62;line-height:1.66;margin:0;font-size:14px}.institutional-cta{padding:0 0 82px}.institutional-cta-box{display:flex;align-items:center;justify-content:space-between;gap:36px;background:linear-gradient(135deg,#063f29,#0d6938);border-radius:26px;padding:40px 44px;color:#fff;box-shadow:0 20px 48px rgba(0,61,37,.13)}.institutional-cta .eyebrow{color:#8dd84a!important}.institutional-cta h2{font-size:34px;color:#fff;margin:0 0 10px}.institutional-cta p{color:#d9e9df;margin:0;line-height:1.6}.institutional-cta-actions{display:flex;gap:10px;flex:0 0 auto}.institutional-cta .ref-btn-ghost{color:#fff!important;border-color:rgba(255,255,255,.55)!important;background:rgba(255,255,255,.04)!important}@media(max-width:1080px){.institutional-founder-grid,.institutional-intro-grid{gap:38px}.institutional-front-grid,.institutional-principles-grid{grid-template-columns:repeat(2,1fr)}.institutional-heading-row{grid-template-columns:1fr;gap:16px}.institutional-cta-box{align-items:flex-start;flex-direction:column}.institutional-cta-actions{flex-wrap:wrap}}@media(max-width:760px){.institutional-intro{padding-top:58px}.institutional-founder-grid,.institutional-intro-grid{grid-template-columns:1fr}.institutional-founder-copy h2,.institutional-intro-copy h2,.institutional-principles-head h2{font-size:33px}.institutional-brand-panel{padding:28px 24px}.institutional-brand-logo{height:105px}.institutional-foundations-grid,.institutional-front-grid,.institutional-principles-grid{grid-template-columns:1fr}.institutional-front-card{min-height:0}.institutional-founder-photo{min-height:380px;max-width:520px;width:100%;margin:auto}.institutional-cta-box{padding:32px 26px}.institutional-cta-actions{width:100%;display:grid}.institutional-cta-actions .btn{width:100%}}.ref-main-nav>a:focus-visible,.ref-product-menu>button:focus-visible{outline:none!important;outline-offset:0!important;border-radius:0!important;background:rgba(139,211,76,.1)!important;box-shadow:inset 0 -3px 0 #8bd34c!important}.ref-main-nav>a:focus-visible:after,.ref-product-menu>button:focus-visible:after{transform:scaleX(1)!important}.institutional-ecosystem{padding-top:82px;padding-bottom:86px;background:#fff}.institutional-ecosystem-head{max-width:920px;margin-bottom:38px}.institutional-ecosystem-head h2{font-size:42px;line-height:1.08;letter-spacing:-1.1px;color:#073d24;margin:0 0 16px}.institutional-ecosystem-head>p{font-size:16px;line-height:1.75;color:#586a60;max-width:820px}.institutional-product-stack{display:grid;grid-gap:18px;gap:18px}.institutional-product-detail{display:grid;grid-template-columns:minmax(260px,.74fr) minmax(0,1.26fr);grid-gap:34px;gap:34px;align-items:center;padding:30px 34px;border:1px solid #dfe9e3;border-radius:24px;background:linear-gradient(145deg,#fbfdfc,#f3f8f5);box-shadow:0 12px 36px rgba(11,71,43,.045)}.institutional-product-logo{height:125px;display:grid;place-items:center;padding:14px 22px;border-radius:18px;background:#fff;border:1px solid #e2ece6}.institutional-product-logo img{width:100%!important;height:100%!important;max-width:390px;object-fit:contain!important}.institutional-product-copy h3{font-size:26px;line-height:1.18;letter-spacing:-.45px;color:#073d24;margin:0 0 10px}.institutional-product-copy>p{font-size:14.5px;line-height:1.72;color:#586a60;margin:0 0 16px}.institutional-product-points{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:17px}.institutional-product-points span{display:flex;gap:7px;align-items:flex-start;padding:9px 10px;border-radius:10px;background:#fff;border:1px solid #e3ece6;font-size:12.5px;font-weight:700;color:#284b39;line-height:1.35}.institutional-product-points svg{color:#1b8a43;flex:0 0 auto}.institutional-product-copy>a{display:inline-flex;gap:6px;align-items:center;font-weight:850;color:#10743a;font-size:13px}.institutional-broader{background:#f7faf8;padding-top:78px;padding-bottom:82px}.institutional-broader .section-heading{max-width:860px}.institutional-broader-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-top:30px}.institutional-broader-grid article{min-height:275px;padding:27px 23px;border-radius:20px;background:#fff;border:1px solid #dfe9e3}.institutional-broader-grid svg{width:30px;height:30px;color:#13783b}.institutional-broader-grid h3{font-size:19px;color:#073d24;margin:25px 0 10px}.institutional-broader-grid p{font-size:13.5px;line-height:1.67;color:#5b6b62;margin:0}.institutional-why{padding:86px 0;background:linear-gradient(135deg,#002f1e,#06492c 48%,#0b6c37);color:#fff;position:relative;overflow:hidden}.institutional-why:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(141,216,74,.2);border-radius:50%;right:-210px;bottom:-300px}.institutional-why-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);grid-gap:70px;gap:70px;align-items:start;position:relative;z-index:1}.institutional-why .eyebrow{color:#8dd84a!important}.institutional-why-copy h2{font-size:42px;line-height:1.08;letter-spacing:-1.1px;margin:0 0 18px;color:#fff}.institutional-why-copy>p{font-size:15px;line-height:1.75;color:#d5e6dc;max-width:680px}.institutional-why-copy blockquote{margin:28px 0 0;padding:22px 24px;border-left:4px solid #8bd34c;background:rgba(255,255,255,.07);border-radius:0 16px 16px 0;font-size:18px;line-height:1.55;font-weight:780;color:#fff}.institutional-why-reasons{display:grid;grid-gap:12px;gap:12px}.institutional-why-reasons article{display:grid;grid-template-columns:46px 1fr;grid-gap:14px;gap:14px;padding:19px 20px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.07)}.institutional-why-reasons>article>svg{width:28px;height:28px;color:#8dd84a;margin-top:2px}.institutional-why-reasons h3{font-size:16px;color:#fff;margin:0 0 5px}.institutional-why-reasons p{font-size:13px;line-height:1.6;color:#d7e7de;margin:0}.institutional-founder-photo-rc22{aspect-ratio:4/5;min-height:0!important;overflow:visible!important;background:radial-gradient(circle at 52% 42%,rgba(132,207,66,.22),rgba(8,67,39,.05) 44%,transparent 72%)!important;box-shadow:none!important;border-radius:0!important}.institutional-founder-photo-rc22 img{object-fit:cover!important;object-position:center 18%!important;-webkit-mask-image:radial-gradient(ellipse 82% 80% at 50% 43%,#000 56%,rgba(0,0,0,.92) 67%,rgba(0,0,0,.42) 82%,transparent 100%);mask-image:radial-gradient(ellipse 82% 80% at 50% 43%,#000 56%,rgba(0,0,0,.92) 67%,rgba(0,0,0,.42) 82%,transparent 100%)}.institutional-founder-mini{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 14px}.institutional-founder-mini span{padding:7px 10px;border-radius:999px;background:#f0f7f3;border:1px solid #d8e7de;color:#23523a;font-size:11.5px;font-weight:800}.founder-profile-rc22{padding-top:76px;padding-bottom:82px}.founder-profile-rc22-grid{display:grid;grid-template-columns:minmax(340px,.88fr) minmax(0,1.12fr);grid-gap:72px;gap:72px;align-items:center}.founder-portrait-rc22{position:relative;min-height:620px;display:flex;align-items:flex-end;justify-content:center;padding:0 18px 28px}.founder-portrait-rc22-halo{position:absolute;inset:7% 3% 8%;border-radius:46% 46% 30% 30%;background:radial-gradient(circle at 50% 35%,rgba(64,180,98,.28),rgba(5,74,43,.09) 56%,transparent 73%)}.founder-portrait-rc22-photo{position:absolute;inset:0 0 58px}.founder-portrait-rc22-photo img{object-fit:cover;object-position:center 17%;-webkit-mask-image:radial-gradient(ellipse 78% 80% at 50% 44%,#000 56%,rgba(0,0,0,.92) 68%,rgba(0,0,0,.42) 84%,transparent 100%);mask-image:radial-gradient(ellipse 78% 80% at 50% 44%,#000 56%,rgba(0,0,0,.92) 68%,rgba(0,0,0,.42) 84%,transparent 100%)}.founder-portrait-rc22-caption{position:relative;z-index:2;width:86%;padding:17px 19px;border-radius:17px;background:rgba(0,59,35,.93);color:#fff;box-shadow:0 18px 38px rgba(0,48,29,.22);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.founder-portrait-rc22-caption small,.founder-portrait-rc22-caption span{display:block}.founder-portrait-rc22-caption span{color:#91d84e;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.founder-portrait-rc22-caption strong{display:block;font-size:19px;margin:4px 0 2px}.founder-portrait-rc22-caption small{font-size:11.5px;color:#d7e7df}.founder-story-rc22 h2{font-size:43px!important;line-height:1.08!important;letter-spacing:-1px}.founder-story-rc22>p:not(.lead-copy){font-size:15px;line-height:1.76;color:#586a60}.founder-highlight-rc22{background:linear-gradient(145deg,#edf7f1,#f8fbf9);border:1px solid #dfeae3}.founder-academic-rc22 .section-heading{max-width:900px}.founder-credential-rc22{min-height:168px;display:flex;flex-direction:column;justify-content:flex-start}.founder-credential-rc22 p{font-size:14px}.founder-complementary-rc22{padding-top:80px;padding-bottom:82px}.founder-section-intro{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:60px;gap:60px;align-items:end;margin-bottom:30px}.founder-section-intro h2{font-size:39px;line-height:1.08;color:#073d24;margin:0}.founder-section-intro>p{font-size:15px;line-height:1.7;color:#5b6b62;margin:0}.founder-course-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.founder-course-grid article{position:relative;min-height:190px;padding:24px 22px;border-radius:19px;background:#fff;border:1px solid #dce9e1;overflow:hidden}.founder-course-grid article>span{position:absolute;right:15px;top:7px;font-size:48px;font-weight:900;color:#eff6f1;letter-spacing:-4px}.founder-course-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#edf7f1;color:#11733a;margin-bottom:27px}.founder-course-grid p{position:relative;z-index:1;font-size:14.5px;line-height:1.55;font-weight:760;color:#244b37;margin:0}.founder-projects-rc22{padding:82px 0;background:linear-gradient(135deg,#00351f,#075833 55%,#0d733a);color:#fff}.founder-projects-head{max-width:850px;margin-bottom:32px}.founder-projects-head .eyebrow{color:#8dd84a!important}.founder-projects-head h2{font-size:40px;line-height:1.08;letter-spacing:-1px;color:#fff;margin:0 0 14px}.founder-projects-head p{color:#d6e7dd;line-height:1.68;max-width:760px}.founder-projects-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.founder-projects-grid article{position:relative;min-height:240px;padding:25px 20px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.07)}.founder-projects-grid svg{width:30px;height:30px;color:#8dd84a;margin-top:18px}.founder-projects-grid p{font-size:13.2px;line-height:1.62;color:#e0ece5;margin:25px 0 0}.founder-project-number{position:absolute;right:15px;top:10px;font-size:40px;font-weight:900;color:rgba(255,255,255,.08);letter-spacing:-3px}.founder-research-rc22 h2{font-size:38px;line-height:1.12}.founder-stage-image-rc22{aspect-ratio:4/5!important;max-height:600px;background:#083e27!important}.founder-stage-image-rc22 img{object-position:center 18%!important}.founder-stage-rc22{padding-bottom:82px}@media(max-width:1100px){.institutional-product-points{grid-template-columns:1fr}.institutional-broader-grid{grid-template-columns:repeat(2,1fr)}.institutional-why-grid{grid-template-columns:1fr;gap:36px}.founder-projects-grid{grid-template-columns:repeat(3,1fr)}.founder-profile-rc22-grid{gap:40px}.founder-course-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.institutional-product-detail{grid-template-columns:1fr;padding:26px}.institutional-product-logo{height:110px}.institutional-broader-grid{grid-template-columns:1fr}.institutional-ecosystem-head h2,.institutional-why-copy h2{font-size:34px}.founder-profile-rc22-grid,.founder-section-intro{grid-template-columns:1fr}.founder-portrait-rc22{min-height:560px;max-width:560px;width:100%;margin:0 auto}.founder-projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.institutional-product-detail{padding:22px 18px}.institutional-product-copy h3{font-size:22px}.institutional-why{padding:66px 0}.institutional-why-copy blockquote{font-size:16px}.institutional-founder-photo-rc22{max-width:460px!important}.founder-course-grid,.founder-projects-grid{grid-template-columns:1fr}.founder-portrait-rc22{min-height:500px;padding-left:0;padding-right:0}.founder-portrait-rc22-caption{width:94%}.founder-projects-head h2,.founder-section-intro h2,.founder-story-rc22 h2{font-size:32px!important}}.founder-trajectory-rc23{padding-top:76px;padding-bottom:78px}.founder-trajectory-rc23-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);grid-gap:64px;gap:64px;align-items:center}.founder-trajectory-rc23 h2{font-size:43px;line-height:1.08;letter-spacing:-1px;color:#073d24;margin:0 0 18px}.founder-trajectory-rc23 .lead-copy{max-width:790px}.founder-trajectory-rc23 p:not(.lead-copy){font-size:15px;line-height:1.76;color:#586a60;max-width:780px}.founder-roles-rc23{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:24px;border:1px solid #dce9e2;border-radius:24px;background:linear-gradient(145deg,#f8fbf9,#edf6f1);box-shadow:0 18px 42px rgba(8,53,36,.06)}.founder-roles-rc23 span{display:flex;align-items:center;min-height:74px;padding:16px 17px;border-radius:15px;background:#fff;border:1px solid #e0eae4;color:#174d35;font-size:13px;font-weight:850;line-height:1.35}.founder-roles-rc23 span:before{content:"";width:8px;height:8px;flex:0 0 8px;margin-right:10px;border-radius:50%;background:#67b640;box-shadow:0 0 0 5px rgba(103,182,64,.12)}.founder-events-rc23{padding-top:86px;padding-bottom:88px;background:#fff}.founder-events-head-rc23{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);grid-gap:62px;gap:62px;align-items:end;margin-bottom:34px}.founder-events-head-rc23 h2{font-size:42px;line-height:1.08;letter-spacing:-1.05px;color:#073d24;margin:0}.founder-events-head-rc23>p{margin:0;color:#5b6b62;font-size:15px;line-height:1.72}.founder-events-grid-rc23{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:18px;gap:18px}.founder-event-card-rc23{overflow:hidden;border:1px solid #dce8e2;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(8,53,36,.055)}.founder-event-card-rc23.event-card-standard,.founder-event-card-rc23.event-card-tall{grid-column:span 4}.founder-event-card-rc23.event-card-wide{grid-column:span 6}.founder-event-photo-rc23{position:relative;overflow:hidden;background:#edf4f0}.event-card-standard .founder-event-photo-rc23,.event-card-tall .founder-event-photo-rc23{aspect-ratio:4/5}.event-card-wide .founder-event-photo-rc23{aspect-ratio:16/10}.founder-event-photo-rc23 img{object-fit:cover;transition:transform .35s ease}.founder-event-card-rc23:hover .founder-event-photo-rc23 img{transform:scale(1.018)}.event-card-tall .founder-event-photo-rc23 img{object-position:center 41%}.event-card-standard:nth-child(2) .founder-event-photo-rc23 img{object-position:center 35%}.event-card-standard:nth-child(3) .founder-event-photo-rc23 img{object-position:center 38%}.event-card-wide:nth-child(4) .founder-event-photo-rc23 img{object-position:center 43%}.event-card-wide:nth-child(5) .founder-event-photo-rc23 img{object-position:center 42%}.founder-event-copy-rc23{padding:20px 21px 22px}.founder-event-copy-rc23 h3{margin:0 0 8px;color:#0a4a2e;font-size:18px;line-height:1.25}.founder-event-copy-rc23 p{margin:0;color:#607168;font-size:13px;line-height:1.62}.founder-events-cta-rc23{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:30px;padding:24px 26px;border-radius:20px;background:linear-gradient(135deg,#f2f8f4,#f8fbf9);border:1px solid #dce9e2}.founder-events-cta-rc23 p{margin:0;max-width:760px;color:#4f6559;font-size:14px;line-height:1.65}.founder-events-cta-rc23 .btn{white-space:nowrap}@media(max-width:980px){.founder-events-head-rc23,.founder-trajectory-rc23-grid{grid-template-columns:1fr;gap:34px}.founder-event-card-rc23.event-card-standard,.founder-event-card-rc23.event-card-tall,.founder-event-card-rc23.event-card-wide{grid-column:span 6}}@media(max-width:720px){.founder-events-head-rc23 h2,.founder-trajectory-rc23 h2{font-size:34px}.founder-roles-rc23{grid-template-columns:1fr}.founder-event-card-rc23.event-card-standard,.founder-event-card-rc23.event-card-tall,.founder-event-card-rc23.event-card-wide{grid-column:1/-1}.founder-events-cta-rc23{align-items:flex-start;flex-direction:column}.founder-events-cta-rc23 .btn{white-space:normal;width:100%;justify-content:center}}.founder-hero-rc24{position:relative;overflow:hidden;padding:64px 0 58px;background:radial-gradient(circle at 82% 24%,rgba(113,193,82,.16),transparent 31%),linear-gradient(135deg,#f8fbf9,#edf7f1);border-bottom:1px solid #dfeae4}.founder-hero-rc24:before{content:"";position:absolute;right:-120px;top:-150px;width:520px;height:520px;border:1px solid rgba(26,122,68,.1);border-radius:50%}.founder-hero-rc24-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);grid-gap:62px;gap:62px;align-items:center;min-height:560px}.founder-hero-rc24-copy{position:relative;z-index:2;max-width:780px}.founder-hero-rc24-copy h1{margin:9px 0 22px;color:#063d25;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5vw,76px);line-height:.99;letter-spacing:-2.7px;max-width:760px}.founder-hero-lead-rc24{font-size:20px!important;line-height:1.58!important;color:#385a49!important;max-width:720px!important;margin:0 0 13px!important}.founder-hero-rc24-copy>p:not(.founder-hero-lead-rc24){font-size:15px;line-height:1.72;color:#5a6b62;max-width:700px;margin:0}.founder-hero-photo-rc24{position:relative;min-height:560px;align-self:stretch}.founder-hero-photo-halo-rc24{position:absolute;inset:8% 3% 3%;border-radius:50%;background:radial-gradient(circle at 52% 42%,rgba(116,196,84,.27),rgba(19,99,58,.08) 58%,transparent 73%)}.founder-hero-photo-rc24 img{object-fit:cover;object-position:center 15%;border-radius:42% 42% 28% 28%;-webkit-mask-image:radial-gradient(ellipse 77% 83% at 50% 48%,#000 58%,rgba(0,0,0,.93) 70%,rgba(0,0,0,.48) 84%,transparent 100%);mask-image:radial-gradient(ellipse 77% 83% at 50% 48%,#000 58%,rgba(0,0,0,.93) 70%,rgba(0,0,0,.48) 84%,transparent 100%)}.founder-socials-rc24{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.founder-social-link-rc24{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:1px solid #cedfd5;border-radius:12px;background:#fff;color:#0c5734!important;font-size:12.5px;font-weight:800;text-decoration:none!important;box-shadow:0 6px 18px rgba(8,53,36,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.founder-social-link-rc24:focus-visible,.founder-social-link-rc24:hover{transform:translateY(-2px);border-color:#8fc9a8;box-shadow:0 10px 24px rgba(8,53,36,.08)}.founder-social-link-disabled-rc24{opacity:.52;cursor:default;box-shadow:none}.founder-events-first-rc24{padding-top:74px}.institutional-intro-rc24 .institutional-intro-copy>p:not(.lead-copy){max-width:680px}.institutional-founder-compact-rc24{padding:72px 0;background:linear-gradient(135deg,#eef7f2,#f9fbfa)}.institutional-founder-compact-grid-rc24{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);grid-gap:58px;gap:58px;align-items:center}.institutional-founder-compact-grid-rc24 h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:40px;line-height:1.08;letter-spacing:-1px;color:#073d24;margin:0 0 16px}.institutional-founder-compact-grid-rc24 .lead-copy{margin-bottom:0}.institutional-founder-compact-action-rc24{padding:28px;border:1px solid #d9e7df;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(8,53,36,.055)}.institutional-founder-compact-action-rc24 p{margin:0 0 20px;color:#5a6c62;font-size:14.5px;line-height:1.7}@media(max-width:980px){.founder-hero-rc24{padding-top:50px}.founder-hero-rc24-grid{grid-template-columns:1fr;gap:24px;min-height:0}.founder-hero-rc24-copy{max-width:none}.founder-hero-photo-rc24{min-height:520px;max-width:620px;width:100%;margin:0 auto}.institutional-founder-compact-grid-rc24{grid-template-columns:1fr;gap:28px}}@media(max-width:620px){.founder-hero-rc24{padding:42px 0 34px}.founder-hero-rc24-copy h1{font-size:46px;letter-spacing:-1.7px}.founder-hero-lead-rc24{font-size:17px!important}.founder-hero-photo-rc24{min-height:440px}.founder-socials-rc24{display:grid;grid-template-columns:1fr 1fr;width:100%}.founder-social-link-rc24{justify-content:flex-start;width:100%}.institutional-founder-compact-grid-rc24 h2{font-size:32px}}