/* =========================================================
   HOME - DIGITAL WEB SYNC ECOSYSTEM
   Premium SaaS Landing
========================================================= */

.dws-home {
  position: relative;
  overflow: clip;
}

/* Section base */
.dws-section {
  position: relative;
  padding: clamp(72px, 9vw, 132px) 0;
}

.dws-section-heading {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.dws-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dws-section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--dws-heading);
}

.dws-section-heading p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  color: var(--dws-text-soft);
  line-height: 1.8;
}

.dws-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dws-primary);
}

.dws-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dws-primary), var(--dws-accent));
}

.dws-gradient-text {
  background: linear-gradient(90deg, #ff5d73 0%, #ff8c58 35%, #ffb347 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dws-visual-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
  border: 1px solid rgba(124, 97, 255, 0.12);
  border-radius: 32px;
  box-shadow:
    0 30px 80px rgba(10, 24, 68, 0.10),
    0 10px 24px rgba(10, 24, 68, 0.06);
  overflow: hidden;
}

.dws-visual-card--soft {
  padding: 14px;
}

.dws-visual-card img,
.dws-band-cta__media img,
.dws-how__visual img {
  display: block;
  width: 100%;
  height: auto;
}

html[data-theme="dark"] .dws-visual-card {
  background: linear-gradient(180deg, rgba(20, 24, 49, 0.95), rgba(12, 18, 40, 0.92));
  border-color: rgba(125, 103, 255, 0.18);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

/* =========================================================
   HERO
========================================================= */

.dws-hero {
  position: relative;
  min-height: min(980px, 100vh);
  display: flex;
  align-items: center;
  padding: clamp(100px, 12vw, 180px) 0 clamp(90px, 10vw, 150px);
  background:
    radial-gradient(circle at 20% 20%, rgba(91, 70, 255, 0.16), transparent 30%),
    radial-gradient(circle at 80% 25%, rgba(0, 209, 255, 0.12), transparent 22%),
    linear-gradient(135deg, #0c2454 0%, #1b2a8a 45%, #0b2f68 100%);
  color: #fff;
  isolation: isolate;
}

.dws-hero__container {
  position: relative;
  z-index: 2;
}

.dws-hero__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.dws-hero__title {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.dws-hero__text {
  max-width: 820px;
  margin: 28px auto 0;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
}

.dws-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.dws-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin: 40px auto 0;
}

.dws-stat {
  padding: 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.dws-stat strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
}

.dws-stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.78);
}

.dws-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.dws-hero__word {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  font-size: clamp(7rem, 24vw, 28rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgba(9, 18, 63, 0.34);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

.dws-hero__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.55;
}

.dws-hero__orb--1 {
  width: 380px;
  height: 380px;
  top: -60px;
  left: -80px;
  background: radial-gradient(circle, rgba(131, 72, 255, 0.75), transparent 64%);
}

.dws-hero__orb--2 {
  width: 420px;
  height: 420px;
  right: -100px;
  top: 120px;
  background: radial-gradient(circle, rgba(0, 224, 255, 0.52), transparent 66%);
}

.dws-hero__orb--3 {
  width: 360px;
  height: 360px;
  left: 50%;
  bottom: -160px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 113, 92, 0.45), transparent 68%);
}

.dws-hero__grid {
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(92, 215, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 215, 255, 0.12) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

/* =========================================================
   BUTTONS
========================================================= */

.dws-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
  will-change: transform;
}

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

.dws-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #ff5d73 0%, #ff8a5c 55%, #ffb347 100%);
  box-shadow: 0 18px 40px rgba(255, 116, 92, 0.28);
}

.dws-btn--primary:hover {
  box-shadow: 0 24px 48px rgba(255, 116, 92, 0.34);
}

.dws-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dws-btn--ghost:hover {
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.12);
}

.dws-btn--ghost-dark {
  color: var(--dws-heading);
  border-color: var(--dws-border-strong);
  background: rgba(255,255,255,0.65);
}

.dws-btn--outline {
  color: var(--dws-heading);
  border-color: rgba(124, 97, 255, 0.22);
  background: transparent;
}

.dws-btn--outline:hover,
.dws-btn--ghost-dark:hover {
  border-color: rgba(124, 97, 255, 0.34);
  box-shadow: 0 14px 34px rgba(77, 53, 170, 0.08);
}

html[data-theme="dark"] .dws-btn--ghost-dark {
  color: #fff;
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
}

html[data-theme="dark"] .dws-btn--outline {
  color: #fff;
  border-color: rgba(255,255,255,0.16);
}

/* =========================================================
   SERVICES OVERVIEW
========================================================= */

.dws-services-overview {
  background:
    radial-gradient(circle at top left, rgba(124, 97, 255, 0.06), transparent 24%),
    linear-gradient(180deg, var(--dws-surface) 0%, var(--dws-surface-2) 100%);
}

.dws-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.dws-service-card {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86));
  border: 1px solid rgba(124, 97, 255, 0.10);
  box-shadow:
    0 18px 40px rgba(25, 32, 72, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.55);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.dws-service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, #7c61ff, #00d5ff, #ff8f67);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.dws-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 97, 255, 0.18);
  box-shadow:
    0 24px 50px rgba(23, 28, 70, 0.10),
    0 8px 20px rgba(23, 28, 70, 0.06);
}

.dws-service-card:hover::before {
  opacity: 1;
}

.dws-service-card__icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  font-size: 1.4rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124, 97, 255, 0.12), rgba(0, 213, 255, 0.12));
  color: var(--dws-primary);
}

.dws-service-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.2;
  color: var(--dws-heading);
}

.dws-service-card p {
  margin: 0;
  color: var(--dws-text-soft);
  line-height: 1.75;
  font-size: 0.98rem;
}

html[data-theme="dark"] .dws-service-card {
  background: linear-gradient(180deg, rgba(17, 22, 42, 0.96), rgba(11, 17, 34, 0.88));
  border-color: rgba(255,255,255,0.06);
  box-shadow:
    0 20px 42px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

/* =========================================================
   SEO PILLARS
========================================================= */

.dws-seo-pillars {
  background: linear-gradient(180deg, var(--dws-bg) 0%, var(--dws-surface) 100%);
}

.dws-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dws-pillar {
  position: relative;
  padding: 34px 28px 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.82));
  border: 1px solid rgba(124, 97, 255, 0.08);
  box-shadow:
    0 26px 56px rgba(26, 31, 68, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.55);
  overflow: hidden;
  isolation: isolate;
}

.dws-pillar::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  top: -54px;
  left: -34px;
  opacity: 0.95;
  z-index: -1;
}

.dws-pillar--violet::after {
  background: radial-gradient(circle, rgba(129, 74, 255, 0.85), rgba(64, 108, 255, 0.7), transparent 72%);
}

.dws-pillar--cyan::after {
  background: radial-gradient(circle, rgba(63, 231, 199, 0.82), rgba(0, 169, 255, 0.7), transparent 72%);
}

.dws-pillar--orange::after {
  background: radial-gradient(circle, rgba(255, 181, 71, 0.82), rgba(255, 99, 53, 0.72), transparent 72%);
}

.dws-pillar__badge {
  margin-bottom: 84px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.dws-pillar h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  color: var(--dws-heading);
}

.dws-pillar p {
  margin: 0;
  color: var(--dws-text-soft);
  line-height: 1.9;
}

html[data-theme="dark"] .dws-pillar {
  background: linear-gradient(180deg, rgba(17, 22, 42, 0.98), rgba(9, 14, 30, 0.92));
  border-color: rgba(255,255,255,0.05);
}

/* =========================================================
   ABOUT
========================================================= */

.dws-about {
  background:
    radial-gradient(circle at 10% 20%, rgba(124, 97, 255, 0.05), transparent 24%),
    linear-gradient(180deg, var(--dws-surface) 0%, var(--dws-bg) 100%);
}

.dws-about__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.dws-about__subtitle {
  margin: 10px 0 18px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  color: var(--dws-heading);
}

.dws-about__content h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: var(--dws-heading);
}

.dws-about__content p {
  margin: 0 0 16px;
  color: var(--dws-text-soft);
  line-height: 1.85;
  font-size: 1.02rem;
}

.dws-about__actions {
  margin-top: 28px;
}

//* =========================================================
   BIG CTA BAND (FIXED PREMIUM LIGHT/DARK)
========================================================= */

.dws-band-cta {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(107, 72, 255, 0.04) 100%);
}

/* ===== BACKGROUND BASE ===== */
.dws-band-cta__bg {
  position: absolute;
  inset: auto 0 0 0;
  height: 72%;
  border-top-left-radius: 120px;
  overflow: hidden;

  background:
    radial-gradient(circle at 80% 20%, rgba(0, 226, 255, 0.18), transparent 25%),
    linear-gradient(135deg, #eef2ff 0%, #dfe7ff 50%, #eef2ff 100%);
}

/* GRID LINES */
.dws-band-cta__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(92, 215, 255, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 215, 255, 0.10) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.1));
  opacity: 0.25;
}

/* ===== GRID ===== */
.dws-band-cta__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

/* ===== CONTENT CARD (KEY FIX) ===== */
.dws-band-cta__content {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(18px);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow:
    0 20px 60px rgba(20, 30, 120, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

/* ===== TITLE ===== */
.dws-band-cta__title {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

/* ===== TEXT ===== */
.dws-band-cta__content p {
  margin: 24px 0 22px;
  max-width: 560px;
  color: #1a1f36;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

/* ===== CONTACT ===== */
.dws-band-cta__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.dws-band-cta__contact a {
  text-decoration: none;
}

.dws-band-cta__contact a:first-child {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.dws-band-cta__contact a:last-child {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

/* ===== MEDIA ===== */
.dws-band-cta__media {
  justify-self: end;
  max-width: 760px;
}

.dws-band-cta__media img {
  filter: drop-shadow(0 28px 70px rgba(9, 14, 52, 0.18));
}

/* =========================================================
   DARK MODE (PERFECT MATCH)
========================================================= */

html[data-theme="dark"] .dws-band-cta__bg {
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 226, 255, 0.16), transparent 22%),
    linear-gradient(135deg, #0c2454 0%, #1b2a8a 52%, #0c2454 100%);
}

html[data-theme="dark"] .dws-band-cta__bg::before {
  opacity: 0.45;
}

html[data-theme="dark"] .dws-band-cta__content {
  background: rgba(10, 14, 40, 0.65);
  backdrop-filter: blur(20px);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

html[data-theme="dark"] .dws-band-cta__content p {
  color: #e5e7eb;
}

html[data-theme="dark"] .dws-band-cta__contact a:first-child {
  color: #fff;
}

html[data-theme="dark"] .dws-band-cta__contact a:last-child {
  color: rgba(255,255,255,0.72);
}

/* =========================================================
   ADVANTAGE
========================================================= */

.dws-advantage {
  background:
    radial-gradient(circle at 15% 40%, rgba(255, 157, 87, 0.06), transparent 20%),
    linear-gradient(180deg, var(--dws-surface) 0%, var(--dws-bg) 100%);
}

.dws-advantage__grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.dws-advantage__visual h2 {
  margin: 0 0 24px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: var(--dws-heading);
}

.dws-advantage__cards {
  display: grid;
  gap: 24px;
}

.dws-feature-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.84));
  border: 1px solid rgba(124, 97, 255, 0.10);
  box-shadow:
    0 24px 50px rgba(27, 34, 78, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

.dws-feature-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  position: relative;
}

.dws-feature-card__icon::before,
.dws-feature-card__icon::after {
  content: "";
  position: absolute;
  border-radius: 18px;
}

.dws-feature-card__icon--gold::before {
  width: 56px;
  height: 56px;
  left: 0;
  top: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f2c84f, #d38c18);
}

.dws-feature-card__icon--gold::after {
  width: 34px;
  height: 34px;
  right: 0;
  top: 16px;
  background: linear-gradient(135deg, #ef684c, #c33721);
}

.dws-feature-card__icon--blue::before {
  inset: 0;
  background: linear-gradient(135deg, #58d6d3, #5b72ff);
  clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
}

.dws-feature-card__icon--blue::after {
  inset: 18px;
  background: rgba(255,255,255,0.88);
  clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
}

.dws-feature-card__icon--green::before {
  width: 54px;
  height: 54px;
  left: 0;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #bad55f, #78a733);
}

.dws-feature-card__icon--green::after {
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  background: linear-gradient(135deg, #bde1b8, #7dbe79);
}

.dws-feature-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  color: var(--dws-heading);
}

.dws-feature-card p {
  margin: 0;
  color: var(--dws-text-soft);
  line-height: 1.8;
}

html[data-theme="dark"] .dws-feature-card {
  background: linear-gradient(180deg, rgba(18, 23, 44, 0.95), rgba(11, 16, 31, 0.92));
  border-color: rgba(255,255,255,0.06);
  box-shadow:
    0 20px 46px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

/* =========================================================
   HOW WE CAN HELP
========================================================= */

.dws-how {
  background:
    radial-gradient(circle at 50% 8%, rgba(124, 97, 255, 0.07), transparent 18%),
    linear-gradient(180deg, var(--dws-bg) 0%, var(--dws-surface) 100%);
}

.dws-how__grid {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 360px) 1fr;
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
}

.dws-how__col {
  display: grid;
  gap: 28px;
}

.dws-how__visual {
  position: relative;
  padding: 16px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.84));
  border: 1px solid rgba(124, 97, 255, 0.10);
  box-shadow:
    0 28px 58px rgba(25, 31, 68, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.55);
}

.dws-how-item {
  position: relative;
  padding: 0 0 0 26px;
}

.dws-how-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dws-primary), var(--dws-accent));
  box-shadow: 0 0 0 8px rgba(124, 97, 255, 0.10);
}

.dws-how-item h3 {
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 1.7vw, 2.1rem);
  color: var(--dws-heading);
}

.dws-how-item p {
  margin: 0;
  color: var(--dws-text-soft);
  line-height: 1.85;
}

html[data-theme="dark"] .dws-how__visual {
  background: linear-gradient(180deg, rgba(17, 22, 42, 0.96), rgba(9, 15, 31, 0.92));
  border-color: rgba(255,255,255,0.06);
  box-shadow:
    0 24px 52px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

/* =========================================================
   FINAL CTA
========================================================= */

.dws-final-cta {
  background: linear-gradient(180deg, var(--dws-surface) 0%, var(--dws-bg) 100%);
}

.dws-final-cta__box {
  position: relative;
  padding: clamp(32px, 5vw, 64px);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 28, 76, 0.98) 0%, rgba(39, 44, 139, 0.98) 52%, rgba(16, 50, 109, 0.98) 100%);
  color: #fff;
  box-shadow: 0 32px 90px rgba(13, 22, 66, 0.24);
}

.dws-final-cta__glow {
  position: absolute;
  inset: -30% auto auto -10%;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 118, 91, 0.34), transparent 70%);
  pointer-events: none;
}

.dws-final-cta__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.dws-final-cta__content h2 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #fff;
}

.dws-final-cta__content p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,0.82);
  line-height: 1.85;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.dws-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* =========================================================
   REVEAL STATES
========================================================= */

.dws-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 0.8s cubic-bezier(.2,.65,.2,1),
    transform 0.8s cubic-bezier(.2,.65,.2,1);
  will-change: transform, opacity;
}

.dws-reveal[data-reveal="left"] {
  transform: translate3d(-34px, 0, 0);
}

.dws-reveal[data-reveal="right"] {
  transform: translate3d(34px, 0, 0);
}

.dws-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .dws-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dws-pillars {
    grid-template-columns: 1fr;
  }

  .dws-about__grid,
  .dws-band-cta__grid,
  .dws-advantage__grid {
    grid-template-columns: 1fr;
  }

  .dws-band-cta__media {
    justify-self: stretch;
    max-width: 100%;
  }

  .dws-how__grid {
    grid-template-columns: 1fr;
  }

  .dws-how__center {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 860px) {
  .dws-hero {
    min-height: auto;
  }

  .dws-hero__stats {
    grid-template-columns: 1fr;
  }

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

  .dws-feature-card {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .dws-hero__word {
    top: 50%;
    font-size: clamp(5rem, 28vw, 12rem);
  }
}

@media (max-width: 640px) {
  .dws-section {
    padding: 72px 0;
  }

  .dws-services-grid {
    grid-template-columns: 1fr;
  }

  .dws-hero__actions,
  .dws-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dws-btn {
    width: 100%;
  }

  .dws-band-cta__contact a:first-child {
    font-size: 2rem;
  }

  .dws-hero__text {
    font-size: 1rem;
  }
}