:root {
  --primary: #091224;
  --primary-2: #0e1b33;
  --secondary: #d7b14b;
  --secondary-soft: rgba(215, 177, 75, 0.18);
  --bg: #eef2f8;
  --bg-2: #f7f9fc;
  --white: #ffffff;
  --text: #172033;
  --muted: #5e6a7d;
  --border: rgba(255, 255, 255, 0.38);
  --glass: rgba(255, 255, 255, 0.18);
  --glass-strong: rgba(255, 255, 255, 0.28);
  --shadow: 0 24px 80px rgba(9, 18, 36, 0.16);
  --shadow-soft: 0 14px 36px rgba(15, 23, 42, 0.09);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Tahoma", "Arial", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(152, 190, 255, 0.18), transparent 25%),
    radial-gradient(circle at 88% 18%, rgba(215, 177, 75, 0.14), transparent 18%),
    linear-gradient(180deg, #f6f9fd 0%, #edf2f8 40%, #f8fafc 100%);
  color: var(--text);
  line-height: 1.9;
  overflow-x: hidden;
}

.home-page {
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(92%, 1360px);
  margin: auto;
}

.page-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(32px);
  opacity: 0.52;
  pointer-events: none;
  z-index: 0;
}

.orb-1 {
  width: 320px;
  height: 320px;
  top: 110px;
  right: -80px;
  background: radial-gradient(circle, rgba(215, 177, 75, 0.24), rgba(215, 177, 75, 0.02));
}

.orb-2 {
  width: 280px;
  height: 280px;
  top: 520px;
  left: -60px;
  background: radial-gradient(circle, rgba(110, 169, 255, 0.22), rgba(110, 169, 255, 0.02));
}

.orb-3 {
  width: 260px;
  height: 260px;
  bottom: 140px;
  right: 15%;
  background: radial-gradient(circle, rgba(255,255,255,0.7), rgba(255,255,255,0.05));
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 40;
  padding: 0 0 14px;
}

.liquid-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 22px;
  border-radius: 28px;
  background: rgba(9, 18, 36, 0.58);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(24px) saturate(155%);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
  box-shadow: 0 16px 44px rgba(9, 18, 36, 0.24), inset 0 1px 0 rgba(255,255,255,0.16);
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-mark {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.88), rgba(255,255,255,0.32));
  color: #0d172a;
  font-weight: 900;
  font-size: 15px;
  border: 1px solid rgba(255,255,255,0.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65), 0 10px 22px rgba(0,0,0,0.12);
}

.brand h1 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.2;
}

.brand p {
  font-size: 14px;
  color: rgba(255,255,255,0.76);
}

nav {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

nav a {
  color: rgba(255,255,255,0.9);
  font-weight: 700;
  font-size: 15px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: 0.25s ease;
}

nav a:hover,
nav a.active {
  color: #fff;
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
}

.hero,
.page-hero {
  position: relative;
  z-index: 1;
  color: var(--white);
  padding: 88px 0 72px;
}

.liquid-hero {
  background:
    radial-gradient(circle at 84% 12%, rgba(215, 177, 75, 0.16), transparent 20%),
    radial-gradient(circle at 12% 22%, rgba(136, 177, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.96), rgba(9, 21, 40, 0.92));
}

.page-hero {
  background:
    radial-gradient(circle at 84% 12%, rgba(215, 177, 75, 0.15), transparent 20%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.96), rgba(9, 21, 40, 0.92));
}

.page-hero.small {
  padding: 76px 0;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.hero-content,
.page-hero .container {
  max-width: 860px;
}

.badge {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 800;
}

.badge-liquid {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  color: #f4df96;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
}

.hero h2,
.page-hero h2 {
  font-size: clamp(42px, 4.3vw, 74px);
  line-height: 1.12;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.hero p,
.page-hero p {
  font-size: 22px;
  color: rgba(255,255,255,0.86);
  max-width: 760px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-mini-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mini-chip {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 16px;
  font-weight: 800;
  transition: 0.25s ease;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.btn.primary {
  background: linear-gradient(135deg, #e4c46a, #cca139);
  color: #121c2c;
  box-shadow: 0 16px 34px rgba(215, 177, 75, 0.26);
}

.btn.primary:hover {
  transform: translateY(-2px);
}

.btn.secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(18px);
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.12);
}

.glass-panel,
.liquid-card,
.card,
.contact-form,
.contact-info,
.highlight-card,
.feature-box,
.intro-card,
.founder-box,
.map-placeholder .card {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.48));
  border: 1px solid rgba(255,255,255,0.52);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.hero-visual {
  padding: 22px;
  min-height: 100%;
}

.visual-stack {
  display: grid;
  gap: 18px;
  height: 100%;
}

.visual-card,
.visual-stat,
.liquid-floating-card {
  position: relative;
  overflow: hidden;
}

.visual-card::before,
.service-card::before,
.feature-box::before,
.highlight-card::before,
.intro-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 -30px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(215,177,75,0.18), transparent 68%);
  pointer-events: none;
}

.visual-card {
  padding: 28px;
  min-height: 220px;
  background:
    radial-gradient(circle at top right, rgba(215,177,75,0.18), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.12));
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #8d6f1e;
  font-size: 14px;
  font-weight: 800;
}

.visual-card h3 {
  font-size: 34px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 12px;
}

.visual-card p {
  color: rgba(255,255,255,0.84);
  font-size: 17px;
}

.visual-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.visual-stat {
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.56), rgba(255,255,255,0.28));
}

.visual-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}

.visual-stat span {
  color: rgba(255,255,255,0.84);
  font-size: 15px;
}

.liquid-floating-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
}

.floating-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #f7da81, #c89b32);
  box-shadow: 0 0 0 6px rgba(215,177,75,0.16);
  flex: 0 0 auto;
}

.liquid-floating-card strong,
.liquid-floating-card span {
  display: block;
}

.liquid-floating-card strong {
  color: #fff;
  font-size: 18px;
  margin-bottom: 2px;
}

.liquid-floating-card span {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
}

.highlights,
.intro,
.services,
.why-us,
.founder,
.contact-section,
.map-placeholder,
.about-strip {
  position: relative;
  z-index: 1;
  padding: 84px 0;
}

.highlight-grid,
.intro-grid,
.contact-grid,
.footer-grid,
.why-grid,
.about-grid {
  display: grid;
  gap: 24px;
}

.highlight-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: -28px;
}

.highlight-card,
.intro-card,
.card,
.founder-box,
.contact-form,
.contact-info {
  padding: 30px;
}

.highlight-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(215,177,75,0.18);
  color: #7a6114;
  font-weight: 900;
  margin-bottom: 18px;
}

.highlight-card h3,
.intro-card h3,
.card h3,
.founder-box h3 {
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 30px;
  line-height: 1.3;
}

.highlight-card p,
.intro-card p,
.card p,
.founder-box p,
.contact-info p {
  font-size: 17px;
  color: var(--muted);
}

.section-head {
  text-align: center;
  margin-bottom: 46px;
}

.section-head-wide {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.section-head span,
.mini-title {
  color: #9b7a20;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 12px;
}

.section-head h3 {
  font-size: clamp(34px, 3vw, 54px);
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.24;
}

.section-head p {
  color: var(--muted);
  font-size: 19px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), transparent 46%);
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-card-featured {
  background:
    radial-gradient(circle at top right, rgba(215,177,75,0.18), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.5));
}

.service-card-xl {
  min-height: 360px;
}

.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #0e1b33, #162648);
  color: #fff;
  border-radius: 20px;
  margin-bottom: 18px;
  font-size: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 24px rgba(14, 27, 51, 0.18);
}

.service-card h4 {
  color: var(--primary);
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.28;
  position: relative;
  z-index: 1;
}

.service-card p {
  color: #536175;
  font-size: 17px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.service-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.service-card li {
  color: #243247;
  font-size: 15px;
  padding-right: 18px;
  position: relative;
}

.service-card li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
}

.glass-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.12));
}

.why-grid {
  grid-template-columns: 1.06fr 1fr;
  align-items: start;
}

.why-grid h3 {
  font-size: clamp(32px, 2.8vw, 46px);
  margin-bottom: 14px;
  color: var(--primary);
  line-height: 1.28;
}

.why-grid p {
  font-size: 18px;
  color: #49566b;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.feature-box {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.feature-box strong {
  display: block;
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 21px;
}

.feature-box span {
  color: var(--muted);
  font-size: 15px;
}

.about-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.big-card {
  min-height: 100%;
}

.small-stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.small-stat-card strong {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 10px;
}

.small-stat-card p {
  color: var(--muted);
  font-size: 17px;
}

.founder-box {
  max-width: 850px;
  margin: auto;
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border: 1px solid rgba(145, 160, 182, 0.35);
  border-radius: 14px;
  font-family: inherit;
  font-size: 16px;
  background: rgba(255,255,255,0.76);
}

.contact-form textarea {
  resize: vertical;
}

.note {
  margin-top: 14px;
  background: #fff6dd;
  color: #8a6d1c;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #f1df9d;
  font-size: 14px;
}

footer {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #0b1528 0%, #091121 100%);
  color: #fff;
  padding: 44px 0;
  margin-top: 20px;
}

.footer-grid {
  grid-template-columns: 1.2fr 1fr 0.8fr;
}

footer h4,
footer h5 {
  color: var(--secondary);
  margin-bottom: 12px;
}

footer h4 {
  font-size: 24px;
}

footer p,
footer a {
  color: rgba(255,255,255,0.85);
  margin-bottom: 8px;
  font-size: 16px;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .hero h2,
  .page-hero h2 {
    max-width: 980px;
  }

  .hero p,
  .page-hero p {
    font-size: 23px;
  }

  .service-card h4 {
    font-size: 30px;
  }

  .service-card p {
    font-size: 18px;
  }

  .section-head p,
  .why-grid p,
  .highlight-card p,
  .intro-card p,
  .contact-info p {
    font-size: 19px;
  }
}

@media (max-width: 1180px) {
  .hero-shell,
  .why-grid,
  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .service-grid-large {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .topbar {
    top: 10px;
  }

  .liquid-nav,
  .nav,
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brand {
    align-items: flex-start;
  }

  .brand h1 {
    font-size: 23px;
  }

  nav {
    gap: 8px;
  }

  nav a {
    font-size: 14px;
    padding: 9px 12px;
  }

  .hero,
  .page-hero,
  .highlights,
  .services,
  .why-us,
  .founder,
  .contact-section,
  .map-placeholder,
  .about-strip {
    padding: 58px 0;
  }

  .hero h2,
  .page-hero h2 {
    font-size: 34px;
  }

  .hero p,
  .page-hero p,
  .section-head p,
  .why-grid p,
  .highlight-card p,
  .intro-card p,
  .contact-info p {
    font-size: 17px;
  }

  .service-grid,
  .service-grid-large,
  .features,
  .visual-stat-row {
    grid-template-columns: 1fr;
  }

  .hero-mini-row {
    gap: 10px;
  }

  .service-card h4 {
    font-size: 24px;
  }

  .service-card,
  .highlight-card,
  .intro-card,
  .card,
  .contact-form,
  .contact-info {
    padding: 24px;
  }
}


/* homepage cleanup after removing side showcase + highlight section */
.home-page .hero-shell {
  grid-template-columns: 1fr;
}

.home-page .hero-content {
  max-width: 980px;
}

@media (min-width: 1100px) {
  .home-page .hero-content {
    max-width: 1080px;
  }
}


/* header rebuild */
.site-header {
  position: sticky;
}

.brand-link {
  text-decoration: none;
  flex: 1;
  min-width: 0;
}

.brand-media {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  position: relative;
}

.brand-logo,
.fallback-mark {
  width: 64px;
  height: 64px;
  border-radius: 20px;
}

.brand-logo {
  display: block;
  object-fit: cover;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65), 0 10px 22px rgba(0,0,0,0.12);
}

.fallback-mark {
  display: none;
}

.brand-text {
  min-width: 0;
}

.brand-text h1 {
  font-size: clamp(22px, 2.4vw, 34px);
  white-space: normal;
}

.brand-text p {
  font-size: 14px;
}

.site-menu {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* fix inner pages header style */
.inner-page .liquid-nav,
.inner-page .nav.liquid-nav {
  background: rgba(9, 18, 36, 0.58);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(24px) saturate(155%);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
  box-shadow: 0 16px 44px rgba(9, 18, 36, 0.24), inset 0 1px 0 rgba(255,255,255,0.16);
}

@media (max-width: 900px) {
  .topbar {
    top: 10px;
    padding-bottom: 12px;
  }

  .liquid-nav {
    position: relative;
    padding: 16px;
    border-radius: 26px;
    gap: 14px;
    align-items: center;
  }

  .brand-link {
    max-width: calc(100% - 64px);
  }

  .brand {
    gap: 12px;
    align-items: center;
  }

  .brand-media,
  .brand-logo,
  .fallback-mark {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .brand-text h1 {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 2px;
  }

  .brand-text p {
    font-size: 11px;
    line-height: 1.55;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 50px;
  }

  .site-menu {
    display: none;
    width: 100%;
    order: 3;
    padding-top: 6px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .site-menu.is-open {
    display: flex;
  }

  .site-menu a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
  }

  .site-menu a.active {
    background: rgba(255,255,255,0.16);
  }

  .page-hero.small {
    padding-top: 64px;
  }
}

@media (min-width: 901px) {
  .site-menu {
    display: flex !important;
  }
}
