.page-seo-calc-site {
  font-family: var(--wix-font-body);
  font-weight: 400;
}

.page-seo-calc-site .main-nav a {
  font-family: Arial, Helvetica, var(--wix-font-body), sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-seo-calc-site h1,
.page-seo-calc-site h2,
.page-seo-calc-site h3,
.page-seo-calc-site h4 {
  font-family: var(--font-display);
  font-weight: 400;
}

.page-seo-calc {
  overflow-x: hidden;
}

/* ============ HERO ============ */
.seo-calc-hero {
  min-height: 280px;
  padding: 72px 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.25) 100%), var(--black) center / cover no-repeat;
  background-size: cover;
  color: #fff;
}

.seo-calc-hero h1 {
    font-size: clamp(34px, 4.5vw, 52px);
    line-height: 1.5;
    color: #fff;
    max-width: 560px;
}

/* ============ INTRO ============ */
.seo-calc-intro {
  padding: 72px 0 48px;
  background: #fff;
  text-align: center;
}

.seo-calc-intro h2 {
    font-size: clamp(26px, 3.2vw, 38px);
    line-height: 1.35;
    color: var(--black);
    max-width: 1000px;
    margin: 0 auto 24px;
    font-family: 'Nuckle regular';
}

.seo-calc-intro h2 strong {
  font-weight: 700;
}

.seo-calc-intro p {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    max-width: 970px;
    margin: 0 auto;
}

/* ============ CALCULATOR ============ */
.seo-calc-widget {
  padding: 0 0 72px;
  background: #fff;
}

.seo-calc-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #8c0404;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.seo-calc-left {
  width: 60%;
  padding: 35px;
}

.seo-calc-right {
  width: 40%;
  background: #f8f9fd;
  padding: 35px;
  display: flex;
  flex-direction: column;
}

.seo-calc-left h3 {
  font-size: 24px;
  margin-bottom: 0px;
  color: var(--black);
}

.seo-calc-subtext {
    color: #666;
    margin: 16px 0 25px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.seo-calc-step {
  margin-bottom: 20px;
}

.seo-calc-step label {
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: var(--black);
    font-family: var(--wix-font-nuckle-bold);
}

.seo-calc-step input,
.seo-calc-step select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-family: var(--wix-font-body);
  background: #fff;
}

.seo-calc-helper {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
    line-height: 1.45;
    font-weight: 600;
}

.seo-calc-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.seo-calc-buttons button {
  flex: 1;
  background: #8c0404;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--wix-font-body);
  transition: background 0.25s ease;
}

.seo-calc-buttons button:hover {
  background: #000;
}

.seo-calc-buttons .is-reset {
  background: #888;
}

.seo-calc-buttons .is-reset:hover {
  background: #666;
}

.seo-calc-right h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--black);
}

.seo-calc-price {
  font-size: 48px;
  font-weight: 700;
  color: #8c0404;
  margin: 10px 0;
  font-family: var(--font-display);
}

.seo-calc-summary {
    color: #555 !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.seo-calc-right > p {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.seo-calc-audit-cta {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  display: none;
  background: #fff;
}

.seo-calc-audit-cta.is-visible {
  display: block;
}

.seo-calc-audit-cta h5 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--black);
  font-family: var(--wix-font-body);
  font-weight: 600;
}

.seo-calc-audit-cta p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.seo-calc-audit-btn {
  display: inline-block;
  background: #8c0404;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.25s ease;
}

.seo-calc-audit-btn:hover {
  background: #000;
}

/* ============ INCLUDED ============ */
.seo-calc-included {
    padding: 72px 0;
    color: #fff;
    background: linear-gradient(135deg, var(--red-bright) 0%, var(--red-dark) 100%);
}

.seo-calc-included .container {
    max-width: 1000px;
}

.seo-calc-included h2 {
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 1.2;
    color: #fff;
    text-align: left;
    margin-bottom: 36px;
    font-family: var(--wix-font-nuckle-regular);
}

.seo-calc-included h2 strong {
    font-weight: 700;
    font-family: var(--font-heading);
}

.seo-calc-included-grid {
  column-count: 3;
  column-gap: 15px;
}

.seo-calc-included-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 15px;
    color: var(--black);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin-bottom: 15px;

  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

@media (max-width: 767px) {
  .seo-calc-included-grid {
    column-count: 1;
  }
}

.seo-calc-included-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.seo-calc-included-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 12px;
  color: var(--black);
  font-family: var(--font-display);
  font-weight: 700;
}

.seo-calc-included-card p {
    font-size: 16px;
    line-height: 1.65;
    color: #333;
    margin: 0;
}

.seo-calc-included-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding-top: 8px;
}

.seo-calc-disclaimer {
    flex: 1 1 340px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

.seo-calc-disclaimer strong {
  font-weight: 700;
}

.seo-calc-cta-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    align-items: end;
}

.seo-calc-cta-pill {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 15px;
    background: #fff;
    color: var(--red);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: nowrap;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    width: max-content;
}

.seo-calc-cta-pill:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* ============ TRUST ============ */
.seo-calc-trust {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.seo-calc-trust h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--black);
  font-family: var(--wix-font-nuckle-regular);
}

.seo-calc-trust h2 strong {
      font-weight: 700;
    font-family: var(--font-heading);
}

.seo-calc-trust-lead {
  font-size: 17px;
  line-height: 1.65;
  color: #333;
  max-width: 760px;
  margin: 0 auto 40px;
}

.seo-calc-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
}

.seo-calc-trust-card {
    border: 1px solid #c93629;
    border-radius: 24px;
    padding: 32px 28px;
    background: #fff;
    transition: background 0.4s ease, transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.seo-calc-trust-card:hover {
  background: linear-gradient(90deg, #c93629 0%, #621c15 100%);
  border-color: #621c15;
  transform: scale(1.09);
  box-shadow: 0 16px 36px rgba(140, 4, 4, 0.28);
}

.seo-calc-trust-card .icon-wrap {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: #621c15;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    transition: background 0.35s ease, border-color 0.35s ease;
    border: 1px solid #fff;
}

.seo-calc-trust-card .icon-wrap img {
    width: 100%;
    height: 100%;
    padding: 11px;
    box-sizing: border-box;
    object-fit: contain;
    transition: filter 0.35s ease;
    filter: brightness(0) invert(1);
}



.seo-calc-trust-card h4,
.seo-calc-trust-card p {
  transition: color 0.35s ease;
}

.seo-calc-trust-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.seo-calc-trust-card p {
    font-size: 16px;
    line-height: 1.65;
    color: #000;
    margin: 0;
}

.seo-calc-trust-card:hover h4,
.seo-calc-trust-card:hover p {
  color: #fff;
}

/* ============ FAQ ============ */
.seo-calc-faq {
    padding: 80px 0;
    background: #f7f7f7;
}
.seo-calc-faq .container {
    max-width: 1000px;
}

.seo-calc-faq h2 {
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: left;
font-family: var(--wix-font-nuckle-regular);
}

.seo-calc-faq h2 strong {
    font-weight: 700;
    font-family: var(--font-heading);
}

.seo-calc-faq-lead {
    font-size: 20px;
    line-height: 1.65;
    color: #333;
    text-align: left;
    max-width: 720px;
    margin: 0 0 40px 0;
}

.seo-calc-faq-item {
    max-width: 920px;
    margin: 0 0 28px;
}

.seo-calc-faq-item:last-child {
  margin-bottom: 0;
}

.seo-calc-faq-item h3 {
    font-size: 18px;
    line-height: 1.45;
    color: var(--red);
    margin-bottom: 10px;
    font-family: var(--wix-font-body);
    font-weight: 600;
}

.seo-calc-faq-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .seo-calc-wrapper {
    flex-direction: column;
  }

  .seo-calc-left,
  .seo-calc-right {
    width: 100%;
  }

  .seo-calc-right {
    border-top: 1px solid #eee;
  }

  .seo-calc-included-grid {
    grid-template-columns: 1fr;
  }

  .seo-calc-trust-grid {
    grid-template-columns: 1fr;
  }

  .seo-calc-included-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .seo-calc-cta-group {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .seo-calc-hero,
  .seo-calc-intro,
  .seo-calc-widget,
  .seo-calc-included,
  .seo-calc-trust,
  .seo-calc-faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .seo-calc-left,
  .seo-calc-right {
    padding: 24px 20px;
  }

  .seo-calc-price {
    font-size: 36px;
  }

  .seo-calc-buttons {
    flex-direction: column;
  }
}
