/* ==========================================================================
   DrukPlus - Banery Landing Page Scoped Styles
   File: css/banery-page.css
   All selectors are isolated under .banner-page to avoid global side-effects.
   ========================================================================== */

/* Main Container & Base Settings */
.banner-page {
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #111111;
  background-color: #f8f9fa;
  margin-top: 100px; /* Offset for fixed header */
  padding-bottom: 60px;
  line-height: 1.5;
  box-sizing: border-box;
}

.banner-page *,
.banner-page *::before,
.banner-page *::after {
  box-sizing: border-box;
}

.banner-page__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Common Typography & Section Titles */
.banner-page__section {
  padding: 50px 0;
}

.banner-page__section--white {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  margin: 30px auto;
  padding: 50px 30px;
}

.banner-page__section-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 16px 0;
  line-height: 1.25;
}

.banner-page__section-subtitle {
  font-size: 18px;
  color: #555555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 36px auto;
  line-height: 1.6;
}

/* Smooth Scrolling Anchor Fix */
.banner-page__anchor {
  scroll-margin-top: 120px;
}

/* --------------------------------------------------------------------------
   1. Hero Section
   -------------------------------------------------------------------------- */
.banner-page__hero {
  padding: 40px 0 30px 0;
  text-align: center;
}

.banner-page__hero-badge {
  display: inline-block;
  background: rgba(252, 78, 86, 0.1);
  color: #fc4e56;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.banner-page__hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.2;
  margin: 0 0 20px 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.banner-page__hero-subtitle {
  font-size: 19px;
  color: #444444;
  max-width: 860px;
  margin: 0 auto 24px auto;
  line-height: 1.55;
}

.banner-page__hero-usp {
  display: inline-block;
  background: #ffffff;
  border: 2px solid #e9ecef;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  color: #fc4e56;
  margin-bottom: 32px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.banner-page__hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Buttons */
.banner-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 32px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
}

.banner-page__btn--primary {
  background: linear-gradient(90deg, #fc4e56, #ff974f);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(252, 78, 86, 0.3);
}

.banner-page__btn--primary:hover,
.banner-page__btn--primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(252, 78, 86, 0.45);
  outline: none;
}

.banner-page__btn--secondary {
  background-color: #ffffff;
  color: #1a1a2e;
  border: 2px solid #2676bb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.banner-page__btn--secondary:hover,
.banner-page__btn--secondary:focus-visible {
  background-color: #2676bb;
  color: #ffffff;
  transform: translateY(-2px);
  outline: none;
}

.banner-page__hero-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.banner-page__hero-feature {
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.banner-page__hero-feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #27c93f;
}

.banner-page__hero-feature-text {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
}

/* --------------------------------------------------------------------------
   2. "Що ми зробимо для вас" (Turnkey Services)
   -------------------------------------------------------------------------- */
.banner-page__services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.banner-page__service-card {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 20px;
  border: 1px solid #e9ecef;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.banner-page__service-icon-wrapper {
  width: 56px;
  height: 56px;
  background: rgba(38, 118, 187, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.banner-page__service-icon-svg {
  width: 30px;
  height: 30px;
  fill: #2676bb;
}

.banner-page__service-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px 0;
}

.banner-page__service-desc {
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* --------------------------------------------------------------------------
   3. Portfolio Grid & Lightbox
   -------------------------------------------------------------------------- */
.banner-page__portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.banner-page__portfolio-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.banner-page__portfolio-thumb-btn {
  position: relative;
  width: 100%;
  padding: 0;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  overflow: hidden;
  display: block;
  text-align: left;
}

.banner-page__portfolio-thumb-btn:focus-visible {
  outline: 3px solid #fc4e56;
  outline-offset: 2px;
}

.banner-page__portfolio-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.banner-page__portfolio-thumb-btn:hover .banner-page__portfolio-img {
  transform: scale(1.05);
}

.banner-page__portfolio-zoom-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.banner-page__portfolio-info {
  padding: 16px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-page__portfolio-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #2676bb;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.banner-page__portfolio-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin: 0;
  line-height: 1.4;
}

/* Lightbox Modal */
.banner-page__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.banner-page__lightbox--open {
  opacity: 1;
  visibility: visible;
}

.banner-page__lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.banner-page__lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-page__lightbox-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}

.banner-page__lightbox-close-btn:hover,
.banner-page__lightbox-close-btn:focus-visible {
  background: #fc4e56;
  outline: none;
}

.banner-page__lightbox-img {
  max-width: 85vw;
  max-height: 75vh;
  object-fit: contain;
  display: block;
}

.banner-page__lightbox-caption {
  padding: 16px 24px;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

/* --------------------------------------------------------------------------
   4. Pricing Section
   -------------------------------------------------------------------------- */
.banner-page__pricing-box {
  background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%);
  border: 2px solid #2676bb;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.banner-page__pricing-badge {
  display: inline-block;
  background: #2676bb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.banner-page__pricing-main-price {
  font-size: 32px;
  font-weight: 800;
  color: #fc4e56;
  margin-bottom: 16px;
}

.banner-page__pricing-text {
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------------------------
   5. Requirements Checklist ("Що потрібно для розрахунку")
   -------------------------------------------------------------------------- */
.banner-page__req-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.banner-page__req-item {
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  gap: 14px;
}

.banner-page__req-num {
  width: 32px;
  height: 32px;
  background: #2676bb;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.banner-page__req-text {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.banner-page__req-tip {
  background: rgba(38, 118, 187, 0.08);
  border-left: 4px solid #2676bb;
  padding: 16px 20px;
  border-radius: 0 12px 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
}

/* --------------------------------------------------------------------------
   6. Order Steps Timeline ("Як замовити банер")
   -------------------------------------------------------------------------- */
.banner-page__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.banner-page__step-card {
  background: #ffffff;
  padding: 24px 20px;
  border-radius: 18px;
  border: 1px solid #e9ecef;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.banner-page__step-badge {
  font-size: 14px;
  font-weight: 800;
  color: #fc4e56;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.banner-page__step-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px 0;
}

.banner-page__step-desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  margin: 0;
}

/* --------------------------------------------------------------------------
   7. Why DrukPlus ("Чому замовляють у DrukPlus")
   -------------------------------------------------------------------------- */
.banner-page__why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.banner-page__why-card {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.banner-page__why-check {
  width: 24px;
  height: 24px;
  color: #27c93f;
  flex-shrink: 0;
}

.banner-page__why-text {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
}

/* --------------------------------------------------------------------------
   8. Materials & Processing Cards
   -------------------------------------------------------------------------- */
.banner-page__materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.banner-page__material-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.banner-page__material-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px 0;
}

.banner-page__material-desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* --------------------------------------------------------------------------
   9. FAQ Accordion (<details> / <summary>)
   -------------------------------------------------------------------------- */
.banner-page__faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.banner-page__faq-item {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s ease;
}

.banner-page__faq-item[open] {
  border-color: #2676bb;
}

.banner-page__faq-question {
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.banner-page__faq-question::-webkit-details-marker {
  display: none;
}

.banner-page__faq-question::after {
  content: '▼';
  font-size: 12px;
  color: #2676bb;
  transition: transform 0.25s ease;
  margin-left: 16px;
}

.banner-page__faq-item[open] .banner-page__faq-question::after {
  transform: rotate(180deg);
}

.banner-page__faq-answer {
  padding: 0 24px 20px 24px;
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
}

.banner-page__faq-answer p {
  margin: 0;
}

/* --------------------------------------------------------------------------
   10. Final Call-to-Action & Calculation Form
   -------------------------------------------------------------------------- */
.banner-page__calc-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #e9ecef;
  max-width: 960px;
  margin: 0 auto;
}

.banner-page__messengers-grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.banner-page__messenger-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 48px;
}

.banner-page__messenger-card:hover,
.banner-page__messenger-card:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.banner-page__messenger-card--telegram {
  background-color: #24A1DE;
  box-shadow: 0 4px 15px rgba(36, 161, 222, 0.3);
}

.banner-page__messenger-card--viber {
  background-color: #7360F2;
  box-shadow: 0 4px 15px rgba(115, 96, 242, 0.3);
}

.banner-page__messenger-card--whatsapp {
  background-color: #25D366;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.banner-page__messenger-card--phone {
  background-color: #1a1a2e;
  box-shadow: 0 4px 15px rgba(26, 26, 46, 0.3);
}

.banner-page__messenger-icon {
  width: 22px;
  height: 22px;
}

/* Form Controls */
.banner-page__form-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 24px 0;
}

.banner-page__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner-page__form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.banner-page__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.banner-page__form-label {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}

.banner-page__form-input,
.banner-page__form-select,
.banner-page__form-textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-family: inherit;
  border: 1.5px solid #dcdcdc;
  border-radius: 12px;
  background-color: #ffffff;
  color: #111111;
  transition: border-color 0.2s;
  min-height: 48px;
}

.banner-page__form-textarea {
  min-height: 90px;
  resize: vertical;
}

.banner-page__form-input:focus,
.banner-page__form-select:focus,
.banner-page__form-textarea:focus {
  border-color: #fc4e56;
  outline: none;
  box-shadow: 0 0 0 3px rgba(252, 78, 86, 0.15);
}

/* Form Status Messages */
.banner-page__form-status {
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  display: none;
  text-align: center;
}

.banner-page__form-status--success {
  background-color: #e6f9ed;
  color: #0e8335;
  border: 1px solid #a3e8b7;
}

.banner-page__form-status--error {
  background-color: #fde8e8;
  color: #c81e1e;
  border: 1px solid #f8b4b4;
}

/* Hidden Honeypot Input */
.banner-page__honeypot {
  display: none !important;
  opacity: 0;
  position: absolute;
  left: -9999px;
}

/* --------------------------------------------------------------------------
   Responsive Layouts for Mobile (360px - 430px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .banner-page {
    margin-top: 80px;
  }
  
  .banner-page__section {
    padding: 36px 0;
  }

  .banner-page__section--white {
    padding: 30px 16px;
    margin: 20px 0;
    border-radius: 16px;
  }

  .banner-page__hero-title {
    font-size: 28px;
  }

  .banner-page__hero-subtitle {
    font-size: 16px;
  }

  .banner-page__hero-usp {
    font-size: 15px;
    padding: 10px 16px;
  }

  .banner-page__section-title {
    font-size: 24px;
  }

  .banner-page__section-subtitle {
    font-size: 15px;
  }

  .banner-page__btn {
    width: 100%;
    min-height: 48px;
  }

  .banner-page__hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .banner-page__portfolio-grid {
    grid-template-columns: 1fr;
  }

  .banner-page__portfolio-img {
    height: 220px;
  }

  .banner-page__calc-box {
    padding: 24px 16px;
  }

  .banner-page__messenger-card {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .banner-page__container {
    padding: 0 12px;
  }

  .banner-page__hero-title {
    font-size: 24px;
  }

  .banner-page__hero-feature {
    padding: 12px;
  }
}

/* --------------------------------------------------------------------------
   Scenario Division Cards (Section 3)
   -------------------------------------------------------------------------- */
.banner-page__scenarios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.banner-page__scenario-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  border: 2px solid #e9ecef;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.banner-page__scenario-card:hover {
  transform: translateY(-4px);
  border-color: #2676bb;
  box-shadow: 0 12px 36px rgba(38, 118, 187, 0.12);
}

.banner-page__scenario-card--accent:hover {
  border-color: #fc4e56;
  box-shadow: 0 12px 36px rgba(252, 78, 86, 0.15);
}

.banner-page__scenario-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
  width: fit-content;
}

.banner-page__scenario-badge--blue {
  background: rgba(38, 118, 187, 0.1);
  color: #2676bb;
}

.banner-page__scenario-badge--red {
  background: rgba(252, 78, 86, 0.1);
  color: #fc4e56;
}

.banner-page__scenario-title {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 14px 0;
}

.banner-page__scenario-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  margin: 0 0 12px 0;
}

.banner-page__scenario-subtext {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 10px;
  border-left: 3px solid #2676bb;
  margin-bottom: 24px;
}

.banner-page__scenario-btn {
  width: 100%;
  margin-top: auto;
}

/* --------------------------------------------------------------------------
   Case Flow Block (Section 6: "Від матеріалів клієнта до готового банера")
   -------------------------------------------------------------------------- */
.banner-page__case-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.banner-page__case-step {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 22px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.banner-page__case-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 14px;
}

.banner-page__case-num--received {
  background: rgba(38, 118, 187, 0.12);
  color: #2676bb;
}

.banner-page__case-num--prepared {
  background: rgba(252, 78, 86, 0.12);
  color: #fc4e56;
}

.banner-page__case-num--result {
  background: rgba(39, 201, 63, 0.15);
  color: #1e9930;
}

.banner-page__case-title {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 10px 0;
}

.banner-page__case-desc {
  font-size: 15px;
  color: #555555;
  line-height: 1.55;
  margin: 0;
}

.banner-page__case-arrow {
  font-size: 28px;
  color: #2676bb;
  font-weight: 700;
  user-select: none;
}

@media (max-width: 860px) {
  .banner-page__case-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .banner-page__case-arrow {
    transform: rotate(90deg);
    margin: 4px auto;
  }
}

/* --------------------------------------------------------------------------
   SEO Text Block (Section 11)
   -------------------------------------------------------------------------- */
.banner-page__seo-block {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #e9ecef;
  margin-top: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.banner-page__seo-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px 0;
}

.banner-page__seo-text p {
  font-size: 15px;
  color: #555555;
  line-height: 1.65;
  margin-bottom: 14px;
}

.banner-page__seo-text p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Before / After Banner Renewal Section
   -------------------------------------------------------------------------- */
.banner-renewal-section {
  padding: 50px 0;
}

.banner-renewal-container {
  max-width: 900px;
  margin: 0 auto;
}

.banner-renewal-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1024 / 512;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  border: 1px solid #e9ecef;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
  --position: 50%;
  background-color: #e9ecef;
  outline: none;
  transition: box-shadow 0.25s ease;
}

.banner-renewal-slider:focus-visible {
  box-shadow: 0 0 0 3px rgba(252, 78, 86, 0.5), 0 12px 36px rgba(0, 0, 0, 0.15);
}

.banner-renewal-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.banner-renewal-layer--after {
  z-index: 1;
}

.banner-renewal-layer--before {
  z-index: 2;
  clip-path: polygon(0 0, var(--position, 50%) 0, var(--position, 50%) 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, var(--position, 50%) 0, var(--position, 50%) 100%, 0 100%);
}

.banner-renewal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.banner-renewal-badge {
  position: absolute;
  top: 16px;
  z-index: 3;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.banner-renewal-badge--before {
  left: 16px;
  background: rgba(26, 26, 46, 0.85);
  color: #ffffff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.banner-renewal-badge--after {
  right: 16px;
  background: rgba(252, 78, 86, 0.9);
  color: #ffffff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.banner-renewal-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position, 50%);
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.banner-renewal-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.banner-renewal-thumb {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a2e;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.banner-renewal-slider:hover .banner-renewal-thumb {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.banner-renewal-hint {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 14px;
  margin-bottom: 0;
}

.banner-renewal-cta {
  margin-top: 36px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #e9ecef;
}

.banner-renewal-cta-text {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  max-width: 650px;
  margin: 0 auto 20px auto;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .banner-renewal-section {
    padding: 36px 0;
  }
  .banner-renewal-slider {
    border-radius: 14px;
  }
  .banner-renewal-badge {
    top: 10px;
    padding: 4px 10px;
    font-size: 11px;
  }
  .banner-renewal-badge--before {
    left: 10px;
  }
  .banner-renewal-badge--after {
    right: 10px;
  }
  .banner-renewal-thumb {
    width: 38px;
    height: 38px;
  }
  .banner-renewal-thumb svg {
    width: 16px;
    height: 16px;
  }
  .banner-renewal-cta {
    margin-top: 24px;
    padding: 24px 16px;
    border-radius: 16px;
  }
  .banner-renewal-cta-text {
    font-size: 16px;
  }
}


