/*
 * DZT Main Marketing Theme v1.7.4
 * Lovable CSS tokens converted to plain WordPress CSS.
 */
:root {
  --radius: 1rem;
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --radius-2xl: calc(var(--radius) + 8px);
  --radius-3xl: calc(var(--radius) + 12px);
  --radius-4xl: calc(var(--radius) + 16px);

  --navy: oklch(0.22 0.08 260);
  --navy-deep: oklch(0.16 0.07 262);
  --royal: oklch(0.48 0.21 264);
  --royal-2: oklch(0.42 0.20 264);
  --cyan: oklch(0.78 0.13 220);
  --gold: oklch(0.82 0.13 85);
  --soft-white: oklch(0.985 0.005 240);
  --light-gray: oklch(0.95 0.01 250);

  --background: oklch(0.985 0.005 240);
  --foreground: oklch(0.18 0.06 262);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.18 0.06 262);
  --primary: oklch(0.48 0.21 264);
  --primary-foreground: oklch(0.985 0.005 240);
  --secondary: oklch(0.95 0.02 250);
  --secondary-foreground: oklch(0.22 0.08 260);
  --muted: oklch(0.95 0.01 250);
  --muted-foreground: oklch(0.5 0.04 258);
  --text-muted: oklch(0.42 0.045 258);
  --text-soft: oklch(0.34 0.055 262);
  --accent: oklch(0.78 0.13 220);
  --accent-foreground: oklch(0.16 0.07 262);
  --destructive: oklch(0.6 0.24 27);
  --destructive-foreground: oklch(0.985 0.005 240);
  --border: oklch(0.9 0.02 252);
  --input: oklch(0.92 0.015 252);
  --ring: oklch(0.48 0.21 264);

  --gradient-hero: linear-gradient(135deg, oklch(0.16 0.07 262) 0%, oklch(0.28 0.13 264) 50%, oklch(0.42 0.18 240) 100%);
  --gradient-primary: linear-gradient(135deg, oklch(0.48 0.21 264), oklch(0.62 0.16 230));
  --gradient-btn: var(--gradient-primary);
  --gradient-glow: radial-gradient(circle at 30% 20%, oklch(0.62 0.18 230 / 0.4), transparent 60%);
  --gradient-text: linear-gradient(135deg, oklch(0.62 0.18 230), oklch(0.82 0.13 85));
  --shadow-glow: 0 30px 80px -20px oklch(0.42 0.21 264 / 0.45);
  --shadow-glass: 0 8px 32px -4px oklch(0.22 0.08 260 / 0.12);
  --shadow-card: 0 4px 24px -6px oklch(0.22 0.08 260 / 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[dir="rtl"] { direction: rtl; }
html[dir="ltr"] { direction: ltr; }
body {
  margin: 0;
  font-family: "Cairo", "Tajawal", system-ui, sans-serif;
  background: var(--background);
  color: var(--foreground);
  overflow-x: hidden;
}
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html[dir="rtl"] body, html[dir="ltr"] body { font-family: "Cairo", "Tajawal", system-ui, sans-serif; }
::selection { background: oklch(0.78 0.13 220 / 0.35); color: var(--navy-deep); }
body.admin-bar .dzt-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .dzt-header { top: 46px; } }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }

.dzt-container { width: min(100% - 32px, 1180px); margin-inline: auto; }
.narrow-container { width: min(100% - 32px, 780px); }
.narrow-cta { width: min(100% - 32px, 900px); }
.dzt-main { overflow: hidden; }

.dzt-icon { width: 1em; height: 1em; display: inline-block; vertical-align: middle; }
.btn-gradient {
  background: var(--gradient-primary);
  color: var(--soft-white);
  box-shadow: 0 10px 30px -10px oklch(0.48 0.21 264 / 0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -10px oklch(0.48 0.21 264 / 0.7);
}
.text-gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.glass-card {
  background: linear-gradient(135deg, oklch(1 0 0 / 0.7), oklch(1 0 0 / 0.4));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.6);
  box-shadow: var(--shadow-glass);
}
.glass-dark {
  background: linear-gradient(135deg, oklch(1 0 0 / 0.08), oklch(1 0 0 / 0.02));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.12);
}
.section-hero-bg { position: relative; background: var(--gradient-hero); }
.muted-section { background: color-mix(in oklab, var(--secondary) 72%, transparent); }
.lift-card { transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.lift-card:hover { transform: translateY(-6px); box-shadow: 0 26px 80px rgba(8,31,72,.14); }

.dzt-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; transition: transform .25s ease; }
.dzt-header-wrap { margin-top: 12px; }
.dzt-nav-shell { min-height: 68px; border-radius: 22px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dzt-brand, .dzt-footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.dzt-brand-icon { width: 40px; height: 40px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.dzt-brand-icon .dzt-icon { font-size: 21px; }
.dzt-brand-text {
  font-family: "Tajawal", "Cairo", system-ui, sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  color: #071426;
  letter-spacing: -.035em;
  white-space: nowrap;
  text-shadow: none;
}
.dzt-desktop-nav { display: flex; align-items: center; gap: 24px; color: rgba(22,32,51,.72); font-size: 13px; font-weight: 700; }
.dzt-desktop-nav a { transition: color .2s ease; }
.dzt-desktop-nav a:hover { color: var(--royal); }
.dzt-header-actions { display: flex; align-items: center; gap: 10px; }
.dzt-header-cta { border-radius: 14px; padding: 11px 16px; font-size: 13px; font-weight: 800; }

.dzt-language-toggle {
  min-width: 52px;
  height: 42px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 11px;
  color: var(--navy-deep);
  background: rgba(12,35,75,.06);
  border: 1px solid rgba(12,35,75,.08);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.dzt-language-toggle:hover { transform: translateY(-2px); background: rgba(34,103,242,.10); color: var(--royal); }
.dzt-language-toggle .dzt-icon { font-size: 18px; flex: 0 0 auto; }
.dzt-mobile-language { min-height: 42px; justify-content: flex-start; padding: 10px 12px !important; }
.dzt-menu-toggle { display: none; border: 0; background: rgba(12,35,75,.06); color: var(--navy-deep); width: 42px; height: 42px; border-radius: 12px; cursor: pointer; }
.dzt-menu-toggle .dzt-icon { font-size: 22px; }
.dzt-menu-close { display: none; }
.dzt-menu-toggle.is-open .dzt-menu-open { display: none; }
.dzt-menu-toggle.is-open .dzt-menu-close { display: inline; }
.dzt-mobile-nav { display: none; border-radius: 22px; margin-top: 8px; padding: 16px; flex-direction: column; gap: 8px; }
.dzt-mobile-nav a { padding: 9px 10px; border-radius: 12px; font-size: 14px; font-weight: 700; color: rgba(22,32,51,.78); }
.dzt-mobile-nav a:hover { background: rgba(34,103,242,.08); color: var(--royal); }
.dzt-mobile-cta { color: #fff !important; text-align: center; }

.hero-section { padding: 128px 0 78px; min-height: 760px; overflow: hidden; }
.hero-section::after, .solution-section::after, .final-cta::after { content: ""; position: absolute; inset: 0; background: var(--gradient-glow); opacity: .72; pointer-events: none; }
.hero-grid, .solution-section .dzt-container, .final-cta .dzt-container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); align-items: center; gap: 52px; }
.hero-glow { position: absolute; width: 390px; height: 390px; border-radius: 999px; filter: blur(70px); opacity: .8; pointer-events: none; }
.hero-glow-right { top: 120px; right: -150px; background: rgba(57,216,255,.32); }
.hero-glow-left { bottom: -80px; left: -160px; background: rgba(34,103,242,.44); }
.hero-copy { color: #fff; text-align: center; max-width: 780px; margin-inline: auto; }
.hero-kicker { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 8px 16px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.92); margin: 0 auto 22px; max-width: min(100%, 720px); }
.hero-kicker .dzt-icon { color: var(--gold); }
.hero-copy h1 { margin: 0 auto; max-width: 760px; font-size: clamp(34px, 4.25vw, 54px); line-height: 1.24; letter-spacing: -.035em; font-weight: 950; color: #fff; text-align: center; text-wrap: balance; }
.hero-lead { margin: 22px 0 0; font-size: 18px; line-height: 1.9; font-weight: 700; color: rgba(255,255,255,.87); }
.hero-text { margin: 12px auto 0; max-width: 650px; font-size: 15px; line-height: 2.05; color: rgba(255,255,255,.72); }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions { justify-content: center; }
.dzt-btn { min-height: 50px; border-radius: 15px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 900; transition: transform .2s ease, opacity .2s ease, background .2s ease; }
.dzt-btn:hover { transform: translateY(-2px); }
.dzt-btn .dzt-icon { font-size: 18px; }
.dzt-btn-ghost { color: #fff; }
.dzt-btn-ghost:hover { background: rgba(255,255,255,.14); }
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 34px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; }
.hero-badges .dzt-icon { color: var(--cyan); font-size: 18px; }
.hero-visual { position: relative; }
.hero-visual-glow { position: absolute; inset: -22px; border-radius: var(--radius-3xl); background: linear-gradient(135deg, rgba(57,216,255,.32), rgba(34,103,242,.44), transparent); filter: blur(45px); }
.dashboard-frame { position: relative; border-radius: var(--radius-3xl); padding: 8px; overflow: hidden; box-shadow: var(--shadow-glow); }
.dashboard-frame img { border-radius: 24px; width: 100%; }
.floating-card { position: absolute; z-index: 2; border-radius: 20px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; }
.floating-bookings { bottom: -25px; right: -20px; }
.floating-rating { top: -22px; left: -16px; color: var(--navy-deep); }
.floating-card strong { display: block; font-size: 12px; color: var(--navy-deep); }
.floating-card span { display: block; font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.mini-icon { width: 40px; height: 40px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.gold-icon { color: var(--gold); }

.stats-section, .features-section, .demo-section, .pricing-section, .faq-section { padding: 76px 0; background: var(--background); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card { border-radius: 22px; padding: 26px 18px; text-align: center; }
.feature-icon { width: 50px; height: 50px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.feature-icon .dzt-icon { font-size: 24px; }
.stat-card .feature-icon { margin: 0 auto 14px; }
.stat-card p { margin: 0; color: var(--navy-deep); font-weight: 900; font-size: 14px; line-height: 1.65; }

.problem-section, .solution-section, .components-section, .how-section, .why-section { padding: 88px 0; }
.section-header { text-align: center; max-width: 800px; margin: 0 auto 48px; }
.section-header > span { display: inline-block; color: var(--royal); font-size: 12px; font-weight: 900; letter-spacing: .09em; margin-bottom: 13px; }
.section-header h2 { margin: 0; color: var(--navy-deep); font-size: clamp(30px, 4vw, 50px); line-height: 1.35; letter-spacing: -.04em; font-weight: 950; }
.section-header p { margin: 16px auto 0; max-width: 720px; color: var(--text-muted); font-size: 16px; line-height: 1.95; font-weight: 600; }
.section-header-dark > span { color: var(--cyan); }
.section-header-dark h2 { color: #fff; }
.four-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.two-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.plain-card { background: var(--card); border: 1px solid color-mix(in oklab, var(--border) 70%, transparent); border-radius: 24px; box-shadow: var(--shadow-card); }
.problem-card { padding: 24px; }
.problem-icon { width: 42px; height: 42px; border-radius: 15px; background: rgba(220, 38, 38, .10); color: #dc2626; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.problem-icon .dzt-icon { font-size: 22px; }
.problem-card p { margin: 0; color: var(--navy-deep); font-weight: 800; line-height: 1.9; font-size: 14px; }
.solution-card { border-radius: 24px; padding: 26px; color: #fff; transition: background .2s ease, transform .2s ease; }
.solution-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.14); }
.solution-card p { margin: 18px 0 0; font-weight: 900; font-size: 18px; }

.features-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.feature-card { border-radius: 22px; padding: 22px; }
.feature-card p { margin: 14px 0 0; color: var(--navy-deep); font-size: 14px; line-height: 1.6; font-weight: 900; }

.components-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.component-card { display: flex; align-items: flex-start; gap: 18px; padding: 28px; }
.component-tag { width: 52px; height: 52px; border-radius: 18px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 950; font-size: 18px; }
.component-card h3 { margin: 0 0 10px; color: var(--navy-deep); font-size: 20px; font-weight: 950; }
.component-card p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.95; font-weight: 600; }

.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.demo-card { border-radius: 30px; padding: 12px; overflow: hidden; }
.demo-img { border-radius: 23px; overflow: hidden; background: #dceaff; }
.demo-img img { width: 100%; transition: transform .7s ease; }
.demo-card:hover .demo-img img { transform: scale(1.045); }
.demo-body { padding: 22px 16px 14px; }
.demo-body h3 { margin: 0 0 9px; color: var(--navy-deep); font-size: 21px; font-weight: 950; }
.demo-body p { margin: 0 0 18px; color: var(--text-muted); font-size: 14px; line-height: 1.95; font-weight: 600; }

.steps-grid { position: relative; }
.step-card { padding: 26px; }
.step-number { font-size: 48px; line-height: 1; font-weight: 950; margin-bottom: 16px; }
.step-card p { margin: 0; color: var(--navy-deep); font-weight: 900; line-height: 1.85; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; border-radius: 30px; padding: 30px; }
.pricing-popular { color: #fff; box-shadow: var(--shadow-glow); overflow: visible; }
.pricing-popular::after { content: ""; position: absolute; inset: 0; border-radius: 30px; background: var(--gradient-glow); opacity: .45; pointer-events: none; }
.pricing-card > * { position: relative; z-index: 1; }
.popular-badge { position: absolute; top: -13px; right: 26px; background: var(--gold); color: var(--navy-deep); border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 950; }
.pricing-card h3 { margin: 0 0 9px; color: var(--navy-deep); font-size: 25px; font-weight: 950; }
.pricing-popular h3 { color: #fff; }
.pricing-card > p { margin: 0 0 24px; color: var(--text-muted); font-size: 13px; font-weight: 700; }
.pricing-popular > p { color: rgba(255,255,255,.72); }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 13px; }
.pricing-card li { display: flex; align-items: flex-start; gap: 10px; color: rgba(22,32,51,.80); font-size: 14px; line-height: 1.7; }
.pricing-card li .dzt-icon { color: var(--royal); font-size: 20px; flex: 0 0 auto; margin-top: 2px; }
.pricing-popular li { color: rgba(255,255,255,.90); }
.pricing-popular li .dzt-icon { color: var(--cyan); }
.pricing-card .dzt-btn { width: 100%; }
.popular-btn { background: #fff; color: var(--navy-deep); }
.popular-btn:hover { background: var(--cyan); }

.why-card { border-radius: 22px; padding: 20px; display: flex; align-items: center; gap: 14px; }
.why-card p { margin: 0; color: var(--navy-deep); font-size: 14px; font-weight: 900; line-height: 1.65; }
.why-card .mini-icon .dzt-icon { font-size: 20px; }

.faq-list { display: grid; gap: 12px; }
.faq-item { border-radius: 20px; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: transparent; color: var(--navy-deep); display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; cursor: pointer; text-align: right; font-weight: 900; }
.faq-question .dzt-icon { color: var(--royal); transition: transform .25s ease; flex: 0 0 auto; font-size: 20px; }
.faq-item.active .faq-question .dzt-icon { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 22px 20px; }
.faq-item.active .faq-answer { display: block; }
.faq-answer p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 2; font-weight: 600; }

.final-cta { padding: 96px 0; overflow: hidden; }
.final-card { position: relative; z-index: 1; border-radius: 34px; padding: clamp(34px, 6vw, 60px); text-align: center; }
.final-card h2 { margin: 0; color: #fff; font-size: clamp(30px, 4.5vw, 52px); line-height: 1.38; letter-spacing: -.045em; font-weight: 950; }
.final-card p { margin: 20px auto 0; max-width: 700px; color: rgba(255,255,255,.80); font-size: 16px; line-height: 2; }
.final-actions { justify-content: center; }
.whatsapp-btn { background: #25D366; color: #fff; }
.whatsapp-btn:hover { opacity: .9; }

.dzt-footer { background: var(--navy-deep); color: rgba(255,255,255,.78); }
.dzt-footer-grid { padding: 56px 0; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.dzt-footer-brand { color: #fff; font-size: 18px; margin-bottom: 14px; }
.dzt-footer-about p, .dzt-footer li { color: rgba(255,255,255,.60); font-size: 13px; line-height: 2; }
.dzt-footer h4 { margin: 0 0 14px; color: #fff; font-size: 15px; font-weight: 900; }
.dzt-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.dzt-footer a { transition: color .2s ease; }
.dzt-footer a:hover { color: var(--cyan); }
.dzt-footer li .dzt-icon { color: var(--cyan); font-size: 17px; margin-left: 7px; }
.dzt-footer-bottom { border-top: 1px solid rgba(255,255,255,.10); }
.dzt-footer-bottom-inner { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: rgba(255,255,255,.50); font-size: 12px; }


html[dir="ltr"] .section-header,
html[dir="ltr"] .demo-body,
html[dir="ltr"] .final-card { text-align: left; }
html[dir="ltr"] .section-header { margin-left: auto; margin-right: auto; text-align: center; }
html[dir="ltr"] .final-actions { justify-content: flex-start; }
html[dir="ltr"] .hero-copy { text-align: center; }
html[dir="ltr"] .hero-actions { justify-content: center; }
html[dir="ltr"] .final-actions { justify-content: center; }
html[dir="ltr"] .faq-question { text-align: left; }
html[dir="ltr"] .popular-badge { right: auto; left: 26px; }
html[dir="ltr"] .floating-bookings { right: auto; left: -20px; }
html[dir="ltr"] .floating-rating { left: auto; right: -15px; }
html[dir="ltr"] .dzt-footer li .dzt-icon { margin-left: 0; margin-right: 7px; }
html[dir="ltr"] .component-card,
html[dir="ltr"] .why-card,
html[dir="ltr"] .pricing-card li,
html[dir="ltr"] .floating-card,
html[dir="ltr"] .dzt-footer li { direction: ltr; }
html[dir="ltr"] .hero-copy h1 { letter-spacing: -.035em; }

.dzt-page-fallback { padding: 130px 0 70px; }
.dzt-content-card { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 30px; box-shadow: var(--shadow-card); }
.dzt-content-card h1 { color: var(--navy-deep); }

.reveal-up { opacity: 0; animation: revealUp .7s ease forwards; }
.delay-1 { animation-delay: .15s; }
.float-slow { animation: floatSlow 6.5s ease-in-out infinite; }
@keyframes revealUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floatSlow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

@media (max-width: 1100px) {
  .dzt-desktop-nav { display: none; }
  .dzt-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .dzt-mobile-nav.is-open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 720px; margin-inline: auto; width: 100%; }
  .features-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid, .four-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .three-grid { grid-template-columns: repeat(2, 1fr); }
  .dzt-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .dzt-container, .narrow-container, .narrow-cta { width: min(100% - 24px, 1180px); }
  .dzt-header-wrap { margin-top: 8px; }
  .dzt-nav-shell { min-height: 62px; padding: 10px 12px; border-radius: 18px; }
  .dzt-brand-text { font-size: 18px; letter-spacing: -.03em; }
  .dzt-brand-icon { width: 36px; height: 36px; border-radius: 13px; }
  .dzt-header-cta { display: none; }
  .dzt-language-toggle { min-width: 46px; height: 38px; padding: 0 9px; }
  .dzt-language-toggle .dzt-icon { font-size: 17px; }
  .hero-section { padding: 116px 0 58px; min-height: unset; }
  .hero-copy { max-width: 100%; }
  .hero-kicker { width: fit-content; max-width: 100%; font-size: 11px; padding: 8px 13px; }
  .hero-copy h1 { max-width: 96%; font-size: clamp(28px, 8.8vw, 38px); line-height: 1.32; letter-spacing: -.022em; }
  .hero-lead { font-size: 16px; }
  .hero-text { font-size: 14px; }
  .hero-actions, .final-actions { flex-direction: column; }
  .dzt-btn { width: 100%; }
  .hero-badges { gap: 12px; }
  .floating-card { display: none; }
  .stats-section, .features-section, .demo-section, .pricing-section, .faq-section,
  .problem-section, .solution-section, .components-section, .how-section, .why-section { padding: 64px 0; }
  .section-header { margin-bottom: 34px; }
  .section-header h2 { font-size: 29px; }
  .section-header p { font-size: 14px; }
  .stats-grid, .four-grid, .three-grid, .features-grid, .components-grid, .demo-grid, .pricing-grid, .dzt-footer-grid { grid-template-columns: 1fr; }
  .component-card { padding: 22px; }
  .pricing-card { padding: 26px; }
  .final-cta { padding: 72px 0; }
  .final-card { border-radius: 26px; }
  .dzt-footer-bottom-inner { justify-content: center; text-align: center; }
}

@media (max-width: 420px) {
  .dzt-brand-text { font-size: 16px; letter-spacing: -.028em; }
  .hero-copy h1 { font-size: clamp(26px, 8.1vw, 34px); line-height: 1.34; }
  .hero-lead { font-size: 15px; line-height: 1.85; }
  .hero-text { font-size: 13.5px; line-height: 2; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@supports not (color: oklch(0.5 0.1 200)) {
  :root {
    --navy: #0a1f44;
    --navy-deep: #06142e;
    --royal: #2267f2;
    --cyan: #39d8ff;
    --gold: #f7c948;
    --soft-white: #f8fbff;
    --background: #f7faff;
    --foreground: #162033;
    --card: #ffffff;
    --secondary: #edf5ff;
    --muted-foreground: #68758a;
    --text-muted: #4f6078;
    --text-soft: #24324a;
    --border: rgba(12,35,75,.12);
    --gradient-hero: linear-gradient(135deg, #06142e 0%, #0b2c68 50%, #1167ee 100%);
    --gradient-primary: linear-gradient(135deg, #2267f2, #39a9ff);
    --gradient-btn: var(--gradient-primary);
    --gradient-glow: radial-gradient(circle at 30% 20%, rgba(57,216,255,.32), transparent 60%);
    --gradient-text: linear-gradient(135deg, #39d8ff, #f7c948);
    --shadow-glow: 0 30px 80px -20px rgba(34,103,242,.45);
    --shadow-glass: 0 8px 32px -4px rgba(10,31,68,.12);
    --shadow-card: 0 4px 24px -6px rgba(10,31,68,.10);
  }
  .glass-card { background: rgba(255,255,255,.78); border-color: rgba(255,255,255,.70); }
  .glass-dark { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.16); }
}

/* v1.5.0 readability audit: stronger text contrast on light/glass cards */
.plain-card,
.glass-card {
  color: var(--navy-deep);
}
.component-card,
.faq-item,
.demo-card,
.pricing-card:not(.pricing-popular),
.stat-card,
.feature-card,
.why-card {
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.82));
  border-color: rgba(12,35,75,.10);
}
.component-card p,
.faq-answer p,
.demo-body p,
.section-header p,
.pricing-card > p,
.floating-card span {
  text-shadow: none;
}
.faq-answer {
  border-top: 1px solid rgba(12,35,75,.06);
  margin: 0 22px;
  padding: 18px 0 22px;
}
.faq-question {
  line-height: 1.75;
}
html[dir="rtl"] .component-card p,
html[dir="rtl"] .faq-answer p,
html[dir="rtl"] .demo-body p {
  text-align: right;
}
html[dir="ltr"] .component-card p,
html[dir="ltr"] .faq-answer p,
html[dir="ltr"] .demo-body p {
  text-align: left;
}

/* v1.6.3 hero image replacement and light glass dim */
.hero-photo-section {
  isolation: isolate;
  min-height: 820px;
  display: flex;
  align-items: center;
  background: #06142e;
}
.hero-photo-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.015);
  filter: saturate(1.18) contrast(1.12) brightness(1.03);
  opacity: 1;
}
.hero-photo-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 50% 34%, rgba(18, 119, 235, .08), transparent 46%),
    linear-gradient(180deg, rgba(3, 13, 32, .18) 0%, rgba(4, 22, 53, .16) 40%, rgba(3, 11, 28, .38) 100%),
    linear-gradient(90deg, rgba(4, 18, 44, .12), rgba(8, 56, 120, .08), rgba(4, 18, 44, .12));
  pointer-events: none;
}
.hero-photo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .04;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
  pointer-events: none;
}
.hero-photo-section .hero-grid {
  grid-template-columns: minmax(0, 980px);
  justify-content: center;
  padding-top: 38px;
}
.hero-copy.hero-glass-panel { max-width: min(100%, 860px); margin-inline: auto; }
.hero-glass-panel {
  position: relative;
  padding: clamp(28px, 5vw, 58px);
  border-radius: clamp(26px, 4vw, 46px);
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 70px -24px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(2px) saturate(1.04);
  -webkit-backdrop-filter: blur(2px) saturate(1.04);
}
.hero-glass-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.05), transparent 36%);
  pointer-events: none;
}

.hero-glass-panel .hero-lead,
.hero-glass-panel .hero-text,
.hero-glass-panel .hero-actions,
.hero-glass-panel .hero-badges {
  position: relative;
  z-index: 1;
}

.hero-photo-section .hero-kicker {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.20);
  color: rgba(255,255,255,.96);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.hero-photo-section .hero-copy h1 {
  text-shadow: 0 5px 18px rgba(0,0,0,.42), 0 18px 42px rgba(0,0,0,.30);
}
.hero-photo-section .hero-lead,
.hero-photo-section .hero-text,
.hero-photo-section .hero-badges {
  text-shadow: 0 4px 16px rgba(0,0,0,.44), 0 12px 28px rgba(0,0,0,.25);
}
.hero-photo-section .hero-text { color: rgba(255,255,255,.82); }
.hero-photo-section .hero-lead { color: rgba(255,255,255,.94); }
.hero-photo-section .hero-badges { color: rgba(255,255,255,.82); }
.hero-photo-section .hero-visual {
  display: none !important;
}

@media (max-width: 900px) {
  .hero-photo-section {
    min-height: 790px;
    padding-top: 126px;
  }
  .hero-photo-section .hero-grid {
    padding-top: 0;
  }
  .hero-photo-bg {
    background-position: center 58%;
  }
  .hero-glass-panel {
    width: min(100%, 720px);
    padding: 26px 18px;
    border-radius: 28px;
  }
}

@media (max-width: 520px) {
  .hero-photo-section {
    min-height: 760px;
    padding-top: 116px;
    padding-bottom: 48px;
  }
  .hero-photo-bg {
    background-position: center 60%;
    opacity: 1;
  }
  .hero-photo-overlay {
    background:
      radial-gradient(circle at 50% 28%, rgba(18,119,235,.08), transparent 46%),
      linear-gradient(180deg, rgba(3,13,32,.14) 0%, rgba(4,22,53,.18) 46%, rgba(3,11,28,.42) 100%);
  }
  .hero-glass-panel {
    padding: 24px 15px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,.042), rgba(255,255,255,.01));
    backdrop-filter: blur(1.5px) saturate(1.03);
    -webkit-backdrop-filter: blur(1.5px) saturate(1.03);
  }
  .hero-photo-section .hero-kicker {
    max-width: 94%;
    white-space: normal;
  }
}

/* v1.6.1: make hero travel image clearly visible behind the glass card */
.hero-photo-section .hero-photo-bg { opacity: 1; }
.hero-photo-section .hero-photo-overlay { mix-blend-mode: normal; }
@media (min-width: 901px) {
  .hero-photo-section .hero-photo-bg { background-position: center 60%; }
}

/* v1.6.2 stronger hero image visibility */
@media (max-width: 900px) {
  .hero-copy.hero-glass-panel {
    max-width: min(100%, 92%);
  }
}
@media (max-width: 520px) {
  .hero-copy.hero-glass-panel {
    max-width: min(100%, 90%);
  }
}


/* v1.6.3: use the attached travel banner clearly, with only a lightly dimmed glass card */
.hero-photo-section {
  background: #06142e;
}
.hero-photo-bg {
  opacity: 1 !important;
  filter: saturate(1.08) contrast(1.04) brightness(1.02) !important;
  transform: scale(1.01) !important;
  background-position: center center !important;
}
.hero-photo-overlay {
  background:
    linear-gradient(180deg, rgba(3, 13, 32, .14) 0%, rgba(4, 22, 53, .16) 46%, rgba(3, 11, 28, .30) 100%),
    linear-gradient(90deg, rgba(3, 13, 32, .10) 0%, rgba(3, 13, 32, .03) 50%, rgba(3, 13, 32, .10) 100%) !important;
}
.hero-photo-section::before {
  opacity: .025 !important;
}
.hero-copy.hero-glass-panel,
.hero-glass-panel {
  background: linear-gradient(135deg, rgba(3, 15, 38, .34), rgba(5, 28, 66, .18)) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow: 0 24px 70px -26px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.14) !important;
  backdrop-filter: blur(4px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.04) !important;
}
.hero-glass-panel::before {
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.065), transparent 36%) !important;
}
.hero-photo-section .hero-kicker {
  background: rgba(3, 15, 38, .24) !important;
  border-color: rgba(255,255,255,.20) !important;
}
.hero-photo-section .hero-copy h1,
.hero-photo-section .hero-lead,
.hero-photo-section .hero-text,
.hero-photo-section .hero-badges {
  text-shadow: 0 5px 18px rgba(0,0,0,.50), 0 16px 38px rgba(0,0,0,.26) !important;
}
@media (max-width: 900px) {
  .hero-photo-bg {
    background-position: center center !important;
  }
}
@media (max-width: 520px) {
  .hero-photo-bg {
    background-position: center center !important;
  }
  .hero-copy.hero-glass-panel,
  .hero-glass-panel {
    background: linear-gradient(135deg, rgba(3, 15, 38, .32), rgba(5, 28, 66, .16)) !important;
    backdrop-filter: blur(3px) saturate(1.03) !important;
    -webkit-backdrop-filter: blur(3px) saturate(1.03) !important;
  }
}


/* v1.6.4: subtle shadow over hero image for better text readability */
.hero-photo-overlay {
  background:
    linear-gradient(180deg, rgba(3, 13, 32, .14) 0%, rgba(4, 22, 53, .16) 46%, rgba(3, 11, 28, .30) 100%),
    linear-gradient(90deg, rgba(3, 13, 32, .10) 0%, rgba(3, 13, 32, .03) 50%, rgba(3, 13, 32, .10) 100%) !important;
}
.hero-photo-bg {
  filter: saturate(1.08) contrast(1.05) brightness(.98) !important;
}
@media (max-width: 520px) {
  .hero-photo-overlay {
    background:
      linear-gradient(180deg, rgba(3, 13, 32, .16) 0%, rgba(4, 22, 53, .18) 48%, rgba(3, 11, 28, .34) 100%) !important;
  }
}


/* v1.6.5 professional footer upgrade */
.dzt-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(57,216,255,.20), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(34,103,242,.18), transparent 34%),
    linear-gradient(135deg, #06142e 0%, #081b3d 46%, #041026 100%);
}
.dzt-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .18;
  pointer-events: none;
}
.dzt-footer-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .36;
  pointer-events: none;
}
.dzt-footer-glow-1 { top: -160px; right: -90px; background: rgba(57,216,255,.44); }
.dzt-footer-glow-2 { bottom: -170px; left: -90px; background: rgba(34,103,242,.46); }
.dzt-footer-pro-grid {
  position: relative;
  z-index: 1;
  padding: 64px 0;
  grid-template-columns: 1.25fr .85fr .95fr 1.35fr;
  align-items: stretch;
}
.dzt-footer-main-card,
.dzt-footer-card {
  border-radius: 26px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 60px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.dzt-footer-main-card {
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
}
.dzt-footer-brand {
  font-size: 20px;
  letter-spacing: -.035em;
}
.dzt-footer-brand .dzt-brand-icon {
  box-shadow: 0 16px 40px rgba(34,103,242,.35);
}
.dzt-footer-about p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 2;
  margin: 14px 0 0;
}
.dzt-footer h4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
}
.dzt-footer h4::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(57,216,255,.10);
}
.dzt-footer-links {
  gap: 10px !important;
}
.dzt-footer-links li,
.dzt-footer-links a {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.dzt-footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.dzt-footer-links a::before,
.muted-links li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(57,216,255,.75);
  box-shadow: 0 0 18px rgba(57,216,255,.34);
  flex: 0 0 auto;
}
html[dir="ltr"] .dzt-footer-links a::before,
html[dir="ltr"] .muted-links li::before { order: 0; }
.muted-links li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.dzt-footer a:hover { color: #fff; }
.dzt-footer-social-row {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-social-link {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-social-link:hover {
  transform: translateY(-3px);
  background: rgba(57,216,255,.18);
  border-color: rgba(57,216,255,.30);
}
.footer-social-whatsapp { background: rgba(37,211,102,.14); }
.footer-social-link .dzt-icon { font-size: 20px; }
.footer-contact-list {
  display: grid;
  gap: 12px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-contact-item:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.11);
  border-color: rgba(57,216,255,.22);
}
.footer-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--gradient-primary);
  box-shadow: 0 14px 34px rgba(34,103,242,.28);
  flex: 0 0 auto;
}
.footer-contact-icon .dzt-icon { font-size: 20px; }
.footer-contact-icon.whatsapp-icon {
  background: linear-gradient(135deg, #25D366, #13b454);
  box-shadow: 0 14px 34px rgba(37,211,102,.24);
}
.footer-contact-item small {
  display: block;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 3px;
}
.footer-contact-item strong {
  display: block;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .01em;
}
.dzt-footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.10);
}
.dzt-footer-bottom-inner {
  color: rgba(255,255,255,.58);
}
html[dir="rtl"] .footer-contact-item { text-align: right; }
html[dir="ltr"] .footer-contact-item { text-align: left; }
@media (max-width: 1100px) {
  .dzt-footer-pro-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .dzt-footer-pro-grid { grid-template-columns: 1fr; padding: 52px 0; }
  .dzt-footer-main-card, .dzt-footer-card { padding: 22px; border-radius: 24px; }
  .dzt-footer-brand { justify-content: center; }
  .dzt-footer-about p { text-align: center; }
  .dzt-footer-social-row { justify-content: center; }
  .dzt-footer h4 { width: 100%; justify-content: center; }
  .dzt-footer-links { justify-items: center; text-align: center; }
}

/* v1.6.9 WhatsApp CTA label cleanup */
.whatsapp-btn {
  gap: 10px;
  flex-wrap: wrap;
}
.whatsapp-btn-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  unicode-bidi: isolate;
  font-size: .92em;
  font-weight: 950;
  letter-spacing: .02em;
  opacity: .96;
}
@media (max-width: 420px) {
  .whatsapp-btn-number { font-size: .88em; }
}


/* v1.6.7 WhatsApp clickability fix */
.final-card,
.final-card > *,
.final-actions,
.final-actions .dzt-btn,
.whatsapp-btn,
.js-dzt-whatsapp {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.final-cta::after {
  pointer-events: none;
}
.whatsapp-btn {
  cursor: pointer;
  touch-action: manipulation;
}


/* v1.6.8: slight hero image blur + slightly darker glass panel */
.hero-photo-bg {
  filter: blur(1.4px) saturate(1.08) contrast(1.05) brightness(.97) !important;
  transform: scale(1.018) !important;
}
.hero-copy.hero-glass-panel,
.hero-glass-panel {
  background: linear-gradient(135deg, rgba(3, 15, 38, .43), rgba(5, 28, 66, .24)) !important;
  border-color: rgba(255,255,255,.24) !important;
  box-shadow: 0 26px 76px -24px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.15) !important;
  backdrop-filter: blur(3.5px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(3.5px) saturate(1.04) !important;
}
.hero-photo-overlay {
  background:
    linear-gradient(180deg, rgba(3, 13, 32, .13) 0%, rgba(4, 22, 53, .16) 48%, rgba(3, 11, 28, .31) 100%),
    linear-gradient(90deg, rgba(3, 13, 32, .10) 0%, rgba(3, 13, 32, .03) 50%, rgba(3, 13, 32, .10) 100%) !important;
}
@media (max-width: 520px) {
  .hero-photo-bg {
    filter: blur(1.2px) saturate(1.08) contrast(1.05) brightness(.97) !important;
    transform: scale(1.018) !important;
  }
  .hero-copy.hero-glass-panel,
  .hero-glass-panel {
    background: linear-gradient(135deg, rgba(3, 15, 38, .42), rgba(5, 28, 66, .23)) !important;
    backdrop-filter: blur(3px) saturate(1.03) !important;
    -webkit-backdrop-filter: blur(3px) saturate(1.03) !important;
  }
}

/* v1.6.9: keep final WhatsApp button text clean without visible phone number */
.final-cta .whatsapp-btn-number { display: none !important; }
.final-cta .whatsapp-btn { justify-content: center; }


/* v1.7.3: professional UX, accessibility and conversion polish */
.dzt-skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 3000;
  transform: translateY(-140%);
  padding: 12px 16px;
  border-radius: 14px;
  background: #06142e;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
  transition: transform .2s ease;
}
.dzt-skip-link:focus { transform: translateY(0); outline: 3px solid rgba(57,216,255,.55); outline-offset: 3px; }
.dzt-scroll-progress {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  z-index: 2500;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #2267f2, #39d8ff, #f3c65b);
  box-shadow: 0 0 22px rgba(57,216,255,.45);
  pointer-events: none;
}
html[dir="rtl"] .dzt-scroll-progress { transform-origin: right center; }
a:focus-visible,
button:focus-visible,
.dzt-btn:focus-visible,
.dzt-language-toggle:focus-visible,
.footer-contact-item:focus-visible,
.footer-social-link:focus-visible {
  outline: 3px solid rgba(57,216,255,.55);
  outline-offset: 4px;
}
.dzt-floating-actions {
  position: fixed;
  inset-inline-end: 18px;
  bottom: 18px;
  z-index: 1200;
  display: grid;
  gap: 10px;
  align-items: end;
  pointer-events: none;
}
.dzt-floating-action {
  pointer-events: auto;
  min-width: 48px;
  height: 48px;
  border: 0;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.20);
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.dzt-floating-action:hover { transform: translateY(-3px); box-shadow: 0 24px 54px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.22); }
.dzt-floating-whatsapp { background: linear-gradient(135deg, #25D366, #128C4A); }
.dzt-floating-phone { background: linear-gradient(135deg, rgba(34,103,242,.95), rgba(57,216,255,.85)); }
.dzt-floating-action .dzt-icon { font-size: 20px; flex: 0 0 auto; }
.dzt-back-top {
  justify-self: end;
  width: 48px;
  padding: 0;
  background: linear-gradient(135deg, rgba(6,20,46,.88), rgba(9,37,84,.82));
  border: 1px solid rgba(255,255,255,.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}
.dzt-back-top .dzt-icon { transform: rotate(180deg); }
.dzt-back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
@media (max-width: 760px) {
  .dzt-floating-actions {
    inset-inline: 14px 14px;
    bottom: 14px;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
  }
  .dzt-floating-action {
    min-width: 0;
    width: 100%;
    height: 46px;
    border-radius: 16px;
    padding: 0 10px;
    font-size: 12px;
  }
  .dzt-back-top { width: 46px; }
  .dzt-footer-bottom { padding-bottom: 76px; }
}
@media (max-width: 420px) {
  .dzt-floating-action span { display: none; }
  .dzt-floating-actions { grid-template-columns: repeat(3, 46px); justify-content: end; inset-inline-start: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}


/* v1.7.4: commercial quality and delivery standards section */
.quality-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}
.quality-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(57,216,255,.22), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(247,201,72,.13), transparent 32%);
  pointer-events: none;
}
.quality-section .dzt-container { position: relative; z-index: 1; }
.quality-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.35fr);
  gap: 24px;
  align-items: stretch;
}
.quality-panel,
.quality-card {
  color: #fff;
  border-radius: 28px;
}
.quality-panel {
  padding: clamp(28px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  box-shadow: 0 28px 90px -42px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.16);
}
.quality-panel-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13);
  font-size: 12px;
  font-weight: 900;
}
.quality-panel-badge .dzt-icon { color: var(--gold); font-size: 17px; }
.quality-panel h3 {
  margin: 22px 0 0;
  font-size: clamp(24px, 3.1vw, 36px);
  line-height: 1.45;
  font-weight: 950;
  letter-spacing: -.035em;
}
.quality-panel p {
  margin: 15px 0 0;
  color: rgba(255,255,255,.74);
  line-height: 2;
  font-size: 14px;
  font-weight: 600;
}
.quality-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}
.quality-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 800;
}
.quality-checklist .dzt-icon { color: var(--cyan); flex: 0 0 auto; margin-top: 6px; }
.quality-panel .dzt-btn { margin-top: 28px; width: fit-content; }
.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.quality-card {
  padding: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  border-color: rgba(255,255,255,.13);
}
.quality-card .feature-icon { margin-bottom: 18px; }
.quality-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}
.quality-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.95;
  font-weight: 600;
}
html[dir="ltr"] .quality-panel,
html[dir="ltr"] .quality-card { text-align: left; }
@media (max-width: 1100px) {
  .quality-layout { grid-template-columns: 1fr; }
  .quality-panel .dzt-btn { width: 100%; }
}
@media (max-width: 760px) {
  .quality-section { padding: 64px 0; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-panel,
  .quality-card { border-radius: 24px; }
  .quality-card { padding: 22px; }
}


/* v1.7.5: commercial comparison section */
.comparison-section {
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.comparison-section::before {
  content: "";
  position: absolute;
  inset: 8% auto auto 50%;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34,103,242,.14), transparent 68%);
  pointer-events: none;
}
.comparison-grid {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}
.comparison-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px;
  min-height: 100%;
}
.comparison-card h3 {
  margin: 18px 0 18px;
  color: var(--navy-deep);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.35;
  font-weight: 900;
}
.comparison-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
.comparison-label .dzt-icon {
  width: 18px;
  height: 18px;
}
.comparison-label-soft {
  color: #b42318;
  background: rgba(255, 236, 232, .92);
  border: 1px solid rgba(180, 35, 24, .14);
}
.comparison-label-good {
  color: #075985;
  background: rgba(225, 246, 255, .9);
  border: 1px solid rgba(57,216,255,.28);
}
.comparison-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comparison-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}
.comparison-list .dzt-icon {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  color: var(--royal);
}
.comparison-weak .dzt-icon {
  color: #d92d20;
  opacity: .72;
}
.comparison-system {
  border: 1px solid rgba(34,103,242,.18);
  background:
    radial-gradient(circle at 8% 10%, rgba(57,216,255,.18), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(34,103,242,.12), transparent 35%),
    rgba(255,255,255,.78);
  box-shadow: 0 30px 90px rgba(15, 23, 42, .12);
}
.comparison-system::after {
  content: "";
  position: absolute;
  inset: auto -80px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245,183,77,.2), transparent 68%);
  pointer-events: none;
}
.comparison-list-good li {
  color: #1f334e;
}
.comparison-cta {
  margin-top: 24px;
}
html[dir="ltr"] .comparison-list li {
  grid-template-columns: 22px 1fr;
}
@media (max-width: 900px) {
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-section { padding: 72px 0; }
}
@media (max-width: 520px) {
  .comparison-card { padding: 22px; border-radius: 24px; }
  .comparison-card h3 { font-size: 22px; }
  .comparison-list li { font-size: 13.5px; line-height: 1.8; }
  .comparison-label { font-size: 12px; }
}


/* v1.7.6 Dashboard Demo Page */
.dzt-dashboard-demo-body { background: #eef5ff; color: #14213d; overflow-x: hidden; }
.dzt-dashboard-demo-body .dzt-header,
.dzt-dashboard-demo-body .dzt-footer,
.dzt-dashboard-demo-body .dzt-floating-actions,
.dzt-dashboard-demo-body .dzt-scroll-progress,
.dzt-dashboard-demo-body .dzt-skip-link { display: none !important; }
.dzt-dashboard-demo-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(57,216,255,.18), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(34,103,242,.18), transparent 32%),
    linear-gradient(135deg, #eef5ff 0%, #f9fbff 54%, #e9f3ff 100%);
}
.dzt-demo-sidebar {
  position: sticky;
  top: 18px;
  height: calc(100vh - 36px);
  border-radius: 28px;
  padding: 20px;
  overflow: auto;
  background: linear-gradient(180deg, rgba(6,20,46,.98), rgba(8,31,72,.92));
  border-color: rgba(255,255,255,.13);
  box-shadow: 0 25px 80px rgba(8,31,72,.22);
}
.dzt-demo-brand { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 20px; font-weight: 950; letter-spacing: -.03em; }
.dzt-demo-side-badge { margin: 18px 0; padding: 10px 12px; border-radius: 16px; background: rgba(57,216,255,.10); color: rgba(255,255,255,.82); border: 1px solid rgba(57,216,255,.16); font-size: 12px; font-weight: 900; line-height: 1.7; }
.dzt-demo-side-nav { display: grid; gap: 8px; }
.dzt-demo-side-nav a { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 11px 13px; border-radius: 16px; color: rgba(255,255,255,.74); font-size: 14px; font-weight: 850; transition: background .2s ease, color .2s ease, transform .2s ease; }
.dzt-demo-side-nav a:hover { color: #fff; background: rgba(255,255,255,.09); transform: translateX(-2px); }
html[dir="ltr"] .dzt-demo-side-nav a:hover { transform: translateX(2px); }
.dzt-demo-side-nav .dzt-icon { color: var(--cyan); font-size: 19px; }
.dzt-demo-workspace { display: grid; gap: 18px; min-width: 0; }
.dzt-demo-topbar { position: sticky; top: 18px; z-index: 10; border-radius: 26px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dzt-demo-kicker { display: inline-flex; margin-bottom: 6px; color: var(--royal); font-size: 12px; font-weight: 950; }
.dzt-demo-topbar h1 { margin: 0; color: var(--navy-deep); font-size: clamp(22px, 3vw, 34px); line-height: 1.25; font-weight: 950; letter-spacing: -.035em; }
.dzt-demo-top-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.dzt-demo-search { min-height: 45px; width: min(300px, 100%); display: flex; align-items: center; gap: 8px; padding: 0 13px; border-radius: 16px; background: rgba(8,31,72,.055); border: 1px solid rgba(8,31,72,.08); color: var(--text-muted); }
.dzt-demo-search input { border: 0; outline: 0; background: transparent; width: 100%; color: var(--navy-deep); font-weight: 700; }
.dzt-demo-small-btn { min-height: 45px; border-radius: 16px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; background: rgba(34,103,242,.08); border: 1px solid rgba(34,103,242,.10); color: var(--navy-deep); font-size: 13px; font-weight: 900; }
.dzt-demo-hero-card { position: relative; overflow: hidden; border-radius: 32px; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; box-shadow: var(--shadow-glow); }
.dzt-demo-hero-card::after { content: ""; position: absolute; inset: 0; background: var(--gradient-glow); opacity: .5; pointer-events: none; }
.dzt-demo-hero-card > * { position: relative; z-index: 1; }
.dzt-demo-hero-card h2 { max-width: 860px; margin: 14px 0 10px; font-size: clamp(22px, 3.2vw, 38px); line-height: 1.45; font-weight: 950; letter-spacing: -.035em; }
.dzt-demo-hero-card p { max-width: 760px; margin: 0; color: rgba(255,255,255,.74); font-weight: 700; line-height: 1.9; }
.dzt-demo-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.13); font-size: 12px; font-weight: 950; }
.dzt-demo-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dzt-demo-stat { position: relative; border-radius: 24px; padding: 20px; display: grid; gap: 8px; overflow: hidden; }
.dzt-demo-stat-icon { width: 44px; height: 44px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.dzt-demo-stat strong { color: var(--navy-deep); font-size: 25px; line-height: 1; font-weight: 950; letter-spacing: -.03em; }
.dzt-demo-stat small { color: var(--text-muted); font-size: 12px; font-weight: 850; }
.dzt-demo-stat em { position: absolute; top: 18px; inset-inline-end: 18px; color: #027a48; background: rgba(209,250,229,.75); border-radius: 999px; padding: 5px 9px; font-size: 11px; font-style: normal; font-weight: 950; }
.dzt-demo-section-grid { display: grid; grid-template-columns: 1.5fr .85fr; gap: 18px; }
.dzt-demo-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dzt-demo-panel { border-radius: 28px; padding: 22px; overflow: hidden; }
.dzt-demo-panel h3 { margin: 0 0 16px; color: var(--navy-deep); font-size: 20px; font-weight: 950; }
.dzt-demo-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.dzt-demo-panel-head h3 { margin: 0; }
.dzt-demo-panel-head span, .dzt-demo-panel-head button, .dzt-demo-table button { border: 0; border-radius: 999px; padding: 8px 12px; background: rgba(34,103,242,.08); color: var(--royal); font-size: 12px; font-weight: 950; cursor: pointer; }
.dzt-demo-muted { margin: 0 0 16px; color: var(--text-muted); line-height: 1.85; font-size: 14px; font-weight: 700; }
.dzt-demo-chart { min-height: 220px; display: flex; align-items: end; gap: 14px; padding: 20px; border-radius: 22px; background: linear-gradient(180deg, rgba(34,103,242,.08), rgba(57,216,255,.06)); }
.dzt-demo-chart span { flex: 1; border-radius: 999px 999px 10px 10px; background: var(--gradient-primary); box-shadow: 0 14px 40px rgba(34,103,242,.18); }
.dzt-demo-ring { width: 200px; height: 200px; border-radius: 999px; margin: 12px auto; display: grid; place-items: center; text-align: center; background: conic-gradient(var(--royal) 0 76%, rgba(34,103,242,.12) 76% 100%); position: relative; }
.dzt-demo-ring::before { content: ""; position: absolute; inset: 18px; border-radius: inherit; background: rgba(255,255,255,.9); }
.dzt-demo-ring strong, .dzt-demo-ring span { position: relative; z-index: 1; display: block; }
.dzt-demo-ring strong { color: var(--navy-deep); font-size: 38px; font-weight: 950; }
.dzt-demo-ring span { margin-top: -60px; color: var(--text-muted); font-size: 12px; font-weight: 850; }
.dzt-demo-table-wrap { overflow-x: auto; }
.dzt-demo-table { width: 100%; min-width: 820px; border-collapse: separate; border-spacing: 0 10px; }
.dzt-demo-table th { padding: 0 14px 4px; color: var(--text-muted); font-size: 12px; text-align: start; font-weight: 950; }
.dzt-demo-table td { padding: 14px; background: rgba(255,255,255,.72); border-block: 1px solid rgba(8,31,72,.06); color: #233653; font-size: 13px; font-weight: 800; white-space: nowrap; }
.dzt-demo-table td:first-child { border-start-start-radius: 16px; border-end-start-radius: 16px; border-inline-start: 1px solid rgba(8,31,72,.06); color: var(--navy-deep); font-weight: 950; }
.dzt-demo-table td:last-child { border-start-end-radius: 16px; border-end-end-radius: 16px; border-inline-end: 1px solid rgba(8,31,72,.06); }
.dzt-demo-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.dzt-demo-form textarea, .dzt-demo-form button { grid-column: 1 / -1; }
.dzt-demo-form input, .dzt-demo-form textarea { width: 100%; border: 1px solid rgba(8,31,72,.09); background: rgba(255,255,255,.76); border-radius: 16px; padding: 14px 15px; color: var(--navy-deep); font-weight: 800; outline: 0; }
.dzt-demo-form-compact { grid-template-columns: repeat(4, 1fr); align-items: center; }
.dzt-demo-form-compact button { grid-column: auto; }
.dzt-demo-big-number { display: block; color: var(--royal); font-size: 40px; font-weight: 950; letter-spacing: -.05em; }
.dzt-demo-hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dzt-demo-hotel-grid article { padding: 18px; border-radius: 22px; background: rgba(255,255,255,.70); border: 1px solid rgba(8,31,72,.07); }
.dzt-demo-hotel-grid span { width: 42px; height: 42px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; color: var(--royal); background: rgba(34,103,242,.08); }
.dzt-demo-hotel-grid h4 { margin: 14px 0 6px; color: var(--navy-deep); font-size: 15px; font-weight: 950; }
.dzt-demo-hotel-grid p { margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.8; font-weight: 750; }
.dzt-demo-report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dzt-demo-report-grid div { padding: 18px; border-radius: 20px; background: linear-gradient(135deg, rgba(34,103,242,.08), rgba(57,216,255,.07)); }
.dzt-demo-report-grid strong { display: block; color: var(--navy-deep); font-size: 32px; font-weight: 950; }
.dzt-demo-report-grid span { color: var(--text-muted); font-size: 12px; font-weight: 850; }
.dzt-demo-timeline { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.dzt-demo-timeline li { position: relative; padding: 14px 42px 14px 16px; border-radius: 18px; background: rgba(255,255,255,.72); color: var(--navy-deep); font-size: 13px; font-weight: 850; }
html[dir="ltr"] .dzt-demo-timeline li { padding: 14px 16px 14px 42px; }
.dzt-demo-timeline li::before { content: ""; position: absolute; inset-inline-start: 16px; top: 19px; width: 10px; height: 10px; border-radius: 99px; background: var(--cyan); box-shadow: 0 0 0 7px rgba(57,216,255,.13); }
.dzt-demo-toast { position: fixed; z-index: 9999; inset-inline: 20px; bottom: 20px; width: fit-content; max-width: min(460px, calc(100% - 40px)); margin-inline: auto; padding: 13px 17px; border-radius: 18px; color: #fff; background: rgba(6,20,46,.94); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 20px 60px rgba(0,0,0,.22); transform: translateY(20px); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; font-size: 13px; font-weight: 850; }
.dzt-demo-toast.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .demo-grid { grid-template-columns: 1fr; }
  .dzt-dashboard-demo-shell { grid-template-columns: 1fr; }
  .dzt-demo-sidebar { position: static; height: auto; }
  .dzt-demo-side-nav { grid-template-columns: repeat(3, 1fr); }
  .dzt-demo-topbar, .dzt-demo-hero-card { flex-direction: column; align-items: stretch; }
  .dzt-demo-top-actions { justify-content: flex-start; }
  .dzt-demo-stat-grid, .dzt-demo-section-grid, .dzt-demo-card-grid, .dzt-demo-hotel-grid, .dzt-demo-report-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .dzt-dashboard-demo-shell { padding: 10px; gap: 12px; }
  .dzt-demo-sidebar, .dzt-demo-topbar, .dzt-demo-panel, .dzt-demo-hero-card { border-radius: 22px; }
  .dzt-demo-side-nav { grid-template-columns: 1fr 1fr; }
  .dzt-demo-search { width: 100%; }
  .dzt-demo-stat-grid, .dzt-demo-section-grid, .dzt-demo-card-grid, .dzt-demo-hotel-grid, .dzt-demo-report-grid, .dzt-demo-form, .dzt-demo-form-compact { grid-template-columns: 1fr; }
  .dzt-demo-form-compact button { grid-column: 1; }
  .dzt-demo-hero-card h2 { font-size: 22px; }
}
@media (max-width: 420px) {
  .dzt-demo-side-nav { grid-template-columns: 1fr; }
  .dzt-demo-small-btn { width: 100%; justify-content: center; }
}


/* v1.7.9: Professional dashboard demo walkthrough and active navigation */
.dzt-demo-side-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(34,103,242,.30), rgba(57,216,255,.18));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10), 0 12px 30px rgba(34,103,242,.16);
}
.dzt-demo-side-nav a.is-active .dzt-icon { color: #fff; }
.dzt-demo-small-btn.is-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #19b96f, #0ea75b);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 16px 35px rgba(25,185,111,.20);
}
.dzt-demo-walkthrough {
  border-radius: 30px;
  padding: 24px;
  display: grid;
  grid-template-columns: .82fr 1.35fr auto;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  position: relative;
}
.dzt-demo-walkthrough::before {
  content: "";
  position: absolute;
  inset-inline-start: -90px;
  top: -90px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(57,216,255,.20), transparent 68%);
  pointer-events: none;
}
.dzt-demo-walkthrough > * { position: relative; z-index: 1; }
.dzt-demo-walkthrough-head h3 {
  margin: 14px 0 8px;
  color: var(--navy-deep);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -.035em;
}
.dzt-demo-walkthrough-head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 750;
}
.dzt-demo-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.dzt-demo-step {
  min-height: 154px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(8,31,72,.07);
}
.dzt-demo-step strong {
  display: inline-flex;
  min-width: 34px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--royal);
  background: rgba(34,103,242,.09);
  font-size: 12px;
  font-weight: 950;
}
.dzt-demo-step h4 {
  margin: 12px 0 6px;
  color: var(--navy-deep);
  font-size: 14px;
  font-weight: 950;
}
.dzt-demo-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.75;
  font-weight: 750;
}
.dzt-demo-try-btn {
  min-height: 48px;
  border: 0;
  border-radius: 18px;
  padding: 0 18px;
  color: #fff;
  background: var(--gradient-primary);
  box-shadow: 0 20px 46px rgba(34,103,242,.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}
.dzt-demo-mobile-bar {
  display: none;
  position: fixed;
  z-index: 9998;
  inset-inline: 12px;
  bottom: 12px;
  padding: 8px;
  border-radius: 22px;
  background: rgba(6,20,46,.90);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  gap: 8px;
}
.dzt-demo-mobile-bar a {
  flex: 1;
  min-height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 950;
}
.dzt-demo-mobile-bar a:last-child { background: linear-gradient(135deg, #19b96f, #0ea75b); }
.dzt-demo-form input[readonly], .dzt-demo-form textarea[readonly], .dzt-demo-search input[readonly] { cursor: default; }
@media (max-width: 1180px) {
  .dzt-demo-walkthrough { grid-template-columns: 1fr; }
  .dzt-demo-steps { grid-template-columns: repeat(2, 1fr); }
  .dzt-demo-try-btn { width: fit-content; }
}
@media (max-width: 760px) {
  .dzt-dashboard-demo-body { padding-bottom: 84px; }
  .dzt-demo-mobile-bar { display: flex; }
  .dzt-demo-walkthrough { border-radius: 22px; padding: 18px; }
  .dzt-demo-steps { grid-template-columns: 1fr; }
  .dzt-demo-step { min-height: auto; }
  .dzt-demo-try-btn { width: 100%; }
}


/* v1.7.9: professional lead capture section */
.final-conversion-container { position: relative; z-index: 1; }
.final-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 24px;
  align-items: stretch;
}
.final-card-pro { text-align: start; min-height: 100%; display: flex; flex-direction: column; justify-content: center; }
.final-card-pro .final-actions { justify-content: flex-start; }
.lead-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--cyan);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 8px 13px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 950;
}
.lead-kicker .dzt-icon { width: 18px; height: 18px; }
.dzt-lead-form {
  position: relative;
  z-index: 2;
  border-radius: 34px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255,255,255,.94);
  box-shadow: 0 30px 90px -38px rgba(3, 13, 32, .58);
  overflow: hidden;
}
.dzt-lead-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--gradient-primary);
}
.dzt-lead-form-head { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 20px; }
.dzt-lead-form-head .mini-icon { flex: 0 0 auto; }
.dzt-lead-form h3 { margin: 0; color: var(--navy-deep); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.35; font-weight: 950; letter-spacing: -.03em; }
.dzt-lead-form p { margin: 8px 0 0; color: var(--text-muted); font-size: 14px; line-height: 1.8; font-weight: 650; }
.dzt-lead-fields { display: grid; gap: 12px; }
.dzt-lead-fields input,
.dzt-lead-fields select,
.dzt-lead-fields textarea {
  width: 100%;
  border: 1px solid rgba(24, 91, 255, .14);
  border-radius: 18px;
  background: rgba(245, 249, 255, .94);
  color: var(--navy-deep);
  outline: none;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.dzt-lead-fields textarea { resize: vertical; min-height: 96px; }
.dzt-lead-fields input:focus,
.dzt-lead-fields select:focus,
.dzt-lead-fields textarea:focus {
  border-color: rgba(24, 91, 255, .42);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(24, 91, 255, .10);
}
.dzt-lead-submit { width: 100%; margin-top: 16px; justify-content: center; }
.dzt-lead-microcopy { text-align: center; font-size: 12px !important; line-height: 1.7 !important; color: rgba(22, 32, 51, .60) !important; }
.dzt-lead-ready {
  display: none;
  margin-top: 12px !important;
  border-radius: 16px;
  padding: 11px 12px;
  text-align: center;
  background: rgba(37, 211, 102, .10);
  color: #10783c !important;
  font-weight: 900 !important;
}
.dzt-lead-ready.is-visible { display: block; }
html[dir="rtl"] .final-card-pro,
html[dir="rtl"] .dzt-lead-form { text-align: right; }
html[dir="ltr"] .final-card-pro,
html[dir="ltr"] .dzt-lead-form { text-align: left; }
@media (max-width: 980px) {
  .final-conversion-grid { grid-template-columns: 1fr; }
  .final-card-pro { text-align: center; }
  .final-card-pro .lead-kicker { margin-left: auto; margin-right: auto; }
  .final-card-pro .final-actions { justify-content: center; }
}
@media (max-width: 560px) {
  .final-cta { padding: 64px 0; }
  .dzt-lead-form-head { display: block; }
  .dzt-lead-form-head .mini-icon { margin-bottom: 12px; }
  .dzt-lead-fields input,
  .dzt-lead-fields select,
  .dzt-lead-fields textarea { border-radius: 15px; padding: 13px 14px; }
}


/* v1.8.0: CRM-ready lead request form */
.lead-request-section {
  padding: 86px 0;
  position: relative;
}
.lead-request-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  padding: 30px;
  align-items: start;
}
.lead-request-copy h2 {
  margin: 12px 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  color: var(--foreground);
}
.lead-request-copy p {
  color: var(--muted-foreground);
  font-size: 17px;
  line-height: 1.9;
  max-width: 560px;
}
.lead-request-points {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.lead-request-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--foreground);
  font-weight: 800;
}
.lead-request-form {
  display: grid;
  gap: 16px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 22px 64px -34px rgba(15,23,42,.45);
  border-radius: 28px;
  padding: 22px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.lead-request-form label {
  display: grid;
  gap: 8px;
}
.lead-request-form span {
  font-size: 13px;
  font-weight: 900;
  color: rgba(15,23,42,.78);
}
.lead-request-form input,
.lead-request-form select,
.lead-request-form textarea {
  width: 100%;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 18px;
  padding: 13px 14px;
  font: inherit;
  background: rgba(255,255,255,.92);
  color: var(--foreground);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.lead-request-form input:focus,
.lead-request-form select:focus,
.lead-request-form textarea:focus {
  border-color: rgba(37,99,235,.45);
  box-shadow: 0 0 0 4px rgba(37,99,235,.10);
  background: #fff;
}
.dzt-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
}
.dzt-lead-message {
  min-height: 22px;
  font-weight: 800;
  font-size: 14px;
  color: rgba(15,23,42,.72);
}
.dzt-lead-message.success {
  color: #047857;
}
.dzt-lead-message.error {
  color: #b91c1c;
}
.lead-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lead-request-form button[disabled] {
  opacity: .72;
  cursor: wait;
}
@media (max-width: 900px) {
  .lead-request-grid {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}
@media (max-width: 620px) {
  .lead-request-section {
    padding: 66px 0;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .lead-request-form {
    padding: 18px;
    border-radius: 24px;
  }
  .lead-form-actions .dzt-btn {
    width: 100%;
    justify-content: center;
  }
}


/* v1.9.19: request form compatibility with DZT Leads Manager */
.dzt-lead-sync-card {
  display: grid;
  gap: 20px;
  padding: 28px;
}
.lead-sync-list {
  list-style: none;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.lead-sync-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(15, 23, 42, .78);
  font-weight: 800;
  line-height: 1.65;
}
.lead-sync-list svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #10b981;
}
.lead-request-form .dzt-lead-message:empty {
  display: none;
}
.lead-request-form .dzt-lead-message:not(:empty) {
  display: block;
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(15, 23, 42, .06);
}
.lead-request-form .dzt-lead-message.success {
  background: rgba(16, 185, 129, .12);
  border: 1px solid rgba(16, 185, 129, .25);
}
.lead-request-form .dzt-lead-message.error {
  background: rgba(239, 68, 68, .10);
  border: 1px solid rgba(239, 68, 68, .22);
}
html[dir="ltr"] .lead-form-actions .dzt-btn svg {
  transform: rotate(180deg);
}
@media (max-width: 620px) {
  .dzt-lead-sync-card {
    padding: 22px;
  }
}


/* v1.9.19: request form without budget/stage field */
.form-row.form-row-single {
  grid-template-columns: 1fr;
}



/* v1.9.19: polished request form UI */
.lead-request-grid {
  gap: 34px;
  padding: 34px;
  border-radius: 34px;
}
.lead-request-copy {
  padding-top: 8px;
}
.lead-request-copy .section-kicker {
  margin-bottom: 12px;
}
.lead-request-form {
  position: relative;
  overflow: hidden;
  gap: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.78));
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 28px 80px -42px rgba(15,23,42,.55);
  border-radius: 30px;
  padding: 24px;
}
.lead-request-form::before {
  content: "";
  position: absolute;
  inset: -80px auto auto -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(14,165,233,.16), rgba(14,165,233,0));
  pointer-events: none;
}
.lead-request-form > * {
  position: relative;
  z-index: 1;
}
.lead-request-form-intro {
  display: grid;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.lead-request-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.08);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
}
.lead-request-form-badge svg {
  width: 15px;
  height: 15px;
}
.lead-request-form-intro h3 {
  margin: 0;
  color: var(--foreground);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
}
.lead-request-form-intro p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 650;
}
.lead-request-fields {
  display: grid;
  gap: 16px;
}
.form-row {
  gap: 16px;
}
.lead-request-form label {
  gap: 9px;
}
.lead-request-form span,
.request-type-fieldset legend {
  font-size: 13px;
  font-weight: 900;
  color: rgba(15,23,42,.78);
}
.lead-request-form input,
.lead-request-form select,
.lead-request-form textarea {
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 6px 18px rgba(15,23,42,.04);
}
.lead-request-form input::placeholder,
.lead-request-form textarea::placeholder {
  color: rgba(100,116,139,.78);
}
.lead-request-form textarea {
  min-height: 118px;
}
.request-type-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 10px;
}
.request-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.request-type-card {
  display: block !important;
}
.request-type-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.request-type-card-ui {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px 16px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.94));
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.request-type-card-ui strong {
  color: var(--foreground);
  font-size: 15px;
  line-height: 1.5;
}
.request-type-card:hover .request-type-card-ui {
  transform: translateY(-1px);
  border-color: rgba(37,99,235,.22);
}
.request-type-card input:checked + .request-type-card-ui {
  background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(14,165,233,.10));
  border-color: rgba(37,99,235,.42);
  box-shadow: 0 0 0 4px rgba(37,99,235,.10), 0 12px 28px rgba(37,99,235,.12);
}
.lead-request-notes textarea {
  min-height: 124px;
}
.lead-form-actions {
  display: grid;
  gap: 12px;
}
.lead-form-actions .dzt-btn {
  width: 100%;
  justify-content: center;
}
.lead-request-form .btn-ghost {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.12);
}
.lead-request-form .dzt-lead-message:not(:empty) {
  margin-top: -2px;
}
@media (max-width: 900px) {
  .lead-request-grid {
    gap: 22px;
    padding: 24px;
  }
}
@media (max-width: 620px) {
  .lead-request-grid {
    padding: 20px;
    border-radius: 28px;
  }
  .lead-request-form {
    padding: 18px;
    border-radius: 24px;
  }
  .request-type-grid {
    grid-template-columns: 1fr;
  }
  .request-type-card-ui {
    min-height: 64px;
  }
}



/* v1.9.19: always-active WhatsApp button in request form */
.lead-request-form .dzt-form-whatsapp-btn {
  color: #047857;
  border-color: rgba(16,185,129,.24);
  background: linear-gradient(180deg, rgba(236,253,245,.95), rgba(209,250,229,.72));
}
.lead-request-form .dzt-form-whatsapp-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(16,185,129,.38);
  box-shadow: 0 14px 30px rgba(16,185,129,.14);
}
.lead-request-form .dzt-form-whatsapp-btn svg {
  color: #10b981;
}


/* v1.9.19: final CTA primary button scrolls to lead request form */
#lead-request {
  scroll-margin-top: 110px;
}



/* v1.9.19: lead request moved directly under hero + stronger conversion design */
.lead-request-section.lead-request-top {
  margin-top: -42px;
  padding: 0 0 84px;
  position: relative;
  z-index: 12;
}
.lead-request-top .lead-request-grid {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(14,165,233,.22), transparent 34%),
    radial-gradient(circle at 12% 92%, rgba(37,99,235,.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,246,255,.80));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow:
    0 34px 90px -42px rgba(15,23,42,.62),
    inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}
.lead-request-top .lead-request-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14,165,233,.10), transparent 36%, rgba(37,99,235,.09)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.18) 0 1px, transparent 1px 18px);
  pointer-events: none;
}
.lead-request-top .lead-request-copy,
.lead-request-top .lead-request-form {
  position: relative;
  z-index: 1;
}
.lead-request-top .lead-request-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.lead-request-top .lead-request-copy h2 {
  font-size: clamp(32px, 4.1vw, 54px);
  letter-spacing: -.02em;
}
.lead-request-top .lead-request-copy p {
  font-size: 18px;
  max-width: 620px;
}
.lead-request-top .lead-request-points {
  margin-top: 26px;
}
.lead-request-top .lead-request-points li {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}
.lead-request-top .lead-request-form {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.90));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow:
    0 26px 70px -42px rgba(15,23,42,.58),
    0 0 0 1px rgba(37,99,235,.04);
}
.lead-request-top .lead-request-form-intro {
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(14,165,233,.08));
  border: 1px solid rgba(37,99,235,.10);
}
.lead-request-top .lead-request-form-badge {
  background: rgba(2,132,199,.10);
  color: #0369a1;
}
.lead-request-top .lead-request-form-intro h3 {
  font-size: clamp(24px, 2.8vw, 34px);
}
.lead-request-top .request-type-card-ui {
  min-height: 82px;
}
.lead-request-top .lead-form-actions {
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
}
.lead-request-top .lead-form-actions .dzt-btn {
  min-height: 58px;
  font-size: 16px;
}
.lead-request-top .dzt-form-whatsapp-btn {
  color: #047857;
}
@media (max-width: 980px) {
  .lead-request-section.lead-request-top {
    margin-top: -24px;
    padding-bottom: 64px;
  }
  .lead-request-top .lead-request-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .lead-request-section.lead-request-top {
    margin-top: -18px;
    padding-bottom: 54px;
  }
  .lead-request-top .lead-request-grid {
    padding: 16px;
    border-radius: 28px;
  }
  .lead-request-top .lead-request-copy {
    text-align: center;
  }
  .lead-request-top .lead-request-copy .section-kicker {
    margin-left: auto;
    margin-right: auto;
  }
  .lead-request-top .lead-request-points li {
    text-align: start;
  }
  .lead-request-top .lead-form-actions {
    grid-template-columns: 1fr;
  }
  .lead-request-top .lead-request-form-intro {
    padding: 14px;
  }
}



/* v1.9.19: improved pricing package cards */
.starter-package-card,
.pricing-card:first-child,
.price-card:first-child,
.plan-card:first-child {
  position: relative;
  overflow: hidden;
  border-color: rgba(14,165,233,.34) !important;
  background:
    radial-gradient(circle at 90% 8%, rgba(14,165,233,.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,246,255,.78)) !important;
  box-shadow: 0 28px 76px -42px rgba(15,23,42,.52) !important;
}
.starter-package-card::after,
.pricing-card:first-child::after,
.price-card:first-child::after,
.plan-card:first-child::after {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,165,233,.20), transparent 64%);
  pointer-events: none;
}
.starter-package-card .plan-badge,
.pricing-card:first-child .plan-badge,
.price-card:first-child .plan-badge,
.plan-card:first-child .plan-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(37,99,235,.22);
}
.starter-package-card .plan-price strong,
.pricing-card:first-child .plan-price strong,
.price-card:first-child .plan-price strong,
.plan-card:first-child .plan-price strong {
  display: block;
  font-size: clamp(34px, 4vw, 48px);
  color: #0f172a;
  line-height: 1;
}
.starter-package-card .plan-price span,
.pricing-card:first-child .plan-price span,
.price-card:first-child .plan-price span,
.plan-card:first-child .plan-price span {
  display: block;
  margin-top: 8px;
  color: #2563eb;
  font-weight: 900;
}
.starter-package-card ul,
.pricing-card:first-child ul,
.price-card:first-child ul,
.plan-card:first-child ul {
  display: grid;
  gap: 11px;
  margin-top: 22px;
}
.starter-package-card li,
.pricing-card:first-child li,
.price-card:first-child li,
.plan-card:first-child li {
  padding: 10px 12px;
  border-radius: 15px;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 8px 20px rgba(15,23,42,.035);
}
.starter-package-card .dzt-btn,
.pricing-card:first-child .dzt-btn,
.price-card:first-child .dzt-btn,
.plan-card:first-child .dzt-btn {
  width: 100%;
  justify-content: center;
  margin-top: 22px;
}



/* v1.9.19: safe pricing plans update */
.dzt-pricing-v1910 {
  align-items: stretch;
}
.dzt-pricing-v1910 .pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.dzt-pricing-v1910 .plan-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(37,99,235,.10);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
}
.dzt-pricing-v1910 .plan-desc {
  min-height: 74px;
}
.dzt-pricing-v1910 .plan-price strong {
  display: block;
  font-size: clamp(32px, 3.6vw, 46px);
  color: #0f172a;
  line-height: 1;
}
.dzt-pricing-v1910 .plan-price span {
  display: block;
  margin-top: 8px;
  color: #2563eb;
  font-weight: 900;
}
.dzt-pricing-v1910 ul {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.dzt-pricing-v1910 li {
  padding: 10px 12px;
  border-radius: 15px;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 8px 20px rgba(15,23,42,.035);
}
.dzt-pricing-v1910 .dzt-btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  transform: translateY(18px);
}
.dzt-pricing-v1910 .popular-package-card,
.dzt-pricing-v1910 .is-featured {
  border-color: rgba(14,165,233,.48) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(14,165,233,.22), transparent 33%),
    radial-gradient(circle at 12% 92%, rgba(37,99,235,.15), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(239,246,255,.84)) !important;
  box-shadow: 0 34px 88px -42px rgba(15,23,42,.62) !important;
  transform: translateY(-10px);
}
.dzt-pricing-v1910 .popular-package-card .plan-badge,
.dzt-pricing-v1910 .is-featured .plan-badge {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  box-shadow: 0 12px 26px rgba(37,99,235,.22);
}
.dzt-pricing-v1910 .pro-package-card .plan-badge {
  background: linear-gradient(135deg, rgba(245,158,11,.16), rgba(14,165,233,.12));
  color: #92400e;
}
@media (max-width: 980px) {
  .dzt-pricing-v1910 .popular-package-card,
  .dzt-pricing-v1910 .is-featured {
    transform: none;
  }
  .dzt-pricing-v1910 .plan-desc {
    min-height: auto;
  }
}



/* v1.9.19: pricing section placed directly under lead request form */
.lead-request-section + #pricing,
.lead-request-top + #pricing,
#lead-request + #pricing {
  padding-top: 28px;
}
#lead-request + #pricing .section-head {
  margin-top: 0;
}



/* v1.9.19: improved lead request copy readability */
.lead-request-form-intro h3,
.lead-request-copy h2 {
  text-wrap: balance;
}
.lead-request-form-intro p,
.lead-request-copy p {
  line-height: 1.9;
}



/* v1.9.19: lead form package choices */
.request-type-packages-grid {
  gap: 12px;
}
.request-type-packages-grid .request-type-card-ui {
  min-height: 92px;
  align-items: flex-start;
}
.request-type-packages-grid .request-type-card-ui strong {
  display: block;
  line-height: 1.35;
}
.request-type-packages-grid .request-type-card-ui small {
  display: block;
  margin-top: 6px;
  color: rgba(15,23,42,.62);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}
.request-type-packages-grid .request-type-card input:checked + .request-type-card-ui small {
  color: rgba(2,132,199,.82);
}
@media (max-width: 620px) {
  .request-type-packages-grid .request-type-card-ui {
    min-height: auto;
  }
}



/* v1.9.19: stronger offer sentence in lead form */
.lead-request-form-intro p,
.lead-request-copy p {
  font-weight: 850;
  color: rgba(15,23,42,.68);
}



/* v1.9.19: reliable scroll target for lead request */
#lead-request {
  scroll-margin-top: 96px;
}



/* v1.9.19: pricing and package choices translation-ready */
.request-type-packages-grid .request-type-card-ui small {
  overflow-wrap: anywhere;
}
.dzt-pricing-v1917 .pricing-card li {
  overflow-wrap: anywhere;
}
html[lang="fr-FR"] .dzt-pricing-v1917,
html[lang="fr"] .dzt-pricing-v1917,
html[lang="fr-FR"] .request-type-packages-grid,
html[lang="fr"] .request-type-packages-grid {
  direction: ltr;
}
