/* ============================================================
   16. CLOSING CTA — Dark Premium Design (Screenshot Style)
   ============================================================ */
.closing-cta-section {
  padding: 100px 24px;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.closing-bg-effects {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      ellipse at 20% 80%,
      rgba(231, 24, 27, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(255, 193, 7, 0.04) 0%,
      transparent 40%
    );
  pointer-events: none;
}

.closing-bg-effects::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.6;
}

.closing-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
}

.closing-left {
  color: var(--color-white);
  padding-top: 20px;
}

.closing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  color: #e7181b;
}

.closing-eyebrow i {
  font-size: 0.9rem;
}

.closing-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 18px;
  color: var(--color-white);
}

.text-gold {
  color: #e7181b;
}

.closing-desc {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 40px;
}

.closing-features {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.closing-feature {
  display: flex;
  align-items: center;
  gap: 14px;
}

.closing-feat-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid rgba(231, 24, 27, 0.3);
  background: rgba(231, 24, 27, 0.08);
  color: #e7181b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.closing-feature h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 2px;
}

.closing-feature p {
  font-size: 0.8rem;
  color: #94a3b8;
}

.closing-contact-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.closing-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 220px;
}

.closing-contact-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(231, 24, 27, 0.3);
  transform: translateY(-2px);
}

.cc-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #e7181b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.cc-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.cc-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-white);
}

/* Right Side Form */
.closing-right {
  display: flex;
  justify-content: flex-end;
}

.closing-form-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.closing-form-card h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 8px;
}

.closing-form-sub {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 28px;
}


.closing-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.input-wrap {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0 14px;
  transition: all 0.3s ease;
}

.input-wrap:focus-within {
  border-color: rgba(251, 191, 36, 0.4);
  background: rgba(255, 255, 255, 0.07);
}

.input-wrap i {
  color: #64748b;
  font-size: 0.9rem;
  margin-right: 10px;
}

.input-wrap input,
.input-wrap select,
.closing-form textarea {
  flex: 1;
  background: none;
  border: none;
  padding: 13px 0;
  color: var(--color-white);
  font-size: 0.9rem;
  outline: none;
  width: 100%;
}

.input-wrap input::placeholder,
.closing-form textarea::placeholder {
  color: #64748b;
}

.closing-form textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 13px 14px;
  resize: vertical;
  min-height: 80px;
  transition: all 0.3s ease;
}

.closing-form textarea:focus {
  border-color: rgba(251, 191, 36, 0.4);
  background: rgba(255, 255, 255, 0.07);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.phone-row {
  display: flex;
  gap: 10px;
}

.country-select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 13px 10px;
  color: var(--color-white);
  font-size: 0.9rem;
  outline: none;
  cursor: pointer;
}

.country-select option {
  background: #1a1a1a;
  color: var(--color-white);
}

.phone-input {
  flex: 1;
}

.input-hint {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 4px;
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  appearance: none;
  padding-right: 30px;
  cursor: pointer;
}

.select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 0.75rem;
  pointer-events: none;
}

.recaptcha-placeholder {
  margin: 18px 0;
}

.recaptcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 14px;
}

.recaptcha-box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--color-primary);
  cursor: not-allowed;
}

.recaptcha-box label {
  margin: 0;
  font-size: 0.85rem;
  color: #cbd5e1;
  cursor: not-allowed;
}

.recaptcha-logo {
  width: 32px;
  height: 32px;
  margin-left: auto;
  opacity: 0.7;
}

.closing-submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.closing-submit-btn:hover {
  background: #bd1215;
  transform: translateY(-2px);
}

/* Alert box in dark form */
.closing-form-card .contact-alert {
  margin-bottom: 20px;
}

/* ============================================================
   15. FAQ CLEAN SECTION — Minimal Design (Screenshot Style)
   ============================================================ */
.faq-clean-section {
  padding: 100px 24px;
  background: #ffffff;
}

.faq-clean-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-clean-title {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #0f172a;
  margin-bottom: 8px;
}

.faq-clean-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #475569;
  margin-bottom: 50px;
}

.faq-clean-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-clean-item {
  border-bottom: 1px solid #e2e8f0;
}

.faq-clean-item:first-child {
  border-top: 1px solid #e2e8f0;
}

.faq-clean-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f172a;
  transition: color 0.3s ease;
}

.faq-clean-trigger:hover {
  color: var(--color-primary);
}

.faq-clean-trigger span:first-child {
  padding-right: 20px;
}

.faq-clean-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-size: 1rem;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  flex-shrink: 0;
}

.faq-clean-item.active .faq-clean-icon {
  transform: rotate(45deg);
  color: var(--color-primary);
}

.faq-clean-panel {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    padding 0.35s ease;
}

.faq-clean-item.active .faq-clean-panel {
  max-height: 300px;
  padding-bottom: 28px;
}

.faq-clean-panel p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
  max-width: 90%;
}
