body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
input,
button {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body {
  margin: 0;
  background: radial-gradient(
      1200px 800px at 80% -10%,
      rgba(122, 240, 212, 0.1),
      transparent 60%
    ),
    radial-gradient(
      900px 700px at 10% 10%,
      rgba(58, 160, 255, 0.1),
      transparent 60%
    ),
    var(--bg);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial;
  color: var(--text);
  line-height: 1.5;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: var(--text);
}
.logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: var(--shadow);
}
.brand span {
  font-weight: 700;
  letter-spacing: 0.2px;
}
.cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--bg);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-weight: 600;
  box-shadow: var(--shadow);
}
.hero {
  padding: 36px 0 20px;
  display: grid;
  gap: 22px;
}
.kicker {
  color: var(--brand-2);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
}
.sub {
  color: var(--muted);
  font-size: clamp(14px, 2vw, 18px);
}
.card {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0)
    ),
    var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
}
.form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.segmented {
  display: inline-flex;
  background: #0e1320;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}
.segmented button {
  background: transparent;
  border: 0;
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}
.segmented button.active {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #0b0d12;
}
.input {
  flex: 1 1 380px;
  display: flex;
  align-items: center;
  background: #0e1320;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  gap: 10px;
}
.input input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--text);
  font-size: 16px;
}
.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 8px;
  background: #0e1320;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: var(--shadow);
  z-index: 20;
  max-height: 360px;
  overflow: auto;
}
.input { position: relative; }
.sugg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  color: var(--muted);
  font-weight: 600;
}
.sugg-close {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 18px;
  cursor: pointer;
}
.sugg-divider {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.06);
}
.sugg-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  cursor: pointer;
}
.sugg-item:hover, .sugg-item.active {
  background: rgba(255, 255, 255, 0.04);
}
.sugg-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #0b0d12;
  font-size: 18px;
}
.sugg-text { display: grid; gap: 2px; }
.sugg-title { font-weight: 800; }
.sugg-title strong { color: var(--brand-2); font-weight: 900; }
.sugg-sub { color: var(--muted); font-size: 0.9rem; } 

.results-content {
  background: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow); 
  width: 100%;
  color: var(--bg);
}

.results-header {
  padding: 24px 24px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
  font-size: 18px;
}

.brand-text {
  color: #ff6b35;
}

.brand-real {
  color: var(--brand);
}

.brand-value {
  color: var(--brand);
}

.checkmark {
  color: #4caf50;
  font-size: 16px;
}

.results-body {
  padding: 24px;
}

.property-address {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 4px 0;
  color: var(--bg);
}

.property-address-sub {
  color: #666;
  margin: 0 0 20px 0;
  font-size: 14px;
}

.property-specs {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  justify-content: center;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spec-icon {
  font-size: 16px;
}

.spec-text {
  font-weight: 600;
  color: var(--bg);
}

.price-section {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.price-label {
  font-size: 12px;
  color: rgba(11, 13, 18, 0.7);
  margin-bottom: 4px;
  font-weight: 600;
}

.price-value {
  font-size: 18px;
  font-weight: 800;
  color: var(--bg);
}

.price-value span {
  text-decoration: underline;
  cursor: pointer;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.action-btn {
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.action-btn.primary {
  background: #f5f5f5;
  color: #333;
}

.action-btn.primary:hover {
  background: #e0e0e0;
}

.action-btn.secondary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: var(--bg);
}

.action-btn.secondary:hover {
  background: linear-gradient(135deg, #2d8fdd, #6ae6c7);
}

.action-btn:disabled,
.action-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed !important;
  pointer-events: none;
}

.action-btn.primary:disabled,
.action-btn.primary[disabled] {
  background: #f5f5f5;
  color: #999;
}

.action-btn.secondary:disabled,
.action-btn.secondary[disabled] {
  background: rgba(58, 160, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.generate-another {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ff6b35;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 20px;
}

.generate-icon {
  font-size: 16px;
}

.results-footer {
  padding: 0 24px 24px;
}

.disclaimer-text {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 600px) {
  .results-content {
    margin: 0 12px;
  }
  
  .property-specs {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

/* Price Modal Styles */
.price-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
}

.price-modal-content {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  color: #333;
}

.price-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: #1e3a8a;
  border-radius: 12px 12px 0 0;
  color: white;
}

.modal-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: white;
}

.price-modal-close {
  background: transparent;
  border: 0;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s;
  font-weight: 300;
}

.price-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.price-modal-body {
  padding: 24px;
}

.price-modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

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

.form-input {
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s;
  background: white;
}

.form-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.phone-input-group {
  display: flex;
  gap: 8px;
}

.country-code {
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  cursor: pointer;
  min-width: 80px;
}

.country-code:focus {
  outline: none;
  border-color: #3b82f6;
}

.phone-input {
  flex: 1;
}

.send-otp-btn {
  background: #6366f1;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 8px;
}

.send-otp-btn:hover {
  background: #4f46e5;
}

.modal-disclaimer {
  margin-top: 20px;
}

.disclaimer-divider {
  border: none;
  height: 1px;
  background: #e5e7eb;
  margin: 0 0 16px 0;
}

.disclaimer-link {
  color: #3b82f6;
  text-decoration: none;
}

.disclaimer-link:hover {
  text-decoration: underline;
}

/* OTP Verification Styles */
.otp-verification {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.otp-inputs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}

.otp-input {
  width: 50px;
  height: 50px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: white;
  transition: all 0.2s;
}

.otp-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.otp-input.filled {
  border-color: #10b981;
  background: #f0fdf4;
}

.otp-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.resend-section {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.resend-text {
  color: #6b7280;
}

.resend-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 600;
}

.resend-link:hover {
  text-decoration: underline;
}

.resend-link:disabled {
  color: #9ca3af;
  cursor: not-allowed;
  text-decoration: none;
}

.timer {
  color: #3b82f6;
  font-weight: 600;
  font-size: 14px;
}

.verify-btn {
  background: #1e3a8a;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  min-width: 120px;
}

.verify-btn:hover {
  background: #1e40af;
}

.verify-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .price-modal-content {
    margin: 10px;
    max-height: 95vh;
  }
  
  .phone-input-group {
    flex-direction: column;
  }
  
  .country-code {
    min-width: auto;
  }
}
.calculate {
  white-space: nowrap;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #0b0d12;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}
.badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: #0e1320;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.details { margin-top: 12px; }
.detail-form { display: grid; gap: 12px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.input-select { position: relative; }
.input-select select {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--text);
  font-size: 16px;
  appearance: none;
  padding-right: 26px;
}
.input-select .chev {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}
.grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tile {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0)
    ),
    #0e1320;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 18px;
  min-height: 134px;
}
.tile h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
}
.tile p {
  margin: 0;
  color: var(--muted);
}
.disclaimer {
  margin: 28px 0 6px;
  color: #a7b4cc;
  font-size: 0.9rem;
}
footer {
  padding: 20px 0 40px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}
.accuracy {
  margin-top: 50px;
  text-align: center;
}
.accuracy img {
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.accuracy h2 {
  color: var(--brand-2);
  font-weight: 700;
  margin-bottom: 8px;
}
.accuracy p {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Media Section Styles */
.media-section {
  margin-top: 40px;
  width: 100%;
}

.media-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.media-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.media-image:hover {
  transform: scale(1.02);
}

.media-video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}


/* Responsive Design */
@media (max-width: 800px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .accuracy img {
    width: 95%;
  }
  
  .media-container {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 12px;
  }
  
  .media-item {
    border-radius: 8px;
  }
  
  header {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  
  .cta {
    width: 100%;
    justify-content: center;
  }
  
  .form {
    flex-direction: column;
  }
  
  .segmented {
    width: 100%;
  }
  
  .segmented button {
    flex: 1;
  }
}

@media (max-width: 600px) {
  .media-container {
    margin: 0 8px;
    gap: 12px;
  }
  
  .media-section {
    margin-top: 24px;
  }
  
  .container {
    padding: 16px;
  }
  
  h1 {
    font-size: 28px;
  }
  
  .sub {
    font-size: 14px;
  }
}

