/* Incite Software static one-page website — vivid brand edition */
:root {
  --teal: #007b91;
  --teal-bright: #00a0b9;
  --teal-deep: #06404d;
  --blue-teal: #0b5e6f;
  --red: #ed111c;
  --red-dark: #b80c14;
  --cream: #f6fbfb;
  --ink: #10272d;
  --muted: #6c7d82;
  --white: #ffffff;
  --line: rgba(255,255,255,.14);
  --shadow: 0 26px 70px rgba(2,49,60,.22);
  --radius: 26px;
  --container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--teal-deep);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 999;
  transform: translateY(-150%); padding: 10px 14px;
  color: #fff; background: var(--red); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(6,64,77,.92);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}

.brand {
  display: inline-flex; align-items: center; gap: 14px; text-decoration: none;
}
.logo-shell {
  display: grid; width: 54px; height: 54px; place-items: center;
  padding: 5px; border-radius: 16px; background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
.logo-shell img { width: 44px; height: 44px; object-fit: contain; border-radius: 10px; }
.brand-copy { display: grid; }
.brand strong { color: #fff; font-size: 1.08rem; letter-spacing: -.01em; }
.brand small {
  color: rgba(255,255,255,.65); font-size: .67rem;
  letter-spacing: .13em; text-transform: uppercase;
}

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  color: rgba(255,255,255,.82); font-size: .93rem;
  font-weight: 700; text-decoration: none;
}
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-button {
  padding: 10px 18px; color: #fff; background: var(--red);
  border-radius: 999px; box-shadow: 0 10px 24px rgba(237,17,28,.22);
}
.site-nav .nav-button:hover { background: #fff; color: var(--red); }

.menu-toggle {
  display: none; width: 44px; height: 44px; padding: 10px;
  border: 0; background: transparent; cursor: pointer;
}
.menu-toggle span {
  display: block; height: 2px; margin: 5px 0;
  background: #fff; border-radius: 2px;
}

.hero {
  position: relative; overflow: hidden;
  padding: 128px 0 138px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 12%, rgba(0,160,185,.32), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(237,17,28,.24), transparent 24%),
    linear-gradient(135deg, #073b47 0%, #07566a 48%, #062f3a 100%);
}

.hero-rings {
  position: absolute; right: -130px; top: 10px;
  width: 520px; height: 520px; border-radius: 50%;
  border: 58px solid rgba(255,255,255,.035);
}
.hero-rings::before,
.hero-rings::after {
  content: ""; position: absolute; border-radius: 50%;
}
.hero-rings::before {
  inset: 54px; border: 2px solid rgba(237,17,28,.18);
}
.hero-rings::after {
  inset: 116px; border: 2px solid rgba(0,160,185,.22);
}

.hero-grid-lines {
  position: absolute; inset: 0; opacity: .20; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 80px; align-items: center;
}

.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 18px; color: var(--red);
  font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
}
.kicker::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.kicker-light { color: #ffb6ba; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }

h1 {
  max-width: 760px; margin-bottom: 26px; color: #fff;
  font-size: clamp(3.2rem, 6vw, 5.9rem); letter-spacing: -.06em;
}
h2 {
  margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 3.7rem); letter-spacing: -.04em;
}
h3 { margin-bottom: 12px; font-size: 1.28rem; }

.hero-copy > p {
  max-width: 690px; margin-bottom: 34px;
  color: rgba(255,255,255,.74); font-size: 1.13rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 22px; border: 1px solid transparent;
  border-radius: 999px; font-weight: 850; text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-red {
  color: #fff; background: var(--red);
  box-shadow: 0 14px 30px rgba(237,17,28,.28);
}
.button-red:hover { background: #fff; color: var(--red); }
.button-outline {
  color: #fff; border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.05);
}
.button-outline:hover { background: rgba(255,255,255,.13); }

.hero-brand-panel { position: relative; min-height: 490px; }
.hero-brand-panel::before {
  content: ""; position: absolute; inset: 28px 44px 30px 20px;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 30px 80px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
}

.logo-feature {
  position: absolute; left: 50%; top: 48%; z-index: 3;
  width: 205px; height: 205px; transform: translate(-50%,-50%);
  display: grid; place-items: center; padding: 18px;
  border-radius: 38px; background: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.26);
}
.logo-feature img {
  width: 170px; height: 170px; object-fit: contain; border-radius: 24px;
}

.brand-orbit {
  position: absolute; left: 50%; top: 48%; z-index: 1;
  transform: translate(-50%,-50%); border-radius: 50%;
}
.orbit-one { width: 290px; height: 290px; border: 1px solid rgba(255,255,255,.18); }
.orbit-two { width: 380px; height: 380px; border: 1px solid rgba(237,17,28,.25); }
.orbit-three { width: 450px; height: 450px; border: 1px dashed rgba(0,160,185,.30); }

.feature-chip {
  position: absolute; z-index: 5; padding: 11px 16px;
  color: #fff; font-size: .79rem; font-weight: 900;
  border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.20);
}
.chip-one { left: 6px; top: 54px; background: var(--teal-bright); }
.chip-two { right: 8px; top: 118px; background: var(--red); }
.chip-three { left: 32px; bottom: 66px; background: var(--blue-teal); }
.chip-four { right: 34px; bottom: 24px; background: #fff; color: var(--teal-deep); }

.since-badge {
  position: absolute; right: 30px; top: 22px; z-index: 6;
  display: grid; min-width: 112px; padding: 14px 16px;
  color: #fff; border: 1px solid rgba(255,255,255,.17);
  border-radius: 18px; background: rgba(7,59,71,.82);
  backdrop-filter: blur(8px);
}
.since-badge span { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; opacity: .7; }
.since-badge strong { font-size: 1.48rem; }

.impact-strip {
  background: linear-gradient(90deg, var(--red-dark), var(--red), #f03a43);
  color: #fff;
}
.impact-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.impact-grid div { padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.20); }
.impact-grid div:last-child { border-right: 0; }
.impact-grid strong, .impact-grid span { display: block; }
.impact-grid strong { font-size: 1.08rem; }
.impact-grid span { font-size: .87rem; opacity: .76; }

.section { padding: 110px 0; }

.about-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 80%, rgba(0,160,185,.12), transparent 24%),
    linear-gradient(180deg, #f7fcfc 0%, #edf7f8 100%);
}
.about-grid {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 88px; align-items: center;
}

.about-visual { position: relative; min-height: 410px; }
.about-logo-wrap {
  position: absolute; inset: 24px 80px 40px 0;
  display: grid; place-items: center; padding: 46px;
  border-radius: 34px;
  background: linear-gradient(145deg, var(--teal), var(--teal-deep));
  box-shadow: var(--shadow);
}
.about-logo-wrap::after {
  content: ""; position: absolute; right: -20px; bottom: -20px;
  width: 130px; height: 130px; border-radius: 28px;
  border: 20px solid rgba(237,17,28,.16);
}
.about-logo-wrap img {
  width: 200px; height: 190px; object-fit: contain;
  padding: 18px; border-radius: 28px; background: #fff;
}
.about-accent-box {
  position: absolute; right: 0; bottom: 0;
  display: grid; min-width: 220px; padding: 20px 22px;
  color: #fff; border-radius: 20px; background: var(--red);
  box-shadow: 0 18px 40px rgba(237,17,28,.22);
}
.about-accent-box span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: .76; }
.about-accent-box strong { font-size: 1.05rem; }

.about-copy h2 { color: var(--teal-deep); }
.about-copy { color: var(--muted); font-size: 1.05rem; }
.about-copy .lead { color: var(--ink); font-size: 1.2rem; font-weight: 700; }

.expertise-section {
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(0,160,185,.18), transparent 26%),
    linear-gradient(135deg, #052f39, #074d5d 48%, #063844);
}
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2 { color: #fff; }
.section-heading > p { color: rgba(255,255,255,.68); }

.expertise-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.expertise-card {
  position: relative; min-height: 320px; padding: 31px;
  overflow: hidden; border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); color: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.expertise-card::after {
  content: ""; position: absolute; right: -40px; bottom: -40px;
  width: 130px; height: 130px; border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.expertise-card:hover { transform: translateY(-7px); box-shadow: 0 26px 66px rgba(0,0,0,.25); }
.card-teal { background: linear-gradient(145deg, #048da6, #00667a); }
.card-blue { background: linear-gradient(145deg, #0a6173, #063d4b); }
.card-red { background: linear-gradient(145deg, #ef2630, #b90c14); }
.card-deep { background: linear-gradient(145deg, #0b4d5b, #031f27); }

.card-number {
  position: absolute; top: 22px; right: 24px;
  color: rgba(255,255,255,.50); font-size: .76rem; font-weight: 900;
}
.icon-shell {
  display: grid; width: 54px; height: 54px; margin-bottom: 28px;
  place-items: center; color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px; background: rgba(255,255,255,.12);
}
.icon-shell svg {
  width: 25px; fill: none; stroke: currentColor;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.expertise-card h3 { color: #fff; }
.expertise-card p { margin-bottom: 0; color: rgba(255,255,255,.76); font-size: .95rem; }

.company-section {
  position: relative; overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, #e9141f 0%, #b70b13 55%, #7d070d 100%);
}
.company-pattern {
  position: absolute; inset: 0; opacity: .16;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.22), transparent 22%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 24px);
}
.company-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 72px; align-items: center;
}
.company-copy h2 { color: #fff; }
.company-copy p { color: rgba(255,255,255,.77); margin-bottom: 0; }

.company-details {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 16px; margin: 0;
}
.company-details div {
  padding: 22px; border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px; background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}
.company-details dt {
  margin-bottom: 5px; color: rgba(255,255,255,.62);
  font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase;
}
.company-details dd { margin: 0; color: #fff; font-weight: 780; }

.contact-section {
  color: #fff;
  background:
    radial-gradient(circle at 85% 30%, rgba(0,160,185,.22), transparent 25%),
    linear-gradient(135deg, #052f39, #083f4c);
}
.contact-grid {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 84px; align-items: center;
}
.contact-heading h2 { color: #fff; }
.contact-heading p { color: rgba(255,255,255,.70); max-width: 560px; }

.contact-card {
  display: flex; align-items: flex-start; gap: 22px; padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}
.contact-logo {
  flex: 0 0 auto; padding: 8px; border-radius: 16px; background: #fff;
}
.contact-logo img { width: 62px; height: 58px; object-fit: contain; border-radius: 10px; }
.contact-card h3 { color: #fff; margin-bottom: 10px; }
.contact-card address { margin-bottom: 15px; color: rgba(255,255,255,.70); font-style: normal; }
.contact-card a {
  display: block; width: fit-content; margin-top: 5px;
  color: #fff; font-weight: 800; text-decoration: none;
}
.contact-card a:hover { color: #ffb6ba; text-decoration: underline; }

.site-footer {
  padding: 34px 0; color: rgba(255,255,255,.68);
  background: #02191f; border-top: 1px solid rgba(255,255,255,.08);
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img {
  width: 42px; height: 42px; object-fit: contain;
  padding: 4px; border-radius: 11px; background: #fff;
}
.footer-brand div { display: grid; }
.footer-brand strong { color: #fff; }
.footer-brand span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { margin: 0; font-size: .86rem; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 980px) {
  .hero-grid, .about-grid, .company-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-brand-panel { max-width: 650px; width: 100%; margin-inline: auto; }
  .expertise-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; top: calc(100% + 1px); left: 20px; right: 20px;
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 14px; border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px; background: rgba(6,64,77,.98);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 12px; }
  .site-nav .nav-button { text-align: center; border-radius: 10px; }
  .hero { padding: 92px 0 100px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.6rem); }
  .hero-brand-panel { min-height: 390px; }
  .logo-feature { width: 170px; height: 170px; }
  .logo-feature img { width: 142px; height: 142px; }
  .orbit-one { width: 230px; height: 230px; }
  .orbit-two { width: 300px; height: 300px; }
  .orbit-three { width: 360px; height: 360px; }
  .impact-grid { grid-template-columns: repeat(2,1fr); }
  .impact-grid div:nth-child(2) { border-right: 0; }
  .impact-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .company-details { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand small { display: none; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-brand-panel { min-height: 335px; }
  .feature-chip { font-size: .72rem; padding: 9px 12px; }
  .expertise-grid, .impact-grid { grid-template-columns: 1fr; }
  .impact-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .impact-grid div:last-child { border-bottom: 0; }
  .about-visual { min-height: 350px; }
  .about-logo-wrap { inset: 16px 30px 48px 0; }
  .about-logo-wrap img { width: 165px; height: 158px; }
  .contact-card { padding: 26px 22px; }
}
