:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-body:"Roboto", "Segoe UI", Arial, sans-serif;--color-black:#111;--color-black-soft:#1d1d1d;--color-black-warm:#23160f;--color-text:#171717;--color-muted:#666;--color-white:#fff;--color-page:#fff8f2;--color-surface:#fff;--color-surface-soft:#fffaf5;--color-surface-tint:#fff8f0;--color-surface-warm:#fff1e5;--color-orange:#ff6a00;--color-orange-dark:#d85200;--color-orange-soft:#ffe0c7;--color-success:#067647;--color-success-soft:#ecfdf3;--color-error:#b42318;--color-error-soft:#fff1f1;--color-whatsapp:#25d366;--color-border:#1111111f;--color-border-light:#ffffff29;--shadow-soft:0 18px 55px #1111111f;--shadow-orange:0 16px 34px #ff6a003d;--shadow-whatsapp:0 16px 34px #25d36657}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overscroll-behavior-y:none;background:var(--color-page);min-width:320px;min-height:100vh;color:var(--color-text);font-family:var(--font-body);text-rendering:optimizelegibility;margin:0;overflow-x:hidden}::selection{color:var(--color-white);background:var(--color-orange-dark)}body.menu-open{overflow:hidden}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{display:block}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-error{background:var(--color-page);padding:38px 0}.section-error__card{background:var(--color-surface);border:1px solid #ff6a0038;border-left:4px solid var(--color-orange);border-radius:8px;width:min(720px,100% - 32px);margin:0 auto;padding:24px;box-shadow:0 16px 38px #11111114}.section-error__card span{color:var(--color-orange-dark);text-transform:uppercase;font-size:.78rem;font-weight:900;line-height:1.2}.section-error__card h2{color:var(--color-black);margin:10px 0 0;font-size:1.35rem;line-height:1.22}.section-error__card p{color:var(--color-muted);margin:10px 0 0;line-height:1.58}.section-error__card button{min-height:42px;color:var(--color-white);background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark));box-shadow:var(--shadow-orange);border:0;border-radius:8px;margin-top:18px;padding:0 16px;font-weight:900;transition:box-shadow .18s,transform .18s}.section-error__card button:hover,.section-error__card button:focus-visible{transform:translateY(-2px);box-shadow:0 18px 38px #d8520047}@media (width<=520px){.section-error{padding:28px 0}.section-error__card{width:min(100% - 24px,720px);padding:20px}}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #ff6a0038;position:sticky;top:0;box-shadow:0 10px 30px #1111110f}.header-container{width:min(1160px,100% - 32px);margin:0 auto}.header-top{background:linear-gradient(90deg, var(--color-black), var(--color-black-warm));color:var(--color-white)}.header-top__inner{justify-content:space-between;align-items:center;gap:20px;min-height:34px;display:flex}.header-top__message{color:#ffffffd1;margin:0;font-size:.84rem;line-height:1.4}.header-top__links{align-items:center;gap:16px;min-width:0;display:flex}.header-top__links a,.header-top__location{min-width:0;color:var(--color-white);align-items:center;gap:7px;font-size:.84rem;line-height:1;text-decoration:none;transition:color .18s;display:inline-flex}.header-top__links a:hover,.header-top__links a:focus-visible{color:var(--color-orange-soft)}.header-main{background:linear-gradient(180deg, #ff6a000f, transparent 70%), var(--color-surface);position:relative}.header-main__inner{justify-content:space-between;align-items:center;gap:28px;min-height:76px;display:flex}.brand{min-width:0;color:var(--color-black);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand__logo-wrap{border:2px solid var(--color-orange);background:var(--color-white);border-radius:50%;flex:none;place-items:center;width:54px;height:54px;display:grid;overflow:hidden;box-shadow:0 10px 26px #11111126}.brand__logo{object-fit:cover;width:100%;height:100%}.brand__copy{gap:3px;min-width:0;display:grid}.brand__name{color:var(--color-black);font-size:1.24rem;font-weight:900;line-height:1.05}.brand__tagline{color:var(--color-orange-dark);text-transform:uppercase;font-size:.76rem;font-weight:700;line-height:1.2}.primary-nav{justify-content:flex-end;align-items:center;gap:16px;display:flex}.primary-nav__list{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.primary-nav__item{position:relative}.primary-nav__item.has-service-menu{z-index:90}.primary-nav__link{min-height:42px;color:var(--color-black);border-radius:8px;align-items:center;gap:5px;padding:0 12px;font-size:.95rem;font-weight:800;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:inline-flex;position:relative}.primary-nav__link:after{content:"";background:var(--color-orange);transform-origin:0;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:7px;left:12px;right:12px;transform:scaleX(0)}.primary-nav__link:hover,.primary-nav__link:focus-visible{color:var(--color-orange-dark);background:var(--color-surface-warm)}.primary-nav__link:hover:after,.primary-nav__link:focus-visible:after{transform:scaleX(1)}.chevron-icon{transition:transform .18s}.has-service-menu:hover .chevron-icon,.has-service-menu:focus-within .chevron-icon{transform:rotate(180deg)}.header-cta{min-height:44px;color:var(--color-white);background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark));box-shadow:var(--shadow-orange);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:0 17px;font-weight:900;text-decoration:none;transition:box-shadow .18s,transform .18s;display:inline-flex}.header-cta:hover,.header-cta:focus-visible{transform:translateY(-1px);box-shadow:0 18px 38px #d8520047}.services-menu{z-index:120;width:620px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;border-radius:8px;padding:18px;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 12px);right:-210px;transform:translateY(8px)}.services-menu:before{content:"";width:130px;height:18px;position:absolute;top:-18px;right:220px}.has-service-menu:hover .services-menu,.has-service-menu:focus-within .services-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.services-menu__intro{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:end;gap:16px;padding:4px 4px 14px;display:flex}.services-menu__intro strong{color:var(--color-black);font-size:1rem}.services-menu__intro span{max-width:300px;color:var(--color-muted);text-align:right;font-size:.86rem;line-height:1.4}.services-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:14px 0 0;list-style:none;display:grid}.services-menu__grid a{min-height:78px;color:var(--color-text);background:var(--color-surface-soft);border:1px solid #ff6a0024;border-radius:8px;gap:4px;padding:13px;text-decoration:none;transition:border-color .18s,background .18s,transform .18s;display:grid}.services-menu__grid a:hover,.services-menu__grid a:focus-visible{background:var(--color-surface-warm);border-color:#ff6a005c;transform:translateY(-1px)}.services-menu__grid span{color:var(--color-black);font-size:.93rem;font-weight:900}.services-menu__grid small{color:var(--color-muted);font-size:.79rem;line-height:1.35}.services-menu__all{color:var(--color-orange-dark);align-items:center;gap:8px;margin-top:14px;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.services-menu__all:hover,.services-menu__all:focus-visible{color:var(--color-black)}.header-service-strip{background:var(--color-black);color:var(--color-white);border-top:1px solid #ff6a0057}.header-service-strip__inner{scroll-snap-type:x proximity;scrollbar-width:none;align-items:center;gap:10px;min-height:36px;display:flex;overflow-x:auto}.header-service-strip__inner::-webkit-scrollbar{display:none}.header-service-strip__item{color:#ffffffdb;scroll-snap-align:start;background:#ffffff0a;border:1px solid #ff6a0029;border-radius:999px;flex:none;padding:6px 12px 6px 24px;font-size:.84rem;font-weight:700;position:relative}.header-service-strip__item:before{content:"";background:var(--color-orange);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:7px;transform:translateY(-50%)}.menu-toggle{width:46px;height:46px;color:var(--color-black);background:var(--color-surface-warm);border:1px solid #ff6a003d;border-radius:8px;flex:none;place-items:center;padding:0;display:none}@media (width<=980px){.header-top__inner{flex-direction:column;align-items:flex-start;gap:8px;padding:10px 0}.header-top__links{justify-content:space-between;width:100%}.header-main__inner{min-height:70px}.brand__logo-wrap{width:48px;height:48px}.brand__name{font-size:1.08rem}.brand__tagline{font-size:.71rem}.menu-toggle{display:grid}.primary-nav{z-index:20;background:var(--color-surface);border:1px solid var(--color-border);max-height:calc(100vh - 160px);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;visibility:hidden;border-radius:8px;align-items:stretch;gap:16px;padding:16px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% + 44px);left:16px;right:16px;overflow-y:auto;transform:translateY(-8px)}.primary-nav.is-open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.primary-nav__list{gap:4px;display:grid}.primary-nav__link{justify-content:space-between;width:100%;padding:0 12px}.primary-nav__link:after{display:none}.header-cta{width:100%}.services-menu{width:100%;box-shadow:none;opacity:1;pointer-events:auto;border-color:#ff6a002e;margin:6px 0 8px;padding:12px;position:static;transform:none}.services-menu:before{display:none}.services-menu__intro{gap:4px;padding-bottom:10px;display:grid}.services-menu__intro span{text-align:left;max-width:none}.services-menu__grid{grid-template-columns:1fr}}@media (width<=640px){.header-container{width:min(100% - 24px,1160px)}.header-top__message{display:none}.header-top__inner{min-height:34px;padding:8px 0}.header-top__links{gap:10px}.header-top__links a{font-size:.78rem}.header-top__links a:nth-child(2){max-width:48%}.header-top__location{display:none}.header-top__links span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brand{gap:9px}.brand__copy{max-width:182px}.brand__name,.brand__tagline{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-service-strip__inner{min-height:34px}}@media (width<=480px){.header-top__links a:first-child{font-size:.82rem;font-weight:800}.header-top__links a:nth-child(2){display:none}.header-main__inner{gap:12px}.brand__logo-wrap{width:44px;height:44px}.brand__copy{max-width:168px}.menu-toggle{width:44px;height:44px}.primary-nav{max-height:calc(100vh - 148px);padding:12px;left:10px;right:10px}.header-service-strip__item{font-size:.78rem}}.site-footer{color:var(--color-white);background:linear-gradient(180deg, var(--color-black-soft), var(--color-black)), var(--color-black);border-top:1px solid #ff6a0047}.site-footer__inner,.site-footer__bottom{width:min(1160px,100% - 32px);margin:0 auto}.site-footer__inner{grid-template-columns:minmax(0,1.4fr) minmax(160px,.5fr) minmax(240px,.7fr);gap:34px;padding:42px 0 28px;display:grid}.site-footer__logo{color:var(--color-white);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.site-footer__logo img{object-fit:cover;background:var(--color-white);border:2px solid var(--color-orange);border-radius:50%;width:48px;height:48px}.site-footer__logo strong,.site-footer__logo small{display:block}.site-footer__logo strong{font-size:1.08rem;line-height:1.1}.site-footer__logo small{color:var(--color-orange-soft);text-transform:uppercase;margin-top:3px;font-size:.78rem;font-weight:800}.site-footer__brand p{color:#ffffffb3;max-width:430px;margin:18px 0 0;line-height:1.62}.site-footer__consultant{background:#ff6a001a;border:1px solid #ff6a003d;border-radius:8px;gap:3px;width:fit-content;margin-top:16px;padding:12px 14px;display:grid}.site-footer__consultant span{color:var(--color-orange-soft);text-transform:uppercase;font-size:.74rem;font-weight:900;line-height:1.2}.site-footer__consultant strong{color:var(--color-white);font-size:.96rem;line-height:1.2}.site-footer__consultant small{color:#ffffffb8;font-size:.8rem;font-weight:800}.site-footer__group h2{color:var(--color-orange-soft);text-transform:uppercase;margin:0 0 14px;font-size:.82rem;font-weight:900;line-height:1.2}.site-footer__group nav,.site-footer__contact{gap:10px;display:grid}.site-footer__group a,.site-footer__contact a{color:#ffffffc7;width:fit-content;font-size:.94rem;line-height:1.4;text-decoration:none;transition:color .18s}.site-footer__contact a{overflow-wrap:anywhere;align-items:center;gap:8px;display:inline-flex}.site-footer__group a:hover,.site-footer__group a:focus-visible,.site-footer__contact a:hover,.site-footer__contact a:focus-visible{color:var(--color-orange-soft)}.site-footer__bottom{color:#ffffffa8;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:.88rem;display:flex}.site-footer__bottom strong{color:var(--color-orange-soft)}@media (width<=820px){.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1}}@media (width<=560px){.site-footer__inner,.site-footer__bottom{width:min(100% - 24px,1160px)}.site-footer__inner{grid-template-columns:1fr;gap:26px;padding-top:34px}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.whatsapp-float{right:22px;bottom:max(22px, env(safe-area-inset-bottom));z-index:45;min-height:52px;color:var(--color-white);background:var(--color-whatsapp);box-shadow:var(--shadow-whatsapp);border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:9px;padding:0 16px;font-weight:900;text-decoration:none;transition:box-shadow .18s,transform .18s;display:inline-flex;position:fixed}.whatsapp-float:hover,.whatsapp-float:focus-visible{transform:translateY(-2px);box-shadow:0 18px 42px #25d36670}@media (width<=640px){.whatsapp-float{right:16px;bottom:max(16px, env(safe-area-inset-bottom));justify-content:center;width:52px;padding:0}.whatsapp-float span{display:none}}.scroll-reveal{opacity:0;transition:opacity .52s,transform .52s;transition-delay:var(--reveal-delay);will-change:opacity, transform;transform:translateY(20px)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transition:none;transform:none}}.contact-page{background:var(--color-page);min-height:100vh}.contact-page-container{width:min(1160px,100% - 32px);margin:0 auto}.contact-hero{color:var(--color-white);background:linear-gradient(145deg, #111111fc, #1d1d1df7), var(--color-black)}.contact-hero:after{content:"";background:linear-gradient(90deg,#0000,#ff6a00b8,#0000);height:7px;display:block}.contact-hero__inner{grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:42px;padding:74px 0;display:grid}.contact-hero__content span{color:var(--color-orange-soft);text-transform:uppercase;font-size:.82rem;font-weight:900}.contact-hero h1{max-width:680px;color:var(--color-white);margin:14px 0 0;font-size:3.15rem;font-weight:900;line-height:1.04}.contact-hero__content p{color:#fffc;max-width:660px;margin:18px 0 0;line-height:1.68}.contact-hero__consultant{border:1px solid #ff6a004d;border-left:4px solid var(--color-orange);background:#ffffff14;border-radius:8px;gap:3px;width:fit-content;margin-top:18px;padding:10px 13px;display:inline-grid}.contact-hero__consultant strong{color:var(--color-white);font-size:.98rem;line-height:1.2}.contact-hero__consultant small{color:var(--color-orange-soft);font-size:.82rem;font-weight:800;line-height:1.25}.contact-hero__direct{background:#ffffff14;border:1px solid #ff6a0052;border-radius:8px;padding:22px;box-shadow:0 18px 45px #ff6a001f}.contact-hero__direct h2{color:var(--color-white);margin:0;font-size:1.3rem}.contact-hero__direct p{color:#ffffffad;margin:10px 0 0;line-height:1.58}.contact-hero__cards{gap:10px;margin-top:18px;display:grid}.contact-info-card{color:var(--color-white);background:#ffffff14;border:1px solid #ff6a002e;border-radius:8px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:13px;text-decoration:none;display:grid}.contact-info-card>span{width:42px;height:42px;color:var(--color-white);background:var(--color-orange);border-radius:8px;place-items:center;display:grid}.contact-info-card small,.contact-info-card strong{display:block}.contact-info-card small{color:#ffffff9e;text-transform:uppercase;font-size:.78rem;font-weight:900}.contact-info-card strong{color:var(--color-white);overflow-wrap:anywhere;margin-top:3px;font-size:.95rem;line-height:1.3}.contact-form-section{background:var(--color-surface);padding:76px 0}.contact-form-section__inner{max-width:860px}.contact-form{background:var(--color-surface);border:1px solid #ff6a002e;border-top:4px solid var(--color-orange);box-shadow:var(--shadow-soft);border-radius:8px;padding:28px}.contact-form__header{border-bottom:1px solid var(--color-border);align-items:center;gap:14px;padding-bottom:22px;display:flex}.contact-form__header>span{width:46px;height:46px;color:var(--color-white);background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark));border-radius:8px;place-items:center;display:grid}.contact-form h2{color:var(--color-black);margin:0;font-size:1.45rem}.contact-form p{color:var(--color-muted);margin:6px 0 0}.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.contact-form__field{grid-template-rows:auto auto 34px;align-self:start;gap:8px;display:grid}.contact-form__field--full{grid-column:1/-1}.contact-form__field label{color:var(--color-black);font-size:.9rem;font-weight:900}.contact-form__field label span{color:var(--color-orange-dark)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:48px;color:var(--color-text);background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:8px;outline:none;padding:0 13px;transition:background .18s,border-color .18s,box-shadow .18s}.contact-form input[aria-invalid=true],.contact-form select[aria-invalid=true],.contact-form textarea[aria-invalid=true]{border-color:#b4231894;box-shadow:0 0 0 4px #b4231814}.contact-form textarea{resize:vertical;min-height:138px;padding-top:13px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:var(--color-white);border-color:#ff6a0085;box-shadow:0 0 0 4px #ff6a001a}.contact-form__field small{min-height:34px;color:var(--color-error);font-size:.8rem;font-weight:700;line-height:1.35}.contact-form__hidden{opacity:0;position:absolute;left:-9999px}.contact-form__status{border-radius:8px;margin:18px 0 0;padding:12px 14px;font-size:.9rem;font-weight:800}.contact-form__status--success{color:var(--color-success);background:var(--color-success-soft)}.contact-form__status--error{color:var(--color-error);background:var(--color-error-soft)}.contact-form__button{min-height:52px;color:var(--color-white);background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark));box-shadow:var(--shadow-orange);border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:22px;padding:0 20px;font-weight:900;transition:box-shadow .18s,transform .18s;display:inline-flex}.contact-form__button:hover,.contact-form__button:focus-visible{transform:translateY(-2px)}.contact-form__button:disabled{cursor:wait;opacity:.72}.contact-form__spinner{border:2px solid #ffffff6b;border-top-color:var(--color-white);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite contact-button-spin}@keyframes contact-button-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.contact-form__spinner{animation:none}}@media (width<=900px){.contact-hero__inner{grid-template-columns:1fr}}@media (width<=680px){.contact-page-container{width:min(100% - 24px,1160px)}.contact-hero__inner,.contact-form-section{padding:52px 0}.contact-hero h1{font-size:2.15rem}.contact-form{padding:20px}.contact-form__grid{grid-template-columns:1fr}.contact-form__button{width:100%}}@media (width<=480px){.contact-page-container{width:min(100% - 20px,1160px)}.contact-hero__inner,.contact-form-section{padding:44px 0}.contact-hero h1{font-size:1.9rem}.contact-hero__direct,.contact-form{padding:18px}.contact-info-card{grid-template-columns:40px minmax(0,1fr);padding:12px}}.services-page{background:var(--color-page);min-height:100vh}.services-page-container{width:min(1160px,100% - 32px);margin:0 auto}.services-page-hero{color:var(--color-white);background:linear-gradient(145deg, #111111fc, #1d1d1df7), var(--color-black);position:relative;overflow:hidden}.services-page-hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ff6a00b8,#0000);height:7px;position:absolute;bottom:0;left:0;right:0}.services-page-hero:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.services-page-hero__inner{grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:42px;padding:74px 0;display:grid;position:relative}.services-page-hero__content span,.services-catalog__intro span{color:var(--color-orange-soft);text-transform:uppercase;font-size:.82rem;font-weight:900;line-height:1.2;display:inline-flex}.services-page-hero h1{max-width:720px;color:var(--color-white);letter-spacing:0;margin:14px 0 0;font-size:3.15rem;font-weight:900;line-height:1.04}.services-page-hero p{color:#fffc;max-width:680px;margin:18px 0 0;font-size:1rem;line-height:1.68}.services-page-hero__consultant{border:1px solid #ff6a004d;border-left:4px solid var(--color-orange);background:#ffffff14;border-radius:8px;gap:3px;width:fit-content;margin-top:18px;padding:10px 13px;display:inline-grid}.services-page-hero__consultant strong{color:var(--color-white);font-size:.98rem;line-height:1.2}.services-page-hero__consultant small{color:var(--color-orange-soft);font-size:.82rem;font-weight:800;line-height:1.25}.services-page-hero__stats{gap:12px;display:grid}.service-summary-card{border:1px solid var(--color-border-light);background:#ffffff14;border-radius:8px;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;padding:16px;display:grid}.service-summary-card span{width:46px;height:46px;color:var(--color-white);background:var(--color-orange);border-radius:8px;place-items:center;display:grid}.service-summary-card strong,.service-summary-card small{grid-column:2}.service-summary-card strong{color:var(--color-white);font-size:1.35rem;line-height:1}.service-summary-card small{color:#ffffffad;font-size:.86rem;line-height:1.35}.services-catalog{background:var(--color-surface);padding:78px 0}.services-catalog__inner{gap:32px;display:grid}.services-catalog__intro{max-width:720px}.services-catalog__intro span{color:var(--color-orange-dark)}.services-catalog__intro h2{color:var(--color-black);margin:12px 0 0;font-size:2.35rem;font-weight:900;line-height:1.08}.services-catalog__intro p{color:var(--color-muted);margin:14px 0 0;line-height:1.68}.services-catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.services-catalog__grid>.scroll-reveal{height:100%}.service-detail-card{background:var(--color-surface);border:1px solid #ff6a0029;border-top:3px solid #ff6a006b;border-radius:8px;align-content:start;gap:18px;height:100%;min-height:210px;padding:22px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 14px 34px #1111110d}.service-detail-card:hover{border-color:#ff6a0061;border-top-color:var(--color-orange);transform:translateY(-4px);box-shadow:0 22px 46px #1111111a}.service-detail-card__icon{width:48px;height:48px;color:var(--color-white);background:var(--color-black);border-radius:8px;place-items:center;display:grid}.service-detail-card__label{color:var(--color-orange-dark);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:900;line-height:1.2;display:inline-flex}.service-detail-card h3{color:var(--color-black);margin:0;font-size:1.08rem;line-height:1.25}.service-detail-card p{color:var(--color-muted);margin:10px 0 0;font-size:.91rem;line-height:1.55}.services-page-cta{color:var(--color-white);background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark));padding:54px 0}.services-page-cta__inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;display:grid}.services-page-cta h2{color:var(--color-white);margin:0;font-size:2rem;line-height:1.14}.services-page-cta p{color:#ffffffd6;max-width:620px;margin:12px 0 0;line-height:1.6}.services-page-cta a{min-height:52px;color:var(--color-white);background:var(--color-black);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-weight:900;text-decoration:none;transition:transform .18s;display:inline-flex}.services-page-cta a:hover,.services-page-cta a:focus-visible{transform:translateY(-2px)}@media (width<=980px){.services-page-hero__inner,.services-page-cta__inner{grid-template-columns:1fr}.services-page-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.services-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.services-page-container{width:min(100% - 24px,1160px)}.services-page-hero__inner,.services-catalog{padding:52px 0}.services-page-hero h1,.services-catalog__intro h2{font-size:2.1rem}.services-page-hero__stats,.services-catalog__grid{grid-template-columns:1fr}.services-page-cta a{width:100%}.service-detail-card{min-height:auto;padding:20px}}@media (width<=480px){.services-page-container{width:min(100% - 20px,1160px)}.services-page-hero__inner,.services-catalog{padding:44px 0}.services-page-hero h1,.services-catalog__intro h2,.services-page-cta h2{font-size:1.86rem}.services-page-cta{padding:42px 0}}.hero-section{background:linear-gradient(90deg, #111111f5 0%, #111111e6 38%, #11111194 72%, #1111117a 100%), linear-gradient(180deg, #1111114d, #111111c2), var(--hero-bg-image), var(--color-black);color:var(--color-white);border-bottom:4px solid var(--color-orange);background-position:100%;background-size:cover;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:52px 52px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000000bd,#0000 74%);mask-image:linear-gradient(90deg,#000000bd,#0000 74%)}.hero-section:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ff6a00b8,#0000);height:7px;position:absolute;bottom:0;left:0;right:0}.hero-section__inner{grid-template-columns:minmax(0,1.02fr) minmax(390px,.88fr);align-items:center;gap:48px;width:min(1160px,100% - 32px);min-height:clamp(560px,100svh - 174px,680px);padding:clamp(30px,4vh,46px) 0;display:grid;position:relative}.hero-content{min-width:0;max-width:680px}.hero-eyebrow{width:fit-content;color:var(--color-orange-soft);background:#ff6a001f;border:1px solid #ff6a0047;border-radius:8px;align-items:center;gap:9px;padding:9px 12px;font-size:.86rem;font-weight:800;display:inline-flex}.hero-title{color:var(--color-white);letter-spacing:0;margin:22px 0 0;font-size:3.68rem;font-weight:900;line-height:.98}.hero-title:after{content:"";background:linear-gradient(90deg, var(--color-orange), transparent);border-radius:999px;width:min(180px,48%);height:4px;margin-top:18px;display:block}.hero-headline{max-width:610px;color:var(--color-orange-soft);margin:16px 0 0;font-size:1.34rem;font-weight:850;line-height:1.18}.hero-practitioner{border:1px solid #ff6a0057;border-left:4px solid var(--color-orange);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff17;border-radius:8px;gap:3px;width:fit-content;margin-top:16px;padding:10px 13px;display:inline-grid}.hero-practitioner span{color:var(--color-white);font-size:.98rem;font-weight:900;line-height:1.15}.hero-practitioner small{color:var(--color-orange-soft);font-size:.82rem;font-weight:800;line-height:1.2}.hero-description{color:#ffffffc7;max-width:640px;margin:18px 0 0;font-size:1rem;line-height:1.64}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.hero-button{border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-weight:850;text-decoration:none;transition:border-color .18s,background .18s,color .18s,transform .18s;display:inline-flex}.hero-button:hover,.hero-button:focus-visible{transform:translateY(-2px)}.hero-button--primary{color:var(--color-white);background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark));box-shadow:var(--shadow-orange)}.hero-button--secondary{color:var(--color-white);border:1px solid var(--color-border-light);background:#ffffff14}.hero-button--secondary:hover,.hero-button--secondary:focus-visible{background:#ff6a001f;border-color:#ff6a008f}.hero-trust-list{gap:11px;margin:22px 0 0;padding:0;list-style:none;display:grid}.hero-trust-list li{color:#ffffffd6;align-items:center;gap:10px;font-size:.98rem;line-height:1.45;display:flex}.hero-trust-list svg{color:var(--color-orange);flex:none}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:620px;margin-top:26px;display:grid}.hero-metric{background:#ffffff12;border:1px solid #ff6a0038;border-radius:8px;align-content:center;gap:6px;min-height:96px;padding:16px;display:grid}.hero-metric__icon{width:34px;height:34px;color:var(--color-orange);background:#ff6a0021;border-radius:8px;place-items:center;display:grid}.hero-metric strong{color:var(--color-white);font-size:1.18rem;line-height:1.1}.hero-metric span:last-child{color:#ffffffa8;font-size:.82rem;line-height:1.35}.hero-visual{place-items:center;min-width:0;min-height:500px;display:grid;position:relative}.hero-dashboard{z-index:2;width:min(100%,410px);color:var(--color-text);background:#fffffffa;border:1px solid #ffffffb3;border-radius:8px;padding:18px;animation:7s ease-in-out infinite heroFloat;position:relative;box-shadow:0 28px 70px #00000047}.hero-dashboard__top{grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.hero-dashboard__logo{object-fit:cover;border:1px solid var(--color-border);border-radius:50%;width:54px;height:54px;box-shadow:0 8px 20px #1111111f}.hero-dashboard__top span,.hero-dashboard__meter span,.hero-floating-card small{color:var(--color-muted);font-size:.76rem;line-height:1.2}.hero-dashboard__top strong{color:var(--color-black);margin-top:3px;font-size:1rem;display:block}.hero-dashboard__top em{color:var(--color-orange-dark);background:var(--color-orange-soft);border-radius:8px;padding:7px 9px;font-size:.74rem;font-style:normal;font-weight:850}.hero-dashboard__meter{background:var(--color-surface-tint);border:1px solid #ff6a002e;border-radius:8px;gap:12px;margin-top:22px;padding:16px;display:grid}.hero-dashboard__meter>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.hero-dashboard__meter strong{color:var(--color-black);font-size:1.6rem;line-height:1}.hero-dashboard__meter-track{background:#1111111a;border-radius:999px;height:10px;overflow:hidden}.hero-dashboard__meter-track span{background:linear-gradient(90deg, var(--color-orange), var(--color-black));border-radius:inherit;width:92%;height:100%;animation:1.2s ease-out both meterFill;display:block}.hero-dashboard__advisor{background:var(--color-black);border-radius:8px;gap:3px;margin-top:14px;padding:13px 14px;display:grid}.hero-dashboard__advisor span{color:var(--color-orange-soft);text-transform:uppercase;font-size:.74rem;font-weight:900;line-height:1.2}.hero-dashboard__advisor strong{color:var(--color-white);font-size:.98rem;line-height:1.2}.hero-dashboard__advisor small{color:#ffffffb8;font-size:.8rem;font-weight:800;line-height:1.25}.hero-dashboard__tasks{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.hero-dashboard__tasks li{border-bottom:1px solid #11111114;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;display:grid}.hero-dashboard__tasks li:last-child{border-bottom:0}.hero-dashboard__task-icon{width:28px;height:28px;color:var(--color-white);background:var(--color-black);border-radius:8px;place-items:center;display:grid}.hero-dashboard__tasks span:nth-child(2){color:var(--color-black);font-size:.9rem;font-weight:800}.hero-dashboard__tasks strong{color:var(--color-orange-dark);font-size:.76rem}.hero-visual__badge,.hero-floating-card{z-index:3;color:var(--color-white);background:#111111eb;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:10px;display:flex;position:absolute;box-shadow:0 18px 45px #00000038}.hero-visual__badge{color:var(--color-orange-soft);padding:12px 14px;font-size:.85rem;font-weight:850;animation:.7s ease-out both heroSlideIn;top:38px;left:16px}.hero-floating-card{min-width:214px;padding:14px;animation:6s ease-in-out infinite heroFloatSmall}.hero-floating-card--1{top:74px;right:0}.hero-floating-card--2{animation-delay:.9s;bottom:48px;left:0}.hero-floating-card>span{width:36px;height:36px;color:var(--color-white);background:var(--color-orange);border-radius:8px;place-items:center;display:grid}.hero-floating-card strong{color:var(--color-white);margin-top:3px;font-size:.9rem;display:block}.hero-documents{opacity:.78;width:170px;height:210px;position:absolute;inset:auto 22px 20px auto}.hero-document{background:linear-gradient(90deg, transparent 18px, #11111114 18px, #11111114 19px, transparent 19px), linear-gradient(180deg, var(--color-white) 0 22%, var(--color-surface-warm) 22% 24%, var(--color-white) 24%);border:1px solid #ffffff8f;border-radius:8px;width:126px;height:160px;position:absolute;box-shadow:0 16px 34px #0000003d}.hero-document--one{bottom:0;right:0;transform:rotate(7deg)}.hero-document--two{bottom:22px;right:34px;transform:rotate(-7deg)}.hero-document--three{bottom:44px;right:68px;transform:rotate(-15deg)}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes heroFloatSmall{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes heroSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes meterFill{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}@media (width<=1040px){.hero-section{background-position:right 28% center}.hero-section__inner{grid-template-columns:1fr;gap:44px;min-height:auto;padding:62px 0}.hero-content{max-width:760px}.hero-title{font-size:3.25rem}.hero-visual{min-height:500px}}@media (width<=720px){.hero-section{background-position:right 34% center}.hero-section__inner{gap:32px;width:min(100% - 24px,1160px);padding:36px 0 44px}.hero-title{font-size:2.45rem}.hero-headline{font-size:1.16rem}.hero-practitioner{max-width:100%}.hero-description{font-size:.98rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-button{width:100%}.hero-metrics{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;gap:10px;max-width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.hero-metrics::-webkit-scrollbar{display:none}.hero-metric{scroll-snap-align:start;min-width:168px}.hero-visual{min-height:auto;display:block}.hero-dashboard{width:100%;animation:none}.hero-dashboard__top{grid-template-columns:48px minmax(0,1fr)}.hero-dashboard__top em{grid-column:2;justify-self:start}.hero-dashboard__tasks li{grid-template-columns:28px minmax(0,1fr)}.hero-dashboard__tasks strong{grid-column:2}.hero-visual__badge,.hero-floating-card,.hero-documents{display:none}}@media (width<=480px){.hero-section__inner{gap:26px;width:min(100% - 20px,1160px);padding:30px 0 38px}.hero-eyebrow{align-items:flex-start;font-size:.8rem;line-height:1.35}.hero-title{font-size:2.02rem;line-height:1.04}.hero-title:after{margin-top:14px}.hero-headline{font-size:1.08rem}.hero-practitioner span{font-size:.92rem}.hero-description,.hero-trust-list li{font-size:.94rem}.hero-dashboard{padding:16px}.hero-dashboard__logo{width:46px;height:46px}.hero-dashboard__top{grid-template-columns:46px minmax(0,1fr);gap:10px}.hero-dashboard__top strong{font-size:.94rem}.hero-dashboard__top em{font-size:.7rem}.hero-dashboard__meter{padding:14px}.hero-dashboard__meter strong{font-size:1.35rem}.hero-dashboard__tasks{gap:6px}.hero-dashboard__tasks li{padding:9px 0}.hero-dashboard__tasks span:nth-child(2){font-size:.84rem}}@media (width<=380px){.hero-title{font-size:1.86rem}.hero-button{min-height:48px}.hero-dashboard{display:none}}@media (prefers-reduced-motion:reduce){.hero-dashboard,.hero-floating-card,.hero-visual__badge,.hero-dashboard__meter-track span{animation:none}}.section-intro{max-width:760px}.section-intro--center{text-align:center;margin:0 auto}.section-intro span{color:var(--color-orange-dark);text-transform:uppercase;font-size:.82rem;font-weight:900;line-height:1.2;display:inline-flex}.home-section--dark .section-intro span{color:var(--color-orange-soft)}.section-intro h2{color:var(--color-black);letter-spacing:0;margin:12px 0 0;font-size:2.35rem;font-weight:900;line-height:1.06}.home-section--dark .section-intro h2{color:var(--color-white)}.section-intro p{color:var(--color-muted);margin:14px 0 0;font-size:1rem;line-height:1.72}.home-section--dark .section-intro p{color:#ffffffb8}@media (width<=720px){.section-intro--center{text-align:left}.section-intro h2{font-size:1.95rem}}@media (width<=480px){.section-intro span{font-size:.78rem}.section-intro h2{font-size:1.78rem;line-height:1.12}.section-intro p{font-size:.94rem;line-height:1.62}}.services-section{overflow:hidden}.services-section:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ff6a0080,#0000);height:4px;position:absolute;top:0;left:0;right:0}.services-section__top{grid-template-columns:minmax(0,1fr) 260px;align-items:end;gap:28px;display:grid}.services-section__feature{background:var(--color-black);box-shadow:var(--shadow-soft);border:1px solid #ff6a0033;border-radius:8px;padding:0;overflow:hidden}.services-section__feature img{aspect-ratio:16/10;object-fit:cover;width:100%}.services-section__feature-copy{padding:18px 20px 20px}.services-section__feature span,.services-section__feature small{color:#ffffffb8;font-size:.82rem;line-height:1.4;display:block}.services-section__feature strong{color:var(--color-orange);margin:8px 0;font-size:3rem;line-height:1;display:block}.services-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.services-section__grid>.scroll-reveal{height:100%}.service-card{background:var(--color-surface);border:1px solid #ff6a0029;border-top:3px solid #ff6a006b;border-radius:8px;align-content:start;gap:18px;height:100%;min-height:206px;padding:22px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 14px 34px #1111110d}.service-card:hover{border-color:#ff6a0061;border-top-color:var(--color-orange);transform:translateY(-4px);box-shadow:0 22px 46px #1111111a}.service-card--featured{background:linear-gradient(135deg, #ff6a001a, transparent 42%), var(--color-surface)}.service-card__icon{width:48px;height:48px;color:var(--color-white);background:var(--color-black);border-radius:8px;place-items:center;display:grid}.service-card--featured .service-card__icon{background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark))}.service-card__label{color:var(--color-orange-dark);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:900;line-height:1.2;display:inline-flex}.service-card h3{color:var(--color-black);margin:0;font-size:1.08rem;line-height:1.25}.service-card p{color:var(--color-muted);margin:10px 0 0;font-size:.91rem;line-height:1.55}.services-section__action{justify-content:center;display:flex}.services-section__action a{min-height:50px;color:var(--color-white);background:var(--color-black);border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:0 20px;font-weight:900;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.services-section__action a:hover,.services-section__action a:focus-visible{background:var(--color-orange-dark);transform:translateY(-2px)}@media (width<=1040px){.services-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.services-section__top,.services-section__grid{grid-template-columns:1fr}.services-section__feature{max-width:none}.service-card{min-height:auto;padding:20px}.services-section__action a{width:100%}}@media (width<=480px){.services-section__feature-copy{padding:16px 18px 18px}.services-section__feature strong{font-size:2.6rem}.service-card__icon{width:44px;height:44px}}.why-section{overflow:hidden}.why-section__inner{position:relative}.why-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.why-section__grid>.scroll-reveal{height:100%}.reason-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;height:100%;min-height:196px;padding:22px;transition:border-color .18s,transform .18s;box-shadow:0 14px 34px #1111110d}.reason-card:hover{border-color:#ff6a005c;transform:translateY(-3px)}.reason-card__icon{width:44px;height:44px;color:var(--color-orange-dark);background:var(--color-orange-soft);border-radius:8px;place-items:center;display:grid}.reason-card h3{color:var(--color-black);margin:20px 0 0;font-size:1.05rem;line-height:1.25}.reason-card p{color:var(--color-muted);margin:10px 0 0;font-size:.91rem;line-height:1.58}.why-section__proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.why-section__proof div{background:var(--color-black);border:1px solid #ff6a0042;border-radius:8px;align-content:center;gap:7px;min-height:104px;padding:18px;display:grid}.why-section__proof strong{color:var(--color-orange);font-size:1.28rem;line-height:1}.why-section__proof span{color:#ffffffb8;font-size:.82rem;line-height:1.35}@media (width<=1000px){.why-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.why-section__proof,.why-section__grid{grid-template-columns:1fr}}@media (width<=480px){.reason-card,.why-section__proof div{min-height:auto;padding:18px}.reason-card h3{margin-top:16px}}.industries-section{border-top:4px solid var(--color-orange);border-bottom:4px solid var(--color-orange);overflow:hidden}.industries-section:before{content:"";opacity:.62;pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.industries-section .home-container{position:relative}.industries-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.industries-section__grid>.scroll-reveal{height:100%}.industry-card{border:1px solid var(--color-border-light);background:#ffffff12;border-radius:8px;height:100%;min-height:210px;padding:22px;transition:background .18s,border-color .18s,transform .18s}.industry-card:hover{background:#ff6a001f;border-color:#ff6a006b;transform:translateY(-4px)}.industry-card span{width:48px;height:48px;color:var(--color-white);background:var(--color-orange);border-radius:8px;place-items:center;display:grid}.industry-card h3{color:var(--color-white);margin:22px 0 0;font-size:1.08rem;line-height:1.28}.industry-card p{color:#ffffffad;margin:10px 0 0;font-size:.91rem;line-height:1.58}@media (width<=980px){.industries-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.industries-section__grid{grid-template-columns:1fr}.industry-card{min-height:auto;padding:20px}}.insights-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.insights-section__item{height:100%}.insight-card{background:var(--color-surface);border:1px solid #ff6a0038;border-top:3px solid #ff6a0070;border-radius:8px;grid-template-rows:auto auto 1fr auto;gap:13px;height:100%;min-height:232px;padding:20px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 14px 34px #1111110d}.insight-card:hover{border-color:#ff6a0061;transform:translateY(-3px);box-shadow:0 20px 44px #1111111a}.insight-card__meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.insight-card__meta span,.insight-card__meta small{color:var(--color-orange-dark);text-transform:uppercase;font-size:.78rem;font-weight:900;line-height:1.2}.insight-card__meta span{background:var(--color-surface-warm);border-radius:999px;padding:6px 9px}.insight-card__meta small{color:var(--color-muted);text-transform:none;font-weight:800}.insight-card h3{color:var(--color-black);margin:0;font-size:1.12rem;line-height:1.28}.insight-card p{color:var(--color-muted);margin:0;font-size:.93rem;line-height:1.55}.insight-card a{width:fit-content;min-height:38px;color:var(--color-orange-dark);background:var(--color-surface-warm);border:1px solid #ff6a0033;border-radius:999px;justify-content:center;align-items:center;gap:7px;margin-top:2px;padding:0 13px;font-size:.9rem;font-weight:900;line-height:1;text-decoration:none;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.insight-card a svg{flex:none}.insight-card a:hover,.insight-card a:focus-visible{color:var(--color-white);background:linear-gradient(135deg, var(--color-orange), var(--color-orange-dark));box-shadow:var(--shadow-orange);border-color:#0000;transform:translateY(-2px)}@media (width<=900px){.insights-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insight-card{min-height:auto}}@media (width<=640px){.insights-section__grid{grid-template-columns:1fr}}@media (width<=480px){.insight-card{padding:18px}.insight-card h3{font-size:1.05rem}.insight-card__meta{flex-direction:column;align-items:flex-start;gap:6px}}.contact-cta{color:var(--color-white);background:linear-gradient(135deg, #ff6a00f0, #d85200f5), var(--color-orange);padding:54px 0}.contact-cta__inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:34px;display:grid}.contact-cta span{color:#ffffffd1;text-transform:uppercase;font-size:.82rem;font-weight:900;display:inline-flex}.contact-cta h2{color:var(--color-white);margin:10px 0 0;font-size:2rem;line-height:1.12}.contact-cta p{color:#ffffffd6;max-width:620px;margin:12px 0 0;line-height:1.6}.contact-cta__actions{align-items:center;gap:18px;display:flex}.contact-cta__button{min-height:52px;color:var(--color-white);background:var(--color-black);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-weight:900;text-decoration:none;transition:transform .18s;display:inline-flex}.contact-cta__button:hover,.contact-cta__button:focus-visible{transform:translateY(-2px)}.contact-cta__details{gap:7px;min-width:0;display:grid}.contact-cta__details a,.contact-cta__details span{color:var(--color-white);text-transform:none;font-size:.9rem;font-weight:800;line-height:1.3;text-decoration:none}@media (width<=820px){.contact-cta__inner,.contact-cta__actions{grid-template-columns:1fr}.contact-cta__inner{align-items:start}.contact-cta__actions{display:grid}.contact-cta__button{width:100%}}@media (width<=480px){.contact-cta{padding:42px 0}.contact-cta h2{font-size:1.72rem}.contact-cta__details a,.contact-cta__details span{overflow-wrap:anywhere}}.home-container{width:min(1160px,100% - 32px);margin:0 auto}.home-section{padding:78px 0;position:relative}.home-section--warm{background:var(--color-page)}.home-section--white{background:var(--color-surface)}.home-section--dark{color:var(--color-white);background:var(--color-black)}.section-layout{gap:32px;display:grid}.section-grid{gap:18px;display:grid}.section-anchor-target{scroll-margin-top:178px}@media (width<=760px){.home-container{width:min(100% - 24px,1160px)}.home-section{padding:58px 0}}@media (width<=480px){.home-container{width:min(100% - 20px,1160px)}.home-section{padding:48px 0}.section-layout{gap:26px}}.home-page{background:linear-gradient(90deg, #ff6a000a 1px, transparent 1px), linear-gradient(180deg, #ff6a000a 1px, transparent 1px), linear-gradient(180deg, var(--color-page), var(--color-surface));background-size:44px 44px,44px 44px,auto;min-height:100vh}
