/* schedule.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: "Inter", sans-serif; */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

.main-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/hero-gradient.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}

/* Main content */
.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 60px 80px 40px;
  min-height: 100vh;
}

/* Left section */
.left-section {
  flex: 1;
  padding-right: 60px;
  max-width: 700px;
  margin-top: 80px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.expectations-container {
  color: #000000;
  max-width: 600px;
  padding: 0;
}

.expectations-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #000000;
  line-height: 1.2;
  letter-spacing: -0.5px;
  display: inline-block;
}

.expectations-subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #000000;
}

.benefits-list {
  list-style: none;
  margin-bottom: 40px;
}

.benefit-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.benefit-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(0, 0, 0), transparent);
  margin: 30px 0;
}

.additional-info {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #000000;
  padding: 15px 0;
}

.testimonial-container {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}

.testimonial-container:before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 60px;
  color: rgba(79, 70, 229, 0.1);
  font-family: serif;
  line-height: 1;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.testimonial-text {
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 5px;
}

.testimonial-author {
  font-weight: 700;
  color: #2d3748;
  font-style: normal;
  display: flex;
  align-items: center;
}

.testimonial-author:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #d96d6d;
  margin-right: 10px;
}

.additional-info {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #4a5568;
  padding: 15px;
  background: rgba(79, 70, 229, 0.05);
  border-left: 4px solid #4f46e5;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 992px) {
  .expectations-title {
    font-size: 28px;
    color: #000000;
  }
  .expectations-subtitle {
    font-size: 20px;
    color: #000000;
  }
  .benefit-item {
    font-size: 16px;
    color: #000000;
  }
  .additional-info {
    font-size: 16px;
    color: #000000;
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-image {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .testimonial-author {
    justify-content: center;
  }

  .testimonial-container:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Right section */
.right-section {
  flex: 1.2;
  display: flex;
  justify-content: flex-end;
  padding-left: 40px;
}

.form-container {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10.67px);
  border-radius: 24px;
  padding: 70px;
  width: 100%;
  max-width: 750px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-header {
  margin-bottom: 40px;
}

.schedule-text {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  white-space: nowrap;
}

.title {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 0.9;
  color: #000;
  margin-bottom: 40px;
}

.subtitle {
  font-size: 20px;
  letter-spacing: 4px;
  color: #212327;
  line-height: 1.6;
}

/* Form styles */
.signup-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
}

.form-group input,
.form-group select,
#country-input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
#country-input:focus {
  outline: none;
  border-color: #abbdff;
  box-shadow: 0 0 0 2px rgba(171, 189, 255, 0.2);
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  background-color: #ffffff;
}

.next-button {
  width: 100%;
  height: 48px;
  background: #abbdff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.next-button:hover {
  background: #8aa3ff;
}

/* Responsive */
@media (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
}

@media (max-width: 1200px) {
  .content {
    padding: 40px 40px 60px 30px;
    max-width: 1200px;
  }

  .right-section {
    flex: 1.1;
  }

  .form-container {
    max-width: 650px;
    padding: 60px;
  }

  .logo {
    max-width: 500px;
  }

  .title {
    font-size: 90px;
  }

  .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .content {
    flex-direction: column;
    padding: 30px;
    max-width: 100%;
  }

  .left-section,
  .right-section {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .form-container {
    margin: 30px auto 0;
    max-width: 700px;
  }

  .logo {
    max-width: 450px;
  }

  .title {
    font-size: 80px;
  }

  .schedule-text {
    font-size: 22px;
    letter-spacing: 8px;
  }

  .tagline {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .content {
    padding: 20px;
  }

  .form-container {
    padding: 50px;
    max-width: 600px;
  }

  .title {
    font-size: 70px;
  }

  .schedule-text {
    font-size: 20px;
    letter-spacing: 6px;
    margin-bottom: 30px;
  }

  .tagline {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }

  .subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .content {
    padding: 15px;
  }

  .form-container {
    padding: 30px;
    max-width: 100%;
  }

  .title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .schedule-text {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    white-space: normal;
  }

  .subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .tagline {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }

  .logo {
    max-width: 300px;
  }

  .logo-container {
    margin-bottom: 30px;
  }

  .form-header {
    margin-bottom: 20px;
  }

  .signup-form {
    gap: 15px;
  }
}

/* Country Picker Styles */
.custom-country-picker {
  position: relative;
  width: 100%;
  z-index: 100;
}

#country-input {
  cursor: pointer;
}

.country-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  margin-top: 5px;
}

.search-container {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  background: white;
  position: sticky;
  top: 0;
}

.search-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: #888;
}

#country-search {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 5px 5px;
  background: transparent;
  color: #333;
}

.country-list {
  overflow-y: auto;
  max-height: 250px;
}

.country-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.country-item:hover {
  background-color: #f6f6f6;
}

.country-flag {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  object-fit: cover;
}

.country-name {
  font-size: 14px;
  color: #333;
}

.error,
.no-results {
  padding: 15px;
  text-align: center;
  color: #666;
}

.custom-country-picker.active .country-dropdown {
  display: block;
}

/* Radio Button Styles */
.radio-main-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.radio-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.radio-option {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  height: 24px;
}

.radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #d96d6d;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.radio-option:hover .radio-custom {
  background-color: #fcecec;
}

.radio-option input:checked ~ .radio-custom {
  background-color: #d96d6d;
  border-color: #d96d6d;
}

.radio-custom:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.radio-option input:checked ~ .radio-custom:after {
  display: block;
}

.radio-text {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
  line-height: 1.4;
}

.error-message {
  color: #d96d6d;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.invalid {
  border-color: #d96d6d !important;
}

input.invalid,
select.invalid {
  border: 1px solid #d96d6d;
}
