<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color-background: #000;
  --color-text-primary: #ffffff;
  --color-text-secondary: #cccccc;
  --color-accent: #fff;
  --font-primary: Istok Web, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: auto !important;
  width: 100%;
  overflow-x: hidden;
  background-color: var(--color-background);
  color: var(--color-text-primary);
  font-family: var(--font-primary);
  overflow: auto !important;
}

.header {
  height: auto;
  position: fixed;
  z-index: 2001;
  transform: translateY(-100%);
  pointer-events: none;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s,
    visibility 0.4s ease 0s;
  will-change: transform, opacity, visibility, top;
  background: black;
}
.header a {
  padding-top: 10px !important;
}
.header a img {
  width: 250px !important;
}
.huayra-r-evo-page {
  width: 100%;
  height: 100%;
}

.page-wrapper {
  width: 100%;
  height: 100%;
}

/* Hero Section */
.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://pagani-uae.com/wp-content/uploads/2021/08/hero-image.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-content {
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.main-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 400 !important;
  margin-bottom: 1rem;
  letter-spacing: 0.15em;
}

.subtitle {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 300;
  color: var(--color-text-secondary);
}

.iti__country-list {
  color: black !important;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.scroll-text {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: var(--color-text-secondary);
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--color-text-primary);
  border-bottom: 2px solid var(--color-text-primary);
  transform: rotate(45deg);
  animation: scroll-bounce 1.5s infinite;
}

@keyframes scroll-bounce {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(45deg);
  }
}

/* Content Sections */
.content-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.content-wrapper &gt; section {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 20px;
  width: 100%;
}

.section-content {
  max-width: 1300px;
  text-align: center;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.5rem;
  color: var(--color-text-primary);
  font-weight: 400;
  letter-spacing: 0.15em;
}

.section-description,
.section-content p {
  font-size: clamp(1rem, 2vw, 1rem);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* Performance Section */

.performance-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://pagani-uae.com/wp-content/uploads/2021/08/bg-section-2.jpg")
      no-repeat center center fixed;
  background-size: contain;
  background-repeat: no-repeat;
}
.aerodynamics-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://pagani-uae.com/wp-content/uploads/2021/08/bg-section-track.jpg")
      no-repeat center center fixed;
  background-size: contain;
  background-repeat: no-repeat;
}

.aerodynamics-section .section-description {
  color: white;
  max-width: 1200px;
}
.performance-section .section-description {
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.performance-specs,
.performance-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.spec-item,
.performance-item {
  text-align: center;
}

.spec-value {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--color-text-primary);
}

.spec-label {
  display: block;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
}

/* Technical Section */
.tech-features {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.tech-features li {
  text-align: center;
}

.feature-title {
  display: block;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.feature-detail {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Registration Section */
.registration-section {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 6rem 0;
}

.registration-header {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--color-text-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-description {
  color: var(--color-text-secondary);
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.interest-form {
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
}
.iti {
  width: 100%;
}
.form-row {
  margin-bottom: 1.5rem;
}

.form-group {
  flex: 1;
  padding: 0 15px;
  margin-bottom: 1.5rem;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--color-text-secondary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  text-align: left;
}
.logo-container {
  justify-content: center;
}
.logo-container a {
  display: flex;
  justify-content: center;
}
.logo-container a img {
  width: 300px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-text-primary);
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--color-text-primary);
  box-shadow: 0 0 0 1px var(--color-text-primary);
}

.error-message {
  color: #ff4444;
  font-size: 0.8rem;
  position: absolute;
  bottom: -1.2rem;
  left: 15px;
  display: none;
}

.form-group.error input {
  border-color: #ff4444;
}

.form-group.error .error-message {
  display: block;
}

/* Checkbox Styling */
.acceptance-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.1);
}

/* When the checkbox is checked, add a background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--color-text-primary);
  border-color: var(--color-text-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--color-background);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.acceptance-text {
  display: block;
  padding-left: 35px;
}

.privacy-link {
  color: var(--color-text-primary);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: var(--color-text-secondary);
}

/* Error state */
.acceptance-group.error .checkmark {
  border-color: #ff4444;
}

.acceptance-group .error-message {
  color: #ff4444;
  font-size: 0.8rem;
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  display: none;
}

.acceptance-group.error .error-message {
  display: block;
}

.submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: var(--color-text-primary);
  color: var(--color-background);
  border: 1px solid var(--color-background);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: all 0.3s ease;
}

.submit-btn svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.submit-btn:hover {
  background-color: var(--color-background);
  color: var(--color-text-primary);
  border-color: var(--color-text-primary);
}

.submit-btn:hover svg {
  transform: translateX(5px);
}

/* Gallery Carousel Styles */
.gallery-carousel {
  position: relative;
  max-width: 100%;
  margin: 2rem auto;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.carousel-prev,
.carousel-next {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text-primary);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.carousel-prev:hover,
.carousel-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--color-text-primary);
}

.carousel-indicators {
  display: flex;
  gap: 0.5rem;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-indicator.active {
  background-color: var(--color-text-primary);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .tech-features {
    flex-direction: column;
    align-items: center;
  }

  .performance-specs,
  .performance-grid {
    flex-direction: column;
  }

  .carousel-slide img {
    height: 250px;
  }
}

.floating-register-btn {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
}

.floating-register-btn.visible {
  bottom: 30px;
  opacity: 1;
}

.register-interest-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-text-primary);
  color: var(--color-background);
  border: 1px solid var(--color-background);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
  padding: 12px 24px;
}

.register-interest-btn:hover {
  background-color: var(--color-background);
  color: var(--color-text-primary);
  border-color: var(--color-text-primary);
}

.register-interest-btn .btn-text {
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-register-btn {
    padding: 0 15px;
  }

  .register-interest-btn {
    padding: 10px 15px;
    max-width: 250px;
  }

  .register-interest-btn .btn-text {
    font-size: 0.8rem;
  }

  .hero-section {
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
</pre></body></html>