/* BRAND OFF 統合LP - メインスタイル */

/* ==========================================
   カテゴリ別表示制御
   ========================================== */

/* デフォルトは全カテゴリ表示 */
.category-section {
  display: block;
}

/* カテゴリフィルター有効時 */
body[data-category="metal"] .category-section:not([data-categories*="metal"]),
body[data-category="watch"] .category-section:not([data-categories*="watch"]),
body[data-category="bag"] .category-section:not([data-categories*="bag"]) {
  display: none;
}

/* ==========================================
   キャンペーンスライダー
   ========================================== */

.campaign-slider {
  position: relative;
  width: 100%;
  padding: 15px 0 5px;
}

.campaign-slider .section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.campaign-swiper {
  width: 100%;
  position: relative;
}

.campaign-slider .swiper {
  width: 100%;
}

.campaign-slider .swiper-slide {
  line-height: 0;
}

.campaign-slider .swiper-button-next,
.campaign-slider .swiper-button-prev {
  color: #c8102e;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.campaign-slider .swiper-button-next::after,
.campaign-slider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
}

.campaign-slider .swiper-pagination {
  bottom: 10px;
}

.campaign-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 12px;
  height: 12px;
  padding: 12px;
  background-clip: content-box;
  box-sizing: content-box;
  cursor: pointer;
}

.campaign-slider .swiper-pagination-bullet-active {
  background: #c8102e;
  opacity: 1;
}

/* ==========================================
   タブUI共通スタイル
   ========================================== */

/* Pricing Tabs */
.pricing-tabs-container {
  background: #f8f8f8;
  padding: 20px 15px;
}

.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.pricing-tab {
  flex: 1;
  min-width: 150px;
  padding: 15px 20px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.pricing-tab:hover {
  border-color: #c8102e;
  background: #fff5f5;
}

.pricing-tab.active {
  border-color: #c8102e;
  background: linear-gradient(135deg, #c8102e, #a01830);
  color: #fff;
}

.pricing-content-wrapper {
  background: #fff;
}

.pricing-content {
  display: none;
}

.pricing-content.active {
  display: block;
}

/* Examples Tabs */
.examples-notice {
  text-align: center;
  max-width: 800px;
  margin: 20px auto 25px;
  padding: 0 20px;
}

.examples-notice .notice-highlight {
  font-size: 16px;
  font-weight: 700;
  color: #c8102e;
  margin-bottom: 10px;
  line-height: 1.6;
}

.examples-notice .notice-text {
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.examples-tabs-container {
  background: #f8f8f8;
  padding: 20px 15px;
}

.examples-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.examples-tab {
  flex: 1;
  min-width: 120px;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.examples-tab:hover {
  border-color: #c8102e;
  background: #fff5f5;
}

.examples-tab.active {
  border-color: #c8102e;
  background: linear-gradient(135deg, #c8102e, #a01830);
  color: #fff;
}

.examples-content-wrapper {
  background: #fff;
}

.examples-content {
  display: none;
}

.examples-content.active {
  display: block;
}

.example-item {
  width: 100%;
  line-height: 0;
}

/* Flow Tabs (既存と同じ) */
.flow-tabs-container {
  background: #f8f8f8;
  padding: 20px 15px;
}

.flow-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}

.flow-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.flow-tab:hover {
  border-color: #c9a84c;
  background: #fffbf0;
}

.flow-tab.active {
  border-color: #c9a84c;
  background: linear-gradient(135deg, #c9a84c, #e8d59a);
  color: #fff;
}

.tab-icon {
  font-size: 24px;
}

.flow-content-wrapper {
  background: #fff;
}

.flow-content {
  display: none;
}

.flow-content.active {
  display: block;
}

.flow-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* ==========================================
   Reviews Section
   ========================================== */

.reviews-more-container {
  background: linear-gradient(135deg, #f8f8f8, #e8e8e8);
  padding: 20px;
  text-align: center;
  line-height: 1.5;
}

.reviews-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #4285f4, #3367d6);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(66, 133, 244, .4);
  transition: transform .2s, box-shadow .2s;
}

.reviews-more-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(66, 133, 244, .5);
}

/* ==========================================
   Store Info Section
   ========================================== */

.store-info-section {
  background: linear-gradient(180deg, #fff, #faf9f7);
  padding: 60px 20px;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

.store-info-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.store-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.store-section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #c9a84c, #e8d59a, #c9a84c);
}

.store-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.store-details {
  flex: 1;
}

.store-info-section .store-name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #c9a84c;
}

.store-info-list {
  margin-bottom: 20px;
}

.store-info-list p {
  font-size: 15px;
  color: #555;
  margin: 12px 0;
  line-height: 1.6;
}

.store-info-section .info-label {
  display: inline-block;
  width: 80px;
  font-weight: 700;
  color: #333;
}

.store-info-section .store-phone a {
  font-size: 22px;
  font-weight: 700;
  color: #c41e3a;
  text-decoration: none;
}

.store-info-section .store-phone a:hover {
  text-decoration: underline;
}

.store-info-section .store-access {
  background: #fff;
  border: 2px solid #c9a84c;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 20px 0;
}

.store-info-section .access-highlight {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.store-info-section .access-detail {
  font-size: 14px;
  color: #555;
  margin: 10px 0 0 0;
  line-height: 1.6;
}

.store-info-section .access-detail strong {
  color: #c8102e;
  font-weight: 700;
}

.store-info-section .access-note {
  font-size: 12px;
  color: #888;
}

/* ========================================
   口コミテキストカード（SEO対策）
   ======================================== */
.reviews-text-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  padding: 20px 15px;
  background: #fafafa;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-left: 4px solid #c9a84c;
}

.review-stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 10px 0;
}

.review-text strong {
  color: #c8102e;
  font-weight: 600;
}

.review-author {
  font-size: 12px;
  color: #888;
  margin: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .reviews-text-container {
    grid-template-columns: 1fr;
    padding: 15px 10px;
    gap: 12px;
  }
  
  .review-card {
    padding: 15px;
  }
  
  .review-text {
    font-size: 13px;
  }
}

/* ========================================
   買取事例・買取方法タブ連動の口コミ
   ======================================== */
.examples-reviews-container {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
}

.examples-reviews-container .example-review {
  display: none;
  background: linear-gradient(135deg, #fefefe, #f9f9f9);
  border-radius: 10px;
  padding: 15px 20px;
  border-left: 4px solid #c9a84c;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  line-height: 1.5;
}

.examples-reviews-container .example-review.active {
  display: block;
}

.example-review-stars {
  display: block;
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.example-review-text {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 8px 0;
}

.example-review-text strong {
  color: #c8102e;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #fff3cd 60%);
}

.example-review-author {
  display: block;
  font-size: 11px;
  color: #888;
  margin: 0;
  text-align: right;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .examples-reviews-container {
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .examples-reviews-container .example-review {
    padding: 12px 15px;
  }
  
  .example-review-stars {
    font-size: 12px;
  }
  
  .example-review-text {
    font-size: 12px;
    line-height: 1.6;
  }
  
  .example-review-author {
    font-size: 10px;
  }
}

.store-info-section .free-notice {
  font-size: 18px;
  font-weight: 700;
  color: #c41e3a;
  text-align: center;
  margin-top: 20px;
  padding: 12px;
  background: #fff5f5;
  border-radius: 8px;
}

.store-map-area {
  flex: 1;
  max-width: 450px;
}

.store-note {
  font-size: 12px;
  color: #555;
  text-align: center;
  margin-top: 30px;
  padding: 15px 20px;
  background: #f9f9f9;
  border-radius: 6px;
  line-height: 1.8;
}

/* Campaign Details */
.campaign-details {
  margin-top: 40px;
  padding: 30px;
  background: #fffbf0;
  border: 2px solid #c9a84c;
  border-radius: 8px;
}

.campaign-details-title {
  font-size: 20px;
  font-weight: 700;
  color: #c8102e;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e8d59a;
}

.campaign-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.campaign-details-list li {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.campaign-details-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #c8102e;
  font-weight: 700;
}

.campaign-details-list li:last-child {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 600;
  color: #c8102e;
}

.store-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: transform .2s, box-shadow .2s;
  min-width: 220px;
}

.store-btn-line {
  background: linear-gradient(135deg, #06C755, #05a045);
  color: #fff;
  box-shadow: 0 4px 15px rgba(6, 199, 85, .3);
}

.store-btn-line:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6, 199, 85, .4);
}

.store-btn-map {
  background: linear-gradient(135deg, #4285F4, #3367D6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(66, 133, 244, .3);
}

.store-btn-map:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(66, 133, 244, .4);
}

/* ==========================================
   Mobile Responsive
   ========================================== */

@media (max-width: 767px) {
  /* Campaign Slider */
  .campaign-slider {
    padding: 10px 0 5px;
  }

  .campaign-slider .section-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .campaign-slider .swiper {
    /* aspect-ratio removed - use natural image size */
  }

  .campaign-slider .swiper-button-next,
  .campaign-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  .campaign-slider .swiper-button-next::after,
  .campaign-slider .swiper-button-prev::after {
    font-size: 16px;
  }

  /* Examples Notice */
  .examples-notice .notice-highlight {
    font-size: 14px;
  }

  .examples-notice .notice-text {
    font-size: 10px;
  }

  /* Tabs */
  .pricing-tabs, .examples-tabs {
    flex-direction: column;
    gap: 8px;
  }

  .pricing-tab, .examples-tab {
    width: 100%;
    min-width: auto;
  }

  .flow-tabs {
    flex-direction: column;
    gap: 8px;
  }

  .flow-tab {
    flex-direction: row;
    justify-content: center;
    padding: 12px 15px;
  }

  .tab-icon {
    font-size: 20px;
  }

  .flow-image {
    aspect-ratio: 9/16;
  }

  /* Store Info */
  .store-info-section {
    padding: 30px 12px 80px;
    overflow-x: hidden;
  }

  .store-info-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .store-section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .store-content-wrapper {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .store-details {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .store-info-section .store-name {
    font-size: 16px;
    text-align: center;
    word-break: break-word;
  }

  .store-info-list {
    width: 100%;
  }

  .store-info-list p {
    font-size: 13px;
    margin: 10px 0;
  }

  .store-info-section .info-label {
    display: block;
    width: auto;
    margin-bottom: 2px;
    font-size: 12px;
  }

  .store-info-section .store-phone a {
    font-size: 20px;
  }

  .store-info-section .store-access {
    padding: 12px 15px;
    margin: 15px 0;
  }

  .store-info-section .access-highlight {
    font-size: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .store-info-section .access-detail {
    font-size: 12px;
    text-align: center;
  }

  .store-info-section .free-notice {
    font-size: 14px;
    padding: 10px;
  }

  .store-map-area {
    max-width: 100%;
    width: 100%;
  }

  .store-map-area iframe {
    height: 180px;
  }

  .store-cta-buttons {
    display: none !important;
  }

  /* Campaign Details */
  .campaign-details {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .campaign-details-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }

  .campaign-details-list li {
    font-size: 12px;
    margin-bottom: 8px;
    padding-left: 15px;
  }

  .reviews-more-button {
    font-size: 14px;
    padding: 14px 24px;
    width: 100%;
    max-width: 320px;
  }
}

/* ==========================================
   Desktop
   ========================================== */

@media (min-width: 1024px) {
  .lp-container {
    box-shadow: 0 0 40px rgba(0, 0, 0, .08);
  }

  body {
    background: #f5f5f5;
  }
}

/* ==========================================
   Focus & Accessibility
   ========================================== */

.nav-menu a:focus,
.nav-menu button:focus,
.cta-button:focus,
.reviews-more-button:focus,
.pricing-tab:focus,
.examples-tab:focus,
.flow-tab:focus,
.store-btn:focus {
  outline: 3px solid #4285f4;
  outline-offset: 2px;
}

/* ==========================================
   Reduced Motion
   ========================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cta-button,
  .nav-menu a,
  .nav-menu button,
  .reviews-more-button,
  .store-btn,
  .pricing-tab,
  .examples-tab,
  .flow-tab {
    transition: none;
  }

  .swiper {
    --swiper-navigation-transition: none;
  }
}

/* ==========================================
   Print Styles
   ========================================== */

@media print {
  .header-nav,
  .floating-cta,
  .reviews-more-container,
  .pricing-tabs-container,
  .examples-tabs-container,
  .flow-tabs-container,
  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  body {
    padding: 0;
    background: #fff;
  }

  .lp-container {
    margin-top: 0;
    box-shadow: none;
  }
}

/* ==========================================
   Tab Slider (タブ付きスライダー)
   ========================================== */

.tab-slider-section {
  max-width: var(--max-width);
  margin: 15px auto;
  padding: 0;
}

.tab-slider-section .section-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 10px;
  color: #c8102e;
}

.tab-slider-section .section-subtitle {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 8px;
  color: #555;
  line-height: 1.5;
  max-width: 800px;
  padding: 8px 15px;
  background: linear-gradient(135deg, #fff8f0, #fff);
  border-left: 3px solid #c8102e;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.tab-slider-section .section-notice {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 8px;
  padding: 0 10px;
}

.tab-slider-section .notice-highlight {
  font-size: 14px;
  font-weight: 700;
  color: #c8102e;
  margin-bottom: 4px;
}

.tab-slider-section .notice-text {
  font-size: 11px;
  color: #666;
}

/* スライダー本体 */
.tab-slider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tab-slider-wrapper .swiper {
  width: 100%;
  order: 2;
}

.tab-slider-wrapper .swiper-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.tab-slider-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.tab-slider-wrapper .swiper-slide picture {
  display: block;
  width: 100%;
  line-height: 0;
}

.tab-slider-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* タブナビゲーション - 6項目1行対応 */
.tab-slider-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 10px 5px;
  background: #f8f8f8;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  order: 1;
}

.tab-slider-nav::-webkit-scrollbar {
  display: none;
}

.tab-slider-nav-item {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  white-space: nowrap;
  flex-shrink: 0;
}

.tab-slider-nav-item:hover {
  border-color: #c8102e;
  color: #c8102e;
  background: #fff5f5;
}

.tab-slider-nav-item.active {
  background: linear-gradient(135deg, #c8102e, #a01830);
  color: #fff;
  border-color: #c8102e;
}

/* 矢印ボタン */
.tab-slider-wrapper .swiper-button-next,
.tab-slider-wrapper .swiper-button-prev {
  color: #c8102e;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tab-slider-wrapper .swiper-button-next::after,
.tab-slider-wrapper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
}

/* モバイル対応 */
@media (max-width: 767px) {
  .tab-slider-section {
    margin: 8px auto;
  }

  .tab-slider-section .section-title {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0 8px;
  }

  .tab-slider-section .section-subtitle {
    font-size: 11px;
    padding: 6px 10px;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  .tab-slider-section .notice-highlight {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .tab-slider-section .notice-text {
    font-size: 9px;
  }

  .tab-slider-section .notice-text {
    font-size: 11px;
  }

  .tab-slider-nav {
    gap: 3px;
    padding: 6px 4px;
    justify-content: flex-start;
  }

  .tab-slider-nav-item {
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 12px;
  }

  .tab-slider-wrapper .swiper-button-next,
  .tab-slider-wrapper .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  .tab-slider-wrapper .swiper-button-next::after,
  .tab-slider-wrapper .swiper-button-prev::after {
    font-size: 16px;
  }
}

/* ========================================
   買取方法セクションのCTAボタン
   ======================================== */
.methods-cta-section {
  text-align: center;
  padding: 30px 20px;
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.methods-cta-section .cta-lead {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
  font-weight: 500;
}

.methods-cta-section .btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #C8102E 0%, #a01830 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(200, 16, 46, 0.3);
  transition: all 0.3s ease;
}

.methods-cta-section .btn-reserve:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 16, 46, 0.4);
}

.methods-cta-section .btn-reserve i {
  font-size: 20px;
}

.methods-cta-section .cta-sub {
  font-size: 12px;
  color: #888;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .methods-cta-section {
    padding: 20px 15px;
  }
  
  .methods-cta-section .cta-lead {
    font-size: 13px;
  }
  
  .methods-cta-section .btn-reserve {
    padding: 14px 30px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
  }
  
  .methods-cta-section .cta-sub {
    font-size: 11px;
  }
}
