/*
Theme Name: NEJI-SAMURAI Improved
Theme URI: https://neji-samurai.com
Author: 富田螺子株式会社
Author URI: https://neji-samurai.com
Description: 特注ねじ・規格外ねじ専門サイト NEJI-SAMURAI.com の改善版テーマ
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: neji-samurai
*/

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:      #d4281e;
  --red-dark: #a81e15;
  --black:    #1a1a1a;
  --gray:     #555555;
  --light:    #f7f7f7;
  --border:   #e0e0e0;
  --white:    #ffffff;
  --font:     'Noto Sans JP', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--black);
  line-height: 1.7;
  font-size: 16px;
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 72px 0;
}

.section--gray { background: var(--light); }

.section__head {
  text-align: center;
  margin-bottom: 48px;
}

.section__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}

.section__title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.35;
}

.section__sub {
  margin-top: 12px;
  color: var(--gray);
  font-size: 15px;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s, transform .1s;
  border: none;
  text-decoration: none;
}

.btn--primary {
  background: var(--red);
  color: var(--white);
}

.btn--primary:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn--outline:hover {
  background: rgba(255,255,255,.15);
}

.btn--lg {
  padding: 18px 40px;
  font-size: 18px;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 3px solid var(--red);
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 16px;
}

.site-logo img {
  height: 40px;
  width: auto;
}

.site-logo .logo-text {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .05em;
  color: var(--black);
}
.site-logo .logo-text span { color: var(--red); }

.main-nav ul {
  display: flex;
  gap: 4px;
}

.main-nav a {
  padding: 6px 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--black);
  border-radius: 3px;
  transition: background .15s, color .15s;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.current {
  background: var(--light);
  color: var(--red);
}

/* ヘッダー：子メニュードロップダウン */
.main-nav li { position: relative; }

.main-nav .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-nav .menu-item-has-children > a::after {
  content: '▾';
  font-size: 11px;
  color: var(--gray);
  transition: transform .2s;
}
.main-nav .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
  color: var(--red);
}

.main-nav .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  min-width: 220px;
  border: 1px solid var(--border);
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  padding: 6px 0;
  z-index: 200;
  list-style: none;
  margin: 0;
}
.main-nav .sub-menu.open { display: block; }

.main-nav .sub-menu li a {
  display: block;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  background: none;
  border-radius: 0;
  white-space: normal;
  line-height: 1.4;
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.main-nav .sub-menu li:last-child a { border-bottom: none; }
.main-nav .sub-menu li a:hover {
  background: var(--light);
  color: var(--red);
}

.header-cta .btn {
  font-size: 14px;
  padding: 10px 20px;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--black);
  transition: .3s;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  background: var(--black);
  color: var(--white);
  min-height: 540px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.45) 60%, rgba(212,40,30,.25) 100%),
    url('assets/hero-bg.jpg') center/cover no-repeat;
}

/* フォールバック: 画像なしの場合のグラデーション背景 */
.hero__bg--fallback {
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 50%, #3d1010 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: .05em;
}

.hero__title {
  font-size: clamp(26px, 4.5vw, 46px);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 16px;
}

.hero__title .accent { color: #ff6b6b; }

.hero__desc {
  font-size: clamp(14px, 1.8vw, 17px);
  line-height: 1.8;
  color: rgba(255,255,255,.88);
  margin-bottom: 32px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero__note {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  margin-top: 14px;
}

/* =============================================
   TRUST BAR (実績数字)
   ============================================= */
.trust-bar {
  background: var(--red);
  color: var(--white);
  padding: 28px 0;
}

.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}

.trust-item__num {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.trust-item__num sup {
  font-size: 60%;
  vertical-align: top;
  margin-top: 4px;
}

.trust-item__label {
  font-size: 13px;
  margin-top: 4px;
  opacity: .9;
  letter-spacing: .04em;
}

.trust-divider {
  width: 1px;
  background: rgba(255,255,255,.3);
  margin: auto;
}

/* =============================================
   STRENGTHS (プライド3N)
   ============================================= */
.strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.strength-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 36px 28px;
  text-align: center;
  transition: box-shadow .2s, transform .2s;
  position: relative;
  overflow: hidden;
}

.strength-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--red);
}

.strength-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  transform: translateY(-4px);
}

.strength-card__icon {
  width: 64px;
  height: 64px;
  background: #fef0ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.strength-card__num {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.strength-card__title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
}

.strength-card__text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.8;
}

/* =============================================
   QUOTE FLOW (お見積り3ステップ)
   ============================================= */
.flow__steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
}

.flow__steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 2px;
  background: var(--red);
  z-index: 0;
}

.flow-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 16px;
}

.flow-step__circle {
  width: 64px;
  height: 64px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  margin: 0 auto 16px;
  border: 4px solid var(--white);
  box-shadow: 0 0 0 2px var(--red);
}

.flow-step__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.flow-step__text {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.7;
}

.flow__cta {
  text-align: center;
  margin-top: 40px;
}

/* =============================================
   CASE STUDIES (特注品事例)
   ============================================= */
.cases__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}

.filter-btn {
  padding: 7px 18px;
  border: 2px solid var(--border);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: var(--white);
  color: var(--gray);
  transition: .2s;
}

.filter-btn:hover,
.filter-btn.active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.case-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  transition: box-shadow .2s;
}

.case-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); }

.case-card__img {
  aspect-ratio: 4/3;
  background: #eee;
  overflow: hidden;
}

.case-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.case-card:hover .case-card__img img {
  transform: scale(1.04);
}

.case-card__body {
  padding: 16px;
}

.case-card__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--light);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--gray);
}

.tag--red {
  background: #fef0ef;
  color: var(--red);
}

.cases__more {
  text-align: center;
  margin-top: 36px;
}

/* =============================================
   LEAD MAGNET (ねじまるわかりBOOK)
   ============================================= */
.leadmag {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: var(--white);
  padding: 64px 0;
}

.leadmag__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.leadmag__book {
  flex-shrink: 0;
  width: 180px;
}

.leadmag__book-img {
  width: 180px;
  height: 240px;
  background: linear-gradient(135deg, var(--red) 0%, #891510 100%);
  border-radius: 4px 12px 12px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 20px rgba(0,0,0,.4);
  padding: 20px;
  text-align: center;
  color: var(--white);
}

.leadmag__book-img .book-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.leadmag__book-img .book-sub {
  font-size: 11px;
  margin-top: 8px;
  opacity: .85;
}

.leadmag__content { flex: 1; }

.leadmag__badge {
  display: inline-block;
  background: #ffd700;
  color: #333;
  font-size: 11px;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 14px;
  letter-spacing: .05em;
}

.leadmag__title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.4;
}

.leadmag__list {
  margin: 16px 0 28px;
}

.leadmag__list li {
  padding: 6px 0;
  font-size: 14px;
  color: rgba(255,255,255,.9);
}

.leadmag__list li::before {
  content: '✓ ';
  color: #4caf50;
  font-weight: 700;
}

/* =============================================
   TESTIMONIALS (お客様の声)
   ============================================= */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 64px;
  color: #fde8e7;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-card__text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.testimonial-card__avatar {
  width: 40px;
  height: 40px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.testimonial-card__name { font-weight: 700; }
.testimonial-card__role { color: var(--gray); font-size: 12px; }

/* =============================================
   FINAL CTA SECTION
   ============================================= */
.final-cta {
  background: linear-gradient(135deg, var(--red) 0%, #8b0000 100%);
  color: var(--white);
  padding: 72px 0;
  text-align: center;
}

.final-cta__title {
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 900;
  margin-bottom: 12px;
}

.final-cta__sub {
  font-size: 16px;
  opacity: .9;
  margin-bottom: 36px;
}

.final-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.final-cta__info {
  margin-top: 24px;
  font-size: 14px;
  opacity: .8;
}

/* =============================================
   FLOATING CTA (スティッキーボタン)
   ============================================= */
.floating-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.floating-cta__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}

.floating-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,.3);
}

.floating-cta__btn--main {
  background: var(--red);
  color: var(--white);
}

.floating-cta__btn--tel {
  background: var(--white);
  color: var(--black);
  font-size: 13px;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--black);
  color: rgba(255,255,255,.8);
  padding: 56px 0 0;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand__name {
  font-size: 18px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-brand__name span { color: var(--red); }

.footer-brand__text {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,.6);
  margin-bottom: 20px;
}

.footer-brand__info {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  line-height: 2;
}

.footer-brand__info a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
}

.footer-brand__info a:hover { color: var(--white); }

.footer-nav h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  transition: color .15s;
}

.footer-nav a:hover { color: var(--white); }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,.4);
}

.footer-bottom__links {
  display: flex;
  gap: 20px;
}

.footer-bottom__links a {
  color: rgba(255,255,255,.4);
  transition: color .15s;
}

.footer-bottom__links a:hover { color: rgba(255,255,255,.8); }

/* =============================================
   FOOTER NAV ACCORDION
   ============================================= */
.footer-nav__list { display: flex; flex-direction: column; gap: 0; }

.footer-nav__item { border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-nav__item:last-child { border-bottom: none; }

.footer-nav__item > a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.65);
  padding: 8px 0;
  transition: color .15s;
}
.footer-nav__item > a:hover { color: #fff; }

.footer-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.65);
  font-size: 13px;
  font-family: var(--font);
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  text-align: left;
  transition: color .15s;
}
.footer-nav__toggle::after {
  content: '＋';
  font-size: 13px;
  color: rgba(255,255,255,.35);
  flex-shrink: 0;
  transition: transform .2s, color .15s;
}
.footer-nav__toggle:hover { color: #fff; }
.footer-nav__toggle:hover::after { color: rgba(255,255,255,.7); }
.footer-nav__toggle.open { color: #fff; border-bottom-color: transparent; }
.footer-nav__toggle.open::after { content: '－'; color: var(--red); }

.footer-nav__sub {
  display: none;
  flex-direction: column;
  padding: 4px 0 10px 14px;
  border-left: 2px solid var(--red);
  margin-bottom: 4px;
}
.footer-nav__sub.open { display: flex; }
.footer-nav__sub li a {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  padding: 5px 0;
  display: block;
  transition: color .15s;
}
.footer-nav__sub li a:hover { color: rgba(255,255,255,.85); }

/* =============================================
   Contact Form 7 フォーム幅 (ID:579)
   ============================================= */
/* フォームラッパー */
[id^="wpcf7-f579"] { width: 100% !important; max-width: 100% !important; }
[id^="wpcf7-f579"] form { width: 100% !important; }

/* テキスト・メール・電話・URL・数値・選択・テキストエリア */
[id^="wpcf7-f579"] input[type="text"],
[id^="wpcf7-f579"] input[type="email"],
[id^="wpcf7-f579"] input[type="tel"],
[id^="wpcf7-f579"] input[type="url"],
[id^="wpcf7-f579"] input[type="number"],
[id^="wpcf7-f579"] input[type="date"],
[id^="wpcf7-f579"] input[type="file"],
[id^="wpcf7-f579"] select,
[id^="wpcf7-f579"] textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  font-size: 15px !important;
}
[id^="wpcf7-f579"] textarea { min-height: 160px !important; resize: vertical !important; }

/* .entry-content 内の全CF7フォームにも適用（フォールバック） */
.entry-content .wpcf7,
.entry-content form { max-width: 100%; width: 100%; }
.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 input[type="tel"],
.entry-content .wpcf7 input[type="url"],
.entry-content .wpcf7 input[type="number"],
.entry-content .wpcf7 input[type="date"],
.entry-content .wpcf7 input[type="file"],
.entry-content .wpcf7 select,
.entry-content .wpcf7 textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.entry-content .wpcf7 textarea { min-height: 160px; resize: vertical; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  .main-nav,
  .header-cta { display: none; }

  .nav-toggle { display: flex; }

  .main-nav.open {
    display: block;
    position: fixed;
    inset: 68px 0 0;
    background: var(--white);
    padding: 20px;
    overflow-y: auto;
    z-index: 999;
  }

  .main-nav.open ul {
    flex-direction: column;
    gap: 0;
  }

  .main-nav.open > ul > li > a,
  .main-nav.open > ul > li > .menu-item-has-children > a {
    display: block;
    padding: 12px 16px;
    font-size: 16px;
    border-bottom: 1px solid var(--border);
  }

  /* モバイル：子メニューはドロップダウンでなく静的アコーディオン */
  .main-nav.open .sub-menu {
    position: static;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: var(--light);
    padding: 0;
    min-width: 0;
  }
  .main-nav.open .sub-menu li a {
    padding: 10px 16px 10px 28px;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
  }

  /* モバイル：親ナビ全アイテムのリンクスタイル統一 */
  .main-nav.open a {
    display: block;
    padding: 12px 16px;
    font-size: 16px;
    border-bottom: 1px solid var(--border);
  }

  .strengths__grid,
  .cases__grid,
  .testimonials__grid { grid-template-columns: 1fr; }

  .trust-bar__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .flow__steps {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .flow__steps::before { display: none; }

  .leadmag__inner {
    flex-direction: column;
    text-align: center;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .section { padding: 48px 0; }
  .hero { min-height: 420px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { text-align: center; justify-content: center; }

  .strengths__grid,
  .cases__grid { grid-template-columns: 1fr 1fr; }

  .testimonials__grid { grid-template-columns: 1fr; }

  .floating-cta { bottom: 16px; right: 16px; }
  .floating-cta__btn { padding: 12px 18px; font-size: 13px; }
}
