/*
Theme Name: Repairo Landing
Theme URI: https://repairo.local/
Description: Lekki motyw potomny dla strony promocyjnej Repairo.
Author: OpenAI Codex
Template: twentytwentyfive
 Version: 1.2.0
Text Domain: repairo-landing
*/

:root {
  --rep-bg: #f3f6f8;
  --rep-surface: #ffffff;
  --rep-surface-strong: #eef3f6;
  --rep-text: #11212d;
  --rep-text-soft: #52606d;
  --rep-line: #d7e0e7;
  --rep-brand: #0f6c7a;
  --rep-brand-strong: #0a4f59;
  --rep-accent: #1ca678;
  --rep-accent-soft: #dff6ee;
  --rep-shadow: 0 24px 60px rgba(17, 33, 45, 0.12);
  --rep-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.repairo-body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(28, 166, 120, 0.18), transparent 28%),
    linear-gradient(180deg, #f8fbfc 0%, var(--rep-bg) 42%, #eef4f7 100%);
  color: var(--rep-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.repairo-main .wp-block-group,
.repairo-main .wp-block-columns {
  margin-block-start: 0;
  margin-block-end: 0;
}

.repairo-main :where(p, h1, h2, h3, ul, figure) {
  margin-block-start: 0;
  margin-block-end: 0;
}

.repairo-main .wp-block-group__inner-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.repairo-main .wp-block-columns > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

.repairo-main .wp-block-group__inner-container {
  max-width: none !important;
}

.repairo-main .repairo-shell > .wp-block-group__inner-container {
  width: 100%;
}

.repairo-page {
  overflow: clip;
}

.repairo-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.repairo-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 252, 0.82);
  border-bottom: 1px solid rgba(215, 224, 231, 0.8);
}

.admin-bar .repairo-topbar {
  top: 32px;
}

.repairo-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 82px;
}

.repairo-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.repairo-nav,
.repairo-button,
.repairo-mini-cta,
.repairo-pill,
.repairo-section-heading span,
.repairo-section-heading > p:first-child,
.repairo-section-heading .wp-block-group__inner-container > p:first-child,
.repairo-steps div,
.repairo-steps li {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.repairo-brand-logo {
  width: 142px;
  height: 58px;
  border-radius: 16px;
  object-fit: contain;
  object-position: left center;
}

.repairo-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  font-size: 0.92rem;
  color: var(--rep-text-soft);
}

.repairo-nav a:hover,
.repairo-footer-links a:hover {
  color: var(--rep-brand);
}

.repairo-mini-cta,
.repairo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.repairo-mini-cta {
  padding: 11px 14px;
  background: var(--rep-text);
  color: #fff;
  font-size: 0.88rem;
}

.repairo-button {
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.98rem;
  font-weight: 700;
}

.wp-block-button.repairo-button {
  display: inline-flex;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.repairo-button:hover,
.repairo-mini-cta:hover {
  transform: translateY(-1px);
}

.wp-block-button.repairo-button .wp-block-button__link,
.wp-block-button .wp-block-button__link.repairo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wp-block-button.repairo-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link.repairo-button:hover {
  transform: translateY(-1px);
}

.repairo-button-primary {
  background: linear-gradient(135deg, var(--rep-brand) 0%, var(--rep-brand-strong) 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(15, 108, 122, 0.22);
}

.wp-block-button.repairo-button-primary .wp-block-button__link,
.wp-block-button .wp-block-button__link.repairo-button-primary {
  background: linear-gradient(135deg, var(--rep-brand) 0%, var(--rep-brand-strong) 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(15, 108, 122, 0.22);
}

.repairo-button-secondary {
  border: 1px solid var(--rep-line);
  background: rgba(255, 255, 255, 0.72);
}

.wp-block-button.repairo-button-secondary .wp-block-button__link,
.wp-block-button .wp-block-button__link.repairo-button-secondary {
  border: 1px solid var(--rep-line);
  background: rgba(255, 255, 255, 0.86);
  color: var(--rep-text);
  box-shadow: 0 12px 28px rgba(17, 33, 45, 0.08);
}

.repairo-hero {
  padding: 54px 0 44px;
}

.repairo-hero-grid,
.repairo-two-col {
  display: grid;
  gap: 34px;
  align-items: center;
}

.repairo-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
}

.repairo-pill,
.repairo-section-heading span,
.repairo-section-heading > p:first-child,
.repairo-section-heading .wp-block-group__inner-container > p:first-child,
.repairo-cta-box span,
.repairo-cta-box > .wp-block-group:first-child > p:first-child,
.repairo-cta-box .wp-block-group__inner-container > p:first-child {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.repairo-hero-copy h1,
.repairo-section-heading h2,
.repairo-cta-box h2 {
  margin: 16px 0 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.repairo-hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 5.8vw, 5.2rem);
}

.repairo-hero-copy p,
.repairo-section-heading p,
.repairo-copy-card p,
.repairo-list-card p,
.repairo-contact p,
.repairo-shot-card figcaption span,
.repairo-footer p {
  color: var(--rep-text-soft);
  line-height: 1.7;
}

.repairo-hero-copy p {
  max-width: 60ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.repairo-section-heading > p:first-child,
.repairo-section-heading .wp-block-group__inner-container > p:first-child {
  margin-inline: auto;
  line-height: 1;
}

.repairo-section-heading-left > p:first-child,
.repairo-section-heading-left .wp-block-group__inner-container > p:first-child {
  margin-inline: 0;
}

.repairo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.repairo-hero-actions .wp-block-button {
  margin: 0;
}

.repairo-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.repairo-inline-points li {
  padding: 10px 14px;
  border: 1px solid var(--rep-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--rep-text);
  font-size: 0.94rem;
}

.repairo-inline-points {
  margin-left: 0;
}

.repairo-hero-visual {
  position: relative;
}

.repairo-screen-card,
.repairo-card,
.repairo-cta-box {
  border: 1px solid rgba(215, 224, 231, 0.9);
  border-radius: var(--rep-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--rep-shadow);
}

.repairo-screen-card {
  padding: 18px;
}

figure.repairo-screen-card,
figure.repairo-image-card {
  margin: 0;
}

.repairo-screen-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.repairo-screen-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d5dee5;
}

.repairo-screen-card img,
.repairo-image-card img,
.repairo-shot-card img {
  width: 100%;
  border-radius: 18px;
  object-fit: contain;
  object-position: top center;
  background: #f8fafc;
}

.repairo-screen-card img {
  aspect-ratio: 16 / 10;
}

.repairo-image-card img,
.repairo-shot-card img {
  aspect-ratio: 16 / 11;
}

.repairo-float {
  position: absolute;
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(17, 33, 45, 0.92);
  color: #fff;
  box-shadow: 0 18px 32px rgba(17, 33, 45, 0.18);
}

.repairo-float strong {
  font-size: 1.2rem;
}

.repairo-float span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
}

.repairo-float-a {
  top: -16px;
  right: -10px;
}

.repairo-float-b {
  left: -18px;
  bottom: 34px;
  background: rgba(28, 166, 120, 0.94);
}

.repairo-section {
  padding: 54px 0;
}

.repairo-simple-page {
  min-height: 70vh;
}

.repairo-subpage .repairo-section {
  padding-top: 46px;
}

.repairo-page-content {
  width: 100%;
}

.repairo-page-content > *:first-child {
  margin-top: 0;
}

.repairo-page-content > *:last-child {
  margin-bottom: 0;
}

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

.repairo-section-heading-left {
  margin: 0 0 24px;
  text-align: left;
}

.repairo-section-heading h2,
.repairo-cta-box h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.repairo-section-heading p {
  margin: 16px 0 0;
}

.repairo-audience-grid,
.repairo-feature-grid,
.repairo-gallery-grid {
  display: grid !important;
  gap: 18px;
  max-width: none !important;
  width: 100%;
}

.repairo-audience-grid > .wp-block-column,
.repairo-feature-grid > .wp-block-column,
.repairo-two-col > .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  min-width: 0;
  width: auto;
}

ul.repairo-inline-points,
ul.repairo-feature-grid,
ul.repairo-steps {
  padding: 0;
  list-style: none;
}

.repairo-audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repairo-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.repairo-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repairo-card {
  padding: 24px;
}

.repairo-card > *:first-child {
  margin-top: 0;
}

.repairo-card > *:last-child {
  margin-bottom: 0;
}

.repairo-audience-card h3,
.repairo-shot-card figcaption strong {
  margin: 0;
  font-size: 1.06rem;
}

.repairo-audience-card p {
  margin: 10px 0 0;
  color: var(--rep-text-soft);
  font-size: 0.96rem;
  line-height: 1.65;
}

.repairo-card p {
  font-size: 0.98rem;
}

.repairo-feature-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.repairo-feature-card::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--rep-accent) 0%, var(--rep-brand) 100%);
}

.repairo-feature-card p {
  margin: 0;
}

.repairo-feature-dot {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--rep-accent) 0%, var(--rep-brand) 100%);
}

.repairo-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repairo-two-col-reverse {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

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

.repairo-steps div,
.repairo-steps li {
  padding: 18px 16px;
  border: 1px solid var(--rep-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-weight: 700;
}

.repairo-copy-card,
.repairo-list-card {
  display: grid;
  gap: 10px;
}

.repairo-copy-card p,
.repairo-list-card p,
.repairo-contact p {
  margin: 0;
}

.repairo-shot-card {
  padding: 16px;
}

.wp-block-gallery.repairo-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wp-block-gallery.repairo-gallery-grid.has-nested-images figure.wp-block-image {
  width: auto !important;
  max-width: none !important;
}

.repairo-shot-card figcaption {
  display: grid;
  gap: 8px;
  padding: 14px 6px 2px;
}

.repairo-shot-card figcaption strong {
  display: block;
}

.repairo-zoomable {
  position: relative;
  cursor: zoom-in;
}

.repairo-zoomable::after {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(17, 33, 45, 0.88);
  color: #fff;
  content: "Kliknij, aby powiększyć";
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.repairo-zoomable:hover::after,
.repairo-zoomable:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.repairo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 26px;
  background: rgba(7, 18, 28, 0.84);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.repairo-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.repairo-lightbox-frame {
  display: grid;
  gap: 12px;
  width: min(96vw, 1500px);
  max-height: 92vh;
  margin: 0;
}

.repairo-lightbox-frame img {
  width: 100%;
  max-height: calc(92vh - 54px);
  border-radius: 22px;
  background: #eef3f6;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  object-fit: contain;
}

.repairo-lightbox-frame figcaption {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  text-align: center;
}

.repairo-lightbox-close {
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.repairo-lightbox-open {
  overflow: hidden;
}

.repairo-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(17, 33, 45, 0.98) 0%, rgba(10, 79, 89, 0.96) 100%),
    #11212d;
  color: #fff;
}

.repairo-cta-box p {
  color: rgba(255, 255, 255, 0.76);
}

.repairo-cta-side {
  display: grid;
  gap: 18px;
  align-content: center;
  justify-items: start;
}

.repairo-contact strong {
  color: #fff;
}

.repairo-contact a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 4px;
}

.repairo-contact a:hover {
  text-decoration-color: #fff;
}

.repairo-pricing {
  padding: 58px 0;
}

.repairo-pricing-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 28px;
  align-items: stretch;
  padding: 32px;
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(28, 166, 120, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 243, 246, 0.86));
  box-shadow: var(--rep-shadow);
}

.repairo-pricing-copy {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: 12px 6px;
}

.repairo-pricing-eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}

.repairo-pricing-copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.repairo-pricing-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--rep-text-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.repairo-pricing-copy ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.repairo-pricing-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--rep-text);
  font-weight: 700;
}

.repairo-pricing-copy li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rep-accent);
  content: "";
}

.repairo-price-box {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 10px;
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(17, 33, 45, 0.98), rgba(10, 79, 89, 0.96)),
    var(--rep-text);
  color: #fff;
  box-shadow: 0 28px 70px rgba(17, 33, 45, 0.18);
}

.repairo-promo-label {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(28, 166, 120, 0.18);
  color: #c9f7e8;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.repairo-price-old {
  position: relative;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.repairo-price-old::after {
  position: absolute;
  top: 54%;
  left: -6%;
  width: 112%;
  height: 4px;
  border-radius: 999px;
  background: #ff7a7a;
  content: "";
  transform: rotate(-7deg);
}

.repairo-price-main {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(4rem, 8vw, 6.8rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.08em;
}

.repairo-price-period,
.repairo-price-box p {
  color: rgba(255, 255, 255, 0.74);
}

.repairo-price-period {
  font-size: 1.08rem;
  font-weight: 700;
}

.repairo-price-box p {
  margin: 8px 0 12px;
}

.repairo-price-button {
  min-height: 52px;
  background: linear-gradient(135deg, #1ca678 0%, #0f7b58 100%);
  color: #fff;
}

.repairo-purchase-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.repairo-purchase-flow > div,
.repairo-bank-box,
.repairo-order-form,
.repairo-contact-method-card {
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 55px rgba(17, 33, 45, 0.08);
}

.repairo-purchase-flow > div {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.repairo-purchase-flow span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #11212d;
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}

.repairo-purchase-flow strong,
.repairo-contact-method-card strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.1rem;
}

.repairo-purchase-flow p,
.repairo-bank-box p,
.repairo-order-form small,
.repairo-contact-method-card em {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.65;
}

.repairo-order-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: 24px;
  margin-top: 24px;
  align-items: start;
  scroll-margin-top: 110px;
}

.repairo-login-required {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 243, 246, 0.86));
  box-shadow: 0 18px 55px rgba(17, 33, 45, 0.08);
  scroll-margin-top: 110px;
}

.repairo-login-required h2,
.repairo-login-required p {
  max-width: 820px;
  margin: 0;
}

.repairo-login-required p {
  color: var(--rep-text-soft);
  line-height: 1.7;
}

.repairo-bank-box,
.repairo-order-form {
  padding: 28px;
}

.repairo-bank-box h2 {
  margin: 10px 0 18px;
}

.repairo-bank-box dl,
.repairo-contact-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.repairo-bank-box dt,
.repairo-contact-card dt {
  color: var(--rep-text-soft);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.repairo-bank-box dd,
.repairo-contact-card dd {
  margin: 0 0 8px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.repairo-bank-placeholder {
  padding: 16px;
  border-radius: 16px;
  background: rgba(28, 166, 120, 0.1);
  color: var(--rep-text);
  font-weight: 700;
}

.repairo-bank-config,
.repairo-small-note {
  font-size: 0.92rem;
}

.repairo-order-form {
  display: grid;
  gap: 16px;
}

.repairo-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.repairo-form-row {
  display: grid;
  gap: 8px;
}

.repairo-form-row label,
.repairo-consent {
  color: var(--rep-text);
  font-weight: 800;
}

.repairo-form-row input,
.repairo-form-row textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(185, 198, 207, 0.95);
  border-radius: 14px;
  background: #fff;
  color: var(--rep-text);
  font: inherit;
  padding: 12px 14px;
}

.repairo-form-row textarea {
  min-height: 120px;
  resize: vertical;
}

.repairo-subdomain-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid rgba(185, 198, 207, 0.95);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.repairo-subdomain-control input {
  border: 0;
  border-radius: 0;
}

.repairo-subdomain-control span {
  padding: 0 14px;
  color: var(--rep-text);
  font-weight: 800;
  white-space: nowrap;
}

.repairo-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  font-size: 0.95rem;
  line-height: 1.55;
}

.repairo-consent input {
  margin-top: 5px;
}

.repairo-order-submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.repairo-field-hidden {
  position: absolute;
  left: -9999px;
}

.repairo-form-notice {
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 800;
}

.repairo-form-notice.is-success {
  background: rgba(28, 166, 120, 0.14);
  color: #0f7b58;
}

.repairo-form-notice.is-error {
  background: rgba(255, 122, 122, 0.16);
  color: #9f2d2d;
}

.repairo-contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.repairo-contact-method-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.repairo-contact-method-card::before {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 14px;
  background: #f8fafc;
  color: var(--rep-brand);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.repairo-contact-method-card.is-messenger::before {
  content: "M";
}

.repairo-contact-method-card.is-email::before {
  content: "@";
}

.repairo-contact-method-card.is-phone::before {
  content: "TEL";
  font-size: 0.82rem;
}

.repairo-contact-method-card span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.repairo-contact-method-card em {
  font-style: normal;
}

.repairo-contact-method-card:hover {
  transform: translateY(-2px);
}

.repairo-footer {
  padding: 24px 0 48px;
}

.repairo-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(215, 224, 231, 0.88);
}

.repairo-footer strong {
  display: block;
  margin-bottom: 6px;
}

.repairo-footer-links {
  display: flex;
  gap: 18px;
  color: var(--rep-text-soft);
}

@media (max-width: 1100px) {
  .repairo-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .repairo-nav {
    gap: 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 900px) {
  .admin-bar .repairo-topbar {
    top: 46px;
  }

  .repairo-topbar-inner,
  .repairo-hero-grid,
  .repairo-two-col,
  .repairo-pricing-card,
  .repairo-cta-box,
  .repairo-footer-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .repairo-topbar-inner {
    padding: 14px 0;
    justify-items: start;
  }

  .repairo-nav {
    justify-content: flex-start;
  }

  .repairo-audience-grid,
  .repairo-feature-grid,
  .repairo-gallery-grid,
  .repairo-purchase-flow,
  .repairo-contact-methods,
  .repairo-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .repairo-order-layout {
    grid-template-columns: 1fr;
  }

  .repairo-float-a,
  .repairo-float-b {
    position: static;
    margin-top: 14px;
  }

  .repairo-hero-copy h1 {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .repairo-shell {
    width: min(100% - 20px, 100%);
  }

  .repairo-topbar-inner {
    gap: 14px;
    min-height: auto;
  }

  .repairo-nav,
  .repairo-mini-cta {
    width: 100%;
  }

  .repairo-brand-logo {
    width: 128px;
    height: 52px;
  }

  .repairo-nav {
    gap: 12px 16px;
  }

  .repairo-mini-cta,
  .repairo-button,
  .repairo-button-primary,
  .repairo-button-secondary {
    width: 100%;
  }

  .wp-block-button.repairo-button,
  .wp-block-button.repairo-button .wp-block-button__link {
    width: 100%;
  }

  .repairo-hero {
    padding-top: 34px;
  }

  .repairo-section,
  .repairo-footer {
    padding: 38px 0;
  }

  .repairo-audience-grid,
  .repairo-feature-grid,
  .repairo-gallery-grid,
  .repairo-purchase-flow,
  .repairo-contact-methods,
  .repairo-form-grid,
  .repairo-steps {
    grid-template-columns: 1fr;
  }

  .repairo-card,
  .repairo-screen-card,
  .repairo-pricing-card,
  .repairo-price-box,
  .repairo-bank-box,
  .repairo-order-form,
  .repairo-contact-method-card,
  .repairo-cta-box {
    padding: 18px;
  }

  .repairo-subdomain-control {
    grid-template-columns: 1fr;
  }

  .repairo-subdomain-control span {
    padding: 0 14px 12px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .repairo-hero-actions {
    flex-direction: column;
  }

  .repairo-zoomable::after {
    top: 18px;
    right: 18px;
    font-size: 0.7rem;
  }

  .repairo-lightbox {
    padding: 14px;
  }

  .repairo-lightbox-close {
    top: 10px;
    right: 10px;
  }
}

/* Professional multi-page SaaS refresh. */
:root {
  --rep-bg: #f6f8fb;
  --rep-surface: #ffffff;
  --rep-surface-strong: #eef3f6;
  --rep-text: #12212b;
  --rep-text-soft: #51606b;
  --rep-line: #d9e2e8;
  --rep-brand: #0f6c7a;
  --rep-brand-strong: #0a4f59;
  --rep-accent: #1f9d73;
  --rep-accent-soft: #e3f6ee;
  --rep-warm: #f2a63b;
  --rep-info: #2f6fed;
  --rep-shadow: 0 18px 44px rgba(18, 33, 43, 0.1);
  --rep-radius: 8px;
  --border: var(--rep-line);
  --shadow: var(--rep-shadow);
  --muted: var(--rep-text-soft);
  --primary: var(--rep-brand);
}

body.repairo-body {
  background: linear-gradient(180deg, #fbfcfe 0%, var(--rep-bg) 54%, #eef3f6 100%);
}

.repairo-body :where(h1, h2, h3, h4, p, a, span, strong, small, li, dt, dd, label, button) {
  letter-spacing: 0;
}

.repairo-hero-copy h1,
.repairo-page-hero-copy h1,
.repairo-section-heading h2,
.repairo-cta-box h2,
.repairo-pricing-copy h1,
.repairo-pricing-copy h2,
.repairo-copy-card h2,
.repairo-account h1,
.repairo-account h2 {
  letter-spacing: 0;
}

.repairo-hero-copy h1,
.repairo-page-hero-copy h1 {
  max-width: 640px;
  font-size: clamp(3rem, 4.8vw, 4.35rem);
  line-height: 1;
}

.repairo-section-heading h2,
.repairo-cta-box h2,
.repairo-copy-card h2,
.repairo-pricing-copy h1,
.repairo-pricing-copy h2 {
  font-size: 3rem;
  line-height: 1.08;
}

.repairo-price-main {
  font-size: 5.6rem;
  letter-spacing: 0;
}

.repairo-screen-card,
.repairo-card,
.repairo-cta-box,
.repairo-pricing-card,
.repairo-price-box,
.repairo-image-card,
.repairo-shot-card,
.repairo-contact-card,
.repairo-price-note,
.repairo-metric-grid > div,
.repairo-proof-row > div,
.repairo-float {
  border-radius: var(--rep-radius);
}

.repairo-screen-card img,
.repairo-image-card img,
.repairo-shot-card img,
.repairo-lightbox-frame img {
  border-radius: var(--rep-radius);
}

.repairo-topbar {
  background: rgba(255, 255, 255, 0.9);
}

.repairo-topbar-inner {
  min-height: 76px;
}

.repairo-brand-logo {
  border-radius: var(--rep-radius);
}

.repairo-nav {
  gap: 12px;
  align-items: center;
}

.repairo-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--rep-text-soft);
  font-weight: 700;
  white-space: nowrap;
}

.repairo-nav a.is-active {
  color: var(--rep-brand);
}

.repairo-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--rep-brand);
  content: "";
}

.repairo-mini-cta {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #12212b;
}

.repairo-home-hero {
  padding: 34px 0 30px;
}

.repairo-home-hero .repairo-hero-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
}

.repairo-home-hero .repairo-hero-copy h1 {
  font-size: clamp(2.55rem, 4vw, 3.65rem);
  line-height: 1.04;
}

.repairo-home-hero .repairo-hero-copy p:not(.repairo-pill) {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.62;
}

.repairo-home-hero .repairo-hero-actions {
  margin-top: 20px;
}

.repairo-home-hero .repairo-inline-points {
  gap: 8px;
  margin-top: 16px;
}

.repairo-home-hero .repairo-inline-points li {
  padding: 8px 10px;
  font-size: 0.88rem;
}

.repairo-home-hero .repairo-trust-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 10px 12px;
}

.repairo-home-hero .repairo-trust-note span {
  font-size: 0.9rem;
  line-height: 1.35;
}

.repairo-hero-copy h1 {
  margin-top: 18px;
}

.repairo-product-screen img {
  height: clamp(230px, 28vw, 380px);
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
}

.repairo-benefit-grid,
.repairo-detail-grid,
.repairo-metric-grid,
.repairo-proof-row {
  display: grid;
  gap: 18px;
}

.repairo-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repairo-trust-note {
  display: grid;
  gap: 5px;
  max-width: 620px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 108, 122, 0.18);
  border-left: 4px solid var(--rep-brand);
  border-radius: var(--rep-radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 28px rgba(18, 33, 43, 0.06);
}

.repairo-trust-note strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
}

.repairo-trust-note span {
  color: var(--rep-text-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.repairo-benefit-card,
.repairo-detail-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.repairo-benefit-card span,
.repairo-detail-card span {
  color: var(--rep-brand);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}

.repairo-benefit-card h3,
.repairo-detail-card h2 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.25;
}

.repairo-detail-card h2 {
  font-size: 1.25rem;
}

.repairo-benefit-card p,
.repairo-detail-card p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.65;
}

.repairo-product-strip,
.repairo-showcase-band {
  background: rgba(255, 255, 255, 0.58);
  border-block: 1px solid rgba(217, 226, 232, 0.72);
}

.repairo-copy-card h2 {
  margin: 8px 0 0;
}

.repairo-copy-card .repairo-button {
  justify-self: start;
  margin-top: 8px;
}

.repairo-proof-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}

.repairo-proof-row > div,
.repairo-metric-grid > div {
  padding: 18px;
  border: 1px solid var(--rep-line);
  background: rgba(255, 255, 255, 0.82);
}

.repairo-proof-row strong,
.repairo-metric-grid strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.12rem;
}

.repairo-proof-row span,
.repairo-metric-grid span {
  color: var(--rep-text-soft);
  font-size: 0.94rem;
  line-height: 1.45;
}

.repairo-proof-row p {
  margin: 8px 0 0;
  color: var(--rep-text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.repairo-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.repairo-pricing-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 245, 248, 0.94));
}

.repairo-price-box {
  background: #12212b;
}

.repairo-promo-label {
  background: rgba(242, 166, 59, 0.18);
  color: #ffe5b8;
}

.repairo-price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.repairo-price-actions .repairo-button {
  flex: 1 1 180px;
}

.repairo-price-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.repairo-page-cta-section {
  padding-top: 36px;
}

.repairo-cta-box {
  background: linear-gradient(135deg, #12212b 0%, #173844 100%);
}

.repairo-page-hero {
  padding-top: 64px;
}

.repairo-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 34px;
  align-items: center;
}

.repairo-page-hero-copy p:not(.repairo-pill) {
  max-width: 66ch;
  margin: 20px 0 0;
  color: var(--rep-text-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.repairo-page-hero-screen img {
  height: clamp(240px, 32vw, 420px);
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
}

.repairo-image-card img,
.repairo-shot-card img {
  max-height: 440px;
  object-fit: contain;
}

.repairo-gallery-grid .repairo-shot-card img {
  height: 260px;
}

.repairo-detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.repairo-detail-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repairo-detail-grid-compact {
  grid-template-columns: 1fr;
}

.repairo-text-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--rep-line);
  border-radius: var(--rep-radius);
  background: rgba(255, 255, 255, 0.84);
}

.repairo-text-panel h2 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 2rem;
  line-height: 1.12;
}

.repairo-text-panel p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.75;
}

.repairo-text-panel .repairo-pill {
  color: #0f7b58;
}

.repairo-price-extra-grid {
  margin-top: 18px;
}

.repairo-feature-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.repairo-feature-list li {
  position: relative;
  padding-left: 28px;
  color: var(--rep-text-soft);
  line-height: 1.55;
}

.repairo-feature-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--rep-accent);
  content: "";
}

.repairo-metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repairo-pricing-page {
  padding-top: 64px;
}

.repairo-pricing-card-large {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.repairo-price-note {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--rep-line);
  background: rgba(255, 255, 255, 0.84);
}

.repairo-price-note strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.repairo-price-note p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.7;
}

.repairo-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.repairo-price-plan {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--rep-line);
  border-radius: var(--rep-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--rep-shadow);
}

.repairo-price-plan.is-featured {
  border-color: rgba(15, 108, 122, 0.3);
  background:
    linear-gradient(180deg, rgba(227, 246, 238, 0.74), rgba(255, 255, 255, 0.94));
}

.repairo-price-plan > span:first-child {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.repairo-price-plan h2 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.repairo-price-plan p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.65;
}

.repairo-plan-price {
  padding-block: 10px;
  color: var(--rep-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
}

.repairo-price-plan ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.repairo-price-plan li {
  position: relative;
  padding-left: 24px;
  color: var(--rep-text-soft);
  line-height: 1.5;
}

.repairo-price-plan li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--rep-accent);
  content: "";
}

.repairo-button.is-disabled,
.repairo-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.64;
  pointer-events: none;
}

.repairo-purchase-flow-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repairo-checkout-note,
.woocommerce .repairo-checkout-note {
  margin: 22px 0;
  padding: 22px;
  border: 1px solid rgba(15, 108, 122, 0.18);
  border-left: 4px solid var(--rep-brand);
  border-radius: var(--rep-radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 33, 43, 0.06);
}

.woocommerce .woocommerce-checkout,
.woocommerce-cart-form,
.woocommerce .cart-collaterals,
.woocommerce .woocommerce-order,
.woocommerce-account .woocommerce {
  color: var(--rep-text);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid var(--rep-line);
  border-radius: var(--rep-radius);
  background: #fbfcfe;
  color: var(--rep-text);
  font: inherit;
}

.woocommerce form .form-row textarea {
  min-height: 120px;
  padding: 12px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.checkout-button {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rep-brand), var(--rep-brand-strong));
  color: #fff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 800;
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.woocommerce .woocommerce-customer-details address {
  border-color: var(--rep-line);
  border-radius: var(--rep-radius);
  background: rgba(255, 255, 255, 0.9);
}

.repairo-contact-page {
  padding-top: 64px;
}

.repairo-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 32px;
  align-items: start;
}

.repairo-contact-card {
  padding: 28px;
  border: 1px solid var(--rep-line);
  background: #fff;
  box-shadow: var(--rep-shadow);
}

.repairo-contact-shot {
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid var(--rep-line);
  background: #f8fafc;
}

.repairo-contact-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: left top;
  background: #f8fafc;
}

.repairo-contact-card h2 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.7rem;
}

.repairo-contact-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.repairo-contact-card dt {
  color: var(--rep-text-soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.repairo-contact-card dd {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 800;
}

.repairo-contact-card a {
  color: var(--rep-brand);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.repairo-panel-section {
  padding-top: 26px;
}

.repairo-panel-shell {
  width: min(1180px, calc(100% - 32px));
}

.repairo-blog-page .repairo-section-heading {
  max-width: 820px;
}

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

.repairo-blog-card {
  min-width: 0;
}

.repairo-blog-card a {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.repairo-blog-card figure {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9eef2;
}

.repairo-blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.repairo-blog-card div {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.repairo-blog-card span,
.repairo-article-meta {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.repairo-blog-card h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.repairo-blog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.repairo-blog-card strong {
  color: var(--primary);
}

.repairo-article-shell {
  max-width: 980px;
}

.repairo-article-header {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
  max-width: 900px;
}

.repairo-article-header h1 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.repairo-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.repairo-article-image {
  margin: 0 0 26px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.repairo-article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.repairo-article-content {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.repairo-article-content > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.repairo-article-content :where(p, li) {
  color: #344451;
  line-height: 1.8;
}

.repairo-article-content :where(h2, h3) {
  margin-top: 1.7em;
}

.repairo-article-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.repairo-lightbox-close {
  border-radius: 999px;
}

@media (max-width: 1180px) {
  .repairo-topbar-inner {
    gap: 18px;
  }

  .repairo-nav {
    gap: 12px;
    font-size: 0.88rem;
  }
}

@media (max-width: 980px) {
  .repairo-hero-grid,
  .repairo-page-hero-grid,
  .repairo-two-col,
  .repairo-pricing-card,
  .repairo-contact-grid,
  .repairo-cta-box {
    grid-template-columns: 1fr;
  }

  .repairo-detail-grid,
  .repairo-blog-grid,
  .repairo-benefit-grid,
  .repairo-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .repairo-topbar-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .repairo-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }

  .repairo-mini-cta {
    width: auto;
  }

  .repairo-hero-copy h1,
  .repairo-page-hero-copy h1 {
    max-width: 100%;
    font-size: 3.4rem;
  }

  .repairo-section-heading h2,
  .repairo-cta-box h2,
  .repairo-copy-card h2,
  .repairo-text-panel h2,
  .repairo-pricing-copy h1,
  .repairo-pricing-copy h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 680px) {
  .repairo-shell,
  .repairo-panel-shell {
    width: min(100% - 24px, 100%);
  }

  .repairo-home-hero,
  .repairo-page-hero,
  .repairo-pricing-page,
  .repairo-contact-page {
    padding-top: 24px;
  }

  .repairo-home-hero {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .repairo-section {
    padding: 36px 0;
  }

  .repairo-topbar-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0;
  }

  .repairo-mini-cta {
    display: none;
  }

  .repairo-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .repairo-nav a {
    flex: 0 0 auto;
  }

  .repairo-hero-copy h1,
  .repairo-page-hero-copy h1 {
    font-size: 1.95rem;
    line-height: 1.08;
  }

  .repairo-home-hero .repairo-pill {
    padding: 6px 10px;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .repairo-home-hero .repairo-hero-copy p:not(.repairo-pill) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .repairo-home-hero .repairo-inline-points,
  .repairo-home-hero .repairo-trust-note {
    display: none;
  }

  .repairo-home-hero .repairo-float {
    display: none;
  }

  .repairo-home-hero .repairo-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .repairo-home-hero .repairo-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .repairo-home-hero .repairo-button {
    min-height: 46px;
    width: 100%;
    padding-inline: 10px;
    font-size: 0.88rem;
  }

  .repairo-section-heading h2,
  .repairo-cta-box h2,
  .repairo-copy-card h2,
  .repairo-text-panel h2,
  .repairo-pricing-copy h1,
  .repairo-pricing-copy h2 {
    font-size: 2rem;
  }

  .repairo-article-header h1 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .repairo-article-content {
    padding: 20px;
  }

  .repairo-detail-grid,
  .repairo-detail-grid-3,
  .repairo-blog-grid,
  .repairo-benefit-grid,
  .repairo-metric-grid,
  .repairo-proof-row,
  .repairo-price-grid,
  .repairo-purchase-flow-compact {
    grid-template-columns: 1fr;
  }

  .repairo-card,
  .repairo-screen-card,
  .repairo-pricing-card,
  .repairo-price-box,
  .repairo-price-plan,
  .repairo-cta-box,
  .repairo-contact-card,
  .repairo-price-note,
  .repairo-text-panel {
    padding: 18px;
  }

  .repairo-price-main {
    font-size: 4rem;
  }

  .repairo-price-actions,
  .repairo-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .repairo-product-screen img {
    height: 115px;
    max-height: 115px;
    object-fit: contain;
  }

  .repairo-home-hero .repairo-screen-card {
    padding: 10px;
  }

  .repairo-home-hero .repairo-screen-card p {
    margin: 0;
  }

  .repairo-home-hero .repairo-screen-bar {
    display: none;
  }

  .repairo-page-hero-screen img,
  .repairo-gallery-grid .repairo-shot-card img {
    height: auto;
    max-height: 320px;
  }

  .repairo-button,
  .repairo-hero-actions .repairo-button,
  .repairo-price-actions .repairo-button {
    width: 100%;
  }

  .repairo-footer-inner,
  .repairo-footer-links {
    display: grid;
    justify-items: start;
  }
}

.repairo-price-grid-single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.repairo-contact-form-band {
  background: #f6f8f8;
}

.repairo-contact-options-section {
  background: #fff;
}

.repairo-contact-options {
  display: grid;
  gap: 24px;
}

.repairo-contact-options .repairo-section-heading {
  max-width: 760px;
  margin: 0;
  text-align: left;
}

.repairo-contact-option-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.repairo-contact-option {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--rep-line);
  border-radius: 18px;
  background: #f9fbfc;
}

.repairo-contact-option span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.repairo-contact-option h3 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.18rem;
  line-height: 1.2;
}

.repairo-contact-option p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.6;
}

.repairo-contact-option a {
  width: fit-content;
  margin-top: 4px;
  color: var(--rep-brand);
  font-weight: 900;
  text-decoration: none;
}

.repairo-contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
  gap: 20px;
  align-items: start;
  max-width: 760px;
}

.repairo-contact-form-layout .repairo-section-heading {
  margin: 0;
  text-align: center;
}

.repairo-contact-form {
  display: grid;
  gap: 11px;
  width: 100%;
  max-width: 640px;
  padding: 18px;
  border: 1px solid var(--rep-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--rep-shadow-soft);
}

.repairo-contact-form label {
  display: grid;
  gap: 6px;
  color: var(--rep-text);
  font-size: 0.9rem;
  font-weight: 800;
}

.repairo-contact-form .repairo-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.repairo-contact-form .repairo-field-wide {
  grid-column: 1 / -1;
}

.repairo-contact-form input,
.repairo-contact-form select,
.repairo-contact-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(185, 198, 207, 0.95);
  border-radius: 10px;
  background: #fff;
  color: var(--rep-text);
  font: inherit;
  padding: 9px 12px;
}

.repairo-contact-form textarea {
  min-height: 94px;
  resize: vertical;
}

.repairo-contact-form .repairo-button {
  width: auto;
  min-height: 42px;
  justify-self: center;
  padding: 10px 16px;
}

.repairo-contact-hp {
  position: absolute;
  left: -9999px;
}

.repairo-form-message {
  padding: 13px 15px;
  border-radius: 12px;
  font-weight: 800;
}

.repairo-form-message.is-success {
  background: rgba(28, 166, 120, 0.12);
  color: #0f7b58;
}

.repairo-form-message.is-error {
  background: rgba(210, 72, 72, 0.12);
  color: #9d2e2e;
}

@media (max-width: 780px) {
  .repairo-contact-option-list {
    grid-template-columns: 1fr;
  }

  .repairo-contact-form-layout {
    grid-template-columns: 1fr;
  }

  .repairo-contact-form {
    max-width: none;
    padding: 18px;
  }

  .repairo-contact-form .repairo-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive header and client login modal. */
.repairo-topbar-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
}

.repairo-nav {
  min-width: 0;
}

.repairo-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.repairo-nav-link {
  gap: 7px;
}

.repairo-nav-item.has-submenu > .repairo-nav-link::before {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  order: 2;
  opacity: 0.7;
  content: "";
}

.repairo-nav-item.is-active > .repairo-nav-link {
  color: var(--rep-brand);
}

.repairo-nav-item.is-active > .repairo-nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--rep-brand);
  content: "";
}

.repairo-subnav {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 40;
  display: grid;
  min-width: 220px;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 52px rgba(17, 33, 45, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.repairo-subnav::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
  content: "";
}

.repairo-nav-item:hover .repairo-subnav,
.repairo-nav-item:focus-within .repairo-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.repairo-subnav a {
  min-height: 40px;
  padding: 9px 11px;
  border-radius: 10px;
  background: #f7fafb;
  color: var(--rep-text-soft);
  font-size: 0.9rem;
}

.repairo-subnav a:hover,
.repairo-subnav a.is-active {
  background: var(--rep-accent-soft);
  color: var(--rep-brand-strong);
}

.repairo-subnav a.is-active::after {
  display: none;
}

.repairo-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.repairo-login-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid rgba(15, 108, 122, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--rep-brand-strong);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(17, 33, 45, 0.07);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.repairo-login-cta:hover {
  border-color: rgba(15, 108, 122, 0.5);
  color: var(--rep-brand);
  transform: translateY(-1px);
}

.repairo-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid var(--rep-line);
  border-radius: 999px;
  background: #fff;
  color: var(--rep-text);
  box-shadow: 0 12px 28px rgba(17, 33, 45, 0.08);
  cursor: pointer;
}

.repairo-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.repairo-menu-toggle .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.repairo-login-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.repairo-login-modal.is-open {
  display: flex;
}

.repairo-login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 33, 45, 0.52);
  backdrop-filter: blur(10px);
}

.repairo-login-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 33, 45, 0.26);
}

.repairo-login-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--rep-line);
  border-radius: 999px;
  background: #f7fafb;
  color: var(--rep-text);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.repairo-login-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.repairo-login-dialog h2 {
  margin: 0;
  padding-right: 36px;
  color: var(--rep-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.65rem;
  line-height: 1.15;
}

.repairo-login-dialog p {
  margin: 12px 0 18px;
  color: var(--rep-text-soft);
  line-height: 1.65;
}

.repairo-login-modal-form form,
.repairo-login-modal-form form p {
  display: grid;
  gap: 10px;
}

.repairo-login-modal-form form p {
  margin: 0 0 12px;
  color: var(--rep-text-soft);
  font-weight: 800;
}

.repairo-login-modal-form input[type="text"],
.repairo-login-modal-form input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--rep-line);
  border-radius: 8px;
  background: #fbfcfe;
  color: var(--rep-text);
  font: inherit;
}

.repairo-login-modal-form input[type="text"]:focus,
.repairo-login-modal-form input[type="password"]:focus {
  border-color: var(--rep-brand);
  box-shadow: 0 0 0 3px rgba(15, 108, 122, 0.12);
  outline: 0;
}

.repairo-login-modal-form .login-remember label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
}

.repairo-login-modal-form input[type="submit"] {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rep-brand), var(--rep-brand-strong));
  color: #fff;
  cursor: pointer;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 800;
}

.repairo-login-register-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--rep-brand-strong);
  font-weight: 800;
}

.repairo-login-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .repairo-topbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .repairo-nav {
    gap: 10px;
    font-size: 0.85rem;
  }

  .repairo-mini-cta {
    padding-inline: 13px;
    font-size: 0.84rem;
  }
}

@media (max-width: 980px) {
  .repairo-topbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    min-height: auto;
    padding: 10px 0;
  }

  .repairo-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .repairo-header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .repairo-menu-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    flex-direction: column;
  }

  .repairo-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    width: 100%;
    max-height: calc(100vh - 110px);
    overflow: auto;
    margin-top: 2px;
    padding: 8px;
    border: 1px solid rgba(215, 224, 231, 0.95);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 45px rgba(17, 33, 45, 0.13);
  }

  .repairo-topbar.is-nav-open .repairo-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .repairo-nav a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 8px 11px;
    border-radius: 10px;
    background: #f7fafb;
  }

  .repairo-nav a.is-active {
    background: var(--rep-accent-soft);
  }

  .repairo-nav-item {
    display: grid;
    gap: 6px;
    align-items: stretch;
    min-width: 0;
  }

  .repairo-nav-item.is-active > .repairo-nav-link::after {
    display: none;
  }

  .repairo-nav-item.has-submenu > .repairo-nav-link {
    background: #edf8f4;
    color: var(--rep-brand-strong);
  }

  .repairo-nav-item.has-submenu > .repairo-nav-link::before {
    margin-left: auto;
  }

  .repairo-subnav {
    position: static;
    left: auto;
    min-width: 0;
    gap: 6px;
    padding: 0 0 0 10px;
    border: 0;
    border-left: 2px solid var(--rep-accent-soft);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .repairo-subnav::before {
    display: none;
  }

  .repairo-nav-item:hover .repairo-subnav,
  .repairo-nav-item:focus-within .repairo-subnav {
    transform: none;
  }

  .repairo-subnav a {
    min-height: 40px;
    background: #fff;
    font-size: 0.86rem;
  }
}

@media (max-width: 640px) {
  .repairo-topbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .repairo-brand-logo {
    width: 118px;
    height: 48px;
  }

  .repairo-header-actions {
    width: auto;
  }

  .repairo-mini-cta {
    display: none;
  }

  .repairo-login-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.84rem;
  }

  .repairo-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .repairo-topbar.is-nav-open .repairo-nav {
    grid-template-columns: 1fr;
  }

  .repairo-login-dialog {
    padding: 22px;
  }
}

/* WooCommerce pages in the Repairo visual system. */
.repairo-woocommerce-page .repairo-main {
  background:
    radial-gradient(circle at 14% 0%, rgba(28, 166, 120, 0.14), transparent 24%),
    linear-gradient(180deg, #f8fbfc 0%, #eef4f7 100%);
}

.repairo-wc-hero {
  padding-bottom: 30px;
}

.repairo-wc-hero-grid,
.repairo-wc-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.repairo-wc-hero h1,
.repairo-wc-product-copy h1 {
  max-width: 860px;
  margin: 14px 0 16px;
  color: var(--rep-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 4.4vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.repairo-wc-hero p,
.repairo-wc-product-copy > p {
  max-width: 720px;
  color: var(--rep-text-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.repairo-wc-hero-note,
.repairo-wc-product-panel,
.repairo-wc-card,
.repairo-wc-product-details {
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 55px rgba(17, 33, 45, 0.08);
}

.repairo-wc-hero-note {
  padding: 24px;
}

.repairo-wc-hero-note strong,
.repairo-wc-product-panel h2,
.repairo-wc-product-details h2 {
  color: var(--rep-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.repairo-wc-hero-note p {
  margin-top: 8px;
  color: var(--rep-text-soft);
}

.repairo-wc-content-section,
.repairo-wc-product-details-section {
  padding-top: 0;
}

.repairo-wc-card {
  padding: clamp(18px, 3vw, 34px);
}

.repairo-wc-product-hero {
  padding-bottom: 34px;
}

.repairo-wc-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.repairo-wc-product-actions .repairo-button {
  min-height: 50px;
}

.repairo-wc-product-price {
  width: 100%;
  color: var(--rep-brand-strong);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 800;
  line-height: 1;
}

.repairo-wc-product-price del {
  color: var(--rep-text-soft);
  font-size: 1.2rem;
}

.repairo-wc-product-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.repairo-wc-product-panel > span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.repairo-wc-product-panel h2,
.repairo-wc-product-details h2 {
  margin: 0;
  font-size: 1.45rem;
}

.repairo-wc-product-panel ul,
.repairo-wc-product-details ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.repairo-wc-product-panel li,
.repairo-wc-product-details li {
  position: relative;
  padding-left: 22px;
  color: var(--rep-text-soft);
  line-height: 1.6;
}

.repairo-wc-product-panel li::before,
.repairo-wc-product-details li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--rep-accent);
  content: "";
}

.repairo-wc-product-panel p,
.repairo-wc-product-details p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.7;
}

.repairo-wc-product-screen {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rep-line);
  border-radius: 12px;
  background: #f7fafb;
}

.repairo-wc-product-screen img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
}

.repairo-wc-product-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(20px, 3vw, 34px);
}

.repairo-wc-product-description {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid var(--rep-line);
}

.repairo-wc-card .woocommerce-breadcrumb,
.repairo-wc-card .woocommerce-result-count,
.repairo-wc-card .woocommerce-ordering {
  display: none;
}

.repairo-wc-card ul.products {
  display: grid;
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.repairo-wc-card ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 26px !important;
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 33, 45, 0.08);
}

.repairo-wc-card ul.products li.product a img {
  max-height: 220px;
  object-fit: contain;
  border: 1px solid var(--rep-line);
  border-radius: 12px;
  background: #f7fafb;
}

.repairo-wc-card ul.products li.product .woocommerce-loop-product__title {
  color: var(--rep-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.6rem;
}

.repairo-wc-card ul.products li.product .price {
  color: var(--rep-brand-strong);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.repairo-wc-card .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.repairo-wc-card .woocommerce-info,
.repairo-wc-card .woocommerce-message,
.repairo-wc-card .woocommerce-error {
  border-radius: 12px;
  background: #f7fafb;
  color: var(--rep-text);
}

.repairo-wc-card .woocommerce-info::before,
.repairo-wc-card .woocommerce-message::before {
  color: var(--rep-brand);
}

.repairo-wc-card table.shop_table {
  overflow: hidden;
  border-radius: 12px;
}

.repairo-wc-card .cart_totals,
.repairo-wc-card .woocommerce-checkout-review-order,
.repairo-wc-card .woocommerce-billing-fields,
.repairo-wc-card .woocommerce-additional-fields,
.repairo-wc-card .woocommerce-account-fields,
.repairo-wc-card .woocommerce-form-login,
.repairo-wc-card .woocommerce-form-register {
  padding: 20px;
  border: 1px solid var(--rep-line);
  border-radius: 14px;
  background: #fff;
}

.repairo-wc-card .cart_totals h2,
.repairo-wc-card .woocommerce-billing-fields h3,
.repairo-wc-card .woocommerce-additional-fields h3,
.repairo-wc-card #order_review_heading {
  color: var(--rep-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

@media (max-width: 980px) {
  .repairo-wc-hero-grid,
  .repairo-wc-product-grid,
  .repairo-wc-product-details {
    grid-template-columns: 1fr;
  }

  .repairo-wc-hero h1,
  .repairo-wc-product-copy h1 {
    font-size: 2.6rem;
  }
}

@media (max-width: 640px) {
  .repairo-wc-hero h1,
  .repairo-wc-product-copy h1 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .repairo-wc-card,
  .repairo-wc-product-panel,
  .repairo-wc-product-details,
  .repairo-wc-hero-note {
    padding: 18px;
  }

  .repairo-wc-product-actions,
  .repairo-wc-product-actions .repairo-button {
    width: 100%;
  }
}

/* Industry landing cards. */
.repairo-branches-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 244, 247, 0.92));
}

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

.repairo-branch-card {
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(215, 224, 231, 0.95);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 252, 0.94)),
    #fff;
  box-shadow: 0 22px 60px rgba(17, 33, 45, 0.1);
}

.repairo-branch-card span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--rep-accent-soft);
  color: #0f7b58;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.repairo-branch-card h3 {
  margin: 0;
  color: var(--rep-text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  line-height: 1.12;
}

.repairo-branch-card p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.7;
}

.repairo-branch-card strong {
  align-self: end;
  color: var(--rep-brand-strong);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

@media (max-width: 980px) {
  .repairo-branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .repairo-branch-grid {
    grid-template-columns: 1fr;
  }

  .repairo-branch-card {
    min-height: 0;
    padding: 22px;
  }
}

/* REPAIRO SEO 2026 CSS START */
.repairo-mini-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.repairo-mini-link-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--rep-line);
  border-radius: 18px;
  background: var(--rep-surface);
  box-shadow: 0 14px 35px rgba(17, 33, 45, 0.07);
}

.repairo-mini-link-card span,
.repairo-faq-item h3 {
  color: var(--rep-brand);
}

.repairo-mini-link-card strong {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.3;
}

.repairo-mini-link-card em {
  color: var(--rep-text-soft);
  font-style: normal;
  line-height: 1.55;
}

.repairo-inline-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--rep-brand-strong);
  font-weight: 800;
}

.repairo-breadcrumbs {
  margin: 0 0 16px;
  color: var(--rep-text-soft);
  font-size: 0.9rem;
}

.repairo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.repairo-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.repairo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: var(--rep-line);
}

.repairo-breadcrumbs a {
  color: var(--rep-brand-strong);
  font-weight: 800;
}

.repairo-breadcrumbs span {
  color: var(--rep-text-soft);
}

.repairo-related-section .repairo-section-heading {
  max-width: 780px;
}

.repairo-related-section.repairo-showcase-band .repairo-mini-link-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(247, 251, 252, 0.94)),
    #fff;
}

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

.repairo-faq-item {
  padding: 24px;
  border: 1px solid var(--rep-line);
  border-radius: 18px;
  background: var(--rep-surface);
}

.repairo-faq-item h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.repairo-faq-item p {
  margin: 0;
  color: var(--rep-text-soft);
  line-height: 1.65;
}

.repairo-footer-grid {
  align-items: start;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(160px, 1fr));
}

.repairo-footer-brand {
  display: grid;
  gap: 14px;
}

.repairo-footer-links {
  align-items: start;
}

.repairo-footer-links strong {
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 900px) {
  .repairo-mini-link-grid,
  .repairo-faq-grid,
  .repairo-footer-grid {
    grid-template-columns: 1fr;
  }
}
/* REPAIRO SEO 2026 CSS END */


/* REPAIRO BLOG IMPORT CSS START */
.repairo-blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.repairo-blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.repairo-blog-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 1px solid var(--rep-line);
  border-radius: 12px;
  background: #fff;
  color: var(--rep-text);
  font-weight: 800;
}

.repairo-blog-pagination .page-numbers.current,
.repairo-blog-pagination a.page-numbers:hover {
  border-color: var(--rep-brand);
  background: var(--rep-brand);
  color: #fff;
}

.repairo-article-related {
  margin-top: 38px;
  padding: 26px;
  border: 1px solid var(--rep-line);
  border-radius: 18px;
  background: var(--rep-surface);
}

.repairo-article-related h2 {
  margin-top: 0;
}

.repairo-article-related ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-bottom: 0;
}

.repairo-article-related a {
  color: var(--rep-brand-strong);
  font-weight: 800;
}

@media (max-width: 720px) {
  .repairo-article-related ul {
    grid-template-columns: 1fr;
  }
}
/* REPAIRO BLOG IMPORT CSS END */
/* REPAIRO MORE IMAGE GALLERIES START */
.repairo-screen-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.repairo-screen-gallery-grid .repairo-shot-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
}

.repairo-screen-gallery-grid .repairo-shot-card img {
  height: 220px;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
}

.repairo-screen-gallery-grid .repairo-shot-card figcaption {
  padding: 2px 4px 4px;
}

@media (max-width: 980px) {
  .repairo-screen-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .repairo-screen-gallery-grid {
    grid-template-columns: 1fr;
  }

  .repairo-screen-gallery-grid .repairo-shot-card img {
    height: auto;
    max-height: 320px;
  }
}
/* REPAIRO MORE IMAGE GALLERIES END */
/* REPAIRO YEARLY PRICE CLARITY START */
.repairo-plan-price,
.repairo-wc-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.repairo-plan-price-period,
.repairo-wc-product-price-period {
  color: var(--rep-brand);
  font-size: 1rem;
  font-weight: 800;
}

.repairo-plan-price-help,
.repairo-wc-product-price-note {
  margin: -8px 0 0;
  color: var(--rep-text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}
/* REPAIRO YEARLY PRICE CLARITY END */
