/*
Theme Name: Dex Software Momentum
Theme URI: https://dexsoftware.com.tr/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: Premium teknoloji şirketi için hafif, güvenli ve dönüşüm odaklı WordPress başlangıç teması.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: dexsoftware-momentum
*/

:root {
  --bg: #f5f4ee;
  --bg-soft: #ffffff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(255, 255, 255, 0.98);
  --text: #0d1117;
  --muted: #66707b;
  --line: rgba(13, 17, 23, 0.1);
  --accent: #ffd84a;
  --accent-strong: #f3c520;
  --accent-ink: #101010;
  --dark: #090c11;
  --dark-soft: #11151c;
  --shadow: 0 18px 48px rgba(13, 17, 23, 0.08);
  --shadow-strong: 0 28px 72px rgba(13, 17, 23, 0.14);
  --radius: 24px;
  --radius-sm: 18px;
  --content: 1200px;
  --header-height: 88px;
}

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

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100dvh;
  color: var(--text);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 216, 74, 0.16), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(16, 16, 16, 0.05), transparent 16%),
    linear-gradient(180deg, #fbfaf5 0%, var(--bg) 48%, #f0eee5 100%);
}

body.dexsoftware-elementor-ready {
  overflow-x: hidden;
}

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

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  overflow: clip;
}

.story-progress {
  position: sticky;
  top: 88px;
  z-index: 35;
  height: 3px;
  background: rgba(13, 17, 23, 0.08);
}

.story-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 216, 74, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(6, 8, 11, 0.98), rgba(7, 9, 13, 0.98));
  color: #fff;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.site-intro__card {
  width: min(92vw, 560px);
  padding: 28px 30px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  text-align: center;
  animation: intro-breathe 1.8s ease-in-out infinite;
}

.site-intro__logo {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  margin: 0 auto 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.site-intro__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.site-intro__card strong {
  display: block;
  margin-top: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.site-intro__line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 18px 0 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.site-intro__card small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

body.intro-complete .site-intro {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(13, 17, 23, 0.08);
  background: rgba(250, 249, 243, 0.82);
  backdrop-filter: blur(18px);
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header__bar {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-brand__mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #101010, #262626);
  color: #fff;
  box-shadow: 0 16px 34px rgba(16, 16, 16, 0.22);
}

.site-brand__logo {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 16px 34px rgba(16, 16, 16, 0.22);
  flex: 0 0 auto;
}

.site-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-brand__text strong {
  font-size: 1rem;
}

.site-brand__text span {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.main-navigation li a:hover,
.main-navigation li.current-menu-item a {
  color: var(--text);
  background: rgba(255, 216, 74, 0.22);
  transform: translateY(-1px);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.button,
.wp-block-button__link,
button,
input[type="submit"],
.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #101010, #1f1f1f);
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 32px rgba(16, 16, 16, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(16, 16, 16, 0.22);
}

.button--ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(13, 17, 23, 0.12);
  box-shadow: none;
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

main {
  display: block;
}

.hero {
  padding: 42px 0 22px;
}

.hero--story {
  position: relative;
}

.hero--story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 216, 74, 0.14), transparent 16%),
    radial-gradient(circle at 88% 16%, rgba(13, 17, 23, 0.04), transparent 18%);
  pointer-events: none;
}

.hero-grid,
.hero-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: start;
}

.hero-story-grid {
  min-height: calc(86dvh - var(--header-height));
  padding-top: 20px;
}

.hero-copy,
.hero-visual,
.section-shell,
.cta-panel,
.contact-card,
.page-shell {
  position: relative;
}

.hero-copy,
.section-heading,
.cta-panel,
.contact-card {
  z-index: 1;
}

.hero-copy {
  padding: 24px 0;
}

.hero-copy--story {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 17, 23, 0.08);
  color: #263140;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 30px rgba(13, 17, 23, 0.05);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 216, 74, 0.16);
}

.hero h1,
.section-heading h2,
.cta-panel h2 {
  margin: 18px 0 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(3.5rem, 7vw, 6.2rem);
}

.hero--story h1 {
  max-width: 11ch;
}

.section-heading h2,
.cta-panel h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
}

.hero-copy p,
.section-heading p,
.cta-panel p,
.contact-card p,
.card p,
.service-card p,
.process-card p,
.package-card p,
.faq-card p,
.mini-card span,
.timeline-step__body p,
.link-list li {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.hero-copy p {
  max-width: 68ch;
  margin-top: 18px;
}

.hero-copy__secondary {
  max-width: 60ch;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 58ch;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pill-row,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.principles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.principles span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 17, 23, 0.08);
  color: #263140;
  font-size: 0.92rem;
  font-weight: 700;
}

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

.hero-revenue__card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 17, 23, 0.08);
  box-shadow: 0 12px 26px rgba(13, 17, 23, 0.04);
}

.hero-revenue__card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.04em;
}

.hero-revenue__card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(13, 17, 23, 0.08);
  color: #22303b;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(13, 17, 23, 0.05);
}

.hero-visual {
  padding: 14px;
}

.hero-panel {
  position: relative;
  transform: perspective(1000px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform 180ms ease;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto -20px;
  height: 120px;
  background: radial-gradient(circle at center, rgba(255, 216, 74, 0.18), transparent 70%);
  pointer-events: none;
}

.hero-panel__frame {
  position: relative;
  border: 1px solid rgba(13, 17, 23, 0.08);
  border-radius: 28px;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 216, 74, 0.18), transparent 20%),
    linear-gradient(180deg, #11151c 0%, #090c11 100%);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.hero-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.hero-panel__headline {
  padding: 28px 0 20px;
}

.hero-panel__headline strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.hero-panel__headline span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
}

.calculator-card {
  display: grid;
  gap: 16px;
}

.calculator-card__top {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calculator-card__progress {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.calculator-card__progress span {
  display: block;
  width: 24%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), rgba(255, 216, 74, 0.18));
}

.calculator-card__body {
  display: grid;
  gap: 16px;
}

.calculator-card__title {
  padding: 0;
}

.calculator-card__title strong {
  font-size: clamp(1.7rem, 3.8vw, 3rem);
}

.calculator-card__title span {
  font-size: 0.95rem;
}

.calculator-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 216, 74, 0.12);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.choice-card {
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 78px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 74, 0.35);
  background: rgba(255, 216, 74, 0.08);
}

.choice-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.choice-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

.hero-actions--calculator {
  margin-top: 0;
}

.calculator-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.6;
}

.hero-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-panel__stats > div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-panel__stats strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-panel__stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.5;
}

.hero-rail {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.hero-rail span {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 216, 74, 0.2));
}

.hero-rail span:nth-child(1) { width: 40%; }
.hero-rail span:nth-child(2) { width: 28%; }
.hero-rail span:nth-child(3) { width: 18%; }

.hero-card,
.section-shell,
.contact-card,
.cta-panel,
.service-card,
.process-card,
.package-card,
.faq-card,
.mini-card,
.timeline-step,
.page-shell {
  border: 1px solid rgba(13, 17, 23, 0.08);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-card {
  border-radius: 36px;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 216, 74, 0.18), transparent 22%),
    linear-gradient(180deg, #11151c 0%, #090c11 100%);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.hero-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-card__signal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
}

.hero-card__signal::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(255, 216, 74, 0.8);
}

.hero-card__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-card__metric {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card__metric strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  letter-spacing: -0.05em;
}

.hero-card__metric span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.hero-card__stack {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.hero-card__stack > div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card__stack span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(255, 216, 74, 0.12);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-card__stack strong {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.86);
}

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

.marquee {
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(13, 17, 23, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.marquee__track {
  display: flex;
  gap: 12px;
  width: max-content;
  padding: 12px 0;
  animation: marquee 22s linear infinite;
}

section {
  padding: 46px 0;
}

.chapter-shell,
.section-shell,
.page-shell {
  border-radius: var(--radius);
  padding: 32px;
}

.section-shell,
.chapter-shell {
  background: var(--surface);
}

.page-shell {
  background: rgba(255, 255, 255, 0.6);
}

.chapter-shell--dark {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 216, 74, 0.14), transparent 18%),
    linear-gradient(180deg, #11151c 0%, #090c11 100%);
  color: #fff;
}

.chapter-shell--soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 247, 241, 0.92)),
    rgba(255, 255, 255, 0.9);
}

.chapter-grid {
  display: grid;
  gap: 18px;
}

.chapter-heading {
  max-width: 760px;
}

.chapter-heading h2 {
  margin-top: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.chapter-shell--dark .chapter-heading h2,
.chapter-shell--dark .chapter-heading p,
.chapter-shell--dark .motion-card span,
.chapter-shell--dark .timeline-step__body p {
  color: rgba(255, 255, 255, 0.76);
}

.chapter-shell--dark .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

.chapter-shell--dark .eyebrow::before {
  box-shadow: 0 0 0 4px rgba(255, 216, 74, 0.12);
}

.page-content {
  max-width: 100%;
}

.page-content :where(h1, h2, h3, h4) {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.05em;
}

.page-content :where(p, li) {
  color: var(--muted);
  line-height: 1.75;
}

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

.service-grid,
.process-grid,
.package-grid {
  display: grid;
  gap: 16px;
}

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

.service-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.service-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(13, 17, 23, 0.04);
  color: var(--muted);
  font-weight: 700;
}

.service-card,
.process-card,
.package-card,
.faq-card,
.mini-card {
  border-radius: var(--radius-sm);
  padding: 22px;
}

.service-card:hover,
.process-card:hover,
.package-card:hover,
.faq-card:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 216, 74, 0.32), rgba(255, 216, 74, 0.12));
  color: #151515;
  font-weight: 800;
}

.service-card h3,
.process-card h3,
.package-card h3,
.faq-card h3,
.mini-card strong,
.contact-card h3,
.timeline-step__body h3 {
  margin: 14px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.05;
  font-size: 1.28rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: start;
}

.timeline {
  display: grid;
  gap: 14px;
  counter-reset: step;
}

.timeline-step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border-radius: 22px;
  padding: 18px;
}

.timeline-step__label {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #101010, #252525);
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.timeline-step__label::before {
  content: counter(step, decimal-leading-zero);
}

.timeline-step__body {
  padding-top: 4px;
}

.feature-panel {
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 216, 74, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 248, 242, 0.94));
}

.feature-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.stat-grid {
  display: grid;
  gap: 16px;
}

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

.process-card strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 216, 74, 0.18);
  color: #1f1f1f;
  font-weight: 800;
}

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

.package-card__meta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.05);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

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

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

.portfolio-row {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.portfolio-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(13, 17, 23, 0.08);
}

.portfolio-card span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.portfolio-card strong {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.motion-cards {
  display: grid;
  gap: 12px;
}

.motion-card {
  min-height: 90px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.motion-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
  font-size: 1.1rem;
}

.motion-card span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
}

.link-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.link-list li {
  position: relative;
  padding-left: 20px;
}

.link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.cta-panel {
  border-radius: 34px;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 216, 74, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.96), rgba(9, 12, 17, 0.96));
  color: #fff;
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.74);
}

.cta-panel .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
}

.cta-panel .eyebrow::before {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 216, 74, 0.16);
}

.contact-card {
  border-radius: 28px;
  padding: 28px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(16, 16, 16, 0.03);
  color: #24313d;
  font-weight: 700;
}

.site-footer {
  padding: 24px 0 46px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
}

.site-footer__brandcard {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(13, 17, 23, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.site-footer__brandcard p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__badges span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(13, 17, 23, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: #263140;
  font-size: 0.78rem;
  font-weight: 700;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.site-footer__col {
  padding: 24px;
  border: 1px solid rgba(13, 17, 23, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
}

.site-footer__col strong {
  display: block;
  margin-bottom: 14px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__links {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--muted);
  font-weight: 600;
}

.site-footer__links a:hover {
  color: var(--text);
}

.site-footer__bar {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer__bar--meta {
  padding-top: 12px;
  border-top: 1px solid rgba(13, 17, 23, 0.08);
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--text);
}

.site-footer__brand img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.mobile-quick-actions {
  display: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

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

.page-content .elementor-section,
.page-content .elementor-container,
.page-content .elementor-widget-wrap {
  max-width: 100%;
}

.service-landing .elementor-container {
  gap: 0;
}

.service-landing :where(.elementor-widget-heading) .elementor-heading-title {
  color: var(--text);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.service-landing :where(.elementor-widget-heading) h1.elementor-heading-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 1.08;
  font-weight: 700;
  max-width: 12ch;
}

.service-landing :where(.elementor-widget-heading) h2.elementor-heading-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
  font-weight: 700;
}

.service-landing :where(.elementor-widget-heading) h3.elementor-heading-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
  font-weight: 700;
}

.service-landing :where(.elementor-widget-text-editor) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.service-landing :where(.elementor-widget-button) .elementor-button {
  min-height: 50px;
  padding: 0 20px;
}

.page-content :where(.elementor-button) {
  border-radius: 999px;
  padding: 0 22px;
}

.page-content :where(.elementor-heading-title) {
  color: var(--text);
}

.page-content :where(.elementor-widget-text-editor) {
  color: var(--muted);
}

.page-content :where(.elementor-widget-button) .elementor-button {
  background: linear-gradient(135deg, #101010, #252525);
  color: #fff;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes intro-breathe {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .hero-story-grid,
  .split-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .hero h1 {
    max-width: none;
  }

  .proof-grid,
  .portfolio-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  body.admin-bar .site-header {
    top: 46px;
  }

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

  .main-navigation {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 12px);
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(13, 17, 23, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-strong);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    flex-direction: column;
    align-items: stretch;
  }

  .main-navigation.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-navigation ul,
  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero,
  section {
    padding: 28px 0;
  }

  .hero {
    padding-top: 22px;
  }

  .service-grid,
  .process-grid,
  .package-grid,
  .faq-grid,
  .feature-panel__grid {
    grid-template-columns: 1fr;
  }

  .service-marquee {
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .section-shell,
  .chapter-shell,
  .cta-panel,
  .page-shell {
    padding: 24px;
  }

  .hero-actions .button,
  .hero-actions .button--ghost {
    width: 100%;
    min-height: 46px;
    padding-inline: 18px;
    font-size: 0.95rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-card__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--content));
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .section-heading h2,
  .chapter-heading h2,
  .cta-panel h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .site-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-quick-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(13, 17, 23, 0.08);
    box-shadow: var(--shadow-strong);
    backdrop-filter: blur(18px);
  }

  .mobile-quick-actions__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 14px;
    background: rgba(13, 17, 23, 0.05);
    color: var(--text);
    font-weight: 800;
    font-size: 0.92rem;
  }

  .mobile-quick-actions__item--accent {
    background: linear-gradient(135deg, #101010, #272727);
    color: #fff;
  }

  body.dexsoftware-momentum {
    padding-bottom: 108px;
  }

  .site-footer__grid,
  .site-footer__columns {
    grid-template-columns: 1fr;
  }

  .site-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__brandcard,
  .site-footer__col {
    padding: 20px;
    border-radius: 20px;
  }
}

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

  [data-reveal],
  .site-intro,
  .site-intro__card {
    transition: none !important;
    animation: none !important;
  }
}

/* Locked hero system: white-grid premium quote panel */
.dex-hero {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  padding: 86px 0 76px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 77% 24%, rgba(239, 255, 0, 0.16), transparent 28%),
    linear-gradient(rgba(17, 20, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 24, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 34px 34px, 34px 34px;
}

.dex-hero::before,
.dex-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
}

.dex-hero::before {
  width: 410px;
  height: 410px;
  right: max(18px, calc((100vw - 1180px) / 2));
  top: 58px;
  background: radial-gradient(circle, rgba(239, 255, 0, 0.18), rgba(239, 255, 0, 0.04) 42%, transparent 70%);
  filter: blur(2px);
}

.dex-hero::after {
  width: 220px;
  height: 220px;
  left: max(18px, calc((100vw - 1180px) / 2));
  bottom: 30px;
  border: 1px solid rgba(17, 20, 24, 0.06);
  background: rgba(255, 255, 255, 0.6);
}

.dex-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.dex-hero__copy {
  max-width: 570px;
}

.dex-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #4b5563;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(17, 20, 24, 0.05);
}

.dex-hero__copy h1 {
  margin: 22px 0 18px;
  color: #111418;
  font-size: clamp(3.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.dex-hero__copy h1 span {
  display: block;
}

.dex-hero__lead {
  max-width: 560px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.dex-hero__sublead {
  max-width: 520px;
  margin: 14px 0 0;
  color: #465160;
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions .button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 34px rgba(17, 20, 24, 0.12);
}

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

.hero-actions .button--ghost {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(17, 20, 24, 0.12);
  color: #111418;
  box-shadow: 0 12px 26px rgba(17, 20, 24, 0.06);
}

.dex-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #374151;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(17, 20, 24, 0.045);
}

.proof-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #efff00;
  box-shadow: 0 0 0 4px rgba(239, 255, 0, 0.22);
}

.dex-hero__panel {
  position: relative;
  max-width: 610px;
  width: 100%;
  justify-self: end;
}

.dex-hero__panel::before {
  content: "";
  position: absolute;
  inset: 20px -18px -18px 22px;
  z-index: -1;
  border: 1px solid rgba(17, 20, 24, 0.06);
  border-radius: 30px;
  background: rgba(245, 247, 250, 0.72);
}

.dex-calculator {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.99)),
    linear-gradient(rgba(17, 20, 24, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 24, 0.028) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  box-shadow: 0 30px 70px rgba(17, 20, 24, 0.12);
}

.dex-calculator__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.dex-calculator__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dex-calculator__top strong {
  display: grid;
  gap: 2px;
  color: #111418;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.dex-calculator__status {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 999px;
  background: #f5f7fa;
  color: #374151;
  font-size: 0.78rem;
  font-weight: 800;
}

.dex-progress {
  height: 7px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eef1f5;
  overflow: hidden;
}

.dex-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #111418, #efff00);
  transition: width 260ms ease;
}

.dex-step {
  padding: 16px;
  border: 1px solid rgba(17, 20, 24, 0.07);
  border-radius: 18px;
  background: rgba(245, 247, 250, 0.68);
}

.dex-step__head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.dex-step__head span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  background: #efff00;
  color: #111418;
  font-size: 0.88rem;
  font-weight: 800;
}

.dex-step__head strong {
  color: #111418;
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.35;
}

.dex-chip-grid,
.dex-chip-grid--small,
.dex-chip-grid--checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dex-chip,
.dex-check {
  justify-content: flex-start;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 14px;
  background: #ffffff;
  color: #111418;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  box-shadow: 0 8px 18px rgba(17, 20, 24, 0.04);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.dex-chip:hover,
.dex-check:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 20, 24, 0.18);
  box-shadow: 0 14px 28px rgba(17, 20, 24, 0.075);
}

.dex-chip.is-selected,
.dex-check.is-selected {
  border-color: rgba(17, 20, 24, 0.78);
  background: rgba(239, 255, 0, 0.2);
  box-shadow: 0 14px 28px rgba(239, 255, 0, 0.16);
}

.dex-calculator__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.dex-nav-btn {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 13px;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.dex-nav-btn--primary {
  background: #efff00;
  color: #111418;
  box-shadow: 0 14px 28px rgba(17, 20, 24, 0.12);
}

.dex-calculator__result,
.dex-calculator__result--summary {
  border-radius: 18px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 20, 24, 0.06);
}

@media (max-width: 1080px) {
  .dex-hero__grid {
    grid-template-columns: 1fr;
  }

  .dex-hero__copy,
  .dex-hero__panel {
    max-width: 760px;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .dex-hero {
    padding: 42px 0 46px;
    background-size: auto, auto, 26px 26px, 26px 26px;
  }

  .dex-hero::before {
    width: 260px;
    height: 260px;
    right: -70px;
    top: 24px;
  }

  .dex-hero::after {
    display: none;
  }

  .dex-hero__grid {
    gap: 26px;
  }

  .dex-hero__copy h1 {
    margin: 18px 0 14px;
    font-size: clamp(2.15rem, 10vw, 2.5rem);
    line-height: 1.1;
    letter-spacing: -0.028em;
  }

  .dex-hero__lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .dex-hero__sublead {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions .button {
    min-height: 44px;
    justify-content: center;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .dex-hero__proof {
    gap: 8px;
    margin-top: 18px;
  }

  .proof-pill {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .dex-hero__panel::before {
    display: none;
  }

  .dex-calculator {
    padding: 18px;
    border-radius: 22px;
    box-shadow: 0 20px 44px rgba(17, 20, 24, 0.12);
  }

  .dex-calculator__top {
    flex-direction: column;
    gap: 10px;
  }

  .dex-calculator__top strong {
    font-size: 1.45rem;
  }

  .dex-chip-grid,
  .dex-chip-grid--small,
  .dex-chip-grid--checks {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .dex-step {
    padding: 14px;
  }

  .dex-chip,
  .dex-check {
    min-height: 50px;
    padding: 11px 12px;
    font-size: 0.88rem;
  }

  .dex-calculator__nav {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .dex-nav-btn {
    width: 100%;
  }
}

:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --text: #111418;
  --muted: #66707b;
  --line: rgba(17, 20, 24, 0.08);
  --accent: #efff00;
  --accent-strong: #e0ef00;
  --accent-ink: #111418;
  --dark: #111418;
  --dark-soft: #1a1f26;
  --shadow: 0 18px 48px rgba(17, 20, 24, 0.08);
  --shadow-strong: 0 28px 72px rgba(17, 20, 24, 0.12);
}

body {
  background:
    radial-gradient(circle at 10% 8%, rgba(239, 255, 0, 0.14), transparent 20%),
    radial-gradient(circle at 88% 10%, rgba(17, 20, 24, 0.04), transparent 16%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.site-shell {
  background: #ffffff;
}

.site-intro {
  background:
    radial-gradient(circle at 50% 26%, rgba(239, 255, 0, 0.26), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 250, 0.98));
  color: var(--text);
}

.site-intro__card {
  border-color: rgba(17, 20, 24, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 90px rgba(17, 20, 24, 0.18);
}

.site-intro__kicker,
.site-intro__card small {
  color: var(--muted);
}

.site-intro__line {
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.site-intro__logo {
  box-shadow: 0 18px 42px rgba(17, 20, 24, 0.12);
}

.button,
.wp-block-button__link,
button,
input[type="submit"],
.elementor-button {
  background: linear-gradient(135deg, #efff00, #dfea00);
  color: #111418;
  box-shadow: 0 16px 32px rgba(239, 255, 0, 0.22);
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  box-shadow: 0 20px 40px rgba(239, 255, 0, 0.3);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  border-color: rgba(17, 20, 24, 0.1);
  box-shadow: none;
}

.button--ghost:hover {
  background: #ffffff;
}

.dex-hero,
.dex-reviews,
.dex-trust,
.dex-section,
.dex-cta-grid {
  padding: 40px 0;
}

.section-pad-top {
  padding-top: 30px;
}

.dex-hero__grid,
.dex-reviews__layout,
.dex-split,
.dex-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 24px;
  align-items: start;
}

.dex-hero__copy {
  padding: 26px 0;
}

.dex-hero__copy h1 {
  margin: 16px 0 0;
  max-width: 12.2ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 5.1vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-wrap: balance;
}

.dex-hero__copy h1 span {
  display: block;
}

.dex-hero__lead,
.dex-hero__sublead {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.62;
  font-size: 0.98rem;
}

.dex-hero__proof,
.dex-reviews__layout,
.dex-service-grid,
.dex-stats-grid,
.dex-portfolio-grid,
.dex-case-grid,
.dex-process-grid,
.dex-package-grid,
.dex-blog-grid,
.dex-faq-grid,
.dex-highlight-grid {
  display: grid;
  gap: 16px;
}

.dex-hero__proof {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 20, 24, 0.08);
  color: #22303b;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(17, 20, 24, 0.05);
}

.dex-hero__panel {
  position: relative;
  padding: 14px;
}

.dex-calculator,
.dex-review-cta,
.dex-section,
.dex-service-card,
.dex-review-card,
.dex-mini-card,
.dex-stat-card,
.dex-portfolio-card,
.dex-case-card,
.dex-process-card,
.dex-package-card,
.dex-blog-card,
.dex-faq-card,
.dex-highlight-card,
.dex-cta-panel,
.dex-contact-card {
  border-radius: 28px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.dex-calculator {
  padding: 22px;
}

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

.dex-calculator__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.16);
  color: #232a00;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dex-calculator__top strong {
  display: block;
  margin-top: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.55rem, 2.9vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.dex-calculator__top strong span {
  display: block;
}

.dex-calculator__status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f5f7fa;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.dex-progress {
  height: 8px;
  margin-top: 16px;
  border-radius: 999px;
  background: #edf1f5;
  overflow: hidden;
}

.dex-progress span {
  display: block;
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), rgba(239, 255, 0, 0.25));
}

.dex-calculator__steps {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.dex-step {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background: #f9fbfd;
}

.dex-step.is-hidden {
  display: none;
}

.dex-step--active {
  border-color: rgba(239, 255, 0, 0.45);
  background: rgba(239, 255, 0, 0.06);
}

.dex-step__head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.dex-step__head span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #111418;
  color: #fff;
  font-weight: 800;
}

.dex-step__head strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.04em;
  line-height: 1.18;
  font-weight: 700;
}

.dex-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

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

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

.dex-social-group {
  padding: 14px 0 0;
}

.dex-social-group + .dex-social-group {
  margin-top: 14px;
}

.dex-social-group__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.dex-social-group__note {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.94rem;
}

.dex-social-group .dex-chip-grid {
  margin-top: 12px;
}

.dex-chip {
  width: 100%;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background: #ffffff;
  color: var(--text);
  text-align: left;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.dex-chip.is-selected,
.dex-check.is-selected {
  border-color: rgba(239, 255, 0, 0.85);
  background: rgba(239, 255, 0, 0.18);
  box-shadow: 0 14px 24px rgba(239, 255, 0, 0.16);
}

.dex-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 255, 0, 0.6);
  background: rgba(239, 255, 0, 0.12);
}

.dex-chip--soft {
  min-height: 58px;
  background: #f7f9fb;
  font-weight: 600;
}

.dex-check {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background: #ffffff;
  color: #22303b;
  font-size: 0.92rem;
  line-height: 1.45;
}

.dex-check {
  cursor: pointer;
  text-align: left;
}

.dex-calculator__result {
  margin-top: 16px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background:
    radial-gradient(circle at 90% 0%, rgba(239, 255, 0, 0.18), transparent 18%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.dex-calculator__result--summary {
  margin-top: 14px;
}

.dex-calculator__nav {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 14px;
}

.dex-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #efff00, #dfea00);
  color: #111418;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(239, 255, 0, 0.2);
}

.dex-nav-btn--ghost {
  background: #ffffff;
  color: var(--text);
  border-color: rgba(17, 20, 24, 0.1);
  box-shadow: none;
}

.dex-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.dex-result__services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.dex-result__services span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 20, 24, 0.05);
  color: #22303b;
  font-size: 0.82rem;
  font-weight: 700;
}

.dex-result__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.2);
  color: #232a00;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dex-result__copy strong {
  display: block;
  margin-top: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.dex-result__copy p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.dex-result__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.dex-result__meta > div {
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 24, 0.08);
}

.dex-result__meta span,
.dex-result__meta strong {
  display: block;
}

.dex-result__meta span {
  color: var(--muted);
  font-size: 0.82rem;
}

.dex-result__meta strong {
  margin-top: 4px;
  color: var(--text);
  font-size: 1rem;
}

.dex-result__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.dex-result__benefits span,
.dex-credit-badge,
.dex-credit-badge--light {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 20, 24, 0.04);
  color: #22303b;
  font-size: 0.82rem;
  font-weight: 700;
}

.dex-credit-badge,
.dex-credit-badge--light {
  margin-top: 12px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
}

.dex-section {
  padding: 30px;
}

.dex-section--soft {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.dex-section--darkless {
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 255, 0, 0.1), transparent 18%),
    linear-gradient(180deg, #ffffff, #f7f9fc);
}

.dex-section__head {
  max-width: 760px;
  margin-bottom: 24px;
}

.dex-section__head h2,
.dex-cta-panel h2 {
  margin: 16px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.dex-section__head p,
.dex-service-card p,
.dex-review-card p,
.dex-mini-card span,
.dex-stat-card span,
.dex-portfolio-card p,
.dex-case-card p,
.dex-process-card p,
.dex-package-card p,
.dex-blog-card p,
.dex-faq-card p,
.dex-highlight-card span,
.dex-review-cta p,
.dex-cta-panel p {
  color: var(--muted);
  line-height: 1.72;
}

.dex-reviews__layout {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.dex-review-cta {
  display: grid;
  gap: 12px;
  padding: 24px;
  align-content: start;
  text-decoration: none;
}

.dex-review-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dex-review-cta strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.dex-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dex-review-card {
  padding: 20px;
}

.dex-review-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.dex-review-card__top strong {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.dex-review-card__top span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
  font-weight: 800;
}

.dex-review-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}

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

.dex-service-card {
  padding: 22px;
}

.dex-service-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(239, 255, 0, 0.35), rgba(239, 255, 0, 0.1));
  color: #151515;
  font-weight: 800;
}

.dex-service-card h3,
.dex-mini-card strong,
.dex-stat-card strong,
.dex-portfolio-card__block strong,
.dex-case-card strong,
.dex-process-card h3,
.dex-package-card h3,
.dex-blog-card h3,
.dex-faq-card h3,
.dex-highlight-card strong {
  margin: 14px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.22rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.dex-trust__strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.dex-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dex-mini-card {
  padding: 20px;
}

.dex-stat-card {
  padding: 22px;
}

.dex-stat-card strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
}

.dex-stat-card span {
  display: block;
  margin-top: 8px;
}

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

.dex-portfolio-card {
  overflow: hidden;
}

.dex-portfolio-card__media {
  min-height: 180px;
  padding: 22px;
  background:
    radial-gradient(circle at 80% 0%, rgba(239, 255, 0, 0.18), transparent 18%),
    linear-gradient(180deg, #111418, #21262d);
  color: #fff;
}

.dex-portfolio-card__media span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dex-portfolio-card__media strong {
  display: block;
  margin-top: 70px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.65rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.dex-portfolio-card__content {
  padding: 22px;
}

.dex-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dex-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 20, 24, 0.04);
  color: #24313d;
  font-size: 0.82rem;
  font-weight: 700;
}

.dex-portfolio-card__block {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(17, 20, 24, 0.08);
}

.dex-portfolio-card__block strong,
.dex-case-card strong {
  display: block;
}

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

.dex-case-card {
  padding: 22px;
}

.dex-case-card__row {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 20, 24, 0.08);
}

.dex-case-card__row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.dex-process-card {
  padding: 22px;
}

.dex-process-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111418, #232933);
  color: #efff00;
  font-weight: 800;
}

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

.dex-package-card {
  padding: 22px;
}

.dex-package-card__meta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
  font-size: 0.78rem;
  font-weight: 800;
}

.dex-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.dex-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.dex-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

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

.dex-blog-card {
  padding: 22px;
}

.dex-blog-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dex-highlight-grid {
  grid-template-columns: 1fr;
}

.dex-highlight-card {
  padding: 20px;
}

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

.dex-faq-card {
  padding: 22px;
}

.dex-cta-panel {
  padding: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 255, 0, 0.2), transparent 18%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.dex-contact-card {
  padding: 28px;
}

.dex-section .hero-actions,
.dex-cta-panel .hero-actions {
  margin-top: 24px;
}

.dex-cta-grid .contact-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.dex-cta-grid .contact-list a,
.dex-cta-grid .contact-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(17, 20, 24, 0.03);
  color: #24313d;
  font-weight: 700;
}

.dex-cta-grid .contact-list a:hover {
  background: rgba(239, 255, 0, 0.12);
}

@media (max-width: 1100px) {
  .dex-hero__grid,
  .dex-reviews__layout,
  .dex-split,
  .dex-cta-grid {
    grid-template-columns: 1fr;
  }

  .dex-review-grid,
  .dex-service-grid,
  .dex-portfolio-grid,
  .dex-case-grid,
  .dex-process-grid,
  .dex-package-grid,
  .dex-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .dex-hero__proof,
  .dex-chip-grid,
  .dex-chip-grid--small,
  .dex-chip-grid--checks,
  .dex-result__meta,
  .dex-why-grid,
  .dex-review-grid,
  .dex-service-grid,
  .dex-portfolio-grid,
  .dex-case-grid,
  .dex-process-grid,
  .dex-package-grid,
  .dex-blog-grid,
  .dex-faq-grid {
    grid-template-columns: 1fr;
  }

  .dex-section,
  .dex-cta-panel,
  .dex-contact-card {
    padding: 24px;
  }

  .dex-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.7rem, 11vw, 3.9rem);
    line-height: 1.08;
  }

  .dex-hero__panel {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .dex-hero,
  .dex-reviews,
  .dex-trust,
  .dex-section,
  .dex-cta-grid {
    padding: 30px 0;
  }

  .dex-review-cta strong,
  .dex-section__head h2,
  .dex-cta-panel h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .dex-calculator__top {
    flex-direction: column;
    gap: 10px;
  }

  .dex-chip {
    min-height: 64px;
  }

  .dex-hero__copy h1 {
    font-size: clamp(2.35rem, 10.2vw, 2.75rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .dex-hero__lead,
  .dex-hero__sublead {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .proof-pill {
    min-height: 38px;
    font-size: 0.86rem;
  }

  .dex-calculator__top strong {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .dex-calculator__nav {
    flex-direction: column;
  }

  .dex-nav-btn {
    width: 100%;
  }
}

/* Service landing page: Izmir Web Tasarim */
.service-landing {
  padding-bottom: 28px;
}

.service-builder-shell {
  padding: 32px 0 72px;
}

.service-builder-shell__content {
  display: grid;
  gap: 18px;
}

.service-hero {
  padding: 34px 0 22px;
}

.service-section {
  padding: 34px 0;
}

.service-section--soft {
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.7), rgba(255, 255, 255, 0.96));
}

.service-section__head {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin-bottom: 22px;
}

.service-section__head--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: end;
  max-width: none;
}

.service-section__head h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-section__head p,
.service-lead,
.service-sublead,
.service-proof__leader p,
.service-card p,
.service-problem-card p,
.service-package-card p,
.service-why-card p,
.service-timeline__item p,
.service-mistake-card p,
.service-portfolio-card p,
.service-link-card span,
.service-faq__item p,
.service-cta__panel p {
  color: var(--muted);
  line-height: 1.72;
}

.service-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.service-breadcrumb a {
  color: var(--text);
}

.service-hero__grid,
.service-proof__grid,
.service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  gap: 24px;
  align-items: start;
}

.service-hero__copy {
  padding: 14px 0;
}

.service-hero__copy h1 {
  margin: 16px 0 0;
  max-width: 12ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.3rem, 6vw, 5.2rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-wrap: balance;
}

.service-lead {
  margin-top: 18px;
  max-width: 62ch;
  font-size: 1.02rem;
}

.service-sublead {
  margin-top: 12px;
  max-width: 62ch;
  font-size: 0.98rem;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-badges span,
.service-chip,
.service-mockup__footer span,
.service-proof__eyebrow,
.service-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.16);
  color: #232a00;
  border: 1px solid rgba(17, 20, 24, 0.06);
  font-size: 0.85rem;
  font-weight: 800;
}

.service-chip--accent {
  background: rgba(239, 255, 0, 0.22);
}

.service-hero__visual {
  padding: 10px 0;
}

.service-mockup,
.service-proof__leader,
.service-review-card,
.service-card,
.service-problem-card,
.service-factor-card,
.service-note-box,
.service-package-card,
.service-why-card,
.service-timeline__item,
.service-mistake-card,
.service-portfolio-card,
.service-link-card,
.service-faq__item,
.service-cta__panel,
.service-cta__aside {
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(17, 20, 24, 0.08);
}

.service-mockup {
  padding: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(239, 255, 0, 0.14), transparent 18%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.service-mockup__top,
.service-mockup__body,
.service-mockup__footer,
.service-mockup__screen-head,
.service-mockup__stats,
.service-review-card__top,
.service-package-card__top,
.service-package-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-mockup__brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.service-mockup__dots {
  display: flex;
  gap: 6px;
}

.service-mockup__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(17, 20, 24, 0.12);
}

.service-mockup__body {
  align-items: stretch;
  gap: 16px;
  margin-top: 16px;
}

.service-mockup__screen {
  flex: 1;
  min-height: 340px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.2), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(17, 20, 24, 0.04), rgba(17, 20, 24, 0.02));
  border: 1px solid rgba(17, 20, 24, 0.08);
}

.service-mockup__screen-head {
  align-items: flex-start;
}

.service-mockup__screen-head span,
.service-mockup__screen-head small {
  display: block;
}

.service-mockup__screen-head span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.service-mockup__screen-head small {
  color: var(--muted);
  font-weight: 600;
}

.service-mockup__screen-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 24, 0.08);
}

.service-mockup__screen-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.service-mockup__screen-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-mockup__stats {
  margin-top: 16px;
}

.service-mockup__stats > div {
  flex: 1;
  min-height: 88px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(17, 20, 24, 0.03);
  border: 1px solid rgba(17, 20, 24, 0.06);
}

.service-mockup__stats strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.service-mockup__stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.service-mockup__phone {
  width: 190px;
  flex: 0 0 190px;
  align-self: flex-end;
}

.service-mockup__phone-screen {
  min-height: 340px;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 255, 0, 0.18), transparent 22%),
    linear-gradient(180deg, #ffffff, #f5f7fa);
  border: 1px solid rgba(17, 20, 24, 0.08);
  box-shadow: 0 14px 40px rgba(17, 20, 24, 0.08);
}

.service-mockup__phone-screen strong {
  display: block;
  margin-top: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.service-mockup__phone-screen p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.service-mockup__footer {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.service-proof__leader {
  display: grid;
  gap: 12px;
  padding: 24px;
  text-decoration: none;
  align-content: start;
}

.service-proof__leader strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.service-proof__reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-review-card {
  padding: 20px;
}

.service-review-card__top strong,
.service-package-card h3,
.service-why-card strong,
.service-timeline__item h3,
.service-mistake-card h3,
.service-portfolio-card h3,
.service-link-card strong {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.service-review-card__top span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
  font-weight: 800;
}

.service-review-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}

.service-toc__chips,
.service-factors,
.service-service-grid,
.service-grid,
.service-package-grid,
.service-why-grid,
.service-timeline,
.service-mistakes-grid,
.service-portfolio-grid,
.service-link-grid,
.service-faq {
  display: grid;
  gap: 14px;
}

.service-toc__chips {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.service-toc__chips a,
.service-link-card {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 76px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 20, 24, 0.04);
}

.service-toc__chips a {
  color: var(--text);
  font-weight: 700;
  line-height: 1.35;
}

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

.service-card,
.service-problem-card,
.service-factor-card,
.service-package-card,
.service-why-card,
.service-mistake-card,
.service-link-card,
.service-faq__item,
.service-cta__aside {
  padding: 22px;
}

.service-card h3,
.service-problem-card strong,
.service-why-card strong,
.service-timeline__item h3,
.service-mistake-card h3,
.service-package-card h3,
.service-link-card strong,
.service-faq__item summary {
  margin: 0;
  font-size: 1.18rem;
}

.service-card__eyebrow {
  width: 42px;
  margin-bottom: 14px;
}

.service-card__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

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

.service-factor-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.service-factor-card span {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(239, 255, 0, 0.14);
}

.service-factor-card p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.service-note-box {
  margin-top: 16px;
  padding: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 255, 0, 0.18), transparent 18%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.service-note-box strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.service-note-box p {
  margin: 10px 0 16px;
  color: var(--muted);
}

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

.service-package-card {
  display: grid;
  gap: 14px;
}

.service-package-card__top {
  align-items: flex-start;
}

.service-package-card__top span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.18);
  color: #232a00;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.service-package-card__audience {
  padding-top: 14px;
  border-top: 1px solid rgba(17, 20, 24, 0.08);
}

.service-package-card__footer {
  align-items: flex-start;
  flex-direction: column;
}

.service-package-card__footer strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

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

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

.service-timeline__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #efff00, #e4f300);
  color: #111418;
  font-weight: 800;
}

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

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

.service-portfolio-card {
  overflow: hidden;
}

.service-portfolio-card__visual {
  min-height: 220px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  background:
    radial-gradient(circle at 80% 0%, rgba(239, 255, 0, 0.18), transparent 18%),
    linear-gradient(180deg, #111418, #1d232c);
  color: #ffffff;
}

.service-portfolio-card__device {
  flex: 1;
  min-height: 120px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  place-items: center;
  text-align: center;
}

.service-portfolio-card__device--phone {
  flex: 0 0 110px;
  min-height: 180px;
}

.service-portfolio-card__device span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(239, 255, 0, 0.16);
  color: #efff00;
  font-size: 0.8rem;
  font-weight: 800;
}

.service-portfolio-card__content {
  padding: 22px;
}

.service-portfolio-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-portfolio-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 20, 24, 0.04);
  color: #24313d;
  font-size: 0.82rem;
  font-weight: 700;
}

.service-portfolio-card__block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 20, 24, 0.08);
}

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

.service-link-card strong {
  display: block;
  font-size: 1.08rem;
}

.service-link-card span {
  display: block;
}

.service-faq {
  gap: 12px;
}

.service-faq__item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}

.service-faq__item summary::-webkit-details-marker {
  display: none;
}

.service-faq__item summary::after {
  content: "+";
  float: right;
  color: var(--accent-strong);
  font-weight: 800;
}

.service-faq__item[open] summary::after {
  content: "–";
}

.service-faq__item > div {
  padding-top: 12px;
}

.service-cta__panel {
  padding: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 255, 0, 0.18), transparent 18%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.service-cta__panel h2 {
  margin: 16px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.service-cta__note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.service-cta__aside {
  padding: 26px;
}

.service-cta__aside h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.28rem;
  letter-spacing: -0.04em;
}

.service-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.service-contact-list a,
.service-contact-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(17, 20, 24, 0.03);
  color: #24313d;
  font-weight: 700;
}

.service-contact-list a:hover {
  background: rgba(239, 255, 0, 0.14);
}

@media (max-width: 1100px) {
  .service-hero__grid,
  .service-proof__grid,
  .service-cta,
  .service-section__head--split {
    grid-template-columns: 1fr;
  }

  .service-proof__reviews,
  .service-grid--who,
  .service-grid--solutions,
  .service-factors,
  .service-package-grid,
  .service-why-grid,
  .service-timeline,
  .service-portfolio-grid,
  .service-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .service-section,
  .service-hero {
    padding: 28px 0;
  }

  .service-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.65rem, 10vw, 3.7rem);
    line-height: 1.08;
  }

  .service-mockup__body {
    flex-direction: column;
  }

  .service-mockup__phone {
    width: 100%;
    flex: 1 1 auto;
  }

  .service-mockup__phone-screen {
    min-height: auto;
  }

  .service-proof__reviews,
  .service-grid--who,
  .service-grid--solutions,
  .service-factors,
  .service-package-grid,
  .service-why-grid,
  .service-timeline,
  .service-mistakes-grid,
  .service-portfolio-grid,
  .service-link-grid,
  .service-toc__chips {
    grid-template-columns: 1fr;
  }

  .service-toc__chips a,
  .service-link-card {
    min-height: 68px;
  }
}

@media (max-width: 640px) {
  .service-hero__copy h1 {
    font-size: clamp(2.25rem, 11vw, 2.95rem);
    line-height: 1.08;
  }

  .service-section__head h2,
  .service-proof__leader strong,
  .service-cta__panel h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .service-actions {
    flex-direction: column;
  }

  .service-actions .button {
    width: 100%;
  }

  .service-badges span,
  .service-chip,
  .service-mockup__footer span {
    min-height: 34px;
    font-size: 0.8rem;
  }

  .service-mockup__screen,
  .service-cta__panel,
  .service-cta__aside,
  .service-review-card,
  .service-card,
  .service-problem-card,
  .service-factor-card,
  .service-package-card,
  .service-why-card,
  .service-timeline__item,
  .service-mistake-card,
  .service-portfolio-card,
  .service-link-card,
  .service-faq__item {
    padding: 18px;
  }

  .service-mockup__screen {
    min-height: 280px;
  }

  .service-mockup__phone {
    width: 100%;
  }

  .service-mockup__phone-screen {
    min-height: 260px;
  }

  .service-portfolio-card__visual {
    min-height: 180px;
  }
}

/* Premium UI polish layer */
:root {
  --shadow: 0 14px 34px rgba(17, 20, 24, 0.055);
  --shadow-strong: 0 22px 54px rgba(17, 20, 24, 0.09);
  --radius: 20px;
  --radius-sm: 14px;
}

body {
  background:
    linear-gradient(rgba(17, 20, 24, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 24, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  background-size: 48px 48px, 48px 48px, auto;
}

.container {
  width: min(calc(100% - 48px), 1180px);
}

.button,
.wp-block-button__link,
input[type="submit"],
.elementor-button,
.dex-nav-btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 10px 22px rgba(239, 255, 0, 0.18);
}

.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
.elementor-button:hover,
.dex-nav-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(239, 255, 0, 0.24);
}

.button--ghost,
.dex-nav-btn--ghost {
  border-color: rgba(17, 20, 24, 0.1);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(17, 20, 24, 0.04);
}

.button--ghost:hover,
.dex-nav-btn--ghost:hover {
  border-color: rgba(17, 20, 24, 0.16);
  background: #f8fafc;
  box-shadow: 0 10px 22px rgba(17, 20, 24, 0.055);
}

.eyebrow,
.proof-pill,
.dex-calculator__eyebrow,
.dex-calculator__status,
.dex-result__eyebrow,
.dex-credit-badge,
.dex-credit-badge--light,
.dex-package-card__meta,
.dex-blog-card > span,
.dex-review-cta__eyebrow,
.service-badges span,
.service-chip,
.service-mockup__footer span,
.service-proof__eyebrow,
.service-card__eyebrow {
  border-radius: 999px;
  letter-spacing: 0;
  font-weight: 700;
}

.eyebrow,
.dex-section__head .eyebrow,
.service-section__head .eyebrow,
.service-landing .eyebrow {
  width: fit-content;
  justify-self: start;
}

.dex-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 44px;
  background:
    linear-gradient(rgba(17, 20, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 24, 0.026) 1px, transparent 1px);
  background-size: 56px 56px;
}

.dex-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 20, 24, 0.08), transparent);
  pointer-events: none;
}

.dex-hero__grid,
.dex-reviews__layout,
.dex-split,
.dex-cta-grid,
.service-hero__grid,
.service-proof__grid,
.service-cta {
  gap: 32px;
}

.dex-hero__copy h1,
.service-hero__copy h1,
.service-landing :where(.elementor-widget-heading) h1.elementor-heading-title {
  font-size: 3.5rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.dex-hero__copy h1 {
  max-width: 17ch;
}

.service-hero__copy h1,
.service-landing :where(.elementor-widget-heading) h1.elementor-heading-title {
  max-width: 15.5ch;
}

.dex-section__head h2,
.dex-cta-panel h2,
.service-section__head h2,
.service-cta__panel h2,
.service-landing :where(.elementor-widget-heading) h2.elementor-heading-title {
  font-size: 2.65rem;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.dex-calculator__top strong,
.dex-result__copy strong,
.dex-service-card h3,
.dex-mini-card strong,
.dex-stat-card strong,
.dex-portfolio-card__block strong,
.dex-case-card strong,
.dex-process-card h3,
.dex-package-card h3,
.dex-blog-card h3,
.dex-faq-card h3,
.dex-highlight-card strong,
.service-card h3,
.service-problem-card strong,
.service-why-card strong,
.service-timeline__item h3,
.service-mistake-card h3,
.service-package-card h3,
.service-link-card strong,
.service-faq__item summary,
.service-landing :where(.elementor-widget-heading) h3.elementor-heading-title {
  letter-spacing: 0;
  font-weight: 700;
}

.dex-hero__lead,
.dex-hero__sublead,
.service-lead,
.service-sublead,
.service-landing :where(.elementor-widget-text-editor) {
  font-size: 1rem;
  line-height: 1.74;
}

.dex-calculator,
.dex-review-cta,
.dex-section,
.dex-service-card,
.dex-review-card,
.dex-mini-card,
.dex-stat-card,
.dex-portfolio-card,
.dex-case-card,
.dex-process-card,
.dex-package-card,
.dex-blog-card,
.dex-faq-card,
.dex-highlight-card,
.dex-cta-panel,
.dex-contact-card,
.service-mockup,
.service-proof__leader,
.service-review-card,
.service-card,
.service-problem-card,
.service-factor-card,
.service-note-box,
.service-package-card,
.service-why-card,
.service-timeline__item,
.service-mistake-card,
.service-portfolio-card,
.service-link-card,
.service-faq__item,
.service-cta__panel,
.service-cta__aside,
.dex-ui-card {
  border: 1px solid rgba(17, 20, 24, 0.07);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.dex-calculator {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.dex-calculator::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17, 20, 24, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 24, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 42%);
  pointer-events: none;
}

.dex-calculator > * {
  position: relative;
  z-index: 1;
}

.dex-step {
  border-radius: 16px;
  background: #fbfcfe;
}

.dex-step__head span {
  border-radius: 10px;
  font-weight: 700;
}

.dex-chip,
.dex-check {
  min-height: 58px;
  border-radius: 12px;
  font-weight: 650;
  box-shadow: none;
}

.dex-chip:hover,
.dex-check:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 20, 24, 0.16);
  background: #ffffff;
}

.dex-chip.is-selected,
.dex-check.is-selected {
  border-color: rgba(239, 255, 0, 0.9);
  background: rgba(239, 255, 0, 0.16);
  box-shadow: 0 10px 20px rgba(239, 255, 0, 0.14);
}

.dex-section {
  padding: 34px;
}

.dex-service-card,
.dex-review-card,
.dex-mini-card,
.dex-stat-card,
.dex-case-card,
.dex-process-card,
.dex-package-card,
.dex-blog-card,
.dex-faq-card,
.dex-highlight-card,
.service-card,
.service-problem-card,
.service-package-card,
.service-why-card,
.service-mistake-card,
.service-link-card,
.service-faq__item {
  padding: 22px;
}

.dex-service-grid,
.dex-review-grid,
.dex-why-grid,
.dex-stats-grid,
.dex-portfolio-grid,
.dex-case-grid,
.dex-process-grid,
.dex-package-grid,
.dex-blog-grid,
.dex-faq-grid,
.service-grid,
.service-package-grid,
.service-why-grid,
.service-timeline,
.service-mistakes-grid,
.service-portfolio-grid,
.service-link-grid {
  gap: 18px;
}

.dex-service-card__index,
.dex-process-card > span,
.service-timeline__item span {
  border-radius: 10px;
  background: rgba(239, 255, 0, 0.22);
  color: #111418;
}

.service-builder-shell {
  padding: 34px 0 74px;
}

.service-landing .elementor-section,
.service-landing .elementor-top-section,
.service-landing .elementor-element.dex-ui-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.service-landing .elementor-widget:not(:last-child) {
  margin-bottom: 14px;
}

.dex-ui-card {
  background: #ffffff;
  padding: 22px;
}

.dex-ui-soft {
  background: #f5f7fa;
}

.dex-ui-grid-2 .elementor-container,
.dex-ui-grid-3 .elementor-container,
.dex-ui-grid-4 .elementor-container {
  align-items: stretch;
}

@media (max-width: 1100px) {
  .dex-hero__copy h1,
  .service-hero__copy h1,
  .service-landing :where(.elementor-widget-heading) h1.elementor-heading-title {
    font-size: 3.25rem;
  }

  .dex-section__head h2,
  .dex-cta-panel h2,
  .service-section__head h2,
  .service-cta__panel h2,
  .service-landing :where(.elementor-widget-heading) h2.elementor-heading-title {
    font-size: 2.35rem;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 36px), 1180px);
  }

  .dex-hero {
    padding: 38px 0 32px;
  }

  .dex-hero__copy h1,
  .service-hero__copy h1,
  .service-landing :where(.elementor-widget-heading) h1.elementor-heading-title {
    font-size: 2.25rem;
    line-height: 1.12;
  }

  .dex-section__head h2,
  .dex-cta-panel h2,
  .service-section__head h2,
  .service-cta__panel h2,
  .service-landing :where(.elementor-widget-heading) h2.elementor-heading-title {
    font-size: 2rem;
    line-height: 1.16;
  }

  .dex-section,
  .dex-cta-panel,
  .dex-contact-card,
  .dex-calculator {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), 1180px);
  }

  .button,
  .wp-block-button__link,
  input[type="submit"],
  .elementor-button,
  .dex-nav-btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .dex-hero__copy h1,
  .service-hero__copy h1,
  .service-landing :where(.elementor-widget-heading) h1.elementor-heading-title {
    font-size: 2.125rem;
    line-height: 1.12;
  }

  .dex-section__head h2,
  .dex-cta-panel h2,
  .service-section__head h2,
  .service-cta__panel h2,
  .service-landing :where(.elementor-widget-heading) h2.elementor-heading-title {
    font-size: 1.78rem;
  }

  .dex-chip-grid,
  .dex-chip-grid--small,
  .dex-chip-grid--checks {
    gap: 8px;
  }

  .dex-chip,
  .dex-check {
    min-height: 52px;
    padding: 11px 12px;
    font-size: 0.9rem;
  }

  .proof-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .service-landing .elementor-section,
  .service-landing .elementor-top-section,
  .service-landing .elementor-element.dex-ui-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

/* Final hero lock: keep the approved white-grid quote-panel direction stable. */
.dex-hero {
  overflow-x: clip;
  padding: 86px 0 76px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 77% 24%, rgba(239, 255, 0, 0.16), transparent 28%),
    linear-gradient(rgba(17, 20, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 24, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 34px 34px, 34px 34px;
}

.dex-hero__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.dex-hero__copy {
  max-width: 570px;
}

.dex-hero__copy h1 {
  font-size: clamp(3.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.dex-hero__lead {
  max-width: 560px;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.dex-hero__sublead {
  display: none;
}

.dex-hero__panel {
  max-width: 610px;
  width: 100%;
  justify-self: end;
}

.dex-calculator {
  border-radius: 26px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.99)),
    linear-gradient(rgba(17, 20, 24, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 24, 0.028) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  box-shadow: 0 30px 70px rgba(17, 20, 24, 0.12);
}

.dex-calculator__top strong {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
}

.dex-chip,
.dex-check {
  border-radius: 14px;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .dex-hero__grid {
    grid-template-columns: 1fr;
  }

  .dex-hero__copy,
  .dex-hero__panel {
    max-width: 760px;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .dex-hero {
    padding: 42px 0 46px;
    background-size: auto, auto, 26px 26px, 26px 26px;
  }

  .dex-hero__copy h1 {
    font-size: clamp(2.15rem, 10vw, 2.5rem);
    line-height: 1.1;
    letter-spacing: -0.028em;
  }

  .dex-hero__lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dex-chip-grid,
  .dex-chip-grid--small,
  .dex-chip-grid--checks {
    grid-template-columns: 1fr;
  }
}

/* Homepage below-hero system: minimal, editable, no-themeforest polish */
.dex-section--minimal {
  background: #ffffff;
}

.dex-section__head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 28px;
  align-items: end;
}

.dex-section__head--split > p {
  margin: 0;
}

.dex-trust-card-grid,
.dex-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dex-trust-card,
.dex-solution-card,
.dex-faq-item {
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(17, 20, 24, 0.045);
}

.dex-trust-card,
.dex-solution-card {
  padding: 22px;
}

.dex-trust-card > span,
.dex-solution-card__top > span,
.dex-timeline__item > span,
.dex-faq-item summary > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 10px;
  background: #ffffff;
  color: #111418;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.dex-trust-card h3,
.dex-solution-card h3,
.dex-timeline__item h3 {
  margin: 16px 0 8px;
  color: #111418;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.28;
}

.dex-trust-card p,
.dex-solution-card p,
.dex-timeline__item p,
.dex-faq-item p {
  margin: 0;
  color: #5f6977;
  font-size: 0.94rem;
  line-height: 1.65;
}

.dex-solution-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dex-solution-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 18px;
}

.dex-solution-card__top {
  display: grid;
  gap: 12px;
}

.dex-solution-card h3 {
  margin: 0;
}

.dex-solution-card__body {
  display: grid;
  gap: 12px;
}

.dex-solution-card__body strong {
  color: #111418;
  font-weight: 750;
}

.dex-solution-card > a {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: #111418;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.dex-solution-card > a::after {
  content: "→";
  margin-left: 8px;
  transition: transform 180ms ease;
}

.dex-solution-card > a:hover::after {
  transform: translateX(3px);
}

.dex-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(17, 20, 24, 0.045);
}

.dex-timeline__item {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-right: 1px solid rgba(17, 20, 24, 0.08);
}

.dex-timeline__item:last-child {
  border-right: 0;
}

.dex-timeline__item h3 {
  margin: 0 0 8px;
}

.dex-stars {
  color: #111418;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.dex-faq-accordion {
  display: grid;
  gap: 10px;
}

.dex-faq-item {
  padding: 0;
  overflow: hidden;
}

.dex-faq-item summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 66px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

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

.dex-faq-item summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #f5f7fa;
  color: #111418;
  font-weight: 750;
}

.dex-faq-item[open] summary::after {
  content: "−";
  background: #efff00;
}

.dex-faq-item summary strong {
  color: #111418;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.dex-faq-item > div {
  padding: 0 18px 18px 66px;
}

#iletisim .dex-cta-panel {
  background: #ffffff;
}

@media (max-width: 1180px) {
  .dex-solution-grid,
  .dex-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dex-timeline__item:nth-child(2n) {
    border-right: 0;
  }

  .dex-timeline__item {
    border-bottom: 1px solid rgba(17, 20, 24, 0.08);
  }

  .dex-timeline__item:nth-last-child(-n+1) {
    border-bottom: 0;
  }
}

@media (max-width: 860px) {
  .dex-section__head--split,
  .dex-trust-card-grid,
  .dex-solution-grid,
  .dex-timeline {
    grid-template-columns: 1fr;
  }

  .dex-timeline__item,
  .dex-timeline__item:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 20, 24, 0.08);
  }

  .dex-timeline__item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .dex-trust-card,
  .dex-solution-card,
  .dex-timeline__item {
    padding: 18px;
  }

  .dex-faq-item summary {
    grid-template-columns: auto 1fr;
    padding: 14px;
  }

  .dex-faq-item summary::after {
    grid-column: 2;
    justify-self: start;
  }

  .dex-faq-item > div {
    padding: 0 14px 16px 14px;
  }
}

.dex-portfolio-card__media {
  min-height: 154px;
  border-bottom: 1px solid rgba(17, 20, 24, 0.08);
  background: #f5f7fa;
  color: #111418;
}

.dex-portfolio-card__media span {
  border: 1px solid rgba(17, 20, 24, 0.08);
  background: #ffffff;
  color: #6b7280;
}

.dex-portfolio-card__media strong {
  margin-top: 54px;
  color: #111418;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Premium below-hero refinement: stronger hierarchy, fewer small-card patterns */
#neden,
#cozumler,
#surec,
#portfolyo,
#yorumlar,
#sss,
#iletisim {
  scroll-margin-top: 92px;
}

#neden .dex-section,
#cozumler .dex-section,
#surec .dex-section,
#portfolyo .dex-section,
#yorumlar .dex-section,
#sss .dex-section {
  margin-top: 34px;
  padding: clamp(44px, 6vw, 78px);
}

.dex-section__head {
  max-width: 820px;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.dex-section__head h2 {
  max-width: 780px;
  font-size: clamp(2.1rem, 3.3vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.dex-section__head p {
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.7;
}

.dex-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.dex-proof-layout__lead {
  position: sticky;
  top: 96px;
}

.dex-proof-layout__lead h2 {
  margin: 18px 0 16px;
  color: #111418;
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.dex-proof-layout__lead p {
  max-width: 520px;
  margin: 0;
  color: #5f6977;
  font-size: 1.05rem;
  line-height: 1.72;
}

.dex-proof-list {
  border-top: 1px solid rgba(17, 20, 24, 0.1);
}

.dex-proof-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(17, 20, 24, 0.1);
}

.dex-proof-item > span,
.dex-solution-card__top > span,
.dex-timeline__item > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17, 20, 24, 0.12);
  border-radius: 9px;
  background: #fff;
  color: #111418;
  font-size: 0.72rem;
  font-weight: 800;
}

.dex-proof-item h3,
.dex-solution-card h3,
.dex-timeline__item h3 {
  margin: 0 0 8px;
  color: #111418;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.dex-proof-item p,
.dex-solution-card p,
.dex-timeline__item p {
  margin: 0;
  color: #5f6977;
  font-size: 0.96rem;
  line-height: 1.68;
}

.dex-solution-stack {
  display: grid;
  border: 1px solid rgba(17, 20, 24, 0.1);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(17, 20, 24, 0.055);
}

.dex-solution-stack .dex-solution-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  min-height: auto;
  padding: 28px;
  border: 0;
  border-bottom: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 0;
  box-shadow: none;
}

.dex-solution-stack .dex-solution-card:last-child {
  border-bottom: 0;
}

.dex-solution-card__top {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.dex-solution-card__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dex-solution-card__body strong {
  display: block;
  margin-bottom: 6px;
  color: #111418;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dex-solution-stack .dex-solution-card > a {
  min-width: 144px;
  justify-content: flex-end;
  color: #111418;
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
}

.dex-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(17, 20, 24, 0.1);
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(17, 20, 24, 0.055);
}

.dex-timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 40px;
  height: 1px;
  background: rgba(17, 20, 24, 0.12);
}

.dex-timeline__item {
  position: relative;
  display: grid;
  align-content: start;
  gap: 52px;
  min-height: 250px;
  padding: 24px 20px;
  border-right: 1px solid rgba(17, 20, 24, 0.08);
}

.dex-timeline__item:last-child {
  border-right: 0;
}

.dex-timeline__item > span {
  position: relative;
  z-index: 1;
  background: #fff;
}

.dex-portfolio-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dex-portfolio-card {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(17, 20, 24, 0.1);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(17, 20, 24, 0.055);
}

.dex-portfolio-card__media {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 280px;
  padding: 28px;
  border-bottom: 1px solid rgba(17, 20, 24, 0.08);
  background: #f5f7fa;
  color: #111418;
}

.dex-portfolio-card__media::before,
.dex-portfolio-card__media::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.dex-portfolio-card__media::before {
  inset: 38px 34px 86px;
}

.dex-portfolio-card__media::after {
  right: 54px;
  bottom: 116px;
  width: 36%;
  height: 54px;
}

.dex-portfolio-card__media span,
.dex-portfolio-card__media strong {
  position: relative;
  z-index: 1;
}

.dex-portfolio-card__media span {
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(17, 20, 24, 0.1);
  background: #fff;
  color: #4b5563;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dex-portfolio-card__media strong {
  margin-top: 14px;
  max-width: 440px;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.dex-portfolio-card__content {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.dex-portfolio-card__block {
  padding-top: 0;
  border-top: 0;
}

.dex-portfolio-card__block strong {
  display: block;
  margin-bottom: 4px;
  color: #111418;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dex-portfolio-card__block p {
  margin: 0;
  color: #5f6977;
  font-size: 0.94rem;
  line-height: 1.58;
}

.dex-reviews__layout {
  grid-template-columns: minmax(270px, 0.44fr) minmax(0, 1fr);
  gap: 22px;
}

.dex-review-cta {
  display: grid;
  align-content: center;
  padding: 32px;
  border: 1px solid rgba(17, 20, 24, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 20, 24, 0.055);
}

.dex-review-cta strong {
  margin: 12px 0 2px;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.dex-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dex-review-card {
  padding: 24px;
  border: 1px solid rgba(17, 20, 24, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}

.dex-review-card p {
  font-size: 0.96rem;
  line-height: 1.66;
}

.dex-faq-accordion {
  max-width: 980px;
  margin-inline: auto;
}

#iletisim .dex-cta-grid {
  margin-top: 42px;
  align-items: stretch;
}

#iletisim .dex-cta-panel {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(17, 20, 24, 0.1);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(17, 20, 24, 0.055);
}

#iletisim .dex-cta-panel h2 {
  max-width: 620px;
  font-size: clamp(2.35rem, 4.5vw, 4.1rem);
  line-height: 1.02;
}

#iletisim .dex-cta-panel p {
  max-width: 600px;
  font-size: 1.06rem;
}

#iletisim .dex-contact-card {
  align-self: stretch;
  border-radius: 28px;
}

@media (max-width: 1180px) {
  .dex-proof-layout,
  .dex-section__head--split,
  .dex-reviews__layout,
  #iletisim .dex-cta-grid {
    grid-template-columns: 1fr;
  }

  .dex-proof-layout__lead {
    position: static;
  }

  .dex-solution-stack .dex-solution-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

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

  .dex-timeline::before {
    display: none;
  }
}

@media (max-width: 860px) {
  #neden .dex-section,
  #cozumler .dex-section,
  #surec .dex-section,
  #portfolyo .dex-section,
  #yorumlar .dex-section,
  #sss .dex-section {
    padding: 30px 18px;
  }

  .dex-section__head h2,
  .dex-proof-layout__lead h2 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

  .dex-proof-item {
    padding: 18px 0;
  }

  .dex-solution-stack {
    display: grid;
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .dex-solution-stack .dex-solution-card {
    padding: 22px;
    border: 1px solid rgba(17, 20, 24, 0.1);
    border-radius: 22px;
    background: #fff;
  }

  .dex-solution-card__body {
    grid-template-columns: 1fr;
  }

  .dex-timeline {
    display: grid;
    gap: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .dex-timeline__item {
    min-height: 0;
    border: 1px solid rgba(17, 20, 24, 0.1);
    border-radius: 22px;
    background: #fff;
  }

  .dex-portfolio-grid {
    display: grid;
    gap: 14px;
  }

  .dex-portfolio-card {
    width: 100%;
  }

  .dex-portfolio-card__media {
    min-height: 220px;
  }

  .dex-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #neden .dex-section,
  #cozumler .dex-section,
  #surec .dex-section,
  #portfolyo .dex-section,
  #yorumlar .dex-section,
  #sss .dex-section {
    margin-top: 18px;
  }

  .dex-proof-layout {
    gap: 26px;
  }

  .dex-proof-item {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .dex-review-cta,
  #iletisim .dex-cta-panel {
    padding: 24px;
  }

  #iletisim .dex-cta-panel {
    min-height: 0;
  }
}

.dex-404 {
  display: grid;
  place-items: center;
  min-height: calc(100dvh - var(--header-height));
  padding: 56px 0 78px;
}

.dex-404__card {
  width: min(100%, 760px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(13, 17, 23, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-strong);
}

.dex-404__card h1 {
  margin: 14px 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.dex-404__card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.dex-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
