:root {
  --navy-950: #071326;
  --navy-900: #0b1d38;
  --navy-800: #1b3664;
  --blue: #026799;
  --blue-bright: #0d82b6;
  --blue-soft: #dff3fa;
  --slate-700: #314157;
  --slate-600: #566579;
  --slate-500: #748195;
  --surface: #f5f8fb;
  --white: #ffffff;
  --border: rgba(27, 54, 100, .13);
  --shadow: 0 24px 70px rgba(7, 19, 38, .13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy-900);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }

.sr-only {
  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; left: 16px; top: -80px; z-index: 999;
  padding: 10px 16px; border-radius: 8px; color: var(--navy-900); background: var(--white);
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 105px 0; }
.eyebrow {
  margin: 0; color: var(--blue) !important; font-size: .76rem !important;
  line-height: 1.4; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.section-heading { max-width: 790px; }
.section-heading h2, .perspective-copy h2, .contact-panel h2 {
  margin: 9px 0 18px; font-size: clamp(2rem, 4.1vw, 3.55rem);
  line-height: 1.08; letter-spacing: -.047em;
}
.section-heading p, .perspective-copy > p, .contact-panel p {
  margin: 0; color: var(--slate-600); font-size: 1.07rem;
}
.section-heading p + p { margin-top: 18px; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93);
  border-bottom: 1px solid rgba(27,54,100,.09); backdrop-filter: blur(18px);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand-symbol { width: 38px; height: 46px; object-fit: contain; }
.brand-lockup { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-wordmark { width: 140px; height: auto; }
.brand-lockup small {
  margin-top: 5px; padding-left: 2px; color: var(--slate-500); font-size: .59rem;
  font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a:not(.button) { color: var(--slate-700); text-decoration: none; font-size: .92rem; font-weight: 650; }
.site-nav > a:not(.button):hover { color: var(--blue); }
.nav-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  color: var(--white); background: linear-gradient(135deg, var(--blue-bright), var(--navy-800));
  box-shadow: 0 12px 28px rgba(2,103,153,.22); text-decoration: none; font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 35px rgba(2,103,153,.29); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .88rem; }
.button-light { color: var(--navy-800); background: var(--white); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); text-decoration: none; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero {
  position: relative; min-height: 735px; display: flex; align-items: center; overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 28%, rgba(13,130,182,.28), transparent 30%),
    radial-gradient(circle at 15% 5%, rgba(82,126,190,.22), transparent 33%),
    linear-gradient(140deg, var(--navy-950), var(--navy-900) 58%, #11315b);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 94%);
}
.hero-layout {
  position: relative; display: grid; grid-template-columns: 1.07fr .93fr; gap: 64px;
  align-items: center; padding: 100px 0 92px;
}
.hero .eyebrow { color: #8ed8ef !important; }
.hero h1 { margin: 15px 0 24px; max-width: 760px; font-size: clamp(3.35rem, 6.4vw, 6rem); line-height: .97; letter-spacing: -.064em; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, #b6eafa, #55bfe1, #a5c8ff); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 675px; margin: 0; color: #cad8e6; font-size: clamp(1.05rem, 1.75vw, 1.24rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.hero .text-link { color: var(--white); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.hero-proof span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #c4d2df; background: rgba(255,255,255,.04); font-size: .76rem; font-weight: 700; }

.logo-stage { position: relative; min-height: 525px; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.glow-one { width: 350px; height: 350px; right: 10px; top: 35px; background: rgba(2,103,153,.23); }
.glow-two { width: 210px; height: 210px; left: 15px; bottom: 36px; background: rgba(92,140,220,.16); }
.logo-card {
  position: relative; z-index: 2; width: 315px; min-height: 390px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 36px 32px 28px; border: 1px solid rgba(255,255,255,.28);
  border-radius: 28px; background: rgba(255,255,255,.97); box-shadow: 0 40px 95px rgba(0,0,0,.34);
}
.logo-card img { width: 235px; }
.logo-card p { max-width: 230px; margin: 23px 0 0; padding-top: 20px; border-top: 1px solid rgba(27,54,100,.12); color: var(--slate-600); text-align: center; font-size: .82rem; line-height: 1.5; }
.domain-tag {
  position: absolute; z-index: 3; min-width: 170px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px; background: rgba(7,19,38,.81); box-shadow: 0 20px 45px rgba(0,0,0,.24); backdrop-filter: blur(12px);
}
.domain-tag strong, .domain-tag span { display: block; }
.domain-tag strong { color: #90d9ef; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.domain-tag span { margin-top: 3px; color: #b9c9d8; font-size: .74rem; }
.tag-industrial { left: 0; top: 67px; }
.tag-homes { right: -5px; top: 135px; }
.tag-agri { left: -40px; bottom: 82px; }
.tag-education { right: -3px; bottom: 38px; }

.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 82px; align-items: center; }
.about-symbol {
  min-height: 360px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%;
  background: radial-gradient(circle, rgba(2,103,153,.12), transparent 67%);
}
.about-symbol img { width: 185px; filter: drop-shadow(0 20px 40px rgba(2,103,153,.16)); }

.focus { background: var(--surface); }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.focus-card { min-height: 320px; padding: 29px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 15px 40px rgba(7,19,38,.045); }
.icon-chip { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: var(--blue-soft); font-size: .78rem; font-weight: 900; }
.focus-card h3 { margin: 30px 0 10px; font-size: 1.23rem; line-height: 1.3; letter-spacing: -.025em; }
.focus-card p { margin: 0; color: var(--slate-600); font-size: .94rem; }

.perspective { background: var(--white); }
.perspective-panel {
  display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; padding: 64px;
  border-radius: var(--radius-lg); color: var(--white);
  background: radial-gradient(circle at 92% 7%, rgba(13,130,182,.25), transparent 28%), linear-gradient(135deg, var(--navy-950), #12345d);
  box-shadow: var(--shadow);
}
.perspective-copy .eyebrow { color: #93daef !important; }
.perspective-copy > p { color: #c0cedc; }
.principle-list { display: grid; gap: 12px; }
.principle-list > div { display: grid; grid-template-columns: 46px 135px 1fr; gap: 14px; align-items: center; min-height: 72px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); }
.principle-list span { color: #8ed8ef; font-size: .73rem; font-weight: 850; letter-spacing: .08em; }
.principle-list strong { font-size: .96rem; }
.principle-list p { margin: 0; color: #bdcad8; font-size: .87rem; }

.contact { padding-top: 20px; }
.contact-panel {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; padding: 64px;
  border-radius: var(--radius-lg); background: linear-gradient(135deg, #dff3fa, #edf5ff); border: 1px solid rgba(2,103,153,.13);
}
.contact-panel h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.contact-actions > span { color: #29425a; font-weight: 750; }
.contact-actions small { max-width: 340px; color: #536b80; }

.site-footer { padding: 44px 0; color: #aebcca; background: var(--navy-950); }
.footer-layout { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.footer-logo { width: 92px; padding: 8px; border-radius: 12px; background: var(--white); }
.footer-layout > p { margin: 0; text-align: center; font-size: .86rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #c7d3df; text-decoration: none; font-size: .82rem; }
.footer-layout > small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

.privacy-page { min-height: 100vh; background: var(--surface); }
.simple-main { padding: 90px 0 120px; }
.simple-card { max-width: 840px; margin: 0 auto; padding: 55px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.simple-card h1 { margin: 0 0 20px; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.05em; line-height: 1.08; }
.simple-card h2 { margin-top: 35px; }
.simple-card p, .simple-card li { color: var(--slate-600); }
.simple-header-brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.simple-header-brand .brand-symbol { width: 34px; height: 42px; }

@media (max-width: 1100px) {
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .focus-card { min-height: 275px; }
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute; left: 20px; right: 20px; top: 72px; display: none; flex-direction: column;
    align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--border); border-radius: 16px;
    background: var(--white); box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 13px; }
  .nav-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 0; border-radius: 12px; background: var(--surface); }
  .nav-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--navy-900); }
  .hero { min-height: auto; }
  .hero-layout, .about-layout, .perspective-panel, .contact-panel { grid-template-columns: 1fr; }
  .hero-layout { gap: 22px; }
  .logo-stage { max-width: 620px; width: 100%; margin: 0 auto; }
  .about-layout { gap: 45px; }
  .about-symbol { min-height: 285px; }
  .perspective-panel { gap: 38px; }
  .contact-actions { align-items: flex-start; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 80px 0; }
  .nav-wrap { height: 74px; }
  .brand-symbol { width: 31px; height: 39px; }
  .brand-wordmark { width: 112px; }
  .brand-lockup small { display: none; }
  .hero-layout { padding: 82px 0 68px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.45rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .logo-stage { min-height: 570px; }
  .logo-card { width: 270px; min-height: 355px; padding: 32px 26px 24px; }
  .logo-card img { width: 205px; }
  .domain-tag { min-width: 145px; padding: 12px; }
  .tag-industrial { left: 0; top: 24px; }
  .tag-homes { right: 0; top: 115px; }
  .tag-agri { left: 0; bottom: 105px; }
  .tag-education { right: 0; bottom: 18px; }
  .about-symbol { min-height: 225px; }
  .about-symbol img { width: 135px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: auto; }
  .perspective-panel, .contact-panel { padding: 36px 26px; }
  .principle-list > div { grid-template-columns: 40px 1fr; gap: 10px; }
  .principle-list p { grid-column: 2; }
  .footer-layout { grid-template-columns: 1fr; justify-items: start; }
  .footer-layout > p { text-align: left; }
  .footer-layout > small { width: 100%; text-align: left; }
  .simple-card { padding: 34px 24px; }
}

@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; }
}
