/* ============================================================
   RG Mobile Tyre Services — Contact Page V2
   Premium / cleaner / hero image / white body
   ============================================================ */

.contact-page {
  background: #ffffff;
  color: #111111;
}

/* ─────────────────────────────────────────
   Shared type
   ───────────────────────────────────────── */
.contact-page .label,
.contact-page .breadcrumb .sep,
.review-stars {
  color: #f0b400;
}

.contact-page .breadcrumb,
.contact-page .hero-copy,
.contact-page p,
.contact-premium-item p,
.coverage-copy p,
.review-card p,
.reviews-summary p {
  color: #5f5f5f;
}

.contact-page .breadcrumb .current,
.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page strong {
  color: #111111;
}

/* ─────────────────────────────────────────
   Hero
   ───────────────────────────────────────── */
.contact-page .page-hero {
  position: relative;
  min-height: 620px;
  padding: 154px 0 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111111;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/contact-hero-bg.jpg") center center / cover no-repeat;
  transform: scale(1.03);
  z-index: 0;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.78) 30%,
      rgba(0, 0, 0, 0.62) 60%,
      rgba(0, 0, 0, 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.20) 0%,
      rgba(0, 0, 0, 0.55) 100%
    );
}

/* Container alinhado à esquerda */
.contact-page .page-hero .container,
.contact-page .page-hero .contact-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 48px;
  display: block;
  text-align: left;
}

.contact-page .page-hero h1,
.contact-page .page-hero .label,
.contact-page .page-hero .breadcrumb,
.contact-page .page-hero .hero-copy,
.contact-page .page-hero .hero-cta-row {
  text-align: left;
  margin-left: 0;
}

/* Hero text colours */
.contact-page .page-hero .breadcrumb,
.contact-page .page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.70);
}

.contact-page .page-hero .breadcrumb .current {
  color: rgba(255, 255, 255, 0.45);
}

.contact-page .page-hero .label {
  color: #f0b400;
}

.contact-page .page-hero h1 {
  color: #ffffff;
}

.contact-page .page-hero .hero-copy {
  color: rgba(255, 255, 255, 0.80);
}

.contact-page h1 {
  max-width:900px; /* era 700px */
  font-weight: 700;
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}

.hero-copy {
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}

.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  justify-content: flex-start;
}

/* ─────────────────────────────────────────
   Buttons
   ───────────────────────────────────────── */
.contact-page .btn-primary {
  background: #f0b400;
  border-color: #f0b400;
  color: #111111;
  box-shadow: none;
}

.contact-page .btn-primary:hover {
  background: #ffca2b;
  border-color: #ffca2b;
  color: #111111;
  box-shadow: 0 14px 28px rgba(240, 180, 0, 0.22);
}

.contact-page .btn-outline {
  border-color: rgba(17, 17, 17, 0.16);
  color: #111111;
  background: transparent;
}

.contact-page .page-hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.contact-page .page-hero .btn-outline:hover {
  border-color: #f0b400;
  background: rgba(240, 180, 0, 0.10);
  color: #ffffff;
}

.contact-page .btn-outline:hover {
  border-color: #f0b400;
  color: #111111;
  background: rgba(240, 180, 0, 0.06);
}

/* ─────────────────────────────────────────
   Main spacing
   ───────────────────────────────────────── */
.contact-main,
.coverage-showcase,
.reviews-section {
  background: #ffffff;
}

.contact-main {
  padding: 88px 0 34px;
}

.coverage-showcase {
  padding: 20px 0 34px;
}

.reviews-section {
  padding: 34px 0 86px;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2 {
  margin-top: 4px;
}

.section-heading.centered {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

/* ─────────────────────────────────────────
   Premium contact panel
   ───────────────────────────────────────── */
.contact-premium-panel {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.07);
  overflow: hidden;
}

.contact-premium-intro {
  padding: 34px 34px 22px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.contact-premium-intro p {
  max-width: 720px;
}

.contact-premium-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
}

.contact-premium-item {
  padding: 30px 30px 32px;
  min-height: 100%;
  position: relative;
}

.contact-premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  margin-top: 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.contact-premium-btn:hover {
  transform: translateY(-1px);
}

.contact-btn-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  flex: 0 0 auto;
}

.contact-btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.whatsapp-btn {
  background: #25d366;
  border: 1px solid #25d366;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.22);
}

.whatsapp-btn:hover {
  background: #199646;
  border-color: #1fbe59;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.28);
}

.phone-btn {
  background: #f0b400;
  border: 1px solid #f0b400;
  color: #111111;
  box-shadow: 0 12px 26px rgba(240, 180, 0, 0.18);
}

.phone-btn:hover {
  background: #ffca2b;
  border-color: #ffca2b;
  color: #111111;
  box-shadow: 0 16px 30px rgba(240, 180, 0, 0.24);
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.contact-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.10);
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-weight: 600;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-social-links a:hover {
  border-color: #0077ff;
  color: #0077ff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.06);
}

.social-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  flex: 0 0 auto;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-premium-item + .contact-premium-item {
  border-left: 1px solid rgba(17, 17, 17, 0.08);
}

.contact-premium-item-accent {
  background: linear-gradient(180deg, rgba(240,180,0,0.08) 0%, rgba(255,255,255,1) 100%);
}

.contact-premium-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.contact-premium-item h3 {
  margin: 0 0 10px;
  line-height: 1.2;
}

/* ─────────────────────────────────────────
   Coverage
   ───────────────────────────────────────── */
.coverage-shell {
  max-width: 1320px;
}

.coverage-showcase-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(520px, 1.25fr);
  gap: 34px;
  align-items: center;
  padding: 34px 38px;
  min-height: 430px;
  background: linear-gradient(135deg, #151515 0%, #222222 100%);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.coverage-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(240,180,0,0.14), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  pointer-events: none;
}

.coverage-copy,
.coverage-visual {
  position: relative;
  z-index: 1;
}

.contact-page .coverage-inner-heading {
  margin: 0 0 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.coverage-copy p,
.coverage-points li {
  color: rgba(255, 255, 255, 0.82);
}

.coverage-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.coverage-points li {
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}

.coverage-points li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f0b400;
}

.coverage-visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-card {
  width: min(100%, 760px);
  height: 320px;
  border-radius: 28px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
}

.map-card-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
  filter: none;
}

.map-coverage-circle {
  position: absolute;
  /* Dublin sits roughly 60% across and 45% down at this zoom/center */
  left: 60%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 54%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px dashed rgba(212, 175, 55, 0.6);
  pointer-events: none;
  z-index: 2;
}

.coverage-badge {
  position: absolute;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.12);
  font-size: 0.84rem;
  font-weight: 700;
  color: #000000;
}

.coverage-badge-top {
  top: 12px;
  right: 30px;
}

.coverage-badge-bottom {
  bottom: 10px;
  left: 12px;
}

.coverage-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(240,180,0,0), rgba(240,180,0,0.85), rgba(240,180,0,0));
  border-radius: 999px;
  opacity: 0.9;
}

.coverage-line-1 {
  width: 220px;
  right: 40px;
  bottom: 88px;
  transform: rotate(-8deg);
}

.coverage-line-2 {
  width: 280px;
  left: 0;
  bottom: 54px;
  transform: rotate(6deg);
}

/* ─────────────────────────────────────────
   Reviews
   ───────────────────────────────────────── */
.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.05);
}

.reviews-summary-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviews-summary-brand p {
  margin: 4px 0 0;
}

.reviews-summary-score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.reviews-summary-score strong {
  font-size: 1.5rem;
  line-height: 1;
}

.reviews-summary-score span {
  color: #666666;
  font-size: 0.9rem;
}

.google-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  flex: 0 0 auto;
}

.google-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.google-icon.small {
  width: 20px;
  height: 20px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.review-card {
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.06);
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-card p {
  margin: 14px 0 18px;
  line-height: 1.8;
}

.review-stars {
  font-size: 1rem;
  letter-spacing: 0.14em;
}

/* ─────────────────────────────────────────
   Responsive
   ───────────────────────────────────────── */
@media (max-width: 1180px) {
  .contact-premium-grid {
    grid-template-columns: 1fr;
  }

  .contact-premium-item + .contact-premium-item {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
  }

  .coverage-showcase-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-summary-score {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .contact-page .page-hero {
    min-height: 460px;
    padding: 118px 0 56px;
  }

  .contact-page .page-hero .container,
  .contact-page .page-hero .contact-hero-content {
    padding: 0 24px;
  }

  .contact-page h1 {
    font-size: clamp(2.5rem, 10vw, 4rem);
    line-height: 0.98;
  }

  .contact-main {
    padding-top: 70px;
  }

  .contact-premium-intro,
  .contact-premium-item,
  .coverage-showcase-card,
  .review-card,
  .reviews-summary {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-premium-intro {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .contact-premium-item {
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .coverage-showcase-card {
    padding-top: 26px;
    padding-bottom: 26px;
    min-height: auto;
  }

  .coverage-visual {
    min-height: 300px;
  }

  .map-card {
    height: 280px;
  }

  .coverage-badge-top,
  .coverage-badge-bottom {
    position: static;
    display: inline-flex;
    margin-top: 12px;
  }

  .coverage-line {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact-page .container {
    padding: 0 22px;
  }

  .hero-copy {
    font-size: 0.94rem;
  }

  .hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta-row .btn {
    justify-content: center;
  }

  .contact-premium-panel,
  .coverage-showcase-card,
  .review-card,
  .reviews-summary,
  .map-card {
    border-radius: 18px;
  }

  .map-card {
    height: 240px;
  }

  .reviews-summary-brand {
    align-items: flex-start;
  }
}
