:root{--dark:#1b2b30;--teal:#094f59;--teal-mid:#20556e;--teal-lt:#60848c;--sage:#b4c8b8;--sage-lt:#d9dee0;--off-white:#eceeed;--gray-mid:#9da0a1;--gray-dark:#636569;--white:#ffffff;--paper:#f4f5f3;--content:1280px;--content-wide:1440px;--ease:cubic-bezier(.2,.7,.2,1);--bg:#F2F2F7;--surface:#FFFFFF;--surface-2:#F9F9FB;--border:#E5E5EA;--border-strong:#D1D1D6;--text:#1C1C1E;--text-secondary:#3C3C43;--text-tertiary:#8E8E93;--accent:#094f59;--accent-hover:#0a5e6b;--danger:#B00020;--success:#207246;--warning:#8a6d00;--r-card:14px;--r-input:10px;--r-chip:999px;--h-input:44px;--h-button:40px;--shadow-1:0 1px 2px rgba(0,0,0,0.04);--shadow-2:0 2px 8px rgba(0,0,0,0.06)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:400;color:var(--dark);background:var(--off-white);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:0;background:none}.eyebrow{font-size:13px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--teal)}.eyebrow.sage{color:var(--sage)}.eyebrow.muted{color:var(--gray-dark)}h1,h2,h3{font-weight:700;letter-spacing:-.02em;line-height:1.08;text-wrap:balance}.h-display{font-size:clamp(44px,5.4vw,78px);font-weight:700;letter-spacing:-.025em;line-height:1.02}.h-1{font-size:clamp(36px,3.8vw,56px);letter-spacing:-.022em;line-height:1.08}.h-1,.h-2{font-weight:700}.h-2{font-size:clamp(28px,2.6vw,38px);letter-spacing:-.018em;line-height:1.15}.h-3{font-size:22px;font-weight:700;line-height:1.25;letter-spacing:-.012em}.lead{color:var(--gray-dark)}.lead,.leadcustom{font-size:clamp(18px,1.4vw,22px);font-weight:400;line-height:1.55;text-wrap:pretty}.leadcustom{color:white}.lead.light{color:var(--sage-lt)}p{text-wrap:pretty}.wrap{max-width:var(--content)}.wrap,.wrap-wide{margin:0 auto;padding:0 40px}.wrap-wide{max-width:var(--content-wide)}section{position:relative}.sec{padding:120px 0}.sec-sm{padding:80px 0}.bg-dark{background:var(--dark)}.bg-dark,.bg-teal{color:var(--off-white)}.bg-teal{background:var(--teal)}.bg-paper{background:var(--paper)}.bg-sage{background:var(--sage);color:var(--dark)}.bg-dark .eyebrow,.bg-teal .eyebrow{color:var(--sage)}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-teal h1,.bg-teal h2,.bg-teal h3{color:var(--white)}.bg-dark .lead,.bg-teal .lead{color:var(--sage-lt)}.pattern-right{position:absolute;top:0;right:0;bottom:0;width:280px;background:url(/assets/triangles-light.png) 100% 0/280px repeat-y;opacity:.16;pointer-events:none}.bg-dark .pattern-right,.bg-teal .pattern-right{background-image:url(/assets/triangles-dark.png);opacity:.1}.tri-watermark{position:absolute;bottom:0;right:0;width:380px;height:380px;background:url(/assets/triangle-gradient.svg) 100% 100%/cover no-repeat;opacity:.28;pointer-events:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:18px 40px;display:flex;align-items:center;justify-content:space-between;transition:background .3s var(--ease),padding .3s var(--ease),-webkit-backdrop-filter .3s var(--ease);transition:background .3s var(--ease),backdrop-filter .3s var(--ease),padding .3s var(--ease);transition:background .3s var(--ease),backdrop-filter .3s var(--ease),padding .3s var(--ease),-webkit-backdrop-filter .3s var(--ease)}.site-header.scrolled{background:rgba(27,43,48,.92);-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);padding:12px 40px;border-bottom:1px solid rgba(180,200,184,.12)}.site-header .logo-img{height:36px;width:auto}.site-header .logo-img.dark,.site-header.on-light .logo-img.light{display:none}.site-header.on-light .logo-img.dark{display:block}.nav{display:flex;align-items:center;gap:36px}.nav a{font-size:14px;font-weight:500;color:var(--off-white);letter-spacing:.01em;position:relative;transition:color .2s}.nav a:hover{color:var(--sage)}.site-header.on-light .nav a{color:var(--dark)}.site-header.on-light .nav a:hover{color:var(--teal)}.nav-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid rgba(236,238,237,.35);border-radius:999px;font-size:13px;font-weight:600;color:var(--white)!important;transition:background .2s,border-color .2s}.nav-cta:hover{background:var(--sage);color:var(--dark)!important;border-color:var(--sage)}.site-header.on-light .nav-cta{border-color:rgba(9,79,89,.25);color:var(--teal)!important}.site-header.on-light .nav-cta:hover{background:var(--teal);color:var(--white)!important;border-color:var(--teal)}.menu-toggle,.site-mobile-drawer,.site-mobile-drawer-backdrop{display:none}.site-mobile-drawer nav{display:grid;grid-gap:6px;gap:6px}.site-mobile-drawer nav a{display:block;padding:16px 20px;font-size:17px;font-weight:600;color:var(--off-white);border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s,background .2s}.site-mobile-drawer nav a:hover{color:var(--sage);background:rgba(255,255,255,.04)}.site-mobile-drawer nav a.nav-cta{margin:18px 20px 4px;padding:14px 20px;text-align:center;border-radius:999px;color:var(--white)!important;border:1px solid rgba(236,238,237,.35)}.site-mobile-drawer nav a.nav-cta:hover{background:var(--sage);color:var(--dark)!important}.site-mobile-drawer-close{position:absolute;top:18px;right:18px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--off-white);background:transparent;border:0;cursor:pointer;border-radius:6px}.site-mobile-drawer-close:hover{color:var(--white);background:rgba(255,255,255,.08)}.site-mobile-drawer-close:focus-visible{outline:2px solid var(--sage);outline-offset:2px}.site-header.on-light .site-mobile-drawer{background:var(--dark,#1b2b30);color:var(--off-white)}.site-header.on-light .site-mobile-drawer nav a{color:var(--off-white);border-bottom-color:rgba(255,255,255,.08)}.site-header.on-light .site-mobile-drawer nav a:hover{color:var(--sage);background:rgba(255,255,255,.04)}.site-header.on-light .site-mobile-drawer-close{color:var(--off-white)}.site-header.on-light .site-mobile-drawer-close:hover{color:var(--white);background:rgba(255,255,255,.08)}.hero{position:relative;min-height:100vh;background:var(--dark);color:var(--white);display:flex;align-items:flex-end;overflow:hidden;padding-top:80px}.hero-img{background:url(/assets/hero-family.webp) center 30%/cover no-repeat}.hero-img,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(180deg,rgba(27,43,48,.55),rgba(27,43,48,.15) 30%,rgba(27,43,48,.55) 70%,rgba(27,43,48,.92)),linear-gradient(90deg,rgba(9,79,89,.55),rgba(9,79,89,.05) 55%)}.hero-content{position:relative;max-width:var(--content-wide);margin:0 auto;padding:160px 40px 100px;width:100%}.hero-eyebrow{display:inline-flex;align-items:center;gap:14px;font-size:13px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--sage);margin-bottom:32px}.hero-eyebrow:before{content:"";width:36px;height:1px;background:var(--sage)}.hero h1{font-size:clamp(40px,5.4vw,78px);font-weight:700;letter-spacing:-.025em;line-height:1.02;color:var(--white);max-width:1100px;margin-bottom:28px}.hero h1 em{font-style:italic;font-weight:300;color:var(--sage)}.hero-sub{font-size:clamp(17px,1.35vw,21px);font-weight:300;line-height:1.55;color:var(--sage-lt);max-width:700px;margin-bottom:44px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.hero-stats{position:relative;background:rgba(9,79,89,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(180,200,184,.18)}.hero-stats-inner{max-width:var(--content-wide);margin:0 auto;padding:44px 40px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:48px;gap:48px}.hero-stat{position:relative;padding-left:28px}.hero-stat:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2px;background:var(--sage)}.hero-stat .n{font-size:clamp(34px,3.4vw,48px);font-weight:700;letter-spacing:-.025em;color:var(--white);line-height:1}.hero-stat .l{font-size:17px;font-weight:500;color:var(--sage-lt);margin-top:10px;line-height:1.35}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:4px;font-size:15px;font-weight:600;letter-spacing:.01em;transition:transform .2s var(--ease),background .2s,color .2s,border-color .2s;white-space:nowrap}.btn .arrow{transition:transform .25s var(--ease)}.btn:hover .arrow{transform:translateX(4px)}.btn-primary{background:var(--sage);color:var(--dark)}.btn-primary:hover{background:var(--white)}.btn-on-light{background:var(--teal);color:var(--white)}.btn-on-light:hover{background:var(--dark)}.btn-ghost-light{background:transparent;color:var(--white);border:1px solid rgba(236,238,237,.4)}.btn-ghost-light:hover{background:rgba(255,255,255,.08);border-color:var(--sage)}.btn-ghost-dark{background:transparent;color:var(--teal);border:1px solid rgba(9,79,89,.3)}.btn-ghost-dark:hover{background:var(--teal);color:var(--white);border-color:var(--teal)}.link-arrow{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--teal);border-bottom:1px solid;padding-bottom:4px;transition:gap .2s var(--ease)}.link-arrow:hover{gap:16px}.bg-dark .link-arrow,.bg-teal .link-arrow{color:var(--sage)}.cred-strip{background:var(--paper);padding:56px 0;border-bottom:1px solid rgba(99,101,105,.12)}.cred-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;align-items:start}.cred-item{display:flex;flex-direction:column;gap:8px;padding-left:20px;border-left:2px solid var(--sage)}.cred-item .t{font-size:14px;font-weight:700;color:var(--dark);letter-spacing:.01em}.cred-item .s{font-size:13px;line-height:1.45}.cred-bottom,.cred-item .s{font-weight:400;color:var(--gray-dark)}.cred-bottom{text-align:center;margin-top:40px;font-size:14px}.cred-bottom a{color:var(--teal);border-bottom:1px solid;padding-bottom:1px}.sec-head{margin-bottom:64px;max-width:920px}.sec-head .eyebrow{display:block;margin-bottom:20px}.sec-head h2{margin-bottom:20px}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:48px}.problem-card{background:var(--white);padding:40px 36px;border-top:3px solid var(--teal-lt);display:flex;flex-direction:column;gap:16px;transition:transform .25s var(--ease),border-color .25s}.problem-card:hover{transform:translateY(-4px);border-top-color:var(--sage)}.problem-card .num{font-size:13px;font-weight:600;color:var(--gray-mid);letter-spacing:.15em}.problem-card h3{font-size:22px;color:var(--dark)}.problem-card p{font-size:16px;color:var(--gray-dark);line-height:1.6}.problem-cta{margin-top:56px}.pilar-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2px;gap:2px;background:rgba(180,200,184,.25);border:1px solid rgba(180,200,184,.25)}.pilar-card{background:var(--off-white);padding:48px 44px;display:flex;flex-direction:column;gap:16px;position:relative;transition:background .25s}.pilar-card:hover{background:var(--white)}.pilar-card .pn{font-size:14px;font-weight:700;color:var(--teal);letter-spacing:.15em;margin-bottom:8px}.pilar-card h3{font-size:26px;color:var(--dark);margin-bottom:4px}.pilar-card p{font-size:16px;color:var(--gray-dark);line-height:1.65}.dim-section{background:var(--teal);color:var(--off-white);position:relative;overflow:hidden}.dim-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(180,200,184,.18);border:1px solid rgba(180,200,184,.18);margin-top:56px}.dim-card{background:var(--teal);padding:40px 36px;display:flex;flex-direction:column;gap:14px;min-height:240px;transition:background .25s}.dim-card:hover{background:var(--teal-mid)}.dim-card .dn{font-size:56px;font-weight:300;color:var(--sage);line-height:1;font-feature-settings:"tnum"}.dim-card h3{font-size:22px;color:var(--white);margin-top:4px}.dim-card p{font-size:15px;color:var(--sage-lt);line-height:1.5}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.testi-card{background:var(--white);padding:40px 36px;display:flex;flex-direction:column;gap:24px;border-left:3px solid var(--sage)}.testi-card .quote-mark{font-size:64px;line-height:.5;color:var(--sage);font-family:Georgia,serif;height:32px}.testi-card p{font-size:16px;line-height:1.65;color:var(--dark);font-weight:400}.testi-card .who{margin-top:auto;padding-top:20px;border-top:1px solid rgba(99,101,105,.15);font-size:14px}.testi-card .who .name{font-weight:700;color:var(--dark)}.testi-card .who .role{color:var(--gray-dark);margin-top:2px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;position:relative;margin-top:64px}.steps:before{content:"";position:absolute;top:38px;left:8%;right:8%;border-top:1px dashed rgba(180,200,184,.5);z-index:0}.step{position:relative;z-index:1;padding:0 32px;text-align:left}.step:first-child{padding-left:0}.step:last-child{padding-right:0}.step .step-num{width:76px;height:76px;border-radius:50%;background:var(--white);border:1px solid var(--sage);display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:300;color:var(--teal);margin-bottom:28px;position:relative}.bg-teal .step .step-num{background:var(--teal);color:var(--sage);border-color:rgba(180,200,184,.5)}.step h3{font-size:22px;margin-bottom:12px}.step p{font-size:16px;line-height:1.6;color:var(--gray-dark)}.bg-teal .step p{color:var(--sage-lt)}.qs-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.qs-text h2{margin-bottom:24px}.qs-text p{font-size:18px;line-height:1.65;color:var(--gray-dark);margin-bottom:32px}.qs-img{position:relative;aspect-ratio:4/5;background:var(--teal);overflow:hidden}.qs-img-placeholder{position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(180,200,184,.1) 0,rgba(180,200,184,.1) 2px,transparent 2px,transparent 14px),linear-gradient(180deg,var(--teal) 0,var(--teal-mid) 100%);display:flex;align-items:center;justify-content:center}.qs-img-placeholder span{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;color:var(--sage);letter-spacing:.1em;text-transform:uppercase;padding:10px 14px;border:1px solid rgba(180,200,184,.35);background:rgba(27,43,48,.4)}.contato-row{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:72px;gap:72px;align-items:flex-start}.form-card{padding:0}.form-card h3{font-size:24px;margin-bottom:28px}.form-row{grid-gap:18px}.form-grid,.form-row{display:grid;gap:18px}.form-grid{grid-template-columns:1fr 1fr;grid-gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:12px;font-weight:600;color:var(--gray-dark);letter-spacing:.08em;text-transform:uppercase}.field input,.field select,.field textarea{font-family:inherit;font-size:15px;padding:14px 16px;background:var(--paper);border:1px solid transparent;border-radius:4px;color:var(--dark);transition:border-color .2s,background .2s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--teal);background:var(--white)}.field textarea{resize:vertical;min-height:80px}.checkbox-field{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--gray-dark);line-height:1.45}.checkbox-field input{margin-top:3px}.form-foot{margin-top:24px;font-size:13px;color:var(--gray-dark);text-align:center;line-height:1.5}.canais{padding:32px 0 0}.canais h3{font-size:22px;margin-bottom:32px;color:var(--white)}.canais ul{list-style:none;display:flex;flex-direction:column;gap:20px}.canais li{display:grid;grid-template-columns:90px 1fr;grid-gap:16px;gap:16px;padding-bottom:20px;border-bottom:1px solid rgba(180,200,184,.18);align-items:baseline}.canais .lbl{font-size:12px;font-weight:600;color:var(--sage);letter-spacing:.12em;text-transform:uppercase}.canais .val{font-size:16px;color:var(--white);line-height:1.55}.canais .val a{color:var(--white);border-bottom:1px solid rgba(180,200,184,.5)}.wa-btn{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:14px 22px;background:#649ba0;color:white;border-radius:4px;font-size:14px;font-weight:600}.wa-btn:hover{background:#538185}.contact-btn{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:14px 22px;background:#25D366;color:white;border-radius:4px;font-size:14px;font-weight:600}.contact-btn:hover{background:#22b558}.faq-grid{max-width:920px;margin:0 auto;display:flex;flex-direction:column;border-top:1px solid rgba(99,101,105,.18)}.faq-item{border-bottom:1px solid rgba(99,101,105,.18)}.faq-item summary{list-style:none;padding:28px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:32px;cursor:pointer;font-size:19px;font-weight:600;color:var(--dark);transition:color .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item .plus,.faq-item summary:hover{color:var(--teal)}.faq-item .plus{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:transform .25s var(--ease)}.faq-item[open] .plus{transform:rotate(45deg)}.faq-item .answer{font-size:16px;line-height:1.65;color:var(--gray-dark);padding:0 60px 32px 0;max-width:860px}footer.site-footer{background:var(--dark);color:var(--sage-lt);padding:80px 0 32px;position:relative;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.4fr 1.2fr;grid-gap:64px;gap:64px;margin-bottom:64px}.footer-col h4{font-size:12px;font-weight:700;color:var(--sage);letter-spacing:.18em;text-transform:uppercase;margin-bottom:24px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col a,.footer-col p{font-size:14px;color:var(--sage-lt);line-height:1.55}.footer-col a:hover{color:var(--white)}.footer-brand .logo-img{height:32px;margin-bottom:24px}.footer-brand p{font-size:13px;color:var(--gray-mid);margin-bottom:14px}.footer-bottom{border-top:1px solid rgba(180,200,184,.15);padding-top:32px;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:12px;flex-wrap:wrap}.footer-bottom,.footer-bottom a{color:var(--gray-mid)}.footer-bottom a:hover{color:var(--sage)}.fab-wa{position:fixed;bottom:28px;right:28px;z-index:60;width:50px;height:50px;border-radius:50%;background:#25D366;color:white;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(37,211,102,.35);transition:transform .2s var(--ease)}.fab-wa:hover{transform:scale(1.08)}.fab-wa>svg{width:100%;height:100%}.cookie-banner{position:fixed;bottom:24px;left:24px;max-width:420px;background:var(--white);border:1px solid rgba(9,79,89,.18);padding:20px 24px;border-radius:4px;font-size:13px;color:var(--gray-dark);line-height:1.5;z-index:55;box-shadow:0 16px 40px rgba(27,43,48,.15);display:flex;flex-direction:column;gap:14px}.cookie-banner.hidden{display:none}.cookie-banner .cb-actions{display:flex;gap:10px}.cookie-banner button.accept{background:var(--teal);color:white;padding:10px 18px;font-size:13px;font-weight:600;border-radius:3px}.cookie-banner button.config{background:transparent;color:var(--teal);padding:10px 16px;font-size:13px;font-weight:600;border:1px solid rgba(9,79,89,.25);border-radius:3px}.page-hero{background:var(--teal);color:var(--off-white);padding:200px 0 120px;position:relative;overflow:hidden}.page-hero.has-img{background-image:var(--hero-img);background-size:cover;background-position:center 30%;background-repeat:no-repeat}.page-hero.has-img:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(27,43,48,.55),rgba(27,43,48,.15) 30%,rgba(27,43,48,.65) 70%,rgba(27,43,48,.95)),linear-gradient(90deg,rgba(9,79,89,.55),rgba(9,79,89,.05) 55%);z-index:0}.page-hero.has-img>*{position:relative;z-index:1}.page-hero .crumbs{font-size:13px;color:var(--sage);margin-bottom:24px;letter-spacing:.05em}.page-hero .crumbs a{border-bottom:1px solid transparent}.page-hero .crumbs a:hover{border-color:currentColor}.page-hero h1{font-size:clamp(36px,4.4vw,64px);color:var(--white);max-width:1100px;margin-bottom:24px}.page-hero .lead{max-width:800px}.prose{max-width:820px}.prose h2{font-size:clamp(26px,2.4vw,36px);margin:64px 0 20px}.prose h3{font-size:22px;margin:36px 0 12px}.prose p{font-size:17px;line-height:1.7;color:var(--gray-dark);margin-bottom:18px}.prose ol,.prose ul{margin:16px 0 24px 22px}.prose li{font-size:17px;line-height:1.65;color:var(--gray-dark);margin-bottom:10px}.prose strong{color:var(--dark);font-weight:700}.prose table{width:100%;border-collapse:collapse;margin:24px 0;background:var(--white)}.prose td,.prose th{padding:14px 18px;text-align:left;font-size:15px;border-bottom:1px solid rgba(99,101,105,.15)}.prose th{background:var(--paper);color:var(--dark);font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase}.prose td{color:var(--gray-dark)}@media (max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:48px}.hero-stats-inner{gap:32px}.dim-grid,.hero-stats-inner,.problem-cards,.testi-grid{grid-template-columns:1fr 1fr}.qs-row{gap:48px}.contato-row,.qs-row{grid-template-columns:1fr}}@media (max-width:760px){.hero-content,.wrap,.wrap-wide{padding-left:24px;padding-right:24px}.site-header,.site-header.scrolled{padding:12px 24px}.nav{display:none}.menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--white);background:transparent;border:0;cursor:pointer;border-radius:6px;padding:0}.menu-toggle:hover{color:var(--sage)}.menu-toggle:focus-visible{outline:2px solid var(--sage);outline-offset:2px}.site-header.on-light .menu-toggle{color:var(--dark)}.site-mobile-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(9,22,25,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:49;opacity:0;transition:opacity .2s var(--ease)}.site-mobile-drawer-backdrop[hidden]{display:none}.site-mobile-drawer-backdrop:not([hidden]){opacity:1}.site-mobile-drawer{display:block;position:fixed;top:0;right:0;height:100dvh;width:min(86vw,360px);background:var(--dark,#1b2b30);color:var(--off-white);z-index:60;padding:72px 0 24px;overflow-y:auto;box-shadow:-16px 0 40px rgba(0,0,0,.32);transform:translateX(100%);transition:transform .25s var(--ease);-webkit-overflow-scrolling:touch}.site-mobile-drawer[data-open=true]{transform:translateX(0)}.sec{padding:80px 0}.hero{min-height:90vh}.hero-content{padding-bottom:60px}.hero-stats-inner{gap:24px;padding:32px 24px}.cred-grid,.dim-grid,.hero-stats-inner,.pilar-grid,.problem-cards,.steps,.testi-grid{grid-template-columns:1fr}.steps{gap:32px}.steps:before{display:none}.step{padding:0}.footer-grid,.form-grid{grid-template-columns:1fr}.form-card{padding:32px 24px}.cookie-banner{left:16px;max-width:none}.cookie-banner,.fab-wa{right:16px;bottom:16px}}.hero-stats-3{grid-template-columns:repeat(3,1fr)!important}@media (max-width:900px){.hero-stats-3{grid-template-columns:1fr!important}}.brokers-strip{background:var(--paper);padding:80px 0 88px;border-bottom:1px solid rgba(99,101,105,.12);overflow:hidden}.brokers-head{display:flex;flex-direction:column;gap:18px;margin-bottom:32px;max-width:760px}.marquee{position:relative;width:100%;overflow:hidden;padding:8px 0;mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent)}.marquee-track{display:flex;align-items:center;gap:112px;width:max-content;animation:marquee-scroll 40s linear infinite}.marquee-track img{height:72px;width:auto;max-width:260px;object-fit:contain;opacity:.9;filter:grayscale(1) contrast(1.3) brightness(.45);transition:opacity .25s,filter .25s;flex-shrink:0;mix-blend-mode:multiply}.marquee-track img:hover{opacity:1;filter:grayscale(0) contrast(1)}.marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.brokers-strip .cred-bottom{margin-top:48px}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.pilar-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px;color:var(--teal)}.pilar-icon svg{width:100%;height:100%;transition:transform .3s var(--ease)}.pilar-card:hover .pilar-icon svg{transform:translateY(-2px)}.qs-img-single{aspect-ratio:960/1280;background-color:var(--paper);background-image:url(/assets/office/socios_GS.jpeg);background-size:contain;background-position:50%;background-repeat:no-repeat}.blog-hero{background:var(--teal);color:var(--off-white);padding:190px 0 96px;position:relative;overflow:hidden}.blog-hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:72px;gap:72px;align-items:end}.blog-hero h1{font-size:clamp(42px,5vw,72px);color:var(--white);max-width:1040px;margin-bottom:28px}.blog-hero p{font-size:clamp(18px,1.5vw,22px);line-height:1.6;color:var(--sage-lt);max-width:820px}.blog-hero-panel{border-left:2px solid var(--sage);padding:28px 0 28px 28px}.blog-hero-panel span{display:block;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);margin-bottom:12px}.blog-hero-panel strong{display:block;color:var(--white);font-size:22px;line-height:1.2;margin-bottom:14px}.blog-hero-panel p{font-size:15px;color:var(--sage-lt);line-height:1.55}.featured-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(340px,420px);grid-gap:24px;gap:24px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory}.featured-rail .blog-card{scroll-snap-align:start}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.blog-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.blog-section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-card{background:var(--white);display:flex;flex-direction:column;min-height:100%;border-top:3px solid var(--sage)}.blog-card-image{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--paper)}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s var(--ease)}.blog-card:hover .blog-card-image img{transform:scale(1.035)}.blog-card-body{padding:28px;display:flex;flex-direction:column;gap:16px;flex:1 1}.blog-card h3{font-size:22px;line-height:1.16;color:var(--dark)}.blog-card-large h3{font-size:25px}.blog-card p{color:var(--gray-dark);font-size:15px;line-height:1.6}.blog-card .link-arrow{margin-top:auto;align-self:flex-start}.blog-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--gray-mid);font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.blog-meta a{color:var(--teal)}.blog-meta span{display:inline-flex;align-items:center;gap:12px}.blog-meta span:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--sage)}.blog-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:40px;gap:40px;align-items:end;margin-bottom:56px}.blog-section-head .eyebrow{display:block;margin-bottom:18px}.blog-section-head h2{margin-bottom:18px}.blog-section-head .lead{max-width:760px}.blog-section-hero .eyebrow{display:block;margin-bottom:18px}.mock-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:56px}.mock-pagination a,.mock-pagination span{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(9,79,89,.22);color:var(--teal);font-size:14px;font-weight:700}.mock-pagination a.current{background:var(--teal);color:var(--white);border-color:var(--teal)}.article-hero{background:var(--teal);color:var(--off-white);padding:180px 0 72px}.article-hero-inner{max-width:940px}.article-hero .crumbs{font-size:13px;color:var(--sage);margin-bottom:28px;letter-spacing:.05em}.article-hero h1{font-size:clamp(38px,4.8vw,68px);color:var(--white);margin:24px 0}.article-hero p{font-size:clamp(18px,1.4vw,22px);line-height:1.6;color:var(--sage-lt)}.article-author{margin-top:34px;display:flex;gap:12px;align-items:baseline}.article-author span{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sage)}.article-author strong{color:var(--white)}.article-cover{background:var(--teal);padding:0 40px}.article-cover img{width:min(1360px,100%);aspect-ratio:16/7;object-fit:cover;margin:0 auto}.article-layout{display:grid;grid-template-columns:220px minmax(0,820px);grid-gap:64px;gap:64px;align-items:start}.article-sidebar{position:-webkit-sticky;position:sticky;top:110px;display:flex;flex-direction:column;gap:14px;padding-left:18px;border-left:2px solid var(--sage)}.article-sidebar .eyebrow{margin-bottom:8px}.article-sidebar a{font-size:14px;font-weight:600;color:var(--teal)}.article-prose{max-width:820px}.article-callout{margin:40px 0;padding:28px 32px;background:var(--paper);border-left:3px solid var(--sage)}.article-callout strong{display:block;color:var(--teal);margin-bottom:8px}.article-callout p{margin:0}.article-faq{grid-template-columns:1fr}@media (max-width:1100px){.article-layout,.blog-hero-inner,.blog-section-head{grid-template-columns:1fr}.blog-grid,.blog-grid-four,.blog-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-sidebar{position:static;display:none}}@media (max-width:760px){.article-hero,.blog-hero{padding-top:140px}.blog-hero-inner{gap:40px}.blog-hero-panel{padding:22px 0 0;border-left:0;border-top:2px solid var(--sage)}.featured-rail{grid-auto-columns:minmax(280px,86vw)}.blog-grid,.blog-grid-four,.blog-section-grid{grid-template-columns:1fr}.blog-section-head .btn{justify-content:center;white-space:normal}.article-cover{padding:0 24px}.article-cover img{aspect-ratio:4/3}}.studio-login-screen{min-height:100vh;display:grid;place-items:center;padding:32px;background:#f5f7f4}.studio-login-card{width:min(100%,420px);display:grid;grid-gap:20px;gap:20px;padding:36px;background:#ffffff;border:1px solid #dfe5dc;border-radius:8px;box-shadow:0 24px 60px rgba(15,36,32,.12)}.studio-kicker,.studio-login-eyebrow{display:block;margin-bottom:10px;color:var(--sage-dk);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.studio-login-card h1,.studio-panel h1{margin:0;color:var(--teal)}.studio-login-card p,.studio-panel p{margin:8px 0 0;color:var(--gray-mid);line-height:1.6}.studio-login-card label{display:grid;grid-gap:8px;gap:8px;color:var(--teal);font-size:14px;font-weight:700}.studio-login-card input{height:46px;padding:0 14px;border:1px solid #ccd6cf;border-radius:6px;font:inherit}.studio-login-card button,.studio-logout{height:44px;border:0;border-radius:6px;background:var(--teal);color:#ffffff;font-weight:800;cursor:pointer}.studio-login-card button:disabled{opacity:.7;cursor:wait}.studio-login-error{padding:12px 14px;border-radius:6px;background:#fff0f0;color:#9b1c1c!important;font-size:14px}.studio-login-google{display:flex;align-items:center;justify-content:center;gap:10px;background:#ffffff;color:var(--teal);border:1px solid #ccd6cf;cursor:pointer}.studio-login-google:hover:not(:disabled){background:#f5f7f4}.studio-login-google:disabled{opacity:.7;cursor:wait}.studio-login-google-icon{display:block;flex:0 0 auto}.studio-login-divider{display:flex;align-items:center;gap:12px;color:var(--gray-mid);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.studio-login-divider:after,.studio-login-divider:before{content:"";flex:1 1;height:1px;background:#dfe5dc}.studio-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:#f5f7f4;color:var(--teal)}.studio-sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100vh;max-height:100vh;overflow-y:auto;padding:24px;background:var(--teal);color:#ffffff;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.32) transparent}.studio-sidebar::-webkit-scrollbar{width:6px}.studio-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.32);border-radius:4px}.studio-sidebar::-webkit-scrollbar-track{background:transparent}.studio-brand{display:flex;align-items:center;gap:12px;margin-bottom:36px}.studio-brand span{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.32);border-radius:8px;font-weight:900}.studio-brand strong{font-size:20px}.studio-nav{display:grid;grid-gap:6px;gap:6px}.studio-nav a{padding:12px 14px;border-radius:6px;color:rgba(255,255,255,.86);font-weight:700}.studio-nav a:hover{background:rgba(255,255,255,.1);color:#ffffff}.studio-nav-group{display:grid;grid-gap:4px;gap:4px;margin-top:6px}.studio-nav-group-label{padding:6px 14px 0;color:rgba(255,255,255,.55);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.studio-nav-group a{padding-left:22px;font-size:14px;font-weight:600}.studio-nav a.is-active,.studio-nav-group a.is-active{background:rgba(255,255,255,.16);color:#ffffff}.studio-main{min-width:0}.studio-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 32px;background:#ffffff;border-bottom:1px solid #dfe5dc}.studio-header span{display:block;margin-bottom:4px;color:var(--gray-mid);font-size:13px}.studio-header strong,.studio-logout{color:var(--teal)}.studio-logout{min-width:86px;height:40px;background:#eef3ed}.studio-content{padding:28px 32px;background:var(--bg)}.studio-panel{max-width:980px;padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:var(--shadow-1)}.studio-panel-wide{max-width:1180px}.studio-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.studio-link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px;margin-top:20px}.studio-link-grid a{display:flex;align-items:center;justify-content:center;text-align:center;min-height:40px;padding:8px 14px;border:1px solid var(--border);border-radius:var(--r-input);background:var(--surface);color:var(--accent);text-decoration:none;font-weight:500;transition:background .15s var(--ease)}.studio-link-grid a:hover{background:var(--surface-2)}.studio-form-grid{display:flex;flex-direction:column;gap:18px;margin:24px 0 32px;padding:24px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-1)}.studio-fieldset{display:flex;flex-direction:column;gap:14px;margin:0;padding:18px 20px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--surface-2)}.studio-fieldset+.studio-fieldset{margin-top:14px}.studio-fieldset legend{padding:0 8px;margin:0 0 4px;color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.studio-fieldset .studio-form-grid{margin:0;padding:0;border:0;background:transparent;box-shadow:none}.studio-fieldset .studio-field,.studio-fieldset label{color:var(--text-secondary)}.studio-fieldset input,.studio-fieldset select,.studio-fieldset textarea{background:#FFFFFF;border-color:var(--border)}.studio-fieldset textarea{resize:vertical;min-height:110px;line-height:1.5;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.studio-form{display:flex;flex-direction:column;gap:18px}.studio-form-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 2px 0}.studio-form-header h3{margin:0;color:var(--text);font-size:18px;font-weight:600}.studio-form-header .studio-link{background:transparent;color:var(--accent);font-size:14px;font-weight:500;cursor:pointer;padding:0;height:auto}.studio-article-form-title{margin:0 0 4px;color:var(--accent);font-size:16px;font-weight:600}.studio-field,.studio-form-grid label{display:flex;flex-direction:column;gap:6px;color:var(--text-secondary);font-size:13px;font-weight:500}.studio-field input,.studio-field select,.studio-field textarea,.studio-filter-row input,.studio-filter-row select,.studio-form-grid input,.studio-form-grid select,.studio-form-grid textarea{width:100%;height:var(--h-input);padding:0 14px;border:1px solid var(--border-strong);border-radius:var(--r-input);background:var(--surface);color:var(--text);font:inherit;font-size:15px;transition:border-color .15s var(--ease),box-shadow .15s var(--ease);-webkit-appearance:none;-moz-appearance:none;appearance:none}.studio-field textarea,.studio-form-grid textarea{height:auto;min-height:96px;padding:12px 14px;resize:vertical}.studio-field select,.studio-filter-row select,.studio-form-grid select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='none' stroke='%238E8E93' stroke-width='1.5' d='M1 1l4 4 4-4'/></svg>");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.studio-field input:focus,.studio-field select:focus,.studio-field textarea:focus,.studio-filter-row input:focus,.studio-filter-row select:focus,.studio-form-grid input:focus,.studio-form-grid select:focus,.studio-form-grid textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px rgba(9,79,89,.12)}.studio-hint{color:var(--text-tertiary);font-size:12px;font-weight:400}.studio-checkbox{display:inline-flex;flex-direction:row;align-items:center;gap:12px;margin:0;color:var(--text);font-size:15px;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left}.studio-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.studio-switch{position:relative;display:inline-block;width:44px;height:26px;background:#D1D1D6;border-radius:999px;transition:background .18s var(--ease);flex-shrink:0}.studio-switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#FFFFFF;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .18s var(--ease)}.studio-checkbox input[type=checkbox]:checked+.studio-switch{background:var(--accent)}.studio-checkbox input[type=checkbox]:checked+.studio-switch:after{transform:translateX(18px)}.studio-checkbox input[type=checkbox]:focus-visible+.studio-switch{box-shadow:0 0 0 3px rgba(9,79,89,.25)}.studio-checkbox input[type=checkbox]:disabled+.studio-switch{opacity:.5}.studio-form-error{background:rgba(176,0,32,.08);color:var(--danger)}.studio-form-error,.studio-form-feedback,.studio-form-success{margin:0;padding:12px 14px;border-radius:var(--r-input);font-size:14px}.studio-form-feedback,.studio-form-success{background:rgba(32,114,70,.08);color:var(--success);font-weight:500}.studio-actions-row,.studio-filter-row,.studio-row-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.studio-form-section{display:flex;flex-direction:column;gap:14px;padding-top:4px}.studio-form-section+.studio-form-section{border-top:1px solid var(--border);margin-top:4px;padding-top:18px}.studio-form-section-title{margin:0;color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.studio-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.studio-form-row-toggle{grid-template-columns:minmax(0,1fr);justify-items:start}.studio-form-row-toggle .studio-checkbox{justify-self:start}.studio-chip-row{display:flex;flex-wrap:wrap;gap:8px}.studio-card .studio-chip,.studio-panel .studio-chip,button.studio-chip{height:36px;min-width:56px;padding:0 14px;border:1.5px solid var(--accent);border-radius:var(--r-input);background:#FFFFFF;color:#1C1C1E;font-size:14px;font-weight:500;cursor:pointer;outline:none;transition:background .12s var(--ease),color .12s var(--ease),border-color .12s var(--ease),box-shadow .12s var(--ease)}.studio-card .studio-chip:hover,.studio-panel .studio-chip:hover,button.studio-chip:hover{background:rgba(9,79,89,.06)}.studio-card .studio-chip:focus-visible,.studio-panel .studio-chip:focus-visible,button.studio-chip:focus-visible{box-shadow:0 0 0 3px rgba(9,79,89,.25)}.studio-card .studio-chip.is-active,.studio-panel .studio-chip.is-active,button.studio-chip.is-active{background:var(--accent);color:#FFFFFF;border-color:var(--accent)}.studio-card .studio-chip.is-active:hover,.studio-panel .studio-chip.is-active:hover,button.studio-chip.is-active:hover{background:var(--accent-hover)}.studio-filter-row{margin-bottom:18px}.studio-card button,.studio-panel button,button.studio-primary,button.studio-secondary-button{height:var(--h-button);padding:0 18px;border:0;border-radius:var(--r-input);background:var(--accent);color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s var(--ease),transform .05s var(--ease)}.studio-card button:hover,.studio-panel button:hover,button.studio-primary:hover{background:var(--accent-hover)}.studio-card button:active,.studio-panel button:active,button.studio-primary:active{transform:scale(.98)}.studio-card button:disabled,.studio-panel button:disabled{opacity:.5;cursor:not-allowed}.studio-secondary-button,button.studio-secondary-button{background:var(--surface-2);color:var(--accent);border:1px solid var(--border)}.studio-secondary-button:hover,button.studio-secondary-button:hover{background:#efeff3}.studio-filter-row input{max-width:360px}.studio-filter-row select{max-width:220px}.studio-analytics>.studio-page-head p{margin:6px 0 0;color:var(--text-tertiary)}.studio-analytics-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;margin:22px 0}.studio-analytics-card,.studio-analytics-kpis article{padding:18px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-1)}.studio-analytics-kpis span{display:block;color:var(--text-tertiary);font-size:12px;font-weight:600;text-transform:uppercase}.studio-analytics-kpis strong{display:block;margin-top:7px;font-size:28px;color:var(--accent)}.studio-analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.studio-analytics-card{min-width:0}.studio-analytics-card h2{margin:0 0 14px;font-size:16px;color:var(--text)}.studio-analytics-blocked,.studio-analytics-card-wide{margin-bottom:14px}.studio-analytics-card-wide{grid-column:1/-1}.studio-analytics-ranked-list{display:grid;grid-gap:11px;gap:11px;margin:0;padding:0;list-style:none}.studio-analytics-ranked-list li{display:grid;grid-template-columns:minmax(70px,1fr) minmax(50px,1fr) auto;grid-gap:8px;gap:8px;align-items:center;font-size:13px}.studio-analytics-ranked-list li>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-analytics-ranked-list strong{font-size:12px}.studio-analytics-bar{height:7px;overflow:hidden;border-radius:999px;background:var(--surface-2)}.studio-analytics-bar i{display:block;height:100%;border-radius:inherit;background:var(--accent)}.studio-analytics-empty{margin:0;padding:14px 0;color:var(--text-tertiary);font-size:14px}@media (max-width:960px){.studio-analytics-grid,.studio-analytics-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.studio-analytics-grid,.studio-analytics-kpis{grid-template-columns:1fr}}.studio-actions-row button,.studio-row-actions button,.studio-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:0;border-radius:6px;background:var(--teal);color:#ffffff;font-weight:700;font-size:13px;line-height:1;text-decoration:none;cursor:pointer;box-sizing:border-box}.studio-row-actions button,.studio-secondary-button{background:#eef3ed;color:var(--teal)}.studio-row-actions button:hover,.studio-secondary-button:hover{background:#dde7d8}.studio-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-1)}.studio-table{width:100%;border-collapse:collapse;min-width:760px;font-size:14px}.studio-table td,.studio-table th{padding:12px 16px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;color:var(--text)}.studio-table tbody tr{min-height:52px;transition:background .1s var(--ease)}.studio-table tbody tr:hover{background:var(--surface-2)}.studio-table tbody tr:last-child td{border-bottom:0}.studio-table th{background:var(--surface-2);color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.studio-table td a,.studio-table td button{height:auto;padding:4px 10px;font-size:13px}.studio-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:16px;padding:12px 16px;background:transparent}.studio-pagination-info{font-size:13px;color:var(--text-tertiary)}.studio-pagination-actions{display:flex;align-items:center;gap:8px}.studio-pagination-page{font-size:13px;font-weight:600;color:var(--text);min-width:80px;text-align:center}.studio-pagination .studio-secondary-button:disabled{opacity:.45;cursor:not-allowed}.studio-badge{display:inline-flex;align-items:center;min-height:22px;padding:2px 10px;border-radius:var(--r-chip);background:var(--surface-2);color:var(--text-secondary);font-size:12px;font-weight:500;border:1px solid var(--border)}.studio-badge.is-on,.studio-badge.status-published{background:rgba(32,114,70,.1);color:var(--success);border-color:transparent}.studio-badge.status-draft{background:rgba(138,109,0,.1);color:var(--warning);border-color:transparent}.studio-badge.status-archived{background:var(--surface-2);color:var(--text-tertiary);border-color:transparent}.studio-section-card,.studio-section-list{display:grid;grid-gap:16px;gap:16px}.studio-section-card{padding:20px;border:1px solid #dfe5dc;border-radius:8px;background:#ffffff}.studio-preview-block h2,.studio-section-card h2{margin:0;color:var(--teal)}.studio-preview-block p,.studio-section-card p{margin:6px 0 0;color:var(--gray-mid)}.studio-category-links{display:flex;flex-wrap:wrap;gap:8px}.studio-category-links span{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 8px 0 12px;border-radius:999px;background:#eef3ed;color:var(--teal);font-size:13px;font-weight:800}.studio-category-links button{width:22px;height:22px;border:0;border-radius:50%;background:#dce7dc;color:var(--teal);cursor:pointer}.studio-section-card select{max-width:320px;min-height:42px;padding:10px 12px;border:1px solid #ccd6cf;border-radius:6px;background:#ffffff;color:var(--dark);font:inherit}.studio-preview-block{margin-top:28px}.studio-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px}.studio-preview-grid article{min-height:110px;padding:16px;border:1px solid #dfe5dc;border-radius:8px;background:#fafbf9}.studio-preview-grid strong{display:block;color:var(--teal);line-height:1.35}.studio-preview-grid span{display:block;margin-top:10px;color:var(--gray-mid);font-size:13px;font-weight:700}@media (max-width:860px){.studio-shell{grid-template-columns:1fr}.studio-sidebar{position:static;height:auto;max-height:none;overflow:visible}.studio-article-form,.studio-form-grid,.studio-link-grid,.studio-nav,.studio-preview-grid,.studio-stats-grid{grid-template-columns:1fr}.studio-knowledge-card-grid strong.studio-stat-datetime{font-size:15px}.studio-header{align-items:flex-start;flex-direction:column}}.studio-template-preview{margin:0;padding:12px;max-height:180px;overflow:auto;background:#f4f7f3;border:1px solid #dfe5dc;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5;color:var(--dark);white-space:pre-wrap}.studio-playground-list{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-gap:8px;gap:8px}.studio-playground-list li{border:1px solid #dfe5dc;border-radius:6px;background:#ffffff}.studio-playground-list label{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;cursor:pointer}.studio-playground-list input{margin-top:4px;width:16px;height:16px}.studio-playground-list strong{display:block;color:var(--teal);font-size:14px}.studio-playground-list small{display:block;margin-top:2px;color:var(--gray-mid);font-size:12px;font-weight:700}.studio-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:24px}.studio-knowledge-card{margin-top:18px;padding:18px 20px;border:1px solid #dfe5dc;border-radius:8px;background:#fafbf9;min-width:0;overflow:hidden}.studio-dashboard-grid>.studio-knowledge-card{margin-top:0}.studio-knowledge-card h2{margin:0;color:var(--teal);font-size:16px;font-weight:700}.studio-knowledge-card p{margin:4px 0 14px;color:var(--gray-mid);font-size:12px;line-height:1.45}.studio-knowledge-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:10px;gap:10px;min-width:0}.studio-knowledge-card-grid div{padding:12px;border:1px solid #dfe5dc;border-radius:6px;background:#ffffff;min-width:0;overflow:visible}.studio-knowledge-card-grid strong{display:block;color:var(--teal);font-size:20px;line-height:1.15;font-weight:700;word-break:break-word;overflow-wrap:anywhere}.studio-knowledge-card-grid strong.studio-stat-datetime{font-size:14px;font-weight:700;letter-spacing:-.01em;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow:visible;text-overflow:clip}.studio-knowledge-card-grid span{display:block;margin-top:4px;color:var(--gray-mid);font-size:11px;font-weight:600;line-height:1.3;word-break:break-word;overflow-wrap:anywhere;text-transform:uppercase;letter-spacing:.02em}.studio-playground-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-gap:24px;gap:24px;margin-top:24px}.studio-playground-config{display:grid;grid-gap:18px;gap:18px;align-content:start}.studio-playground-config .studio-form-grid{margin:0}.studio-playground-section{display:grid;grid-gap:10px;gap:10px;padding:18px;border:1px solid #dfe5dc;border-radius:8px;background:#fafbf9}.studio-playground-section header{display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-playground-section h3{margin:0;color:var(--teal);font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.studio-playground-hint{color:var(--gray-mid);font-size:12px;font-weight:700}.studio-playground-empty{margin:0;color:var(--gray-mid);font-size:13px}.studio-playground-result{display:grid;grid-gap:16px;gap:16px;align-content:start}.studio-playground-result h2{margin:0;color:var(--teal);font-size:20px}.studio-playground-subtitle{margin:-4px 0 0;color:var(--gray-mid);font-size:13px}.studio-prompt-output{width:100%;min-height:360px;padding:16px;border:1px solid #dfe5dc;border-radius:8px;background:#0f2c2b;color:#eaf4f1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.55;resize:vertical;white-space:pre;overflow:auto}.studio-prompt-output::placeholder{color:rgba(234,244,241,.55)}.studio-prompt-article{display:grid;grid-gap:12px;gap:12px;padding:20px;border:1px solid #dfe5dc;border-radius:8px;background:#ffffff}.studio-prompt-article h2{margin:0;color:var(--teal);font-size:18px}.studio-article-output{min-height:280px}.studio-badge-error{background:#fde2e2;color:#9b1c1c}.studio-log-detail{margin-top:24px;padding:24px;border:1px solid #dfe5dc;border-radius:8px;background:#ffffff;display:grid;grid-gap:16px;gap:16px}.studio-log-detail header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.studio-log-detail h2{margin:4px 0;color:var(--teal);font-size:20px}.studio-log-detail p{margin:4px 0 0;color:var(--gray-mid);font-size:13px}.studio-log-detail section h3{margin:0 0 8px;color:var(--teal);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.studio-log-block{margin:0;padding:14px;max-height:320px;overflow:auto;border:1px solid #dfe5dc;border-radius:6px;background:#f4f7f3;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5;color:var(--dark);white-space:pre-wrap}.studio-log-block-error{background:#fff0f0;color:#9b1c1c;border-color:#f4cccc}.studio-workflow-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;align-items:center}.studio-workflow-badges-inline{margin-top:6px}.studio-workflow-badges-inline .studio-badge{font-size:10px;padding:0 8px;min-height:20px}.studio-workflow-ai{background:#eaf2fb;color:#1c4d8a}.studio-workflow-review{background:#f4ecfb;color:#5a2b8f}.studio-workflow-pending{background:#fff5df;color:#8a5c00}.studio-workflow-published{background:#e6f5ed;color:#207246}.studio-workflow-draft{background:#eef3ed;color:var(--gray-mid)}.studio-workflow-meta{color:var(--gray-mid);font-size:12px;font-weight:700;margin-left:4px}.studio-editor-content{display:grid;grid-gap:8px;gap:8px}.studio-editor-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid #dfe5dc;border-radius:6px;background:#fafbf9}.studio-editor-toolbar button{min-height:30px;padding:0 10px;font-size:13px;font-weight:800}.studio-editor-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.55;background:#fdfdfb}.studio-editor-hint{color:var(--gray-mid);font-size:12px;font-weight:700}.studio-draft-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:8px}.studio-draft-form label{display:grid;grid-gap:4px;gap:4px}.studio-draft-form input{min-height:38px;padding:8px 10px;border:1px solid #ccd6cf;border-radius:6px;background:#ffffff;color:var(--dark);font:inherit}.studio-seo-preview{display:grid;grid-gap:12px;gap:12px;padding:20px;border:1px solid #dfe5dc;border-radius:8px;background:#ffffff}.studio-seo-preview header{display:flex;flex-direction:column;gap:2px}.studio-seo-preview header strong{color:var(--teal);font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.studio-seo-preview header span{color:var(--gray-mid);font-size:12px;font-weight:700}.studio-seo-google{display:grid;grid-gap:4px;gap:4px;padding:16px;border:1px solid #dfe5dc;border-radius:6px;background:#fdfdfb}.studio-seo-google-url{color:#1a8917;font-size:13px;font-weight:600}.studio-seo-google-title{color:#1a0dab;font-size:18px;font-weight:700;line-height:1.3}.studio-seo-google-desc{color:#4d5156;font-size:13px;line-height:1.4}.studio-seo-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 16px;gap:8px 16px;margin:0}.studio-seo-fields div{display:grid;grid-gap:2px;gap:2px;padding:8px 0;border-top:1px solid #eef0ed}.studio-seo-fields dt{color:var(--gray-mid);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.studio-seo-fields dd{margin:0;color:var(--dark);font-size:13px;line-height:1.4}.studio-seo-fields code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#f4f7f3;padding:2px 4px;border-radius:4px}.studio-seo-checks{display:grid;grid-gap:6px;gap:6px;padding:14px 16px;border:1px solid #dfe5dc;border-radius:8px;background:#fafbf9}.studio-seo-checks strong{color:var(--teal);font-size:13px;font-weight:800}.studio-seo-checks ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:4px;gap:4px}.studio-seo-checks li{font-size:13px;font-weight:700}.studio-seo-check-error{color:#9b1c1c}.studio-seo-check-warning{color:#8a5c00}.studio-prompt-config-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:20px;gap:20px;margin-top:24px}.studio-prompt-config-categories{display:grid;grid-gap:12px;gap:12px;align-content:start;padding:16px;border:1px solid #dfe5dc;border-radius:8px;background:#fafbf9}.studio-prompt-config-categories h2{margin:0;color:var(--teal);font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.studio-prompt-config-categories ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:4px;gap:4px}.studio-prompt-config-categories li button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 12px;border:0;border-radius:6px;background:transparent;color:var(--dark);text-align:left;font:inherit;font-weight:700;cursor:pointer}.studio-prompt-config-categories li button:hover{background:#eef3ed}.studio-prompt-config-categories li button.is-active{background:var(--teal);color:#ffffff}.studio-prompt-config-tag{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:999px;background:#fff5df;color:#8a5c00;font-style:normal}.studio-prompt-config-tag.is-on{background:#e6f5ed;color:#207246}.studio-prompt-config-categories li button.is-active .studio-prompt-config-tag{background:rgba(255,255,255,.18);color:#ffffff}.studio-prompt-config-editor{display:grid;align-content:start;grid-gap:12px;gap:12px}.studio-prompt-config-status{padding:10px 14px;border-radius:6px;border:1px dashed #dfe5dc;background:#fafbf9;color:var(--gray-mid);font-size:13px;font-weight:700}.studio-prompt-config-loaded{background:#e6f5ed;border-color:#c9e3d4;color:#207246}.studio-prompt-config-error{background:#fde2e2;border-color:#f4cccc;color:#9b1c1c}.studio-ai-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}@media (max-width:900px){.studio-ai-grid{grid-template-columns:1fr}}.studio-ai-section-title{margin:0 0 4px;color:var(--text-tertiary);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.studio-field-hint{color:var(--text-tertiary);font-size:12px;font-weight:400}.studio-field-hint code{background:var(--surface-2);padding:1px 6px;border-radius:4px;font-size:12px}.studio-toggle-row{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:4px}.studio-toggle{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:15px;font-weight:500;color:var(--text)}.studio-toggle input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.studio-toggle-track{position:relative;display:inline-block;width:44px;height:26px;background:#D1D1D6;border-radius:999px;transition:background .18s var(--ease);flex-shrink:0}.studio-toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#FFFFFF;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .18s var(--ease)}.studio-toggle input[type=checkbox]:checked+.studio-toggle-track{background:var(--accent)}.studio-toggle input[type=checkbox]:checked+.studio-toggle-track:after{transform:translateX(18px)}.studio-toggle input[type=checkbox]:focus-visible+.studio-toggle-track{box-shadow:0 0 0 3px rgba(9,79,89,.25)}.studio-ai-status{display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-1)}.studio-ai-status-block,.studio-ai-status-list{display:flex;flex-direction:column;gap:10px}.studio-ai-status-block{padding-top:14px;border-top:1px solid var(--border)}.studio-ai-status-block h3{margin:0;color:var(--text);font-size:14px;font-weight:600}.studio-ai-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}.studio-ai-status-label{color:var(--text-secondary)}.studio-ai-status-value{color:var(--text);font-weight:500;text-align:right;word-break:break-word}.studio-ai-status-link{color:var(--accent);text-decoration:none;font-weight:500;text-align:right}.studio-ai-status-link:hover{text-decoration:underline}.studio-ai-status-error{margin:0;padding:10px 12px;border-radius:8px;background:rgba(176,0,32,.08);color:var(--danger);font-size:13px;word-break:break-word}.studio-ai-status-empty{margin:0;color:var(--text-tertiary);font-size:13px;font-style:italic}.studio-badge.is-off{background:rgba(176,0,32,.08);color:var(--danger);border-color:transparent}.studio-badge-provider-openai{background:rgba(9,79,89,.12);color:var(--accent);border-color:transparent}.studio-form{display:grid;grid-gap:14px;gap:14px;max-width:560px;margin-top:24px;padding:24px;background:#fff;border:1px solid var(--border,#dfe5dc);border-radius:8px}.studio-form h2{margin:0 0 4px;font-size:16px;font-weight:700;color:var(--teal)}.studio-form label{display:grid;grid-gap:6px;gap:6px;font-size:13px;font-weight:600;color:var(--teal)}.studio-form input[type=text]{height:40px;padding:0 12px;border:1px solid #ccd6cf;border-radius:6px;font:inherit;color:var(--dark);background:#fff}.studio-form-row{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;font-size:13px}.studio-form-actions{display:flex;gap:10px;margin-top:6px}.studio-button-primary{background:var(--teal);color:#fff;border:0;padding:10px 16px;border-radius:6px;font-weight:700;cursor:pointer}.studio-button-primary:disabled{opacity:.6;cursor:wait}.studio-form button[type=button]{background:transparent;border:1px solid #ccd6cf;padding:10px 16px;border-radius:6px;cursor:pointer;color:var(--teal);font-weight:600}.studio-team-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0 12px}.studio-team-toolbar h2{margin:0;font-size:16px;color:var(--teal)}.studio-team-toolbar label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary,#4a5751)}.studio-team-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.studio-team-item{display:grid;grid-template-columns:64px 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:12px 16px;background:#fff;border:1px solid var(--border,#dfe5dc);border-radius:8px}.studio-team-avatar{width:64px;height:64px;border-radius:50%;background-color:var(--off-white,#f5f7f4);background-size:cover;background-position:top;border:1px solid #e6ebe5}.studio-team-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.studio-team-meta strong{font-size:15px;color:var(--dark,#0f2420)}.studio-team-meta span{font-size:12px;color:var(--teal);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.studio-team-path{font-size:11px;color:var(--text-tertiary,#6b7770);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-team-inactive{font-size:11px;color:var(--danger,#b00020);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.studio-team-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.studio-team-actions button{height:32px;min-width:32px;padding:0 10px;border:1px solid #ccd6cf;background:#fff;border-radius:6px;cursor:pointer;font-size:13px;color:var(--teal);font-weight:600}.studio-team-actions button:disabled{opacity:.4;cursor:not-allowed}.studio-team-delete{color:var(--danger,#b00020)!important;border-color:rgba(176,0,32,.4)!important}.studio-team-delete:disabled{color:var(--text-tertiary,#6b7770)!important;border-color:#e6ebe5!important}