/*
Theme Name: Digitrove Digital
Theme URI: https://digitrovedigital.com
Author: Digitrove Digital
Description: Healthcare-focused digital marketing agency theme.
Version: 1.0
Text Domain: digitrove
*/

/* ↓↓↓ Paste ALL the CSS from the <style> block of the original artifact here ↓↓↓ */
/* ==============================
   DESIGN SYSTEM
============================== */
:root {
  /* Warm off-white palette — NOT dark */
  --ink:       #1C1C2E;
  --ink-soft:  #4A4A6A;
  --ink-muted: #8888AA;
  --bg:        #FAFAF8;
  --bg-warm:   #F4F1EE;
  --bg-card:   #FFFFFF;
  --accent:    #2563EB;        /* clear blue */
  --accent-2:  #0EA5E9;        /* sky */
  --teal:      #14B8A6;        /* teal accent for SEO/health */
  --coral:     #F97316;        /* warm CTA accent */
  --border:    rgba(28,28,46,0.08);
  --border-md: rgba(28,28,46,0.14);
  --grad-hero: linear-gradient(135deg, #EEF4FF 0%, #F0FAFA 50%, #FFF8F2 100%);
  --grad-blue: linear-gradient(135deg, #2563EB, #0EA5E9);
  --grad-teal: linear-gradient(135deg, #14B8A6, #2563EB);
  --grad-warm: linear-gradient(135deg, #F97316, #FBBF24);
  --shadow-sm: 0 2px 8px rgba(28,28,46,0.07);
  --shadow-md: 0 8px 32px rgba(28,28,46,0.10);
  --shadow-lg: 0 20px 60px rgba(28,28,46,0.12);
  --shadow-blue: 0 8px 32px rgba(37,99,235,0.22);
  --r: 14px;
  --r-sm: 8px;
  --r-pill: 100px;
}

*, *::before, *::after { box-sizing: border-box; margin:0; padding:0; }
html { scroll-behavior: smooth; font-size:16px; }
body {
  font-family: 'Sora', sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ── SCROLL REVEAL ── */
.sr { opacity:0; transform:translateY(28px); transition: opacity 0.72s cubic-bezier(.16,1,.3,1), transform 0.72s cubic-bezier(.16,1,.3,1); }
.sr.d1 { transition-delay:.08s; }
.sr.d2 { transition-delay:.16s; }
.sr.d3 { transition-delay:.24s; }
.sr.d4 { transition-delay:.32s; }
.sr.up { opacity:1; transform:none; }

/* ── LAYOUT ── */
.wrap { max-width:1160px; margin:0 auto; padding:0 28px; }
.sec { padding:96px 0; }
.sec-alt { background: var(--bg-warm); }

.logo-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

/* ── TYPE ── */
h1,h2,h3 { font-family:'Playfair Display', serif; line-height:1.12; }
.eyebrow {
  display:inline-flex; align-items:center; gap:8px;
  font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase;
  color:var(--accent); background:rgba(37,99,235,.07); border:1px solid rgba(37,99,235,.15);
  padding:5px 14px; border-radius:var(--r-pill); margin-bottom:18px;
}
.eyebrow.teal { color:var(--teal); background:rgba(20,184,166,.07); border-color:rgba(20,184,166,.2); }
.eyebrow.coral { color:var(--coral); background:rgba(249,115,22,.07); border-color:rgba(249,115,22,.2); }
.eyebrow::before { content:''; width:6px; height:6px; border-radius:50%; background:currentColor; }

.sec-title { font-size:clamp(30px,3.8vw,50px); color:var(--ink); margin-bottom:14px; }
.sec-sub { font-size:17px; color:var(--ink-soft); max-width:540px; line-height:1.75; }

/* ── BUTTONS ── */
.btn {
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Sora',sans-serif; font-size:14px; font-weight:600;
  padding:13px 26px; border-radius:var(--r-pill);
  cursor:pointer; transition:all .22s ease; text-decoration:none; border:none;
}
.btn svg { width:16px; height:16px; flex-shrink:0; }
.btn-blue { background:var(--grad-blue); color:#fff; box-shadow:var(--shadow-blue); }
.btn-blue:hover { transform:translateY(-2px); box-shadow:0 12px 40px rgba(37,99,235,.35); }
.btn-teal { background:var(--grad-teal); color:#fff; box-shadow:0 6px 24px rgba(20,184,166,.3); }
.btn-teal:hover { transform:translateY(-2px); }
.btn-outline { background:transparent; color:var(--accent); border:1.5px solid var(--accent); }
.btn-outline:hover { background:var(--accent); color:#fff; }
.btn-ghost { background:rgba(255,255,255,.15); color:#fff; border:1.5px solid rgba(255,255,255,.25); backdrop-filter:blur(8px); }
.btn-ghost:hover { background:rgba(255,255,255,.25); border-color:rgba(255,255,255,.5); }
.btn-ink { background:var(--ink); color:#fff; }
.btn-ink:hover { background:#2D2D50; transform:translateY(-2px); }

/* ──────────────────────────────
   NAVIGATION
────────────────────────────── */
nav {
  position:fixed; top:0; left:0; right:0; z-index:900;
  background:rgba(250,250,248,.88); backdrop-filter:blur(20px) saturate(180%);
  border-bottom:1px solid var(--border);
  transition:all .3s;
}
nav.shadow { box-shadow:var(--shadow-md); }
.nav-wrap { max-width:1160px; margin:0 auto; padding:0 28px; height:68px; display:flex; align-items:center; justify-content:space-between; }
.logo { display:flex; align-items:center; gap:10px; text-decoration:none; }
.logo-icon {
  width:34px; height:34px; border-radius:10px;
  background:var(--grad-blue);
  display:flex; align-items:center; justify-content:center;
}
.logo-icon img {
  width: 1px;
  height: 1px;
  object-fit: contain;
}
.logo-icon svg { width:18px; height:18px; fill:white; }
.logo-name { font-family:'Playfair Display',serif; font-size:19px; color:var(--ink); letter-spacing:-.02em; }
.logo-name span { color:var(--accent); }
.nav-links { display:flex; align-items:center; gap:2px; }
.nav-links a { font-size:13.5px; font-weight:500; color:var(--ink-soft); text-decoration:none; padding:7px 13px; border-radius:var(--r-sm); transition:all .18s; }
.nav-links a:hover { color:var(--ink); background:var(--border); }
.nav-dd { position:relative; }
.nav-dd:hover .dd-menu { opacity:1; visibility:visible; transform:translateY(0) translateX(-50%); }
.nav-dd > a { display:flex; align-items:center; gap:4px; }
.dd-menu {
  position:absolute; top:calc(100% + 14px); left:50%;
  transform:translateY(-10px) translateX(-50%);
  background:#fff; border:1px solid var(--border); border-radius:var(--r);
  padding:10px; min-width:220px;
  box-shadow:var(--shadow-lg);
  opacity:0; visibility:hidden; transition:all .22s ease;
}
.dd-menu a { display:block; font-size:13px; color:var(--ink-soft); padding:8px 12px; border-radius:6px; text-decoration:none; transition:all .15s; white-space:nowrap; }
.dd-menu a:hover { background:var(--bg); color:var(--accent); }
.dd-menu .dd-divider { height:1px; background:var(--border); margin:6px 0; }
.nav-right { display:flex; align-items:center; gap:10px; }
.nav-cta { padding:9px 20px; font-size:13px; }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:6px; }
.hamburger span { width:22px; height:2px; background:var(--ink); border-radius:2px; transition:.3s; }

/* ──────────────────────────────
   HERO
────────────────────────────── */
.hero {
  min-height:100vh;
  background: var(--grad-hero);
  display:flex; align-items:center;
  padding:100px 28px 72px;
  position:relative;
  overflow:hidden;
}
/* Subtle background pattern */
.hero::before {
  content:'';
  position:absolute; inset:0;
  background-image:
    radial-gradient(circle at 15% 85%, rgba(20,184,166,.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(37,99,235,.10) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(249,115,22,.04) 0%, transparent 60%);
}
.hero-dots {
  position:absolute; inset:0; overflow:hidden; pointer-events:none;
}
.hero-dots::before {
  content:'';
  position:absolute; inset:0;
  background-image: radial-gradient(circle, rgba(37,99,235,.12) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:radial-gradient(ellipse 70% 70% at 100% 0%, black, transparent);
}
.hero-inner { max-width:1160px; margin:0 auto; display:grid; grid-template-columns:1fr 480px; gap:72px; align-items:center; position:relative; z-index:1; width:100%; }

.hero-badge {
  display:inline-flex; align-items:center; gap:10px;
  background:#fff; border:1px solid var(--border);
  padding:7px 16px 7px 10px; border-radius:var(--r-pill);
  margin-bottom:28px;
  box-shadow:var(--shadow-sm);
  font-size:12px; font-weight:600; color:var(--ink-soft);
}
.hero-badge-dot { width:28px; height:28px; border-radius:50%; background:var(--grad-teal); display:flex; align-items:center; justify-content:center; }
.hero-badge-dot svg { width:14px; height:14px; fill:white; }

.hero h1 { font-size:clamp(40px,5vw,64px); color:var(--ink); letter-spacing:-.025em; margin-bottom:22px; }
.hero h1 em { font-style:italic; color:var(--accent); }
.hero h1 .line2 { color:var(--teal); }
.hero-sub { font-size:17.5px; color:var(--ink-soft); line-height:1.78; max-width:500px; margin-bottom:36px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:48px; }
.hero-proof {
  display:flex; align-items:center; gap:16px; padding-top:28px;
  border-top:1px solid var(--border-md);
}
.proof-avatars { display:flex; }
.proof-av { width:34px; height:34px; border-radius:50%; border:2.5px solid white; background:var(--grad-blue); margin-left:-8px; display:flex; align-items:center; justify-content:center; font-size:11px; font-weight:700; color:white; }
.proof-av:first-child { margin-left:0; }
.proof-text { font-size:13px; color:var(--ink-soft); }
.proof-text strong { color:var(--ink); }

/* Hero visual — floating cards */
.hero-visual-wrap { position:relative; }
.hero-card-main {
  background:#fff;
  border-radius:20px;
  border:1px solid var(--border);
  box-shadow:var(--shadow-lg);
  padding:28px;
  position:relative;
  overflow:hidden;
}
.hero-card-main::before {
  content:'';
  position:absolute; top:0; left:0; right:0; height:3px;
  background:var(--grad-blue);
}
.hcm-header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:20px; }
.hcm-title { font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.08em; color:var(--ink-muted); }
.hcm-badge { background:rgba(20,184,166,.1); color:var(--teal); font-size:11px; font-weight:700; padding:3px 10px; border-radius:var(--r-pill); }

.kpi-row { display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; margin-bottom:20px; }
.kpi { background:var(--bg); border-radius:10px; padding:14px 12px; }
.kpi-num { font-family:'Playfair Display',serif; font-size:24px; color:var(--ink); line-height:1; }
.kpi-label { font-size:10px; color:var(--ink-muted); margin-top:3px; text-transform:uppercase; letter-spacing:.06em; }

.sparkline { height:56px; position:relative; margin-bottom:16px; }
.sparkline svg { width:100%; height:100%; }

.channel-list { display:flex; flex-direction:column; gap:10px; }
.channel-item { display:flex; align-items:center; gap:10px; }
.channel-name { font-size:12px; color:var(--ink-soft); width:90px; flex-shrink:0; }
.channel-bar-track { flex:1; height:6px; background:var(--bg-warm); border-radius:3px; overflow:hidden; }
.channel-bar-fill { height:100%; border-radius:3px; animation:barFill 1.4s ease forwards; transform-origin:left; }
@keyframes barFill { from{transform:scaleX(0);} to{transform:scaleX(1);} }
.ch1 { background:var(--grad-blue); width:78%; animation-delay:.3s; }
.ch2 { background:var(--grad-teal); width:55%; animation-delay:.5s; }
.ch3 { background:linear-gradient(90deg,#F97316,#FBBF24); width:43%; animation-delay:.7s; }
.ch4 { background:linear-gradient(90deg,#8B5CF6,#EC4899); width:62%; animation-delay:.9s; }
.channel-pct { font-size:11px; font-weight:600; color:var(--ink-muted); width:30px; text-align:right; }

.float-card {
  position:absolute;
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  padding:12px 16px;
  box-shadow:var(--shadow-md);
  display:flex; align-items:center; gap:10px;
}
.fc1 { top:-18px; right:-18px; animation:floatA 4s ease-in-out infinite; }
.fc2 { bottom:-18px; left:-18px; animation:floatB 4s ease-in-out infinite; }
@keyframes floatA { 0%,100%{transform:translateY(0) rotate(1deg);} 50%{transform:translateY(-10px) rotate(-1deg);} }
@keyframes floatB { 0%,100%{transform:translateY(0) rotate(-1deg);} 50%{transform:translateY(-8px) rotate(1deg);} }
.fc-dot { width:32px; height:32px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.fc-dot.g { background:rgba(20,184,166,.1); }
.fc-dot.b { background:rgba(37,99,235,.1); }
.fc-dot svg { width:16px; height:16px; }
.fc-txt { }
.fc-n { font-family:'Playfair Display',serif; font-size:17px; color:var(--ink); line-height:1; }
.fc-l { font-size:10px; color:var(--ink-muted); margin-top:2px; text-transform:uppercase; letter-spacing:.06em; }

/* ──────────────────────────────
   TRUST RIBBON
────────────────────────────── */
.trust-ribbon {
  background:#fff;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:40px 0;
}
.tr-inner { max-width:1160px; margin:0 auto; padding:0 28px; }
.tr-label { text-align:center; font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-muted); margin-bottom:28px; }
.tr-logos { display:flex; align-items:center; justify-content:center; gap:40px; flex-wrap:wrap; }
.tr-logo { font-family:'Playfair Display',serif; font-size:16px; color:#C4C4D4; letter-spacing:-.01em; transition:.2s; }
.tr-logo:hover { color:var(--ink-muted); }
.tr-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:var(--r); overflow:hidden; margin-top:44px; }
.tr-pillar { background:#fff; padding:28px 32px; display:flex; align-items:flex-start; gap:14px; }
.tp-icon { width:40px; height:40px; border-radius:10px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.tp-icon.b { background:rgba(37,99,235,.09); }
.tp-icon.t { background:rgba(20,184,166,.09); }
.tp-icon.c { background:rgba(249,115,22,.09); }
.tp-icon svg { width:20px; height:20px; }
.tp-txt h4 { font-family:'Sora',sans-serif; font-size:15px; font-weight:600; color:var(--ink); margin-bottom:4px; }
.tp-txt p { font-size:13px; color:var(--ink-soft); line-height:1.6; }

/* ──────────────────────────────
   INLINE CTA STRIP
────────────────────────────── */
.cta-strip {
  padding:56px 28px;
  background:linear-gradient(135deg, #EEF4FF 0%, #F0FAFA 100%);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.cs-inner { max-width:1160px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.cs-text h3 { font-size:24px; color:var(--ink); margin-bottom:6px; }
.cs-text p { font-size:15px; color:var(--ink-soft); }

/* ──────────────────────────────
   SERVICES
────────────────────────────── */
.services-layout { display:grid; grid-template-columns:300px 1fr; gap:60px; margin-top:60px; }
.services-nav { position:sticky; top:100px; height:fit-content; }
.sn-list { display:flex; flex-direction:column; gap:4px; }
.sn-item {
  display:flex; align-items:center; gap:12px;
  padding:12px 16px; border-radius:var(--r-sm);
  cursor:pointer; transition:.2s; border:1px solid transparent;
  font-size:14px; font-weight:500; color:var(--ink-soft);
}
.sn-item:hover { background:#fff; color:var(--ink); border-color:var(--border); }
.sn-item.active { background:#fff; color:var(--accent); border-color:rgba(37,99,235,.2); box-shadow:var(--shadow-sm); }
.sn-item .sn-dot { width:8px; height:8px; border-radius:50%; background:var(--border-md); flex-shrink:0; }
.sn-item.active .sn-dot { background:var(--accent); }

.services-cards { display:flex; flex-direction:column; gap:20px; }
.svc-card {
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:32px;
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
}
.svc-card::after {
  content:'';
  position:absolute; left:0; top:0; bottom:0; width:3px;
  background:var(--grad-blue); transform:scaleY(0); transform-origin:bottom;
  transition:transform .3s ease;
}
.svc-card:hover { border-color:rgba(37,99,235,.25); box-shadow:var(--shadow-md); transform:translateX(4px); }
.svc-card:hover::after { transform:scaleY(1); }
.svc-card-top { display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:16px; gap:16px; }
.svc-icon-wrap { width:46px; height:46px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.svc-seo-badge { font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:3px 10px; border-radius:var(--r-pill); }
.svc-card h3 { font-family:'Sora',sans-serif; font-size:18px; font-weight:600; color:var(--ink); margin-bottom:10px; }
.svc-card p { font-size:14px; color:var(--ink-soft); line-height:1.7; margin-bottom:16px; }
.svc-tags { display:flex; flex-wrap:wrap; gap:6px; }
.svc-tag { font-size:11px; font-weight:500; padding:3px 10px; border-radius:var(--r-pill); background:var(--bg-warm); color:var(--ink-soft); border:1px solid var(--border); }
.svc-link { display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:var(--accent); margin-top:16px; text-decoration:none; }
.svc-link:hover { gap:10px; }

/* ──────────────────────────────
   SEO EXPLAINER
────────────────────────────── */
.seo-explain { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.se-visual {
  background:var(--ink);
  border-radius:20px;
  padding:36px;
  position:relative;
  overflow:hidden;
}
.se-visual::before {
  content:'';
  position:absolute; top:-30%; right:-20%; width:280px; height:280px;
  background:radial-gradient(circle, rgba(37,99,235,.3), transparent 70%);
}
.se-visual::after {
  content:'';
  position:absolute; bottom:-20%; left:-10%; width:200px; height:200px;
  background:radial-gradient(circle, rgba(20,184,166,.2), transparent 70%);
}
.serp-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:10px; padding:14px 16px; margin-bottom:10px; position:relative; z-index:1; transition:.2s; }
.serp-card:hover { background:rgba(255,255,255,.09); }
.serp-pos { display:flex; align-items:center; gap:10px; margin-bottom:6px; }
.pos-badge { width:20px; height:20px; border-radius:50%; font-size:10px; font-weight:700; display:flex; align-items:center; justify-content:center; color:white; }
.pos-1 { background:var(--grad-blue); }
.pos-2 { background:rgba(255,255,255,.2); }
.pos-3 { background:rgba(255,255,255,.1); }
.serp-label { font-size:10px; color:rgba(255,255,255,.4); text-transform:uppercase; letter-spacing:.08em; }
.serp-url { font-size:11px; color:var(--teal); margin-bottom:4px; }
.serp-title { font-size:13px; font-weight:600; color:white; margin-bottom:4px; }
.serp-snippet { font-size:11px; color:rgba(255,255,255,.45); line-height:1.5; }
.serp-aio { background:rgba(37,99,235,.2); border:1px solid rgba(37,99,235,.3); border-radius:10px; padding:14px 16px; margin-bottom:10px; position:relative; z-index:1; }
.aio-label { font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--accent-2); margin-bottom:8px; display:flex; align-items:center; gap:6px; }
.aio-label svg { width:12px; height:12px; }
.aio-text { font-size:12px; color:rgba(255,255,255,.65); line-height:1.6; }
.aio-text strong { color:white; }

/* ──────────────────────────────
   INDUSTRIES
────────────────────────────── */
.industries-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:52px; }
.ind-tile {
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:22px 16px;
  text-align:center;
  cursor:pointer;
  transition:all .22s ease;
  position:relative;
  overflow:hidden;
}
.ind-tile::before { content:''; position:absolute; inset:0; background:var(--grad-blue); opacity:0; transition:.22s; }
.ind-tile:hover { border-color:transparent; transform:translateY(-5px); box-shadow:var(--shadow-blue); }
.ind-tile:hover::before { opacity:1; }
.ind-tile:hover .it-icon { background:rgba(255,255,255,.18); }
.ind-tile:hover .it-name { color:white; }
.ind-tile:hover .it-icon svg { stroke:white; }
.it-icon { width:42px; height:42px; background:var(--bg); border-radius:10px; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; transition:.22s; position:relative; z-index:1; }
.it-icon svg { width:20px; height:20px; stroke:var(--accent); stroke-width:1.7; fill:none; transition:.22s; }
.it-name { font-size:12.5px; font-weight:600; color:var(--ink); line-height:1.3; position:relative; z-index:1; transition:.22s; }

/* ──────────────────────────────
   WHY US — CHECKLIST STYLE
────────────────────────────── */
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:52px; }
.why-card {
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:28px;
  display:flex; gap:18px;
  transition:all .22s;
}
.why-card:hover { border-color:rgba(37,99,235,.25); box-shadow:var(--shadow-md); }
.why-icon { width:44px; height:44px; border-radius:12px; background:rgba(37,99,235,.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.why-icon svg { width:22px; height:22px; stroke:var(--accent); stroke-width:1.8; fill:none; }
.why-icon.t { background:rgba(20,184,166,.08); }
.why-icon.t svg { stroke:var(--teal); }
.why-icon.c { background:rgba(249,115,22,.08); }
.why-icon.c svg { stroke:var(--coral); }
.why-body h4 { font-family:'Sora',sans-serif; font-size:15px; font-weight:600; color:var(--ink); margin-bottom:8px; }
.why-body p { font-size:13.5px; color:var(--ink-soft); line-height:1.68; }

/* ──────────────────────────────
   PROCESS — HORIZONTAL SCROLL
────────────────────────────── */
.process-row { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:60px; }
.proc-step { position:relative; }
.proc-step:not(:last-child)::after {
  content:'→';
  position:absolute; right:-14px; top:22px;
  font-size:20px; color:var(--ink-muted);
  z-index:1;
}
.ps-num {
  width:44px; height:44px; border-radius:12px;
  background:var(--grad-blue); color:#fff;
  font-family:'Playfair Display',serif; font-size:18px;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:20px;
  box-shadow:var(--shadow-blue);
}
.ps-title { font-family:'Sora',sans-serif; font-size:16px; font-weight:600; color:var(--ink); margin-bottom:10px; }
.ps-body { font-size:13.5px; color:var(--ink-soft); line-height:1.65; }
.ps-time { margin-top:12px; font-size:11px; font-weight:600; color:var(--accent); text-transform:uppercase; letter-spacing:.08em; }

/* ──────────────────────────────
   CASE STUDIES
────────────────────────────── */
.cases-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:56px; }
.case-card {
  border-radius:var(--r);
  overflow:hidden;
  background:#fff;
  border:1px solid var(--border);
  transition:all .25s ease;
}
.case-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); border-color:rgba(37,99,235,.2); }
.cc-head {
  padding:28px 28px 22px;
  position:relative; overflow:hidden;
}
.cc-head.blue { background:linear-gradient(135deg,#EEF4FF,#E0F2FE); }
.cc-head.teal { background:linear-gradient(135deg,#F0FDFA,#E0F2FE); }
.cc-head.warm { background:linear-gradient(135deg,#FFF7ED,#FEF3C7); }
.cc-head.soft { background:linear-gradient(135deg,#F5F3FF,#FCE7F3); }
.cc-tag { font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); margin-bottom:12px; }
.cc-tag.t { color:var(--teal); }
.cc-tag.c { color:var(--coral); }
.cc-tag.p { color:#8B5CF6; }
.cc-head h3 { font-family:'Sora',sans-serif; font-size:17px; font-weight:600; color:var(--ink); line-height:1.4; }
.cc-metrics { display:grid; grid-template-columns:repeat(3,1fr); padding:20px 28px; border-bottom:1px solid var(--border); gap:12px; }
.ccm { }
.ccm-n { font-family:'Playfair Display',serif; font-size:26px; color:var(--accent); }
.ccm-n.t { color:var(--teal); }
.ccm-n.c { color:var(--coral); }
.ccm-l { font-size:11px; color:var(--ink-muted); margin-top:2px; }
.cc-body { padding:18px 28px 24px; }
.cc-body p { font-size:13.5px; color:var(--ink-soft); line-height:1.65; }
.cc-services { display:flex; flex-wrap:wrap; gap:6px; margin-top:14px; }
.cc-svc { font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.06em; padding:3px 9px; border-radius:var(--r-pill); background:var(--bg); color:var(--ink-muted); border:1px solid var(--border); }

/* ──────────────────────────────
   TESTIMONIALS
────────────────────────────── */
.testi-wrap { display:grid; grid-template-columns:1fr 1fr 1fr; gap:18px; margin-top:52px; }
.testi {
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:28px;
  transition:all .22s;
  position:relative;
}
.testi:hover { border-color:rgba(37,99,235,.25); box-shadow:var(--shadow-md); transform:translateY(-4px); }
.testi-quote { font-size:32px; line-height:1; color:var(--accent); margin-bottom:14px; opacity:.3; font-family:'Playfair Display',serif; }
.testi-text { font-size:14.5px; color:var(--ink); line-height:1.75; font-style:italic; margin-bottom:22px; }
.testi-author { display:flex; align-items:center; gap:12px; }
.ta-av { width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:16px; color:white; flex-shrink:0; }
.ta-av.b { background:var(--grad-blue); }
.ta-av.t { background:var(--grad-teal); }
.ta-av.c { background:var(--grad-warm); }
.ta-name { font-size:14px; font-weight:600; color:var(--ink); }
.ta-role { font-size:12px; color:var(--ink-muted); margin-top:1px; }
.testi-stars { display:flex; gap:3px; margin-bottom:16px; }
.star { color:#F59E0B; font-size:14px; }

/* ──────────────────────────────
   HOMEPAGE DYNAMIC BLOG
────────────────────────────── */

.home-blog-header {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}

.home-blog-header .sec-title {
  margin-top:14px;
  margin-bottom:0;
}

.blog-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  margin-top:52px;
  align-items:stretch;
}

.blog-card {
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r);
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.blog-card:hover {
  transform:translateY(-5px);
  border-color:rgba(37,99,235,.18);
  box-shadow:var(--shadow-md);
}

.blog-card-latest {
  border:2px solid rgba(37,99,235,.42);
  box-shadow:0 18px 45px rgba(37,99,235,.14);
}

.latest-blog-badge {
  position:absolute;
  top:14px;
  left:14px;
  z-index:10;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-height:28px;
  padding:7px 13px;
  color:#fff;
  background:var(--accent);
  border-radius:var(--r-pill);
  box-shadow:0 7px 20px rgba(37,99,235,.30);
  font-size:10px;
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.bc-thumb {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:220px;
  padding:0;
  overflow:hidden;
  background:#f5f7fb;
  text-decoration:none;
}

.bc-thumb-img {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  padding:10px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  transition:none;
}

.blog-card:hover .bc-thumb-img {
  transform:none;
}

.bc-thumb-bg {
  position:absolute;
  inset:0;
}

.bc-thumb-bg.b1 {
  background:linear-gradient(135deg,#1E3A8A,#1D4ED8,#0EA5E9);
}

.bc-thumb-bg.b2 {
  background:linear-gradient(135deg,#134E4A,#0D9488,#2563EB);
}

.bc-thumb-bg.b3 {
  background:linear-gradient(135deg,#7C3AED,#2563EB,#0EA5E9);
}

.bc-thumb-text {
  position:relative;
  z-index:1;
  padding:20px;
  color:white;
  font-family:'Playfair Display', serif;
  font-size:22px;
  line-height:1.2;
}

.bc-body {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px;
}

.bc-cat {
  display:inline-block;
  margin-bottom:9px;
  color:var(--accent);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:uppercase;
}

.bc-cat:hover {
  text-decoration:underline;
}

.bc-cat.t {
  color:var(--teal);
}

.bc-cat.p {
  color:#8B5CF6;
}

.bc-title {
  margin-bottom:11px;
  color:var(--ink);
  font-family:'Sora', sans-serif;
  font-size:15px;
  font-weight:600;
  line-height:1.45;
}

.bc-title a {
  color:inherit;
  text-decoration:none;
}

.bc-title a:hover {
  color:var(--accent);
}

.bc-excerpt {
  margin:0 0 17px;
  color:var(--ink-soft);
  font-size:13px;
  line-height:1.7;
}

.bc-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  color:var(--ink-muted);
  font-size:11px;
}

.bc-read {
  display:inline-flex;
  align-items:center;
  gap:5px;
  width:max-content;
  margin-top:13px;
  color:var(--accent);
  font-size:12px;
  font-weight:600;
  text-decoration:none;
}

.bc-read:hover {
  gap:9px;
}

@media(max-width:960px) {
  .blog-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .bc-thumb {
    height:215px;
  }
}

@media(max-width:640px) {
  .home-blog-header {
    align-items:flex-start;
    flex-direction:column;
  }

  .blog-grid {
    grid-template-columns:1fr;
    margin-top:36px;
  }

  .bc-thumb {
    height:210px;
  }

  .bc-thumb-img {
    padding:8px;
  }
}

/* ──────────────────────────────
   FAQ
────────────────────────────── */
.faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:52px; }
.faq-item {
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:22px 24px;
  cursor:pointer;
  transition:.2s;
}
.faq-item:hover { border-color:rgba(37,99,235,.25); }
.faq-item.open { border-color:rgba(37,99,235,.3); box-shadow:var(--shadow-sm); }
.faq-q { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.faq-q-text { font-size:15px; font-weight:600; color:var(--ink); }
.faq-toggle { width:24px; height:24px; border-radius:50%; background:var(--bg); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:.25s; }
.faq-item.open .faq-toggle { background:var(--accent); border-color:var(--accent); transform:rotate(45deg); }
.faq-toggle svg { width:12px; height:12px; stroke:var(--ink-muted); stroke-width:2.5; }
.faq-item.open .faq-toggle svg { stroke:white; }
.faq-a { font-size:13.5px; color:var(--ink-soft); line-height:1.7; max-height:0; overflow:hidden; transition:max-height .35s ease, margin .25s; margin-top:0; }
.faq-item.open .faq-a { max-height:200px; margin-top:14px; }

/* ──────────────────────────────
   FINAL CTA — SOFT GRADIENT
────────────────────────────── */
.hero-cta-final {
  padding:120px 28px;
  background:linear-gradient(135deg,#EEF4FF 0%,#E0F2FE 40%,#F0FDFA 100%);
  text-align:center;
  position:relative;
  overflow:hidden;
  border-top:1px solid var(--border);
}
.hero-cta-final::before {
  content:'';
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 20% 60%, rgba(37,99,235,.08), transparent 50%),
    radial-gradient(circle at 80% 40%, rgba(20,184,166,.08), transparent 50%);
}
.hero-cta-final > * { position:relative; z-index:1; }
.hero-cta-final h2 { font-size:clamp(32px,4vw,54px); color:var(--ink); max-width:680px; margin:0 auto 18px; }
.hero-cta-final p { font-size:17px; color:var(--ink-soft); max-width:500px; margin:0 auto 36px; line-height:1.75; }
.cta-final-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.cta-footnote { margin-top:18px; font-size:12px; color:var(--ink-muted); }

/* ──────────────────────────────
   FOOTER
────────────────────────────── */
footer { background:var(--ink); padding:72px 28px 36px; }
.footer-inner { max-width:1160px; margin:0 auto; }
.footer-top { display:grid; grid-template-columns:2.2fr 1fr 1fr 1fr 1.2fr; gap:48px; margin-bottom:56px; }
.footer-brand .logo-name { color:white; }
.footer-brand .logo-name span { color:var(--accent-2); }
.footer-about { font-size:13.5px; color:rgba(255,255,255,.4); line-height:1.75; max-width:270px; margin-top:14px; }
.footer-social { display:flex; gap:8px; margin-top:22px; }
.fsoc { width:34px; height:34px; border-radius:8px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:.2s; text-decoration:none; }
.fsoc:hover { background:var(--accent); border-color:var(--accent); }
.fsoc svg { width:15px; height:15px; fill:rgba(255,255,255,.55); }
.fsoc:hover svg { fill:white; }
.footer-col h5 { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:rgba(255,255,255,.3); margin-bottom:16px; }
.footer-col a { display:block; font-size:13.5px; color:rgba(255,255,255,.55); text-decoration:none; margin-bottom:10px; transition:.15s; }
.footer-col a:hover { color:white; }
.footer-contact { }
.contact-item { display:flex; align-items:flex-start; gap:10px; margin-bottom:14px; }
.ci-icon { width:30px; height:30px; border-radius:7px; background:rgba(255,255,255,.06); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.ci-icon svg { width:14px; height:14px; stroke:rgba(255,255,255,.5); stroke-width:2; fill:none; }
.ci-text { font-size:13px; color:rgba(255,255,255,.5); line-height:1.5; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.07); padding-top:24px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer-bottom p { font-size:12px; color:rgba(255,255,255,.25); }
.footer-legal { display:flex; gap:20px; }
.footer-legal a { font-size:12px; color:rgba(255,255,255,.25); text-decoration:none; }
.footer-legal a:hover { color:rgba(255,255,255,.5); }

/* ──────────────────────────────
   RESPONSIVE
────────────────────────────── */
@media(max-width:960px){
  .hero-inner { grid-template-columns:1fr; gap:40px; }
  .hero-visual-wrap { display:none; }
  .services-layout { grid-template-columns:1fr; }
  .services-nav { display:none; }
  .industries-grid { grid-template-columns:repeat(3,1fr); }
  .why-grid { grid-template-columns:1fr; }
  .process-row { grid-template-columns:1fr 1fr; }
  .cases-grid { grid-template-columns:1fr; }
  .testi-wrap { grid-template-columns:1fr; }
  .blog-grid { grid-template-columns:1fr; }
  .faq-grid { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr 1fr; }
  .seo-explain { grid-template-columns:1fr; }
  .nav-links,.nav-right .btn-outline { display:none; }
  .hamburger { display:flex; }
  .tr-pillars { grid-template-columns:1fr; }
  .cs-inner { flex-direction:column; text-align:center; }
}
@media(max-width:600px){
  .industries-grid { grid-template-columns:1fr 1fr; }
  .kpi-row { grid-template-columns:1fr 1fr 1fr; }
  .process-row { grid-template-columns:1fr; }
  .proc-step::after { display:none; }
  .footer-top { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .sec { padding:68px 0; }
}

/* ========================================
   ABOUT PAGE — append to style.css
======================================== */

/* ---- HERO ---- */
.about-hero {
  position:relative; overflow:hidden;
  background:linear-gradient(135deg,#f8faff 0%,#eef2ff 60%,#f0fdf4 100%);
  padding:120px 5% 80px;
}
.about-hero-bg-dots {
  position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(#3b82f620 1.5px,transparent 1.5px);
  background-size:28px 28px;
}
.about-hero-inner {
  max-width:1160px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;
  gap:60px;align-items:center;
}
.about-hero-text h1 { font-size:clamp(2rem,4vw,3.2rem);margin:20px 0 18px; }
.about-hero-visual { position:relative; }
.about-hero-illustration { border-radius:20px;overflow:hidden;filter:drop-shadow(0 20px 40px #0002); }
.about-float-card {
  position:absolute;background:#fff;
  border-radius:14px;padding:14px 18px;
  box-shadow:0 8px 32px #0001,0 2px 8px #0001;
  display:flex;gap:12px;align-items:center;
  animation:floatCard 4s ease-in-out infinite;
}
.card-1 { top:-20px;right:10px;animation-delay:0s; }
.card-2 { bottom:30px;left:-20px;animation-delay:1.4s; }
.card-3 { top:40%;right:-20px;animation-delay:2.8s; }
@keyframes floatCard {
  0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)}
}
.afc-icon {
  width:38px;height:38px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.afc-icon svg { width:18px;height:18px; }
.afc-num { font-size:18px;font-weight:700;color:var(--ink);line-height:1.1; }
.afc-label { font-size:11px;color:var(--muted);margin-top:2px; }

/* ---- STORY ---- */
.about-story { padding:96px 5%;background:#fff; }
.about-story-grid {
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;
  gap:72px;align-items:center;
}
.story-img-wrap { border-radius:20px;overflow:hidden;box-shadow:0 8px 48px #0002; }
.about-story-text h2 { font-size:clamp(1.6rem,3vw,2.4rem);margin:16px 0 22px; }
.about-story-text p { color:var(--muted);line-height:1.8;margin-bottom:16px; }
.story-badges { display:flex;flex-wrap:wrap;gap:10px;margin-top:24px; }
.story-badge {
  display:flex;align-items:center;gap:7px;
  background:#f0f4ff;color:var(--accent);
  padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500;
}
.story-badge svg { width:15px;height:15px;stroke:var(--accent);stroke-width:2.5; }

/* ---- STATS ---- */
.about-stats { background:var(--grad-blue);padding:56px 5%; }
.about-stats-grid {
  max-width:1000px;margin:0 auto;
  display:grid;grid-template-columns:repeat(4,1fr);gap:32px;
}
.about-stat-item { text-align:center; }
.asi-num { font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;color:#fff;line-height:1; }
.asi-label { color:#ffffffcc;font-size:13px;margin-top:8px;line-height:1.4; }

/* ---- MISSION & VISION ---- */
.about-mv { padding:96px 5%;background:#fafbff; }
.mv-grid {
  max-width:920px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;gap:32px;
}
.mv-card {
  background:#fff;border-radius:20px;padding:36px;
  box-shadow:0 4px 24px #0001;
  border:1px solid #f0f4ff;
}
.mv-icon {
  width:52px;height:52px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;
}
.mv-icon svg { width:24px;height:24px; }
.mv-card h3 { font-size:1.25rem;margin-bottom:14px;color:var(--ink); }
.mv-card p { color:var(--muted);line-height:1.8;font-size:14.5px;margin-bottom:20px; }
.mv-graphic { border-radius:12px;overflow:hidden; }

/* ---- VALUES ---- */
.about-values { padding:96px 5%;background:#fff; }
.values-grid {
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:28px;
}
.value-card {
  padding:32px;border-radius:18px;
  border:1px solid #f0f4ff;
  transition:transform .25s,box-shadow .25s;
}
.value-card:hover { transform:translateY(-4px);box-shadow:0 12px 40px #0001; }
.vc-icon {
  width:48px;height:48px;border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
}
.vc-icon svg { width:22px;height:22px; }
.value-card h4 { font-size:1.05rem;margin-bottom:10px;color:var(--ink); }
.value-card p { color:var(--muted);font-size:14px;line-height:1.75; }

/* ---- TEAM ---- */
.about-team { padding:96px 5%;background:#fafbff; }
.team-grid {
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:28px;
}
.team-card {
  background:#fff;border-radius:20px;padding:32px 24px;
  text-align:center;
  border:1px solid #f0f4ff;
  box-shadow:0 2px 12px #0001;
  transition:transform .25s,box-shadow .25s;
}
.team-card:hover { transform:translateY(-6px);box-shadow:0 16px 48px #0002; }
.tc-avatar {
  width:80px;height:80px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 16px;position:relative;
}
.tc-initials { font-size:26px;font-weight:700;font-family:'Playfair Display',serif; }
.tc-ring {
  position:absolute;inset:-6px;border-radius:50%;
  border:2px dashed;animation:spinRing 12s linear infinite;
}
@keyframes spinRing { to{transform:rotate(360deg)} }
.tc-tag {
  display:inline-block;padding:4px 12px;border-radius:20px;
  font-size:11px;font-weight:600;letter-spacing:.04em;margin-bottom:10px;
}
.tc-name { font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:4px; }
.tc-role { font-size:13px;color:var(--muted);margin-bottom:16px; }
.tc-links { display:flex;gap:10px;justify-content:center; }
.tc-link {
  width:34px;height:34px;border-radius:8px;background:#f4f6fb;
  display:flex;align-items:center;justify-content:center;
  color:#8a93a8;transition:background .2s,color .2s;
}
.tc-link:hover { background:var(--accent);color:#fff; }
.tc-link svg { width:15px;height:15px; }

/* ---- CTA ---- */
.about-cta { padding:96px 5%;background:var(--ink);position:relative;overflow:hidden; }
.about-cta-inner {
  max-width:680px;margin:0 auto;text-align:center;
  position:relative;z-index:1;
}
.about-cta-inner h2 { color:#fff;font-size:clamp(1.8rem,3.5vw,2.6rem);margin:16px 0 18px; }
.about-cta-inner p { color:#ffffffaa;line-height:1.8; }
.acta-deco-1,.acta-deco-2 {
  position:absolute;border-radius:50%;
  background:radial-gradient(circle,#3b82f620,transparent 70%);
}
.acta-deco-1 { width:500px;height:500px;top:-200px;left:-150px; }
.acta-deco-2 { width:400px;height:400px;bottom:-150px;right:-100px;background:radial-gradient(circle,#6366f120,transparent 70%); }

/* ---- RESPONSIVE ---- */
@media(max-width:960px){
  .about-hero-inner { grid-template-columns:1fr; }
  .about-hero-visual { display:none; }
  .about-story-grid { grid-template-columns:1fr; }
  .about-story-visual { display:none; }
  .about-stats-grid { grid-template-columns:repeat(2,1fr); }
  .mv-grid { grid-template-columns:1fr; }
  .values-grid { grid-template-columns:1fr 1fr; }
  .team-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:600px){
  .values-grid { grid-template-columns:1fr; }
  .team-grid { grid-template-columns:1fr; }
  .about-stats-grid { grid-template-columns:1fr 1fr; }
}

/* ================================================
   SERVICE PAGES — append to the bottom of style.css
================================================ */

.svc-container { max-width:1140px;margin:0 auto;padding:0 5%; }

/* ── Breadcrumb ── */
.svc-breadcrumb {
  background:#f8faff;border-bottom:1px solid #f0f4ff;
  padding:14px 0;font-size:13px;
}
.svc-breadcrumb a { color:var(--muted);text-decoration:none; }
.svc-breadcrumb a:hover { color:var(--accent); }
.svc-breadcrumb span { color:var(--ink);font-weight:500; }
.svc-breadcrumb svg { margin:0 6px;vertical-align:middle;opacity:.4; }

/* ── Hero ── */
.svc-hero {
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,#f8faff 0%,#eef2ff 60%,#f0fdf4 100%);
  padding:100px 0 72px;
}
.svc-hero-bg {
  position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(#3b82f620 1.5px,transparent 1.5px);
  background-size:28px 28px;
}
.svc-hero-inner {
  display:grid;grid-template-columns:1fr 420px;
  gap:60px;align-items:center;position:relative;z-index:1;
}
.svc-hero-text h1 { font-size:clamp(1.9rem,3.5vw,3rem);margin:20px 0 18px; }
.svc-hero-visual { position:relative; }
.svc-hero-card {
  background:#fff;border-radius:20px;padding:32px;
  box-shadow:0 20px 60px #0002,0 4px 16px #0001;
  position:relative;z-index:1;
}
.shc-icon {
  width:56px;height:56px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
}
.shc-title { font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:4px; }
.shc-sub { font-size:12px;color:var(--muted); }
.shc-divider { height:1px;background:#f0f4ff;margin:20px 0; }
.shc-stat-row { display:flex;align-items:baseline;gap:10px;margin-bottom:12px; }
.shc-num { font-size:1.5rem;font-weight:800;line-height:1; }
.shc-label { font-size:13px;color:var(--muted); }
.shc-trust {
  display:flex;align-items:center;gap:7px;
  background:#f0fdf4;color:#16a34a;
  padding:10px 14px;border-radius:10px;font-size:12px;font-weight:500;
  margin-top:8px;
}
.svc-hero-deco {
  position:absolute;width:300px;height:300px;border-radius:50%;
  bottom:-120px;right:-80px;opacity:.12;filter:blur(40px);z-index:0;
}

/* ── Overview ── */
.svc-overview { padding:88px 0;background:#fff; }
.svc-ov-grid {
  display:grid;grid-template-columns:1fr 1fr;
  gap:72px;align-items:center;
}
.svc-ov-text h2 { font-size:clamp(1.5rem,2.5vw,2.2rem);margin:14px 0 22px; }
.svc-ov-text p { color:var(--muted);line-height:1.8;margin-bottom:16px; }
.svc-stat-grid { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.svc-stat-card {
  background:#f8faff;border-radius:16px;padding:24px 20px;
  border:1px solid #f0f4ff;text-align:center;
}
.ssc-num { font-size:clamp(1.6rem,2.5vw,2rem);font-weight:800;line-height:1;margin-bottom:8px; }
.ssc-label { font-size:13px;color:var(--muted);line-height:1.4; }

/* ── Features ── */
.svc-features { padding:88px 0;background:#fafbff; }
.svc-feat-grid {
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.svc-feat-card {
  background:#fff;border-radius:18px;padding:28px;
  border:1px solid #f0f4ff;
  transition:transform .25s,box-shadow .25s;
}
.svc-feat-card:hover { transform:translateY(-4px);box-shadow:0 12px 40px #0001; }
.sfc-icon {
  width:48px;height:48px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;
}
.sfc-icon svg { width:22px;height:22px; }
.svc-feat-card h4 { font-size:1rem;color:var(--ink);margin-bottom:10px; }
.svc-feat-card p { font-size:14px;color:var(--muted);line-height:1.75; }

/* ── Process ── */
.svc-process { padding:88px 0;background:#fff; }
.svc-proc-grid {
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  position:relative;
}
.svc-proc-step {
  padding:32px 28px;text-align:center;position:relative;
}
.sps-connector {
  position:absolute;top:48px;left:50%;width:100%;height:2px;z-index:0;
}
.sps-num {
  width:52px;height:52px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:14px;font-weight:700;
  margin:0 auto 20px;position:relative;z-index:1;
  box-shadow:0 4px 16px #0002;
}
.svc-proc-step h4 { font-size:1rem;color:var(--ink);margin-bottom:10px; }
.svc-proc-step p { font-size:13.5px;color:var(--muted);line-height:1.7; }

/* ── Related ── */
.svc-related { padding:88px 0;background:#fafbff; }
.svc-rel-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.svc-rel-card {
  display:block;background:#fff;border-radius:18px;padding:28px;
  border:1px solid #f0f4ff;text-decoration:none;
  transition:transform .25s,box-shadow .25s;
}
.svc-rel-card:hover { transform:translateY(-4px);box-shadow:0 16px 48px #0002; }
.src-icon {
  width:48px;height:48px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;
}
.src-icon svg { width:22px;height:22px; }
.src-title { font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:8px; }
.src-sub { font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:16px; }
.src-arrow { font-size:13px;font-weight:600; }

/* ── Responsive ── */
@media(max-width:1024px){
  .svc-hero-inner { grid-template-columns:1fr; }
  .svc-hero-visual { display:none; }
  .svc-ov-grid { grid-template-columns:1fr; }
  .svc-proc-grid { grid-template-columns:repeat(2,1fr); }
  .sps-connector { display:none; }
}
@media(max-width:768px){
  .svc-feat-grid { grid-template-columns:1fr 1fr; }
  .svc-rel-grid { grid-template-columns:1fr 1fr; }
  .svc-stat-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:520px){
  .svc-feat-grid { grid-template-columns:1fr; }
  .svc-rel-grid { grid-template-columns:1fr; }
  .svc-proc-grid { grid-template-columns:1fr; }
}

a.sn-item { text-decoration: none; display: block; }

/* ================================================
   BLOG PAGES — append to the bottom of style.css
================================================ */

.blg-container { max-width:1140px;margin:0 auto;padding:0 5%; }

/* ── Blog Listing Hero ── */
.blog-hero {
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,#f8faff 0%,#eef2ff 60%,#f0fdf4 100%);
  padding:110px 0 72px;text-align:center;
}
.blog-hero-dots {
  position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(#3b82f620 1.5px,transparent 1.5px);
  background-size:28px 28px;
}
.blog-hero-inner { position:relative;z-index:1;max-width:680px;margin:0 auto; }
.blog-hero-inner h1 { font-size:clamp(2rem,4vw,3rem);margin:20px 0 18px; }

/* ── Category Filter Pills ── */
.blog-filters { background:#fff;border-bottom:1px solid #f0f4ff;padding:20px 0;position:sticky;top:70px;z-index:10; }
.blog-filter-row { display:flex;gap:10px;flex-wrap:wrap;align-items:center; }
.bfr-pill {
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 16px;border-radius:20px;font-size:13px;font-weight:500;
  border:1.5px solid #e8edf5;color:var(--muted);text-decoration:none;
  transition:all .2s;white-space:nowrap;
}
.bfr-pill:hover { border-color:var(--accent);color:var(--accent); }
.bfr-pill.active { background:var(--accent);border-color:var(--accent);color:#fff; }
.bfr-count {
  background:#ffffff33;border-radius:10px;padding:1px 7px;
  font-size:11px;font-weight:600;
}
.bfr-pill.active .bfr-count { background:#ffffff33; }
.bfr-pill:not(.active) .bfr-count { background:#f0f4ff;color:var(--muted); }

/* ── Blog Listing Grid ── */
.blog-listing { padding:64px 0 80px;background:#fafbff; }
.blog-listing-grid {
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:28px;margin-bottom:48px;
}
.blog-listing-grid--3 { grid-template-columns:repeat(3,1fr); }

/* ── Blog Card ── */
.blc-card {
  background:#fff;border-radius:20px;overflow:hidden;
  border:1px solid #f0f4ff;
  box-shadow:0 2px 12px #0001;
  display:flex;flex-direction:column;
  transition:transform .25s,box-shadow .25s;
}
.blc-card:hover { transform:translateY(-5px);box-shadow:0 16px 48px #0002; }
.blc-thumb {
  display:block;position:relative;height:200px;overflow:hidden;text-decoration:none;
}
.blc-thumb-img { width:100%;height:100%;object-fit:cover;display:block; }
.blc-thumb-label {
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.85);font-size:14px;font-weight:600;
  font-family:'Playfair Display',serif;letter-spacing:.02em;padding:20px;text-align:center;
  line-height:1.4;
}
.blc-thumb-overlay {
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.18) 0%,transparent 60%);
}
.blc-body { padding:24px;display:flex;flex-direction:column;flex:1; }
.blc-cat {
  display:inline-block;font-size:11px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;
  color:var(--accent);text-decoration:none;margin-bottom:10px;
}
.blc-cat:hover { text-decoration:underline; }
.blc-title { font-size:1.05rem;line-height:1.45;margin-bottom:10px;flex:1; }
.blc-title a { color:var(--ink);text-decoration:none; }
.blc-title a:hover { color:var(--accent); }
.blc-excerpt { font-size:13.5px;color:var(--muted);line-height:1.7;margin-bottom:18px; }
.blc-footer { display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto; }
.blc-author { display:flex;align-items:center;gap:10px; }
.blc-av {
  width:32px;height:32px;border-radius:50%;
  background:var(--grad-blue);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:11px;font-weight:700;flex-shrink:0;
}
.blc-author-info { display:flex;flex-direction:column; }
.blc-author-name { font-size:12px;font-weight:600;color:var(--ink); }
.blc-meta { font-size:11px;color:var(--muted); }
.blc-read-link { font-size:13px;font-weight:600;color:var(--accent);text-decoration:none;white-space:nowrap; }
.blc-read-link:hover { text-decoration:underline; }

/* ── Pagination ── */
.blog-pagination { display:flex;justify-content:center; }
.blog-pagination .page-numbers {
  list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:0;margin:0;
}
.blog-pagination .page-numbers li a,
.blog-pagination .page-numbers li span {
  display:flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:10px;font-size:14px;font-weight:500;
  text-decoration:none;border:1.5px solid #e8edf5;color:var(--muted);
  transition:all .2s;
}
.blog-pagination .page-numbers li a:hover { border-color:var(--accent);color:var(--accent); }
.blog-pagination .page-numbers li span.current { background:var(--accent);border-color:var(--accent);color:#fff; }
.blog-pagination .page-numbers li a.prev,
.blog-pagination .page-numbers li a.next { width:auto;padding:0 16px;gap:6px; }

/* ── Empty State ── */
.blog-empty {
  text-align:center;padding:80px 20px;color:var(--muted);
  display:flex;flex-direction:column;align-items:center;gap:16px;
}
.blog-empty svg { opacity:.3; }
.blog-empty h3 { color:var(--ink);margin:0; }
.blog-empty p { max-width:400px; }

/* ══════════════════════════════
   SINGLE POST
══════════════════════════════ */

/* ── Post Hero ── */
.post-hero { background:#fff;padding:56px 0 0; }
.post-hero-inner { max-width:760px; }
.post-cat-badge {
  display:inline-block;padding:5px 14px;border-radius:20px;
  background:var(--accent);color:#fff;font-size:11px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;text-decoration:none;
  margin-bottom:20px;
}
.post-cat-badge:hover { opacity:.85; }
.post-title { font-size:clamp(1.7rem,3.5vw,2.6rem);line-height:1.25;margin-bottom:28px; }
.post-meta-row { display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding-bottom:36px; }
.post-author-chip { display:flex;align-items:center;gap:12px; }
.pac-av {
  width:44px;height:44px;border-radius:50%;
  background:var(--grad-blue);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:14px;font-weight:700;flex-shrink:0;
}
.pac-name { display:block;font-size:14px;font-weight:600;color:var(--ink); }
.pac-role { display:block;font-size:12px;color:var(--muted); }
.post-meta-pills { display:flex;gap:12px;flex-wrap:wrap; }
.pmp {
  display:flex;align-items:center;gap:5px;
  font-size:12.5px;color:var(--muted);
}

/* ── Post Banner ── */
.post-banner { width:100%;max-height:460px;overflow:hidden; }
.post-banner-img img { width:100%;height:460px;object-fit:cover;display:block; }
.post-banner-gradient {
  height:380px;display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.pbg-text {
  position:relative;z-index:1;color:rgba(255,255,255,.9);
  font-family:'Playfair Display',serif;font-size:clamp(1.4rem,3vw,2rem);
  font-style:italic;text-align:center;padding:40px;line-height:1.5;max-width:700px;
}
.pbg-overlay {
  position:absolute;inset:0;
  background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.3));
}

/* ── Post Layout ── */
.post-layout { padding:60px 0 80px;background:#fff; }
.post-layout-inner {
  display:grid;grid-template-columns:1fr 300px;
  gap:60px;align-items:flex-start;
}

/* ── Post Content ── */
.post-content-wrap { min-width:0; }
.post-content { color:var(--ink);line-height:1.85;font-size:16px; }
.post-content h2 { font-size:1.6rem;margin:48px 0 16px;color:var(--ink); }
.post-content h3 { font-size:1.25rem;margin:36px 0 12px;color:var(--ink); }
.post-content h4 { font-size:1.05rem;margin:28px 0 10px;color:var(--ink); }
.post-content p { margin-bottom:22px;color:#374151; }
.post-content ul,.post-content ol { margin:0 0 22px 24px;color:#374151; }
.post-content li { margin-bottom:8px;line-height:1.75; }
.post-content a { color:var(--accent);text-decoration:underline; }
.post-content strong { color:var(--ink);font-weight:700; }
.post-content blockquote {
  border-left:3px solid var(--accent);
  margin:32px 0;padding:20px 24px;
  background:#f0f4ff;border-radius:0 12px 12px 0;
  font-style:italic;font-size:1.05rem;color:var(--ink);
}
.post-content blockquote p { margin:0; }
.post-content img { max-width:100%;border-radius:12px;margin:28px 0; }
.post-content pre {
  background:#1e2535;color:#e2e8f0;padding:24px;
  border-radius:12px;overflow-x:auto;margin:28px 0;font-size:14px;
}
.post-content code {
  background:#f0f4ff;color:var(--accent);
  padding:2px 7px;border-radius:5px;font-size:13.5px;
}
.post-content pre code { background:none;color:inherit;padding:0; }
.post-content hr { border:none;border-top:1px solid #f0f4ff;margin:40px 0; }
.post-content table { width:100%;border-collapse:collapse;margin:28px 0; }
.post-content th { background:#f0f4ff;padding:12px 16px;text-align:left;font-size:13px; }
.post-content td { padding:12px 16px;border-bottom:1px solid #f0f4ff;font-size:14px;color:#374151; }

/* Tags */
.post-tags { display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:40px;padding-top:28px;border-top:1px solid #f0f4ff; }
.post-tags-label { font-size:13px;font-weight:600;color:var(--muted);margin-right:4px; }
.post-tag {
  display:inline-block;padding:5px 12px;border-radius:20px;
  background:#f0f4ff;color:var(--accent);font-size:12px;font-weight:500;text-decoration:none;
}
.post-tag:hover { background:var(--accent);color:#fff; }

/* Prev/Next Nav */
.post-nav {
  display:grid;grid-template-columns:1fr 1fr;gap:16px;
  margin-top:40px;padding-top:28px;border-top:1px solid #f0f4ff;
}
.post-nav-item { display:flex;flex-direction:column;gap:6px; }
.post-nav-next { text-align:right; }
.pni-label { font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted); }
.pni-title { font-size:14px;font-weight:600;color:var(--ink);text-decoration:none;line-height:1.4; }
.pni-title:hover { color:var(--accent); }

/* ── Sidebar ── */
.post-sidebar { position:sticky;top:100px;display:flex;flex-direction:column;gap:20px; }

.sidebar-author-box {
  background:#f8faff;border-radius:18px;padding:28px;
  border:1px solid #f0f4ff;text-align:center;
}
.sab-av {
  width:60px;height:60px;border-radius:50%;
  background:var(--grad-blue);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:18px;font-weight:700;
  margin:0 auto 14px;
}
.sab-name { font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:4px; }
.sab-role { font-size:12px;color:var(--muted);margin-bottom:14px;line-height:1.5; }
.sab-bio { font-size:13px;color:var(--muted);line-height:1.7;margin:0; }

.sidebar-share { background:#fff;border-radius:18px;padding:24px;border:1px solid #f0f4ff; }
.ss-label { font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:14px; }
.ss-links { display:flex;flex-direction:column;gap:8px; }
.ss-btn {
  display:flex;align-items:center;gap:10px;padding:10px 14px;
  border-radius:10px;font-size:13px;font-weight:500;text-decoration:none;
  transition:opacity .2s;
}
.ss-btn:hover { opacity:.85; }
.ss-tw { background:#000;color:#fff; }
.ss-li { background:#0077b5;color:#fff; }
.ss-wa { background:#25d366;color:#fff; }

.sidebar-back-btn {
  display:flex;align-items:center;gap:8px;padding:12px 18px;
  border-radius:12px;border:1.5px solid #e8edf5;
  color:var(--muted);font-size:13px;font-weight:500;text-decoration:none;
  transition:all .2s;
}
.sidebar-back-btn:hover { border-color:var(--accent);color:var(--accent); }

/* ── Related Posts ── */
.post-related { padding:72px 0;background:#fafbff; }

/* ── Responsive ── */
@media(max-width:1024px){
  .post-layout-inner { grid-template-columns:1fr; }
  .post-sidebar { position:static;display:grid;grid-template-columns:1fr 1fr;gap:20px; }
  .sidebar-back-btn { grid-column:1/-1; }
}
@media(max-width:768px){
  .blog-listing-grid { grid-template-columns:1fr 1fr; }
  .post-sidebar { grid-template-columns:1fr; }
  .post-nav { grid-template-columns:1fr; }
  .post-nav-next { text-align:left; }
}
@media(max-width:520px){
  .blog-listing-grid { grid-template-columns:1fr; }
  .blog-listing-grid--3 { grid-template-columns:1fr; }
  .post-meta-row { flex-direction:column;align-items:flex-start;gap:12px; }
}

.custom-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.custom-logo {
    height: 70px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    display: block;
}
/* =====================================================
   DIGITROVE FINAL FOOTER CSS
   Footer only — header logo remains unchanged
   ===================================================== */

footer.site-footer {
    width: 100%;
    padding: 72px 28px 36px !important;
    overflow: hidden;
    background: #1c1c2e !important;
    color: #ffffff;
}

footer.site-footer *,
footer.site-footer *::before,
footer.site-footer *::after {
    box-sizing: border-box;
}

footer.site-footer .footer-inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

footer.site-footer .footer-top {
    display: grid;
    grid-template-columns: 2.1fr 1fr 1fr 1fr 1.45fr;
    gap: 42px;
    align-items: start;
    margin-bottom: 56px;
}

footer.site-footer .footer-brand,
footer.site-footer .footer-col {
    min-width: 0;
}


/* =====================================================
   FOOTER LOGO
   ===================================================== */

footer.site-footer .footer-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 220px !important;
    max-width: 100% !important;
    height: 72px !important;

    margin: 0 0 18px !important;
    padding: 9px 13px !important;

    overflow: hidden !important;
    isolation: isolate !important;

    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 11px !important;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.18),
        0 1px 3px rgba(0, 0, 0, 0.10) !important;

    color-scheme: light !important;
    text-decoration: none !important;
}

footer.site-footer .footer-logo img,
footer.site-footer .footer-logo img.footer-logo-img {
    display: block !important;

    width: 100% !important;
    max-width: 194px !important;
    min-width: 0 !important;

    height: auto !important;
    max-height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: center !important;

    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    transform: none !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
}

footer.site-footer .footer-logo-fallback {
    color: #1c1c2e !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

/* Keep the footer logo unchanged in device dark mode */
@media (prefers-color-scheme: dark) {
    footer.site-footer .footer-logo {
        background: #ffffff !important;
    }

    footer.site-footer .footer-logo img {
        opacity: 1 !important;
        filter: none !important;
    }
}


/* =====================================================
   BRAND DESCRIPTION
   ===================================================== */

footer.site-footer .footer-about {
    max-width: 290px;
    margin: 0;

    color: rgba(255, 255, 255, 0.64);
    font-size: 13.5px;
    line-height: 1.75;
}


/* =====================================================
   SOCIAL ICONS
   ===================================================== */

footer.site-footer .footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

footer.site-footer .footer-social .fsoc {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 10px !important;

    color: #ffffff !important;
    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease !important;
}

footer.site-footer .footer-social .fsoc:hover {
    opacity: 0.94;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

footer.site-footer .footer-social .fsoc svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
}


/* Facebook */
footer.site-footer .social-facebook {
    background: #1877f2 !important;
}

footer.site-footer .social-facebook svg {
    fill: #ffffff !important;
    stroke: none !important;
}


/* LinkedIn */
footer.site-footer .social-linkedin {
    background: #0a66c2 !important;
}

footer.site-footer .social-linkedin svg {
    fill: #ffffff !important;
    stroke: none !important;
}


/* Instagram */
footer.site-footer .social-instagram {
    background:
        radial-gradient(
            circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 62%,
            #285aeb 90%
        ) !important;
}

footer.site-footer .social-instagram svg {
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

footer.site-footer .social-instagram svg circle:last-child {
    fill: #ffffff !important;
    stroke: none !important;
}


/* =====================================================
   FOOTER HEADINGS AND LINKS
   ===================================================== */

footer.site-footer .footer-col h5 {
    margin: 0 0 17px;

    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

footer.site-footer .footer-col > a:not(.contact-item) {
    display: block;
    width: fit-content;
    max-width: 100%;

    margin: 0 0 10px;

    color: rgba(255, 255, 255, 0.69);
    font-size: 13.5px;
    line-height: 1.5;
    text-decoration: none;

    transition:
        color 0.18s ease,
        transform 0.18s ease;
}

footer.site-footer .footer-col > a:not(.contact-item):hover {
    color: #ffffff;
    transform: translateX(3px);
}


/* =====================================================
   EMAIL AND WHATSAPP
   ===================================================== */

footer.site-footer .footer-contact .contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;

    width: fit-content !important;
    max-width: 100% !important;

    margin: 0 0 15px !important;

    color: rgba(255, 255, 255, 0.74) !important;
    text-decoration: none !important;
}

footer.site-footer .footer-contact .ci-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;

    padding: 0 !important;
    border-radius: 10px !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}

footer.site-footer .footer-contact .ci-icon svg {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
}


/* Email icon */
footer.site-footer .contact-email .ci-icon {
    color: #ffffff !important;
    background: #ea4335 !important;
}

footer.site-footer .contact-email .ci-icon svg {
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


/* WhatsApp icon */
footer.site-footer .contact-whatsapp .ci-icon {
    color: #ffffff !important;
    background: #25d366 !important;
}

footer.site-footer .contact-whatsapp .ci-icon svg {
    fill: #ffffff !important;
    stroke: none !important;
}

footer.site-footer .footer-contact .contact-item:hover .ci-icon {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

footer.site-footer .footer-contact .contact-item:hover .ci-text {
    color: #ffffff;
    text-decoration: underline;
}

footer.site-footer .ci-text {
    min-width: 0;

    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.5;

    overflow-wrap: anywhere;
}


/* =====================================================
   FOOTER BOTTOM
   ===================================================== */

footer.site-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;

    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

footer.site-footer .footer-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    line-height: 1.5;
}

footer.site-footer .footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

footer.site-footer .footer-legal a {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
}

footer.site-footer .footer-legal a:hover {
    color: #ffffff;
}


/* =====================================================
   TABLET
   ===================================================== */

@media screen and (max-width: 960px) {
    footer.site-footer {
        padding: 64px 28px 34px !important;
    }

    footer.site-footer .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 42px 32px;
    }

    footer.site-footer .footer-logo {
        width: 200px !important;
        height: 68px !important;
    }

    footer.site-footer .footer-logo img,
    footer.site-footer .footer-logo img.footer-logo-img {
        max-width: 176px !important;
        max-height: 50px !important;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media screen and (max-width: 600px) {
    footer.site-footer {
        padding: 54px 20px 28px !important;
    }

    footer.site-footer .footer-top {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-bottom: 42px;
    }

    footer.site-footer .footer-logo {
        width: 180px !important;
        height: 62px !important;

        padding: 7px 10px !important;
        margin-bottom: 16px !important;

        border-radius: 10px !important;
    }

    footer.site-footer .footer-logo img,
    footer.site-footer .footer-logo img.footer-logo-img {
        max-width: 160px !important;
        max-height: 46px !important;
    }

    footer.site-footer .footer-about {
        max-width: 100%;
    }

    footer.site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    footer.site-footer .footer-legal {
        gap: 12px 18px;
    }
}


/* =====================================================
   SMALL MOBILE
   ===================================================== */

@media screen and (max-width: 360px) {
    footer.site-footer {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    footer.site-footer .footer-logo {
        width: 165px !important;
        height: 58px !important;
    }

    footer.site-footer .footer-logo img,
    footer.site-footer .footer-logo img.footer-logo-img {
        max-width: 145px !important;
        max-height: 42px !important;
    }

    footer.site-footer .ci-text {
        font-size: 12px;
    }
}

/* =====================================================
   DIGITROVE CUSTOM LEAD GENERATION
   Final version for the revised footer form
===================================================== */

body.dtd-modal-open {
    overflow: hidden;
}


/* Hide the anti-spam field from genuine visitors. */
.dtd-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* =====================================================
   RIGHT-SIDE CONTACT RAIL
===================================================== */

.dtd-lead-rail {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9900;

    display: flex;
    flex-direction: column;
    gap: 8px;

    transform: translateY(-50%);
}


.dtd-lead-tab {
    display: flex;
    align-items: center;
    gap: 10px;

    width: 146px;
    min-height: 52px;

    margin: 0;
    padding: 8px 14px 8px 10px;

    color: #ffffff !important;
    background: #2563eb;

    border: 0;
    border-radius: 12px 0 0 12px;

    box-shadow:
        0 8px 24px rgba(28, 28, 46, 0.18),
        0 2px 6px rgba(28, 28, 46, 0.12);

    font-family: inherit;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;
    white-space: nowrap;

    cursor: pointer;

    transform: translateX(88px);

    transition:
        transform 0.25s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


.dtd-lead-tab:hover,
.dtd-lead-tab:focus-visible {
    color: #ffffff !important;
    transform: translateX(0);

    box-shadow:
        0 12px 30px rgba(28, 28, 46, 0.24),
        0 3px 8px rgba(28, 28, 46, 0.14);
}


.dtd-lead-tab:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.28);
    outline-offset: 3px;
}


.dtd-lead-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;
    min-width: 34px;

    border-radius: 9px;
    background: rgba(255, 255, 255, 0.16);
}


.dtd-lead-icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.dtd-whatsapp-tab {
    background: #25d366;
}


.dtd-whatsapp-tab .dtd-lead-icon svg {
    fill: #ffffff;
    stroke: none;
}


.dtd-email-tab {
    background: #ea4335;
}


/* =====================================================
   AUDIT MODAL
===================================================== */

.dtd-audit-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}


.dtd-audit-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.dtd-audit-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(15, 23, 42, 0.76);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


.dtd-audit-dialog {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 820px;
    max-height: calc(100vh - 48px);

    padding: 34px;

    overflow-y: auto;
    overscroll-behavior: contain;

    background: #ffffff;

    border: 1px solid rgba(28, 28, 46, 0.10);
    border-radius: 20px;

    box-shadow:
        0 32px 90px rgba(0, 0, 0, 0.30),
        0 8px 30px rgba(0, 0, 0, 0.14);

    transform: translateY(24px) scale(0.98);

    transition: transform 0.28s ease;
}


.dtd-audit-modal.is-open .dtd-audit-dialog {
    transform: translateY(0) scale(1);
}


.dtd-audit-close {
    position: absolute;
    top: 16px;
    right: 16px;

    width: 42px;
    height: 42px;

    padding: 0;

    color: #1c1c2e;
    background: #f1f5f9;

    border: 1px solid rgba(28, 28, 46, 0.08);
    border-radius: 50%;

    font-family: Arial, sans-serif;
    font-size: 29px;
    line-height: 1;

    cursor: pointer;
}


.dtd-audit-close:hover {
    background: #e2e8f0;
}


.dtd-audit-close:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.25);
    outline-offset: 2px;
}


.dtd-audit-header {
    max-width: 690px;

    padding-right: 48px;
    margin-bottom: 26px;
}


.dtd-audit-eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: #2563eb;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}


.dtd-audit-header h2 {
    margin: 0 0 10px;

    color: #1c1c2e;

    font-size: clamp(27px, 4vw, 39px);
    line-height: 1.15;
}


.dtd-audit-header p {
    margin: 0;

    color: #4a4a6a;

    font-size: 14px;
    line-height: 1.65;
}


/* =====================================================
   FORM LAYOUT
===================================================== */

.dtd-form-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 18px;
}


.dtd-field {
    display: flex;
    flex-direction: column;
    gap: 7px;

    min-width: 0;

    color: #1c1c2e;

    font-size: 13px;
    font-weight: 600;
}


.dtd-field-full {
    grid-column: 1 / -1;
}


.dtd-field input,
.dtd-field select,
.dtd-field textarea {
    display: block;

    width: 100%;
    min-width: 0;
    min-height: 48px;

    padding: 12px 14px;

    color: #1c1c2e;
    background: #ffffff;

    border: 1px solid rgba(28, 28, 46, 0.18);
    border-radius: 9px;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}


.dtd-field select {
    cursor: pointer;
}


.dtd-field select:disabled {
    color: #8888aa;
    background: #f8fafc;
    cursor: not-allowed;
}


.dtd-field textarea {
    min-height: 105px;
    resize: vertical;
}


.dtd-field input::placeholder,
.dtd-field textarea::placeholder {
    color: #9ca3af;
}


.dtd-field input:focus,
.dtd-field select:focus,
.dtd-field textarea:focus {
    border-color: #2563eb;

    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.10);
}


/* =====================================================
   PHONE FIELD
===================================================== */

.dtd-phone-row {
    display: grid;

    grid-template-columns:
        150px minmax(0, 1fr);

    gap: 10px;
}


.dtd-phone-row .dtd-country-code,
.dtd-phone-row .dtd-phone-number {
    min-width: 0;
}


.dtd-field-help {
    color: #6b7280;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
}


/* =====================================================
   FORM VALIDATION
===================================================== */

.dtd-lead-form.is-validated input:invalid,
.dtd-lead-form.is-validated select:invalid,
.dtd-lead-form.is-validated textarea:invalid {
    border-color: #dc2626;

    background:
        rgba(254, 242, 242, 0.45);

    box-shadow:
        0 0 0 3px rgba(220, 38, 38, 0.08);
}


.dtd-lead-form.is-validated input:valid:not([type="checkbox"]),
.dtd-lead-form.is-validated select:valid,
.dtd-lead-form.is-validated textarea:valid:not(:placeholder-shown) {
    border-color: rgba(21, 128, 61, 0.45);
}


/* =====================================================
   CONSENT
===================================================== */

.dtd-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    color: #4a4a6a;

    font-size: 12px;
    line-height: 1.55;
}


.dtd-consent input {
    width: 17px;
    height: 17px;

    margin-top: 2px;

    flex-shrink: 0;

    accent-color: #2563eb;
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.dtd-form-submit {
    width: 100%;
    min-height: 52px;

    padding: 13px 22px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #0ea5e9
        );

    border: 0;
    border-radius: 100px;

    box-shadow:
        0 10px 26px rgba(37, 99, 235, 0.25);

    font-family: inherit;
    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}


.dtd-form-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 32px rgba(37, 99, 235, 0.32);
}


.dtd-form-submit:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.25);
    outline-offset: 3px;
}


.dtd-form-submit:disabled {
    opacity: 0.65;

    cursor: wait;

    transform: none;
}


/* =====================================================
   FORM RESPONSE
===================================================== */

.dtd-form-response {
    min-height: 20px;

    margin-top: 11px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}


.dtd-form-response.is-success {
    color: #15803d;
}


.dtd-form-response.is-error {
    color: #b91c1c;
}


/* =====================================================
   THANK YOU PAGE
===================================================== */

.dtd-thank-you-page {
    min-height: 55vh;
}


.dtd-thank-you-page h1 {
    margin-bottom: 18px;

    color: #1c1c2e;

    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.15;
}


.dtd-thank-you-page p {
    max-width: 620px;

    margin: 0 auto 20px;

    color: #4a4a6a;

    font-size: 16px;
    line-height: 1.7;
}


.dtd-thank-you-page a {
    display: inline-flex;

    padding: 12px 24px;

    color: #ffffff;
    background: #2563eb;

    border-radius: 100px;

    font-weight: 700;
    text-decoration: none;
}


.dtd-thank-you-page a:hover {
    background: #1d4ed8;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 960px) {

    .dtd-lead-tab {
        width: 136px;
        transform: translateX(80px);
    }


    .dtd-audit-dialog {
        max-width: 720px;
    }


    .dtd-phone-row {
        grid-template-columns:
            135px minmax(0, 1fr);
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media screen and (max-width: 600px) {

    body {
        padding-bottom: 74px;
    }


    .dtd-lead-rail {
        top: auto;
        right: 12px;
        bottom:
            max(
                12px,
                env(safe-area-inset-bottom)
            );
        left: 12px;

        flex-direction: row;
        justify-content: center;
        gap: 7px;

        transform: none;
    }


    .dtd-lead-tab {
        flex: 1;
        justify-content: center;

        width: auto;
        min-width: 0;
        min-height: 52px;

        padding: 7px 8px;

        border-radius: 12px;

        font-size: 10.5px;

        transform: none;
    }


    .dtd-lead-tab:hover,
    .dtd-lead-tab:focus-visible {
        transform: translateY(-2px);
    }


    .dtd-lead-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }


    .dtd-lead-icon svg {
        width: 18px;
        height: 18px;
    }


    .dtd-audit-modal {
        align-items: flex-end;
        padding: 0;
    }


    .dtd-audit-dialog {
        max-height: 92vh;

        padding:
            28px
            18px
            90px;

        border-radius:
            20px 20px 0 0;

        transform: translateY(100%);
    }


    .dtd-audit-modal.is-open .dtd-audit-dialog {
        transform: translateY(0);
    }


    .dtd-audit-close {
        top: 13px;
        right: 13px;
    }


    .dtd-audit-header {
        padding-right: 40px;
    }


    .dtd-audit-header h2 {
        font-size: 27px;
    }


    .dtd-form-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    .dtd-field-full {
        grid-column: auto;
    }


    .dtd-phone-row {
        grid-template-columns:
            125px minmax(0, 1fr);
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media screen and (max-width: 390px) {

    .dtd-lead-label {
        display: none;
    }


    .dtd-lead-tab {
        min-height: 50px;
    }


    .dtd-phone-row {
        grid-template-columns: 1fr;
    }


    .dtd-country-code {
        width: 100%;
    }
}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .dtd-lead-tab,
    .dtd-audit-modal,
    .dtd-audit-dialog,
    .dtd-form-submit {
        transition: none !important;
    }
}
.btn-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:#25D366;
    color:#fff;

    padding:14px 26px;

    border-radius:50px;

    border:2px solid #25D366;

    font-weight:600;
    font-size:16px;

    text-decoration:none;

    transition:.25s ease;
}

.btn-whatsapp:hover{

    background:#1ebe5d;

    border-color:#1ebe5d;

    color:#fff;

    transform:translateY(-2px);

    box-shadow:0 8px 18px rgba(37,211,102,.30);

}

.btn-whatsapp i{

    font-size:20px;

}
.btn-whatsapp-sm {
    padding: 10px 18px;
    font-size: 14px;
}

.btn-whatsapp-sm i {
    font-size: 16px;
}
/* =====================================================
   INDIVIDUAL BLOG ARTICLE REDESIGN
===================================================== */

.dtd-single-post {
    background: #ffffff;
}

.dtd-single-post .blg-container {
    width: min(1160px, calc(100% - 48px));
    max-width: 1160px;
    margin: 0 auto;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.dtd-single-post .svc-breadcrumb {
    padding-top: 78px;
    background: #f8fafc;
    border-bottom: 1px solid rgba(28, 28, 46, 0.08);
}

.dtd-single-post .svc-breadcrumb .blg-container {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 48px;

    color: #73758a;

    font-size: 12px;
}

.dtd-single-post .svc-breadcrumb a {
    color: #5f6275;
    text-decoration: none;
}

.dtd-single-post .svc-breadcrumb a:hover {
    color: #2563eb;
}

.dtd-single-post .svc-breadcrumb span {
    min-width: 0;

    color: #1c1c2e;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* =====================================================
   COMPACT ARTICLE HERO
===================================================== */

.dtd-post-hero {
    position: relative;

    padding: 66px 0 70px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(14, 165, 233, 0.13),
            transparent 34%
        ),
        radial-gradient(
            circle at 8% 88%,
            rgba(20, 184, 166, 0.10),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #eef6ff 50%,
            #f1fffb 100%
        );

    border-bottom: 1px solid rgba(28, 28, 46, 0.08);
}

.dtd-post-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.04fr)
        minmax(360px, 0.96fr);

    gap: 56px;
    align-items: center;
}

.dtd-post-hero-copy {
    min-width: 0;
}

.dtd-post-category {
    display: inline-flex;

    margin-bottom: 18px;
    padding: 7px 14px;

    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);

    border: 1px solid rgba(37, 99, 235, 0.15);
    border-radius: 100px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
}

.dtd-post-hero h1 {
    max-width: 680px;

    margin: 0 0 20px;

    color: #1c1c2e;

    font-family: "Playfair Display", serif;
    font-size: clamp(38px, 4.5vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.dtd-post-introduction {
    max-width: 650px;

    margin: 0 0 24px;

    color: #4a4a6a;

    font-size: 16px;
    line-height: 1.75;
}

.dtd-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;

    color: #72758a;

    font-size: 12px;
    line-height: 1.5;
}

.dtd-post-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 24px;
}

.dtd-post-share-label {
    margin-right: 2px;

    color: #4a4a6a;

    font-size: 12px;
    font-weight: 700;
}

.dtd-post-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 7px 12px;

    color: #2563eb;
    background: #ffffff;

    border: 1px solid rgba(37, 99, 235, 0.15);
    border-radius: 100px;

    box-shadow: 0 3px 12px rgba(28, 28, 46, 0.05);

    font-size: 11px;
    font-weight: 600;
    text-decoration: none;

    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.dtd-post-share a:hover {
    color: #ffffff;
    background: #2563eb;

    transform: translateY(-2px);
}

.dtd-post-hero-visual {
    min-width: 0;
}

.dtd-post-featured-image {
    width: 100%;
    aspect-ratio: 16 / 10;

    margin: 0;

    overflow: hidden;

    background: #ffffff;

    border: 8px solid rgba(255, 255, 255, 0.94);
    border-radius: 22px;

    box-shadow:
        0 25px 65px rgba(28, 28, 46, 0.17),
        0 5px 18px rgba(28, 28, 46, 0.08);
}

.dtd-post-featured-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    border-radius: 14px;
}

.dtd-post-image-fallback {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    width: 100%;
    aspect-ratio: 16 / 10;

    padding: 34px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #0ea5e9 52%,
            #14b8a6
        );

    border-radius: 22px;

    box-shadow:
        0 25px 65px rgba(28, 28, 46, 0.17);
}

.dtd-post-image-fallback span {
    margin-bottom: 10px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dtd-post-image-fallback strong {
    max-width: 370px;

    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 1.15;
}


/* =====================================================
   ARTICLE LAYOUT
===================================================== */

.dtd-post-main {
    padding: 72px 0 105px;
}

.dtd-post-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        350px;

    gap: 66px;
    align-items: start;
}

.dtd-post-content {
    min-width: 0;

    color: #303047;

    font-size: 16px;
    line-height: 1.85;
}

.dtd-post-content .post-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

.dtd-post-content .entry-content > *:first-child {
    margin-top: 0;
}

.dtd-post-content p {
    margin: 0 0 22px;
}

.dtd-post-content h2 {
    margin: 46px 0 18px;

    color: #1c1c2e;

    font-family: "Playfair Display", serif;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.22;
}

.dtd-post-content h3 {
    margin: 36px 0 15px;

    color: #1c1c2e;

    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 1.3;
}

.dtd-post-content h4 {
    margin: 28px 0 12px;

    color: #1c1c2e;

    font-size: 18px;
    line-height: 1.35;
}

.dtd-post-content ul,
.dtd-post-content ol {
    margin: 0 0 24px;
    padding-left: 25px;
}

.dtd-post-content li {
    margin-bottom: 9px;
}

.dtd-post-content a {
    color: #2563eb;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.dtd-post-content img {
    max-width: 100%;
    height: auto;

    border-radius: 14px;
}

.dtd-post-content blockquote {
    margin: 34px 0;
    padding: 24px 28px;

    color: #1c1c2e;
    background: #f4f8ff;

    border-left: 4px solid #2563eb;
    border-radius: 0 14px 14px 0;

    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 1.6;
}


/* =====================================================
   STICKY SIDEBAR FORM
===================================================== */

.dtd-post-sidebar {
    position: relative;
    min-width: 0;
}

.dtd-blog-lead-card {
    position: sticky;
    top: 96px;

    padding: 28px;

    background: #ffffff;

    border: 1px solid rgba(28, 28, 46, 0.10);
    border-radius: 18px;

    box-shadow:
        0 20px 55px rgba(28, 28, 46, 0.11),
        0 4px 14px rgba(28, 28, 46, 0.06);
}

.dtd-blog-lead-card::before {
    content: "";

    position: absolute;
    top: 0;
    right: 28px;
    left: 28px;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #0ea5e9,
            #14b8a6
        );

    border-radius: 0 0 10px 10px;
}

.dtd-blog-form-eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dtd-blog-lead-card h2 {
    margin: 0 0 11px;

    color: #1c1c2e;

    font-family: "Playfair Display", serif;
    font-size: 25px;
    line-height: 1.22;
}

.dtd-blog-form-intro {
    margin: 0 0 21px;

    color: #5f6275;

    font-size: 13px;
    line-height: 1.65;
}

.dtd-blog-sidebar-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dtd-blog-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dtd-blog-field span {
    color: #25253b;

    font-size: 12px;
    font-weight: 650;
}

.dtd-blog-field input,
.dtd-blog-field select {
    display: block;

    width: 100%;
    min-height: 46px;

    padding: 11px 13px;

    color: #1c1c2e;
    background: #ffffff;

    border: 1px solid rgba(28, 28, 46, 0.16);
    border-radius: 9px;

    font-family: inherit;
    font-size: 13px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.dtd-blog-field input:focus,
.dtd-blog-field select:focus {
    border-color: #2563eb;

    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.09);
}

.dtd-blog-form-submit {
    width: 100%;
    min-height: 50px;

    margin-top: 3px;
    padding: 13px 18px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #0ea5e9
        );

    border: 0;
    border-radius: 100px;

    box-shadow:
        0 10px 26px rgba(37, 99, 235, 0.24);

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.dtd-blog-form-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(37, 99, 235, 0.31);
}

.dtd-blog-form-note {
    margin: 0;

    color: #77798a;

    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.dtd-blog-form-error {
    margin-bottom: 16px;
    padding: 11px 13px;

    color: #b91c1c;
    background: #fef2f2;

    border: 1px solid #fecaca;
    border-radius: 8px;

    font-size: 12px;
    line-height: 1.5;
}

.dtd-blog-form-divider {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 18px 0;
}

.dtd-blog-form-divider::before,
.dtd-blog-form-divider::after {
    content: "";

    flex: 1;

    height: 1px;

    background: rgba(28, 28, 46, 0.10);
}

.dtd-blog-form-divider span {
    color: #8888aa;

    font-size: 10px;
    text-transform: uppercase;
}

.dtd-blog-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 11px 14px;

    color: #ffffff !important;
    background: #25d366;

    border-radius: 100px;

    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}

.dtd-blog-whatsapp:hover {
    color: #ffffff !important;
    background: #1ebe5d;
}


/* =====================================================
   INLINE CTA
===================================================== */

.dtd-post-inline-cta {
    position: relative;

    margin-top: 55px;
    padding: 35px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #eef4ff,
            #e8f9ff 55%,
            #ecfffa
        );

    border: 1px solid rgba(37, 99, 235, 0.11);
    border-radius: 18px;
}

.dtd-post-inline-cta::after {
    content: "";

    position: absolute;
    right: -70px;
    bottom: -90px;

    width: 220px;
    height: 220px;

    background:
        radial-gradient(
            circle,
            rgba(37, 99, 235, 0.14),
            transparent 68%
        );
}

.dtd-post-inline-eyebrow {
    position: relative;
    z-index: 1;

    display: block;

    margin-bottom: 9px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.dtd-post-inline-cta h2 {
    position: relative;
    z-index: 1;

    margin: 0 0 12px;

    font-size: 30px;
}

.dtd-post-inline-cta p {
    position: relative;
    z-index: 1;

    max-width: 620px;
    margin-bottom: 22px;
}

.dtd-post-inline-button {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 22px;

    color: #ffffff !important;
    background: #2563eb;

    border-radius: 100px;

    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.dtd-post-inline-button:hover {
    background: #1d4ed8;
}


/* =====================================================
   RELATED POSTS
===================================================== */

.dtd-single-post .post-related {
    padding: 86px 0;

    background: #f8fafc;

    border-top: 1px solid rgba(28, 28, 46, 0.08);
}

.dtd-single-post .blog-listing-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 980px) {

    .dtd-post-hero-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .dtd-post-hero-copy {
        max-width: 760px;
    }

    .dtd-post-hero-visual {
        max-width: 720px;
    }

    .dtd-post-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .dtd-post-sidebar {
        width: 100%;
        max-width: 620px;
    }

    .dtd-blog-lead-card {
        position: static;
    }

    .dtd-single-post .blog-listing-grid--3 {
        grid-template-columns: 1fr 1fr;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media screen and (max-width: 600px) {

    .dtd-single-post .blg-container {
        width: min(100% - 30px, 1160px);
    }

    .dtd-single-post .svc-breadcrumb {
        padding-top: 70px;
    }

    .dtd-post-hero {
        padding: 48px 0 50px;
    }

    .dtd-post-hero-grid {
        gap: 30px;
    }

    .dtd-post-hero h1 {
        font-size: 37px;
    }

    .dtd-post-introduction {
        font-size: 15px;
    }

    .dtd-post-featured-image {
        aspect-ratio: 16 / 11;

        border-width: 5px;
        border-radius: 16px;
    }

    .dtd-post-main {
        padding: 52px 0 85px;
    }

    .dtd-post-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .dtd-post-content h2 {
        margin-top: 38px;

        font-size: 28px;
    }

    .dtd-post-content h3 {
        font-size: 21px;
    }

    .dtd-blog-lead-card {
        padding: 23px;
    }

    .dtd-blog-lead-card h2 {
        font-size: 23px;
    }

    .dtd-post-inline-cta {
        padding: 27px 22px;
    }

    .dtd-post-inline-cta h2 {
        font-size: 26px;
    }

    .dtd-single-post .blog-listing-grid--3 {
        grid-template-columns: 1fr;
    }
}
/* =====================================================
   SIMPLE BLOG LISTING HERO
===================================================== */

.blog-hero-simple {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 300px;
    padding: 125px 28px 75px;

    overflow: hidden;

    text-align: center;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(14, 165, 233, 0.11),
            transparent 35%
        ),
        radial-gradient(
            circle at 10% 85%,
            rgba(20, 184, 166, 0.09),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #f8fbff,
            #eef4ff 55%,
            #f1fffb
        );

    border-bottom:
        1px solid rgba(28, 28, 46, 0.08);
}


.blog-hero-simple .blog-hero-dots {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:
        radial-gradient(
            circle,
            rgba(37, 99, 235, 0.12) 1px,
            transparent 1px
        );

    background-size: 28px 28px;

    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.85),
            transparent
        );
}


.blog-hero-simple .blog-hero-inner {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 850px;

    margin: 0 auto;
}


.blog-hero-simple h1 {
    margin: 0;

    color: var(--ink);

    font-family:
        "Playfair Display",
        serif;

    font-size:
        clamp(46px, 6vw, 74px);

    line-height: 1.08;
    letter-spacing: -0.03em;
}


.blog-hero-simple h1 em {
    color: var(--accent);

    font-style: italic;
}


/* =====================================================
   BLOG CTA BUTTON
===================================================== */

.dtd-blog-bottom-cta button.btn {
    appearance: none;

    font-family: inherit;
}


/* =====================================================
   THREE-FIELD BLOG AUDIT POPUP
===================================================== */

.dtd-blog-audit-modal {
    position: fixed;
    inset: 0;
    z-index: 11000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}


.dtd-blog-audit-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.dtd-blog-audit-backdrop {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    padding: 0;

    background:
        rgba(15, 23, 42, 0.78);

    border: 0;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    cursor: pointer;
}


.dtd-blog-audit-dialog {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 510px;
    max-height: calc(100vh - 48px);

    padding: 36px;

    overflow-y: auto;

    background: #ffffff;

    border:
        1px solid rgba(28, 28, 46, 0.10);

    border-radius: 20px;

    box-shadow:
        0 32px 90px rgba(0, 0, 0, 0.30),
        0 8px 28px rgba(0, 0, 0, 0.12);

    transform:
        translateY(24px)
        scale(0.98);

    transition:
        transform 0.28s ease;
}


.dtd-blog-audit-modal.is-open
.dtd-blog-audit-dialog {
    transform:
        translateY(0)
        scale(1);
}


.dtd-blog-audit-close {
    position: absolute;
    top: 15px;
    right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    padding: 0;

    color: #1c1c2e;
    background: #f1f5f9;

    border:
        1px solid rgba(28, 28, 46, 0.08);

    border-radius: 50%;

    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 1;

    cursor: pointer;
}


.dtd-blog-audit-close:hover {
    background: #e2e8f0;
}


.dtd-blog-audit-eyebrow {
    display: inline-block;

    margin-bottom: 11px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}


.dtd-blog-audit-dialog h2 {
    max-width: 420px;

    margin: 0 45px 12px 0;

    color: #1c1c2e;

    font-family:
        "Playfair Display",
        serif;

    font-size:
        clamp(28px, 4vw, 38px);

    line-height: 1.16;
}


.dtd-blog-audit-intro {
    margin: 0 0 24px;

    color: #5f6275;

    font-size: 14px;
    line-height: 1.65;
}


.dtd-blog-popup-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.dtd-blog-popup-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}


.dtd-blog-popup-field span {
    color: #25253b;

    font-size: 12px;
    font-weight: 650;
}


.dtd-blog-popup-field input {
    display: block;

    width: 100%;
    min-height: 48px;

    padding: 12px 14px;

    color: #1c1c2e;
    background: #ffffff;

    border:
        1px solid rgba(28, 28, 46, 0.17);

    border-radius: 9px;

    font-family: inherit;
    font-size: 14px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.dtd-blog-popup-field input:focus {
    border-color: #2563eb;

    box-shadow:
        0 0 0 4px
        rgba(37, 99, 235, 0.09);
}


.dtd-blog-popup-field input:invalid:not(:placeholder-shown) {
    border-color: #dc2626;
}


.dtd-blog-popup-submit {
    width: 100%;
    min-height: 52px;

    margin-top: 3px;
    padding: 13px 20px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #0ea5e9
        );

    border: 0;
    border-radius: 100px;

    box-shadow:
        0 10px 26px
        rgba(37, 99, 235, 0.25);

    font-family: inherit;
    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.dtd-blog-popup-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 32px
        rgba(37, 99, 235, 0.32);
}


.dtd-blog-popup-note {
    margin: 0;

    color: #77798a;

    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}


/* Existing error returned by functions.php */
.dtd-blog-audit-dialog
.dtd-blog-form-error {
    margin-bottom: 18px;
    padding: 11px 13px;

    color: #b91c1c;
    background: #fef2f2;

    border: 1px solid #fecaca;
    border-radius: 8px;

    font-size: 12px;
    line-height: 1.5;
}


/* =====================================================
   MOBILE
===================================================== */

@media screen and (max-width: 600px) {

    .blog-hero-simple {
        min-height: 235px;
        padding: 105px 20px 55px;
    }


    .blog-hero-simple h1 {
        font-size: 42px;
    }


    .dtd-blog-audit-modal {
        align-items: flex-end;

        padding: 0;
    }


    .dtd-blog-audit-dialog {
        max-height: 92vh;

        padding:
            30px
            20px
            38px;

        border-radius:
            20px 20px 0 0;

        transform: translateY(100%);
    }


    .dtd-blog-audit-modal.is-open
    .dtd-blog-audit-dialog {
        transform: translateY(0);
    }


    .dtd-blog-audit-dialog h2 {
        margin-right: 38px;

        font-size: 29px;
    }
}
/* Existing website styles */

/* Existing footer styles */

/* Existing audit modal styles */

/* Existing mobile responsive styles */


/* ==========================================
   50% SCROLL SHORT AUDIT POPUP
========================================== */

.dtd-scroll-audit-dialog {
    width: min(620px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
}

.dtd-scroll-audit-modal .dtd-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dtd-scroll-audit-modal .dtd-field input,
.dtd-scroll-audit-modal .dtd-field select {
    width: 100%;
}

.dtd-scroll-audit-modal .dtd-phone-row {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 10px;
}

.dtd-scroll-audit-modal .dtd-turnstile-wrap {
    display: flex;
    justify-content: center;
}

.dtd-scroll-audit-note {
    margin: 12px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.55;
    color: #667085;
}

@media (max-width: 640px) {
    .dtd-scroll-audit-dialog {
        width: calc(100% - 20px);
        max-height: calc(100vh - 20px);
    }

    .dtd-scroll-audit-modal .dtd-form-grid {
        grid-template-columns: 1fr;
    }

    .dtd-scroll-audit-modal .dtd-phone-row {
        grid-template-columns: 115px minmax(0, 1fr);
    }
}
/* ==========================================
   DIGITROVE INDUSTRIES PAGE
========================================== */

.dtd-industries-page {
    --dtd-navy: #171b35;
    --dtd-text: #4d5576;
    --dtd-blue: #1f62ff;
    --dtd-blue-dark: #164bd0;
    --dtd-soft-blue: #eff5ff;
    --dtd-border: #e4e7ef;
    --dtd-white: #ffffff;
    --dtd-bg: #f8f9fc;

    color: var(--dtd-text);
    background: var(--dtd-white);
}

.dtd-industries-container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.dtd-industries-hero {
    position: relative;
    overflow: hidden;
    padding: 108px 0 92px;
    background:
        radial-gradient(
            circle at 85% 18%,
            rgba(31, 98, 255, 0.14),
            transparent 32%
        ),
        radial-gradient(
            circle at 12% 88%,
            rgba(59, 211, 197, 0.12),
            transparent 30%
        ),
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
}

.dtd-industries-hero .dtd-industries-container {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 72px;
    align-items: center;
}

.dtd-section-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    color: var(--dtd-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dtd-industries-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--dtd-navy);
    font-size: clamp(44px, 5.5vw, 76px);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.dtd-industries-hero-copy {
    max-width: 760px;
    margin: 26px 0 0;
    font-size: 19px;
    line-height: 1.75;
}

.dtd-industries-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.dtd-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.dtd-button:hover {
    transform: translateY(-2px);
}

.dtd-button-primary {
    color: #ffffff;
    background: var(--dtd-blue);
    box-shadow: 0 13px 30px rgba(31, 98, 255, 0.22);
}

.dtd-button-primary:hover {
    color: #ffffff;
    background: var(--dtd-blue-dark);
}

.dtd-button-secondary {
    color: var(--dtd-navy);
    border-color: var(--dtd-border);
    background: rgba(255, 255, 255, 0.8);
}

.dtd-button-secondary:hover {
    color: var(--dtd-blue);
    border-color: rgba(31, 98, 255, 0.4);
}

.dtd-industries-markets {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.6;
}

.dtd-industries-markets strong {
    color: var(--dtd-navy);
}

.dtd-industries-hero-panel {
    position: relative;
}

.dtd-industries-hero-panel::before {
    position: absolute;
    inset: -22px 24px 22px -24px;
    border-radius: 30px;
    background: rgba(31, 98, 255, 0.08);
    content: "";
    transform: rotate(-3deg);
}

.dtd-hero-panel-card {
    position: relative;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 30px 75px rgba(24, 37, 76, 0.14);
    backdrop-filter: blur(12px);
}

.dtd-panel-label {
    color: var(--dtd-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dtd-hero-panel-card h2 {
    margin: 15px 0 24px;
    color: var(--dtd-navy);
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.dtd-hero-panel-card ul,
.dtd-feature-list ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dtd-hero-panel-card li,
.dtd-feature-list li {
    position: relative;
    padding-left: 28px;
    color: var(--dtd-text);
    line-height: 1.6;
}

.dtd-hero-panel-card li::before,
.dtd-feature-list li::before {
    position: absolute;
    top: 0.48em;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at center,
            #ffffff 0 25%,
            transparent 27%
        ),
        var(--dtd-blue);
    content: "";
}

.dtd-industries-directory {
    padding: 104px 0;
}

.dtd-section-heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.dtd-section-heading h2,
.dtd-feature-content h2,
.dtd-industries-cta h2 {
    margin: 0;
    color: var(--dtd-navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.dtd-section-heading p {
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.75;
}

.dtd-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.dtd-industry-card {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--dtd-border);
    border-radius: 20px;
    color: inherit;
    background: var(--dtd-white);
    text-decoration: none;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.dtd-industry-card:hover {
    color: inherit;
    border-color: rgba(31, 98, 255, 0.32);
    box-shadow: 0 22px 52px rgba(26, 39, 77, 0.1);
    transform: translateY(-5px);
}

.dtd-industry-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 14px;
    background: var(--dtd-soft-blue);
}

.dtd-industry-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: var(--dtd-blue);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dtd-industry-card-content {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.dtd-industry-card h3 {
    margin: 0;
    color: var(--dtd-navy);
    font-size: 20px;
    line-height: 1.35;
}

.dtd-industry-card p {
    margin: 13px 0 24px;
    font-size: 15px;
    line-height: 1.7;
}

.dtd-industry-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--dtd-blue);
    font-size: 14px;
    font-weight: 700;
}

.dtd-industry-feature {
    padding: 100px 0;
    background: var(--dtd-bg);
}

.dtd-industry-feature-healthcare {
    background:
        linear-gradient(
            135deg,
            rgba(31, 98, 255, 0.06),
            rgba(255, 255, 255, 0.95)
        );
}

.dtd-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 80px;
    align-items: center;
}

.dtd-feature-content p {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.8;
}

.dtd-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 27px;
    color: var(--dtd-blue);
    font-weight: 700;
    text-decoration: none;
}

.dtd-text-link:hover {
    color: var(--dtd-blue-dark);
}

.dtd-feature-list {
    padding: 38px;
    border: 1px solid var(--dtd-border);
    border-radius: 24px;
    background: var(--dtd-white);
    box-shadow: 0 24px 60px rgba(27, 40, 76, 0.08);
}

.dtd-feature-list h3 {
    margin: 0 0 24px;
    color: var(--dtd-navy);
    font-size: 24px;
}

.dtd-industries-process {
    padding: 104px 0;
}

.dtd-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.dtd-process-card {
    padding: 30px;
    border: 1px solid var(--dtd-border);
    border-radius: 20px;
    background: var(--dtd-white);
}

.dtd-process-card > span {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: var(--dtd-blue);
    background: var(--dtd-soft-blue);
    font-size: 13px;
    font-weight: 800;
}

.dtd-process-card h3 {
    margin: 0;
    color: var(--dtd-navy);
    font-size: 19px;
    line-height: 1.4;
}

.dtd-process-card p {
    margin: 13px 0 0;
    font-size: 15px;
    line-height: 1.7;
}

.dtd-industries-cta {
    padding: 40px 0 100px;
}

.dtd-industries-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 60px;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at right top,
            rgba(98, 151, 255, 0.36),
            transparent 36%
        ),
        var(--dtd-navy);
}

.dtd-industries-cta h2 {
    max-width: 700px;
    color: #ffffff;
}

.dtd-industries-cta p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.75;
}

.dtd-industries-cta .dtd-section-eyebrow {
    color: #88acff;
}

@media (max-width: 1024px) {
    .dtd-industries-hero .dtd-industries-container,
    .dtd-feature-grid {
        grid-template-columns: 1fr;
    }

    .dtd-industries-hero-panel {
        max-width: 700px;
    }

    .dtd-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dtd-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dtd-industries-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .dtd-industries-container {
        width: min(100% - 28px, 1280px);
    }

    .dtd-industries-hero {
        padding: 76px 0 68px;
    }

    .dtd-industries-hero h1 {
        font-size: 43px;
    }

    .dtd-industries-hero-copy {
        font-size: 17px;
    }

    .dtd-industries-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .dtd-button {
        width: 100%;
    }

    .dtd-hero-panel-card {
        padding: 30px 24px;
    }

    .dtd-industries-directory,
    .dtd-industry-feature,
    .dtd-industries-process {
        padding: 76px 0;
    }

    .dtd-industries-grid,
    .dtd-process-grid {
        grid-template-columns: 1fr;
    }

    .dtd-industry-card {
        min-height: 0;
    }

    .dtd-feature-grid {
        gap: 42px;
    }

    .dtd-feature-list {
        padding: 30px 24px;
    }

    .dtd-industries-cta {
        padding: 20px 0 76px;
    }

    .dtd-industries-cta-inner {
        padding: 40px 25px;
    }
}