:root {
  --accent: #111111;
  --accent-soft: #f7f7f5;
}

body.official-page {
  background: #fff;
}

.official-page .hero {
  padding: 0;
  background: #fff;
  border-bottom: 0;
}

.official-page .hero-inner {
  width: 100%;
  max-width: none;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
}

.official-page .hero-photo {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ddd;
  box-shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
}

.official-page .hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 62%);
  pointer-events: none;
}

.official-page .hero-photo > img:not(.hero-wordmark) {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.official-page .hero-overlay {
  position: absolute;
  left: max(32px, calc((100vw - 1120px) / 2));
  bottom: clamp(28px, 4vw, 56px);
  z-index: 1;
  color: #fff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.42);
}

.official-page .hero-overlay .eyebrow {
  margin-bottom: 14px;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  text-shadow: none;
}

.official-page .hero-overlay h1 {
  margin: 0;
  max-width: 640px;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.06em;
}

.official-page .hero-photo .hero-wordmark {
  position: absolute;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: clamp(22px, 3vw, 42px);
  z-index: 1;
  width: clamp(84px, 8vw, 128px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  opacity: 0.88;
  filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.35));
}

.official-page .page-intro-section {
  padding: 42px 0 28px;
}

.official-page .page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.official-page .page-intro .lead {
  max-width: 780px;
  font-size: 18px;
}

.official-page section:not(.hero):not(.page-intro-section) {
  padding: 72px 0;
}

.official-page section.band {
  background: #f7f7f5;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.official-page .section-head {
  align-items: start;
  margin-bottom: 30px;
}

.official-page .section-head h2 {
  letter-spacing: 0.04em;
}

.official-page .quick,
.official-page .feature,
.official-page .equipment,
.official-page .faq-item,
.official-page .payment-card,
.official-page .closed-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.official-page .quick {
  min-height: 128px;
  padding: 22px;
  border-top: 0;
}

.official-page .quick strong {
  font-size: 16px;
}

.official-page .payment-card {
  background: #fff;
}

.official-page .payment-list li {
  background: #f7f7f5;
}

.official-page .closed-box {
  background: #fff;
}

.official-page .closed-box h2 {
  font-size: clamp(24px, 2.5vw, 34px);
}

.regular-page .page-intro-section {
  background: #f7f7f5;
  border-bottom: 1px solid var(--line);
}

.regular-page .regular-summary {
  background: #fff;
}

.regular-page .quick-grid {
  gap: 16px;
}

.regular-page .quick {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 150px;
  border: 1px solid #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
}

.regular-page .quick strong {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
}

.regular-page .quick span {
  color: #333;
  font-size: 15px;
  line-height: 1.75;
}

.regular-benefits-section .section-head,
.regular-uses-section .section-head,
.invoice-section .section-head {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.regular-benefits-section .section-head h2,
.regular-uses-section .section-head h2,
.invoice-section .section-head h2 {
  padding-left: 16px;
  border-left: 4px solid #111;
}

.regular-benefits {
  display: grid;
  gap: 18px;
}

.regular-benefit {
  padding: 28px;
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.regular-benefit h3 {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-left: 4px solid #111;
  border-radius: 0 8px 8px 0;
  background: #f2f2ef;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.35;
}

.regular-benefit p {
  margin: 0 0 14px;
  color: #333;
}

.discount-table {
  width: 100%;
  margin-top: 22px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d8d8d2;
}

.discount-table th,
.discount-table td {
  padding: 16px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.discount-table th {
  background: #111;
  color: #fff;
  font-weight: 800;
}

.discount-table td {
  font-weight: 800;
  white-space: nowrap;
}

.discount-table tbody tr:nth-child(even) {
  background: #f7f7f5;
}

.invoice-section {
  background: #fff;
}

.invoice-section .section-head {
  margin-bottom: 0;
}

.invoice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.invoice-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.invoice-card h3 {
  margin: 0 0 12px;
  font-size: clamp(19px, 2vw, 26px);
}

.invoice-card p {
  margin: 0;
  color: #444;
}

.regular-website-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: start;
  padding: 32px;
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.regular-website-card .section-head {
  display: block;
  margin-bottom: 0;
}

.regular-website-card .section-head h2 {
  margin: 12px 0 14px;
  max-width: none;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.35;
}

.regular-website-card .section-head p {
  max-width: 680px;
}

.regular-website-card .payment-card {
  border-color: #d8d8d2;
  box-shadow: none;
}

.regular-uses-section .feature {
  display: grid;
  gap: 6px;
  border-color: #d8d8d2;
  background: #fff;
}

.regular-uses-section .feature strong {
  font-size: 16px;
}

.regular-contact-card {
  padding: 28px;
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.regular-contact-card .section-head {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.regular-contact-card .section-head h2 {
  padding-left: 16px;
  border-left: 4px solid #111;
}

.regular-contact-card .hero-actions {
  margin-top: 0;
}

.first-time-page .page-intro-section {
  background: #f7f7f5;
  border-bottom: 1px solid var(--line);
}

.first-time-page .quick-grid {
  gap: 16px;
}

.first-time-page .quick {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 150px;
  border: 1px solid #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
}

.first-time-page .quick strong {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
}

.first-time-page .quick span {
  color: #333;
  font-size: 15px;
  line-height: 1.75;
}

.first-flow-section .section-head,
.first-payment-section .section-head,
.first-faq-section .section-head {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.first-flow-section .section-head h2,
.first-payment-section .section-head h2,
.first-faq-section .section-head h2 {
  padding-left: 16px;
  border-left: 4px solid #111;
}

.first-flow-section .feature,
.first-faq-section .faq-item,
.first-payment-section .payment-card {
  border-color: #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.first-flow-section .feature-grid {
  gap: 34px 28px;
}

.first-flow-section .feature {
  position: relative;
}

.first-flow-section .feature::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #111;
  transform: translateY(-50%);
}

.first-flow-section .feature:nth-child(3)::after {
  top: auto;
  right: 50%;
  bottom: -24px;
  border-top: 12px solid #111;
  border-right: 9px solid transparent;
  border-bottom: 0;
  border-left: 9px solid transparent;
  transform: translateX(50%);
}

.first-flow-section .feature:nth-child(6)::after {
  display: none;
}

.first-flow-section .feature strong,
.first-faq-section .faq-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.faq-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.faq-contact p {
  margin: 0;
  color: #333;
  font-weight: 700;
  line-height: 1.7;
}

.contact-page .page-intro-section {
  background: #f7f7f5;
  border-bottom: 1px solid var(--line);
}

.contact-page .quick-grid {
  gap: 16px;
}

.contact-page .quick {
  min-height: 150px;
  border: 1px solid #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
}

.contact-page .quick strong {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
}

.contact-form-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: stretch;
  padding: 32px;
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.contact-form-card .section-head {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-form-card .section-head h2,
.contact-routing-section .section-head h2 {
  padding-left: 16px;
  border-left: 4px solid #111;
}

.contact-placeholder {
  padding: 24px;
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
}

.contact-placeholder h3 {
  margin: 0 0 12px;
  font-size: clamp(19px, 2vw, 26px);
}

.contact-placeholder p {
  margin: 0 0 16px;
  color: #444;
  line-height: 1.8;
}

.contact-routing-section .section-head {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.contact-routing-section .feature {
  border-color: #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.location-request-page .page-intro-section {
  background: #f7f7f5;
  border-bottom: 1px solid var(--line);
}

.location-request-page .quick-grid {
  gap: 16px;
}

.location-request-page .quick {
  min-height: 150px;
  border: 1px solid #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
}

.location-request-page .quick strong {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
}

.location-info-section .section-head {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.location-info-section .section-head h2,
.location-request-card .section-head h2 {
  padding-left: 16px;
  border-left: 4px solid #111;
}

.location-info-section .feature {
  border-color: #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.location-request-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.75fr) minmax(240px, 0.75fr);
  gap: 24px;
  align-items: stretch;
  padding: 32px;
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.location-request-card .section-head {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.location-request-card .hero-actions {
  margin-top: 22px;
}

.policy-page .page-intro-section {
  background: #f7f7f5;
  border-bottom: 1px solid var(--line);
}

.policy-summary .feature,
.policy-equipment-section .faq-item,
.policy-cancel-section .payment-card,
.policy-prohibited-section .feature {
  border-color: #d8d8d2;
  background: linear-gradient(180deg, #fff 0%, #fbfbf9 100%);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
}

.policy-equipment-section .section-head,
.policy-cancel-section .section-head,
.policy-prohibited-section .section-head {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.policy-equipment-section .section-head h2,
.policy-cancel-section .section-head h2,
.policy-prohibited-section .section-head h2 {
  padding-left: 16px;
  border-left: 4px solid #111;
}

@media (max-width: 900px) {
  .official-page .page-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .regular-website-card,
  .invoice-grid,
  .contact-form-card,
  .location-request-card {
    grid-template-columns: 1fr;
  }

  .first-flow-section .feature-grid {
    grid-template-columns: 1fr;
    gap: 34px 24px;
  }

  .first-flow-section .feature::after {
    top: auto;
    right: 50%;
    bottom: -24px;
    border-top: 12px solid #111;
    border-right: 9px solid transparent;
    border-bottom: 0;
    border-left: 9px solid transparent;
    transform: translateX(50%);
  }

  .first-flow-section .feature:nth-child(3)::after {
    display: block;
  }
}

@media (max-width: 560px) {
  .official-page .hero-overlay {
    left: 20px;
    right: 18px;
    bottom: 20px;
  }

  .official-page .hero-overlay h1 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .official-page .hero-photo .hero-wordmark {
    right: 18px;
    bottom: 18px;
    width: 82px;
  }

  .official-page .page-intro-section {
    padding: 32px 0 20px;
  }

  .regular-benefit,
  .invoice-card,
  .regular-website-card,
  .regular-contact-card {
    padding: 22px;
  }

  .regular-benefits-section .section-head,
  .regular-uses-section .section-head,
  .invoice-section .section-head {
    display: block;
    padding: 22px;
  }

  .regular-page .quick {
    min-height: auto;
  }

  .regular-contact-card .section-head {
    display: block;
  }

  .first-flow-section .section-head,
  .first-payment-section .section-head,
  .first-faq-section .section-head {
    display: block;
    padding: 22px;
  }

  .first-time-page .quick {
    min-height: auto;
  }

  .contact-page .quick {
    min-height: auto;
  }

  .location-request-page .quick {
    min-height: auto;
  }

  .contact-form-card,
  .contact-placeholder,
  .location-request-card {
    padding: 22px;
  }

  .contact-routing-section .section-head,
  .location-info-section .section-head,
  .policy-equipment-section .section-head,
  .policy-cancel-section .section-head,
  .policy-prohibited-section .section-head {
    display: block;
    padding: 22px;
  }

  .faq-contact {
    display: block;
    padding: 22px;
  }

  .faq-contact .button {
    width: 100%;
    margin-top: 16px;
  }

  .discount-table th,
  .discount-table td {
    padding: 12px;
    font-size: 14px;
  }
}
