/* Mail-in laptop repairs page */

.mail-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: #666666;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mail-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 130px 20px 80px;
  background: linear-gradient(90deg, rgba(18, 30, 28, 0.86), rgba(18, 30, 28, 0.36)), url('images/laptop.jpg') center / cover;
}

.mail-hero-content {
  width: min(1120px, 100%);
  margin: 0 auto;
  color: #fff;
}

.mail-hero-content .eyebrow {
  color: #dddddd;
}

.mail-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  font-weight: 600;
  line-height: 1.04;
}

.mail-hero-content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 30px;
  color: #eeeeee;
  font-size: 1.15rem;
  line-height: 1.75;
}

.primary-button,
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 4px;
  background: #d8e1cf;
  color: #1d2925;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.primary-button:hover,
.contact-button:hover {
  background: #fff;
  transform: translateY(-2px);
}

.mail-intro,
.mail-options,
.mail-process,
.mail-scope,
.mail-faq {
  padding: 88px 0;
}

.mail-intro {
  background: #f4f1eb;
}

.mail-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 80px;
}

.mail-intro h2,
.mail-options h2,
.mail-process h2,
.mail-scope h2,
.mail-faq h2 {
  margin: 0 0 20px;
  color: #333333;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.14;
}

.mail-intro p:not(.eyebrow) {
  max-width: 690px;
  color: #555555;
  line-height: 1.8;
}

.mail-note {
  max-width: 690px;
  margin-top: 24px;
  padding: 20px 24px;
  border-left: 4px solid #000000;
  background: #fff;
  box-shadow: 0 12px 35px rgba(31, 44, 38, 0.09);
}

.mail-note p {
  margin: 0;
}

.mail-callout {
  display: grid;
  gap: 10px;
  padding: 30px 24px;
  border-left: 4px solid #333333;
  background: #fff;
  box-shadow: 0 12px 35px rgba(31, 44, 38, 0.09);
}

.mail-callout i {
  color: #333333;
  font-size: 2rem;
}

.mail-callout strong {
  color: #333333;
  font-size: 1.3rem;
}

.mail-callout span {
  color: #333333;
}

.mail-options {
  background: #fff;
}

.option-grid,
.process-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: #cdd4cf;
  border: 1px solid #cdd4cf;
}

.option-grid article,
.process-grid article,
.faq-grid article {
  min-height: 220px;
  padding: 28px;
  background: #fff;
}

.option-number,
.process-grid strong {
  display: block;
  margin-bottom: 28px;
  color: #91a383;
  font-size: 1.1rem;
  font-weight: 700;
}

.option-grid h3,
.process-grid h3,
.faq-grid h3 {
  margin: 0 0 12px;
  color: #353535;
  font-size: 1.2rem;
  font-weight: 600;
}

.option-grid p,
.process-grid p,
.faq-grid p {
  margin: 0;
  color: #666666;
  line-height: 1.7;
}

.mail-process {
  background: #e8e8e6;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-grid article {
  background: #f8faf7;
}

.process-grid strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #007bff;
  color: #000000;
  font-size: 0.95rem;
}

.mail-scope {
  background: #000000;
  color: #fff;
}

.mail-scope .eyebrow,
.mail-scope h2 {
  color: #eeeeee;
}

.mail-scope .mail-container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.mail-scope ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.mail-scope li {
  display: flex;
  gap: 11px;
  color: #e5e5e5;
  line-height: 1.5;
}

.mail-scope li i {
  margin-top: 4px;
  color: #c4d7b9;
}

.fan-service-link {
  color: inherit;
  text-decoration: none;
}

.mail-faq {
  background: #f6f7f4;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 38px;
}

.faq-grid article {
  min-height: 170px;
  background: #f6f7f4;
}

.mail-reviews {
  padding: 70px 0;
  background: #fff;
}

.mail-reviews-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
}

.mail-reviews h2 {
  margin: 0 0 10px;
  color: #333333;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.14;
}

.mail-reviews p:not(.eyebrow) {
  margin: 0;
  color: #666666;
  line-height: 1.7;
}

.mail-rating {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 280px;
  padding: 26px 30px;
  border: 1px solid #d6ddd6;
  background: #f6f7f4;
  text-align: center;
}

.mail-stars {
  color: #fbbc04;
  font-size: 1.55rem;
  letter-spacing: 2px;
}

.mail-google-logo {
  width: 42px;
  height: 42px;
  margin-bottom: 3px;
}

.mail-rating-name {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 600;
}

.mail-rating strong {
  color: #333333;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
}

.mail-rating span {
  color: #666666;
  font-size: 0.95rem;
}

.mail-review-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #444444;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mail-review-link:hover {
  color: #666666;
}

.mail-contact {
  padding: 72px 20px;
  text-align: center;
  background: #c9c9c9;
}

.mail-contact h2 {
  margin-bottom: 12px;
  color: #1b1b1b;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 500;
}

.mail-contact .contact-intro {
  margin: 0 auto 25px;
  color: #333333;
}

.mail-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.mail-contact .contact-button {
  background: #007bff;
  color: #000000;
  font-weight: 410;
}

.mail-contact .contact-button:hover {
  background: #003f82;
}

@media (max-width: 800px) {
  .mail-hero {
    min-height: 560px;
    padding-top: 150px;
  }

  .mail-intro-grid,
  .mail-scope .mail-container,
  .mail-reviews-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .option-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .mail-container {
    width: min(100% - 32px, 1120px);
  }

  .mail-hero h1 {
    font-size: 2.65rem;
  }

  .mail-hero-content > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .mail-intro,
  .mail-options,
  .mail-process,
  .mail-scope,
  .mail-faq,
  .mail-reviews {
    padding: 62px 0;
  }

  .option-grid,
  .process-grid,
  .faq-grid,
  .mail-scope ul {
    grid-template-columns: 1fr;
  }

  .mail-contact-actions {
    flex-direction: column;
    align-items: center;
  }

  .mail-contact .contact-button {
    width: min(100%, 320px);
  }

  .option-grid article,
  .process-grid article,
  .faq-grid article {
    min-height: auto;
  }
}
