/* Out of Body - Main Stylesheet */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Times New Roman', Times, serif;
  color: #FF3300;
  background-color: #000;
  overflow-x: hidden;
}

/* Fixed Contact Bar */
.contact-bar {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1000;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-link {
  color: #FF3300;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-link:hover {
  opacity: 0.6;
}

.contact-separator {
  margin: 0 12px;
  color: #FF3300;
  opacity: 0.6;
}

/* Section Layouts */
section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 40px;
  max-width: 1400px;
  width: 100%;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
}

.hero-title {
  font-size: clamp(2.5rem, 8vw, 10rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 30px;
  padding: 0 5%;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  padding: 0 5%;
}

/* Copy Text */
.copy-text {
  font-size: clamp(1.3rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
  padding: 0 3%;
}

.cta-text {
  margin-top: 60px;
  margin-bottom: 30px;
}

/* Trust Section Details */
.trust-details {
  font-size: clamp(1.1rem, 2.5vw, 2rem);
  font-weight: 400;
  opacity: 0.95;
}

/* Service Area Text */
.services-area {
  font-size: clamp(1.1rem, 2.5vw, 2rem);
  font-weight: 700;
}

/* Section Headings */
.section-heading {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
  line-height: 1.3;
  padding: 0 5%;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cta-button {
  display: inline-block;
  color: #FF3300;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.5rem);
  padding: 16px 35px;
  border: 2px solid #FF3300;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #FF3300;
  color: #fff;
}

/* Trust Section */
.trust-section {
  min-height: 100vh;
}

/* Final Section */
.final-section {
  min-height: 100vh;
}

/* Closing Section - Two Lines */
.closing-title {
  font-size: clamp(2.5rem, 8vw, 9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.closing-subtitle {
  font-size: clamp(2rem, 6vw, 7rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0;
}

/* Footer */
.site-footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.footer-text {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  font-weight: 400;
  margin-bottom: 15px;
  opacity: 0.9;
}

.footer-contact {
  font-size: clamp(0.85rem, 1.3vw, 1.1rem);
  font-weight: 400;
  margin: 0;
}

.footer-link {
  color: #FF3300;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-link:hover {
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-bar {
    top: 15px;
    right: 20px;
    font-size: 9px;
    letter-spacing: 1px;
  }
  
  .contact-separator {
    margin: 0 8px;
  }
  
  .content-wrapper {
    padding: 40px 25px;
  }
  
  .hero-title {
    margin-bottom: 20px;
    font-size: clamp(2rem, 7vw, 5rem);
  }
  
  .hero-subtitle {
    font-size: clamp(1rem, 2.8vw, 1.8rem);
  }
  
  .copy-text {
    margin-bottom: 30px;
    font-size: clamp(1.2rem, 2.8vw, 2rem);
  }
  
  .trust-details {
    font-size: clamp(1rem, 2.3vw, 1.6rem);
  }
  
  .services-area {
    font-size: clamp(1rem, 2.3vw, 1.6rem);
  }
  
  .closing-title {
    font-size: clamp(2rem, 7vw, 6rem);
  }
  
  .closing-subtitle {
    font-size: clamp(1.6rem, 5vw, 4.5rem);
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  
  .cta-button {
    width: 100%;
    max-width: 300px;
  }
  
  .section-heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .contact-bar {
    font-size: 8px;
  }
  
  .content-wrapper {
    padding: 30px 20px;
  }
  
  .hero-title {
    font-size: clamp(1.8rem, 6vw, 4rem);
    padding: 0 3%;
    letter-spacing: 0;
  }
  
  .hero-subtitle {
    font-size: clamp(0.9rem, 2.3vw, 1.4rem);
  }
  
  .copy-text {
    font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  }
  
  .trust-details {
    font-size: clamp(0.95rem, 2vw, 1.4rem);
  }
  
  .services-area {
    font-size: clamp(0.95rem, 2vw, 1.4rem);
  }
  
  .closing-title {
    font-size: clamp(1.8rem, 6vw, 5rem);
  }
  
  .closing-subtitle {
    font-size: clamp(1.4rem, 4.5vw, 3.5rem);
  }
}
