#intro-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#lottie-intro {
  width: 250px;
}
@media (min-width: 768px) {
  #lottie-intro {
    width: 280px;
  }
}
body {
  margin: 0;
  background: #fff;
}
.site-main {
  background: #000;
}
.stats-wrap {
  background: transparent;
}
.custom-navbar {
  background-color: #000;
  border-radius: 35px;
  margin: 15px auto;
  padding: 0.6rem 1.2rem !important;
  width: 85%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-gap {
  gap: 50px;
}
.nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: #ff7a00 !important;
}
.logo-center-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.logo-img {
  width: 100px;
}
@media (max-width: 991px) {
  .custom-navbar {
    width: 95%;
    border-radius: 25px;
    padding: 0.4rem 0.8rem;
  }
  .nav-item {
    margin: 4px 6px;
  }
  .logo-box {
    border-radius: 25px;
    padding: 4px 12px;
  }
  .logo-img {
    height: 24px;
  }
}
.nav-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-mobile {
    display: flex;
  }
}
.nav-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-mobile {
    display: flex;
  }
}
.toggler-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #fff;
  box-shadow: none;
}
.toggler-btn .bi {
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 420px) {
  .toggler-btn .bi {
    font-size: 1.8rem;
  }
}
.toggler-btn .bi {
  font-size: 1.25rem;
  line-height: 1;
}
.logo-left .logo-box {
  background: #fff;
  border-radius: 30px;
  padding: 5px 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.navbar-shutter {
  width: 85%;
  margin: 8px auto 0;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
}
.navbar-shutter .mobile-nav {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
}
.navbar-shutter .mobile-link {
  display: block;
  padding: 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.navbar-shutter .mobile-link:hover {
  color: #ff7a00;
}
@media (prefers-reduced-motion: reduce) {
  .toggler-btn .bar {
    transition: none;
  }
}
.hero-panel {
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 90vh;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  padding: clamp(24px, 4vw, 36px) 0 clamp(36px, 6vw, 56px);
}
.tagline {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 16px;
  text-align: center;
}
.tagline-title {
  margin: 0;
  font-weight: 600;
  color: #0b0b0c;
  font-size: clamp(26px, 5.6vw, 46px);
  line-height: 1.07;
}
.tag-icon {
  position: absolute;
  display: block;
  width: 40px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.tag-icon-left {
  left: calc(clamp(14px, 4vw, 40px) + 270px);
  top: calc(clamp(6px, 3vw, 18px) - 30px);
}
.tag-icon-right {
  right: calc(clamp(14px, 4vw, 40px) + 420px);
  top: clamp(42px, 6vw, 70px);
}
@media (max-width: 575.98px) {
  .tag-icon-left {
    left: 32px;
    top: 8px;
  }
  .tag-icon-right {
    right: 90px;
    top: 168px;
  }
  .hero-panel {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.hero-center {
  padding-inline: 16px;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  column-gap: clamp(16px, 4vw, 40px);
}
.hero-left {
  grid-column: 1;
  padding-left: 40px;
  justify-self: end;
  align-self: start;
  max-width: 520px;
}
.leaf-icon {
  width: clamp(18px, 3.6vw, 28px);
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
}
#leaf2 {
  transform: rotate(260deg);
}
.hero-desc {
  margin: 0 0 1px;
  color: #475569;
  line-height: 1.6;
  font-size: clamp(14px, 1.7vw, 16px);
}
.hero-desc {
  max-width: 80ch;
}
.pill-outline {
  display: inline-block;
  border: 1px solid #0b0b0c;
  border-radius: 999px;
  padding: 8px 14px;
  color: #0b0b0c;
  text-decoration: none;
  font-weight: 500;
}
.hero-centerpiece {
  grid-column: 2;
  justify-self: center;
  position: relative;
  display: grid;
  place-items: center;
  padding-bottom: 56px;
}
.hero-photo {
  width: min(320px, 92vw);
  height: auto;
  display: block;
  border-radius: 22px;
}
.cta-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  backdrop-filter: saturate(1.2) blur(6px);
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.btn-primary-cta {
  background: #ff7a1a;
  color: #fff;
}
.btn-glass-cta {
  background: rgba(255, 255, 255, 0.35);
  color: #1f2937;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  .tagline-title {
    font-size: 60px !important;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .hero-left {
    padding-left: 10px;
    grid-column: 1;
    justify-self: center;
    max-width: 520px;
    width: 100%;
  }
  .hero-centerpiece {
    grid-column: 1;
    padding-bottom: 0;
    padding-top: 10px !important;
  }
  .cta-bar {
    position: static;
    transform: none;
    margin-top: 10px;
    justify-content: center;
  }
  .pill-outline {
    display: none !important;
  }
}
.hero-centerpiece {
  position: relative;
}
.rating-side {
  position: absolute;
  top: 10%;
  right: -113%;
  display: grid;
  justify-items: center;
  gap: 2px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 8px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  z-index: 4;
}
.rating-side .stars .bi {
  color: #ff7a1a;
  font-size: 16px;
  margin: 0 1px;
}
.years-line {
  display: grid;
  justify-items: center;
  line-height: 1;
}
.years-line strong {
  font-weight: 800;
  color: #0b0b0c;
  font-size: clamp(14px, 1.8vw, 18px);
}
.years-line span {
  font-size: 11px;
  color: #6b7280;
}
.rating-img {
  display: block;
  width: clamp(120px, 18vw, 160px);
  height: auto;
}
@media (max-width: 991.98px) {
  .rating-side {
    right: 50%;
    transform: translateX(50%);
    top: -8px;
  }
}
.stats-wrap {
  padding: clamp(16px, 4vw, 32px) 16px clamp(24px, 5vw, 40px);
}
.stats-card {
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 28px;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 3vw, 28px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 2vw, 18px);
  align-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  backdrop-filter: blur(8px) saturate(120%);
}
.stat {
  text-align: center;
  padding: clamp(8px, 1.5vw, 14px);
  border-radius: 16px;
}
.stat-value {
  font-weight: 700;
  font-size: clamp(26px, 4.8vw, 40px);
  letter-spacing: 0.5px;
}
.stat-label {
  opacity: 0.9;
  font-size: clamp(12px, 1.8vw, 14px);
  margin-top: 4px;
}
@media (min-width: 992px) {
  .stat:not(:last-child) {
    position: relative;
  }
  .stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    width: 1px;
    height: 24px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.22);
  }
}
@media (max-width: 767.98px) {
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@supports not ((backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px))) {
  .stats-card {
    background: rgba(255, 255, 255, 0.14);
  }
}
.stat:hover {
  background: rgba(255, 255, 255, 0.06);
}
.about-blurb {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
}
.about-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.about-text span {
  opacity: 0.15;
  transition: opacity 0.25s ease-out;
}
.about-text span.visible {
  opacity: 1;
}
@media (max-width: 768px) {
  .about-blurb {
    height: auto;
    padding: 3rem 1.5rem;
  }
  .about-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.about-text {
  margin: 0 auto;
  max-width: 70ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1px;
}
.about-text em,
.about-text strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 420px) {
  .about-text {
    line-height: 1.6;
    font-size: small;
  }
}
@media (min-width: 1440px) {
  .about-text {
    font-size: 19px;
  }
}
.section-dark {
  background: #000000;
  color: #ffffff;
}
#innovate {
  overflow-x: hidden;
}
.section-title {
  font-size: clamp(28px, 4.2vw, 40px);
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.08;
}
.section-sub {
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: left;
}
.img-card {
  position: relative;
  overflow: hidden;
}
.rounded-card {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.6);
  background: #111;
}
.img-card-large {
  height: 320px;
}
.img-card-small {
  height: 420px;
}
.img-card .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.star-overlay {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 40px;
  height: auto;
  z-index: 6;
  pointer-events: none;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}
.image-row {
  margin-top: 6px;
}
@media (max-width: 991px) {
  #main-innov {
    display: none;
  }
  .section-sub {
    text-align: left;
    margin-top: 8px;
  }
  .img-card-large {
    height: 300px;
  }
  .img-card-small {
    height: 360px;
  }
}
@media (max-width: 767px) {
  #main-innov {
    display: none;
  }
  .row.align-items-start.mb-4 {
    gap: 12px;
  }
  .section-sub {
    margin-top: 8px;
  }
  .img-card-small {
    display: none !important;
  }
  .img-card-large {
    height: 360px;
  }
  .star-overlay {
    width: 30px;
    top: 10px;
    left: 10px;
  }
}
.section-dark .section-sub a {
  color: #f97316;
  text-decoration: none;
}
:root {
  --bg: #171717;
  --panel: #242424;
  --ink: #fff;
  --muted: #cfcfcf;
  --accent: #ff7a1a;
  --radius: 20px;
  --gap: clamp(14px, 2.5vw, 28px);
  --img-h: clamp(220px, 28vw, 340px);
  --service-h: clamp(48px, 6vw, 56px);
}
#what-we-do {
  overflow-x: clip;
}
.services {
  position: relative;
  background: var(--bg);
  color: var(--ink);
  padding-block: clamp(40px, 6vw, 96px);
  border-radius: 20px;
}
.container {
  width: min(1160px, 92vw);
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.services__badge {
  position: absolute;
  left: 40px !important;
  top: -20px !important;
  background: var(--accent);
  color: #111;
  border-radius: 8px;
  padding: clamp(6px, 1vw, 8px) 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 3;
  transform: rotate(-90deg) !important;
}
.services__badge span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: clamp(10px, 1.2vw, 12px);
}
.services__group {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "header media"
    "list   media"
    "actions media";
  gap: var(--gap);
  align-items: start;
  margin-bottom: clamp(32px, 6vw, 64px);
}
.services__group--digital {
  grid-template-columns: 0.95fr 1.05fr;
  grid-template-areas:
    "media header"
    "media list"
    "media actions";
}
.group__header {
  grid-area: header;
}
.group__title {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.group__sub {
  color: var(--muted);
  font-size: clamp(13px, 1.15vw, 16px);
  margin: 0 0 clamp(14px, 2vw, 18px) 0;
}
.services__list {
  grid-area: list;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.8vw, 14px);
}
.service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: var(--service-h);
  transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
.service:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  background: #2a2a2a;
}
.service__num {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #121212;
  color: #bdbdbd;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.service__label {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service__arrow {
  color: var(--accent);
  display: inline-grid;
  place-items: center;
}
.group__actions {
  grid-area: actions;
  display: flex;
  align-items: center;
}
.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #111;
  text-decoration: none;
  padding: 10px 12px 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.cta__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #111;
}
.cta:hover {
  transform: translateY(-1px);
}
.cta:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 999px;
}
.group__media {
  grid-area: media;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #101010;
}
.group__media img {
  display: block;
  width: 100%;
  height: var(--img-h);
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 799.98px) {
  .services__group,
  .services__group--digital {
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "list"
      "actions"
      "media";
  }
  .services__list {
    grid-template-columns: 1fr;
  }
  .group__media img {
    height: clamp(200px, 58vw, 320px);
  }
  .services__badge {
    left: 8px;
    top: 8px;
    border-radius: 6px;
  }
  .services__badge span {
    font-size: clamp(10px, 3vw, 12px);
  }
}
@font-face {
  font-family: "Michroma";
  src: url("/fonts/michroma.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --svc-preview-w: 108px;
  --svc-preview-h: 146px;
  --svc-preview-right: 14px;
  --svc-preview-top: -138px;
  --svc-preview-rotate: 12deg;
  --svc-preview-translate: 18px;
  --svc-preview-scale: 1;
  --svc-transition: 500ms cubic-bezier(.22,.9,.3,1);
  --svc-shadow: 0 18px 40px rgba(0,0,0,0.55);
}
.service {
  position: relative;
  overflow: visible;
}
.service {
  z-index: 0;
}
.service__preview {
  position: absolute;
  right: var(--svc-preview-right);
  top: var(--svc-preview-top);
  width: var(--svc-preview-w);
  height: var(--svc-preview-h);
  pointer-events: none;
  z-index: 100;
  display: block;
  transform-origin: center;
  will-change: transform, opacity;
}
.service__preview::before {
  content: none;
}
.service__preview .preview-box {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  transform: scale(0.2);
  opacity: 0;
  transition:
    transform var(--svc-transition),
    opacity calc(var(--svc-transition) / 1.05) ease,
    box-shadow var(--svc-transition);
  box-shadow: none;
}
.service__preview .preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center;
  transition: transform calc(var(--svc-transition) / 1.2) ease;
}
.service:hover .service__preview .preview-box {
  transform: scale(var(--svc-preview-scale));
  opacity: 1;
  box-shadow: var(--svc-shadow);
}
.service:hover .service__preview {
  transform: translate(var(--svc-preview-translate), var(--svc-preview-translate))
    rotate(var(--svc-preview-rotate));
}
.service:hover .service__label {
  opacity: 0.75;
  transition: opacity 0.25s ease;
}
@media (max-width: 999px) {
  :root {
    --svc-preview-w: 128px;
    --svc-preview-h: 150px;
    --svc-preview-right: 12px;
    --svc-preview-top: -14px;
    --svc-preview-translate: 14px;
  }
}
@media (max-width: 799.98px) {
  .service__preview {
    display: none;
  }
  .service:hover .service__label {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service__preview,
  .service__preview .preview-box {
    transition: none !important;
    transform: none !important;
  }
  .service__preview .preview-box {
    opacity: 1;
  }
}
:root {
  --motto-font: "Michroma", "Orbitron", "Exo 2", system-ui, -apple-system,
    Segoe UI, Roboto, Arial, sans-serif;
}
.motto {
  background: #0b0b0b;
  color: #fff;
  padding-block: clamp(16px, 5vw, 36px);
}
.container {
  width: min(1100px, 94vw);
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.motto__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3.2vw, 24px);
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.1;
}
.motto__word {
  font-family: var(--motto-font);
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: clamp(20px, 5vw, 56px);
  white-space: nowrap;
}
.motto__icon {
  width: clamp(14px, 2.8vw, 28px);
  height: auto;
  display: inline-block;
  transform: translateY(4%);
}
.motto__divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(10px, 2vw, 18px);
  margin-top: clamp(12px, 3vw, 22px);
}
.motto__line {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #ffffff50 20%,
    #ffffff 60%,
    #ffffff50 85%,
    transparent 100%
  );
  border-radius: 1px;
}
.motto__icon--small {
  width: clamp(10px, 2vw, 16px);
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .motto__row {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .motto {
    padding-block: 28px;
  }
  .motto__row {
    flex-direction: row;
    gap: 10px;
  }
  .motto__word {
    font-size: 20px;
  }
  .motto__icon {
    width: 16px;
  }
  .motto__divider {
    margin-top: 14px;
    gap: 10px;
  }
  .motto__line {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .motto__row {
    max-width: 90%;
    margin-inline: auto;
    gap: 6px;
  }
  .motto__word {
    font-size: 18px;
  }
}
:root {
  --bg: #121212;
  --surface: #1f1f1f;
  --ink: #ffffff;
  --muted: #cfcfcf;
  --accent: #ff7a1a;
  --radius-xl: 28px;
  --radius: 18px;
  --gap: clamp(14px, 2.8vw, 24px);
}
.why {
  background: var(--bg);
  color: var(--ink);
  padding: clamp(28px, 6vw, 64px);
  border-radius: var(--radius-xl);
}
.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}
.why__head {
  max-width: 58rem;
  margin-bottom: clamp(16px, 4vw, 28px);
}
.why__title {
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1.15;
  margin: 0 0 6px 0;
}
.why__sub {
  color: var(--muted);
  font-size: clamp(13px, 1.15vw, 16px);
  margin: 0;
}
.why__grid {
  list-style: none;
  padding: 0;
  margin: clamp(18px, 4vw, 28px) 0;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.card {
  background: #fff;
  color: #111;
  border-radius: 20px !important;
  padding: clamp(14px, 3vw, 18px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #e7e7e7;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 170px;
}
.card__icon {
  width: 44px;
  height: 44px;
}
.card__title {
  font-size: clamp(14px, 1.2vw, 16px);
  margin: 0;
  font-weight: 700;
}
.card__text {
  font-size: clamp(12px, 1.05vw, 14px);
  margin: 0;
  color: #333;
}
.why__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(10px, 3.5vw, 24px);
}
.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #111;
  text-decoration: none;
  padding: 10px 12px 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.cta__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #111;
}
@media (max-width: 1024px) {
  .why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 4vw, 14px);
  }
  .card {
    min-height: 160px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cta,
  .card {
    transition: none !important;
  }
}
:root {
  --ink: #fff;
  --muted: #cfcfcf;
  --accent: #ff7a1a;
  --radius-xl: 28px;
  --radius: 16px;
}
.contact {
  background: #0b0b0b;
  color: var(--ink);
  padding: clamp(20px, 6vw, 64px) 0;
  padding-bottom: 0px;
}
.container {
  width: min(1160px, 92vw);
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.contact__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(12px, 3vw, 24px);
  margin-bottom: clamp(16px, 4vw, 28px);
}
.contact__title {
  font-size: clamp(24px, 3.5vw, 38px);
  margin: 0 0 8px 0;
}
.contact__lead {
  color: var(--muted);
  font-size: clamp(13px, 1.1vw, 16px);
  margin: 0 0 12px 0;
  max-width: 56ch;
}
.contact__form {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact__form input[type="email"] {
  background: #0e0e0e;
  color: #fff;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  padding: 10px 14px;
  width: min(320px, 62vw);
}
.btn-confirm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #111;
  border: none;
  border-radius: 999px;
  padding: 10px 12px 10px 14px;
  font-weight: 700;
  cursor: pointer;
}
.btn-confirm::after {
  content: "";
}
.btn-confirm:hover {
  transform: translateY(-1px);
}
.btn-confirm:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}
.contact__art {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contact__art img {
  max-width: min(320px, 90%);
  height: auto;
  object-fit: contain;
  margin-bottom: -28px;
}
.contact__panel {
  background: var(--accent);
  margin-top: clamp(12px, 3vw, 20px);
  border-radius: var(--radius-xl);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  padding-bottom: 0px !important;
}
.contact__panel,
.sitefoot{
  padding-bottom: 1px;
  overflow: auto;
}
.sitefoot p:last-child{ margin-bottom: 0; }
.panel__inner {
  padding: clamp(16px, 3.5vw, 28px);
}
.brand {
  width: 120px;
  height: auto;
  display: block;
  margin-bottom: clamp(8px, 2vw, 12px);
}
.panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 3vw, 24px);
  margin-top: clamp(8px, 2vw, 12px);
}
.panel__head {
  font-size: clamp(14px, 1.2vw, 16px);
  margin: 0 0 6px 0;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
.links a {
  color: #111;
  text-decoration: none;
  font-weight: 400;
}
.links a:hover {
  text-decoration: underline;
}
.addr {
  display: grid;
  gap: 4px;
  font-style: normal;
}
.addr a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
}
.addr a:hover {
  text-decoration: underline;
}
.social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.social a {
  color: #111;
  background: #fff;
  border-radius: 999px;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.panel__rule {
  border: none;
  height: 1px;
  background: #f6b588;
  margin: clamp(12px, 3vw, 18px) 0 8px 0;
}
.sitefoot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  color: #111;
}
.copyright {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 900px) {
  .contact__top {
    grid-template-columns: 1fr;
  }
  .contact__art {
    justify-content: center;
  }
  .contact__art img {
    display: none;
  }
}
@media (max-width: 640px) {
  .panel__grid {
    grid-template-columns: 1fr;
  }
  .contact__form {
    flex-wrap: wrap;
  }
  .btn-confirm {
    width: fit-content;
  }
}
.testimonials{
  position: relative;
  padding: clamp(24px, 6vw, 64px) 0;
  overflow-x: clip;
}
.t-headline{
  text-align: center;
  max-width: 72ch;
  margin: 0 auto clamp(18px, 3.5vw, 28px);
}
.t-title{
    color: white;
  margin: 0 0 8px 0;
  font-weight: 1000;
  font-size: clamp(20px, 3vw, 32px);
  letter-spacing: .2px;
}
.t-sub{
  margin: 0;
  color: var(--muted, #cfcfcf);
  font-size: clamp(13px, 1.1vw, 15px);
}
.t-grid{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(12px, 2.4vw, 20px);
  grid-template-columns: 1fr;
}
@media (min-width: 680px){
  .t-grid{ grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px){
  .t-grid{ grid-template-columns: 1fr 1fr 1fr; }
}
.t-card{
  background: linear-gradient(180deg, var(--panel, #161616) 0%, var(--panel-2, #1f1f1f) 100%);
  border: 1px solid #2b2b2b;
  border-radius: 18px;
  padding: clamp(14px, 2vw, 18px);
  display: grid;
  gap: 10px;
  min-height: 180px;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.t-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0,0,0,.32);
  border-color: #3a3a3a;
}
.t-top{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}
.t-avatar{
  width: 48px; height: 48px; border-radius: 999px; object-fit: cover; display: block;
  box-shadow: 0 6px 16px rgba(0,0,0,.3);
  border: 1px solid rgba(255,255,255,.08);
}
.t-meta{ display: grid; gap: 2px; align-content: center; }
.t-name{ color: white; font-weight: 1000; }
.t-role{ color: var(--muted, #cfcfcf); font-size: 13px; }
.t-stars{ color: #ffb84d; font-size: 13px; display: flex; gap: 2px; }
.t-quote{
  margin: 4px 0 0 0;
  color: #eaeaea;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.55;
  position: relative;
  padding-left: 18px;
}
.t-quote::before{
  content: "“";
  position: absolute; left: 0; top: 0;
  color: var(--accent, #ff7a1a);
  font-weight: 1000;
}
.t-cite{
  display: block;
  margin-top: 8px;
  color: var(--muted, #cfcfcf);
  font-style: normal;
  font-size: 12px;
  opacity: .85;
}
.contact__options{ margin-top: 16px; }
.contact__quick{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.quick-item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  background: transparent;
  transition: background .15s ease, border-color .15s ease;
  min-height: 56px;
}
.quick-item:hover{ background: rgba(255,255,255,.03); border-color:#3a3a3a; }
.quick-item:focus-within{ outline: 2px solid var(--accent); outline-offset: 2px; }
.quick-icon{
  display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--accent); color: var(--accent);
  flex-shrink: 0;
}
.quick-info{ display: grid; gap: 2px; min-width: 0; }
.quick-label{ font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .4px; }
.quick-value{
  color: #fff; font-weight: 800; text-decoration: none; word-break: break-word; line-height: 1.3;
}
.quick-value:hover{ text-decoration: underline; }
@media (max-width: 640px){
  .contact__quick{ grid-template-columns: 1fr; }
  .quick-item{ padding: 12px; }
}
.brand{
  background: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  display: inline-block;
}
.wa-float{
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  width: 48px; height: 48px;
  border-radius: 999px;
  background: #25D366;
  color: #111;
  display: grid; place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
  z-index: 1000;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.wa-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.4);
  filter: brightness(1.05);
}
.wa-float:active{ transform: translateY(0); }
.wa-float:focus-visible{
  outline: 3px solid var(--accent, #ff7a1a);
  outline-offset: 3px;
}
@media (max-width: 380px){
  .wa-float{ width: 44px; height: 44px; }
}
