/* ══════════════════════════════════════════════════════════════
   Paid Hero Section — extracted from paid-pages.css
   ══════════════════════════════════════════════════════════════ */

/* ── Intro layout ─────────────────────────────────────────── */
.section-intro-paid .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  padding-top: 34px;
  gap: 0;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-intro-paid .hero-rating-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.section-intro-paid .container .info h1 {
  margin-bottom: 20px;
}

/* ── Hero Price Block ─────────────────────────────────────── */
.hero-paid-price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.hero-paid-price-block-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-paid-price-currency {
  font-family: "Montserrat", "Rubik", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #051634;
}

.hero-paid-price-amount {
  font-family: "Reaktif", "Montserrat", "Rubik", sans-serif;
  color: #051634;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.hero-paid-price-note {
  font-family: "Montserrat", "Rubik", sans-serif;
  color: #051634;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align-last: left;
  height: 100%;
  display: flex;
  align-items: center;
}

.section-intro-paid .bottom-info {
  margin-top: 0;
}

/* ── WhatsApp Button ──────────────────────────────────────── */
.hero-paid-price-block-wa-btn-wrap {
  width: 100%;
  max-width: 500px;
}

.hero-paid-price-block-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 94px;
  border-radius: 18px;
  background: #2ab200;
  font-family: "Montserrat", "Rubik", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  transition: background 0.2s ease;
}

.hero-paid-price-block-wa-btn:hover {
  background: #1eb352;
}

.hero-paid-price-block-wa-btn svg {
  flex-shrink: 0;
}

/* ── Price Link ───────────────────────────────────────────── */
.hero-paid-price-block-link-wrap {
  text-align: center;
}

.hero-paid-price-block-link {
  font-family: "Montserrat", "Rubik", sans-serif;
  color: #6a2135;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.hero-paid-price-block-link:hover {
  opacity: 0.7;
}

/* ══════════════════════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════════════════════ */

/* ── Tablet small (max 991px) ─────────────────────────────── */
@media (max-width: 991px) {
  .hero-paid-price-amount {
    font-size: 64px;
  }

  .hero-paid-price-block-wa-btn {
    height: 56px;
    font-size: 16px;
  }
}

/* ── Mobile (max 768px) ───────────────────────────────────── */
@media (max-width: 768px) {
  .hero-paid-price-block {
    gap: 20px;
    margin-top: 20px;
  }

  .hero-paid-price-block-top {
    flex-direction: row;
    gap: 8px;
  }

  .hero-paid-price-currency {
    font-size: 18px;
  }

  .hero-paid-price-amount {
    font-size: 52px;
  }

  .hero-paid-price-note {
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
    text-align-last: center;
  }

  .hero-paid-price-block-wa-btn-wrap {
    max-width: 100%;
  }

  .hero-paid-price-block-wa-btn {
    height: 52px;
    font-size: 15px;
    border-radius: 16px;
  }

  .hero-paid-price-block-link {
    font-size: 14px;
  }

  .section-intro.section-intro-paid .info {
    padding-bottom: 30px;
  }
}

/* ── Mobile (max 768px) ───────────────────────────────────── */
@media (max-width: 768px) {
  .title-and-cards-paid .cards-wrapper.cards-count-2 .card-elem,
  .title-and-cards-paid .cards-wrapper.cards-count-3 .card-elem,
  .title-and-cards-paid .cards-wrapper.cards-count-4 .card-elem {
    width: 100%;
  }

  .hero-paid-price-block {
    gap: 20px;
    margin-top: 20px;
  }

  .hero-paid-price-block-top {
    flex-direction: row;
    gap: 8px;
  }

  .hero-paid-price-currency {
    font-size: 18px;
  }

  .hero-paid-price-amount {
    font-size: 52px;
  }

  .hero-paid-price-note {
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
    text-align-last: center;
  }

  .hero-paid-price-block-wa-btn-wrap {
    max-width: 100%;
  }

  .hero-paid-price-block-wa-btn {
    height: 52px;
    font-size: 15px;
    border-radius: 16px;
  }

  .hero-paid-price-block-link {
    font-size: 14px;
  }

  .section-intro.section-intro-paid .info {
    padding-bottom: 30px;
  }

  /* ── Info Block ──────────────────────────────────────────── */
  .title-and-cards .info-block {
    padding: 20px 24px;
    border-radius: 16px;
  }

  .info-block-header {
    gap: 12px;
  }

  .info-block-icon {
    width: 28px;
    height: 28px;
  }

  .info-block-icon svg {
    width: 28px;
    height: 28px;
  }

  .info-block-title {
    font-size: 15px;
    padding-top: 2px;
  }

  .info-block-list {
    padding-left: 40px;
    margin-top: 16px;
    gap: 6px;
  }

  .info-block-list-item {
    font-size: 14px;
  }

  /* ── How We Work Sticky ──────────────────────────────────── */
  .section-how-we-work-sticky {
    padding: 40px 0;
  }

  .how-we-work-sticky-right {
    gap: 60px;
  }

  .section-how-we-work-sticky .step-item {
    padding-left: 40px;
  }

  .section-how-we-work-sticky .step-item:before,
  .section-how-we-work-sticky .step-item:after {
    width: 56px;
    height: 56px;
    left: -28px;
    top: -16px;
  }

  .section-how-we-work-sticky .step-item:before {
    font-size: 28px;
    left: -27px;
  }

  .how-we-work-sticky-wa-btn {
    height: 52px;
    font-size: 15px;
    border-radius: 16px;
  }

  .section-pricing-card {
    padding: 40px 0;
  }

  .section-pricing-card > .container {
    padding: 32px 20px;
    border-radius: 24px;
  }

  .pricing-card-amount {
    font-size: 48px;
  }

  .pricing-card-main {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .pricing-card-includes {
    display: none;
  }

  .pricing-card-includes-list--mobile {
    display: flex;
  }

  /* ── Why Us Paid ─────────────────────────────────────────── */
  .section-why-us-paid {
    padding: 40px 0;
  }

  .why-us-paid-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-us-paid-main {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .why-us-paid-card {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .why-us-paid-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }

  .why-us-paid-icon img {
    width: 24px;
    height: 24px;
  }

  /* ── Result Tabs ────────────────────────────────────────── */
  .section-result-tabs {
    padding: 40px 0;
  }

  .result-tabs-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .result-tabs-image {
    order: -1;
  }

  .result-tabs-nav-btn {
    padding: 12px 16px;
    font-size: 13px;
    gap: 8px;
  }

  /* ── Where We Operate ───────────────────────────────────── */
  .section-where-we-operate {
    padding: 40px 0;
  }

  .where-we-operate-card {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .where-we-operate-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .where-we-operate-image {
    order: -1;
  }

  .section-intro.section-intro-paid .hero-rating-wrapper {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .section-intro.section-intro-paid .info h1 {
    text-align: left;
    margin-bottom: 16px;
  }

  .section-intro.section-intro-paid .info p {
    order: 0;
    text-align: left;
  }

  .section-intro.section-intro-paid .hero-paid-price-block-top {
    justify-content: flex-start;
    width: 100%;
  }

  .section-intro.section-intro-paid .hero-paid-price-block-top {
    align-items: center;
  }

  .section-intro.section-intro-paid .hero-paid-price-amount {
    font-size: 28px;
  }

  .section-intro.section-intro-paid .hero-paid-price-currency {
    font-size: 16px;
  }

  .section-intro.section-intro-paid .hero-paid-price-note {
    font-size: 14px;
  }

  .section-intro.section-intro-paid .hero-paid-price-currency {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .section-intro.section-intro-paid .hero-paid-price-note {
    text-align: left;
    text-align-last: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: initial;
    height: auto;
    margin-bottom: 10px;
  }

  .section-intro.section-intro-paid .hero-paid-price-block-wa-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .section-intro.section-intro-paid .hero-paid-price-block-link {
    font-size: 16px;
  }

  .section-intro.section-intro-paid .hero-paid-price-note {
  }

  .section-intro.section-intro-paid {
    padding-top: 40px !important;
  }

  .title-and-cards .card-elem .info-elem h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .title-and-cards-paid .card-elem .paragraph-1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .where-we-operate-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
  }

  .h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    display: block;
    width: 100%;
  }

  .title-and-cards-paid .container {
    gap: 20px;
  }

  .title-and-cards-paid .card-elem .image-item {
    display: none;
  }

  .title-and-cards-paid .card-elem .info-elem .icon-item {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #6a2135;
    margin-bottom: 12px;
  }

  .title-and-cards .card-elem img {
    width: 24px;
    height: 24px;
    position: static;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
  }

  .title-and-cards .cards-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .title-and-cards {
    padding-bottom: 0px;
  }

  .how-we-work-sticky-desc {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    width: 100%;
    margin-bottom: 12px;
  }

  .how-we-work-sticky-card {
    gap: 0px;
  }

  .how-we-work-sticky-card .h2 {
    margin-bottom: 24px;
  }

  .how-we-work-sticky-card .how-we-work-sticky-subtitle {
    margin-bottom: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: left;
    width: 100%;
  }

  .section-how-we-work-sticky .step-item {
    gap: 8px;
  }

  .section-how-we-work-sticky .step-item h3 {
    font-size: 18px;
    line-height: 120%;
  }

  .section-how-we-work-sticky .step-item p {
    font-size: 16px;
    line-height: 160%;
  }

  .section-how-we-work-sticky .step-item:before {
    font-size: 28px;
    left: 0px;
  }

  .step-item:before,
  .section-how-we-work-sticky .step-item:after {
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
  }

  .section-how-we-work-sticky .timeline-line-second-type .line {
    left: 0;
  }

  .section-how-we-work-sticky .step-item {
    padding-left: 50px;
  }

  .section-how-we-work-sticky .step-item:before,
  .section-how-we-work-sticky .step-item:after {
    width: 40px;
    height: 40px;
    top: 0;
    font-size: 24px;
    left: 0px;
  }

  .section-how-we-work-sticky .timeline-line-second-type {
    left: 20px;
  }

  .section-how-we-work-sticky .timeline-line-second-type {
    top: 0px;
    height: calc(100% - 102px);
  }

  .section-how-we-work-sticky .timeline-line-second-type .line {
    max-height: 100% !important;
  }

  .pricing-card-header {
    text-align: left;
  }

  .pricing-card-subtitle {
    font-size: 16px;
    line-height: 160%;
  }

  .pricing-card-body {
    width: 100%;
    border-radius: 20px;
    background: #f9f6f2;
  }

  .pricing-card-includes-item {
    color: #051634;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }

  .pricing-card-includes-item svg path {
    stroke: #6a2135;
  }

  .pricing-card-includes-list {
    gap: 12px;
  }

  .pricing-card-layout .pricing-card-price {
    margin-bottom: 26px;
  }

  .page-template-paid .section-testimonials {
    padding-top: 0;
  }

  .why-us-paid-main-image {
    display: none;
  }

  .page-template-paid .faq h2 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 28px;
  }

  .pricing-card-desc {
    display: none;
  }

  .result-tabs-image.result-tabs-image--top {
    display: none;
  }

  .result-tabs-label {
    order: 1;
  }

  .result-tabs-title {
    order: 2;
    font-size: 28px;
  }

  .result-tabs-desc {
    order: 3;
    font-size: 16px;
  }

  .result-tabs-image {
    order: 4;
  }

  .result-tabs-nav {
    order: 5;
  }

  .result-tabs-panels {
    order: 6;
  }

  .result-tabs-panel.active {
    font-size: 16px;
  }

  .result-tabs-content {
    min-width: 0;
  }

  .result-tabs-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    min-width: 0;
  }

  .result-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .result-tabs-nav-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    width: max-content;
  }

  .info-block-title strong {
    font-size: 16px;
  }

  .pricing-card-includes-list--mobile {
    margin-bottom: 24px;
  }

  .section-why-us-paid {
    padding-top: 0;
  }

  .section-why-us-paid .why-us-paid-layout {
    gap: 20px;
  }

  .section-why-us-paid .why-us-paid-main {
    padding: 24px 20px;
  }

  .section-why-us-paid .why-us-paid-card {
    padding: 24px 20px;
  }

  .section-why-us-paid .why-us-paid-icon {
    width: 40px;
    height: 40px;
  }

  .result-tabs-panel {
    margin-bottom: 0;
  }

  .page-template-accounting-and-bookkeeping-services .section-testimonials {
    padding-top: 40px;
  }

  .page-template-accounting-and-bookkeeping-services
    .section-testimonials
    .section-title,
  .page-template-accounting-and-bookkeeping-services
    .section-testimonials
    .section-subtitle {
    text-align: left;
    width: 100%;
  }

  .page-template-accounting-and-bookkeeping-services
    .section-testimonials
    .section-subtitle
    br {
    display: none;
  }

  .page-template-accounting-and-bookkeeping-services .section-why-us-paid {
    padding-bottom: 0;
  }

  .page-template-accounting-and-bookkeeping-services
    .section-why-us-paid
    .why-us-paid-layout {
    gap: 20px;
  }

  .page-template-accounting-and-bookkeeping-services
    .section-why-us-paid
    .why-us-paid-main {
    padding: 24px 20px;
  }

  .page-template-accounting-and-bookkeeping-services .section-pricing-card {
    padding-bottom: 0;
  }

  .page-template-accounting-and-bookkeeping-services .section-intro .info {
    width: 100%;
  }
}

/* ── Small mobile (max 480px) ─────────────────────────────── */
@media (max-width: 480px) {
  .hero-paid-price-amount {
    font-size: 44px;
  }

  .hero-paid-price-currency {
    font-size: 16px;
  }

  .hero-paid-price-note {
    font-size: 13px;
  }
}
