/*
Theme Name: Dijital Demir
Theme URI: https://www.dijitaldemir.com/
Author: Demir Dijital
Author URI: https://www.dijitaldemir.com/
Description: B2B ve hizmet sektörü işletmeleri için hızlı, dönüşüm ve SEO odaklı özel WordPress teması.
Version: 1.6.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: dijital-demir
*/

:root {
  --dd-ink: #07111f;
  --dd-ink-soft: #101d2d;
  --dd-ink-muted: #192a3d;
  --dd-blue: #4f8bff;
  --dd-blue-bright: #76a7ff;
  --dd-blue-soft: #dce8ff;
  --dd-paper: #f6f8fb;
  --dd-white: #ffffff;
  --dd-line: #dfe5ec;
  --dd-text: #172334;
  --dd-muted: #5d6978;
  --dd-success: #0f7a59;
  --dd-danger: #b94343;
  --dd-radius-sm: 8px;
  --dd-radius: 13px;
  --dd-radius-lg: 19px;
  --dd-shadow: 0 18px 55px rgba(7, 17, 31, 0.11);
  --dd-shadow-soft: 0 10px 34px rgba(7, 17, 31, 0.06);
  --dd-container: 1180px;
  --dd-reading: 760px;
  --dd-space: clamp(54px, 6.5vw, 92px);
}

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

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

body {
  margin: 0;
  color: var(--dd-text);
  background: var(--dd-white);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--dd-blue);
}

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

button,
input[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(79, 139, 255, 0.45);
  outline-offset: 4px;
}

::selection {
  color: var(--dd-white);
  background: var(--dd-blue);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.6em;
  color: var(--dd-ink);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.65rem, 6vw, 5.75rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: clamp(1.28rem, 2vw, 1.65rem);
}

p,
ul,
ol {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

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

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--dd-white);
  background: var(--dd-ink);
  border-radius: 8px;
}

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

.alignfull {
  width: 100%;
}

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

.dd-section {
  position: relative;
  padding-block: var(--dd-space);
}

.dd-section--compact {
  padding-block: clamp(40px, 5vw, 64px);
}

.dd-surface {
  background: var(--dd-paper);
}

.dd-dark {
  color: rgba(255, 255, 255, 0.74);
  background: var(--dd-ink);
}

.dd-dark h1,
.dd-dark h2,
.dd-dark h3,
.dd-dark h4 {
  color: var(--dd-white);
}

.dd-grid {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}

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

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

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

.dd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--dd-blue);
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
}

.dd-dark .dd-eyebrow {
  color: var(--dd-blue-bright);
}

.dd-lead {
  max-width: 760px;
  color: var(--dd-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.6;
}

.dd-dark .dd-lead {
  color: rgba(255, 255, 255, 0.7);
}

.dd-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.dd-section-head > * {
  max-width: 760px;
}

.dd-section-head p {
  max-width: 500px;
  color: var(--dd-muted);
}

.dd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.dd-button,
.wp-block-button__link,
input[type="submit"] {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  color: var(--dd-white);
  background: var(--dd-blue);
  border: 1px solid var(--dd-blue);
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.dd-button::after {
  content: "→";
  transition: transform 180ms ease;
}

.dd-button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  color: var(--dd-white);
  background: #3979ee;
  box-shadow: 0 14px 35px rgba(79, 139, 255, 0.27);
  transform: translateY(-2px);
}

.dd-button:hover::after {
  transform: translateX(3px);
}

.dd-button--ghost {
  color: var(--dd-ink);
  background: transparent;
  border-color: rgba(7, 17, 31, 0.22);
}

.dd-button--ghost:hover {
  color: var(--dd-ink);
  background: var(--dd-white);
  border-color: var(--dd-ink);
  box-shadow: none;
}

.dd-dark .dd-button--ghost {
  color: var(--dd-white);
  border-color: rgba(255, 255, 255, 0.3);
}

.dd-dark .dd-button--ghost:hover {
  color: var(--dd-white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  color: var(--dd-white);
  background: rgba(7, 17, 31, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

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

.site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-branding,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dd-white);
  font-weight: 830;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.custom-logo {
  width: auto;
  max-height: 48px;
}

.site-branding__logo {
  display: block;
  width: auto;
  height: 44px;
}

.site-branding__mark {
  position: relative;
  width: 34px;
  height: 34px;
  background: var(--dd-blue);
  border-radius: 10px;
  box-shadow: inset -8px -8px 0 rgba(7, 17, 31, 0.16);
}

.site-branding__mark::before,
.site-branding__mark::after {
  position: absolute;
  left: 9px;
  width: 16px;
  height: 3px;
  content: "";
  background: var(--dd-white);
  border-radius: 10px;
}

.site-branding__mark::before {
  top: 10px;
}

.site-branding__mark::after {
  top: 19px;
  width: 11px;
}

.site-branding__name {
  font-size: 1.07rem;
}

.primary-menu,
.primary-menu ul {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu a {
  display: inline-flex;
  padding: 10px 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-menu > li > a:hover,
.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-ancestor > a {
  color: var(--dd-white);
}

.primary-menu .menu-item-has-children {
  position: relative;
}

.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  display: block;
  width: 270px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  background: var(--dd-white);
  border: 1px solid var(--dd-line);
  border-radius: 16px;
  box-shadow: var(--dd-shadow);
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-menu .sub-menu a {
  display: block;
  padding: 10px 12px;
  color: var(--dd-text);
  border-radius: 8px;
}

.primary-menu .sub-menu a:hover {
  color: var(--dd-ink);
  background: var(--dd-paper);
}

.primary-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-cta {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 0.84rem;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--dd-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span {
  position: relative;
}

.menu-toggle span::before {
  position: absolute;
  top: -6px;
}

.menu-toggle span::after {
  position: absolute;
  top: 6px;
}

.menu-open .menu-toggle span {
  background: transparent;
}

.menu-open .menu-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-open .menu-toggle span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Hero */
.dd-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(64px, 6vw, 86px);
  background:
    radial-gradient(circle at 82% 25%, rgba(79, 139, 255, 0.16), transparent 28%),
    var(--dd-ink);
}

.dd-hero::before {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 42vw;
  height: 42vw;
  content: "";
  background: radial-gradient(circle, rgba(79, 139, 255, 0.11), transparent 68%);
  pointer-events: none;
}

.dd-hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(42px, 5vw, 66px);
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, 0.85fr);
}

.dd-hero__copy {
  max-width: 670px;
}

.dd-hero .dd-eyebrow {
  margin-bottom: 18px;
}

.dd-hero h1 {
  max-width: 660px;
  margin-bottom: 0.45em;
  font-size: clamp(3.25rem, 4.5vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: wrap;
}

.dd-hero h1 em {
  color: var(--dd-blue-bright);
  font-style: normal;
}

.dd-hero__copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.dd-hero__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.84rem;
}

.dd-hero__note::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #5ee2ae;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(94, 226, 174, 0.1);
}

.dd-hero-visual {
  position: relative;
  min-height: 545px;
  margin: 0;
  overflow: hidden;
  background: var(--dd-ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--dd-radius-lg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.dd-hero-visual::after {
  position: absolute;
  inset: 42% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(7, 17, 31, 0.94));
  pointer-events: none;
}

.dd-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
  filter: saturate(0.88) contrast(1.03);
}

.dd-hero-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.dd-hero-visual figcaption span,
.dd-hero-visual figcaption strong {
  display: block;
}

.dd-hero-visual figcaption span {
  margin-bottom: 8px;
  color: var(--dd-blue-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dd-hero-visual figcaption strong {
  max-width: 330px;
  color: var(--dd-white);
  font-size: 1.22rem;
  line-height: 1.35;
}

.dd-flow-board {
  overflow: hidden;
  background: #0d1a2a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--dd-radius-lg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.dd-flow-board__top,
.dd-flow-board__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
}

.dd-flow-board__top {
  color: rgba(255, 255, 255, 0.56);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-flow-board__top strong {
  color: #70dfb5;
  font-size: 0.72rem;
}

.dd-flow-board ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dd-flow-board li {
  display: grid;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  grid-template-columns: 34px 1fr;
}

.dd-flow-board li > span {
  color: var(--dd-blue-bright);
  font-size: 0.74rem;
  font-weight: 800;
}

.dd-flow-board li strong,
.dd-flow-board li small {
  display: block;
}

.dd-flow-board li strong {
  color: var(--dd-white);
  font-size: 0.95rem;
}

.dd-flow-board li small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

.dd-flow-board__result {
  align-items: flex-start;
  background: var(--dd-blue);
}

.dd-flow-board__result span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.dd-flow-board__result strong {
  max-width: 230px;
  color: var(--dd-white);
  font-size: 0.9rem;
  text-align: right;
}

.dd-solution__grid {
  display: grid;
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.dd-solution__media {
  position: relative;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--dd-radius-lg);
}

.dd-solution__media::after {
  position: absolute;
  inset: 48% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(7, 17, 31, 0.88));
  pointer-events: none;
}

.dd-solution__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dd-solution__media figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 25px;
  left: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.dd-solution__content h2 {
  max-width: 680px;
}

.dd-solution__content .dd-lead {
  color: rgba(255, 255, 255, 0.68);
}

.dd-solution__points {
  padding-top: 22px;
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dd-solution__points .dd-check-list {
  margin-bottom: 30px;
}

.dd-metric-strip {
  position: relative;
  z-index: 2;
  margin-top: -44px;
}

.dd-metric-strip__inner {
  display: grid;
  overflow: hidden;
  background: var(--dd-white);
  border: 1px solid var(--dd-line);
  border-radius: var(--dd-radius);
  box-shadow: var(--dd-shadow-soft);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dd-metric {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
  border-right: 1px solid var(--dd-line);
}

.dd-metric:last-child {
  border-right: 0;
}

.dd-metric strong {
  margin-bottom: 4px;
  color: var(--dd-ink);
  font-size: 1.08rem;
}

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

/* Cards and content */
.dd-card {
  position: relative;
  height: 100%;
  padding: clamp(22px, 2.5vw, 29px);
  background: var(--dd-white);
  border: 1px solid var(--dd-line);
  border-radius: var(--dd-radius);
  box-shadow: 0 1px 0 rgba(7, 17, 31, 0.02);
  transition: background 180ms ease, border-color 180ms ease;
}

.dd-card:hover {
  border-color: rgba(79, 139, 255, 0.38);
  background: #fbfcff;
}

.dd-editorial-intro {
  display: grid;
  align-items: start;
  gap: clamp(30px, 6vw, 78px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.dd-editorial-intro__copy p {
  color: var(--dd-muted);
}

.dd-issue-list {
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--dd-line);
  list-style: none;
}

.dd-issue-list li {
  display: grid;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid var(--dd-line);
  grid-template-columns: 30px 1fr;
}

.dd-issue-list li::before {
  color: var(--dd-blue);
  content: "—";
  font-weight: 800;
}

.dd-card__index,
.dd-step__number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  place-items: center;
  color: var(--dd-blue);
  background: var(--dd-blue-soft);
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 850;
}

.dd-card__index {
  color: transparent;
  font-size: 0;
  background-color: var(--dd-blue-soft);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.dd-card:hover .dd-card__index {
  background-color: #cfe0ff;
  transform: translateY(-2px);
}

.dd-grid--3 > .dd-card:nth-child(1) .dd-card__index {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f8bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3'/%3E%3C/svg%3E");
}

.dd-grid--3 > .dd-card:nth-child(2) .dd-card__index {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f8bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
}

.dd-grid--3 > .dd-card:nth-child(3) .dd-card__index {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f8bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M8 9h8M8 13h3M8 17h3M15 13h1M15 17h1'/%3E%3C/svg%3E");
}

.dd-grid--3 > .dd-card:nth-child(4) .dd-card__index {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f8bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h18l-7 8v5l-4 2v-7L3 5z'/%3E%3C/svg%3E");
}

.dd-grid--3 > .dd-card:nth-child(5) .dd-card__index {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f8bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m15.5 8.5-2 5-5 2 2-5 5-2z'/%3E%3C/svg%3E");
}

.dd-card h3 {
  margin-bottom: 12px;
}

.dd-card p {
  color: var(--dd-muted);
  font-size: 0.95rem;
}

.dd-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--dd-ink);
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
}

.dd-card__link::after {
  content: "↗";
  color: var(--dd-blue);
}

.dd-check-list,
.dd-x-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.dd-check-list li,
.dd-x-list li {
  position: relative;
  padding-left: 34px;
}

.dd-check-list li::before,
.dd-x-list li::before {
  position: absolute;
  top: 0.22em;
  left: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--dd-success);
  background: rgba(15, 122, 89, 0.1);
  border-radius: 50%;
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}

.dd-x-list li::before {
  color: var(--dd-danger);
  background: rgba(185, 67, 67, 0.1);
  content: "×";
}

.dd-panel {
  padding: clamp(28px, 4vw, 48px);
  background: var(--dd-white);
  border: 1px solid var(--dd-line);
  border-radius: var(--dd-radius-lg);
}

.dd-panel--ink {
  color: rgba(255, 255, 255, 0.7);
  background: var(--dd-ink-soft);
  border-color: rgba(255, 255, 255, 0.1);
}

.dd-panel--ink h2,
.dd-panel--ink h3 {
  color: var(--dd-white);
}

.dd-contact-overview {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(circle at 88% 8%, rgba(79, 139, 255, 0.22), transparent 34%),
    var(--dd-ink);
}

.dd-contact-overview__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.dd-contact-overview h2 {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--dd-white);
}

.dd-contact-overview__head p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

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

.dd-contact-channel {
  min-width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--dd-radius);
}

.dd-contact-channel__label {
  display: block;
  margin-bottom: 11px;
  color: var(--dd-blue-bright);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dd-contact-channel a {
  display: block;
  color: var(--dd-white);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.dd-contact-channel a:hover {
  color: #a9c7ff;
}

.dd-contact-channel__primary {
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  font-weight: 790;
}

.dd-contact-channel__secondary {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.86rem;
}

.dd-process-section {
  overflow: hidden;
}

.dd-process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  margin-bottom: clamp(26px, 4vw, 46px);
}

.dd-process-intro h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.dd-process-intro .dd-lead {
  margin-bottom: 4px;
}

.dd-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
  counter-reset: dd-step;
}

.dd-step {
  position: relative;
  padding: 28px 0 28px 74px;
  border-top: 1px solid var(--dd-line);
}

.dd-step:last-child {
  border-bottom: 1px solid var(--dd-line);
}

.dd-step::before {
  position: absolute;
  top: 25px;
  left: 0;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--dd-blue);
  background: var(--dd-blue-soft);
  border-radius: 50%;
  content: counter(dd-step, decimal-leading-zero);
  counter-increment: dd-step;
  font-size: 0.75rem;
  font-weight: 850;
}

.dd-step h3 {
  margin-bottom: 6px;
  font-size: 1.16rem;
}

.dd-step p {
  color: var(--dd-muted);
}

.dd-quote {
  margin: 0;
  padding: clamp(30px, 5vw, 58px);
  color: var(--dd-white);
  background: var(--dd-ink);
  border-radius: var(--dd-radius-lg);
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.dd-quote em {
  color: var(--dd-blue-bright);
  font-style: normal;
}

/* FAQ */
.dd-faq {
  border-top: 1px solid var(--dd-line);
}

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

.dd-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  color: var(--dd-ink);
  cursor: pointer;
  font-weight: 740;
  list-style: none;
}

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

.dd-faq summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: var(--dd-blue);
  background: var(--dd-blue-soft);
  border-radius: 50%;
  content: "+";
}

.dd-faq details[open] summary::after {
  content: "−";
}

.dd-faq__answer {
  max-width: 800px;
  padding: 0 50px 24px 0;
  color: var(--dd-muted);
}

/* Inner pages */
.dd-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(58px, 7vw, 92px);
  background:
    radial-gradient(circle at 82% 18%, rgba(79, 139, 255, 0.18), transparent 28%),
    var(--dd-ink);
}

.dd-page-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(48vw, 760px);
  content: "";
  background:
    linear-gradient(90deg, var(--dd-ink), rgba(7, 17, 31, 0.48)),
    url("assets/images/demir-dijital-strateji.webp") center / cover no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.dd-page-hero .dd-container {
  position: relative;
  z-index: 1;
}

.dd-page-hero h1 {
  max-width: 960px;
  color: var(--dd-white);
  font-size: clamp(2.7rem, 6vw, 5.3rem);
}

.dd-page-hero p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.14rem;
}

.dd-breadcrumbs {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

.dd-breadcrumbs a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.dd-entry-content > :where(p, h2, h3, h4, ul, ol, blockquote, figure, table):not(.alignwide):not(.alignfull),
.dd-post-content > :where(p, h2, h3, h4, ul, ol, blockquote, figure, table):not(.alignwide):not(.alignfull) {
  width: min(calc(100% - 40px), var(--dd-reading));
  margin-inline: auto;
}

.dd-entry-content > p,
.dd-post-content > p,
.dd-entry-content > ul,
.dd-post-content > ul,
.dd-entry-content > ol,
.dd-post-content > ol {
  margin-bottom: 1.5em;
}

.dd-entry-content > h2,
.dd-post-content > h2 {
  margin-top: 2.2em;
  margin-bottom: 0.7em;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.dd-entry-content > h3,
.dd-post-content > h3 {
  margin-top: 1.8em;
}

.dd-content-section {
  padding-block: clamp(48px, 6vw, 80px);
}

.dd-service-intro {
  display: grid;
  gap: clamp(36px, 7vw, 88px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.dd-service-intro h2 {
  position: sticky;
  top: 120px;
}

.dd-prose p {
  color: var(--dd-muted);
}

.dd-feature-list {
  display: grid;
  gap: 1px;
  padding: 0;
  margin: 30px 0 0;
  overflow: hidden;
  background: var(--dd-line);
  border: 1px solid var(--dd-line);
  border-radius: var(--dd-radius);
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dd-feature-list li {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px;
  background: var(--dd-white);
  font-weight: 690;
}

.dd-feature-list li::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  content: "";
  background: var(--dd-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--dd-blue-soft);
}

.dd-cta-band {
  padding: clamp(36px, 6vw, 68px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(79, 139, 255, 0.28), transparent 31%),
    var(--dd-ink);
  border-radius: var(--dd-radius-lg);
}

.dd-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.dd-cta-band h2 {
  max-width: 760px;
  margin: 0;
  color: var(--dd-white);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.dd-cta-band p {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.65);
}

/* Posts */
.dd-blog-hero {
  padding-block: clamp(72px, 10vw, 120px);
  background: var(--dd-paper);
}

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

.dd-post-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px;
  background: var(--dd-white);
  border: 1px solid var(--dd-line);
  border-radius: var(--dd-radius);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dd-post-card:hover {
  color: inherit;
  box-shadow: var(--dd-shadow-soft);
  transform: translateY(-5px);
}

.dd-post-card__meta,
.dd-post-meta {
  color: var(--dd-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dd-post-card h2 {
  margin: 22px 0 14px;
  font-size: 1.65rem;
}

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

.dd-post-card__link {
  margin-top: auto;
  color: var(--dd-blue);
  font-size: 0.88rem;
  font-weight: 760;
}

.dd-post-hero {
  padding-block: clamp(72px, 10vw, 118px);
  background: var(--dd-paper);
}

.dd-post-hero h1 {
  max-width: 970px;
  margin-top: 24px;
  font-size: clamp(2.6rem, 5.5vw, 5.1rem);
}

.dd-post-content {
  padding-block: clamp(64px, 9vw, 110px);
}

.dd-post-content a {
  color: #2f6fdc;
}

.navigation.pagination {
  margin-top: 48px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  background: var(--dd-paper);
  border-radius: 9px;
  text-decoration: none;
}

.page-numbers.current {
  color: var(--dd-white);
  background: var(--dd-ink);
}

/* Lead form */
.dd-form-wrap {
  display: grid;
  align-items: start;
  gap: clamp(34px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.dd-form-side {
  position: sticky;
  top: 116px;
}

.dd-form-side p {
  color: var(--dd-muted);
}

.dd-form-note {
  margin-top: 28px;
  padding: 20px;
  color: var(--dd-muted);
  background: var(--dd-paper);
  border-radius: var(--dd-radius-sm);
  font-size: 0.88rem;
}

.dd-lead-form {
  padding: clamp(26px, 4vw, 44px);
  background: var(--dd-white);
  border: 1px solid var(--dd-line);
  border-radius: var(--dd-radius-lg);
  box-shadow: var(--dd-shadow-soft);
}

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

.dd-field {
  min-width: 0;
}

.dd-field--full {
  grid-column: 1 / -1;
}

.dd-field label,
.dd-field legend {
  display: block;
  margin-bottom: 8px;
  color: var(--dd-ink);
  font-size: 0.85rem;
  font-weight: 740;
}

.dd-required {
  color: var(--dd-danger);
}

.dd-field input,
.dd-field select,
.dd-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--dd-text);
  background: var(--dd-paper);
  border: 1px solid transparent;
  border-radius: 11px;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.dd-field textarea {
  min-height: 150px;
  resize: vertical;
}

.dd-field input:focus,
.dd-field select:focus,
.dd-field textarea:focus {
  background: var(--dd-white);
  border-color: var(--dd-blue);
  box-shadow: 0 0 0 4px rgba(79, 139, 255, 0.11);
}

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

.dd-option,
.dd-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 0 !important;
  color: var(--dd-text) !important;
  font-weight: 500 !important;
}

.dd-option input,
.dd-consent input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 18px;
  margin-top: 4px;
  accent-color: var(--dd-blue);
}

.dd-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.dd-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
}

.dd-form-submit small {
  max-width: 300px;
  color: var(--dd-muted);
}

.dd-alert {
  margin-bottom: 26px;
  padding: 16px 18px;
  color: #07543d;
  background: #e5f7f0;
  border: 1px solid #b8ead8;
  border-radius: var(--dd-radius-sm);
}

.dd-alert--error {
  color: #7e2929;
  background: #fff0f0;
  border-color: #f2caca;
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, 0.62);
  background: #050c16;
}

.site-footer__top {
  display: grid;
  gap: 50px;
  padding-block: 78px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.site-footer__brand {
  display: inline-flex;
  margin-bottom: 24px;
}

.site-footer__logo {
  display: block;
  width: auto;
  height: 54px;
}

.site-footer h2,
.site-footer h3 {
  color: var(--dd-white);
}

.site-footer h2 {
  max-width: 390px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.site-footer h3 {
  margin-bottom: 18px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--dd-white);
}

.site-footer__contact-list li {
  display: grid;
  min-height: 21px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
  grid-template-columns: 19px minmax(0, 1fr);
}

.site-footer .site-footer__contact-list a {
  min-width: 0;
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: anywhere;
}

.dd-footer-contact__icon {
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dd-footer-contact__icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236fa1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.dd-footer-contact__icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236fa1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.8a2 2 0 0 1-.5 2.1L8 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.8 2.1Z'/%3E%3C/svg%3E");
}

.dd-footer-contact__icon--whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236fa1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.5 8.5 0 0 1-9 8.5 9 9 0 0 1-3.8-.9L3 21l1.8-5A8.5 8.5 0 1 1 21 11.5Z'/%3E%3Cpath d='M9 8.5c.8 3 2.5 4.7 5.5 5.5'/%3E%3C/svg%3E");
}

.dd-footer-contact__icon--location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236fa1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.dd-footer-contact__icon--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236fa1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%236fa1ff' stroke='none'/%3E%3C/svg%3E");
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* Persistent conversion CTA */
.dd-floating-whatsapp {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 9px 18px 9px 10px;
  color: #ffffff;
  background: #159f68;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(5, 22, 18, 0.28);
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dd-floating-whatsapp:hover {
  color: #ffffff;
  background: #0d8958;
  box-shadow: 0 19px 42px rgba(5, 22, 18, 0.34);
  transform: translateY(-3px);
}

.dd-floating-whatsapp:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.dd-floating-whatsapp__icon {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  color: #159f68;
  background: #ffffff;
  border-radius: 50%;
}

.dd-floating-whatsapp__icon svg {
  width: 22px;
  height: 22px;
}

.dd-floating-whatsapp__text {
  display: grid;
  gap: 1px;
  line-height: 1.15;
}

.dd-floating-whatsapp__text strong {
  font-size: 0.88rem;
}

.dd-floating-whatsapp__text small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
}

/* Reveal enhancement */
.js .dd-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 550ms ease, transform 550ms ease;
}

.js .dd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1080px) {
  .site-header__inner {
    min-height: 70px;
  }

  .site-branding__logo {
    height: 38px;
  }

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

  .primary-navigation {
    position: fixed;
    inset: 70px 0 auto;
    height: calc(100vh - 70px);
    padding: 22px 20px 40px;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    background: var(--dd-ink);
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .menu-open .primary-navigation {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .primary-menu,
  .primary-menu ul {
    display: block;
  }

  .primary-menu > li > a {
    display: block;
    padding: 15px 0;
    color: var(--dd-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1rem;
  }

  .primary-menu .sub-menu {
    position: static;
    width: auto;
    padding: 7px 0 7px 14px;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .primary-menu .sub-menu a {
    color: rgba(255, 255, 255, 0.62);
  }

  .header-cta {
    display: none;
  }

  .dd-hero__grid {
    grid-template-columns: 1fr;
  }

  .dd-hero-visual {
    min-height: 460px;
  }

  .dd-solution__grid {
    gap: 42px;
  }

  .dd-grid--4,
  .dd-metric-strip__inner,
  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dd-metric:nth-child(2) {
    border-right: 0;
  }

  .dd-metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--dd-line);
  }

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

@media (max-width: 760px) {
  :root {
    --dd-space: 54px;
  }

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

  .dd-container,
  .alignwide,
  .dd-reading,
  .dd-entry-content > :where(p, h2, h3, h4, ul, ol, blockquote, figure, table):not(.alignwide):not(.alignfull),
  .dd-post-content > :where(p, h2, h3, h4, ul, ol, blockquote, figure, table):not(.alignwide):not(.alignfull) {
    width: min(calc(100% - 32px), var(--dd-container));
  }

  body {
    font-size: 16px;
  }

  .dd-grid--2,
  .dd-grid--3,
  .dd-grid--4,
  .dd-blog-grid,
  .dd-service-intro,
  .dd-editorial-intro,
  .dd-form-wrap,
  .dd-form-grid,
  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .dd-process-intro,
  .dd-process,
  .dd-solution__grid {
    grid-template-columns: 1fr;
  }

  .dd-process-intro {
    gap: 18px;
    margin-bottom: 18px;
  }

  .dd-section-head,
  .dd-contact-overview__head,
  .dd-cta-band__inner,
  .dd-form-submit,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .dd-hero {
    min-height: auto;
    padding-top: 76px;
  }

  .dd-hero-visual,
  .dd-solution__media {
    min-height: 410px;
  }

  .dd-page-hero::after {
    width: 100%;
    opacity: 0.2;
  }

  .dd-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.45rem);
  }

  .dd-hero-visual {
    min-height: 350px;
  }

  .dd-metric-strip {
    margin-top: -28px;
  }

  .dd-metric-strip__inner {
    grid-template-columns: 1fr;
  }

  .dd-metric {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--dd-line);
  }

  .dd-metric:last-child {
    border-bottom: 0;
  }

  .dd-service-intro h2,
  .dd-form-side {
    position: static;
  }

  .dd-feature-list,
  .dd-options,
  .dd-contact-channels {
    grid-template-columns: 1fr;
  }

  .site-footer__top {
    padding-block: 60px;
  }

  .dd-floating-whatsapp {
    right: 16px;
    bottom: 16px;
    min-height: 54px;
    padding: 7px;
  }

  .dd-floating-whatsapp__icon {
    width: 40px;
    height: 40px;
  }

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

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .dd-reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .dd-floating-whatsapp,
  .dd-actions,
  .dd-cta-band {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }
}
