

.coverage-sub-title {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-weight: 400;
}

.coverage-form-container {
  max-width: 650px;
  margin: 0 auto;
}

.coverage-form {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.04);
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 20px;
  transition: all 0.2s ease;
}

.form-input-wrapper:focus-within {
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.input-icon {
  flex-shrink: 0;
  margin-right: 16px;
  color: #6b7280;
}

.form-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 18px 0;
  font-size: 1rem;
  color: #111827;
  outline: none;
  font-weight: 500;
}

.form-input::placeholder {
  color: #6b7280;
  font-weight: 400;
}

.input-dropdown-icon {
  flex-shrink: 0;
  margin-left: 16px;
  cursor: pointer;
  color: #6b7280;
  transition: transform 0.2s ease;
}

.input-dropdown-icon:hover {
  color: #374151;
}

.check-coverage-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 28px;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #684EFB 0%, #2064FA 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.check-coverage-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(104, 78, 251, 0.25);
}

.check-coverage-btn:active {
  transform: translateY(0);
}

.check-coverage-btn svg {
  transition: transform 0.2s ease;
}

.check-coverage-btn:hover svg {
  transform: translateX(3px);
}
.hero {
  position: relative;
  width: 100%;
  height: 529px;
  margin: 68px auto 0;
  background: linear-gradient(180deg, #FFFFFF 33.31%, rgba(255, 255, 255, 0.7) 60.69%, rgba(255, 255, 255, 0) 100%), 
              radial-gradient(136.32% 167.48% at 95.17% -34.34%, rgba(0, 102, 255, 0) 0%, rgba(0, 102, 255, 0.2) 66.23%, rgba(109, 77, 255, 0) 100%), 
              linear-gradient(126.13deg, #FFFFFF -8.57%, rgba(232, 228, 255, 0) -8.57%, #6D4DFF 142.43%, rgba(0, 102, 255, 0.2) 157.67%);
  border-radius: 0px 0px 60px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0 20px;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(46px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -3px;
  max-width: 620px;
  margin: 0 auto;
}

/* Network Coverage Section */
.network-coverage-section {
  padding: 80px 0;
  margin-left: 20px;
}

.coverage-title {
  font-family: Manrope;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: SemiBold;
  color: #333333;
  text-align: center;
  margin-bottom: 5rem;
  background-color: #e8e6ff;
  border-radius: 50px;
  padding: 15px 30px;
  display: inline-block;
  border: none;
}

.horizontal_line{
  width: 424.0000000000016;
  height: 0px;
  transform: rotate(180deg);
  border: 1px solid rgb(243, 243, 243);
}
.coverage-grid {
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 10px;
  margin-left: 50px; /* no properly fix it's overrr */
}

.coverage-card {
  background: white;
  border-radius: 16px;
  padding: 15px 25px 5px 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.coverage-footer {
  display: flex;
  justify-content: space-between; /* left & right */
  align-items: center;
  margin-top: 12px;
}

.coverage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.coverage-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coverage-logo {
  flex: 0 0 auto;
}

.coverage-logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.chart-container {
  flex: 0 0 auto;
  text-align: right;
}

.chart-container img {
  width: 117.55px;
  height: 117.55px;
  object-fit: contain;
}

.coverage-details {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
  align-items: flex-start;
  max-width: 260px;
}

.coverage-percentage {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: baseline;
}

.percentage-value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #684EFB;
  margin-bottom: 5px;
  line-height: 1;
}

.percentage-label {
  display: block;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.2;
}

.coverage-status {
  text-align: center;
  margin-bottom: 20px;
}

.status-text {
  font-size: 0.875rem;
  color: #4CAF50;
  font-weight: 600;
  background-color: rgba(76, 175, 80, 0.15);
  opacity: 1;
  border-radius: 10px;
  padding: 4px 12px;
  display: inline-block;
}
.status-text-second {
  font-size: 0.875rem;
  color: #684EFB;
  font-weight: 600;
  background-color: rgba(132, 76, 175, 0.15);
  opacity: 1;
  border-radius: 10px;
  padding: 4px 12px;
  display: inline-block;
}

.good-coverage {
  color: #4CAF50;
}

.variable-coverage {
  color: #684EFB;
}

.view-deals-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90.19px;
  height: 26px;
  background: white;
  color: black;
  border: 1px solid #e0e0e0;
  padding: 8px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 4px;
}

.view-deals-btn:hover {
  opacity: 0.9;
}

/* Speed Test Section */
.speed-test-section {
  position: relative;
  width: 100%;
  max-width: 998px;
  height: 508px;
  margin: 80px auto 0;
  background: linear-gradient(180deg, #FFFFFF 33.31%, rgba(255, 255, 255, 0.7) 60.69%, rgba(255, 255, 255, 0) 100%), radial-gradient(136.32% 167.48% at 95.17% -34.34%, rgba(0, 102, 255, 0) 0%, rgba(0, 102, 255, 0.2) 66.23%, rgba(109, 77, 255, 0) 100%), linear-gradient(241.07deg, #FFFFFF -37.4%, rgba(232, 228, 255, 0) -37.4%, #6D4DFF 144.04%, rgba(0, 102, 255, 0.2) 150.27%);
  background-size: cover;
  background-position: center;
  border-radius: 0px 0px 40px 40px;
  overflow: hidden;
}

.speed-test-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}

.speed-test-content {
  text-align: left;
  max-width: 45%;
  flex: 0 0 45%;
}

.speed-test-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.speed-test-content p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 30px;
}

.speed-test-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 45%;
  flex: 0 0 45%;
  position: relative;
}

.speed-test-visual img {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: contain;
}

.speed-result {
  text-align: center;
}

.speed-value {
  font-size: 3rem;
  font-weight: 800;
  color: #684EFB;
  margin-bottom: 10px;
}

.speed-label {
  font-size: 1.125rem;
  color: #666;
}

/* Deals Section Styles */
.deals-section {
  padding: 20px 0;
  background: #ffffff;
}

.deals-title {
  font-family: Manrope;
  font-size: 5rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
}

.deals-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.deal-item {
  background: white;
  border-radius: 16px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.deal-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.deal-item-img {
  width: 59px;
  height: 67px;
  object-fit: contain;
  flex-shrink: 0;
}

.deal-item-info {
  flex: 1;
}

.deal-item-info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.deal-item-info p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}

.view-more-btn {
  font-family: Manrope;
  display: inline-block;
  background: linear-gradient(135deg, #040406 0%, #040406 100%);
  color: white;
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.view-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(104, 78, 251, 0.25);
  color: white;
  text-decoration: none;
}

/* Mobile Responsive Styles */

@media (max-width: 576px) {
  .coverage-footer {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 68px 0 0;
    border-radius: 0px 0px 40px 40px;
  }
  
  .hero-copy {
    padding: 40px 20px;
  }
  
  .coverage-title {
    font-size: 2rem;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  .coverage-sub-title {
    font-size: 1rem;
    max-width: 90%;
  }
  
  .postcode-line {
    flex-direction: row;
    gap: 8px;
  }
  
  .custom-btn {
    padding: 14px 28px;
    font-size: 1rem;
    min-width: 180px;
  }
  
  .postcode-row {
    max-width: 300px;
  }
  
  .deals-section {
    padding: 30px 0;
  }
  
  .deals-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .deals-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .deal-item {
    padding: 25px 20px;
  }
  
  .deal-item-img {
    width: 100px;
    height: 200px;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 450px;
    border-radius: 0px 0px 30px 30px;
  }
  
  .hero-copy {
    padding: 30px 15px;
  }
  
  .coverage-title {
    font-size: 1.75rem;
  }
  
  .coverage-sub-title {
    font-size: 0.95rem;
  }
  
  .custom-btn {
    padding: 12px 24px;
    font-size: 0.95rem;
    min-width: 160px;
  }
  
  .postcode-row {
    max-width: 280px;
  }
}

/* Tablet Responsive Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero {
    width: 100%;
    margin: 68px auto 0;
  }
  
  .coverage-title {
    font-size: 2.25rem;
  }
  
  .custom-btn {
    padding: 15px 30px;
    font-size: 1.0625rem;
  }
}

/* Large Desktop Styles */
@media (min-width: 1200px) {
  .hero {
    width: 100%;
    margin: 68px auto 0;
  }
  
  .coverage-title {
    font-size: 0.75rem;
  }
  
  .coverage-sub-title {
    font-size: 1.125rem;
  }
  
  .custom-btn {
    padding: 18px 36px;
    font-size: 1.1875rem;
    min-width: 220px;
  }
}

/* Animation for form entrance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.coverage-header {
  animation: fadeInUp 0.8s ease-out;
}

.coverage-form-container {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .coverage-header,
  .coverage-form-container {
    animation: none;
  }
  
  .check-coverage-btn,
  .check-coverage-btn svg,
  .form-input-wrapper,
  .input-dropdown-icon {
    transition: none;
  }
}