/* =================================
IT-cares.biz
Main Stylesheet
================================= */

:root {
  --accent: #c2185b;
  --accent-dark: #9e124a;
  --dark: #444444;
  --dark-2: #151922;
  --text: #000011;
  --sub: #3f4756;
  --border: #d9dee8;
  --bg: #ffffff;
  --bg-soft: #f4f7fb;
  --bg-panel: rgba(255, 255, 255, 0.76);
  --line: rgba(24, 34, 58, 0.08);
  --shadow: 0 24px 60px rgba(15, 17, 23, 0.08);
  --shadow-soft: 0 12px 30px rgba(15, 17, 23, 0.05);
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --container: 1200px;
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-size: 16.5px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

/* =========================
Header
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 222, 232, 0.85);
  box-shadow: 0 12px 28px rgba(15, 17, 23, 0.04);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-image {
  width: auto;
  height: 40px;
  max-width: 220px;
  object-fit: contain;
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, #d7437d 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(194, 24, 91, 0.18);
}

.logo-text {
  font-size: 1.04rem;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.02em;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.global-nav a {
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--text);
  transition: color 0.2s ease, background 0.2s ease;
}

.global-nav a:hover {
  color: var(--accent);
}

.global-nav .nav-cta {
  background: var(--accent);
  color: #fff;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(194, 24, 91, 0.22);
  box-shadow: 0 12px 28px rgba(194, 24, 91, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.global-nav .nav-cta:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: rgba(158, 18, 74, 0.4);
  box-shadow: 0 16px 30px rgba(194, 24, 91, 0.24);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  background: var(--dark);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* =========================
Buttons
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.94rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 28px rgba(194, 24, 91, 0.18);
}

.btn-primary:hover {
  background: var(--accent-dark);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  border-color: var(--dark);
  box-shadow: var(--shadow-soft);
}

/* =========================
Sections
========================= */

.section {
  padding: 67px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-label {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding-left: 14px;
  color: #7f8aa3;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 1px;
  background: var(--accent);
  transform: translateY(-50%);
}

.section-label-light {
  color: rgba(255, 255, 255, 0.7);
}

.section-heading h2,
.scope-copy h2,
.cta-copy h2,
.wallet-copy h2,
.featured-copy h2,
.local-seo-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--dark);
  font-weight: 700;
}

.section-heading p,
.scope-copy p,
.cta-copy p,
.wallet-copy p,
.featured-copy p,
.local-seo-copy p {
  margin: 0;
  color: var(--sub);
  font-size: 0.98rem;
}

/* =========================
Hero
========================= */

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 86px;
  background:
    radial-gradient(circle at 78% 18%, rgba(194, 24, 91, 0.08), transparent 24%),
    radial-gradient(circle at 92% 26%, rgba(32, 44, 72, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(18, 24, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 24, 38, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), transparent 85%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  gap: 58px;
  align-items: center;
}

.eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding-left: 14px;
  color: #7f8aa3;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 1px;
  background: var(--accent);
  transform: translateY(-50%);
}

.hero-copy h1 {
  margin: 0 0 18px;
  max-width: 760px;
  font-size: clamp(1.9rem, 3.1vw, 2.55rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: var(--dark);
  font-weight: 800;
}

.hero-text {
  margin: 0;
  max-width: 680px;
  font-size: 1rem;
  color: var(--sub);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-points {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.hero-points li {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 222, 232, 0.95);
  color: var(--text);
  font-size: 0.87rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 17, 23, 0.04);
}

/* =========================
Hero Visual
========================= */

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-visual-mobile {
  display: none;
}

.hero-visual-desktop {
  display: block;
}

.hero-grid {
  position: absolute;
  inset: 18px 12px 18px 12px;
  background-image:
    linear-gradient(rgba(24, 34, 58, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 34, 58, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 62% 46%, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.18) 72%, transparent 100%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  animation: glowFloat 8s ease-in-out infinite;
}

.hero-glow-a {
  width: 260px;
  height: 260px;
  top: 58px;
  right: 54px;
  background: radial-gradient(circle, rgba(194,24,91,0.16) 0%, rgba(194,24,91,0.06) 44%, rgba(194,24,91,0.01) 74%);
}

.hero-glow-b {
  width: 280px;
  height: 280px;
  left: 30px;
  bottom: 26px;
  background: radial-gradient(circle, rgba(26,36,62,0.12) 0%, rgba(26,36,62,0.04) 52%, transparent 78%);
  animation-delay: -3s;
}

.hero-stage {
  position: absolute;
  inset: 0;
}

.hero-core {
  position: absolute;
  right: 120px;
  top: 176px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(194,24,91,0.26) 0%, rgba(194,24,91,0.14) 34%, rgba(38,52,89,0.08) 62%, rgba(38,52,89,0.02) 76%, transparent 78%);
  box-shadow:
    0 0 0 1px rgba(194,24,91,0.08),
    0 0 54px rgba(194,24,91,0.10);
  z-index: 1;
  animation: corePulse 5.5s ease-in-out infinite;
}

.hero-core-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(194, 24, 91, 0.13);
  animation: ringPulse 8s ease-in-out infinite;
}

.hero-core-ring-a {
  width: 220px;
  height: 220px;
  right: 78px;
  top: 134px;
}

.hero-core-ring-b {
  width: 312px;
  height: 312px;
  right: 30px;
  top: 88px;
  border-color: rgba(32, 44, 72, 0.10);
  animation-delay: -2s;
}

.hero-core-ring-c {
  width: 400px;
  height: 400px;
  right: -12px;
  top: 44px;
  border-color: rgba(194, 24, 91, 0.07);
  animation-delay: -4s;
}

.hero-links {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-link {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(194,24,91,0.06), rgba(34,48,77,0.22), rgba(194,24,91,0.06));
  transform-origin: left center;
  animation: lineFlicker 4.6s ease-in-out infinite;
}

.hero-link-1 {
  top: 194px;
  left: 170px;
  width: 210px;
  transform: rotate(12deg);
}

.hero-link-2 {
  top: 268px;
  left: 226px;
  width: 184px;
  transform: rotate(-14deg);
  animation-delay: -1.2s;
}

.hero-link-3 {
  top: 352px;
  left: 154px;
  width: 284px;
  transform: rotate(8deg);
  animation-delay: -2.1s;
}

.hero-link-4 {
  top: 150px;
  left: 280px;
  width: 176px;
  transform: rotate(-18deg);
  animation-delay: -1.8s;
}

.hero-link-5 {
  top: 318px;
  left: 292px;
  width: 148px;
  transform: rotate(26deg);
  animation-delay: -2.8s;
}

.hero-card {
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(217, 222, 232, 0.88);
  box-shadow: 0 18px 40px rgba(15, 17, 23, 0.06);
}

.hero-card-main {
  top: 52px;
  left: 28px;
  width: 320px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  animation: cardFloat 6s ease-in-out infinite;
}

.hero-card-label {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card-title {
  display: block;
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: var(--dark);
}

.hero-bars {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.hero-bars span {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(194,24,91,0.88), rgba(35,50,82,0.18));
}

.hero-bars span:nth-child(1) {
  width: 88%;
}

.hero-bars span:nth-child(2) {
  width: 66%;
}

.hero-bars span:nth-child(3) {
  width: 76%;
}

.hero-card-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  animation: cardFloat 6s ease-in-out infinite;
}

.hero-card-mini small {
  display: block;
  margin-bottom: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sub);
}

.hero-card-mini strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
  color: var(--dark);
}

.hero-card-seo {
  top: 118px;
  right: 34px;
  animation-delay: -1s;
}

.hero-card-web3 {
  bottom: 142px;
  left: 44px;
  animation-delay: -2s;
}

.hero-card-wallet {
  bottom: 56px;
  right: 56px;
  animation-delay: -3s;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(194, 24, 91, 0.10);
  flex-shrink: 0;
}

.hero-metric {
  position: absolute;
  z-index: 2;
  padding: 12px 14px;
  min-width: 96px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(217, 222, 232, 0.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(15, 17, 23, 0.05);
  animation: cardFloat 6s ease-in-out infinite;
}

.metric-label {
  display: block;
  margin-bottom: 2px;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-metric strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.2;
  color: var(--dark);
}

.hero-metric-a {
  top: 92px;
  right: 180px;
  animation-delay: -0.8s;
}

.hero-metric-b {
  top: 292px;
  right: 20px;
  animation-delay: -1.6s;
}

.hero-metric-c {
  bottom: 122px;
  left: 180px;
  animation-delay: -2.4s;
}

.hero-node {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #24314d;
  box-shadow: 0 0 0 6px rgba(36, 49, 77, 0.08);
}

.hero-node-1 {
  top: 182px;
  left: 170px;
  animation: nodeFloat1 5.8s ease-in-out infinite;
}

.hero-node-2 {
  top: 220px;
  left: 386px;
  animation: nodeFloat2 6.6s ease-in-out infinite;
}

.hero-node-3 {
  top: 300px;
  left: 246px;
  animation: nodeFloat3 6.1s ease-in-out infinite;
}

.hero-node-4 {
  top: 378px;
  left: 432px;
  animation: nodeFloat1 7.2s ease-in-out infinite;
}

.hero-node-5 {
  top: 146px;
  left: 346px;
  animation: nodeFloat2 5.4s ease-in-out infinite;
}

.hero-node-6 {
  top: 414px;
  left: 338px;
  animation: nodeFloat3 6.9s ease-in-out infinite;
}

@keyframes glowFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate3d(8px, -10px, 0) scale(1.05);
    opacity: 0.82;
  }
}

@keyframes corePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.98;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.82;
  }
}

@keyframes ringPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.35;
  }
}

@keyframes lineFlicker {
  0%, 100% {
    opacity: 0.55;
  }
  50% {
    opacity: 0.95;
  }
}

@keyframes cardFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes nodeFloat1 {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(4px, -5px, 0);
  }
  50% {
    transform: translate3d(-2px, -8px, 0);
  }
  75% {
    transform: translate3d(-5px, 2px, 0);
  }
}

@keyframes nodeFloat2 {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-3px, 4px, 0);
  }
  50% {
    transform: translate3d(5px, -4px, 0);
  }
  75% {
    transform: translate3d(2px, 6px, 0);
  }
}

@keyframes nodeFloat3 {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(5px, 3px, 0);
  }
  50% {
    transform: translate3d(-4px, -5px, 0);
  }
  75% {
    transform: translate3d(3px, -2px, 0);
  }
}

/* =========================
Services
========================= */

.section-services {
  background: var(--bg-soft);
  border-top: 1px solid rgba(217, 222, 232, 0.55);
  border-bottom: 1px solid rgba(217, 222, 232, 0.55);
}

.service-grid {
  display: grid;
  gap: 18px;
}

.service-grid-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid-5 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.service-grid-5 > .service-card:nth-child(-n+3) {
  grid-column: span 2;
}

.service-grid-5 > .service-card:nth-child(n+4) {
  grid-column: span 3;
}

.service-card {
  position: relative;
  display: block;
  min-height: 210px;
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(194, 24, 91, 0.35);
  background: rgba(255, 255, 255, 0.98);
}

.service-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.service-number {
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.16em;
}

.service-badge-hot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(194, 24, 91, 0.12);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--dark);
  font-weight: 700;
}

.service-card p {
  margin: 0;
  color: var(--sub);
  font-size: 0.93rem;
}

/* =========================
Common Photo Block
========================= */

.section-photo {
  margin: 28px auto 0;
  width: 100%;
  max-width: 520px;
}

.section-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(15, 17, 23, 0.08);
}

/* =========================
Local SEO
========================= */

.section-local-seo {
  background: #ffffff;
}

.local-seo-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 28px;
  padding: 34px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(194, 24, 91, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid rgba(217, 222, 232, 0.95);
  box-shadow: var(--shadow-soft);
}

.local-seo-copy,
.wallet-copy {
  display: flex;
  flex-direction: column;
}

.local-seo-copy .section-photo,
.wallet-copy .section-photo-wallet {
  align-self: center;
}

.local-seo-copy p + p {
  margin-top: 12px;
}

.local-seo-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.local-point {
  padding: 20px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 222, 232, 0.92);
  box-shadow: var(--shadow-soft);
}

.local-point h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--dark);
  letter-spacing: -0.02em;
}

.local-point p {
  margin: 0;
  font-size: 0.93rem;
  color: var(--sub);
}

/* =========================
Featured
========================= */

.section-featured {
  background: #ffffff;
}

.featured-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 28px;
  padding: 34px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(194, 24, 91, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(217, 222, 232, 0.95);
  box-shadow: var(--shadow-soft);
}

.featured-copy p + p {
  margin-top: 12px;
}

.featured-list-wrap {
  display: flex;
  align-items: stretch;
}

.featured-list {
  list-style: none;
  width: 100%;
  display: grid;
  gap: 12px;
}

.featured-list li {
  position: relative;
  padding: 16px 16px 16px 42px;
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-weight: 600;
}

.featured-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(194, 24, 91, 0.08);
}

/* =========================
Wallet
========================= */

.section-wallet {
  background: var(--bg-soft);
  border-top: 1px solid rgba(217, 222, 232, 0.55);
  border-bottom: 1px solid rgba(217, 222, 232, 0.55);
}

.wallet-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.wallet-copy .section-photo-wallet {
  margin: 28px auto 0;
  width: 100%;
  max-width: 500px;
}

.wallet-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.mini-card {
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.mini-card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--dark);
}

.mini-card p {
  margin: 0;
  font-size: 0.93rem;
  color: var(--sub);
}

/* =========================
Strengths
========================= */

.strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.strength-card {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.strength-card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--dark);
  font-weight: 700;
}

.strength-card p {
  margin: 0;
  color: var(--sub);
  font-size: 0.93rem;
}

/* =========================
Scope
========================= */

.scope-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.scope-list-wrap {
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.scope-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.scope-list li {
  position: relative;
  padding: 14px 14px 14px 38px;
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f6f8fc 100%);
  font-weight: 600;
  color: var(--text);
  font-size: 0.92rem;
}

.scope-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(194, 24, 91, 0.08);
}

/* =========================
Flow
========================= */

.section-flow {
  background: var(--bg-soft);
  border-top: 1px solid rgba(217, 222, 232, 0.55);
  border-bottom: 1px solid rgba(217, 222, 232, 0.55);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.flow-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 14px;
  align-items: start;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.flow-card span {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: rgba(194, 24, 91, 0.1);
  color: var(--accent);
  font-weight: 800;
  font-size: 0.95rem;
}

.flow-card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--dark);
  letter-spacing: -0.02em;
  font-weight: 700;
}

.flow-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: var(--sub);
  font-size: 0.93rem;
}

/* =========================
FAQ
========================= */

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(217, 222, 232, 0.92);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 52px 20px 20px;
  font-weight: 700;
  color: var(--dark);
  font-size: 0.96rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  line-height: 1;
  color: var(--accent);
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--sub);
  font-size: 0.93rem;
}

/* =========================
CTA
========================= */

.section-cta {
  padding: 104px 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 38px 40px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(194, 24, 91, 0.14), transparent 28%),
    linear-gradient(135deg, #121722 0%, #0d1118 100%);
  color: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.cta-copy h2 {
  color: #fff;
}

.cta-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.cta-action .btn-primary {
  min-width: 180px;
}

/* =========================
Footer
========================= */

.site-footer {
  padding: 46px 0 24px;
  background: #0c1017;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-brand {
  margin: 0 0 12px;
  font-size: 1.06rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.footer-heading {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.footer-col p,
.footer-col a,
.footer-col span {
  display: block;
  margin: 0 0 10px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-col a {
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.62);
}

.faq-more-wrap {
  margin-top: 28px;
  text-align: center;
}

.btn-faq-more {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(28, 34, 48, 0.18);
}

.btn-faq-more:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.development-note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
/* =========================
Responsive
========================= */

@media (max-width: 1080px) {
  .hero-inner,
  .scope-inner,
  .cta-inner,
  .wallet-inner,
  .featured-box,
  .local-seo-box {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .service-grid-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

  .service-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid-5 > .service-card:nth-child(-n+3),
  .service-grid-5 > .service-card:nth-child(n+4) {
    grid-column: span 1;
  }

  .strength-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .wallet-copy .section-photo-wallet,
  .section-photo {
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .global-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    padding: 14px 12px;
    border-radius: 10px;
  }

  .global-nav a:hover {
    background: var(--bg-soft);
  }

  .global-nav .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .section {
    padding: 82px 0;
  }

  .hero {
    padding: 40px 0 54px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-card-main {
    top: 28px;
    left: 22px;
    width: calc(100% - 44px);
  }

  .hero-card-seo {
    top: 156px;
    right: 22px;
  }

  .hero-card-web3 {
    left: 22px;
    bottom: 108px;
  }

  .hero-card-wallet {
    right: 22px;
    bottom: 28px;
  }

  .hero-metric-a,
  .hero-metric-b,
  .hero-metric-c,
  .hero-link-4,
  .hero-link-5,
  .hero-core-ring-c {
    display: none;
  }

  .service-grid-6,
  .service-grid-5,
  .flow-grid,
  .strength-grid,
  .scope-list {
    grid-template-columns: 1fr;
  }

  .service-grid-5 > .service-card:nth-child(-n+3),
  .service-grid-5 > .service-card:nth-child(n+4) {
    grid-column: span 1;
  }

  .cta-inner {
    padding: 30px 24px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .header-inner {
    min-height: 72px;
  }

  .logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .logo-text {
    font-size: 1rem;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .hero-copy h1 {
    font-size: clamp(1.5rem, 6vw, 1.86rem);
    line-height: 1.28;
  }

  .section-heading h2,
  .scope-copy h2,
  .cta-copy h2,
  .wallet-copy h2,
  .featured-copy h2,
  .local-seo-copy h2 {
    font-size: clamp(1.34rem, 6vw, 1.72rem);
    line-height: 1.35;
  }

  .hero-text {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  h3 {
    font-size: 1.06rem;
    line-height: 1.4;
  }

  .hero-visual-desktop {
    display: none;
  }

  .hero-visual-mobile {
    display: block;
    min-height: 300px;
    margin: 18px 0 10px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 12px;
  }

  .btn {
    width: 100%;
  }

  .hero-points li {
    width: 100%;
    text-align: center;
  }

  .hero-visual {
    min-height: 340px;
  }

  .hero-grid {
    inset: 8px 0 8px 0;
  }

  .hero-glow-a {
    width: 180px;
    height: 180px;
    top: 18px;
    right: 6px;
  }

  .hero-glow-b {
    width: 180px;
    height: 180px;
    left: -20px;
    bottom: -12px;
  }

  .hero-card-main {
    padding: 18px 18px 16px;
  }

  .hero-card-title {
    font-size: 1.2rem;
  }

  .hero-card-mini {
    padding: 10px 12px;
  }

  .hero-card-seo,
  .hero-card-web3,
  .hero-card-wallet {
    transform: scale(0.94);
    transform-origin: left top;
  }

  .hero-core {
    width: 100px;
    height: 100px;
    right: 66px;
    top: 148px;
  }

  .hero-core-ring-a,
  .hero-core-ring-b,
  .hero-core-ring-c,
  .hero-link-1,
  .hero-link-2,
  .hero-link-3,
  .hero-link-4,
  .hero-link-5,
  .hero-node-4,
  .hero-node-5,
  .hero-node-6,
  .hero-metric-a,
  .hero-metric-b,
  .hero-metric-c {
    display: none;
  }

  .service-card,
  .strength-card,
  .flow-card,
  .mini-card,
  .local-point {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .scope-list-wrap,
  .featured-box,
  .local-seo-box {
    padding: 18px;
    border-radius: 18px;
  }

  .faq-item summary {
    padding: 18px 46px 18px 18px;
  }

  .faq-item p {
    padding: 0 18px 18px;
  }

  .cta-inner {
    padding: 26px 18px;
    border-radius: 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-photo,
  .wallet-copy .section-photo-wallet {
    margin: 24px auto 0;
    max-width: 100%;
  }

  .section-photo img {
    border-radius: 12px;
  }

  .service-meta {
    gap: 8px;
  }

  .service-badge-hot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(194, 24, 91, 0.12);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
}

/* =================================
Sub pages typography adjustment
(TOP以外の見出しサイズ調整)
================================= */

/* h1（ページタイトル） */
.page-header-simple h1{
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
}

/* h2 */
main h2{
  font-size: clamp(1.45rem, 2vw, 1.7rem);
}

/* h3 */
main h3{
  font-size: 1.15rem;
}

/* h4 */
main h4{
  font-size: 1rem;
}

/* =================================
Sub page header gradient（共通）
================================= */

.page-header-simple {
  background:
    radial-gradient(circle at 85% 15%, rgba(194, 24, 91, 0.08), transparent 30%),
    radial-gradient(circle at 15% 10%, rgba(80, 120, 255, 0.08), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border-bottom: 1px solid rgba(217, 222, 232, 0.6);
}

/* =================================
Section spacing adjustment
================================= */

section {
  padding: clamp(48px, 6vw, 72px) 0;
}

/* =================================
Text width fix（中央折れ防止）
================================= */

.section-heading,
.section-heading p {
  max-width: 1100px;
}

/* =================================
Heading spacing adjustment
================================= */

.section-heading h2 {
  margin-bottom: 20px;
}

.section-heading p {
  margin-top: 0;
}

/* =================================
Contact page adjustments
================================= */
.contact-page section {
  padding: 36px 0;
}

.contact-page .page-header-simple {
  padding: 56px 0 24px;
}

.privacy-note {
  margin: 12px 0 0;
  font-size: 0.86rem;
  color: var(--sub);
}

.privacy-note a {
  color: var(--accent);
  text-decoration: underline;
}

.footer-info-line {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

.footer-time {
  display: inline-block;
}


/* =================================
   Global heading unification
   Match all pages to top page heading scale
================================= */
:root {
  --itcares-h1-size: clamp(1.33rem, 2.17vw, 1.79rem);
  --itcares-h1-line: 1.16;
  --itcares-h1-letter: -0.04em;
  --itcares-h2-size: clamp(1.75rem, 3vw, 2.35rem);
  --itcares-h2-line: 1.2;
  --itcares-h2-letter: -0.03em;
  --itcares-h3-size: 1.02rem;
  --itcares-h3-line: 1.4;
  --itcares-h3-letter: -0.02em;
  --itcares-h4-size: 0.96rem;
  --itcares-h5-size: 0.9rem;
}

.hero-copy h1,
.page-header-simple h1,
.company-hero h1,
main h1 {
  font-size: var(--itcares-h1-size) !important;
  line-height: var(--itcares-h1-line) !important;
  letter-spacing: var(--itcares-h1-letter) !important;
  font-weight: 800 !important;
}

main h2 {
  font-size: var(--itcares-h2-size) !important;
  line-height: var(--itcares-h2-line) !important;
  letter-spacing: var(--itcares-h2-letter) !important;
  font-weight: 700 !important;
}

main h3 {
  font-size: var(--itcares-h3-size) !important;
  line-height: var(--itcares-h3-line) !important;
  letter-spacing: var(--itcares-h3-letter) !important;
  font-weight: 700 !important;
}

main h4 {
  font-size: var(--itcares-h4-size) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em !important;
  font-weight: 700 !important;
}

main h5 {
  font-size: var(--itcares-h5-size) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  :root {
    --itcares-h1-size: clamp(1.05rem, 4.2vw, 1.3rem);
    --itcares-h2-size: clamp(1.34rem, 6vw, 1.72rem);
    --itcares-h3-size: 1.06rem;
    --itcares-h4-size: 0.96rem;
    --itcares-h5-size: 0.9rem;
  }
}

/* =========================
Mobile Fine Tuning (PC design unchanged)
========================= */
@media (max-width: 860px) {
  .section {
    padding: 50px 0;
  }

  .hero {
    padding: 34px 0 42px;
  }

  .logo-image {
    height: 28px;
    max-width: 154px;
  }

  .site-footer {
    padding: 34px 0 8px;
    position: relative;
    overflow: hidden;
  }

  .site-footer::before {
    content: "";
    position: absolute;
    left: -48px;
    top: 22px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(194, 24, 91, 0.18) 0%, rgba(194, 24, 91, 0.08) 38%, rgba(194, 24, 91, 0) 74%),
      radial-gradient(circle at 65% 35%, rgba(38, 120, 255, 0.14) 0%, rgba(38, 120, 255, 0) 68%);
    filter: blur(10px);
    pointer-events: none;
  }

  .footer-inner,
  .footer-col,
  .footer-col-brand {
    text-align: right;
    position: relative;
    z-index: 1;
  }

}

@media (max-width: 640px) {
  .section {
    padding: 40px 0;
  }

  .hero {
    padding: 28px 0 36px;
  }

  .flow-grid-home .flow-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-areas:
      "step title"
      "desc desc";
    column-gap: 12px;
    row-gap: 10px;
    align-items: center;
  }

  .flow-grid-home .flow-card span {
    grid-area: step;
    margin-bottom: 0;
  }

  .flow-grid-home .flow-card h3 {
    grid-area: title;
    margin: 0;
  }

  .flow-grid-home .flow-card p {
    grid-area: desc;
  }
}

/* =========================
フッター左側余白対策（スマホのみ）
========================= */
@media (max-width: 640px) {
  .site-footer {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(90deg,
        rgba(194, 24, 91, 0.18) 0%,
        rgba(194, 24, 91, 0.10) 8%,
        rgba(194, 24, 91, 0.04) 16%,
        rgba(194, 24, 91, 0.00) 28%
      ),
      radial-gradient(circle at 0% 18%, rgba(194, 24, 91, 0.20) 0%, transparent 24%),
      radial-gradient(circle at 0% 68%, rgba(88, 96, 255, 0.14) 0%, transparent 22%),
      linear-gradient(180deg, #0b1018 0%, #0a0f17 100%);
  }
}

/* =========================
英語ラベル スマホ縮小（強制適用）
========================= */
@media (max-width: 640px) {
  .section-label {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 640px) {
  .flow-card {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 12px;
    padding: 20px 18px;
  }

  .flow-card span {
    width: 34px;
    height: 34px;
    font-size: 0.88rem;
  }

  .flow-card h3 {
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .flow-card p {
    font-size: 0.9rem;
  }
}

/* =========================
Privacy Policy h2 adjustment
========================= */
.privacy-page main h2 {
  font-size: clamp(1.45rem, 2vw, 1.7rem) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.03em !important;
}

.contact-page .contact-info-simple ul,
.contact-page .contact-info-simple li {
  font-size: 0.9rem;
  line-height: 1.6;
}

.contact-page .contact-info-simple ul {
  margin-bottom: 12px;
}

.contact-page .contact-info-simple {
  margin-bottom: 20px;
}

.contact-page .contact-flow-box .flow-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
}

.contact-page .contact-flow-box .flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  min-width: 62px;
  margin: 0;
}

.contact-page .contact-flow-box .flow-card h3 {
  margin: 0;
}

.contact-page .contact-flow-box .flow-card p {
  grid-column: 1 / -1;
  margin: 0;
}

@media (max-width: 640px) {
  .contact-page .contact-flow-box .flow-card {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }

  .contact-page .contact-flow-box .flow-step {
    width: 56px;
    min-width: 56px;
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.74rem;
  }
}

/* =========================
AEO Service LP Page
========================= */
.aeo-service-page {
  background:
    radial-gradient(circle at top right, rgba(194, 24, 91, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 42%, #ffffff 100%);
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 222, 232, 0.85);
  box-shadow: 0 12px 28px rgba(15, 17, 23, 0.04);
}

.lp-header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.92);
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-mini-link:hover {
  transform: translateY(-1px);
  border-color: var(--dark);
  box-shadow: var(--shadow-soft);
}

.lp-floating-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1100;
  display: none;
}

.lp-floating-cta .btn {
  width: 100%;
  min-height: 52px;
  box-shadow: 0 18px 30px rgba(194, 24, 91, 0.26);
}

.lp-fv {
  position: relative;
  padding: 82px 0 72px;
  overflow: hidden;
}

.lp-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(194, 24, 91, 0.10), transparent 20%),
    radial-gradient(circle at 12% 18%, rgba(58, 111, 255, 0.08), transparent 22%);
  pointer-events: none;
}

.lp-fv-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 32px;
  align-items: start;
}

.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(194, 24, 91, 0.08);
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-fv-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 4.6vw, 4rem);
  line-height: 1.07;
  letter-spacing: -0.05em;
  color: var(--dark);
}

.lp-fv-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--sub);
}

.lp-fv-copy p + p {
  margin-top: 12px;
}

.lp-highlight {
  color: var(--accent);
}

.lp-fv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.lp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lp-trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(217, 222, 232, 0.9);
  background: rgba(255,255,255,0.82);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
}

.lp-panel {
  padding: 30px 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(194, 24, 91, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%);
  border: 1px solid rgba(217, 222, 232, 0.94);
  box-shadow: 0 24px 60px rgba(15, 17, 23, 0.08);
}

.lp-panel h2,
.lp-panel h3 {
  margin: 0;
  color: var(--dark);
}

.lp-panel h2 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.lp-panel p {
  margin: 0;
  color: var(--sub);
  line-height: 1.85;
  font-size: 0.96rem;
}

.lp-panel p + p,
.lp-panel ul + p,
.lp-panel ul + ul {
  margin-top: 10px;
}

.lp-panel-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.lp-panel-list li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 14px;
  border: 1px solid rgba(217, 222, 232, 0.94);
  background: rgba(255,255,255,0.9);
  color: var(--text);
  font-weight: 700;
  line-height: 1.7;
}

.lp-panel-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--accent) 0%, #ef5b97 100%);
}

.lp-lead-box {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--accent);
  border-radius: 14px;
  background: rgba(194, 24, 91, 0.06);
}

.lp-lead-box strong {
  color: var(--dark);
}

.lp-grid-3,
.lp-grid-2,
.lp-flow-grid,
.lp-faq-grid,
.lp-case-grid,
.lp-article-grid,
.lp-plan-grid,
.lp-support-grid,
.lp-reason-grid {
  display: grid;
  gap: 18px;
}

.lp-grid-3,
.lp-reason-grid,
.lp-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-grid-2,
.lp-case-grid,
.lp-article-grid,
.lp-plan-grid,
.lp-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-card,
.lp-plan-card,
.lp-case-card,
.lp-article-card,
.lp-faq-card,
.lp-reason-card,
.lp-support-card {
  padding: 24px 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(217, 222, 232, 0.92);
  box-shadow: 0 18px 36px rgba(15, 17, 23, 0.05);
}

.lp-card h3,
.lp-plan-card h3,
.lp-case-card h3,
.lp-article-card h3,
.lp-faq-card h3,
.lp-reason-card h3,
.lp-support-card h3 {
  margin: 0 0 10px;
  color: var(--dark);
  font-size: 1.02rem;
  line-height: 1.38;
}

.lp-card p,
.lp-plan-card p,
.lp-case-card p,
.lp-article-card p,
.lp-faq-card p,
.lp-reason-card p,
.lp-support-card p {
  margin: 0;
  color: var(--sub);
  font-size: 0.95rem;
  line-height: 1.82;
}

.lp-card p + p,
.lp-plan-card p + p,
.lp-case-card p + p,
.lp-article-card p + p,
.lp-faq-card p + p {
  margin-top: 8px;
}

.lp-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-flow-card {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%);
  border: 1px solid rgba(217, 222, 232, 0.94);
  box-shadow: var(--shadow-soft);
}

.lp-flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(194, 24, 91, 0.1);
  color: var(--accent-dark);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.lp-flow-card h3 {
  margin: 16px 0 8px;
  font-size: 1rem;
  color: var(--dark);
}

.lp-flow-card p {
  margin: 0;
  color: var(--sub);
  font-size: 0.94rem;
  line-height: 1.8;
}

.lp-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lp-compare-box {
  padding: 26px 22px;
  border-radius: 20px;
  border: 1px solid rgba(217, 222, 232, 0.94);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--shadow-soft);
}

.lp-compare-box h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  color: var(--dark);
}

.lp-compare-box ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.lp-compare-box li {
  position: relative;
  padding-left: 22px;
  color: var(--sub);
  line-height: 1.78;
}

.lp-compare-box li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-size: 1.1rem;
  line-height: 1.5;
}

.lp-emphasis {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(15, 17, 23, 0.06);
  color: var(--dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-price {
  display: inline-block;
  margin-top: 12px;
  color: var(--accent-dark);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lp-note {
  font-size: 0.86rem !important;
}

.lp-plan-card.featured {
  position: relative;
  border-color: rgba(194, 24, 91, 0.26);
  box-shadow: 0 24px 50px rgba(194, 24, 91, 0.10);
}

.lp-plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(194, 24, 91, 0.1);
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-section-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(194, 24, 91, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(217, 222, 232, 0.95);
  box-shadow: var(--shadow-soft);
}

.lp-section-cta h2 {
  margin: 0 0 10px;
  color: var(--dark);
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.lp-section-cta p {
  margin: 0;
  color: var(--sub);
  line-height: 1.85;
}

.lp-anchor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.lp-anchor-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(217, 222, 232, 0.94);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-anchor-links a:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(194, 24, 91, 0.3);
}

.lp-inline-link {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(194, 24, 91, 0.36);
  text-underline-offset: 3px;
}

.lp-inline-link:hover {
  color: var(--accent);
}

.lp-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.lp-list li {
  position: relative;
  padding-left: 22px;
  color: var(--sub);
  line-height: 1.8;
}

.lp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.lp-faq-card {
  scroll-margin-top: 110px;
}

.lp-faq-card h3 {
  margin-bottom: 12px;
}

.lp-support-card,
.lp-reason-card {
  min-height: 100%;
}

@media (max-width: 1080px) {
  .lp-fv-inner,
  .lp-section-cta,
  .lp-compare {
    grid-template-columns: 1fr;
  }

  .lp-grid-3,
  .lp-reason-grid,
  .lp-support-grid,
  .lp-flow-grid,
  .lp-grid-2,
  .lp-case-grid,
  .lp-article-grid,
  .lp-plan-grid,
  .lp-faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .lp-header-inner {
    min-height: 72px;
  }

  .lp-header-actions {
    gap: 10px;
  }

  .lp-mini-link {
    display: none;
  }

  .lp-fv {
    padding: 56px 0 46px;
  }

  .lp-panel,
  .lp-section-cta {
    padding: 26px 22px;
  }

  .lp-grid-3,
  .lp-reason-grid,
  .lp-support-grid,
  .lp-flow-grid,
  .lp-grid-2,
  .lp-case-grid,
  .lp-article-grid,
  .lp-plan-grid,
  .lp-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .lp-header-inner {
    min-height: 66px;
    gap: 14px;
  }

  .lp-header-actions {
    flex: 1;
    justify-content: flex-end;
  }

  .lp-header-actions .btn {
    min-height: 42px;
    padding: 0 15px;
    font-size: 0.84rem;
  }

  .lp-fv {
    padding: 42px 0 34px;
  }

  .lp-kicker {
    margin-bottom: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .lp-fv-copy h1 {
    font-size: clamp(1.95rem, 9vw, 2.6rem);
    line-height: 1.12;
  }

  .lp-fv-copy p,
  .lp-panel p,
  .lp-card p,
  .lp-plan-card p,
  .lp-case-card p,
  .lp-article-card p,
  .lp-faq-card p,
  .lp-reason-card p,
  .lp-support-card p,
  .lp-flow-card p,
  .lp-compare-box li,
  .lp-list li,
  .lp-section-cta p {
    font-size: 0.94rem;
    line-height: 1.82;
  }

  .lp-fv-actions,
  .lp-anchor-links,
  .lp-trust-row {
    gap: 10px;
  }

  .lp-fv-actions .btn,
  .lp-anchor-links a {
    width: 100%;
  }

  .lp-panel,
  .lp-card,
  .lp-plan-card,
  .lp-case-card,
  .lp-article-card,
  .lp-faq-card,
  .lp-reason-card,
  .lp-support-card,
  .lp-flow-card,
  .lp-compare-box,
  .lp-section-cta {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .lp-section-cta h2,
  .lp-panel h2 {
    line-height: 1.28;
  }

  .lp-floating-cta {
    display: block;
  }

  .site-footer {
    padding-bottom: 86px;
  }
}


/* =========================
英語ラベル
========================= */
.section-label,
.eyebrow {
  color: #D2B48C !important;
}

/* =========================
カード本文サイズ統一
========================= */
.lp-card p,
.lp-plan-card p,
.lp-case-card p,
.lp-article-card p,
.lp-faq-card p,
.lp-reason-card p,
.lp-support-card p,
.lp-flow-card p,
.lp-compare-box li,
.lp-list li,
.lp-panel-list li,
.lp-panel p {
  font-size: 0.9rem !important;
  line-height: 1.9 !important;
}

@media (max-width: 640px) {
  .lp-card p,
  .lp-plan-card p,
  .lp-case-card p,
  .lp-article-card p,
  .lp-faq-card p,
  .lp-reason-card p,
  .lp-support-card p,
  .lp-flow-card p,
  .lp-compare-box li,
  .lp-list li,
  .lp-panel-list li,
  .lp-panel p {
    font-size: 0.95rem !important;
  }
}


/* =========================
AEO route cards
========================= */
.aeo-route-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aeo-route-section .section-heading {
  margin-bottom: 24px;
}

.aeo-route-grid .service-card {
  min-height: 100%;
}

@media (max-width: 768px) {
  .aeo-route-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}


/* =========================
   AEO guide page cards / CTA
========================= */
.aeo-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.aeo-route-section .section-heading,
.aeo-middle-cta .section-heading,
.aeo-middle-cta-box,
.aeo-route-grid .service-card {
  overflow-wrap: anywhere;
  word-break: normal;
}

.aeo-route-grid {
  align-items: stretch;
}

.aeo-route-grid .service-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.aeo-route-grid .service-card p {
  flex: 1;
}

.aeo-route-grid .service-link {
  margin-top: 18px;
}

.aeo-middle-cta {
  padding-top: 0;
}

.aeo-middle-cta-box {
  background:
    radial-gradient(circle at top right, rgba(194, 24, 91, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

@media (max-width: 768px) {
  .aeo-header-actions,
  .aeo-middle-cta .next-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aeo-header-actions .btn,
  .aeo-middle-cta .btn {
    width: 100%;
    justify-content: center;
  }
}


/* =========================
Global breadcrumb + mobile typography cleanup
========================= */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--sub);
  font-size: 0.92rem;
  line-height: 1.5;
}

.breadcrumb a {
  color: var(--sub);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb span {
  flex: 0 0 auto;
}

.page-header-simple .breadcrumb,
.company-hero .breadcrumb,
.lp-fv .breadcrumb {
  position: relative;
  z-index: 2;
}

.lp-fv .breadcrumb {
  margin-bottom: 18px;
}

@media (max-width: 640px) {
  .page-header-simple {
    padding-top: 34px !important;
    padding-bottom: 20px !important;
  }

  .company-hero,
  .lp-fv {
    padding-top: 34px !important;
  }

  .breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    margin: 0 0 10px !important;
    padding: 0 0 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb a,
  .breadcrumb span {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  body {
    font-size: 15px;
    line-height: 1.82;
  }

  main h1,
  .page-header-simple h1,
  .company-hero h1,
  .hero-copy h1,
  .lp-fv-copy h1 {
    font-size: clamp(1.95rem, 9vw, 2.6rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.04em !important;
  }

  main h2,
  .section-heading h2,
  .page-header-simple h2,
  .company-hero h2,
  .scope-copy h2,
  .cta-copy h2,
  .wallet-copy h2,
  .featured-copy h2,
  .local-seo-copy h2,
  .lp-panel h2,
  .lp-section-cta h2,
  .service-card h2,
  .topic-card h2,
  .comparison-card h2,
  .support-card h2,
  .wallet-check-card h2,
  .point-card h2,
  .faq-info-card h2,
  .faq-card h2,
  .price-card h3 {
    font-size: 1.55rem !important;
    line-height: 1.28 !important;
    letter-spacing: -0.03em !important;
  }

  main h3,
  .service-card h3,
  .wallet-check-card h3,
  .topic-card h3,
  .comparison-card h3,
  .support-card h3,
  .point-card h3,
  .faq-list-box .faq-item summary,
  .lp-card h3,
  .lp-plan-card h3,
  .lp-case-card h3,
  .lp-article-card h3,
  .lp-faq-card h3,
  .lp-reason-card h3,
  .lp-support-card h3,
  .lp-flow-card h3,
  .lp-compare-box h3,
  .price-card h3 {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    letter-spacing: -0.01em !important;
  }

  main p,
  main li,
  .page-header-simple p,
  .section-heading p,
  .service-card p,
  .wallet-check-card p,
  .topic-card p,
  .comparison-card p,
  .support-card p,
  .point-card p,
  .faq-info-card p,
  .faq-card p,
  .lp-fv-copy p,
  .lp-panel p,
  .lp-card p,
  .lp-plan-card p,
  .lp-case-card p,
  .lp-article-card p,
  .lp-faq-card p,
  .lp-reason-card p,
  .lp-support-card p,
  .lp-flow-card p,
  .lp-compare-box li,
  .lp-list li,
  .lp-panel-list li,
  .lp-section-cta p,
  .wallet-guide-list li,
  .comparison-card li,
  .price-card p,
  .price-card li {
    font-size: 0.94rem !important;
    line-height: 1.82 !important;
  }

  .price-card .price-number,
  .price-card .price-value {
    font-size: 1.1rem !important;
    line-height: 1.35 !important;
  }

  .section-label,
  .section-eyebrow,
  .mini-label,
  .lp-kicker,
  .eyebrow {
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.06em !important;
  }

  .service-card p,
  .wallet-check-card p,
  .topic-card p,
  .comparison-card p,
  .support-card p,
  .point-card p,
  .faq-info-card p,
  .faq-card p,
  .lp-card p,
  .lp-plan-card p,
  .lp-case-card p,
  .lp-article-card p,
  .lp-faq-card p,
  .lp-reason-card p,
  .lp-support-card p,
  .lp-flow-card p,
  .price-card p {
    margin-top: 0 !important;
  }
}



/* =========================
Navigation dropdown enhancement
========================= */
.nav-group-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-group-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.nav-group-link:hover,
.nav-group-link:focus-visible {
  color: var(--accent);
}

.nav-group {
  position: relative;
}

.nav-group-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.nav-group-toggle::after {
  content: "▾";
  font-size: 0.72em;
  line-height: 1;
  transform: translateY(1px);
  transition: transform 0.2s ease;
}

.nav-group.is-open .nav-group-toggle::after,
.nav-group:hover .nav-group-toggle::after {
  transform: translateY(1px) rotate(180deg);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 220px;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  z-index: 50;
}

.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu,
.nav-group.is-open .nav-submenu {
  display: flex;
}

.nav-submenu a {
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.94rem;
}

.nav-submenu a:hover {
  background: var(--bg-soft);
}

@media (max-width: 860px) {
  .global-nav {
    gap: 4px;
  }

  .nav-group {
    width: 100%;
  }

  .nav-group-header {
    width: 100%;
    justify-content: space-between;
    padding: 4px 0;
  }

  .nav-group-link {
    flex: 1 1 auto;
    padding: 14px 12px;
    border-radius: 10px;
  }

  .nav-group-link:hover,
  .nav-group-link:focus-visible {
    background: var(--bg-soft);
  }

  .nav-group-toggle {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: 4px;
  }

  .nav-group-toggle:hover {
    background: var(--bg-soft);
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    margin-top: 2px;
    padding: 6px 0 8px 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-submenu a {
    padding: 10px 12px;
    font-size: 0.94rem;
  }
}

/* =========================
Footer / mobile nav / heading cleanup
========================= */
.footer-bottom {
  margin-top: 26px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}

@media (min-width: 861px) {
  .nav-group-header,
  .nav-group-link,
  .nav-group-toggle::after,
  .nav-submenu {
    display: none !important;
  }

  h1,
  .page-header-simple h1,
  .company-hero h1,
  .hero-copy h1,
  .lp-fv-copy h1,
  main h1 {
    font-size: clamp(2.1rem, 3.43vw, 2.82rem) !important;
line-height: 1.14 !important;
letter-spacing: -0.04em !important;
  }
}

@media (max-width: 860px) {
  h1,
  .page-header-simple h1,
  .company-hero h1,
  .hero-copy h1,
  .lp-fv-copy h1,
  main h1 {
    font-size: clamp(1.44rem, 6.48vw, 1.87rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.03em !important;
  }

  .nav-group-link,
  .nav-group-toggle {
    transition:
      background-color 0.22s ease,
      color 0.22s ease,
      box-shadow 0.22s ease,
      transform 0.22s ease;
  }

  .nav-group.is-open .nav-group-link,
  .nav-group.is-open .nav-group-toggle {
    background: rgba(15, 23, 42, 0.04);
    color: var(--accent);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
  }

  .nav-group.is-open .nav-group-toggle::after {
    transform: translateY(1px) rotate(180deg);
  }

  .nav-submenu {
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .nav-group.is-open .nav-submenu {
    display: flex;
    margin-top: 6px;
    padding: 8px 8px 10px 12px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.04);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    animation: navSubmenuFadeIn 0.18s ease-out;
  }

  .nav-submenu a {
    border-radius: 10px;
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .nav-submenu a:hover,
  .nav-submenu a:focus-visible {
    background: rgba(15, 23, 42, 0.06);
    color: var(--accent);
    transform: translateX(2px);
  }

  .site-footer {
    padding-bottom: 18px !important;
  }

  .footer-bottom {
    margin-top: 22px;
    padding-top: 16px;
    padding-bottom: 0;
  }
}

@keyframes navSubmenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  .nav-group-toggle::after {
    color: #B08B57;
    font-size: 0.92em;
    font-weight: 700;
  }
}

@media (min-width: 861px) {
  .logo-image {
    height: 32px;
    max-width: 176px;
  }
}