:root {

  --sd-navy: #09102e;
  --sd-navy-2: #0b1436;
  --sd-navy-3: #121a45;
  --sd-green: #7ACC0D;
  --sd-green-2: #9be42f;
  --sd-green-dim: rgba(122, 204, 13, 0.12);
  --sd-ink: #0c1128;
  --sd-text: #24304d;
  --sd-muted: #6b7493;
  --sd-line: #e6e9f2;
  --sd-bg-soft: #f7f8fb;
  --sd-shadow-lg: 0 30px 60px rgba(9, 16, 46, 0.12);
  --sd-shadow-md: 0 16px 32px rgba(9, 16, 46, 0.08);
  --sd-shadow-sm: 0 6px 16px rgba(9, 16, 46, 0.06);
  --sd-radius: 20px;
  --sd-radius-lg: 28px;
  --sd-transition: 0.35s cubic-bezier(.2, .7, .2, 1);
}

.sd-main {
  background: #fff;
  color: var(--sd-text);
  font-family: 'Inter', system-ui, sans-serif;
}

.sd-main section {
  padding: var(--sec-py-lg) 0;
  position: relative;
  overflow: hidden;
}

.sd-main h1,
.sd-main h2,
.sd-main h3,
.sd-main h4 {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-weight: 600;
  color: var(--sd-ink);
  letter-spacing: -0.16px;
}

.sd-section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.sd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  font-size: 11.52px;
  font-weight: 700;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: var(--sd-green);
  background: var(--sd-green-dim);
  border: 1px solid rgba(122, 204, 13, 0.35);
  border-radius: 999px;
}

.sd-eyebrow-dark {
  color: var(--sd-green-2);
  background: rgba(122, 204, 13, 0.14);
  border-color: rgba(122, 204, 13, 0.4);
}

.sd-eyebrow .sd-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sd-green);
  box-shadow: 0 0 0 0 rgba(122, 204, 13, 0.7);
  animation: sd-pulse 1.8s infinite;
}

@keyframes sd-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(122, 204, 13, 0.65);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(122, 204, 13, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(122, 204, 13, 0);
  }
}

.sd-h2 {
  font-size: clamp(30.4px, 3.4vw, 44px);
  margin: 18px 0 16px;
  line-height: 1.15;
}

.sd-lead {
  font-size: 16.8px;
  color: var(--sd-muted);
  line-height: 1.7;
  margin: 0;
}

.sd-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-size: 15.2px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform var(--sd-transition), box-shadow var(--sd-transition), background var(--sd-transition), color var(--sd-transition);
  white-space: nowrap;
}

.sd-btn-primary {
  background: linear-gradient(135deg, var(--sd-green) 0%, var(--sd-green-2) 100%);
  color: #09102e;
  box-shadow: 0 10px 30px rgba(122, 204, 13, 0.35);
}

.sd-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(122, 204, 13, 0.45);
  color: #09102e;
}

.sd-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.sd-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.sd-btn-dark {
  background: var(--sd-navy);
  color: #fff;
}

.sd-btn-dark:hover {
  background: var(--sd-navy-3);
  color: #fff;
  transform: translateY(-2px);
}

/* ============ LAYOUT GRID ============ */
.sd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 60px;
  align-items: start;
}

.sd-layout-main {
  min-width: 0;
}

.sd-sidebar {
  position: relative;
}

.sd-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ============ HERO ============ */
.sd-hero {
  background: linear-gradient(160deg, #060a20 0%, var(--sd-navy) 45%, var(--sd-navy-2) 100%);
  min-height: 440px;
  padding: 110px 0 90px;
  color: #fff;
}

.sd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.35;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at top, #000 40%, transparent 80%);
}

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

.sd-hero-orb-a {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.35), transparent 65%);
  top: -140px;
  right: -120px;
}

.sd-hero-orb-b {
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(60, 90, 200, 0.32), transparent 65%);
  bottom: -120px;
  left: -80px;
}

.sd-hero-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sd-hero-stars span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  animation: sd-twinkle 3.6s infinite ease-in-out;
}

.sd-hero-stars span:nth-child(1) {
  top: 14%;
  left: 18%;
  animation-delay: 0.2s;
}

.sd-hero-stars span:nth-child(2) {
  top: 28%;
  left: 72%;
  animation-delay: 0.9s;
}

.sd-hero-stars span:nth-child(3) {
  top: 48%;
  left: 36%;
  animation-delay: 1.6s;
}

.sd-hero-stars span:nth-child(4) {
  top: 62%;
  left: 85%;
  animation-delay: 2.3s;
}

.sd-hero-stars span:nth-child(5) {
  top: 78%;
  left: 22%;
  animation-delay: 0.6s;
}

.sd-hero-stars span:nth-child(6) {
  top: 36%;
  left: 52%;
  animation-delay: 1.2s;
  width: 2px;
  height: 2px;
}

@keyframes sd-twinkle {

  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}

.sd-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.sd-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 12.48px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  margin-bottom: 22px;
  text-decoration: none;
}

.sd-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.sd-breadcrumb a:hover {
  color: var(--sd-green);
}

.sd-breadcrumb .sep {
  opacity: 0.5;
}

.sd-hero-eyebrow {
  margin-bottom: 22px;
}

.sd-hero-eyebrow-flag {
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 10.24px;
  letter-spacing: 2.56px;
  background: var(--sd-green);
  color: var(--sd-navy);
  border-radius: 4px;
}

.sd-hero h1 {
  font-size: clamp(38.4px, 5vw, 64px);
  line-height: 1.08;
  color: #fff;
  margin: 0 0 22px;
}

.sd-hero h1 em {
  font-style: italic;
}

.sd-hero-sub {
  font-size: 18.4px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  margin: 0 0 34px;
}

.sd-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 34px;
}

.sd-trust-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14.08px;
  color: rgba(255, 255, 255, 0.72);
}

.sd-trust-stars {
  color: #f5c24b;
  letter-spacing: 2px;
}

/* ============ INTRO ============ */
.sd-intro {
  background: var(--sd-bg-soft);
}

.sd-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.sd-intro-left p {
  font-size: 16.8px;
  line-height: 1.8;
  color: var(--sd-muted);
}

.sd-wins {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sd-win {
  display: flex;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  box-shadow: var(--sd-shadow-sm);
  transition: transform var(--sd-transition), box-shadow var(--sd-transition);
}

.sd-win:hover {
  transform: translateY(-3px);
  box-shadow: var(--sd-shadow-md);
}

.sd-win-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sd-green), var(--sd-green-2));
  color: var(--sd-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20.8px;
}

.sd-win-body strong {
  display: block;
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-size: 17.6px;
  color: var(--sd-ink);
  margin-bottom: 4px;
}

.sd-win-body span {
  font-size: 14.72px;
  color: var(--sd-muted);
  line-height: 1.55;
}

/* ============ SUB-SERVICES ============ */
.sd-subs {
  background: #fff;
}

.sd-subs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sd-sub-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  transition: transform var(--sd-transition), box-shadow var(--sd-transition), border-color var(--sd-transition);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.sd-sub-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 204, 13, 0.5);
  box-shadow: 0 24px 44px rgba(9, 16, 46, 0.12);
  color: inherit;
}

.sd-sub-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--sd-navy);
  color: var(--sd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 22px;
  transition: background var(--sd-transition), color var(--sd-transition);
}

.sd-sub-card:hover .sd-sub-icon {
  background: var(--sd-green);
  color: var(--sd-navy);
}

.sd-sub-card h3 {
  font-size: 19.2px;
  margin: 0 0 10px;
}

.sd-sub-card p {
  font-size: 15.04px;
  color: var(--sd-muted);
  line-height: 1.6;
  margin: 0 0 18px;
  flex-grow: 1;
}

.sd-sub-more {
  font-size: 14.08px;
  font-weight: 600;
  color: var(--sd-green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sd-sub-card:hover .sd-sub-more {
  gap: 10px;
}

/* ============ PROCESS ============ */
.sd-process {
  background: linear-gradient(155deg, #060a20 0%, var(--sd-navy) 50%, var(--sd-navy-2) 100%);
  color: #fff;
}

.sd-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
  mask-image: radial-gradient(ellipse at center, #000 40%, transparent 85%);
}

.sd-process .sd-section-head h2,
.sd-cases .sd-section-head h2,
.sd-final h2 {
  color: #fff;
}

.sd-process .sd-lead,
.sd-cases .sd-lead,
.sd-final .sd-lead {
  color: rgba(255, 255, 255, 0.7);
}

.sd-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

.sd-step {
  position: relative;
  padding: 30px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--sd-radius);
  backdrop-filter: blur(6px);
}

.sd-step-num {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-size: 38.4px;
  font-weight: 700;
  color: var(--sd-green);
  line-height: 1;
  margin-bottom: 14px;
  display: block;
}

.sd-step h3 {
  color: #fff;
  font-size: 18.4px;
  margin: 0 0 10px;
}

.sd-step p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.72px;
  line-height: 1.6;
  margin: 0;
}

.sd-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -18px;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, rgba(122, 204, 13, 0.6), transparent);
}

/* ============ TOOLS ============ */
.sd-tools {
  background: #fff;
}

.sd-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.sd-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: var(--sd-bg-soft);
  border: 1px solid var(--sd-line);
  border-radius: 999px;
  font-size: 14.72px;
  font-weight: 600;
  color: var(--sd-ink);
  transition: transform var(--sd-transition), box-shadow var(--sd-transition), border-color var(--sd-transition), background var(--sd-transition);
}

.sd-chip:hover {
  transform: translateY(-3px);
  box-shadow: var(--sd-shadow-sm);
  border-color: rgba(122, 204, 13, 0.45);
  background: #fff;
}

.sd-chip i {
  color: var(--sd-green);
  font-size: 16.8px;
}

/* ============ CASES ============ */
.sd-cases {
  background: linear-gradient(160deg, var(--sd-navy) 0%, var(--sd-navy-2) 70%, #060a20 100%);
  color: #fff;
}

.sd-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.sd-case {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--sd-radius);
  overflow: hidden;
  transition: transform var(--sd-transition), border-color var(--sd-transition);
  text-decoration: none;
  color: inherit;
}

.sd-case:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 204, 13, 0.45);
  color: inherit;
}

.sd-case-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.sd-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sd-case:hover .sd-case-img img {
  transform: scale(1.06);
}

.sd-case-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  background: rgba(9, 16, 46, 0.85);
  color: var(--sd-green);
  font-size: 11.52px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.sd-case-body {
  padding: 22px 22px 24px;
}

.sd-case-body h3 {
  color: #fff;
  font-size: 17.6px;
  margin: 0 0 10px;
  line-height: 1.35;
}

.sd-case-body p {
  font-size: 14.4px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin: 0 0 14px;
}

.sd-case-body p strong {
  color: var(--sd-green);
  font-weight: 700;
}

.sd-case-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-case-stars {
  color: #f5c24b;
  letter-spacing: 2px;
  font-size: 13.6px;
}

.sd-case-more {
  font-size: 13.6px;
  font-weight: 600;
  color: var(--sd-green);
}

/* ============ FAQ ============ */
.sd-faq {
  background: #faf5ee;
}

.sd-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sd-faq-item {
  background: #fff;
  border: 1px solid var(--sd-line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color var(--sd-transition), box-shadow var(--sd-transition);
}

.sd-faq-item[open] {
  border-color: rgba(122, 204, 13, 0.45);
  box-shadow: var(--sd-shadow-sm);
}

.sd-faq-item summary {
  list-style: none;
  padding: 22px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-size: 16.8px;
  font-weight: 600;
  color: var(--sd-ink);
}

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

.sd-faq-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: var(--sd-green-dim);
  color: var(--sd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17.6px;
  transition: transform var(--sd-transition), background var(--sd-transition), color var(--sd-transition);
}

.sd-faq-item[open] .sd-faq-icon {
  transform: rotate(45deg);
  background: var(--sd-green);
  color: var(--sd-navy);
}

.sd-faq-body {
  padding: 0 24px 22px;
  font-size: 15.36px;
  line-height: 1.7;
  color: var(--sd-muted);
}

/* ============ FINAL CTA ============ */
.sd-final {
  padding: var(--sec-py-lg) 0;
  background: radial-gradient(ellipse at top, rgba(122, 204, 13, 0.2), transparent 60%), linear-gradient(155deg, #060a20 0%, var(--sd-navy) 55%, #0a1530 100%);
  color: #fff;
}

.sd-final-card {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 40px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(122, 204, 13, 0.22);
  border-radius: var(--sd-radius-lg);
  box-shadow: 0 30px 80px rgba(9, 16, 46, 0.45), 0 0 0 1px rgba(122, 204, 13, 0.06);
  backdrop-filter: blur(10px);
}

.sd-final-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(ellipse at top, rgba(122, 204, 13, 0.35), transparent 60%);
  opacity: 0.5;
  z-index: -1;
  filter: blur(24px);
}

.sd-final-eyebrow {
  font-family: 'Caveat', cursive;
  font-size: 24px;
  color: var(--sd-green);
  margin-bottom: 12px;
}

.sd-final h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 18px;
}

.sd-final-sub {
  font-size: 16.8px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 auto 34px;
  max-width: 580px;
}

.sd-final-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 24px;
}

.sd-final-micro {
  font-size: 13.6px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* ============ SIDEBAR WIDGETS ============ */
/* Widget 1 — Book-a-call */
.sd-book {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--sd-radius);
  background: linear-gradient(160deg, var(--sd-navy) 0%, var(--sd-navy-2) 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(9, 16, 46, 0.18);
}

.sd-book::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.28), transparent 65%);
  top: -80px;
  right: -60px;
  filter: blur(20px);
  pointer-events: none;
}

.sd-book-eyebrow {
  display: block;
  font-size: 10.88px;
  font-weight: 700;
  letter-spacing: 2.56px;
  color: var(--sd-green-2);
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.sd-book-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sd-green), var(--sd-green-2));
  color: var(--sd-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25.6px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px rgba(122, 204, 13, 0.2);
}

.sd-book-name {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-size: 17.6px;
  color: #fff;
  margin: 0 0 2px;
  position: relative;
  z-index: 1;
}

.sd-book-role {
  font-size: 13.12px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}

.sd-book-btn {
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.sd-book-reply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.8px;
  color: rgba(255, 255, 255, 0.65);
  margin: 14px 0 0;
  position: relative;
  z-index: 1;
}

.sd-book-reply .sd-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sd-green);
  box-shadow: 0 0 8px rgba(122, 204, 13, 0.7);
  animation: sd-pulse 1.8s infinite;
}

/* Shared sidebar white card */
.sd-card {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius);
  box-shadow: var(--sd-shadow-sm);
}

.sd-card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.88px;
  font-weight: 700;
  letter-spacing: 2.56px;
  color: var(--sd-green);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sd-card-eyebrow i {
  color: var(--sd-green);
  font-size: 14.4px;
}

/* Widget 2 — Specs */
.sd-specs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sd-specs-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--sd-line);
}

.sd-specs-list li:last-child {
  border-bottom: 0;
}

.sd-specs-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: var(--sd-green-dim);
  color: var(--sd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.sd-specs-label {
  flex: 1;
  font-size: 13.12px;
  color: var(--sd-muted);
}

.sd-specs-val {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-weight: 600;
  font-size: 15.2px;
  color: var(--sd-ink);
  text-align: right;
}

/* Widget 3 — Included */
.sd-included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sd-included-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.72px;
  color: var(--sd-text);
  line-height: 1.5;
}

.sd-included-list li i {
  color: var(--sd-green);
  font-size: 16.8px;
  margin-top: 2px;
}

/* Widget 4 — Quote */
.sd-quote {
  padding: 28px 24px;
  position: relative;
}

.sd-quote-mark {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-size: 48px;
  line-height: 1;
  color: var(--sd-green);
  margin-bottom: 8px;
  display: block;
}

.sd-quote-text {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: var(--sd-ink);
  margin: 0 0 20px;
}

.sd-quote-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}

.sd-quote-author strong {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-weight: 600;
  color: var(--sd-ink);
  font-size: 15.2px;
}

.sd-quote-author span {
  font-size: 13.12px;
  color: var(--sd-muted);
}

.sd-quote-stars {
  color: #f5c24b;
  letter-spacing: 2px;
  font-size: 14.4px;
}

/* Widget 5 — Related */
.sd-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sd-related-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  transition: background var(--sd-transition), border-color var(--sd-transition);
}

.sd-related-link:hover {
  background: var(--sd-bg-soft);
  border-color: rgba(122, 204, 13, 0.3);
  color: inherit;
}

.sd-related-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: var(--sd-navy);
  color: var(--sd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16.8px;
}

.sd-related-body {
  flex: 1;
  min-width: 0;
}

.sd-related-body strong {
  display: block;
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-weight: 600;
  color: var(--sd-ink);
  font-size: 15.2px;
  margin-bottom: 2px;
}

.sd-related-body span {
  font-size: 12.48px;
  color: var(--sd-muted);
  line-height: 1.4;
}

.sd-related-arrow {
  color: var(--sd-green);
  font-size: 15.2px;
  transition: transform var(--sd-transition);
}

.sd-related-link:hover .sd-related-arrow {
  transform: translateX(4px);
}

/* Widget 6 — Lead magnet */
.sd-magnet {
  position: relative;
  padding: 26px 24px;
  border-radius: var(--sd-radius);
  background: linear-gradient(145deg, var(--sd-green) 0%, var(--sd-green-2) 100%);
  color: var(--sd-navy);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(122, 204, 13, 0.28);
}

.sd-magnet::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -80px;
  right: -80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(18px);
  pointer-events: none;
}

.sd-magnet-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--sd-navy);
  color: var(--sd-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.sd-magnet h4 {
  font-size: 18.4px;
  color: var(--sd-navy);
  margin: 0 0 6px;
  position: relative;
  z-index: 1;
}

.sd-magnet p {
  font-size: 14.08px;
  color: rgba(9, 16, 46, 0.75);
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}

.sd-magnet-btn {
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.sd-magnet-micro {
  font-size: 12px;
  color: rgba(9, 16, 46, 0.6);
  margin: 12px 0 0;
  position: relative;
  z-index: 1;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1199px) {
  .sd-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
  }

  .sd-subs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sd-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  .sd-step:not(:last-child)::after {
    display: none;
  }

  .sd-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .sd-main section {
    padding: var(--sec-py-md) 0;
  }

  .sd-final {
    padding: var(--sec-py-lg) 0;
  }

  .sd-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .sd-sticky {
    position: static;
    top: auto;
  }

  .sd-intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sd-hero {
    padding: 90px 0 70px;
  }

  .sd-hero h1 {
    font-size: clamp(33.6px, 6vw, 48px);
  }
}

@media (max-width: 767px) {
  .sd-main section {
    padding: var(--sec-py-sm) 0;
  }

  .sd-final {
    padding: var(--sec-py-md) 0;
  }

  .sd-subs-grid {
    grid-template-columns: 1fr;
  }

  .sd-steps {
    grid-template-columns: 1fr;
  }

  .sd-cases-grid {
    grid-template-columns: 1fr;
  }

  .sd-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .sd-hero-cta .sd-btn {
    justify-content: center;
  }

  .sd-final-card {
    padding: 48px 24px;
  }

  .sd-final-ctas {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ============================================================= DESIGN PAGE — EDITORIAL MAGAZINE REBUILD (.dsg-*) Full-bleed, magazine-style overrides for design.html only. Self-contained: does not touch .sd-* used on other 4 service pages. ============================================================= */
:root {
  --dsg-navy: #09102e;
  --dsg-navy-2: #0e1638;
  --dsg-charcoal: #2b2b2b;
  --dsg-cream: #faf5ee;
  --dsg-cream-2: #f1ead9;
  --dsg-gold: #7ACC0D;
  --dsg-gold-light: #9fe441;
  --dsg-gold-soft: rgba(122, 204, 13, .18);
  --dsg-green: #7ACC0D;
  --dsg-sage: #d8e4cc;
  --dsg-terracotta: #c86a4a;
  --dsg-ink: #121212;
  --dsg-muted: #6a6a6a;
  --dsg-line: rgba(0, 0, 0, .09);
  --dsg-serif: "Fraunces", "Publico Banner", Georgia, serif;
  --dsg-hand: "Caveat", "Kalam", cursive;
  --dsg-sans: "Inter", system-ui, sans-serif;
}

.dsg-main {
  background: #fff;
  color: var(--dsg-ink);
  font-family: var(--dsg-sans);
  overflow-x: hidden;
}

.dsg-main em {
  font-style: italic;
  font-family: var(--dsg-serif);
}

.dsg-main .container {
  max-width: 1280px;
}

.dsg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 12px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.12);
  color: #3d7c00;
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid rgba(122, 204, 13, 0.25);
  margin-bottom: 22px;
}

.dsg-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 0 3px rgba(122, 204, 13, 0.25);
}

.dsg-eyebrow-light {
  background: rgba(122, 204, 13, 0.14);
  color: #c5f07a;
  border-color: rgba(122, 204, 13, 0.3);
}

.dsg-section-head {
  max-width: 880px;
  margin: 0 0 64px;
}

.dsg-section-head-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dsg-section-head-center .dsg-eyebrow {
  justify-content: center;
}

.dsg-section-title {
  font-family: var(--dsg-serif);
  font-weight: 600;
 font-size: clamp(30px, 4.4vw, 88px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--dsg-ink);
  margin: 0;
}

.dsg-section-title em {
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dsg-section-title-light {
  color: var(--dsg-cream);
}

.dsg-btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  color: #1a1206;
  font-family: var(--dsg-sans);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .01em;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 36px -12px rgba(122, 204, 13, .55), inset 0 1px 0 rgba(255, 255, 255, .35);
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid rgba(255, 255, 255, .2);    justify-content: center;
}

.dsg-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px -10px rgba(122, 204, 13, .7), inset 0 1px 0 rgba(255, 255, 255, .45);
  color: #1a1206;
}

.dsg-btn-gold-sm {
  padding: 14px 26px;
  font-size: 14px;
}

/* ---------- 1. HERO ---------- */
.dsg-hero {
  position: relative;
  min-height: 640px;
  padding: 140px 0 120px;
  background: var(--dsg-navy);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.dsg-hero-media {
  position: absolute;
  inset: 0;
  background: url("../images/services-banner.webp") center right/cover no-repeat;
}

.dsg-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .82) 28%, rgba(0, 0, 0, .45) 55%, rgba(0, 0, 0, 0) 80%);
}

.dsg-hero-dust {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dsg-hero-dust span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--dsg-gold-light);
  opacity: .4;
  box-shadow: 0 0 10px 2px rgba(159, 228, 65, .5);
  animation: dsgDust 14s linear infinite;
}

.dsg-hero-dust span:nth-child(1) {
  left: 12%;
  top: 20%;
  animation-delay: 0s;
}

.dsg-hero-dust span:nth-child(2) {
  left: 25%;
  top: 70%;
  animation-delay: -3s;
}

.dsg-hero-dust span:nth-child(3) {
  left: 40%;
  top: 45%;
  animation-delay: -6s;
  opacity: .25;
}

.dsg-hero-dust span:nth-child(4) {
  left: 55%;
  top: 30%;
  animation-delay: -9s;
}

.dsg-hero-dust span:nth-child(5) {
  left: 18%;
  top: 85%;
  animation-delay: -2s;
  opacity: .3;
}

.dsg-hero-dust span:nth-child(6) {
  left: 35%;
  top: 10%;
  animation-delay: -5s;
  opacity: .25;
}

@keyframes dsgDust {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }

  10% {
    opacity: .5;
  }

  50% {
    transform: translateY(-40px) translateX(20px);
  }

  90% {
    opacity: .2;
  }

  100% {
    transform: translateY(-90px) translateX(-10px);
    opacity: 0;
  }
}

.dsg-hero .container {
  position: relative;
  z-index: 2;
}

.dsg-hero-inner {
  max-width: 720px;
  text-align: left;
}

.dsg-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 28px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 500;
}

.dsg-breadcrumb a {
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
}

.dsg-breadcrumb a:hover {
  color: var(--dsg-gold);
}

.dsg-breadcrumb span {
  color: rgba(255, 255, 255, .3);
}

.dsg-breadcrumb-current {
  color: var(--dsg-gold) !important;
}

.dsg-hero-eyebrow {
  display: block;
  font-family: var(--dsg-hand);
  font-size: 28px;
  color: var(--dsg-gold-light);
  margin-bottom: 14px;
}

.dsg-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 3.8vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.48px;
  margin: 22px 0 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dsg-hero-title span {
  display: block;
  white-space: nowrap;
}

.dsg-hero-title span:nth-child(2) {
  background: linear-gradient(90deg, #fff 0%, #c6f27a 60%, #7ACC0D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dsg-hero-title em {
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-style: normal;
}

.dsg-hero-sub {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 24px);
  color: rgba(255, 255, 255, .85);
  max-width: 560px;
  line-height: 1.45;
  margin: 0 0 40px;
}

.dsg-hero-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.dsg-hero-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--dsg-hand);
  color: rgba(255, 255, 255, .65);
  font-size: 18px;
  text-decoration: none;
}

.dsg-hero-scroll:hover {
  color: var(--dsg-gold-light);
}

.dsg-scroll-line {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--dsg-gold-light), transparent);
  animation: dsgScrollPulse 2.4s ease-in-out infinite;
}

@keyframes dsgScrollPulse {

  0%,
  100% {
    transform: scaleY(1);
    opacity: .7;
  }

  50% {
    transform: scaleY(1.3);
    opacity: 1;
  }
}

/* ---------- 2. MANIFESTO ---------- */
.dsg-manifesto {
  background: var(--dsg-cream);
  padding: var(--sec-py-xl) 0;
  position: relative;
}

.dsg-manifesto-inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.dsg-manifesto-polaroid {
  display: inline-block;
  margin: 0 0 48px;
  padding: 12px 12px 40px;
  background: #fff;
  box-shadow: 0 22px 50px -15px rgba(0, 0, 0, .2), 0 4px 12px -4px rgba(0, 0, 0, .1);
  transform: rotate(-3.5deg);
  transition: transform .4s ease;
}

.dsg-manifesto-polaroid img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.dsg-manifesto-polaroid:hover {
  transform: rotate(-1.5deg) scale(1.04);
}

.dsg-manifesto-quote {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.12;
  color: var(--dsg-ink);
  margin: 0 auto 40px;
  max-width: 900px;
  letter-spacing: -.015em;
}

.dsg-manifesto-quote em {
  color: var(--dsg-gold);
}

.dsg-manifesto-sep {
  display: block;
  width: 1px;
  height: 56px;
  background: var(--dsg-ink);
  margin: 0 auto 22px;
  opacity: .5;
}

.dsg-manifesto-attr {
  font-family: var(--dsg-hand);
  font-size: 32px;
  color: var(--dsg-charcoal);
  margin: 0;
}

/* ---------- 3. PORTFOLIO (bento) ---------- */
.dsg-portfolio {
  padding: var(--sec-py-xl) 0;
  background: #fff;
}

.dsg-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 240px;
  gap: 20px;
}

.dsg-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--dsg-navy);
  text-decoration: none;
  color: #fff;
  display: block;
  isolation: isolate;
}

.dsg-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.dsg-tile:hover img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.dsg-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 16, 46, .92) 0%, rgba(9, 16, 46, .45) 40%, transparent 75%);
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1;
}

.dsg-tile:hover::after {
  opacity: 1;
}

.dsg-tile-num {
  position: absolute;
  top: 22px;
  left: 24px;
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .5);
  z-index: 2;
  letter-spacing: -.02em;
}

.dsg-tile-meta {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  transform: translateY(12px);
  opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
}

.dsg-tile:hover .dsg-tile-meta {
  transform: translateY(0);
  opacity: 1;
}

.dsg-tile-type {
  display: inline-block;
  padding: 4px 10px;
  background: var(--dsg-gold);
  color: #1a1206;
  font-family: var(--dsg-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 10px;
}

.dsg-tile-meta h3 {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: #fff;
}

.dsg-tile-stat {
  font-family: var(--dsg-hand);
  font-size: 20px;
  color: var(--dsg-gold-light);
}

/* bento layout */
.dsg-tile-1 {
  grid-column: span 7;
  grid-row: span 2;
}

.dsg-tile-2 {
  grid-column: span 5;
  grid-row: span 1;
}

.dsg-tile-3 {
  grid-column: span 5;
  grid-row: span 1;
}

.dsg-tile-4 {
  grid-column: span 4;
  grid-row: span 2;
}

.dsg-tile-5 {
  grid-column: span 4;
  grid-row: span 1;
}

.dsg-tile-6 {
  grid-column: span 4;
  grid-row: span 1;
}

/* ---------- 4. CRAFT (editorial 2-col) ---------- */
.dsg-craft {
  padding: var(--sec-py-xl) 0;
  background: var(--dsg-cream);
  border-top: 1px solid var(--dsg-line);
  border-bottom: 1px solid var(--dsg-line);
}

.dsg-craft-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.dsg-craft-left {
  position: sticky;
  top: 110px;
}

.dsg-craft-title {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0 0 26px;
  color: var(--dsg-ink);
}

.dsg-craft-title em {
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dsg-craft-lede {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--dsg-charcoal);
  line-height: 1.5;
  margin: 0 0 32px;
  max-width: 440px;
}

.dsg-craft-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--dsg-ink);
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1.5px solid var(--dsg-ink);
  padding-bottom: 4px;
}

.dsg-craft-cta:hover {
  color: var(--dsg-gold);
  border-color: var(--dsg-gold);
}

.dsg-craft-right {
  display: flex;
  flex-direction: column;
}

.dsg-craft-row {
  display: grid;
  grid-template-columns: 80px 1fr 120px;
  gap: 28px;
  align-items: center;
  padding: 38px 24px 38px 0;
  border-bottom: 1px solid var(--dsg-line);
  position: relative;
  transition: background .3s ease, padding .3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.dsg-craft-row:first-child {
  padding-top: 0;
}

.dsg-craft-row:last-child {
  border-bottom: none;
}

.dsg-craft-row:hover {
  background: rgba(122, 204, 13, .04);
  padding-right: 40px;
  color: inherit;
}

.dsg-craft-row::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  font-size: 22px;
  color: #7ACC0D;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}

.dsg-craft-row:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.dsg-craft-row:hover h3 {
  color: #7ACC0D;
}

.dsg-craft-row h3 {
  transition: color .3s ease;
}

.dsg-craft-num {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: var(--dsg-gold);
  letter-spacing: -.02em;
}

.dsg-craft-body h3 {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 8px;
  color: var(--dsg-ink);
}

.dsg-craft-body p {
  font-size: 15px;
  color: var(--dsg-muted);
  line-height: 1.6;
  margin: 0;
}

.dsg-craft-thumb {
  width: 120px;
  height: 84px;
  object-fit: cover;
  border-radius: 10px;
  justify-self: end;
  box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .2);
}

/* ---------- 5. PROCESS (vertical timeline) ---------- */
.dsg-process {
  padding: var(--sec-py-lg) 0;
  background: #fff;
  position: relative;
}

.dsg-process-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  counter-reset: dsg-proc;
}

.dsg-process-step {
  position: relative;
  padding: 32px 28px 30px;
  background: var(--dsg-cream);
  border: 1px solid var(--dsg-line);
  border-radius: 18px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.dsg-process-step:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 204, 13, .4);
  box-shadow: 0 24px 40px -22px rgba(9, 16, 46, .2);
}

.dsg-process-step+.dsg-process-step::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 12px;
  height: 1px;
  background: var(--dsg-gold);
  opacity: .4;
}

.dsg-process-num {
  display: inline-block;
  font-family: var(--dsg-serif);
  font-style: italic;
  font-size: 42px;
  line-height: 1;
  color: var(--dsg-gold);
  margin-bottom: 16px;
  letter-spacing: -.02em;
}

.dsg-process-step h3 {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.15;
  color: var(--dsg-ink);
  margin: 0 0 10px;
  letter-spacing: -.015em;
}

.dsg-process-step p {
  font-size: 14.5px;
  color: var(--dsg-muted);
  line-height: 1.55;
  margin: 0 0 14px;
}

.dsg-process-note {
  display: inline-block;
  font-family: var(--dsg-hand);
  font-size: 16px;
  color: var(--dsg-gold);
  transform: rotate(-1deg);
  transform-origin: left center;
}

/* ---------- 6. PRINCIPLES (asymmetric bento) ---------- */
.dsg-principles {
  padding: var(--sec-py-xl) 0;
  background: var(--dsg-cream);
}

.dsg-principles-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 240px;
  gap: 24px;
}

.dsg-p {
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.dsg-p-num {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 42px;
  color: var(--dsg-gold);
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -.02em;
  align-self: flex-start;
}

.dsg-p h3 {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -.015em;
}

.dsg-p p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  opacity: .78;
}

.dsg-p-hero {
  grid-column: span 7;
  grid-row: span 2;
  background: var(--dsg-ink);
  color: var(--dsg-cream);
  justify-content: center;
}

.dsg-p-hero .dsg-p-num {
  font-size: 56px;
}

.dsg-p-hero h3 {
  font-size: clamp(40px, 4vw, 64px);
  font-style: italic;
  line-height: 1;
  margin-bottom: 18px;
}

.dsg-p-hero h3 em {
  color: var(--dsg-gold-light);
  font-style: italic;
}

.dsg-p-hero p {
  font-size: 17px;
  max-width: 420px;
}

.dsg-p-tall {
  grid-column: span 5;
  grid-row: span 2;
  background: var(--dsg-cream-2);
  color: var(--dsg-ink);
}

.dsg-p-typo {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 14px 0;
}

.dsg-typo-lg {
  font-family: var(--dsg-serif);
  font-weight: 700;
  font-size: 110px;
  line-height: .9;
  color: var(--dsg-ink);
  letter-spacing: -.04em;
}

.dsg-typo-sm {
  font-family: var(--dsg-hand);
  font-size: 20px;
  color: var(--dsg-gold);
}

.dsg-p-swatch {
  grid-column: span 4;
  grid-row: span 1;
  background: var(--dsg-sage);
  color: var(--dsg-ink);
}

.dsg-p-swatch h3 {
  font-size: 22px;
}

.dsg-swatches {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.dsg-swatches span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .15);
}

.dsg-p-wide {
  grid-column: span 8;
  grid-row: span 1;
  background: #fff;
  border: 1px solid var(--dsg-line);
  color: var(--dsg-ink);
  justify-content: center;
  text-align: left;
}

.dsg-p-wide h3 {
  font-size: clamp(26px, 3vw, 42px);
  font-style: italic;
  margin-bottom: 8px;
}

.dsg-p-square {
  grid-column: span 4;
  grid-row: span 1;
  background: var(--dsg-terracotta);
  color: #fff;
}

.dsg-p-square .dsg-p-num {
  color: var(--dsg-gold-light);
}

.dsg-p-detail {
  grid-column: span 4;
  grid-row: span 1;
  background: var(--dsg-gold);
  color: var(--dsg-ink);
}

.dsg-p-detail .dsg-p-num {
  color: var(--dsg-ink);
}

/* ---------- 7. TOOLS MARQUEE ---------- */
.dsg-tools {
  padding: 90px 0 110px;
  background: var(--dsg-navy);
  color: var(--dsg-cream);
  position: relative;
  overflow: hidden;
}

.dsg-tools-label {
  font-family: var(--dsg-hand);
  font-size: 26px;
  color: var(--dsg-gold);
  margin: 0 0 24px;
}

.dsg-marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.dsg-marquee-track {
  display: flex;
  gap: 40px;
  align-items: center;
  white-space: nowrap;
  animation: dsgMarquee 40s linear infinite;
  width: max-content;
}

.dsg-marquee-track span {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(42px, 6vw, 88px);
  color: var(--dsg-cream);
  letter-spacing: -.02em;
  line-height: 1;
}

.dsg-marquee-track .dsg-star {
  color: var(--dsg-gold);
  font-size: clamp(28px, 4vw, 56px);
  font-style: normal;
}

@keyframes dsgMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ---------- 8. CASE SPOTLIGHT ---------- */
.dsg-case {
  position: relative;
  padding: var(--sec-py-xl) 0;
  overflow: hidden;
  background: var(--dsg-ink);
  color: #fff;
}

.dsg-case-bg {
  position: absolute;
  inset: 0;
  opacity: .35;
}

.dsg-case-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.3) contrast(1.05);
}

.dsg-case::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9, 16, 46, .92) 0%, rgba(9, 16, 46, .5) 100%);
  z-index: 1;
}

.dsg-case .container {
  position: relative;
  z-index: 2;
}

.dsg-case-card {
  max-width: 720px;
  margin-left: auto;
  padding: 60px;
  background: rgba(255, 255, 255, .96);
  color: var(--dsg-ink);
  border-radius: 22px;
  box-shadow: 0 50px 100px -30px rgba(0, 0, 0, .4);
  transform: translateX(40px);
}

.dsg-case-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--dsg-gold);
  color: #1a1206;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 24px;
}

.dsg-case-title {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 28px;
}

.dsg-case-title em {
  color: var(--dsg-gold);
  font-style: italic;
}

.dsg-case-body p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--dsg-charcoal);
  margin: 0 0 14px;
}

.dsg-case-pull {
  margin: 32px 0;
  padding: 24px 0 24px 24px;
  border-left: 3px solid var(--dsg-gold);
  font-family: var(--dsg-serif);
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.3;
  color: var(--dsg-ink);
}

.dsg-case-pull em {
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dsg-case-pull footer {
  display: block;
  margin-top: 14px;
  font-family: var(--dsg-sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--dsg-muted);
  letter-spacing: .03em;
}

.dsg-case-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 28px 0;
  margin-bottom: 20px;
  border-top: 1px solid var(--dsg-line);
  border-bottom: 1px solid var(--dsg-line);
}

.dsg-case-stats div {
  display: flex;
  flex-direction: column;
}

.dsg-case-stats strong {
  font-family: var(--dsg-serif);
  font-weight: 700;
  font-size: 36px;
  color: var(--dsg-gold);
  letter-spacing: -.02em;
}

.dsg-case-stats span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--dsg-muted);
  margin-top: 4px;
}

.dsg-case-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--dsg-ink);
  text-decoration: none;
  border-bottom: 1.5px solid var(--dsg-ink);
  padding-bottom: 3px;
}

.dsg-case-link:hover {
  color: var(--dsg-gold);
  border-color: var(--dsg-gold);
}

/* ---------- 9. REVIEWS (carousel) ---------- */
.dsg-reviews {
  padding: var(--sec-py-xl) 0;
  background: var(--dsg-cream);
}

.dsg-carousel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  min-height: 420px;
}

.dsg-review {
  position: absolute;
  inset: 0;
  margin: 0;
  text-align: center;
  opacity: 0;
  animation: dsgFade 15s linear infinite;
}

.dsg-review-1 {
  animation-delay: 0s;
}

.dsg-review-2 {
  animation-delay: -10s;
}

.dsg-review-3 {
  animation-delay: -5s;
}

@keyframes dsgFade {

  0%,
  5% {
    opacity: 0;
    transform: translateY(20px);
  }

  8%,
  33% {
    opacity: 1;
    transform: translateY(0);
  }

  36%,
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.dsg-review-photo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 18px 36px -12px rgba(0, 0, 0, .2);
  transform: rotate(-4deg);
  margin-bottom: 32px;
}

.dsg-review blockquote {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(26px, 3.2vw, 50px);
  line-height: 1.2;
  color: var(--dsg-ink);
  margin: 0 0 28px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -.015em;
}

.dsg-review blockquote em {
  color: var(--dsg-gold);
}

.dsg-review figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.dsg-review-stars {
  color: var(--dsg-gold);
  font-size: 16px;
  letter-spacing: 3px;
}

.dsg-review figcaption strong {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: 18px;
  color: var(--dsg-ink);
}

.dsg-review figcaption span {
  font-size: 13px;
  color: var(--dsg-muted);
  letter-spacing: .02em;
}

.dsg-carousel-dots {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dsg-carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dsg-ink);
  opacity: .2;
  animation: dsgDot 15s linear infinite;
}

.dsg-carousel-dots span:nth-child(1) {
  animation-delay: 0s;
}

.dsg-carousel-dots span:nth-child(2) {
  animation-delay: -10s;
}

.dsg-carousel-dots span:nth-child(3) {
  animation-delay: -5s;
}

@keyframes dsgDot {

  0%,
  5%,
  36%,
  100% {
    opacity: .2;
    transform: scale(1);
    background: var(--dsg-ink);
  }

  8%,
  33% {
    opacity: 1;
    transform: scale(1.3);
    background: var(--dsg-gold);
  }
}

/* ---------- 10. FAQ ---------- */
.dsg-faq {
  padding: var(--sec-py-xl) 0;
  background: #faf5ee;
}

.dsg-faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--dsg-line);
}

.dsg-faq-item {
  border-bottom: 1px solid var(--dsg-line);
}

.dsg-faq-item summary {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  padding: 26px 0;
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: 22px;
  color: var(--dsg-ink);
  transition: color .25s ease;
}

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

.dsg-faq-num {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 600;
  color: var(--dsg-gold);
  font-size: 20px;
  letter-spacing: -.01em;
  min-width: 48px;
}

.dsg-faq-q {
  flex: 1;
  line-height: 1.3;
}

.dsg-faq-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--dsg-ink);
  border-radius: 50%;
  color: var(--dsg-ink);
  transition: transform .3s ease, background .3s ease, color .3s ease;
  flex-shrink: 0;
  font-size: 14px;
}

.dsg-faq-item[open] summary {
  color: var(--dsg-gold);
}

.dsg-faq-item[open] .dsg-faq-icon {
  transform: rotate(135deg);
  background: var(--dsg-gold);
  border-color: var(--dsg-gold);
  color: var(--dsg-ink);
}

.dsg-faq-item[open] summary .dsg-faq-q {
  border-bottom: 1px solid var(--dsg-gold);
  padding-bottom: 4px;
}

.dsg-faq-a {
  padding: 0 0 30px 66px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--dsg-muted);
  max-width: 720px;
}

/* ---------- 11. PRICING ---------- */
.dsg-pricing {
  padding: var(--sec-py-xl) 0;
  background: var(--dsg-navy);
  color: var(--dsg-cream);
  position: relative;
  overflow: hidden;
}

.dsg-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(122, 204, 13, .12), transparent 60%), radial-gradient(circle at 10% 80%, rgba(122, 204, 13, .08), transparent 50%);
  pointer-events: none;
}

.dsg-pricing .container {
  position: relative;
  z-index: 1;
}

.dsg-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.dsg-price {
  position: relative;
  padding: 44px 36px 40px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 540px;
}

.dsg-price h3 {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -.01em;
  margin: 0 0 16px;
}

.dsg-price-amt {
  font-family: var(--dsg-serif);
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: -.03em;
}

.dsg-price-amt sup {
  font-size: 22px;
  vertical-align: top;
  opacity: .6;
  margin-right: 4px;
  font-weight: 500;
}

.dsg-price-desc {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-size: 15px;
  margin: 0 0 28px;
  opacity: .72;
}

.dsg-price ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dsg-price li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.dsg-price li i {
  color: var(--dsg-gold);
  font-size: 16px;
  margin-top: 1px;
}

.dsg-price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: auto;
  max-width: 280px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-sizing: border-box;
  margin-top: auto;
}

.dsg-price-cta:hover {
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .dsg-price-cta {
    height: 44px;
    font-size: 13px;
    padding: 0 20px;
    max-width: 260px;
  }
}

.dsg-price-starter {
  background: #fff;
  color: var(--dsg-ink);
  transform: scale(.96);
}

.dsg-price-starter .dsg-price-cta {
  background: var(--dsg-ink);
  color: #fff;
}

.dsg-price-growth {
  background: #fff;
  color: var(--dsg-ink);
  border: 2px solid var(--dsg-gold);
  box-shadow: 0 24px 48px -16px rgba(122, 204, 13, .22), 0 6px 18px -8px rgba(0, 0, 0, .18);
  transform: scale(1.02);
}

.dsg-price-growth .dsg-price-cta {
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  color: #1a1206;
}

.dsg-price-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 18px;
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  color: #1a1206;
  font-family: var(--dsg-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 10px 24px -8px rgba(122, 204, 13, .55);
}

.dsg-price-premium {
  background: var(--dsg-navy-2);
  color: var(--dsg-cream);
  border: 1px solid rgba(122, 204, 13, .25);
  transform: scale(.96);
}

.dsg-price-premium h3,
.dsg-price-premium .dsg-price-amt {
  color: var(--dsg-gold-light);
}

.dsg-price-cta-gold {
  background: transparent;
  border: 1.5px solid var(--dsg-gold);
  color: var(--dsg-gold-light);
}

.dsg-price-cta-gold:hover {
  background: var(--dsg-gold);
  color: #1a1206;
}

/* ---------- 12. WHY (asymmetric text grid) ---------- */
.dsg-why {
  padding: var(--sec-py-xl) 0;
  background: #fff;
}

.dsg-why-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.dsg-why-grid>div {
  position: relative;
}

.dsg-why-grid h3 {
  font-family: var(--dsg-serif);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.015em;
  margin: 0 0 10px;
}

.dsg-why-grid p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--dsg-muted);
  margin: 0;
}

.dsg-why-num {
  display: block;
  font-family: var(--dsg-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 80px;
  line-height: .85;
  color: var(--dsg-gold);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

.dsg-why-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--dsg-gold);
  color: var(--dsg-ink);
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 14px;
}

.dsg-why-underline {
  position: relative;
  display: inline;
  background: linear-gradient(180deg, transparent 68%, rgba(122, 204, 13, .35) 68% 92%, transparent 92%);
  padding: 0 2px;
}

.dsg-why-1 {
  grid-column: 1 / span 5;
}

.dsg-why-1 h3 {
  font-size: 32px;
}

.dsg-why-2 {
  grid-column: 7 / span 6;
  padding-top: 20px;
}

.dsg-why-2 h3 {
  font-size: 28px;
}

.dsg-why-3 {
  grid-column: 1 / span 4;
}

.dsg-why-3 h3 {
  font-size: 30px;
}

.dsg-why-4 {
  grid-column: 6 / span 7;
  padding-top: 10px;
}

.dsg-why-4 h3 {
  font-size: 26px;
}

.dsg-why-5 {
  grid-column: 1 / span 7;
}

.dsg-why-5 h3 {
  font-size: 32px;
}

.dsg-why-6 {
  grid-column: 9 / span 4;
}

.dsg-why-6 h3 {
  font-size: 24px;
}

/* ---------- 13. CONTACT ---------- */
.dsg-contact {
  padding: var(--sec-py-xl) 0;
  background: radial-gradient(1200px 600px at 80% -10%, rgba(62, 82, 255, 0.18), transparent 60%), radial-gradient(900px 500px at 0% 40%, rgba(99, 47, 160, 0.18), transparent 60%), #05091f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.dsg-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 15% 30%, rgba(122, 204, 13, .12), transparent 55%);
  pointer-events: none;
}

.dsg-contact .container {
  position: relative;
}

.dsg-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.dsg-contact-title {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: clamp(42px, 5.5vw, 80px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 22px;
  color: #fff;
  padding-bottom: .08em;
}

.dsg-contact-title em {
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dsg-contact-lede {
  font-family: var(--dsg-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .78);
  max-width: 440px;
  margin: 0 0 40px;
}

.dsg-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dsg-contact-info li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.dsg-contact-info i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(122, 204, 13, .12);
  color: var(--dsg-gold);
  border-radius: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.dsg-contact-info strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 4px;
  font-weight: 600;
}

.dsg-contact-info a,
.dsg-contact-info span {
  font-family: var(--dsg-serif);
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.dsg-contact-info a:hover {
  color: var(--dsg-gold-light);
}

body .dsg-contact-info a[href^="mailto:"]:not([class*="btn"]):not([class*="-cta"]):link {
  color: #fff !important;
}

body .dsg-contact-info a[href^="mailto:"]:not([class*="btn"]):not([class*="-cta"]):link:hover {
  color: #7ACC0D !important;
}

body .dsg-contact-info a[href^="tel:"]:not([class*="btn"]):not([class*="-cta"]):link {
  color: #fff !important;
}

body .dsg-contact-info a[href^="tel:"]:not([class*="btn"]):not([class*="-cta"]):link:hover {
  color: #7ACC0D !important;
}

/* Eyebrow icon — when an `_eyebrow_icon` is set, the partial wraps the eyebrow text in a <span> alongside an <i class="bi …">. Style the icon so it sits inline with the text, lime-tinted. */
.dsg-eyebrow.dsg-eyebrow-light>i.bi {
  color: #7ACC0D;
  font-size: 14px;
  margin-right: 8px;
  vertical-align: -1px;
}

/* Promise bullets — small check-prefixed list under the contact cards. Thin divider above mirrors the static AI Dev / SEO contact pattern. */
.dsg-contact-promises {
  list-style: none;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dsg-contact-promises li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.45;
}

.dsg-contact-promises i.bi {
  color: #7ACC0D;
  font-size: 16px;
  flex-shrink: 0;
}

.dsg-contact-form {
  padding: 44px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
  border-radius: 22px;
}

.dsg-form-fields {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.dsg-form-fields .gfield-full {
  grid-column: 1 / -1;
}

/* Auto-span: if a half-width field has no right neighbour (followed by a full-width field, or is the last child), span it full width. */
.dsg-form-fields .gfield:not(.gfield-full):has(+ .gfield-full) {
  grid-column: 1 / -1;
}

.dsg-form-fields .gfield:not(.gfield-full):last-child {
  grid-column: 1 / -1;
}

.dsg-form-fields label {
  display: block;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .78);
  font-weight: 600;
  margin-bottom: 8px;
}

.dsg-form-fields input,
.dsg-form-fields select,
.dsg-form-fields textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  color: #fff;
  font-family: var(--dsg-sans);
  font-size: 15px;
  transition: border-color .25s ease, background .25s ease;
}

.dsg-form-fields select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 44px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 1l6 7 6-7' stroke='%237ACC0D' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 9px;
}

.dsg-form-fields input:focus,
.dsg-form-fields select:focus,
.dsg-form-fields textarea:focus {
  outline: none;
  border-color: var(--dsg-gold);
  background: rgba(255, 255, 255, .09);
}

.dsg-form-fields select:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 8l6-7 6 7' stroke='%237ACC0D' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 9px;
}

.dsg-form-fields textarea {
  resize: vertical;
  min-height: 108px;
}

/* Dropdown options always render on light bg with dark text so they stay readable on dark-themed pages (ai-development etc.) */
.dsg-form-fields select option,
.dsg-form-fields select optgroup {
  background: #ffffff;
  color: #1a2240;
  padding: 10px 12px;
  font-size: 14.5px;
}

.dsg-form-fields select option:checked {
  background: #f3f6ec;
  color: #09102e;
}

.dsg-form-fields input::placeholder,
.dsg-form-fields textarea::placeholder {
  color: rgba(255, 255, 255, .35);
}

.dsg-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  color: #1a1206;
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 16px 36px -12px rgba(122, 204, 13, .5);
}

.dsg-form-submit:hover {
  transform: translateY(-2px);
}

/* ---------- 14. SIGN-OFF ---------- */
.dsg-signoff {
  padding: var(--sec-py-md) 0;
  background: var(--dsg-cream);
}

.dsg-signoff-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.dsg-signoff-line {
  font-family: var(--dsg-serif);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -.025em;
  margin: 0 0 26px;
  color: var(--dsg-ink);
}

.dsg-signoff-line em {
  background: linear-gradient(135deg, var(--dsg-gold-light), var(--dsg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dsg-signoff-lede {
  margin: 0 0 22px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #4a5568;
  max-width: 560px;
}

.dsg-signoff-cta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  justify-self: end;
  min-width: 260px;
}

.dsg-signoff-cta .dsg-btn-gold,
.dsg-signoff-cta .dsg-btn-ghost-dark {
  width: 100% !important;
  min-width: 260px !important;
}

/* Signoff bullet checks (left column under the lede). Static markup uses <li><i class="bi bi-check-circle-fill"></i><span>...</span></li>. */
.dsg-signoff-bullets {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  max-width: 560px;
}

.dsg-signoff-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #2d3748;
  font-weight: 500;
  list-style: none;
}

.dsg-signoff-bullets li::marker {
  content: "";
}

.dsg-signoff-bullets li>span {
  display: inline-block;
  line-height: 1.4;
}

.dsg-signoff-bullets i {
  color: #7ACC0D;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

@media (max-width:540px) {
  .dsg-signoff-bullets {
    grid-template-columns: 1fr;
  }
}

.dsg-btn-ghost-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  border-radius: 999px;
  background: transparent;
  color: var(--dsg-ink);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
  border: 2px solid var(--dsg-ink);
  transition: all .25s var(--dsg-ease, ease);
}

.dsg-btn-ghost-dark:hover {
  background: var(--dsg-ink);
  color: #fff;
  transform: translateY(-2px);
}

.dsg-btn-ghost-dark i {
  transition: transform .25s ease;
}

.dsg-btn-ghost-dark:hover i {
  transform: translateX(4px);
}

/* ================== RESPONSIVE ================== */
@media (max-width:1399px) {
  .dsg-contact-title {
    font-size: clamp(30px, 5.5vw, 50px);
    line-height: 1.2;
  }
}

@media (max-width:1199px) {
  .dsg-main .container {
    max-width: 1280px;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }

  .ai-stack-cards {
    padding-bottom: 0;
  }

  .ai-stack-deploy-title {
    font-size: clamp(22px, 3vw, 25px);
  }
}

@media (max-width:991px) {
  .dsg-hero {
    padding: 110px 0 90px;
    min-height: 560px;
  }

  .dsg-hero-title {
    font-size: clamp(58px, 12vw, 110px);
  }

  .dsg-hero-veil {
    background: linear-gradient(180deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .65) 70%, rgba(0, 0, 0, .4) 100%);
  }

  .dsg-manifesto {
    padding: var(--sec-py-lg) 0;
  }

  .dsg-bento {
    grid-auto-rows: 200px;
    gap: 16px;
  }

  .dsg-tile-1 {
    grid-column: span 12;
    grid-row: span 2;
  }

  .dsg-tile-2 {
    grid-column: span 6;
    grid-row: span 1;
  }

  .dsg-tile-3 {
    grid-column: span 6;
    grid-row: span 1;
  }

  .dsg-tile-4 {
    grid-column: span 6;
    grid-row: span 2;
  }

  .dsg-tile-5 {
    grid-column: span 6;
    grid-row: span 1;
  }

  .dsg-tile-6 {
    grid-column: span 6;
    grid-row: span 1;
  }

  .dsg-craft-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .dsg-craft-left {
    position: static;
  }

  .dsg-craft-row {
    grid-template-columns: 60px 1fr 90px;
    gap: 18px;
  }

  .dsg-craft-thumb {
    width: 90px;
    height: 64px;
  }

  .dsg-timeline-spine {
    left: 24px;
  }

  .dsg-phase {
    width: 100%;
    padding: 24px 0 24px 60px;
    text-align: left;
  }

  .dsg-phase-left,
  .dsg-phase-right {
    text-align: left;
    margin: 0;
  }

  .dsg-phase-left::before,
  .dsg-phase-right::before {
    left: 16px;
    right: auto;
  }

  .dsg-phase-card {
    text-align: left;
  }

  .dsg-phase-left .dsg-phase-card {
    text-align: left;
  }

  .dsg-phase-left .dsg-phase-note,
  .dsg-phase-right .dsg-phase-note {
    left: 30px;
    right: auto;
  }

  .dsg-phase-left .dsg-phase-icon,
  .dsg-phase-right .dsg-phase-icon {
    left: 30px;
    right: auto;
  }

  .dsg-principles-grid {
    grid-auto-rows: auto;
  }

  .dsg-p {
    min-height: 220px;
  }

  .dsg-p-hero {
    grid-column: span 12;
    grid-row: auto;
  }

  .dsg-p-tall {
    grid-column: span 12;
    grid-row: auto;
  }

  .dsg-p-swatch {
    grid-column: span 6;
  }

  .dsg-p-wide {
    grid-column: span 12;
  }

  .dsg-p-square {
    grid-column: span 6;
  }

  .dsg-p-detail {
    grid-column: span 12;
  }

  .dsg-case-card {
    max-width: 100%;
    padding: 44px 32px;
    transform: none;
    margin-left: 0;
  }

  .dsg-price {
    padding: 45px 20px 20px;
  }

  .dsg-why-grid {
    gap: 32px;
  }

  .dsg-price h3 {
    font-size: 18px;
    margin: 0 0 22px;
  }

  .dsg-price-amt {
    font-size: 30px;
    margin: 0 0 10px;
  }

  .dsg-price-amt sup {
    font-size: 18px;
  }

  .dsg-price-desc {
    margin: 0 0 15px;
  }

  .dsg-price ul {
    margin: 0 0 24px;
    gap: 10px;
  }

  .dsg-price li {
    gap: 10px;
  }

  .dsg-price-ribbon {
    padding: 6px 10px;
    font-size: 9px;
  }


  section.dsg-pricing .dsg-section-head {
    margin: 0 0 64px !important;
  }

  .dsg-why-1,
  .dsg-why-2,
  .dsg-why-3,
  .dsg-why-4,
  .dsg-why-5,
  .dsg-why-6 {
    grid-column: 1 / -1;
  }

  .dsg-why-num {
    font-size: 60px;
  }

  .dsg-contact-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

@media (max-width:767px) {
  .dsg-hero {
    padding: 90px 0 80px;
    min-height: 500px;
  }

  .dsg-hero-title {
    font-size: clamp(48px, 13vw, 80px);
  }

  .dsg-hero-sub {
    font-size: 17px;
    margin-bottom: 32px;
  }

  .dsg-manifesto {
    padding: var(--sec-py-md) 0;
  }

  .dsg-manifesto-quote {
    font-size: clamp(26px, 6vw, 40px);
  }

  .dsg-manifesto-polaroid img {
    width: 96px;
    height: 96px;
  }

  .dsg-portfolio,
  .dsg-craft,
  .dsg-process,
  .dsg-principles,
  .dsg-reviews,
  .dsg-faq,
  .dsg-pricing,
  .dsg-why,
  .dsg-contact {
    padding: var(--sec-py-md) 0;
  }

  .dsg-signoff {
    padding: var(--sec-py-md) 0;
  }

  .dsg-signoff-split {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .dsg-signoff-cta {
    align-items: stretch;
    justify-self: stretch;
  }

  .dsg-btn-ghost-dark {
    justify-content: center;
  }

  .dsg-bento {
    grid-auto-rows: 180px;
  }

  .dsg-tile-1,
  .dsg-tile-2,
  .dsg-tile-3,
  .dsg-tile-4,
  .dsg-tile-5,
  .dsg-tile-6 {
    grid-column: span 12;
    grid-row: span 1;
  }

  .dsg-tile-1,
  .dsg-tile-4 {
    grid-row: span 2;
  }

  .dsg-tile-meta {
    transform: translateY(0);
    opacity: 1;
  }

  .dsg-craft-row {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }

  .dsg-craft-thumb {
    display: none;
  }

  .dsg-craft-num {
    font-size: 46px;
  }

  .dsg-craft-body h3 {
    font-size: 22px;
  }

  .dsg-phase-card h3 {
    font-size: 28px;
  }

  .dsg-phase-card {
    padding: 26px 24px;
  }

  .dsg-p-swatch,
  .dsg-p-square {
    grid-column: span 12;
  }

  .dsg-case {
    padding: var(--sec-py-lg) 0;
  }

  .dsg-case-card {
    padding: 36px 22px;
  }

  .dsg-case-stats {
    gap: 20px;
  }

  .dsg-case-stats strong {
    font-size: 28px;
  }

  .dsg-review blockquote {
    font-size: clamp(22px, 5.5vw, 32px);
  }

  .dsg-carousel {
    min-height: 500px;
  }

  .dsg-faq-item summary {
    font-size: 17px;
    gap: 12px;
    padding: 22px 0;
  }

  .dsg-faq-q {
    font-size: 17px;
  }

    .dsg-faq-a {
        padding: 0 0 15px 66px;
        padding-left: 0;
        font-size: 14px;
    }

  .dsg-faq-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .dsg-price {
    padding: 36px 20px 20px;
    min-height: auto;
    transform: none;
  }

  .dsg-contact-form {
    padding: 28px;
  }

  .dsg-form-fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dsg-contact-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dsg-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .dsg-pricing-grid> :last-child:nth-child(odd) {
    grid-column: 1 / 3;
    justify-self: center;
    width: 50%;
  }

  section.dsg-pricing .dsg-section-head {
    margin: 0 0 45px !important;
  }






}

@media (max-width:575px) {
  .dsg-hero {
    padding: 70px 0 60px;
    min-height: 440px;
  }

  .dsg-hero-title {
    font-size: clamp(42px, 14vw, 66px);
  }

  .dsg-hero-eyebrow {
    font-size: 22px;
  }

  .dsg-btn-gold {
    padding: 14px 24px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .dsg-manifesto-quote {
    font-size: 26px;
  }
.dsg-contact-lede {
    margin: 0 0 30px;
}
  .dsg-manifesto-attr {
    font-size: 26px;
  }

  .dsg-typo-lg {
    font-size: 72px;
  }

  .dsg-p {
    padding: 28px 24px;
  }

  .dsg-tools {
    padding: 70px 0 80px;
  }

  .dsg-marquee-track {
    gap: 24px;
  }

  .dsg-signoff {
    padding: var(--sec-py-sm) 0;
  }

  .dsg-signoff-line {
    font-size: clamp(26px, 6vw, 40px);
  }

  .dsg-pricing-grid> :last-child:nth-child(odd) {
    grid-column: 1;
    justify-self: center;
    width: 100%;
  }

  .dsg-pricing-grid {
    grid-template-columns: 1fr;
  }

  .dsg-price {
    padding: 36px 15px 20px;
    min-height: auto;
    transform: none;
    max-width: 290px;
    margin: 0 auto;
    flex: 1;
    min-width: 180px;
  }

  .dsg-price li {
    gap: 6px;
    font-size: 11px;
    line-height: 1.4;
  }

  .dsg-price li i {
    font-size: 14px;
    margin-top: 0px;
  }

  .dsg-price-amt {
    font-size: 25px;
    margin: 0 0 10px;
  }

  .dsg-price-ribbon {
    padding: 6px 10px;
    font-size: 9px;
    min-width: 110px;
  }

  .dsg-price-desc {
    font-size: 13px;
  }

  .dsg-pricing-grid {
    grid-template-columns: 1fr;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
  }

  .ai-stack-deploy-title {
    font-size: clamp(24px, 3vw, 35px);
  }



}





@media (prefers-reduced-motion: reduce) {

  .dsg-hero-dust span,
  .dsg-scroll-line,
  .dsg-marquee-track,
  .dsg-review,
  .dsg-carousel-dots span {
    animation: none !important;
  }

  .dsg-review {
    opacity: 1;
    position: relative;
    inset: auto;
    margin-bottom: 60px;
  }

  .dsg-review-2,
  .dsg-review-3 {
    display: none;
  }

  .dsg-tile img {
    transition: none !important;
  }

  .dsg-tile:hover img {
    transform: none;
  }

  .dsg-tile-meta {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ============================================================= STICKY SUB-NAV — slides down when user scrolls past hero ============================================================= */
.dsg-subnav {
  position: fixed;
  top: 128px;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(250, 245, 238, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(9, 16, 46, 0.08);
  box-shadow: 0 10px 28px -18px rgba(9, 16, 46, 0.22);
  padding: 14px 0;
  transform: translateY(-14px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease;
}

.dsg-subnav.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.dsg-subnav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.dsg-subnav-list li {
  display: flex;
  align-items: center;
}

.dsg-subnav-list li+li::before {
  content: "/";
  display: inline-block;
  padding: 0 18px;
  color: rgba(9, 16, 46, 0.25);
  font-weight: 400;
  font-size: 14px;
}

.dsg-subnav-list a {
  position: relative;
  color: #09102e;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s ease;
  letter-spacing: .005em;
}

.dsg-subnav-list a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #7ACC0D;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.dsg-subnav-list a:hover {
  color: #7ACC0D;
}

.dsg-subnav-list a:hover::after {
  transform: scaleX(1);
}

@media (max-width: 991px) {
  .dsg-subnav {
    padding: 12px 0;
  }

  .dsg-subnav-list a {
    font-size: 13px;
  }

  .dsg-subnav-list li+li::before {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .dsg-subnav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .dsg-subnav,
  .dsg-subnav-list a::after {
    transition: none;
  }
}

/* ============================================================= AI DEVELOPMENT HERO — LMS BENEFIT-STACK REBUILD 2-column: massive bold headline + proof LEFT, benefit cards RIGHT Prefixed with .ai-hero-* — does not touch .dsg-* rules. ============================================================= */
.ai-hero {
  position: relative;
  background: #09102e;
  color: #fff;
  padding: 80px 0 90px;
  overflow: hidden;
  isolation: isolate;
}

.ai-hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9) 0%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.ai-hero-corner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.ai-hero-corner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 16, 46, 0.92) 0%, rgba(9, 16, 46, 0.72) 40%, rgba(9, 16, 46, 0.45) 70%, rgba(9, 16, 46, 0.85) 100%), linear-gradient(180deg, rgba(9, 16, 46, 0.55) 0%, rgba(9, 16, 46, 0.35) 45%, rgba(9, 16, 46, 0.75) 100%);
  pointer-events: none;
}

.ai-hero .container {
  position: relative;
  z-index: 2;
}

.ai-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.ai-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ai-hero-breadcrumb a:hover {
  color: #7ACC0D;
}

.ai-hero-breadcrumb span:not(.ai-hero-breadcrumb-current) {
  color: rgba(255, 255, 255, 0.3);
}

.ai-hero-breadcrumb-current {
  color: #7ACC0D;
}

.ai-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.ai-hero-left {
  min-width: 0;
}

.ai-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 204, 13, 0.22), rgba(220, 205, 60, 0.22));
  border: 1px solid rgba(122, 204, 13, 0.45);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: #dff7a6;
  margin-bottom: 24px;
}

.ai-hero-eyebrow-n {
  color: #09102e;
  background: linear-gradient(90deg, #c6f27a, #7ACC0D);
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 800;
}

.ai-hero-eyebrow-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7ACC0D;
}

.ai-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 3.8vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.48px;
  color: #fff;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ai-hero-title span {
  display: block;
  white-space: nowrap;
}

.ai-hero-title span:nth-child(2) {
  background: linear-gradient(90deg, #fff 0%, #c6f27a 60%, #7ACC0D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ai-hero-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ai-hero-avatars {
  display: inline-flex;
  align-items: center;
}

.ai-hero-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #09102e;
  font-size: 16px;
  border: 2px solid #09102e;
  margin-left: -10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.ai-hero-av:first-child {
  margin-left: 0;
}

.ai-hero-av-1 {
  background: linear-gradient(135deg, #7ACC0D, #c6f27a);
}

.ai-hero-av-2 {
  background: linear-gradient(135deg, #c6f27a, #f5efe4);
}

.ai-hero-av-3 {
  background: linear-gradient(135deg, #5ea60a, #7ACC0D);
}

.ai-hero-av-4 {
  background: linear-gradient(135deg, #1a4a66, #3a7a9e);
  color: #fff;
}

.ai-hero-av-5 {
  background: linear-gradient(135deg, #2a1145, #5a2a85);
  color: #fff;
}

.ai-hero-proof-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ai-hero-proof-n {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}

.ai-hero-proof-n sup {
  font-size: 10.4px;
  vertical-align: super;
}

.ai-hero-proof-n i {
  color: #7ACC0D;
  font-size: 13.6px;
}

.ai-hero-proof-l {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.ai-hero-proof-sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.18);
}

.ai-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D 0%, #5ea60a 100%);
  color: #09102e;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(122, 204, 13, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  margin-bottom: 14px;
}

.ai-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(122, 204, 13, 0.5);
  color: #09102e;
}

.ai-hero-cta-main {
  font-weight: 700;
}

.ai-hero-cta-sep {
  width: 1px;
  height: 22px;
  background: rgba(9, 16, 46, 0.35);
}

.ai-hero-cta-sub {
  font-weight: 600;
  opacity: 0.85;
}

.ai-hero-cta i {
  font-size: 18px;
}

.ai-hero-microtrust {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  letter-spacing: 0.32px;
}

/* RIGHT — benefit cards */
.ai-hero-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.ai-hero-benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  border-radius: 20px;
  background: rgba(20, 28, 54, 0.7);
  border: 1px solid rgba(122, 204, 13, 0.12);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.ai-hero-benefit:hover {
  transform: translateX(4px);
  border-color: rgba(122, 204, 13, 0.35);
  background: rgba(20, 28, 54, 0.9);
}

.ai-hero-benefit-ic {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px dashed rgba(122, 204, 13, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7ACC0D;
  font-size: 22px;
  background: rgba(122, 204, 13, 0.08);
}

.ai-hero-benefit p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.ai-hero-benefit p strong {
  color: #fff;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1199px) {
  .ai-hero-grid {
    gap: 40px;
  }

  .ai-hero-title {
    font-size: clamp(44.8px, 5.6vw, 73.6px);
  }
}

@media (max-width: 991px) {
  .ai-hero {
    padding: 60px 0 70px;
  }

  .ai-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ai-hero-corner {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 767px) {
  .ai-hero {
    padding: 48px 0 60px;
  }

  .ai-hero-title {
    font-size: clamp(38.4px, 9vw, 54.4px);
  }

  .ai-hero-cta {
    padding: 16px 24px;
    font-size: 14.5px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ai-hero-proof {
    gap: 14px;
  }

  .ai-hero-proof-sep {
    display: none;
  }

  .ai-hero-benefit {
    padding: 18px 20px;
    gap: 14px;
  }

  .ai-hero-benefit-ic {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }

  .ai-hero-corner {
    display: none;
  }
}

@media (max-width: 575px) {
  .ai-hero-breadcrumb {
    font-size: 11px;
    margin-bottom: 24px;
  }

  .ai-hero-av {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .ai-hero-benefit p {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ai-hero-cta:hover,
  .ai-hero-benefit:hover {
    transform: none;
  }
}

/* ============================================================= AI DEMOS — 2-row opposite-scroll marquee after hero ============================================================= */
.ai-demos {
  position: relative;
  padding: 40px 0 10px;
  background: transparent;
  overflow: hidden;
  margin-top: 40px;
}

.ai-demos::before,
.ai-demos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  z-index: 2;
  pointer-events: none;
}

.ai-demos::before {
  left: 0;
  background: linear-gradient(90deg, #09102e 0%, rgba(9, 16, 46, 0) 100%);
}

.ai-demos::after {
  right: 0;
  background: linear-gradient(270deg, #09102e 0%, rgba(9, 16, 46, 0) 100%);
}

/* Full-bleed inside hero — break out of container width */
.ai-demos-inhero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 3;
}

.ai-demos-row {
  display: flex;
  overflow: hidden;
  padding: 12px 0;
}

.ai-demos-row+.ai-demos-row {
  margin-top: 18px;
}

.ai-demos-track {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  width: max-content;
  will-change: transform;
}

.ai-demos-row-left .ai-demos-track {
  animation: ai-demos-left 55s linear infinite;
}

.ai-demos-row-right .ai-demos-track {
  animation: ai-demos-right 55s linear infinite;
}

.ai-demos-row:hover .ai-demos-track {
  animation-play-state: paused;
}

@keyframes ai-demos-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes ai-demos-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.ai-demos-card {
  flex-shrink: 0;
  display: block;
  width: 340px;
  height: 210px;
  border-radius: 18px;
  overflow: hidden;
  background: #f0f2f7;
  border: 1px solid rgba(9, 16, 46, 0.06);
  box-shadow: 0 14px 30px -16px rgba(9, 16, 46, 0.2);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s ease;
}

.ai-demos-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px -16px rgba(9, 16, 46, 0.35);
}

.ai-demos-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 991px) {
  .ai-demos {
    padding: 0;
  }

  .ai-demos::before,
  .ai-demos::after {
    width: 80px;
  }

  .ai-demos-card {
    width: 280px;
    height: 180px;
    border-radius: 14px;
  }

  .ai-demos-row+.ai-demos-row {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .ai-demos {
    padding: 0;
  }

  .ai-demos-card {
    width: 220px;
    height: 140px;
    border-radius: 12px;
  }

  .ai-demos-track {
    gap: 14px;
    animation-duration: 45s !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-demos-track {
    animation: none !important;
  }
}

/* ============================================================= 
AI SERVICES — alternating tinted bento boxes (ai-box-*) Replaces old craft-rows layout on ai-development.html ============================================================= */
.ai-services-sect {
  background: #fff;
  padding: var(--sec-py-lg) 0;
}

.ai-services-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
}

.ai-services-title {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #09102e;
  margin: 18px 0 14px;
  text-transform: none;
}

.ai-services-lede {
  font-size: 17px;
  line-height: 1.6;
  color: #4a5070;
  margin: 0;
}

.ai-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.ai-box {
  position: relative;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(9, 16, 46, 0.04);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s ease;
}

.ai-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -24px rgba(9, 16, 46, 0.22);
}

/* Layout A: text on top, visual on bottom */
.ai-box-a .ai-box-text {
  order: 1;
}

.ai-box-a .ai-box-visual {
  order: 2;
}

/* Layout B: visual on top, text on bottom */
.ai-box-b .ai-box-visual {
  order: 1;
}

.ai-box-b .ai-box-text {
  order: 2;
}

/* Color variants */
.ai-box-mint {
  background: linear-gradient(150deg, #eaf7d6 0%, #dcf1c0 100%);
}

.ai-box-slate {
  background: linear-gradient(150deg, #eef0f7 0%, #e3e7f0 100%);
}

.ai-box-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ai-box-title {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.24px;
  color: #09102e;
  margin: 0;
}

.ai-box-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5070;
  margin: 0;
}

.ai-box-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: #09102e;
  color: #fff;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
  margin-top: 6px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ai-box-cta:hover {
  background: #7ACC0D;
  color: #09102e;
  transform: translateX(2px);
}

.ai-box-cta::after {
  content: "→";
  display: inline-block;
  margin-left: 2px;
  transition: transform 0.25s ease;
}

.ai-box-cta:hover::after {
  transform: translateX(3px);
}

.ai-box-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0b1436;
}

.ai-box-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ai-box:hover .ai-box-visual img {
  transform: scale(1.04);
}

.ai-box-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(9, 16, 46, 0.88);
  color: #7ACC0D;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.ai-box-badge sup {
  font-size: 12.8px;
  margin-left: 1px;
}

@media (max-width: 991px) {
  .ai-services-sect {
    padding: var(--sec-py-md) 0;
  }



  .ai-box {
    padding: 28px;
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .ai-services-sect {
    padding: var(--sec-py-sm) 0;
  }

  .ai-box {
    padding: 22px;
    border-radius: 20px;
  }

  .ai-box-title {
    font-size: 22px;
  }

  .ai-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }



}

@media (prefers-reduced-motion: reduce) {
  .ai-box:hover {
    transform: none;
  }

  .ai-box:hover .ai-box-visual img {
    transform: none;
  }
}

/* ============================================================= AI TOP SLIDER — Bootstrap carousel above the hero ============================================================= */
.ai-topslider {
  background: #09102e;
  padding: 0;
}

.ai-topslider .carousel {
  position: relative;
  overflow: hidden;
}

.ai-topslider .carousel-inner {
  aspect-ratio: 21 / 9;
  max-height: 460px;
}

.ai-topslide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.ai-topslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ai-topslide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 42px 56px 48px;
  background: linear-gradient(180deg, rgba(9, 16, 46, 0) 0%, rgba(9, 16, 46, 0.75) 60%, rgba(9, 16, 46, 0.95) 100%);
  color: #fff;
}

.ai-topslide-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.14);
  border: 1px solid rgba(122, 204, 13, 0.4);
  color: #c5f07a;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ai-topslide-title {
  font-family: 'Publico Banner', 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.16px;
  color: #fff;
  margin: 0 0 8px;
}

.ai-topslide-meta {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  letter-spacing: 0.16px;
}

/* Indicators */
.ai-topslider-dots {
  bottom: 16px;
  margin: 0;
  z-index: 5;
}

.ai-topslider-dots [data-bs-target] {
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 0 3px;
  opacity: 1;
  transition: background 0.25s ease, width 0.25s ease;
}

.ai-topslider-dots [data-bs-target].active {
  background: #7ACC0D;
  width: 40px;
}

/* Prev/Next arrow controls */
.ai-topslider-ctrl {
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(9, 16, 46, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  opacity: 1;
  backdrop-filter: blur(10px);
  transition: background 0.25s ease, transform 0.25s ease;
}

.ai-topslider-ctrl-prev {
  left: 24px;
}

.ai-topslider-ctrl-next {
  right: 24px;
}

.ai-topslider-ctrl:hover {
  background: #7ACC0D;
  border-color: #7ACC0D;
}

.ai-topslider-ctrl i {
  color: #fff;
  font-size: 18px;
}

.ai-topslider-ctrl:hover i {
  color: #09102e;
}

.ai-topslider-ctrl .carousel-control-prev-icon,
.ai-topslider-ctrl .carousel-control-next-icon {
  display: none;
}

@media (max-width: 991px) {
  .ai-topslider .carousel-inner {
    aspect-ratio: 16 / 9;
    max-height: 380px;
  }

  .ai-topslide-overlay {
    padding: 28px 36px 40px;
  }

  .ai-topslider-ctrl {
    width: 44px;
    height: 44px;
  }

  .ai-topslider-ctrl-prev {
    left: 16px;
  }

  .ai-topslider-ctrl-next {
    right: 16px;
  }
}

@media (max-width: 767px) {
  .ai-topslider .carousel-inner {
    aspect-ratio: 4 / 3;
    max-height: 320px;
  }

  .ai-topslide-overlay {
    padding: 22px 22px 36px;
  }

  .ai-topslide-tag {
    font-size: 10px;
    padding: 5px 12px;
    margin-bottom: 10px;
  }

  .ai-topslide-title {
    font-size: 18px;
  }

  .ai-topslide-meta {
    font-size: 12px;
  }

  .ai-topslider-ctrl {
    display: none;
  }
}

/* ============================================================= AI POWER — LearnPress-style feature highlight section ============================================================= */
.ai-power {
  position: relative;
  padding: var(--sec-py-lg) 0;
  background: #0a0f3d;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.ai-power-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/banners/hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.85;
  z-index: 0;
}

.ai-power::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 15, 61, 0.55) 0%, rgba(10, 15, 61, 0.35) 100%);
  z-index: 1;
  pointer-events: none;
}

.ai-power>.container {
  position: relative;
  z-index: 2;
}

.ai-power-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}

/* LEFT */
.ai-power-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  background: linear-gradient(135deg, #7ACC0D, #5fa008);
  color: #09102e;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 22px;
}

.ai-power-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.32px;
  color: #fff;
  margin: 0 0 20px;
}

.ai-power-highlight {
  color: #7ACC0D;
}

.ai-power-lede {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 32px;
  max-width: 540px;
}

.ai-power-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 32px;
  margin-bottom: 36px;
}

.ai-power-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ai-power-ficon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(122, 204, 13, 0.12);
  border: 1px solid rgba(122, 204, 13, 0.4);
  color: #7ACC0D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ai-power-feat strong {
  display: block;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.ai-power-link {
  color: #7ACC0D;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ai-power-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #7ACC0D, #5fa008);
  color: #09102e;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 14px 34px -10px rgba(122, 204, 13, 0.6);
}

.ai-power-cta:hover {
  background: linear-gradient(135deg, #8fe016, #6bc10a);
  color: #09102e;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -12px rgba(122, 204, 13, 0.7);
}

/* RIGHT — layered tilted mockups with arrows */
.ai-power-right {
  position: relative;
}

.ai-power-stack {
  position: relative;
  aspect-ratio: 5 / 4;
  max-width: 640px;
  margin: 0 auto;
}

.ai-power-shot {
  position: absolute;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease;
}

.ai-power-shot-back {
  top: 0;
  left: 0;
  width: 80%;
  height: 75%;
  transform: rotate(-5deg);
  z-index: 1;
}

.ai-power-shot-front {
  bottom: 0;
  right: 0;
  width: 72%;
  height: 65%;
  transform: rotate(3deg);
  z-index: 2;
  border: 3px solid rgba(255, 255, 255, 0.15);
}

.ai-power-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: none;
  color: #09102e;
  font-size: 18px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.45);
  transition: background 0.2s ease;
}

.ai-power-arrow:hover {
  background: #7ACC0D;
  color: #fff;
}

.ai-power-arrow-prev {
  left: -24px;
}

.ai-power-arrow-next {
  right: -24px;
}

/* ============================================================= AI TOOLS — tabbed sidebar + preview image (build-your-way style) ============================================================= */
.ai-tools {
  padding: var(--sec-py-lg) 0;
  background: #fff;
  position: relative;
}

.ai-tools-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 64px;
}

.ai-tools-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D, #5fa008);
  color: #09102e;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ai-tools-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #09102e;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.ai-tools-lede {
  font-size: 17px;
  line-height: 1.6;
  color: #4a5070;
  margin: 0;
}

.ai-tools-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 70px;
  align-items: center;
}

/* LEFT — tabs sidebar */
.ai-tools-tabs {
  position: relative;
  padding-left: 32px;
}

.ai-tools-tabs::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: rgba(9, 16, 46, 0.1);
}

.ai-tools-tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(9, 16, 46, 0.06);
  transition: opacity 0.3s ease;
}

.ai-tools-tab:last-child {
  border-bottom: none;
}

.ai-tools-tab::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(9, 16, 46, 0.25);
  transition: all 0.25s ease;
}

.ai-tools-tab.active::before {
  background: #7ACC0D;
  border-color: #7ACC0D;
  box-shadow: 0 0 0 5px rgba(122, 204, 13, 0.18);
}

.ai-tools-tab h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  color: #09102e;
  margin: 0;
  transition: color 0.25s ease;
}

.ai-tools-tab:not(.active) h3 {
  color: rgba(9, 16, 46, 0.55);
}

.ai-tools-tab:not(.active):hover h3 {
  color: #09102e;
}

.ai-tools-tab-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
}

.ai-tools-tab.active .ai-tools-tab-body {
  max-height: 400px;
  opacity: 1;
  margin-top: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7ACC0D;
}

.ai-tools-tab-body p {
  font-size: 15px;
  line-height: 1.65;
  color: #4a5070;
  margin: 0 0 10px;
}

.ai-tools-tab-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-tools-tab-body li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #4a5070;
  line-height: 1.5;
}

.ai-tools-tab-body li::before {
  content: "\F26E";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0;
  color: #7ACC0D;
  font-size: 14px;
}

/* RIGHT — preview image stack */
.ai-tools-preview {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  min-height: 420px;
}

.ai-tools-img {
  display: none;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 30px 60px -20px rgba(9, 16, 46, 0.3);
}

.ai-tools-img.active {
  display: block;
}

@media (max-width: 1399px) {
  .ai-power-title {
    font-size: clamp(30px, 4.4vw, 44px);
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .ai-power {
    padding: var(--sec-py-md) 0;
  }

  .ai-power-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ai-power-right {
    order: -1;
  }

  .ai-power-arrow-prev {
    left: 8px;
  }

  .ai-power-arrow-next {
    right: 8px;
  }

  .ai-power-features {
    gap: 18px 24px;
  }

  .ai-tools {
    padding: var(--sec-py-md) 0;
  }

  .ai-tools-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ai-tools-preview {
    order: -1;
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .ai-power {
    padding: var(--sec-py-sm) 0;
  }

  .ai-power-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ai-power-title br {
    display: none;
  }

  .ai-tools {
    padding: var(--sec-py-sm) 0;
  }

  .ai-tools-tab h3 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ai-power-cta:hover,
  .ai-power-arrow:hover {
    transform: none;
  }

  .ai-tools-img {
    transition: none;
  }
}

/* ========================================================= AI STACK — Eduma-style "elements + powerful features + deploy" ========================================================= */
.ai-stack {
  position: relative;
  padding: 110px 0 0;
  background: radial-gradient(1200px 600px at 80% -10%, rgba(62, 82, 255, 0.18), transparent 60%), radial-gradient(900px 500px at 0% 40%, rgba(99, 47, 160, 0.18), transparent 60%), #05091f;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.ai-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 9, 31, 0) 0%, rgba(5, 9, 31, 0.6) 100%);
  pointer-events: none;
  z-index: 0;
}

.ai-stack>* {
  position: relative;
  z-index: 1;
}

/* --- HERO: 200+ number + copy --- */
.ai-stack-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 56px;
}

.ai-stack-hero-num {
  font-family: 'Fraunces', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(120px, 14vw, 220px);
  line-height: 0.9;
  letter-spacing: -0.64px;
  color: #fff;
  text-shadow: 0 6px 40px rgba(100, 120, 255, 0.15);
}

.ai-stack-hero-num span {
  color: #ffffff;
  background: linear-gradient(135deg, #c1c9ff 0%, #ffffff 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-stack-hero-copy {
  max-width: 540px;
}

.ai-stack-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D 0%, #68b10a 100%);
  color: #09102e;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.64px;
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(122, 204, 13, 0.28);
}

.ai-stack-pill-center {
  margin-bottom: 24px;
}

.ai-stack-hero-title {
  font-family: 'Fraunces', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.32px;
  margin: 0 0 16px;
}

.ai-stack-hero-lede {
  color: #c8cce6;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

/* --- Marquee chip rows --- */
.ai-stack-marquee {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 0 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.ai-stack-marquee-row {
  overflow: hidden;
}

.ai-stack-marquee-track {
  display: inline-flex;
  gap: 14px;
  white-space: nowrap;
  animation: ai-stack-scroll 40s linear infinite;
  will-change: transform;
}

.ai-stack-marquee-reverse .ai-stack-marquee-track {
  animation: ai-stack-scroll-rev 44s linear infinite;
}

@keyframes ai-stack-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes ai-stack-scroll-rev {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.ai-stack-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 14px;
  background: rgba(15, 21, 56, 0.85);
  border: 1px solid rgba(120, 140, 200, 0.16);
  color: #e9ecf7;
  font-weight: 600;
  font-size: 15px;
  backdrop-filter: blur(8px);
  flex: 0 0 auto;
}

.ai-stack-chip i {
  color: #8aa0ff;
  font-size: 16px;
}

/* --- Centered CTA heading --- */
.ai-stack-center {
  text-align: center;
  padding: 0px 0 48px;
  max-width: 880px;
}

.ai-stack-center-title {
  font-family: 'Fraunces', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.2;
  letter-spacing: -0.32px;
  margin: 0 0 20px;
}

.ai-stack-center-lede {
  color: #c8cce6;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto 28px;
  max-width: 720px;
}

.ai-stack-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #7ACC0D 0%, #68b10a 100%);
  color: #09102e !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(122, 204, 13, 0.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ai-stack-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(122, 204, 13, 0.5);
}

/* --- Feature cards (big left + 2 stacked right) --- */
.ai-stack-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding-bottom: 90px;
}

.ai-stack-card {
  background: linear-gradient(180deg, rgba(18, 24, 60, 0.95) 0%, rgba(11, 15, 42, 0.95) 100%);
  border: 1px solid rgba(120, 140, 200, 0.12);
  border-radius: 18px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.ai-stack-card-big {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}

.ai-stack-card-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  align-items: center;
}

.ai-stack-card-title {
  font-family: 'Fraunces', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.16px;
}

.ai-stack-card-desc {
  color: #b9bfd8;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.ai-stack-card-art {
  margin-top: 22px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
}

.ai-stack-card-art img {
  display: block;
  width: 100%;
  height: auto;
}

.ai-stack-card-art-big {
  margin-top: auto;
  aspect-ratio: 16 / 10;
}

.ai-stack-card-art-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-stack-card-art-split {
  margin-top: 0;
  aspect-ratio: 1 / 1;
}

.ai-stack-card-art-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Deploy anywhere (mobile-first style) --- */
.ai-stack-deploy {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  padding: 40px 15px 80px;
  align-items: start;
}

.ai-stack-deploy-title {
  font-family: 'Fraunces', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.32px;
  margin: 0 0 14px;
}

.ai-stack-deploy-sub {
  color: #c8cce6;
  font-size: 15px;
  margin: 0 0 26px;
}

.ai-stack-deploy-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ai-stack-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ai-stack-btn-primary {
  background: linear-gradient(135deg, #7ACC0D 0%, #68b10a 100%);
  color: #09102e !important;
  box-shadow: 0 8px 22px rgba(122, 204, 13, 0.3);
}

.ai-stack-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(122, 204, 13, 0.45);
}

.ai-stack-btn-ghost {
  background: transparent;
  color: #7ACC0D !important;
  border: 1.5px solid rgba(122, 204, 13, 0.55);
}

.ai-stack-btn-ghost:hover {
  background: rgba(122, 204, 13, 0.12);
  border-color: #7ACC0D;
  transform: translateY(-2px);
}

.ai-stack-deploy-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 40px;
}

.ai-stack-feat h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 14px 0 8px;
}

.ai-stack-feat p {
  color: #b9bfd8;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
}

.ai-stack-feat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7ACC0D 0%, #68b10a 100%);
  color: #09102e;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(122, 204, 13, 0.3);
}

/* --- Bottom screenshot marquee --- */
.ai-stack-screens {
  overflow: hidden;
  padding: 20px 0 60px;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

/* (Earlier "marquee at top of work section" overrides removed — marquee now follows the static order: deploy copy first, then the screenshot strip below it. Default .ai-stack padding rules apply.) */
.ai-stack-screens-track {
  display: inline-flex;
  gap: 22px;
  animation: ai-stack-scroll 48s linear infinite;
  will-change: transform;
}

.ai-stack-screens-track img {
  width: 240px;
  height: 420px;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
  border: 6px solid #12183d;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  flex: 0 0 auto;
  opacity: 0.85;
}

/* --- Responsive --- */
@media (max-width: 1399px) {
  .ai-stack-deploy-title {
    font-size: clamp(25px, 3vw, 35px);
    line-height: 1.2;
  }
}

@media (max-width: 1199px) {

  .ai-stack-cards {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .ai-services-title {
    font-size: clamp(30px, 3.8vw, 52px);
    line-height: 1.2;
    margin: 0px 0 14px;
  }

  .ai-stack-screens {
    padding: 20px 0 0px;
  }

  .ai-stack-hero-num {
    font-size: clamp(80px, 14vw, 220px);
  }

}

@media (max-width: 991px) {
  .ai-stack {
    padding-top: 80px;
  }

  .ai-stack-hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .ai-stack-hero-copy {
    margin: 0 auto;
  }



  .ai-stack-card-big {
    grid-row: auto;
  }

  .ai-stack-card-split {
    grid-template-columns: 1fr;
  }

  .ai-stack-card-art-split {
    aspect-ratio: 16 / 10;
  }

  .ai-stack-deploy {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ai-stack-deploy-right {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .ai-stack-center {
    padding: 60px 15px 32px;
  }

  .ai-stack-screens-track img {
    width: 180px;
    height: 320px;
  }
.ai-stack-cards > :last-child:nth-child(odd) {
    grid-column: 1 / 3;
    justify-self: center;
    width: 50%;
}




}


@media (max-width: 767px) {
  
  .ai-stack-cards > :last-child:nth-child(odd) {
    grid-column: 1;
    justify-self: center;
    width: 100%;
}
.ai-power-cta {
    padding: 12px 32px;
}
.ai-stack-buy {
    padding: 12px 34px;
    font-size: 15px;
}
.ai-stack-btn {
    padding: 9px 24px;
    font-size: 15px;
}
.dsg-btn-ghost-dark {
    padding: 12px 32px;
}



}



@media (max-width: 575px) {
  .ai-stack-card {
    padding: 24px;
  }
    .ai-stack-deploy-title {
        font-size: clamp(24px, 3vw, 35px);
        line-height: 1.2;
    }
  .ai-stack-deploy-right {
    grid-template-columns: 1fr;
  }
.ai-stack-screens-track {
    gap: 5px;
}
  .ai-stack-chip {
    padding: 11px 16px;
    font-size: 13.5px;
  }

  .ai-stack-screens-track img {
    width: 150px;
    height: 270px;
  }
.ai-tools-preview {
    min-height: auto;
}


}

@media (prefers-reduced-motion: reduce) {

  .ai-stack-marquee-track,
  .ai-stack-screens-track {
    animation: none;
  }

  .ai-stack-buy:hover,
  .ai-stack-btn:hover {
    transform: none;
  }
}

/* Phase 2 responsive patch */
@media (max-width: 991px) {
  .dsg-process-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .ai-stack-cards {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 575px) {
  .dsg-process-strip {
    grid-template-columns: 1fr;
  }
}