:root {
  --bg: #0b0b0b;
  --surface: #121212;
  --surface-strong: rgba(18, 18, 18, 0.84);
  --text: #ffffff;
  --muted: #999999;
  --gold: #d4af37;
  --gold-soft: rgba(212, 175, 55, 0.18);
  --gold-glow: rgba(212, 175, 55, 0.35);
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
  --page-bg-image: url("https://images.unsplash.com/photo-1510511459019-5dda7724fd87?auto=format&fit=crop&w=1800&q=80");
}

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

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 120px;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-shell::before {
  z-index: -5;
  background:
    linear-gradient(140deg, rgba(8, 8, 8, 0.5), rgba(8, 8, 8, 0.78)),
    var(--page-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
}

.page-shell::after {
  z-index: -4;
  background:
    radial-gradient(circle at 18% 20%, rgba(212, 175, 55, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.1), rgba(7, 7, 7, 0.58) 28%, rgba(7, 7, 7, 0.86) 100%);
}

.ambient,
.grid-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.ambient {
  filter: blur(80px);
  opacity: 0.55;
  z-index: -3;
}

.ambient-one {
  background: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.18), transparent 35%);
}

.ambient-two {
  background: radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.06), transparent 28%),
    radial-gradient(circle at 70% 80%, rgba(212, 175, 55, 0.12), transparent 24%);
}

.grid-overlay {
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 50%, transparent 92%);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 110px 0;
  position: relative;
}

.eyebrow {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  font-size: 0.78rem;
  margin-bottom: 18px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 56px;
}

.section-heading h2,
.section-copy h2 {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.8rem, 5vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-copy p,
.section-heading p,
.hero-text,
.portfolio-copy p,
.pricing-card p,
.feature-block p,
.service-card p {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.8;
}

.glass-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #f1d47e, var(--gold));
  color: #111111;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.28);
}

.button-primary:hover {
  box-shadow: 0 18px 36px rgba(212, 175, 55, 0.38);
}

.button-secondary {
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.button-secondary:hover {
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.14);
}

.site-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at top, rgba(212, 175, 55, 0.16), transparent 35%), var(--bg);
  z-index: 999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.site-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-mark {
  position: relative;
  width: 90px;
  height: 90px;
}

.loader-ring,
.loader-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.loader-ring {
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-top-color: var(--gold);
  animation: spin 1.1s linear infinite;
}

.loader-core {
  inset: 22px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.9), rgba(212, 175, 55, 0.18));
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 18px 0 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 24px;
  border-radius: 22px;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled .navbar {
  background: rgba(12, 12, 12, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(1.08);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

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

.brand-copy small {
  color: var(--muted);
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-panel .button {
  flex-shrink: 0;
  min-width: 148px;
}

.nav-panel a:not(.button) {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  white-space: nowrap;
}

.nav-panel a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-panel a:not(.button):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  margin: 5px auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 42px;
  align-items: center;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4.2rem, 9vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  max-width: 11ch;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}

.hero-copy p {
  max-width: 650px;
}

.hero-copy .eyebrow,
.hero-copy .hero-text,
.hero-trust {
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.38);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-trust span {
  position: relative;
  padding-left: 16px;
}

.hero-trust span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
  box-shadow: 0 0 16px var(--gold-glow);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.dashboard-frame {
  position: relative;
  border-radius: 30px;
  padding: 18px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.frame-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.frame-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.dashboard-content {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
}

.dashboard-sidebar {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 18px 14px;
}

.sidebar-pill {
  height: 42px;
  border-radius: 14px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.sidebar-pill.active {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.45), rgba(212, 175, 55, 0.15));
}

.dashboard-main {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 26px;
}

.dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.label {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.85rem;
}

.dashboard-head h3 {
  margin: 0;
  font-size: 1.4rem;
}

.status-chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: var(--gold);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.metric-card,
.graph-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.metric-card {
  padding: 18px;
}

.metric-card span {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}

.metric-card strong {
  font-size: 1.35rem;
}

.graph-card {
  margin-top: 18px;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.graph-card::before,
.graph-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 70%;
  background:
    radial-gradient(circle at 10% 70%, rgba(212, 175, 55, 0.18), transparent 26%),
    linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.12));
}

.graph-line {
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(255, 255, 255, 0.05) 6% 7%, transparent 7% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 14% 100%, 100% 38px;
}

.graph-line::after {
  content: "";
  position: absolute;
  inset: 20% 4% 16% 4%;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.25), transparent);
  clip-path: polygon(0 78%, 12% 68%, 26% 70%, 40% 48%, 52% 52%, 66% 22%, 82% 36%, 100% 6%, 100% 100%, 0 100%);
}

.graph-line::before {
  content: "";
  position: absolute;
  inset: 22% 4% 18% 4%;
  border-bottom: 3px solid var(--gold);
  clip-path: polygon(0 78%, 12% 68%, 26% 70%, 40% 48%, 52% 52%, 66% 22%, 82% 36%, 100% 6%, 100% 100%, 0 100%);
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.45));
}

.float-card {
  position: absolute;
  width: min(260px, 56%);
  padding: 18px 20px;
  border-radius: 22px;
  animation: drift 6s ease-in-out infinite;
}

.float-card p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.9rem;
}

.float-card strong {
  display: block;
  line-height: 1.45;
}

.float-card.one {
  top: 10%;
  right: -3%;
}

.float-card.two {
  left: -2%;
  bottom: 22%;
  animation-delay: -1.5s;
}

.float-card.three {
  right: 8%;
  bottom: 3%;
  animation-delay: -3s;
}

.stats {
  padding-top: 40px;
}

.stats-grid,
.services-grid,
.feature-grid,
.portfolio-grid,
.pricing-grid,
.footer-grid {
  display: grid;
  gap: 24px;
}

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

.stat-card {
  padding: 30px;
  border-radius: 24px;
  text-align: center;
}

.stat-card strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--gold);
  margin-bottom: 10px;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.78);
}

.split-section,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: center;
}

.about-card {
  border-radius: 32px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -10% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 65%);
}

.about-stack {
  display: grid;
  gap: 18px;
}

.about-stack article {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.about-stack span {
  display: block;
  color: var(--gold);
  margin-bottom: 8px;
}

.about-stack strong {
  font-size: 1.12rem;
}

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

.service-card,
.feature-block,
.portfolio-card,
.pricing-card,
.contact-form {
  border-radius: 28px;
}

.service-card,
.feature-block,
.pricing-card {
  padding: 30px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card {
  overflow: hidden;
}

.service-card:hover,
.feature-block:hover,
.pricing-card:hover,
.portfolio-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.32);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(212, 175, 55, 0.08);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin-bottom: 22px;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.service-media {
  margin: 0 0 22px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.2), transparent 45%),
    rgba(255, 255, 255, 0.03);
  aspect-ratio: 16 / 10;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: saturate(0.92) contrast(1.02);
}

.service-card:hover .service-media img {
  transform: scale(1.05);
  filter: saturate(1) contrast(1.06);
}

.service-card h3,
.feature-block h3,
.portfolio-copy h3,
.pricing-card h3,
.site-footer h3,
.site-footer h4 {
  margin-top: 0;
}

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

.feature-block {
  min-height: 100%;
}

.feature-media {
  margin: 0 0 22px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 46%),
    rgba(255, 255, 255, 0.03);
  aspect-ratio: 16 / 10;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: saturate(0.92) contrast(1.02);
}

.feature-block:hover .feature-media img {
  transform: scale(1.05);
  filter: saturate(1) contrast(1.06);
}

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

.portfolio-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.device {
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #090909;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.laptop {
  width: 100%;
  max-width: 310px;
  padding: 14px 14px 24px;
}

.laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 110%;
  height: 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(212, 175, 55, 0.14), rgba(255, 255, 255, 0.08));
  transform: translateX(-50%);
}

.browser {
  width: 100%;
  max-width: 320px;
  padding: 50px 14px 14px;
}

.browser-bar {
  position: absolute;
  inset: 0 0 auto;
  height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.browser-bar::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 42px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05));
}

.phone {
  width: 210px;
  padding: 16px 12px;
}

.phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 70px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.device-screen {
  min-height: 230px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.26), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.device-screen::before,
.device-screen::after {
  content: "";
  position: absolute;
  border-radius: 18px;
}

.device-screen::before {
  inset: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 22px 22px;
}

.screen-a::after,
.screen-b::after,
.screen-c::after {
  inset: auto 14px 14px 14px;
  height: 42%;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.18), rgba(255, 255, 255, 0.02));
  clip-path: polygon(0 92%, 18% 74%, 36% 78%, 52% 36%, 70% 52%, 100% 8%, 100% 100%, 0 100%);
}

.screen-b {
  min-height: 240px;
}

.screen-c {
  min-height: 360px;
}

.screen-a {
  background-image:
    linear-gradient(180deg, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.28)),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1200&q=80");
}

.screen-b {
  background-image:
    linear-gradient(180deg, rgba(10, 10, 10, 0.12), rgba(10, 10, 10, 0.32)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=80");
}

.screen-c {
  background-image:
    linear-gradient(180deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.22)),
    url("https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?auto=format&fit=crop&w=1200&q=80");
}

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

.pricing-card {
  position: relative;
}

.pricing-card .price {
  margin: 18px 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.pricing-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.35);
}

.pricing-featured {
  border: 1px solid rgba(212, 175, 55, 0.42);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.46), 0 0 40px rgba(212, 175, 55, 0.14);
}

.featured-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--gold);
  font-size: 0.8rem;
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-details a,
.contact-details span {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form {
  padding: 30px;
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.08);
}

.site-footer {
  padding: 40px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  padding-bottom: 28px;
}

.site-footer p,
.footer-bottom,
.footer-links a {
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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

@media (max-width: 1100px) {
  .hero-grid,
  .split-section,
  .contact-grid,
  .stats-grid,
  .feature-grid,
  .portfolio-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (max-width: 820px) {
  .section {
    padding: 90px 0;
  }

  .site-header {
    padding-top: 12px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: grid;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(12, 12, 12, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-cta {
    width: 100%;
  }

  .hero-grid,
  .split-section,
  .contact-grid,
  .stats-grid,
  .services-grid,
  .feature-grid,
  .portfolio-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 150px;
  }

  .hero-copy h1 {
    max-width: 10ch;
  }

  .dashboard-content {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .sidebar-pill {
    margin-bottom: 0;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .float-card {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .hero-visual {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100% - 24px, 1180px);
  }

  .navbar {
    padding: 14px 16px;
  }

  .brand-copy small {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 16vw, 4.6rem);
  }

  .hero-actions,
  .hero-trust {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .service-card,
  .feature-block,
  .portfolio-card,
  .pricing-card,
  .contact-form,
  .stat-card,
  .about-card {
    padding: 24px;
  }

  .site-footer {
    padding-top: 20px;
  }
}
