@import url(/assets/theme/theme.css);

/* RTX 4090 GPU Hosting Page Styles */

/* Base Container for 1600px max-width */
.section-container {
  max-width: 1600px;
  margin: 30px auto;
  padding: 0 2rem;
}

/* Hero Container */
.hero-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* FAQ Container - Exception 800px */
.faq-container {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 2rem;
}

.feature-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.product-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.spec-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
}

.spec-item svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  color: #3b82f6;
  flex-shrink: 0;
}

.price-amount {
  font-size: 1.5rem;
  font-weight: 600;
}

.price-period {
  font-size: 0.875rem;
  opacity: 0.6;
}

/* Pre-footer CTA Section */
.pre-footer-cta {
  background-color: rgba(59, 130, 246, 0.05);
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.pre-footer-cta__content {
  text-align: center;
  max-width: 800px;
  margin-bottom: 2rem;
}

.pre-footer-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 1rem;
}

.pre-footer-cta__description {
  font-size: 1.125rem;
  color: rgba(245, 245, 245, 0.8);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.pre-footer-cta__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pre-footer-cta__shape {
  position: absolute;
  z-index: 0;
}

.shape-1 {
  top: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  background-color: rgba(59, 130, 246, 0.2);
  opacity: 0.1;
  border-radius: 50%;
}

.shape-2 {
  bottom: -30px;
  left: -30px;
  width: 250px;
  height: 250px;
  background-color: #3b82f6;
  opacity: 0.1;
  border-radius: 50%;
}

/* Hero Section */
.hero {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.hero-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
  z-index: 4;
}

.hero-content {
  flex: 1;
  text-align: left;
}

.hero-badge {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.hero h2 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -1.5px;
}

.hero h2 span {
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description {
  font-size: 1.25rem;
  opacity: 0.8;
  max-width: 650px;
  margin: 2rem 0;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  justify-content: flex-start;
}

.cta-primary {
  background-color: #3b82f6;
  color: #f5f5f5;
  padding: 0.9rem 1.8rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
  border: none;
  position: relative;
  z-index: 10;
  text-decoration: none !important;
  display: inline-block;
}

.cta-primary:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  position: relative;
  z-index: 10;
  text-decoration: none !important;
}

.cta-secondary {
  background-color: rgba(59, 130, 246, 0.1);
  color: #f5f5f5;
  padding: 0.9rem 1.8rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
  transition: all 0.2s ease;
  z-index: 10;
  position: relative;
  text-decoration: none !important;
  display: inline-block;
}

.cta-secondary:hover {
  background-color: rgba(59, 130, 246, 0.2);
  transform: translateY(-2px);
  z-index: 10;
  position: relative;
  text-decoration: none !important;
}

.trusted-by {
  text-align: left;
}

.trusted-by-text {
  font-size: 0.875rem;
  opacity: 0.6;
  margin-bottom: 1rem;
}

.trusted-logos {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.trusted-logo {
  height: 40px;
  opacity: 0.9;
  filter: grayscale(1) brightness(1.5);
  transition: all 0.3s ease;
}

.trusted-logo:hover {
  opacity: 1;
  filter: grayscale(0) brightness(1);
}

/* Hero Form Redesign - Compact Version */
.hero-form-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(19, 18, 19, 0.9) 100%);
  padding: 1.5rem;
  border-radius: 16px;
  max-width: 380px;
  margin-top:10vh;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 
              0 0 0 1px rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(59, 130, 246, 0.3);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.hero-form-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.hero-form-box .form-header {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  text-align: center;
  color: #3b82f6;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
}

.hero-form-box .form-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
}

/* Form row for flex layout */
.hero-form-box .form-row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.hero-form-box .form-row .form-control {
  margin-bottom: 0;
  flex: 1;
}

.hero-form-box .form-control {
  width: 100%;
  padding: 0.75rem 0.875rem;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  color: #f5f5f5;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  position: relative;
}

.hero-form-box .form-control:focus {
  outline: none;
  border-color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15),
              0 4px 12px rgba(59, 130, 246, 0.2);
  transform: translateY(-1px);
}

.hero-form-box .form-control::placeholder {
  color: rgba(245, 245, 245, 0.6);
  transition: all 0.3s ease;
}

.hero-form-box .form-control:focus::placeholder {
  color: rgba(59, 130, 246, 0.8);
  transform: translateY(-2px);
}

.hero-form-box textarea.form-control {
  min-height: 80px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}

/* reCAPTCHA styling - reduced padding */
.hero-recaptcha {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  transform: scale(0.8);
  transform-origin: center;
}

.hero-form-box .form-submit {
  width: 100%;
  padding: 0.875rem;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.hero-form-box .form-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.hero-form-box .form-submit:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
}

.hero-form-box .form-submit:hover::before {
  left: 100%;
}

.hero-form-box .form-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(59, 130, 246, 0.3);
}

/* Form validation states */
.hero-form-box .form-control.error {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}

.hero-form-box .form-control.success {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
}

/* Loading state for submit button */
.hero-form-box .form-submit.loading {
  pointer-events: none;
  opacity: 0.7;
}

.hero-form-box .form-submit.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.blob {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.05);
  filter: blur(120px);
  z-index: 1;
}

.blob-1 {
  top: -300px;
  right: -300px;
}

.blob-2 {
  bottom: -400px;
  left: -200px;
}

/* Features section */ 
.features-section {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 30px;
}

.section-badge {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.section-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
}

.feature-row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-row:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-content {
  flex: 1;
  padding: 2rem;
}

.feature-image {
  flex: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 400px;
  position: relative;
}

.feature-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.feature-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  margin-bottom: 2rem;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.feature-list-item svg {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  color: #3b82f6;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.feature-cta {
  background-color: rgba(59, 130, 246, 0.1);
  color: #f5f5f5;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
  display: inline-block;
}

.feature-cta:hover {
  background-color: #3b82f6;
  text-decoration: none !important;
}

.feature-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.feature-image-state-art {
  background-image: url(/assets/images/State-of-the-Art.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 400px;
  position: relative;
}

.feature-image-AI-and-ML {
  background-image: url(/assets/images/AI-and-ML.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 400px;
  position: relative;
}

.feature-image-High-Speed-Networking {
 background-image: url(/assets/images/High-Speed-Networking.webp);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 flex: 1;
 border-radius: 1rem;
 overflow: hidden;
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
 border: 1px solid rgba(255, 255, 255, 0.05);
 height: 400px;
 position: relative;
}

.feature-image-Enterprise-Grade-Storage {
 background-image: url(/assets/images/Enterprise-Grade-Storage.webp);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 flex: 1;
 border-radius: 1rem;
 overflow: hidden;
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
 border: 1px solid rgba(255, 255, 255, 0.05);
 height: 400px;
 position: relative;
}

.nvidia-feature-image-content {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 1.5rem;
 background-image: url(/assets/images/NVIDIA\ RTX\ 4000\ Ada\ Generation.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
}

.nvidia-quadro-feature-image-content {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 1.5rem;
 background-image: url(/assets/images/NVIDIA\ Quadro\ RTX\ 6000.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
}

.nvidia-feature-image{
 flex: 1;
 border-radius: 1rem;
 overflow: hidden;
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
 border: 1px solid rgba(255, 255, 255, 0.05);
 height: 400px;
 position: relative;
 border-radius: none;
}

.image-title {
 font-size: 1.25rem;
 font-weight: 600;
 margin-bottom: 0.5rem;
}

.image-description {
 font-size: 0.875rem;
 opacity: 0.8;
}

.blob-5 {
 top: 30%;
 right: -300px;
}

/* Update hero section layout */
.hero-content-wrapper {
 max-width: 1600px;
 margin: 0 auto;
 padding: 0 2rem;
}

/* Update all sections to use the new container system */
.features-section {
 max-width: 1600px;
 margin: 30px auto;
 padding: 0 2rem;
}

.products-section {
 max-width: 1600px;
 margin: 30px auto;
 padding: 0 2rem;
 position: relative;
 overflow: hidden;
}

.products-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 2rem;
 position: relative;
 z-index: 2;
}

.product-features{
 display: grid;
 grid-template-columns: 1fr 1fr;
 justify-content: space-evenly;
 align-items: start;
 gap: 16px;
 max-width: 1600px;
 margin: 30px auto;
 padding: 0 2rem;
}

.fea-product{
 display: flex;
 background-color: rgb(19,18,19);
 border: 1px solid rgba(255, 255, 255, 0.05);
 border-radius: 1rem;
 padding: 2.5rem;
 transition: all 0.3s ease;
 position: relative;
 overflow: hidden;
 gap: 15px;
 height: max-content;
}

.fea-product:hover {
 transform: translateY(-5px);
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fea-product div {
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.fea-product img{
 width: 100px;
 height: 100px;
 margin-right: 20px;
}

.fea-product h3 {
 font-size: 1.25rem;
 font-weight: 700;
 color: #f5f5f5;
}

.fea-product p {
 color: rgba(245, 245, 245, 0.8);
 line-height: 1.6;
}

/* Update container system */
.container {
 max-width: 1600px;
 margin: 0 auto;
 padding: 0 2rem;
}

/* Update pre-footer CTA */
.pre-footer-cta .container {
 max-width: 1600px;
 margin: 0 auto;
 padding: 0 2rem;
 display: flex;
 flex-direction: column;
 align-items: center;
 position: relative;
 z-index: 1;
}

/* Additional sections update */
.why-choose-section {
 max-width: 1600px;
 margin: 30px auto;
 padding: 0 2rem;
 position: relative;
 overflow: hidden;
}

.features-grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
 gap: 2rem;
 margin-top: 3rem;
}

.feature-card {
 background-color: rgb(19,18,19);
 border-radius: 12px;
 padding: 2rem;
 text-align: center;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 border: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
 width: 64px;
 height: 64px;
 margin: 0 auto 1.5rem;
 display: flex;
 align-items: center;
 justify-content: center;
}

.feature-icon img {
 max-width: 100%;
 height: auto;
}

.feature-card h3 {
 font-size: 1.25rem;
 font-weight: 700;
 margin-bottom: 1rem;
 color: #f5f5f5;
}

.feature-card p {
 color: rgba(245, 245, 245, 0.8);
 line-height: 1.6;
}

.blob-3 {
 top: 20%;
 right: -300px;
}

.blob-4 {
 bottom: 10%;
 left: -300px;
}

/* FAQ Section - Exception 800px */
.faq-section {
 max-width: 800px;
 margin: 30px auto;
 padding: 0 2rem;
 position: relative;
 z-index: 2;
 background-color: #121212;
}

.faq-container {
 max-width: 100%;
 margin: 0 auto;
}

.faq-item {
 margin-bottom: 1rem;
 background-color: rgba(255, 255, 255, 0.03);
 border-radius: 0.5rem;
 overflow: hidden;
 border: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-question {
 padding: 1.25rem;
 font-weight: 500;
 font-size: 1.125rem;
 color: #f5f5f5;
 cursor: pointer;
 display: flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
 transition: color 0.3s ease;
}

.faq-question:hover {
 color: #3b82f6;
}

.faq-icon {
 position: relative;
 width: 24px;
 height: 24px;
 flex-shrink: 0;
}

.faq-icon:before,
.faq-icon:after {
 content: '';
 position: absolute;
 background-color: #f5f5f5;
 transition: all 0.3s ease;
}

.faq-icon:before {
 width: 2px;
 height: 16px;
 top: 4px;
 left: 11px;
}

.faq-icon:after {
 width: 16px;
 height: 2px;
 top: 11px;
 left: 4px;
}

.faq-item.active .faq-icon:before {
 transform: rotate(90deg);
 opacity: 0;
}

.faq-item.active .faq-question {
 color: #3b82f6;
}

.faq-answer {
 padding: 0 1.25rem 1.25rem;
 font-size: 1rem;
 line-height: 1.6;
 color: rgba(245, 245, 245, 0.8);
 display: none;
}

.faq-item.active .faq-answer {
 display: block;
}

/* Buttons */
.btn {
 display: inline-block;
 padding: 0.75rem 1.5rem;
 font-weight: 600;
 text-align: center;
 border-radius: 0.375rem;
 transition: all 0.3s ease;
 font-size: 1rem;
 cursor: pointer;
 text-decoration: none !important;
}

.btn:hover {
 text-decoration: none !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
 .hero-content-wrapper {
   gap: 2rem;
 }
 
 .hero-form-box {
   max-width: 320px;
 }
}

@media (max-width: 992px) {
 .hero-content-wrapper {
   flex-direction: column;
   align-items: center;
   gap: 2rem;
 }
 
 .hero-content {
   text-align: center;
 }
 
 .cta-buttons {
   justify-content: center;
 }
 
 .trusted-by {
   text-align: center;
 }
 
 .trusted-logos {
   justify-content: center;
 }
 
 .hero-form-box {
   max-width: 100%;
   width: 100%;
 }
 
 .feature-row, 
 .feature-row:nth-child(even) {
   flex-direction: column;
 }
 
 .feature-content,
 .feature-image {
   width: 100%;
 }
 
 .feature-image {
   margin-bottom: 2rem;
   height: 300px;
 }
 
 .feature-row:nth-child(even) .feature-image {
   order: -1;
 }
 
 .section-title {
   font-size: 2.25rem;
 }
 
 .features-grid {
   grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
 }
}

@media (max-width: 768px) {
 .hero h2 {
   font-size: 2.75rem;
 }
 
 .hero-description {
   font-size: 1rem;
 }
 
 .cta-buttons {
   flex-direction: column;
   gap: 0.75rem;
   width: 100%;
 }
 
 .cta-primary, .cta-secondary {
   width: 100%;
 }
 
 .trusted-logos {
   flex-wrap: wrap;
   gap: 1.5rem;
 }
 
 .pre-footer-cta__title {
   font-size: 2rem;
 }
 
 .pre-footer-cta__buttons {
   flex-direction: column;
   width: 100%;
 }
 
 .pre-footer-cta__buttons .btn {
   width: 100%;
 }
 
 .section-title {
   font-size: 2.25rem;
 }

 .product-features {
   grid-template-columns: repeat(1, 1fr);
   padding: 0 1rem;
 }

 .feature-image{
   display: none;
 }

 .faq-question {
   font-size: 1rem;
 }

 .hero-content-wrapper {
   padding: 0 1rem;
 }
 
 .features-section,
 .products-section,
 .why-choose-section {
   padding: 0 1rem;
 }
 
 .pre-footer-cta .container {
   padding: 0 1rem;
 }
 
 .hero-form-box .form-row {
   flex-direction: column;
   gap: 0.75rem;
 }
 
 .hero-form-box .form-row .form-control {
   margin-bottom: 0.75rem;
   flex: none;
 }
}

@media (max-width: 640px) {
 .features-grid {
   grid-template-columns: 1fr;
 }
}

@media (max-width: 480px) {
 .hero h2 {
   font-size: 2.25rem;
 }
 
 .section-badge {
   font-size: 0.75rem;
 }
 
 .section-title {
   font-size: 1.75rem;
 }
 
 .section-description {
   font-size: 1rem;
 }
 
 .feature-title {
   font-size: 1.5rem;
 }
 
 .feature-description {
   font-size: 1rem;
 }
 
 .pre-footer-cta__title {
   font-size: 1.75rem;
 }
 
 .pre-footer-cta__description {
   font-size: 1rem;
 }

 .product-features{
   grid-template-columns: repeat(1, 1fr);
 }

 .feature-image{
   display: none;
 }

 .hero-form-box {
   padding: 1.25rem;
 }
 
 .hero-form-box .form-header {
   font-size: 0.9rem;
   margin-bottom: 1rem;
 }
 
 .hero-form-box .form-control {
   padding: 0.625rem 0.75rem;
   font-size: 0.85rem;
 }
 
 .hero-form-box .form-submit {
   padding: 0.75rem;
   font-size: 0.85rem;
 }
 
 .hero-recaptcha {
   transform: scale(0.75);
 }
}

/* Additional utility classes */
.container-1600 {
 max-width: 1600px;
 margin: 0 auto;
 padding: 0 2rem;
}

.container-800 {
 max-width: 800px;
 margin: 0 auto;
 padding: 0 2rem;
}

/* Animation Styles */
.feature-card, 
.fea-product {
 opacity: 0;
 transform: translateY(20px);
 transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature-card.animate, 
.fea-product.animate {
 opacity: 1;
 transform: translateY(0);
}

/* Utility Classes */
.text-center {
 text-align: center;
}

/* Additional Feature Styles */
.feature-image-content h4 {
 color: #f5f5f5;
 font-size: 1.25rem;
 font-weight: 600;
 margin-bottom: 0.5rem;
}

.feature-image-content p {
 color: rgba(245, 245, 245, 0.8);
 font-size: 0.875rem;
}

/* Hover Effects */
.trusted-logo svg:hover {
 transform: scale(1.05);
}

.feature-card:hover .feature-icon img {
 transform: scale(1.1);
 transition: transform 0.3s ease;
}

.fea-product:hover img {
 transform: scale(1.05);
 transition: transform 0.3s ease;
}

/* Enhanced button styles */
.cta-primary:active,
.cta-secondary:active,
.form-submit:active {
 transform: scale(0.98);
}

/* Focus States for Accessibility */
.hero-form-box .form-control:focus,
.faq-question:focus,
.cta-primary:focus,
.cta-secondary:focus,
.hero-form-box .form-submit:focus {
 outline: 2px solid #3b82f6;
 outline-offset: 2px;
}

/* Loading States */
.hero-form-box .form-submit:disabled {
 background-color: #6b7280;
 cursor: not-allowed;
}

.hero-form-box .form-submit:disabled:hover {
 transform: none;
 background-color: #6b7280;
 text-decoration: none !important;
}

/* Enhanced text selection */
::selection {
 background-color: rgba(59, 130, 246, 0.3);
 color: #ffffff;
}

::-moz-selection {
 background-color: rgba(59, 130, 246, 0.3);
 color: #ffffff;
}

/* Improved accessibility */
.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;
}

/* Enhanced button hover states */
.cta-primary:hover,
.cta-secondary:hover,
.hero-form-box .form-submit:hover,
.feature-cta:hover,
.btn:hover {
 box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
 text-decoration: none !important;
}

/* Global link styles to prevent underlines */
a {
 color: inherit;
 text-decoration: none !important;
 transition: all 0.2s ease;
}

a:hover {
 color: #3b82f6;
 text-decoration: none !important;
}

/* Specific button and CTA link styles */
.cta-primary,
.cta-secondary,
.feature-cta,
.hero-form-box .form-submit,
.btn {
 text-decoration: none !important;
}

.cta-primary:hover,
.cta-secondary:hover,
.feature-cta:hover,
.hero-form-box .form-submit:hover,
.btn:hover {
 text-decoration: none !important;
}

/* Focus styles for accessibility */
.cta-primary:focus-visible,
.cta-secondary:focus-visible,
.feature-cta:focus-visible,
.hero-form-box .form-submit:focus-visible,
.btn:focus-visible {
 outline: 2px solid #3b82f6;
 outline-offset: 2px;
 text-decoration: none !important;
}

/* Enhanced form validation */
.hero-form-box .form-control:invalid {
 border-color: #ef4444;
}

.hero-form-box .form-control:valid {
 border-color: #10b981;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
 width: 8px;
}

::-webkit-scrollbar-track {
 background: #1f2937;
}

::-webkit-scrollbar-thumb {
 background: #3b82f6;
 border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
 background: #2563eb;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
 .hero-badge,
 .section-badge {
   background-color: #3b82f6;
   color: #fff;
 }
 
 .feature-card,
 .fea-product {
   border: 2px solid #3b82f6;
 }
 
 .hero-form-box .form-control {
   border: 2px solid #3b82f6;
 }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
 *,
 *::before,
 *::after {
   animation-duration: 0.01ms !important;
   animation-iteration-count: 1 !important;
   transition-duration: 0.01ms !important;
   scroll-behavior: auto !important;
 }
 
 .blob {
   filter: none;
   animation: none;
 }
}

/* Enhanced blob animations */
.blob {
 animation: blob-float 6s ease-in-out infinite;
}

.blob-1 {
 animation-delay: 0s;
}

.blob-2 {
 animation-delay: 2s;
}

.blob-3 {
 animation-delay: 4s;
}

.blob-4 {
 animation-delay: 1s;
}

@keyframes blob-float {
 0%, 100% {
   transform: translateY(0px);
 }
 50% {
   transform: translateY(-10px);
 }
}

/* Disable blob animation on reduced motion */
@media (prefers-reduced-motion: reduce) {
 .blob {
   animation: none;
 }
}

/* Enhanced container max-widths for different screen sizes */
@media (min-width: 1400px) {
 .container,
 .hero-content-wrapper,
 .features-section,
 .products-section,
 .why-choose-section,
 .pre-footer-cta .container {
   max-width: 1520px;
 }
}

@media (min-width: 1600px) {
 .container,
 .hero-content-wrapper,
 .features-section,
 .products-section,
 .why-choose-section,
 .pre-footer-cta .container {
   max-width: 1600px;
 }
}

/* Print Styles */
@media print {
 .blob,
 .pre-footer-cta__shape,
 .cta-buttons,
 .hero-form-box {
   display: none;
 }
 
 .hero h2,
 .section-title {
   color: #000 !important;
 }
 
 .hero-description,
 .section-description,
 .feature-description {
   color: #333 !important;
 }
}

/* Dark Mode Enhancements */
@media (prefers-color-scheme: dark) {
 .hero-form-box .form-control {
   background-color: rgba(255, 255, 255, 0.03);
   border-color: rgba(255, 255, 255, 0.1);
 }
 
 .feature-card,
 .fea-product {
   background-color: rgba(0, 0, 0, 0.3);
 }
}

/* Additional responsive styles for very small screens */
@media (max-width: 320px) {
 .hero h2 {
   font-size: 1.75rem;
 }
 
 .section-title {
   font-size: 1.5rem;
 }
 
 .hero-description {
   font-size: 0.9rem;
 }
 
 .feature-title {
   font-size: 1.25rem;
 }
 
 .feature-description {
   font-size: 0.9rem;
 }
 
 .feature-card,
 .fea-product {
   padding: 1rem;
 }
 
 .hero-form-box {
   padding: 1rem;
 }
}

/* Enhanced responsive behavior for hero form */
@media (max-width: 576px) {
 .hero-form-box {
   margin: 0 auto;
   max-width: 100%;
 }
}