/* =========================
HOMEPAGE STYLES (FINAL)
========================= */
body {
  overflow-x: hidden;
}

#wpadminbar {
  display: none;
}

.hero {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  padding: 120px 0 120px;
}

.hero .container {
  position: relative;
}

.hero-glow-left {
  position: absolute;
  top: -20%;
  left: 0;
  width: 600px;
  height: auto;
  filter: blur(6px);
  pointer-events: none;
  transform: scale(1.2);
  opacity: 0.8;
}

.hero-glow-right {
  position: absolute;
  top: -20%;
  right: 0;
  width: 700px;
  max-width: none;
  opacity: 0.8;
  filter: blur(6px);
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 700px;
}

.hero-left {
  max-width: 480px;
}

.hero-small {
  font-size: 14px;
  color: #A3B0B8;
  margin-bottom: 20px;
  color: #A3B0B8;
}

.hero-title {
  display: block;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  color: #E5E9EB;
  max-width: 850px;
  margin-bottom: 40px;
}

.hero-title-wide {
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 50px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #E5E9EB;
}
.hero-btn:hover, .hero-btn:focus, .hero-btn:active {
  color: #E5E9EB;
}
.hero-btn {
  padding: 6px 26px 6px 6px;
  min-width: 280px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  font-size: 13px;
}

.hero-btn-arrow {
  height: 30px;
  width: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(108, 167, 178, 0.9);
  font-size: 14px;
}

.hero-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-btn:hover .hero-btn-arrow {
  transform: translateX(6px);
  box-shadow: 0 0 14px rgba(108, 167, 178, 0.6), inset 0 0 8px rgba(255, 255, 255, 0.3);
}

.hero-slider-btn {
  position: relative;
  width: 280px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.slider-track {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 52px;
  height: 36px;
  border-radius: 12px;
  background: rgba(108, 167, 178, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  z-index: 3;
  transition: box-shadow 0.2s;
}
.slider-thumb:active {
  cursor: grabbing;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 16px;
  background: rgba(108, 167, 178, 0.4);
  z-index: 0;
}

.slider-track::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.slider-text {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 1;
  padding-left: 70px;
  font-size: 10px;
  color: #E5E9EB;
  pointer-events: none;
}

.hero-desc {
  max-width: 260px;
  font-size: 14px;
  color: #A3B0B8;
}

.hero-stats {
  display: flex;
  gap: 20px;
}

.stat {
  width: 160px;
  height: 160px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-num {
  font-size: 32px;
  color: #6CA7B2;
  display: flex;
  align-items: center;
  gap: 2px;
}

.number {
  font-weight: 600;
}

.plus {
  font-size: 18px;
  opacity: 0.8;
  transform: translateY(-2px);
}

.stat-num .plus {
  font-size: 18px;
  opacity: 0.8;
}

.stat-title {
  font-size: 14px;
}

.stat-desc {
  font-size: 12px;
  opacity: 0.6;
}

.hero-right {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-social a {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(108, 167, 178, 0.4);
  gap: 70px;
}

.hero-social img {
  width: 28px;
  height: 28px;
  gap: 40px;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
}

.hero-social a:hover {
  transform: translateY(-5px);
  border-color: #6CA7B2;
}

.trust {
  position: relative;
  padding: 120px 0;
  overflow: visible;
  z-index: 1;
}

.trust-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  align-items: stretch;
}

.trust-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.trust-small {
  font-size: 14px;
  color: #A3B0B8;
  line-height: 1.4;
  margin-bottom: 40px;
}

.trust-arrows {
  display: flex;
  margin-top: auto;
  gap: 12px;
}

.arrow {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #000;
  font-size: 18px;
  transition: all 0.25s ease;
}

.arrow:hover {
  transform: translateY(-3px);
}

.trust-right {
  max-width: 720px;
}

.trust-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
  color: #fff;
}

.trust-title span {
  color: #6CA7B2;
}

.trust-cards {
  display: flex;
  gap: 16px;
}

.trust-card {
  width: 150px;
  height: 150px;
  position: relative;
  padding: 18px;
  border-radius: 20px;
  background: #23303A;
  color: #A3B0B8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
  margin-bottom: 20px;
  z-index: 5;
  flex-shrink: 0;
}

.trust-track {
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease;
}

.trust-slider {
  overflow: hidden;
  padding-top: 10px;
}

.trust-card .num {
  color: #6CA7B2;
  font-size: 18px;
  font-weight: 600;
}

.trust-card p {
  color: #A3B0B8;
  font-size: 13px;
}

.trust-card:hover {
  background: #fff;
  color: #000;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.trust-card:hover p {
  color: #000;
}

.trust-card:hover .num {
  color: #6CA7B2;
}

.trust-glow {
  position: absolute;
  top: -350px;
  right: 0px;
  filter: blur(6px);
  width: 700px;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
}

.trust-card.active {
  background: #fff;
  color: #000;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.highlight {
  color: #6CA7B2;
}

.trust-progress {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  overflow: hidden;
}

.trust-progress-bar {
  width: 25%;
  height: 100%;
  background: #6CA7B2;
  border-radius: 999px;
  transition: width 0.4s ease;
}

.services {
  padding: 120px 0;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.services .container {
  position: relative;
  z-index: 2;
}

.services::after {
  content: "";
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgb(108, 167, 178) 0%, rgba(108, 167, 178, 0.8) 20%, rgba(108, 167, 178, 0.4) 40%, rgba(108, 167, 178, 0.15) 60%, transparent 75%);
  filter: blur(100px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
  animation: glowPulseStrong 3s ease-in-out infinite;
}

@keyframes glowPulseStrong {
  0% {
    opacity: 0.8;
    transform: translateY(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
  }
  100% {
    opacity: 0.8;
    transform: translateY(-50%) scale(1);
  }
}
.services-glow {
  position: absolute;
  bottom: -400x;
  left: 0px;
  width: 800px;
  filter: blur(6px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}

.services-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 50px;
  max-width: 700px;
  color: #E5E9EB;
}

.services-title span {
  color: #6CA7B2;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.service-card {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background: linear-gradient(145deg, rgba(108, 167, 178, 0.6), #23303A);
  color: #E5E9EB;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card-front {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(108, 167, 178, 0.6), #23303A);
  color: #fff;
  transition: 0.3s;
  z-index: 2;
}

.card-back {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 40%, rgba(108, 167, 178, 0.8) 70%, rgba(108, 167, 178, 0.6) 100%);
  color: #000;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
}

.card-back h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #6CA7B2;
}

.card-back p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.service-card:hover .card-front {
  opacity: 0;
}

.service-card:hover .card-back {
  opacity: 1;
  transform: translateY(0);
}

.services-btn {
  display: flex;
  justify-content: center;
}

.audience {
  padding: 120px 0;
  z-index: 2;
  margin-top: -80px;
  overflow: visible;
}

.audience .container {
  position: relative;
  z-index: 2;
}

.audience-glow {
  position: absolute;
  right: -140px;
  bottom: auto;
  width: 1200px;
  filter: blur(8px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.audience-box {
  background: #EAEAEA;
  border-radius: 30px;
  padding: 120px 60px;
  color: #000;
}

.audience-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.audience-small {
  font-size: 14px;
  color: #666;
}

.audience-title {
  font-size: 32px;
  font-weight: 400;
  max-width: 400px;
}

.audience-title span {
  color: #6CA7B2;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.audience-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.audience-num {
  font-size: 80px;
  font-weight: 760;
  color: #444;
  letter-spacing: -2px;
  margin-top: 5px;
}

.audience-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.audience-content h3 {
  font-size: 16px;
  margin-bottom: 0 0 10px 0;
}

.audience-content p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

.portfolio {
  padding: 120px 0;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.portfolio-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.portfolio-title {
  font-size: 32px;
  font-weight: 400;
  color: #E5E9EB;
}

.portfolio-title span {
  color: #6CA7B2;
}

.portfolio-small {
  font-size: 14px;
  color: #A3B0B8;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.portfolio-item {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(20, 30, 35, 0.95), rgba(20, 30, 35, 0.6), transparent);
  opacity: 0;
  transition: 0.3s ease;
}

.portfolio-info {
  width: 100%;
  background: #23303A;
  border-radius: 20px;
  padding: 18px;
  transform: translateY(20px);
  transition: 0.3s ease;
}

.portfolio-info h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}

.portfolio-info .tag {
  display: inline-block;
  font-size: 12px;
  color: #6CA7B2;
  border: 1px solid rgba(108, 167, 178, 0.5);
  border-radius: 999px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.portfolio-info p {
  font-size: 13px;
  color: #A3B0B8;
  line-height: 1.5;
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item:hover .portfolio-info {
  transform: translateY(0);
}

.portfolio-nav {
  display: none;
}

.feedback {
  padding: 120px 0;
  position: relative;
  overflow: visible;
}

.feedback-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.feedback-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.feedback-title {
  font-size: 34px;
  max-width: 420px;
  color: #E5E9EB;
}

.feedback-progress {
  width: 600px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}

.feedback-progress-bar {
  width: 0;
  height: 100%;
  background: #6CA7B2;
  transition: width 0.4s ease;
}

.feedback-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}

.feedback-arrows {
  display: flex;
  gap: 12px;
}

.arrow {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.arrow:hover {
  transform: translateY(-4px);
}

.feedback-slider {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.feedback-card {
  max-width: 600px;
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  background: #23303A;
  min-height: 400px;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.4s ease;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  pointer-events: none;
}

.feedback-card.active {
  margin-left: 450px;
  opacity: 1;
  transform: translateX(0);
  position: relative;
  pointer-events: auto;
}

.feedback-text {
  font-size: 22px;
  line-height: 1.6;
  color: #A3B0B8;
}

.feedback-user {
  display: flex;
  gap: 12px;
  align-items: center;
}

.feedback-user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback-user .name {
  display: block;
  font-weight: 600;
  color: #E5E9EB;
}

.feedback-user .role {
  font-size: 12px;
  color: #A3B0B8;
}

.feedback-title span {
  color: #6CA7B2;
}

.feedback-glow {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  opacity: 0.6;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: glowMove 8s ease-in-out infinite alternate;
}

@keyframes glowMove {
  0% {
    transform: translateY(-50%) translateX(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) translateX(-60px) scale(1.1);
    opacity: 0.8;
  }
}
.feedback-glow {
  filter: blur(60px);
}

.feedback-glow {
  transition: transform 0.3s ease;
}

.feedback::before {
  content: "";
  position: absolute;
  left: -150px;
  top: 65%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(120, 200, 255, 0.6) 0%, rgba(120, 200, 255, 0.2) 40%, transparent 70%);
  filter: blur(80px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  animation: glowLeftMove 10s ease-in-out infinite alternate;
}

@keyframes glowLeftMove {
  0% {
    transform: translateY(-50%) translateX(0) scale(2);
    opacity: 0.4;
  }
  100% {
    transform: translateY(-50%) translateX(40px) scale(1.15);
    opacity: 0.7;
  }
}
.contact {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.contact-glow-left,
.contact-glow-right {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}

.contact-glow-left {
  bottom: -160px;
  left: -20px;
  width: 750px;
  filter: blur(20px);
}

.contact-glow-right {
  top: -301px;
  right: 0px;
  width: 750px;
  filter: blur(5px);
}

.contact-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.contact-left {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-title {
  font-size: 36px;
  line-height: 1.3;
  color: #E5E9EB;
}
.contact-title span {
  color: #6CA7B2;
}

.contact-small {
  font-size: 14px;
  opacity: 0.7;
  color: #E5E9EB;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-info a {
  display: inline-flex;
  align-items: center;
  width: 170px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(120, 200, 210, 0.6);
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.02);
}
.contact-info a:hover {
  border-color: #7fbac4;
  color: #7fbac4;
  box-shadow: 0 0 20px rgba(127, 186, 196, 0.3);
}

.contact-company {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #E5E9EB;
}
.contact-company strong {
  font-weight: 600;
}
.contact-company span {
  font-size: 13px;
  opacity: 0.6;
}

.contact-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.contact-form {
  width: 100%;
  max-width: 500px;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(120, 180, 190, 0.9), rgba(40, 70, 80, 0.9));
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.contact-form label {
  font-size: 14px;
  opacity: 0.9;
  color: #E5E9EB;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  outline: none;
  font-size: 14px;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #6CA7B2;
}

.contact-form textarea {
  resize: none;
}

.contact-form button {
  margin-top: 10px;
  align-self: flex-start;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #7fbac4, #2b4a55);
  color: #fff;
  transition: 0.3s;
}
.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.trust-title-mobile {
  display: none;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  .container {
    max-width: 100%;
    padding: 0;
  }
  .hero {
    padding: 60px 0;
  }
  .hero-inner {
    flex-direction: column;
    align-items: center;
    max-width: none;
    gap: 30px;
  }
  .hero-title {
    font-size: 26px;
    line-height: 1.3;
    max-width: 100%;
  }
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .hero-btn,
  .hero-slider-btn {
    width: 100%;
  }
  .hero-btn {
    justify-content: space-between;
  }
  .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .stat {
    width: calc(50% - 6px);
    height: 120px;
  }
  .hero-right {
    display: none;
  }
  .hero-glow-left,
  .hero-glow-right {
    width: 200px;
    opacity: 0.3;
    filter: blur(20px);
  }
  .trust {
    padding: 80px 0;
  }
  .trust-small {
    font-size: 14px;
    color: #A3B0B8;
    line-height: 1.4;
    margin-bottom: 0px;
  }
  .trust-progress {
    display: none;
  }
  .trust-progress-bar {
    display: none;
  }
  .trust-inner {
    flex-direction: column;
    gap: 40px;
  }
  .trust-right {
    max-width: 100%;
  }
  .trust-title {
    display: none;
  }
  .trust-title-mobile {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    color: #E5E9EB;
    margin-bottom: 10px;
  }
  .trust-left {
    display: flex;
    flex-direction: column;
  }
  .trust-arrows {
    display: none;
  }
  .trust-slider {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .trust-track {
    width: -moz-max-content;
    width: max-content;
  }
  .trust-card {
    width: 140px;
    height: 140px;
  }
  .trust-glow {
    width: 300px;
    top: -100px;
    opacity: 0.4;
  }
  .trust-progress {
    margin-top: 20px;
  }
  .services {
    padding: 80px 0;
  }
  .services-title {
    font-size: 24px;
    line-height: 1.3;
    max-width: 320px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .service-card {
    width: 100%;
  }
  .services::after {
    width: 250px;
    height: 250px;
    right: 0;
    opacity: 0.4;
    filter: blur(80px);
  }
  .services-glow {
    width: 300px;
    opacity: 0.4;
  }
  .service-card:hover .card-front {
    opacity: 1;
  }
  .service-card:hover .card-back {
    opacity: 0;
    transform: none;
  }
  html, body {
    overflow-x: hidden;
  }
  .audience-head {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
  }
  .audience-title {
    font-size: 24px;
    max-width: 280px;
    line-height: 1.3;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .audience-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
  }
  .audience-num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 70px;
    opacity: 0.1;
  }
  .audience-content {
    margin-top: 0;
  }
  .portfolio-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .portfolio-item {
    min-width: 85%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .portfolio-nav {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .portfolio-title {
    font-size: 24px;
    line-height: 1.3;
    max-width: 280px;
  }
  .portfolio-overlay {
    opacity: 1;
  }
  .portfolio-info {
    transform: translateY(0);
  }
  .feedback {
    padding: 80px 0;
  }
  .feedback-title {
    font-size: 24px;
    max-width: 280px;
    line-height: 1.3;
  }
  .feedback-progress {
    width: 100%;
  }
  .feedback-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .feedback-slider {
    min-height: auto;
  }
  .feedback-card {
    max-width: 100%;
    min-height: auto;
    padding: 24px;
  }
  .feedback-card.active {
    margin-left: 0;
  }
  .feedback-text {
    font-size: 16px;
  }
  .feedback-arrows {
    justify-content: center;
    margin-top: 10px;
  }
  .feedback-glow {
    width: 300px;
    right: -100px;
    opacity: 0.4;
  }
  .feedback::before {
    width: 300px;
    height: 300px;
    left: -100px;
  }
  .contact {
    padding: 80px 0;
  }
  .contact-inner {
    flex-direction: column;
    gap: 40px;
  }
  .contact-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .contact-right {
    justify-content: stretch;
  }
  .contact-form {
    max-width: 100%;
    padding: 24px;
  }
  .contact-form button {
    width: 100%;
  }
  .contact-info a {
    width: 100%;
    justify-content: center;
  }
  .contact-glow-left {
    width: 300px;
    bottom: -80px;
    opacity: 0.4;
  }
  .contact-glow-right {
    width: 300px;
    top: -100px;
    opacity: 0.4;
  }
}/*# sourceMappingURL=home.css.map */