/* ============================================================
   CarryONE 神奈川全域版 LP - style.css
   Design: Premium, High-Converting LP
   ============================================================ */

/* ===== RESET & ROOT ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--gray-800);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== VARIABLES ===== */
:root {
  --orange: #f97316;
  --orange-dark: #ea580c;
  --orange-light: #fed7aa;
  --navy: #1e3a5f;
  --navy-dark: #0f2035;
  --gold: #fbbf24;
  --gray-100: #fff9f4;
  --gray-200: #faebd9;
  --gray-600: #887467;
  --gray-800: #3e3229;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(0,0,0,0.10);
  --shadow-hover: 0 8px 40px rgba(0,0,0,0.18);
  --orange-stripe: repeating-linear-gradient(-45deg, var(--orange) 0, var(--orange) 6px, #ff8a3a 6px, #ff8a3a 12px);
  --orange-stripe-light: repeating-linear-gradient(-45deg, var(--orange-light) 0, var(--orange-light) 6px, #ffedd5 6px, #ffedd5 12px);
}

/* ===== UTILITIES ===== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.hl-orange { color: var(--orange); }
.hl-orange-dark { color: var(--orange-dark); }
.hl-white { color: #fff; }

.section-label {
  display: inline-block;
  background: var(--orange-stripe-light);
  color: var(--orange-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 12px;
  border: 1px solid var(--orange);
}
.section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.35;
  color: var(--gray-800);
  margin-bottom: 40px;
  text-align: center;
}

/* ===== STICKY HEADER ===== */
.sticky-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--orange);
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.sticky-header.visible { transform: translateY(0); }

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Logo */
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-prefix {
  font-size: 0.65rem;
  font-weight: 900;
  color: #fff;
  background: var(--orange);
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.logo-text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-main {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.logo-carry {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--gray-800);
  letter-spacing: -0.5px;
}
.logo-one {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--orange);
  letter-spacing: -0.5px;
}
.logo-sub {
  font-size: 0.6rem;
  color: var(--gray-600);
  font-weight: 700;
  line-height: 1.2;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-line-header, .btn-mail-header, .btn-call-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 3px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s;
}
.btn-line-header .btn-icon-circle { background: #06C755; }
.btn-mail-header .btn-icon-circle { background: var(--navy); }
.btn-call-header .btn-icon-circle { background: var(--orange); }

.btn-icon-circle svg { width: 22px; height: 22px; }

.btn-text {
  font-size: 0.62rem;
  font-weight: 900;
  color: var(--gray-800);
  white-space: nowrap;
  line-height: 1.2;
}

.btn-line-header:hover .btn-icon-circle, 
.btn-mail-header:hover .btn-icon-circle, 
.btn-call-header:hover .btn-icon-circle {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.btn-estimate-header {
  background: var(--orange-stripe);
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 900;
  transition: all 0.3s;
  white-space: nowrap;
  margin-left: 8px;
  border: 1px solid #fff;
  box-shadow: 0 4px 12px rgba(249,115,22,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.btn-estimate-header:hover { 
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(249,115,22,0.5);
  filter: brightness(1.05);
}


/* PC Navigation */
.header-nav-pc {
  display: none;
}
@media (min-width: 992px) {
  .header-nav-pc {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    white-space: nowrap;
  }
  .header-nav-pc a {
    color: var(--gray-800);
    font-size: 0.9rem;
    font-weight: 700;
    transition: color 0.2s;
  }
  .header-nav-pc a:hover {
    color: var(--orange);
  }
}

/* Hamburger Button */
.hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  margin-left: 8px;
}
.hamburger-btn span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: var(--gray-800);
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger-btn.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
@media (min-width: 992px) {
  .hamburger-btn { display: none; }
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-inner {
  width: 100%;
  max-width: 400px;
  padding: 20px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.mobile-nav-link {
  color: var(--gray-800);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mobile-nav-link.highlight {
  color: var(--orange);
  margin-top: 10px;
  border: 1.5px solid var(--orange);
  padding: 12px 24px;
  border-radius: 100px;
  background: rgba(249,115,22,0.1);
}

/* Mobile Header Adjustment */
@media (max-width: 600px) {
  .header-inner { padding: 4px 10px; gap: 6px; }
  .logo-prefix { font-size: 0.55rem; padding: 2px 5px; }
  .logo-carry, .logo-one { font-size: 0.95rem; }
  .logo-sub { font-size: 0.45rem; line-height: 1; margin-top: 1px; }

  /* Footer logo mobile adjustment */
  .footer-logo { gap: 6px; margin-bottom: 15px; flex-wrap: wrap; }
  .footer-logo .logo-main { font-size: 0.9rem; }
  .footer-logo-sub { font-size: 0.5rem; opacity: 0.8; }
  
  .header-actions { gap: 6px; }
  .btn-line-header, .btn-mail-header, .btn-call-header { width: 48px; }
  .btn-icon-circle { width: 34px; height: 34px; margin-bottom: 2px; }
  .btn-icon-circle svg { width: 18px; height: 18px; }
  .btn-text { font-size: 0.52rem; font-weight: 900; }
  
  .btn-estimate-header { display: none; }
  
  .sticky-header { transform: translateY(0) !important; }
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: 0;
}
.nowrap-on-mobile {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .nowrap-on-mobile { font-size: 0.92rem; letter-spacing: -0.03em; }
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 32, 53, 0.1) 0%, rgba(15, 32, 53, 0.9) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 0 16px 56px;
  max-width: 900px;
  margin: 52px auto 10px; /* PCでは少し余白を持たせる */
  width: 100%;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Ribbon */
.hero-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 12px;
  animation: ribbonPop 0.6s ease-out both;
  box-shadow: 0 4px 20px rgba(220,38,38,0.5);
}
.ribbon-icon { font-size: 1rem; animation: flamePulse 1.2s linear infinite; }
@keyframes ribbonPop {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes flamePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.25) rotate(8deg); }
}

/* Area & Google badges */
.hero-area-badge {
  display: inline-block;
  background: var(--orange-stripe);
  color: #fff;
  border: 2px solid #fff;
  font-size: 1rem;
  font-weight: 900;
  padding: 8px 24px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  animation: fadeSlideUp 0.7s 0.2s ease-out both;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.hero-area-badge strong { color: #fff; font-size: 1.1em; }

.hero-google-wrapper {
  text-align: center;
  margin-bottom: 24px;
  animation: fadeSlideUp 0.7s 0.25s ease-out both;
}
.hero-google-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px 32px 14px;
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.hero-google-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  border-color: #fbbc05;
}
.google-btn-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.google-btn-inner img { height: 26px; margin-top: 4px; }
.hg-stars { color: #fbbc05; font-size: 1.6rem; letter-spacing: 2px; line-height: 1; margin-top: 2px; }
.hg-rating { font-size: 1.4rem; font-weight: 900; color: #3c4043; line-height: 1; margin-top: 6px; }
.google-btn-text {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a73e8;
  margin-top: 2px;
  letter-spacing: 0.05em;
}

/* Headline */
.hero-headline {
  font-size: clamp(2.2rem, 7vw, 4rem);
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  animation: fadeSlideUp 0.7s 0.35s ease-out both;
  text-shadow: 0 4px 16px rgba(0,0,0,0.6);
}
.hero-headline .hl-orange {
  color: #ff6a00;
}

/* Sub text */
.hero-sub {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 36px;
  font-weight: 700;
  animation: fadeSlideUp 0.7s 0.45s ease-out both;
  text-shadow: 0 3px 10px rgba(0,0,0,0.8);
  letter-spacing: 0.08em;
}
.hero-sub strong { color: #ffeb3b; }

/* Trust row */
.hero-trust-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: fadeSlideUp 0.7s 0.55s ease-out both;
}
.trust-badge {
  background: rgba(0,0,0,0.6);
  border: 1px solid var(--orange);
  border-radius: 14px;
  padding: 12px 20px;
  text-align: center;
  min-width: 88px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.trust-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--gold);
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}
.trust-num small { font-size: 0.85rem; }
.trust-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
  line-height: 1.4;
}

/* CTA group */
.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  animation: fadeSlideUp 0.7s 0.65s ease-out both;
}

.btn-cta-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--orange-stripe);
  color: #fff;
  font-weight: 900;
  padding: 18px 36px;
  border-radius: 100px;
  font-size: 1.1rem;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  box-shadow: 0 6px 28px rgba(249,115,22,0.5);
  width: 100%;
  max-width: 420px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.btn-cta-main div { 
  flex: 1;
  text-align: center;
  margin-left: -24px; /* Compensate for icon width to achieve dead center text */
}
.btn-cta-main svg { 
  width: 18px; 
  height: 18px; 
  flex-shrink: 0; 
  position: relative;
  z-index: 1;
}
.btn-cta-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(249,115,22,0.6);
}
.pulse {
  animation: pulseShadow 2s infinite;
}
@keyframes pulseShadow {
  0%, 100% { box-shadow: 0 6px 28px rgba(249,115,22,0.5); }
  50% { box-shadow: 0 6px 48px rgba(249,115,22,0.9), 0 0 0 8px rgba(249,115,22,0.15); }
}
.btn-small-text { display: block; font-size: 1.0rem; font-weight: 500; opacity: 0.9; letter-spacing: 0.04em; }
.btn-phone-num { display: block; font-size: 2.1rem; font-weight: 900; letter-spacing: 0.06em; line-height: 1.1; margin: 4px 0; }
@media (max-width: 600px) {
  .btn-phone-num { font-size: 1.85rem; }
  .btn-small-text { font-size: 0.9rem; }
}

.btn-cta-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0,0,0,0.5);
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  font-size: 1rem;
  transition: all 0.3s;
  width: 100%;
  max-width: 420px;
}
.btn-cta-sub svg { width: 20px; height: 20px; }
.btn-cta-sub:hover { background: rgba(0,0,0,0.8); transform: translateY(-2px); border-color: rgba(255,255,255,0.8); }

.solution-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}
.btn-solution-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #34d399, #10b981);
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 100px;
  font-size: 1.05rem;
  transition: all 0.3s;
  width: 100%;
  max-width: 420px;
  border: none;
  box-shadow: 0 4px 16px rgba(16,185,129,0.3);
  text-decoration: none;
}
.btn-solution-sub svg { width: 22px; height: 22px; }
.btn-solution-sub:hover {
  background: linear-gradient(135deg, #10b981, #059669);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16,185,129,0.5);
}

.hero-note {
  font-size: 0.85rem;
  color: #ddd;
  font-weight: 700;
  margin-top: 16px;
  animation: fadeSlideUp 0.7s 0.75s ease-out both;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem;
  z-index: 1;
}

.scroll-arrow {
  width: 24px;
  height: 24px;
  border-right: 2.5px solid rgba(255,255,255,0.4);
  border-bottom: 2.5px solid rgba(255,255,255,0.4);
  transform: rotate(45deg);
  animation: arrowBounce 1.5s infinite;
}
@keyframes arrowBounce {
  0%, 100% { transform: rotate(45deg) translate(0,0); opacity: 1; }
  50% { transform: rotate(45deg) translate(4px,4px); opacity: 0.5; }
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hero Payments */
.hero-payments {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255,255,255,0.3);
  animation: fadeSlideUp 0.8s 0.6s ease-out both;
}
.hero-payments-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 2px #000;
}
.hero-payments-logos {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-payments-logos img {
  height: 36px;
  width: auto;
  max-width: 60px;
  object-fit: contain;
  background: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* ===== WORRIES SECTION ===== */
.worries-section {
  padding: 80px 0 60px;
  background: var(--gray-100);
  text-align: center;
}
.worries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.worry-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 16px;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  border-top: 4px solid var(--orange-light);
}
.worry-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-top-color: var(--orange);
}
.worry-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
  border: 1px solid rgba(0,0,0,0.05);
}
.worry-card p { font-size: 0.95rem; font-weight: 700; line-height: 1.6; color: var(--gray-800); }

.worries-solution {
  text-align: center;
}
.solution-arrow {
  font-size: 2rem;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 12px;
}
.solution-text {
  background: var(--orange-stripe);
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 0.95rem;
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 4px 16px rgba(249,115,22,0.3);
  text-align: center; /* Add explicit internal center */
}
.solution-text strong { color: #fff; font-size: 1.1rem; }

/* ===== REASONS SECTION ===== */
.reasons-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
.reasons-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.reason-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--gray-100);
  border-radius: var(--radius);
  padding: 28px 24px;
  border-left: 6px solid var(--orange);
  transition: all 0.3s;
  position: relative;
}
.reason-card:hover {
  transform: translateX(6px);
  background: linear-gradient(135deg, rgba(249,115,22,0.06), var(--gray-100));
  box-shadow: var(--shadow);
}
.reason-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(249,115,22,0.2);
  line-height: 1;
  min-width: 48px;
}
.reason-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--orange-light);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-top: 4px;
}
@media (max-width: 600px) {
  .reason-card { flex-wrap: wrap; text-align: center; justify-content: center; }
  .reason-img { margin: 10px auto; width: 100px; height: 100px; }
  .reason-body { width: 100%; text-align: center; }
}
.reason-body h3 {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--gray-800);
  margin-bottom: 8px;
}
.reason-body p {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.7;
}

/* ===== PRICE SECTION ===== */
.price-section {
  padding: 80px 0;
  background: var(--gray-100);
  color: var(--gray-800);
  text-align: center;
}
.price-section .section-label {
  background: rgba(249,115,22,0.15);
  color: var(--orange-dark);
}
.price-section .section-title { color: var(--gray-800); }
.price-note-top {
  background: #fff1f2;
  border: 1.5px solid #fda4af;
  color: #be123c;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 36px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.1);
}
.price-note-top strong { 
  color: #e11d48; 
  font-size: 1.1em;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.price-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius);
  padding: 32px 24px;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  color: #111;
}
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.15);
}
.price-popular {
  background: #fff;
  border: 2px solid var(--orange);
  transform: scale(1.04);
  z-index: 1;
}
.price-popular:hover { transform: scale(1.04) translateY(-6px); }
.price-card-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange-stripe);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 6px 24px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(249,115,22,0.5);
  border: 2px solid #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.price-card-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #555;
  letter-spacing: 0.06em;
}
.price-truck-img {
  width: 75%;
  height: 90px;
  object-fit: contain;
  margin: 0 auto 16px;
  display: block;
  border-radius: 8px;
  background: transparent;
  padding: 0;
}
.price-tag { margin-bottom: 12px; }
.price-from { font-size: 0.7rem; color: #888; }
.price-original {
  font-size: 0.85rem;
  color: #bbb;
  text-decoration: line-through;
  margin: 0 4px;
}
.price-web { font-size: 0.7rem; color: var(--orange-dark); font-weight: 700; }
.price-amount {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--orange-dark);
}
.price-amount small { font-size: 1rem; }
.price-badge {
  display: inline-block;
  background: var(--orange-stripe);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.6);
}
.price-list {
  list-style: none;
  text-align: left;
}
.price-list li {
  font-size: 0.9rem;
  color: var(--gray-800);
  padding: 8px 0;
  border-bottom: 1px dashed var(--gray-200);
}

/* Single items */
.price-single-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gray-800);
}
.price-singles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}
.price-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  border: 1px solid var(--gray-200);
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.ps-item { font-size: 0.85rem; color: var(--gray-600); font-weight: 700;}
.ps-price { font-size: 0.95rem; font-weight: 700; color: var(--orange-dark); }
.price-note-bottom {
  font-size: 0.78rem;
  color: var(--gray-600);
  margin-bottom: 32px;
  line-height: 1.8;
}
.price-cta { text-align: center; }

/* ===== SERVICES SECTION ===== */
.services-section {
  padding: 80px 0;
  background: var(--gray-100);
  text-align: center;
}
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.service-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow);
  transition: all 0.3s;
  text-align: left;
  border-left: 5px solid var(--orange);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 140px;
}
.service-card:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-hover);
}
.service-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 50%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 50%);
  pointer-events: none;
}
.service-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--gray-900);
  margin-bottom: 8px;
  width: 85%;
}
.service-card p {
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
  color: var(--gray-800);
  line-height: 1.6;
  width: 85%;
}

/* ===== FLOW SECTION ===== */
.flow-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
.flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.flow-step {
  background: var(--gray-100);
  border-radius: var(--radius);
  padding: 28px 20px;
  max-width: 240px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.flow-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.flow-step-num {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.flow-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 4px solid var(--orange-light);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.flow-step h3 {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--gray-800);
}
.flow-step p { font-size: 0.82rem; color: var(--gray-600); line-height: 1.7; }
.flow-arrow {
  font-size: 1.5rem;
  color: var(--orange);
  flex-shrink: 0;
}

/* ===== AREA SECTION ===== */
.area-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--gray-100) 0%, #fff 100%);
  text-align: center;
}
.area-lead {
  font-size: 1rem;
  color: var(--gray-600);
  margin-bottom: 32px;
}
.area-main {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.area-map-placeholder {
  width: 100%;
  max-width: 800px;
}
.area-map-inner {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  color: var(--gray-800);
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-200);
}
.area-map-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--orange-dark);
}
.area-map-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.city-chip {
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  color: var(--gray-800);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 100px;
  transition: all 0.2s;
  cursor: default;
}
.city-chip:hover {
  background: rgba(249,115,22,0.2);
  border-color: var(--orange);
  color: #fff;
}
.city-chip.primary {
  background: rgba(249,115,22,0.25);
  border-color: var(--orange);
  color: var(--gold);
  font-weight: 700;
}
.area-note {
  font-size: 0.82rem;
  color: var(--gray-600);
}

/* ===== VOICE SECTION ===== */
.voice-section {
  padding: 80px 0;
  background: var(--gray-100);
  text-align: center;
}
.voice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.voice-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  text-align: left;
  transition: all 0.3s;
  border-top: 4px solid var(--gold);
}
.voice-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.voice-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 12px; letter-spacing: 2px; }
.voice-text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--gray-600);
  margin-bottom: 20px;
}
.voice-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--gray-200);
  padding-top: 16px;
  margin-top: auto;
}
.voice-avatar {
  width: 40px;
  height: 40px;
  background: var(--gray-200);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-800);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.voice-name { font-size: 0.9rem; font-weight: 700; color: var(--gray-800); }
.voice-age { font-size: 0.75rem; color: var(--gray-600); }

.voice-google {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 28px;
  box-shadow: var(--shadow);
}
.google-logo { height: 22px; width: auto; }
.google-stars { font-size: 1.2rem; color: var(--gold); font-weight: 700; }
.google-text { font-size: 0.82rem; color: var(--gray-600); }
.google-review-link {
  display: inline-block;
  background: #4285f4;
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s;
  box-shadow: 0 2px 8px rgba(66,133,244,0.3);
}
.google-review-link:hover {
  background: #3367d6;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(66,133,244,0.5);
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--gray-100);
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color 0.3s;
}
.faq-item.open { border-color: var(--orange); }
.faq-q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--gray-800);
  transition: background 0.2s;
  user-select: none;
}
.faq-q:hover { background: rgba(249,115,22,0.06); }
.faq-mark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-q span:nth-child(2) { flex: 1; }
.faq-arrow {
  font-size: 0.85rem;
  color: var(--orange);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  display: none;
  padding: 0 20px 18px;
  padding-left: 64px;
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.8;
  gap: 12px;
}
.faq-item.open .faq-a { display: flex; }
.faq-a-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--gray-100) 0%, var(--gray-200) 100%);
  text-align: center;
}
.contact-title { color: var(--gray-800); }
.contact-lead {
  font-size: 0.95rem;
  color: var(--gray-600);
  margin-bottom: 40px;
  margin-top: -20px;
}
.contact-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 800px;
  margin: 0 auto 48px;
}
.contact-cta-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  padding: 24px 28px;
  border-radius: var(--radius);
  transition: all 0.3s;
  text-align: left;
}
.contact-cta-phone:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(249,115,22,0.5);
}
.cta-phone-icon { font-size: 2.5rem; flex-shrink: 0; }
.cta-phone-label { font-size: 0.85rem; font-weight: 700; opacity: 0.9; }
.cta-phone-number { font-family: 'Oswald', sans-serif; font-size: 1.8rem; font-weight: 700; letter-spacing: 0.04em; }
.cta-phone-hours { font-size: 0.75rem; opacity: 0.8; margin-top: 4px; }

.contact-cta-line {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #06c755;
  color: #fff;
  padding: 24px 28px;
  border-radius: var(--radius);
  transition: all 0.3s;
  text-align: left;
}
.contact-cta-line:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(6,199,85,0.45);
  background: #05b44c;
}
.cta-line-icon { font-size: 2.5rem; flex-shrink: 0; }
.cta-line-label { font-size: 1.05rem; font-weight: 900; }
.cta-line-sub { font-size: 0.82rem; opacity: 0.85; margin-top: 4px; }

/* Form */
.contact-form-wrap {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 36px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: var(--shadow-hover);
}
.form-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--gray-800);
  margin-bottom: 28px;
  text-align: center;
}
.form-group {
  margin-bottom: 20px;
  text-align: left;
}
.form-group label {
  display: block;
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 6px;
}
.required {
  background: var(--orange);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--gray-200);
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--gray-800);
  transition: border-color 0.2s;
  background: #fff;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
}
.form-hint {
  display: block;
  font-size: 0.78rem;
  color: var(--gray-600);
  margin-top: 5px;
  line-height: 1.5;
}
.form-group input[type="email"]:valid {
  border-color: #10b981;
}
.form-group input[type="email"]:invalid:not(:placeholder-shown) {
  border-color: #ef4444;
}
.form-agree {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 0.87rem;
  color: var(--gray-600);
}
.form-agree input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  padding: 18px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
  box-shadow: 0 6px 24px rgba(249,115,22,0.4);
}
.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(249,115,22,0.55);
}
.form-success { text-align: center; padding: 40px 0; }
.success-icon { font-size: 3.5rem; margin-bottom: 16px; }
.form-success h3 { font-size: 1.4rem; font-weight: 900; color: var(--gray-800); margin-bottom: 12px; }
.form-success p { color: var(--gray-600); margin-bottom: 24px; }

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--gray-100);
  padding: 20px 0;
  border-top: 3px solid var(--orange);
}
.trust-bar-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 600px) {
  .trust-bar-inner {
    flex-wrap: nowrap;
    gap: 4px;
    padding: 0 10px;
    justify-content: space-between;
  }
}
.trust-item {
  text-align: center;
  color: var(--gray-800);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
}
.trust-item small { color: var(--gray-600); font-size: 0.7rem; display: block; }
.trust-item svg { display: block; margin: 0 auto 6px; color: var(--gray-600); }

@media (max-width: 600px) {
  .trust-item { font-size: 0.68rem; flex: 1; min-width: 0; }
  .trust-item small { font-size: 0.58rem; letter-spacing: -0.02em; }
  .trust-item svg { 
    width: 22px !important; 
    height: 22px !important; 
    margin-bottom: 4px !important; 
  }
}

/* ===== COMPANY SECTION ===== */
.company-section {
  padding: 50px 0 40px;
  background: var(--gray-100);
}
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.company-info-box,
.company-map-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.company-info-title {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--gray-800);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--orange);
  display: inline-block;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.company-table tr {
  border-bottom: 1px dashed #e2e8f0;
}
.company-table tr:last-child {
  border-bottom: none;
}
.company-table th {
  width: 38%;
  padding: 12px 8px 12px 0;
  color: #64748b;
  font-weight: 700;
  vertical-align: top;
  white-space: nowrap;
}
.company-table td {
  padding: 12px 0;
  color: #1e293b;
  font-weight: 500;
  line-height: 1.7;
}
.company-tel {
  color: var(--orange-dark);
  font-weight: 900;
  font-size: 1.1rem;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.company-tel:hover { text-decoration: underline; }
.company-map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  margin-bottom: 16px;
  flex-grow: 1;
  display: flex;
}
.company-map-wrapper iframe {
  display: block;
  flex-grow: 1;
  height: 100% !important;
  min-height: 250px;
}
.company-map-btn {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 8px;
  background: var(--orange-stripe);
  color: #fff;
  font-weight: 900;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 4px 16px rgba(249,115,22,0.35);
  transition: all 0.3s;
  border: 2px solid #fff;
  margin-top: 4px;
}
.company-map-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(249,115,22,0.5);
}
@media (max-width: 768px) {
  .company-grid { grid-template-columns: 1fr; }
  .company-info-box, .company-map-box { padding: 24px 20px; }
  .company-table th { width: 40%; font-size: 0.82rem; }
  .company-table td { font-size: 0.85rem; }
  .section-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }
}

/* ===== FOOTER ===== */
.footer {
  background: #ffffff;
  border-top: 1px solid var(--gray-200);
  padding: 40px 20px 100px;
  text-align: center;
  color: var(--gray-600);
}
.footer-inner { max-width: 700px; margin: 0 auto; }
.footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.footer-logo .logo-main {
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.footer-logo .logo-carry { color: var(--gray-800); }
.footer-logo .logo-one { color: var(--orange); }
.footer-logo-sub { 
  font-size: 0.8rem; 
  color: var(--gray-600); 
  font-family: 'Noto Sans JP', sans-serif;
  white-space: nowrap;
}
.footer-info {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 0.85rem;
}
.footer-copy { font-size: 0.75rem; }
.footer-tel {
  color: var(--gray-800);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}
.footer-tel:hover {
  text-decoration: underline;
  color: var(--orange);
}


/* ===== FLOAT CTA ===== */
.float-cta {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 150%);
  z-index: 999;
  width: calc(100% - 32px);
  max-width: 600px;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}
.float-cta.visible { transform: translate(-50%, 0); }

.float-cta-inner {
  display: flex;
  gap: 12px;
  pointer-events: auto;
  width: 100%;
}

.float-btn-call, .float-btn-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 24px;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.4);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.float-btn-call {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  animation: floatPulse 3s infinite;
}

.float-btn-form {
  background: linear-gradient(135deg, #34d399, #059669);
  animation: floatPulse 3s infinite;
  animation-delay: 1.5s;
}

.float-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
  animation: wiggle 3s infinite;
}
.float-btn-form .float-icon {
  animation-delay: 1.5s;
}

.float-btn-call span, .float-btn-form span {
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.float-btn-call::before, .float-btn-form::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  animation: floatShine 5s infinite;
}

.float-btn-form::before {
  animation-delay: 2.5s;
}

@keyframes floatPulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 8px 32px rgba(0,0,0,0.25); }
  50% { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 40px rgba(0,0,0,0.35); }
}

@keyframes floatShine {
  0% { left: -100%; }
  20% { left: 200%; }
  100% { left: 200%; }
}

@keyframes wiggle {
  0%, 10%, 100% { transform: rotate(0deg); }
  2% { transform: rotate(-10deg); }
  4% { transform: rotate(10deg); }
  6% { transform: rotate(-10deg); }
  8% { transform: rotate(10deg); }
}

.float-btn-call:hover, .float-btn-form:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero-content { padding: 60px 20px 80px; }
  .hero-trust-row { gap: 8px; }
  .trust-badge { min-width: 72px; padding: 10px 12px; }
  .trust-num { font-size: 1.3rem; }
  .flow-arrow { transform: rotate(90deg); }
  .flow-steps { flex-direction: column; align-items: center; }
  .flow-step { max-width: 100%; width: 100%; }
  .contact-form-wrap { padding: 28px 20px; }
  .worries-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-card { flex-wrap: wrap; }
  .voice-google { flex-wrap: wrap; justify-content: center; text-align: center; }

  .voice-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .voice-card { padding: 20px 16px; }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: clamp(1.4rem, 7.3vw, 2.4rem);
    letter-spacing: 0;
    white-space: nowrap;
  }
  .hero-trust-row { display: grid; grid-template-columns: repeat(2, 1fr); }
  .worries-grid { grid-template-columns: 1fr; }
  .price-cards { grid-template-columns: 1fr; }
  .price-popular { transform: scale(1); }
  .price-popular:hover { transform: translateY(-6px); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .voice-cards { grid-template-columns: 1fr; }

  .footer-info { flex-direction: column; gap: 8px; }
}

/* ===== SCROLL ANIMATIONS ===== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}
