:root {
  --color-bg: #f8fafc;
  --color-surface: #ffffff;
  --color-surface-soft: #f3f6fa;
  --color-text: #0f172a;
  --color-muted: #64748b;
  --color-subtle: #475569;
  --color-primary: #2563eb;
  --color-secondary: #f59e0b;
  --color-border: #e2e8f0;
  --color-border-strong: #cbd5e1;
  --shadow-soft: 0 18px 42px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 14px 32px rgba(15, 23, 42, 0.07);
  color-scheme: light;
}

html {
  background: var(--color-bg);
}

body,
body.executive-home-page,
body.service-detail-page,
body[data-page-theme] {
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.08), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 42%, #eef2f7 100%);
  color: var(--color-text);
}

body::before,
body::after,
.page-backdrop,
.executive-home::before,
.executive-home::after,
.service-detail-page::before,
.service-detail-page::after,
.hero-slider__backdrop,
.hero-slider__image-overlay,
.hero-slider__ambient,
.hero-slider__grid,
.hero-slider__parallax,
.hero-slide__visual,
.site-overlay,
.noise,
.glow,
.orb,
.blue-panel,
.glass::before,
.glass::after {
  display: none !important;
}

body.has-site-header {
  padding-top: var(--site-header-height, 114px);
}

a {
  color: inherit;
}

.executive-shell,
.corporate-shell,
.service-detail-main,
.service-content,
.page-section__inner,
.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.executive-home,
.corporate-home,
main,
.service-detail-main {
  background: transparent;
  color: var(--color-text);
}

.corporate-home {
  overflow: hidden;
}

.corporate-section,
.trust-band,
.services-section,
.why-section,
.solutions-section,
.software-web-section,
.hosting-section,
.process-section,
.partners-section,
.contact-cta {
  padding: clamp(64px, 8vw, 104px) 0;
  background: transparent;
}

.corporate-section--soft,
.services-section,
.software-web-section,
.process-section {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-eyebrow,
.executive-kicker,
.service-eyebrow,
.hero-slider__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #c2410c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2,
.corporate-home h2,
.service-detail-main h2,
.executive-home h2 {
  margin: 0;
  color: var(--color-text);
  font-family: "Plus Jakarta Sans", "Manrope", system-ui, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.corporate-home p,
.service-detail-main p,
.executive-home p {
  color: var(--color-muted);
  line-height: 1.72;
}

.light-hero {
  min-height: min(760px, calc(100vh - var(--site-header-height, 114px)));
  padding: clamp(64px, 7vw, 104px) 0 72px;
  background:
    radial-gradient(circle at 80% 22%, rgba(37, 99, 235, 0.14), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.light-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.light-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #b45309;
  font-weight: 800;
}

.light-hero__eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-secondary), var(--color-primary));
}

.light-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--color-text);
  font-family: "Plus Jakarta Sans", "Manrope", system-ui, sans-serif;
  font-size: clamp(2.65rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.light-hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--color-subtle);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

.light-hero__actions,
.contact-panel__actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn-corporate,
.hero-slider__cta,
.contact-panel__action,
.contact-panel__linkline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  background: #ffffff;
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
}

.btn-corporate--primary,
.hero-slider__cta--primary {
  border-color: #2563eb;
  background: #2563eb;
  color: #ffffff;
}

.btn-corporate--accent {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

.light-hero__visual {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--color-border);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.96)),
    radial-gradient(circle at 18% 18%, rgba(245, 158, 11, 0.12), transparent 16rem);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.light-hero__visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 22px;
  background:
    linear-gradient(#dbeafe 1px, transparent 1px),
    linear-gradient(90deg, #dbeafe 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.5;
}

.light-dashboard {
  position: absolute;
  inset: 52px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 18px;
}

.light-dashboard__panel,
.light-dashboard__metric {
  position: relative;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.light-dashboard__panel {
  padding: 22px;
}

.light-dashboard__panel strong,
.light-dashboard__metric strong {
  display: block;
  color: #0f172a;
  font-size: 1.05rem;
}

.light-dashboard__panel span,
.light-dashboard__metric span {
  color: #64748b;
  font-size: 0.86rem;
}

.light-dashboard__line {
  height: 8px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #93c5fd 62%, #f59e0b);
}

.light-dashboard__metric {
  min-height: 118px;
  padding: 18px;
}

.light-dashboard__metric:nth-child(2) {
  align-self: end;
}

.trust-grid,
.service-grid,
.why-grid,
.solutions-grid,
.software-web-grid,
.hosting-grid,
.process-grid,
.partners-grid {
  display: grid;
  gap: 18px;
}

.trust-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-grid,
.solutions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-grid,
.software-web-grid,
.hosting-grid,
.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-item,
.service-card-light,
.why-card,
.solution-card-light,
.software-web-card,
.hosting-card,
.process-step,
.partner-tile,
.feature-card,
.service-card,
.problem-card,
.solution-card,
.operation-card,
.service-detail-card,
.approach-step,
.contact-panel,
.contact-panel__action {
  border: 1px solid var(--color-border) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: var(--color-text) !important;
  box-shadow: var(--shadow-card) !important;
  backdrop-filter: none !important;
}

.trust-item,
.service-card-light,
.why-card,
.solution-card-light,
.software-web-card,
.hosting-card,
.process-step,
.partner-tile {
  padding: 24px;
}

.trust-item strong,
.service-card-light h3,
.why-card h3,
.solution-card-light h3,
.software-web-card h3,
.hosting-card h3,
.process-step h3,
.service-card h3,
.problem-card h3,
.solution-card h3,
.operation-card h3,
.service-detail-card h3,
.approach-step h3 {
  color: var(--color-text) !important;
  letter-spacing: 0;
}

.trust-item span,
.service-card-light p,
.why-card p,
.solution-card-light p,
.software-web-card p,
.hosting-card p,
.process-step p,
.service-card p,
.problem-card p,
.solution-card p,
.operation-card p,
.service-detail-card p,
.approach-step p {
  color: var(--color-muted) !important;
}

.icon-badge,
.service-card-light__icon,
.software-web-card__icon,
.hosting-card__icon,
.process-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 800;
}

.service-card-light:hover,
.solution-card-light:hover,
.software-web-card:hover,
.hosting-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe !important;
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.11) !important;
}

.software-web-section {
  position: relative;
}

.software-web-layout,
.hosting-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.software-web-panel,
.hosting-panel {
  position: sticky;
  top: calc(var(--site-header-height, 114px) + 24px);
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #eff6ff);
  box-shadow: var(--shadow-soft);
}

.software-web-panel h2,
.hosting-panel h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.process-step__number {
  background: #fff7ed;
  color: #c2410c;
}

.partners-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-tile {
  min-height: 110px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #334155;
  font-weight: 800;
}

.contact-cta {
  background: linear-gradient(180deg, #ffffff 0%, #eef2f7 100%);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 28px;
  padding: clamp(28px, 4vw, 48px);
}

.contact-panel__copy h2 {
  max-width: 740px;
}

.contact-panel__actions {
  display: grid;
  gap: 12px;
}

.contact-panel__action {
  min-height: auto;
  justify-content: flex-start;
  padding: 18px;
}

.contact-panel__action-title,
.contact-panel__action-label {
  color: #0f172a !important;
}

.contact-panel__action-text {
  color: #64748b !important;
}

.site-footer {
  background: #0f172a !important;
  color: #e2e8f0 !important;
}

.site-footer a,
.site-footer p,
.site-footer span {
  color: inherit;
}

/* Legacy page and service detail light conversion */
.hero-premium,
.service-hero,
.service-detail-hero,
.page-hero,
.corporate-hero,
.solutions-hero,
.executive-hero,
.hero-slider {
  background:
    radial-gradient(circle at 80% 18%, rgba(37, 99, 235, 0.12), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  color: var(--color-text) !important;
}

.hero-premium h1,
.service-hero h1,
.service-detail-hero h1,
.page-hero h1,
.corporate-hero h1,
.solutions-hero h1,
.executive-hero h1,
.hero-slider__title {
  color: var(--color-text) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.hero-premium p,
.service-hero p,
.service-detail-hero p,
.page-hero p,
.corporate-hero p,
.solutions-hero p,
.hero-slider__description {
  color: var(--color-subtle) !important;
  text-shadow: none !important;
}

.service-section,
.section,
.executive-section,
.approach-section,
.service-detail-section,
.problem-section,
.solution-section,
.operation-section,
.faq-section,
.related-services,
.partners-section {
  background: transparent !important;
  color: var(--color-text) !important;
}

.section--dark,
.dark-section,
.black-section,
.cyber-section,
[class*="dark"],
[class*="cyber"],
[class*="neon"] {
  background: #f8fafc !important;
  color: var(--color-text) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.service-card__visual,
.problem-card__visual,
.solution-card__visual,
.operation-card__visual,
.card-visual,
.image-card,
.visual-card,
.service-visual {
  position: relative;
  overflow: hidden !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.12), transparent 36%),
    linear-gradient(135deg, #f8fafc, #eaf2ff) !important;
}

.service-card__visual::before,
.problem-card__visual::before,
.solution-card__visual::before,
.operation-card__visual::before,
.card-visual::before,
.image-card::before,
.visual-card::before,
.service-visual::before {
  background:
    linear-gradient(#dbeafe 1px, transparent 1px),
    linear-gradient(90deg, #dbeafe 1px, transparent 1px) !important;
  background-size: 34px 34px !important;
  opacity: 0.34 !important;
}

.service-card img,
.problem-card img,
.solution-card img,
.operation-card img,
.service-card__image,
.card-visual img,
.image-card img,
.visual-card img,
.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 260ms ease;
}

.is-image-loaded img,
.is-loaded img,
img.is-loaded,
.service-card__visual.is-image-loaded img,
.problem-card__visual.is-image-loaded img,
.solution-card__visual.is-image-loaded img,
.operation-card__visual.is-image-loaded img {
  opacity: 1;
}

.is-image-fallback img,
.is-fallback img,
img.is-fallback,
img[src=""],
img:not([src]) {
  opacity: 0 !important;
  visibility: hidden !important;
}

.service-card__icon,
.problem-card__icon,
.solution-card__icon,
.operation-card__icon,
.placeholder-icon,
.fallback-icon,
.visual-placeholder svg,
.service-card svg[aria-hidden="true"]:only-child {
  display: none !important;
}

.service-card a,
.service-card-light a,
.solution-card-light a,
.software-web-card a,
.hosting-card a {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .light-hero__grid,
  .software-web-layout,
  .hosting-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .light-hero__visual {
    min-height: 360px;
  }

  .trust-grid,
  .service-grid,
  .why-grid,
  .solutions-grid,
  .software-web-grid,
  .hosting-grid,
  .process-grid,
  .partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .software-web-panel,
  .hosting-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  body.has-site-header {
    padding-top: var(--site-header-height, 98px);
  }

  .executive-shell,
  .corporate-shell,
  .service-detail-main,
  .service-content,
  .page-section__inner,
  .section-shell {
    width: min(100% - 28px, 1180px);
  }

  .light-hero {
    padding-top: 44px;
  }

  .light-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .light-dashboard {
    inset: 24px;
    grid-template-columns: 1fr;
  }

  .light-dashboard__metric:nth-child(2) {
    align-self: auto;
  }

  .trust-grid,
  .service-grid,
  .why-grid,
  .solutions-grid,
  .software-web-grid,
  .hosting-grid,
  .process-grid,
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .corporate-section,
  .trust-band,
  .services-section,
  .why-section,
  .solutions-section,
  .software-web-section,
  .hosting-section,
  .process-section,
  .partners-section,
  .contact-cta {
    padding: 52px 0;
  }
}
