/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.hidden{display:none}.table{display:table}.italic{font-style:italic}}:root{--navy:#071a33;--blue:#155eef;--blue2:#0d47c8;--cyan:#19c6d7;--ink:#10233e;--muted:#607089;--line:#dfe8f3;--pale:#f4f8fd;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50;background:#fffffff0;border-bottom:1px solid #dce6f2d9;justify-content:space-between;align-items:center;height:82px;padding:0 clamp(24px,5.8vw,88px);display:flex;position:sticky;top:0}.brand{flex-direction:column;line-height:1;display:flex}.brand span{letter-spacing:-3px;color:var(--blue);font-size:32px;font-style:italic;font-weight:900}.brand small{letter-spacing:2px;margin-top:5px;font-size:8px;font-weight:700}.header nav{align-items:center;gap:26px;font-size:14px;font-weight:650;display:flex}.header nav>a:not(.button){position:relative}.header nav>a:not(.button):after{content:"";background:var(--blue);height:2px;transition:all .25s;position:absolute;bottom:-8px;left:0;right:100%}.header nav>a:hover:after{right:0}.button{background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:9px;justify-content:center;align-items:center;gap:10px;padding:15px 23px;font-weight:750;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #155eef33}.button:hover{transform:translateY(-2px);box-shadow:0 13px 30px #155eef47}.button svg,.text-link svg,.service-card a svg,.article-body a svg{width:18px}.button.small{padding:11px 18px;font-size:13px}.button.ghost{color:var(--blue);box-shadow:none;background:0 0;border-color:#b9cff8}.button.ghost.dark{color:var(--ink);border-color:#cbd7e6}.button.cyan{background:var(--cyan);border-color:var(--cyan);color:#041d35}.button.white{color:var(--blue);background:#fff;border-color:#fff}.menu-toggle{background:0 0;border:0;display:none}.hero{background:linear-gradient(135deg,#fff 0% 55%,#f0f7ff 100%);grid-template-columns:1.04fr .96fr;align-items:center;min-height:700px;padding:72px clamp(24px,5.8vw,88px) 84px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#155eef08 1px,#0000 1px),linear-gradient(90deg,#155eef08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.hero-copy,.hero-visual{z-index:1;position:relative}.eyebrow,.kicker{letter-spacing:1.9px;color:var(--blue);font-size:12px;font-weight:800}.eyebrow{align-items:center;gap:10px;display:flex}.eyebrow span{background:var(--cyan);width:32px;height:2px}h1{letter-spacing:-3.8px;color:var(--navy);max-width:760px;margin:24px 0;font-size:clamp(42px,5vw,70px);line-height:1.03}h1 em{color:var(--blue);font-style:normal}h2{letter-spacing:-2.2px;color:var(--navy);margin:14px 0 18px;font-size:clamp(32px,4vw,49px);line-height:1.1}h3{line-height:1.25}.hero-copy>p{color:var(--muted);max-width:660px;font-size:18px}.actions{gap:13px;margin-top:34px;display:flex}.trust-row{color:#50637d;gap:26px;margin-top:32px;font-size:12px;font-weight:700;display:flex}.trust-row span:first-letter{color:var(--cyan)}.hero-visual{height:540px}.orb{filter:blur(1px);border-radius:50%;position:absolute}.orb-a{background:linear-gradient(145deg,#155eef,#0b397d);width:460px;height:460px;top:30px;right:-80px;box-shadow:0 25px 80px #155eef59}.orb-b{background:#19c6d726;width:190px;height:190px;bottom:15px;left:70px}.dashboard{background:#fffffff7;border:1px solid #e2ebf5;border-radius:22px;width:min(460px,85%);padding:24px;position:absolute;top:68px;left:12%;transform:rotate(-1deg);box-shadow:0 30px 70px #07224a3b}.dash-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.dash-top div{flex-direction:column;display:flex}.dash-top small,.metric small,.dash-grid small,.float-card small{color:#8190a5;font-size:10px}.dash-top strong{font-size:16px}.status{color:#15845a;background:#eafaf5;border-radius:30px;padding:7px 10px;font-size:10px;font-weight:700}.metric{grid-template-columns:1fr auto;align-items:end;padding:20px 0 10px;display:grid}.metric b{color:var(--blue);font-size:26px}.bar{background:#e8eff8;border-radius:10px;grid-column:1/-1;height:7px;margin-top:9px;overflow:hidden}.bar i{background:linear-gradient(90deg,var(--blue),var(--cyan));width:100%;height:100%;display:block}.chart-box{background:#f6f9fd;border-radius:13px;margin-top:10px;padding:14px}.chart-label{justify-content:space-between;font-size:11px;display:flex}.chart-label strong{color:var(--blue)}.bars{align-items:end;gap:10px;height:100px;padding-top:18px;display:flex}.bars i{opacity:.88;background:linear-gradient(#32c4d4,#155eef);border-radius:4px 4px 1px 1px;flex:1}.dash-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;display:grid}.dash-grid span{background:#f7f9fc;border-radius:9px;flex-direction:column;padding:10px;display:flex}.dash-grid b{font-size:11px}.float-card{background:#fff;border-radius:14px;align-items:center;gap:11px;padding:13px 17px;font-size:11px;display:flex;position:absolute;box-shadow:0 14px 36px #07224a33}.float-card div{flex-direction:column;display:flex}.float-one{top:150px;right:-10px}.float-two{bottom:82px;left:1%}.mini-icon,.avatar{width:35px;height:35px;color:var(--blue);background:#e7f0ff;border-radius:10px;place-items:center;font-weight:900;display:grid}.mini-icon svg{width:18px}.section{padding:104px clamp(24px,5.8vw,88px)}.intro{background:#f7faff}.section-head.centered{text-align:center;max-width:760px;margin:0 auto 46px}.section-head p{color:var(--muted)}.section-head.split{justify-content:space-between;align-items:end;margin-bottom:42px;display:flex}.section-head.split>p{max-width:480px}.feature-grid{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1200px;margin:auto;display:grid}.feature-card,.service-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:28px;transition:all .28s;position:relative}.feature-card:hover,.service-card:hover{border-color:#b9d0f4;transform:translateY(-5px);box-shadow:0 18px 45px #12345f1c}.card-number{color:#cdd8e8;font-size:12px;font-weight:800;position:absolute;top:25px;right:26px}.icon{width:47px;height:47px;color:var(--blue);background:#eaf2ff;border-radius:12px;place-items:center;margin-bottom:22px;display:grid}.feature-card h3,.service-card h3{margin:0 0 11px;font-size:18px}.feature-card p,.service-card p{color:var(--muted);margin:0;font-size:14px}.service-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{flex-direction:column;min-height:245px;padding:31px;display:flex}.service-card p{flex:1}.service-card a,.article-body a,.text-link{color:var(--blue);align-items:center;gap:8px;margin-top:24px;font-size:13px;font-weight:800;display:flex}.center-action{justify-content:center;margin-top:40px;display:flex}.special{background:var(--navy);color:#fff;grid-template-columns:.8fr 1.2fr;gap:70px;padding:105px clamp(24px,5.8vw,88px);display:grid;position:relative;overflow:hidden}.special:after{content:"";border:1px solid #19c6d71f;border-radius:50%;width:500px;height:500px;position:absolute;top:-180px;right:-210px;box-shadow:0 0 0 70px #19c6d708,0 0 0 140px #19c6d705}.kicker.light{color:#65dce8}.special h2{color:#fff}.special-copy>p{color:#adbed1;margin-bottom:32px}.segments{z-index:1;position:relative}.segment{border-bottom:1px solid #ffffff21;grid-template-columns:52px 1fr;gap:17px;padding:21px 0;display:grid}.segment>span{color:#51d6e3;padding-top:6px;font-size:12px;font-weight:800}.segment h3{margin:4px 0;font-size:22px}.segment p{color:#9eb0c6;margin:0;font-size:13px}.segment small{letter-spacing:1.5px;color:#5fdbe6;font-size:9px}.segment-tags{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.segment-tags span,.pill-row span{border:1px solid #ffffff2e;border-radius:30px;padding:9px 13px;font-size:11px}.partnership{padding-bottom:60px}.partnership-panel{text-align:center;background:linear-gradient(135deg,#eef5ff,#f7fbff);border:1px solid #dce9f8;border-radius:24px;padding:65px;position:relative;overflow:hidden}.partnership-panel:before{content:"PEV";color:#155eef09;font-size:210px;font-weight:900;position:absolute;bottom:-90px;left:-10px}.partnership-panel p{max-width:720px;color:var(--muted);margin:0 auto}.pill-row{flex-wrap:wrap;justify-content:center;gap:9px;margin-top:30px;display:flex}.pill-row span{color:#31516f;background:#fff;border-color:#cbdcf2}.process{padding-top:70px}.steps{grid-template-columns:repeat(3,1fr);max-width:1040px;margin:auto;display:grid}.steps article{text-align:center;padding:25px 45px;position:relative}.steps article>span{color:var(--blue);font-size:11px;font-weight:900}.step-icon{width:62px;height:62px;color:var(--blue);background:#eaf2ff;border-radius:50%;place-items:center;margin:16px auto;display:grid}.steps h3{margin:13px 0 9px}.steps p{color:var(--muted);font-size:13px}.step-line{background:#c8d9ee;width:50%;height:1px;position:absolute;top:76px;left:75%}.content{background:#f7faff}.article-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.article-grid article{border:1px solid var(--line);background:#fff;border-radius:15px;transition:all .25s;overflow:hidden}.article-grid article:hover{transform:translateY(-4px);box-shadow:0 16px 35px #1431581a}.article-art{color:#fff;background:#0b3679;align-items:flex-end;height:190px;padding:24px;display:flex;position:relative;overflow:hidden}.article-art:after{content:"";border:35px solid #32d4e14d;border-radius:50%;width:200px;height:200px;position:absolute;top:-85px;right:-55px}.article-art span{letter-spacing:2px;font-size:14px;line-height:1.1}.article-art b{letter-spacing:-1px;font-size:27px}.art-2{background:#155eef}.art-3{background:#09223e}.article-body{padding:25px}.article-meta{text-transform:uppercase;letter-spacing:1px;color:var(--blue);font-size:10px;font-weight:800}.article-body h3{min-height:48px;margin:11px 0;font-size:19px}.cta{color:#fff;background:linear-gradient(110deg,#155eef,#082b65);border-radius:24px;justify-content:space-between;align-items:center;gap:40px;margin:0 clamp(24px,5.8vw,88px);padding:60px 65px;display:flex;position:relative;overflow:hidden}.cta:after{content:"";border:55px solid #ffffff14;border-radius:50%;width:230px;height:230px;position:absolute;top:-130px;right:20%}.cta h2{color:#fff;max-width:750px}.cta p{color:#d6e3f9}.cta>*{z-index:1;position:relative}.contact-section{background:#fff;grid-template-columns:.7fr 1.3fr;gap:80px;padding:90px clamp(24px,9vw,150px);display:grid}.contact-section>div p{color:var(--muted)}form{grid-template-columns:1fr 1fr;gap:17px;display:grid}label{color:#38506d;font-size:12px;font-weight:750}input,textarea{width:100%;color:var(--ink);border:1px solid #d8e2ee;border-radius:9px;outline:none;margin-top:7px;padding:13px;display:block}input:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #155eef1a}textarea{resize:vertical;height:90px}.full{grid-column:1/-1}.honeypot{position:absolute;left:-9999px}.success{text-align:center;background:#eefaf6;border-radius:12px;grid-column:1/-1;padding:30px}.success svg{color:#149969;width:38px;height:38px}.success h3{margin:8px}.success p{color:var(--muted)}footer{color:#d5dfec;background:#06162c;padding:75px clamp(24px,5.8vw,88px) 30px}.footer-main{grid-template-columns:1.5fr repeat(3,1fr);gap:55px;display:grid}.brand.inverse span{color:#61d9e5}.footer-brand p{color:#92a4ba;max-width:300px;font-size:13px}.footer-main h3{color:#fff;margin:0 0 20px;font-size:13px}.footer-main>div:not(:first-child){color:#99aac0;flex-direction:column;gap:11px;font-size:12px;display:flex}.social{gap:8px;margin-top:8px;display:flex}.social a{color:#fff;border:1px solid #30425b;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.footer-bottom{color:#74879f;border-top:1px solid #203047;justify-content:space-between;margin-top:55px;padding-top:25px;font-size:10px;display:flex}.footer-bottom div{gap:22px;display:flex}.whatsapp{z-index:45;color:#fff;background:#20b96b;border-radius:40px;align-items:center;gap:8px;padding:10px 16px;font-size:12px;display:flex;position:fixed;bottom:24px;right:22px;box-shadow:0 10px 30px #09593259}.whatsapp span{font-size:24px}.cookie{z-index:70;border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:15px;width:min(430px,100% - 44px);padding:18px;display:flex;position:fixed;bottom:22px;left:22px;box-shadow:0 18px 55px #071a3333}.cookie b{font-size:13px}.cookie p{color:var(--muted);margin:4px 0 0;font-size:10px}.cookie button{background:var(--navy);color:#fff;border:0;border-radius:8px;padding:9px 13px;font-weight:750}.reveal{animation:.7s ease-out both rise}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (max-width:1050px){.header nav{gap:15px}.hero{grid-template-columns:1fr;gap:10px;padding-top:50px}.hero-copy{text-align:center}.hero-copy>*{margin-left:auto;margin-right:auto}.eyebrow,.actions,.trust-row{justify-content:center}.hero-visual{width:100%;max-width:700px;margin:auto}.feature-grid{grid-template-columns:1fr 1fr}.special{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-main>div:last-child{grid-column:2/-1}}@media (max-width:780px){.header{height:68px;padding:0 20px}.brand span{font-size:27px}.menu-toggle{z-index:2;flex-direction:column;gap:5px;padding:8px;display:flex}.menu-toggle i{background:var(--navy);width:24px;height:2px}.header nav{background:#fff;flex-direction:column;align-items:stretch;padding:22px;display:none;position:absolute;top:67px;left:0;right:0;box-shadow:0 20px 40px #0c254926}.header nav.open{display:flex}.header nav .button{margin-top:8px}.hero{min-height:auto;padding:58px 22px 40px}.hero-copy{text-align:left}.hero-copy>*{margin-left:0}.eyebrow,.actions,.trust-row{justify-content:flex-start}h1{letter-spacing:-2.4px;font-size:43px}.actions{flex-direction:column}.trust-row{flex-wrap:wrap;gap:8px 16px}.hero-visual{height:440px;margin-top:20px}.orb-a{width:340px;height:340px;right:-70px}.dashboard{width:94%;padding:18px;top:54px;left:3%}.float-one{top:120px;right:-12px}.float-two{bottom:25px}.section{padding:75px 22px}.section-head.split{flex-direction:column;align-items:flex-start}.feature-grid,.service-grid,.article-grid,.steps{grid-template-columns:1fr}.feature-card{padding:24px}.service-card{min-height:220px}.special{gap:40px;padding:78px 22px}.partnership-panel{padding:45px 22px}.steps article{padding:22px}.step-line{display:none}.cta{flex-direction:column;align-items:flex-start;margin:0 15px;padding:45px 25px}.contact-section{grid-template-columns:1fr;gap:32px;padding:70px 22px}form{grid-template-columns:1fr}.full{grid-column:auto}.footer-main{grid-template-columns:1fr 1fr;gap:40px}.footer-main>div:last-child{grid-column:auto}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:12px}.whatsapp b{display:none}.cookie{bottom:80px}.section-head h2 br,.special h2 br{display:none}}@media (max-width:420px){h1{font-size:39px}.float-one{display:none}.dash-grid{grid-template-columns:1fr 1fr}.dash-grid span:last-child{display:none}.footer-main{grid-template-columns:1fr}.footer-main>div:last-child,.footer-brand{grid-column:auto}}.fit-strip{background:linear-gradient(#fff,#f3f8ff);padding:95px clamp(24px,5.8vw,88px)}.fit-heading{grid-template-columns:1fr auto;align-items:end;margin-bottom:38px;display:grid}.fit-heading .kicker{grid-column:1/-1}.fit-heading h2{max-width:870px}.fit-heading>a{color:var(--blue);align-items:center;gap:8px;margin-bottom:24px;font-size:13px;font-weight:800;display:flex}.fit-heading>a svg{width:17px}.fit-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.fit-grid article{border:1px solid var(--line);background:#fff;border-radius:16px;min-height:245px;padding:25px 22px;transition:all .25s;position:relative}.fit-grid article:hover{border-color:#b9d0f4;transform:translateY(-5px);box-shadow:0 18px 40px #12345f1c}.fit-index{color:#bdcbe0;font-size:10px;font-weight:900;position:absolute;top:18px;right:20px}.fit-icon{width:43px;height:43px;color:var(--blue);background:#eaf2ff;border-radius:12px;place-items:center;margin-bottom:25px;display:grid}.fit-icon svg{width:20px}.fit-grid h3{margin:0 0 12px;font-size:17px}.fit-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}@media (max-width:1050px){.fit-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:780px){.fit-strip{padding:70px 22px}.fit-heading{grid-template-columns:1fr}.fit-heading>a{margin:0}.fit-grid{grid-template-columns:1fr}.fit-grid article{min-height:auto}}@media (min-width:781px){.article-body{padding:30px}.article-body .article-meta{letter-spacing:1.15px;font-size:12px}.article-body h3{min-height:60px;margin:16px 0;font-size:22px;line-height:1.35}.article-body>a{margin-top:27px;font-size:15px}}.hero-visual{justify-self:center;width:min(100%,720px)}.segment{grid-template-columns:52px 1fr 28px;transition:all .25s;position:relative}.segment>b{color:#55d7e4;align-self:center;font-size:22px;transition:all .25s}.segment:hover{background:linear-gradient(90deg,#19c6d70f,#0000);padding-left:12px}.segment:hover>b{transform:translate(5px)}.segment-tags a{border:1px solid #ffffff2e;border-radius:30px;padding:9px 13px;font-size:11px;transition:all .2s}.segment-tags a:hover{background:var(--cyan);border-color:var(--cyan);color:var(--navy)}.landing-page{background:#fff}.landing-header{background:var(--navy);color:#fff;border-bottom-color:#ffffff1a;position:relative}.landing-header .brand span{color:#60dbe6}.landing-header nav>a:not(.button):after{background:var(--cyan)}.landing-hero{background:var(--navy);color:#fff;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:650px;padding:80px clamp(24px,7vw,110px) 95px;display:grid;position:relative;overflow:hidden}.landing-hero:before{content:"";border:1px solid #23bed517;border-radius:50%;width:650px;height:650px;position:absolute;top:-250px;right:-250px;box-shadow:0 0 0 90px #19c6d706,0 0 0 180px #19c6d705}.landing-copy,.landing-visual{z-index:1;position:relative}.back-link{color:#8da7c6;margin-bottom:48px;font-size:12px;font-weight:700;display:block}.landing-copy h1{color:#fff;max-width:790px;margin:18px 0 24px;font-size:clamp(42px,5vw,67px)}.landing-copy h1 em{color:var(--cyan)}.landing-copy>p{color:#b8c8db;max-width:690px;font-size:18px}.landing-ghost{box-shadow:none;background:0 0;border-color:#ffffff40}.landing-trust{color:#9fb3ca;flex-wrap:wrap;gap:22px;margin-top:30px;font-size:11px;font-weight:700;display:flex}.landing-visual{place-items:center;height:440px;display:grid}.visual-ring{background:linear-gradient(145deg,#155eef,#0a326c);border-radius:50%;width:390px;height:390px;position:absolute;box-shadow:0 28px 80px #00000047}.visual-panel{width:min(390px,90%);color:var(--ink);background:#fffffff7;border-radius:21px;padding:29px;position:relative;transform:rotate(-1.5deg);box-shadow:0 30px 65px #0000004d}.visual-panel>small{letter-spacing:1.5px;color:var(--blue);font-size:9px;font-weight:900}.visual-panel h3{margin:12px 0 24px;font-size:24px}.visual-row{border-bottom:1px solid var(--line);justify-content:space-between;padding:13px 0;font-size:13px;display:flex}.visual-row b{color:#14805d}.visual-progress{background:#e7edf5;border-radius:20px;height:7px;margin-top:24px;overflow:hidden}.visual-progress i{background:linear-gradient(90deg,var(--blue),var(--cyan));width:92%;height:100%;display:block}.visual-badge{background:var(--cyan);color:#05203b;letter-spacing:1px;border-radius:12px;padding:15px 18px;font-size:9px;position:absolute;bottom:55px;right:-5px;box-shadow:0 12px 30px #00000040}.visual-badge b{font-size:12px}.landing-intro{grid-template-columns:1fr 1fr;align-items:end;gap:80px;padding:90px clamp(24px,8vw,130px);display:grid}.landing-intro h2{max-width:650px}.landing-intro>p{color:var(--muted);font-size:18px;line-height:1.8}.landing-challenges{background:#f6f9fd;padding:95px clamp(24px,7vw,110px)}.challenge-grid{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:auto;display:grid}.challenge-grid article{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:150px;padding:27px}.challenge-grid article span{color:var(--blue);font-size:11px;font-weight:900}.challenge-grid article h3{margin-top:24px;font-size:17px}.landing-solutions{background:var(--navy);color:#fff;padding:100px clamp(24px,7vw,110px)}.landing-solutions h2{color:#fff;max-width:700px}.landing-solutions .section-head>p{color:#9fb2c9;max-width:430px}.solution-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:45px;display:grid}.solution-grid article{background:#ffffff06;border:1px solid #ffffff21;border-radius:15px;padding:28px}.solution-grid article>span{color:var(--cyan);font-size:11px;font-weight:900}.solution-grid h3{margin:22px 0 10px;font-size:18px}.solution-grid p{color:#9fb2c9;font-size:13px}.landing-benefits{grid-template-columns:1fr 1fr;align-items:center;gap:100px;padding:100px clamp(24px,8vw,130px);display:grid}.landing-benefits>div>p{color:var(--muted);max-width:600px}.benefit-list{grid-template-columns:1fr 1fr;gap:14px;display:grid}.benefit-list span{border:1px solid var(--line);background:#f5f9fe;border-radius:12px;align-items:center;gap:12px;padding:18px;font-size:13px;font-weight:750;display:flex}.benefit-list i{color:#13855f;background:#e0f8f3;border-radius:50%;place-items:center;width:27px;height:27px;font-style:normal;display:grid}.landing-steps{background:#f7faff;padding:90px clamp(24px,7vw,110px)}.landing-steps .steps article{border:1px solid var(--line);background:#fff;border-radius:14px;margin:0 7px}.landing-final{color:#fff;background:linear-gradient(110deg,#155eef,#082b65);border-radius:24px;justify-content:space-between;align-items:center;gap:45px;margin:90px clamp(24px,7vw,110px);padding:62px;display:flex}.landing-final h2{color:#fff;max-width:760px}.landing-final p{color:#c6d6ea}.landing-footer{grid-template-columns:1fr 1fr;align-items:center;gap:15px;display:grid}.landing-footer>p{color:#91a4bb;text-align:right;font-size:12px}.landing-footer>div{gap:24px;font-size:12px;display:flex}.landing-footer>small{text-align:right;color:#6f829a}@media (max-width:1000px){.landing-hero{grid-template-columns:1fr}.landing-copy{text-align:center}.landing-copy>*{margin-left:auto;margin-right:auto}.landing-copy .actions,.landing-trust{justify-content:center}.landing-visual{width:100%;max-width:650px;margin:auto}.challenge-grid,.solution-grid{grid-template-columns:1fr 1fr}.landing-intro,.landing-benefits{grid-template-columns:1fr;gap:30px}}@media (max-width:780px){.landing-header nav{box-shadow:none;background:0 0;flex-direction:row;padding:0;display:flex;position:static}.landing-header nav>a:not(.button){display:none}.landing-hero{gap:30px;padding:60px 22px 70px}.landing-copy{text-align:left}.landing-copy>*{margin-left:0}.landing-copy .actions,.landing-trust{justify-content:flex-start}.back-link{margin-bottom:35px}.landing-copy h1{font-size:42px}.landing-visual{height:390px}.visual-ring{width:315px;height:315px}.visual-badge{right:0}.landing-intro,.landing-benefits,.landing-challenges,.landing-solutions,.landing-steps{padding:75px 22px}.challenge-grid,.solution-grid,.benefit-list{grid-template-columns:1fr}.landing-final{flex-direction:column;align-items:flex-start;margin:60px 15px;padding:42px 24px}.landing-footer{grid-template-columns:1fr}.landing-footer>p,.landing-footer>small{text-align:left}.segment{grid-template-columns:40px 1fr 22px}}.journey-section{background:#fff;overflow:hidden}.journey-section .section-head{margin-bottom:65px}.journey{max-width:1120px;margin:0 auto 55px;position:relative}.journey:before{content:"";background:#e5edf7;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.journey-item{grid-template-columns:1fr 80px 1fr;align-items:center;min-height:360px;display:grid;position:relative}.journey-card{text-align:center;background:#fff;border:1px solid #e3ebf5;border-radius:19px;grid-column:1;padding:42px 48px;transition:background .35s,color .35s,transform .35s,box-shadow .35s,border-color .35s;position:relative;box-shadow:0 20px 55px #10233e17}.journey-card:after{content:"";background:#fff;border-top:1px solid #e3ebf5;border-right:1px solid #e3ebf5;width:32px;height:32px;transition:background .35s,border-color .35s;position:absolute;top:50%;right:-17px;transform:translateY(-50%)rotate(45deg)}.journey-item:nth-child(2n) .journey-card{grid-column:3}.journey-item:nth-child(2n) .journey-card:after{border-top:0;border-bottom:1px solid #e3ebf5;border-left:1px solid #e3ebf5;border-right:0;left:-17px;right:auto}.journey-number{color:#b3c3d7;font-size:12px;font-weight:900;transition:all .35s;position:absolute;top:20px;left:22px}.journey-icon{width:58px;height:58px;color:var(--blue);background:#eaf2ff;border-radius:50%;place-items:center;margin:0 auto 17px;transition:all .35s;display:grid}.journey-icon svg{width:27px;height:27px}.journey-card small{color:var(--blue);letter-spacing:1.6px;font-size:10px;font-weight:850;transition:all .35s}.journey-card h3{margin:8px 0 14px;font-size:24px}.journey-card p{max-width:420px;color:var(--muted);margin:0 auto;font-size:15px;line-height:1.75;transition:all .35s}.journey-card:hover{background:var(--blue);border-color:var(--blue);color:#fff;transform:translateY(-6px);box-shadow:0 25px 60px #155eef47}.journey-card:hover:after{background:var(--blue);border-color:var(--blue)}.journey-card:hover .journey-number,.journey-card:hover small,.journey-card:hover p{color:#ffffffd1}.journey-card:hover .journey-icon{color:var(--blue);background:#fff;transform:scale(1.06)}.journey-dot{border:3px solid var(--blue);z-index:2;background:#fff;border-radius:50%;grid-area:1/2;justify-self:center;width:18px;height:18px;box-shadow:0 0 0 7px #fff}.journey-caption{grid-area:1/3;padding-left:38px}.journey-item:nth-child(2n) .journey-caption{text-align:right;grid-column:1;padding-left:0;padding-right:38px}.journey-caption h3{margin:0 0 6px;font-size:21px}.journey-caption p{color:#8796a9;margin:0;font-size:13px}.journey-section .center-action{position:relative}@media (max-width:850px){.journey:before{left:17px}.journey-item,.journey-item:nth-child(2n){grid-template-columns:34px 1fr;min-height:auto;margin-bottom:28px;display:grid}.journey-card,.journey-item:nth-child(2n) .journey-card{grid-area:2/2;padding:34px 25px}.journey-card:after,.journey-item:nth-child(2n) .journey-card:after{display:none}.journey-dot,.journey-item:nth-child(2n) .journey-dot{grid-area:1/1/-1;align-self:start;width:14px;height:14px;margin-top:8px}.journey-caption,.journey-item:nth-child(2n) .journey-caption{text-align:left;grid-area:1/2;padding:0 0 13px}.journey-caption h3{font-size:17px}.journey-section .section-head{margin-bottom:42px}}.specialized-journey{background:#f7faff;padding:95px clamp(24px,7vw,110px)}.specialized-journey .section-head{margin-bottom:65px}.specialized-journey .journey-card{background:#fff}.specialized-journey .journey-card:hover{background:var(--blue)}.specialized-journey .journey-icon>span{font-size:25px;font-weight:850;line-height:1}.specialized-journey .center-action{justify-content:center;margin-top:18px;display:flex}@media (max-width:850px){.specialized-journey{padding:75px 22px}.specialized-journey .section-head{margin-bottom:42px}}.landing-challenges{padding:100px clamp(24px,7vw,110px)}.landing-challenges .section-head{max-width:920px;margin-bottom:52px}.landing-challenges .section-head h2{max-width:900px;margin-left:auto;margin-right:auto}.landing-challenges .section-head p{max-width:650px;color:var(--muted);margin:0 auto}.landing-challenges .challenge-grid{grid-template-columns:repeat(2,1fr);gap:22px;max-width:1120px}.landing-challenges .challenge-grid article{border-radius:18px;flex-direction:column;align-items:flex-start;min-height:285px;padding:38px 40px;transition:transform .28s,box-shadow .28s,border-color .28s;display:flex;position:relative}.landing-challenges .challenge-grid article:hover{border-color:#b9d0f4;transform:translateY(-5px);box-shadow:0 20px 45px #12345f1a}.challenge-icon{width:52px;height:52px;color:var(--blue);background:#eaf2ff;border-radius:13px;place-items:center;margin-bottom:27px;font-size:25px;font-weight:800;display:grid}.landing-challenges .challenge-grid article>span{color:#b7c6d9;position:absolute;top:32px;right:30px}.landing-challenges .challenge-grid article h3{max-width:390px;margin:0 0 13px;font-size:21px}.landing-challenges .challenge-grid article p{color:var(--muted);max-width:430px;margin:0;font-size:14px;line-height:1.7}@media (max-width:780px){.landing-challenges .challenge-grid{grid-template-columns:1fr}.landing-challenges .challenge-grid article{min-height:auto;padding:30px}.landing-challenges .section-head{margin-bottom:36px}}.blog-hero{color:#fff;background:linear-gradient(120deg,#071a33,#155eef);padding:105px clamp(24px,8vw,130px)}.blog-hero h1{color:#fff}.blog-hero p{color:#bed0e6;font-size:18px}.blog-list{background:#f7faff;padding:90px clamp(24px,6vw,95px)}.blog-toolbar{justify-content:space-between;align-items:end;margin-bottom:42px;display:flex}.category-pills{flex-wrap:wrap;gap:7px;display:flex}.category-pills span{background:#fff;border:1px solid #cfdceb;border-radius:30px;padding:9px 13px;font-size:11px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.blog-grid article{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.blog-art{color:#fff;background:#123f86;justify-content:space-between;align-items:end;height:185px;padding:24px;display:flex}.blog-art.blue{background:#155eef}.blog-art.dark{background:#071f3b}.blog-art span{letter-spacing:2px}.blog-art b{font-size:25px}.blog-art i{opacity:.6;font-size:12px;font-style:normal}.blog-grid article>div{padding:25px}.blog-grid h3{margin:12px 0;font-size:19px}.blog-grid p{color:var(--muted);font-size:13px}.blog-link{color:var(--blue);font-size:13px;font-weight:800}.blog-cta{background:var(--blue);color:#fff;border-radius:22px;justify-content:space-between;align-items:center;margin:70px clamp(24px,7vw,110px);padding:50px;display:flex}.blog-cta h2{color:#fff;font-size:32px}.article-hero{color:#fff;background:#0d3b7c;padding:85px clamp(24px,14vw,220px)}.article-hero.blue{background:#155eef}.article-hero.dark{background:#071f3b}.article-hero>a,.article-hero>span,.article-hero>small{color:#bcd0e8;font-size:11px}.article-hero>span{text-transform:uppercase;letter-spacing:1.5px;margin:42px 0 12px;display:block}.article-hero h1{color:#fff;max-width:1000px;font-size:clamp(40px,5vw,67px)}.article-hero p{color:#d2deed;max-width:780px;font-size:18px}.article-layout{grid-template-columns:1fr 330px;gap:80px;padding:80px clamp(24px,14vw,220px);display:grid}.article-content{max-width:760px}.article-content .lead{color:#40536c;font-size:21px}.article-content section{margin:45px 0}.article-content h2{letter-spacing:-1px;font-size:31px}.article-content p{color:#53657c;line-height:1.85}.article-layout aside{border:1px solid var(--line);background:#f6f9fd;border-radius:15px;align-self:start;padding:28px;position:sticky;top:110px}.article-layout aside h3{font-size:22px}.article-layout aside p{color:var(--muted);font-size:13px}.article-note{border-left:4px solid var(--blue);background:#eef5ff;margin-top:50px;padding:22px}.article-note p{margin-bottom:0}.article-page{padding:100px}@media (max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-layout aside{position:static}.blog-toolbar{flex-direction:column;align-items:flex-start;gap:15px}}@media (max-width:650px){.blog-grid{grid-template-columns:1fr}.blog-cta{flex-direction:column;align-items:flex-start;padding:35px 25px}.article-layout{padding:55px 22px}.article-hero{padding:65px 22px}.blog-hero{padding:75px 22px}}.category-pills button{color:var(--ink);cursor:pointer;background:#fff;border:1px solid #cfdceb;border-radius:30px;padding:9px 13px;font-size:11px;transition:all .2s}.category-pills button:hover{color:var(--blue);border-color:#8eb1ea}.category-pills button.active{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 6px 16px #155eef33}.category-pills button:focus-visible{outline-offset:2px;outline:3px solid #155eef40}.admin-lock{width:34px;height:34px;color:var(--blue);border:1px solid #cfdaea;border-radius:50%;place-items:center;font-size:18px;display:grid!important}.admin-lock:after{display:none}.admin-page{background:#f5f8fc;min-height:100vh}.admin-top{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:75px;padding:0 5vw;display:flex}.admin-top>div{align-items:center;gap:18px;font-size:12px;display:flex}.admin-top>div a{color:var(--blue);font-weight:800}.admin-shell{grid-template-columns:300px 1fr;gap:55px;padding:65px 7vw;display:grid}.admin-shell aside{background:var(--navy);color:#fff;border-radius:18px;align-self:start;padding:32px}.admin-shell aside h1{color:#fff;letter-spacing:-1px;font-size:30px}.admin-shell aside p{color:#aebed1}.admin-shell aside a{color:var(--cyan);font-size:12px}.admin-lock-large{font-size:30px}.editor-form{border:1px solid var(--line);background:#fff;border-radius:17px;flex-direction:column;gap:18px;max-width:900px;padding:32px;display:flex}.editor-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.editor-form select{background:#fff;border:1px solid #d8e2ee;border-radius:9px;width:100%;margin-top:7px;padding:13px;display:block}.editor-content{min-height:330px}.editor-message{color:#14805d;font-weight:700}.editor-form button{align-self:flex-start}@media (max-width:800px){.admin-shell{grid-template-columns:1fr;padding:35px 20px}.editor-row{grid-template-columns:1fr}.admin-top>div span{display:none}}.admin-shell{grid-template-columns:300px minmax(0,1fr)}.admin-shell>div{min-width:0}.admin-library{margin-bottom:55px}.admin-library-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.admin-library-head h2,.admin-editor-section>h2{margin:8px 0 0;font-size:42px}.post-count{color:var(--blue);white-space:nowrap;background:#e8f0ff;border-radius:99px;padding:8px 12px;font-size:12px;font-weight:800}.admin-post-list{gap:12px;display:grid}.admin-post-card{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;gap:24px;padding:22px 24px;display:flex}.admin-post-card h3{margin:10px 0 5px;font-size:20px}.admin-post-card p{color:#61728c;margin:0 0 8px}.admin-post-card small{color:#8795a9}.post-status,.post-category{letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.post-status{color:#8b6500;background:#fff4d8;border-radius:99px;margin-right:8px;padding:5px 8px}.post-status.published{color:#137052;background:#ddf7ec}.post-category{color:var(--blue)}.post-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.post-actions a,.post-actions button{color:var(--navy);font:inherit;cursor:pointer;background:#fff;border:1px solid #cedaeb;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:800}.post-actions .danger{color:#b52a38}.admin-empty{background:#fff;border:1px dashed #bfd0e5;border-radius:14px;padding:28px}.editor-buttons{flex-wrap:wrap;gap:10px;display:flex}.button.secondary{color:var(--navy);background:#edf3fb}.editor-form label small{color:#718097;margin-top:7px;font-weight:400;display:block}@media (max-width:800px){.admin-post-card{flex-direction:column}.admin-library-head h2,.admin-editor-section>h2{font-size:32px}}.rich-wrap{background:#fff;border:1px solid #d8e2ee;border-radius:10px;overflow:hidden}.rich-toolbar{background:#f5f8fc;border-bottom:1px solid #d8e2ee;flex-wrap:wrap;gap:5px;padding:9px;display:flex}.rich-toolbar button,.rich-toolbar select{background:#fff;border:1px solid #ccd8e8;border-radius:6px;width:auto;margin:0;padding:7px 9px}.rich-editor{outline:none;min-height:330px;padding:20px;line-height:1.7}.rich-editor:empty:before{content:attr(data-placeholder);color:#8491a5}.rich-editor h2{font-size:28px}.rich-editor h3{font-size:22px}.seo-box{border:1px solid #cbd9eb;border-radius:14px;gap:18px;padding:24px;display:grid}.seo-box legend{color:var(--navy);padding:0 8px;font-size:22px;font-weight:800}.google-preview{background:#fff;border:1px solid #d8e2ee;border-radius:10px;padding:18px}.google-preview span{color:#1a0dab;font-size:20px;display:block}.google-preview cite{color:#188038;margin:6px 0;font-size:13px;font-style:normal;display:block}.google-preview p{color:#4d5156;margin:0}.seo-checklist{grid-template-columns:1fr 1fr;gap:8px;display:grid}.seo-checklist span{color:#9a5660;font-size:13px}.seo-checklist .ok{color:#14805d}.internal-links{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.internal-links b{width:100%}.internal-links button{color:var(--navy);cursor:pointer;background:#f7faff;border:1px solid #ccd8e8;border-radius:99px;padding:8px 11px}.internal-links small{color:var(--blue)}.rich-public h2{margin-top:42px;font-size:34px}.rich-public h3{margin-top:30px;font-size:25px}.rich-public p,.rich-public li{color:#4f6178;font-size:18px;line-height:1.8}.rich-public a{color:var(--blue);text-decoration:underline}@media (max-width:700px){.seo-checklist{grid-template-columns:1fr}.rich-toolbar select{width:100%}}.admin-action-bar{flex-wrap:wrap;gap:12px;margin-bottom:28px;display:flex}.settings-panel{border:1px solid var(--line);background:#fff;border-radius:17px;max-width:900px;margin-bottom:36px;padding:30px}.settings-panel h2{margin:8px 0 20px;font-size:32px}.settings-panel form{gap:16px;display:grid}.settings-panel label{font-weight:800}.settings-panel input{border:1px solid #d8e2ee;border-radius:9px;width:100%;margin-top:7px;padding:13px;display:block}.settings-panel small{color:#718097;margin-top:7px;font-weight:400;display:block}.settings-panel .button{justify-self:start}.admin-library-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.admin-library-actions .button{padding:10px 16px;font-size:12px}.admin-editor-modal{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#071a33ad;padding:40px 24px;position:fixed;inset:0;overflow-y:auto}.admin-editor-modal .admin-editor-section{background:#f5f8fc;border-radius:20px;width:min(1050px,100%);margin:0 auto;padding:34px;position:relative;box-shadow:0 28px 90px #03102359}.admin-editor-modal .editor-form{max-width:none}.admin-editor-close{width:42px;height:42px;color:var(--navy);cursor:pointer;z-index:1;background:#fff;border:1px solid #cedaeb;border-radius:50%;font-size:26px;line-height:1;position:absolute;top:18px;right:22px}.admin-editor-close:hover{color:var(--blue);background:#eaf2ff}@media (max-width:800px){.admin-library-head{flex-direction:column;align-items:flex-start}.admin-library-actions{justify-content:space-between;width:100%}.admin-editor-modal{padding:14px}.admin-editor-modal .admin-editor-section{border-radius:14px;padding:24px 14px}.admin-editor-close{top:12px;right:12px}.admin-editor-modal .admin-editor-section>h2{padding-right:44px}}.admin-dashboard{grid-template-columns:260px minmax(0,1fr);min-height:calc(100vh - 75px);display:grid}.admin-sidebar{background:#fff;border-right:1px solid #dce5f1;flex-direction:column;height:calc(100vh - 75px);padding:28px 18px;display:flex;position:sticky;top:0}.admin-sidebar-intro{border-bottom:1px solid #edf1f7;flex-direction:column;margin-bottom:16px;padding:4px 14px 24px;display:flex}.admin-sidebar-intro span{color:var(--blue);letter-spacing:-2px;font-size:25px;font-style:italic;font-weight:900}.admin-sidebar-intro small{letter-spacing:1.5px;color:#76859b;font-size:9px;font-weight:800}.admin-sidebar nav{flex-direction:column;gap:5px;display:flex}.admin-sidebar nav button{text-align:left;color:#536985;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:28px 1fr auto;align-items:center;width:100%;padding:12px 13px;font-size:14px;transition:all .2s;display:grid}.admin-sidebar nav button i{color:#00a98f;font-size:19px;font-style:normal}.admin-sidebar nav button b{color:#8495aa;font-size:19px;font-weight:400}.admin-sidebar nav button:hover{color:var(--navy);background:#f2f7fd}.admin-sidebar nav button.active{color:var(--blue);background:#eaf2ff;font-weight:800}.admin-sidebar nav button.active i{color:var(--blue)}.admin-back{color:var(--blue);margin-top:auto;padding:14px;font-size:12px;font-weight:800}.admin-workspace{min-width:0;padding:38px clamp(22px,4vw,62px) 70px}.admin-view-title{margin-bottom:25px}.admin-view-title h1{letter-spacing:-1.5px;margin:6px 0 0;font-size:38px}.admin-menu-toggle{display:none}.admin-workspace .crm,.admin-workspace .automation-editor,.admin-workspace .admin-library,.admin-workspace .admin-editor-section,.admin-workspace .settings-panel{max-width:1200px}.admin-workspace .admin-library-head h2,.admin-workspace .admin-editor-section>h2{font-size:34px}@media (max-width:850px){.admin-dashboard{display:block}.admin-menu-toggle{color:var(--navy);background:#fff;border:1px solid #ccdaeb;border-radius:10px;margin:20px 20px 0;padding:12px 15px;font-weight:800;display:block}.admin-sidebar{border:1px solid #dce5f1;border-radius:14px;height:auto;margin:10px 20px 0;display:none;position:relative}.admin-sidebar.open{display:flex}.admin-sidebar-intro{display:none}.admin-back{margin-top:15px}.admin-workspace{padding:28px 20px 55px}.admin-view-title h1{font-size:32px}}.cover-image-field{gap:12px;display:grid}.free-image-picker{gap:10px;display:grid}.free-image-toggle{cursor:pointer;border-radius:9px;padding:11px 15px;font-weight:800;color:var(--blue)!important;background:#edf4ff!important;border:1px solid #aac3eb!important}.free-image-selected{color:#116b4e;background:#f1fbf7;border:2px solid #40ad82;border-radius:12px;grid-template-columns:110px 1fr auto;align-items:center;gap:14px;padding:10px;font-size:12px;display:grid}.free-image-selected img{object-fit:cover;border-radius:8px;width:110px;height:72px}.free-image-selected span{gap:3px;display:grid}.free-image-selected b{font-size:13px}.free-image-selected small{color:#4e6e63}.free-image-selected button{color:#116b4e;cursor:pointer;background:#fff;border:1px solid #79bda3;border-radius:8px;padding:9px 12px;font-weight:800}.free-image-panel{background:#f8fbff;border:1px solid #cedced;border-radius:14px;gap:12px;padding:18px;display:grid}.free-image-search{grid-template-columns:1fr auto;gap:10px;display:grid}.free-image-search input{margin:0}.free-image-search button{background:var(--blue);color:#fff;border:0;border-radius:9px;padding:0 18px;font-weight:800}.free-image-panel>small{color:#667792}.free-image-panel>p{color:#8a4f58;margin:0}.free-image-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.free-image-grid button{text-align:left;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:11px;flex-direction:column;gap:5px;min-width:0;padding:8px;display:flex}.free-image-grid button:hover,.free-image-grid button.selected{border-color:var(--blue);box-shadow:0 8px 22px #155eef24}.free-image-grid img{object-fit:cover;border-radius:7px;width:100%;height:125px}.free-image-grid span{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:12px;font-weight:800;overflow:hidden}.free-image-grid small{color:#667792;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:10px;overflow:hidden}.free-image-use{text-align:center;color:#fff;background:#155eef;border-radius:7px;width:100%;margin-top:4px;padding:8px;font-size:12px}@media (max-width:700px){.free-image-search{grid-template-columns:1fr}.free-image-search button{padding:11px}.free-image-grid{grid-template-columns:1fr 1fr}.free-image-grid img{height:105px}.free-image-selected{grid-template-columns:80px 1fr}.free-image-selected img{width:80px;height:62px}.free-image-selected button{grid-column:1/-1}}.free-image-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.free-image-suggest{border:1px solid var(--blue);background:var(--blue);color:#fff;cursor:pointer;border-radius:9px;padding:11px 15px;font-weight:800}.free-image-suggest:disabled{opacity:.7;cursor:wait}@media (max-width:700px){.free-image-actions{grid-template-columns:1fr}}.sent-emails{max-width:1200px}.sent-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px;display:flex}.sent-head h2{margin:7px 0;font-size:34px}.sent-head p{color:var(--muted);margin:0}.sent-head button{color:var(--blue);cursor:pointer;background:#fff;border:1px solid #cbd8e8;border-radius:9px;padding:10px 15px;font-weight:800}.sent-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px;display:grid}.sent-stats article{border:1px solid var(--line);background:#fff;border-radius:13px;padding:19px}.sent-stats b{color:var(--navy);font-size:28px;display:block}.sent-stats span{color:var(--muted);font-size:12px}.sent-table{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto}.sent-row{border-bottom:1px solid var(--line);grid-template-columns:1.15fr 1.5fr .9fr .9fr .65fr;align-items:center;gap:16px;min-width:900px;padding:16px 18px;font-size:12px;display:grid}.sent-row small{color:var(--muted);display:block}.sent-label{background:#f5f8fc}.sent-status{color:#52677f;background:#eef3f8;border-radius:99px;justify-self:start;padding:6px 9px;font-weight:800}.status-enviado{color:#137052;background:#ddf7ec}.status-aguardando,.status-enviando{color:#8b6500;background:#fff4d8}.status-erro{color:#a52938;background:#ffe5e8}.sent-error{grid-column:2/-1;color:#a52938!important}.sent-empty{background:#fff;border:1px dashed #bfd0e5;border-radius:14px;padding:30px}.sent-empty p{color:var(--muted);margin-bottom:0}@media (max-width:700px){.sent-head{flex-direction:column;align-items:flex-start}.sent-stats{grid-template-columns:1fr}.sent-head h2{font-size:30px}}.crm-head-actions{align-items:end;gap:10px;display:flex}.crm-head-actions input{min-width:270px}.crm-head-actions .button{white-space:nowrap;padding:12px 17px}.manual-contact{background:#fff;border:1px solid #cdddf1;border-radius:15px;flex-direction:column;gap:17px;margin:0 0 22px;padding:26px;display:flex;box-shadow:0 14px 35px #173a6614}.manual-contact-title{justify-content:space-between;align-items:start;display:flex}.manual-contact-title h3{margin:5px 0;font-size:25px}.manual-contact-title>button{cursor:pointer;background:#edf3fb;border:0;border-radius:50%;width:34px;height:34px;font-size:22px}.manual-automation{background:#f5f8fc;border-radius:10px;align-items:flex-start;gap:11px;padding:14px;display:flex!important}.manual-automation input{width:18px;margin:2px 0}.manual-automation span{flex-direction:column;display:flex}.manual-automation small{color:var(--muted);margin-top:3px;font-weight:400}@media (max-width:700px){.crm-head-actions{flex-direction:column;align-items:stretch;width:100%}.crm-head-actions input{min-width:0}.manual-contact{padding:20px}}.access-denied{background:#f5f8fc;place-items:center;min-height:100vh;padding:25px;display:grid}.access-denied>div{text-align:center;border:1px solid var(--line);background:#fff;border-radius:20px;max-width:520px;padding:55px;box-shadow:0 20px 55px #10233e1a}.access-denied span{font-size:42px}.access-denied h1{letter-spacing:-2px;font-size:38px}.access-denied p{color:var(--muted);margin-bottom:28px}@media (max-width:780px){body{word-spacing:.06em}h1,h2{letter-spacing:-1px;word-spacing:.1em}p,.button,.text-link,.contact-direct a,.segment h3,.fit-grid h3{word-spacing:.1em}.section-head h2 br,.special h2 br{display:initial!important}}.admin-tabs{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.admin-tabs button,.crm-actions button{color:var(--navy);cursor:pointer;background:#fff;border:1px solid #cbd8e8;border-radius:8px;padding:10px 13px;font-weight:800}.crm-head{justify-content:space-between;align-items:end;gap:20px;display:flex}.crm-head input{max-width:320px}.crm-table{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto}.crm-row{border-bottom:1px solid var(--line);grid-template-columns:1.15fr 1.4fr .85fr .7fr .75fr .7fr 1.25fr;align-items:center;gap:15px;min-width:1080px;padding:16px;font-size:12px;display:grid}.crm-row small{color:var(--muted);display:block}.crm-label{background:#f5f8fc}.crm-actions{flex-wrap:wrap;gap:5px;display:flex}.crm-actions button{padding:7px;font-size:10px}.automation-preview{background:#f5f8fc;border-radius:10px;padding:20px;line-height:2}@media (max-width:700px){.crm-head{flex-direction:column;align-items:stretch}.crm-head input{max-width:none}}.automation-editor{gap:35px;display:grid}.automation-list article{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;gap:20px;margin:10px 0;padding:18px 20px;display:flex}.automation-list article p,.automation-list article small{color:var(--muted)}.automation-list article button{background:#fff;border:1px solid #ccd8e8;border-radius:7px;margin-left:6px;padding:8px 11px}.automation-form{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;gap:17px;padding:30px;display:flex}.automation-content{min-height:180px}.automation-check{align-items:center;gap:8px;display:flex}.automation-check input{width:auto;margin:0}.email-preview{text-align:center;background:#f7faff;border:1px solid #dbe5f1;border-radius:14px;width:100%;max-width:640px;margin:10px auto;padding:35px}.email-preview img{border-radius:10px;max-width:100%}.email-preview p{white-space:pre-line;color:var(--muted)}.email-preview a{background:var(--blue);color:#fff;border-radius:8px;padding:12px 20px;display:inline-block}.email-preview footer{background:var(--navy);margin:28px -35px -35px;padding:20px;font-size:11px}@media (max-width:700px){.automation-form{padding:22px}.automation-list article{flex-direction:column}}.integration-status{border-radius:9px;margin:12px 0 22px;padding:12px 15px;font-weight:800}.integration-status.ready{color:#137052;background:#def7ec}.integration-status.pending{color:#8b6500;background:#fff4d8}.resend-settings form{flex-direction:column;display:flex}.resend-test{border-top:1px solid var(--line);flex-wrap:wrap;align-items:end;gap:10px;margin-top:26px;padding-top:22px;display:flex}.resend-test input{max-width:360px}.danger-link{color:#b52a38;cursor:pointer;background:0 0;border:0;padding:13px;font-weight:800}.analytics-dashboard{gap:22px;max-width:1200px;display:grid}.analytics-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.analytics-cards article,.analytics-panel{border:1px solid var(--line);background:#fff;border-radius:16px;padding:25px}.analytics-cards article{gap:8px;display:grid}.analytics-cards small,.analytics-head>small{color:#718097;font-size:11px}.analytics-cards b{color:var(--navy);font-size:38px}.analytics-head{justify-content:space-between;align-items:end;gap:20px;display:flex}.analytics-head h2,.search-console-panel h2{margin:7px 0 0;font-size:29px}.analytics-chart{border-bottom:1px solid #dce5f1;align-items:end;gap:7px;height:210px;margin-top:28px;display:flex}.analytics-chart>div{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:6px;height:100%;display:flex}.analytics-chart i{background:linear-gradient(#31c4d5,#155eef);border-radius:5px 5px 0 0;width:100%;max-width:25px;display:block}.analytics-chart small{color:#77879c;font-size:9px}.analytics-table{margin-top:20px}.analytics-table>div{border-bottom:1px solid #edf1f6;grid-template-columns:1fr 110px 120px;gap:14px;padding:12px;display:grid}.analytics-table a{color:var(--blue);font-weight:750}.analytics-table span,.analytics-table b:not(:first-child){text-align:right}.search-console-panel{border-left:4px solid var(--blue)}.search-console-panel p{color:#607089;max-width:800px}.analytics-error{color:#a33}@media (max-width:750px){.analytics-cards{grid-template-columns:1fr}.analytics-head{flex-direction:column;align-items:flex-start}.analytics-table>div{grid-template-columns:1fr 70px 80px;font-size:12px}}.gsc-panel{border:1px solid #dce6f2;border-left:4px solid var(--blue);background:#fff;border-radius:17px;max-width:1200px;padding:30px;box-shadow:0 14px 36px #11325b0f}.gsc-card-head{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.gsc-card-head h2{margin:8px 0;font-size:32px}.gsc-card-head p{color:var(--muted);margin:0}.gsc-status{white-space:nowrap;color:#995d00;background:#fff4e5;border-radius:40px;padding:8px 12px;font-size:11px;font-weight:800}.gsc-status.connected{color:#08784e;background:#eaf9f2}.gsc-empty{background:#f4f8fd;border:1px dashed #b9cbea;border-radius:13px;margin:26px 0;padding:20px}.gsc-empty p{color:var(--muted);margin:5px 0 0}.gsc-period{color:var(--muted);margin-top:25px;font-size:11px;font-weight:700}.gsc-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin:10px 0 26px;display:grid}.gsc-metrics article{background:#f5f8fc;border-radius:12px;padding:18px}.gsc-metrics small{color:var(--muted);margin-bottom:6px;display:block}.gsc-metrics strong{color:var(--navy);font-size:25px}.gsc-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-top:24px;display:grid}.gsc-form .button{margin-bottom:0}.gsc-actions{align-items:center;gap:14px;margin-top:18px;display:flex}.gsc-actions small{color:var(--muted)}.button.disabled{opacity:.45;pointer-events:none}.gsc-disconnect{color:#b02a37;cursor:pointer;background:0 0;border:0;padding:10px 0;font-weight:800}.gsc-articles{border:1px solid #e0e8f2;border-radius:14px;margin:12px 0 28px;overflow:hidden}.gsc-articles-head{justify-content:space-between;align-items:end;gap:20px;padding:22px;display:flex}.gsc-articles-head h3{margin:5px 0 0;font-size:24px}.gsc-articles-head>small{color:var(--muted)}.gsc-table-row{border-top:1px solid #e8eef5;grid-template-columns:minmax(280px,1fr) 80px 100px 80px 80px;align-items:center;gap:14px;padding:14px 22px;font-size:13px;display:grid}.gsc-table-row.heading{color:#61728a;background:#f5f8fc;font-size:11px}.gsc-table-row>a{color:var(--navy);font-weight:750}.gsc-table-row>a small{color:#8190a5;margin-top:2px;font-weight:400;display:block}.gsc-table-row>span,.gsc-table-row>strong:not(:first-child),.gsc-table-row.heading>b:not(:first-child){text-align:right}.gsc-table-row>strong{color:var(--blue);font-size:16px}.gsc-no-data{color:#8190a5;grid-column:2/-1;font-style:italic}.gsc-table-row:hover:not(.heading){background:#fbfdff}@media (max-width:850px){.gsc-card-head,.gsc-actions{flex-direction:column}.gsc-metrics{grid-template-columns:1fr 1fr}.gsc-form{grid-template-columns:1fr}.gsc-form .button{justify-self:start}.gsc-table{overflow-x:auto}.gsc-table-row{min-width:720px}.gsc-articles-head{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.gsc-panel{padding:22px}.gsc-metrics{grid-template-columns:1fr}}.gsc-keywords{border:1px solid #dbe6f4;border-radius:14px;margin:12px 0 28px;overflow:hidden}.gsc-keyword-search{grid-template-columns:minmax(260px,1fr) auto auto;align-items:end;gap:12px;padding:0 22px 22px;display:grid}.gsc-keyword-search .button{padding:13px 20px}.gsc-clear{color:var(--blue);cursor:pointer;background:0 0;border:0;padding:13px 4px;font-weight:800}.gsc-keyword-list{border-top:1px solid #e8eef5}.gsc-keyword-row{text-align:left;width:100%;color:var(--ink);background:#fff;border:0;border-top:1px solid #edf1f6;grid-template-columns:minmax(210px,1.1fr) minmax(220px,1fr) 70px 90px 70px;align-items:center;gap:14px;padding:13px 22px;display:grid}button.gsc-keyword-row{cursor:pointer}.gsc-keyword-row:hover:not(.heading){background:#f7faff}.gsc-keyword-row.heading{color:#61728a;background:#f5f8fc;border-top:0;font-size:11px}.gsc-keyword-row>b,.gsc-keyword-row>em{text-align:right}.gsc-keyword-row>em{color:var(--blue);font-size:16px;font-style:normal;font-weight:800}.gsc-keyword-row>span{color:var(--muted);font-size:12px}.gsc-keyword-empty{color:var(--muted);border-top:1px solid #e8eef5;padding:20px 22px}@media (max-width:850px){.gsc-keyword-search{grid-template-columns:1fr}.gsc-keyword-search .button,.gsc-clear{justify-self:start}.gsc-keyword-list{overflow-x:auto}.gsc-keyword-row{min-width:760px}}
