:root{--primary:#1558ff;--primary-dark:#0a2e8a;--ink:#0f2048;--muted:#5d6c8f;--line:#e4ebf5;--bg:#f7f9fd;--white:#fff;--radius:18px;--shadow:0 14px 40px rgba(23,43,99,.08);--shadow-soft:0 8px 28px rgba(23,43,99,.06);--hero-h:370px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1360px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,61,160,.08)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{height:42px;width:auto}.brand span{font-size:20px;font-weight:600;color:#1660eb}.main-nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:center}.main-nav a{font-size:15px;font-weight:500;color:#1f3063;padding:6px 2px;position:relative}.main-nav a.active,.main-nav a:hover{color:var(--primary)}.main-nav a.active::after{content:'';position:absolute;left:0;right:0;bottom:-10px;height:3px;border-radius:99px;background:var(--primary)}.nav-actions{display:flex;align-items:center;gap:14px}.header-cta{height:46px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:14px;padding:0 22px;height:52px;font-weight:600;font-size:15px;transition:.3s ease;cursor:pointer;border-radius:999px}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#1c7dff,#1558ff);color:#fff;box-shadow:0 14px 32px rgba(21,88,255,.22)}.btn-secondary{background:#eff5ff;color:var(--primary)}.btn-outline-light{border:1px solid rgba(255,255,255,.65);color:#fff;background:transparent}.btn-pill,.btn-small{height:44px;padding:0 18px;border:1px solid #a9c4ff;color:var(--primary);background:#fff;border-radius:999px;font-size:14px;box-shadow:0 8px 20px rgba(21,88,255,.08)}.btn-small.btn-primary{border:none;color:#fff;height:40px}.btn.wide{width:100%}.lang-switcher{position:relative}.lang-current{height:44px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 14px;display:flex;align-items:center;gap:8px;font-weight:500;color:#1f3063;cursor:pointer}.lang-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-soft);padding:8px;min-width:120px;display:none}.lang-switcher:hover .lang-menu{display:block}.lang-menu a{display:block;padding:8px 10px;border-radius:8px}.lang-menu a:hover{background:#f3f7ff}.nav-toggle{display:none;border:none;background:#eef4ff;color:#1657f2;border-radius:12px;width:44px;height:44px;font-size:22px}.hero-slider{position:relative}.hero-frame{position:relative;overflow:hidden}.hero-track{position:relative}.hero-slide{display:none;min-height:var(--hero-h);background-size:cover;background-position:center;color:#fff}.hero-slide.active{display:block;animation:fadeIn .8s ease}@keyframes fadeIn{from{opacity:.3;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.hero-content{display:flex;align-items:center;min-height:var(--hero-h)}.hero-copy{max-width:560px}.hero-copy h1,.page-hero-content h1{font-size:3.9rem;line-height:1;margin:0 0 18px;font-weight:600;letter-spacing:0;max-width:580px}.page-hero-content h1{font-size:3.1rem}.hero-copy h1 span,.page-hero-content h1 span{color:#2190ff}.hero-copy p,.page-hero-content p{font-size:1.03rem;line-height:1.45;color:rgba(255,255,255,.92);max-width:560px;margin:0 0 22px;font-weight:500}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(3,22,62,.18);backdrop-filter:blur(6px);color:#fff;font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease}.hero-arrow:hover{background:rgba(21,88,255,.55)}.hero-arrow.prev{left:26px}.hero-arrow.next{right:26px}.hero-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:28px;display:flex;gap:10px}.hero-dots button{width:11px;height:11px;border-radius:50%;border:none;background:rgba(255,255,255,.55);cursor:pointer}.hero-dots button.active{background:#28a0ff;transform:scale(1.15)}.metrics-overlap{margin-top:-38px;position:relative;z-index:3}.metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.metrics-grid.trio{grid-template-columns:repeat(3,1fr)}.metric-card{padding:20px 24px;display:flex;align-items:center;gap:16px;border-right:1px solid var(--line)}.metric-card:last-child{border-right:none}.metric-card i{font-size:36px;color:#2a6dff}.metric-card strong{display:block;color:#1c73ff;font-size:1.15rem;font-weight:600}.metric-card span{display:block;color:#4c5a7d;font-size:.97rem}.section{padding:34px 0}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-top.center{align-items:center;justify-content:center;flex-direction:column;margin-bottom:24px;text-align:center}.eyebrow{display:inline-block;color:#1783ff;font-size:.88rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.eyebrow.light{color:#8cc4ff}h2{font-size:2.6rem;line-height:1.05;margin:0;font-weight:600;letter-spacing:0}.section-side{display:flex;flex-direction:column;align-items:flex-end;gap:14px;max-width:560px}.section-side p,.panel-head p,.about-copy p,.info-card p,.mini-feature p,.service-card p,.product-card p,.client-card p,.contact-card p,.quick-contact-box p,.safe-note{color:var(--muted);margin:0}.cards-grid{display:grid;gap:24px}.cards-grid.five{grid-template-columns:repeat(5,1fr)}.cards-grid.four{grid-template-columns:repeat(4,1fr)}.cards-grid.compact{gap:18px}.card-panel,.service-card,.product-card,.info-card,.mini-feature,.client-card,.contact-card,.map-panel,.contact-form,.panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft)}.hover-lift{transition:transform .35s ease,box-shadow .35s ease}.hover-lift:hover{transform:translateY(-7px) scale(1.015);box-shadow:0 18px 38px rgba(16,45,120,.12)}.card-media{height:78px;overflow:hidden;border-radius:18px 18px 0 0}.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-card:hover .card-media img{transform:scale(1.06)}.service-card{position:relative;overflow:hidden}.icon-badge{position:absolute;left:16px;top:54px;width:48px;height:48px;border-radius:14px;background:#1a6cff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 10px 20px rgba(26,108,255,.22)}.card-body{padding:26px 16px 18px}.card-body h3,.panel h3,.product-card h3,.info-card h3,.mini-feature h3,.contact-card h3{font-size:1.05rem;margin:0 0 8px;font-weight:600}.card-body p{font-size:.94rem;min-height:60px}.card-body a,.product-card a,.info-card a{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:#1c6cff;font-weight:600;font-size:.93rem}.panel-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:24px}.panel{padding:18px 20px}.product-inline,.clients-inline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:18px 0 18px}.product-pill,.client-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--line);min-height:82px;padding:6px 8px}.product-inline .product-pill:last-child,.clients-inline .client-pill:last-child{border-right:none}.product-mark{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#eaf2ff,#d9e9ff);display:flex;align-items:center;justify-content:center;color:#1667ff;font-size:1.55rem;font-weight:600;margin-bottom:8px;border:1px solid #bfd5ff}.product-mark.big{width:72px;height:72px;margin-bottom:18px;font-size:2rem}.page-hero{min-height:280px;background-size:cover;background-position:center;color:#fff;display:flex;align-items:center}.page-hero.compact{min-height:280px;max-height:370px}.page-hero-content{display:flex;align-items:center;min-height:280px}.accent-line{width:64px;height:4px;border-radius:999px;background:#27a0ff;margin-top:18px}.accent-line.small{margin-top:10px;height:3px;width:52px}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:42px;align-items:center}.about-media img{border-radius:18px;box-shadow:var(--shadow)}.stat-chips{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}.stat-chip{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 16px;min-width:140px;box-shadow:var(--shadow-soft)}.stat-chip strong{display:block;color:#1a6cff;font-size:1.25rem;font-weight:600}.stat-chip span{font-size:.85rem;color:var(--muted)}.info-card{padding:24px 22px;min-height:170px}.info-card i{font-size:30px;color:#1c6cff;margin-bottom:14px}.mini-feature{display:flex;align-items:flex-start;gap:14px;padding:18px 16px}.mini-feature i{font-size:28px;color:#1c6cff;margin-top:3px}.process-strip,.benefits-bar{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);padding:16px 18px;margin-top:20px}.process-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-step{display:flex;gap:14px;position:relative}.process-step:not(:last-child)::after{content:'';position:absolute;right:-8px;top:36px;width:16px;border-top:2px dashed #8fb5ff}.process-icon{width:72px;height:72px;border-radius:50%;background:#f5f9ff;border:1px solid #d6e4ff;display:flex;align-items:center;justify-content:center;color:#1562ff;font-size:30px;flex-shrink:0}.process-step strong{display:block;color:#1c6cff;font-size:1.6rem;font-weight:600}.process-step h4{margin:0;font-size:1rem;font-weight:600}.process-step p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.products-grid .product-card{padding:24px 20px;min-height:250px}.benefits-bar{display:grid;grid-template-columns:1.15fr 2fr;gap:20px;align-items:center}.benefit-lead{display:flex;gap:16px;align-items:center;font-size:1.5rem;color:#1a6cff}.benefit-lead strong{color:var(--ink);font-size:1.1rem;line-height:1.4;font-weight:600}.benefit-items{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.benefit-items div{display:flex;flex-direction:column;gap:8px;color:#4f5d7c;font-size:.92rem}.benefit-items i{color:#1c6cff;font-size:26px}.client-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.client-card{padding:22px 16px;min-height:152px;text-align:center;display:flex;flex-direction:column;justify-content:center}.client-logo-text{font-size:2rem;font-weight:500;color:#163780;margin-bottom:10px}.contact-layout{display:grid;grid-template-columns:420px 1fr;gap:22px;align-items:start}.contact-cards{display:grid;gap:14px}.contact-card{display:grid;grid-template-columns:52px 1fr 18px;gap:16px;align-items:center;padding:16px 18px}.contact-card i{font-size:30px;color:#1a6cff}.contact-card span i{font-size:20px}.contact-form,.map-panel{padding:18px 18px}.contact-form h2{font-size:2rem;margin-bottom:10px}.map-panel img{border-radius:16px;height:170px;object-fit:cover;width:100%;margin-top:10px}.map-meta{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}form label{display:block;font-size:.92rem;font-weight:600;color:#28406f;margin-bottom:8px}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.form-row.compact{grid-template-columns:1fr 1fr 1fr 1.7fr;align-items:start}.field.full,.field.grow{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid #dbe5f2;background:#fff;border-radius:12px;padding:13px 14px;font:inherit;color:var(--ink);outline:none;transition:.25s ease}.field textarea{resize:vertical;min-height:54px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#72a5ff;box-shadow:0 0 0 3px rgba(21,88,255,.1)}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.form-actions.compact{margin-top:8px}.captcha-placeholder{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#495a83;min-height:50px}.check{width:18px;height:18px;border:1px solid #b9c7e1;border-radius:4px;display:inline-block;background:#f5f9ff}.form-message{font-size:.95rem;font-weight:500;margin-top:8px;display:none}.form-message.success{display:block;color:#0a7d3e}.form-message.error{display:block;color:#c53131}.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}.quick-contact{padding:10px 0 0}.quick-contact-grid{display:grid;grid-template-columns:380px 1fr;gap:0;align-items:stretch}.quick-contact-box{background:linear-gradient(135deg,#051851,#08328f);color:#fff;border-radius:18px 0 0 18px;padding:22px 24px;display:flex;gap:18px;align-items:flex-start;min-height:150px}.quick-contact-box h3{font-size:2rem;line-height:1.05;margin:6px 0 10px;font-weight:600}.quick-icon{width:58px;height:58px;border-radius:16px;background:#0f67ff;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 12px 28px rgba(15,103,255,.28)}.mini-contact-form{background:#fff;border:1px solid var(--line);border-left:none;border-radius:0 18px 18px 0;padding:18px;position:relative}.safe-note{display:block;margin-top:8px;font-size:.88rem}.site-footer{padding:0 0 14px;background:linear-gradient(180deg,#05122f 0%,#071a45 100%);margin-top:32px}.footer-inner{display:grid;grid-template-columns:1.15fr 1fr 1fr 1.3fr auto;gap:16px;align-items:center;padding:22px 0;border-top:1px solid rgba(255,255,255,.08)}.footer-brand img{height:38px}.footer-item{display:flex;gap:12px;align-items:flex-start;color:rgba(255,255,255,.86);font-size:.94rem}.footer-item i{color:#1965ff;font-size:23px}.footer-social{display:flex;gap:10px;justify-content:flex-end}.footer-social a{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:#fff;transition:.25s ease}.footer-social a:hover{transform:translateY(-3px);background:#1864ff;color:#fff}.footer-bottom{display:flex;justify-content:flex-end;color:rgba(255,255,255,.68);font-size:.92rem}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:none}@media (max-width:1280px){.cards-grid.five{grid-template-columns:repeat(3,1fr)}.metrics-grid{grid-template-columns:repeat(3,1fr)}.benefit-items{grid-template-columns:repeat(2,1fr)}.client-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1080px){.main-nav{position:fixed;inset:72px 16px auto 16px;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);padding:18px;border-radius:18px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.nav-toggle{display:block}.header-cta{display:none}.hero-copy h1,.page-hero-content h1{font-size:3rem}.cards-grid.four,.cards-grid.five,.panel-grid,.about-grid,.contact-layout,.quick-contact-grid,.footer-inner,.benefits-bar,.process-strip,.metrics-grid,.metrics-grid.trio,.client-grid{grid-template-columns:repeat(2,1fr)}.quick-contact-box,.mini-contact-form{border-radius:18px}.mini-contact-form{border-left:1px solid var(--line)}.form-row.compact{grid-template-columns:1fr 1fr}.hero-arrow{display:none}.product-inline,.clients-inline{grid-template-columns:repeat(3,1fr)}.section-top.split,.map-meta{flex-direction:column;align-items:flex-start}.section-side{align-items:flex-start}.footer-bottom{justify-content:flex-start}}@media (max-width:720px){.container{width:min(100% - 24px,1360px)}.nav-wrap{min-height:66px}.brand span{font-size:18px}.brand img{height:36px}.hero-slide,.hero-content{min-height:330px}.hero-copy h1{font-size:2.35rem}.page-hero-content h1{font-size:2.25rem}.hero-copy p,.page-hero-content p{font-size:1rem}.hero-actions,.form-actions{flex-direction:column;align-items:stretch}.cards-grid.four,.cards-grid.five,.panel-grid,.about-grid,.contact-layout,.quick-contact-grid,.footer-inner,.benefits-bar,.process-strip,.metrics-grid,.metrics-grid.trio,.client-grid,.benefit-items,.product-inline,.clients-inline,.form-row,.form-row.compact{grid-template-columns:1fr}.metrics-overlap{margin-top:14px}.metric-card{border-right:none;border-bottom:1px solid var(--line)}.metric-card:last-child{border-bottom:none}.footer-social{justify-content:flex-start}.quick-contact-box{padding:20px}.quick-contact-box h3{font-size:1.55rem}.mini-contact-form{padding:14px}.contact-card{grid-template-columns:42px 1fr}.contact-card span{display:none}h2{font-size:2.1rem}.section{padding:28px 0}.card-body p{min-height:auto}}.footer-brand span,.site-footer .brand span{color:#fff}.site-footer .footer-item i{color:#7eb4ff}.panel .btn-small.btn-primary{display:inline-flex;align-self:flex-start;margin-top:6px;min-width:180px;justify-content:center}.metric-card:nth-child(1) i,.service-card:nth-child(1) .icon-badge,.contact-card:nth-child(1) i,.info-card:nth-child(1) i{color:#2b75ff}.service-card:nth-child(1) .icon-badge{background:#2b75ff}.metric-card:nth-child(2) i,.service-card:nth-child(2) .icon-badge,.contact-card:nth-child(2) i,.info-card:nth-child(2) i{color:#00a6b7}.service-card:nth-child(2) .icon-badge{background:#00a6b7}.metric-card:nth-child(3) i,.service-card:nth-child(3) .icon-badge,.contact-card:nth-child(3) i,.info-card:nth-child(3) i{color:#7c4dff}.service-card:nth-child(3) .icon-badge{background:#7c4dff}.metric-card:nth-child(4) i,.service-card:nth-child(4) .icon-badge,.contact-card:nth-child(4) i,.info-card:nth-child(4) i{color:#ff7a00}.service-card:nth-child(4) .icon-badge{background:#ff7a00}.metric-card:nth-child(5) i,.service-card:nth-child(5) .icon-badge,.contact-card:nth-child(5) i,.info-card:nth-child(5) i{color:#12a150}.service-card:nth-child(5) .icon-badge{background:#12a150}.quick-icon,.product-mark.big,.product-mark,.icon-badge,.metric-card i{animation:touchPulse 3.6s ease-in-out infinite}@keyframes touchPulse{0%,100%{box-shadow:0 0 0 0 rgba(21,88,255,.0);transform:scale(1)}50%{box-shadow:0 0 0 10px rgba(21,88,255,.08);transform:scale(1.04)}}.hero-copy,.page-hero-content>div{padding-top:8px;padding-bottom:8px}.hero-slide,.hero-content{overflow:visible}.captcha-math{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--line);border-radius:16px;background:#f8fbff;color:#31446f;min-height:54px;flex:1}.captcha-math label{margin:0;font-size:.95rem;font-weight:600}.captcha-math .math-input{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.captcha-math input[type="number"]{width:110px;border:1px solid #dbe5f2;border-radius:12px;padding:10px 12px;font:inherit}.clients-carousel{overflow:hidden;position:relative}.clients-track{display:flex;gap:18px;will-change:transform}.clients-track .client-card{min-width:calc((100% - 72px)/5)}.clients-carousel-section .section-top{margin-bottom:20px}.showcase-strip{margin:18px 0 8px;border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff}.showcase-strip img{width:100%;height:220px;object-fit:cover}@media (max-width:1080px){.clients-track .client-card{min-width:calc((100% - 36px)/3)}}@media (max-width:720px){.clients-track .client-card{min-width:100%}.captcha-math{width:100%}.hero-copy h1,.page-hero-content h1{font-size:2.25rem;max-width:100%}}.brand span{display:none!important}.site-header .brand img{height:48px;object-fit:contain}.footer-brand img{height:44px!important;filter:brightness(1.08)}.site-footer{background:linear-gradient(180deg,#03102d 0%,#061944 58%,#041127 100%)!important;color:#fff!important}.site-footer .footer-inner{border-top:none!important;border-bottom:1px solid rgba(255,255,255,.08)}.hero-slide{max-height:370px;overflow:hidden;background-position:center right!important}.hero-content{min-height:370px!important;max-height:370px!important}.page-hero.compact{min-height:292px!important;max-height:370px!important;background-position:center right!important;overflow:hidden}.page-hero-content{min-height:292px!important;max-height:370px!important}.hero-copy h1{font-size:3.7rem!important;line-height:1.02!important;max-width:620px!important}.page-hero-content h1{font-size:3.05rem!important;line-height:1.05!important;max-width:650px!important}.hero-copy p,.page-hero-content p{max-width:610px!important}.quick-contact{margin-top:6px!important}.quick-contact-box{background:linear-gradient(135deg,#041443,#0a43a7)!important}.captcha-placeholder{display:none!important}.contact-form.card-panel{box-shadow:0 18px 48px rgba(16,45,120,.10)!important}.btn i{font-size:1.05em}.btn-primary{border-radius:999px!important}.btn-outline-light{border-radius:999px!important}.service-card,.product-card,.client-card,.info-card,.contact-card,.panel{border-radius:18px!important}.clients-carousel-section{padding-top:22px!important}.clients-track .client-card{flex:0 0 calc((100% - 72px)/5)}.client-card{background:linear-gradient(180deg,#fff,#fbfdff)!important}.footer-social a:nth-child(3)::before{content:'\ef04';font-family:remixicon}.footer-social a:nth-child(3) i{display:none}@media(max-width:1080px){.hero-copy h1{font-size:3rem!important}.page-hero-content h1{font-size:2.55rem!important}.clients-track .client-card{flex-basis:calc((100% - 36px)/3)}}@media(max-width:720px){.site-header .brand img{height:40px}.hero-slide,.hero-content{min-height:330px!important;max-height:none!important}.hero-copy h1{font-size:2.25rem!important}.page-hero-content h1{font-size:2.1rem!important}.clients-track .client-card{flex-basis:100%}}.header-cta{height:40px;padding:0 16px;font-size:14px;border-radius:14px;align-self:center}.lang-current{height:40px;border-radius:14px}.hero-frame::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 38% 48%,rgba(30,145,255,.16),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.03),transparent);mix-blend-mode:screen}.hero-slide{position:relative}.hero-content{position:relative;z-index:2}.hero-copy{position:relative}.hero-copy::after{content:'';display:block;width:92px;height:3px;border-radius:99px;margin-top:18px;background:linear-gradient(90deg,#1e8fff,#c7ff00);opacity:.95}.hero-dots button{width:12px;height:12px;transition:.25s ease;background:rgba(255,255,255,.48)}.hero-dots button.active{width:36px;border-radius:999px;background:#c9ff00;box-shadow:0 0 0 4px rgba(201,255,0,.12)}.hero-arrow{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.34)}.hero-arrow:hover{background:rgba(21,88,255,.5);transform:translateY(-50%) scale(1.06)}.metric-card i,.metric-card,.service-card .icon-badge,.product-mark,.product-mark.big{animation:none!important}.metric-card{transition:transform .3s ease,box-shadow .3s ease}.metric-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(21,88,255,.08)}.service-card .icon-badge{width:42px;height:42px;top:58px;left:18px;border-radius:14px;background:#fff!important;color:#1558ff!important;border:1px solid rgba(21,88,255,.22);box-shadow:0 10px 22px rgba(18,62,150,.12);font-size:22px}.service-card:nth-child(1) .icon-badge{color:#1558ff!important;background:#eef5ff!important}.service-card:nth-child(2) .icon-badge{color:#00a6b7!important;background:#e8fbff!important}.service-card:nth-child(3) .icon-badge{color:#7c4dff!important;background:#f2edff!important}.service-card:nth-child(4) .icon-badge{color:#ff7a00!important;background:#fff3e8!important}.service-card:nth-child(5) .icon-badge{color:#12a150!important;background:#eaf9f0!important}.card-body{padding:24px 18px 20px}.card-body p{font-size:.92rem;min-height:72px}.card-media{height:84px}.service-card:hover{transform:translateY(-8px) scale(1.018);box-shadow:0 22px 44px rgba(13,43,108,.14)}.panel{position:relative;padding:24px;min-height:310px}.panel .btn-small.btn-primary{position:absolute;left:24px;bottom:18px;min-width:180px;display:inline-flex!important;opacity:1!important;visibility:visible!important}.product-inline{margin-bottom:54px}.clients-home-carousel{margin:18px 0 54px;overflow:hidden}.home-client-card{min-height:78px!important;padding:16px 10px!important}.home-client-card .client-logo-text{font-size:1.15rem;margin:0}.home-client-card p{display:none}.clients-carousel{overflow:hidden;position:relative;padding:2px}.clients-track{display:flex;gap:18px;will-change:transform}.clients-track .client-card{min-width:calc((100% - 72px)/5)}.carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0 2px}.carousel-dots button{width:10px;height:10px;border:0;border-radius:99px;background:#b8c7df;transition:.25s ease}.carousel-dots button.active{width:34px;background:#c9ff00;box-shadow:0 0 0 4px rgba(201,255,0,.15)}.clients-carousel-section .section-top{margin-bottom:14px}.clients-carousel-section .client-card{min-height:160px}.clients-carousel-section .client-logo-text{font-size:1.65rem}.clients-carousel-section .client-card:hover{transform:translateY(-7px) scale(1.015)}.quick-contact-grid{grid-template-columns:minmax(380px,520px) 1fr}.quick-contact-box{border-radius:20px 0 0 20px;min-height:122px;padding:24px 30px;align-items:center}.quick-contact-box h3{font-size:1.55rem;line-height:1.08;margin:4px 0 8px;max-width:420px}.quick-contact-box p{font-size:.96rem;color:rgba(255,255,255,.78)}.quick-icon{width:56px;height:56px;border-radius:16px;flex:0 0 auto;animation:touchPulse 3.4s ease-in-out infinite}.mini-contact-form{border-radius:0 20px 20px 0}.captcha-math{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid #dbe5f2;border-radius:16px;background:#f8fbff;color:#31446f;min-height:62px;flex:1}.captcha-check{display:flex!important;align-items:center!important;margin:0!important;cursor:pointer}.captcha-check input{position:absolute;opacity:0}.captcha-check span{width:22px;height:22px;border:1px solid #9fb3d2;border-radius:6px;background:#fff;display:block;transition:.2s ease}.captcha-check input:checked+span{background:#1558ff;border-color:#1558ff;box-shadow:inset 0 0 0 4px #fff}.captcha-copy{display:flex;flex-direction:column;gap:2px}.captcha-copy strong{font-size:.82rem;color:#1558ff}.captcha-copy label{margin:0;font-size:.95rem;font-weight:600}.math-input{margin-left:auto}.math-input input[type="number"]{width:110px;border:1px solid #dbe5f2;border-radius:12px;padding:10px 12px;font:inherit;background:#fff}.math-input input[type="number"]:focus{outline:none;border-color:#72a5ff;box-shadow:0 0 0 3px rgba(21,88,255,.1)}.contact-card{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.contact-card:hover{transform:translateX(8px) scale(1.01);box-shadow:0 16px 34px rgba(16,45,120,.12);border-color:#bcd0ff}.contact-card span{transition:transform .25s ease}.contact-card:hover span{transform:translateX(4px)}.btn-primary:hover,.btn-pill:hover,.btn-small:hover{transform:translateY(-3px) scale(1.015)}.site-footer{background:linear-gradient(180deg,#05122f 0%,#061942 100%)!important}.footer-brand span,.site-footer .brand span{color:#fff!important}.site-footer .footer-item{color:rgba(255,255,255,.86)!important}.site-footer .footer-item i{color:#7eb4ff!important}.footer-bottom{color:rgba(255,255,255,.68)!important}.showcase-strip{display:none!important}@media(max-width:1080px){.clients-track .client-card{min-width:calc((100% - 36px)/3)}.quick-contact-grid{grid-template-columns:1fr}.quick-contact-box,.mini-contact-form{border-radius:20px}.panel .btn-small.btn-primary{position:static;margin-top:18px}.product-inline,.clients-home-carousel{margin-bottom:18px}}@media(max-width:720px){.clients-track .client-card{min-width:100%}.captcha-math{width:100%;align-items:flex-start}.math-input{margin-left:0}.hero-copy h1,.page-hero-content h1{font-size:2.28rem;max-width:100%}.hero-copy p,.page-hero-content p{font-size:.98rem}.hero-content{min-height:360px}.hero-slide{min-height:360px}}:root{--primary:#0f5fe8;--primary-dark:#082b77;--ink:#0d1d3d;--muted:#546486}.site-header{background:rgba(255,255,255,.94);box-shadow:0 10px 32px rgba(14,37,88,.06)}.nav-wrap{min-height:68px}.brand img{height:38px}.main-nav a{font-size:14px}.header-cta{height:40px;padding:0 16px;font-size:14px;border-radius:999px}.lang-current{height:40px;border-radius:999px}.btn{height:46px;padding:0 18px;border-radius:999px;font-size:14px}.btn-primary{background:linear-gradient(135deg,#126bea,#0f54cf);box-shadow:0 12px 28px rgba(15,84,207,.18)}.hero-slide{position:relative}.hero-slide::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 35%,rgba(45,139,255,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 48%)}.hero-content{position:relative;z-index:2;align-items:center;min-height:360px}.hero-copy{padding:10px 0 18px;max-width:610px}.hero-copy h1{font-size:3.55rem;line-height:1.03}.hero-copy p{font-size:1rem;max-width:540px}.hero-dots button,.clients-dots span{width:10px;height:10px;border-radius:99px;background:#b9c8dd;border:0;transition:.25s ease}.hero-dots button.active,.clients-dots span.active{width:34px;background:var(--primary)}.quick-icon,.product-mark.big,.product-mark,.icon-badge,.metric-card i{animation:none!important}.icon-badge{background:#f2f7ff!important;color:var(--primary)!important;border:1px solid #d8e6fb;box-shadow:0 8px 20px rgba(15,95,232,.08)}.service-card:nth-child(n) .icon-badge{background:#f2f7ff!important;color:var(--primary)!important}.service-card:hover .icon-badge{background:var(--primary)!important;color:#fff!important;transform:translateY(-4px)}.metric-card i{color:var(--primary)!important}.panel-grid.products-only{grid-template-columns:1fr}.product-home-panel{max-width:720px}.product-home-panel .product-inline{grid-template-columns:repeat(5,1fr)}.panel .btn-small.btn-primary{min-width:190px;opacity:1!important;visibility:visible!important;background:linear-gradient(135deg,#126bea,#0f54cf)}.quick-contact-grid{grid-template-columns:390px 1fr}.form-row.compact{grid-template-columns:repeat(3,1fr)}.form-row.compact .field.grow{grid-column:1/-1}.mini-contact-form .form-actions.compact{display:grid;grid-template-columns:1fr auto;align-items:center}.captcha-math{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 14px;border:1px solid #dbe5f2;border-radius:18px;background:#f8fbff;color:#253a63;min-height:58px}.captcha-copy strong{display:block;color:var(--primary);font-size:.86rem}.captcha-copy label{font-weight:600;font-size:.9rem;margin:0;color:#253a63}.captcha-check{position:relative;display:block;width:22px;height:22px;margin:0!important}.captcha-check input{position:absolute;inset:0;opacity:0;cursor:pointer}.captcha-check span{display:block;width:22px;height:22px;border-radius:7px;border:1.5px solid #a9bdd9;background:#fff;transition:.2s ease}.captcha-check input:checked + span{background:var(--primary);border-color:var(--primary);box-shadow:inset 0 0 0 5px #fff}.captcha-math input[type="number"]{width:110px;border:1px solid #dbe5f2;border-radius:14px;padding:10px 12px}.work-method{background:#fff}.work-method .section-top h2{max-width:760px}.section-intro{max-width:700px;color:var(--muted);margin:14px auto 0;text-align:center}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.method-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow-soft);min-height:230px}.method-card span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:14px;background:#eaf3ff;color:var(--primary);font-weight:600;margin-bottom:18px}.method-card i{position:absolute;right:24px;top:28px;font-size:28px;color:#89aef1}.method-card h3{margin:0 0 12px;font-size:1.14rem}.method-card p{margin:0;color:var(--muted)}.premium-differentials{background:linear-gradient(135deg,#07192d,#0a2a43);color:#fff;padding:62px 0}.diff-wrap{display:grid;grid-template-columns:.95fr 1.2fr;gap:44px;align-items:center}.diff-copy h2{font-size:3rem;line-height:1.03;color:#fff}.diff-copy p{color:rgba(255,255,255,.75);font-size:1.06rem}.diff-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.diff-grid article{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:22px;padding:22px;transition:.3s ease}.diff-grid article:hover{transform:translateY(-6px);background:rgba(255,255,255,.1)}.diff-grid i{color:#76b2ff;font-size:28px}.diff-grid h3{margin:12px 0 8px;color:#fff}.diff-grid p{margin:0;color:rgba(255,255,255,.72)}.service-intro .intro-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow-soft)}.service-intro h2{max-width:840px}.service-intro p{max-width:960px;color:var(--muted)}.link-btn{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;color:var(--primary);font:inherit;font-weight:600;padding:10px 0;cursor:pointer}.service-modal{display:none;position:fixed;z-index:200;inset:0}.service-modal.open{display:block}.service-modal-backdrop{position:absolute;inset:0;background:rgba(2,12,31,.56);backdrop-filter:blur(8px)}.service-modal-card{position:relative;z-index:2;width:min(520px,calc(100% - 32px));margin:8vh auto;background:#fff;border-radius:26px;padding:34px;box-shadow:0 28px 80px rgba(0,0,0,.28)}.service-modal-close{position:absolute;right:18px;top:18px;border:none;border-radius:50%;width:38px;height:38px;background:#eef4ff;color:var(--primary);font-size:22px}.modal-icon{width:60px;height:60px;border-radius:18px;background:#eaf3ff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:18px}.service-modal-card h3{font-size:1.6rem;margin:0 0 10px}.service-modal-card p,.service-modal-card li{color:var(--muted)}.whatsapp-card i{color:#21a968!important}.clients-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.site-footer{background:linear-gradient(180deg,#06152d,#071c42)}@media (max-width:1080px){.method-grid,.diff-wrap{grid-template-columns:repeat(2,1fr)}.quick-contact-grid{grid-template-columns:1fr}.mini-contact-form .form-actions.compact{grid-template-columns:1fr}}@media (max-width:720px){.hero-copy h1{font-size:2.35rem}.method-grid,.diff-wrap,.diff-grid{grid-template-columns:1fr}.diff-copy h2{font-size:2.1rem}.form-row.compact{grid-template-columns:1fr}.captcha-math{grid-template-columns:auto 1fr}.captcha-math .math-input{grid-column:1/-1}}.site-header{position:sticky;top:12px;margin:0 auto;width:min(1360px,calc(100% - 24px));border:1px solid rgba(137,161,205,.18);border-radius:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);box-shadow:0 16px 42px rgba(16,34,78,.08)}body{padding-top:8px}.nav-wrap{min-height:64px;padding:0 18px}.brand{gap:10px}.brand img{height:36px}.brand span{font-size:18px}.main-nav{gap:10px;background:rgba(242,246,252,.9);padding:7px 10px;border-radius:999px;border:1px solid #e3ebf7}.main-nav a{padding:8px 12px;border-radius:999px;transition:.25s ease}.main-nav a.active,.main-nav a:hover{background:#fff;color:var(--primary);box-shadow:0 8px 18px rgba(15,95,232,.12)}.main-nav a.active::after{display:none}.nav-actions{gap:10px}.header-cta{height:38px;padding:0 15px}.lang-current{height:38px;padding:0 12px}.hero-frame{border-radius:28px;overflow:hidden;box-shadow:0 18px 42px rgba(11,32,79,.13)}.hero-slide{transform-origin:center center}.hero-slide.active{animation:heroMorph .95s cubic-bezier(.19,.86,.24,1)}@keyframes heroMorph{0%{opacity:0;transform:scale(1.06)}45%{opacity:1}100%{opacity:1;transform:scale(1)}}.hero-copy>*{animation:contentUp .9s cubic-bezier(.19,.86,.24,1)}.hero-copy>*:nth-child(2){animation-delay:.08s}.hero-copy>*:nth-child(3){animation-delay:.14s}@keyframes contentUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.hero-slide,.hero-content{min-height:370px}.hero-copy{max-width:620px;padding-top:22px;padding-bottom:22px}.hero-copy h1{font-size:3.35rem;line-height:1.02;max-width:560px}.hero-copy p{max-width:520px}.hero-actions .btn{height:44px}.product-home-panel{max-width:none;width:100%;padding:24px 24px 18px}.product-home-panel .product-inline{grid-template-columns:repeat(5,1fr);gap:0}.product-home-panel .product-pill{min-height:124px}.product-home-panel .btn-small.btn-primary{display:inline-flex;margin-top:18px}.service-intro .intro-card{position:relative;overflow:hidden;padding:36px 34px 34px;background:linear-gradient(135deg,#ffffff,#fbfdff);border:1px solid #dde7f4;box-shadow:0 18px 38px rgba(15,41,97,.08)}.service-intro .intro-card::before{content:'';position:absolute;inset:0 auto 0 0;width:8px;background:linear-gradient(180deg,#2a89ff,#0f5fe8)}.service-intro .intro-card::after{content:'';position:absolute;right:-40px;top:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(15,95,232,.10),transparent 62%)}.service-intro h2{font-size:3rem;max-width:980px}.service-intro p{font-size:1.03rem;max-width:990px;line-height:1.6}.method-grid{position:relative;gap:18px}.method-card{overflow:hidden}.method-card::before{content:'';position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,transparent,rgba(15,95,232,.35),transparent)}.method-card span{position:relative;box-shadow:0 0 0 0 rgba(15,95,232,.18);animation:softPulse 3.2s ease-in-out infinite}.method-card:nth-child(1) span{background:#eaf4ff;color:#1f77ea}.method-card:nth-child(2) span{background:#eafaf8;color:#0f9a9a}.method-card:nth-child(3) span{background:#f2ecff;color:#7c4dff}.method-card:nth-child(4) span{background:#fff3e8;color:#ff8a1d}.method-card:nth-child(1) i{color:#1f77ea}.method-card:nth-child(2) i{color:#0f9a9a}.method-card:nth-child(3) i{color:#7c4dff}.method-card:nth-child(4) i{color:#ff8a1d}@keyframes softPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(15,95,232,.06)}50%{transform:scale(1.05);box-shadow:0 0 0 12px rgba(15,95,232,.08)}}.method-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(16,45,120,.12)}.benefit-lead i{color:#1b6be7}.benefit-items div:nth-child(1) i{color:#0f6de8}.benefit-items div:nth-child(2) i{color:#10a2a8}.benefit-items div:nth-child(3) i{color:#7c59ff}.benefit-items div:nth-child(4) i{color:#f08a17}.client-card{position:relative}.clients-carousel{position:relative;padding:0 56px}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:#fff;border:1px solid #d9e5f3;box-shadow:0 10px 22px rgba(16,45,120,.10);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:22px;cursor:pointer;z-index:2}.carousel-nav.prev{left:0}.carousel-nav.next{right:0}.carousel-nav:hover{background:var(--primary);color:#fff}.diff-grid article:nth-child(1){background:linear-gradient(135deg,rgba(51,141,255,.16),rgba(255,255,255,.06));border-color:rgba(105,176,255,.22)}.diff-grid article:nth-child(2){background:linear-gradient(135deg,rgba(17,162,163,.16),rgba(255,255,255,.06));border-color:rgba(70,206,206,.18)}.diff-grid article:nth-child(3){background:linear-gradient(135deg,rgba(125,89,255,.16),rgba(255,255,255,.06));border-color:rgba(172,147,255,.18)}.diff-grid article:nth-child(4){background:linear-gradient(135deg,rgba(240,138,23,.14),rgba(255,255,255,.06));border-color:rgba(255,189,106,.18)}.diff-grid article:nth-child(1) i{color:#73b3ff}.diff-grid article:nth-child(2) i{color:#5be0d6}.diff-grid article:nth-child(3) i{color:#baa1ff}.diff-grid article:nth-child(4) i{color:#ffc172}.differentials .mini-feature{position:relative;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-soft);border-radius:22px;padding:22px 18px}.differentials .mini-feature:nth-child(1) i{color:#1b6be7}.differentials .mini-feature:nth-child(2) i{color:#13a0a9}.differentials .mini-feature:nth-child(3) i{color:#7b57ff}.differentials .mini-feature:nth-child(4) i{color:#f08a17}.service-modal-card{padding:0;overflow:hidden;width:min(860px,calc(100% - 32px));border-radius:28px}.service-modal-layout{display:grid;grid-template-columns:1.02fr 1.1fr}.service-modal-media{min-height:100%;background:#eaf2fb}.service-modal-media img{width:100%;height:100%;object-fit:cover}.service-modal-content{padding:34px 34px 32px}.modal-kicker{display:inline-block;color:var(--primary);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.modal-summary{font-size:1rem;line-height:1.62}.service-modal-points{display:grid;gap:12px;margin:18px 0 22px}.service-modal-points div{display:flex;gap:10px;align-items:flex-start;color:var(--muted)}.service-modal-points i{color:var(--primary);font-size:20px;margin-top:1px}.service-modal-actions{display:flex;gap:10px;flex-wrap:wrap}.service-modal-actions .btn{height:42px}.cards-grid.five .service-card:nth-child(1) .icon-badge,.service-full .service-card:nth-child(1) .icon-badge{background:#eaf4ff!important;color:#1f77ea!important}.cards-grid.five .service-card:nth-child(2) .icon-badge,.service-full .service-card:nth-child(2) .icon-badge{background:#eafaf8!important;color:#0f9a9a!important}.cards-grid.five .service-card:nth-child(3) .icon-badge,.service-full .service-card:nth-child(3) .icon-badge{background:#f2ecff!important;color:#7c4dff!important}.cards-grid.five .service-card:nth-child(4) .icon-badge,.service-full .service-card:nth-child(4) .icon-badge{background:#fff3e8!important;color:#ff8a1d!important}.cards-grid.five .service-card:nth-child(5) .icon-badge,.service-full .service-card:nth-child(5) .icon-badge{background:#edf6ff!important;color:#2268d8!important}.service-full .service-card:nth-child(6) .icon-badge{background:#f0fbf9!important;color:#159c8f!important}.service-full .service-card:nth-child(7) .icon-badge{background:#f7efff!important;color:#855bff!important}.service-full .service-card:nth-child(8) .icon-badge{background:#fff4ec!important;color:#f08a17!important}@media (max-width:1080px){.site-header{top:8px;width:min(100% - 16px,1360px)}.main-nav{position:fixed;top:82px;left:16px;right:16px;border-radius:20px;padding:18px;background:#fff;display:none}.main-nav.open{display:flex}.clients-carousel{padding:0 42px}.service-modal-layout{grid-template-columns:1fr}.service-modal-media{height:240px}.service-intro h2{font-size:2.35rem}.product-home-panel .product-inline{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){body{padding-top:0}.site-header{top:0;border-radius:0;width:100%;border-left:none;border-right:none}.hero-slide,.hero-content{min-height:350px}.hero-copy h1{font-size:2.4rem}.service-intro h2{font-size:2rem}.clients-carousel{padding:0 36px}.carousel-nav{width:38px;height:38px}.product-home-panel .product-inline{grid-template-columns:repeat(2,1fr)}}.btn{position:relative;overflow:hidden}.btn::before{content:'';position:absolute;top:0;left:-130%;width:55%;height:100%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg);transition:left .65s ease}.btn:hover::before{left:135%}.btn>*{position:relative;z-index:1}.metrics-overlap{margin-top:10px}.metric-card:nth-child(1) i,.metric-card:nth-child(1) strong{color:#0f6de8!important}.metric-card:nth-child(2) i,.metric-card:nth-child(2) strong{color:#0f9a9a!important}.metric-card:nth-child(3) i,.metric-card:nth-child(3) strong{color:#7c4dff!important}.metric-card:nth-child(4) i,.metric-card:nth-child(4) strong{color:#f08a17!important}.metric-card:nth-child(5) i,.metric-card:nth-child(5) strong{color:#13a05f!important}.metric-card{transition:transform .32s ease,box-shadow .32s ease}.metric-card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(16,45,120,.10);z-index:1}.method-card span{animation:softPulse 3.2s ease-in-out infinite}.method-card:hover span{animation:none;transform:rotate(-4deg) scale(1.12)}.method-card:hover i{transform:translateY(-6px) rotate(6deg)}.method-card i{transition:.34s ease}.product-logos-row .product-logo-pill img{max-width:142px;max-height:72px;object-fit:contain;margin-bottom:10px}.product-logo-pill{padding:12px 16px}.product-logo-pill strong{font-size:.98rem}.product-more .product-mark{margin-bottom:10px}.product-logo-box{height:86px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.product-logo-box img{max-width:170px;max-height:82px;object-fit:contain}.product-card{position:relative;overflow:hidden}.product-card::before{content:'';position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,#0f6de8,#0f9a9a,#7c4dff)}.service-modal-card{max-height:88vh;overflow:auto;padding:0!important;width:min(860px,calc(100% - 32px))!important;border-radius:28px!important}.service-modal-media{position:relative;overflow:hidden}.service-modal-media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,43,.18),transparent)}.service-modal-media img{filter:none!important;width:100%;height:100%;object-fit:cover}.service-modal-content>*{opacity:0;transform:translateY(14px)}.service-modal.open .service-modal-content>*{animation:modalTextIn .55s ease forwards}.service-modal.open .service-modal-content>*:nth-child(2){animation-delay:.05s}.service-modal.open .service-modal-content>*:nth-child(3){animation-delay:.10s}.service-modal.open .service-modal-content>*:nth-child(4){animation-delay:.15s}.service-modal.open .service-modal-content>*:nth-child(5){animation-delay:.20s}.service-modal.open .service-modal-content>*:nth-child(6){animation-delay:.25s}@keyframes modalTextIn{to{opacity:1;transform:translateY(0)}}.service-modal-actions{display:flex;flex-wrap:nowrap}.service-modal-actions .btn{white-space:nowrap}.service-modal-actions .btn-secondary{background:#edf4ff;color:var(--primary)}.service-modal-points div{padding:8px 0;border-bottom:1px solid #edf2fa}.service-modal-points div:last-child{border-bottom:0}.modal-kicker{letter-spacing:.08em}.service-intro .intro-card{transition:.35s ease}.service-intro .intro-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(15,41,97,.12)}.site-header{transform:translateZ(0)}.site-header::before{content:'';position:absolute;inset:0;border-radius:22px;pointer-events:none;background:linear-gradient(90deg,rgba(15,95,232,.08),transparent 32%,rgba(18,160,169,.07));opacity:.9}.nav-wrap{position:relative;z-index:2}@media(max-width:720px){.service-modal-actions{flex-wrap:wrap}.service-modal-actions .btn{width:100%}.product-logos-row .product-logo-pill img{max-width:120px}.metrics-overlap{margin-top:14px}}.brand{display:flex;align-items:center;gap:12px}.brand-copy{display:flex;flex-direction:column;gap:1px;line-height:1}.brand-copy span{font-size:1rem;font-weight:700;color:var(--ink)}.brand-copy small{font-size:.64rem;color:#7d8aa6;letter-spacing:.02em;white-space:nowrap}.footer-brand .brand-copy span,.footer-brand .brand-copy small{color:#fff}.footer-brand .brand-copy small{opacity:.7}.hero-slogan{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#d8e6ff;margin-bottom:14px}.metrics-overlap{margin-top:-26px}.metrics-grid{box-shadow:0 18px 36px rgba(12,40,96,.08)}.metric-card:nth-child(1) i,.metric-card:nth-child(1) strong{color:#1b6be7}.metric-card:nth-child(2) i,.metric-card:nth-child(2) strong{color:#13a0a9}.metric-card:nth-child(3) i,.metric-card:nth-child(3) strong{color:#7b57ff}.metric-card:nth-child(4) i,.metric-card:nth-child(4) strong{color:#f08a17}.metric-card:nth-child(5) i,.metric-card:nth-child(5) strong{color:#0f7d59}.method-grid{background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(236,241,250,.74));backdrop-filter:blur(14px);border:1px solid rgba(212,224,242,.9);border-radius:28px;padding:22px}.method-card{background:linear-gradient(135deg,rgba(17,30,58,.03),rgba(17,30,58,.08));backdrop-filter:blur(12px);border:1px solid rgba(173,193,225,.34);border-radius:26px}.method-card:hover{transform:translateY(-10px) scale(1.02) rotateX(1.8deg);box-shadow:0 22px 40px rgba(13,31,72,.12)}.method-card span,.method-card .ri-search-eye-line,.method-card .ri-draft-line,.method-card .ri-rocket-line,.method-card .ri-customer-service-2-line{animation:softPulse 3s ease-in-out infinite}.method-card:hover span{animation:none;transform:scale(1.08)}.service-modal-layout{grid-template-columns:.88fr 1.12fr}.service-modal-media{display:flex;align-items:center;justify-content:center;padding:28px;background:linear-gradient(145deg,#0d1c36,#12325f)}.service-modal-media img{width:100%;max-width:430px;height:auto;max-height:360px;object-fit:contain;border-radius:26px;box-shadow:0 18px 44px rgba(0,0,0,.34)}.service-modal-content{position:relative}.service-modal-content>*{animation:modalTextIn .55s ease both}.service-modal-content>*:nth-child(2){animation-delay:.04s}.service-modal-content>*:nth-child(3){animation-delay:.08s}.service-modal-content>*:nth-child(4){animation-delay:.12s}.service-modal-content>*:nth-child(5){animation-delay:.16s}.service-modal-content>*:nth-child(6){animation-delay:.2s}@keyframes modalTextIn{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}.product-logo-pill.logo-only,.logo-card .product-logo-box.logo-only{display:flex;align-items:center;justify-content:center}.product-logo-pill.logo-only strong{display:none}.product-logo-pill.logo-only img{max-width:120px;max-height:56px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(6,27,76,.08))}.product-home-panel .product-inline{grid-template-columns:repeat(5,1fr)}.products-grid{grid-template-columns:repeat(5,1fr)!important}.logo-card{display:flex;align-items:center;justify-content:center;min-height:220px;padding:24px}.logo-card .product-logo-box{display:flex;align-items:center;justify-content:center;width:100%;height:120px;background:transparent;border:none;box-shadow:none}.logo-card .product-logo-box img{max-width:150px;max-height:80px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(6,27,76,.06))}.logo-card h3,.logo-card p,.logo-card a{display:none}.more-card{background:linear-gradient(135deg,#f4f8ff,#eef3fb)}.more-card h3{display:block;font-size:1.15rem;color:var(--ink);margin-top:8px}.logo-client-card{display:flex;align-items:center;justify-content:center;min-height:170px;padding:24px}.client-logo-box{display:flex;align-items:center;justify-content:center;width:100%;height:80px}.client-logo-box img{max-width:170px;max-height:72px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(9,28,67,.06))}.client-card p{display:none}.captcha-math{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.btn{position:relative;overflow:hidden}.btn::before{content:'';position:absolute;inset:0;left:-120%;width:55%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:skewX(-24deg);transition:left .6s ease}.btn:hover::before{left:135%}@media (max-width:1080px){.products-grid{grid-template-columns:repeat(3,1fr)!important}.product-home-panel .product-inline{grid-template-columns:repeat(3,1fr)}.service-modal-layout{grid-template-columns:1fr}.service-modal-media img{max-height:260px}}@media (max-width:720px){.brand-copy small{display:none}.products-grid{grid-template-columns:repeat(2,1fr)!important}.product-home-panel .product-inline{grid-template-columns:repeat(2,1fr)}.method-grid{padding:12px}.service-modal-media{padding:18px}.logo-client-card{min-height:130px}.client-logo-box img{max-width:130px;max-height:54px}}.brand-copy{justify-content:center}.brand-copy span{font-size:1.04rem}.brand-copy small{display:none}.site-header{padding:6px 0}.nav-wrap{gap:18px}.main-nav{flex:1;justify-content:center;max-width:920px}.nav-actions{margin-left:auto}.premium-lang .lang-current{display:flex;align-items:center;gap:10px;height:54px;padding:0 16px;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f4f8ff);border:1px solid #d9e6f5;box-shadow:0 12px 28px rgba(17,44,96,.08)}.premium-lang .lang-chip{display:flex;align-items:center;gap:6px;color:#6d7da1;font-weight:600;font-size:.92rem}.premium-lang .lang-chip.active{color:var(--primary)}.premium-lang .lang-chip b{font-weight:700}.premium-lang .lang-divider{width:1px;height:20px;background:#dde6f3}.premium-lang .lang-current i{font-size:16px;color:#7b89a8}.lang-menu{border-radius:18px;padding:8px;background:#fff;border:1px solid #dfe8f5;box-shadow:0 16px 32px rgba(15,45,103,.12)}.lang-menu a{border-radius:12px;padding:10px 12px}.hero-frame{overflow:visible}.hero-slider{position:relative}.hero-controls{position:absolute;left:50%;transform:translateX(-50%);bottom:22px;display:flex;align-items:center;gap:12px;z-index:4;padding:8px 12px;border-radius:999px;background:rgba(7,24,58,.36);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12)}.hero-arrow{position:static!important;transform:none!important;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:none}.hero-arrow:hover{background:rgba(255,255,255,.2)}.hero-dots{position:static!important;display:flex;gap:8px;align-items:center}.hero-dots button{margin:0}.metrics-overlap{margin-top:-6px;padding-top:18px}.metrics-grid{transform:translateY(18px)}@media (max-width:1080px){.main-nav{max-width:none}.premium-lang .lang-current{height:48px;padding:0 14px}.hero-controls{bottom:16px}}@media (max-width:720px){.premium-lang .lang-chip b{font-size:.85rem}.premium-lang .lang-current{height:44px;padding:0 12px}.hero-controls{gap:8px;padding:7px 10px}.hero-arrow{width:34px;height:34px}.metrics-grid{transform:translateY(10px)}}.lang-switch-toggle{display:flex;align-items:center;gap:10px;padding:8px 12px;height:50px;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f4f8ff);border:1px solid #d9e6f5;box-shadow:0 12px 28px rgba(17,44,96,.08);text-decoration:none}.lang-switch-toggle .switch-label{font-size:.88rem;font-weight:700;color:#7382a3;transition:.25s ease}.lang-switch-toggle .switch-label.active{color:var(--primary)}.lang-switch-toggle .switch-track{position:relative;width:56px;height:28px;border-radius:999px;background:linear-gradient(135deg,#dbe8fb,#edf4ff);box-shadow:inset 0 2px 6px rgba(12,39,88,.08)}.lang-switch-toggle .switch-knob{position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#2d82ff,#1158d7);box-shadow:0 8px 16px rgba(17,88,215,.25);transition:.28s cubic-bezier(.22,.61,.36,1)}.lang-switch-toggle .switch-label.right.active ~ .switch-track .switch-knob{}.lang-switch-toggle.en .switch-knob{left:32px}.hero-frame{overflow:hidden}.hero-slider{margin-top:6px}.hero-controls{min-width:300px;gap:18px;padding:10px 16px;bottom:26px;background:rgba(7,24,58,.42);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 36px rgba(2,12,34,.18)}.hero-arrow{width:50px;height:50px;font-size:24px;background:rgba(255,255,255,.11);backdrop-filter:blur(10px);transition:all .35s cubic-bezier(.2,.8,.2,1)}.hero-arrow:hover{transform:translateY(-2px) scale(1.05);background:rgba(255,255,255,.22);box-shadow:0 12px 30px rgba(0,0,0,.18)}.hero-dots button{width:12px;height:12px;border-radius:999px;transition:all .35s cubic-bezier(.19,.86,.24,1)}.hero-dots button.active{width:42px}.hero-track{position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.08);transition:opacity .8s ease,transform 1.3s cubic-bezier(.19,.86,.24,1),visibility .8s}.hero-slide.active{position:relative;opacity:1;visibility:visible;transform:scale(1)}.hero-copy{animation:none}.hero-slide.active .hero-copy>*{opacity:0;transform:translateY(18px);animation:revIn .85s cubic-bezier(.19,.86,.24,1) forwards}.hero-slide.active .hero-copy>*:nth-child(1){animation-delay:.05s}.hero-slide.active .hero-copy>*:nth-child(2){animation-delay:.12s}.hero-slide.active .hero-copy>*:nth-child(3){animation-delay:.18s}.hero-slide.active .hero-copy>*:nth-child(4){animation-delay:.26s}@keyframes revIn{to{opacity:1;transform:translateY(0)}}.service-intro .intro-card.premium-intro{display:grid;grid-template-columns:1.45fr .78fr;gap:26px;align-items:stretch;padding:0;border:none;overflow:hidden;background:linear-gradient(135deg,#ffffff,#f8fbff);box-shadow:0 20px 42px rgba(14,38,88,.08)}.service-intro .intro-card.premium-intro::before{width:10px}.service-intro .intro-copy{padding:38px 34px 34px}.service-intro .intro-copy h2{max-width:980px;font-size:3.2rem;line-height:1.04}.service-intro .intro-copy p{font-size:1.08rem;line-height:1.65}.intro-feature-list{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}.intro-feature-list div{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;background:#f4f8ff;border:1px solid #e2ecfb;color:#3d537b;font-weight:600}.intro-feature-list i{color:var(--primary)}.intro-side-card{display:grid;gap:14px;padding:24px;background:linear-gradient(145deg,#0d2f67,#113a7c);color:#fff}.intro-side-item{display:flex;flex-direction:column;justify-content:center;padding:20px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);min-height:110px}.intro-side-item strong{font-size:2rem;line-height:1;color:#fff}.intro-side-item span{margin-top:8px;color:rgba(255,255,255,.78)}.method-card{position:relative;overflow:hidden}.method-card::after{content:'';position:absolute;right:18px;top:18px;width:10px;height:10px;border-radius:50%;background:currentColor;opacity:.12;box-shadow:0 0 0 0 currentColor;animation:nodePulse 2.8s ease-in-out infinite}.method-card:nth-child(1){color:#1f77ea}.method-card:nth-child(2){color:#11a2a8}.method-card:nth-child(3){color:#7c4dff}.method-card:nth-child(4){color:#f08a17}.method-card h3,.method-card p{color:var(--ink)}.method-card p{color:var(--muted)}@keyframes nodePulse{0%,100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}50%{box-shadow:0 0 0 14px rgba(31,119,234,.08)}}.product-more{position:relative;overflow:hidden}.product-more .product-mark,.more-card .product-mark.big{animation:softPulse 2.6s ease-in-out infinite}.product-more strong,.more-card h3{position:relative;z-index:2}.product-more::after,.more-card::after{content:'';position:absolute;inset:auto -20% -50% auto;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(43,129,255,.16),transparent 66%);animation:floatGlow 4.2s ease-in-out infinite}.more-card{position:relative;overflow:hidden}.more-card:hover{transform:translateY(-8px) scale(1.02)}@keyframes floatGlow{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.products-lead-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-radius:22px;background:linear-gradient(135deg,#ffffff,#f6faff);border:1px solid #dbe7f6;box-shadow:0 16px 34px rgba(11,33,79,.06);margin:10px 0 22px}.products-lead-panel p{margin:0;color:var(--muted);font-size:1.02rem;max-width:760px}.products-lead-panel .lead-stats{display:flex;gap:16px;flex-wrap:wrap}.products-lead-panel .lead-stats span{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:14px;background:#eef5ff;border:1px solid #dce8fa;font-size:.95rem;color:#49617f}.products-lead-panel .lead-stats strong{font-size:1.1rem;color:var(--primary)}.logo-card{background:linear-gradient(180deg,#ffffff,#fbfdff);border:1px solid #deebfa;box-shadow:0 18px 36px rgba(16,45,120,.06);min-height:280px}.logo-card:hover{box-shadow:0 22px 42px rgba(16,45,120,.10)}.logo-card .product-logo-box img{max-width:175px;max-height:92px}.more-card{display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#f8fbff,#eff5ff)}.map-full-section .container.wide{max-width:min(1400px,calc(100% - 32px))}.map-full-header{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.map-embed-full{border-radius:26px;overflow:hidden;border:1px solid #dbe7f7;box-shadow:0 18px 36px rgba(12,39,88,.08)}.map-embed-full iframe{display:block;width:100%;height:460px;border:0}@media (max-width:1080px){.service-intro .intro-card.premium-intro{grid-template-columns:1fr}.products-lead-panel{flex-direction:column;align-items:flex-start}.hero-controls{min-width:270px;gap:14px}.hero-arrow{width:46px;height:46px}.map-full-header{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.lang-switch-toggle{height:44px;padding:6px 10px;gap:8px}.lang-switch-toggle .switch-track{width:50px;height:26px}.lang-switch-toggle .switch-knob{width:18px;height:18px}.hero-controls{min-width:230px;bottom:18px;gap:10px;padding:8px 12px}.hero-arrow{width:40px;height:40px;font-size:20px}.service-intro .intro-copy{padding:28px 22px}.service-intro .intro-copy h2{font-size:2.35rem}.products-lead-panel{padding:16px}.map-embed-full iframe{height:340px}}.process-strip .process-step{position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.process-strip .process-step:hover{transform:translateY(-6px);box-shadow:0 18px 34px rgba(12,39,88,.08)}.process-strip .process-step::after{content:"";position:absolute;right:18px;top:18px;width:10px;height:10px;border-radius:50%;background:currentColor;opacity:.12;box-shadow:0 0 0 0 currentColor;animation:stepPulse 2.8s ease-in-out infinite}.process-strip .process-step:nth-child(1){color:#1f77ea}.process-strip .process-step:nth-child(2){color:#12a1a7}.process-strip .process-step:nth-child(3){color:#7b57ff}.process-strip .process-step:nth-child(4){color:#f08a17}.process-strip .process-icon{border-color:rgba(88,131,227,.24);background:linear-gradient(180deg,#fff,#f4f8ff)}.process-strip .process-step strong,.process-strip .process-icon i{color:currentColor}.process-strip .process-step h4,.process-strip .process-step p{color:var(--ink)}.process-strip .process-step p{color:var(--muted)}@keyframes stepPulse{0%,100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}50%{box-shadow:0 0 0 14px rgba(31,119,234,.08)}}.site-header{top:10px;border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 18px 44px rgba(9,31,73,.08)}.nav-wrap{display:flex;align-items:center}.main-nav{flex:1;max-width:860px;margin:0 auto}.nav-actions{display:flex;align-items:center;gap:12px;margin-left:0}.header-cta{white-space:nowrap}.lang-switch-toggle{display:flex!important;align-items:center;gap:10px;height:48px;padding:0 14px;border-radius:999px;background:linear-gradient(180deg,#fff,#f4f8ff);border:1px solid #d7e4f4;box-shadow:0 12px 24px rgba(13,42,96,.08);transition:.25s ease}.lang-switch-toggle:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(13,42,96,.12)}.lang-switch-toggle .switch-label{font-size:.82rem;font-weight:800;color:#7585a4;line-height:1;transition:.25s ease}.lang-switch-toggle .switch-label.active{color:var(--primary)}.lang-switch-toggle .switch-track{position:relative;width:58px;height:30px;border-radius:999px;background:linear-gradient(135deg,#e3ecf9,#f5f8ff);box-shadow:inset 0 2px 7px rgba(10,35,82,.10)}.lang-switch-toggle .switch-knob{position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#1d78ff,#0f5bd8);box-shadow:0 8px 18px rgba(17,88,216,.28);transition:left .32s cubic-bezier(.22,.61,.36,1),transform .32s}.lang-switch-toggle.en .switch-knob{left:32px}.lang-switch-toggle:hover .switch-knob{transform:scale(1.06)}.hero-slider{margin-top:8px}.hero-frame{border-radius:30px;overflow:hidden;box-shadow:0 22px 52px rgba(6,28,70,.18)}.hero-slide,.hero-content{min-height:390px}.hero-copy{max-width:660px;padding-top:26px;padding-bottom:74px}.hero-copy h1{font-size:3.65rem;letter-spacing:-.03em}.hero-copy p{font-size:1.06rem}.hero-controls{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);z-index:10;min-width:360px;height:74px;padding:10px 16px;display:flex;align-items:center;justify-content:center;gap:18px;border-radius:999px;background:linear-gradient(180deg,rgba(6,22,55,.54),rgba(6,18,42,.38));border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 48px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.hero-controls .hero-arrow{position:static!important;display:flex!important;transform:none!important;width:54px;height:54px;border-radius:50%;font-size:26px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.2);color:#fff;transition:all .35s cubic-bezier(.19,.86,.24,1)}.hero-controls .hero-arrow:hover{background:rgba(255,255,255,.22);transform:translateY(-2px) scale(1.06)!important;box-shadow:0 12px 24px rgba(0,0,0,.2)}.hero-dots{position:static!important;display:flex!important;align-items:center;gap:9px;transform:none!important}.hero-dots button{width:12px;height:12px;border-radius:999px;background:#b9c8dc;border:0;transition:width .38s cubic-bezier(.19,.86,.24,1),background .38s}.hero-dots button.active{width:46px;background:linear-gradient(90deg,var(--primary),#15a0d8)}.hero-track{position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.08) translateX(22px);transition:opacity .75s ease,transform 1.1s cubic-bezier(.19,.86,.24,1),visibility .75s}.hero-slide.active{position:relative;opacity:1;visibility:visible;transform:scale(1) translateX(0);animation:none!important}.hero-slide.active .hero-copy>*{opacity:0;transform:translateY(18px);animation:revIn .85s cubic-bezier(.19,.86,.24,1) forwards}.hero-slide.active .hero-copy>*:nth-child(1){animation-delay:.05s}.hero-slide.active .hero-copy>*:nth-child(2){animation-delay:.12s}.hero-slide.active .hero-copy>*:nth-child(3){animation-delay:.18s}.hero-slide.active .hero-copy>*:nth-child(4){animation-delay:.26s}@keyframes revIn{to{opacity:1;transform:translateY(0)}}.service-intro{padding-top:28px;padding-bottom:18px}.service-intro .intro-card.premium-intro.compact-service-intro{display:grid;grid-template-columns:1.3fr .72fr;gap:0;align-items:stretch;padding:0;border:1px solid #dbe7f6;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 16px 36px rgba(12,39,88,.07)}.service-intro .intro-card.premium-intro.compact-service-intro::before{width:7px}.service-intro .intro-copy{padding:28px 30px 26px}.service-intro .intro-copy h2{font-size:2.25rem;line-height:1.08;max-width:820px;letter-spacing:-.02em}.service-intro .intro-copy p{font-size:1rem;line-height:1.55;max-width:850px}.intro-feature-list{gap:10px;margin-top:18px}.intro-feature-list div{padding:9px 12px;border-radius:12px;font-size:.92rem}.intro-side-card.compact{display:grid;grid-template-columns:1fr;gap:10px;padding:18px;background:linear-gradient(145deg,#092a61,#123d82)}.intro-side-card.compact .intro-side-item{min-height:74px;padding:14px 16px;border-radius:16px}.intro-side-card.compact .intro-side-item strong{font-size:1.45rem}.intro-side-card.compact .intro-side-item span{font-size:.92rem;margin-top:5px}.method-card .ri-search-eye-line,.method-card .ri-draft-line,.method-card .ri-rocket-line,.method-card .ri-customer-service-2-line{animation:none!important}.method-card span{animation:numberPulse 2.8s ease-in-out infinite!important}.method-card:hover span{animation:none!important;transform:scale(1.08)}@keyframes numberPulse{0%,100%{box-shadow:0 0 0 0 rgba(20,95,232,.0);transform:scale(1)}50%{box-shadow:0 0 0 12px rgba(20,95,232,.08);transform:scale(1.05)}}.process-strip{padding:18px 22px}.process-step{position:relative!important;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.process-step:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(12,39,88,.08)}.process-step::after{content:none!important}.process-step strong{display:inline-flex!important;width:50px;height:50px;align-items:center;justify-content:center;border-radius:16px;color:#fff!important;font-size:1rem!important;margin-bottom:10px;animation:numberPulse 2.8s ease-in-out infinite!important}.process-step:nth-child(1) strong{background:#18a88f}.process-step:nth-child(2) strong{background:#2c6ff0}.process-step:nth-child(3) strong{background:#ff870e}.process-step:nth-child(4) strong{background:#8549ee}.process-step .process-icon{animation:none!important}.process-step .process-icon i{animation:none!important}.products-lead-panel{margin-top:-4px;margin-bottom:26px}.products-grid{gap:26px}.logo-card{min-height:250px;border-radius:24px}.more-card .product-mark.big{animation:numberPulse 2.6s ease-in-out infinite!important}.map-full-section{padding-top:18px}.map-full-section .container.wide{width:min(1460px,calc(100% - 36px));max-width:none}.map-embed-full iframe{height:480px}@media (max-width:1080px){.main-nav{margin:0;max-width:none}.hero-controls{min-width:310px;height:66px}.hero-controls .hero-arrow{width:48px;height:48px}.service-intro .intro-card.premium-intro.compact-service-intro{grid-template-columns:1fr}.intro-side-card.compact{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.hero-slide,.hero-content{min-height:370px}.hero-copy{padding-bottom:86px}.hero-copy h1{font-size:2.35rem}.hero-controls{min-width:255px;height:58px;bottom:18px;gap:10px}.hero-controls .hero-arrow{width:42px;height:42px}.hero-dots button.active{width:34px}.intro-side-card.compact{grid-template-columns:1fr}.service-intro .intro-copy{padding:24px 20px}.service-intro .intro-copy h2{font-size:1.95rem}.map-embed-full iframe{height:340px}}.hero-frame{border-radius:26px;overflow:hidden !important}.hero-slide{background-position:center !important}.hero-slide::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(4,18,48,.18),rgba(4,18,48,.04) 46%,rgba(4,18,48,.24)),radial-gradient(circle at 18% 52%,rgba(34,126,255,.18),transparent 34%);z-index:1}.hero-content{min-height:350px !important}.hero-copy{max-width:610px;padding:22px 0 28px}.hero-copy h1{font-size:3.35rem !important;line-height:1.02 !important;max-width:620px;margin-bottom:18px}.hero-copy p{max-width:620px;font-size:1.02rem;margin-bottom:22px}.hero-actions{gap:12px}.hero-actions .btn{height:44px;padding:0 20px}.hero-actions::after,.hero-copy::after,.hero-copy .accent-line,.hero-frame .accent-line{display:none !important}.hero-controls{min-width:auto !important;width:auto !important;left:50% !important;bottom:28px !important;gap:12px !important;padding:8px 12px !important;border-radius:999px !important;background:rgba(7,24,58,.42) !important;border:1px solid rgba(255,255,255,.16) !important;box-shadow:0 14px 28px rgba(2,12,34,.16) !important}.hero-arrow{width:38px !important;height:38px !important;font-size:20px !important}.hero-dots{gap:7px !important}.hero-dots button{width:10px !important;height:10px !important}.hero-dots button.active{width:34px !important}@media (max-width:1080px){.hero-copy h1{font-size:2.85rem !important}.hero-content{min-height:340px !important}}@media (max-width:720px){.hero-copy h1{font-size:2.25rem !important}.hero-content{min-height:340px !important}.hero-controls{bottom:16px !important}}html[lang="en"] .lang-switch-toggle .switch-knob{left:32px !important}html[lang="en"] .lang-switch-toggle .switch-label.left{color:#7382a3 !important}html[lang="en"] .lang-switch-toggle .switch-label.right{color:var(--primary) !important}.service-intro{padding-top:28px !important;padding-bottom:26px !important}.service-intro .intro-card.premium-intro{display:grid !important;grid-template-columns:1fr !important;gap:0 !important;padding:26px 28px !important;border-radius:24px !important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,250,255,.96)) !important;border:1px solid #dbe7f6 !important;box-shadow:0 16px 34px rgba(13,40,92,.065) !important}.service-intro .intro-card.premium-intro::before{width:6px !important}.service-intro .intro-copy{padding:0 !important}.service-intro .intro-copy h2{font-size:2.35rem !important;line-height:1.08 !important;max-width:880px !important;margin-bottom:12px !important}.service-intro .intro-copy p{max-width:980px !important;font-size:1rem !important;line-height:1.55 !important;margin-bottom:0 !important}.intro-feature-list{margin-top:18px !important;gap:10px !important}.intro-feature-list div{padding:9px 12px !important;border-radius:12px !important;font-size:.92rem !important;background:#f4f8ff !important}.intro-side-card{display:flex !important;flex-direction:row !important;gap:12px !important;margin-top:18px !important;padding:0 !important;background:transparent !important}.intro-side-item{min-height:auto !important;flex:1 !important;padding:14px 16px !important;border-radius:16px !important;background:linear-gradient(135deg,#0f4fb6,#0a397f) !important}.intro-side-item strong{font-size:1.45rem !important}.intro-side-item span{font-size:.9rem !important}@media (max-width:720px){.service-intro .intro-copy h2{font-size:1.85rem !important}.intro-side-card{flex-direction:column !important}}:root{--primary:#26ACCD !important;--primary-dark:#0B4666 !important;--ink:#0B4666 !important;--muted:#61727d !important;--line:#d7e5eb !important;--bg:#f4f8fa !important;--shadow:0 14px 40px rgba(11,70,102,.08) !important;--shadow-soft:0 8px 28px rgba(11,70,102,.06) !important}html,body{background:var(--bg)!important;color:var(--ink)!important}.site-header{border-bottom:1px solid rgba(11,70,102,.08)!important;background:rgba(255,255,255,.9)!important}.main-nav a{color:#234d63!important}.main-nav a.active,.main-nav a:hover{color:var(--primary-dark)!important}.main-nav a.active::after{background:linear-gradient(90deg,var(--primary),var(--primary-dark))!important}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark))!important;box-shadow:0 14px 32px rgba(11,70,102,.20)!important;color:#fff!important}.btn-primary:hover{box-shadow:0 18px 34px rgba(11,70,102,.24)!important}.btn-secondary{background:#edf8fb!important;color:var(--primary-dark)!important}.btn-outline-light{border-color:rgba(255,255,255,.72)!important}.btn-pill,.btn-small{border-color:rgba(38,172,205,.34)!important;color:var(--primary-dark)!important;box-shadow:0 8px 20px rgba(38,172,205,.08)!important}.eyebrow,.eyebrow.light{color:var(--primary)!important}h2,.hero-copy h1,.page-hero-content h1,.section-top.center h2{color:var(--ink)!important}.hero-copy h1,.page-hero-content h1{color:#fff!important}.hero-copy h1 span,.page-hero-content h1 span{color:var(--primary)!important}.hero-copy::after,.accent-line,.accent-line.small{background:linear-gradient(90deg,var(--primary),var(--primary-dark))!important}.hero-dots button.active,.carousel-dots button.active{background:var(--primary)!important;box-shadow:0 0 0 4px rgba(38,172,205,.14)!important}.hero-arrow:hover{background:rgba(38,172,205,.28)!important}.lang-switch-toggle .switch-track{background:linear-gradient(135deg,#d9eff3,#eaf8fb)!important}.lang-switch-toggle .switch-knob{background:linear-gradient(135deg,var(--primary),var(--primary-dark))!important;box-shadow:0 8px 16px rgba(11,70,102,.24)!important}.lang-switch-toggle .switch-label.active,html[lang="en"] .lang-switch-toggle .switch-label.right,html[lang="pt"] .lang-switch-toggle .switch-label.left{color:var(--primary-dark)!important}.metric-card i,.metric-card strong{color:var(--primary-dark)!important}.metric-card:nth-child(1) i,.metric-card:nth-child(1) strong{color:#0B4666!important}.metric-card:nth-child(2) i,.metric-card:nth-child(2) strong{color:#26ACCD!important}.metric-card:nth-child(3) i,.metric-card:nth-child(3) strong{color:#157ea3!important}.metric-card:nth-child(4) i,.metric-card:nth-child(4) strong{color:#4d6e80!important}.metric-card:nth-child(5) i,.metric-card:nth-child(5) strong{color:#1f9db9!important}.service-card .icon-badge,.info-card i,.mini-feature i,.contact-card i,.stat-chip strong,.card-body a,.product-card a,.info-card a,.process-step strong{color:var(--primary-dark)!important}.service-card:nth-child(1) .icon-badge,.service-card:nth-child(2) .icon-badge,.service-card:nth-child(3) .icon-badge,.service-card:nth-child(4) .icon-badge,.service-card:nth-child(5) .icon-badge{background:#eef8fb!important;border-color:rgba(38,172,205,.25)!important}.service-card:nth-child(1) .icon-badge{color:#0B4666!important}.service-card:nth-child(2) .icon-badge{color:#26ACCD!important}.service-card:nth-child(3) .icon-badge{color:#157ea3!important}.service-card:nth-child(4) .icon-badge{color:#4d6e80!important}.service-card:nth-child(5) .icon-badge{color:#1f9db9!important}.process-icon{color:var(--primary-dark)!important;border-color:#cae5eb!important;background:#f2fafc!important}.process-step:not(:last-child)::after{border-top-color:rgba(38,172,205,.45)!important}.process-strip .process-step:nth-child(1),.method-card:nth-child(1){color:#0B4666!important}.process-strip .process-step:nth-child(2),.method-card:nth-child(2){color:#26ACCD!important}.process-strip .process-step:nth-child(3),.method-card:nth-child(3){color:#157ea3!important}.process-strip .process-step:nth-child(4),.method-card:nth-child(4){color:#4d6e80!important}.process-strip .process-step::after,.method-card::after{background:currentColor!important}@keyframes stepPulse{0%,100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}50%{box-shadow:0 0 0 14px rgba(38,172,205,.12)}}@keyframes nodePulse{0%,100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}50%{box-shadow:0 0 0 14px rgba(38,172,205,.10)}}.card-panel,.service-card,.product-card,.info-card,.mini-feature,.client-card,.contact-card,.map-panel,.contact-form,.panel,.process-strip,.benefits-bar,.metrics-grid{border-color:var(--line)!important}.product-mark,.product-mark.big{background:linear-gradient(135deg,#eef8fb,#dff1f6)!important;color:var(--primary-dark)!important;border-color:rgba(38,172,205,.30)!important}.more-card::after,.product-more::after{background:radial-gradient(circle,rgba(38,172,205,.18),transparent 66%)!important}.intro-side-item{background:linear-gradient(135deg,var(--primary-dark),#14597f)!important}.intro-feature-list div{border-color:#d7e8ed!important;background:#f3fbfd!important;color:#35566a!important}.intro-feature-list i{color:var(--primary)!important}.products-lead-panel .lead-stats span{background:#eef8fb!important;border-color:#d8ebf0!important;color:#466171!important}.products-lead-panel .lead-stats strong{color:var(--primary-dark)!important}.quick-contact-box{background:linear-gradient(135deg,var(--primary-dark),#15597e)!important}.site-footer{background:linear-gradient(180deg,#072f46 0%,#0B4666 56%,#082b3f 100%)!important}.site-footer .footer-item i,.footer-social a{color:#9fe0ed!important}.footer-social a:hover{background:rgba(38,172,205,.12)!important;color:#fff!important}.map-full-header .btn-secondary{background:#f2fafc!important;color:var(--primary-dark)!important}.hero-controls{background:rgba(7,47,70,.48)!important;border-color:rgba(255,255,255,.18)!important}.hero-arrow{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.22)!important}.hero-slide::after{background:linear-gradient(90deg,rgba(7,47,70,.28),rgba(7,47,70,.10) 46%,rgba(7,47,70,.34)),radial-gradient(circle at 18% 52%,rgba(38,172,205,.16),transparent 34%)!important}.hero-copy::after,.accent-line,.accent-line.small{box-shadow:none!important}.carousel-dots button,.hero-dots button{background:rgba(255,255,255,.62)!important}.brand-copy span{color:var(--primary-dark)!important}.contact-card a,.safe-note a{color:var(--primary-dark)!important}.btn-primary,.panel .btn-small.btn-primary,.product-home-panel .btn-primary,.btn-primary:hover,.panel .btn-small.btn-primary:hover,.product-home-panel .btn-primary:hover,.btn-primary:focus,.panel .btn-small.btn-primary:focus,.product-home-panel .btn-primary:focus{color:#fff !important}.product-home-panel{padding:24px 26px 26px!important;border-radius:24px!important;box-shadow:0 16px 36px rgba(11,70,102,.08)!important}.product-home-panel .panel-head h3{font-size:2rem;margin:0 0 10px;color:var(--primary-dark)!important}.product-home-panel .panel-head p{max-width:860px;font-size:1.06rem}.product-home-panel .product-inline{margin-top:14px;align-items:stretch}.product-logo-pill{border-right:1px solid rgba(11,70,102,.10);padding:18px 18px 16px!important;min-height:138px;transition:.3s ease}.product-logo-pill:hover{background:linear-gradient(180deg,#fff,#f4fbfd);transform:translateY(-4px)}.product-logo-pill:last-child{border-right:none}.product-more{background:linear-gradient(135deg,#f4fbfd,#edf7fb)!important;border-radius:18px}.product-more strong{color:var(--primary-dark)!important;font-size:1rem!important}.product-more .product-mark{background:linear-gradient(135deg,#eaf8fb,#d7f0f5)!important;border-color:rgba(38,172,205,.32)!important;color:var(--primary-dark)!important}.product-home-panel .btn-small.btn-primary{margin-top:20px!important;min-width:220px;border-radius:999px!important;background:linear-gradient(135deg,#26ACCD,#0B4666)!important;box-shadow:0 14px 28px rgba(11,70,102,.18)!important}.premium-differentials{position:relative;background:radial-gradient(circle at 12% 18%,rgba(38,172,205,.20),transparent 28%),linear-gradient(115deg,#05283e 0%,#0B4666 46%,#09354e 100%)!important;overflow:hidden}.premium-differentials::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,0));pointer-events:none}.diff-wrap{align-items:stretch;gap:34px!important}.diff-copy{display:flex;flex-direction:column;justify-content:center;padding:6px 0}.diff-copy .eyebrow{color:#72d9ee!important}.diff-copy h2{font-size:3.15rem!important;line-height:1.02!important;max-width:620px;color:#fff!important;margin-bottom:16px}.diff-copy h2::after{content:'';display:block;width:110px;height:4px;border-radius:999px;background:linear-gradient(90deg,#26ACCD,#6fe0ef);margin-top:24px}.diff-copy p{font-size:1.08rem!important;max-width:620px;color:rgba(255,255,255,.80)!important}.diff-grid{gap:20px!important}.diff-grid article{position:relative;padding:24px 24px 22px!important;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.05))!important;border:1px solid rgba(128,213,230,.22)!important;border-radius:24px!important;box-shadow:0 18px 34px rgba(3,15,34,.18)}.diff-grid article::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#26ACCD,#78e1ef)}.diff-grid article:nth-child(1)::before{background:linear-gradient(180deg,#60cdf0,#2f8fc2)}.diff-grid article:nth-child(2)::before{background:linear-gradient(180deg,#55e0d3,#26ACCD)}.diff-grid article:nth-child(3)::before{background:linear-gradient(180deg,#8f86ff,#5e67ff)}.diff-grid article:nth-child(4)::before{background:linear-gradient(180deg,#ffc678,#ff9b42)}.diff-grid article:hover{transform:translateY(-8px)!important;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.07))!important}.diff-grid i{display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);margin-bottom:14px;font-size:24px!important}.diff-grid article:nth-child(1) i{color:#8bcdf4!important}.diff-grid article:nth-child(2) i{color:#72efe4!important}.diff-grid article:nth-child(3) i{color:#c5bcff!important}.diff-grid article:nth-child(4) i{color:#ffcf93!important}.diff-grid h3{font-size:1.3rem!important;margin:0 0 10px!important}.diff-grid p{font-size:1rem!important;line-height:1.6!important;color:rgba(255,255,255,.80)!important}.compact-service-intro{padding:24px 28px!important;border-radius:24px!important;background:linear-gradient(135deg,#ffffff,#f5fafc)!important;border:1px solid rgba(38,172,205,.18)!important;box-shadow:0 18px 34px rgba(11,70,102,.08)!important}.compact-service-intro h2{font-size:3.2rem!important;line-height:1.04!important;color:var(--primary-dark)!important;max-width:980px}.compact-service-intro p{font-size:1.06rem!important;max-width:1080px}.compact-service-intro .intro-feature-list{gap:12px!important;margin-top:18px!important}.compact-service-intro .intro-feature-list div{background:#f4fbfd!important;border-color:#d5eaf0!important;color:#33556a!important;box-shadow:none!important}.compact-service-intro .intro-side{display:none!important}.process-strip{margin-top:26px!important;display:grid;grid-template-columns:repeat(4,1fr);gap:16px!important;background:transparent!important;border:none!important;padding:0!important}.process-step{position:relative;display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:start;padding:22px 18px!important;background:linear-gradient(180deg,#ffffff,#f8fbfc)!important;border:1px solid rgba(38,172,205,.16)!important;border-radius:22px!important;box-shadow:0 14px 28px rgba(11,70,102,.07)!important;overflow:hidden;transition:.3s ease}.process-step::after{content:''!important;position:absolute!important;left:0!important;top:0!important;right:auto!important;bottom:0!important;width:4px!important;height:auto!important;border-radius:22px 0 0 22px!important;background:currentColor!important;opacity:1!important}.process-step:nth-child(1){color:#18b2a0!important}.process-step:nth-child(2){color:#3072f2!important}.process-step:nth-child(3){color:#ff951f!important}.process-step:nth-child(4){color:#8d4ef7!important}.process-step:hover{transform:translateY(-7px);box-shadow:0 18px 34px rgba(11,70,102,.10)!important}.process-icon{width:72px!important;height:72px!important;border-radius:22px!important;background:#f5fbfd!important;border:1px solid #d7ebf0!important;display:flex;align-items:center;justify-content:center;box-shadow:none!important}.process-step:nth-child(1) .process-icon{background:#ebfbf7!important;border-color:#cdeee6!important}.process-step:nth-child(2) .process-icon{background:#eef4ff!important;border-color:#d5e3ff!important}.process-step:nth-child(3) .process-icon{background:#fff4e8!important;border-color:#ffe3c4!important}.process-step:nth-child(4) .process-icon{background:#f4efff!important;border-color:#e3d7ff!important}.process-icon i{font-size:34px!important;color:currentColor!important}.process-step strong{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:58px;border-radius:18px;background:currentColor;color:#fff!important;font-size:1.65rem!important;line-height:1;font-weight:700;box-shadow:0 12px 24px rgba(11,70,102,.12);margin-bottom:14px}.process-step h4{margin:0 0 8px;font-size:1.7rem!important;color:var(--primary-dark)!important}.process-step p{margin:0;color:#627784!important;line-height:1.55!important}.contact-card{border-radius:22px!important;padding:18px 20px!important}.contact-card>i{width:62px;height:62px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;font-size:28px!important;background:#f4fbfd;border:1px solid #d6eaf0;box-shadow:0 12px 20px rgba(11,70,102,.05)}.contact-card:nth-child(1)>i{color:#0B4666!important;background:#edf6fa!important;border-color:#d4e6ed!important}.contact-card:nth-child(2)>i{color:#21a968!important;background:#effcf5!important;border-color:#d5f2e2!important}.contact-card:nth-child(3)>i{color:#26ACCD!important;background:#edfafd!important;border-color:#d4eef4!important}.contact-card:nth-child(4)>i{color:#1880a2!important;background:#eef8fb!important;border-color:#d7ebf1!important}.contact-card:nth-child(5)>i{color:#ff951f!important;background:#fff4e8!important;border-color:#ffe2bf!important}.contact-card:nth-child(6)>i{color:#8d4ef7!important;background:#f4efff!important;border-color:#e1d4ff!important}.contact-card h3{margin-bottom:6px!important}.whatsapp-card{border-color:rgba(33,169,104,.24)!important}.site-footer{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(38,172,205,.16),transparent 26%),linear-gradient(180deg,#06263a 0%,#0B4666 56%,#082c40 100%)!important;margin-top:40px!important;padding-top:18px!important}.site-footer::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 36%,rgba(255,255,255,.02) 100%);pointer-events:none}.footer-inner{position:relative;grid-template-columns:1.25fr 1fr 1fr 1.1fr auto!important;gap:20px!important;padding:26px 0 18px!important;border-bottom:1px solid rgba(255,255,255,.10)!important}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{height:46px!important}.footer-brand .brand-copy span,.footer-brand span{display:block;color:#fff!important;font-size:1.05rem;font-weight:700;letter-spacing:.02em}.footer-brand .brand-copy small{display:block;color:rgba(184,232,240,.86)!important;font-size:.84rem;margin-top:4px}.footer-item{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)!important;min-height:92px}.footer-item i{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);font-size:20px!important;color:#7fe4ef!important}.footer-item a{color:rgba(255,255,255,.92)!important;text-decoration:none}.footer-item a:hover{color:#fff!important}.footer-social{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-wrap:wrap}.footer-social a{width:46px!important;height:46px!important;border-radius:16px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;color:#d5fbff!important}.footer-social a:hover{transform:translateY(-4px);background:rgba(38,172,205,.24)!important;color:#fff!important;border-color:rgba(127,228,239,.38)!important}.footer-social a.whatsapp{background:rgba(33,169,104,.16)!important;border-color:rgba(33,169,104,.28)!important;color:#92f1bf!important}.footer-social a.whatsapp:hover{background:rgba(33,169,104,.28)!important}.footer-bottom{position:relative;justify-content:space-between!important;align-items:center;gap:18px;padding:16px 0 4px!important}.footer-bottom p{margin:0}.footer-bottom .footer-mini-links{display:flex;gap:16px;flex-wrap:wrap}.footer-bottom .footer-mini-links a{color:rgba(255,255,255,.72)!important;text-decoration:none;font-size:.9rem}.footer-bottom .footer-mini-links a:hover{color:#fff!important}.intro-feature-list i,.compact-service-intro .eyebrow,.product-home-panel .eyebrow{color:#26ACCD!important}.intro-feature-list div strong{color:var(--primary-dark)!important}.intro-side-item{background:linear-gradient(135deg,#0B4666,#15597e)!important}@media (max-width:1080px){.diff-wrap{grid-template-columns:1fr!important}.compact-service-intro h2{font-size:2.6rem!important}.process-strip{grid-template-columns:repeat(2,1fr)!important}.footer-inner{grid-template-columns:1fr 1fr!important}}@media (max-width:720px){.product-home-panel .product-inline{grid-template-columns:repeat(2,1fr)!important}.product-logo-pill{border-right:none;border-bottom:1px solid rgba(11,70,102,.08)}.product-logo-pill:nth-last-child(-n+2){border-bottom:none}.diff-copy h2{font-size:2.15rem!important}.compact-service-intro h2{font-size:2.1rem!important}.process-strip{grid-template-columns:1fr!important}.process-step{grid-template-columns:64px 1fr}.footer-inner{grid-template-columns:1fr!important}.footer-bottom{flex-direction:column;align-items:flex-start!important}}:root{--brand-navy:#0B4666;--brand-deep:#073852;--brand-cyan:#26ACCD;--brand-soft:#eef6f8}.quick-contact-box{background:linear-gradient(135deg,#0a3550,#0f4c6d)!important}.quick-icon{width:64px!important;height:64px!important;border-radius:20px!important;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03))!important;border:1px solid rgba(125,224,241,.20)!important;color:#fff!important;box-shadow:0 12px 28px rgba(3,22,40,.24),inset 0 1px 0 rgba(255,255,255,.08)!important}.quick-contact-box .eyebrow.light{color:#72d9ee!important}.footer-brand{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.footer-brand img{height:52px!important}.footer-brand .brand-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;line-height:1.15!important}.footer-brand .brand-copy span{display:none!important}.footer-brand .brand-copy small{display:block!important;font-size:.86rem!important;color:rgba(220,246,251,.92)!important;margin-top:0!important}.premium-differentials{background:transparent!important;color:var(--ink)!important;padding:26px 0 10px!important}.premium-differentials::before{display:none!important}.premium-differentials .container{position:relative;padding:32px!important;border-radius:32px!important;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(244,250,252,.86))!important;border:1px solid rgba(175,208,218,.30)!important;box-shadow:0 22px 48px rgba(8,42,63,.10)!important;overflow:hidden}.premium-differentials .container::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 18%,rgba(38,172,205,.09),transparent 28%),radial-gradient(circle at 85% 76%,rgba(11,70,102,.07),transparent 30%);pointer-events:none}.diff-wrap{position:relative;z-index:1;display:grid!important;grid-template-columns:1fr 1.12fr!important;gap:28px!important;align-items:start!important}.diff-copy{padding:8px 6px 8px 0!important}.diff-copy .eyebrow{color:#26ACCD!important;margin-bottom:10px!important}.diff-copy h2{font-size:2.55rem!important;line-height:1.05!important;color:var(--primary-dark)!important;max-width:560px!important;margin-bottom:16px!important}.diff-copy h2::after{content:'';display:block;width:88px;height:4px;border-radius:999px;background:linear-gradient(90deg,#26ACCD,#7be0ee);margin-top:18px}.diff-copy p{font-size:1.03rem!important;line-height:1.75!important;color:#607281!important;max-width:560px!important}.diff-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.diff-grid article{background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(245,250,252,.78))!important;border:1px solid rgba(172,205,218,.30)!important;box-shadow:0 16px 30px rgba(8,42,63,.08)!important;border-radius:24px!important;padding:22px 22px 20px!important;min-height:190px!important}.diff-grid article:hover{transform:translateY(-7px)!important;box-shadow:0 20px 34px rgba(8,42,63,.11)!important}.diff-grid article::before{content:'';display:block;width:3px;height:100%;position:absolute;left:0;top:0;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#26ACCD,#0B4666)}.diff-grid article:nth-child(2)::before{background:linear-gradient(180deg,#53d6e5,#26ACCD)}.diff-grid article:nth-child(3)::before{background:linear-gradient(180deg,#2e8eaf,#0B4666)}.diff-grid article:nth-child(4)::before{background:linear-gradient(180deg,#7bcfe0,#4f7386)}.diff-grid article{position:relative;padding-left:24px!important}.diff-grid i{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(11,70,102,.05);border:1px solid rgba(38,172,205,.16);font-size:23px!important;margin-bottom:14px!important}.diff-grid article:nth-child(1) i{color:#0B4666!important}.diff-grid article:nth-child(2) i{color:#26ACCD!important}.diff-grid article:nth-child(3) i{color:#1d8aa8!important}.diff-grid article:nth-child(4) i{color:#587181!important}.diff-grid h3{color:var(--primary-dark)!important;font-size:1.28rem!important;margin:0 0 10px!important}.diff-grid p{color:#617482!important;font-size:1rem!important;line-height:1.65!important}.work-method{padding:24px 0 8px!important;background:transparent!important}.work-method .section-top{margin-bottom:18px!important}.work-method .section-top h2{max-width:760px!important;font-size:2.4rem!important}.section-intro{max-width:760px!important;font-size:1rem!important;line-height:1.7!important}.method-grid{background:transparent!important;border:none!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px!important}.method-card{min-height:auto!important;padding:18px 18px 16px!important;border-radius:22px!important;background:linear-gradient(145deg,#ffffff,#f8fbfc)!important;border:1px solid rgba(189,214,223,.42)!important;box-shadow:0 14px 28px rgba(8,42,63,.06)!important;display:grid!important;grid-template-columns:62px 1fr!important;gap:14px!important;align-items:start!important;color:#0B4666!important}.method-card::before{display:none!important}.method-card::after{display:none!important}.method-card:hover{transform:translateY(-5px)!important;box-shadow:0 18px 32px rgba(8,42,63,.10)!important}.method-card span{order:2;margin:0!important;justify-self:start;width:62px!important;height:62px!important;border-radius:18px!important;background:linear-gradient(145deg,#0B4666,#0f5c82)!important;color:#fff!important;font-size:1.75rem!important;box-shadow:0 10px 18px rgba(11,70,102,.16)!important;animation:numberPulseSoft 2.8s ease-in-out infinite!important}.method-card i{position:static!important;order:1;width:62px!important;height:62px!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f2f8fa!important;border:1px solid rgba(189,214,223,.60)!important;font-size:30px!important;color:#0B4666!important;transform:none!important}.method-card h3{order:3;grid-column:2;align-self:end;margin:-2px 0 4px!important;font-size:1.04rem!important;line-height:1.25!important;color:var(--primary-dark)!important}.method-card p{order:4;grid-column:2;margin:0!important;font-size:.97rem!important;line-height:1.55!important;color:#6a7b87!important}.method-card:nth-child(1),.method-card:nth-child(2),.method-card:nth-child(3),.method-card:nth-child(4){color:#0B4666!important}.method-card:nth-child(2) span{background:linear-gradient(145deg,#13567a,#26ACCD)!important}.method-card:nth-child(3) span{background:linear-gradient(145deg,#0a425d,#1b7ea2)!important}.method-card:nth-child(4) span{background:linear-gradient(145deg,#456a7c,#0B4666)!important}.method-card:nth-child(1) i,.method-card:nth-child(2) i,.method-card:nth-child(3) i,.method-card:nth-child(4) i{color:#0B4666!important}@keyframes numberPulseSoft{0%,100%{transform:scale(1);box-shadow:0 10px 18px rgba(11,70,102,.12)}50%{transform:scale(1.06);box-shadow:0 14px 24px rgba(11,70,102,.18)}}.compact-service-intro .eyebrow,.product-home-panel .eyebrow{color:#26ACCD!important}.compact-service-intro .intro-feature-list div{background:#f7fbfc!important;border-color:#dcebee!important;color:#466272!important}.product-more .product-mark{background:linear-gradient(145deg,#f0fafc,#e6f5f8)!important;color:#0B4666!important}@media (max-width:1080px){.diff-wrap{grid-template-columns:1fr!important}.method-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:720px){.premium-differentials .container{padding:24px 18px!important}.diff-copy h2{font-size:2.05rem!important}.diff-grid{grid-template-columns:1fr!important}.method-grid{grid-template-columns:1fr!important}.method-card{grid-template-columns:58px 1fr!important;padding:16px!important}.footer-brand img{height:44px!important}}.product-home-panel .btn,.product-home-panel .btn span,.product-home-panel .btn i{color:#fff!important}.diff-grid article::before{width:2px!important;top:18px!important;bottom:18px!important;height:auto!important;border-radius:999px!important}.diff-grid article{padding:20px 20px 18px 22px!important;border-color:rgba(170,202,214,.30)!important}.diff-grid i{width:48px!important;height:48px!important;border-radius:15px!important;font-size:22px!important;margin-bottom:12px!important}.diff-grid h3{font-size:1.18rem!important}.diff-grid p{font-size:.98rem!important;line-height:1.64!important}.process-strip{gap:14px!important}.process-step{grid-template-columns:56px 1fr!important;gap:14px!important;padding:18px 16px!important;border-color:rgba(182,209,219,.36)!important;border-radius:20px!important}.process-step::after{width:2px!important;top:18px!important;bottom:18px!important;height:auto!important;border-radius:999px!important}.process-step .process-icon{width:56px!important;height:56px!important;border-radius:17px!important}.process-step .process-icon i{font-size:24px!important}.process-step strong{min-width:46px!important;width:46px!important;height:46px!important;border-radius:15px!important;font-size:1rem!important;margin-bottom:10px!important;box-shadow:0 10px 18px rgba(11,70,102,.10)!important}.process-step h4{font-size:1.08rem!important;margin:0 0 6px!important}.process-step p{font-size:.94rem!important;line-height:1.55!important}.service-intro .intro-card.premium-intro.compact-service-intro{border-color:rgba(177,208,220,.36)!important}.service-intro .intro-card.premium-intro.compact-service-intro::before{width:4px!important;background:linear-gradient(180deg,#26ACCD,#0B4666)!important}.service-intro .intro-copy{padding:26px 28px 12px!important}.service-intro .intro-copy h2{font-size:2.1rem!important;max-width:920px!important}.service-intro .intro-copy p{max-width:920px!important}.intro-feature-list{margin-top:16px!important;gap:10px!important}.intro-feature-list div{border-color:rgba(188,217,227,.55)!important;background:#f8fcfd!important}.intro-side-card.compact{grid-template-columns:repeat(3,1fr)!important;gap:14px!important;padding:4px 28px 24px!important;background:transparent!important}.intro-side-card.compact .intro-side-item{min-height:94px!important;padding:18px 20px!important;border-radius:18px!important;background:linear-gradient(135deg,#0B4666,#0f5e80)!important;border:1px solid rgba(108,216,232,.18)!important;box-shadow:0 14px 30px rgba(9,41,61,.10)!important;position:relative!important;overflow:hidden!important;transition:transform .3s ease,box-shadow .3s ease!important}.intro-side-card.compact .intro-side-item::before{content:'';position:absolute;inset:-140% auto auto -60%;width:42%;height:280%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transform:rotate(22deg) translateX(-220%);transition:transform .75s ease}.intro-side-card.compact .intro-side-item:hover{transform:translateY(-4px)!important;box-shadow:0 18px 34px rgba(9,41,61,.16)!important}.intro-side-card.compact .intro-side-item:hover::before{transform:rotate(22deg) translateX(530%)}.intro-side-card.compact .intro-side-item strong{font-size:1.08rem!important;line-height:1.05!important}.intro-side-card.compact .intro-side-item span{font-size:.9rem!important;margin-top:6px!important;color:rgba(255,255,255,.86)!important}.footer-inner{grid-template-columns:1.05fr repeat(3,minmax(0,1fr)) auto!important;align-items:stretch!important}.footer-item{min-height:94px!important;height:100%!important;padding:14px 14px!important;font-size:.84rem!important;line-height:1.45!important}.footer-item strong{font-size:1rem!important;display:inline-block;margin-bottom:2px!important}.footer-item i{width:38px!important;height:38px!important;border-radius:13px!important;font-size:18px!important;flex:0 0 38px!important}.footer-item div{font-size:.84rem!important}.footer-item a{word-break:break-word}@media (max-width:1080px){.intro-side-card.compact{grid-template-columns:repeat(3,1fr)!important;padding:0 24px 22px!important}.footer-inner{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:720px){.process-step{grid-template-columns:52px 1fr!important;padding:16px 14px!important}.process-step .process-icon{width:52px!important;height:52px!important}.process-step strong{width:42px!important;min-width:42px!important;height:42px!important}.intro-side-card.compact{grid-template-columns:1fr!important;padding:0 18px 18px!important}.footer-item{min-height:auto!important}}.hero-copy{max-width:590px!important}.hero-copy p{max-width:620px!important}.hero-actions .btn{min-width:214px!important}.hero-controls{box-shadow:0 22px 46px rgba(3,16,42,.16)!important}.site-footer .footer-brand small{opacity:.96!important}.footer-social a{transition:transform .28s ease,box-shadow .28s ease,background .28s ease!important}.footer-social a:hover{box-shadow:0 12px 26px rgba(0,0,0,.18)!important}.services-home-carousel{position:relative;padding:4px 56px 0}.services-viewport{overflow:hidden}.services-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:18px;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.services-home .service-card{height:100%;margin:0}.services-home .service-card .card-body{display:flex;flex-direction:column;min-height:200px}.services-home .service-card .card-body p{flex:1}.services-nav{position:absolute;top:44%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(11,70,102,.14);background:rgba(255,255,255,.92);box-shadow:0 14px 32px rgba(11,70,102,.12);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .28s ease}.services-nav:hover{transform:translateY(-50%) scale(1.06);background:#fff;box-shadow:0 18px 34px rgba(11,70,102,.18)}.services-nav.prev{left:0}.services-nav.next{right:0}.services-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.services-dots button{width:10px;height:10px;border-radius:999px;border:none;background:#c9d9e2;cursor:pointer;transition:all .28s ease}.services-dots button.active{width:28px;background:linear-gradient(90deg,#26ACCD,#0B4666)}.product-panel-top{display:flex!important;align-items:flex-start;justify-content:space-between;gap:20px}.product-panel-top .btn-small.btn-primary{margin-top:6px!important;flex:0 0 auto}.product-home-panel .product-inline{margin-top:10px!important;margin-bottom:12px!important}.product-more{cursor:pointer}.product-more .product-mark{animation:touchPulse 2.1s ease-in-out infinite!important}.product-more strong{font-size:1.04rem!important}@keyframes touchPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(38,172,205,.22)}50%{transform:scale(1.08);box-shadow:0 0 0 12px rgba(38,172,205,0)}}.service-modal-media{background:linear-gradient(145deg,#0b2644,#133d68)!important}.service-modal-media img{max-width:100%!important;max-height:420px!important;border-radius:22px!important}@media (max-width:1080px){.services-home-carousel{padding:4px 46px 0}.services-track{grid-auto-columns:calc((100% - 18px)/2)}.product-panel-top{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.services-home-carousel{padding:0 40px}.services-track{grid-auto-columns:100%}.services-nav{width:38px;height:38px}.product-panel-top .btn-small.btn-primary{width:100%}}.services-track{grid-auto-columns:calc((100% - 54px)/4)!important}.services-home .card-media{height:132px!important;overflow:hidden}.services-home .card-media img,.service-full .card-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.services-home .service-card .card-body{min-height:204px!important}.service-modal-card{width:min(980px,calc(100% - 32px))!important;max-height:90vh!important}.service-modal-layout{display:grid!important;grid-template-columns:1.02fr 1fr!important;min-height:560px!important}.service-modal-media{padding:0!important;min-height:560px!important;background:#0B4666!important;overflow:hidden!important}.service-modal-media::after{background:linear-gradient(90deg,rgba(8,42,63,.18),rgba(8,42,63,0))!important}.service-modal-media img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;border-radius:0!important;box-shadow:none!important;display:block!important}.service-modal-content{padding:38px 36px 34px!important}.service-modal-actions{gap:12px!important}.service-modal-actions .btn{flex:1 1 0!important;justify-content:center!important}.product-panel-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important}.product-panel-top .btn{margin-top:4px!important;flex:0 0 auto!important;color:#fff!important}.product-more .product-mark,.product-more-card .product-mark{animation:touchPulse 2.15s ease-in-out infinite!important}.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:20px!important}.detailed-product-card{min-height:330px!important;padding:24px 22px!important;justify-content:flex-start!important;align-items:flex-start!important;text-align:left!important;background:linear-gradient(180deg,#ffffff,#f8fbfc)!important;border:1px solid rgba(186,214,224,.42)!important;border-radius:24px!important;box-shadow:0 16px 32px rgba(11,70,102,.07)!important}.detailed-product-card .product-logo-box{width:100%!important;height:86px!important;margin:0 0 18px!important;background:#fff!important;border:1px solid rgba(186,214,224,.28)!important;border-radius:18px!important;box-shadow:0 10px 24px rgba(11,70,102,.04)!important}.detailed-product-card .product-logo-box img{max-width:170px!important;max-height:68px!important;object-fit:contain!important}.detailed-product-card h3,.detailed-product-card p{display:block!important}.detailed-product-card h3{color:var(--primary-dark)!important;font-size:1.18rem!important;margin:0 0 10px!important;line-height:1.25!important}.detailed-product-card p{color:#617480!important;font-size:.96rem!important;line-height:1.62!important;margin:0!important}.product-more-card{background:linear-gradient(135deg,#eef8fb,#f8fcfd)!important;align-items:center!important;justify-content:center!important;text-align:center!important}.product-more-card h3{font-size:1.35rem!important;margin-top:8px!important}.product-more-card p{max-width:260px!important;text-align:center!important}@media (max-width:1080px){.services-track{grid-auto-columns:calc((100% - 18px)/2)!important}.service-modal-layout{grid-template-columns:1fr!important;min-height:auto!important}.service-modal-media{height:320px!important;min-height:320px!important}.products-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:720px){.services-track{grid-auto-columns:100%!important}.product-panel-top{flex-direction:column!important}.product-panel-top .btn{width:100%!important}.service-modal-media{height:260px!important;min-height:260px!important}.service-modal-actions{flex-wrap:wrap!important}.service-modal-actions .btn{flex:1 1 100%!important}.products-grid{grid-template-columns:1fr!important}.detailed-product-card{min-height:auto!important}}.site-header .brand{display:flex!important;align-items:center!important;gap:14px!important;min-width:0}.site-header .brand img{flex:0 0 auto}.site-header .brand-copy{display:flex!important;align-items:center!important;gap:14px!important;min-width:0}.site-header .brand-copy>span:first-child{display:block;font-size:0!important;line-height:1}.site-header .brand-copy>span:first-child::before{content:"Touch IT";font-size:1.1rem;font-weight:700;letter-spacing:.02em;color:var(--primary-dark)}.site-header .brand-tagline{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:7px 13px!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(38,172,205,.10),rgba(11,70,102,.05))!important;border:1px solid rgba(38,172,205,.14)!important;white-space:nowrap;box-shadow:0 10px 24px rgba(11,70,102,.06)}.site-header .brand-tagline em{font-style:italic!important;font-size:.9rem!important;font-weight:600!important;color:#6a7b87!important;letter-spacing:.01em}.site-header .tagline-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#26ACCD,#0B4666);color:#fff;box-shadow:0 10px 20px rgba(11,70,102,.18);animation:touchPulse 2.4s ease-in-out infinite}.site-header .tagline-icon i{font-size:15px;line-height:1}.hero-slogan{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:8px 14px!important}.hero-slogan em{font-style:italic!important;letter-spacing:.02em}.hero-slogan .tagline-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(38,172,205,.16);border:1px solid rgba(255,255,255,.18);color:#eaf6ff;box-shadow:0 0 0 0 rgba(255,255,255,.0);animation:touchPulse 2.4s ease-in-out infinite}.hero-slogan .tagline-icon i{font-size:14px}.product-panel-top{display:block!important}.product-panel-top .btn{display:none!important}.product-home-panel .panel-head p{max-width:760px}.product-home-panel .product-inline{margin-bottom:16px!important}.product-panel-cta{display:flex!important;justify-content:flex-end!important;align-items:center!important;margin-top:8px!important}.product-panel-cta .product-cta-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-width:240px!important;border-radius:999px!important;padding:15px 24px!important;background:linear-gradient(135deg,#26ACCD,#0B4666)!important;color:#fff!important;box-shadow:0 16px 30px rgba(11,70,102,.18)!important;animation:touchPulse 2.8s ease-in-out infinite}.product-panel-cta .product-cta-btn i{color:#fff!important;font-size:1rem!important;transition:transform .28s ease}.product-panel-cta .product-cta-btn:hover i{transform:translateX(4px)}.work-method .method-grid{position:relative!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;background:transparent!important;border:none!important;padding:0!important;overflow:visible!important}.work-method .method-grid.linked-steps::before{content:'';position:absolute;left:12%;right:12%;top:36px;height:2px;background:linear-gradient(90deg,rgba(38,172,205,.10) 0%,rgba(38,172,205,.45) 16%,rgba(11,70,102,.20) 50%,rgba(38,172,205,.45) 84%,rgba(38,172,205,.10) 100%);z-index:0}.work-method .method-card{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:72px 1fr!important;grid-template-areas:"icon number" "title title" "text text" !important;gap:14px 18px!important;align-items:start!important;padding:20px 20px 18px!important;min-height:196px!important;background:linear-gradient(180deg,#ffffff,#fbfdff)!important;border:1px solid rgba(185,208,220,.72)!important;border-radius:24px!important;box-shadow:0 14px 30px rgba(11,70,102,.08)!important;color:var(--primary-dark)!important;overflow:hidden}.work-method .method-card::before{content:''!important;position:absolute!important;left:0!important;top:18px!important;bottom:18px!important;width:3px!important;border-radius:99px!important;background:linear-gradient(180deg,rgba(38,172,205,.95),rgba(11,70,102,.42))!important;display:block!important}.work-method .method-card::after{content:''!important;position:absolute!important;top:31px!important;right:-10px!important;width:16px!important;height:16px!important;border-radius:50%!important;background:#fff!important;border:2px solid rgba(38,172,205,.35)!important;box-shadow:0 0 0 8px rgba(38,172,205,.06)!important;display:block!important}.work-method .method-card:last-child::after{display:none!important}.work-method .method-card i{grid-area:icon!important;position:relative!important;right:auto!important;top:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;width:72px!important;height:72px!important;border-radius:22px!important;background:#f5fbfd!important;border:1px solid rgba(185,208,220,.82)!important;color:#0B4666!important;font-size:30px!important;box-shadow:none!important;transition:transform .3s ease,box-shadow .3s ease}.work-method .method-card span{grid-area:number!important;justify-self:end!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:62px!important;height:62px!important;margin:0!important;border-radius:20px!important;background:linear-gradient(135deg,#26ACCD,#0B4666)!important;color:#fff!important;font-size:1.65rem!important;font-weight:700!important;box-shadow:0 14px 24px rgba(11,70,102,.12)!important;animation:numberPulse 2.8s ease-in-out infinite!important}.work-method .method-card h3{grid-area:title!important;margin:2px 0 4px!important;font-size:1.58rem!important;line-height:1.16!important;color:var(--primary-dark)!important}.work-method .method-card p{grid-area:text!important;margin:0!important;font-size:1.02rem!important;line-height:1.55!important;color:#667987!important;max-width:100%!important}.work-method .method-card:hover{transform:translateY(-6px)!important;box-shadow:0 18px 34px rgba(11,70,102,.12)!important}.work-method .method-card:hover i{transform:translateY(-4px) scale(1.04);box-shadow:0 12px 24px rgba(11,70,102,.08)}.work-method .method-card:nth-child(1) span{background:linear-gradient(135deg,#18b4a2,#0B4666)!important}.work-method .method-card:nth-child(2) span{background:linear-gradient(135deg,#2c6ff0,#1b91c7)!important}.work-method .method-card:nth-child(3) span{background:linear-gradient(135deg,#ff9b20,#f06d1b)!important}.work-method .method-card:nth-child(4) span{background:linear-gradient(135deg,#8a55f5,#5f68f3)!important}.work-method .method-card:nth-child(1)::before{background:linear-gradient(180deg,#18b4a2,#0B4666)!important}.work-method .method-card:nth-child(2)::before{background:linear-gradient(180deg,#2c6ff0,#1b91c7)!important}.work-method .method-card:nth-child(3)::before{background:linear-gradient(180deg,#ff9b20,#f06d1b)!important}.work-method .method-card:nth-child(4)::before{background:linear-gradient(180deg,#8a55f5,#5f68f3)!important}@media (max-width:1180px){.site-header .brand-copy{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.site-header .brand-tagline{padding:6px 10px!important}.work-method .method-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.work-method .method-grid.linked-steps::before{display:none!important}.work-method .method-card::after{display:none!important}}@media (max-width:720px){.site-header .brand-tagline{display:none!important}.product-panel-cta{justify-content:flex-start!important}.product-panel-cta .product-cta-btn{width:100%!important;min-width:0!important}.work-method .method-grid{grid-template-columns:1fr!important}.work-method .method-card{grid-template-columns:58px 1fr!important;grid-template-areas:"icon number" "title title" "text text" !important;padding:18px 16px!important;min-height:unset!important}.work-method .method-card i{width:58px!important;height:58px!important;font-size:24px!important;border-radius:18px!important}.work-method .method-card span{width:50px!important;height:50px!important;border-radius:16px!important;font-size:1.35rem!important}.work-method .method-card h3{font-size:1.32rem!important}.work-method .method-card p{font-size:.96rem!important}}.work-method{padding:26px 0 10px !important}.work-method .section-top{margin-bottom:20px !important}.work-method .section-top h2{max-width:780px !important}.method-grid{position:relative !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;padding:0 !important;background:transparent !important;border:none !important;border-radius:0 !important;box-shadow:none !important;overflow:visible !important}.method-grid::before{content:'';position:absolute;left:11%;right:11%;top:40px;height:2px;background:linear-gradient(90deg,rgba(11,70,102,.12) 0%,rgba(38,172,205,.55) 18%,rgba(38,172,205,.55) 82%,rgba(11,70,102,.12) 100%) !important;z-index:0}.method-card{position:relative !important;z-index:1 !important;display:grid !important;grid-template-columns:58px 58px !important;grid-template-areas:'number icon' 'title title' 'text text' !important;align-content:start !important;gap:14px 14px !important;min-height:210px !important;padding:22px 20px 20px !important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;border:1px solid rgba(177,206,221,.48) !important;border-radius:22px !important;box-shadow:0 14px 28px rgba(8,42,63,.07) !important;overflow:visible !important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease !important}.method-card:hover{transform:translateY(-6px) !important;box-shadow:0 18px 34px rgba(8,42,63,.11) !important;border-color:rgba(38,172,205,.38) !important}.method-card::before{content:'' !important;position:absolute !important;top:34px !important;right:-9px !important;width:12px !important;height:12px !important;border-radius:50% !important;background:#ffffff !important;border:3px solid currentColor !important;box-shadow:0 0 0 6px rgba(38,172,205,.09) !important}.method-card::after{content:'' !important;position:absolute !important;top:39px !important;right:-18px !important;width:18px !important;height:2px !important;border-radius:999px !important;background:linear-gradient(90deg,currentColor 0%,rgba(38,172,205,.35) 100%) !important;opacity:1 !important;display:block !important}.method-card:last-child::before,.method-card:last-child::after{display:none !important}.method-card span{grid-area:number !important;width:58px !important;min-width:58px !important;height:58px !important;margin:0 !important;border-radius:18px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;font-size:1.5rem !important;line-height:1 !important;font-weight:800 !important;box-shadow:0 12px 22px rgba(11,70,102,.16) !important;animation:numberPulse 2.8s ease-in-out infinite !important}.method-card i{grid-area:icon !important;position:static !important;width:58px !important;height:58px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;justify-self:start !important;align-self:start !important;margin:0 !important;border-radius:18px !important;font-size:28px !important;background:#f5fafc !important;border:1px solid rgba(177,206,221,.52) !important;color:#0B4666 !important;transition:transform .28s ease,box-shadow .28s ease !important}.method-card:hover i{transform:translateY(-2px) scale(1.04) !important;box-shadow:0 10px 20px rgba(8,42,63,.08) !important}.method-card h3{grid-area:title !important;margin:2px 0 0 !important;font-size:1.22rem !important;line-height:1.25 !important;color:var(--primary-dark) !important}.method-card p{grid-area:text !important;margin:0 !important;font-size:.98rem !important;line-height:1.6 !important;color:#647784 !important}.method-card:nth-child(1),.method-card:nth-child(2),.method-card:nth-child(3),.method-card:nth-child(4){color:#0B4666 !important}.method-card:nth-child(1) span{background:linear-gradient(145deg,#0B4666,#1F6E96) !important}.method-card:nth-child(2) span{background:linear-gradient(145deg,#0f5f85,#26ACCD) !important}.method-card:nth-child(3) span{background:linear-gradient(145deg,#0B4666,#1B7EA2) !important}.method-card:nth-child(4) span{background:linear-gradient(145deg,#275b76,#0B4666) !important}.method-card:nth-child(1) i{background:#eef8fb !important}.method-card:nth-child(2) i{background:#f2fbfd !important}.method-card:nth-child(3) i{background:#eef8fb !important}.method-card:nth-child(4) i{background:#f4f9fb !important}@media (max-width:1080px){.method-grid{grid-template-columns:1fr !important;gap:14px !important;padding-left:24px !important}.method-grid::before{left:11px !important;right:auto !important;top:18px !important;bottom:18px !important;width:2px !important;height:auto !important;background:linear-gradient(180deg,rgba(11,70,102,.15) 0%,rgba(38,172,205,.55) 22%,rgba(38,172,205,.55) 82%,rgba(11,70,102,.15) 100%) !important}.method-card{min-height:auto !important;padding:18px 18px 18px 20px !important}.method-card::before{left:-19px !important;right:auto !important;top:30px !important}.method-card::after{display:none !important}}@media (max-width:720px){.work-method .section-top h2{font-size:2rem !important}.method-grid{padding-left:20px !important}.method-card{grid-template-columns:52px 52px !important;gap:12px !important;padding:16px 16px 16px 18px !important;border-radius:20px !important}.method-card span,.method-card i{width:52px !important;min-width:52px !important;height:52px !important;border-radius:16px !important}.method-card span{font-size:1.32rem !important}.method-card i{font-size:24px !important}.method-card h3{font-size:1.08rem !important}.method-card p{font-size:.93rem !important}}.site-header .brand-copy{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.site-header .brand-tagline{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:8px 14px!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(38,172,205,.10),rgba(11,70,102,.05))!important;border:1px solid rgba(38,172,205,.16)!important;box-shadow:0 10px 24px rgba(11,70,102,.06)!important}.site-header .brand-tagline em,.hero-slogan em{font-style:italic!important}.site-header .tagline-icon,.hero-slogan .tagline-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;animation:touchPulse 2.2s ease-in-out infinite!important}.site-header .tagline-icon{width:34px!important;height:34px!important;background:linear-gradient(135deg,#26ACCD,#0B4666)!important;color:#fff!important;box-shadow:0 12px 24px rgba(11,70,102,.18)!important}.site-header .tagline-icon i{font-size:15px!important}.product-home-panel{display:grid!important;grid-template-columns:minmax(0,1fr)!important;row-gap:12px!important}.product-home-panel .product-inline.product-logos-row{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;align-items:stretch!important;margin-bottom:0!important}.product-home-panel .product-pill{min-height:138px!important}.product-endcap{display:grid!important;grid-template-rows:1fr auto!important;gap:14px!important;align-items:stretch!important}.product-endcap .product-more{min-height:138px!important;border-right:none!important}.product-home-panel .product-cta-btn{width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:15px 18px!important;border-radius:999px!important;background:linear-gradient(135deg,#26ACCD,#0B4666)!important;color:#fff!important;box-shadow:0 16px 30px rgba(11,70,102,.18)!important;animation:touchPulse 2.8s ease-in-out infinite!important}.product-home-panel .product-cta-btn i{color:#fff!important;font-size:1rem!important}.product-home-panel .product-cta-btn i:first-child{font-size:1.02rem!important}.product-panel-cta{display:none!important}.work-method .method-grid,.method-grid.linked-steps{position:relative!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;padding:0!important;background:transparent!important;border:none!important;overflow:visible!important}.work-method .method-grid::before,.method-grid.linked-steps::before{content:''!important;position:absolute!important;left:11%!important;right:11%!important;top:42px!important;height:2px!important;background:linear-gradient(90deg,rgba(11,70,102,.12) 0%,rgba(38,172,205,.56) 18%,rgba(38,172,205,.56) 82%,rgba(11,70,102,.12) 100%)!important;z-index:0!important}.work-method .method-card,.method-card{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:58px 58px!important;grid-template-areas:'number icon' 'title title' 'text text'!important;gap:14px!important;align-content:start!important;min-height:210px!important;padding:22px 20px 20px!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;border:1px solid rgba(177,206,221,.48)!important;border-radius:22px!important;box-shadow:0 14px 28px rgba(8,42,63,.07)!important;overflow:visible!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}.work-method .method-card:hover,.method-card:hover{transform:translateY(-6px)!important;box-shadow:0 18px 34px rgba(8,42,63,.11)!important;border-color:rgba(38,172,205,.38)!important}.work-method .method-card::before,.method-card::before{content:''!important;position:absolute!important;top:34px!important;right:-9px!important;width:12px!important;height:12px!important;border-radius:50%!important;background:#ffffff!important;border:3px solid currentColor!important;box-shadow:0 0 0 6px rgba(38,172,205,.09)!important}.work-method .method-card::after,.method-card::after{content:''!important;position:absolute!important;top:39px!important;right:-18px!important;width:18px!important;height:2px!important;border-radius:999px!important;background:linear-gradient(90deg,currentColor 0%,rgba(38,172,205,.35) 100%)!important;opacity:1!important}.work-method .method-card:last-child::before,.work-method .method-card:last-child::after,.method-card:last-child::before,.method-card:last-child::after{display:none!important}.work-method .method-card span,.method-card span{grid-area:number!important;width:58px!important;min-width:58px!important;height:58px!important;margin:0!important;border-radius:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:1.5rem!important;line-height:1!important;font-weight:800!important;box-shadow:0 12px 22px rgba(11,70,102,.16)!important;animation:numberPulse 2.8s ease-in-out infinite!important}.work-method .method-card i,.method-card i{grid-area:icon!important;position:static!important;width:58px!important;height:58px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:start!important;align-self:start!important;margin:0!important;border-radius:18px!important;font-size:28px!important;background:#f5fafc!important;border:1px solid rgba(177,206,221,.52)!important;color:#0B4666!important;transition:transform .28s ease,box-shadow .28s ease!important}.work-method .method-card h3,.method-card h3{grid-area:title!important;margin:2px 0 0!important;font-size:1.22rem!important;line-height:1.25!important;color:var(--primary-dark)!important}.work-method .method-card p,.method-card p{grid-area:text!important;margin:0!important;font-size:.98rem!important;line-height:1.6!important;color:#647784!important}.work-method .method-card:nth-child(1),.method-card:nth-child(1),.work-method .method-card:nth-child(2),.method-card:nth-child(2),.work-method .method-card:nth-child(3),.method-card:nth-child(3),.work-method .method-card:nth-child(4),.method-card:nth-child(4){color:#0B4666!important}.work-method .method-card:nth-child(1) span,.method-card:nth-child(1) span{background:linear-gradient(145deg,#0B4666,#1F6E96)!important}.work-method .method-card:nth-child(2) span,.method-card:nth-child(2) span{background:linear-gradient(145deg,#0f5f85,#26ACCD)!important}.work-method .method-card:nth-child(3) span,.method-card:nth-child(3) span{background:linear-gradient(145deg,#0B4666,#1B7EA2)!important}.work-method .method-card:nth-child(4) span,.method-card:nth-child(4) span{background:linear-gradient(145deg,#275b76,#0B4666)!important}@media (max-width:1080px){.site-header .brand-copy{align-items:flex-start!important;gap:8px!important}.product-home-panel .product-inline.product-logos-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-endcap{grid-column:3 / 4!important}.work-method .method-grid,.method-grid.linked-steps{grid-template-columns:1fr!important;gap:14px!important;padding-left:24px!important}.work-method .method-grid::before,.method-grid.linked-steps::before{left:11px!important;right:auto!important;top:18px!important;bottom:18px!important;width:2px!important;height:auto!important;background:linear-gradient(180deg,rgba(11,70,102,.15) 0%,rgba(38,172,205,.55) 22%,rgba(38,172,205,.55) 82%,rgba(11,70,102,.15) 100%)!important}.work-method .method-card::before,.method-card::before{left:-19px!important;right:auto!important;top:30px!important}.work-method .method-card::after,.method-card::after{display:none!important}}@media (max-width:720px){.product-home-panel .product-inline.product-logos-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-endcap{grid-column:auto!important}.site-header .brand-tagline{padding:6px 11px!important}.site-header .brand-tagline em{font-size:.82rem!important}}.product-home-panel .product-inline.product-logos-row{grid-template-columns:repeat(5,minmax(0,1fr)) !important;align-items:stretch !important}.product-home-panel .product-pill.product-logo-pill.logo-only{min-height:132px !important}.product-endcap{display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:space-between !important;gap:14px !important;min-width:0 !important}.product-endcap .product-more{min-height:132px !important}.product-home-panel .product-cta-btn{width:auto !important;max-width:100% !important;min-width:0 !important;align-self:stretch !important;justify-content:center !important;padding:14px 18px !important;animation:none !important;box-shadow:0 14px 28px rgba(11,70,102,.16) !important}.product-home-panel .product-cta-btn:hover{transform:translateY(-2px) !important;box-shadow:0 18px 34px rgba(11,70,102,.2) !important}.product-home-panel .product-cta-btn i:first-child{margin-right:2px !important}.product-home-panel .product-cta-btn i:last-child{margin-left:2px !important}.footer-brand .brand-copy{gap:8px !important}.footer-brand .footer-tagline{display:inline-flex !important;align-items:center !important;gap:10px !important;color:rgba(229,240,247,.88) !important;font-size:.95rem !important;line-height:1.25 !important}.footer-brand .footer-tagline em{font-style:italic !important;letter-spacing:.01em !important}.footer-brand .footer-tagline .tagline-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:30px !important;height:30px !important;border-radius:50% !important;background:linear-gradient(135deg,#26ACCD,#0B4666) !important;color:#fff !important;box-shadow:0 10px 24px rgba(11,70,102,.24) !important;animation:touchPulse 2.6s ease-in-out infinite !important;flex:0 0 auto !important}.footer-brand .footer-tagline .tagline-icon i{font-size:14px !important}.work-method .method-grid,.method-grid.linked-steps{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;align-items:stretch !important;padding:0 !important}.work-method .method-grid::before,.method-grid.linked-steps::before{left:7% !important;right:7% !important;top:40px !important;height:3px !important;border-radius:999px !important;background:linear-gradient(90deg,rgba(11,70,102,.08),rgba(38,172,205,.55) 18%,rgba(38,172,205,.55) 82%,rgba(11,70,102,.08)) !important}.work-method .method-card,.method-card{display:grid !important;grid-template-columns:1fr auto !important;grid-template-areas:"number icon" "title title" "text text" !important;gap:14px 14px !important;padding:22px 22px 20px !important;min-height:210px !important;align-content:start !important}.work-method .method-card span,.method-card span{grid-area:number !important;justify-self:start !important;width:54px !important;min-width:54px !important;height:54px !important;border-radius:17px !important;font-size:1.45rem !important;line-height:1 !important}.work-method .method-card i,.method-card i{grid-area:icon !important;justify-self:end !important;align-self:start !important;width:54px !important;height:54px !important;font-size:26px !important;border-radius:17px !important}.work-method .method-card h3,.method-card h3{grid-area:title !important;margin:2px 0 0 !important;font-size:1.18rem !important;line-height:1.2 !important}.work-method .method-card p,.method-card p{grid-area:text !important;width:100% !important;max-width:none !important;margin:0 !important;font-size:.96rem !important;line-height:1.56 !important;text-wrap:pretty !important}.work-method .method-card::before,.method-card::before{top:30px !important;left:0 !important;bottom:auto !important;width:3px !important;height:calc(100% - 60px) !important;border-radius:999px !important}.work-method .method-card::after,.method-card::after{top:34px !important;right:-14px !important;width:16px !important;height:16px !important;border-radius:50% !important;background:#fff !important;border:3px solid currentColor !important;box-shadow:0 0 0 7px rgba(38,172,205,.07) !important}@media (max-width:1080px){.product-home-panel .product-inline.product-logos-row{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.product-endcap{grid-column:3 / 4 !important}.work-method .method-grid,.method-grid.linked-steps{grid-template-columns:1fr !important;padding-left:24px !important}.work-method .method-grid::before,.method-grid.linked-steps::before{left:10px !important;right:auto !important;top:18px !important;bottom:18px !important;width:3px !important;height:auto !important;background:linear-gradient(180deg,rgba(11,70,102,.08),rgba(38,172,205,.55) 22%,rgba(38,172,205,.55) 82%,rgba(11,70,102,.08)) !important}.work-method .method-card::before,.method-card::before{display:none !important}.work-method .method-card::after,.method-card::after{left:-20px !important;right:auto !important;top:32px !important}}@media (max-width:720px){.product-home-panel .product-inline.product-logos-row{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.product-endcap{grid-column:auto !important}.product-home-panel .product-cta-btn{font-size:.95rem !important}.footer-brand .footer-tagline{font-size:.88rem !important}}.work-method .method-grid,.method-grid.linked-steps{position:relative !important;gap:22px !important;padding-top:0 !important}.work-method .method-grid::before,.method-grid.linked-steps::before,.work-method .method-card::before,.method-card::before,.work-method .method-card::after,.method-card::after{display:none !important;content:none !important}.work-method .method-card,.method-card{min-height:220px !important;padding:26px 24px 24px !important;grid-template-columns:56px 1fr 54px !important;grid-template-areas:"number title icon" "text text text" !important;align-content:start !important;gap:14px 16px !important}.work-method .method-card span,.method-card span{grid-area:number !important;width:58px !important;height:58px !important;font-size:1.2rem !important;border-radius:18px !important;margin:0 !important}.work-method .method-card h3,.method-card h3{grid-area:title !important;align-self:center !important;margin:0 !important;font-size:1.2rem !important}.work-method .method-card i,.method-card i{position:static !important;grid-area:icon !important;justify-self:end !important;width:54px !important;height:54px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:18px !important;border:1px solid rgba(11,70,102,.12) !important;background:linear-gradient(180deg,#f8fbfd,#eef6fa) !important;color:#0B4666 !important;font-size:1.6rem !important}.work-method .method-card p,.method-card p{grid-area:text !important;margin:2px 0 0 !important;max-width:none !important;width:100% !important;line-height:1.56 !important;font-size:1rem !important}@media (max-width:1080px){.work-method .method-card,.method-card{grid-template-columns:56px 1fr 54px !important;min-height:0 !important}}@media (max-width:720px){.work-method .method-card,.method-card{grid-template-columns:50px 1fr 46px !important;padding:22px 18px !important}.work-method .method-card span,.method-card span{width:50px !important;height:50px !important}.work-method .method-card i,.method-card i{width:46px !important;height:46px !important;font-size:1.35rem !important}}.product-home-panel .product-inline.product-logos-row{align-items:start !important;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(220px,1fr) !important}.product-home-panel .product-pill.product-logo-pill.logo-only{min-height:145px !important}.product-endcap{grid-column:auto !important;display:flex !important;flex-direction:column !important;align-items:flex-end !important;justify-content:flex-start !important;gap:14px !important}.product-endcap .product-more{width:100% !important;min-height:145px !important}.product-home-panel .product-cta-btn{align-self:flex-end !important;width:100% !important;max-width:220px !important;min-width:0 !important;padding:14px 20px !important;border-radius:999px !important;animation:none !important;justify-content:center !important;box-shadow:0 12px 26px rgba(11,70,102,.16) !important}.product-home-panel .product-cta-btn i:last-child{transform:translateX(0);transition:transform .28s ease}.product-home-panel .product-cta-btn:hover i:last-child{transform:translateX(4px)}@media (max-width:1080px){.product-home-panel .product-inline.product-logos-row{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.product-endcap{grid-column:auto !important}}@media (max-width:720px){.product-home-panel .product-inline.product-logos-row{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.product-home-panel .product-cta-btn{max-width:none !important;width:100% !important}}.products-grid .product-card,.product-home-panel .product-inline>*,.method-grid .method-card,.services-track .service-card,.diff-grid article,.client-grid .client-card,.quick-contact-grid>*{opacity:0;transform:translateY(30px) scale(.985);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease;transition-delay:calc(var(--stagger,0) * 90ms);will-change:transform,opacity}.products-grid.in-view .product-card,.product-home-panel .product-inline.in-view>*,.method-grid.in-view .method-card,.services-track.in-view .service-card,.diff-grid.in-view article,.client-grid.in-view .client-card,.quick-contact-grid.in-view>*{opacity:1;transform:none}.products-grid .product-card,.product-home-panel .product-pill,.product-home-panel .product-cta-btn{position:relative;overflow:hidden}.products-grid .product-card::after,.product-home-panel .product-pill::after,.product-home-panel .product-cta-btn::after{content:'';position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg);transition:left .65s ease;pointer-events:none}.products-grid .product-card:hover::after,.product-home-panel .product-pill:hover::after,.product-home-panel .product-cta-btn:hover::after{left:135%}.products-grid .product-card:hover{transform:translateY(-8px) scale(1.015) !important;box-shadow:0 20px 42px rgba(11,70,102,.12) !important;border-color:rgba(38,172,205,.3) !important}.products-grid .product-card .product-logo-box img,.product-home-panel .product-logo-pill img{transition:transform .45s ease,filter .45s ease}.products-grid .product-card:hover .product-logo-box img,.product-home-panel .product-logo-pill:hover img{transform:scale(1.04);filter:saturate(1.06)}.product-home-panel .product-inline.product-logos-row{align-items:start !important}.product-endcap{position:relative !important;align-self:start !important;padding-bottom:76px !important;min-height:228px !important;display:block !important}.product-endcap .product-more{width:100% !important;min-height:145px !important}.product-home-panel .product-cta-btn{position:absolute !important;right:0 !important;bottom:0 !important;width:220px !important;max-width:100% !important;margin:0 !important;z-index:3 !important}@media (max-width:1080px){.product-endcap{padding-bottom:0 !important;min-height:0 !important;display:flex !important;flex-direction:column !important;gap:14px !important}.product-home-panel .product-cta-btn{position:static !important;width:100% !important}}.product-home-panel .product-endcap{display:flex !important;flex-direction:column !important;justify-content:flex-start !important;align-items:stretch !important}.product-home-panel .product-cta-btn{width:300px !important;max-width:100% !important;min-width:300px !important;white-space:nowrap !important;font-size:1rem !important;line-height:1.1 !important;padding:16px 24px !important}.product-home-panel .product-cta-btn span,.product-home-panel .product-cta-btn strong{white-space:nowrap !important}.product-home-panel .product-cta-btn i:first-child,.product-home-panel .product-cta-btn i:last-child{flex:0 0 auto !important}.work-method .method-grid,.method-grid.linked-steps{position:relative !important}.work-method .method-grid::before,.method-grid.linked-steps::before{content:'' !important;display:block !important;position:absolute !important;left:12% !important;right:12% !important;top:44px !important;height:2px !important;border-radius:999px !important;background:linear-gradient(90deg,rgba(11,70,102,.10) 0%,rgba(38,172,205,.42) 18%,rgba(38,172,205,.42) 82%,rgba(11,70,102,.10) 100%) !important;z-index:0 !important}.work-method .method-card,.method-card{position:relative !important;z-index:1 !important}.work-method .method-card:not(:last-child)::after,.method-grid.linked-steps .method-card:not(:last-child)::after{content:'' !important;display:block !important;position:absolute !important;width:14px !important;height:14px !important;top:37px !important;right:-29px !important;border-radius:50% !important;background:#fff !important;border:3px solid #26ACCD !important;box-shadow:0 0 0 7px rgba(38,172,205,.08) !important;z-index:3 !important}.work-method .method-card:not(:last-child)::before,.method-grid.linked-steps .method-card:not(:last-child)::before{content:'' !important;display:block !important;position:absolute !important;top:42px !important;right:-24px !important;width:32px !important;height:2px !important;background:linear-gradient(90deg,rgba(38,172,205,.55),rgba(11,70,102,.18)) !important;z-index:2 !important}.work-method .method-card:nth-child(1):not(:last-child)::after,.method-grid.linked-steps .method-card:nth-child(1):not(:last-child)::after{border-color:#18b4a2 !important;box-shadow:0 0 0 7px rgba(24,180,162,.10) !important}.work-method .method-card:nth-child(2):not(:last-child)::after,.method-grid.linked-steps .method-card:nth-child(2):not(:last-child)::after{border-color:#2c6ff0 !important;box-shadow:0 0 0 7px rgba(44,111,240,.10) !important}.work-method .method-card:nth-child(3):not(:last-child)::after,.method-grid.linked-steps .method-card:nth-child(3):not(:last-child)::after{border-color:#ff9b20 !important;box-shadow:0 0 0 7px rgba(255,155,32,.10) !important}@media (max-width:1180px){.work-method .method-grid::before,.method-grid.linked-steps::before,.work-method .method-card::before,.method-grid.linked-steps .method-card::before,.work-method .method-card::after,.method-grid.linked-steps .method-card::after{display:none !important;content:none !important}}.footer-brand .footer-tagline{gap:10px !important}.footer-brand .footer-tagline .tagline-icon{position:relative !important;width:22px !important;height:22px !important;min-width:22px !important;min-height:22px !important;border-radius:50% !important;background:linear-gradient(135deg,#26ACCD,#0B4666) !important;box-shadow:0 0 0 5px rgba(38,172,205,.10),0 0 18px rgba(38,172,205,.24),0 8px 18px rgba(11,70,102,.18) !important}.footer-brand .footer-tagline .tagline-icon::before{content:'' !important;position:absolute !important;inset:-6px !important;border-radius:50% !important;background:radial-gradient(circle,rgba(38,172,205,.22) 0%,rgba(38,172,205,.10) 45%,rgba(38,172,205,0) 72%) !important;z-index:-1 !important;animation:tagAura 2.8s ease-in-out infinite !important}.footer-brand .footer-tagline .tagline-icon i{font-size:11px !important}@keyframes tagAura{0%,100%{transform:scale(1);opacity:.78}50%{transform:scale(1.12);opacity:1}}@media (max-width:720px){.product-home-panel .product-cta-btn{width:100% !important;min-width:0 !important;white-space:normal !important}}.product-home-panel .product-inline.product-logos-row{align-items:start !important}.product-home-panel .product-endcap{position:relative !important;padding-bottom:0 !important;min-height:0 !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important;align-items:stretch !important;gap:18px !important}.product-home-panel .product-endcap .product-more{min-height:0 !important}.product-home-panel .product-cta-btn{position:static !important;right:auto !important;bottom:auto !important;align-self:flex-end !important;width:340px !important;min-width:340px !important;max-width:100% !important;white-space:nowrap !important;margin:0 !important}.product-home-panel .product-cta-btn i:first-child,.product-home-panel .product-cta-btn i:last-child{font-size:1.05rem !important}.work-method .method-grid,.method-grid.linked-steps{position:relative !important}.work-method .method-grid::before,.method-grid.linked-steps::before{content:'' !important;position:absolute !important;left:10% !important;right:10% !important;top:51px !important;height:3px !important;border-radius:999px !important;background:linear-gradient(90deg,rgba(24,180,162,.18) 0%,rgba(38,172,205,.62) 24%,rgba(38,172,205,.62) 76%,rgba(11,70,102,.14) 100%) !important;display:block !important;z-index:0 !important}.work-method .method-card,.method-grid.linked-steps .method-card{overflow:visible !important;z-index:1 !important}.work-method .method-card:not(:last-child)::after,.method-grid.linked-steps .method-card:not(:last-child)::after{content:'' !important;position:absolute !important;top:43px !important;right:-28px !important;width:16px !important;height:16px !important;border-radius:50% !important;background:#fff !important;border:3px solid #26ACCD !important;box-shadow:0 0 0 6px rgba(38,172,205,.10) !important;display:block !important;z-index:3 !important}.work-method .method-card:not(:last-child)::before,.method-grid.linked-steps .method-card:not(:last-child)::before{content:'' !important;position:absolute !important;top:49px !important;right:-24px !important;width:32px !important;height:3px !important;border-radius:999px !important;background:linear-gradient(90deg,rgba(38,172,205,.75),rgba(11,70,102,.24)) !important;display:block !important;z-index:2 !important}.work-method .method-card:nth-child(1):not(:last-child)::after,.method-grid.linked-steps .method-card:nth-child(1):not(:last-child)::after{border-color:#18b4a2 !important;box-shadow:0 0 0 6px rgba(24,180,162,.10) !important}.work-method .method-card:nth-child(2):not(:last-child)::after,.method-grid.linked-steps .method-card:nth-child(2):not(:last-child)::after{border-color:#2c6ff0 !important;box-shadow:0 0 0 6px rgba(44,111,240,.10) !important}.work-method .method-card:nth-child(3):not(:last-child)::after,.method-grid.linked-steps .method-card:nth-child(3):not(:last-child)::after{border-color:#ff9b20 !important;box-shadow:0 0 0 6px rgba(255,155,32,.10) !important}@media (max-width:1180px){.work-method .method-grid::before,.method-grid.linked-steps::before,.work-method .method-card::before,.method-grid.linked-steps .method-card::before,.work-method .method-card::after,.method-grid.linked-steps .method-card::after{display:none !important;content:none !important}}@media (max-width:720px){.product-home-panel .product-cta-btn{width:100% !important;min-width:0 !important}}.work-method .method-grid,.method-grid.linked-steps{position:relative !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:22px !important;align-items:stretch !important;overflow:visible !important}.work-method .method-grid::before,.method-grid.linked-steps::before{content:'' !important;display:block !important;position:absolute !important;left:9% !important;right:9% !important;top:48px !important;height:2px !important;border-radius:999px !important;background:linear-gradient( 90deg,rgba(11,70,102,0),rgba(38,172,205,.26) 14%,rgba(38,172,205,.34) 50%,rgba(11,70,102,.18) 86%,rgba(11,70,102,0) ) !important;z-index:0 !important;pointer-events:none !important}.work-method .method-card::before,.work-method .method-card::after,.method-grid.linked-steps .method-card::before,.method-grid.linked-steps .method-card::after{display:none !important;content:none !important}.work-method .method-card,.method-grid.linked-steps .method-card{position:relative !important;z-index:1 !important;overflow:hidden !important;display:grid !important;grid-template-columns:58px 1fr 54px !important;grid-template-areas:"number title icon" "text text text" !important;gap:16px 16px !important;align-content:start !important;min-height:210px !important;padding:24px 24px 22px !important;border-radius:24px !important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,253,254,.96)) !important;border:1px solid rgba(179,208,218,.48) !important;box-shadow:0 16px 32px rgba(8,42,63,.075) !important}.work-method .method-card span,.method-grid.linked-steps .method-card span{grid-area:number !important;width:58px !important;min-width:58px !important;height:58px !important;border-radius:18px !important;margin:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;font-size:1.18rem !important;font-weight:800 !important;line-height:1 !important;box-shadow:0 12px 24px rgba(11,70,102,.15) !important}.work-method .method-card i,.method-grid.linked-steps .method-card i{grid-area:icon !important;position:static !important;justify-self:end !important;align-self:start !important;width:54px !important;height:54px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:18px !important;background:linear-gradient(180deg,#f8fcfd,#eef7fa) !important;border:1px solid rgba(177,206,221,.55) !important;color:#0B4666 !important;font-size:1.45rem !important}.work-method .method-card h3,.method-grid.linked-steps .method-card h3{grid-area:title !important;align-self:center !important;margin:0 !important;color:#0B4666 !important;font-size:1.16rem !important;line-height:1.25 !important}.work-method .method-card p,.method-grid.linked-steps .method-card p{grid-area:text !important;margin:4px 0 0 !important;width:100% !important;max-width:none !important;color:#657986 !important;font-size:.98rem !important;line-height:1.62 !important}.work-method .method-card .method-card-inner-line,.method-grid.linked-steps .method-card .method-card-inner-line{display:none !important}.work-method .method-card:hover,.method-grid.linked-steps .method-card:hover{transform:translateY(-6px) !important;border-color:rgba(38,172,205,.30) !important;box-shadow:0 20px 38px rgba(8,42,63,.10) !important}@media (max-width:1180px){.work-method .method-grid,.method-grid.linked-steps{grid-template-columns:1fr !important;gap:14px !important}.work-method .method-grid::before,.method-grid.linked-steps::before{display:none !important;content:none !important}.work-method .method-card,.method-grid.linked-steps .method-card{min-height:auto !important}}@media (max-width:720px){.work-method .method-card,.method-grid.linked-steps .method-card{grid-template-columns:52px 1fr 48px !important;padding:20px 18px !important;border-radius:21px !important}.work-method .method-card span,.method-grid.linked-steps .method-card span{width:52px !important;min-width:52px !important;height:52px !important}.work-method .method-card i,.method-grid.linked-steps .method-card i{width:48px !important;height:48px !important;font-size:1.28rem !important}}.product-home-panel .product-endcap{position:relative !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important;gap:16px !important;padding-bottom:0 !important;min-height:auto !important}.product-home-panel .product-cta-btn{position:static !important;width:100% !important;max-width:340px !important;min-width:300px !important;align-self:flex-end !important;white-space:nowrap !important;margin:0 !important}@media (max-width:720px){.product-home-panel .product-cta-btn{min-width:0 !important;max-width:none !important}}.product-home-panel .product-endcap,.product-endcap{justify-content:flex-start !important;align-items:flex-end !important;gap:18px !important}.product-home-panel .product-endcap .product-more,.product-endcap .product-more{width:100% !important}.product-home-panel .product-cta-btn,.product-endcap .product-cta-btn{align-self:flex-end !important;width:auto !important;max-width:none !important;min-width:0 !important;display:inline-flex !important;justify-content:center !important;gap:10px !important;padding:13px 20px !important;white-space:nowrap !important;border-radius:999px !important}.product-home-panel .product-cta-btn i,.product-endcap .product-cta-btn i{flex:0 0 auto !important}.product-home-panel .product-cta-btn i:first-child,.product-endcap .product-cta-btn i:first-child{margin-right:0 !important}.product-home-panel .product-cta-btn i:last-child,.product-endcap .product-cta-btn i:last-child{margin-left:0 !important}@media (max-width:720px){.product-home-panel .product-endcap,.product-endcap{align-items:stretch !important}.product-home-panel .product-cta-btn,.product-endcap .product-cta-btn{align-self:stretch !important;width:100% !important;white-space:normal !important}}.work-method .method-grid,.method-grid.linked-steps,.method-grid{position:relative !important}.work-method .method-grid::before,.method-grid.linked-steps::before,.method-grid::before{content:'' !important;position:absolute !important;left:5.5% !important;right:5.5% !important;top:72px !important;height:3px !important;border-radius:999px !important;background:linear-gradient(90deg,rgba(11,70,102,.18) 0%,rgba(38,172,205,.28) 22%,rgba(11,70,102,.16) 52%,rgba(38,172,205,.24) 78%,rgba(11,70,102,.18) 100%) !important;z-index:0 !important}.work-method .method-card,.method-grid.linked-steps .method-card,.method-grid .method-card{position:relative !important;z-index:1 !important}.work-method .method-card::before,.work-method .method-card::after,.method-grid.linked-steps .method-card::before,.method-grid.linked-steps .method-card::after,.method-grid .method-card::before,.method-grid .method-card::after{content:none !important;display:none !important}@media (max-width:1080px){.work-method .method-grid::before,.method-grid.linked-steps::before,.method-grid::before{display:none !important}}.clients-intro-strip{padding-top:18px;padding-bottom:6px}.clients-intro-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:22px;align-items:stretch;background:linear-gradient(180deg,#ffffff,#fbfdff);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:26px 28px}.clients-intro-copy h2{margin:0 0 10px;font-size:2rem;line-height:1.08;color:var(--primary-dark)}.clients-intro-copy p{margin:0;color:#66788a;font-size:1rem;line-height:1.72;max-width:760px}.clients-quick-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.clients-quick-metrics .mini-metric{background:linear-gradient(180deg,#f7fbff,#ffffff);border:1px solid #d9e8f1;border-radius:18px;padding:18px 14px;display:flex;flex-direction:column;justify-content:center;min-height:122px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.clients-quick-metrics .mini-metric:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(11,70,102,.10);border-color:rgba(38,172,205,.34)}.clients-quick-metrics strong{font-size:2rem;line-height:1;color:var(--primary-dark);margin-bottom:8px}.clients-quick-metrics span{color:#617482;font-size:.95rem;line-height:1.45;font-weight:600}.clients-track .client-card{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;transition-delay:calc(var(--stagger,0) * 90ms)}.clients-track.in-view .client-card{opacity:1;transform:none}.clients-track .client-card:hover{box-shadow:0 22px 36px rgba(11,70,102,.10)}.diff-grid article{overflow:hidden;isolation:isolate}.diff-grid article::after{content:'';position:absolute;top:-24%;bottom:-24%;left:-34%;width:34%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.28),rgba(255,255,255,0));transform:skewX(-22deg) translateX(-190%);opacity:0;pointer-events:none;transition:transform .9s ease,opacity .45s ease}.diff-grid article:hover::after{opacity:1;transform:skewX(-22deg) translateX(560%)}.diff-grid article:hover i{transform:translateY(-2px) scale(1.06);box-shadow:0 10px 22px rgba(11,70,102,.12)}.diff-grid i{transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.diff-grid article:nth-child(odd){animation:diffIdle 6.5s ease-in-out infinite}.diff-grid article:nth-child(even){animation:diffIdle 7.2s ease-in-out infinite .7s}@keyframes diffIdle{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.diff-grid article:hover{animation-play-state:paused}.contact-whatsapp-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,rgba(33,169,104,.10),rgba(11,70,102,.07));border:1px solid rgba(33,169,104,.22);border-radius:20px;padding:18px 20px;margin-bottom:18px;box-shadow:0 14px 28px rgba(11,70,102,.06)}.contact-whatsapp-cta h3{margin:4px 0 8px;font-size:1.18rem;color:var(--primary-dark)}.contact-whatsapp-cta p{margin:0;color:#66788a;max-width:640px;line-height:1.65}.contact-whatsapp-cta .btn{flex:0 0 auto}.btn-whatsapp{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1ca76a,#0f7d50);color:#fff;border:none;box-shadow:0 14px 26px rgba(18,134,86,.22)}.btn-whatsapp:hover{filter:brightness(1.04);transform:translateY(-2px)}@media (max-width:1080px){.clients-intro-card{grid-template-columns:1fr}.clients-quick-metrics{grid-template-columns:repeat(3,1fr)}.contact-whatsapp-cta{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.clients-intro-card{padding:20px 18px}.clients-intro-copy h2{font-size:1.55rem}.clients-quick-metrics{grid-template-columns:1fr}.contact-whatsapp-cta{padding:16px}.contact-whatsapp-cta .btn{width:100%;justify-content:center}}.detailed-product-card .product-cta-link{margin-top:auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important;padding:12px 16px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--primary),var(--primary-dark))!important;color:#fff!important;font-size:.94rem!important;font-weight:700!important;box-shadow:0 14px 24px rgba(11,70,102,.14)!important}.detailed-product-card .product-cta-link:hover{transform:translateY(-2px);filter:brightness(1.03)}.detailed-product-card .product-cta-link i{font-size:1rem!important;color:#fff!important}.product-home-panel .home-product-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-home-panel .home-product-link:hover img{transform:translateY(-2px) scale(1.03)}.client-logo-text{font-size:1.36rem;line-height:1.35}@media (max-width:720px){.client-logo-text{font-size:1.1rem}}.detailed-product-card .product-cta-link{margin-top:14px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;align-self:flex-start!important;padding:9px 14px!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(38,172,205,.12),rgba(11,70,102,.10))!important;border:1px solid rgba(38,172,205,.22)!important;color:var(--primary-dark)!important;font-size:.83rem!important;line-height:1!important;font-weight:700!important;box-shadow:0 8px 18px rgba(11,70,102,.08)!important;letter-spacing:.01em!important;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease!important}.detailed-product-card .product-cta-link:hover{transform:translateY(-2px)!important;background:linear-gradient(135deg,var(--primary),var(--primary-dark))!important;color:#fff!important;box-shadow:0 12px 22px rgba(11,70,102,.16)!important}.detailed-product-card .product-cta-link i{font-size:.92rem!important;color:currentColor!important}.seo-faq-section{padding-top:18px!important}.seo-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.seo-faq-item{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(177,206,221,.48);border-radius:18px;padding:18px 20px;box-shadow:0 12px 24px rgba(11,70,102,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.seo-faq-item:hover{transform:translateY(-4px);box-shadow:0 18px 30px rgba(11,70,102,.085);border-color:rgba(38,172,205,.28)}.seo-faq-item h3{font-size:1rem;line-height:1.35;margin:0 0 8px;color:var(--primary-dark)}.seo-faq-item p{margin:0;color:#647784;line-height:1.6;font-size:.94rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{display:flex;flex-direction:column;min-height:260px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(177,206,221,.48);border-radius:22px;padding:22px;box-shadow:0 14px 28px rgba(11,70,102,.06);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.blog-card:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(11,70,102,.10);border-color:rgba(38,172,205,.30)}.blog-card .blog-category{display:inline-flex;width:max-content;padding:7px 11px;border-radius:999px;background:#eff8fb;color:var(--primary-dark);font-size:.76rem;font-weight:700;margin-bottom:14px}.blog-card h2,.blog-card h3{font-size:1.18rem;line-height:1.28;margin:0 0 10px;color:var(--primary-dark)}.blog-card p{color:#637785;font-size:.95rem;line-height:1.62;margin:0 0 16px}.blog-card a{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--primary-dark);font-weight:700;font-size:.92rem}.blog-article{max-width:900px;margin:0 auto}.blog-article .article-meta{display:flex;gap:12px;flex-wrap:wrap;color:#6c7f8b;font-size:.92rem;margin:12px 0 24px}.blog-article h2{font-size:1.75rem;margin-top:30px;margin-bottom:12px}.blog-article h3{font-size:1.2rem;margin-top:22px;margin-bottom:8px;color:var(--primary-dark)}.blog-article p,.blog-article li{color:#5e7280;line-height:1.75}.blog-article ul{padding-left:22px}.article-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding:24px;border-radius:22px;background:linear-gradient(135deg,#0B4666,#15597e);color:#fff}.article-cta h3{color:#fff;margin:0 0 8px}.article-cta p{color:rgba(255,255,255,.78);margin:0}.article-cta .btn{flex:0 0 auto}.breadcrumbs{font-size:.9rem;color:#789;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.breadcrumbs a{color:var(--primary-dark);font-weight:600}.privacy-page,.terms-page{max-width:920px;margin:0 auto}.privacy-page h2,.terms-page h2{font-size:1.7rem;margin-top:24px}.privacy-page p,.terms-page p{color:#5e7280;line-height:1.75}@media (max-width:1080px){.blog-grid{grid-template-columns:repeat(2,1fr)}.seo-faq-grid{grid-template-columns:1fr}.article-cta{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.blog-grid{grid-template-columns:1fr}.blog-card{min-height:auto}.blog-article h2{font-size:1.45rem}.article-cta .btn{width:100%;justify-content:center}}.hero-copy h2.hero-title{font-size:4.2rem;line-height:1.02;margin:0 0 16px;font-weight:600;letter-spacing:0;color:#fff;max-width:720px}.hero-copy h2.hero-title span{color:var(--primary)}@media(max-width:1080px){.hero-copy h2.hero-title{font-size:3rem!important}}@media(max-width:720px){.hero-copy h2.hero-title{font-size:2.25rem!important;max-width:100%}} /* v13.6.2 | Blog CTA premium fill */ .blog-conversion{padding-top:18px!important} .blog-conversion-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:24px;align-items:stretch;background:linear-gradient(135deg,#061c35 0%,#0a4662 54%,#0d5d78 100%);border:1px solid rgba(112,211,230,.22);border-radius:26px;box-shadow:0 24px 52px rgba(7,42,64,.15);overflow:hidden;position:relative;padding:28px!important} .blog-conversion-card::before{content:'';position:absolute;inset:-40% -20% auto auto;width:520px;height:520px;background:radial-gradient(circle,rgba(38,172,205,.22),rgba(38,172,205,0) 66%);pointer-events:none} .blog-conversion-main{position:relative;z-index:1;color:#fff;padding:10px 10px 10px 0;display:flex;flex-direction:column;justify-content:center} .blog-conversion-main h2{font-size:2.15rem;line-height:1.08;margin:4px 0 14px;color:#fff;max-width:760px} .blog-conversion-main p{color:rgba(232,244,249,.82);font-size:1.02rem;line-height:1.75;max-width:800px;margin:0 0 22px} .blog-conversion-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.blog-conversion-actions .btn{min-width:190px;justify-content:center} .blog-conversion-side{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:12px} .blog-conversion-side article{display:grid;grid-template-columns:54px 1fr;gap:8px 14px;align-items:center;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:16px 18px;backdrop-filter:blur(10px);transition:transform .3s ease, background .3s ease, border-color .3s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)} .blog-conversion-side article:hover{transform:translateY(-4px);background:rgba(255,255,255,.14);border-color:rgba(112,211,230,.30)} .blog-conversion-side i{grid-row:1/3;width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(38,172,205,.25),rgba(255,255,255,.08));color:#95ecff;font-size:1.45rem;border:1px solid rgba(149,236,255,.18)} .blog-conversion-side strong{color:#fff;font-size:1.02rem;line-height:1.25}.blog-conversion-side span{color:rgba(232,244,249,.74);font-size:.94rem;line-height:1.55} .article-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;background:linear-gradient(135deg,#061c35,#0a4662)!important;border-radius:22px!important;border:1px solid rgba(112,211,230,.20)!important;padding:22px!important;box-shadow:0 18px 38px rgba(7,42,64,.12)!important}.article-cta h3{color:#fff!important}.article-cta p{color:rgba(232,244,249,.78)!important}.article-cta .btn{white-space:nowrap} @media(max-width:1080px){.blog-conversion-card{grid-template-columns:1fr}.blog-conversion-main{padding:0}.blog-conversion-side{grid-template-columns:repeat(3,1fr)}.blog-conversion-side article{grid-template-columns:1fr}.blog-conversion-side i{grid-row:auto}} @media(max-width:720px){.blog-conversion-card{padding:20px!important;border-radius:22px}.blog-conversion-main h2{font-size:1.65rem}.blog-conversion-side{grid-template-columns:1fr}.blog-conversion-actions .btn{width:100%}.article-cta{flex-direction:column!important;align-items:flex-start!important}.article-cta .btn{width:100%;justify-content:center}} /* v13.6.3 | Blog/header consistency fixes */ .blog-page .site-header, body:has(.blog-listing) .site-header, body:has(.article-hero) .site-header{ z-index:1000!important; } .blog-conversion .blog-conversion-main h2, .blog-conversion-card .blog-conversion-main h2, .blog-conversion-main h2{ color:#fff!important; -webkit-text-fill-color:#fff!important; } .blog-conversion .blog-conversion-main .eyebrow, .blog-conversion-main .eyebrow.light{ color:#7ee5f4!important; } .blog-conversion-card{ min-height:0!important; }/* v13.6.4 | Hero visual consistency fix */ .hero-slide .hero-copy.reveal, .hero-slide .hero-copy{ opacity:1!important; transform:none!important; visibility:visible!important; } .hero-slide .hero-copy h1, .hero-slide .hero-copy h2.hero-title{ color:#fff!important; -webkit-text-fill-color:initial!important; text-shadow:0 16px 36px rgba(0,0,0,.34)!important; } .hero-slide .hero-copy h1 span, .hero-slide .hero-copy h2.hero-title span{ color:#26ACCD!important; -webkit-text-fill-color:#26ACCD!important; } .hero-slide .hero-copy p{ color:rgba(255,255,255,.94)!important; text-shadow:0 10px 24px rgba(0,0,0,.24)!important; } .hero-slide.active .hero-copy{ animation:heroCopyPremiumIn .72s cubic-bezier(.22,1,.36,1) both!important; } @keyframes heroCopyPremiumIn{ from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }/* v13.6.5 | Hero slide visual rebalance */ .hero-slide.slide-services .hero-copy, .hero-slide.slide-products .hero-copy{max-width:680px!important} .hero-slide .hero-title{font-size:clamp(3.2rem,5.2vw,4.8rem)!important;line-height:.94!important;letter-spacing:-.035em!important;max-width:760px!important;margin-bottom:16px!important} .hero-slide.slide-services .hero-title{max-width:780px!important} .hero-slide.slide-products .hero-title{max-width:740px!important} .hero-slide .hero-title br{display:block} .hero-slide .hero-title span{display:inline-block} .hero-slide.slide-services .hero-content, .hero-slide.slide-products .hero-content{align-items:center!important} .hero-slide.slide-services .hero-copy p, .hero-slide.slide-products .hero-copy p{max-width:640px!important;font-size:1.04rem!important;line-height:1.44!important} .hero-slide.slide-services{background-position:center center!important} .hero-slide.slide-products{background-position:center center!important} @media (max-width:1280px){ .hero-slide .hero-title{font-size:clamp(2.8rem,5.4vw,4.2rem)!important;max-width:660px!important} } @media (max-width:900px){ .hero-slide .hero-title{font-size:clamp(2.4rem,7vw,3.4rem)!important;max-width:100%!important;line-height:.98!important} .hero-slide.slide-services .hero-copy, .hero-slide.slide-products .hero-copy{max-width:100%!important} }/* v13.6.6 | Services hero final visual balance */ .hero-slide.slide-services .hero-copy{ max-width:680px!important; } .hero-slide.slide-services .hero-title{ max-width:680px!important; font-size:clamp(3.05rem,4.55vw,4.15rem)!important; line-height:.98!important; letter-spacing:-.032em!important; margin-bottom:16px!important; } .hero-slide.slide-services .hero-title br{ display:none!important; } .hero-slide.slide-services .hero-title span{ color:#26ACCD!important; -webkit-text-fill-color:#26ACCD!important; display:inline!important; } .hero-slide.slide-services .hero-content{ align-items:center!important; padding-top:22px!important; } .hero-slide.slide-services .hero-slogan{ margin-bottom:18px!important; } .hero-slide.slide-services .hero-copy p{ max-width:610px!important; font-size:1.02rem!important; line-height:1.48!important; } .hero-slide.slide-services .hero-actions{ margin-top:4px!important; } @media (max-width:1080px){ .hero-slide.slide-services .hero-title{ font-size:clamp(2.65rem,6vw,3.45rem)!important; max-width:620px!important; } } @media (max-width:720px){ .hero-slide.slide-services .hero-title{ font-size:2.25rem!important; line-height:1.04!important; max-width:100%!important; } .hero-slide.slide-services .hero-content{ padding-top:12px!important; } }/* v13.7 | Content protection deterrent */ body.protection-enabled, body.protection-enabled *{ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; } body.protection-enabled input, body.protection-enabled textarea, body.protection-enabled select, body.protection-enabled option, body.protection-enabled label, body.protection-enabled .allow-copy, body.protection-enabled .allow-copy *{ -webkit-user-select:text; -moz-user-select:text; -ms-user-select:text; user-select:text; } body.protection-enabled img{ -webkit-user-drag:none; user-drag:none; } .protection-toast{ position:fixed; left:50%; bottom:24px; transform:translate(-50%,16px); z-index:99999; padding:12px 16px; border-radius:999px; background:rgba(4,24,43,.92); color:#fff; font-size:.9rem; font-weight:600; box-shadow:0 16px 36px rgba(0,0,0,.22); opacity:0; pointer-events:none; transition:.28s ease; } .protection-toast.show{ opacity:1; transform:translate(-50%,0); }

/* v13.7.3 | Service modal close + premium Touch IT cookie modal */
.service-modal{ z-index:9990!important; }
.service-modal.open{ display:block!important; }
.service-modal-card{ max-height:calc(100vh - 48px)!important; overflow:auto!important; }
.service-modal-close{ z-index:20!important; cursor:pointer!important; display:inline-flex!important; align-items:center!important; justify-content:center!important; transition:transform .22s ease, background .22s ease, color .22s ease!important; }
.service-modal-close:hover{ transform:rotate(90deg) scale(1.04)!important; background:#dfeeff!important; }
body.service-modal-open{ overflow:hidden; }

.cookie-consent-modal{ position:fixed; inset:0; z-index:10050; display:flex; align-items:center; justify-content:center; padding:28px; opacity:0; pointer-events:none; transition:opacity .28s ease; }
.cookie-consent-modal.show{ opacity:1; pointer-events:auto; }
.cookie-consent-backdrop{ position:absolute; inset:0; background:rgba(3,14,28,.38); backdrop-filter:blur(8px); }
.cookie-consent-card{ position:relative; width:min(780px,100%); border-radius:30px; border:1px solid rgba(122,212,231,.58); background:linear-gradient(180deg, rgba(252,254,255,.98), rgba(246,250,252,.98)); box-shadow:0 32px 90px rgba(4,28,46,.34); overflow:hidden; transform:translateY(24px) scale(.982); transition:transform .34s cubic-bezier(.22,1,.36,1); }
.cookie-consent-modal.show .cookie-consent-card{ transform:translateY(0) scale(1); }
.cookie-consent-shell{ display:block; }
.cookie-consent-top{ display:grid; grid-template-columns:minmax(0,1fr) 84px; gap:18px; align-items:start; padding:30px 32px 22px; background:linear-gradient(135deg,#062a41 0%, #0b5666 100%); position:relative; overflow:hidden; }
.cookie-consent-top::after{ content:''; position:absolute; inset:auto -60px -70px auto; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle, rgba(126,229,244,.20), rgba(126,229,244,0)); }
.cookie-badge{ display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.16); color:#d9f7fb; font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; margin-bottom:16px; }
.cookie-badge i{ font-size:.92rem; }
.cookie-top-copy h3{ margin:0 0 10px; color:#fff; font-size:clamp(1.6rem,2.8vw,2.15rem); line-height:1.1; }
.cookie-top-copy p{ margin:0; color:rgba(236,248,250,.88); font-size:1rem; line-height:1.68; max-width:560px; }
.cookie-top-icon{ width:56px; height:56px; border-radius:18px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#b9fff0,#77e2dd); color:#0b4e62; font-size:1.7rem; box-shadow:0 18px 36px rgba(0,0,0,.16), 0 0 0 8px rgba(126,229,244,.08); justify-self:end; margin-top:8px; }
.cookie-pill-row{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; padding:22px 32px 0; }
.cookie-pill{ display:flex; align-items:center; gap:10px; min-height:54px; padding:12px 16px; border-radius:18px; background:#f7fafc; border:1px solid #d9e8f0; color:#334155; font-weight:700; font-size:.94rem; }
.cookie-pill i{ width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; background:rgba(38,172,205,.10); color:#0b4666; font-size:1rem; flex:0 0 auto; }
.cookie-note{ margin:18px 32px 0; display:flex; align-items:flex-start; gap:12px; padding:16px 18px; border-radius:18px; background:linear-gradient(135deg, rgba(38,172,205,.08), rgba(11,70,102,.05)); border:1px solid rgba(38,172,205,.18); color:#365464; }
.cookie-note i{ color:#0b8ca9; font-size:1.15rem; margin-top:2px; }
.cookie-note span{ line-height:1.65; font-size:.95rem; }
.cookie-actions{ display:flex; align-items:center; justify-content:flex-end; gap:12px; padding:20px 32px 28px; flex-wrap:wrap; }
.cookie-actions .btn{ min-height:46px; padding:12px 18px; border-radius:999px; font-size:.92rem; white-space:nowrap; }
.cookie-actions .btn-secondary{ background:#eff5f8; color:#456274; border:1px solid #d7e4eb; }
.cookie-actions .btn-secondary:hover{ background:#e7f0f5; }
.cookie-policy-link{ margin-right:auto; color:#0b4666; font-size:.88rem; font-weight:800; text-decoration:none; }
.cookie-policy-link:hover{ color:#26accd; }
.cookie-close{ position:absolute; top:14px; right:14px; width:38px; height:38px; border:none; border-radius:50%; background:rgba(255,255,255,.12); color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:3; transition:transform .22s ease, background .22s ease; }
.cookie-close:hover{ transform:rotate(90deg); background:rgba(255,255,255,.20); }
@media (max-width:920px){
  .cookie-consent-modal{ padding:18px; }
  .cookie-consent-top{ grid-template-columns:1fr 64px; padding:26px 24px 18px; }
  .cookie-pill-row{ grid-template-columns:repeat(2,minmax(0,1fr)); padding:20px 24px 0; }
  .cookie-note{ margin:16px 24px 0; }
  .cookie-actions{ padding:18px 24px 24px; }
}
@media (max-width:620px){
  .cookie-consent-card{ border-radius:24px; }
  .cookie-consent-top{ grid-template-columns:1fr; gap:14px; }
  .cookie-top-icon{ justify-self:start; margin-top:0; }
  .cookie-pill-row{ grid-template-columns:1fr; }
  .cookie-actions{ flex-direction:column; align-items:stretch; }
  .cookie-policy-link{ margin-right:0; text-align:center; order:3; }
  .cookie-actions .btn{ width:100%; justify-content:center; }
}
