:root {
  --bg: #071110;
  --bg-soft: #0c1b19;
  --surface: #102522;
  --surface-2: #16302c;
  --text: #f3f7f4;
  --muted: #9fb1aa;
  --line: rgba(255,255,255,.12);
  --accent: #70f0b2;
  --accent-2: #b4ff4d;
  --ink-on-accent: #07110f;
  --radius: 28px;
  --shadow: 0 32px 80px rgba(0,0,0,.28);
}

html[data-theme="standard"] {
  --bg: #f6f8fb;
  --bg-soft: #eaf0f6;
  --surface: #ffffff;
  --surface-2: #dce7f1;
  --text: #102235;
  --muted: #5b7086;
  --line: rgba(16,34,53,.13);
  --accent: #0c6678;
  --accent-2: #18a58f;
  --ink-on-accent: #ffffff;
  --radius: 18px;
  --shadow: 0 22px 58px rgba(16,34,53,.12);
}

html[data-theme="executive"] {
  --bg: #071426; --bg-soft: #0d2037; --surface: #102944; --surface-2: #173858;
  --text: #f8f4e9; --muted: #aab7c7; --line: rgba(255,255,255,.13);
  --accent: #e5b85c; --accent-2: #f4d797; --ink-on-accent: #101a25;
}

html[data-theme="clarity"] {
  --bg: #f5f8fb; --bg-soft: #eaf1f8; --surface: #ffffff; --surface-2: #dceaf8;
  --text: #0b2038; --muted: #587089; --line: rgba(12,44,75,.13);
  --accent: #146ef5; --accent-2: #2cd4bd; --ink-on-accent: #fff;
  --shadow: 0 32px 80px rgba(28,71,112,.14);
}

html[data-theme="corporate"] {
  --bg: #f4f7fb; --bg-soft: #e8eef5; --surface: #ffffff; --surface-2: #dce6f1;
  --text: #102235; --muted: #5c7188; --line: rgba(16,34,53,.14);
  --accent: #0f5f8f; --accent-2: #19a7a8; --ink-on-accent: #ffffff;
  --radius: 14px; --shadow: 0 18px 46px rgba(17,45,75,.12);
}

html[data-theme="corporate"] .hero-image-layer{opacity:.3;filter:saturate(.9) contrast(1)}
html[data-theme="corporate"] .hero::before{box-shadow:none;border-color:rgba(15,95,143,.18)}
html[data-theme="corporate"] .marquee{transform:none;letter-spacing:.08em}
html[data-theme="corporate"] .showcase-section{background:var(--bg-soft)}
html[data-theme="corporate"] .showcase-carousel{border-radius:18px}
html[data-theme="corporate"] .showcase-slide{background:linear-gradient(90deg,rgba(16,34,53,.86),rgba(16,34,53,.56) 45%,rgba(16,34,53,.18)),var(--slide-image) center/cover no-repeat}
html[data-theme="corporate"] .service-card:hover{transform:translateY(-2px)}
html[data-theme="corporate"] .brand-mark{border-radius:10px}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .hero-image-layer{background:linear-gradient(90deg,var(--bg) 0%,rgba(7,17,16,.94) 43%,rgba(7,17,16,.42) 75%,var(--bg) 100%),linear-gradient(0deg,var(--bg),transparent 45%),url("../images/server-hero.webp") center right/cover no-repeat}
  .hero-pills span,.floating-card{background:rgba(16,37,34,.86)}
  .button-primary{box-shadow:0 12px 38px rgba(112,240,178,.25)}
  .tech-sphere{background:radial-gradient(circle at 40% 35%,rgba(112,240,178,.22),transparent 60%);box-shadow:inset 0 0 80px rgba(0,0,0,.2),0 0 100px rgba(112,240,178,.12)}
  .sphere-core{box-shadow:0 0 60px rgba(112,240,178,.45)}
  .orbit{border-color:rgba(112,240,178,.45)}
  .showcase-section{background:radial-gradient(circle at 15% 15%,rgba(112,240,178,.12),transparent 34%),var(--bg)}
  .digital-panel{background:linear-gradient(145deg,var(--surface),var(--surface-2))}
  .digital-panel:before{background:rgba(112,240,178,.18)}
  .digital-grid article,.industry-grid span{background:rgba(7,17,16,.34)}
  .team-card:hover{border-color:rgba(112,240,178,.45)}
  .page-hero{background:radial-gradient(circle at 80% 20%,rgba(112,240,178,.13),transparent 30%)}
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-pills span,.floating-card,.showcase-slide>div,.carousel-controls button,.site-header{backdrop-filter:none;-webkit-backdrop-filter:none}
}
@supports not (text-wrap: balance) {
  .showcase-slide h3{text-wrap:normal}
}
@supports not (mask-image: linear-gradient(to right, transparent, black)) {
  .hero-image-layer:after{display:none}
}
.noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.site-header { height: 92px; padding: 0 clamp(24px,5vw,80px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; font-family: Manrope,sans-serif; }
.brand-mark { width: 46px; height: 46px; display: inline-grid; place-items: center; background: var(--accent); color: var(--ink-on-accent); border-radius: 15px 5px 15px 5px; font-weight: 800; letter-spacing: -2px; font-size: 14px; }
.brand-name { font-size: 17px; font-weight: 600; line-height: 1.05; }
.brand-name b { display: block; color: var(--accent); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; gap: 30px; }
.site-nav a { color: var(--muted); font-size: 14px; padding: 35px 0; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--accent); transition: .25s; }
.site-nav a:hover, .site-nav a.active { color: var(--text); }
.site-nav a.active::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid var(--line); border-radius: 100px; padding: 12px 18px; font-weight: 600; font-size: 14px; }
.header-cta span, .button span { color: var(--accent); margin-left: 9px; }
.menu-toggle { display: none; background: none; border: 0; }

.hero { min-height: calc(100vh - 92px); padding: clamp(70px,9vw,130px) clamp(24px,7vw,110px) 40px; position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; }
.hero-image-layer{position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 94%,transparent) 43%,color-mix(in srgb,var(--bg) 42%,transparent) 75%,var(--bg) 100%),linear-gradient(0deg,var(--bg),transparent 45%),url("../images/server-hero.webp") center right/cover no-repeat;opacity:.48;filter:saturate(1.15) contrast(1.08);transform:scale(1.03);animation:heroDrift 18s ease-in-out infinite alternate}.hero-image-layer:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0,transparent 79px,var(--line) 80px);mask-image:linear-gradient(to right,transparent,black)}
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; right: -20vw; top: -22vw; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 70px rgba(112,240,178,.025),0 0 0 140px rgba(112,240,178,.018); }
.hero-copy { position: relative; z-index: 2; max-width: 800px; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 700; }
h1,h2,h3,blockquote { font-family: Manrope,sans-serif; }
.hero h1 { font-size: clamp(42px,5.7vw,84px); letter-spacing: -.045em; line-height: 1.03; margin: 22px 0 26px; max-width: 860px; }
.hero-intro { color: var(--muted); max-width: 610px; font-size: clamp(17px,1.5vw,21px); line-height: 1.7; }
.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-pills span{border:1px solid color-mix(in srgb,var(--accent) 38%,var(--line));background:color-mix(in srgb,var(--surface) 64%,transparent);backdrop-filter:blur(12px);border-radius:100px;padding:10px 14px;color:var(--text);font:700 12px Manrope}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 100px; padding: 16px 24px; font-weight: 700; cursor: pointer; }
.button-primary { background: var(--accent); color: var(--ink-on-accent); box-shadow: 0 12px 38px color-mix(in srgb,var(--accent) 25%,transparent); }
.button-primary span { color: inherit; }
.button-light { background: var(--text); color: var(--bg); }
.text-link { font-weight: 600; border-bottom: 1px solid var(--line); padding: 12px 0; }
.text-link span { color: var(--accent); margin-left: 8px; }
.hero-visual { position: relative; height: 500px; display: grid; place-items: center; }
.tech-sphere { width: min(32vw,400px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 40% 35%,color-mix(in srgb,var(--accent) 22%,transparent),transparent 60%); box-shadow: inset 0 0 80px rgba(0,0,0,.2),0 0 100px color-mix(in srgb,var(--accent) 12%,transparent); animation: float 6s ease-in-out infinite; }
.sphere-core { width: 42%; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--accent); color: var(--ink-on-accent); box-shadow: 0 0 60px color-mix(in srgb,var(--accent) 45%,transparent); }
.sphere-core span { font: 800 clamp(24px,4vw,55px)/1 Manrope; letter-spacing: -.09em; }
.sphere-core small { font-size: 7px; letter-spacing: .22em; margin-top: 6px; }
.orbit { position: absolute; inset: 14%; border: 1px dashed color-mix(in srgb,var(--accent) 45%,transparent); border-radius: 50%; transform: rotate(36deg) scaleY(.42); }
.orbit-two { inset: 5%; transform: rotate(-35deg) scaleY(.5); }
.node { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 18px var(--accent-2); }
.node-a { top: 15%; left: 24%; }.node-b { right: 5%; top: 52%; }.node-c { bottom: 8%; left: 39%; }
.floating-card { position: absolute; padding: 13px 16px; background: color-mix(in srgb,var(--surface) 82%,transparent); backdrop-filter: blur(12px); border: 1px solid var(--line); border-radius: 14px; color: var(--muted); font-size: 12px; box-shadow: var(--shadow); }
.floating-card span { color: var(--accent); margin-right: 7px; }.floating-card b { display: block; color: var(--text); margin: 4px 0 0 21px; }
.card-secure { left: 4%; top: 17%; }.card-cloud { right: 5%; bottom: 18%; }
.hero-stats { grid-column: 1/-1; display: flex; gap: 65px; border-top: 1px solid var(--line); padding-top: 28px; margin-top: 35px; }
.hero-stats div { display: grid; gap: 3px; }.hero-stats strong { font: 700 25px Manrope; }.hero-stats span { color: var(--muted); font-size: 12px; }
.marquee { background: var(--accent); color: var(--ink-on-accent); overflow: hidden; padding: 18px 0; font: 800 16px Manrope; text-transform: uppercase; letter-spacing: .11em; white-space: nowrap; transform: rotate(-1deg) scale(1.02); }
.marquee div { animation: scroll 24s linear infinite; width: max-content; }.marquee i { margin: 0 22px; }
.section { padding: clamp(80px,10vw,150px) clamp(24px,7vw,110px); }
.showcase-section{padding-top:clamp(95px,10vw,140px);background:radial-gradient(circle at 15% 15%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 34%),var(--bg)}
.showcase-carousel{position:relative;min-height:620px;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:var(--surface)}
.showcase-slide{position:absolute;inset:0;opacity:0;transform:scale(1.025);transition:opacity .7s ease,transform 1s ease;background:linear-gradient(90deg,rgba(5,11,10,.92),rgba(5,11,10,.62) 45%,rgba(5,11,10,.12)),var(--slide-image) center/cover no-repeat}
.showcase-slide.active{opacity:1;transform:scale(1)}
.showcase-slide>div{position:absolute;left:clamp(24px,6vw,82px);top:50%;transform:translateY(-50%);max-width:min(610px,calc(100% - 48px));padding:clamp(24px,4vw,42px);border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(145deg,rgba(4,12,12,.78),rgba(4,12,12,.42));backdrop-filter:blur(14px)}
.showcase-slide span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--accent);color:var(--ink-on-accent);font:800 13px Manrope;margin-bottom:20px}
.showcase-slide h3{font-size:clamp(26px,3.4vw,44px);line-height:1.08;letter-spacing:-.03em;margin:0 0 14px;text-wrap:balance}
.showcase-slide p{color:#d7e2dd;font-size:clamp(15px,1.5vw,18px);line-height:1.7;max-width:530px;margin:0}
.carousel-controls{position:absolute;left:clamp(18px,4vw,55px);right:clamp(18px,4vw,55px);bottom:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.carousel-controls button{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#f3f7f4;border-radius:16px;padding:17px 14px;font:800 13px Manrope;cursor:pointer;backdrop-filter:blur(14px);transition:.25s}
.carousel-controls button.active,.carousel-controls button:hover{background:var(--accent);color:var(--ink-on-accent);border-color:var(--accent)}
.digital-section{padding-top:0}
.digital-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(35px,6vw,80px);align-items:center;border:1px solid var(--line);border-radius:28px;padding:clamp(36px,6vw,82px);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 72%,transparent));box-shadow:var(--shadow);position:relative;overflow:hidden}
.digital-panel:before{content:"";position:absolute;inset:auto -8% -35% auto;width:420px;height:420px;border-radius:50%;background:color-mix(in srgb,var(--accent) 18%,transparent);filter:blur(40px)}
.digital-panel>div{position:relative;z-index:1}.digital-panel h2{font-size:clamp(32px,4.2vw,58px);line-height:1.08;letter-spacing:-.04em;margin:18px 0}.digital-panel p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.75}
.digital-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.digital-grid article{min-height:205px;border:1px solid var(--line);border-radius:18px;padding:24px;background:color-mix(in srgb,var(--bg) 34%,transparent);display:flex;flex-direction:column;justify-content:space-between}.digital-grid span{color:var(--accent);font:800 12px Manrope}.digital-grid strong{font:800 22px/1.15 Manrope}.digital-grid small{color:var(--muted);font-size:14px;line-height:1.65}
.section-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 50px; margin-bottom: 65px; }
.section-heading h2,.page-hero h1 { font-size: clamp(28px,3.6vw,46px); line-height: 1.14; letter-spacing: -.025em; margin: 16px 0 0; }
.section-heading>p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.services-preview .section-heading h2{font-size:clamp(26px,3.1vw,40px);line-height:1.16}
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: .3s; }
.service-card:hover { background: var(--surface); transform: translateY(-5px); }
.service-number { color: var(--accent); font: 700 12px Manrope; }
.service-card h3 { font-size: 24px; max-width: 250px; margin: 65px 0 16px; }
.service-card p { color: var(--muted); line-height: 1.7; margin: 0; }
.card-arrow { position: absolute; right: 30px; top: 28px; font-size: 20px; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; }
.feature-panel { background: var(--accent); color: var(--ink-on-accent); border-radius: var(--radius) 0 0 var(--radius); padding: clamp(45px,6vw,85px); }
.feature-panel .eyebrow { color: inherit; opacity: .65; }.feature-panel h2 { font-size: clamp(38px,4vw,64px); letter-spacing: -.05em; line-height: 1; }.feature-panel p:not(.eyebrow) { max-width: 530px; line-height: 1.8; }
.feature-list { background: var(--surface); border-radius: 0 var(--radius) var(--radius) 0; padding: clamp(45px,6vw,85px); display: grid; align-content: center; }
.feature-list div { display: flex; gap: 20px; align-items: flex-start; padding: 23px 0; border-bottom: 1px solid var(--line); }.feature-list span { color: var(--accent); }.feature-list p { margin: 0; font: 600 18px Manrope; }.feature-list small{display:block;color:var(--muted);font:400 14px/1.65 "DM Sans";margin-top:6px}
.industries-section{background:var(--bg-soft);padding-top:0}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.industry-grid span{min-height:105px;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;align-items:flex-end;background:color-mix(in srgb,var(--surface) 72%,transparent);font:700 18px/1.25 Manrope}
.director-strip { display: grid; grid-template-columns: .35fr 1fr; align-items: center; gap: 70px; }
.director-monogram { aspect-ratio: 1; max-width: 230px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg,var(--surface-2),var(--accent)); color: var(--ink-on-accent); font: 800 64px Manrope; letter-spacing: -.08em; border: 10px solid var(--surface); box-shadow: var(--shadow); }
.director-monogram.large { width: min(100%,300px); max-width: 300px; font-size: 90px; }
.director-copy blockquote { margin: 18px 0 30px; font-size: clamp(24px,3.2vw,42px); line-height: 1.24; letter-spacing: -.025em; max-width: 980px; }
.director-copy>p { color: var(--muted); }.director-copy strong { color: var(--text); }
.team-section{background:var(--bg-soft)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.team-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:.7fr 1.3fr;min-height:390px;transition:.35s}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 45%,var(--line))}.team-card>div:last-child{padding:35px}.team-photo{min-height:100%;background:linear-gradient(145deg,var(--surface-2),color-mix(in srgb,var(--accent) 50%,var(--surface)));display:grid;place-items:center;overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.85);transition:.6s}.team-card:hover .team-photo img{transform:scale(1.045);filter:saturate(1)}.team-photo span{font:800 70px Manrope;color:var(--ink-on-accent);letter-spacing:-.09em}.team-card h3{font-size:29px;margin:12px 0}.team-card>div>p:not(.eyebrow){color:var(--muted);line-height:1.7}
.profile-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }.profile-links a { border: 1px solid var(--line); border-radius: 100px; padding: 11px 16px; font-size: 13px; }
.page-hero { padding: clamp(100px,13vw,190px) clamp(24px,11vw,170px); background: radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--accent) 13%,transparent),transparent 30%); }
.page-hero.compact { padding-bottom: 90px; }
.page-lead { color: var(--muted); max-width: 850px; font-size: clamp(18px,2vw,25px); line-height: 1.7; margin-top: 38px; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 0; }
.purpose-card { min-height: 450px; padding: 50px; background: var(--surface); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; }
.purpose-card.accent { background: var(--accent); color: var(--ink-on-accent); }.purpose-card.accent .eyebrow { color: inherit; opacity: .65; }
.purpose-card>span { color: var(--muted); }.purpose-card h2 { font-size: clamp(28px,3.4vw,48px); line-height: 1.2; }
.values-section { text-align: center; }.value-cloud { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 45px; }.value-cloud span { border: 1px solid var(--line); border-radius: 100px; padding: 20px 33px; font: 600 clamp(18px,2vw,28px) Manrope; }
.leader-profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; background: var(--bg-soft); }
.leader-art { min-height: 500px; background: var(--surface); border-radius: var(--radius); display: grid; place-items: center; align-content: center; gap: 30px; }.leader-art>span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.leader-text h2 { font-size: clamp(40px,5vw,72px); margin: 15px 0; }.leader-text>p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.85; }
.credential-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.credential-list>div{border:1px solid var(--line);border-radius:15px;padding:18px}.credential-list span{color:var(--accent);font-size:10px;text-transform:uppercase;letter-spacing:.13em}.credential-list p{color:var(--muted);font-size:13px;line-height:1.65;margin:9px 0 0}
.services-grid.expanded { grid-template-columns: repeat(3,1fr); }.process { background: var(--bg-soft); }.process>h2 { font-size: clamp(42px,7vw,100px); margin: 30px 0 70px; letter-spacing: -.06em; }
.process-line { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }.process-line div { padding: 25px 10px; display: grid; gap: 35px; }.process-line span { color: var(--accent); font-size: 11px; }.process-line strong { font-size: 20px; }
.contact-hero { padding: clamp(90px,11vw,160px) clamp(24px,7vw,110px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,120px); align-items: start; }
.contact-hero h1 { font-size: clamp(40px,5vw,70px); line-height: 1.04; letter-spacing: -.045em; margin: 20px 0 30px; }.contact-hero h1 em,.site-footer h2 em { color: var(--accent); font-style: normal; }.contact-hero>div>p:last-child { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 500px; }
.contact-form { background: var(--surface); border-radius: var(--radius); padding: clamp(30px,5vw,65px); display: grid; gap: 24px; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 9px; }.contact-form label span { font-size: 12px; color: var(--muted); }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--text); padding: 12px 0; outline: 0; }.contact-form select option { color: #111; }.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--accent); }
.contact-form .honey{position:absolute;left:-9999px}.form-message{padding:15px;border-radius:12px;font-size:13px;line-height:1.6}.form-message.success{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent)}.form-message.error{background:#481d24;color:#ffb7bd}
.office-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding-top: 0; }.office-grid article { background: var(--surface); border-radius: var(--radius); min-height: 280px; padding: 36px; }.office-grid h2 { margin-top: 60px; }.office-grid article>p:last-child { color: var(--muted); line-height: 1.7; }.contact-direct { display: flex; flex-direction: column; gap: 18px; }.contact-direct a { font: 600 19px Manrope; word-break: break-word; }
.office-grid article>a,.office-grid article>small{display:block;color:var(--muted);margin-top:10px;font-size:13px}.office-grid article>a:hover{color:var(--accent)}
.profile-toolbar { padding: 70px clamp(24px,7vw,110px) 35px; display: flex; justify-content: space-between; align-items: end; }.profile-toolbar h1 { font-size: clamp(44px,6vw,78px); margin: 8px 0 0; }
.company-profile { background: #f2f0e9; color: #10201d; max-width: 1200px; margin: 0 auto 100px; box-shadow: var(--shadow); }
.profile-cover { min-height: 740px; padding: 60px; background: #09201d; color: #f3f7f4; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }.profile-cover::after { content:""; width: 580px; height:580px; position:absolute; right:-150px; top:80px; border:1px solid rgba(112,240,178,.35); border-radius:50%; box-shadow:0 0 0 80px rgba(112,240,178,.04),0 0 0 160px rgba(112,240,178,.025); }
.profile-cover-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; position:relative; z-index:1; }.profile-cover>div:nth-child(2) { position: relative; z-index: 1; }.profile-cover>div:nth-child(2)>p { color:#70f0b2; font:600 24px Manrope; }.profile-cover h1 { max-width: 760px; font-size: clamp(62px,9vw,120px); line-height: .85; letter-spacing: -.07em; margin: 25px 0; }
.cover-locations { display:flex; gap:30px; text-transform:uppercase; letter-spacing:.16em; font-size:11px; position:relative; z-index:1; }
.profile-section { padding: 90px 70px; border-bottom: 1px solid rgba(0,0,0,.13); }.profile-kicker { color:#14785b; text-transform:uppercase; letter-spacing:.17em; font:700 10px Manrope; }.profile-intro { display:grid; grid-template-columns:.7fr 1.3fr; gap:60px; }.profile-section h2 { font-size: clamp(34px,5vw,66px); letter-spacing:-.05em; line-height:1.08; }.profile-large-text { font:600 clamp(24px,3vw,39px)/1.45 Manrope; margin:0; }
.facts-grid { display:grid; grid-template-columns:1fr 1fr; margin-top:45px; }.facts-grid div { padding:30px 0; border-top:1px solid rgba(0,0,0,.12); display:grid; gap:9px; }.facts-grid div:nth-child(odd){margin-right:35px}.facts-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#54706a}.facts-grid strong{font:600 18px Manrope}
.profile-services { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:rgba(0,0,0,.12); margin-top:40px; }.profile-services>div { background:#f2f0e9;padding:30px;min-height:220px}.profile-services span{color:#14785b;font-size:11px}.profile-services h3{font-size:22px;margin:35px 0 12px}.profile-services p{color:#54706a;line-height:1.6}
.profile-dark { background:#09201d;color:#f3f7f4}.profile-dark h2{max-width:930px;font-size:clamp(35px,5vw,65px);line-height:1.3}.profile-leadership{display:grid;grid-template-columns:.5fr 1fr;gap:70px;align-items:center}.profile-leadership h2{margin:10px 0}.profile-leadership h3{color:#14785b}.profile-leadership p:last-child{color:#54706a;line-height:1.8;font-size:17px}
.profile-achievements{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(0,0,0,.12);margin-top:40px}.profile-achievements>div{background:#f2f0e9;padding:32px;min-height:240px}.profile-achievements span{color:#14785b;font:700 11px Manrope;letter-spacing:.13em;text-transform:uppercase}.profile-achievements h2{font-size:31px;margin:26px 0 8px}.profile-achievements h3{font-size:18px;margin:0 0 14px;color:#10201d}.profile-achievements p{color:#54706a;line-height:1.7}
.profile-team{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-top:40px}.profile-team>div{border-top:1px solid rgba(0,0,0,.14);padding-top:28px}.profile-team img{width:120px;height:120px;border-radius:50%;object-fit:cover}.profile-team h2{font-size:36px;margin:18px 0 5px}.profile-team h3{color:#14785b}.profile-team p{color:#54706a;line-height:1.7}
.profile-footer{padding:80px 70px;background:#70f0b2;display:grid;grid-template-columns:1fr 1fr;gap:60px}.profile-footer h2{font-size:48px;letter-spacing:-.05em;margin:0}.profile-footer p{line-height:1.6}.profile-footer strong{display:block;margin-top:10px}
.site-footer { padding: 85px clamp(24px,7vw,110px) 30px; background: #050b0a; color: #f3f7f4; }.footer-top { display:flex;justify-content:space-between;align-items:end;padding-bottom:80px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-top h2{font-size:clamp(34px,4.7vw,62px);line-height:1.08;letter-spacing:-.045em;margin:30px 0 0}.footer-top>a{border-bottom:1px solid rgba(255,255,255,.3);padding:14px 0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;color:#9fb1aa;font-size:12px}.footer-bottom nav{display:flex;gap:25px}
.whatsapp { position: fixed; z-index: 15; right: 24px; bottom: 24px; min-width: 58px; height: 58px; padding:0 17px; display: flex;gap:10px;align-items:center;justify-content:center; background: #25d366; color: #fff; border-radius: 100px; box-shadow: 0 12px 35px rgba(0,0,0,.3),0 0 0 0 rgba(37,211,102,.45);font-weight:700;font-size:13px;animation:whatsappPulse 2.4s infinite}.whatsapp svg{width:30px;height:30px}.whatsapp:hover{transform:translateY(-4px)}
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s,transform .7s; }.reveal.visible { opacity:1;transform:none }
@keyframes float { 50% { transform: translateY(-14px) rotate(2deg); } } @keyframes scroll { to { transform: translateX(-50%); } }
@keyframes heroDrift{to{transform:scale(1.1) translateX(-1.5%)}}@keyframes whatsappPulse{70%{box-shadow:0 12px 35px rgba(0,0,0,.3),0 0 0 14px rgba(37,211,102,0)}100%{box-shadow:0 12px 35px rgba(0,0,0,.3),0 0 0 0 rgba(37,211,102,0)}}

/* Theme personalities: these make each design visibly different, not just recolored. */
html[data-theme="standard"] body{background:#f6f8fb}
html[data-theme="standard"] .noise,html[data-theme="standard"] .hero-orb{display:none}
html[data-theme="standard"] .site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 12px 34px rgba(16,34,53,.07);border-bottom:1px solid rgba(16,34,53,.1)}
html[data-theme="standard"] .brand-mark{border-radius:12px;background:linear-gradient(135deg,#0c6678,#18a58f);box-shadow:0 12px 26px rgba(12,102,120,.2)}
html[data-theme="standard"] .brand-name b{color:#0c6678}
html[data-theme="standard"] .site-nav a{font-weight:600}
html[data-theme="standard"] .header-cta{background:#102235;color:#fff;border-color:#102235}
html[data-theme="standard"] .header-cta span{color:#67e6cf}
html[data-theme="standard"] .hero{min-height:auto;padding-top:96px;padding-bottom:70px;grid-template-columns:1fr .78fr;background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%)}
html[data-theme="standard"] .hero-image-layer{opacity:.2;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.9) 48%,rgba(255,255,255,.2)),url("../images/server-hero.webp") center right/cover no-repeat;filter:saturate(.9) contrast(1.02);animation:none}
html[data-theme="standard"] .hero-image-layer:after{opacity:.25}
html[data-theme="standard"] .hero::before{right:-24vw;top:-30vw;border-color:rgba(12,102,120,.12);box-shadow:0 0 0 70px rgba(12,102,120,.035),0 0 0 145px rgba(24,165,143,.025)}
html[data-theme="standard"] .hero-copy{max-width:760px}
html[data-theme="standard"] .eyebrow{color:#0c6678;font-weight:800}
html[data-theme="standard"] .hero-intro{max-width:690px;color:#425a72}
html[data-theme="standard"] .hero-pills span{background:#fff;border-color:#d8e3ee;color:#334b62;box-shadow:0 10px 22px rgba(16,34,53,.05)}
html[data-theme="standard"] .button-primary{background:linear-gradient(135deg,#0c6678,#18a58f);box-shadow:0 16px 35px rgba(12,102,120,.24)}
html[data-theme="standard"] .text-link{color:#102235;font-weight:800}
html[data-theme="standard"] .tech-sphere{background:#fff;border-radius:30px;border-color:#d8e3ee;box-shadow:0 28px 70px rgba(16,34,53,.12);animation:none}
html[data-theme="standard"] .sphere-core{border-radius:24px;background:linear-gradient(135deg,#102235,#0c6678)}
html[data-theme="standard"] .orbit{border-style:solid;border-color:rgba(12,102,120,.24)}
html[data-theme="standard"] .floating-card{background:#fff;color:#536a81;border-color:#d8e3ee}
html[data-theme="standard"] .hero-stats{background:#fff;border:1px solid #d8e3ee;border-radius:18px;padding:22px 26px;box-shadow:0 14px 34px rgba(16,34,53,.08);gap:46px}
html[data-theme="standard"] .marquee{background:#102235;color:#fff;transform:none;font-size:12px;letter-spacing:.12em}
html[data-theme="standard"] .section{padding-top:clamp(76px,8vw,118px);padding-bottom:clamp(76px,8vw,118px)}
html[data-theme="standard"] .showcase-section{background:#fff}
html[data-theme="standard"] .showcase-carousel{min-height:540px;border-radius:20px;border-color:#d8e3ee;box-shadow:0 24px 62px rgba(16,34,53,.12)}
html[data-theme="standard"] .showcase-slide{background:linear-gradient(90deg,rgba(16,34,53,.86),rgba(16,34,53,.58) 46%,rgba(16,34,53,.14)),var(--slide-image) center/cover no-repeat}
html[data-theme="standard"] .showcase-slide>div{background:rgba(255,255,255,.94);border-color:rgba(216,227,238,.95);border-radius:18px;box-shadow:0 18px 46px rgba(16,34,53,.14);backdrop-filter:blur(10px)}
html[data-theme="standard"] .showcase-slide span{border-radius:12px;background:#102235}
html[data-theme="standard"] .showcase-slide h3{color:#102235}
html[data-theme="standard"] .showcase-slide p{color:#4e6378}
html[data-theme="standard"] .carousel-controls button{background:rgba(255,255,255,.92);border-color:rgba(216,227,238,.95);color:#102235}
html[data-theme="standard"] .carousel-controls button.active,html[data-theme="standard"] .carousel-controls button:hover{background:#102235;color:#fff;border-color:#102235}
html[data-theme="standard"] .digital-panel{background:#fff;border-color:#d8e3ee;border-radius:20px;box-shadow:0 18px 48px rgba(16,34,53,.09)}
html[data-theme="standard"] .digital-panel:before{width:360px;height:360px;background:rgba(24,165,143,.12)}
html[data-theme="standard"] .digital-grid article{background:#f6f8fb;border-color:#d8e3ee;border-radius:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
html[data-theme="standard"] .services-grid{border:0;gap:18px}
html[data-theme="standard"] .service-card{background:#fff;border:1px solid #d8e3ee;border-radius:18px;box-shadow:0 14px 34px rgba(16,34,53,.06)}
html[data-theme="standard"] .service-card:hover{transform:translateY(-4px);border-color:rgba(12,102,120,.35);box-shadow:0 22px 50px rgba(16,34,53,.11)}
html[data-theme="standard"] .service-card h3{margin-top:58px}
html[data-theme="standard"] .split-feature{gap:18px;background:#f6f8fb}
html[data-theme="standard"] .feature-panel{border-radius:18px;background:linear-gradient(135deg,#102235,#0c6678)}
html[data-theme="standard"] .feature-list{border-radius:18px;background:#fff;border:1px solid #d8e3ee}
html[data-theme="standard"] .industries-section{background:#eaf0f6}
html[data-theme="standard"] .industry-grid span{background:#fff;border-color:#d8e3ee;border-radius:16px}
html[data-theme="standard"] .page-hero{background:linear-gradient(180deg,#fff,#f6f8fb)}
html[data-theme="standard"] .contact-form,html[data-theme="standard"] .office-grid article{border:1px solid #d8e3ee}
html[data-theme="standard"] .site-footer{background:#102235}

html[data-theme="aurora"] .site-header{position:absolute;left:0;right:0;border-bottom-color:rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(5,11,10,.75),transparent);backdrop-filter:blur(8px)}
html[data-theme="aurora"] .hero{min-height:100vh;padding-top:150px}
html[data-theme="aurora"] .hero-copy{padding:32px 0}
html[data-theme="aurora"] .hero h1{max-width:980px;text-shadow:0 22px 70px rgba(0,0,0,.35)}
html[data-theme="aurora"] .button-primary{transform:translateZ(0)}
html[data-theme="aurora"] .button-primary:hover{transform:translateY(-3px);box-shadow:0 18px 54px color-mix(in srgb,var(--accent) 36%,transparent)}
html[data-theme="aurora"] .services-grid{gap:16px;border:0}
html[data-theme="aurora"] .service-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 92%,transparent),color-mix(in srgb,var(--bg) 70%,transparent));box-shadow:0 18px 50px rgba(0,0,0,.16)}
html[data-theme="aurora"] .service-card h3{margin-top:78px}

html[data-theme="corporate"] body{background:#f4f7fb}
html[data-theme="corporate"] .site-header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 12px 30px rgba(19,47,72,.06);border-bottom:1px solid rgba(16,34,53,.09)}
html[data-theme="corporate"] .hero{min-height:auto;padding-top:110px;padding-bottom:75px;grid-template-columns:1fr .78fr;background:linear-gradient(180deg,#fff 0%,#f4f7fb 100%)}
html[data-theme="corporate"] .hero-image-layer{opacity:.18;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.82) 48%,rgba(255,255,255,.24)),url("../images/server-hero.webp") center right/cover no-repeat}
html[data-theme="corporate"] .hero h1{font-size:clamp(40px,4.7vw,68px);letter-spacing:-.035em;line-height:1.08}
html[data-theme="corporate"] .hero-intro{color:#445c75}
html[data-theme="corporate"] .hero-pills span{background:#fff;border-color:#d4dee9;box-shadow:0 8px 22px rgba(17,45,75,.06)}
html[data-theme="corporate"] .tech-sphere{background:#fff;border-radius:26px;border-color:#d4dee9;box-shadow:0 25px 70px rgba(17,45,75,.12)}
html[data-theme="corporate"] .sphere-core{border-radius:20px}
html[data-theme="corporate"] .orbit{border-style:solid}
html[data-theme="corporate"] .floating-card{background:#fff;color:#435a72;border-color:#d4dee9}
html[data-theme="corporate"] .hero-stats{background:#fff;border:1px solid #dbe4ee;border-radius:18px;padding:24px 28px;box-shadow:0 16px 40px rgba(17,45,75,.08)}
html[data-theme="corporate"] .marquee{background:#102235;color:#fff;font-size:13px}
html[data-theme="corporate"] .showcase-section{background:#fff}
html[data-theme="corporate"] .showcase-carousel{min-height:520px;box-shadow:0 22px 54px rgba(17,45,75,.14)}
html[data-theme="corporate"] .showcase-slide>div{background:rgba(255,255,255,.92);border-color:rgba(219,228,238,.95);box-shadow:0 18px 45px rgba(17,45,75,.12)}
html[data-theme="corporate"] .showcase-slide h3{color:#102235}
html[data-theme="corporate"] .showcase-slide p{color:#445c75}
html[data-theme="corporate"] .section-heading h2{letter-spacing:-.035em}
html[data-theme="corporate"] .digital-panel{background:#fff;border-color:#dbe4ee;border-radius:16px;box-shadow:0 16px 38px rgba(17,45,75,.08)}
html[data-theme="corporate"] .digital-panel:before{display:none}
html[data-theme="corporate"] .digital-grid article{background:#f7f9fc;border-color:#dbe4ee;border-radius:12px}
html[data-theme="corporate"] .services-grid{border:0;gap:18px}
html[data-theme="corporate"] .service-card{background:#fff;border:1px solid #dbe4ee;border-radius:14px;box-shadow:0 12px 28px rgba(17,45,75,.06)}
html[data-theme="corporate"] .split-feature{gap:18px}
html[data-theme="corporate"] .feature-panel,html[data-theme="corporate"] .feature-list{border-radius:14px}
html[data-theme="corporate"] .industries-section{background:#e8eef5;padding-top:clamp(80px,9vw,120px)}
html[data-theme="corporate"] .industry-grid span{background:#fff;border-color:#dbe4ee;border-radius:14px}

html[data-theme="executive"] .site-header{background:#071426;border-bottom-color:rgba(229,184,92,.18)}
html[data-theme="executive"] .hero{background:radial-gradient(circle at 74% 18%,rgba(229,184,92,.13),transparent 28%),#071426}
html[data-theme="executive"] .hero-image-layer{opacity:.22;filter:saturate(.72) sepia(.18)}
html[data-theme="executive"] .brand-mark,html[data-theme="executive"] .button-primary{box-shadow:0 0 0 1px rgba(244,215,151,.32),0 16px 45px rgba(229,184,92,.18)}
html[data-theme="executive"] .showcase-carousel{border-color:rgba(229,184,92,.28)}
html[data-theme="executive"] .digital-panel{background:linear-gradient(145deg,#102944,#071426);border-color:rgba(229,184,92,.22)}
html[data-theme="executive"] .service-card:hover{background:linear-gradient(145deg,#102944,#173858)}
html[data-theme="executive"] .profile-links a{border-color:rgba(229,184,92,.26)}

html[data-theme="clarity"] .site-header{background:rgba(255,255,255,.9);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(28,71,112,.08)}
html[data-theme="clarity"] .hero{background:linear-gradient(135deg,#f8fbff,#eaf6ff);min-height:auto;padding-top:105px;padding-bottom:70px}
html[data-theme="clarity"] .hero-image-layer{opacity:.2;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 50%,rgba(248,251,255,.18)),url("../images/server-hero.webp") center right/cover no-repeat}
html[data-theme="clarity"] .tech-sphere{background:#fff;border:0;box-shadow:0 30px 80px rgba(20,110,245,.14)}
html[data-theme="clarity"] .showcase-section{background:#f5f8fb}
html[data-theme="clarity"] .digital-panel{background:#fff;border:0;box-shadow:0 22px 60px rgba(28,71,112,.12)}
html[data-theme="clarity"] .digital-grid article{background:#f5f8fb;border:0}
html[data-theme="clarity"] .showcase-slide{background:linear-gradient(90deg,rgba(11,32,56,.84),rgba(11,32,56,.5) 48%,rgba(11,32,56,.1)),var(--slide-image) center/cover no-repeat}
html[data-theme="clarity"] .showcase-slide>div{background:rgba(255,255,255,.88);border:0;box-shadow:0 18px 46px rgba(28,71,112,.16)}
html[data-theme="clarity"] .showcase-slide h3{color:#0b2038}
html[data-theme="clarity"] .showcase-slide p{color:#587089}
html[data-theme="clarity"] .services-grid{gap:14px;border:0}
html[data-theme="clarity"] .service-card{background:#fff;border:0;border-radius:18px;box-shadow:0 16px 42px rgba(28,71,112,.11)}
html[data-theme="clarity"] .feature-panel{background:linear-gradient(135deg,#146ef5,#2cd4bd)}

@media (max-width: 980px) {
  .site-header { grid-template-columns:1fr auto; }.header-cta{display:none}.menu-toggle{display:grid;gap:6px;padding:10px}.menu-toggle span{width:24px;height:2px;background:var(--text)}
  .site-nav{display:none;position:absolute;left:20px;right:20px;top:80px;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:15px;box-shadow:var(--shadow);flex-direction:column;gap:0}.site-nav.open{display:flex}.site-nav a{padding:15px}
  .hero{grid-template-columns:1fr;padding-top:80px}.hero-visual{height:430px}.tech-sphere{width:min(75vw,380px)}.hero-stats{flex-wrap:wrap}
  .showcase-carousel{min-height:640px}.carousel-controls{grid-template-columns:1fr}.showcase-slide>div{top:42%;transform:translateY(-50%)}
  .digital-panel{grid-template-columns:1fr}.digital-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid,.services-grid.expanded{grid-template-columns:repeat(2,1fr)}.split-feature,.leader-profile,.contact-hero{grid-template-columns:1fr}.feature-panel{border-radius:var(--radius) var(--radius) 0 0}.feature-list{border-radius:0 0 var(--radius) var(--radius)}
  .director-strip{grid-template-columns:1fr}.director-monogram{width:180px}.office-grid{grid-template-columns:1fr 1fr}.section-heading{grid-template-columns:1fr}.industry-grid{grid-template-columns:repeat(2,1fr)}.profile-intro,.profile-leadership{grid-template-columns:1fr}.profile-cover{min-height:650px}.profile-cover h1{font-size:80px}.team-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
  .site-header{height:76px;padding:0 18px}.brand-name{display:none}.hero{min-height:auto;padding:65px 22px 35px}.hero h1{font-size:40px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{height:360px}.floating-card{font-size:10px}.hero-stats{gap:30px}
  .section{padding:75px 22px}.services-grid,.services-grid.expanded,.purpose-grid,.office-grid,.industry-grid,.digital-grid{grid-template-columns:1fr}.service-card{min-height:280px}.showcase-carousel{min-height:680px;border-radius:20px}.showcase-slide>div{left:16px;right:16px;top:38%;max-width:none;padding:22px;border-radius:18px}.showcase-slide h3{font-size:26px}.carousel-controls{left:16px;right:16px;bottom:18px}.digital-panel{border-radius:20px;padding:30px}.digital-grid article{min-height:175px}.director-strip{gap:35px}.page-hero{padding:90px 22px}.purpose-card{min-height:360px;padding:35px}.leader-art{min-height:380px}.credential-list{grid-template-columns:1fr}.team-card{grid-template-columns:1fr}.team-photo{min-height:330px}.profile-team{grid-template-columns:1fr}.whatsapp span{display:none}.whatsapp{width:58px;padding:0}
  .process-line{grid-template-columns:1fr 1fr}.contact-hero{padding:80px 22px}.profile-toolbar{align-items:flex-start;gap:25px;flex-direction:column}.company-profile{margin-bottom:0}.profile-cover{padding:35px;min-height:600px}.profile-cover h1{font-size:57px}.profile-section{padding:60px 30px}.profile-services,.profile-achievements,.facts-grid,.profile-footer{grid-template-columns:1fr}.facts-grid div:nth-child(odd){margin-right:0}.profile-footer{padding:55px 30px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column;gap:30px}.footer-bottom nav{flex-wrap:wrap}
}

/* Final type scale: keep homepage headlines refined across every theme. */
.hero h1,
html[data-theme="standard"] .hero h1,
html[data-theme="aurora"] .hero h1,
html[data-theme="corporate"] .hero h1,
html[data-theme="executive"] .hero h1,
html[data-theme="clarity"] .hero h1{
  font-size:clamp(30px,3.9vw,54px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  max-width:720px!important;
}
@media (max-width:640px){
  .hero h1,
  html[data-theme="standard"] .hero h1,
  html[data-theme="aurora"] .hero h1,
  html[data-theme="corporate"] .hero h1,
  html[data-theme="executive"] .hero h1,
  html[data-theme="clarity"] .hero h1{
    font-size:32px!important;
    line-height:1.16!important;
  }
}

/* Final type scale for inner pages, process section and company profile. */
.process>h2{
  font-size:clamp(28px,4vw,52px)!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
  margin:22px 0 42px!important;
}
.profile-toolbar h1{
  font-size:clamp(30px,4vw,52px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.profile-cover h1{
  font-size:clamp(42px,6vw,76px)!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.profile-cover>div:nth-child(2)>p{
  font-size:18px!important;
  line-height:1.35!important;
}
.profile-section h2{
  font-size:clamp(26px,3.4vw,44px)!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
}
.profile-large-text{
  font-size:clamp(20px,2.3vw,30px)!important;
  line-height:1.5!important;
}
.profile-dark h2{
  font-size:clamp(26px,3.3vw,42px)!important;
  line-height:1.28!important;
}
.profile-achievements h2,
.profile-team h2{
  font-size:26px!important;
  line-height:1.18!important;
  letter-spacing:-.02em!important;
}
.profile-footer h2{
  font-size:clamp(28px,3.6vw,42px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.contact-hero h1{
  font-size:clamp(32px,4vw,54px)!important;
  line-height:1.12!important;
  letter-spacing:-.03em!important;
}
.page-hero h1{
  font-size:clamp(30px,4vw,52px)!important;
  line-height:1.14!important;
}
@media (max-width:640px){
  .process>h2,.profile-toolbar h1,.profile-cover h1,.profile-section h2,.profile-dark h2,.contact-hero h1,.page-hero h1{
    font-size:30px!important;
  }
  .profile-large-text{font-size:20px!important}
}

/* Clean IT standard refresh: compact type, static capability blocks, no shouty headers. */
.standards-section{background:var(--bg-soft)}
.standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.standards-grid article{min-height:230px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:28px;display:grid;align-content:space-between;box-shadow:0 10px 30px rgba(16,34,53,.05)}
.standards-grid span{color:var(--accent);font:800 12px Manrope;letter-spacing:.12em}
.standards-grid h3{font-size:22px;line-height:1.18;margin:50px 0 10px;letter-spacing:-.01em}
.standards-grid p{color:var(--muted);line-height:1.65;margin:0;font-size:15px}
.site-header{height:78px!important}
.brand-mark{width:40px!important;height:40px!important;font-size:13px!important}
.brand-name{font-size:15px!important}
.brand-name b{font-size:10px!important;letter-spacing:.12em!important}
.site-nav{gap:22px!important}
.site-nav a{font-size:13px!important;padding:29px 0!important}
.header-cta{font-size:13px!important;padding:10px 15px!important}
.eyebrow{font-size:10px!important;letter-spacing:.16em!important}
.hero h1,
html[data-theme="standard"] .hero h1,
html[data-theme="aurora"] .hero h1,
html[data-theme="corporate"] .hero h1,
html[data-theme="executive"] .hero h1,
html[data-theme="clarity"] .hero h1{
  font-size:clamp(27px,3.1vw,42px)!important;
  line-height:1.18!important;
  letter-spacing:-.018em!important;
  max-width:650px!important;
}
.hero-intro{font-size:clamp(15px,1.25vw,18px)!important;line-height:1.7!important;max-width:650px!important}
.section-heading{margin-bottom:42px!important}
.section-heading h2,.page-hero h1{
  font-size:clamp(24px,2.6vw,36px)!important;
  line-height:1.2!important;
  letter-spacing:-.015em!important;
}
.section-heading>p{font-size:15px!important;line-height:1.7!important}
.digital-panel h2,.feature-panel h2,.leader-text h2,.footer-top h2{
  font-size:clamp(25px,2.7vw,38px)!important;
  line-height:1.18!important;
  letter-spacing:-.018em!important;
}
.service-card h3{font-size:21px!important;line-height:1.2!important;letter-spacing:-.01em!important}
.process>h2,.contact-hero h1,.profile-toolbar h1,.profile-cover h1,.profile-section h2,.profile-dark h2{
  font-size:clamp(26px,3vw,40px)!important;
  line-height:1.2!important;
  letter-spacing:-.018em!important;
}
html[data-theme="standard"] .marquee{display:none}
html[data-theme="standard"] .site-header{height:76px!important;box-shadow:0 8px 24px rgba(16,34,53,.06)}
html[data-theme="standard"] .hero{padding-top:72px!important;padding-bottom:58px!important;background:#fff;grid-template-columns:1fr .62fr}
html[data-theme="standard"] .hero-image-layer{opacity:.14}
html[data-theme="standard"] .hero::before{display:none}
html[data-theme="standard"] .hero-pills{margin-top:22px}
html[data-theme="standard"] .hero-pills span{border-radius:8px;padding:9px 12px}
html[data-theme="standard"] .hero-actions{margin-top:30px}
html[data-theme="standard"] .button{border-radius:8px;padding:13px 17px}
html[data-theme="standard"] .hero-visual{justify-self:end;max-width:360px;width:100%}
html[data-theme="standard"] .tech-sphere{width:min(28vw,310px);border-radius:18px;box-shadow:0 16px 40px rgba(16,34,53,.1)}
html[data-theme="standard"] .sphere-core{border-radius:16px}
html[data-theme="standard"] .floating-card{border-radius:10px;box-shadow:0 12px 28px rgba(16,34,53,.1)}
html[data-theme="standard"] .hero-stats{margin-top:18px;padding:18px 20px;border-radius:12px;box-shadow:none}
html[data-theme="standard"] .hero-stats strong{font-size:20px}
html[data-theme="standard"] .section{padding-top:70px!important;padding-bottom:70px!important}
html[data-theme="standard"] .standards-section{background:#f6f8fb}
html[data-theme="standard"] .standards-grid article{background:#fff;border-color:#d8e3ee;border-radius:12px;box-shadow:0 8px 24px rgba(16,34,53,.05)}
html[data-theme="standard"] .digital-section{padding-top:0!important}
html[data-theme="standard"] .digital-panel{border-radius:12px;box-shadow:none;padding:42px}
html[data-theme="standard"] .digital-panel:before{display:none}
html[data-theme="standard"] .digital-grid article{border-radius:10px;min-height:170px}
html[data-theme="standard"] .service-card{min-height:260px;border-radius:12px;box-shadow:none;padding:28px}
html[data-theme="standard"] .service-card h3{margin-top:42px}
html[data-theme="standard"] .feature-panel,html[data-theme="standard"] .feature-list{border-radius:12px}
html[data-theme="standard"] .contact-form{box-shadow:none;border-radius:12px}
@media (max-width:980px){
  html[data-theme="standard"] .hero{grid-template-columns:1fr!important}
  html[data-theme="standard"] .hero-visual{display:none}
  .standards-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .site-header{height:70px!important}
  .hero h1,
  html[data-theme="standard"] .hero h1,
  html[data-theme="aurora"] .hero h1,
  html[data-theme="corporate"] .hero h1,
  html[data-theme="executive"] .hero h1,
  html[data-theme="clarity"] .hero h1,
  .section-heading h2,.page-hero h1,.process>h2,.contact-hero h1,.profile-toolbar h1,.profile-cover h1,.profile-section h2,.profile-dark h2{
    font-size:28px!important;
    line-height:1.22!important;
  }
  html[data-theme="standard"] .hero{padding-top:48px!important;padding-bottom:42px!important}
  html[data-theme="standard"] .section{padding-top:56px!important;padding-bottom:56px!important}
  html[data-theme="standard"] .digital-panel{padding:24px}
}

/* Zendesk-inspired SaaS direction for Standard Pro: clean, editorial, product-led. */
html[data-theme="standard"]{
  --bg:#f7faf7;
  --bg-soft:#eef5ef;
  --surface:#ffffff;
  --surface-2:#e3eee6;
  --text:#09261f;
  --muted:#52665f;
  --line:rgba(9,38,31,.12);
  --accent:#2fc36b;
  --accent-2:#d7ff46;
  --ink-on-accent:#08231c;
  --radius:22px;
  --shadow:0 18px 55px rgba(9,38,31,.11);
}
html[data-theme="standard"] body{background:#f7faf7;color:#09261f}
html[data-theme="standard"] .site-header{background:rgba(255,255,255,.94);border-bottom:1px solid rgba(9,38,31,.09);box-shadow:0 6px 20px rgba(9,38,31,.05)}
html[data-theme="standard"] .brand-mark{background:#09261f!important;color:#d7ff46!important;border-radius:999px!important;box-shadow:none!important}
html[data-theme="standard"] .brand-name b{color:#2a9f5a}
html[data-theme="standard"] .site-nav a{color:#4e625b}
html[data-theme="standard"] .site-nav a:hover,html[data-theme="standard"] .site-nav a.active{color:#09261f}
html[data-theme="standard"] .site-nav a::after{background:#d7ff46;height:4px;border-radius:999px;bottom:15px}
html[data-theme="standard"] .header-cta{background:#d7ff46!important;color:#09261f!important;border:0!important;border-radius:999px!important;font-weight:800!important}
html[data-theme="standard"] .header-cta span{color:#09261f}
html[data-theme="standard"] .hero{background:radial-gradient(circle at 76% 20%,rgba(215,255,70,.35),transparent 24%),linear-gradient(180deg,#fff 0%,#f7faf7 100%);grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:56px}
html[data-theme="standard"] .hero-image-layer{display:none}
html[data-theme="standard"] .hero-copy{max-width:700px}
html[data-theme="standard"] .eyebrow{color:#2a9f5a}
html[data-theme="standard"] .hero h1{font-size:clamp(30px,3.4vw,46px)!important;line-height:1.12!important;max-width:700px!important;color:#09261f}
html[data-theme="standard"] .hero-intro{color:#4d635c;max-width:660px!important}
html[data-theme="standard"] .hero-pills span{background:#eef8f0;border:1px solid #d6e9da;color:#24443a;border-radius:999px;box-shadow:none}
html[data-theme="standard"] .button-primary{background:#09261f!important;color:#fff!important;border-radius:999px!important;box-shadow:0 12px 28px rgba(9,38,31,.18)!important}
html[data-theme="standard"] .button-primary span{color:#d7ff46}
html[data-theme="standard"] .text-link{color:#09261f}
html[data-theme="standard"] .hero-visual{display:block!important;max-width:460px}
html[data-theme="standard"] .service-dashboard{position:relative;background:#09261f;color:#fff;border-radius:28px;padding:22px;box-shadow:0 28px 70px rgba(9,38,31,.22);border:1px solid rgba(255,255,255,.08);overflow:hidden}
html[data-theme="standard"] .service-dashboard:before{content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:50%;background:#d7ff46;opacity:.9}
html[data-theme="standard"] .service-dashboard>*{position:relative;z-index:1}
html[data-theme="standard"] .dash-top{display:flex;align-items:center;gap:10px;margin-bottom:26px}
html[data-theme="standard"] .dash-top span{width:32px;height:32px;border-radius:10px;background:#d7ff46}
html[data-theme="standard"] .dash-top strong{font:800 15px Manrope}
html[data-theme="standard"] .dash-top small{margin-left:auto;background:rgba(255,255,255,.12);border-radius:999px;padding:6px 10px;color:#d7ff46;font-weight:800}
html[data-theme="standard"] .dash-score{background:#fff;color:#09261f;border-radius:20px;padding:22px;margin-bottom:14px}
html[data-theme="standard"] .dash-score b{display:block;font:800 42px/1 Manrope;letter-spacing:-.03em}
html[data-theme="standard"] .dash-score span{color:#52665f;font-size:13px}
html[data-theme="standard"] .dash-list{display:grid;gap:10px;margin:16px 0}
html[data-theme="standard"] .dash-list p{display:flex;align-items:center;gap:10px;margin:0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px;color:#dce8e1;font-size:13px}
html[data-theme="standard"] .dash-list i{width:9px;height:9px;border-radius:50%;background:#d7ff46;box-shadow:0 0 0 5px rgba(215,255,70,.13)}
html[data-theme="standard"] .dash-list strong{margin-left:auto;color:#fff;font-size:12px}
html[data-theme="standard"] .dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
html[data-theme="standard"] .dash-grid span{background:#163b31;border-radius:16px;padding:16px}
html[data-theme="standard"] .dash-grid b{display:block;font:800 23px Manrope;color:#d7ff46}
html[data-theme="standard"] .dash-grid small{color:#bbcbc5}
html[data-theme="standard"] .floating-card{background:#fff;border:1px solid #dbe9df;color:#52665f}
html[data-theme="standard"] .floating-card b{color:#09261f}
html[data-theme="standard"] .hero-stats{background:#fff;border:1px solid #dbe9df;border-radius:20px;box-shadow:0 10px 28px rgba(9,38,31,.06)}
html[data-theme="standard"] .hero-stats strong{color:#09261f}
html[data-theme="standard"] .standards-section{background:#f7faf7}
html[data-theme="standard"] .standards-grid{gap:18px}
html[data-theme="standard"] .standards-grid article{border-radius:22px;border:1px solid #dbe9df;background:#fff;box-shadow:0 12px 35px rgba(9,38,31,.06)}
html[data-theme="standard"] .standards-grid article:nth-child(2){background:#09261f;color:#fff;border-color:#09261f}
html[data-theme="standard"] .standards-grid article:nth-child(2) p{color:#c9d8d2}
html[data-theme="standard"] .standards-grid article:nth-child(2) span{color:#d7ff46}
html[data-theme="standard"] .standards-grid h3{color:inherit;font-size:21px}
html[data-theme="standard"] .digital-panel{background:#09261f;color:#fff;border:0;border-radius:28px;padding:50px;box-shadow:0 22px 60px rgba(9,38,31,.15)}
html[data-theme="standard"] .digital-panel .eyebrow{color:#d7ff46}
html[data-theme="standard"] .digital-panel p:not(.eyebrow){color:#c6d6d0}
html[data-theme="standard"] .digital-grid article{background:#143c32;border:1px solid rgba(255,255,255,.08);border-radius:18px;color:#fff}
html[data-theme="standard"] .digital-grid span{color:#d7ff46}
html[data-theme="standard"] .digital-grid small{color:#c6d6d0}
html[data-theme="standard"] .services-grid{gap:18px}
html[data-theme="standard"] .service-card{border:1px solid #dbe9df;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(9,38,31,.05)}
html[data-theme="standard"] .service-number{color:#2a9f5a}
html[data-theme="standard"] .service-card:hover{border-color:#b7dec0;box-shadow:0 18px 45px rgba(9,38,31,.09);transform:translateY(-3px)}
html[data-theme="standard"] .feature-panel{background:#d7ff46!important;color:#09261f!important;border-radius:26px}
html[data-theme="standard"] .feature-panel .eyebrow{color:#2f5b28!important;opacity:1}
html[data-theme="standard"] .feature-panel .button-light{background:#09261f;color:#fff;border-radius:999px}
html[data-theme="standard"] .feature-list{border:1px solid #dbe9df;border-radius:26px}
html[data-theme="standard"] .feature-list span{color:#2a9f5a}
html[data-theme="standard"] .industry-grid span{border-radius:999px;min-height:auto;padding:16px 20px;background:#fff;border-color:#dbe9df;font-size:15px}
html[data-theme="standard"] .director-monogram{background:#09261f;color:#d7ff46;border-color:#d7ff46}
html[data-theme="standard"] .site-footer{background:#09261f}
@media (max-width:980px){
  html[data-theme="standard"] .hero{grid-template-columns:1fr!important}
  html[data-theme="standard"] .hero-visual{display:block!important;justify-self:start;max-width:430px}
}
@media (max-width:640px){
  html[data-theme="standard"] .hero h1{font-size:29px!important}
  html[data-theme="standard"] .hero-visual{display:none!important}
  html[data-theme="standard"] .digital-panel{border-radius:20px;padding:26px}
}

/* Final Standard Pro direction: closer to Zendesk's calm green SaaS layout. */
html[data-theme="standard"]{
  --bg:#f3f8f2;
  --bg-soft:#e8f2e7;
  --surface:#ffffff;
  --surface-2:#dfeee0;
  --text:#03363d;
  --muted:#4d6767;
  --line:rgba(3,54,61,.16);
  --accent:#03363d;
  --accent-2:#00a656;
  --ink-on-accent:#ffffff;
  --radius:18px;
  --shadow:0 16px 45px rgba(3,54,61,.1);
}
html[data-theme="standard"] body{background:#f3f8f2;color:#03363d}
html[data-theme="standard"] .site-header{background:#fff;border-bottom:1px solid rgba(3,54,61,.12);box-shadow:none}
html[data-theme="standard"] .brand-mark{background:#03363d!important;color:#fff!important;border-radius:6px!important}
html[data-theme="standard"] .brand-name b{color:#00a656}
html[data-theme="standard"] .site-nav a{color:#355b5d}
html[data-theme="standard"] .site-nav a:hover,html[data-theme="standard"] .site-nav a.active{color:#03363d}
html[data-theme="standard"] .site-nav a::after{background:#00a656;height:2px;bottom:0}
html[data-theme="standard"] .header-cta{background:#03363d!important;color:#fff!important;border-radius:6px!important;padding:11px 17px!important}
html[data-theme="standard"] .header-cta span{color:#fff}
html[data-theme="standard"] .hero{background:linear-gradient(180deg,#fff 0%,#f3f8f2 100%);gap:64px;padding-top:82px!important;padding-bottom:72px!important}
html[data-theme="standard"] .hero h1{font-size:clamp(31px,3.25vw,44px)!important;line-height:1.13!important;color:#03363d}
html[data-theme="standard"] .hero-intro{color:#405e60}
html[data-theme="standard"] .hero-pills span{background:#e8f2e7;border-color:#cee3cf;color:#03363d;border-radius:6px}
html[data-theme="standard"] .button-primary{background:#03363d!important;color:#fff!important;border-radius:6px!important;box-shadow:none!important}
html[data-theme="standard"] .button-primary span{color:#fff}
html[data-theme="standard"] .text-link{color:#03363d;border-bottom:1px solid #03363d;padding-bottom:3px}
html[data-theme="standard"] .service-dashboard{background:#03363d;border-radius:20px;box-shadow:0 20px 55px rgba(3,54,61,.2)}
html[data-theme="standard"] .service-dashboard:before{background:#00a656;opacity:.7}
html[data-theme="standard"] .dash-top span{background:#00a656;border-radius:5px}
html[data-theme="standard"] .dash-top small{color:#c9f3d6}
html[data-theme="standard"] .dash-score{border-radius:12px}
html[data-theme="standard"] .dash-score b{font-size:36px}
html[data-theme="standard"] .dash-list p{border-radius:10px}
html[data-theme="standard"] .dash-list i{background:#00a656;box-shadow:0 0 0 5px rgba(0,166,86,.14)}
html[data-theme="standard"] .dash-grid span{border-radius:10px;background:#0b474f}
html[data-theme="standard"] .dash-grid b{color:#c9f3d6}
html[data-theme="standard"] .floating-card{display:none}
html[data-theme="standard"] .hero-stats{border-color:#cee3cf;border-radius:10px;box-shadow:none}
html[data-theme="standard"] .hero-stats strong{font-size:19px;color:#03363d}
html[data-theme="standard"] .section{padding-top:74px!important;padding-bottom:74px!important}
html[data-theme="standard"] .section-heading h2,html[data-theme="standard"] .page-hero h1{color:#03363d}
html[data-theme="standard"] .standards-grid article{border-color:#cee3cf;border-radius:12px;box-shadow:none}
html[data-theme="standard"] .standards-grid article:nth-child(2){background:#03363d;border-color:#03363d}
html[data-theme="standard"] .standards-grid article:nth-child(2) span{color:#9ce6b6}
html[data-theme="standard"] .digital-panel{background:#fff;color:#03363d;border:1px solid #cee3cf;border-radius:12px;box-shadow:none}
html[data-theme="standard"] .digital-panel .eyebrow{color:#007a46}
html[data-theme="standard"] .digital-panel p:not(.eyebrow){color:#4d6767}
html[data-theme="standard"] .digital-grid article{background:#f3f8f2;color:#03363d;border-color:#cee3cf;border-radius:10px}
html[data-theme="standard"] .digital-grid span{color:#007a46}
html[data-theme="standard"] .digital-grid small{color:#4d6767}
html[data-theme="standard"] .service-card{border-color:#cee3cf;border-radius:12px;box-shadow:none}
html[data-theme="standard"] .service-number{color:#007a46}
html[data-theme="standard"] .service-card:hover{border-color:#00a656;box-shadow:none}
html[data-theme="standard"] .feature-panel{background:#03363d!important;color:#fff!important;border-radius:12px}
html[data-theme="standard"] .feature-panel .eyebrow{color:#9ce6b6!important}
html[data-theme="standard"] .feature-panel .button-light{background:#fff;color:#03363d;border-radius:6px}
html[data-theme="standard"] .feature-list{border-color:#cee3cf;border-radius:12px}
html[data-theme="standard"] .feature-list span{color:#007a46}
html[data-theme="standard"] .industry-grid span{border-radius:6px;border-color:#cee3cf}
html[data-theme="standard"] .director-monogram{background:#03363d;color:#fff;border-color:#00a656;border-radius:12px}
html[data-theme="standard"] .profile-links a{border-radius:6px}
html[data-theme="standard"] .contact-form,html[data-theme="standard"] .office-grid article{border-color:#cee3cf;border-radius:12px}
html[data-theme="standard"] .site-footer{background:#03363d}
@media (max-width:640px){
  html[data-theme="standard"] .hero h1{font-size:29px!important}
}
@media print {
  @page{size:A4;margin:0}.no-print,.site-header,.site-footer,.noise,.whatsapp{display:none!important}body{background:#fff}.company-profile{max-width:none;margin:0;box-shadow:none}.profile-cover{min-height:100vh;page-break-after:always}.profile-section{page-break-inside:avoid}.profile-footer{page-break-inside:avoid}
}
