﻿@import url('../fds-argon/style.css');

:root {
  --primary-color: #5e72e4;
  --secondary-color: #32325d;
  --accent-color: #58c5bf;
  --bg-main: #f7f8fc;
  --bg-secondary: #edf1f7;
  --text-primary: #1f2640;
  --text-secondary: #5b6788;
  --surface-strong: #ffffff;
  --line-soft: rgba(94,114,228,.12);
  --line-strong: rgba(94,114,228,.22);
  --shadow-soft: 0 24px 60px rgba(28,35,75,.10);
  --shadow-strong: 0 40px 100px rgba(28,35,75,.18);
}

body {
  background:
    radial-gradient(circle at top left, rgba(94,114,228,.16), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(88,197,191,.18), transparent 22%),
    linear-gradient(180deg, #f8f9fd 0%, #eef2f8 100%) !important;
  color: var(--text-secondary) !important;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(94,114,228,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94,114,228,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 70%);
  z-index: 0;
}

body,
.fds-navbar,
.fds-footer,
.hero-split,
.story-section,
.value-proposition,
.impact-section,
.social-proof,
.steps-horizontal,
.features-highlight,
.cta-human,
.fds-section {
  font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-primary);
  letter-spacing: -.04em;
}

.fds-topbar {
  background: linear-gradient(90deg, #2d355d 0%, #5e72e4 55%, #58c5bf 100%);
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
}

.fds-navbar {
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.70);
  border-bottom: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 20px 50px rgba(28,35,75,.08);
}

.fds-logo img {
  max-height: 56px;
}

.fds-theme-toggle,
.fds-lang-btn,
.fds-hamburger {
  border: 1px solid rgba(94,114,228,.16);
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 30px rgba(94,114,228,.08);
}

.hero-split,
.story-section,
.value-proposition,
.impact-section,
.social-proof,
.steps-horizontal,
.features-highlight,
.cta-human,
.fds-section {
  position: relative;
  padding: 110px 0;
}

.hero-split {
  padding-top: 160px;
  overflow: hidden;
}

.hero-split::before {
  content: '';
  position: absolute;
  inset: 24px 24px auto 24px;
  height: calc(100% - 48px);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(31,38,64,.96), rgba(46,58,101,.88) 52%, rgba(94,114,228,.76) 100%),
    radial-gradient(circle at top right, rgba(88,197,191,.34), transparent 22%);
  box-shadow: var(--shadow-strong);
}

.hero-split .container,
.story-section .container,
.value-proposition .container,
.impact-section .container,
.social-proof .container,
.steps-horizontal .container,
.features-highlight .container,
.cta-human .container,
.fds-section .container {
  position: relative;
  z-index: 1;
}

.hero-split h1,
.hero-split .lead,
.hero-split li,
.hero-split .btn {
  color: #fff !important;
}

.hero-split h1 {
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  line-height: .9;
  max-width: 10ch;
}

.hero-split .lead {
  font-size: 1.12rem;
  line-height: 1.7;
  opacity: .9;
  max-width: 58ch;
}

.hero-split ul {
  display: grid;
  gap: 14px;
}

.hero-split li {
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  margin-bottom: 0 !important;
}

.hero-split li i {
  color: #58c5bf !important;
}

.hero-split .btn {
  margin-top: 1rem;
  padding: 16px 26px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  background: linear-gradient(135deg, #58c5bf 0%, #5e72e4 100%);
  box-shadow: 0 18px 36px rgba(88,197,191,.24);
}

.hero-split img {
  width: 100%;
  max-width: 560px;
  border-radius: 28px;
  transform: rotate(-2deg);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 80px rgba(0,0,0,.26);
}

.impact-section h2,
.value-proposition h2,
.features-highlight h2,
.social-proof h2,
.steps-horizontal h2,
.cta-human h2,
.story-section h2,
.fds-heading {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: .96;
}

.impact-section .row > div > div,
.value-proposition .row > div > div,
.features-highlight .row > div > div,
.steps-horizontal .row > div > div,
.social-proof .row > div > div {
  border: 1px solid var(--line-soft) !important;
  background: rgba(255,255,255,.84) !important;
  border-radius: 28px !important;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.impact-section {
  padding-top: 50px;
}

.impact-section .display-5 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  letter-spacing: -.05em;
  color: var(--secondary-color) !important;
}

.value-proposition {
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(94,114,228,.04));
}

.value-proposition .p-4,
.features-highlight .p-4,
.steps-horizontal .p-4,
.social-proof .p-4 {
  padding: 30px !important;
}

.value-proposition .p-4 {
  min-height: 100%;
}

.story-section .row {
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line-soft);
  border-radius: 34px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.story-section .col-lg-5,
.story-section .col-lg-7 {
  padding: 0;
}

.story-section img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.story-section .col-lg-7 {
  padding: 52px;
}

.story-section p {
  font-size: 1.04rem;
  line-height: 1.8;
}

.features-highlight {
  background:
    radial-gradient(circle at 12% 20%, rgba(94,114,228,.08), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(94,114,228,.04));
}

.features-highlight h5,
.steps-horizontal h5 {
  font-size: 1.18rem;
  margin-bottom: .8rem;
}

.social-proof {
  background: linear-gradient(180deg, rgba(50,50,93,.03), rgba(50,50,93,.00));
}

.social-proof .row.text-center.mb-4 > div > div {
  font-weight: 800;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: .06em;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-proof p {
  font-size: 1.04rem;
  line-height: 1.7;
}

.fds-section {
  background: transparent;
}

.fds-title {
  color: var(--primary-color) !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fds-lead {
  max-width: 72ch;
  font-size: 1.04rem !important;
  line-height: 1.8;
}

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

.fds-portfolio__item {
  margin: 0;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line-soft);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.fds-portfolio__item img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform .45s ease;
}

.fds-portfolio__item:hover img {
  transform: scale(1.05);
}

.fds-portfolio__item figcaption {
  padding: 18px 18px 22px;
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.5;
}

.fds-cta,
.cta-human .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 999px !important;
  border: 0 !important;
  font-weight: 800 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #2d355d 0%, #5e72e4 55%, #58c5bf 100%) !important;
  box-shadow: 0 18px 40px rgba(45,53,93,.18);
}

.cta-human {
  padding-bottom: 130px;
}

.cta-human .container > .row {
  padding: 36px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(31,38,64,.95), rgba(94,114,228,.90));
  box-shadow: var(--shadow-strong);
}

.cta-human h2,
.cta-human p,
.cta-human .btn {
  color: #fff !important;
}

.fds-footer {
  background: #202744 !important;
  color: rgba(255,255,255,.78) !important;
}

.fds-footer h5,
.fds-footer p,
.fds-footer a,
.fds-footer span {
  color: rgba(255,255,255,.82) !important;
}

@media (max-width: 991px) {
  .hero-split {
    padding-top: 130px;
  }

  .hero-split::before {
    inset: 16px 16px auto 16px;
    height: calc(100% - 32px);
    border-radius: 30px;
  }

  .hero-split h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }

  .hero-split img {
    margin-top: 1rem;
    transform: none;
  }

  .story-section .col-lg-7 {
    padding: 34px 24px;
  }

  .fds-portfolio {
    grid-template-columns: 1fr;
  }
}
