:root {
  --navy: #0f2d5c;
  --navy-2: #1e4f9b;
  --blue-glow: #4ea1ff;
  --orange: #ff7a18;
  --orange-2: #ffb347;
  --white: #ffffff;
  --off-white: #f5f8ff;
  --text: #10213f;
  --muted: #56657f;
  --border: rgba(255, 255, 255, 0.18);
  --shadow: 0 18px 50px rgba(16, 33, 63, 0.16);
  --radius: 22px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 24, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(78, 161, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 122, 24, 0.16), transparent 18%),
    radial-gradient(circle at 80% 15%, rgba(30, 79, 155, 0.18), transparent 20%),
    radial-gradient(circle at 70% 75%, rgba(78, 161, 255, 0.12), transparent 20%);
  z-index: -1;
}

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

.container {
  width: min(92%, var(--max-width));
  margin: 0 auto;
}

.glass {
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(246, 249, 255, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 33, 63, 0.08);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.03em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-links a {
  font-weight: 700;
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  color: var(--navy);
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 2px solid transparent;
}

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

.btn-primary,
.btn-nav {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #ff9432);
  box-shadow: 0 14px 26px rgba(255, 122, 24, 0.28);
}

.btn-secondary {
  color: var(--navy);
  border-color: rgba(15, 45, 92, 0.14);
  background: rgba(255, 255, 255, 0.75);
}

.hero {
  padding: 4.5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: 2.4rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--orange);
}

.hero-copy h1,
.section-heading h2,
.contact-copy h2 {
  margin: 0 0 1rem;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  max-width: 12ch;
  color: var(--navy);
}

.hero-text {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 62ch;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.8rem 0 1.3rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-points span {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(16, 33, 63, 0.08);
  font-weight: 700;
  color: var(--navy);
}

.hero-card-wrap {
  position: relative;
}

.hero-card {
  border-radius: 28px;
  overflow: hidden;
}

.mini-window {
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(30, 79, 155, 0.9), rgba(255, 122, 24, 0.86));
}

.mini-dots {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.mini-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}

.mini-site {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 0.8rem;
}

.mini-sidebar {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.26);
  min-height: 190px;
}

.mini-content {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  padding: 1rem;
}

.mini-bar {
  height: 14px;
  border-radius: 999px;
  background: #dbe8ff;
  margin-bottom: 0.65rem;
}

.mini-bar.large {
  width: 88%;
  background: linear-gradient(135deg, var(--navy-2), var(--blue-glow));
}

.mini-bar.medium {
  width: 62%;
}

.mini-buttons {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
}

.mini-buttons span {
  width: 82px;
  height: 36px;
  border-radius: 999px;
  display: inline-block;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
}

.mini-buttons span:last-child {
  background: #dbe8ff;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.mini-grid div {
  height: 68px;
  border-radius: 12px;
  background: #edf3ff;
}

.hero-card-bottom {
  padding: 1.5rem 1.4rem 1.7rem;
}

.hero-card-bottom h2 {
  margin: 0 0 0.55rem;
  color: var(--navy);
}

.hero-card-bottom p {
  margin: 0;
  color: var(--muted);
}

.floating-badge {
  position: absolute;
  z-index: 2;
  font-weight: 800;
  color: var(--white);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(16, 33, 63, 0.16);
}

.badge-one {
  top: -16px;
  right: 14px;
  background: linear-gradient(135deg, var(--orange), #ffa54b);
}

.badge-two {
  position: absolute;
  top: 140px;
  left: 20px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  z-index: 3;
}

.stats,
.services,
.work,
.process,
.reviews,
.pricing,
.contact {
  padding: 5rem 0;
}

.stats-grid,
.services-grid,
.work-grid,
.process-grid,
.reviews-grid,
.pricing-grid {
  display: grid;
  gap: 1.3rem;
}

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

.stat {
  border-radius: 22px;
  padding: 1.4rem;
  text-align: center;
}

.stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--navy);
  margin-bottom: 0.35rem;
}

.stat span {
  color: var(--muted);
  font-weight: 600;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  color: var(--navy);
}

.section-heading p {
  color: var(--muted);
}

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

.service-card {
  border-radius: 24px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.18), transparent 65%);
  pointer-events: none;
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue-glow));
  margin-bottom: 1rem;
}

.service-card h3 {
  margin: 0 0 0.65rem;
  color: var(--navy);
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

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

.work-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16, 33, 63, 0.08);
}

.work-top {
  height: 160px;
}

.gradient-one {
  background: linear-gradient(135deg, #173b78, #4ea1ff);
}

.gradient-two {
  background: linear-gradient(135deg, #ff7a18, #ffd166);
}

.gradient-three {
  background: linear-gradient(135deg, #0f2d5c, #ff7a18);
}

.work-body {
  padding: 1.4rem;
}

.work-body h3 {
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.work-body p {
  margin: 0 0 0.8rem;
  color: var(--muted);
}

.work-body span {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--navy);
  font-weight: 700;
}

.featured-work {
  transform: translateY(-10px);
}

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

.process-card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 1.5rem;
  border: 1px solid rgba(16, 33, 63, 0.08);
  box-shadow: var(--shadow);
}

.process-num {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-weight: 900;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--navy-2));
  margin-bottom: 1rem;
}

.process-card h3 {
  margin: 0 0 0.5rem;
  color: var(--navy);
}

.process-card p {
  margin: 0;
  color: var(--muted);
}

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

.review-card {
  border-radius: 24px;
  padding: 1.5rem;
}

.quote {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--navy);
}

.review-name {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

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

.price-card {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 26px;
  padding: 1.7rem;
  border: 1px solid rgba(16, 33, 63, 0.08);
  box-shadow: var(--shadow);
  position: relative;
}

.price-card h3 {
  margin: 0 0 0.6rem;
  color: var(--navy);
}

.price {
  margin: 0 0 1rem;
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--orange);
}

.price-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.price-card li {
  margin-bottom: 0.55rem;
}

.featured-price {
  transform: translateY(-12px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.92));
  outline: 2px solid rgba(255, 122, 24, 0.18);
}

.popular-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), #ff9a3d);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.contact-wrap {
  border-radius: 30px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.6rem;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(16, 33, 63, 0.12);
  background: rgba(255, 255, 255, 0.9);
  font: inherit;
  color: var(--text);
  outline: none;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  padding: 2rem 0;
  background: rgba(15, 45, 92, 0.95);
  color: var(--white);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-inner p {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .hero-grid,
  .services-grid,
  .work-grid,
  .process-grid,
  .reviews-grid,
  .pricing-grid,
  .stats-grid,
  .contact-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(246, 249, 255, 0.98);
    padding: 1rem 4%;
    border-bottom: 1px solid rgba(16, 33, 63, 0.08);
  }

  .nav-links.show {
    display: flex;
  }

  .hero-grid,
  .services-grid,
  .work-grid,
  .process-grid,
  .reviews-grid,
  .pricing-grid,
  .stats-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero,
  .stats,
  .services,
  .work,
  .process,
  .reviews,
  .pricing,
  .contact {
    padding: 4rem 0;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .featured-work,
  .featured-price {
    transform: none;
  }

  .badge-two {
    left: 10px;
    bottom: 14px;
  }
}
.demo-site-card {
  overflow: hidden;
}

.demo-browser {
  background: #f8fbff;
  padding: 0;
  border-bottom: 1px solid rgba(16, 33, 63, 0.08);
}

.demo-browser-top {
  display: flex;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #eef4ff, #f7faff);
  border-bottom: 1px solid rgba(16, 33, 63, 0.08);
}

.demo-browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c8d8f2;
}

.demo-browser-top span:first-child {
  background: #ff8c42;
}

.demo-browser-top span:nth-child(2) {
  background: #8bb8ff;
}

.demo-browser-top span:nth-child(3) {
  background: #d7e4ff;
}

.demo-website {
  padding: 1rem;
  min-height: 270px;
  background: linear-gradient(180deg, #ffffff, #f6f9ff);
}

.demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.demo-header.clean {
  margin-bottom: 1.25rem;
}

.demo-logo {
  width: 140px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--navy), var(--blue-glow));
  color: transparent;
}

.demo-nav {
  width: 110px;
  height: 12px;
  border-radius: 999px;
  background: #d9e6fb;
}

.demo-nav.short {
  width: 78px;
}

.demo-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.demo-hero-copy,
.demo-contractor-copy,
.demo-consulting-left {
  background: #f8fbff;
  border: 1px solid #e4edfb;
  border-radius: 18px;
  padding: 1rem;
}

.demo-hero-panel {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.9), rgba(78, 161, 255, 0.9));
  min-height: 120px;
}

.demo-line {
  border-radius: 999px;
  margin-bottom: 0.7rem;
  background: #d8e4f8;
  height: 12px;
}

.demo-line-lg {
  width: 88%;
  height: 16px;
  background: linear-gradient(135deg, var(--navy), var(--blue-glow));
}

.demo-line-md {
  width: 64%;
}

.demo-line-sm {
  width: 50%;
}

.demo-line-xs {
  width: 38%;
}

.demo-btn-row {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}

.demo-btn {
  width: 92px;
  height: 34px;
  border-radius: 999px;
}

.demo-btn-orange {
  background: linear-gradient(135deg, var(--orange), #ffb347);
}

.demo-btn-light {
  background: #dbe7fb;
}

.demo-btn-blue {
  background: linear-gradient(135deg, var(--navy), var(--blue-glow));
}

.demo-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.demo-card-box {
  height: 76px;
  border-radius: 16px;
  background: #eaf1fc;
  border: 1px solid #dde8fa;
}

.demo-card-box.tall {
  height: 96px;
}

.demo-slab-top {
  height: 20px;
  width: 130px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), #ffb347);
  margin-bottom: 1rem;
}

.demo-contractor-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.demo-grid-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}

.demo-grid-stack div {
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #dfeaff, #f2f7ff);
  border: 1px solid #dce7fa;
}

.demo-consulting-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0.9rem;
}

.demo-consulting-right {
  display: grid;
  gap: 0.75rem;
}

.demo-panel-lg {
  height: 118px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e6efff, #f7faff);
  border: 1px solid #dce7fa;
}

.demo-panel-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.demo-panel-row div {
  height: 70px;
  border-radius: 16px;
  background: #edf4ff;
  border: 1px solid #dce7fa;
}

@media (max-width: 768px) {
  .demo-hero,
  .demo-contractor-hero,
  .demo-consulting-layout,
  .demo-card-row {
    grid-template-columns: 1fr;
  }

  .demo-grid-stack {
    grid-template-columns: 1fr 1fr;
  }
}