/* ===== Royal Gas Stove Repair – Custom Styles ===== */
:root {
  --royal: #3b1f5e;
  --royal-dark: #2a1545;
  --royal-deep: #1c0e30;
  --gold: #c9971c;
  --gold-light: #f5d67a;
  --cream: #faf7f2;
  --ink: #2c2438;
  --muted: #6b6478;
  --border: #e9e3f0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.75;
}

h1, h2, h3, h4, h5, .display-font {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--royal);
  font-weight: 700;
}
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--royal); }

.section { padding: 90px 0; }
.bg-white-soft { background: #fff; }
.bg-royal { background: var(--royal); color: #fff; }
.bg-royal h2, .bg-royal h3, .bg-royal h4, .bg-royal h5 { color: #fff; }
.text-gold { color: var(--gold) !important; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.heading { font-size: 2.5rem; line-height: 1.2; margin: 10px 0 0; }
.heading em { font-style: italic; color: var(--gold); }

/* ----- Buttons ----- */
.btn-gold {
  background: var(--gold);
  color: var(--royal-deep);
  border: none;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.btn-gold:hover { background: var(--gold-light); color: var(--royal-deep); transform: translateY(-2px); }
.btn-royal {
  background: var(--royal);
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-royal:hover { background: var(--royal-dark); color: var(--gold-light); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

/* ----- Navbar ----- */
.navbar {
  background: var(--royal-deep);
  padding: 14px 0;
  border-bottom: 1px solid rgba(201,151,28,0.25);
}
.navbar-brand img { height: 54px; width: auto; }
.navbar .nav-link {
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 18px !important;
  letter-spacing: 0.3px;
  transition: color 0.3s;
}
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--gold-light); }
.navbar .nav-link.active { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 8px; text-decoration-thickness: 2px; }
.navbar-toggler { border-color: rgba(255,255,255,0.4); }
.navbar-toggler-icon { filter: invert(1); }
.nav-phone { color: var(--gold-light); font-weight: 600; }
.nav-phone i { margin-right: 6px; }

/* ----- Hero (split layout) ----- */
.hero { background: var(--royal-deep); color: #fff; position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,151,28,0.25), transparent 70%);
  top: -200px; left: -150px;
}
.hero-content { padding: 110px 0; position: relative; z-index: 1; }
.hero h1 { color: #fff; font-size: 3.4rem; line-height: 1.15; }
.hero h1 em { color: var(--gold-light); font-style: italic; }
.hero p { color: rgba(255,255,255,0.78); font-size: 1.1rem; max-width: 520px; }
.hero-tag {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  padding: 6px 16px;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-image {
  position: relative;
  height: 100%;
  min-height: 520px;
  background: url("https://images.unsplash.com/photo-1600585152220-90363fe7e115?auto=format&fit=crop&w=1000&q=80") center/cover no-repeat;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-image::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--royal-deep) 0%, rgba(28,14,48,0.2) 40%, transparent 100%);
}
.hero-stats { display: flex; gap: 40px; margin-top: 44px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: "Playfair Display", serif; font-size: 2rem; color: var(--gold-light); line-height: 1; }
.hero-stats div span { font-size: 0.85rem; color: rgba(255,255,255,0.65); }

/* ----- Trust strip ----- */
.trust-strip { background: var(--gold); color: var(--royal-deep); font-weight: 600; font-size: 0.9rem; }
.trust-strip i { margin-right: 8px; }

/* ----- Page header (inner) ----- */
.page-header { background: var(--royal-deep); color: #fff; padding: 80px 0 70px; position: relative; overflow: hidden; }
.page-header::after {
  content: "";
  position: absolute; right: -80px; top: -80px;
  width: 320px; height: 320px;
  border: 40px solid rgba(201,151,28,0.12);
  border-radius: 50%;
}
.page-header h1 { color: #fff; font-size: 3rem; margin: 0; }
.page-header .crumbs { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-top: 10px; }
.page-header .crumbs a { color: var(--gold-light); }

/* ----- Why cards (numbered) ----- */
.why-card {
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--border);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}
.why-card:hover { border-color: var(--gold); box-shadow: 0 16px 40px rgba(59,31,94,0.1); }
.why-card .num {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: var(--border);
  line-height: 1;
  position: absolute; right: 24px; top: 18px;
  font-weight: 700;
}
.why-card i { font-size: 1.8rem; color: var(--gold); }
.why-card h5 { margin-top: 16px; }

/* ----- Service list (horizontal) ----- */
.service-row {
  display: flex; gap: 24px;
  padding: 30px;
  background: #fff;
  border-left: 4px solid var(--gold);
  height: 100%;
  transition: all 0.3s ease;
}
.service-row:hover { transform: translateX(6px); box-shadow: 0 14px 35px rgba(59,31,94,0.1); }
.service-row .ico {
  flex-shrink: 0;
  width: 64px; height: 64px;
  background: var(--royal);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  border-radius: 4px;
}
.service-row h5 { font-size: 1.2rem; margin-bottom: 8px; }
.service-row p { margin: 0; color: var(--muted); }
.service-row ul { padding-left: 18px; color: var(--muted); margin: 10px 0 0; font-size: 0.93rem; }

/* ----- Process timeline ----- */
.timeline { position: relative; }
.timeline::before {
  content: ""; position: absolute;
  left: 0; right: 0; top: 34px;
  height: 2px; background: rgba(255,255,255,0.15);
}
.t-step { text-align: center; position: relative; padding: 0 12px; }
.t-step .dot {
  width: 68px; height: 68px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--royal-deep);
  border: 2px solid var(--gold);
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-size: 1.5rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.t-step h5 { color: #fff; font-size: 1.1rem; }
.t-step p { color: rgba(255,255,255,0.7); font-size: 0.93rem; margin: 0; }

/* ----- Testimonials ----- */
.quote-card {
  background: #fff;
  padding: 36px 32px 32px;
  border: 1px solid var(--border);
  height: 100%;
  position: relative;
}
.quote-card::before {
  content: "\201C";
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  color: var(--gold);
  position: absolute; top: -8px; left: 22px;
  line-height: 1;
  opacity: 0.5;
}
.quote-card p { margin-top: 20px; font-style: italic; }
.quote-card .who { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.quote-card .who .avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--royal);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.quote-card .who strong { display: block; color: var(--royal); font-size: 0.95rem; }
.quote-card .who small { color: var(--muted); }
.quote-card .stars { color: var(--gold); font-size: 0.85rem; }

/* ----- Brands ----- */
.brand-pill {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-weight: 500;
  margin: 6px;
  border-radius: 100px;
}

/* ----- CTA banner ----- */
.cta-banner {
  background: linear-gradient(135deg, var(--royal), var(--royal-dark));
  color: #fff;
  border: 1px solid rgba(201,151,28,0.4);
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.cta-banner::after {
  content: ""; position: absolute;
  right: -60px; bottom: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(201,151,28,0.15);
}
.cta-banner h2 { color: #fff; margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,0.75); margin: 0; }

/* ----- About ----- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-grid img { width: 100%; height: 260px; object-fit: cover; display: block; }
.about-grid img:nth-child(2) { margin-top: 40px; }
.about-grid img:nth-child(3) { margin-top: -40px; }
.about-badge {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--royal);
  color: #fff;
  padding: 16px 22px;
  margin-top: 16px;
}
.about-badge strong { font-family: "Playfair Display", serif; font-size: 2rem; color: var(--gold-light); line-height: 1; }
.about-badge span { font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; }
.tick-list { list-style: none; padding: 0; margin: 0; }
.tick-list li { padding: 8px 0; display: flex; gap: 12px; align-items: flex-start; }
.tick-list li i { color: var(--gold); margin-top: 3px; }

.pillar { text-align: center; padding: 40px 28px; background: #fff; border-top: 4px solid var(--gold); height: 100%; }
.pillar i { font-size: 2.2rem; color: var(--royal); }
.pillar h4 { margin-top: 16px; font-size: 1.3rem; }

.member { background: #fff; border: 1px solid var(--border); overflow: hidden; height: 100%; }
.member img { width: 100%; height: 280px; object-fit: cover; display: block; filter: saturate(0.85); transition: filter 0.3s; }
.member:hover img { filter: saturate(1.1); }
.member .info { padding: 20px; text-align: center; }
.member .info h5 { margin: 0 0 4px; font-size: 1.1rem; }
.member .info span { color: var(--gold); font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }

/* ----- Pricing ----- */
.plan {
  background: #fff;
  border: 1px solid var(--border);
  padding: 40px 32px;
  height: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.plan.highlight { background: var(--royal-deep); color: #fff; border-color: var(--gold); }
.plan.highlight h4, .plan.highlight .amount { color: #fff; }
.plan.highlight li { border-color: rgba(255,255,255,0.1); }
.plan .ribbon {
  position: absolute; top: 18px; right: -34px;
  background: var(--gold);
  color: var(--royal-deep);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 40px;
  transform: rotate(45deg);
}
.plan h4 { font-size: 1.3rem; }
.plan .amount { font-family: "Playfair Display", serif; font-size: 2.8rem; color: var(--royal); line-height: 1; margin: 16px 0 4px; }
.plan .amount small { font-family: "Inter", sans-serif; font-size: 0.95rem; color: var(--muted); }
.plan.highlight .amount small { color: rgba(255,255,255,0.6); }
.plan ul { list-style: none; padding: 0; margin: 24px 0 30px; }
.plan ul li { padding: 10px 0; border-bottom: 1px solid var(--border); display: flex; gap: 10px; }
.plan ul li i { color: var(--gold); }

/* ----- FAQ ----- */
.accordion-item { border: 1px solid var(--border); margin-bottom: 12px; background: #fff; }
.accordion-button {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--royal);
  background: #fff;
  font-size: 1.05rem;
}
.accordion-button:not(.collapsed) { background: var(--royal); color: var(--gold-light); box-shadow: none; }
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-button:focus { box-shadow: none; }

/* ----- Contact ----- */
.info-tile {
  background: #fff;
  border: 1px solid var(--border);
  padding: 30px 26px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}
.info-tile:hover { border-color: var(--gold); transform: translateY(-4px); }
.info-tile i {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--royal);
  color: var(--gold-light);
  font-size: 1.5rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.info-tile h5 { font-size: 1.1rem; }
.info-tile p { color: var(--muted); margin: 0; font-size: 0.95rem; }

.form-panel { background: var(--royal-deep); padding: 46px; color: #fff; }
.form-panel h3 { color: #fff; }
.form-panel p { color: rgba(255,255,255,0.7); }
.form-panel .form-label { color: rgba(255,255,255,0.85); font-size: 0.9rem; }
.form-panel .form-control, .form-panel .form-select {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
}
.form-panel .form-control::placeholder { color: rgba(255,255,255,0.4); }
.form-panel .form-select { color: rgba(255,255,255,0.85); }
.form-panel .form-select option { color: var(--ink); }
.form-panel .form-control:focus, .form-panel .form-select:focus {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(201,151,28,0.25);
  color: #fff;
}
.form-panel input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); }
.form-panel .invalid-feedback { color: #ffb3b3; }
.map-frame { border: 1px solid var(--border); height: 100%; min-height: 420px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ----- Footer ----- */
.footer { background: var(--royal-deep); color: rgba(255,255,255,0.7); border-top: 3px solid var(--gold); }
.footer h5 { color: #fff; font-size: 1.05rem; margin-bottom: 20px; }
.footer a { color: rgba(255,255,255,0.7); }
.footer a:hover { color: var(--gold-light); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 5px 0; }
.footer-logo { height: 58px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.85rem; }
.socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.25);
  margin-right: 8px;
  transition: all 0.3s ease;
}
.socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--royal-deep); }

/* ----- Floating call button ----- */
.call-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 999;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--royal-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 10px 30px rgba(201,151,28,0.5);
  animation: pulse 2s infinite;
}
.call-float:hover { color: var(--royal-deep); background: var(--gold-light); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(201,151,28,0.6); }
  70% { box-shadow: 0 0 0 16px rgba(201,151,28,0); }
  100% { box-shadow: 0 0 0 0 rgba(201,151,28,0); }
}

/* ----- Responsive ----- */
@media (max-width: 991.98px) {
  .hero-content { padding: 70px 0 50px; }
  .hero h1 { font-size: 2.6rem; }
  .hero-image { min-height: 320px; clip-path: none; }
  .hero-image::after { background: linear-gradient(to bottom, var(--royal-deep), transparent 60%); }
  .timeline::before { display: none; }
  .navbar-collapse { padding-top: 12px; }
  .navbar .nav-link.active { text-decoration: none; }
  .plan .ribbon { right: -38px; }
  .form-panel { padding: 32px; }
}
@media (max-width: 575.98px) {
  .section { padding: 60px 0; }
  .hero h1 { font-size: 2.1rem; }
  .heading { font-size: 1.85rem; }
  .page-header h1 { font-size: 2.1rem; }
  .navbar-brand img { height: 42px; }
  .hero-stats { gap: 24px; }
  .cta-banner { padding: 32px 24px; }
  .form-panel { padding: 24px; }
  .service-row { flex-direction: column; gap: 16px; }
  .about-grid img { height: 180px; }
}
