:root {
  --bg: #0a0a0d;
  --bg-soft: #111117;
  --bg-soft-2: #15151d;
  --bg-elevated: rgba(255, 255, 255, 0.05);
  --card: rgba(255, 255, 255, 0.045);
  --card-strong: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(202, 165, 106, 0.24);
  --text: #f5f1e8;
  --muted: #b8b0a1;
  --muted-2: #9e9688;
  --accent: #caa56a;
  --accent-2: #efd6a7;
  --accent-soft: rgba(202, 165, 106, 0.14);
  --accent-glow: rgba(202, 165, 106, 0.22);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.24);
  --shadow-premium: 0 28px 70px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --radius-sm: 16px;
  --max-width: 1180px;
  --success: #d8b16e;
  --error: #ff8c8c;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(202, 165, 106, 0.10), transparent 20%),
    radial-gradient(circle at left center, rgba(202, 165, 106, 0.06), transparent 18%),
    linear-gradient(180deg, #08080a 0%, #0d0d11 100%);
  line-height: 1.7;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
button,
input,
textarea,
select {
  font: inherit;
}

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

button {
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

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

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(18px);
  background: rgba(10, 10, 13, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 16px;
}

.logo {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}

.logo span {
  color: var(--accent);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.nav-links a,
.footer-links a,
.footer-btn {
  color: var(--muted);
  transition: color 0.25s ease, opacity 0.25s ease;
}

.hero-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero-phone-label {
  color: var(--muted-2);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.hero-phone-link {
  color: var(--accent-2);
  font-weight: 700;
  font-size: 1rem;
}

.hero-phone-link:hover {
  color: var(--text);
}

.nav-links a:hover,
.footer-links a:hover,
.footer-btn:hover {
  color: var(--text);
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 86px;
}

.hero-motion {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.55;
  animation: floatOrb 10s ease-in-out infinite;
}

.hero-orb-1 {
  width: 280px;
  height: 280px;
  top: 30px;
  right: 6%;
  background: rgba(202, 165, 106, 0.16);
  animation-delay: 0s;
}

.hero-orb-2 {
  width: 190px;
  height: 190px;
  bottom: 20px;
  left: 4%;
  background: rgba(255, 255, 255, 0.05);
  animation-delay: 2s;
}

.hero-orb-3 {
  width: 130px;
  height: 130px;
  top: 130px;
  left: 42%;
  background: rgba(202, 165, 106, 0.12);
  animation-delay: 4s;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 340px;
  height: 340px;
  top: -90px;
  right: -60px;
  background: rgba(202, 165, 106, 0.10);
}

.hero-glow-2 {
  width: 300px;
  height: 300px;
  bottom: -90px;
  left: -80px;
  background: rgba(202, 165, 106, 0.06);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-tag,
.dashboard-label {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
  margin: 14px 0 18px;
  max-width: 760px;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--accent);
  display: inline-block;
  text-shadow: 0 0 18px rgba(202, 165, 106, 0.10);
}

.hero-text {
  color: var(--muted);
  max-width: 650px;
  font-size: 1.06rem;
}

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

.hero-mini-proof,
.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-mini-proof {
  margin-top: 24px;
}

.hero-proof-list {
  margin-top: 14px;
}

.proof-chip,
.trust-inner span,
.hero-proof-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.92rem;
  backdrop-filter: blur(12px);
}

.hero-proof-item {
  background: rgba(202, 165, 106, 0.08);
  color: var(--text);
  border-color: rgba(202, 165, 106, 0.16);
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
  min-height: 52px;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #ddb980);
  color: #111;
  box-shadow: 0 12px 30px rgba(202, 165, 106, 0.20);
}

.btn-primary:hover {
  box-shadow: 0 0 25px rgba(202, 165, 106, 0.45);
}

.btn-secondary,
.btn-nav {
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.btn-call {
  background: rgba(202, 165, 106, 0.12);
  color: var(--accent-2);
  border: 1px solid rgba(202, 165, 106, 0.28);
  box-shadow: 0 10px 24px rgba(202, 165, 106, 0.12);
}

.btn-call:hover {
  border-color: rgba(202, 165, 106, 0.46);
  background: rgba(202, 165, 106, 0.18);
  box-shadow: 0 14px 30px rgba(202, 165, 106, 0.18);
}

.btn-secondary:hover,
.btn-nav:hover {
  border-color: rgba(202, 165, 106, 0.26);
  background: rgba(255, 255, 255, 0.04);
}

/* HERO CARD */
.hero-card {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.dashboard-card,
.info-card,
.service-box,
.portfolio-card,
.testimonial-card,
.faq-item,
.cta-box,
.modal-box,
.about-card,
.process-card,
.results-panel,
.stats-record-card,
.stats-highlight,
.stats-highlight-item {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.dashboard-card {
  width: 100%;
  max-width: 450px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.12),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-premium);
}

.dashboard-top {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

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

.dashboard-head h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  margin-top: 6px;
}

.dashboard-pill {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(202, 165, 106, 0.08);
  border: 1px solid rgba(202, 165, 106, 0.18);
  white-space: nowrap;
}

.dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0 18px;
}

.dashboard-stat {
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-label {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  margin-bottom: 4px;
}

.dashboard-stat strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
}

.metric-list {
  display: grid;
  gap: 16px;
  margin: 18px 0 24px;
}

.metric-item span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: var(--text);
}

.bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 16px rgba(202, 165, 106, 0.22);
}

.fill-95 { width: 95%; }
.fill-90 { width: 90%; }
.fill-88 { width: 88%; }
.fill-92 { width: 92%; }
.fill-94 { width: 94%; }

.dashboard-note {
  color: var(--muted);
  font-size: 0.94rem;
}

.floating-card {
  animation: floatCard 5s ease-in-out infinite;
}

/* TRUST STRIP */
.trust-strip {
  padding: 10px 0 26px;
}

.trust-inner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* SECTIONS */
.section {
  padding: 96px 0;
  scroll-margin-top: 100px;
}

.section-tight {
  padding-top: 76px;
}

.alt-section {
  background: rgba(255, 255, 255, 0.018);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.left-align {
  margin-bottom: 24px;
}

.section-heading h2,
.cta-box h2,
.modal-box h3,
.stats-highlight-copy h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 10px 0 14px;
  text-wrap: balance;
}

.section-heading p,
.cta-box p,
.modal-text,
.stats-highlight-copy p {
  color: var(--muted);
}

/* STATS SECTION */
.stats-section {
  position: relative;
  overflow: hidden;
}

.stats-record-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.stats-record-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.10),
    rgba(255, 255, 255, 0.03)
  );
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.stats-record-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(202, 165, 106, 0.10),
    transparent 38%,
    transparent 70%,
    rgba(255, 255, 255, 0.03)
  );
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.stats-record-card:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(202, 165, 106, 0.35);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
}

.stats-record-card:hover::before {
  opacity: 1;
}

.stats-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(202, 165, 106, 0.08);
  border: 1px solid rgba(202, 165, 106, 0.18);
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
}

.stats-record-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
  color: var(--text);
}

.stats-record-card p {
  color: var(--muted);
  font-size: 0.98rem;
}

.stats-highlight {
  padding: 28px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.09),
    rgba(255, 255, 255, 0.03)
  );
}

.stats-highlight-list {
  display: grid;
  gap: 14px;
}

.stats-highlight-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stats-highlight-item strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Manrope", sans-serif;
}

.stats-highlight-item span {
  color: var(--muted);
  font-size: 0.95rem;
}

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: start;
}

.about-text {
  color: var(--muted);
  max-width: 700px;
}

.about-text + .about-text {
  margin-top: 16px;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.about-point {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.about-point strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.about-point span {
  color: var(--muted);
  font-size: 0.95rem;
}

.about-card {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.10),
    rgba(255, 255, 255, 0.03)
  );
}

.about-checklist {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.about-checklist li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.about-checklist li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

/* CARD GRIDS */
.cards-grid,
.services-grid,
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.info-card,
.service-box,
.portfolio-card,
.testimonial-card,
.process-card {
  padding: 28px;
  border-radius: var(--radius);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.info-card::before,
.service-box::before,
.portfolio-card::before,
.testimonial-card::before,
.cta-box::before,
.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(202, 165, 106, 0.08),
    transparent 35%,
    transparent 70%,
    rgba(255, 255, 255, 0.03)
  );
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.info-card:hover,
.service-box:hover,
.portfolio-card:hover,
.testimonial-card:hover,
.faq-item:hover,
.process-card:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(202, 165, 106, 0.35);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  background: rgba(255, 255, 255, 0.055);
}

.info-card:hover::before,
.service-box:hover::before,
.portfolio-card:hover::before,
.testimonial-card:hover::before,
.cta-box:hover::before,
.process-card:hover::before {
  opacity: 1;
}

.skill-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(202, 165, 106, 0.18),
    rgba(202, 165, 106, 0.08)
  );
  color: var(--accent);
  font-size: 1.4rem;
  margin-bottom: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.info-card h3,
.service-box h3,
.portfolio-card h3,
.testimonial-card h4,
.process-card h3,
.results-copy h3 {
  font-family: "Manrope", sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
}

.info-card p,
.service-box p,
.portfolio-card p,
.testimonial-card p,
.faq-item p,
.portfolio-card li,
.process-card p,
.results-copy p {
  color: var(--muted);
}

.portfolio-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 16px;
  border: 1px solid rgba(202, 165, 106, 0.15);
}

.portfolio-card ul {
  margin-top: 18px;
  padding-left: 18px;
}

.portfolio-card li + li {
  margin-top: 8px;
}

/* PROCESS */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 18px;
  background: rgba(202, 165, 106, 0.10);
  border: 1px solid rgba(202, 165, 106, 0.18);
  color: var(--accent);
  font-weight: 800;
  font-family: "Manrope", sans-serif;
}

/* RESULTS PANEL */
.results-panel {
  margin-top: 26px;
  padding: 28px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.09),
    rgba(255, 255, 255, 0.03)
  );
}

.results-metrics {
  display: grid;
  gap: 14px;
}

.results-metric {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.results-metric strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Manrope", sans-serif;
}

.results-metric span {
  color: var(--muted);
  font-size: 0.95rem;
}



/* FEATURED CASE STUDY */
.featured-case-study {
  margin-top: 30px;
  padding: 32px;
  border-radius: 32px;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.12),
    rgba(255, 255, 255, 0.035)
  );
  border: 1px solid rgba(202, 165, 106, 0.18);
  box-shadow: var(--shadow-premium);
  position: relative;
  overflow: hidden;
}

.featured-case-study::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(202, 165, 106, 0.14), transparent 30%);
  pointer-events: none;
}

.featured-case-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
}

.featured-case-header h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 12px 0 14px;
  max-width: 760px;
}

.featured-case-header p {
  max-width: 760px;
  color: var(--muted);
}

.featured-case-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  max-width: 320px;
}

.featured-case-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.88rem;
}

.featured-kpi-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.featured-kpi-card,
.case-mini-card,
.case-quote-card,
.case-result-item {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.featured-kpi-card {
  padding: 20px;
  border-radius: 22px;
}

.featured-kpi-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.featured-kpi-card strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.featured-kpi-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.featured-case-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.case-block h4,
.case-mini-card h5,
.case-quote-card h5 {
  font-family: "Manrope", sans-serif;
}

.case-block {
  margin-bottom: 18px;
}

.case-block p {
  color: var(--muted);
  max-width: 720px;
}

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

.case-mini-card {
  padding: 22px;
  border-radius: 22px;
}

.case-mini-card h5 {
  margin-bottom: 12px;
  font-size: 1.02rem;
}

.case-mini-card ul {
  padding-left: 18px;
}

.case-mini-card li {
  color: var(--muted);
}

.case-mini-card li + li {
  margin-top: 8px;
}

.case-results-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.case-result-item {
  padding: 18px;
  border-radius: 18px;
}

.case-result-item span {
  display: block;
  color: var(--muted-2);
  font-size: 0.84rem;
  margin-bottom: 6px;
}

.case-result-item strong {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.case-dashboard-frame {
  padding: 14px;
  border-radius: 26px;
  background: rgba(8, 8, 10, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.case-study-image {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.featured-case-visual {
  display: grid;
  gap: 16px;
}

.case-quote-card {
  padding: 22px;
  border-radius: 22px;
}

.case-quote-card p {
  color: var(--muted);
  margin-bottom: 12px;
}

.case-quote-card span {
  color: var(--muted-2);
  font-size: 0.9rem;
}

/* TESTIMONIAL CAROUSEL */
.stars {
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.testimonial-card span {
  color: var(--muted-2);
  font-size: 0.92rem;
}

.testimonial-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.testimonial-track-wrap {
  overflow: hidden;
  width: 100%;
}

.testimonial-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}

.carousel-card {
  min-width: calc((100% - 44px) / 3);
  flex: 0 0 calc((100% - 44px) / 3);
  margin-right: 22px;
}

.carousel-card:last-child {
  margin-right: 0;
}

.testimonial-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 1.15rem;
  transition: all 0.25s ease;
}

.testimonial-nav:hover {
  background: rgba(202, 165, 106, 0.12);
  border-color: rgba(202, 165, 106, 0.32);
  transform: translateY(-2px);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  transition: all 0.25s ease;
  cursor: pointer;
}

.testimonial-dot.active {
  width: 28px;
  background: var(--accent);
}

/* FAQ */
.faq-grid {
  display: grid;
  gap: 16px;
  max-width: 900px;
}

.faq-item {
  border-radius: var(--radius-sm);
  padding: 20px 22px;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 12px;
}

/* CTA */
.cta-section {
  padding-top: 40px;
}

.cta-box {
  padding: 54px 30px;
  text-align: center;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.12),
    rgba(255, 255, 255, 0.035)
  );
  box-shadow: var(--shadow-premium);
}

.cta-urgency {
  margin-top: 12px;
  color: var(--accent) !important;
  font-weight: 700;
}

/* FOOTER */
.site-footer {
  padding: 28px 0 110px;
}

.footer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-inner p {
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

/* FLOATING CONTACT */
.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ddb980);
  color: #111;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
}

/* TOAST - UPDATED CENTER VERSION */
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3000;
  width: min(92vw, 420px);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(202, 165, 106, 0.25);
  background: linear-gradient(
    180deg,
    rgba(18, 18, 24, 0.98),
    rgba(10, 10, 13, 0.96)
  );
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.toast::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  z-index: -1;
}

.toast-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 1.1rem;
  color: #111;
  background: linear-gradient(135deg, var(--accent), #ddb980);
  box-shadow: 0 10px 28px rgba(202, 165, 106, 0.35);
}

.toast-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.toast-content strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.toast-content span {
  color: var(--muted);
  font-size: 0.94rem;
  margin-top: 3px;
}

.toast-close {
  margin-left: auto;
  color: var(--muted);
  font-size: 1.3rem;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.25s ease, color 0.25s ease;
}

.toast-close:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

/* MODAL */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(4, 4, 6, 0.78);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-box {
  width: 100%;
  max-width: 760px;
  max-height: min(90vh, 920px);
  overflow-y: auto;
  border-radius: 30px;
  padding: 34px 26px;
  position: relative;
  transform: translateY(20px) scale(0.98);
  transition: transform 0.28s ease;
  background: linear-gradient(
    180deg,
    rgba(202, 165, 106, 0.08),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
}

.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 1.5rem;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(202, 165, 106, 0.26);
  transform: rotate(90deg);
}

.modal-text {
  margin-bottom: 22px;
}

/* FORM */
.contact-form {
  display: grid;
  gap: 14px;
}

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

.field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modern-form label {
  font-size: 0.85rem;
  color: var(--accent);
  margin-bottom: 6px;
  display: block;
  font-weight: 600;
}

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

.contact-form textarea,
.modern-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.modern-form input::placeholder,
.modern-form textarea::placeholder {
  color: var(--muted-2);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.modern-form input:focus,
.modern-form textarea:focus,
.modern-form select:focus {
  border-color: rgba(202, 165, 106, 0.45);
  box-shadow: 0 0 0 3px rgba(202, 165, 106, 0.08);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.045);
}

.modern-form select,
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: var(--text);
  background-color: rgba(255, 255, 255, 0.035);
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23caa56a' height='20' viewBox='0 0 20 20' width='20'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 42px;
}

.contact-form select option,
.modern-form select option {
  color: #111;
  background-color: #f5f1e8;
}

.contact-form select option:checked,
.modern-form select option:checked {
  color: #111;
  background-color: #d9b57a;
}

.field-group.has-error input,
.field-group.has-error textarea,
.field-group.has-error select {
  border-color: rgba(255, 140, 140, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 140, 140, 0.08);
}

.field-error {
  min-height: 16px;
  font-size: 0.82rem;
  color: var(--error);
}

.form-status {
  min-height: 28px;
}

.form-error-message {
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 4px;
  color: var(--error);
}

.modal-submit {
  width: 100%;
  margin-top: 4px;
  position: relative;
  min-height: 54px;
  gap: 10px;
}

.modal-submit:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

.btn-loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(17, 17, 17, 0.25);
  border-top-color: #111;
  border-radius: 50%;
  display: none;
  animation: spin 0.7s linear infinite;
}

.modal-submit.is-loading .btn-loader {
  display: inline-block;
}

/* REVEAL ANIMATION */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.15s;
}

.delay-2 {
  animation-delay: 0.3s;
}

/* ANIMATIONS */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floatOrb {
  0% {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  50% {
    transform: translateY(-18px) translateX(10px) scale(1.05);
  }
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }
}

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

/* TABLET */
@media (max-width: 1024px) {
  .hero {
    padding: 92px 0 74px;
  }

  .hero-grid,
  .about-grid,
  .results-panel,
  .stats-highlight {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-card {
    justify-content: flex-start;
  }

  .dashboard-card {
    max-width: 100%;
  }

  .cards-grid,
  .services-grid,
  .portfolio-grid,
  .process-grid,
  .about-points,
  .stats-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-case-study {
    padding: 24px;
    border-radius: 26px;
  }

  .featured-case-header,
  .featured-case-grid,
  .case-block-grid,
  .case-results-strip,
  .featured-kpi-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .featured-case-header {
    gap: 16px;
  }

  .featured-case-pills {
    justify-content: flex-start;
    max-width: 100%;
  }

  .carousel-card {
    min-width: calc((100% - 22px) / 2);
    flex: 0 0 calc((100% - 22px) / 2);
  }

  .section {
    padding: 82px 0;
  }
}

/* SMALL TABLET */
@media (max-width: 820px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .nav-links a,
  .nav-links .btn-nav {
    font-size: 0.95rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.5rem);
    line-height: 1.03;
  }

  .hero-text {
    font-size: 1rem;
  }

  .btn {
    padding: 13px 20px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .cta-box {
    padding: 42px 22px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .hero,
  .section {
    padding: 74px 0;
  }

  .trust-strip {
    padding: 0 0 18px;
  }

  .cards-grid,
  .services-grid,
  .portfolio-grid,
  .process-grid,
  .about-points,
  .form-row,
  .stats-record-grid {
    grid-template-columns: 1fr;
  }

  .info-card,
  .service-box,
  .portfolio-card,
  .testimonial-card,
  .process-card,
  .stats-record-card {
    padding: 24px;
  }

  .dashboard-card,
  .stats-highlight {
    padding: 24px;
  }

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

  .modal-box {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .modal-box h3 {
    font-size: 1.75rem;
  }

  .carousel-card {
    min-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .testimonial-carousel {
    gap: 12px;
  }

  .testimonial-nav {
    width: 42px;
    height: 42px;
  }

  .stats-record-card h3 {
    font-size: 2.3rem;
  }

  .floating-contact {
    right: 16px;
    bottom: 16px;
  }

  .floating-call {
    left: 16px;
    bottom: 16px;
  }

  .toast {
    width: 90%;
    padding: 18px 18px;
  }
}

/* SMALL MOBILE */
@media (max-width: 560px) {
  .container {
    width: min(94%, var(--max-width));
  }

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

  .hero-mini-proof,
  .hero-proof-list,
  .trust-inner,
  .footer-links {
    gap: 10px;
  }

  .proof-chip,
  .trust-inner span,
  .hero-proof-item {
    width: 100%;
    justify-content: center;
  }

  .dashboard-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-pill {
    white-space: normal;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .floating-contact,
  .floating-call {
    bottom: 14px;
    padding: 12px 14px;
    font-size: 0.92rem;
  }

  .toast {
    width: min(92vw, 340px);
    padding: 14px 14px;
    gap: 10px;
  }

  .toast-icon {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
  }

  .toast-content strong {
    font-size: 0.95rem;
  }

  .toast-content span {
    font-size: 0.86rem;
  }
}