:root {
  --ft-white: #ffffff;
  --ft-cream: #fff8ef;
  --ft-cream-strong: #fff0cd;
  --ft-text: #151515;
  --ft-muted: #5d5d66;
  --ft-line: rgba(21, 21, 21, 0.1);
  --ft-line-strong: rgba(21, 21, 21, 0.18);
  --ft-blue: #063b00;
  --ft-blue-strong: #042800;
  --ft-yellow: #ffc100;
  --ft-orange: #ffc100;
  --ft-orange-strong: #063b00;
  --ft-shadow-lg: 0 36px 90px rgba(21, 21, 21, 0.12);
  --ft-shadow-md: 0 20px 45px rgba(21, 21, 21, 0.08);
  --ft-shadow-sm: 0 12px 24px rgba(21, 21, 21, 0.06);
  --ft-radius-xl: 36px;
  --ft-radius-lg: 28px;
  --ft-radius-md: 22px;
  --ft-radius-sm: 16px;
  --ft-font-display: "Space Grotesk", "Segoe UI", sans-serif;
  --ft-font-body: "Manrope", "Segoe UI", sans-serif;
}

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

body {
  margin: 0;
  overflow-x: clip;
  max-width: 100%;
  font-family: var(--ft-font-body);
  color: var(--ft-text);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 193, 0, 0.28), transparent 18%),
    radial-gradient(circle at 95% 6%, rgba(6, 59, 0, 0.12), transparent 16%),
    linear-gradient(180deg, #ffffff 0%, #fffdf8 48%, #fff9f0 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 22rem;
  height: 22rem;
  border-radius: 46% 54% 45% 55% / 56% 44% 56% 44%;
  filter: blur(18px);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

body::before {
  top: -6rem;
  right: -6rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 193, 0, 0.88), transparent 38%),
    radial-gradient(circle at 70% 55%, rgba(6, 59, 0, 0.35), transparent 48%);
}

body::after {
  bottom: -8rem;
  left: -7rem;
  background:
    radial-gradient(circle at 52% 40%, rgba(6, 59, 0, 0.28), transparent 40%),
    radial-gradient(circle at 40% 64%, rgba(255, 193, 0, 0.78), transparent 44%);
}

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

a {
  text-decoration: none;
}

.ft-skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: var(--ft-text);
  background: var(--ft-white);
  box-shadow: var(--ft-shadow-sm);
  transform: translateY(-160%);
}

.ft-skip-link:focus {
  transform: translateY(0);
}

.ft-navbar {
  top: 0;
  padding-top: 0.55rem;
}

.ft-navbar .container {
  min-height: 3.65rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: var(--ft-shadow-sm);
}

.ft-brand {
  display: inline-flex;
  align-items: center;
  color: var(--ft-text);
  padding: 0.18rem 0.4rem 0.18rem 0.22rem;
  border-radius: 999px;
  overflow: visible;
}

.ft-brand-logo {
  display: block;
  width: clamp(6.25rem, 11vw, 8.25rem);
  height: auto;
  object-fit: contain;
  border-radius: 1.2rem 0 0 1.2rem;
  transform: translateX(-0.18rem);
}

.ft-brand-copy strong,
.ft-hero-title,
.ft-section-title,
.ft-project-slide h3,
.ft-service-card h3,
.ft-highlight-card strong,
.ft-value-item strong,
.ft-brief-output strong {
  font-family: var(--ft-font-display);
  letter-spacing: -0.05em;
}

.ft-brand-copy strong,
.ft-brand-copy small {
  display: block;
}

.ft-brand-copy small {
  color: var(--ft-muted);
  font-size: 0.78rem;
}

.ft-nav-link {
  padding: 0.5rem 0.85rem !important;
  border-radius: 999px;
  color: var(--ft-muted);
  font-weight: 700;
}

.ft-nav-link:hover,
.ft-nav-link:focus-visible,
.ft-nav-link.active {
  color: var(--ft-text);
  background: rgba(6, 59, 0, 0.08);
}

.ft-mobile-socials {
  display: none;
}

.ft-btn {
  min-height: 3.2rem;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.ft-btn:hover,
.ft-btn:focus-visible,
.ft-play-trigger:hover,
.ft-play-trigger:focus-visible {
  transform: translateY(-2px);
}

.ft-btn-primary {
  color: var(--ft-white);
  background: linear-gradient(135deg, var(--ft-blue), #0a5c12);
  box-shadow: 0 22px 40px rgba(6, 59, 0, 0.24);
}

.ft-btn-secondary {
  color: var(--ft-text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ft-shadow-sm);
}

.ft-btn-ghost {
  color: var(--ft-text);
  background: transparent;
  border: 1px solid var(--ft-line-strong);
}

.ft-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--ft-orange-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ft-eyebrow::before {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ft-yellow), var(--ft-orange));
  box-shadow: 0 0 0 8px rgba(255, 193, 0, 0.18);
}

.ft-hero {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 3rem;
}

.ft-hero-row {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .ft-hero {
    padding: 4.75rem 0 2rem;
  }

  .ft-hero-row {
    min-height: 0;
    padding-top: 0.25rem;
    padding-bottom: 1.5rem;
    align-items: flex-start;
  }

  .ft-portrait-stage {
    margin-top: -2.25rem;
    padding: 0.35rem 1rem 0;
  }

  .ft-portrait-card img {
    object-position: center 6%;
  }

  .ft-floating-note-top {
    top: 0.85rem;
  }
}

.ft-hero::before,
.ft-hero::after {
  content: "";
  position: absolute;
  border-radius: 48% 52% 38% 62% / 58% 34% 66% 42%;
  pointer-events: none;
}

.ft-hero::before {
  width: 18rem;
  height: 18rem;
  top: 6rem;
  left: -4rem;
  background:
    radial-gradient(circle at 40% 40%, rgba(255, 193, 0, 0.95), transparent 36%),
    radial-gradient(circle at 70% 65%, rgba(6, 59, 0, 0.5), transparent 48%);
}

.ft-hero::after {
  width: 20rem;
  height: 20rem;
  right: -5rem;
  top: 9rem;
  background:
    radial-gradient(circle at 42% 38%, rgba(6, 59, 0, 0.25), transparent 32%),
    radial-gradient(circle at 65% 60%, rgba(255, 193, 0, 0.8), transparent 44%);
}

.ft-hero-title {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  line-height: 0.9;
}

.ft-hero-typed {
  min-height: 4.5rem;
  margin: 1rem 0 0;
  color: var(--ft-text);
  font-family: var(--ft-font-display);
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  line-height: 1.1;
}

.typed-text-output {
  color: var(--ft-text);
}

.typed-cursor {
  display: inline-block;
  width: 0;
  height: 0.95em;
  margin-left: 0.12em;
  border-right: 3px solid var(--ft-blue);
  transform: translateY(0.12em);
  animation: blink 0.8s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.ft-hero-copy,
.ft-section-intro,
.ft-project-slide p,
.ft-service-card p,
.ft-highlight-card p,
.ft-value-item span,
.ft-mini-card span,
.ft-form-note,
.ft-brief-output p,
.ft-status-note,
.ft-footer p {
  color: var(--ft-muted);
  line-height: 1.75;
}

.ft-mini-card,
.ft-service-card,
.ft-highlight-card,
.ft-form-card,
.ft-project-slide,
.ft-contact-shell,
.ft-value-item,
.ft-footer-shell {
  border: 1px solid var(--ft-line);
  border-radius: var(--ft-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ft-shadow-sm);
}

.ft-mini-card {
  height: 100%;
  padding: 1rem;
}

.ft-mini-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.ft-play-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 3.2rem;
  padding: 0.55rem 1.2rem 0.55rem 0.55rem;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 999px;
  color: var(--ft-text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ft-shadow-sm);
}

.ft-play-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ft-yellow), var(--ft-orange));
}

.ft-play-icon::before {
  content: "";
  margin-left: 0.15rem;
  border-left: 0.72rem solid var(--ft-white);
  border-top: 0.46rem solid transparent;
  border-bottom: 0.46rem solid transparent;
}

.ft-portrait-stage {
  position: relative;
  padding: 1.4rem;
}

.ft-portrait-stage::before {
  content: "";
  position: absolute;
  inset: 1rem 0 0 2rem;
  border-radius: 46% 54% 44% 56% / 55% 41% 59% 45%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 193, 0, 0.9), transparent 28%),
    radial-gradient(circle at 70% 60%, rgba(6, 59, 0, 0.34), transparent 40%),
    radial-gradient(circle at 48% 48%, rgba(6, 59, 0, 0.12), transparent 62%);
}

.ft-portrait-card {
  position: relative;
  overflow: visible;
  border: none;
  border-radius: var(--ft-radius-xl);
  background: transparent;
  box-shadow: none;
}

.ft-portrait-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center bottom;
}

.ft-floating-note {
  position: absolute;
  z-index: 2;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ft-shadow-sm);
}

.ft-floating-note-top {
  top: 2rem;
  right: -0.35rem;
}

.ft-floating-note-bottom {
  left: -0.15rem;
  bottom: 2rem;
}

.ft-section {
  padding: 5.5rem 0;
}

.ft-section-title {
  margin: 0;
  font-size: clamp(2.1rem, 4.3vw, 4rem);
  line-height: 0.98;
}

.ft-section-header {
  max-width: 52rem;
}

.ft-projects {
  position: relative;
}

.ft-coverflow,
.ft-services-showcase {
  position: relative;
  padding: 1.2rem 0 0.3rem;
  overflow: hidden;
}

.ft-coverflow-track,
.ft-services-track {
  position: relative;
  min-height: 33rem;
}

.ft-coverflow-card,
.ft-service-arc-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(33rem, calc(100% - 3.6rem));
  max-width: calc(100% - 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--ft-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 193, 0, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88));
  box-shadow:
    0 24px 50px rgba(13, 31, 64, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform: translateX(-50%) scale(0.85);
  opacity: 0.24;
  filter: blur(1.8px);
  transition:
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 640ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 640ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.ft-coverflow-card {
  padding: 1rem;
}

.ft-coverflow-card.active,
.ft-service-arc-card.active {
  opacity: 1;
  filter: blur(0);
  transform: translateX(-50%) scale(1.05);
  z-index: 5;
  pointer-events: auto;
  box-shadow:
    0 34px 70px rgba(13, 31, 64, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ft-coverflow-card.active {
  animation: ftFloat 6s ease-in-out infinite;
}

.ft-coverflow-card.prev,
.ft-service-arc-card.prev {
  opacity: 0.6;
  transform: translateX(-87%) scale(0.86) rotate(-6deg);
  z-index: 3;
}

.ft-coverflow-card.next,
.ft-service-arc-card.next {
  opacity: 0.6;
  transform: translateX(-13%) scale(0.86) rotate(6deg);
  z-index: 3;
}

.ft-coverflow-card.far,
.ft-service-arc-card.far {
  opacity: 0.2;
  transform: translateX(-50%) scale(0.78);
  z-index: 1;
}

.ft-coverflow-image-wrap {
  overflow: hidden;
  border-radius: var(--ft-radius-md);
  border: 1px solid rgba(6, 59, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  aspect-ratio: 16 / 10;
}

.ft-coverflow-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ft-coverflow-content {
  padding: 1rem 0.35rem 0.2rem;
}

.ft-coverflow-content h3,
.ft-service-arc-card h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.32rem, 2.6vw, 1.8rem);
}

.ft-services {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 193, 0, 0.18), transparent 15%),
    linear-gradient(180deg, rgba(255, 248, 239, 0.8), rgba(255, 255, 255, 0.96));
}

.ft-services-showcase {
  min-height: 40rem;
}

.ft-services-core {
  position: absolute;
  top: 37%;
  left: 50%;
  z-index: 0;
  display: grid;
  place-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  color: var(--ft-blue-strong);
  font-family: var(--ft-font-display);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.62)),
    linear-gradient(135deg, rgba(255, 193, 0, 0.3), rgba(6, 59, 0, 0.16));
  box-shadow: 0 0 35px rgba(255, 193, 0, 0.35);
}

.ft-service-arc-card {
  top: 2rem;
  padding: 1.3rem;
  min-height: 20rem;
  isolation: isolate;
}

.ft-service-arc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: var(--service-bg);
  background-position: center;
  background-size: cover;
  z-index: -2;
}

.ft-service-arc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(3, 20, 43, 0.34), rgba(3, 20, 43, 0.68));
  z-index: -1;
}

.ft-service-arc-card h3,
.ft-service-arc-card p {
  color: #fff;
}

.ft-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  color: var(--ft-white);
  font-weight: 800;
  background: linear-gradient(135deg, rgba(255, 193, 0, 0.75), rgba(6, 59, 0, 0.52));
}

.ft-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.ft-slider-arrow {
  width: 2.9rem;
  height: 2.9rem;
  border: 0;
  border-radius: 50%;
  color: var(--ft-blue-strong);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--ft-shadow-sm);
}

.ft-slider-pagination {
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.ft-slider-dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(21, 21, 21, 0.22);
}

.ft-slider-dot.active {
  background: var(--ft-blue);
  transform: scale(1.15);
}

.ft-services {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 193, 0, 0.18), transparent 15%),
    linear-gradient(180deg, rgba(255, 248, 239, 0.8), rgba(255, 255, 255, 0.96));
}

.ft-service-card,
.ft-highlight-card,
.ft-form-card,
.ft-value-item {
  height: 100%;
  padding: 1.4rem;
}

.ft-service-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.45rem;
}

.ft-service-card-media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ft-service-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--service-bg);
  background-size: cover;
  background-position: center;
}

.ft-service-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 59, 0, 0.52), rgba(6, 59, 0, 0.72));
}

.ft-service-card-media h3,
.ft-service-card-media p {
  color: var(--ft-white);
}

.ft-service-price {
  margin-bottom: 0.75rem;
  color: var(--ft-blue-strong);
  font-size: 0.92rem;
  font-weight: 800;
}

.ft-service-package-btn {
  margin-top: 0.95rem;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.ft-packages-modal .modal-content {
  border: 0;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(255, 193, 0, 0.2), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  box-shadow: 0 30px 80px rgba(8, 32, 80, 0.18);
}

.ft-packages-modal .modal-header,
.ft-packages-modal .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ft-package-card {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 59, 0, 0.08);
  box-shadow: 0 20px 45px rgba(16, 48, 101, 0.08);
}

.ft-package-tier {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  color: var(--ft-blue-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(6, 59, 0, 0.08);
}

.ft-package-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.25rem;
}

.ft-package-price {
  margin-bottom: 1rem;
  color: var(--ft-blue-strong);
  font-size: 1.1rem;
  font-weight: 800;
}

.ft-package-list {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.1rem;
  margin: 0;
}

.ft-package-list li {
  color: var(--ft-body);
}

.ft-why-us {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.ft-value-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.ft-value-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.ft-highlight-card {
  min-height: 12rem;
}

.ft-highlight-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.25rem;
}

.ft-highlight-card-blue {
  background: linear-gradient(180deg, rgba(6, 59, 0, 0.12), rgba(255, 255, 255, 0.94));
}

.ft-highlight-card-orange {
  background: linear-gradient(180deg, rgba(6, 59, 0, 0.14), rgba(255, 255, 255, 0.94));
}

.ft-highlight-card-yellow {
  background: linear-gradient(180deg, rgba(255, 193, 0, 0.26), rgba(255, 255, 255, 0.94));
}

.ft-highlight-card-white {
  background: rgba(255, 255, 255, 0.96);
}

.ft-contact {
  position: relative;
}

.ft-contact-shell {
  padding: 2rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 193, 0, 0.24), transparent 20%),
    radial-gradient(circle at 92% 14%, rgba(6, 59, 0, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 239, 0.9));
}

.ft-social-panel {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid var(--ft-line);
  border-radius: var(--ft-radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--ft-shadow-sm);
}

.ft-contact-info {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.ft-contact-info-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.05rem;
  border: 1px solid var(--ft-line);
  border-radius: var(--ft-radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ft-shadow-sm);
}

.ft-contact-info-item i {
  color: var(--ft-blue-strong);
  font-size: 1.1rem;
}

.ft-contact-info-item strong,
.ft-footer-contact a,
.ft-footer-contact span,
.ft-footer-contact address {
  display: block;
}

.ft-contact-info-item strong {
  margin-bottom: 0.2rem;
  color: var(--ft-text);
}

.ft-contact-info-item a,
.ft-contact-info-item span,
.ft-contact-info-item address,
.ft-footer-contact a,
.ft-footer-contact span,
.ft-footer-contact address {
  color: var(--ft-muted);
  line-height: 1.6;
}

.ft-business-address {
  font-style: normal;
}

.ft-email-link {
  font-weight: 700;
}

.ft-social-title {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--ft-text);
  font-family: var(--ft-font-display);
  font-size: 1.15rem;
}

.ft-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.ft-social-link,
.ft-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: var(--ft-text);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.ft-social-link {
  padding: 0.9rem 1rem;
  border: 1px solid var(--ft-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

.ft-social-link i,
.ft-footer-social-link i {
  color: var(--ft-blue-strong);
  font-size: 1.05rem;
}

.ft-social-link:hover,
.ft-social-link:focus-visible,
.ft-footer-social-link:hover,
.ft-footer-social-link:focus-visible {
  transform: translateY(-2px);
}

.ft-form-control {
  padding: 0.95rem 1rem;
  border: 1px solid var(--ft-line-strong);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
}

.ft-form-control:focus {
  border-color: rgba(6, 59, 0, 0.4);
  box-shadow: 0 0 0 0.25rem rgba(6, 59, 0, 0.12);
}

.ft-brief-preview {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(21, 21, 21, 0.18);
  border-radius: var(--ft-radius-md);
  background: rgba(255, 255, 255, 0.9);
}

.ft-brief-row {
  padding: 0.85rem 0;
}

.ft-brief-row + .ft-brief-row {
  border-top: 1px solid var(--ft-line);
}

.ft-brief-row span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--ft-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ft-footer {
  padding: 0 0 2rem;
}

.ft-footer-shell,
.ft-footer-social,
.ft-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ft-footer-shell {
  padding: 1.5rem;
}

.ft-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ft-footer-contact {
  display: grid;
  gap: 0.15rem;
  margin-top: 0.9rem;
}

.ft-footer-links a,
.ft-footer-bottom a,
.ft-footer-social-jump {
  color: var(--ft-blue-strong);
  font-weight: 800;
}

.ft-footer-social-wrap {
  display: grid;
  gap: 0.65rem;
  padding-top: 1rem;
}

.ft-footer-social-jump {
  font-size: 0.95rem;
}

.ft-footer-social {
  flex-wrap: wrap;
  padding-top: 0;
}

.ft-footer-social-link {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--ft-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ft-shadow-sm);
}

.ft-footer-bottom {
  padding: 1rem 0 0;
}

.ft-whatsapp-float {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1080;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  padding: 0;
  border-radius: 999px;
  color: var(--ft-white);
  font-weight: 800;
  background: linear-gradient(135deg, #1fbf5b, #0ea548);
  box-shadow: 0 18px 38px rgba(14, 165, 72, 0.28);
}

.ft-whatsapp-float i {
  font-size: 1.2rem;
}

.ft-toast-wrap {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1085;
}

.ft-toast {
  min-width: min(92vw, 24rem);
  border: 0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 55px rgba(18, 37, 78, 0.18);
}

.ft-toast .toast-header {
  border-bottom: 1px solid rgba(6, 59, 0, 0.08);
}

.ft-toast-success .toast-header {
  background: linear-gradient(90deg, rgba(22, 190, 120, 0.18), rgba(255, 255, 255, 0.95));
}

.ft-toast-error .toast-header {
  background: linear-gradient(90deg, rgba(240, 88, 88, 0.16), rgba(255, 255, 255, 0.95));
}

.ft-video-modal .modal-content {
  border: 0;
  border-radius: var(--ft-radius-lg);
  box-shadow: var(--ft-shadow-lg);
}

@media (max-width: 991.98px) {
  .ft-navbar {
    padding-top: 0.7rem;
  }

  .ft-navbar .container {
    min-height: 4.25rem;
    padding: 0.65rem 0.85rem;
    border-radius: 1.75rem;
  }

  .ft-brand-logo {
    width: 6.4rem;
  }

  .ft-brand {
    padding: 0.12rem 0.32rem 0.12rem 0.16rem;
  }

  .ft-mobile-socials {
    display: grid;
    gap: 0.85rem;
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--ft-line);
  }

  .ft-mobile-socials-label {
    color: var(--ft-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ft-mobile-socials-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
  }

  .ft-mobile-socials-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid var(--ft-line);
    border-radius: 50%;
    color: var(--ft-blue-strong);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--ft-shadow-sm);
  }

  .ft-coverflow-track,
  .ft-services-track {
    min-height: 30rem;
  }

  .ft-services-showcase {
    min-height: 36rem;
  }

  .ft-service-arc-card.prev {
    transform: translateX(-80%) scale(0.88) rotate(-4deg);
  }

  .ft-service-arc-card.next {
    transform: translateX(-20%) scale(0.88) rotate(4deg);
  }
}

@media (max-width: 767.98px) {
  .ft-hero {
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .ft-hero-row {
    min-height: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
    --bs-gutter-y: 0.65rem;
    align-items: flex-start !important;
  }

  .ft-hero-row > .col-lg-6:last-child {
    margin-bottom: 0;
    align-self: flex-start;
  }

  .ft-portrait-stage {
    margin-top: -0.9rem;
    margin-bottom: 0;
    padding: 0;
    min-height: 0;
    overflow: hidden;
  }

  .ft-portrait-stage::before {
    inset: 0.35rem 0 0 0.75rem;
    bottom: 0;
    height: auto;
  }

  .ft-portrait-card {
    line-height: 0;
    max-height: none;
  }

  .ft-portrait-card img {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 6 / 7 !important;
    max-height: none;
    object-fit: cover !important;
    object-position: center 12% !important;
  }

  .ft-services.ft-section {
    padding-top: 1rem;
  }

  .ft-navbar {
    top: 0;
    padding-top: 0.45rem;
  }

  .ft-navbar .container {
    min-height: 3.7rem;
    padding: 0.48rem 0.72rem;
    border-radius: 1.35rem;
  }

  .ft-brand {
    padding: 0.08rem 0.24rem 0.08rem 0.12rem;
  }

  .ft-brand-logo {
    width: 5.7rem;
    transform: none;
  }

  .navbar-toggler {
    padding: 0.18rem 0.35rem;
  }

  .navbar-toggler-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .ft-hero-typed {
    min-height: 3.8rem;
  }

  .ft-contact-shell,
  .ft-footer-shell {
    padding: 1.35rem;
  }

  .ft-coverflow-track,
  .ft-services-track {
    min-height: 27.5rem;
  }

  .container {
    max-width: 100%;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .ft-coverflow-card,
  .ft-service-arc-card {
    width: min(26rem, calc(100% - 1.5rem));
    max-width: calc(100% - 1rem);
  }

  .ft-coverflow-card.prev,
  .ft-coverflow-card.next,
  .ft-service-arc-card.prev,
  .ft-service-arc-card.next {
    opacity: 0.32;
    transform: translateX(-50%) scale(0.9);
  }

  .ft-services-core {
    display: none;
  }

  .ft-footer-shell,
  .ft-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ft-footer-social {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .ft-footer-social-wrap {
    width: 100%;
  }

  .ft-toast-wrap {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 0.8rem;
  }

  .ft-whatsapp-float {
    left: 0.8rem;
    right: auto;
    bottom: 5.2rem;
    width: 3rem;
    height: 3rem;
  }

  .ft-social-links {
    grid-template-columns: 1fr;
  }

  .ft-floating-note-top {
    top: 0.75rem;
    right: 0.25rem;
  }

  .ft-floating-note-bottom {
    left: 0.25rem;
    right: auto;
    bottom: auto;
    top: 58%;
  }
}

@keyframes ftFloat {
  0%,
  100% {
    transform: translateX(-50%) scale(1.05) translateY(0);
  }
  50% {
    transform: translateX(-50%) scale(1.05) translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation: none !important;
    transition: none !important;
  }
}
