* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-touch-callout: none !important;
}

:root {
  --orange: #ff5a00;
  --orange2: #ff7a1a;
  --text: #c9c9c9;
  --title: #f5f1ea;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #05090b;
  color: #fff;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 90, 0, .10), transparent 32%);
  pointer-events: none;
  z-index: -1;
  animation: bgMove 12s ease-in-out infinite alternate;
}

@keyframes bgMove {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-35px);
  }
}

img {
  width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  position: relative;
}

section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 90, 0, .25), transparent);
}

/* NAVBAR */

.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  height: 86px;
  padding: 0 clamp(22px, 6vw, 90px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .86), rgba(0, 0, 0, .25), transparent);
  backdrop-filter: blur(16px) saturate(180%);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-mark {
  font-family: Georgia, serif;
  font-size: 48px;
  color: white;
  line-height: 1;
}

.logo-mark span {
  color: var(--orange);
}

.logo-text {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links a {
  color: #eee;
  position: relative;
  padding-bottom: 10px;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--orange);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* BUTTONS */

.btn {
  border: 0;
  cursor: pointer;
  border-radius: 9px;
  padding: 15px 24px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  transition: .25s;
}

.btn-orange {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  box-shadow: 0 15px 35px rgba(255, 90, 0, .25);
  position: relative;
  overflow: hidden;
}

.nav-actions .btn-orange {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
  transition: .8s;
}

.btn-orange:hover::before {
  left: 120%;
}

.btn-outline {
  color: white;
  background: transparent;
  border: 1px solid var(--orange);
}

.btn:hover {
  transform: translateY(-3px);
}

/* PROFILE LOGIN */

.profile-login {
  height: 58px;
  padding: 8px 16px 8px 8px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  transition: .25s;
}

.profile-login:hover {
  transform: translateY(-3px);
  border-color: rgba(255,90,0,.45);
  box-shadow: 0 18px 45px rgba(255,90,0,.12);
}

.profile-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  display: grid;
  place-items: center;
  color: white;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1.1;
}

.profile-info small {
  color: #9ca3af;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.profile-info strong {
  color: white;
  font-size: 14px;
  font-weight: 900;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* HERO */

.hero {
  min-height: 92svh;
  position: relative;
  padding: 150px clamp(22px, 6vw, 90px) 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52), rgba(0, 0, 0, .18)),
    linear-gradient(to top, #05090b 0%, transparent 35%),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=2071&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  z-index: -2;
  animation: heroZoom 18s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1.12);
  }
}

.hero-content {
  max-width: 780px;
  animation: heroContent 1.2s ease;
}

@keyframes heroContent {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tag {
  color: var(--orange);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

h1 {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .98;
  color: var(--title);
  margin-bottom: 28px;
}

h1 span {
  color: var(--orange);
}

.hero p {
  color: var(--text);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  max-width: 650px;
  margin-bottom: 32px;
}

/* BENEFITS */

.benefits {
  padding: 70px clamp(22px, 6vw, 90px);
  background: radial-gradient(circle at center, rgba(255, 90, 0, .08), transparent 45%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.benefit {
  text-align: center;
  padding: 20px 30px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.benefit:last-child {
  border-right: 0;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border: 1px solid rgba(255, 90, 0, .45);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--orange);
  transition: .35s;
}

.benefit-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
}

.benefit:hover .benefit-icon,
.service-card:hover .benefit-icon {
  transform: translateY(-6px) rotate(-4deg);
  box-shadow: 0 18px 40px rgba(255, 90, 0, .18);
}

.benefit h3 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}

.benefit p {
  color: #aaa;
  line-height: 1.6;
}

/* STATS */

.stats {
  padding: 70px clamp(22px, 6vw, 90px) 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat {
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .04);
  border-radius: 16px;
  padding: 30px;
  transition: .35s;
}

.stat:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 90, 0, .45);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
}

.stat strong {
  color: var(--orange);
  font-size: clamp(34px, 4vw, 52px);
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 8px;
}

.stat span {
  color: #aaa;
}

/* WORKS */

.works {
  padding: 70px clamp(22px, 6vw, 90px);
}

.section-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 45px;
}

.section-top h2 {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: clamp(34px, 4vw, 48px);
  color: var(--title);
  margin-top: 16px;
}

.view-all {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

.carousel-area {
  position: relative;
  perspective: 1600px;
  overflow: hidden;
  padding: 40px 0 60px;
}

.carousel-track {
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  width: max-content;
  animation: scroll3d 34s linear infinite;
  transform-style: preserve-3d;
}

.carousel-area:hover .carousel-track {
  animation-play-state: paused;
}

.work-card {
  width: clamp(280px, 27vw, 410px);
  height: clamp(430px, 38vw, 540px);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .13);
  transform: rotateY(-13deg) rotateX(4deg);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: .45s;
  animation: floatCard 5s ease-in-out infinite;
}

.work-card:nth-child(2) {
  animation-delay: .5s;
}

.work-card:nth-child(3) {
  animation-delay: 1s;
}

.work-card:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes floatCard {
  0% {
    transform: rotateY(-13deg) rotateX(4deg) translateY(0);
  }

  50% {
    transform: rotateY(-13deg) rotateX(4deg) translateY(-10px);
  }

  100% {
    transform: rotateY(-13deg) rotateX(4deg) translateY(0);
  }
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, .14), transparent 35%, transparent 65%, rgba(255, 255, 255, .06));
  z-index: 2;
  pointer-events: none;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .82), transparent 55%);
  z-index: 1;
  pointer-events: none;
}

.work-card:hover {
  z-index: 10;
  animation-play-state: paused;
  transform: rotateY(0deg) rotateX(0deg) translateY(-18px) scale(1.04);
  box-shadow:
    0 0 30px rgba(255, 90, 0, .18),
    0 45px 120px rgba(255, 90, 0, .18),
    0 35px 100px rgba(0, 0, 0, .8);
}

.work-image {
  height: 47%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.work-image img {
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.work-card:hover img {
  transform: scale(1.1);
}

.work-body {
  padding: 22px;
  position: relative;
  z-index: 3;
}

.badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  background: var(--orange);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.work-body h3 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
}

.location {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 20px;
}

.details {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  color: #ddd;
  font-size: 13px;
  margin-bottom: 24px;
}

.status {
  color: #aaa;
  font-size: 15px;
}

.status strong {
  color: var(--orange);
  font-size: 20px;
}

@keyframes scroll3d {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* SERVICES */

.services {
  padding: 20px clamp(22px, 6vw, 90px) 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  padding: 32px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  transition: .3s;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 90, 0, .45);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
}

.service-card .benefit-icon {
  margin: 0 0 24px;
}

.service-card h3 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}

.service-card p {
  color: #aaa;
  line-height: 1.7;
}

/* NEWSLETTER */

.newsletter {
  margin: 0 clamp(22px, 6vw, 90px) 50px;
  padding: clamp(28px, 4vw, 45px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.newsletter-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.newsletter h3 {
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 10px;
}

.newsletter p {
  color: #aaa;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
}

.newsletter input {
  width: 100%;
  background: rgba(255, 255, 255, .035);
  color: white;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px 0 0 8px;
  padding: 14px;
  outline: none;
}

.newsletter-form button {
  border-radius: 0 8px 8px 0;
  min-width: 170px;
}

/* FOOTER */

footer {
  padding: 55px clamp(22px, 6vw, 90px) 25px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #060a0c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 50px;
  margin-bottom: 35px;
}

footer h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer p,
footer a {
  color: #aaa;
  display: block;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 14px;
}

.copyright {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #777;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* UTILITIES */

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: 1s;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.callback {
  width: 100%;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: callbackShow .45s ease;
}

.callback.success {
  background: rgba(34, 197, 94, .12);
  border: 1px solid rgba(34, 197, 94, .28);
  color: #86efac;
  box-shadow: 0 18px 45px rgba(34, 197, 94, .08);
}

.callback.error {
  background: rgba(239, 68, 68, .12);
  border: 1px solid rgba(239, 68, 68, .28);
  color: #fca5a5;
  box-shadow: 0 18px 45px rgba(239, 68, 68, .08);
}

.callback.warning {
  background: rgba(255, 90, 0, .12);
  border: 1px solid rgba(255, 90, 0, .30);
  color: #ffb27a;
  box-shadow: 0 18px 45px rgba(255, 90, 0, .08);
}

@keyframes callbackShow {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.typing-text {
  color: var(--text);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  max-width: 650px;
  min-height: 70px;
}

.cursor {
  color: var(--orange);
  font-weight: bold;
  animation: cursorBlink .7s infinite;
}

@keyframes cursorBlink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.captcha-terms {
  margin-top: 18px;
  color: rgba(255,255,255,.32);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  opacity: .75;
}

.captcha-terms a {
  color: rgba(255,90,0,.85);
  text-decoration: none;
  transition: .25s;
}

.captcha-terms a:hover {
  color: #ff7a1a;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .navbar {
    padding: 0 32px;
  }

  .nav-links {
    gap: 24px;
  }

  .profile-info strong {
    max-width: 100px;
  }
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .nav-actions .btn-orange {
    display: none;
  }

  .benefits,
  .stats,
  .services {
    grid-template-columns: 1fr 1fr;
  }

  .benefit:nth-child(2) {
    border-right: 0;
  }

  .newsletter,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    transform: none;
    animation: none;
  }

  .work-card:hover {
    transform: translateY(-10px) scale(1.02);
  }
}

@media (max-width: 650px) {
  .navbar {
    height: 76px;
    padding: 0 18px;
  }

  .logo-mark {
    font-size: 42px;
  }

  .logo-text {
    font-size: 11px;
  }

  .nav-actions {
    margin-left: auto;
  }

  .profile-login {
    width: 48px;
    height: 48px;
    padding: 6px;
    border-radius: 14px;
  }

  .profile-info {
    display: none;
  }

  .profile-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 12px;
    font-size: 12px;
  }

  .hero {
    padding-top: 120px;
    min-height: 90svh;
  }

  h1 {
    font-size: 46px;
  }

  .benefits,
  .stats,
  .services {
    grid-template-columns: 1fr;
  }

  .benefit {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .section-top {
    align-items: start;
    flex-direction: column;
  }

  .carousel-track {
    animation-duration: 48s;
  }

  .work-card {
    width: 78vw;
    height: 520px;
  }

  .newsletter-left,
  .newsletter-form {
    flex-direction: column;
    align-items: start;
  }

  .newsletter input,
  .newsletter-form button {
    border-radius: 8px;
    width: 100%;
  }
}

.carousel-track {
  animation: scroll3d 45s linear infinite;
  will-change: transform;
}

@keyframes scroll3d {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}