/* ========================================================
   Maholo – Piloxy  ·  Premium Digital Marketing Website
   ======================================================== */

:root {
  --beige: #f5efe6;
  --beige-soft: #faf6f0;
  --rose: #e7c9c4;
  --rose-deep: #d8a5a1;
  --violet: #7a5cff;
  --violet-soft: #b7a4ff;
  --night: #0b1030;
  --night-2: #161c4a;
  --ink: #1a1530;
  --muted: #6b6a85;
  --white: #ffffff;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow-soft: 0 30px 60px -30px rgba(33, 25, 80, .25);
  --shadow-deep: 0 40px 80px -20px rgba(10, 10, 40, .45);
  --grad-warm: linear-gradient(135deg, #f5efe6 0%, #e7c9c4 45%, #c5b6ff 100%);
  --grad-night: linear-gradient(135deg, #0b1030 0%, #1a1458 55%, #4a2a7a 100%);
  --grad-button: linear-gradient(135deg, #7a5cff 0%, #b7a4ff 100%);
  --font-sans: 'Inter', -apple-system, system-ui, sans-serif;
  --font-serif: 'Playfair Display', 'Times New Roman', serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--beige-soft);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1 em, h2 em, h3 em, .logo-text em {
  font-style: italic;
  background: linear-gradient(100deg, #7a5cff, #e7a3c1, #d8a5a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-label {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 1.2rem;
}

.section-label.light { color: var(--violet-soft); }

.section-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  margin-bottom: 1.2rem;
}
.section-title.light { color: var(--white); }

.section-intro {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.05rem;
}
.section-intro.light { color: rgba(255,255,255,.72); }

.section-head { margin-bottom: 3.5rem; text-align: center; }
.section-head .section-intro { margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .95rem 1.6rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: .95rem;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn-sm { padding: .65rem 1.2rem; font-size: .85rem; }

.btn-primary {
  background: var(--grad-button);
  color: var(--white);
  box-shadow: 0 14px 30px -10px rgba(122, 92, 255, .55);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -10px rgba(122, 92, 255, .7); }

.btn-ghost {
  background: transparent;
  color: inherit;
  border: 1px solid rgba(26, 21, 48, .15);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.6); transform: translateY(-3px); }

.btn-outline {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.25);
  color: inherit;
  backdrop-filter: blur(14px);
}
.btn-outline:hover { background: rgba(255,255,255,.2); }

.btn-discord {
  background: #5865F2;
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(88,101,242,.6);
}
.btn-discord:hover {
  background: #4752c4;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -10px rgba(88,101,242,.7);
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.1rem 0;
  transition: all .3s ease;
}
.nav.scrolled,
.nav.nav-solid {
  background: rgba(250, 246, 240, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px -20px rgba(0,0,0,.2);
}
.nav.nav-solid .logo,
.nav.nav-solid .nav-links,
.nav.nav-solid .nav-cta { color: var(--ink); }
.nav.nav-solid .nav-cta { border-color: rgba(26,21,48,.2); background: rgba(255,255,255,.6); }
.nav.nav-solid .nav-toggle span { background: var(--ink); }

.nav-links a.active {
  color: var(--violet);
}
.nav-links a.active::after { width: 100%; }
.nav-container {
  width: min(1200px, 94%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  transition: color .3s ease;
}
.nav.scrolled .logo { color: var(--ink); }
.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 36px; height: 36px;
  border-radius: 12px;
  background: var(--grad-button);
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 8px 20px -8px rgba(122, 92, 255, .6);
}
.logo-text em { font-weight: 400; }

.nav-links {
  display: flex;
  gap: 2rem;
  font-size: .95rem;
  font-weight: 500;
  color: rgba(255,255,255,.88);
  transition: color .3s ease;
}
.nav.scrolled .nav-links { color: var(--ink); }
.nav-links a { position: relative; padding: .25rem 0; }
.nav-links a::after {
  content: '';
  position: absolute; left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--grad-button);
  transition: width .3s ease;
}
.nav-links a:hover::after { width: 100%; }

.nav-cta { color: var(--white); }
.nav.scrolled .nav-cta { color: var(--ink); border-color: rgba(26,21,48,.2); background: rgba(255,255,255,.6); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: .3s;
  color: var(--white);
}
.nav.scrolled .nav-toggle span { background: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: slowZoom 20s ease-in-out infinite alternate;
  z-index: -2;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,16,48,.35) 0%, rgba(11,16,48,.55) 60%, rgba(11,16,48,.8) 100%),
    linear-gradient(120deg, rgba(122, 92, 255, .25), rgba(216, 165, 161, .15));
  z-index: -1;
}
@keyframes slowZoom {
  from { transform: scale(1.05); }
  to   { transform: scale(1.15); }
}
.hero-content {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 8rem 0 6rem;
  max-width: 900px;
}
.eyebrow {
  display: inline-block;
  padding: .4rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(14px);
  font-size: .8rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.hero-title {
  font-size: clamp(2.6rem, 6vw, 5rem);
  margin-bottom: 1.5rem;
  text-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(120deg, #f5efe6, #e7c9c4, #b7a4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.15rem;
  max-width: 560px;
  color: rgba(255,255,255,.85);
  margin-bottom: 2.2rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-cta .btn-ghost { color: var(--white); border-color: rgba(255,255,255,.3); }
.hero-cta .btn-ghost:hover { background: rgba(255,255,255,.12); }

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  font-size: .75rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,.8), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: .5; }
  50%      { transform: scaleY(1.3); opacity: 1; }
}

/* ---------- About ---------- */
.about {
  padding: 7rem 0;
  background: var(--grad-warm);
  position: relative;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-text p {
  color: var(--muted);
  margin-bottom: 1rem;
  max-width: 500px;
}
.about-text strong { color: var(--ink); font-weight: 600; }
.about-text .btn { margin-top: 1.5rem; }

.about-stats { display: grid; gap: 1.2rem; }
.stat-card {
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius);
  padding: 1.8rem 2rem;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: .2rem 1.4rem;
  transition: transform .4s ease, box-shadow .4s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 70px -20px rgba(122, 92, 255, .3);
}
.stat-number {
  grid-row: 1 / 3;
  font-family: var(--font-serif);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, #7a5cff, #d8a5a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-number em { font-size: 1.8rem; font-style: normal; }
.stat-label {
  font-size: .8rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--violet);
  align-self: end;
}
.stat-card p { font-size: .9rem; color: var(--muted); grid-column: 2; }

/* ---------- Services ---------- */
.services {
  padding: 7rem 0;
  background: var(--beige-soft);
  position: relative;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: var(--white);
  border: 1px solid rgba(122, 92, 255, .08);
  border-radius: var(--radius);
  padding: 2.2rem 2rem;
  position: relative;
  overflow: hidden;
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
  cursor: default;
}
.service-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(122,92,255,.06), rgba(231,201,196,.1));
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 0;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(122, 92, 255, .3);
}
.service-card:hover::before { opacity: 1; }
.service-card > * { position: relative; z-index: 1; }

.service-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(122,92,255,.12), rgba(231,201,196,.2));
  color: var(--violet);
  margin-bottom: 1.4rem;
}
.service-icon svg { width: 28px; height: 28px; }

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: .7rem;
  font-family: var(--font-serif);
  font-weight: 600;
}
.service-card p { color: var(--muted); font-size: .95rem; }
.service-arrow {
  display: inline-block;
  margin-top: 1.2rem;
  color: var(--violet);
  font-size: 1.2rem;
  transform: translateX(0);
  transition: transform .3s ease;
}
.service-card:hover .service-arrow { transform: translateX(6px); }

.service-cta {
  background: var(--grad-warm);
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.service-cta h3 { font-size: 1.5rem; }
.service-cta p { color: rgba(26, 21, 48, .75); }

/* ---------- Page Hero (inner pages) ---------- */
.page-hero {
  padding: 11rem 0 5rem;
  background: var(--grad-warm);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  top: -200px; right: -200px;
  background: radial-gradient(circle, rgba(122,92,255,.25), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-title {
  font-size: clamp(2.3rem, 5vw, 4rem);
  margin: 1rem 0 1.3rem;
  max-width: 900px;
}
.page-sub {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 620px;
}

.eyebrow.dark {
  background: rgba(26,21,48,.06);
  border: 1px solid rgba(26,21,48,.1);
  color: var(--violet);
  backdrop-filter: blur(10px);
}

/* ---------- Highlights (home) ---------- */
.highlights {
  padding: 6rem 0;
  background: var(--beige-soft);
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.highlight-card {
  padding: 2.2rem 2rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(122,92,255,.08);
  box-shadow: var(--shadow-soft);
  transition: transform .4s ease;
  text-align: center;
}
.highlight-card:hover { transform: translateY(-6px); }
.highlight-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #7a5cff, #d8a5a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.highlight-num em { font-size: 1.6rem; font-style: normal; }
.highlight-card h3 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: var(--font-sans);
  font-weight: 600;
  color: var(--violet);
}
.highlight-card p { color: var(--muted); font-size: .95rem; }

.section-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ---------- About page ---------- */
.about-main {
  padding: 6rem 0;
  background: var(--beige-soft);
}

/* ---------- Values ---------- */
.values {
  padding: 6rem 0;
  background: var(--grad-warm);
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.value-card {
  padding: 2.4rem 2rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .4s ease, box-shadow .4s ease;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}
.value-num {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-style: italic;
  background: linear-gradient(135deg, #7a5cff, #d8a5a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: .8rem;
}
.value-card h3 {
  font-size: 1.4rem;
  margin-bottom: .6rem;
}
.value-card p { color: var(--muted); font-size: .95rem; }

/* ---------- Service list ---------- */
.service-list {
  list-style: none;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(122,92,255,.12);
}
.service-list li {
  font-size: .88rem;
  color: var(--muted);
  padding: .4rem 0 .4rem 1.3rem;
  position: relative;
}
.service-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--grad-button);
  transform: translateY(-50%);
}

/* ---------- Projects ---------- */
.projects {
  padding: 5rem 0 6rem;
  background: var(--beige-soft);
}

/* Featured project (Piloxy+) */
.featured-project {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 5rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(122,92,255,.1);
}
.featured-visual {
  position: relative;
  background: #0a0a0a;
  display: grid;
  place-items: center;
  padding: 4rem 2rem;
  overflow: hidden;
  min-height: 340px;
}
.featured-visual::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(122,92,255,.25), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(216,165,161,.15), transparent 50%);
  pointer-events: none;
}
.piloxy-logo {
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 8vw, 5.5rem);
  color: #fff;
  letter-spacing: -.04em;
  line-height: .9;
  display: flex;
  align-items: flex-start;
}
.piloxy-logo span {
  background: linear-gradient(180deg, #ffffff 0%, #b7a4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.piloxy-logo em {
  font-style: normal;
  font-size: .7em;
  margin-left: .08em;
  color: #7a5cff;
  font-weight: 900;
  text-shadow: 0 0 30px rgba(122,92,255,.6);
}
.featured-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  padding: .45rem 1rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #fff;
}
.featured-body {
  padding: 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-body h3 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin: .5rem 0 1rem;
}
.featured-body h3 em {
  font-style: italic;
  background: linear-gradient(120deg, #7a5cff, #d8a5a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.featured-lead {
  font-size: 1.05rem;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: .8rem;
}
.featured-body p {
  color: var(--muted);
  margin-bottom: .8rem;
}
.featured-body strong { color: var(--ink); font-weight: 600; }
.featured-cta-text {
  padding: 1rem 1.2rem;
  background: linear-gradient(135deg, rgba(122,92,255,.08), rgba(216,165,161,.08));
  border-left: 3px solid var(--violet);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--ink) !important;
  font-weight: 500;
  margin-bottom: 1.2rem !important;
}
.featured-cta-text span {
  display: block;
  margin-top: .4rem;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--violet);
}
.featured-disclaimer {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 1.5rem !important;
}
.featured-disclaimer svg { flex-shrink: 0; color: var(--violet); }
.featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.meta-pill {
  padding: .4rem .9rem;
  background: rgba(122,92,255,.08);
  color: var(--violet);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
}

.section-divider {
  text-align: center;
  margin: 0 0 3rem;
}
.section-divider .section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); }

.featured-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(122,92,255,.12);
}
.featured-actions .btn svg { transition: transform .3s ease; }
.featured-actions .btn:hover svg { transform: translate(2px, -2px); }
.featured-link {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--violet);
  font-size: .95rem;
  border-bottom: 1px solid rgba(122,92,255,.3);
  padding-bottom: 2px;
  transition: color .3s ease, border-color .3s ease;
}
.featured-link:hover { color: var(--ink); border-color: var(--violet); }

/* ---------- Promo countdown banner ---------- */
.promo-banner {
  position: relative;
  padding: 4rem 0;
  background: linear-gradient(135deg, #0b1030 0%, #1a1458 55%, #4a2a7a 100%);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}
.promo-glow {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: -1;
}
.promo-glow-1 { background: #7a5cff; top: -160px; left: -120px; opacity: .45; }
.promo-glow-2 { background: #d8a5a1; bottom: -180px; right: -100px; opacity: .3; }

.promo-inner {
  text-align: center;
  position: relative;
}
.promo-tag {
  display: inline-block;
  padding: .4rem 1rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--violet-soft);
  margin-bottom: 1.2rem;
}
.promo-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: .6rem;
  line-height: 1.2;
}
.promo-title em {
  font-style: italic;
  background: linear-gradient(120deg, #ffffff, #b7a4ff, #e7c9c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: .3rem;
}
.promo-sub {
  color: rgba(255,255,255,.7);
  font-size: 1rem;
  margin-bottom: 2.2rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 92px;
  padding: 1.2rem 1.2rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius-sm);
  transition: transform .3s ease;
}
.count-box:hover { transform: translateY(-3px); }
.count-value {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff, #b7a4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.count-value.pulse {
  animation: countPulse .4s ease;
}
@keyframes countPulse {
  0%   { transform: translateY(0) scale(1); }
  40%  { transform: translateY(-3px) scale(1.08); }
  100% { transform: translateY(0) scale(1); }
}
.count-label {
  margin-top: .5rem;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  font-weight: 600;
}
.count-sep {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--violet-soft);
  opacity: .5;
  line-height: 1;
  align-self: center;
  margin-top: -1rem;
}
.promo-deadline {
  font-size: .9rem;
  color: rgba(255,255,255,.6);
  font-style: italic;
}
.promo-deadline strong {
  color: var(--white);
  font-style: normal;
  font-weight: 600;
}
.promo-banner.ended .countdown { opacity: .4; }
.promo-banner.ended .promo-title em { -webkit-text-fill-color: rgba(255,255,255,.5); }

/* When promo is over, hide all discount-only elements and the banner itself */
body.promo-ended .promo-only { display: none !important; }
body.promo-ended .promo-banner { display: none !important; }

@media (max-width: 640px) {
  .count-sep { display: none; }
  .countdown { gap: .5rem; }
  .count-box { min-width: 70px; padding: 1rem .6rem; }
}

/* ---------- Pricing / Prestations ---------- */
.pricing-section {
  padding: 6rem 0;
  background: var(--beige-soft);
}
.pricing-section.pricing-highlight {
  background: var(--grad-warm);
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.tier-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2.2rem 1.8rem;
  border: 1px solid rgba(122,92,255,.1);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tier-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(122,92,255,.3);
}
.tier-badge {
  position: absolute;
  top: 1rem; right: 1rem;
  padding: .3rem .7rem;
  background: var(--grad-button);
  color: var(--white);
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.tier-badge-gold {
  background: linear-gradient(135deg, #1a1530, #7a5cff);
}
.tier-popular {
  border-color: var(--violet);
  box-shadow: 0 20px 40px -20px rgba(122,92,255,.3);
  transform: translateY(-6px);
}
.tier-lifetime {
  background: linear-gradient(160deg, #1a1530 0%, #2a1e60 100%);
  color: var(--white);
  border-color: rgba(183,164,255,.3);
}
.tier-lifetime::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(122,92,255,.35), transparent 60%);
  pointer-events: none;
}
.tier-lifetime > * { position: relative; z-index: 1; }
.tier-lifetime .tier-features li { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.1); }
.tier-lifetime .tier-desc { color: rgba(255,255,255,.6); }

.tier-header { margin-bottom: 1.5rem; }
.tier-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .2rem;
}
.tier-desc {
  font-size: .82rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.tier-price {
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(122,92,255,.12);
  border-bottom: 1px solid rgba(122,92,255,.12);
  margin-bottom: 1.2rem;
}
.tier-lifetime .tier-price { border-color: rgba(255,255,255,.12); }

.price-amount {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, #7a5cff, #d8a5a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.price-amount em {
  font-size: 1.3rem;
  font-style: normal;
}
.tier-lifetime .price-amount {
  background: linear-gradient(135deg, #b7a4ff, #e7c9c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.price-unit {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--violet);
  margin-top: .4rem;
}
.price-unit small {
  font-family: var(--font-sans);
  font-size: .75rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .1em;
  display: block;
}
.tier-lifetime .price-unit { color: var(--violet-soft); }
.tier-lifetime .price-unit small { color: rgba(255,255,255,.5); }

.tier-price .price-old {
  display: block;
  width: 100%;
  font-family: var(--font-sans);
  font-size: .95rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: rgba(216,93,93,.8);
  text-decoration-thickness: 2px;
  margin-bottom: .4rem;
}
.tier-lifetime .tier-price .price-old { color: rgba(255,255,255,.45); }
.tier-price .price-old small { font-size: .75rem; color: inherit; margin-left: .15rem; }
.price-new { display: flex; align-items: flex-start; gap: .4rem; }

.tier-discount {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .35rem .7rem;
  background: linear-gradient(135deg, #ff4d7e, #7a5cff);
  color: var(--white);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  box-shadow: 0 8px 20px -6px rgba(255,77,126,.5);
  z-index: 2;
}
.tier-discount-light {
  background: linear-gradient(135deg, #ff4d7e, #b7a4ff);
}

.tier-features {
  list-style: none;
  margin-top: auto;
}
.tier-features li {
  padding: .65rem 0 .65rem 1.6rem;
  border-top: 1px solid rgba(122,92,255,.08);
  color: var(--muted);
  font-size: .88rem;
  position: relative;
}
.tier-features li:first-child { border-top: none; }
.tier-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 16px; height: 16px;
  border-radius: 50%;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #7a5cff, #b7a4ff);
  background-size: 10px 10px, cover;
  background-repeat: no-repeat;
  background-position: center, center;
  transform: translateY(-50%);
}

/* Prestations à la carte */
.prestation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.prestation-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  border: 1px solid rgba(122,92,255,.08);
  display: flex;
  gap: 1.4rem;
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
  position: relative;
}
.prestation-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(122,92,255,.25);
}
.prestation-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(122,92,255,.12), rgba(231,201,196,.2));
  color: var(--violet);
  flex-shrink: 0;
}
.prestation-icon svg { width: 24px; height: 24px; }
.prestation-body { flex: 1; display: flex; flex-direction: column; }
.prestation-combo {
  display: inline-block;
  padding: .25rem .7rem;
  background: rgba(122,92,255,.1);
  color: var(--violet);
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .6rem;
  align-self: flex-start;
}
.prestation-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.prestation-card p { color: var(--muted); font-size: .9rem; margin-bottom: 1rem; flex: 1; }
.prestation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: 1rem;
}
.prestation-tags span {
  padding: .25rem .65rem;
  background: rgba(231,201,196,.25);
  color: var(--ink);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 500;
}
.prestation-price {
  padding-top: 1rem;
  border-top: 1px solid rgba(122,92,255,.1);
  margin-top: auto;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .6rem;
}
.price-old-range {
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: rgba(216,93,93,.8);
  text-decoration-thickness: 2px;
  order: 1;
  width: 100%;
}
.prestation-price .price-range { order: 2; }
.price-badge {
  order: 3;
  padding: .2rem .55rem;
  background: linear-gradient(135deg, #ff4d7e, #7a5cff);
  color: var(--white);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  align-self: center;
}
.price-range {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  background: linear-gradient(135deg, #7a5cff, #d8a5a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.price-range em {
  font-style: normal;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font-size: 1.2rem;
  margin: 0 .2rem;
}
.price-custom {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--violet);
  font-size: 1rem;
}
.prestation-custom {
  background: linear-gradient(160deg, rgba(122,92,255,.08), rgba(216,165,161,.08));
  border-color: rgba(122,92,255,.2);
}
.prestation-custom .prestation-icon {
  background: var(--grad-button);
  color: var(--white);
}

.pricing-note {
  display: flex;
  align-items: center;
  gap: .6rem;
  justify-content: center;
  margin-top: 3rem;
  color: var(--muted);
  font-size: .9rem;
  font-style: italic;
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-note svg { color: var(--violet); flex-shrink: 0; }
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-bottom: 4rem;
}
.project-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(122,92,255,.08);
  transition: transform .4s ease, box-shadow .4s ease;
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-soft);
}
.project-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  background-size: cover;
  background-position: center;
}
.project-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11,16,48,.4) 100%);
}
.project-img-1 { background: linear-gradient(135deg, #b7a4ff, #7a5cff), url('https://images.unsplash.com/photo-1522199755839-a2bacb67c546?auto=format&fit=crop&w=1000&q=60'); background-blend-mode: overlay; background-size: cover; }
.project-img-2 { background: linear-gradient(135deg, #e7c9c4, #d8a5a1), url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1000&q=60'); background-blend-mode: overlay; background-size: cover; }
.project-img-3 { background: linear-gradient(135deg, #f5efe6, #b7a4ff), url('https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=1000&q=60'); background-blend-mode: overlay; background-size: cover; }
.project-img-4 { background: linear-gradient(135deg, #7a5cff, #e7c9c4), url('https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1000&q=60'); background-blend-mode: overlay; background-size: cover; }
.project-img-5 { background: linear-gradient(135deg, #d8a5a1, #7a5cff), url('https://images.unsplash.com/photo-1492691527719-9d1e07e534b4?auto=format&fit=crop&w=1000&q=60'); background-blend-mode: overlay; background-size: cover; }
.project-img-6 { background: linear-gradient(135deg, #b7a4ff, #e7c9c4), url('https://images.unsplash.com/photo-1553877522-43269d4ea984?auto=format&fit=crop&w=1000&q=60'); background-blend-mode: overlay; background-size: cover; }

.project-tag {
  position: relative;
  z-index: 1;
  padding: .35rem .8rem;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--violet);
}
.project-body { padding: 1.6rem 1.8rem 1.8rem; }
.project-category {
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
  margin-bottom: .5rem;
  display: block;
}
.project-card h3 {
  font-size: 1.25rem;
  margin-bottom: .6rem;
}
.project-card p {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 1.2rem;
}
.project-meta {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(122,92,255,.12);
  font-size: .82rem;
  color: var(--violet);
  font-weight: 600;
}
.project-meta span:last-child { margin-left: auto; color: var(--muted); font-weight: 400; }

/* ---------- Contact page ---------- */
.contact-section {
  padding: 5rem 0 7rem;
  background: var(--beige-soft);
}
.contact-email {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 2.2rem 2.4rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(122,92,255,.1);
  box-shadow: var(--shadow-soft);
  max-width: 620px;
  margin: 0 auto;
  transition: transform .4s ease;
}
.contact-email:hover { transform: translateY(-4px); }
.email-icon {
  width: 64px; height: 64px;
  display: grid; place-items: center;
  border-radius: 18px;
  background: var(--grad-button);
  color: var(--white);
  flex-shrink: 0;
}
.email-icon svg { width: 30px; height: 30px; }
.email-label {
  display: block;
  font-size: .75rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
  margin-bottom: .3rem;
}
.email-address {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink);
  word-break: break-all;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}
.social-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.4rem;
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122,92,255,.08);
  cursor: default;
  user-select: none;
  transition: transform .3s ease, box-shadow .3s ease;
}
.social-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.social-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 14px;
  color: var(--white);
  flex-shrink: 0;
}
.social-icon svg { width: 24px; height: 24px; }
.social-discord .social-icon { background: #5865F2; }
.social-snapchat .social-icon { background: #FFFC00; color: #1a1530; }
.social-instagram .social-icon { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); }
.social-tiktok .social-icon { background: linear-gradient(135deg, #000, #25F4EE 50%, #FE2C55); }

.social-text { display: flex; flex-direction: column; min-width: 0; }
.social-platform {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
  margin-bottom: .15rem;
}
.social-handle {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--ink);
  font-weight: 600;
  word-break: break-all;
}

.community-card {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 2rem 2.4rem;
  background: linear-gradient(135deg, #5865F2 0%, #7a5cff 100%);
  border-radius: var(--radius);
  color: var(--white);
  box-shadow: 0 20px 50px -20px rgba(88,101,242,.6);
  transition: transform .4s ease, box-shadow .4s ease;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.community-card::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  right: -80px; top: -80px;
  background: radial-gradient(circle, rgba(255,255,255,.15), transparent 70%);
  pointer-events: none;
}
.community-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px -20px rgba(88,101,242,.75);
}
.community-icon {
  width: 68px; height: 68px;
  display: grid; place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.community-icon svg { width: 38px; height: 38px; }
.community-body { position: relative; z-index: 1; }
.community-label {
  display: block;
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,.7);
  margin-bottom: .3rem;
}
.community-card h3 {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: .4rem;
}
.community-card p {
  color: rgba(255,255,255,.85);
  font-size: .95rem;
  margin-bottom: .8rem;
}
.community-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--white);
  font-size: .95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: 2px;
}
.community-arrow { transition: transform .3s ease; display: inline-block; }
.community-card:hover .community-arrow { transform: translateX(4px); }

@media (max-width: 640px) {
  .community-card { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
}

/* ---------- Footer ---------- */
.footer {
  background: #0b1030;
  color: rgba(255,255,255,.7);
  padding: 4rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer .logo-mark { margin-bottom: .8rem; }
.footer p { font-size: .9rem; line-height: 1.6; }
.footer small { color: rgba(255,255,255,.5); }
.footer-links, .footer-socials, .footer-contact {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  font-size: .9rem;
}
.footer-contact strong { color: var(--white); font-weight: 600; }
.footer-links a:hover, .footer-socials a:hover { color: var(--violet-soft); }
.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  font-size: .82rem;
  color: rgba(255,255,255,.4);
}

/* ---------- Animations ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}
.fade-in:nth-child(1) { animation-delay: .1s; }
.fade-in:nth-child(2) { animation-delay: .3s; }
.fade-in:nth-child(3) { animation-delay: .5s; }
.fade-in:nth-child(4) { animation-delay: .7s; }
@keyframes fadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .service-grid,
  .highlight-grid,
  .value-grid,
  .project-grid,
  .tier-grid,
  .prestation-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-popular { transform: none; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .page-hero { padding: 9rem 0 4rem; }
  .featured-project { grid-template-columns: 1fr; }
  .featured-visual { min-height: 260px; padding: 3rem 1.5rem; }
  .featured-body { padding: 2.5rem 2rem; }
}

@media (max-width: 700px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: rgba(250, 246, 240, .95);
    backdrop-filter: blur(18px);
    padding: 1.5rem 2rem;
    gap: 1.2rem;
    color: var(--ink);
  }
  .hero-content { padding-top: 7rem; }
  .hero-cta { flex-direction: column; align-items: flex-start; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .service-grid,
  .highlight-grid,
  .value-grid,
  .project-grid,
  .tier-grid,
  .prestation-grid,
  .social-grid { grid-template-columns: 1fr; }
  .pricing-section { padding: 4rem 0; }
  .about-main, .services, .contact-section, .highlights, .values, .projects { padding: 4rem 0; }
  .page-hero { padding: 8rem 0 3rem; }
  .stat-card { padding: 1.4rem 1.6rem; }
  .stat-number { font-size: 2.8rem; }
  .contact-email { flex-direction: column; text-align: center; padding: 1.8rem; }
  .email-address { font-size: 1.2rem; }
}
