:root {
  --csk-navy-950: #04111f;
  --csk-navy-900: #071a2f;
  --csk-navy-800: #0b2948;
  --csk-navy-700: #123a61;
  --csk-gold: #e6b22b;
  --csk-gold-light: #f7d96c;
  --csk-gold-dark: #b97808;
  --csk-blue: #075ce5;
  --csk-green: #079a58;
  --csk-red: #e41e2b;
  --csk-ink: #132238;
  --csk-muted: #5f6d7e;
  --csk-line: #dfe6ee;
  --csk-cloud: #f4f7fa;
  --csk-white: #fff;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 10px 30px rgba(7, 26, 47, .08);
  --shadow-lg: 0 28px 80px rgba(4, 17, 31, .16);
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--csk-ink);
  background: var(--csk-white);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: inherit; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.45rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.65rem); }
h3 { font-size: 1.35rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 130px) 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-160%); padding: 10px 16px; color: #fff; background: var(--csk-navy-900); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { background: rgba(4, 17, 31, .92); box-shadow: 0 8px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(16px); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 245px; }
.brand-logo, .custom-logo { width: 58px; max-height: 70px; object-fit: contain; }
.custom-logo-link { display: inline-flex; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { max-width: 205px; font-size: .82rem; letter-spacing: .02em; text-transform: uppercase; }
.brand-copy small { margin-top: 6px; color: rgba(255, 255, 255, .58); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.primary-nav a { font-size: .9rem; font-weight: 650; }
.primary-nav ul a { color: rgba(255, 255, 255, .78); transition: color .2s ease; }
.primary-nav ul a:hover, .primary-nav ul .current-menu-item > a { color: var(--csk-gold-light); }
.menu-toggle { display: none; width: 48px; height: 44px; padding: 10px; border: 0; color: #fff; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 760; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 43px; padding-inline: 20px; font-size: .85rem; }
.button-gold { color: var(--csk-navy-950); background: linear-gradient(135deg, var(--csk-gold-light), var(--csk-gold)); box-shadow: 0 12px 30px rgba(230, 178, 43, .24); }
.button-gold:hover { box-shadow: 0 16px 36px rgba(230, 178, 43, .36); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .04); }
.button-ghost:hover { background: rgba(255, 255, 255, .09); }
.button-dark { color: #fff; background: var(--csk-navy-950); }

.hero { position: relative; overflow: hidden; min-height: 860px; padding: 175px 0 95px; color: #fff; background: radial-gradient(circle at 72% 36%, rgba(7, 92, 229, .22), transparent 31%), radial-gradient(circle at 82% 75%, rgba(7, 154, 88, .16), transparent 28%), linear-gradient(135deg, var(--csk-navy-950), var(--csk-navy-900) 48%, #0b2b4a); }
.hero::before { content: ""; position: absolute; top: -220px; left: -160px; width: 600px; height: 600px; border: 1px solid rgba(230, 178, 43, .12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(230, 178, 43, .025), 0 0 0 160px rgba(230, 178, 43, .02); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, transparent, #000 35%, #000); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: 74px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--csk-gold); font-size: .78rem; font-weight: 820; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--csk-gold); }
.hero h1 { max-width: 760px; margin-bottom: 28px; }
.hero h1::after { content: "."; color: var(--csk-gold); }
.hero-lead { max-width: 680px; margin-bottom: 38px; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 680px; margin-top: 62px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-trust div { display: flex; flex-direction: column; gap: 5px; }
.hero-trust strong { color: #fff; font-size: 1.05rem; }
.hero-trust span { color: rgba(255,255,255,.48); font-size: .76rem; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-logo-card { position: relative; z-index: 3; width: min(390px, 82%); padding: 52px 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.025)); box-shadow: 0 40px 90px rgba(0,0,0,.3); backdrop-filter: blur(18px); transform: rotate(-2deg); }
.hero-logo-card::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(230,178,43,.24); border-radius: 28px; pointer-events: none; }
.hero-logo-card img { position: relative; width: 100%; max-height: 420px; object-fit: contain; filter: drop-shadow(0 25px 28px rgba(0,0,0,.25)); }
.hero-orbit { position: absolute; border: 1px solid rgba(230,178,43,.25); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; animation: spin 28s linear infinite; }
.orbit-one::before { content: ""; position: absolute; top: 45px; right: 42px; width: 12px; height: 12px; background: var(--csk-red); border-radius: 50%; box-shadow: 0 0 20px rgba(228,30,43,.7); }
.orbit-two { width: 380px; height: 380px; border-style: dashed; animation: spin 20s linear infinite reverse; }
.signal-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 16px; color: #fff; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(4,17,31,.72); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); font-size: .78rem; font-weight: 720; }
.signal-card i { width: 8px; height: 8px; background: var(--csk-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(7,154,88,.14); }
.signal-top { top: 105px; right: -10px; }
.signal-bottom { bottom: 96px; left: -22px; }
@keyframes spin { to { transform: rotate(360deg); } }

.section-heading h2, .section-top h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p:last-child { max-width: 540px; color: var(--csk-muted); }
.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.profile-copy .lead { color: var(--csk-ink); font-size: clamp(1.2rem, 2.3vw, 1.55rem); line-height: 1.55; }
.profile-copy > p:not(.lead) { color: var(--csk-muted); }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.value-row span { padding: 18px; border: 1px solid var(--csk-line); border-radius: var(--radius-sm); font-size: .82rem; font-weight: 760; }
.value-row b { display: block; margin-bottom: 8px; color: var(--csk-gold-dark); font-size: .7rem; }

.services-section { background: var(--csk-cloud); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-top > p { max-width: 390px; margin-bottom: 4px; color: var(--csk-muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 345px; padding: 34px; border: 1px solid var(--csk-line); border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(230,178,43,.65); box-shadow: var(--shadow-sm); }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--csk-navy-900), var(--csk-navy-800)); border-color: transparent; }
.service-number { color: var(--csk-gold-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.featured .service-number { color: var(--csk-gold-light); }
.service-symbol { position: absolute; top: 28px; right: 28px; display: grid; place-items: center; width: 54px; height: 54px; color: var(--csk-blue); border-radius: 50%; background: #edf4ff; font-size: 1.3rem; }
.featured .service-symbol { color: var(--csk-gold); background: rgba(255,255,255,.08); }
.service-card h3 { max-width: 330px; margin: 88px 0 16px; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.service-card p { max-width: 500px; color: var(--csk-muted); }
.featured p { color: rgba(255,255,255,.65); }
.service-card a { position: absolute; bottom: 32px; left: 34px; color: var(--csk-blue); font-size: .85rem; font-weight: 780; }
.featured a { color: var(--csk-gold-light); }

.portfolio-section { color: #fff; background: var(--csk-navy-950); }
.section-top.light > p, .portfolio-section .project-content p { color: rgba(255,255,255,.58); }
.text-link { flex: 0 0 auto; color: var(--csk-gold-light); font-weight: 760; }
.text-link.dark { color: var(--csk-blue); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.045); }
.project-image { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 4 / 3; color: rgba(255,255,255,.7); background: linear-gradient(145deg, #173c62, #0a2037); }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,17,31,.45), transparent 60%); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image img { transform: scale(1.05); }
.project-image > span { font-size: 3rem; font-weight: 850; opacity: .32; }
.project-tone-2 .project-image { background: linear-gradient(145deg, #134a42, #071f2a); }
.project-tone-3 .project-image { background: linear-gradient(145deg, #654914, #1e1b11); }
.project-content { padding: 25px; }
.project-content small, .product-card small { color: var(--csk-gold); font-size: .7rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.project-content h3 { margin: 10px 0 12px; font-size: 1.4rem; }
.project-content p { margin-bottom: 0; font-size: .9rem; }

.catalog-section { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { padding: 14px 14px 24px; border: 1px solid var(--csk-line); border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.product-placeholder { display: grid; place-items: center; overflow: hidden; aspect-ratio: 1 / .82; margin-bottom: 20px; color: var(--csk-navy-900); border-radius: 14px; background: linear-gradient(145deg, #f9f4e5, #eef3f8); }
.product-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.product-placeholder span { font-size: 2rem; font-weight: 900; opacity: .18; }
.product-card small { margin-left: 8px; color: var(--csk-gold-dark); }
.product-card h3 { margin: 8px 8px 22px; font-size: 1.15rem; }
.product-card > a:last-child { margin-left: 8px; color: var(--csk-blue); font-size: .82rem; font-weight: 780; }

.process-section { background: var(--csk-cloud); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--csk-line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--csk-line); }
.process-list li > span { color: var(--csk-gold-dark); font-size: .75rem; font-weight: 850; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin-bottom: 0; color: var(--csk-muted); }

.contact-section { padding-top: 0; background: var(--csk-cloud); }
.contact-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(38px, 6vw, 72px); color: var(--csk-navy-950); border-radius: var(--radius-lg); background: linear-gradient(135deg, #f8dc77, var(--csk-gold)); }
.contact-card::after { content: ""; position: absolute; right: -80px; bottom: -150px; width: 370px; height: 370px; border: 60px solid rgba(255,255,255,.18); border-radius: 50%; }
.contact-card > * { position: relative; z-index: 1; }
.contact-card h2 { max-width: 760px; margin-bottom: 18px; }
.contact-card p:not(.kicker) { max-width: 650px; margin-bottom: 0; }
.contact-card .kicker { color: var(--csk-navy-800); }
.contact-card .button { flex: 0 0 auto; }

.site-footer { padding: 76px 0 28px; color: rgba(255,255,255,.67); background: var(--csk-navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .8fr; gap: 60px; }
.footer-brand { display: flex; align-items: flex-start; gap: 20px; }
.footer-brand img { width: 78px; max-height: 100px; object-fit: contain; }
.footer-brand strong, .site-footer h2 { color: #fff; }
.footer-brand p { max-width: 420px; margin: 10px 0 0; }
.site-footer h2 { margin-bottom: 18px; font-size: .9rem; letter-spacing: .03em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.site-footer a:hover, .footer-wa { color: var(--csk-gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.floating-wa { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; border-radius: 50%; background: #25d366; box-shadow: 0 14px 34px rgba(14, 110, 61, .3); transition: transform .2s ease; }
.floating-wa:hover { transform: translateY(-3px) scale(1.03); }
.floating-wa svg { width: 28px; fill: currentColor; }

.content-main { min-height: 65vh; padding: 170px 0 110px; background: var(--csk-cloud); }
.content-shell, .article-shell { max-width: 1020px; }
.page-intro { max-width: 900px; margin-bottom: 52px; }
.page-intro h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-intro > p:last-child { max-width: 720px; color: var(--csk-muted); font-size: 1.1rem; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.post-card { overflow: hidden; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card > div { padding: 28px; }
.post-card small { color: var(--csk-muted); }
.post-card h2 { margin: 10px 0 14px; font-size: 1.5rem; }
.article-hero { overflow: hidden; margin-bottom: 44px; border-radius: var(--radius-lg); }
.article-hero img { width: 100%; max-height: 620px; object-fit: cover; }
.entry-content { max-width: 780px; margin-inline: auto; color: #28384b; font-size: 1.05rem; }
.entry-content h2, .entry-content h3 { margin-top: 2.2em; }
.entry-content img { border-radius: var(--radius-md); }
.archive-main .shell { width: var(--shell); }
.archive-grid { margin-bottom: 48px; }
.archive-main .project-card { color: #fff; background: var(--csk-navy-900); }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 999px; background: #fff; }
.page-numbers.current { color: #fff; background: var(--csk-blue); }
.detail-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 64px; padding: 34px; border-radius: var(--radius-md); background: var(--csk-navy-900); color: #fff; }
.detail-cta h2 { margin: 0; font-size: 1.6rem; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.product-detail-media { position: sticky; top: 130px; }
.product-detail-media img, .product-detail-media .product-placeholder { width: 100%; border-radius: var(--radius-lg); }
.product-detail-copy h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.product-detail-copy .entry-content { margin: 30px 0; }
.not-found { text-align: center; }
.not-found .kicker { justify-content: center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .primary-nav { gap: 18px; }
  .primary-nav ul { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr .78fr; gap: 35px; }
  .hero-visual { min-height: 470px; }
  .hero-logo-card { width: 340px; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 320px; height: 320px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .header-inner { min-height: 80px; }
  .brand-logo, .custom-logo { width: 48px; max-height: 58px; }
  .brand-copy strong { font-size: .72rem; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 80px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding: 34px 24px; background: rgba(4,17,31,.98); transform: translateX(100%); visibility: hidden; transition: .25s ease; }
  .primary-nav.is-open { transform: none; visibility: visible; }
  .primary-nav ul { flex-direction: column; gap: 0; }
  .primary-nav ul a { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.1rem; }
  .primary-nav .button { width: 100%; }
  .hero { min-height: auto; padding: 130px 0 82px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; order: 2; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { margin-inline: auto; text-align: left; }
  .split-layout, .process-layout, .product-detail { grid-template-columns: 1fr; }
  .section-top { align-items: start; flex-direction: column; gap: 22px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .project-image { aspect-ratio: auto; min-height: 250px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .product-detail-media { position: static; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  .brand-copy small { display: none; }
  .brand-copy strong { max-width: 165px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 3.8rem); }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; text-align: center; }
  .hero-trust div { display: grid; grid-template-columns: 1fr; }
  .hero-visual { min-height: 400px; }
  .hero-logo-card { width: 280px; padding: 38px 30px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 260px; height: 260px; }
  .signal-card { display: none; }
  .service-grid, .product-grid, .content-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 370px; padding: 26px; }
  .service-card a { left: 26px; }
  .value-row { grid-template-columns: 1fr; }
  .project-card { grid-template-columns: 1fr; }
  .project-image { aspect-ratio: 4/3; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 12px; }
  .contact-card { border-radius: var(--radius-md); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .content-main { padding-top: 130px; }
  .detail-cta { align-items: flex-start; flex-direction: column; }
}

/* CSK dark corporate front-page system */
.hero-dark { background: radial-gradient(circle at 22% 28%, rgba(230,178,43,.11), transparent 27%), radial-gradient(circle at 80% 44%, rgba(20,184,166,.12), transparent 25%), linear-gradient(145deg, #07111f, #0a1728 58%, #0e2034); }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; filter: blur(110px); pointer-events: none; opacity: .18; }
.hero-glow-gold { top: 100px; left: 16%; background: var(--csk-gold); }
.hero-glow-teal { right: 4%; bottom: 5%; background: #14b8a6; }
.status-eyebrow { display: inline-flex; padding: 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.045); letter-spacing: .09em; }
.status-eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.12); }
.division-metrics { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 56px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.division-metrics div { min-height: 96px; padding: 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.025); }
.division-metrics strong { display: block; margin-bottom: 7px; color: var(--csk-gold-light); font-size: 1.35rem; }
.division-metrics span { color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.35; }

.dark-section { color: #fff; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: #101e2f; }
.dark-section .profile-copy .lead { color: #fff; }
.dark-section .profile-copy > p:not(.lead), .dark-section .section-heading > p:last-child { color: rgba(255,255,255,.6); }
.dark-section .value-row span { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.dark-section .value-row b { color: var(--csk-gold-light); }

.divisions-section { color: #fff; background: #081523; }
.divisions-section .section-top > p { color: rgba(255,255,255,.56); }
.division-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.division-tab { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 18px; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: #0c1b2d; font-size: .82rem; font-weight: 760; cursor: pointer; transition: .2s ease; }
.division-tab span { color: var(--csk-gold-light); font-size: 1rem; }
.division-tab:hover { color: #fff; border-color: rgba(230,178,43,.45); }
.division-tab.is-active { color: var(--csk-navy-950); border-color: var(--csk-gold); background: linear-gradient(135deg,var(--csk-gold-light),var(--csk-gold)); box-shadow: 0 14px 32px rgba(230,178,43,.16); }
.division-tab.is-active span { color: var(--csk-navy-950); }
.division-panel { display: grid; grid-template-columns: 1.45fr .75fr; gap: 35px; padding: clamp(28px,5vw,54px); border: 1px solid rgba(255,255,255,.09); border-radius: 26px; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.division-panel[hidden] { display: none; }
.division-badge { display: inline-flex; margin-bottom: 22px; padding: 7px 10px; color: var(--csk-gold-light); border: 1px solid rgba(230,178,43,.2); border-radius: 8px; background: rgba(230,178,43,.08); font-size: .7rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.division-main h3 { margin-bottom: 18px; font-size: clamp(2rem,4vw,3.2rem); }
.division-main > p:not(.division-badge) { max-width: 700px; color: rgba(255,255,255,.66); }
.division-main h4, .division-aside h4 { margin: 29px 0 15px; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.division-services { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 20px; margin: 0 0 30px; padding: 0; list-style: none; }
.division-services li { position: relative; padding-left: 22px; color: rgba(255,255,255,.75); font-size: .9rem; }
.division-services li::before { content: "✓"; position: absolute; left: 0; color: #14b8a6; font-weight: 900; }
.division-aside { align-self: stretch; padding: 25px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(255,255,255,.035); }
.division-aside h4 { margin-top: 0; color: rgba(255,255,255,.55); }
.division-aside ol { margin: 0; padding: 0; list-style: none; counter-reset: approach; }
.division-aside li { position: relative; padding: 16px 0 16px 42px; color: rgba(255,255,255,.74); border-bottom: 1px solid rgba(255,255,255,.07); font-size: .9rem; counter-increment: approach; }
.division-aside li::before { content: "0" counter(approach); position: absolute; left: 0; color: var(--csk-gold); font-size: .7rem; font-weight: 850; }

.planner-section { color: #fff; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: #101e2f; }
.planner-shell { max-width: 920px; }
.section-heading.centered { margin: 0 auto 42px; text-align: center; }
.section-heading.centered .kicker { justify-content: center; }
.section-heading.centered > p:last-child { margin: 18px auto 0; color: rgba(255,255,255,.56); }
.needs-planner { padding: clamp(25px,5vw,44px); border: 1px solid rgba(255,255,255,.09); border-radius: 26px; background: #081523; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.planner-grid, .form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.needs-planner label, .contact-form label { display: grid; gap: 9px; color: rgba(255,255,255,.72); font-size: .77rem; font-weight: 760; text-transform: uppercase; letter-spacing: .06em; }
.needs-planner select, .contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; outline: none; background: rgba(255,255,255,.055); }
.needs-planner select, .contact-form input, .contact-form select { height: 52px; padding: 0 15px; }
.contact-form textarea { padding: 15px; resize: vertical; }
.needs-planner select:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--csk-gold); box-shadow: 0 0 0 3px rgba(230,178,43,.1); }
.planner-range-row { display: flex; justify-content: space-between; gap: 20px; margin: 30px 0 12px; }
.planner-range-row label { color: #fff; }
.planner-range-row output { color: var(--csk-gold-light); font-size: .82rem; font-weight: 800; }
.needs-planner input[type="range"] { width: 100%; accent-color: var(--csk-gold); }
.planner-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; margin: 24px 0; text-transform: none !important; letter-spacing: 0 !important; font-weight: 550 !important; }
.planner-check input { width: 18px; height: 18px; accent-color: var(--csk-gold); }
.planner-result { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(255,255,255,.035); }
.planner-result small { display: block; color: rgba(255,255,255,.43); text-transform: uppercase; letter-spacing: .1em; }
.planner-result strong { display: block; margin: 5px 0; color: var(--csk-gold-light); font-size: 1.25rem; }
.planner-result p { margin: 0; color: rgba(255,255,255,.45); font-size: .78rem; }
.button-whatsapp { flex: 0 0 auto; color: #fff; background: #159447; cursor: pointer; }

.contact-section { padding-top: clamp(76px,9vw,130px); color: #fff; background: #081523; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(35px,7vw,90px); align-items: start; }
.contact-copy > p:not(.kicker) { color: rgba(255,255,255,.58); }
.contact-details { margin: 34px 0 0; padding: 0; list-style: none; }
.contact-details li { display: grid; grid-template-columns: 145px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.contact-details strong { color: var(--csk-gold-light); font-size: .8rem; }
.contact-details span { color: rgba(255,255,255,.68); font-size: .9rem; }
.contact-form { display: grid; gap: 18px; padding: clamp(25px,5vw,42px); border: 1px solid rgba(255,255,255,.09); border-radius: 26px; background: #101e2f; }
.contact-form .button { justify-self: start; cursor: pointer; }

@media (max-width: 900px) {
  .division-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .division-panel, .contact-layout { grid-template-columns: 1fr; }
  .division-aside { margin-top: 5px; }
}
@media (max-width: 620px) {
  .division-tabs { display: grid; grid-template-columns: 1fr; }
  .division-tab { justify-content: flex-start; width: 100%; }
  .division-services, .planner-grid, .form-grid { grid-template-columns: 1fr; }
  .planner-result { align-items: stretch; flex-direction: column; }
  .planner-result .button { width: 100%; }
  .contact-details li { grid-template-columns: 1fr; gap: 5px; }
}
