/* =============================================
   WEB2500.COM — Main Stylesheet
   ============================================= */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }

img { display: block; width: 100%; height: 100%; object-fit: cover; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero {
  position: relative;
  min-height: 88vh;
  background: url('../images/hero.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,15,40,0.82) 0%, rgba(10,30,80,0.70) 60%, rgba(0,0,0,0.55) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 40px 24px;
}

.hero-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0,0,0,0.5);
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: rgba(255,255,255,0.88);
  margin-bottom: 8px;
  font-weight: 400;
}

.hero-price {
  font-size: 1.1rem;
  color: #7dd3fc;
  margin-bottom: 32px;
  letter-spacing: 0.5px;
}

.hero-price strong {
  color: #F73C40;
  font-size: 1.45rem;
}

.btn-hero {
  display: inline-block;
  background: #860404;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 36px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 20px rgba(204,0,0,0.4);
}

.btn-hero:hover {
  background: #e60000;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(204,0,0,0.5);
}

/* =============================================
   BRAND BAR
   ============================================= */
.brand-bar {
  background: #860404;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-name,
.brand-phone {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  color: #fff;
  letter-spacing: 0.5px;
}

/* =============================================
   INTRO SECTION
   ============================================= */
.intro-section {
  background: #f0f4f8;
  padding: 36px 0;
  text-align: center;
}

.intro-text {
  font-size: 1.1rem;
  color: #334155;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.75;
}

/* =============================================
   NICHE TILES
   ============================================= */
.niches-section {
  padding: 64px 0 56px;
  background: #fff;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: #0f2a5e;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.3px;
}

.section-title.light {
  color: #fff;
}

.niches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.niche-tile {
  position: relative;
  display: block;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
  transition: transform 0.3s, box-shadow 0.3s;
}

.niche-tile:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 32px rgba(0,0,0,0.25);
}

.niche-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.niche-tile:hover img {
  transform: scale(1.06);
}

.niche-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,15,50,0.78) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 22px;
  transition: background 0.3s;
}

.niche-tile:hover .niche-overlay {
  background: linear-gradient(to top, rgba(5,15,50,0.88) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
}

.niche-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  color: #fff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  text-transform: uppercase;
}

/* =============================================
   NEW & REVITALIZE STATEMENT
   ============================================= */
.statement-section {
  background: linear-gradient(135deg, #0f2a5e 0%, #1a3a7a 50%, #0a1e45 100%);
  padding: 72px 24px;
  text-align: center;
}

.statement-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.statement-divider {
  font-size: 1.4rem;
  color: #7dd3fc;
  margin: 20px 0;
  font-weight: 700;
  letter-spacing: 4px;
}

.statement-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  max-width: 680px;
  margin: 24px auto 36px;
  line-height: 1.75;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: 4px;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  letter-spacing: 0.3px;
}

.btn-secondary:hover {
  background: #fff;
  color: #0f2a5e;
  transform: translateY(-2px);
}

/* =============================================
   ADDITIONAL SERVICES
   ============================================= */
.services-section {
  background: #1a2540;
  padding: 72px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 16px;
}

.service-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  background: rgba(255,255,255,0.11);
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.3);
}

.service-icon {
  font-size: 2.6rem;
  margin-bottom: 16px;
}

.service-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #7dd3fc;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}

/* =============================================
   PAYMENT SECTION
   ============================================= */
.payment-section {
  background: #f8fafc;
  padding: 72px 0;
}

.payment-sub {
  text-align: center;
  color: #475569;
  font-size: 1.05rem;
  margin-top: -24px;
  margin-bottom: 40px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 24px;
}

.payment-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.payment-card:hover {
  border-color: #cc0000;
  box-shadow: 0 8px 32px rgba(204,0,0,0.15);
  transform: translateY(-4px);
}

.payment-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #cc0000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 4px 18px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.payment-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #0f2a5e;
  margin-bottom: 14px;
}

.payment-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: #cc0000;
  margin-bottom: 16px;
  line-height: 1;
}

.payment-price-custom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #0f2a5e;
  margin-bottom: 16px;
  line-height: 1.2;
}

.payment-card p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 28px;
}

.btn-pay {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 24px;
  border-radius: 5px;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 3px 12px rgba(204,0,0,0.3);
  width: 100%;
  text-align: center;
}

.btn-pay:hover {
  background: #e60000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204,0,0,0.4);
}

.btn-pay-outline {
  background: transparent;
  color: #0f2a5e;
  border: 2px solid #0f2a5e;
  box-shadow: none;
}

.btn-pay-outline:hover {
  background: #0f2a5e;
  color: #fff;
  box-shadow: 0 6px 20px rgba(15,42,94,0.3);
}

.payment-note {
  text-align: center;
  font-size: 0.88rem;
  color: #94a3b8;
  margin-top: 8px;
}

/* =============================================
   CONTACT SECTION
   ============================================= */
.contact-section {
  background: linear-gradient(135deg, #0a1e45 0%, #0f2a5e 100%);
  padding: 72px 0;
}

.contact-sub {
  text-align: center;
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  margin-top: -20px;
  margin-bottom: 48px;
}

.contact-sub strong {
  color: #fff;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* Form */
.contact-form {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 40px 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group.full-width {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.3px;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 5px;
  padding: 11px 14px;
  font-size: 0.95rem;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  transition: border-color 0.25s, background 0.25s;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.4);
}

.form-group select option {
  background: #0f2a5e;
  color: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #7dd3fc;
  background: rgba(255,255,255,0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  margin-top: 8px;
}

.btn-submit {
  background: #cc0000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(204,0,0,0.4);
  width: 100%;
  letter-spacing: 0.3px;
}

.btn-submit:hover {
  background: #e60000;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(204,0,0,0.5);
}

/* Contact Info Sidebar */
.contact-info {
  color: rgba(255,255,255,0.85);
  padding-top: 8px;
}

.contact-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 24px;
}

.contact-info p {
  margin-bottom: 20px;
  font-size: 0.98rem;
  line-height: 1.65;
}

.contact-info a {
  color: #7dd3fc;
  transition: color 0.2s;
}

.contact-info a:hover {
  color: #fff;
}

.contact-cta {
  margin-top: 32px;
}

.btn-call {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 5px;
  transition: background 0.25s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(204,0,0,0.4);
  width: 100%;
  text-align: center;
}

.btn-call:hover {
  background: #e60000;
  transform: translateY(-2px);
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #0a1020;
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 28px 24px;
  font-size: 0.88rem;
  line-height: 1.8;
}

.site-footer p + p {
  margin-top: 6px;
}

/* =============================================
   FORM SUCCESS / ERROR MESSAGES
   ============================================= */
.form-message {
  padding: 14px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 0.95rem;
  display: none;
}

.form-message.success {
  background: rgba(34,197,94,0.15);
  border: 1px solid rgba(34,197,94,0.4);
  color: #86efac;
  display: block;
}

.form-message.error {
  background: rgba(239,68,68,0.15);
  border: 1px solid rgba(239,68,68,0.4);
  color: #fca5a5;
  display: block;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-info {
    order: -1;
    text-align: center;
  }

  .btn-call {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 700px) {
  .niches-grid {
    grid-template-columns: 1fr;
  }

  .niche-tile {
    height: 220px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .brand-bar {
    flex-direction: column;
    text-align: center;
    padding: 16px 24px;
  }

  .payment-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 70vh;
  }

  .statement-section {
    padding: 52px 20px;
  }
}
