/* ══════════════════════════════════════════
   RPVSR Midea ProShop — Main Stylesheet
   ══════════════════════════════════════════ */

:root {
  --navy:   #1e2d4a;
  --navy2:  #243558;
  --blue:   #2563eb;
  --blue-lt:#3b82f6;
  --cyan:   #06b6d4;
  --cyan-lt:#67e8f9;
  --sky:    #e0f2fe;
  --sky2:   #f0f9ff;
  --white:  #ffffff;
  --gray:   #64748b;
  --gray-lt:#94a3b8;
  --text:   #0f172a;
  --card-shadow: 0 4px 24px rgba(37,99,235,.10);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

/* ── NAVBAR ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(37,99,235,.10);
  box-shadow: 0 2px 16px rgba(37,99,235,.06);
  transition: box-shadow .3s;
}
nav.scrolled { box-shadow: 0 4px 24px rgba(37,99,235,.12); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon {
  width: 52px; height: 40px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 11px;
  color: #fff; letter-spacing: 0.5px;
}
.nav-logo-text { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); line-height: 1.2; }
.nav-logo-sub  { font-size: 10px; font-weight: 400; color: var(--gray); letter-spacing: .4px; }
.footer-logo-text { color: #fff !important; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--gray); font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-cta {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff; border: none; border-radius: 10px;
  padding: 10px 22px; font-family: 'DM Sans', sans-serif;
  font-weight: 600; font-size: 14px; cursor: pointer;
  transition: opacity .2s, transform .15s;
  text-decoration: none; display: inline-block;
}
.nav-cta:hover { opacity: .88; transform: translateY(-1px); }

/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; background: none; border: none; cursor: pointer;
  padding: 4px; width: 32px; height: 32px;
}
.nav-hamburger span {
  display: block; height: 2px; background: var(--navy);
  border-radius: 2px; transition: transform .3s, opacity .3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none; position: fixed; top: 68px; left: 0; right: 0;
  background: var(--white); z-index: 99;
  border-bottom: 1px solid rgba(37,99,235,.1);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 16px 0;
}
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; }
.mobile-menu ul li a {
  display: block; padding: 12px 5%;
  font-size: 15px; font-weight: 500; color: var(--gray);
  text-decoration: none; transition: color .2s, background .2s;
}
.mobile-menu ul li a:hover { color: var(--blue); background: var(--sky2); }
.mobile-cta {
  background: linear-gradient(135deg, var(--blue), var(--cyan)) !important;
  color: #fff !important; border-radius: 10px;
  margin: 8px 5% !important; padding: 12px 20px !important;
  text-align: center; font-weight: 600 !important;
}

/* ── HERO ── */
.hero {
  min-height: 100vh; padding-top: 68px;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  background: linear-gradient(145deg, var(--sky2) 0%, var(--white) 55%, var(--sky) 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(6,182,212,.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -80px; left: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-text { padding: 80px 5% 80px 7%; animation: fadeUp .8s ease both; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(37,99,235,.08); border: 1px solid rgba(37,99,235,.18);
  border-radius: 999px; padding: 5px 14px;
  font-size: 12px; font-weight: 600; color: var(--blue);
  letter-spacing: .5px; margin-bottom: 22px;
}
.hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); display: block; }
.hero h1 {
  font-family: 'Sora', sans-serif; font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 800; line-height: 1.1; color: var(--navy); margin-bottom: 20px;
}
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub { font-size: 16px; line-height: 1.7; color: var(--gray); max-width: 440px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff; border: none; border-radius: 12px; padding: 14px 28px;
  font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 15px;
  cursor: pointer; box-shadow: 0 6px 20px rgba(37,99,235,.3);
  transition: opacity .2s, transform .15s, box-shadow .2s;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { opacity: .88; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,99,235,.35); }
.btn-outline {
  background: transparent; color: var(--navy);
  border: 1.5px solid rgba(30,45,74,.2); border-radius: 12px;
  padding: 13px 26px; font-family: 'DM Sans', sans-serif;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: border-color .2s, background .2s;
  text-decoration: none; display: inline-block;
}
.btn-outline:hover { border-color: var(--blue); background: rgba(37,99,235,.04); }
.hero-stats { display: flex; gap: 32px; margin-top: 44px; padding-top: 32px; border-top: 1px solid rgba(30,45,74,.08); }
.hero-stat-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 26px; color: var(--navy); }
.hero-stat-lbl { font-size: 12px; color: var(--gray); font-weight: 500; }

/* Hero image area */
.hero-visual { position: relative; padding: 60px 7% 60px 2%; animation: fadeUp .9s .15s ease both; }
.photo-placeholder {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 50%, #cffafe 100%);
  border-radius: 24px; border: 2.5px dashed rgba(37,99,235,.3);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; position: relative; overflow: hidden; box-shadow: var(--card-shadow);
}
.hero-img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: 24px; box-shadow: var(--card-shadow); display: block;
}
.photo-placeholder-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; pointer-events: none; }
.photo-icon {
  width: 56px; height: 56px; background: rgba(37,99,235,.12);
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
}
.photo-icon svg { width: 28px; height: 28px; stroke: var(--blue); fill: none; stroke-width: 1.8; }
.photo-placeholder-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); }
.photo-placeholder-size  { font-size: 12px; color: var(--gray); font-weight: 500; }
.photo-placeholder-hint  {
  font-size: 11px; color: var(--gray-lt);
  background: rgba(255,255,255,.7); border-radius: 6px;
  padding: 4px 12px; border: 1px solid rgba(37,99,235,.1);
}
.gallery-img-dashed {
  position: absolute; inset: 10px; border: 2px dashed rgba(37,99,235,.25);
  border-radius: 12px; pointer-events: none;
}
.hero-badge-float {
  position: absolute; bottom: 28px; left: 28px;
  background: var(--white); border-radius: 14px; padding: 12px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12); display: flex; align-items: center; gap: 10px;
}
.badge-icon {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.badge-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; }
.badge-text-main { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: var(--navy); }
.badge-text-sub  { font-size: 11px; color: var(--gray); }

/* ── SECTIONS ── */
section { padding: 90px 7%; }
.section-label {
  display: inline-block; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px;
}
.section-title {
  font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: clamp(28px, 3vw, 40px); color: var(--navy); margin-bottom: 14px; line-height: 1.15;
}
.section-sub { font-size: 16px; color: var(--gray); max-width: 520px; line-height: 1.7; }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; }
.service-card {
  background: var(--white); border: 1.5px solid rgba(37,99,235,.10);
  border-radius: 20px; padding: 34px 28px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0); transform-origin: left; transition: transform .35s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(37,99,235,.13); border-color: rgba(37,99,235,.25); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke-width: 1.8; }
.service-card h3 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 20px; }
.service-link { font-size: 13px; font-weight: 600; color: var(--blue); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
.service-link:hover { gap: 8px; }

/* ── WHY US ── */
.why-section { background: linear-gradient(145deg, var(--navy) 0%, var(--navy2) 100%); color: #fff; }
.why-section .section-title { color: #fff; }
.why-section .section-sub { color: rgba(255,255,255,.65); }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 52px; }
.why-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px; padding: 28px 22px; text-align: center; transition: background .25s;
}
.why-card:hover { background: rgba(255,255,255,.10); }
.why-card-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 38px; color: var(--cyan-lt); line-height: 1; margin-bottom: 6px; }
.why-card h4 { font-weight: 600; font-size: 15px; color: #fff; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7; }

/* ── PRODUCTS ── */
.gallery-section { background: var(--sky2); }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.gallery-card {
  background: var(--white); border-radius: 18px; overflow: hidden;
  box-shadow: var(--card-shadow); transition: transform .25s, box-shadow .25s;
}
.gallery-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(37,99,235,.13); }
.gallery-img-wrap {
  width: 100%; aspect-ratio: 16/9;
  background: linear-gradient(135deg, #dbeafe, #e0f2fe);
  position: relative; border-bottom: 1px solid rgba(37,99,235,.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.product-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.gallery-img-label { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; color: var(--navy); }
.gallery-img-size  { font-size: 11px; color: var(--gray); }
.gallery-body { padding: 20px; }
.gallery-tag {
  display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .5px;
  text-transform: uppercase; color: var(--blue); background: rgba(37,99,235,.08);
  border-radius: 6px; padding: 3px 10px; margin-bottom: 8px;
}
.gallery-card h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 6px; }
.gallery-card p { font-size: 13px; color: var(--gray); line-height: 1.6; }
.gallery-price { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; color: var(--blue); margin-top: 10px; }

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.testi-card { background: var(--white); border: 1.5px solid rgba(37,99,235,.10); border-radius: 18px; padding: 28px; box-shadow: var(--card-shadow); }
.testi-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-text { font-size: 14px; color: var(--gray); line-height: 1.75; margin-bottom: 18px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: #fff;
  flex-shrink: 0;
}
.testi-name { font-weight: 600; font-size: 14px; color: var(--navy); }
.testi-loc  { font-size: 12px; color: var(--gray-lt); }

/* ── BOOKING FORM ── */
.booking-section { background: var(--white); }
.booking-wrapper {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 60px; align-items: start; margin-top: 52px;
}
.booking-info h3 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 22px; color: var(--navy); margin-bottom: 14px; }
.booking-info p { font-size: 15px; color: var(--gray); line-height: 1.75; margin-bottom: 24px; }
.booking-contact-list { list-style: none; }
.booking-contact-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--gray); margin-bottom: 12px; }
.booking-contact-list svg { width: 18px; height: 18px; stroke: var(--blue); fill: none; stroke-width: 2; flex-shrink: 0; }
.booking-contact-list a { color: var(--blue); text-decoration: none; font-weight: 500; }
.booking-form {
  background: var(--sky2); border-radius: 24px;
  padding: 36px; border: 1px solid rgba(37,99,235,.10);
  box-shadow: var(--card-shadow);
}
.booking-form h3 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 20px; color: var(--navy); margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group label span.req { color: var(--blue); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid rgba(37,99,235,.15); border-radius: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--text);
  background: var(--white); transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-submit {
  width: 100%; padding: 14px; margin-top: 8px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff; border: none; border-radius: 12px;
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 16px;
  cursor: pointer; transition: opacity .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 6px 20px rgba(37,99,235,.25);
}
.form-submit:hover { opacity: .88; transform: translateY(-2px); }
.form-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.form-msg {
  margin-top: 14px; padding: 12px 16px; border-radius: 10px;
  font-size: 14px; font-weight: 500; display: none;
}
.form-msg.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; display: block; }
.form-msg.error   { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; display: block; }

/* ── CTA ── */
.cta-section {
  background: linear-gradient(135deg, var(--blue) 0%, var(--cyan) 100%);
  color: #fff; text-align: center; padding: 90px 7%;
}
.cta-section .section-title { color: #fff; }
.cta-section p { color: rgba(255,255,255,.8); font-size: 16px; max-width: 480px; margin: 0 auto 36px; line-height: 1.7; }
.cta-btn-white {
  background: #fff; color: var(--blue); border: none; border-radius: 12px;
  padding: 15px 34px; font-family: 'DM Sans', sans-serif; font-weight: 700;
  font-size: 16px; cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,.15);
  transition: opacity .2s, transform .15s; text-decoration: none; display: inline-block;
}
.cta-btn-white:hover { opacity: .92; transform: translateY(-2px); }

/* ── FOOTER ── */
footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 60px 7% 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { font-size: 14px; line-height: 1.8; margin: 14px 0 22px; color: rgba(255,255,255,.55); }
.footer-contact-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 8px; }
.footer-contact-item svg { width: 14px; height: 14px; stroke: var(--cyan-lt); fill: none; stroke-width: 2; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.footer-contact-item a:hover { color: var(--cyan-lt); }
.footer-heading { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; color: #fff; letter-spacing: .5px; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--cyan-lt); }
.emergency-link { color: var(--cyan-lt) !important; }
.fb-link { display: inline-flex; align-items: center; gap: 6px; color: var(--cyan-lt); font-size: 13px; font-weight: 500; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.35); }
.footer-credit { color: rgba(255,255,255,.2) !important; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { padding: 0 7% 60px; }
  .services-grid, .gallery-grid, .testimonials-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .booking-wrapper { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .services-grid, .gallery-grid, .testimonials-grid, .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
}

/* Compact boxed hint for form notes */
.form-hint {
  display: block;
  font-size: 14px;
  color: var(--navy);
  margin-top: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,249,255,0.9));
  border-left: 4px solid var(--blue);
  padding: 12px 14px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(37,99,235,0.06);
}
.form-hint .hint-text { color: var(--navy); line-height: 1.5; display:block; }
.form-hint strong { color: var(--blue); font-weight: 700; margin-right: 8px; }
.form-hint em { color: var(--gray); font-style: normal; }
