body.template-future {
  --future-bg: var(--brand-bg);
  --future-surface: rgba(255,255,255,0.82);
  --future-surface-strong: rgba(255,255,255,0.94);
  --future-text: var(--brand-text);
  --future-muted: var(--brand-text-2);
  --future-soft: var(--brand-bg2);
  --future-line: rgba(17,24,39,0.08);
  --future-line-strong: rgba(17,24,39,0.14);
  --future-accent: var(--brand-primary);
  --future-accent-2: var(--brand-accent);
  --future-accent-3: var(--brand-primary-2);
  --future-accent-4: var(--brand-accent-2);
  --future-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  --future-shadow-soft: 0 14px 38px rgba(15, 23, 42, 0.06);
  background:
    radial-gradient(circle at 8% 10%, rgba(16,196,204,0.12), transparent 0 16%),
    radial-gradient(circle at 90% 12%, rgba(255,95,122,0.12), transparent 0 16%),
    radial-gradient(circle at 78% 78%, rgba(107,93,255,0.10), transparent 0 20%),
    linear-gradient(180deg, #fbfcfe 0%, #f5f7fb 100%);
  color: var(--future-text);
}

body.template-future::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(17,24,39,0.05), transparent 0 7px),
    radial-gradient(circle at 28% 28%, rgba(17,24,39,0.04), transparent 0 6px),
    radial-gradient(circle at 64% 14%, rgba(17,24,39,0.04), transparent 0 5px),
    radial-gradient(circle at 82% 34%, rgba(17,24,39,0.04), transparent 0 6px),
    radial-gradient(circle at 9% 76%, rgba(17,24,39,0.04), transparent 0 6px),
    radial-gradient(circle at 91% 84%, rgba(17,24,39,0.04), transparent 0 7px);
  opacity: 0.24;
  z-index: 0;
}

body.template-future nav,
body.template-future .hero,
body.template-future section,
body.template-future footer,
body.template-future .legal-page {
  position: relative;
  z-index: 1;
}

body.template-future nav {
  width: min(1480px, calc(100% - 1.6rem));
  left: 50%;
  transform: translateX(-50%);
  top: 0.8rem;
  height: 84px;
  padding: 0 1.35rem 0 1.55rem;
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 26px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow: var(--future-shadow-soft);
}

body.template-future .logo {
  gap: 12px;
  color: #101828;
  font-size: 1.42rem;
  letter-spacing: -0.03em;
}

body.template-future .logo-text small {
  color: var(--future-muted);
}

body.template-future .nav-links {
  gap: 1.4rem;
}

body.template-future .nav-links a {
  position: relative;
  color: #4b5563;
  font-size: 0.92rem;
  font-weight: 600;
}

body.template-future .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.42rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--future-accent), var(--future-accent-4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

body.template-future .nav-links a:hover {
  color: #111827;
}

body.template-future .nav-links a:hover::after {
  transform: scaleX(1);
}

body.template-future .nav-pill {
  background: linear-gradient(135deg, #111827, #202938) !important;
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(17,24,39,0.18);
}

body.template-future .nav-pill:hover {
  transform: translateY(-1px);
}

body.template-future .hero {
  width: min(1480px, calc(100% - 1.6rem));
  margin: 5.1rem auto 1rem;
  min-height: calc(100vh - 5.8rem);
  padding: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.15rem;
}

body.template-future .hero-left,
body.template-future .hero-right {
  border-radius: 34px;
  border: 1px solid rgba(17,24,39,0.08);
  background: var(--future-surface);
  box-shadow: var(--future-shadow);
}

body.template-future .hero-left {
  padding: 4.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--future-hero-bg);
  color: var(--future-hero-text);
}

body.template-future .hero-left::before,
body.template-future .hero-left::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.template-future .hero-left::before {
  width: 420px;
  height: 420px;
  right: -180px;
  top: -180px;
  background: radial-gradient(circle, color-mix(in srgb, var(--future-hero-accent) 28%, transparent), transparent 68%);
}

body.template-future .hero-left::after {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: -120px;
  background: radial-gradient(circle, color-mix(in srgb, var(--future-hero-accent) 16%, transparent), transparent 68%);
}

body.template-future .hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.90), rgba(246,248,252,0.88));
}

body.template-future .hero-right::before,
body.template-future .hero-right::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.template-future .hero-right::before {
  width: 360px;
  height: 360px;
  right: -100px;
  top: 40px;
  background: radial-gradient(circle, color-mix(in srgb, var(--future-hero-accent) 90%, white) 0 58%, transparent 59%);
  opacity: 0.9;
  z-index: 1;
}

body.template-future .hero-right::after {
  width: 180px;
  height: 180px;
  left: 46px;
  bottom: 18px;
  background: radial-gradient(circle, color-mix(in srgb, var(--future-hero-accent) 76%, #FF5F7A) 0 58%, transparent 59%);
  z-index: 1;
}

body.template-future .hero-photo {
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    url("https://images.unsplash.com/photo-1511795409834-ef04bbd61622?w=1400&q=85") center/cover;
  position: relative;
  overflow: hidden;
  filter: saturate(1.05) contrast(1.02);
}

body.template-future .hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(255,255,255,0.55), transparent 16%),
    radial-gradient(circle at 68% 16%, rgba(16,196,204,0.34), transparent 20%),
    radial-gradient(circle at 82% 68%, rgba(255,143,31,0.28), transparent 18%),
    linear-gradient(135deg, rgba(255,255,255,0.02), rgba(17,24,39,0.10));
  mix-blend-mode: screen;
}

body.template-future .hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.00), rgba(17,24,39,0.18)),
    radial-gradient(circle at 88% 30%, rgba(107,93,255,0.42), transparent 16%);
}

body.template-future .hero-eyebrow,
body.template-future .eyebrow {
  color: var(--future-hero-accent);
  letter-spacing: 0.16em;
  font-weight: 800;
}

body.template-future .hero-eyebrow-line,
body.template-future .eyebrow::before {
  width: 44px;
  background: linear-gradient(90deg, var(--future-hero-accent), color-mix(in srgb, var(--future-hero-accent) 55%, white));
}

body.template-future .hero-title {
  max-width: 8.5ch;
  font-size: clamp(4.2rem, 9vw, 8.8rem);
  line-height: 0.92;
  letter-spacing: -0.09em;
  color: var(--future-hero-text);
}

body.template-future .hero-title em,
body.template-future .section-title em,
body.template-future .cta-left h2 em {
  color: var(--future-accent-2);
  font-style: italic;
}

body.template-future .hero-body,
body.template-future .section-desc,
body.template-future .t-quote,
body.template-future .proc-step p,
body.template-future .service-dialog-panel p,
body.template-future .cl span,
body.template-future .f-group input,
body.template-future .f-group textarea,
body.template-future .legal-content {
  color: color-mix(in srgb, var(--future-hero-text) 68%, var(--future-muted));
}

body.template-future .hero-btns,
body.template-future .hero-numbers {
  margin-top: 1.7rem;
}

body.template-future .btn-fill,
body.template-future .f-submit,
body.template-future .nav-pill {
  background: linear-gradient(135deg, #111827, #1f2937) !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(17,24,39,0.18);
}

body.template-future .btn-fill:hover,
body.template-future .f-submit:hover {
  transform: translateY(-2px) scale(1.01);
}

body.template-future .btn-text {
  color: color-mix(in srgb, var(--future-hero-text) 78%, #374151);
}

body.template-future .btn-text:hover {
  color: var(--future-hero-accent);
}

body.template-future .hero-numbers {
  border-top: 1px solid var(--future-line);
}

body.template-future .h-num,
body.template-future .section-title,
body.template-future .svc-name,
body.template-future .pm-name,
body.template-future .proc-step h3,
body.template-future .t-name,
body.template-future .cta-left h2,
body.template-future .foot-col h5,
body.template-future .foot-logo,
body.template-future .foot-bottom p,
body.template-future .service-dialog-head h3 {
  color: var(--future-hero-text);
}

body.template-future .h-num sup {
  color: var(--future-accent);
}

body.template-future .h-lbl {
  color: #7c8897;
}

body.template-future .hero-card {
  position: relative;
  inset: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  background: color-mix(in srgb, var(--future-hero-bg) 84%, white);
  border: 1px solid color-mix(in srgb, var(--future-hero-accent) 14%, rgba(17,24,39,0.08));
  border-radius: 24px;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.10);
}

body.template-future .hero-card p,
body.template-future .hero-card span {
  color: color-mix(in srgb, var(--future-hero-text) 72%, #6b7280);
}

body.template-future .hero-card-icon {
  background: linear-gradient(135deg, color-mix(in srgb, var(--future-hero-accent) 18%, transparent), color-mix(in srgb, var(--future-hero-accent) 10%, white));
  color: var(--future-hero-text);
}

body.template-future .clients-band {
  background: linear-gradient(90deg, rgba(16,196,204,0.14), rgba(255,95,122,0.12));
  border-top: 1px solid rgba(17,24,39,0.06);
  border-bottom: 1px solid rgba(17,24,39,0.06);
}

body.template-future .c-item {
  padding: 0 2.5rem;
  border-right: 1px solid rgba(17,24,39,0.08);
}

body.template-future .c-item:first-child {
  border-left: 1px solid rgba(17,24,39,0.08);
}

body.template-future .c-item span {
  color: rgba(17,24,39,0.42);
}

body.template-future .c-logo {
  filter: brightness(0.1) saturate(1.1);
  opacity: 0.85;
}

body.template-future section {
  width: min(1480px, calc(100% - 1.6rem));
  margin: 1rem auto;
  padding: 2.2rem;
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 30px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: var(--future-shadow-soft);
}

body.template-future .section-title {
  font-size: clamp(2.8rem, 4.8vw, 5.15rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

body.template-future .section-desc {
  max-width: 520px;
}

body.template-future #services {
  --future-section-bg: var(--future-services-bg);
  --future-section-text: var(--future-services-text);
  --future-section-accent: var(--future-services-accent);
  background: var(--future-section-bg);
}

body.template-future #portfolio {
  --future-section-bg: var(--future-portfolio-bg);
  --future-section-text: var(--future-portfolio-text);
  --future-section-accent: var(--future-portfolio-accent);
  background: var(--future-section-bg);
}

body.template-future #process {
  --future-section-bg: var(--future-process-bg);
  --future-section-text: var(--future-process-text);
  --future-section-accent: var(--future-process-accent);
  background: var(--future-section-bg);
}

body.template-future #testimonials {
  --future-section-bg: var(--future-testimonials-bg);
  --future-section-text: var(--future-testimonials-text);
  --future-section-accent: var(--future-testimonials-accent);
  background: var(--future-section-bg);
}

body.template-future #cta {
  --future-section-bg: var(--future-cta-bg);
  --future-section-text: var(--future-cta-text);
  --future-section-accent: var(--future-cta-accent);
  background: var(--future-section-bg);
}

body.template-future #contact {
  --future-section-bg: var(--future-contact-bg);
  --future-section-text: var(--future-contact-text);
  --future-section-accent: var(--future-contact-accent);
  background: var(--future-section-bg);
}

body.template-future #portfolio .section-title,
body.template-future #portfolio .section-desc,
body.template-future #process .section-title,
body.template-future #process .section-desc,
body.template-future #testimonials .section-title,
body.template-future #testimonials .section-desc,
body.template-future #cta .section-title,
body.template-future #cta .section-desc,
body.template-future #contact .section-title,
body.template-future #contact .section-desc {
  color: var(--future-section-text);
}

body.template-future .svc-head,
body.template-future .port-top {
  align-items: end;
  margin-bottom: 3.3rem;
}

body.template-future #services .section-title,
body.template-future #services .section-desc,
body.template-future #services .svc-name,
body.template-future #services .svc-desc,
body.template-future #services .svc-price,
body.template-future #services .svc-btn {
  color: var(--future-section-text);
}

body.template-future .filter-wrap {
  gap: 0.55rem;
  padding: 0.55rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
  background: color-mix(in srgb, var(--future-section-bg) 82%, white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

body.template-future .fp {
  min-height: 42px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: transparent;
  color: color-mix(in srgb, var(--future-section-text) 72%, #4b5563);
  border: 1px solid transparent;
}

body.template-future .fp.on,
body.template-future .fp:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--future-section-accent) 16%, transparent), color-mix(in srgb, var(--future-section-accent) 10%, white));
  color: var(--future-section-text);
  border-color: color-mix(in srgb, var(--future-section-accent) 18%, rgba(17,24,39,0.08));
}

body.template-future .svc-grid {
  gap: 1rem;
}

body.template-future .svc-card {
  background: color-mix(in srgb, var(--future-section-bg) 90%, white);
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(15,23,42,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

body.template-future .svc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--future-section-accent), var(--future-accent-2), var(--future-accent-3), var(--future-accent-4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

body.template-future .svc-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 22px 60px rgba(15,23,42,0.10);
  border-color: color-mix(in srgb, var(--future-section-accent) 20%, rgba(17,24,39,0.08));
}

body.template-future .svc-card:hover::before {
  transform: scaleX(1);
}

body.template-future .svc-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: var(--future-section-text);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--future-section-accent) 18%, transparent), color-mix(in srgb, var(--future-section-accent) 12%, white));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
}

body.template-future .ic-g,
body.template-future .ic-s,
body.template-future .ic-w {
  background:
    linear-gradient(135deg, rgba(16,196,204,0.18), rgba(107,93,255,0.16));
}

body.template-future .svc-badge {
  background: color-mix(in srgb, var(--future-section-accent) 10%, transparent);
  color: var(--future-section-text);
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.06));
}

body.template-future .b-pop { background: color-mix(in srgb, var(--future-section-accent) 15%, transparent); color: var(--future-section-text); }
body.template-future .b-pre { background: color-mix(in srgb, var(--future-accent-4) 15%, transparent); color: var(--future-section-text); }
body.template-future .b-new { background: color-mix(in srgb, var(--future-accent-3) 15%, transparent); color: var(--future-section-text); }

body.template-future .svc-name {
  font-size: 1.5rem;
  line-height: 1.15;
}

body.template-future .svc-desc {
  color: color-mix(in srgb, var(--future-section-text) 70%, var(--future-muted));
}

body.template-future .svc-foot {
  border-top: 1px solid color-mix(in srgb, var(--future-section-accent) 10%, rgba(17,24,39,0.08));
}

body.template-future .svc-price {
  color: var(--future-section-text);
}

body.template-future .svc-btn {
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 14%, rgba(17,24,39,0.10));
  color: var(--future-section-text);
  background: color-mix(in srgb, var(--future-section-bg) 76%, white);
}

body.template-future .svc-card:hover .svc-btn {
  background: linear-gradient(135deg, var(--future-section-accent), var(--future-accent-4));
  color: #fff;
  border-color: transparent;
}

body.template-future .service-dialog {
  width: min(860px, calc(100vw - 2rem));
  border-radius: 30px;
}

body.template-future .service-dialog::backdrop {
  background: rgba(17,24,39,0.50);
  backdrop-filter: blur(8px);
}

body.template-future .service-dialog-head,
body.template-future .service-dialog-body {
  background: color-mix(in srgb, var(--future-services-bg) 92%, white);
}

body.template-future .service-dialog-head {
  border-bottom: 1px solid color-mix(in srgb, var(--future-services-accent) 12%, rgba(17,24,39,0.08));
}

body.template-future .service-dialog-head p {
  color: color-mix(in srgb, var(--future-services-text) 72%, var(--future-muted));
}

body.template-future .service-dialog-close {
  border: 1px solid color-mix(in srgb, var(--future-services-accent) 12%, rgba(17,24,39,0.10));
  background: color-mix(in srgb, var(--future-services-bg) 78%, white);
  color: var(--future-services-text);
}

body.template-future .service-dialog-panel {
  border: 1px solid color-mix(in srgb, var(--future-services-accent) 12%, rgba(17,24,39,0.08));
  background: linear-gradient(180deg, color-mix(in srgb, var(--future-services-bg) 92%, white), color-mix(in srgb, var(--future-services-bg) 86%, white));
}

body.template-future .service-dialog-label {
  color: var(--future-services-accent);
}

body.template-future .service-dialog-head h3,
body.template-future .service-dialog-body p,
body.template-future .service-dialog-panel p {
  color: var(--future-services-text);
}

body.template-future .service-feature-list li::before {
  background: linear-gradient(135deg, var(--future-accent), var(--future-accent-4));
}

body.template-future .link-arrow {
  color: var(--future-section-text);
  border-bottom: 1px solid color-mix(in srgb, var(--future-section-accent) 28%, rgba(17,24,39,0.18));
}

body.template-future .link-arrow:hover {
  color: var(--future-section-accent);
}

body.template-future .port-mosaic {
  gap: 14px;
}

body.template-future .pm {
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
  border-radius: 24px;
  overflow: hidden;
  background: color-mix(in srgb, var(--future-section-bg) 88%, white);
  box-shadow: 0 16px 42px rgba(15,23,42,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.template-future .pm:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(15,23,42,0.10);
}

body.template-future .pm::before {
  background: linear-gradient(180deg, rgba(17,24,39,0.00), color-mix(in srgb, var(--future-section-accent) 78%, rgba(10,14,22,0.92)));
}

body.template-future .pm-cat {
  color: color-mix(in srgb, white 88%, var(--future-section-text));
}

body.template-future .pm-meta {
  color: color-mix(in srgb, white 72%, var(--future-section-text));
}

body.template-future .pm-name {
  color: #FFFFFF;
  text-shadow: 0 2px 12px rgba(0,0,0,0.22);
}

body.template-future .process-layout {
  gap: 1.2rem;
}

body.template-future #process .proc-step h3,
body.template-future #process .proc-step p,
body.template-future #process .proc-badge,
body.template-future #process .proc-badge span {
  color: var(--future-section-text);
}

body.template-future .proc-img {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
  box-shadow: 0 18px 44px rgba(15,23,42,0.08);
}

body.template-future .proc-img::before {
  background: linear-gradient(180deg, color-mix(in srgb, var(--future-section-accent) 10%, transparent), color-mix(in srgb, var(--future-section-accent) 18%, transparent));
}

body.template-future .proc-badge {
  background: color-mix(in srgb, var(--future-section-bg) 88%, white);
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
  color: var(--future-section-text);
  box-shadow: 0 16px 38px rgba(15,23,42,0.08);
}

body.template-future .proc-badge span {
  color: color-mix(in srgb, var(--future-section-text) 72%, var(--future-muted));
}

body.template-future .proc-badge-icon {
  background: linear-gradient(135deg, var(--future-section-accent), var(--future-accent-4));
  color: #fff;
}

body.template-future .proc-step {
  background: color-mix(in srgb, var(--future-section-bg) 88%, white);
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 10%, rgba(17,24,39,0.08));
  box-shadow: 0 12px 32px rgba(15,23,42,0.05);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1.25rem 1.1rem;
}

body.template-future .proc-step:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--future-section-accent) 16%, rgba(17,24,39,0.08));
}

body.template-future .proc-n {
  width: auto;
  color: var(--future-section-accent);
  background: transparent;
  font-size: 2rem;
  line-height: 0.9;
  padding-top: 0.05rem;
  padding-right: 0.2rem;
}

body.template-future .proc-step h3 {
  color: var(--future-section-text);
  margin-bottom: 0.35rem;
}

body.template-future .testi-row {
  gap: 1rem;
}

body.template-future #testimonials {
  --testimonials-text: var(--future-section-text);
}

body.template-future #testimonials .eyebrow,
body.template-future #testimonials .section-title,
body.template-future #testimonials .t-quote,
body.template-future #testimonials .t-name,
body.template-future #testimonials .t-role,
body.template-future #testimonials .t-stars {
  color: var(--testimonials-text);
}

body.template-future .t-card {
  background: color-mix(in srgb, var(--future-section-bg) 90%, white);
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}

body.template-future .t-star {
  color: var(--future-section-accent);
}

body.template-future .t-av {
  background: linear-gradient(135deg, var(--future-section-accent), var(--future-accent-4));
  color: #fff;
}

body.template-future .t-name {
  color: var(--testimonials-text);
}

body.template-future .cta-wrap {
  min-height: 430px;
  background:
    radial-gradient(circle at 86% 20%, color-mix(in srgb, var(--future-section-accent) 18%, transparent), transparent 18%),
    radial-gradient(circle at 88% 80%, color-mix(in srgb, var(--future-section-accent) 18%, transparent), transparent 18%),
    linear-gradient(135deg, color-mix(in srgb, var(--future-section-bg) 88%, white), var(--future-section-bg));
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
}

body.template-future .cta-left {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.template-future .cta-left .eyebrow {
  color: var(--future-section-accent);
}

body.template-future .cta-left .eyebrow::before {
  background: linear-gradient(90deg, var(--future-section-accent), transparent);
}

body.template-future .cta-left h2 {
  color: var(--future-section-text);
}

body.template-future .cta-left p {
  color: color-mix(in srgb, var(--future-section-text) 70%, var(--future-muted));
}

body.template-future .cta-right {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    url("https://images.unsplash.com/photo-1511578314322-379afb476865?w=1200&q=85") center/cover;
  position: relative;
  overflow: hidden;
  border-radius: 0 28px 28px 0;
}

body.template-future .cta-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,0.55), transparent 16%),
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--future-section-accent) 22%, transparent), transparent 18%),
    radial-gradient(circle at 72% 74%, color-mix(in srgb, var(--future-section-accent) 18%, transparent), transparent 18%);
}

body.template-future #contact {
  background: var(--future-section-bg);
}

body.template-future .contact-grid {
  gap: 1.2rem;
}

body.template-future #contact .cl strong,
body.template-future #contact .cl-icon {
  color: var(--future-section-text);
}

body.template-future #contact .cl span {
  color: color-mix(in srgb, var(--future-section-text) 72%, var(--future-muted));
}

body.template-future .cl {
  background: color-mix(in srgb, var(--future-section-bg) 90%, white);
  border: 1px solid color-mix(in srgb, var(--future-section-accent) 12%, rgba(17,24,39,0.08));
  box-shadow: 0 12px 32px rgba(15,23,42,0.05);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

body.template-future .cl:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--future-section-accent) 18%, rgba(17,24,39,0.08));
}

body.template-future .cl strong,
body.template-future .cl-icon {
  color: var(--future-section-text);
}

body.template-future .f-group input,
body.template-future .f-group textarea,
body.template-future .f-submit {
  border-color: color-mix(in srgb, var(--future-section-accent) 10%, rgba(17,24,39,0.10));
}

body.template-future #contact .f-group input,
body.template-future #contact .f-group textarea {
  color: var(--future-section-text);
}

body.template-future .f-group input,
body.template-future .f-group textarea {
  background: color-mix(in srgb, var(--future-section-bg) 92%, white);
}

body.template-future .f-submit {
  background: linear-gradient(135deg, var(--future-section-accent), var(--future-accent-4)) !important;
  color: #fff !important;
}

body.template-future footer {
  width: min(1480px, calc(100% - 1.6rem));
  margin: 1rem auto 2rem;
  border-radius: 30px;
  border: 1px solid rgba(17,24,39,0.08);
  background: rgba(248,250,252,0.88);
  box-shadow: var(--future-shadow-soft);
}

body.template-future .foot-top {
  border-bottom: 1px solid rgba(17,24,39,0.08);
}

body.template-future .foot-brand p,
body.template-future .foot-bottom p {
  color: var(--footer-text-color, var(--future-muted));
}

body.template-future .foot-logo,
body.template-future .foot-col h5,
body.template-future .foot-col a {
  color: var(--footer-link-color, #111827);
}

body.template-future .foot-col a:hover {
  color: var(--footer-link-hover-color, var(--future-accent));
}

body.template-future .soc {
  border: 1px solid rgba(17,24,39,0.10);
  color: #fff;
}

body.template-future .soc.linkedin {
  background: #0A66C2;
}

body.template-future .soc.instagram {
  background: linear-gradient(135deg, #F58529 0%, #DD2A7B 45%, #8134AF 100%);
}

body.template-future .soc.facebook {
  background: #1877F2;
}

body.template-future .soc.youtube {
  background: #FF0000;
}

body.template-future .legal-page {
  width: min(1120px, calc(100% - 2rem));
  margin: 130px auto 2rem;
}

body.template-future .legal-wrap {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 30px;
  padding: 2.4rem;
  box-shadow: var(--future-shadow-soft);
}

body.template-future .legal-content {
  margin-top: 1.4rem;
  line-height: 1.9;
}

body.template-future .logo-image,
body.template-future .foot-logo-image {
  max-height: 46px;
  filter: none;
}

body.template-future .logo-leaf,
body.template-future .foot-logo-leaf {
  background: linear-gradient(135deg, var(--future-accent), var(--future-accent-4));
}

body.template-future .service-dialog-panel,
body.template-future .hero-card,
body.template-future .t-card,
body.template-future .proc-step,
body.template-future .cl,
body.template-future .pm,
body.template-future .svc-card {
  position: relative;
}

body.template-future .service-dialog-panel::after,
body.template-future .t-card::after,
body.template-future .proc-step::after,
body.template-future .cl::after,
body.template-future .pm::after,
body.template-future .svc-card::after {
  content: "";
  position: absolute;
  inset: auto 1.25rem 0.95rem 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--future-section-accent) 24%, rgba(16,196,204,0.24)), transparent);
  opacity: 0;
  transition: opacity 0.22s ease;
}

body.template-future .svc-card:hover::after,
body.template-future .proc-step:hover::after,
body.template-future .cl:hover::after,
body.template-future .pm:hover::after,
body.template-future .t-card:hover::after {
  opacity: 1;
}

body.theme-dark.template-future {
  --future-bg: #0d1117;
  --future-surface: rgba(16,20,30,0.84);
  --future-surface-strong: rgba(19,23,35,0.94);
  --future-text: #f5f7fb;
  --future-muted: #c0c8d4;
  --future-soft: #21283a;
  --future-line: rgba(255,255,255,0.08);
  --future-line-strong: rgba(255,255,255,0.14);
  --future-shadow: 0 24px 70px rgba(0,0,0,0.34);
  --future-shadow-soft: 0 14px 38px rgba(0,0,0,0.28);
  background:
    radial-gradient(circle at 8% 10%, rgba(16,196,204,0.14), transparent 0 16%),
    radial-gradient(circle at 90% 12%, rgba(255,95,122,0.14), transparent 0 16%),
    radial-gradient(circle at 78% 78%, rgba(107,93,255,0.12), transparent 0 20%),
    linear-gradient(180deg, #0a0e15 0%, #0c1119 100%);
}

body.theme-dark.template-future nav,
body.theme-dark.template-future .hero-left,
body.theme-dark.template-future .hero-right,
body.theme-dark.template-future section,
body.theme-dark.template-future footer,
body.theme-dark.template-future .legal-wrap,
body.theme-dark.template-future .svc-card,
body.theme-dark.template-future .t-card,
body.theme-dark.template-future .proc-step,
body.theme-dark.template-future .cl,
body.theme-dark.template-future .pm,
body.theme-dark.template-future .service-dialog-head,
body.theme-dark.template-future .service-dialog-body,
body.theme-dark.template-future .service-dialog-panel,
body.theme-dark.template-future .cta-wrap {
  background: rgba(14,18,28,0.86);
  border-color: rgba(255,255,255,0.08);
}

body.theme-dark.template-future .logo,
body.theme-dark.template-future .section-title,
body.theme-dark.template-future .svc-name,
body.theme-dark.template-future .pm-name,
body.theme-dark.template-future .proc-step h3,
body.theme-dark.template-future .t-name,
body.theme-dark.template-future .cta-left h2,
body.theme-dark.template-future .foot-col h5,
body.theme-dark.template-future .foot-logo,
body.theme-dark.template-future .service-dialog-head h3,
body.theme-dark.template-future .cl strong,
body.theme-dark.template-future .h-num {
  color: #f5f7fb;
}

body.theme-dark.template-future .nav-links a,
body.theme-dark.template-future .hero-body,
body.theme-dark.template-future .section-desc,
body.theme-dark.template-future .t-quote,
body.theme-dark.template-future .proc-step p,
body.theme-dark.template-future .service-dialog-panel p,
body.theme-dark.template-future .cl span,
body.theme-dark.template-future .legal-content,
body.theme-dark.template-future .foot-brand p,
body.theme-dark.template-future .foot-bottom p {
  color: var(--future-muted);
}

body.theme-dark.template-future .hero-card p,
body.theme-dark.template-future .hero-card span {
  color: #d9e2ef;
}

body.theme-dark.template-future .btn-text {
  color: #d8deea;
}

body.theme-dark.template-future .filter-wrap,
body.theme-dark.template-future .hero-card,
body.theme-dark.template-future .f-group input,
body.theme-dark.template-future .f-group textarea {
  background: rgba(255,255,255,0.04);
  color: #f5f7fb;
}

body.theme-dark.template-future .fp,
body.theme-dark.template-future .cl,
body.theme-dark.template-future .svc-card,
body.theme-dark.template-future .proc-step,
body.theme-dark.template-future .pm,
body.theme-dark.template-future .t-card,
body.theme-dark.template-future .service-dialog-panel {
  background: rgba(255,255,255,0.04);
}

body.theme-dark.template-future .service-dialog-head p,
body.theme-dark.template-future .svc-desc,
body.theme-dark.template-future .pm-meta {
  color: #b8c3d5;
}

body.theme-dark.template-future #testimonials {
  --testimonials-text: var(--future-testimonials-text-color, #F5F7FB);
}

body.theme-dark.template-future .foot-col a:hover,
body.theme-dark.template-future .btn-text:hover,
body.theme-dark.template-future .link-arrow:hover {
  color: var(--future-accent);
}

body.theme-dark.template-future .hero-left,
body.theme-dark.template-future .hero-right {
  background: color-mix(in srgb, var(--future-hero-bg) 18%, rgba(14,18,28,0.86));
}

body.theme-dark.template-future .cta-wrap {
  background: color-mix(in srgb, var(--future-cta-bg) 16%, rgba(14,18,28,0.86));
}

body.theme-dark.template-future .service-dialog-head,
body.theme-dark.template-future .service-dialog-body,
body.theme-dark.template-future .service-dialog-panel {
  background: color-mix(in srgb, var(--future-services-bg) 16%, rgba(14,18,28,0.86));
}

body.theme-dark.template-future #testimonials {
  --testimonials-text: var(--future-section-text);
}

@media (max-width: 1100px) {
  body.template-future .hero,
  body.template-future .cta-wrap,
  body.template-future .contact-grid,
  body.template-future .foot-top {
    grid-template-columns: 1fr;
  }

  body.template-future .hero {
    min-height: auto;
  }

  body.template-future .port-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 260px);
  }

  body.template-future .pm:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  body.template-future nav,
  body.template-future section,
  body.template-future footer,
  body.template-future .hero-left {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  body.template-future nav {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
    gap: 1rem;
  }

  body.template-future .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.95rem;
  }

  body.template-future .hero {
    padding-top: 112px;
  }

  body.template-future .hero-left {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  body.template-future .hero-btns,
  body.template-future .hero-numbers,
  body.template-future .f-row,
  body.template-future .foot-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  body.template-future .svc-grid,
  body.template-future .testi-row,
  body.template-future .port-mosaic {
    grid-template-columns: 1fr;
  }

  body.template-future .port-mosaic {
    grid-template-rows: repeat(6, 250px);
  }

  body.template-future .hero-card {
    position: static;
    margin: 1rem;
  }

  body.template-future .service-dialog-head,
  body.template-future .service-dialog-body {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
