:root {
  --bg: #07101b;
  --bg-2: #0d1828;
  --panel: rgba(13, 23, 39, 0.82);
  --panel-strong: rgba(9, 17, 30, 0.94);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(148, 211, 255, 0.18);
  --text: #f5f8fc;
  --muted: #b4c0d2;
  --blue: #64bcff;
  --teal: #88f0ee;
  --gold: #f0cb80;
  --violet: #8b67ff;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.2);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(100, 188, 255, 0.16), transparent 24%),
    radial-gradient(circle at 85% 8%, rgba(139, 103, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #111b2b 0%, #08111c 38%, #050a12 100%);
}

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

img {
  display: block;
  max-width: 100%;
  image-orientation: from-image;
}

.page-glow {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.page-glow-left {
  top: -8rem;
  left: -12rem;
  background: rgba(100, 188, 255, 0.36);
}

.page-glow-right {
  top: 12rem;
  right: -12rem;
  background: rgba(136, 240, 238, 0.16);
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 1.2rem));
  margin: 0 auto;
  padding-bottom: 6rem;
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 2rem 0 auto;
  height: 18rem;
  background:
    radial-gradient(circle at 20% 50%, rgba(139, 103, 255, 0.08), transparent 22%),
    radial-gradient(circle at 70% 20%, rgba(100, 188, 255, 0.1), transparent 26%);
  filter: blur(44px);
  pointer-events: none;
  z-index: -1;
}

.topbar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.9rem 0 0.55rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 100%;
}

.brand img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 14px 40px rgba(100, 188, 255, 0.18));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.brand-copy strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  line-height: 1;
}

.brand-copy small {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.floating-call {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 24;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 54px;
  padding: 0.75rem 1rem 0.75rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(7, 16, 27, 0.9);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  color: var(--text);
}

.floating-call:hover {
  transform: translateY(-2px);
  color: var(--text);
}

.floating-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #07101b;
  background: linear-gradient(135deg, var(--gold), #f7e0ac, var(--teal));
  box-shadow: 0 10px 20px rgba(240, 203, 128, 0.18);
}

.floating-call-icon svg {
  width: 18px;
  height: 18px;
}

.floating-call-text {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
}

.nav a,
.footer a,
.contact-link,
.hero-phone {
  transition: color 180ms ease, transform 180ms ease;
}

.nav a:hover,
.footer a:hover,
.contact-link:hover,
.hero-phone:hover {
  color: var(--teal);
}

.section {
  padding: 1.6rem 0;
}

.panel {
  background: linear-gradient(180deg, rgba(15, 26, 43, 0.9), rgba(8, 14, 25, 0.94));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  gap: 1rem;
}

.hero-copy,
.hero-visual {
  overflow: hidden;
}

.hero-copy {
  padding: 1.4rem;
  max-width: 42rem;
}

.hero-kicker {
  margin: 0 0 0.7rem;
  color: #ebd39c;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.95rem;
}

.hero h1,
.section h2,
.service-card h3,
.trust-card h3,
.project-copy h3,
.review-feature-quote,
.review-quote {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}

.hero h1 {
  max-width: 8.5ch;
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hero-intro,
.section-heading p,
.service-card p,
.trust-card p,
.project-copy p,
.review-feature-body,
.contact-card p,
.footer {
  color: var(--muted);
  line-height: 1.75;
}

.hero-intro {
  max-width: 58ch;
  margin: 0.9rem 0 0;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.button-primary {
  color: #07101b;
  background: linear-gradient(135deg, var(--gold), #f7e0ac, var(--teal));
  box-shadow: 0 16px 30px rgba(240, 203, 128, 0.2);
}

.button-secondary {
  border-color: rgba(136, 240, 238, 0.24);
  background: rgba(255, 255, 255, 0.03);
}

.hero-phone {
  display: inline-flex;
  margin-top: 0.95rem;
  color: var(--teal);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.4rem, 5vw, 2rem);
  font-weight: 700;
}

.trust-strip {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.trust-strip span,
.area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 370px;
  padding: 0.7rem;
}

.hero-image {
  position: absolute;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
}

.hero-image img,
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-main {
  inset: 6.1rem 0.7rem 0.7rem 0.7rem;
}

.hero-image-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 16, 27, 0.1), rgba(7, 16, 27, 0.34)),
    radial-gradient(circle at top right, rgba(139, 103, 255, 0.18), transparent 28%);
}

.hero-image-top {
  top: 0.7rem;
  left: 0.7rem;
  width: calc(50% - 0.45rem);
  height: 24%;
}

.hero-image-bottom {
  top: auto;
  left: 9%;
  bottom: 26rem;
  right: auto;
  width: 34%;
  height: 16%;
}

.hero-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 13, 23, 0.86);
}

.hero-badge p,
.hero-badge strong {
  margin: 0;
}

.hero-badge p {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-badge strong {
  display: block;
  margin-top: 0.35rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
}

.mini-highlights,
.service-grid,
.trust-grid,
.review-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
}

.mini-card,
.service-card,
.trust-card,
.review-card,
.contact-card {
  padding: 1.35rem;
}

.mini-card strong,
.contact-label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--teal);
  font-size: 0.98rem;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 1.3rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.section-heading-split {
  display: grid;
  gap: 1rem;
}

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

.service-card {
  min-height: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}

.service-card-featured {
  background:
    radial-gradient(circle at top right, rgba(100, 188, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(18, 31, 49, 0.95), rgba(8, 14, 25, 0.96));
}

.service-card h3,
.trust-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.32rem;
}

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

.trust-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}

.projects-section .section-heading p,
.review-section .section-heading p {
  max-width: 36rem;
}

.project-grid {
  display: grid;
  gap: 1rem;
}

.project-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.project-card img {
  aspect-ratio: 4 / 3;
}

.project-card-featured img {
  aspect-ratio: 16 / 10;
}

.project-copy {
  padding: 1.1rem 1.15rem 1.2rem;
}

.project-copy h3 {
  font-size: 1.24rem;
  margin-bottom: 0.45rem;
}

.review-feature {
  padding: 1.55rem;
  margin-bottom: 1rem;
}

.review-stars {
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 0.95rem;
}

.review-feature-quote {
  margin: 0.9rem 0 0.8rem;
  font-size: clamp(1.4rem, 4vw, 2rem);
  line-height: 1.18;
}

.review-feature-body {
  margin: 0 0 1rem;
  max-width: 52ch;
}

.review-card {
  border-radius: var(--radius-lg);
}

.review-quote {
  margin: 0.7rem 0 1rem;
  font-size: 1.08rem;
  line-height: 1.4;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  color: var(--muted);
}

.review-meta strong {
  color: var(--text);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-section {
  padding: 1.5rem;
}

.contact-link {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.1rem;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  font-size: 0.96rem;
}

.footer p {
  margin: 0;
}

.footer span {
  margin: 0 0.5rem;
}

.mobile-cta {
  position: sticky;
  bottom: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(5, 10, 18, 0), rgba(5, 10, 18, 0.96) 42%);
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  font-weight: 700;
}

.mobile-cta a:first-child {
  color: #07101b;
  background: linear-gradient(135deg, var(--gold), #f7e0ac, var(--teal));
}

.mobile-cta a:last-child {
  color: var(--text);
  border: 1px solid rgba(136, 240, 238, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 760px) {
  .site-shell {
    width: min(1180px, calc(100% - 2rem));
  }

  .topbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.8rem;
  }

  .brand img {
    width: 220px;
    height: 220px;
  }

  .brand-copy strong {
    font-size: 1.18rem;
  }

  .brand-copy small {
    font-size: 0.76rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
    align-items: stretch;
  }

  .hero-copy {
    padding: 2rem;
    max-width: 38rem;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: row;
  }

  .button {
    min-width: 210px;
  }

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

  .hero-visual {
    min-height: 520px;
  }

  .hero-image-main {
    inset: 0.8rem 0.8rem 0.8rem 25%;
  }

  .hero-image-top {
    width: 30%;
    height: 30%;
  }

  .hero-image-bottom {
    top: auto;
    left: 10%;
    bottom: 14.4rem;
    width: 34%;
    height: 15%;
  }

  .mini-highlights,
  .review-grid,
  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .service-card-featured {
    grid-column: span 2;
  }

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

  .section-heading-split {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    align-items: end;
  }

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

  .project-card-featured {
    grid-column: span 2;
  }

  .project-card-featured img {
    aspect-ratio: 16 / 9;
  }

  .mobile-cta {
    display: none;
  }

  .footer {
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem 1.5rem;
  }
}

@media (max-width: 759px) {
  .floating-call {
    right: 0.8rem;
    bottom: 4.9rem;
    min-height: 50px;
    padding: 0.65rem 0.85rem 0.65rem 0.7rem;
  }

  .floating-call-text {
    font-size: 0.92rem;
  }
}

@media (min-width: 1080px) {
  .hero {
    gap: 1.25rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 3.3vw, 3.35rem);
  }

  .hero-intro {
    font-size: 1.05rem;
  }

  .section {
    padding: 2.3rem 0;
  }

  .section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
  }
}
