.atomic-center-page {
--orange: #f97316;
  --orange-light: #fb923c;
  --orange-pale: #fff7ed;
  --orange-soft: #fed7aa;
  --ink: #3c3c3c;
  --ink-soft: #374151;
  --muted: #6b7280;
  --muted-light: #9ca3af;
  --line: #f3f4f6;
  --panel: #faf8f6;
  --shadow: 0 12px 30px rgba(0,0,0,0.04), 0 4px 10px rgba(0,0,0,0.02);
  --shadow-hover: 0 20px 40px rgba(0,0,0,0.06), 0 8px 18px rgba(0,0,0,0.03);
  --radius: 18px;
  --radius-sm: 10px;
  --nav-height: 60px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  background: #ffffff;
  color: #0a0a0b;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .atomic-center-page {
    font-size: 18px;
  }
}

.atomic-center-page *,
.atomic-center-page *::before,
.atomic-center-page *::after {
  box-sizing: border-box;
}


@media (prefers-reduced-motion: reduce) {.atomic-center-page html { scroll-behavior: auto; }.atomic-center-page * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
.atomic-center-page a:focus-visible, .atomic-center-page button:focus-visible, .atomic-center-page input:focus-visible, .atomic-center-page select:focus-visible, .atomic-center-page textarea:focus-visible, .atomic-center-page summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.atomic-center-page .wrap { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.atomic-center-page section { padding: 3.5rem 0; scroll-margin-top: calc(var(--nav-height, 60px) + 8px); border-bottom: 1px solid var(--line); }
@media (min-width: 768px) {.atomic-center-page section { padding: 4.5rem 0; } }
@media (min-width: 1024px) {.atomic-center-page .wrap { padding: 0 3rem; } }
.atomic-center-page .eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 1rem;
}
.atomic-center-page h1, .atomic-center-page h2, .atomic-center-page h3 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  letter-spacing: -0.032em;
  color: var(--ink);
}
.atomic-center-page h2 { font-size: clamp(2rem, 3.6vw, 2.875rem); line-height: 1.12; margin-bottom: 1rem; }
.atomic-center-page .section-lede { font-size: 1.0625rem; color: var(--muted); max-width: 43.75rem; margin-bottom: 2.25rem; line-height: 1.75; }
@media (min-width: 640px) {.atomic-center-page .section-lede { font-size: 1.1875rem; } }
.atomic-center-page .reveal { opacity: 1; transform: none; }
.atomic-center-page .btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0.9rem 1.75rem; border-radius: 60px; font-size: 1rem; font-weight: 600;
  cursor: pointer; border: none; transition: all .2s ease; text-decoration: none; background: transparent;
}
.atomic-center-page .btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(249, 115, 22, 0.25); }
.atomic-center-page .btn-primary:hover { background: #ea580c; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(249, 115, 22, 0.3); }
.atomic-center-page .btn-outline { background: transparent; color: var(--ink); border: 1.5px solid #e5e7eb; }
.atomic-center-page .btn-outline:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-pale); }
@media (max-width: 720px) {.atomic-center-page .nav-inner { padding: 14px 20px; } }
@media (max-width: 860px) {.atomic-center-page .nav-links { display: none; } }
.atomic-center-page .hero { background: #ffffff; padding: calc(var(--nav-height, 60px) + 2rem) 0 3rem; position: relative; overflow: hidden; }
.atomic-center-page .hero .wrap, .atomic-center-page .hero-inner {
  max-width: 80rem; width: 100%; margin: 0 auto;
  padding-left: 1.5rem; padding-right: 1.5rem;
}
@media (min-width: 1024px) {.atomic-center-page .hero .wrap, .atomic-center-page .hero-inner { padding-left: 3rem; padding-right: 3rem; } }
.atomic-center-page .hero-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 40px; align-items: center; position: relative; z-index: 1;
}
@media (max-width: 940px) {.atomic-center-page .hero-grid { grid-template-columns: 1fr; }.atomic-center-page .hero { padding: calc(var(--nav-height, 60px) + 1.5rem) 0 2.5rem; }
}
.atomic-center-page .hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 0; }
.atomic-center-page .hero h1 { font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.08; color: #3c3c3c; margin-bottom: 1.125rem; font-weight: 800; }
.atomic-center-page .hero h1 em {
  font-style: normal; background: none;
  -webkit-background-clip: initial; background-clip: initial; color: #3c3c3c;
}
.atomic-center-page .hero p { font-size: 1.0625rem; color: var(--muted); max-width: 36rem; margin-bottom: 0.875rem; line-height: 1.75; }
.atomic-center-page .hero .eyebrow { color: var(--orange); }
.atomic-center-page .hero .sub { font-size: 1rem; color: var(--muted-light); max-width: 36rem; margin-bottom: 1.5rem; line-height: 1.7; }
.atomic-center-page .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.atomic-center-page .hero-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 1.5rem; }
.atomic-center-page .hero-highlights {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
}
@media (max-width: 720px) {.atomic-center-page .hero-highlights { grid-template-columns: 1fr; } }
.atomic-center-page .hero-highlight {
  background: #ffffff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1rem 1.125rem;
}
.atomic-center-page .hero-highlight svg { width: 20px; height: 20px; color: var(--orange); margin-bottom: 10px; }
.atomic-center-page .hero-highlight strong { display: block; font-size: 0.9375rem; font-weight: 600; color: var(--ink); margin-bottom: 0.35rem; line-height: 1.3; }
.atomic-center-page .hero-highlight span { font-size: 0.875rem; color: var(--muted-light); line-height: 1.5; }
.atomic-center-page .tag {
  font-family: 'Inter', sans-serif; font-size: 0.8125rem; color: var(--orange); background: var(--orange-pale);
  padding: 0.45rem 0.85rem; border-radius: 100px; letter-spacing: .02em; font-weight: 500;
}
.atomic-center-page .hero-visual {
  position: relative; display: flex; align-items: center; justify-content: center;
  background: #ffffff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 0.75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.atomic-center-page .hero-visual svg { width: 100%; height: auto; max-width: 420px; min-height: 0; }
@media (max-width: 940px) {.atomic-center-page .hero-visual { margin-top: 8px; padding: 12px 8px; }.atomic-center-page .hero-visual svg { max-width: 380px; }
}
.atomic-center-page .overview { background: #ffffff; }
.atomic-center-page .overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 860px) {.atomic-center-page .overview-grid { grid-template-columns: 1fr; gap: 40px; } }
.atomic-center-page .pillars { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
.atomic-center-page .pillar { display: flex; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.atomic-center-page .pillar:last-child { border-bottom: 1px solid var(--line); }
.atomic-center-page .pillar .num { color: var(--orange); flex: none; padding-top: 2px; }
.atomic-center-page .pillar h4 { font-family: 'Inter', sans-serif; font-size: 1.125rem; margin-bottom: 0.35rem; }
.atomic-center-page .pillar p { color: var(--muted); font-size: 1rem; margin: 0; line-height: 1.65; }
.atomic-center-page .flow-card { background: #111827; border-radius: var(--radius); padding: 2rem 1.75rem; color: #fff; margin-top: 2.4rem; }
@media (max-width: 860px) { .atomic-center-page .flow-card { margin-top: 0; } }
.atomic-center-page .flow-card .eyebrow { color: #fb923c; }
.atomic-center-page .flow-steps { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
.atomic-center-page .flow-step { display: flex; gap: 16px; padding: 16px 0; position: relative; }
.atomic-center-page .flow-step:not(:last-child)::after {
  content: ''; position: absolute; left: 15px; top: 44px; bottom: -4px; width: 1px;
  background: linear-gradient(180deg, rgba(255,165,107,0.4), rgba(255,165,107,0.05));
}
.atomic-center-page .flow-dot {
  width: 32px; height: 32px; border-radius: 50%; background: rgba(217, 79, 11, 0.15);
  border: 1px solid rgba(255, 165, 107, 0.3); display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif; font-size: 12px; flex: none; color: #ffa56b;
}
.atomic-center-page .flow-step strong { display: block; font-size: 1rem; margin-bottom: 0.25rem; color: #fff; }
.atomic-center-page .flow-step span { font-size: 0.9375rem; color: #b0a89b; line-height: 1.55; }
.atomic-center-page .usecases { background: #ffffff; color: var(--ink); }
.atomic-center-page .card-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
@media (max-width: 900px) {.atomic-center-page .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) {.atomic-center-page .card-grid { grid-template-columns: 1fr; } }
.atomic-center-page .case-card { background: #ffffff; padding: 2rem 1.75rem; transition: box-shadow .25s; }
.atomic-center-page .case-card:hover { box-shadow: inset 0 0 0 1px var(--orange-soft); }
.atomic-center-page .case-icon { width: 40px; height: 40px; margin-bottom: 1rem; color: var(--orange); }
.atomic-center-page .case-card h4 { font-family: 'Inter', sans-serif; font-size: 1.125rem; margin-bottom: 0.5rem; color: var(--ink); }
.atomic-center-page .case-card p { font-size: 1rem; color: var(--muted); line-height: 1.65; }
.atomic-center-page .features { background: #ffffff; }
.atomic-center-page .feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
@media (max-width: 900px) {.atomic-center-page .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) {.atomic-center-page .feat-grid { grid-template-columns: 1fr; } }
.atomic-center-page .feat { background: #fff; padding: 2rem 1.75rem; }
.atomic-center-page .feat-icon { width: 38px; height: 38px; color: var(--orange); margin-bottom: 1rem; }
.atomic-center-page .feat h4 { font-family: 'Inter', sans-serif; font-size: 1.125rem; margin-bottom: 0.5rem; }
.atomic-center-page .feat p { font-size: 1rem; color: var(--muted); line-height: 1.65; }
.atomic-center-page .how-it-works { background: #ffffff; border-top: 1px solid var(--line); }
.atomic-center-page .steps-header {
  text-align: center; margin-bottom: 48px;
}
.atomic-center-page .steps-header .eyebrow { justify-content: center; }
.atomic-center-page .steps-header h2 { margin-bottom: 1.5rem; }
.atomic-center-page .steps-flow {
  display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;
  gap: 0.85rem; max-width: 100%; overflow-x: auto; padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.atomic-center-page .steps-flow::-webkit-scrollbar { height: 0; }
.atomic-center-page .steps-flow .flow-step {
  flex: 0 0 auto; white-space: nowrap;
  font-family: 'Inter', sans-serif; font-size: 0.9375rem; font-weight: 600;
  color: var(--ink); background: #f6f6f6; border: 1px solid var(--line);
  border-radius: 60px; padding: 0.5rem 1rem;
}
.atomic-center-page .flow-arrow {
  flex: 0 0 auto; color: var(--orange); font-weight: 700; font-size: 1rem;
}
@media (max-width: 720px) {
  .atomic-center-page .steps-flow { justify-content: flex-start; }
  .atomic-center-page .steps-flow .flow-step { font-size: 0.875rem; padding: 0.45rem 0.85rem; }
}
.atomic-center-page .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; }
@media (max-width: 860px) {.atomic-center-page .steps { grid-template-columns: 1fr; } }
.atomic-center-page .step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.75rem 1.75rem; position: relative; transition: box-shadow .2s;
}
.atomic-center-page .step:hover { box-shadow: var(--shadow-hover); }
.atomic-center-page .step-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(217, 79, 11, 0.1); color: var(--orange); margin-bottom: 1.125rem;
}
.atomic-center-page .step-icon svg { width: 26px; height: 26px; }
.atomic-center-page .step h4 { font-family: 'Inter', sans-serif; font-size: 1.125rem; margin-bottom: 0.625rem; }
.atomic-center-page .step p { font-size: 1rem; color: var(--muted); line-height: 1.65; }
.atomic-center-page .mesh { background: #ffffff; }
.atomic-center-page .mesh-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) {.atomic-center-page .mesh-grid { grid-template-columns: 1fr; gap: 48px; } }
.atomic-center-page .mesh-copy p { color: var(--muted); font-size: 1.0625rem; margin-bottom: 1.125rem; line-height: 1.75; }
.atomic-center-page .mesh-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; list-style: none; padding: 0; }
.atomic-center-page .mesh-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; color: var(--ink); line-height: 1.65; }
.atomic-center-page .mesh-list svg { flex: none; width: 16px; height: 1.65em; color: var(--orange); margin-top: 0; }
.atomic-center-page .mesh-relation {
  display: flex; align-items: center; justify-content: center; gap: 0;
  background: #ffffff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px 18px;
  margin: 2.5rem auto 0; max-width: 42rem; width: 100%;
  text-align: center;
}
.atomic-center-page .mesh-node { flex: 0 0 auto; text-align: center; font-size: 0.9375rem; color: var(--muted); min-width: 7.5rem; }
.atomic-center-page .mesh-node strong { display: block; font-family: 'Inter', sans-serif; font-size: 1rem; color: var(--ink); margin-bottom: 0.35rem; }
.atomic-center-page .mesh-sep { color: var(--line); font-size: 18px; padding: 0 10px; }
.atomic-center-page .sec-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.75rem; }
.atomic-center-page .sec-card h3 { font-size: 1.25rem; margin-bottom: 1.125rem; }
.atomic-center-page .sec-list { display: flex; flex-direction: column; gap: 1rem; list-style: none; padding: 0; margin: 0; }
.atomic-center-page .sec-list li { display: flex; gap: 12px; font-size: 1rem; color: var(--ink); align-items: flex-start; line-height: 1.65; }
.atomic-center-page .sec-list svg { flex: none; width: 16px; height: 1.65em; color: #2f9b5a; margin-top: 0; }
.atomic-center-page .faqwrap { background: #fff; }
.atomic-center-page .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
@media (max-width: 860px) {.atomic-center-page .faq-grid { grid-template-columns: 1fr; } }
.atomic-center-page details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.atomic-center-page details:first-of-type { border-top: 1px solid var(--line); }
.atomic-center-page summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.0625rem; color: var(--ink); line-height: 1.45;
}
.atomic-center-page summary::-webkit-details-marker { display: none; }
.atomic-center-page summary .plus { font-family: 'Inter', sans-serif; font-size: 1.375rem; color: var(--orange); flex: none; transition: transform .25s; }
.atomic-center-page details[open] summary .plus { transform: rotate(45deg); }
.atomic-center-page details p { font-size: 1rem; color: var(--muted); margin-top: 0.875rem; padding-right: 1.25rem; line-height: 1.7; }
.atomic-center-page .demo { background: #ffffff; padding-bottom: 4rem; }
.atomic-center-page .demo-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
@media (max-width: 900px) {.atomic-center-page .demo-grid { grid-template-columns: 1fr; gap: 36px; } }
.atomic-center-page .demo-list { display: flex; flex-direction: column; gap: 18px; margin-top: 26px; list-style: none; padding: 0; }
.atomic-center-page .demo-list li { display: flex; gap: 12px; font-size: 14.5px; color: var(--ink); align-items: flex-start; }
.atomic-center-page .demo-list .step-no {
  font-family: 'Inter', sans-serif; font-size: 12px; background: var(--orange); color: #fff;
  width: 22px; height: 22px; border-radius: 6px; flex: none;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.atomic-center-page .form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.atomic-center-page .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 560px) {.atomic-center-page .form-row { grid-template-columns: 1fr; } }
.atomic-center-page .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.atomic-center-page .field label { font-size: 12.5px; color: var(--muted); font-weight: 500; }
.atomic-center-page .field label .req { color: var(--orange); }
.atomic-center-page .field input, .atomic-center-page .field select, .atomic-center-page .field textarea {
  background: #fff; border: 1px solid #d9d5cc; border-radius: var(--radius-sm);
  padding: 11px 14px; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ink);
  outline: none; transition: border .2s, box-shadow .2s; width: 100%;
}
.atomic-center-page .field input:focus, .atomic-center-page .field select:focus, .atomic-center-page .field textarea:focus {
  border-color: var(--orange); box-shadow: 0 0 0 3px rgba(217, 79, 11, 0.12);
}
.atomic-center-page .field textarea { resize: vertical; min-height: 88px; }
.atomic-center-page .form-note { font-size: 12px; color: var(--muted-light); margin-top: 6px; }
.atomic-center-page .form-submit { width: 100%; justify-content: center; margin-top: 6px; }
.atomic-center-page .float-cta {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  padding: 0.85rem 1.5rem; border-radius: 60px; background: var(--orange); color: #fff;
  font-size: 0.9375rem; font-weight: 600; box-shadow: 0 12px 28px rgba(217, 79, 11, 0.3);
  display: flex; align-items: center; gap: 8px; text-decoration: none;
}
@media (max-width: 600px) {.atomic-center-page .float-cta { right: 16px; bottom: 16px; padding: 0.8rem 1.25rem; font-size: 0.875rem; } }
@media (max-width: 780px) {.atomic-center-page .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) {.atomic-center-page .footer-grid { grid-template-columns: 1fr; } }
.atomic-center-page .reveal { opacity: 1; transform: none; }
.atomic-center-page .float-cta { opacity: 1; transform: none; pointer-events: auto; }
