/* =========================================================
   WolfRepair.com Website Master v1
   Global design system for all custom WolfRepair pages
   Brand color: #af282d
   Font: Satoshi
   ========================================================= */

/* Base typography */

html,
body {
  font-family: "Satoshi", Arial, sans-serif !important;
  color: #525252;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.t-rec,
.t-rec *,
.t-store,
.t-store *,
.t-popup,
.t-popup *,
.t-form,
.t-form *,
.t-menu,
.t-menu *,
.t396,
.t396 * {
  font-family: "Satoshi", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.t-title,
.t-heading,
.t-name {
  font-family: "Satoshi", Arial, sans-serif !important;
  font-weight: 700;
  color: #2f2f2f;
}

.t-text,
.t-descr,
.t-input,
.t-select,
.t-input-title,
.t-input-subtitle,
.t-form__errorbox-text,
.t-form__successbox,
input,
textarea,
select {
  font-family: "Satoshi", Arial, sans-serif !important;
  color: #58595b;
}

/* Wolf brand links */

.t-text a,
.t-descr a,
.t-name a,
.t-title a,
.t-heading a,
.t-menu__link-item {
  font-family: "Satoshi", Arial, sans-serif !important;
}

.t-text a,
.t-descr a,
.t-name a,
.t-title a,
.t-heading a {
  color: #af282d;
}

.t-text a:hover,
.t-descr a:hover,
.t-name a:hover,
.t-title a:hover,
.t-heading a:hover {
  color: #8f1f24;
}

/* Global Tilda buttons */

.t-btn,
.t-submit,
.t-btnflex,
.t-form__submit,
input[type="submit"] {
  font-family: "Satoshi", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

/* =========================================================
   Custom WolfRepair layout system
   Use these classes for all custom HTML blocks
   ========================================================= */

.wrp-section {
  background: #ffffff;
  color: #3f3f3f;
  font-family: inherit;
  padding: 64px 20px 88px;
}

.wrp-section,
.wrp-section * {
  box-sizing: border-box;
}

.wrp-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.wrp-shell-wide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrp-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  padding: 52px 56px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.wrp-card-flat {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 32px;
}

/* Typography inside custom blocks */

.wrp-section h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #2f2f2f;
}

.wrp-section h2 {
  margin: 42px 0 14px;
  padding-top: 8px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #333333;
}

.wrp-section h3 {
  margin: 28px 0 12px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #333333;
}

.wrp-section p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.72;
  color: #555555;
}

.wrp-section strong {
  font-weight: 700;
  color: #343434;
}

.wrp-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #af282d;
}

.wrp-date,
.wrp-meta {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.5;
  color: #6a6a6a;
}

.wrp-intro {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.75;
  color: #555555;
  max-width: 940px;
}

/* Text links inside custom blocks */

.wrp-section a:not(.wrp-btn) {
  color: #af282d !important;
  text-decoration: none !important;
  font-weight: 600;
  border-bottom: 1px solid rgba(175, 40, 45, 0.28);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.wrp-section a:not(.wrp-btn):hover {
  color: #8f1f24 !important;
  border-bottom-color: rgba(143, 31, 36, 0.55);
}

/* Buttons */

.wrp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 6px;
}

.wrp-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #af282d;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 1px solid #af282d !important;
  border-bottom: 0 !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wrp-btn:hover {
  background: #8f1f24;
  border-color: #8f1f24 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transform: translateY(-1px);
}

.wrp-btn-secondary {
  background: #ffffff;
  color: #af282d !important;
  border: 1px solid rgba(175, 40, 45, 0.35) !important;
}

.wrp-btn-secondary:hover {
  background: #fff6f6;
  color: #8f1f24 !important;
  border-color: rgba(143, 31, 36, 0.55) !important;
}

.wrp-btn-dark {
  background: #2f2f2f;
  color: #ffffff !important;
  border-color: #2f2f2f !important;
}

.wrp-btn-dark:hover {
  background: #111111;
  border-color: #111111 !important;
  color: #ffffff !important;
}

/* Notes, alerts, trust boxes */

.wrp-note {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff6f6;
  border: 1px solid rgba(175, 40, 45, 0.14);
}

.wrp-note p:last-child {
  margin-bottom: 0;
}

.wrp-trust-box {
  margin: 24px 0;
  padding: 24px;
  border-radius: 22px;
  background: #f6f7f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.wrp-trust-box p:last-child {
  margin-bottom: 0;
}

/* Lists */

.wrp-list {
  margin: 10px 0 22px;
  display: grid;
  gap: 8px;
}

.wrp-list div {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  line-height: 1.55;
  color: #555555;
}

.wrp-list div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #af282d;
  opacity: 0.68;
}

/* Grids */

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

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

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

/* Product / support data blocks */

.wrp-info-block {
  margin: 24px 0;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.wrp-info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
  line-height: 1.5;
}

.wrp-info-row:last-child {
  border-bottom: 0;
}

.wrp-info-label {
  font-weight: 700;
  color: #343434;
}

.wrp-info-value {
  color: #555555;
}

/* Contact / support block */

.wrp-contact-box {
  margin-top: 44px;
  padding: 28px;
  border-radius: 24px;
  background: #f6f7f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.wrp-contact-box p:last-child {
  margin-bottom: 0;
}

/* Standard disclaimer */

.wrp-disclaimer {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff6f6;
  border: 1px solid rgba(175, 40, 45, 0.14);
}

.wrp-disclaimer p:last-child {
  margin-bottom: 0;
}

/* Forms / popup color consistency */

.t-popup a,
.t-form a {
  color: #af282d !important;
  text-decoration: none !important;
}

.t-popup a:hover,
.t-form a:hover {
  color: #8f1f24 !important;
}

.t-input:focus,
.t-select:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: #af282d !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(175, 40, 45, 0.18) !important;
}

/* Selection */

::selection {
  background: rgba(175, 40, 45, 0.18);
  color: #2f2f2f;
}

/* Responsive */

@media (max-width: 960px) {
  .wrp-section {
    padding: 44px 18px 72px;
  }

  .wrp-card {
    padding: 40px 34px;
    border-radius: 24px;
  }

  .wrp-grid-3,
  .wrp-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrp-info-row {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 640px) {
  .wrp-section {
    padding: 32px 14px 56px;
  }

  .wrp-card {
    padding: 30px 20px;
    border-radius: 22px;
    box-shadow: none;
  }

  .wrp-section h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .wrp-section p,
  .wrp-list div {
    font-size: 16px;
    line-height: 1.68;
  }

  .wrp-section h2 {
    margin-top: 34px;
  }

  .wrp-actions {
    flex-direction: column;
  }

  .wrp-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .wrp-grid-2,
  .wrp-grid-3,
  .wrp-grid-4 {
    grid-template-columns: 1fr;
  }

  .wrp-info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}