/* MANTIS ESTUDIO — V6 AURORA
   Design direction: editorial B2B + fresh sky blues + restrained motion.
   Zero frameworks. Responsive, accessible, performance-minded. */
*,*::before,*::after{box-sizing:border-box}
:root{
  --sky-50:#f3fbff;--sky-100:#e3f6fd;--sky-200:#c9edfb;--sky-300:#93def7;
  --sky-400:#53c9ee;--sky-500:#18A8E0;--sky-600:#0e94c7;
  --blue-500:#4b78c4;--blue-600:#3E67AF;--blue-700:#30509D;--blue-800:#243f76;
  --navy:#153A58;--ink:#17384f;--muted:#607b8f;--soft:#8ca3b2;
  --line:#d9eaf2;--panel:#ffffff;--wash:#f7fbfd;--white:#fff;
  --shadow-sm:0 10px 28px rgba(36,76,111,.08);
  --shadow-md:0 22px 60px rgba(36,76,111,.12);
  --shadow-sky:0 18px 48px rgba(24,168,224,.20);
  --radius:24px;--radius-sm:16px;
}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;background:#fff;color:var(--ink);font-family:"Plus Jakarta Sans","Aptos","Segoe UI",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body::selection{background:var(--sky-200);color:var(--navy)}
a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit} img,svg{max-width:100%;display:block}
.container{width:min(1200px,calc(100% - 48px));margin-inline:auto}.narrow{width:min(880px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:-999px;top:12px;z-index:9999;background:#fff;color:var(--navy);padding:10px 14px;border-radius:10px;box-shadow:var(--shadow-md)}.skip-link:focus{left:12px}
.eyebrow{margin:0 0 14px;color:var(--sky-600);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.display{margin:0;color:var(--navy);font-size:clamp(44px,6vw,78px);line-height:1.02;letter-spacing:-.055em;font-weight:750}.display .accent{color:var(--sky-500)}
.section-title{margin:0;color:var(--navy);font-size:clamp(32px,4.4vw,54px);line-height:1.08;letter-spacing:-.045em;font-weight:740}
.section-copy{margin:0;color:var(--muted);font-size:clamp(15px,1.6vw,18px);max-width:680px}.center{text-align:center}.center .section-copy{margin-inline:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--sky-500),#3f7bd9);color:#fff;box-shadow:var(--shadow-sky)}.btn-primary:hover{box-shadow:0 20px 48px rgba(24,168,224,.28)}.btn-ghost{background:#fff;border-color:var(--line);color:var(--navy);box-shadow:0 8px 20px rgba(36,76,111,.05)}.btn-light{background:#fff;color:var(--blue-700);box-shadow:0 10px 30px rgba(24,60,95,.10)}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-600);font-size:12px;font-weight:800}.text-link::after{content:"→";transition:transform .2s}.text-link:hover::after{transform:translateX(4px)}

/* Header */
.site-header{position:sticky;top:0;z-index:200;background:linear-gradient(100deg,rgba(225,247,255,.98) 0%,rgba(194,236,251,.98) 44%,rgba(214,244,253,.98) 100%);backdrop-filter:blur(18px) saturate(125%);border-bottom:1px solid rgba(132,205,232,.48);box-shadow:0 8px 30px rgba(39,117,160,.08);transition:background .25s ease,box-shadow .25s ease}
.site-header.scrolled{background:linear-gradient(100deg,rgba(218,244,254,.97) 0%,rgba(180,229,248,.97) 46%,rgba(207,241,252,.97) 100%);box-shadow:0 12px 34px rgba(32,105,149,.13)}
.header-line{height:3px;background:linear-gradient(90deg,#a7e7fa 0%,#37b7e7 48%,#4f7dcc 100%)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;flex:none}.brand img{width:39px;height:39px}.brand-copy{line-height:1}.brand-copy strong{display:block;color:var(--navy);font-size:17px;font-weight:800;letter-spacing:.17em}.brand-copy small{display:block;color:#7993a4;font-size:6px;font-weight:800;letter-spacing:.48em;margin-top:7px}
.main-nav{display:flex;align-items:center;gap:2px}.nav-item{position:relative}.nav-link{appearance:none;border:0;background:none;color:#3d5b70;padding:10px 12px;border-radius:10px;font-size:12px;font-weight:750;cursor:pointer;white-space:nowrap}.nav-link:hover,.nav-item:focus-within>.nav-link{background:rgba(255,255,255,.58);color:#087fae}.chev{font-size:10px;margin-left:4px}.nav-cta{margin-left:8px}.nav-toggle{display:none;width:42px;height:42px;border:1px solid rgba(86,174,209,.34);border-radius:12px;background:rgba(255,255,255,.68);padding:10px;cursor:pointer}.nav-toggle span{display:block;height:2px;background:var(--navy);margin:4px 0;border-radius:2px}
.mega{position:absolute;left:auto;right:-70px;top:calc(100% + 14px);width:min(760px,calc(100vw - 40px));transform:translateY(8px);opacity:0;visibility:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-md);padding:18px;transition:.2s ease}.nav-item:hover>.mega,.nav-item:focus-within>.mega{opacity:1;visibility:visible;transform:translateY(0)}
.mega-grid{display:grid;grid-template-columns:220px 1fr;gap:12px}.mega-intro{min-height:220px;border-radius:16px;padding:24px;color:#fff;background:linear-gradient(145deg,var(--sky-500),var(--blue-600));position:relative;overflow:hidden}.mega-intro::after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.25);border-radius:40px;transform:rotate(32deg);right:-72px;bottom:-95px}.mega-intro small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.15em;opacity:.72;margin-bottom:12px}.mega-intro strong{display:block;font-size:22px;line-height:1.18;letter-spacing:-.03em}.mega-intro p{font-size:11px;opacity:.82;margin:14px 0 0}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mega-links a{padding:13px;border-radius:12px;border:1px solid transparent;transition:.18s}.mega-links a:hover{background:var(--sky-50);border-color:var(--line)}.mega-links b{display:block;color:var(--navy);font-size:12px;margin-bottom:3px}.mega-links span{display:block;color:#7890a0;font-size:10px;line-height:1.45}

/* Hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f7fcff 58%,#eef9fd 100%);padding:92px 0 56px}.hero::before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(91,205,240,.20),rgba(91,205,240,0) 68%);top:-430px;right:-180px}.hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(24,168,224,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(24,168,224,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent 20%,black 78%,transparent);pointer-events:none}.hero-inner{position:relative;z-index:1;text-align:center;max-width:990px;margin:auto}.hero-lead{font-size:clamp(17px,2vw,21px);line-height:1.7;color:var(--muted);max-width:820px;margin:22px auto 0}.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-trust{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:28px}.hero-trust span{font-size:10px;font-weight:750;color:#527188;background:#fff;border:1px solid #dcecf3;border-radius:999px;padding:7px 10px}

/* Service story carousel */
.story-wrap{padding:10px 0 88px;background:linear-gradient(180deg,#eef9fd 0%,#fff 100%)}
.story-shell{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#2b78b7,#3f6db9);min-height:440px}.story-track{display:flex;transition:transform .68s cubic-bezier(.22,.76,.28,1)}.story-slide{min-width:100%;min-height:440px;position:relative;color:#fff;padding:58px 62px;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;isolation:isolate}.story-slide::before{content:"";position:absolute;inset:0;z-index:-2;background:var(--story-bg)}.story-slide::after{content:"";position:absolute;right:-120px;top:-120px;width:520px;height:520px;border:1px solid rgba(255,255,255,.22);border-radius:120px;transform:rotate(28deg);z-index:-1;box-shadow:0 0 0 60px rgba(255,255,255,.045),0 0 0 120px rgba(255,255,255,.028)}.story-kicker{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;opacity:.72}.story-slide h2{font-size:clamp(34px,4.5vw,58px);line-height:1.04;letter-spacing:-.048em;margin:14px 0}.story-slide p{font-size:15px;max-width:620px;color:rgba(255,255,255,.84)}.story-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.story-tags span{font-size:9px;font-weight:750;padding:7px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.10)}.story-icon{display:grid;place-items:center;min-height:260px}.story-icon svg{width:210px;height:210px;opacity:.95}.story-cta{display:inline-flex;margin-top:26px;color:#fff;font-size:12px;font-weight:800;align-items:center;gap:8px}.story-cta:hover{text-decoration:underline}
.story-controls{position:absolute;left:62px;right:62px;bottom:22px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:20px}.story-dots{display:flex;gap:8px}.story-dot{width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.65);background:transparent;padding:0;cursor:pointer}.story-dot.active{background:#fff}.story-arrows{display:flex;gap:8px}.story-arrow{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:grid;place-items:center}.story-progress{position:absolute;left:0;bottom:0;height:3px;background:rgba(255,255,255,.82);width:0;z-index:6}

/* Sections */
.section{padding:92px 0}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:42px}.section-head.centered{display:block;text-align:center}.section-head.centered .section-copy{margin:14px auto 0}.specialties{background:#fff}.specialty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.specialty{position:relative;overflow:hidden;min-height:330px;padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdfe);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s}.specialty:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#bce4f4}.specialty::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(24,168,224,.12),transparent 70%);right:-70px;top:-70px}.specialty-icon{width:48px;height:48px;border-radius:14px;background:var(--sky-100);display:grid;place-items:center;color:var(--sky-600)}.specialty-icon svg{width:23px;height:23px}.specialty h3{font-size:22px;line-height:1.2;color:var(--navy);letter-spacing:-.03em;margin:24px 0 10px}.specialty p{font-size:13px;color:var(--muted);margin:0}.specialty .text-link{margin-top:auto;padding-top:24px}

.platform-band{background:linear-gradient(135deg,#f2fbff,#e4f6fd);border-block:1px solid #d7ebf3}.platform-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.platform-switch{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-sm);overflow:hidden}.platform-tablist{display:flex;border-bottom:1px solid var(--line);padding:8px;gap:6px}.platform-tab{flex:1;border:0;background:transparent;color:#617d90;font-size:12px;font-weight:800;padding:11px 12px;border-radius:10px;cursor:pointer}.platform-tab.active{background:var(--sky-100);color:#0d86b5}.platform-pane{display:none;padding:28px}.platform-pane.active{display:block}.platform-pane h3{font-size:24px;color:var(--navy);margin:0 0 10px;letter-spacing:-.03em}.platform-pane p{font-size:13px;color:var(--muted);margin:0 0 18px}.platform-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.platform-list span{font-size:11px;color:#45667c;padding:9px 10px;border-radius:10px;background:var(--sky-50)}

.capabilities{background:#fff}.cap-list{border-top:1px solid var(--line)}.cap-item{display:grid;grid-template-columns:52px 240px 1fr auto;gap:26px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.cap-num{font-size:10px;font-weight:850;color:var(--sky-600)}.cap-item h3{font-size:18px;color:var(--navy);margin:0}.cap-item p{font-size:13px;color:var(--muted);margin:0}

.method{background:var(--wash)}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}.method-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;min-height:220px}.method-card b{font-size:10px;color:var(--sky-600)}.method-card h3{font-size:18px;color:var(--navy);margin:26px 0 8px}.method-card p{font-size:12px;color:var(--muted);margin:0}

.about{background:#fff}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.about-card{background:linear-gradient(145deg,var(--sky-50),#fff);border:1px solid var(--line);border-radius:26px;padding:36px;box-shadow:var(--shadow-sm)}.about-card p{font-size:15px;color:var(--muted)}.principles{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.principle{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px}.principle b{display:block;color:var(--navy);font-size:12px;margin-bottom:3px}.principle span{display:block;color:#7d94a3;font-size:10px}

.cta-band{padding:76px 0;background:linear-gradient(120deg,#18A8E0,#3E67AF);color:#fff;position:relative;overflow:hidden}.cta-band::after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.20);border-radius:100px;right:-180px;top:-180px;transform:rotate(32deg)}.cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.cta-inner h2{margin:0;font-size:clamp(32px,4.5vw,52px);line-height:1.08;letter-spacing:-.045em}.cta-inner p{margin:10px 0 0;color:rgba(255,255,255,.82);max-width:650px}

.contact{background:#f5fbfe}.contact-shell{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:50px;box-shadow:var(--shadow-md)}.contact-copy h2{font-size:clamp(34px,4.2vw,52px);line-height:1.08;letter-spacing:-.04em;color:var(--navy);margin:10px 0 16px}.contact-copy p{color:var(--muted)}.contact-form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:grid;gap:7px;color:#3b5b70;font-size:11px;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d4e6ef;border-radius:12px;padding:12px 13px;background:#fbfdfe;color:var(--navy);outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--sky-500);box-shadow:0 0 0 4px rgba(24,168,224,.12)}.check{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important;color:#6d8494!important}.check input{width:auto;margin-top:4px}.hp{position:absolute!important;left:-9999px!important}.form-status{min-height:18px;font-size:11px}.form-status.ok{color:#087a55}.form-status.error{color:#b42318}

.footer{background:#eaf7fc;border-top:1px solid #d4e9f2;padding:56px 0 24px;color:#506e82}.footer-top{display:grid;grid-template-columns:1.15fr 1.85fr;gap:72px}.footer-brand p{font-size:12px;color:#6c8596;max-width:360px}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer h3{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--navy);margin:0 0 14px}.footer a{display:block;font-size:11px;color:#58758a;margin:8px 0}.footer a:hover{color:var(--sky-600)}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid #d4e8f1;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#7891a2}

/* Interior service pages */
.page-hero{padding:94px 0 74px;background:linear-gradient(180deg,#fff,#f3fbff);border-bottom:1px solid var(--line)}.page-hero .kicker{color:var(--sky-600);font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:850}.page-hero h1{font-size:clamp(42px,5.6vw,70px);line-height:1.04;letter-spacing:-.052em;color:var(--navy);max-width:920px;margin:14px 0 20px}.page-hero p{font-size:17px;color:var(--muted);max-width:760px}.page-hero .hero-actions{justify-content:flex-start}.content-section{padding:82px 0}.content-section.alt{background:var(--wash)}.content-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px}.content-grid h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.04em;color:var(--navy);margin:0 0 14px}.content-grid>div>p{color:var(--muted)}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.service-box h3{font-size:14px;color:var(--navy);margin:0 0 7px}.service-box p{font-size:11px;color:var(--muted);margin:0}.faq-list{max-width:900px;margin:30px auto 0;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:18px 0;border:0;background:none;color:var(--navy);font-weight:800;cursor:pointer}.faq-answer{display:none;padding:0 0 18px;color:var(--muted);font-size:13px}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-plus{transform:rotate(45deg)}.faq-plus{transition:.2s}

/* reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:1040px){.nav-toggle{display:block}.main-nav{position:absolute;top:86px;left:24px;right:24px;background:#fff;border:1px solid #cfeaf5;border-radius:18px;box-shadow:var(--shadow-md);padding:12px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.nav-link{width:100%;display:flex;justify-content:space-between;text-align:left}.nav-cta{margin:6px 0 0}.mega{position:static;width:auto;transform:none!important;opacity:1;visibility:visible;display:none;box-shadow:none;border:0;padding:4px 0}.nav-item.menu-open>.mega{display:block}.mega-grid{grid-template-columns:1fr}.mega-intro{display:none}.mega-links{grid-template-columns:1fr}.story-slide{grid-template-columns:1fr;padding:46px 42px 82px}.story-icon{display:none}.section-head,.platform-shell,.about-grid,.contact-shell,.content-grid{grid-template-columns:1fr;gap:34px}.specialty-grid{grid-template-columns:1fr 1fr}.cap-item{grid-template-columns:46px 210px 1fr}.cap-item .text-link{display:none}.method-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr}.cta-inner{grid-template-columns:1fr}}
@media(max-width:680px){.container,.narrow{width:min(100% - 28px,1200px)}.nav-wrap{height:70px}.brand img{width:34px;height:34px}.brand-copy strong{font-size:15px}.hero{padding:64px 0 42px}.display{font-size:45px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.story-wrap{padding-bottom:64px}.story-shell,.story-slide{min-height:470px}.story-slide{padding:38px 26px 88px}.story-slide h2{font-size:36px}.story-controls{left:26px;right:26px}.section{padding:70px 0}.section-title{font-size:36px}.specialty-grid{grid-template-columns:1fr}.specialty{min-height:260px}.platform-list{grid-template-columns:1fr}.cap-item{grid-template-columns:34px 1fr;gap:12px}.cap-item p{grid-column:2}.method-grid{grid-template-columns:1fr}.principles{grid-template-columns:1fr}.contact-shell{padding:28px 20px}.form-row,.service-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.page-hero{padding:70px 0 54px}.page-hero h1{font-size:41px}.content-section{padding:62px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.story-track,.reveal,.btn{transition:none!important}.reveal{opacity:1;transform:none}}


/* V6.1 — visual refinement: more life, centered specialty content, branded story marks */
.story-slide{grid-template-columns:1.15fr .85fr}
.story-brandmark{justify-self:center;position:relative;width:280px;height:280px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.24);box-shadow:0 28px 80px rgba(7,38,79,.18),inset 0 1px 0 rgba(255,255,255,.24);backdrop-filter:blur(8px)}
.story-brandmark::before,.story-brandmark::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.20)}
.story-brandmark::before{inset:-30px}.story-brandmark::after{inset:28px;border-color:rgba(255,255,255,.13)}
.story-brandmark img{width:124px;height:124px;position:relative;z-index:2;filter:drop-shadow(0 12px 22px rgba(7,39,80,.15))}
.story-brandmark.microsoft img{width:118px;height:118px}.story-brandmark.google img{width:132px;height:132px}
.story-slide::after{opacity:.65}.story-kicker{opacity:.88}.story-slide p{font-size:15.5px;line-height:1.7}.story-tags span{background:rgba(255,255,255,.14);backdrop-filter:blur(8px)}

.specialties{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.specialty-grid{gap:22px}
.specialty{text-align:center;align-items:center;min-height:350px;padding:34px 30px 30px;background:#fff;box-shadow:0 12px 36px rgba(50,96,132,.07);border-color:#d5e9f2}
.specialty::before{content:"";position:absolute;left:22px;right:22px;top:0;height:4px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,#74d8f4,#3f7fd4)}
.specialty-google{background:radial-gradient(circle at 15% 8%,rgba(66,133,244,.08),transparent 25%),radial-gradient(circle at 88% 10%,rgba(52,168,83,.07),transparent 24%),#fff}
.specialty-google::before{background:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75%)}
.specialty-microsoft{background:radial-gradient(circle at 16% 8%,rgba(0,164,239,.09),transparent 25%),radial-gradient(circle at 86% 10%,rgba(255,185,0,.08),transparent 24%),#fff}
.specialty-microsoft::before{background:linear-gradient(90deg,#F25022 0 25%,#7FBA00 25% 50%,#00A4EF 50% 75%,#FFB900 75%)}
.specialty-dlp{background:radial-gradient(circle at 16% 8%,rgba(33,199,217,.10),transparent 26%),radial-gradient(circle at 87% 10%,rgba(75,120,196,.10),transparent 24%),#fff}
.specialty-dlp::before{background:linear-gradient(90deg,#21C7D9,#4B78C4)}
.specialty-icon.specialty-brand{width:64px;height:64px;border-radius:18px;background:#fff;box-shadow:0 9px 26px rgba(36,76,111,.10);border:1px solid #e1eef4;margin-inline:auto}
.specialty-icon.specialty-brand img{width:42px;height:42px}
.specialty h3{margin:20px 0 10px;font-size:22px}.specialty p{max-width:300px;margin-inline:auto;font-size:13px;line-height:1.65}.specialty .text-link{margin-top:auto;padding-top:28px;justify-content:center}
.specialty:hover{transform:translateY(-7px);box-shadow:0 22px 55px rgba(36,76,111,.13);border-color:#b8dfef}
.section-head.centered{max-width:820px;margin-left:auto;margin-right:auto;margin-bottom:44px}.section-head.centered .section-title{text-align:center}.section-head.centered .section-copy{text-align:center;max-width:720px}
.footer-bottom-simple{justify-content:center;text-align:center;flex-wrap:wrap}.footer-bottom-simple span+span::before{content:"·";margin-right:20px;color:#9bb0bd}

@media(max-width:1040px){.story-brandmark{display:none}}
@media(max-width:680px){.specialty{min-height:290px;padding:30px 24px}.footer-bottom-simple span+span::before{display:none}}

/* V6.3 - Celeste lateral continuo / visual framing */
:root{--page-sky:#d9f3fc;--page-sky-soft:#edfaff;--page-sky-line:#c9eaf6}
html,body{background:var(--page-sky)}
body{overflow-x:hidden}

/* El hero ahora se integra visualmente con el header y lleva el celeste hasta los bordes. */
.hero{background:
  radial-gradient(circle at 50% 12%,rgba(255,255,255,.98) 0,rgba(255,255,255,.82) 33%,rgba(237,250,255,.78) 58%,rgba(217,243,252,.96) 100%),
  linear-gradient(180deg,#d9f3fc 0%,#edfaff 54%,#d9f3fc 100%)}
.hero::after{background-image:linear-gradient(rgba(24,168,224,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(24,168,224,.05) 1px,transparent 1px);mask-image:linear-gradient(90deg,rgba(0,0,0,.18),black 18%,black 82%,rgba(0,0,0,.18))}

/* Los espacios entre bloques conservan el mismo celeste para que no aparezcan laterales blancos. */
.story-wrap{background:linear-gradient(180deg,#d9f3fc 0%,#eaf9fe 42%,#d9f3fc 100%)}

/* Secciones claras: centro blanco y laterales celestes del mismo sistema cromático. */
.specialties,
.capabilities,
.about{background:linear-gradient(90deg,var(--page-sky) 0%,#f6fcff 7%,#ffffff 18%,#ffffff 82%,#f6fcff 93%,var(--page-sky) 100%)}

.platform-band,
.method,
.contact{background:linear-gradient(90deg,#cfeefa 0%,#e9f9fe 9%,#f7fdff 18%,#f7fdff 82%,#e9f9fe 91%,#cfeefa 100%)}

/* Footer y CTA se mantienen contrastantes, pero conectados con el celeste de marca. */
.footer{background:linear-gradient(90deg,#d5f1fb 0%,#eaf8fd 12%,#eef9fd 50%,#eaf8fd 88%,#d5f1fb 100%)}

/* Páginas internas: misma continuidad lateral para que toda la experiencia sea coherente. */
.page-hero{background:linear-gradient(90deg,var(--page-sky) 0%,#f2fbff 10%,#ffffff 22%,#ffffff 78%,#f2fbff 90%,var(--page-sky) 100%)}
.content-section{background:linear-gradient(90deg,var(--page-sky) 0%,#f8fdff 8%,#ffffff 18%,#ffffff 82%,#f8fdff 92%,var(--page-sky) 100%)}
.content-section.alt{background:linear-gradient(90deg,#cfeefa 0%,#eaf9fe 10%,#f5fcff 20%,#f5fcff 80%,#eaf9fe 90%,#cfeefa 100%)}

@media(max-width:900px){
  .specialties,.capabilities,.about,.platform-band,.method,.contact,.page-hero,.content-section,.content-section.alt,.footer{
    background:linear-gradient(180deg,#eefaff 0%,#ffffff 18%,#ffffff 82%,#e6f7fd 100%)}
  .hero{background:linear-gradient(180deg,#e0f6fd 0%,#f6fdff 50%,#e2f6fd 100%)}
}

/* V6.4 — First viewport composition
   Goal: a tighter hero, slightly more prominent CTAs, and the service banner
   visible immediately on common laptop/desktop screens. */
@media (min-width:681px){
  .nav-wrap{height:76px}
  .hero{padding:54px 0 28px}
  .display{font-size:clamp(42px,5.35vw,68px);line-height:1.015}
  .hero-lead{font-size:clamp(16px,1.55vw,19px);line-height:1.62;max-width:790px;margin-top:16px}
  .hero-actions{margin-top:22px;gap:14px}
  .hero-actions .btn{min-height:54px;padding-inline:25px;font-size:13.5px}
  .hero-trust{margin-top:20px}
  .hero-trust span{padding:7px 11px;font-size:10px}
  .story-wrap{padding:0 0 76px}
  .story-shell,.story-slide{min-height:380px}
  .story-slide{padding:44px 56px 70px;gap:44px}
  .story-slide h2{font-size:clamp(32px,3.85vw,50px);margin:10px 0}
  .story-slide p{font-size:14.5px;line-height:1.62}
  .story-tags{margin-top:17px}
  .story-cta{margin-top:20px}
  .story-brandmark{width:238px;height:238px}
  .story-brandmark img{width:108px;height:108px}
  .story-brandmark.microsoft img{width:102px;height:102px}
  .story-brandmark.google img{width:114px;height:114px}
  .story-controls{left:56px;right:56px;bottom:18px}
}

/* Shorter desktop windows get an extra-compact intro so the banner is never hidden below the fold. */
@media (min-width:900px) and (max-height:850px){
  .nav-wrap{height:70px}
  .hero{padding:38px 0 20px}
  .display{font-size:clamp(40px,4.9vw,60px)}
  .hero-lead{font-size:16px;line-height:1.55;margin-top:12px}
  .hero-actions{margin-top:17px}
  .hero-actions .btn{min-height:52px;padding-inline:24px}
  .hero-trust{margin-top:15px}
  .story-shell,.story-slide{min-height:350px}
  .story-slide{padding-top:38px;padding-bottom:64px}
}

/* =========================================================
   V6.5 AURORA — TRUST / FULL-WIDTH STORY
   Compact, confidence-led hero and near edge-to-edge service carousel.
   ========================================================= */
@media (min-width:681px){
  .hero{padding:32px 0 14px}
  .hero-inner{max-width:900px}
  .hero .eyebrow{margin-bottom:9px;font-size:10px}
  .display{font-size:clamp(38px,4.55vw,58px);line-height:1.01;letter-spacing:-.05em}
  .hero-lead{font-size:clamp(15px,1.35vw,18px);line-height:1.58;max-width:790px;margin-top:13px}
  .hero-actions{margin-top:17px;gap:12px}
  .hero-actions .btn{min-height:56px;padding-inline:28px;font-size:14px}
  .hero-trust{margin-top:12px;gap:7px}
  .hero-trust span{padding:6px 10px;font-size:9.5px}

  .story-wrap{padding:0 0 64px;background:linear-gradient(180deg,#e6f7fd 0%,#f7fcff 66%,#fff 100%)}
  .story-wrap>.container{width:min(1680px,calc(100% - 32px));max-width:none}
  .story-shell{min-height:338px;border-radius:24px;box-shadow:0 24px 64px rgba(29,83,126,.14)}
  .story-slide{min-height:338px;padding:36px 52px 54px;grid-template-columns:1.15fr .85fr;gap:36px}
  .story-slide h2{font-size:clamp(30px,3.2vw,48px);margin:10px 0 10px;max-width:720px}
  .story-slide p{font-size:13.5px;line-height:1.58;max-width:680px}
  .story-tags{margin-top:15px}
  .story-tags span{padding:6px 9px;font-size:8.5px}
  .story-cta{margin-top:17px;font-size:11.5px}
  .story-icon{min-height:190px}
  .story-brandmark{width:220px;height:220px}
  .story-brandmark img{max-width:116px;max-height:116px}
  .story-controls{left:52px;right:52px;bottom:16px}
  .story-arrow{width:34px;height:34px}
}

/* Larger desktop: the banner behaves like a genuine homepage stage, not a card. */
@media (min-width:1400px){
  .story-wrap>.container{width:calc(100% - 40px)}
  .story-shell{border-radius:22px}
}

/* Short laptop screens: guarantee that the service story is visible on first load. */
@media (min-width:900px) and (max-height:900px){
  .nav-wrap{height:72px}
  .brand img{width:36px;height:36px}
  .hero{padding:24px 0 10px}
  .hero .eyebrow{margin-bottom:7px}
  .display{font-size:clamp(36px,4.1vw,52px)}
  .hero-lead{font-size:15px;line-height:1.5;margin-top:10px}
  .hero-actions{margin-top:14px}
  .hero-actions .btn{min-height:54px;padding-inline:27px}
  .hero-trust{margin-top:10px}
  .story-shell,.story-slide{min-height:320px}
  .story-slide{padding-top:30px;padding-bottom:48px}
}

@media (max-width:680px){
  .display{font-size:39px;line-height:1.02}
  .hero{padding:42px 0 24px}
  .hero-lead{font-size:15px;line-height:1.55;margin-top:14px}
  .hero-actions .btn{min-height:54px;font-size:13px}
  .story-wrap{padding-top:0}
  .story-shell{border-radius:20px}
}

/* =========================================================
   V6.6 AURORA — TRUE FULL-BLEED SERVICE STAGE
   The service banner reaches the viewport edges cleanly instead
   of looking cropped inside a rounded near-full-width card.
   ========================================================= */
@media (min-width:681px){
  .story-wrap{
    padding:0 0 64px;
    overflow:hidden;
    background:linear-gradient(180deg,#e6f7fd 0%,#f7fcff 66%,#fff 100%);
  }
  .story-wrap>.container{
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
  }
  .story-shell{
    width:100%;
    max-width:none;
    margin:0;
    border-radius:0;
    box-shadow:0 20px 52px rgba(29,83,126,.11);
  }
  .story-slide{
    padding-left:max(62px,calc((100vw - 1560px)/2 + 42px));
    padding-right:max(62px,calc((100vw - 1560px)/2 + 42px));
  }
  .story-controls{
    left:max(62px,calc((100vw - 1560px)/2 + 42px));
    right:max(62px,calc((100vw - 1560px)/2 + 42px));
  }
  .story-slide::after{
    right:-70px;
  }
}

/* On very large monitors keep the internal composition centered,
   while the colored stage still remains truly edge-to-edge. */
@media (min-width:1800px){
  .story-slide{
    grid-template-columns:minmax(0,900px) minmax(360px,560px);
    justify-content:center;
    column-gap:110px;
  }
}

/* Mobile remains a contained card for comfortable edge spacing. */
@media (max-width:680px){
  .story-wrap>.container{width:min(100% - 28px,1200px);margin-inline:auto;padding:0}
  .story-shell{border-radius:20px}
}

/* =========================================================
   V6.7 AURORA — INTEGRATED STORY WASH
   The service carousel now belongs to the page instead of reading
   as a saturated color band. Same sky system, slightly more energy.
   ========================================================= */
@media (min-width:681px){
  .story-wrap{
    padding:0 0 64px;
    background:linear-gradient(180deg,#e9f8fd 0%,#edfaff 42%,#f5fcff 78%,#ffffff 100%);
  }
  .story-shell{
    background:transparent;
    box-shadow:none;
    border-top:1px solid rgba(89,181,219,.10);
    border-bottom:1px solid rgba(89,181,219,.10);
  }
  .story-slide{
    color:var(--navy);
  }
  .story-slide::before{
    opacity:1;
  }
  .story-slide::after{
    border-color:rgba(40,123,174,.12);
    box-shadow:0 0 0 60px rgba(78,185,226,.045),0 0 0 120px rgba(80,127,203,.028);
  }
  .story-kicker{
    color:#168fbd;
    opacity:1;
  }
  .story-slide h2{
    color:var(--navy);
  }
  .story-slide p{
    color:#57758a;
  }
  .story-tags span{
    color:#315d79;
    border-color:rgba(45,146,191,.22);
    background:rgba(255,255,255,.62);
    backdrop-filter:blur(8px);
  }
  .story-cta{
    color:#236aa5;
  }
  .story-brandmark{
    background:rgba(255,255,255,.42);
    border-color:rgba(59,150,198,.16);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.52),0 18px 50px rgba(60,129,170,.08);
  }
  .story-brandmark::before,
  .story-brandmark::after{
    border-color:rgba(54,142,189,.15);
  }
  .story-dot{
    border-color:rgba(35,106,165,.52);
  }
  .story-dot.active{
    background:#238ac1;
  }
  .story-arrow{
    border-color:rgba(35,106,165,.24);
    background:rgba(255,255,255,.62);
    color:#236aa5;
    box-shadow:0 8px 24px rgba(45,112,154,.08);
  }
  .story-arrow:hover{
    background:#fff;
  }
  .story-progress{
    background:linear-gradient(90deg,#47c5eb,#4c7ecb);
    opacity:.68;
  }
}

/* Keep the same soft visual language on mobile, with just enough contrast. */
@media (max-width:680px){
  .story-wrap{background:linear-gradient(180deg,#eaf9fe 0%,#f4fcff 100%)}
  .story-shell{box-shadow:0 14px 38px rgba(50,112,151,.08);border:1px solid rgba(72,164,205,.12)}
  .story-slide{color:var(--navy)}
  .story-kicker,.story-cta{color:#168fbd;opacity:1}
  .story-slide h2{color:var(--navy)}
  .story-slide p{color:#57758a}
  .story-tags span{color:#315d79;border-color:rgba(45,146,191,.22);background:rgba(255,255,255,.70)}
  .story-dot{border-color:rgba(35,106,165,.48)}
  .story-dot.active{background:#238ac1}
  .story-arrow{border-color:rgba(35,106,165,.24);background:rgba(255,255,255,.72);color:#236aa5}
  .story-progress{background:linear-gradient(90deg,#47c5eb,#4c7ecb)}
}


/* =========================================================
   V6.8 AURORA — SOFT CTA + EXECUTIVE PROCESS
   Keeps the whole homepage in one light-blue visual system.
   ========================================================= */

/* CTA: no saturated stripe; it now feels like a continuation of the page. */
.cta-band{
  padding:64px 0;
  color:var(--navy);
  background:
    radial-gradient(circle at 82% 42%,rgba(75,190,230,.18) 0,rgba(75,190,230,.07) 24%,transparent 48%),
    linear-gradient(90deg,#d7f2fc 0%,#ebf9fe 18%,#f7fdff 50%,#ebf9fe 82%,#d7f2fc 100%);
  border-top:1px solid rgba(70,165,205,.10);
  border-bottom:1px solid rgba(70,165,205,.12);
  overflow:hidden;
}
.cta-band::after{
  width:360px;height:360px;
  border:1px solid rgba(53,149,193,.14);
  right:-128px;top:-165px;
  border-radius:100px;
  transform:rotate(34deg);
}
.cta-band::before{
  content:"";
  position:absolute;
  width:230px;height:230px;
  border:1px solid rgba(53,149,193,.10);
  border-radius:50%;
  right:92px;bottom:-155px;
}
.cta-inner{gap:56px}
.cta-inner h2{
  color:var(--navy);
  font-size:clamp(30px,3.55vw,46px);
  line-height:1.06;
  letter-spacing:-.04em;
  max-width:760px;
}
.cta-inner p{
  color:#55748a;
  max-width:720px;
  font-size:15px;
  line-height:1.65;
}
.cta-band .btn-light{
  background:linear-gradient(135deg,#25afe0,#3d86d8);
  color:#fff;
  border:1px solid rgba(39,137,197,.28);
  box-shadow:0 12px 28px rgba(43,127,181,.18);
}
.cta-band .btn-light:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(43,127,181,.24);
}

/* Methodology: executive connected sequence rather than four isolated boxes. */
.method{
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.92),transparent 44%),
    linear-gradient(90deg,#d9f3fc 0%,#edfaff 10%,#f8fdff 20%,#f8fdff 80%,#edfaff 90%,#d9f3fc 100%);
}
.method .section-head.centered{max-width:830px;margin-inline:auto}
.method .section-copy{font-size:16px;line-height:1.7;color:#58768b;max-width:760px;margin-inline:auto}
.method-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
  margin-top:46px;
  padding:16px 0 8px;
}
.method-grid::before{
  content:"";
  position:absolute;
  left:7%;right:7%;top:48px;
  height:2px;
  background:linear-gradient(90deg,rgba(31,171,222,.14),rgba(35,145,205,.55),rgba(75,117,202,.34));
  z-index:0;
}
.method-card{
  position:relative;
  z-index:1;
  min-height:255px;
  padding:34px 26px 28px;
  border-radius:22px;
  border:1px solid rgba(75,156,198,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,253,255,.98));
  box-shadow:0 16px 44px rgba(40,111,153,.08);
  text-align:center;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.method-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 54px rgba(40,111,153,.13);
  border-color:rgba(46,158,207,.32);
}
.method-card b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:31px;
  padding:0 12px;
  border-radius:999px;
  font-size:10.5px;
  line-height:1;
  letter-spacing:.04em;
  color:#147fac;
  background:#e5f7fd;
  border:1px solid rgba(32,163,215,.16);
}
.method-card h3{
  margin:38px 0 12px;
  font-size:22px;
  line-height:1.12;
  color:var(--navy);
  letter-spacing:-.025em;
}
.method-card p{
  margin:0 auto;
  max-width:230px;
  font-size:14px;
  line-height:1.65;
  color:#5c788c;
}
.method-card::before{
  content:"";
  position:absolute;
  top:38px;left:50%;
  width:14px;height:14px;
  margin-left:-7px;
  border-radius:50%;
  background:linear-gradient(135deg,#38c4e9,#387fd0);
  box-shadow:0 0 0 7px rgba(49,177,221,.10);
  transform:translateY(0);
}
.method-card::after{
  content:"→";
  position:absolute;
  top:29px;
  right:-24px;
  width:40px;height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#299aca;
  border:1px solid rgba(44,157,205,.24);
  box-shadow:0 8px 22px rgba(44,117,156,.10);
  font-size:20px;
  font-weight:800;
  z-index:4;
}
.method-card:last-child::after{display:none}

@media(max-width:1040px){
  .method-grid{grid-template-columns:1fr 1fr;gap:22px}
  .method-grid::before{display:none}
  .method-card::after{display:none}
  .method-card{min-height:235px}
}
@media(max-width:680px){
  .cta-band{padding:50px 0}
  .cta-inner{gap:24px}
  .cta-inner h2{font-size:32px}
  .cta-inner p{font-size:14px}
  .method-grid{grid-template-columns:1fr;gap:18px;margin-top:30px}
  .method-card{min-height:auto;padding:28px 22px}
  .method-card h3{margin-top:30px;font-size:21px}
  .method-card p{font-size:14px}
}

/* Final alignment polish for the connected methodology sequence. */
@media (min-width:1041px){
  .method-grid::before{top:60px}
  .method-card::before{display:none}
  .method-card::after{top:24px}
  .method-card h3{margin-top:28px}
}

/* =========================================================
   V6.9 AURORA — CLARITY / TYPOGRAPHIC CONTRAST
   Sharper body typography, stronger contrast, and more readable
   supporting copy without making the interface visually heavy.
   ========================================================= */
:root{
  --navy:#123a57;
  --ink:#173d57;
  --muted:#49687d;
  --soft:#6f899b;
  --blue-600:#2f6fa8;
}

body{
  font-family:"Inter","Plus Jakarta Sans","Aptos","Segoe UI",Arial,sans-serif;
  font-weight:500;
  color:var(--ink);
}

/* Keep the brand/editorial personality in headings. */
.display,
.section-title,
.story-slide h2,
.method-card h3,
.specialty h3,
.platform-pane h3,
.cap-item h3,
.contact-copy h2,
.page-hero h1,
.content-grid h2,
.cta-inner h2,
.mega-intro strong{
  font-family:"Plus Jakarta Sans","Inter","Segoe UI",Arial,sans-serif;
}

.display,
.section-title,
.story-slide h2,
.page-hero h1{
  font-weight:800;
  color:#123b59;
}

.display .accent{color:#159fd5}

/* Core supporting copy: darker, slightly more substantial, easier to scan. */
.hero-lead,
.section-copy,
.story-slide p,
.specialty p,
.platform-pane p,
.cap-item p,
.method-card p,
.about-card p,
.contact-copy p,
.content-grid>div>p,
.service-box p,
.faq-answer,
.page-hero p,
.cta-inner p{
  color:#4a687d;
  font-weight:500;
}

.hero-lead{
  color:#4b687c;
  font-size:clamp(16px,1.45vw,19px);
  line-height:1.62;
}

.section-copy{
  color:#4b687d;
  line-height:1.68;
}

/* Navigation should feel crisp rather than faint. */
.nav-link{
  color:#31546d;
  font-size:12.5px;
  font-weight:700;
}
.nav-link:hover,.nav-item:focus-within>.nav-link{color:#087eae}

/* Eyebrows and micro-labels: clearer but still restrained. */
.eyebrow,
.story-kicker,
.method-card b,
.cap-num{
  font-weight:800;
  color:#0c8fbe;
}

/* Carousel copy is a principal sales surface; increase clarity. */
.story-slide p{
  color:#496a80;
  font-size:14.5px;
  line-height:1.66;
  max-width:700px;
}
.story-tags span{
  color:#315b75;
  font-weight:700;
  border-color:rgba(45,146,191,.26);
  background:rgba(255,255,255,.74);
}
.story-cta{
  color:#1d6fa8;
  font-size:12px;
  font-weight:800;
}

/* Cards and process steps: improve reading contrast and hierarchy. */
.specialty p{font-size:13.5px;line-height:1.68}
.platform-pane p{font-size:13.5px;line-height:1.65}
.cap-item p{font-size:13.5px;line-height:1.6}
.method .section-copy{color:#4c6b80;font-weight:500}
.method-card p{color:#506f84;font-size:14px;line-height:1.65}
.about-card p{color:#49687d;font-size:15px;line-height:1.7}
.principle span{color:#607b8f;font-size:10.5px;font-weight:500}

/* Links and buttons must read immediately. */
.text-link{color:#236fa9;font-weight:800}
.btn{font-weight:800}
.btn-ghost{color:#183f5b;border-color:#cfe3ed}

/* Forms and legal/supporting pages. */
.contact-form label{color:#31576f;font-weight:700}
.contact-form input,.contact-form select,.contact-form textarea{color:#173d57}
.page-hero p{font-size:17px;line-height:1.66}
.service-box p{font-size:12px;line-height:1.6}
.faq-answer{font-size:13.5px;line-height:1.65}

/* Footer copy: avoid washed-out gray on pale blue. */
.footer,.footer a,.footer p,.footer span{color:#48677b}
.footer strong,.footer h3{color:#173d57}

/* A subtle high-resolution rendering assist for text on Windows/Chromium. */
@media (min-width:681px){
  .hero-lead,.section-copy,.story-slide p,.specialty p,.method-card p{letter-spacing:-.005em}
}

/* =========================================================
   V7.0 AURORA — VIVID SKY
   Same established Mantis palette, with slightly richer sky blues,
   cleaner depth and stronger visual energy while preserving whitespace.
   ========================================================= */
:root{
  --page-sky:#c9effc;
  --page-sky-soft:#e7f9ff;
  --page-sky-line:#b8e6f7;
  --sky-50:#f0fbff;
  --sky-100:#d9f5ff;
  --sky-200:#bcecff;
  --sky-300:#82daf8;
  --sky-400:#3fc2ec;
  --sky-500:#12a9df;
  --sky-600:#078fbe;
}

html,body{background:var(--page-sky)}

/* Header: same celeste language, one step more luminous and premium. */
.site-header{
  background:linear-gradient(100deg,rgba(207,242,253,.98) 0%,rgba(174,230,249,.98) 44%,rgba(215,246,255,.98) 100%);
  border-bottom-color:rgba(78,183,221,.42);
  box-shadow:0 8px 30px rgba(28,127,177,.09)
}
.site-header.scrolled{
  background:linear-gradient(100deg,rgba(197,238,252,.98) 0%,rgba(160,223,247,.98) 46%,rgba(207,243,254,.98) 100%);
  box-shadow:0 12px 34px rgba(27,118,163,.14)
}
.header-line{background:linear-gradient(90deg,#7fdcf7 0%,#20afe0 48%,#4d7fd2 100%)}

/* Main stage: richer sky at the edges, bright white optical center. */
.hero{
  background:
    radial-gradient(circle at 50% 10%,rgba(255,255,255,1) 0%,rgba(255,255,255,.94) 30%,rgba(240,251,255,.88) 55%,rgba(201,239,252,.98) 100%),
    linear-gradient(180deg,#c9effc 0%,#e8f9ff 52%,#c9effc 100%)
}
.hero::before{background:radial-gradient(circle,rgba(55,193,235,.24),rgba(55,193,235,0) 68%)}
.hero::after{
  background-image:linear-gradient(rgba(13,155,207,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(13,155,207,.065) 1px,transparent 1px)
}

/* Service carousel surrounding field: visible color, no hard block. */
.story-wrap{background:linear-gradient(180deg,#c9effc 0%,#ddf6ff 42%,#edfaff 78%,#f7fdff 100%)}
.story-slide::before{filter:saturate(1.08)}

/* White editorial sections retain breathing room, with more alive sky edges. */
.specialties,.capabilities,.about{
  background:linear-gradient(90deg,#c7eefb 0%,#e8f9ff 8%,#ffffff 19%,#ffffff 81%,#e8f9ff 92%,#c7eefb 100%)
}
.platform-band,.method,.contact{
  background:linear-gradient(90deg,#bfeafa 0%,#dcf6ff 9%,#f5fcff 20%,#f5fcff 80%,#dcf6ff 91%,#bfeafa 100%)
}
.footer{
  background:linear-gradient(90deg,#c5edf9 0%,#dcf5fd 13%,#e9f9fe 50%,#dcf5fd 87%,#c5edf9 100%);
  border-top-color:#b9e3f2
}

/* Internal pages use the same upgraded color system. */
.page-hero{
  background:linear-gradient(90deg,#c9effc 0%,#e8f9ff 10%,#ffffff 23%,#ffffff 77%,#e8f9ff 90%,#c9effc 100%)
}
.content-section{
  background:linear-gradient(90deg,#c9effc 0%,#eefbff 9%,#ffffff 19%,#ffffff 81%,#eefbff 91%,#c9effc 100%)
}
.content-section.alt{
  background:linear-gradient(90deg,#bfeafa 0%,#dbf5fe 10%,#f3fbff 21%,#f3fbff 79%,#dbf5fe 90%,#bfeafa 100%)
}

/* Slightly more expressive accents, while keeping B2B restraint. */
.display .accent{color:#12a6dc}
.eyebrow,.story-kicker,.method-card b,.cap-num{color:#078ebd}
.btn-primary{background:linear-gradient(135deg,#13afe3 0%,#3987df 100%);box-shadow:0 16px 40px rgba(18,169,223,.22)}
.btn-primary:hover{box-shadow:0 20px 48px rgba(18,169,223,.30)}
.specialty{box-shadow:0 12px 36px rgba(27,115,158,.075)}
.specialty:hover{box-shadow:0 22px 55px rgba(27,115,158,.14)}

@media(max-width:900px){
  .specialties,.capabilities,.about,.platform-band,.method,.contact,.page-hero,.content-section,.content-section.alt,.footer{
    background:linear-gradient(180deg,#d9f5ff 0%,#f7fdff 18%,#ffffff 50%,#f5fcff 82%,#d4f2fd 100%)}
  .hero{background:linear-gradient(180deg,#cceffc 0%,#f5fcff 50%,#d4f3fd 100%)}
  .story-wrap{background:linear-gradient(180deg,#d2f2fd 0%,#eefaff 72%,#ffffff 100%)}
}

/* =========================================================
   V7.1 AURORA — VIVID PLUS
   Stronger but still executive sky-blue system.
   ========================================================= */
:root{
  --page-sky:#afe6f8;
  --page-sky-soft:#d9f5ff;
  --page-sky-line:#9edff4;
  --sky-50:#eefbff;
  --sky-100:#c9f0fc;
  --sky-200:#9fe3f7;
  --sky-300:#68d0f1;
  --sky-400:#28b9e7;
  --sky-500:#0aa8df;
  --sky-600:#078dbb;
}
html,body{background:#afe6f8}
.site-header{
  background:linear-gradient(100deg,#bfeefa 0%,#99e0f5 47%,#c8f2fb 100%);
  border-bottom-color:rgba(37,170,216,.44);
  box-shadow:0 10px 34px rgba(28,132,177,.12)
}
.site-header.scrolled{
  background:linear-gradient(100deg,#b5eaf8 0%,#8fdcf3 47%,#c0eef9 100%);
  box-shadow:0 12px 38px rgba(25,121,166,.16)
}
.hero{
  background:
    radial-gradient(circle at 50% 11%,#fff 0%,rgba(255,255,255,.97) 28%,rgba(238,251,255,.91) 54%,rgba(175,230,248,.98) 100%),
    linear-gradient(180deg,#afe6f8 0%,#e3f8ff 52%,#afe6f8 100%)
}
.hero::before{background:radial-gradient(circle,rgba(24,178,226,.30),rgba(24,178,226,0) 69%)}
.hero::after{background-image:linear-gradient(rgba(7,143,190,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(7,143,190,.08) 1px,transparent 1px)}
.story-wrap{background:linear-gradient(180deg,#afe6f8 0%,#c8f1fd 36%,#e5f9ff 72%,#f5fdff 100%)}
.specialties,.capabilities,.about{
  background:linear-gradient(90deg,#afe5f7 0%,#d5f4fe 9%,#fff 20%,#fff 80%,#d5f4fe 91%,#afe5f7 100%)
}
.platform-band,.method,.contact{
  background:linear-gradient(90deg,#a7e1f5 0%,#c9effb 9%,#f0fbff 20%,#f0fbff 80%,#c9effb 91%,#a7e1f5 100%)
}
.footer{
  background:linear-gradient(90deg,#afe5f7 0%,#cbeef9 14%,#e3f7fd 50%,#cbeef9 86%,#afe5f7 100%);
  border-top-color:#9fd9ed
}
.page-hero{
  background:linear-gradient(90deg,#afe6f8 0%,#d8f5fe 10%,#fff 24%,#fff 76%,#d8f5fe 90%,#afe6f8 100%)
}
.content-section{
  background:linear-gradient(90deg,#afe6f8 0%,#e4f9ff 10%,#fff 20%,#fff 80%,#e4f9ff 90%,#afe6f8 100%)
}
.content-section.alt{
  background:linear-gradient(90deg,#a7e1f5 0%,#cbedfa 10%,#effaff 22%,#effaff 78%,#cbedfa 90%,#a7e1f5 100%)
}
.display .accent{color:#08a7df}
.btn-primary{background:linear-gradient(135deg,#08afe3 0%,#337fdf 100%);box-shadow:0 16px 40px rgba(10,166,221,.25)}
.btn-primary:hover{box-shadow:0 20px 48px rgba(10,166,221,.34)}

/* The service overview is an intentional centered scroll destination. */
#especializacion{scroll-margin-top:90px}
#especializacion .section-head{margin-bottom:34px}

@media(max-width:900px){
  .specialties,.capabilities,.about,.platform-band,.method,.contact,.page-hero,.content-section,.content-section.alt,.footer{
    background:linear-gradient(180deg,#c6effc 0%,#eefbff 20%,#fff 50%,#edfaff 82%,#bceaf9 100%)}
  .hero{background:linear-gradient(180deg,#b7e9f9 0%,#f4fcff 49%,#c4eefb 100%)}
  .story-wrap{background:linear-gradient(180deg,#bceafa 0%,#e7f8fe 72%,#fff 100%)}
}


/* =========================================================
   V7.2 AURORA — MANAGED SERVICES + OBSERVABILITY
   New recurring-service offerings integrated into the existing design.
   ========================================================= */
.service-box .text-link{margin-top:12px;font-size:11px}
.story-brandmark.managed img,.story-brandmark.observability img{width:132px;height:132px}
@media(max-width:680px){.story-brandmark.managed,.story-brandmark.observability{display:none}}


/* V7.3 — Service architecture + licensing */
.mega{width:min(930px,calc(100vw - 40px));right:-150px}
.mega-grid{grid-template-columns:220px 1fr}
.mega-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.mega-links a{min-height:82px;padding:14px}
.mega-links b{font-size:12.5px}.mega-links span{font-size:10.5px}

/* Main services section */
.specialties{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(244,252,255,.94));}
.specialties .section-head.centered{max-width:860px;margin-inline:auto;margin-bottom:38px}
.specialties .section-copy{max-width:720px}
.specialty-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.specialty{min-height:285px;padding:28px 24px 24px;border-radius:24px}
.specialty h3{font-size:20px;margin:18px 0 9px}
.specialty p{font-size:12.8px;line-height:1.62;max-width:270px}
.specialty .text-link{padding-top:20px;font-size:11.5px}
.specialty-icon.specialty-brand{width:58px;height:58px;border-radius:17px}
.specialty-icon.specialty-brand img{width:38px;height:38px}
.specialty-licensing{background:radial-gradient(circle at 16% 8%,rgba(66,133,244,.08),transparent 25%),radial-gradient(circle at 88% 9%,rgba(0,164,239,.08),transparent 24%),#fff}
.specialty-licensing::before{background:linear-gradient(90deg,#4285F4 0 20%,#34A853 20% 40%,#00A4EF 40% 60%,#7FBA00 60% 80%,#18A8E0 80%)}
.specialty-managed::before{background:linear-gradient(90deg,#21c7d9,#18a8e0,#4b78c4)}
.specialty-observe::before{background:linear-gradient(90deg,#78d3f2,#18a8e0,#154a72)}
.specialty-cyber::before{background:linear-gradient(90deg,#4b78c4,#18a8e0)}
.specialty-migrate::before{background:linear-gradient(90deg,#6fd1ee,#4b78c4,#8aa8e8)}
.dual-brand{display:flex!important;align-items:center;justify-content:center;gap:8px;width:auto!important;min-width:98px;padding:0 12px}
.dual-brand img{width:34px!important;height:34px!important;object-fit:contain}
.dual-brand .brand-divider{width:1px;height:26px;background:#dcecf3}

/* Licensing page */
.license-hero-note{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.license-hero-note span{font-size:10px;font-weight:800;letter-spacing:.03em;padding:8px 11px;border-radius:999px;background:#e9f8fd;color:#27637d;border:1px solid #d4edf6}
.license-platforms{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}
.license-panel{position:relative;overflow:hidden;border:1px solid #d6eaf3;border-radius:24px;background:#fff;padding:30px;box-shadow:0 14px 40px rgba(30,100,136,.08)}
.license-panel::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#78d3f2,#18a8e0,#4b78c4)}
.license-panel.google-license::before{background:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75%)}
.license-panel.microsoft-license::before{background:linear-gradient(90deg,#F25022 0 25%,#7FBA00 25% 50%,#00A4EF 50% 75%,#FFB900 75%)}
.license-panel-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.license-panel-head img{width:44px;height:44px}.license-panel h3{font-size:24px;color:var(--navy);margin:0}.license-panel p{color:var(--muted);font-size:13.5px;line-height:1.68}
.license-plans{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 4px}.license-plans span{padding:8px 10px;background:#f1f9fc;border:1px solid #d9ecf4;border-radius:999px;color:#335e74;font-size:10.5px;font-weight:750}
.license-criteria{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.license-criterion{padding:20px;border-radius:18px;background:linear-gradient(180deg,#fff,#f4fbfe);border:1px solid #d9ebf3}.license-criterion b{display:block;color:var(--navy);font-size:13px;margin-bottom:6px}.license-criterion span{display:block;color:var(--muted);font-size:11.5px;line-height:1.55}
.license-callout{margin-top:28px;padding:22px 24px;border-radius:20px;background:linear-gradient(115deg,#e8f9ff,#eef5ff);border:1px solid #d6ebf4;color:#365f75}.license-callout strong{color:var(--navy)}

/* Story licensing mark */
.story-brandmark.licensing{display:flex;justify-content:center;align-items:center;gap:18px}.story-brandmark.licensing img{width:92px;height:92px;filter:drop-shadow(0 16px 28px rgba(32,86,120,.10))}.story-brandmark.managed img,.story-brandmark.observe img{width:180px;height:180px}

@media(max-width:1180px){.specialty-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mega{right:-40px}.mega-links{grid-template-columns:1fr 1fr}}
@media(max-width:1040px){.mega{width:auto}.mega-links{grid-template-columns:1fr}.license-platforms{grid-template-columns:1fr}.license-criteria{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.specialty-grid{grid-template-columns:1fr}.specialty{min-height:250px}.license-criteria{grid-template-columns:1fr}.license-panel{padding:24px}.story-brandmark.licensing{display:none}}


/* =========================================================
   V7.4 AURORA VIVID PRO — stronger color + service identities
   ========================================================= */
:root{
  --page-sky:#8edcf4;
  --page-sky-soft:#c8f2fd;
  --page-sky-line:#76d0ee;
  --sky-50:#eafaff;
  --sky-100:#bdeefa;
  --sky-200:#8cdef4;
  --sky-300:#50caed;
  --sky-400:#1bb8e5;
  --sky-500:#00a7df;
  --sky-600:#087fae;
  --muted:#416b82;
}
html,body{background:#8edcf4}
.site-header{background:linear-gradient(100deg,#aae9f9 0%,#7dd8f1 48%,#b8edf8 100%);border-bottom-color:rgba(16,159,211,.55);box-shadow:0 10px 34px rgba(15,122,174,.15)}
.site-header.scrolled{background:linear-gradient(100deg,#9fe4f7 0%,#70d1ee 48%,#afe9f7 100%);box-shadow:0 12px 38px rgba(15,112,163,.19)}
.hero{background:radial-gradient(circle at 50% 12%,#fff 0%,rgba(255,255,255,.97) 25%,rgba(225,249,255,.92) 53%,rgba(142,220,244,.99) 100%),linear-gradient(180deg,#8edcf4 0%,#d8f7ff 52%,#8edcf4 100%)}
.hero::before{background:radial-gradient(circle,rgba(0,174,226,.34),rgba(0,174,226,0) 69%)}
.hero::after{background-image:linear-gradient(rgba(0,133,185,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(0,133,185,.09) 1px,transparent 1px)}
.story-wrap{background:linear-gradient(180deg,#8edcf4 0%,#aeeaf9 34%,#d5f7ff 70%,#f3fcff 100%)}
.specialties,.capabilities,.about{background:linear-gradient(90deg,#89daf3 0%,#c3f0fb 9%,#fff 20%,#fff 80%,#c3f0fb 91%,#89daf3 100%)}
.platform-band,.method,.contact{background:linear-gradient(90deg,#82d5f0 0%,#b9eafa 9%,#e9f9ff 20%,#e9f9ff 80%,#b9eafa 91%,#82d5f0 100%)}
.footer{background:linear-gradient(90deg,#8bdcf3 0%,#b8eaf7 14%,#d9f5fc 50%,#b8eaf7 86%,#8bdcf3 100%);border-top-color:#75cfe9}
.page-hero{background:linear-gradient(90deg,#8edcf4 0%,#c5f0fb 10%,#fff 24%,#fff 76%,#c5f0fb 90%,#8edcf4 100%)}
.content-section{background:linear-gradient(90deg,#8edcf4 0%,#d2f5fd 10%,#fff 20%,#fff 80%,#d2f5fd 90%,#8edcf4 100%)}
.content-section.alt{background:linear-gradient(90deg,#82d5f0 0%,#bcecf8 10%,#eaf9fe 22%,#eaf9fe 78%,#bcecf8 90%,#82d5f0 100%)}
.display .accent{color:#00a6df}.eyebrow,.story-kicker{color:#078bb9}
.btn-primary{background:linear-gradient(135deg,#00b5e8 0%,#2e78df 100%);box-shadow:0 16px 40px rgba(0,155,216,.30)}
.btn-primary:hover{box-shadow:0 20px 48px rgba(0,145,210,.38)}

/* Monitoring brand lockup — two crisp vector marks in one executive container */
.story-brandmark.observe{width:340px;height:230px;border-radius:42px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.88);box-shadow:0 24px 58px rgba(31,98,143,.12);display:flex;align-items:center;justify-content:center;gap:26px;padding:34px;backdrop-filter:blur(12px)}
.story-brandmark.observe::before{content:"";position:absolute;inset:-30px;border:1px solid rgba(37,154,202,.16);border-radius:50%;transform:scale(.82);pointer-events:none}
.story-brandmark.observe img{object-fit:contain!important;filter:drop-shadow(0 12px 20px rgba(32,86,120,.10))}
.story-brandmark.observe .zabbix-mark{width:150px!important;height:auto!important}
.story-brandmark.observe .grafana-mark{width:104px!important;height:104px!important}
.story-brandmark.observe .monitor-divider{width:1px;height:88px;background:linear-gradient(180deg,transparent,#9ed8ec,transparent)}

/* Managed services — more premium operations symbol */
.story-brandmark.managed img{width:190px!important;height:190px!important;filter:drop-shadow(0 22px 38px rgba(22,111,163,.16))}
.specialty-managed .specialty-icon{background:linear-gradient(145deg,#e8fbff,#d5f5fd)}
.specialty-observe .specialty-icon{min-width:96px;width:96px;padding:6px 10px}.specialty-observe .specialty-icon img{width:78px!important;height:50px!important}

/* Make service cards a touch more alive without becoming noisy */
.specialty{background:linear-gradient(155deg,#ffffff 0%,#f7fdff 68%,#edfaff 100%);border-color:#bfe6f3;box-shadow:0 18px 44px rgba(20,104,148,.08)}
.specialty:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(16,106,154,.14);border-color:#92d8ee}
.story-slide{border-top:1px solid rgba(255,255,255,.62);border-bottom:1px solid rgba(88,187,220,.30)}
.story-slide h2{color:#123f60}.story-slide p{color:#315e78}.story-tags span{background:rgba(255,255,255,.72);border-color:#a9dbea;color:#2f617c}

@media(max-width:900px){
 .specialties,.capabilities,.about,.platform-band,.method,.contact,.page-hero,.content-section,.content-section.alt,.footer{background:linear-gradient(180deg,#abe7f7 0%,#e7f9ff 20%,#fff 50%,#e7f9ff 82%,#9edff3 100%)}
 .hero{background:linear-gradient(180deg,#9fe2f6 0%,#f4fcff 49%,#a9e4f6 100%)}
 .story-wrap{background:linear-gradient(180deg,#9edff4 0%,#ddf7fd 72%,#fff 100%)}
 .story-brandmark.observe{width:270px;height:190px;gap:18px}.story-brandmark.observe .zabbix-mark{width:118px!important}.story-brandmark.observe .grafana-mark{width:82px!important;height:82px!important}
}
@media(max-width:680px){.story-brandmark.observe,.story-brandmark.managed{display:none}}



/* =========================================================
   V7.5 BRAND POLISH — executive licensing, stronger header logo, favicon refresh
   ========================================================= */
/* Header brand: keep exact M geometry but raise contrast and legibility. */
.brand{gap:13px}
.brand img{width:44px;height:44px;filter:drop-shadow(0 3px 9px rgba(14,104,149,.13))}
.brand-copy strong{font-size:18px;letter-spacing:.16em;color:#143A58;font-weight:800}
.brand-copy small{font-size:7.4px;letter-spacing:.42em;color:#315F78;font-weight:800;margin-top:5px}
.site-header .brand{position:relative}
.site-header .brand::after{content:"";position:absolute;inset:-10px -16px;border-radius:16px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.24);z-index:-1;opacity:.52}

/* Licensing carousel visual: one cohesive executive system instead of two floating symbols. */
.story-brandmark.licensing{width:390px;height:250px;border-radius:44px;background:rgba(255,255,255,.34);border:1px solid rgba(255,255,255,.68);box-shadow:0 28px 70px rgba(31,95,138,.13);padding:12px;display:grid;place-items:center;backdrop-filter:blur(12px)}
.story-brandmark.licensing::before{inset:-26px;border-color:rgba(58,163,205,.16)}
.story-brandmark.licensing::after{display:none}
.story-brandmark.licensing img{width:100%!important;height:auto!important;max-width:360px!important;filter:drop-shadow(0 15px 25px rgba(32,86,120,.08))}

/* Licensing specialty card: more deliberate dual-platform treatment. */
.dual-brand{min-width:116px!important;height:62px!important;gap:10px!important;padding:8px 12px!important;background:linear-gradient(145deg,#fff,#eefaff)!important}
.dual-brand img{width:35px!important;height:35px!important}
.dual-brand .brand-divider{height:30px;background:#cce8f3}

/* Licensing page cards: cleaner, more executive brand blocks. */
.license-panel{border-color:#c6e7f3;box-shadow:0 18px 48px rgba(31,104,145,.10)}
.license-panel-head{padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,#f7fdff,#edf9fd);border:1px solid #d7edf5}
.license-panel-head img{width:48px;height:48px;padding:6px;border-radius:12px;background:#fff;box-shadow:0 8px 20px rgba(37,101,137,.08)}
.license-panel h3{font-size:23px}

@media(max-width:1040px){.story-brandmark.licensing{display:none}}
@media(max-width:680px){.brand img{width:38px;height:38px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:6.8px;letter-spacing:.36em}}



/* =========================================================
   V7.6 EXECUTIVE VISUALS — crisp service graphics + brand legibility
   ========================================================= */
.brand img{width:46px;height:46px;filter:none}
.brand-copy strong{font-size:18px;font-weight:850;letter-spacing:.16em;color:#143A58}
.brand-copy small{font-size:8.8px!important;font-weight:900!important;letter-spacing:.32em!important;color:#174E6C!important;margin-top:5px!important;opacity:1!important;text-shadow:0 1px 0 rgba(255,255,255,.5)}
.footer-brand .brand img{width:48px;height:48px}
.footer-brand .brand-copy strong{font-size:19px}
.footer-brand .brand-copy small{font-size:9px!important;color:#174E6C!important}
.site-header .brand::after{background:rgba(255,255,255,.24);border-color:rgba(255,255,255,.36);opacity:.82;box-shadow:0 8px 24px rgba(20,111,154,.06)}

/* Carousel visual language: executive, crisp, no blurry effects. */
.story-brandmark{background:rgba(255,255,255,.36);border-color:rgba(255,255,255,.70);box-shadow:0 22px 58px rgba(28,96,135,.10);backdrop-filter:none}
.story-brandmark img{filter:none!important;image-rendering:auto}
.story-brandmark.licensing{width:430px;height:245px;padding:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none}
.story-brandmark.licensing::before,.story-brandmark.licensing::after{display:none}
.story-brandmark.licensing img{width:420px!important;height:220px!important;max-width:none!important}
.story-brandmark.dlp img{width:210px!important;height:178px!important}
.story-brandmark.managed img{width:218px!important;height:184px!important}
.story-brandmark.migrate img{width:245px!important;height:180px!important}
.story-brandmark.observe{width:420px;height:248px;padding:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none;display:grid;place-items:center}
.story-brandmark.observe::before,.story-brandmark.observe::after{display:none}
.story-brandmark.observe img{width:390px!important;height:240px!important;max-width:none!important}
.story-brandmark.observe .monitor-divider,.story-brandmark.observe .grafana-mark{display:none}

/* Specialty cards inherit the premium visuals cleanly. */
.specialty-dlp .specialty-icon img{content:url('../img/brand-dlp-premium.svg');width:50px!important;height:50px!important}
.specialty-managed .specialty-icon img{content:url('../img/brand-managed-premium.svg');width:52px!important;height:52px!important}
.specialty-observe .specialty-icon img{content:url('../img/brand-observability-premium.svg');width:82px!important;height:50px!important}
.specialty-migrate .specialty-icon img{content:url('../img/brand-migrate-premium.svg');width:54px!important;height:48px!important}
.specialty-licensing .dual-brand img{filter:none}

@media(max-width:1180px){.story-brandmark.licensing{width:360px}.story-brandmark.licensing img{width:350px!important}.story-brandmark.observe{width:360px}.story-brandmark.observe img{width:350px!important}}
@media(max-width:1040px){.story-brandmark.licensing,.story-brandmark.observe{display:none}}
@media(max-width:680px){.brand img{width:40px;height:40px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:7.8px!important;letter-spacing:.28em!important}.footer-brand .brand-copy small{font-size:8px!important}}
