:root {
  --ink: #061a33;
  --navy: #0f4f99;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --text: #f7fbff;
  --muted: #c6d5e8;
  --line: rgba(255, 255, 255, 0.14);
  --brand: #f28a2e;
  --brand-2: #f5dd72;
  --brand-3: #0f4f99;
  --soft: #f4f8ff;
  --dark-text: #09213f;
  --dark-muted: #64748b;
  --shadow: 0 24px 80px rgba(4, 24, 52, 0.22);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Final visual polish: subtle watermark and clearer hero contrast. */
.mockup::before,
.work-item::before,
.visual-frame::before,
.hero-panel::before,
.service-demo-slide::before,
.image-watermark {
  z-index: 3 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.26) !important;
  background: transparent !important;
  backdrop-filter: none !important;
  font-size: clamp(1.8rem, 4vw, 4.4rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-shadow:
    0 1px 0 rgba(6, 26, 51, 0.16),
    0 8px 24px rgba(6, 26, 51, 0.16) !important;
  mix-blend-mode: soft-light;
  opacity: 0.78;
}

.mockup::before,
.work-item::before,
.visual-frame::before,
.hero-panel::before {
  top: 30% !important;
}

.service-demo-slide::before,
.image-watermark.large {
  top: 50% !important;
  font-size: clamp(2.1rem, 6vw, 6rem) !important;
}

.image-watermark.large {
  color: rgba(255, 255, 255, 0.3) !important;
  z-index: 10001 !important;
}

.offer-hero {
  background: #edf4fc !important;
}

.offer-hero::before {
  background:
    linear-gradient(90deg, rgba(237, 244, 252, 0.98) 0%, rgba(237, 244, 252, 0.9) 44%, rgba(237, 244, 252, 0.64) 72%, rgba(237, 244, 252, 0.42) 100%),
    url("../images/project-19.jpeg") right center / cover no-repeat !important;
}

.offer-hero::after {
  opacity: 0.36;
}

.work-video-canvas {
  opacity: 0.08 !important;
  mix-blend-mode: multiply;
}

.offer-slider.fullscreen .offer-slide {
  width: min(980px, calc(100% - 32px)) !important;
  margin-left: max(16px, calc((100vw - 980px) / 2)) !important;
  margin-right: auto !important;
}

.offer-slider.fullscreen .offer-copy h2 {
  max-width: 780px !important;
  color: #061a33 !important;
  text-shadow: none !important;
}

.offer-slider.fullscreen .offer-slide h3 {
  max-width: 760px !important;
  color: #0f4f99 !important;
  text-shadow: none !important;
}

.offer-slider.fullscreen .offer-slide p,
.offer-hero .offer-slide p {
  max-width: 650px !important;
  color: #31516f !important;
}

.offer-slide span {
  color: #ffffff !important;
  background: #061a33 !important;
  border: 1px solid rgba(6, 26, 51, 0.08) !important;
  box-shadow: 0 14px 34px rgba(6, 26, 51, 0.1);
}

.offer-tags {
  max-width: 820px;
}

.offer-hero .offer-tags strong {
  min-height: 64px;
  display: flex;
  align-items: center;
  color: #061a33 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(6, 26, 51, 0.14) !important;
}

@media (max-width: 700px) {
  .mockup::before,
  .work-item::before,
  .visual-frame::before,
  .hero-panel::before,
  .service-demo-slide::before {
    font-size: clamp(1.2rem, 8vw, 2.1rem) !important;
    letter-spacing: 0.07em !important;
    opacity: 0.62;
  }

  .image-watermark.large {
    font-size: clamp(1.7rem, 10vw, 3rem) !important;
    opacity: 0.68;
  }

  .offer-hero {
    min-height: auto !important;
  }

  .offer-hero::before {
    background:
      linear-gradient(180deg, rgba(237, 244, 252, 0.99) 0%, rgba(237, 244, 252, 0.94) 62%, rgba(237, 244, 252, 0.76) 100%),
      url("../images/project-19.jpeg") center top / cover no-repeat !important;
  }

  .work-video-canvas {
    opacity: 0.035 !important;
  }

  .offer-slider.fullscreen,
  .offer-slider.fullscreen .offer-slide {
    min-height: auto !important;
  }

  .offer-slider.fullscreen .offer-slide {
    width: 100% !important;
    margin: 0 !important;
    padding: 48px 16px 34px !important;
    gap: 18px;
  }

  .offer-copy,
  .offer-slider.fullscreen .offer-slide,
  .offer-slider.fullscreen .offer-slide p,
  .offer-slider.fullscreen .offer-copy h2,
  .offer-slider.fullscreen .offer-slide h3 {
    max-width: 100% !important;
  }

  .offer-copy {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .offer-slide span {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .offer-slider.fullscreen .offer-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.35rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere !important;
  }

  .offer-slider.fullscreen .offer-slide h3 {
    max-width: calc(100vw - 64px) !important;
    font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word !important;
  }

  .offer-slider.fullscreen .offer-slide p {
    max-width: calc(100vw - 64px) !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    overflow-wrap: break-word !important;
  }

  .offer-tags {
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .offer-hero .offer-tags strong {
    min-height: 54px;
    padding: 12px 14px;
    font-size: 0.9rem;
  }

.offer-slider.fullscreen .slider-dots {
    left: 16px !important;
    bottom: 16px !important;
  }
}

/* Final card text contrast: readable captions on dark project cards. */
.mockup {
  color: #ffffff !important;
  background: #0b2a4f !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.mockup div {
  background: #0b2a4f !important;
}

.mockup h3 {
  color: #ffffff !important;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  line-height: 1.18;
}

.mockup p {
  color: #d9e7f7 !important;
  line-height: 1.55;
}

.work-meta {
  color: #061a33 !important;
  background: #ffffff !important;
}

.work-meta strong {
  color: #061a33 !important;
}

.work-meta p {
  color: #31516f !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  min-width: 320px;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

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

.text-link {
  color: #0f4f99;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

button,
input,
textarea {
  font: inherit;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 40% 30%, rgba(242, 138, 46, 0.24), transparent 32%), #061a33;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  animation: hideLoader 0.35s ease 0.75s forwards;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-mark {
  width: 74px;
  height: 74px;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-top-color: var(--brand);
  border-right-color: var(--brand-2);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes hideLoader {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6, 26, 51, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(242, 138, 46, 0.32);
}

.brand-mark.image-mark {
  width: 58px;
  overflow: hidden;
  background: #174b82;
}

.brand-mark.image-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 12px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.93rem;
  border-radius: var(--radius);
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: white;
  background: rgba(255, 255, 255, 0.09);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: white;
  background: transparent;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

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

.btn.primary {
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 18px 42px rgba(242, 138, 46, 0.3);
}

.btn.ghost {
  color: white;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.btn.dark {
  color: white;
  background: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(110deg, rgba(6, 26, 51, 0.96), rgba(15, 79, 153, 0.7)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 20%, rgba(15, 79, 153, 0.42), transparent 24%),
    radial-gradient(circle at 78% 32%, rgba(242, 138, 46, 0.22), transparent 22%),
    radial-gradient(circle at 55% 78%, rgba(245, 221, 114, 0.18), transparent 24%);
  animation: drift 15s ease-in-out infinite alternate;
}

.mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black 20%, transparent 88%);
}

@keyframes drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to { transform: translate3d(2%, 1%, 0) scale(1.05); }
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.68fr);
  gap: 46px;
  align-items: center;
  padding: 76px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff4d0;
  background: rgba(242, 138, 46, 0.14);
  border: 1px solid rgba(245, 221, 114, 0.34);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 850;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 7vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(135deg, #ffffff, #f5dd72 35%, #f28a2e 62%, #f7fbff);
  -webkit-background-clip: text;
  background-clip: text;
}

.lead {
  max-width: 680px;
  color: #d9e6f5;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}

.hero-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

.mini-service,
.glass-card {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  border-radius: var(--radius);
}

.mini-service {
  padding: 13px;
  color: #061a33;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(6, 26, 51, 0.16);
  box-shadow: 0 18px 42px rgba(15, 79, 153, 0.11);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.mini-service:hover {
  transform: translateY(-5px);
  color: #061a33;
  border-color: rgba(242, 138, 46, 0.62);
}

.hero-panel {
  padding: 22px;
}

.hero-panel img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: var(--radius);
  margin-bottom: 18px;
  background: #174b82;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric {
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.metric strong {
  display: block;
  font-size: 1.55rem;
}

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

.section {
  padding: 86px 0;
}

.section.light {
  background: var(--soft);
  color: var(--dark-text);
}

.section.alt {
  background: linear-gradient(180deg, #061a33, #0b3568);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  margin-bottom: 34px;
}

.section-head h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.section-head p {
  max-width: 460px;
  color: var(--muted);
  line-height: 1.7;
}

.light .section-head p,
.light .card p,
.light .feature p,
.light .timeline p {
  color: var(--dark-muted);
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.logo-tile {
  min-height: 92px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 900;
}

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

.card {
  position: relative;
  min-height: 250px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(12, 25, 46, 0.1);
  border-radius: var(--radius);
  background: white;
  color: var(--dark-text);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 74px rgba(15, 23, 42, 0.16);
}

.card.dark-card {
  color: white;
  border-color: var(--line);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadow);
}

.card::after,
.glass-card::after,
.mockup::after,
.work-item::after,
.package-card::after,
.price-panel::after,
.calculator-form::after,
.quote::after,
.step::after,
.modal-card::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 58px;
  height: 32px;
  border-radius: 7px;
  background: url("../images/digital-kira-logo-cropped.jpeg") center / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
}

.card > *,
.glass-card > *,
.mockup > *,
.work-item > *,
.package-card > *,
.price-panel > *,
.calculator-form > *,
.quote > *,
.step > *,
.modal-card > * {
  position: relative;
  z-index: 1;
}

.icon-box {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--ink);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.card h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.card p {
  line-height: 1.65;
}

.card-link {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: #c86718;
  font-weight: 900;
}

.dark-card .card-link {
  color: #f5dd72;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.visual-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mockup img,
.work-item img,
.visual-frame img,
.hero-panel img {
  cursor: zoom-in;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
}

.feature h3 {
  margin-bottom: 6px;
}

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

.quote {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.quote p {
  color: #d9e5f6;
  line-height: 1.7;
}

.quote strong {
  display: block;
}

.trust-build-section {
  border-top: 1px solid rgba(12, 25, 46, 0.08);
}

.trust-build-grid,
.case-study-grid,
.team-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-photo-card,
.trust-proof-card,
.case-card,
.team-card,
.founder-message,
.trust-checklist {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(12, 25, 46, 0.1);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--dark-text);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.09);
}

.trust-photo-card {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  min-height: 300px;
}

.trust-photo-card img,
.case-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.trust-photo-card div,
.case-card div {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 26px;
}

.trust-photo-card span,
.case-card span {
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-size: 0.78rem;
  font-weight: 950;
}

.trust-photo-card h3,
.case-card h3,
.founder-message h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.trust-proof-card,
.team-card {
  min-height: 250px;
  padding: 24px;
}

.trust-proof-card svg,
.team-card svg {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 14px;
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.trust-proof-card p,
.case-card p,
.team-card p,
.founder-message p,
.trust-checklist li {
  color: var(--dark-muted);
  line-height: 1.65;
}

.case-card {
  display: grid;
  grid-template-rows: 250px 1fr;
}

.case-card a {
  width: max-content;
  color: #c86718;
  font-weight: 950;
}

.team-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.92));
}

.founder-message,
.trust-checklist {
  padding: 30px;
}

.founder-message {
  background: #061a33;
  color: #ffffff;
}

.founder-message p {
  color: #d9e7f7;
}

.founder-message strong {
  display: block;
  margin-top: 18px;
  color: #f5dd72;
}

.trust-checklist ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.trust-checklist li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.trust-checklist svg {
  width: 22px;
  height: 22px;
  color: #f28a2e;
}

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

.blog-card,
.article-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(12, 25, 46, 0.1);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--dark-text);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.09);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

.blog-card span,
.article-meta {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-size: 0.78rem;
  font-weight: 950;
}

.blog-card h3 {
  font-size: 1.35rem;
  line-height: 1.14;
}

.blog-card p,
.article-body p,
.article-body li {
  color: var(--dark-muted);
  line-height: 1.75;
}

.blog-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #c86718;
  font-weight: 950;
}

.article-shell {
  max-width: 920px;
  padding: clamp(24px, 5vw, 56px);
  margin: 0 auto;
}

.article-body h2 {
  margin-top: 34px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 70px;
  background:
    linear-gradient(110deg, rgba(6, 26, 51, 0.94), rgba(15, 79, 153, 0.72)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 7vw, 120px);
  top: 50%;
  width: clamp(160px, 22vw, 320px);
  height: clamp(95px, 13vw, 190px);
  transform: translateY(-50%);
  background: url("../images/digital-kira-logo-cropped.jpeg") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

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

.page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.4rem);
}

.service-detail-hero {
  background:
    linear-gradient(110deg, rgba(6, 26, 51, 0.94), rgba(15, 79, 153, 0.68)),
    var(--service-image, url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80")) center / cover;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: steps;
}

.step {
  position: relative;
  padding: 24px;
  border-radius: var(--radius);
  background: white;
  color: var(--dark-text);
  counter-increment: steps;
}

.step::before {
  content: counter(steps, decimal-leading-zero);
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  color: #061a33;
  font-weight: 950;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.portfolio-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-btn {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: var(--dark-text);
  background: white;
  cursor: pointer;
  font-weight: 800;
}

.filter-btn.active {
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

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

.work-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.09);
}

.work-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.work-item:hover img {
  transform: scale(1.06);
}

.work-meta {
  padding: 18px;
  color: var(--dark-text);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

.form {
  display: grid;
  gap: 13px;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  padding: 14px 15px;
  outline: none;
  background: white;
}

.form textarea {
  min-height: 130px;
  resize: vertical;
}

.map {
  min-height: 420px;
  border: 0;
  border-radius: var(--radius);
  width: 100%;
  filter: saturate(0.85);
}

.map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.09);
}

.map-card .map {
  display: block;
  min-height: 460px;
  border-radius: 0;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

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

.position-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(6, 26, 51, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 55px rgba(6, 26, 51, 0.08);
}

.position-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #061a33;
  background: linear-gradient(135deg, #ff962d, #ffe36b);
  font-weight: 900;
}

.position-card h3 {
  margin-bottom: 12px;
  color: #061a33;
  font-size: 1.35rem;
}

.position-card p {
  color: #38516f;
  line-height: 1.75;
}

.keyword-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.keyword-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(6, 26, 51, 0.12);
  border-radius: 999px;
  color: #0b294a;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(6, 26, 51, 0.06);
}

.center-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.final-cta {
  background: #061a33;
}

.final-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(255, 150, 45, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(13, 61, 110, 0.95), rgba(6, 26, 51, 0.96));
  color: white;
  box-shadow: 0 26px 80px rgba(6, 26, 51, 0.28);
}

.final-cta-card h2 {
  margin: 10px 0 12px;
  color: white;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

.final-cta-card p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 900px) {
  .positioning-grid,
  .final-cta-card {
    grid-template-columns: 1fr;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .position-card,
  .final-cta-card {
    padding: 22px;
    border-radius: 18px;
  }

  .center-actions,
  .final-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.dashboard-token {
  min-height: 48px;
  min-width: min(100%, 320px);
  border: 1px solid rgba(6, 26, 51, 0.18);
  border-radius: 14px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-weight: 700;
}

.site-footer {
  padding: 56px 0 28px;
  background: #061a33;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 32px;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
  line-height: 1.8;
}

.footer-grid a {
  display: block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-work-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.footer-link-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.footer-work-links strong {
  color: white;
}

.footer-work-links a {
  color: var(--muted);
  font-weight: 800;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.social-links a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--muted);
  line-height: 1;
  background: rgba(255, 255, 255, 0.06);
}

.social-links svg {
  width: 16px;
  height: 16px;
  color: #f5dd72;
}

.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 900;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: #20c763;
  box-shadow: 0 14px 42px rgba(32, 199, 99, 0.38);
}

.chatbot {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 1200;
}

.chatbot-toggle {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 18px 46px rgba(242, 138, 46, 0.38);
  cursor: pointer;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(380px, calc(100vw - 28px));
  max-height: min(620px, calc(100vh - 122px));
  display: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: white;
  background: rgba(6, 26, 51, 0.96);
  box-shadow: 0 24px 82px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.chatbot.open .chatbot-panel {
  display: grid;
  grid-template-rows: auto minmax(180px, 1fr) auto auto;
  animation: chatPop 0.24s ease;
}

.chatbot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(15, 79, 153, 0.45), rgba(242, 138, 46, 0.12));
}

.chatbot-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chatbot-brand img {
  width: 48px;
  height: 32px;
  object-fit: contain;
  border-radius: 6px;
  background: #174b82;
}

.chatbot-brand strong,
.chatbot-brand span {
  display: block;
}

.chatbot-brand span {
  color: var(--muted);
  font-size: 0.8rem;
}

.chatbot-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
  overflow-y: auto;
}

.chat-message {
  max-width: 88%;
  padding: 11px 12px;
  border-radius: var(--radius);
  line-height: 1.5;
  font-size: 0.92rem;
}

.chat-message p {
  margin: 6px 0 0;
}

.chat-message.bot {
  justify-self: start;
  background: rgba(255, 255, 255, 0.1);
}

.chat-message.user {
  justify-self: end;
  color: #061a33;
  background: linear-gradient(135deg, var(--brand-2), #ffffff);
  font-weight: 800;
}

.chat-action {
  display: inline-flex;
  margin-top: 10px;
  margin-right: 8px;
  padding: 9px 11px;
  border-radius: var(--radius);
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-weight: 900;
}

.chat-action.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--line);
}

.chatbot-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
}

.chatbot-quick button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  cursor: pointer;
}

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 8px;
  padding: 12px 14px 14px;
}

.chatbot-form input,
.chatbot-form button {
  min-height: 44px;
  border-radius: var(--radius);
}

.chatbot-form input {
  min-width: 0;
  border: 1px solid var(--line);
  padding: 0 12px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.chatbot-form button {
  display: grid;
  place-items: center;
  border: 0;
  color: #061a33;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  cursor: pointer;
}

@keyframes chatPop {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(3, 8, 18, 0.72);
  backdrop-filter: blur(10px);
}

.modal.open {
  display: grid;
}

.modal-card {
  position: relative;
  width: min(560px, 100%);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--dark-text);
  box-shadow: var(--shadow);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 8, 18, 0.88);
  backdrop-filter: blur(12px);
}

.image-lightbox.open {
  display: flex;
}

.image-lightbox img {
  max-width: min(94vw, 1400px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.image-lightbox button {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  background: white;
  cursor: pointer;
}

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

[data-animate].show {
  opacity: 1;
  transform: translateY(0);
}

.muted-dark {
  color: var(--dark-muted) !important;
}

.compact {
  margin-bottom: 22px;
}

.offer-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.offer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(110deg, rgba(6, 26, 51, 0.96), rgba(10, 55, 108, 0.9)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.offer-hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 24%, rgba(15, 79, 153, 0.36), transparent 28%),
    radial-gradient(circle at 78% 30%, rgba(242, 138, 46, 0.24), transparent 24%),
    radial-gradient(circle at 55% 82%, rgba(245, 221, 114, 0.18), transparent 24%);
  animation: drift 14s ease-in-out infinite alternate;
}

.work-video-canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.96;
}

.hero-3d-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.hero-3d-stage canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.offer-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  gap: 54px;
  align-items: center;
  padding: 76px 0;
}

.offer-slider.fullscreen {
  width: 100%;
  min-height: calc(100svh - 74px);
  margin: 0;
  display: grid;
  align-items: center;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.offer-slider.fullscreen[data-animate] {
  opacity: 1;
  transform: none;
}

.offer-slider.fullscreen,
.offer-slider.fullscreen .offer-slide,
.offer-slider.fullscreen .offer-copy,
.offer-slider.fullscreen .offer-copy * {
  opacity: 1 !important;
}

.offer-slider.fullscreen::before {
  display: none;
}

.offer-hero .section-head {
  display: block;
}

.offer-hero .section-head h2 {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1.03;
}

.offer-hero .section-head p {
  margin-top: 18px;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.offer-slider {
  position: relative;
  min-height: 250px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(15, 79, 153, 0.42), rgba(242, 138, 46, 0.14)),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.offer-slider.large {
  min-height: clamp(420px, 58vh, 650px);
  display: grid;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
}

.offer-slider::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 120deg, transparent, rgba(242, 138, 46, 0.18), transparent, rgba(245, 221, 114, 0.18), transparent);
  animation: spin 8s linear infinite;
}

.offer-slider::after {
  content: "";
  position: absolute;
  right: clamp(20px, 6vw, 88px);
  top: clamp(24px, 7vh, 82px);
  width: clamp(130px, 18vw, 260px);
  height: clamp(78px, 11vw, 150px);
  background: url("../images/digital-kira-logo-cropped.jpeg") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.offer-slide {
  position: relative;
  z-index: 1;
  animation: slideIn 0.45s ease;
}

.offer-slider.fullscreen .offer-slide {
  width: min(1180px, calc(100% - 32px));
  min-height: min(760px, calc(100svh - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: 24px;
  padding: clamp(32px, 5vw, 64px) 0;
}

.offer-copy {
  max-width: 980px;
}

.offer-copy h2 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(2.9rem, 6vw, 6.8rem);
  line-height: 0.98;
}

.offer-slider.fullscreen .offer-copy h2 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(2.8rem, 5.4vw, 5rem);
  line-height: 0.96;
}

.offer-tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 12px;
  max-width: 900px;
}

.offer-tags strong {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.offer-slide span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #061a33;
  background: linear-gradient(135deg, var(--brand-2), #ffffff);
  font-weight: 900;
}

.offer-slide h3 {
  max-width: 420px;
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.05;
}

.offer-slider.large .offer-slide h3 {
  max-width: 780px;
  font-size: clamp(2.8rem, 6vw, 6rem);
}

.offer-slider.fullscreen .offer-slide h3 {
  max-width: 740px;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.08;
}

.offer-slider.fullscreen .offer-slide p {
  max-width: 720px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.offer-slider.large .offer-slide p {
  max-width: 700px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.offer-slider.large .offer-slide span {
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
}

.offer-slide p {
  max-width: 430px;
  color: #e0ebf7;
  line-height: 1.7;
}

.offer-hero .offer-slide p {
  color: #31516f;
}

.offer-hero .btn.ghost {
  color: #061a33;
  border-color: rgba(6, 26, 51, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(15, 79, 153, 0.09);
}

.offer-hero .offer-tags strong {
  color: #061a33;
  border-color: rgba(6, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(15, 79, 153, 0.1);
}

.slider-dots {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.offer-slider.fullscreen .slider-dots {
  left: max(16px, calc((100vw - 1180px) / 2));
  bottom: clamp(30px, 6vh, 72px);
}

.slider-dots button {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.slider-dots button.active {
  background: linear-gradient(135deg, var(--brand-2), var(--brand));
}

@keyframes slideIn {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

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

.mockup {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.mockup img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mockup:hover img {
  transform: scale(1.04);
}

.mockup div {
  padding: 18px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stat-pill {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
  background: white;
  color: var(--dark-text);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.stat-pill strong {
  display: block;
  font-size: 1.8rem;
}

.before-after,
.gallery-strip,
.printing-list,
.package-grid {
  display: grid;
  gap: 14px;
}

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

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

.printing-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 38px;
}

[data-printing-calculator] {
  margin-top: 8px;
}

[data-printing-calculator] .section-head {
  align-items: start;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #e9f3ff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.package-card {
  position: relative;
  min-height: 280px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadow);
}

.package-card strong {
  display: block;
  margin: 18px 0;
  font-size: 1.8rem;
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.calculator-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.calculator-form label {
  display: grid;
  gap: 8px;
  color: #d8e5ff;
  font-weight: 800;
}

.calculator-form input,
.calculator-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: white;
  background: rgba(7, 9, 24, 0.78);
  outline: none;
}

.detect-location {
  grid-column: span 2;
}

.price-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(245, 221, 114, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 138, 46, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(15, 79, 153, 0.34), rgba(245, 221, 114, 0.08));
  box-shadow: var(--shadow);
}

.price-panel span {
  color: var(--muted);
  font-weight: 800;
}

.price-panel strong {
  display: block;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
}

.price-panel p {
  color: #d8e5ff;
  line-height: 1.7;
}

.testimonials.slider {
  display: block;
  min-height: 240px;
}

.testimonials.slider .quote {
  display: none;
}

.testimonials.slider .quote.active {
  display: block;
  animation: slideIn 0.45s ease;
}

.growth-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 138, 46, 0.18), transparent 32%),
    radial-gradient(circle at 84% 8%, rgba(245, 221, 114, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(15, 79, 153, 0.42), rgba(6, 26, 51, 0.94));
  box-shadow: var(--shadow);
}

.growth-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 48px 48px;
}

.growth-bars {
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 50px;
  height: 210px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.growth-bars span {
  width: 15%;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, var(--brand-2), var(--brand));
  box-shadow: 0 0 22px rgba(245, 221, 114, 0.28);
  animation: growBar 2.4s ease-in-out infinite;
}

.growth-bars span:nth-child(1) { height: 32%; animation-delay: 0s; }
.growth-bars span:nth-child(2) { height: 44%; animation-delay: 0.12s; }
.growth-bars span:nth-child(3) { height: 58%; animation-delay: 0.24s; }
.growth-bars span:nth-child(4) { height: 76%; animation-delay: 0.36s; }
.growth-bars span:nth-child(5) { height: 95%; animation-delay: 0.48s; }

.growth-visual svg {
  position: absolute;
  inset: 50px 56px 82px;
  width: calc(100% - 112px);
  height: calc(100% - 132px);
  fill: none;
  stroke: #ffffff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.32));
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: drawGrowth 2.7s ease-in-out infinite;
}

@keyframes growBar {
  0%, 100% { transform: scaleY(0.68); transform-origin: bottom; }
  50% { transform: scaleY(1); transform-origin: bottom; }
}

@keyframes drawGrowth {
  0% { stroke-dashoffset: 900; opacity: 0.25; }
  45%, 70% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -900; opacity: 0.35; }
}

@media (max-width: 920px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 84px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(7, 16, 31, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-actions .quote-open {
    display: none;
  }

  .hero-grid,
  .offer-hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .offer-hero {
    min-height: calc(100svh - 74px);
  }

  .offer-slider.fullscreen {
    min-height: calc(100svh - 74px);
    padding: 0;
  }

  .offer-slider.fullscreen .offer-slide {
    min-height: calc(100svh - 120px);
  }

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

  .card-grid,
  .portfolio-grid,
  .testimonials,
  .timeline,
  .showcase-grid,
  .printing-list,
  .package-grid,
  .stat-strip,
  .calculator-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calculator-shell {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-head {
    display: block;
  }

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

@media (max-width: 620px) {
  .nav {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 48px 0;
  }

  .offer-hero-grid {
    padding: 48px 0;
  }

  .offer-slider.large {
    min-height: 390px;
  }

  .offer-tags {
    grid-template-columns: 1fr;
  }

  .offer-copy h2 {
    font-size: clamp(2.3rem, 12vw, 3.8rem);
  }

  .hero-services,
  .metric-row,
  .card-grid,
  .portfolio-grid,
  .testimonials,
  .timeline,
  .logo-strip,
  .footer-grid,
  .showcase-grid,
  .printing-list,
  .package-grid,
  .stat-strip,
  .before-after,
  .calculator-form {
    grid-template-columns: 1fr;
  }

  .detect-location {
    grid-column: auto;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 62px 0;
  }

  .chatbot {
    right: 12px;
    bottom: 82px;
  }

  .chatbot-panel {
    right: -6px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 118px);
  }

  .whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

/* Digital Kira agency refresh inspired by bold editorial studio layouts. */
body {
  background: #f4f8ff;
  color: #061a33;
  overflow-x: hidden;
}

.site-header {
  background: rgba(6, 26, 51, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header .brand,
.site-header .nav-actions {
  color: white;
}

.nav {
  min-height: 82px;
}

.nav-links {
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.nav-links a {
  border-radius: 999px;
}

.nav-links a.active,
.nav-links a:hover {
  color: #061a33;
  background: #ffffff;
}

.btn {
  border-radius: 999px;
  padding-inline: 22px;
}

.btn.primary {
  color: #061a33;
  background: linear-gradient(135deg, #f28a2e, #f5dd72);
  box-shadow: 0 16px 34px rgba(242, 138, 46, 0.24);
}

.btn.ghost {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.offer-hero {
  min-height: calc(100svh - 82px);
  color: #061a33;
  background: #f4f8ff;
}

.offer-hero::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(244, 248, 255, 0.98) 0%, rgba(244, 248, 255, 0.96) 50%, rgba(244, 248, 255, 0.46) 100%),
    url("../images/project-19.jpeg") right center / auto 100% no-repeat;
}

.offer-hero::after {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(6, 26, 51, 0.07) 1px, transparent 1px);
  background-size: 96px 96px;
  animation: none;
}

.work-video-canvas {
  z-index: -2;
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.hero-3d-stage {
  opacity: 0.95;
}

@media (max-width: 620px) {
  .hero-3d-stage {
    opacity: 0.55;
  }
}

.offer-slider.fullscreen .offer-slide {
  width: min(1360px, calc(100% - 48px));
  min-height: calc(100svh - 130px);
  padding: clamp(42px, 6vw, 78px) 0;
}

.offer-copy {
  max-width: 1120px;
  isolation: isolate;
}

.offer-copy h2 {
  max-width: 1080px;
  color: #061a33 !important;
  opacity: 1 !important;
  letter-spacing: 0;
  text-transform: none;
  font-size: clamp(4.1rem, 10.6vw, 10.8rem);
  line-height: 0.86;
  text-shadow: none;
}

.offer-slider.fullscreen .offer-slide h3 {
  max-width: 850px;
  color: #f5dd72 !important;
  opacity: 1 !important;
  font-size: clamp(1.8rem, 3.6vw, 4.2rem);
  line-height: 0.96;
  text-shadow: none;
}

.offer-slider.fullscreen .offer-slide p {
  max-width: 650px;
  color: #31516f !important;
  opacity: 1 !important;
}

.offer-slide span {
  margin-bottom: 22px;
  color: #ffffff;
  background: #061a33;
  text-transform: uppercase;
  letter-spacing: 0;
}

.offer-tags {
  max-width: 100%;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  margin-top: 20px;
}

.offer-tags strong {
  min-height: 88px;
  align-items: end;
  color: #061a33;
  border-color: rgba(6, 26, 51, 0.18);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(15, 79, 153, 0.1);
}

.hero {
  min-height: auto;
  color: #061a33;
  background: #f4f8ff;
}

.hero::before,
.hero::after,
.mesh {
  display: none;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  padding: clamp(80px, 10vw, 140px) 0;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(3.4rem, 8vw, 8.4rem);
  line-height: 0.9;
}

.hero .lead {
  max-width: 760px;
  color: #31516f;
  font-size: clamp(1.08rem, 1.7vw, 1.5rem);
}

.gradient-text {
  background: linear-gradient(110deg, #061a33, #0f4f99 58%, #f28a2e);
  -webkit-background-clip: text;
  background-clip: text;
}

.glass-card.hero-panel {
  border: 0;
  background: #061a33;
  box-shadow: 18px 18px 0 #f28a2e;
}

.hero-panel img {
  height: 280px;
  background: #0f4f99;
}

.proof-band {
  padding: 0 0 92px;
  background: #f4f8ff;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid #061a33;
  border-bottom: 2px solid #061a33;
}

.proof-grid div {
  min-height: 180px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border-right: 2px solid #061a33;
}

.proof-grid div:last-child {
  border-right: 0;
}

.proof-grid strong {
  color: #f28a2e;
  font-size: 0.95rem;
}

.proof-grid span {
  max-width: 230px;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-weight: 900;
  line-height: 1.05;
}

.section {
  padding: clamp(86px, 11vw, 150px) 0;
  color: white;
  background: #061a33;
}

.section.light {
  color: #061a33;
  background: #f4f8ff;
}

.section.alt {
  background: #061a33;
}

.section-head {
  align-items: end;
  gap: 44px;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.section-head h2 {
  max-width: 920px;
  font-size: clamp(2.8rem, 6.4vw, 7.4rem);
  line-height: 0.9;
}

.section-head p {
  max-width: 470px;
  color: currentColor;
  opacity: 0.72;
  font-size: 1.04rem;
}

.card-grid {
  counter-reset: services;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(6, 26, 51, 0.22);
}

.card-grid .card {
  counter-increment: services;
  min-height: 170px;
  display: grid;
  grid-template-columns: 56px 72px minmax(230px, 0.85fr) minmax(300px, 1.15fr) 132px;
  align-items: center;
  column-gap: 28px;
  row-gap: 14px;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(6, 26, 51, 0.22);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.card-grid .card:hover {
  transform: none;
  box-shadow: none;
}

.card-grid .card::before {
  content: counter(services, decimal-leading-zero);
  color: #f28a2e;
  font-weight: 900;
}

.card-grid .icon-box {
  margin: 0;
}

.card-grid .card h3 {
  margin: 0;
  max-width: 360px;
  font-size: clamp(1.75rem, 2.7vw, 2.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.card-grid .card p {
  max-width: 650px;
  color: #31516f;
  font-size: 1rem;
  line-height: 1.65;
}

.card-grid .card-link {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  padding: 12px 16px;
  border: 1px solid #061a33;
  border-radius: 999px;
  color: #061a33;
  justify-self: end;
}

.showcase-grid,
.gallery-strip,
.before-after,
.package-grid,
.portfolio-grid {
  gap: 22px;
}

.mockup,
.work-item,
.package-card,
.quote,
.step,
.map-card {
  border-radius: 0;
  box-shadow: none;
}

.mockup {
  background: #0b2a4f;
}

.mockup img {
  height: 300px;
}

.mockup div {
  min-height: 150px;
}

.package-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: #0b2a4f;
}

.section.light .package-card {
  color: white;
}

.stat-pill {
  min-height: 190px;
  border-radius: 0;
  color: white;
  background: #0b2a4f;
}

.stat-pill strong {
  font-size: clamp(3rem, 6vw, 6rem);
}

.timeline {
  border-top: 2px solid #061a33;
}

.step {
  min-height: 260px;
  border-radius: 0;
  border-right: 2px solid #061a33;
  box-shadow: none;
}

.step:last-child {
  border-right: 0;
}

.testimonials.slider .quote {
  min-height: 260px;
  color: white;
  background: #0b2a4f;
}

.site-footer {
  background: #061a33;
}

@media (max-width: 920px) {
  .nav-links {
    border-radius: var(--radius);
  }

  .offer-copy h2 {
    font-size: clamp(3.5rem, 14vw, 7rem);
  }

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

  .proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .card-grid .card {
    grid-template-columns: 44px 58px minmax(0, 1fr);
    align-items: start;
  }

  .card-grid .card p,
  .card-grid .card-link {
    grid-column: 3;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .offer-slider.fullscreen .offer-slide {
    width: min(100% - 24px, 1180px);
  }

  .offer-copy h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.35rem);
    line-height: 1;
    text-wrap: balance;
  }

  .offer-copy {
    max-width: calc(100vw - 60px);
  }

  .offer-slider.fullscreen .offer-slide h3 {
    max-width: 100%;
    font-size: clamp(1.55rem, 8vw, 2.3rem);
  }

  .offer-slide span {
    max-width: 100%;
    white-space: normal;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .offer-tags,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid div,
  .proof-grid div:nth-child(2) {
    border-right: 0;
    border-bottom: 2px solid #061a33;
  }

  .proof-grid div:last-child {
    border-bottom: 0;
  }

  .card-grid .card {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
  }

  .card-grid .card p,
  .card-grid .card-link {
    grid-column: auto;
  }

  .card-grid .card h3 {
    max-width: 100%;
  }
}

/* Scroll-reactive WebGL layer inspired by high-end studio sites. */
.hero-3d-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.2;
  filter: saturate(0.82) blur(0.1px);
}

.hero-3d-stage canvas {
  width: 100% !important;
  height: 100% !important;
}

.site-header,
main,
.site-footer,
.whatsapp,
.chatbot,
.modal,
.image-lightbox {
  position: relative;
}

.site-header {
  z-index: 1000;
}

main,
.site-footer {
  z-index: 1;
}

.offer-hero {
  overflow: hidden;
}

.offer-slider.fullscreen {
  position: relative;
  z-index: 2;
}

@media (max-width: 920px) {
  .hero-3d-stage {
    opacity: 0.12;
  }
}

/* Contact sales page */
.contact-sales-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 8vw, 100px) 0;
  color: white;
  background:
    linear-gradient(115deg, rgba(6, 26, 51, 0.98) 0%, rgba(8, 47, 91, 0.9) 48%, rgba(6, 26, 51, 0.72) 100%),
    url("../images/project-19.jpeg") right center / cover no-repeat;
}

.contact-sales-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(120deg, black 12%, transparent 86%);
}

.contact-sales-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.55fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.contact-sales-hero h1 {
  max-width: 780px;
  margin: 18px 0;
  color: white;
  font-size: clamp(2.6rem, 7vw, 6.6rem);
}

.contact-sales-hero .lead {
  max-width: 760px;
  color: #d9e7f7;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.trust-points span {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbff;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.trust-points svg {
  flex: 0 0 auto;
  color: #f5dd72;
}

.contact-action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.whatsapp-btn {
  color: white;
  background: #20c763;
  box-shadow: 0 16px 36px rgba(32, 199, 99, 0.25);
}

.contact-close-card,
.lead-form-card,
.why-card,
.urgency-card,
.contact-info-card,
.proof-tile {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(6, 26, 51, 0.12);
}

.contact-close-card {
  padding: 24px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.contact-close-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: #174b82;
}

.contact-close-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}

.contact-close-card p {
  color: #d9e7f7;
  line-height: 1.7;
}

.mini-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mini-proof strong {
  color: #f5dd72;
  font-size: 1.8rem;
  line-height: 1;
}

.mini-proof span {
  color: #d9e7f7;
  align-self: center;
}

.contact-conversion .contact-grid {
  align-items: start;
}

.lead-form-card,
.why-card,
.urgency-card,
.contact-info-card {
  padding: clamp(22px, 3vw, 34px);
  background: white;
  color: #061a33;
}

.lead-form-card h2,
.why-card h2,
.contact-info-card h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  line-height: 1;
}

.lead-form {
  margin-top: 22px;
}

.form-note {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.5;
}

.closing-stack {
  display: grid;
  gap: 18px;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #31516f;
  font-weight: 850;
}

.check-list svg {
  color: #f28a2e;
}

.urgency-card {
  display: grid;
  gap: 12px;
  color: #061a33;
  background: linear-gradient(135deg, #f5dd72, #ffffff 54%, #f4f8ff);
}

.urgency-card span {
  color: #31516f;
  font-weight: 800;
}

.urgency-card strong {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  line-height: 1.04;
}

.proof-section {
  background: #061a33;
}

.proof-section .section-head h2,
.proof-section .section-head p {
  color: white;
}

.contact-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.proof-tile {
  min-height: 150px;
  display: grid;
  align-content: center;
  padding: 24px;
  color: white;
  background: #0b2a4f;
}

.proof-tile strong {
  color: #f5dd72;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.9;
}

.proof-tile span {
  margin-top: 8px;
  color: #d9e7f7;
  font-weight: 850;
}

.compact-showcase {
  align-items: stretch;
}

.contact-quote {
  min-height: 100%;
  color: white;
  background: #0b2a4f;
}

.contact-info-card p {
  color: #31516f;
  line-height: 1.7;
}

.mobile-contact-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1250;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(6, 26, 51, 0.92);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.mobile-contact-bar a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  color: #061a33;
  background: linear-gradient(135deg, #f28a2e, #f5dd72);
  font-weight: 900;
}

.mobile-contact-bar a:nth-child(2) {
  color: white;
  background: #20c763;
}

.lead-dashboard {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.lead-record {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
  background: white;
  color: #061a33;
}

.lead-record strong,
.lead-record span {
  display: block;
}

.lead-record span {
  margin: 4px 0 12px;
  color: #64748b;
  font-size: 0.9rem;
}

.lead-record p {
  margin: 0;
  color: #31516f;
  line-height: 1.7;
}

.thank-you-modal {
  position: fixed;
  inset: 0;
  z-index: 4200;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(3, 8, 18, 0.72);
  backdrop-filter: blur(12px);
}

.thank-you-modal.open {
  display: grid;
}

.thank-you-card {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: #061a33;
  background:
    linear-gradient(135deg, rgba(245, 221, 114, 0.24), transparent 45%),
    #ffffff;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.38);
}

.thank-you-card img {
  width: 160px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: #174b82;
}

.thank-you-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}

.thank-you-card p {
  color: #31516f;
  line-height: 1.7;
}

.thank-you-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.visit-popup {
  position: fixed;
  inset: 0;
  z-index: 4100;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(3, 8, 18, 0.68);
  backdrop-filter: blur(10px);
}

.visit-popup.open {
  display: grid;
}

.visit-popup-card {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: #061a33;
  background:
    linear-gradient(135deg, rgba(242, 138, 46, 0.18), transparent 44%),
    #ffffff;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.36);
}

.visit-popup-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.visit-popup-card p {
  color: #31516f;
  line-height: 1.7;
}

.visit-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.schedule-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(86svh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 8vw, 100px) 0;
  color: white;
  background:
    linear-gradient(115deg, rgba(6, 26, 51, 0.98), rgba(8, 47, 91, 0.88), rgba(6, 26, 51, 0.76)),
    url("../images/project-19.jpeg") right center / cover no-repeat;
}

.schedule-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: white;
  font-size: clamp(2.5rem, 6vw, 6rem);
}

.schedule-hero .lead {
  max-width: 720px;
  color: #d9e7f7;
}

.calendar-preview {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.calendar-head span,
.calendar-preview p {
  color: #d9e7f7;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-grid span {
  color: #f5dd72;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.calendar-grid button,
.calendar-grid b {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.calendar-grid button.active {
  color: #061a33;
  background: linear-gradient(135deg, #f28a2e, #f5dd72);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.work-with-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(82svh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 8vw, 100px) 0;
  color: white;
  background:
    linear-gradient(115deg, rgba(6, 26, 51, 0.98), rgba(8, 47, 91, 0.9), rgba(6, 26, 51, 0.78)),
    url("../images/project-06.jpeg") right center / cover no-repeat;
}

.affiliate-hero {
  background:
    linear-gradient(115deg, rgba(6, 26, 51, 0.98), rgba(8, 47, 91, 0.88), rgba(6, 26, 51, 0.76)),
    url("../images/project-20.jpeg") right center / cover no-repeat;
}

.internship-hero {
  background:
    linear-gradient(115deg, rgba(6, 26, 51, 0.98), rgba(8, 47, 91, 0.9), rgba(6, 26, 51, 0.76)),
    url("../images/project-19.jpeg") right center / cover no-repeat;
}

.work-with-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: white;
  font-size: clamp(2.5rem, 6vw, 6rem);
}

.work-with-hero .lead {
  max-width: 720px;
  color: #d9e7f7;
  overflow-wrap: anywhere;
}

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

.work-path-card,
.work-form-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(6, 26, 51, 0.12);
}

.work-path-card {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  color: #061a33;
  background: white;
}

.work-path-card svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: var(--radius);
  color: #061a33;
  background: linear-gradient(135deg, #f28a2e, #f5dd72);
}

.work-path-card h3 {
  margin: 6px 0 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.work-path-card p {
  color: #31516f;
  line-height: 1.65;
}

.work-form-card {
  padding: clamp(22px, 3vw, 34px);
  color: #061a33;
  background: white;
}

.work-form-card h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1;
}

.file-upload {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px dashed rgba(15, 79, 153, 0.38);
  border-radius: var(--radius);
  color: #31516f;
  background: #f4f8ff;
  font-weight: 850;
}

.file-upload input {
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 980px) {
  .contact-sales-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-proof-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .role-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .contact-sales-hero {
    padding: 44px 0 86px;
  }

  .contact-sales-hero h1 {
    font-size: clamp(2rem, 10.6vw, 3rem);
  }

  .contact-sales-hero .lead {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .trust-points,
  .contact-action-grid {
    grid-template-columns: 1fr;
  }

  .contact-action-grid .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .footer-grid,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .work-with-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .work-with-hero .split > *,
  .contact-close-card,
  .work-form-card,
  .work-path-card {
    min-width: 0;
  }

  .work-with-hero .lead {
    max-width: calc(100vw - 32px);
    font-size: 1rem;
  }

  .schedule-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .thank-you-actions .btn {
    width: 100%;
  }

  .mobile-contact-bar {
    display: grid;
  }

  .mobile-contact-bar a {
    min-width: 0;
    padding: 0 6px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  body[data-page="contact"] .whatsapp {
    display: none;
  }
}

.offer-slider.fullscreen {
  position: relative;
  z-index: 2;
}

.section.light {
  background: rgba(244, 248, 255, 0.92);
  backdrop-filter: blur(8px);
}

.section:not(.light):not(.alt) {
  background: rgba(6, 26, 51, 0.96);
  backdrop-filter: blur(8px);
}

/* Keep clicked project images as a true overlay, never inside page flow. */
.image-lightbox,
.image-lightbox.open {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
}

.image-lightbox {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(14px, 3vw, 28px) !important;
  background: rgba(2, 8, 18, 0.9) !important;
  backdrop-filter: blur(12px);
}

.image-lightbox.open {
  display: flex !important;
}

.image-lightbox img {
  width: auto !important;
  height: auto !important;
  max-width: min(94vw, 1400px) !important;
  max-height: 88vh !important;
  object-fit: contain !important;
  opacity: 1 !important;
}

.image-lightbox button {
  position: fixed !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 10000 !important;
  color: #ffffff !important;
  background: rgba(6, 26, 51, 0.82) !important;
}

/* Floating contact buttons must stay stacked on the right. */
.whatsapp {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 1250 !important;
  color: #ffffff !important;
  background: #20c763 !important;
}

.chatbot {
  position: fixed !important;
  right: 18px !important;
  bottom: 88px !important;
  z-index: 1260 !important;
}

.chatbot-toggle {
  color: #061a33 !important;
  background: linear-gradient(135deg, #f28a2e, #f5dd72) !important;
}

.chatbot-panel {
  right: 0 !important;
  bottom: 72px !important;
}

/* Stronger global button contrast. */
.btn.ghost {
  color: #061a33 !important;
  border-color: rgba(6, 26, 51, 0.24) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 14px 34px rgba(15, 79, 153, 0.1);
}

.btn.dark {
  color: #ffffff !important;
  background: #061a33 !important;
  border-color: #061a33 !important;
}

/* Schedule page polish. */
.schedule-hero {
  color: #061a33 !important;
  background:
    linear-gradient(100deg, rgba(244, 248, 255, 0.98) 0%, rgba(244, 248, 255, 0.94) 55%, rgba(15, 79, 153, 0.24) 100%),
    url("../images/project-19.jpeg") right center / cover no-repeat !important;
}

.schedule-hero h1 {
  color: #061a33 !important;
  line-height: 0.95;
}

.schedule-hero .lead {
  color: #31516f !important;
}

.schedule-hero .eyebrow {
  color: #061a33 !important;
  background: rgba(245, 221, 114, 0.68) !important;
  border-color: rgba(242, 138, 46, 0.28) !important;
}

.calendar-preview {
  color: #061a33 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(6, 26, 51, 0.12) !important;
  box-shadow: 0 22px 70px rgba(15, 79, 153, 0.14) !important;
}

.calendar-head {
  align-items: center;
  margin-bottom: 20px;
}

.calendar-head strong,
.calendar-head span {
  display: block;
}

.calendar-head span,
.calendar-preview p {
  color: #31516f !important;
}

.calendar-grid {
  gap: 9px !important;
}

.calendar-grid span {
  color: #0f4f99 !important;
}

.calendar-grid button,
.calendar-grid b {
  min-height: 44px;
  border: 1px solid rgba(6, 26, 51, 0.12) !important;
  color: #061a33 !important;
  background: #f4f8ff !important;
}

.calendar-grid button.active {
  color: #061a33 !important;
  background: linear-gradient(135deg, #f28a2e, #f5dd72) !important;
}

.form input[type="date"],
.form input[type="time"],
.form select {
  min-height: 54px;
}

.duration-pill {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  color: #061a33;
  background: #f4f8ff;
  font-weight: 900;
}

/* Visible watermarks on project/demo work previews. */
.mockup,
.work-item,
.visual-frame,
.hero-panel,
.service-demo-slide,
.lightbox-frame {
  position: relative;
}

.mockup::before,
.work-item::before,
.visual-frame::before,
.hero-panel::before,
.service-demo-slide::before,
.image-watermark {
  content: "Digital Kira";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%) rotate(-18deg);
  padding: 8px 18px;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(6, 26, 51, 0.24);
  backdrop-filter: blur(2px);
  font-size: clamp(1rem, 2.2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
  pointer-events: none;
  white-space: nowrap;
}

.mockup::before,
.work-item::before,
.visual-frame::before,
.hero-panel::before {
  top: 34%;
}

.service-demo-slide::before {
  z-index: 3;
  font-size: clamp(1.1rem, 3vw, 2.4rem);
}

.lightbox-frame {
  max-width: min(94vw, 1400px);
  max-height: 88vh;
  display: grid;
  place-items: center;
}

.image-watermark.large {
  z-index: 10001;
  padding: 14px 30px;
  border-width: 3px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(6, 26, 51, 0.28);
  font-size: clamp(1.8rem, 5vw, 4.2rem);
}

/* Final quote modal guard: keep Request a Quote centered above the page. */
.modal,
.modal.open {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9500 !important;
  place-items: center !important;
  padding: clamp(14px, 3vw, 24px) !important;
  background: rgba(2, 8, 18, 0.78) !important;
  backdrop-filter: blur(12px);
}

.modal {
  display: none !important;
}

.modal.open {
  display: grid !important;
}

.modal-card {
  width: min(560px, calc(100vw - 28px)) !important;
  max-height: calc(100vh - 32px);
  overflow: auto;
  margin: 0 !important;
  transform: none !important;
}

/* Service demo product sliders. */
.service-detail-hero .container {
  display: grid;
  gap: 22px;
}

.service-demo-slider {
  width: 100%;
  min-height: clamp(260px, 28vw, 420px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(245, 221, 114, 0.22);
  border-radius: 28px;
  background: #061a33;
  box-shadow: 0 28px 90px rgba(2, 14, 31, 0.34);
}

.service-demo-track,
.service-demo-slide {
  position: absolute;
  inset: 0;
}

.service-demo-slide {
  margin: 0;
  opacity: 0;
  transform: translateX(22px) scale(1.02);
  animation: serviceDemoSlide calc(var(--slide-count) * 4.2s) ease-in-out infinite;
  animation-delay: calc(var(--slide-index) * 4.2s);
}

.service-demo-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: zoom-in;
  filter: saturate(1.06) contrast(1.02);
}

.service-demo-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 26, 51, 0.86), rgba(6, 26, 51, 0.22) 52%, rgba(242, 138, 46, 0.08)),
    linear-gradient(0deg, rgba(6, 26, 51, 0.78), transparent 56%);
  pointer-events: none;
}

.service-demo-slide figcaption {
  position: absolute;
  left: clamp(18px, 4vw, 46px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 2;
  max-width: min(560px, calc(100% - 36px));
  padding: 12px 16px;
  border: 1px solid rgba(245, 221, 114, 0.26);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(6, 26, 51, 0.76);
  backdrop-filter: blur(12px);
  font-weight: 900;
  box-shadow: 0 18px 50px rgba(2, 14, 31, 0.24);
}

.service-demo-dots {
  position: absolute;
  right: clamp(18px, 4vw, 46px);
  bottom: clamp(20px, 4vw, 44px);
  z-index: 3;
  display: flex;
  gap: 9px;
}

.service-demo-dots span {
  width: 30px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  overflow: hidden;
  position: relative;
}

.service-demo-dots span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, #f28a2e, #f5dd72);
  animation: serviceDemoDot calc(var(--slide-count) * 4.2s) linear infinite;
  animation-delay: calc(var(--slide-index) * 4.2s);
}

@keyframes serviceDemoSlide {
  0%,
  100% {
    opacity: 0;
    transform: translateX(22px) scale(1.02);
  }

  7%,
  28% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  36% {
    opacity: 0;
    transform: translateX(-22px) scale(1.02);
  }
}

@keyframes serviceDemoDot {
  0% {
    transform: translateX(-100%);
  }

  28% {
    transform: translateX(0);
  }

  36%,
  100% {
    transform: translateX(100%);
  }
}

/* Final mobile polish: keep every section readable and prevent side overflow. */
@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

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

  .section {
    padding: 58px 0;
  }

  .section-head {
    display: grid;
    gap: 14px;
    margin-bottom: 26px;
  }

  .section-head h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10.5vw, 3rem);
    line-height: 1.02;
  }

  .section-head p,
  .lead,
  .hero .lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.68;
    overflow-wrap: anywhere;
  }

  .hero-grid,
  .split,
  .contact-grid,
  .offer-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px;
  }

  .hero-grid {
    padding: 44px 0 54px;
  }

  .hero h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(2.25rem, 13vw, 3.45rem);
    line-height: 0.98;
  }

  .eyebrow {
    max-width: 100%;
    white-space: normal;
    color: #061a33;
    background: rgba(245, 221, 114, 0.72);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 24px 0;
  }

  .hero-actions .btn,
  .contact-action-grid .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .hero-services,
  .metric-row,
  .trust-build-grid,
  .case-study-grid,
  .team-trust-grid,
  .blog-grid,
  .showcase-grid,
  .gallery-strip,
  .before-after,
  .package-grid,
  .portfolio-grid,
  .printing-list,
  .stat-strip,
  .timeline,
  .logo-strip,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero-services {
    gap: 12px;
    max-width: 100%;
  }

  .mini-service {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    font-size: 1rem;
    line-height: 1.25;
  }

  .glass-card.hero-panel {
    width: 100%;
    min-width: 0;
    padding: 16px;
    border-radius: var(--radius);
    background: #061a33;
    box-shadow: 0 12px 0 #f28a2e;
  }

  .trust-photo-card {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .trust-photo-card img,
  .case-card img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .trust-photo-card div,
  .case-card div,
  .trust-proof-card,
  .team-card,
  .founder-message,
  .trust-checklist {
    padding: 20px;
  }

  .case-card {
    grid-template-rows: auto 1fr;
  }

  .hero-panel img {
    height: auto;
    max-height: 220px;
    aspect-ratio: 1.35;
    object-fit: contain;
  }

  .metric {
    min-height: 82px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
  }

  .metric strong {
    color: #f5dd72;
  }

  .gallery-strip,
  .showcase-grid,
  .before-after {
    gap: 18px;
  }

  .mockup {
    min-height: 0;
    color: #ffffff;
    background: #0b2a4f;
  }

  .mockup img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .mockup div {
    min-height: 0;
    padding: 18px;
  }

  .mockup h3 {
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .mockup p {
    color: #d9e7f7;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .card-grid .card {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
  }

  .card-grid .card p,
  .card-grid .card-link {
    grid-column: auto;
  }

  .card-grid .card h3 {
    font-size: clamp(1.7rem, 9vw, 2.45rem);
  }

  .offer-copy h2,
  .offer-slider.fullscreen .offer-copy h2 {
    max-width: calc(100vw - 64px) !important;
    font-size: clamp(2.1rem, 11vw, 3.2rem);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .offer-slider.fullscreen .offer-slide h3 {
    max-width: calc(100vw - 64px) !important;
    font-size: clamp(1.45rem, 7vw, 2.1rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .offer-slider.fullscreen .offer-slide,
  .offer-copy,
  .offer-slider.fullscreen .offer-slide p {
    max-width: calc(100vw - 64px) !important;
  }

  .offer-tags {
    width: 100%;
    max-width: calc(100vw - 64px);
  }

  .offer-tags strong {
    min-height: 64px;
    align-items: center;
    padding: 14px 16px;
  }

  .whatsapp {
    right: 14px !important;
    bottom: 14px !important;
    width: 54px;
    height: 54px;
  }

  .chatbot {
    right: 14px !important;
    bottom: 78px !important;
  }

  .chatbot-toggle {
    width: 54px;
    height: 54px;
  }

  .chatbot-panel {
    right: 0 !important;
    width: min(360px, calc(100vw - 28px)) !important;
    max-height: calc(100vh - 150px) !important;
  }

  .schedule-hero {
    min-height: auto;
    padding: 44px 0 58px;
  }

  .schedule-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
    line-height: 1;
  }

  .calendar-preview {
    padding: 18px;
  }

  .calendar-head {
    display: grid;
    gap: 4px;
  }

  .calendar-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px !important;
  }

  .calendar-grid button,
  .calendar-grid b {
    min-height: 34px;
    padding: 0;
    font-size: 0.84rem;
  }

  .calendar-grid span {
    font-size: 0.68rem;
  }

  .service-demo-slider {
    min-height: 245px;
    border-radius: 20px;
  }

  .service-demo-slide figcaption {
    left: 14px;
    right: 14px;
    bottom: 18px;
    max-width: none;
    border-radius: 18px;
    font-size: 0.92rem;
    line-height: 1.25;
  }

  .service-demo-dots {
    top: 16px;
    right: 14px;
    bottom: auto;
  }

  .service-demo-dots span {
    width: 22px;
  }

  .mockup::before,
  .work-item::before,
  .visual-frame::before,
  .hero-panel::before,
  .service-demo-slide::before {
    padding: 6px 12px;
    font-size: 0.9rem;
  }

  .image-watermark.large {
    padding: 10px 18px;
    font-size: clamp(1.45rem, 8vw, 2.5rem);
  }
}

/* Final override: keep work protected without heavy dark watermark badges. */
.mockup::before,
.work-item::before,
.visual-frame::before,
.hero-panel::before,
.service-demo-slide::before,
.image-watermark {
  z-index: 3 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.24) !important;
  background: transparent !important;
  backdrop-filter: none !important;
  font-size: clamp(1.8rem, 4vw, 4.4rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 26px rgba(6, 26, 51, 0.16) !important;
  mix-blend-mode: soft-light;
  opacity: 0.74;
}

.mockup::before,
.work-item::before,
.visual-frame::before,
.hero-panel::before {
  top: 30% !important;
}

.service-demo-slide::before,
.image-watermark.large {
  top: 50% !important;
  font-size: clamp(2.1rem, 6vw, 6rem) !important;
}

.image-watermark.large {
  color: rgba(255, 255, 255, 0.28) !important;
  z-index: 10001 !important;
}

/* Final override: clearer first hero for phone and desktop. */
.offer-hero {
  background: #edf4fc !important;
}

.offer-hero::before {
  background:
    linear-gradient(90deg, rgba(237, 244, 252, 0.99) 0%, rgba(237, 244, 252, 0.93) 46%, rgba(237, 244, 252, 0.66) 74%, rgba(237, 244, 252, 0.44) 100%),
    url("../images/project-19.jpeg") right center / cover no-repeat !important;
}

.offer-hero::after {
  opacity: 0.28 !important;
}

.work-video-canvas {
  opacity: 0.06 !important;
  mix-blend-mode: multiply !important;
}

.offer-slider.fullscreen .offer-slide {
  width: min(980px, calc(100% - 32px)) !important;
  margin-left: max(16px, calc((100vw - 980px) / 2)) !important;
  margin-right: auto !important;
}

.offer-slider.fullscreen .offer-copy h2 {
  max-width: 780px !important;
  color: #061a33 !important;
  text-shadow: none !important;
}

.offer-slider.fullscreen .offer-slide h3 {
  max-width: 760px !important;
  color: #0f4f99 !important;
  text-shadow: none !important;
}

.offer-slider.fullscreen .offer-slide p,
.offer-hero .offer-slide p {
  max-width: 650px !important;
  color: #31516f !important;
}

.offer-slide span {
  color: #ffffff !important;
  background: #061a33 !important;
  border: 1px solid rgba(6, 26, 51, 0.08) !important;
  box-shadow: 0 14px 34px rgba(6, 26, 51, 0.1) !important;
}

.offer-tags {
  max-width: 820px !important;
}

.offer-hero .offer-tags strong {
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  color: #061a33 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(6, 26, 51, 0.14) !important;
}

@media (max-width: 700px) {
  .mockup::before,
  .work-item::before,
  .visual-frame::before,
  .hero-panel::before,
  .service-demo-slide::before {
    font-size: clamp(1.2rem, 8vw, 2.1rem) !important;
    letter-spacing: 0.07em !important;
    opacity: 0.58;
  }

  .image-watermark.large {
    font-size: clamp(1.7rem, 10vw, 3rem) !important;
    opacity: 0.66;
  }

  .offer-hero {
    min-height: auto !important;
  }

  .offer-hero::before {
    background:
      linear-gradient(180deg, rgba(237, 244, 252, 0.99) 0%, rgba(237, 244, 252, 0.95) 62%, rgba(237, 244, 252, 0.78) 100%),
      url("../images/project-19.jpeg") center top / cover no-repeat !important;
  }

  .work-video-canvas {
    opacity: 0.025 !important;
  }

  .offer-slider.fullscreen,
  .offer-slider.fullscreen .offer-slide {
    min-height: auto !important;
  }

  .offer-slider.fullscreen .offer-slide {
    width: 100% !important;
    margin: 0 !important;
    padding: 48px 16px 34px !important;
    gap: 18px !important;
  }

  .offer-copy,
  .offer-slider.fullscreen .offer-slide,
  .offer-slider.fullscreen .offer-slide p,
  .offer-slider.fullscreen .offer-copy h2,
  .offer-slider.fullscreen .offer-slide h3 {
    max-width: 100% !important;
  }

  .offer-slider.fullscreen .offer-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.35rem) !important;
    line-height: 1.02 !important;
  }

  .offer-slider.fullscreen .offer-slide h3 {
    font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
    line-height: 1.08 !important;
  }

  .offer-slider.fullscreen .offer-slide p {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .offer-tags {
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .offer-hero .offer-tags strong {
    min-height: 54px !important;
    padding: 12px 14px !important;
    font-size: 0.9rem !important;
  }

  .offer-slider.fullscreen .slider-dots {
    left: 16px !important;
    bottom: 16px !important;
  }
}
