.contact-hero {
  background-color: #1a221f;
  background-image: url('../images/home/bg-dots.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(var(--header-height) + 60px) 0 160px;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60vmin;
  height: 60vmin;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #00a198;
  background-image: linear-gradient(225deg, rgba(110, 169, 214, 0.4) 0%, rgba(249, 251, 122, 0.4) 50%);
  opacity: 0.15;
  filter: blur(200px);
}

.contact-hero-title {
  font-size: clamp(40px, 5vw, 72px);
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.contact-hero-title span {
  background: linear-gradient(90deg, #ffffff 0%, #b9e3ff 42%, #58cd8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Overlap Cards */
.contact-overlap-section {
  margin-top: -80px;
  position: relative;
  z-index: 10;
}

.contact-info-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
}

.contact-info-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-icon-wrap--green {
  background-color: rgba(88, 205, 140, 0.1);
}

.contact-info-icon-wrap--orange {
  background-color: rgba(255, 122, 0, 0.1);
}

.contact-info-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0;
}

.contact-info-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.contact-info-link {
  font-size: 15px;
  font-weight: 700;
  color: #58cd8c;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.contact-info-link--orange {
  color: #ff7a00;
}

/* Main Content */
.contact-main-section {
  padding: 80px 0;
  background-color: #f9fafb;
}

.contact-text-content {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}

.contact-office-img {
  width: 100%;
  height: 250px;
  border-radius: 24px;
  margin-bottom: 24px;
  object-fit: cover;
  display: block;
}

.office-info h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 16px;
}

.office-detail-row {
  display: flex;
  margin-bottom: 12px;
  gap: 16px;
}

.office-detail-label {
  flex: 0 0 160px;
  font-weight: 700;
  color: #4b5563;
  font-size: 15px;
}

.office-detail-value {
  color: #6b7280;
  font-size: 15px;
}

/* Form Card */
.contact-form-card {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.contact-form-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.contact-form-card .subtitle {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 32px;
}

.contact-form-group {
  margin-bottom: 20px;
}

.contact-form-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.contact-form-input, 
.contact-form-select, 
.contact-form-textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  font-size: 15px;
  color: #1e1e1e;
  transition: all 0.3s ease;
}

.contact-form-input:focus, 
.contact-form-select:focus, 
.contact-form-textarea:focus {
  outline: none;
  border-color: #58cd8c;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(88, 205, 140, 0.1);
}

.contact-form-textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-privacy {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 24px;
}

.contact-form-privacy a {
  color: #58cd8c;
  text-decoration: none;
}

.contact-form-submit {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  background-color: #58cd8c;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

.contact-form-submit:hover {
  background-color: #4bb87d;
}

/* Download Section */
.home-download {
  overflow: hidden;
  border-bottom: 1.2px solid rgba(30, 30, 30, 0.25);
  background: #efeeee;
}

.home-download__panel {
  align-items: center;
  justify-content: space-between;
  gap: clamp(0px, 1.2vw, 16px);
}

.home-download__column--content {
  flex: 0 1 620px;
}

.home-download__column--media {
  flex: 1 1 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-download__content {
  width: 100%;
  min-width: 0;
  max-width: 620px;
}

.home-download__title {
  color: #1e1e1e;
  font-size: clamp(40px, 2.2rem + 1.6vw, 62px);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px !important;
  background: linear-gradient(130deg, #1e1e1e 55%, #58cd8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-download__title-line {
  display: block;
}

.home-download__text {
  color: #1e1e1e;
  font-weight: 400;
  font-size: clamp(16px, 0.95rem + 0.25vw, 22px);
  line-height: 1.73;
  letter-spacing: 0.02em;
}

.home-download__stores {
  margin-top: 28px;
  margin-bottom: 0;
}

.home-download__store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 176px;
  padding: 12px 18px;
  border-radius: 14px;
  background-color: #171717;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.home-download__store-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  background-color: #111;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.16);
}

.home-download__store-icon {
  width: 26px;
  flex: 0 0 26px;
}

.home-download__store-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.home-download__store-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.home-download__store-small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.home-download__store-big {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.home-download__media {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-download__image {
  width: clamp(420px, 44vw, 720px);
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 34px 52px rgba(17, 24, 39, 0.16));
}
