.smileship-footer {
  position: relative;
  padding: 80px 6vw 50px;
  color: #0f172a;
  background: linear-gradient(140deg, rgba(252, 251, 249, 0.75), rgba(255, 245, 235, 0.55));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  overflow: hidden;
}
.smileship-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.7), transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(148, 163, 184, 0.25), transparent 50%);
  pointer-events: none;
  opacity: 0.9;
}
.smileship-footer a { color: inherit; text-decoration: none; }
.smileship-footer a:focus-visible { outline: 2px solid var(--c-accent); outline-offset: 2px; border-radius: 6px; }
.smileship-footer-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 28px;
  padding: 34px 34px;
  box-shadow: 0 30px 60px -35px rgba(15, 23, 42, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.footer-brand { max-width: 360px; }
.footer-logo { font-size: 18px; letter-spacing: 0.2em; font-weight: 600; display: inline-block; }
.footer-tagline { font-size: 13px; color: #334155; margin-top: 12px; line-height: 1.8; }
.footer-links { display: flex; flex-wrap: wrap; gap: 40px; }
.footer-links-group { min-width: 200px; display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-links-group a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
  font-weight: 600;
  text-decoration-color: rgba(15, 23, 42, 0.2);
  text-underline-offset: 4px;
  transition: .3s;
}
.footer-links-group a::after {
  content: "→";
  font-size: 12px;
  opacity: 0.6;
}
.footer-links-group a:hover { color: var(--c-accent); text-decoration-color: var(--c-accent); }
.footer-label { color: #64748b; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 100vmax;
  border: 1px solid #e2e8f0;
}
.footer-tel-icon { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.smileship-footer .footer-line-btn  { background: #06c755; color: #ffffff; border-radius: 100vmax; padding: 10px 16px; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; text-decoration: none; }
.smileship-footer .footer-tel { background: #fff; color: inherit; border-radius: 100vmax; padding: 10px 16px; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; text-decoration: none; }
.smileship-footer .footer-line-btn:after,
.smileship-footer .footer-tel:after {margin-left: auto;}
.footer-line-btn,
.footer-line-btn:visited { color: #ffffff; }
.footer-line-icon { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-links-group .footer-line-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(6, 199, 85, 0.03); background-color: #05b04b; color: #fff; }
.footer-links-group .footer-tel:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.06); background-color: rgba(0, 0, 0, 0.06); color: inherit; }
.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  padding-top: 18px;
  font-size: 12px;
  color: #475569;
  text-align: center;
}
@media (max-width: 900px) {
  .smileship-footer {
    padding-bottom: 100px;
    background: linear-gradient(180deg, #fcfbf9 0%, #fff5eb 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .smileship-footer-inner { gap: 24px; }
}
