html { scroll-behavior: smooth; }
/* =========================================
   AI Workflow LP - Rich SaaS Design
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Montserrat:wght@700;800;900&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ---- RESET & BASE ---- */
body.lp-body {
  margin: 0 !important;
  padding: 0 !important;
}

.awlp {
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-900: #1e3a5f;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --red-500: #ef4444;
  --green-500: #22c55e;
  --amber-500: #f59e0b;
  --glow: 0 0 50px rgba(59,130,246,.2);
  --shadow-sm: 0 1px 3px rgba(0,0,0,.03);
  --shadow-md: 0 4px 20px rgba(0,0,0,.04);
  --shadow-lg: 0 15px 45px rgba(0,0,0,.06);
  --shadow-xl: 0 35px 80px rgba(0,0,0,.08);
  /* Premium Multi-layered Shadow */
  --shadow-premium: 0 2px 4px rgba(0,0,0,0.02), 0 4px 8px rgba(0,0,0,0.02), 0 8px 16px rgba(0,0,0,0.02), 0 16px 32px rgba(0,0,0,0.02);
  
  --glass-bg: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(255, 255, 255, 0.3);
  
  /* Premium Gradients */
  --grad-premium: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
  --grad-glass: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.4) 100%);
  
  --radius: 28px;
  --radius-sm: 18px;
  --radius-xs: 12px;

  font-family: 'Noto Sans JP', 'IBM Plex Sans JP', -apple-system, sans-serif;
  color: var(--slate-800);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Background Decorations */
.awlp .bg-decor { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.awlp .bg-grid {
  background-image: radial-gradient(var(--slate-200) 1px, transparent 1px);
  background-size: 40px 40px; opacity: 0.3;
}
.awlp .bg-organic {
  background: radial-gradient(circle at 50% 50%, rgba(59,130,246,0.03) 0%, transparent 50%);
}
.awlp *, .awlp *::before, .awlp *::after { box-sizing: border-box; }
.awlp img { max-width: 100%; height: auto; }
.awlp a { text-decoration: none; color: inherit; }
.awlp h1,.awlp h2,.awlp h3,.awlp h4,.awlp p { margin: 0 0 1rem; }

/* ---- UTILITIES ---- */
.awlp .container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.awlp .text-center { text-align: center; }
.awlp .text-gradient {
  background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; color: transparent;
}

/* 本番ヘッダー（header.php: font-montserrat font-black tracking-tighter uppercase）と同系 */
.awlp .lp-wordmark {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}
/* CTAボタンと同系の青グラデ（.btn-primary と同じ 135deg） */
.awlp #lp-header .lp-wordmark {
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .awlp #lp-header .lp-wordmark {
    font-size: 1.25rem;
  }
}
.awlp .lp-footer a.lp-wordmark {
  color: #fff;
  font-size: 1rem;
}
.awlp .lp-footer a.lp-wordmark:hover {
  color: #fff;
  opacity: 0.92;
}

/* ---- SECTION ---- */
.awlp .sec { padding: 88px 0; position: relative; }
.awlp .sec-alt { background: var(--slate-50); }
/* Section badge — 青系ライト背景・1行・左ドット（以前の色味に近いトーン） */
.awlp .sec-label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 7px 18px 7px 14px;
  border-radius: 9999px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, var(--blue-50) 0%, #e8f2ff 100%);
  border: 1px solid var(--blue-200);
  box-shadow:
    0 1px 2px rgba(37, 99, 235, 0.06),
    0 2px 8px rgba(37, 99, 235, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.awlp .sec-label-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-500);
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.awlp .sec-label-text {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.35em;
  row-gap: 2px;
}
.awlp .sec-label-en {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-600);
}
.awlp .sec-label-sep {
  color: var(--blue-400);
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1;
  user-select: none;
}
.awlp .sec-label-ja {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--blue-700);
}
@media (max-width: 480px) {
  .awlp .sec-label {
    padding: 6px 14px 6px 12px;
    gap: 8px;
  }
  .awlp .sec-label-en {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }
  .awlp .sec-label-ja {
    font-size: 0.72rem;
  }
}
.awlp .awlp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.awlp .awlp-fact-strip {
  position: relative;
  z-index: 1;
  padding: 28px 0;
  background: linear-gradient(180deg, var(--slate-50) 0%, #fff 100%);
  border-bottom: 1px solid var(--slate-100);
}
.awlp .awlp-fact-strip-text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--slate-600);
  line-height: 1.75;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.awlp .awlp-fn-link {
  color: var(--blue-600);
  font-weight: 800;
  text-decoration: none;
}
.awlp .awlp-fn-link:hover { text-decoration: underline; }
.awlp .awlp-project-card {
  max-width: 720px;
  margin: 0 auto 26px;
  padding: 22px 24px;
  text-align: left;
  background: linear-gradient(135deg, var(--blue-50), #fff);
  border: 1px solid var(--blue-100);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}
.awlp .awlp-project-title {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--slate-900);
  margin: 0 0 12px;
}
.awlp .awlp-project-desc {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--slate-600);
  line-height: 1.75;
}
.awlp .awlp-project-desc a {
  color: var(--blue-600);
  font-weight: 800;
}
.awlp .evidence-flow-mock {
  max-width: 860px;
  margin: 48px auto 0;
  text-align: center;
}
.awlp .evidence-flow-mock-label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--slate-500);
  margin: 0 0 16px;
  text-transform: uppercase;
}
.awlp .evidence-flow-mock-frame {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  padding: 24px 20px 20px;
  box-shadow: var(--shadow-md);
}
.awlp .evidence-flow-mock-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 6px;
  margin-bottom: 16px;
}
.awlp .evidence-flow-mock-node {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 10px;
  background: var(--slate-100);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--slate-700);
}
.awlp .evidence-flow-mock-node--hl {
  background: var(--blue-50);
  color: var(--blue-700);
  border: 1px solid var(--blue-100);
}
.awlp .evidence-flow-mock-arrow {
  color: var(--slate-400);
  font-weight: 800;
  font-size: 0.9rem;
}
.awlp .evidence-flow-mock-note {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--slate-500);
  line-height: 1.65;
}
.awlp .awlp-icon {
  width: 32px;
  height: 32px;
  color: var(--blue-600);
  flex-shrink: 0;
}
.awlp .awlp-icon--sm {
  width: 22px;
  height: 22px;
}
.awlp .sec-heading {
  font-size: 3.25rem; font-weight: 900; line-height: 1.25; letter-spacing: -.03em;
  margin-bottom: 1.1rem;
}
.awlp .sec-sub {
  font-size: 1.15rem; color: var(--slate-600); max-width: 720px; margin: 0 auto 2.25rem;
  line-height: 1.8; font-weight: 500;
}
.awlp .sec-sub--plan-tight {
  margin-bottom: 1.5rem !important;
}
.awlp .sec-sub--comparison-services-line {
  margin-top: 20px;
  font-size: 0.95rem;
  color: var(--slate-500);
}
.awlp .sec-sub--comparison-services-line-link {
  color: var(--blue-600);
  font-weight: 700;
}
/* 比較表下の注釈：広いビューポートでは1行に収める */
@media (min-width: 1024px) {
  .awlp .sec-sub--comparison-services-line {
    max-width: none;
    white-space: nowrap;
  }
}

/* ---- BUTTONS ---- */
.awlp .btn-primary {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 20px 48px; font-size: 1.15rem; font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  border: none; border-radius: 9999px; cursor: pointer;
  box-shadow: 0 8px 30px rgba(37,99,235,.3);
  transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative; overflow: hidden;
}
/* Flowing Luster Animation */
.awlp .btn-primary::after {
  content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: linear-gradient(45deg, transparent 45%, rgba(255,255,255,0.3) 50%, transparent 55%);
  transform: rotate(-15deg); transition: all 0.6s; pointer-events: none;
}
.awlp .btn-primary:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 40px rgba(37,99,235,.4);
}
.awlp .btn-primary:hover::after { left: 100%; top: 100%; }
.awlp .btn-primary:focus-visible {
  outline: 3px solid var(--cyan-400);
  outline-offset: 3px;
}

/* Header / Hero / plan / mid / footer — avoid one-size overrides */
.awlp .btn-primary--header {
  padding: 11px 22px;
  font-size: 0.875rem;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.18);
}
.awlp .btn-primary--hero {
  padding: 22px 56px;
  font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.2rem);
  box-shadow: 0 10px 36px rgba(37, 99, 235, 0.32);
}
.awlp .btn-primary--plan {
  padding: 12px 24px;
  font-size: 0.88rem;
  width: 100%;
  justify-content: center;
  margin-top: auto;
}
.awlp .btn-primary--mid {
  padding: 20px 40px;
  font-size: 1.05rem;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--blue-500), var(--cyan-500));
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.5);
}
.awlp .btn-primary--cta-footer {
  font-size: 1.25rem;
  padding: 22px 64px;
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.35);
}

.awlp .btn-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; transition: transform .4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.awlp .btn-primary:hover .btn-arrow { transform: translateX(6px) scale(1.1); }

/* ---- CARDS ---- */
.awlp .card {
  background: #fff; border: 1px solid var(--slate-200);
  border-radius: var(--radius); padding: 36px;
  box-shadow: var(--shadow-sm);
  transition: all .4s cubic-bezier(.4,0,.2,1);
  position: relative; overflow: hidden;
}
.awlp .card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--cyan-400));
  opacity: 0; transition: opacity .35s ease;
}
.awlp .card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg), var(--glow);
  border-color: var(--blue-100);
}
.awlp .card:hover::after { opacity: 1; }

/* =============================================
   HERO
   ============================================= */
.awlp .hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 88px 24px 64px;
  position: relative; overflow: hidden; background: #fff;
}
/* Dot grid */
.awlp .hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(var(--slate-200) 1px, transparent 1px);
  background-size: 40px 40px; opacity: .4;
}
/* Top-left blue blob */
.awlp .hero-blob-1 {
  position: absolute; top: -10%; left: -5%; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(59,130,246,.12) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
  animation: blobFloat 20s ease-in-out infinite;
}
/* Bottom-right cyan blob */
.awlp .hero-blob-2 {
  position: absolute; bottom: -10%; right: -5%; width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(6,182,212,.1) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
  animation: blobFloat 25s ease-in-out infinite reverse;
}
@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(.95); }
}

.awlp .hero-inner { position: relative; z-index: 1; max-width: 1080px; }
.awlp .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue-50); color: var(--blue-600);
  padding: 8px 20px; border-radius: 9999px;
  font-size: .85rem; font-weight: 700; margin-bottom: 32px;
  border: 1px solid var(--blue-100);
  box-shadow: 0 2px 8px rgba(59,130,246,.08);
}
.awlp .hero-badge-dot {
  width: 8px; height: 8px; background: var(--blue-500); border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.6); }
}

/* Floating Objects */
.awlp .hero-obj {
  position: absolute; border-radius: 50%; pointer-events: none; opacity: 0.4;
  filter: blur(40px); z-index: 0;
}
.awlp .hero-obj-1 { top: 15%; left: 10%; width: 120px; height: 120px; background: var(--blue-400); animation: float-obj 12s infinite ease-in-out; }
.awlp .hero-obj-2 { bottom: 20%; right: 15%; width: 160px; height: 160px; background: var(--cyan-400); animation: float-obj 15s infinite ease-in-out reverse; }
.awlp .hero-obj-3 { top: 40%; right: 25%; width: 80px; height: 80px; background: var(--blue-200); animation: float-obj 10s infinite ease-in-out 2s; }

@keyframes float-obj {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-40px) rotate(10deg); }
}

.awlp .hero-title {
  font-size: clamp(1.85rem, 4.2vw + 1rem, 3.25rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}
.awlp .hero-lead {
  font-size: clamp(1.05rem, 1.2vw + 0.9rem, 1.3rem);
  font-weight: 700;
  color: var(--slate-700);
  margin-bottom: 48px;
  line-height: 1.8;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.awlp .hero-sub {
  font-size: 1.35rem; color: var(--slate-600); font-weight: 500;
  line-height: 1.8; margin-bottom: 12px;
}

/* Why AI fails — lead / outro (moved from inline) */
.awlp .why-ai-fails-lead {
  max-width: 52rem;
  font-size: 1.125rem;
  line-height: 1.72;
  color: #e2e8f0;
  margin: 0 auto 40px;
}
.awlp .why-ai-fails-strong {
  display: inline;
  padding: 2px 10px;
  border-radius: 6px;
  background: rgba(51, 65, 85, 0.65);
  border: 1px solid rgba(71, 85, 105, 0.85);
  color: #fff;
  font-weight: 800;
}
.awlp .why-ai-fails-outro {
  margin-top: 56px;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.75;
  color: #cbd5e1;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
.awlp .why-ai-fails-outro-em {
  color: #bfdbfe;
  font-size: clamp(1.2rem, 1.5vw + 1rem, 1.75rem);
  font-weight: 900;
}

/* =============================================
   PROBLEM (Section 2)
   ============================================= */
.awlp .prob-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 56px;
}
@media (min-width: 640px) {
  .awlp .prob-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .awlp .prob-grid { grid-template-columns: repeat(4, 1fr); }
}
.awlp .prob-icon {
  width: 56px; height: 56px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 20px;
}
.awlp .prob-icon-red { background: #fef2f2; color: var(--red-500); }
.awlp .prob-icon-amber { background: #fffbeb; color: var(--amber-500); }
.awlp .prob-icon-slate { background: var(--slate-100); color: var(--slate-600); }

.awlp .prob-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 12px; color: var(--slate-900); }
.awlp .prob-desc { font-size: 1.05rem; color: var(--slate-600); line-height: 1.8; margin: 0; font-weight: 500; }

.awlp .prob-card {
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  padding: 48px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.awlp .prob-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: var(--grad-premium); opacity: 0; transition: opacity 0.3s;
}
.awlp .prob-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.1), var(--glow);
  border-color: var(--blue-200);
}
.awlp .prob-card:hover::before { opacity: 1; }

.awlp .prob-icon-wrap {
  width: 64px; height: 64px;
  background: var(--blue-50);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; margin-bottom: 8px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}
.awlp .prob-card:nth-child(2) .prob-icon-wrap { background: #ecfeff; }
.awlp .prob-card:nth-child(3) .prob-icon-wrap { background: #fffbeb; }
.awlp .prob-card:nth-child(4) .prob-icon-wrap { background: #f0fdf4; }
.awlp .prob-card:nth-child(5) .prob-icon-wrap { background: #fef2f2; }
.awlp .prob-card:nth-child(6) .prob-icon-wrap { background: #faf5ff; }

.awlp .prob-conclusion {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  border-radius: 40px; padding: 80px 40px;
  text-align: center; position: relative; overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.25);
  color: #fff;
  margin-top: 60px;
  border: 1px solid rgba(255,255,255,0.08);
}
.awlp .prob-conclusion::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 0%, rgba(59,130,246,0.18), transparent 60%),
              radial-gradient(ellipse at 20% 100%, rgba(6,182,212,0.1), transparent 50%);
  pointer-events: none;
}
.awlp .prob-conclusion::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(99,179,237,0.6), var(--blue-400), rgba(99,179,237,0.6), transparent);
}
.awlp .prob-conclusion h3 {
  font-size: 1.85rem; font-weight: 900; line-height: 1.5; margin-bottom: 52px; 
  position: relative; z-index: 1; color: #fff;
  letter-spacing: -0.02em;
}

.awlp .stat-grid {
  display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;
  position: relative; z-index: 1; margin-bottom: 48px;
}
.awlp .stat-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 40px 32px; border-radius: 24px; flex: 1; min-width: 220px; max-width: 300px;
  transition: all 0.3s ease; position: relative; overflow: visible;
}
.awlp .stat-item::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--cyan-400));
  opacity: 0; transition: opacity 0.3s;
}
.awlp .stat-item:hover { 
  transform: translateY(-6px); 
  background: rgba(255,255,255,0.08); 
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.awlp .stat-item:hover::before { opacity: 1; }

.awlp .stat-label { 
  font-size: 0.95rem; color: rgba(203,213,225,0.9); 
  display: block; margin-bottom: 16px; font-weight: 600; line-height: 1.5;
}
.awlp .stat-value { 
  font-size: 3.75rem; font-weight: 900; display: block; line-height: 1; margin-bottom: 14px; 
  color: #fff;
  letter-spacing: -0.03em;
  text-shadow: 0 0 30px rgba(99,179,237,0.5), 0 0 60px rgba(59,130,246,0.3);
}
.awlp .stat-value em {
  font-style: normal;
  color: #60a5fa;
  font-size: 0.7em;
}
.awlp .stat-note { font-size: 0.9rem; color: rgba(148,163,184,0.8); font-weight: 500; line-height: 1.5; }

.awlp .prob-conclusion-footnote {
  position: relative; z-index: 1; margin-top: 48px;
  font-size: 1.15rem; line-height: 1.9; color: rgba(203, 213, 225, 0.85);
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 40px;
}
.awlp .prob-conclusion-footnote strong {
  color: #fff; font-weight: 800;
  background: rgba(59,130,246,0.25);
  padding: 2px 8px; border-radius: 6px;
}

/* =============================================
   SOLUTION (Section 3)
   ============================================= */
.awlp .ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .awlp .ba-grid {
    max-width: 1040px;
    gap: 32px;
  }
}
.awlp .ba-card {
  display: flex; flex-direction: column;
  background: var(--glass-bg); 
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-premium);
  transition: all .5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  min-height: 200px;
}
.awlp .ba-card:hover { 
  transform: translateY(-8px) scale(1.02); 
  box-shadow: 0 30px 60px rgba(0,0,0,0.12), var(--glow);
  border-color: var(--blue-200);
}
.awlp .ba-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  background: rgba(248, 250, 252, 0.5);
  border-bottom: 1px solid var(--slate-100);
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--slate-800);
  letter-spacing: 0.02em;
}
.awlp .ba-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.awlp .ba-content {
  display: grid; grid-template-columns: 1fr auto 1fr; flex: 1; align-items: stretch;
}
.awlp .ba-side { padding: 22px 14px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.awlp .ba-before { background: transparent; position: relative; }
.awlp .ba-after { background: linear-gradient(135deg, rgba(59,130,246,0.05), rgba(6,182,212,0.05)); }
.awlp .ba-pill {
  display: inline-block; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 9999px; margin-bottom: 10px;
}
.awlp .ba-before .ba-pill { background: var(--slate-100); color: var(--slate-400); }
.awlp .ba-after .ba-pill { background: var(--blue-600); color: #fff; box-shadow: 0 4px 12px rgba(37,99,235,0.2); }
.awlp .ba-value { font-size: 1.65rem; font-weight: 800; line-height: 1.15; margin-bottom: 8px; white-space: nowrap; transition: transform 0.3s ease; }
.awlp .ba-before .ba-value { color: var(--slate-600); position: relative; }
/* Strike-through — 幾何ラインで統一 */
.awlp .ba-before .ba-value::after {
  content: ''; position: absolute; left: -4%; top: 50%; width: 108%; height: 2px;
  background: var(--red-500);
  transform: translateY(-50%) rotate(-4deg);
  opacity: 0.85;
  border-radius: 1px;
}
.awlp .ba-after .ba-value { 
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--blue-600); 
  text-shadow: 0 0 20px rgba(37,99,235,0.2);
}
.awlp .ba-card:hover .ba-after .ba-value { transform: scale(1.1); }
.awlp .ba-note { font-size: 0.82rem; color: var(--slate-600); margin: 0; font-weight: 600; line-height: 1.45; max-width: 100%; }
.awlp .ba-divider { display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; width: 0; }
.awlp .ba-divider-arrow {
  width: 34px; height: 34px; background: linear-gradient(135deg, var(--blue-600), var(--cyan-500)); 
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 0.85rem;
  box-shadow: 0 6px 18px rgba(37,99,235,0.28);
  position: absolute; left: 50%; transform: translateX(-50%);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.awlp .ba-card:hover .ba-divider-arrow { transform: translateX(-50%) scale(1.08) rotate(360deg); }

.awlp .solution-tags {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 56px;
}
.awlp .solution-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--slate-200);
  padding: 12px 22px; border-radius: 9999px;
  font-size: .95rem; font-weight: 600; color: var(--slate-700);
  box-shadow: var(--shadow-sm);
  transition: all .3s ease;
}
.awlp .solution-tag:hover {
  border-color: var(--blue-200);
  box-shadow: var(--shadow-md), 0 0 20px rgba(59,130,246,.08);
  transform: translateY(-2px);
}
.awlp .solution-tag-icon {
  width: 28px; height: 28px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
}
.awlp .tag-blue { background: var(--blue-50); }
.awlp .tag-cyan { background: #ecfeff; }
.awlp .tag-green { background: #f0fdf4; }
.awlp .tag-amber { background: #fffbeb; }

/* =============================================
   STEPS (Section 4)
   ============================================= */
.awlp .steps-wrap { max-width: 780px; margin: 0 auto; position: relative; }
/* Vertical connector line */
.awlp .steps-wrap::before {
  content: ''; position: absolute; top: 60px; bottom: 60px; left: 31px;
  width: 2px; background: linear-gradient(to bottom, var(--blue-100), var(--cyan-400), var(--blue-100));
}
.awlp .step-item {
  display: flex; gap: 28px; margin-bottom: 28px; position: relative;
}
.awlp .step-num {
  flex-shrink: 0; width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  color: #fff; font-size: 1.4rem; font-weight: 900;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(37,99,235,.4), 0 0 20px rgba(37,99,235,0.2);
  position: relative; z-index: 1;
}
.awlp .step-body {
  flex: 1;
  background: #fff; border: 1px solid var(--slate-200);
  border-radius: var(--radius); padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: all .35s ease;
}
.awlp .step-body:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-100);
  transform: translateX(4px);
}
.awlp .step-body h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 10px; }
.awlp .step-body h3 .step-badge {
  display: inline-block; font-size: .75rem; font-weight: 700;
  background: var(--slate-100); color: var(--slate-500);
  padding: 2px 10px; border-radius: 4px; margin-left: 10px; vertical-align: middle;
}
.awlp .step-body p { color: var(--slate-600); margin: 0; font-size: 1.05rem; font-weight: 500; }

.awlp .step-extra {
  text-align: center; margin-top: 48px;
}
.awlp .step-extra-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue-50); color: var(--blue-600);
  padding: 12px 24px; border-radius: 9999px;
  font-size: .95rem; font-weight: 700;
  border: 1px solid var(--blue-100);
}

/* =============================================
   COMPARISON (Section 5)
   ============================================= */
.awlp .cmp-wrap {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--slate-100);
  box-shadow: var(--shadow-xl); overflow: hidden; max-width: 1000px; margin: 0 auto;
}
.awlp .cmp-table-caption {
  caption-side: top;
  padding: 16px 20px 12px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--slate-600);
  text-align: center;
  line-height: 1.5;
}
.awlp .cmp-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 700px; }
.awlp .cmp-table th, .awlp .cmp-table td {
  padding: 24px; text-align: center; border-bottom: 1px solid var(--slate-50);
  font-size: 1rem; transition: background 0.3s;
}
.awlp .cmp-table tr:hover td { background: rgba(59,130,246,0.01); }

/* Sticky/Highlight Column — Design Vitae */
.awlp .cmp-hl-col {
  background: linear-gradient(180deg, rgba(37,99,235,0.06) 0%, rgba(37,99,235,0.02) 100%);
  position: relative; border-left: 1px solid rgba(37,99,235,0.1); border-right: 1px solid rgba(37,99,235,0.1);
  z-index: 1;
}
.awlp .cmp-table th.cmp-hl-col {
  background: var(--blue-600); color: #fff; font-weight: 900; font-size: 1.2rem;
  padding: 32px 24px; border-bottom: none;
  box-shadow: 0 10px 30px rgba(37,99,235,0.2);
}
/* Premium Icons */
.awlp .cmp-icon {
  width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; font-weight: 900;
}
.awlp .cmp-o { 
  background: linear-gradient(135deg, var(--blue-500), var(--cyan-400));
  color: #fff; font-size: 1.1rem; box-shadow: 0 4px 10px rgba(37,99,235,0.2);
}
.awlp .cmp-delta {
  background: #fdf2f2; color: #f87171; border: 1px solid #fee2e2;
}
.awlp .cmp-x { color: var(--slate-300); filter: grayscale(1); opacity: 0.5; }

.awlp .cmp-table th:first-child,
.awlp .cmp-table td:first-child {
  text-align: left;
  padding-left: 32px;
  font-weight: 700;
  color: var(--slate-700);
}
.awlp .cmp-table tbody th[scope="row"] {
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

/* =============================================
   CASES (Section 6)
   ============================================= */
.awlp .cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 48px auto 0;
  align-items: stretch;
}
.awlp .case-card {
  padding: 36px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-color: rgba(226, 232, 240, 0.95);
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}
.awlp .case-card:hover {
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(59, 130, 246, 0.12);
}
.awlp .case-badge {
  display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 9999px; margin-bottom: 16px;
}
.awlp .case-badge-mfg { background: var(--slate-800); color: #fff; }
.awlp .case-badge-svc { background: var(--blue-600); color: #fff; }
.awlp .case-metric {
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.awlp .case-metric strong {
  font-size: 1.85rem;
  font-weight: 900;
}
.awlp .case-desc { color: var(--slate-600); font-size: 0.98rem; margin: 0 0 10px; line-height: 1.75; font-weight: 500; }
.awlp .case-desc--lead {
  font-weight: 700;
  color: var(--slate-800);
  margin-bottom: 14px;
  font-size: 1.02rem;
}

.awlp .monitor-box {
  max-width: 820px; margin: 48px auto 0;
  background: linear-gradient(135deg, var(--blue-50), #ecfeff);
  border: 1px solid var(--blue-100);
  border-radius: var(--radius); padding: 28px 36px;
  display: flex; align-items: center; gap: 16px;
  box-shadow: var(--shadow-sm);
}
.awlp .monitor-pulse {
  width: 12px; height: 12px; background: var(--blue-500); border-radius: 50%;
  flex-shrink: 0; position: relative;
}
.awlp .monitor-pulse::after {
  content: ''; position: absolute; inset: -4px;
  border: 2px solid var(--blue-500); border-radius: 50%; opacity: 0;
  animation: ring-pulse 2s ease-out infinite;
}
@keyframes ring-pulse {
  0% { transform: scale(.8); opacity: .8; }
  100% { transform: scale(1.8); opacity: 0; }
}
.awlp .monitor-text { font-size: 1rem; font-weight: 700; color: var(--blue-700); }

/* =============================================
   PLAN (Section 7 - NEW)
   ============================================= */
.awlp .plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  gap: 18px;
  margin-top: 32px;
  padding-top: 4px;
  align-items: stretch;
}
.awlp .plan-card {
  display: flex; flex-direction: column;
  padding: 28px 22px 22px;
  border: 2px solid rgba(148, 163, 184, 0.4);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, #fff 0%, rgba(248, 250, 252, 0.97) 42%, rgba(239, 246, 255, 0.35) 100%);
  transition: all .5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 1;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.04),
    0 12px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.awlp .plan-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  background: radial-gradient(120% 80% at 50% 0%, rgba(59, 130, 246, 0.08), transparent 55%);
}
.awlp .plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.12);
  border-color: var(--blue-200);
}
.awlp .plan-card:hover::before { opacity: 1; }
.awlp .plan-card.hl {
  overflow: visible;
  z-index: 2;
  border: 2px solid var(--blue-500);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(239, 246, 255, 0.98) 45%, rgba(224, 242, 254, 0.5) 100%);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.15),
    0 16px 48px rgba(37, 99, 235, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
/* RECOMMEND のみ：カード上端に軽く乗せる（球体デコは使わない） */
.awlp .plan-card__orbit {
  position: relative;
  height: 32px;
  margin: -10px 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.awlp .plan-card__orbit--spacer {
  height: 32px;
  margin: -10px 0 6px;
}
.awlp .plan-badge--orbit {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.28);
  pointer-events: auto;
}
/* 両プラン共通：角丸パネル（Pro はスペーサーで Standard と見出し位置を揃える） */
.awlp .plan-card__head-plan {
  text-align: center;
  margin-bottom: 12px;
  padding: 14px 16px 12px;
  border-radius: 18px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: linear-gradient(165deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.55) 55%, rgba(239, 246, 255, 0.35) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.awlp .plan-card__head-plan--featured {
  border-color: rgba(59, 130, 246, 0.28);
  background: linear-gradient(165deg, rgba(239, 246, 255, 0.92) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.08) 100%);
}
.awlp .plan-footnote {
  margin-top: 24px;
  font-weight: 700;
  color: var(--slate-600);
  font-size: 0.9rem;
}
.awlp .plan-tier-en {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: clamp(1.65rem, 2.2vw + 1rem, 2.05rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(118deg, var(--blue-900) 0%, var(--blue-600) 40%, var(--cyan-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.awlp .plan-tier-ja {
  margin: 5px 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--slate-500);
}
.awlp .plan-desc { font-size: .88rem; color: var(--slate-600); margin-bottom: 14px; min-height: 44px; font-weight: 500; line-height: 1.55; text-align: left; }
.awlp .plan-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--blue-700);
  margin-bottom: 14px;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--slate-100);
  align-items: start;
}
.awlp .plan-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
}
.awlp .plan-price-row:first-child {
  padding-right: 10px;
  border-right: 1px solid var(--slate-100);
}
.awlp .plan-price-label {
  min-width: 0;
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--slate-700);
}
.awlp .plan-price-label--sub { color: var(--slate-500); font-size: 0.8rem; }
.awlp .plan-price-unit { white-space: nowrap; display: inline-flex; align-items: baseline; gap: 2px; }
.awlp .plan-price-num { font-size: clamp(1.35rem, 2.5vw + 0.6rem, 1.85rem); font-weight: 900; color: var(--blue-700); }
.awlp .plan-price-suffix { font-size: 1rem; font-weight: 700; color: var(--blue-700); }
.awlp .plan-list { list-style: none; padding: 0; margin: 0 0 18px; text-align: left; flex: 1; }
.awlp .plan-list li { font-size: 0.88rem; font-weight: 600; color: var(--slate-700); margin-bottom: 6px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.awlp .plan-list li::before { content: '✓'; color: var(--blue-500); font-weight: 900; flex-shrink: 0; margin-top: 0.15em; }
.awlp .plan-footnote-sub {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.82em;
  color: var(--slate-500);
  font-weight: 600;
  line-height: 1.5;
}
.awlp .plan-pro-outnote {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--slate-500);
  line-height: 1.5;
  margin: -8px 0 16px;
  padding-left: 12px;
  border-left: 2px solid var(--slate-200);
  text-align: left;
}
.awlp .plan-card .btn-primary--plan {
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.22);
}
.awlp .plan-card.hl .btn-primary--plan {
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.32);
}

/* =============================================
   CTA FINAL (Section 8)
   ============================================= */
.awlp .cta-final {
  text-align: center; padding: 88px 24px;
  background: linear-gradient(180deg, var(--slate-50) 0%, #fff 100%);
  position: relative; overflow: hidden;
}
.awlp .cta-final::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 600px;
  background: radial-gradient(circle, rgba(59,130,246,.12) 0%, transparent 65%);
  pointer-events: none;
}
.awlp .cta-final h2,
.awlp .cta-final-title {
  font-size: clamp(1.65rem, 2.2vw + 1.1rem, 3.15rem);
  font-weight: 900;
  margin-bottom: 28px;
  position: relative;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.28;
  letter-spacing: -0.03em;
}
.awlp .cta-final-title .cta-line--row {
  display: block;
}
.awlp .cta-final-title .cta-line--row + .cta-line--row {
  margin-top: 0.12em;
}
.awlp .awlp-nobreak {
  white-space: nowrap;
}
@media (max-width: 420px) {
  .awlp .cta-final-title .awlp-nobreak {
    white-space: normal;
  }
}
.awlp .cta-offer-card {
  max-width: 600px;
  margin: 0 auto 44px;
  text-align: left;
  background: #fff;
  padding: 36px 40px;
  border-radius: 32px;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-xl);
}
.awlp .cta-offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--slate-800);
  line-height: 2.05;
}
.awlp .cta-offer-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.awlp .cta-offer-check {
  color: var(--blue-500);
  font-size: 1.25rem;
  font-weight: 900;
  flex-shrink: 0;
}
.awlp .cta-offer-note {
  font-size: 1rem;
  color: var(--slate-600);
  line-height: 1.8;
  margin: 24px 0 0;
  border-top: 1px solid var(--slate-100);
  padding-top: 22px;
}
.awlp .cta-final .cta-sub {
  font-size: 1.125rem; color: var(--slate-500); font-weight: 500;
  margin-bottom: 48px; line-height: 1.8;
}

/* ---- FOOTER ---- */
.awlp .lp-footer {
  background: var(--slate-900); color: var(--slate-400); padding: 56px 24px;
  text-align: center; font-size: .85rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.awlp .lp-footer a { color: var(--slate-400); transition: color .2s; }
.awlp .lp-footer a:hover { color: #fff; }

/* =============================================
   ANIMATIONS
   ============================================= */
.awlp .reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.awlp .reveal.visible { opacity: 1; transform: translateY(0); }
.awlp .reveal-d1 { transition-delay: .1s; }
.awlp .reveal-d2 { transition-delay: .2s; }
.awlp .reveal-d3 { transition-delay: .3s; }
.awlp .reveal-d4 { transition-delay: .4s; }
.awlp .reveal-d5 { transition-delay: .5s; }

/* Floating counter animation */
@keyframes countUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.awlp .animate-count { animation: countUp .6s ease-out forwards; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .awlp .ba-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .awlp .sec-heading { font-size: 2.75rem; }
}

@media (max-width: 768px) {
  /* --- Base Mobile Refinements --- */
  .awlp { line-height: 1.6; }
  .awlp .solution-gov-line { white-space: normal; }
  .awlp .container { padding: 0 20px; }
  .awlp .sec { padding: 48px 0; }
  .awlp .sec-heading { 
    font-size: 1.85rem !important; 
    line-height: 1.4 !important; 
    margin-bottom: 1rem !important;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .awlp .sec-heading br { display: none; } /* Hide manual BRs to allow natural wrapping */
  .awlp .sec-sub { font-size: 0.95rem; line-height: 1.7; margin-bottom: 2.5rem; }

  /* --- Header --- */
  #lp-header { 
    padding: 6px 0 !important; 
    background: rgba(255, 255, 255, 0.95) !important; 
    backdrop-filter: blur(16px) !important; 
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
  }
  #lp-header .container { 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important; 
    padding: 0 16px !important; 
    max-width: 100% !important;
  }
  #lp-header .lp-header-brand { 
    flex-shrink: 0;
  }
  #lp-header .lp-header-brand .lp-wordmark {
    font-size: 1.05rem !important;
  }
  #lp-header .btn-primary--header { 
    padding: 5px 12px !important; 
    font-size: 0.65rem !important; 
    letter-spacing: 0;
    min-width: auto !important;
    width: auto !important;
    white-space: nowrap;
    border-radius: 9999px !important;
    box-shadow: 0 4px 10px rgba(37,99,235,0.1) !important;
    transform: none !important;
    margin: 0 !important; /* Reset any margins */
  }

  /* --- Hero --- */
  .awlp .hero { padding: 100px 20px 48px; min-height: auto; text-align: center; }
  .awlp .hero-title { 
    font-size: 2.15rem !important; 
    line-height: 1.3 !important; 
    margin-bottom: 16px !important;
    letter-spacing: -0.02em !important;
  }
  .awlp .hero-title br { display: block; }
  .awlp .hero-lead { font-size: 1rem !important; line-height: 1.7 !important; margin-bottom: 32px !important; max-width: 100%; }
  .awlp .hero-sub { font-size: 1rem !important; line-height: 1.7 !important; margin-bottom: 32px !important; }
  .awlp .hero-badge { font-size: 0.75rem; padding: 6px 14px; margin-bottom: 20px; }
  .awlp .hero-obj { opacity: 0.15; filter: blur(25px); }
  .awlp .hero .btn-primary--hero { width: 100%; padding: 18px 24px !important; font-size: 1.05rem !important; }
  
  /* --- Problem --- */
  .awlp .prob-grid { grid-template-columns: 1fr; gap: 14px; }
  .awlp .prob-card { padding: 28px 20px; border-radius: 20px; }
  .awlp .prob-title { font-size: 1.15rem; margin-bottom: 8px; }
  .awlp .prob-desc { font-size: 0.95rem; }
  .awlp .prob-conclusion { padding: 40px 20px; border-radius: 24px; margin-top: 32px; }
  .awlp .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .awlp .stat-item { padding: 20px 10px; border-radius: 16px; }
  .awlp .stat-value { font-size: 2rem; }
  .awlp .stat-label { font-size: 0.8rem; margin-bottom: 6px; }
  .awlp .prob-conclusion h3 { font-size: 1.25rem; margin-bottom: 24px; }

  /* --- Before / After --- */
  .awlp .ba-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .awlp .ba-card { border-radius: 20px; }
  .awlp .ba-header { font-size: 0.95rem; padding: 12px; }
  .awlp .ba-side { padding: 20px 14px; }
  .awlp .ba-value { font-size: 1.6rem; }
  .awlp .ba-divider-arrow { width: 32px; height: 32px; font-size: 0.8rem; }

  /* --- Steps --- */
  .awlp .steps-wrap::before { left: 20px; }
  .awlp .step-item { gap: 12px; margin-bottom: 16px; }
  .awlp .step-num { width: 40px; height: 40px; font-size: 1rem; }
  .awlp .step-body { padding: 20px; border-radius: 20px; }
  .awlp .step-body h3 { font-size: 1.1rem; }
  .awlp .step-body p { font-size: 0.95rem; }

  /* --- Comparison --- */
  .awlp .cmp-wrap { border-radius: 16px; margin: 0 -4px; width: calc(100% + 8px); overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .awlp .cmp-table { min-width: 600px; }
  .awlp .cmp-table th:first-child,
  .awlp .cmp-table td:first-child { 
    position: sticky; left: 0; background: #fff; z-index: 2; border-right: 1px solid var(--slate-100);
    width: 110px; font-size: 0.85rem; padding: 12px 10px;
  }
  .awlp .cmp-table tr:hover td:first-child,
  .awlp .cmp-table tr:hover th:first-child { background: #f8fafc; }
  .awlp .cmp-table th.cmp-hl-col { font-size: 0.95rem; padding: 16px 8px; }
  .awlp .cmp-table td { padding: 12px 8px; }

  /* --- Cases --- */
  .awlp .cases-grid { grid-template-columns: 1fr !important; gap: 20px; }
  .awlp .case-card { padding: 32px 24px; border-radius: 24px; text-align: center !important; }
  .awlp .case-desc { text-align: left; } /* Keep descriptions left for readability but center headlines */
  .awlp .case-metric { font-size: 1.45rem !important; margin-bottom: 16px; justify-content: center; }
  .awlp .case-metric strong { font-size: 1.75rem !important; }

  /* --- Buttons --- */
  .awlp .btn-primary { 
    display: inline-flex !important; 
    margin-left: auto; 
    margin-right: auto; 
    width: auto !important; 
    min-width: 280px;
    justify-content: center;
  }
  .awlp .hero .btn-primary--hero,
  .awlp .cta-final .btn-primary--cta-footer,
  .awlp .plan-card .btn-primary--plan,
  .awlp .monitor-box .btn-primary--mid {
    width: 100% !important; 
    max-width: 340px;
  }

  /* --- Plan --- */
  .awlp .plan-card { padding: 24px 18px 20px; border-radius: 20px; }
  .awlp .plan-card.hl { overflow: visible; }
  .awlp .plan-card__orbit {
    height: 28px;
    margin: -8px 0 4px;
  }
  .awlp .plan-card__orbit--spacer {
    height: 28px;
    margin: -8px 0 4px;
  }
  .awlp .plan-badge--orbit {
    padding: 5px 12px;
    font-size: 0.58rem;
  }
  .awlp .plan-card__head-plan {
    padding: 12px 14px 10px;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .awlp .plan-tier-en { letter-spacing: 0.1em; }
  .awlp .plan-price {
    grid-template-columns: 1fr;
    gap: 12px;
    font-size: 1.5rem;
  }
  .awlp .plan-price-row:first-child {
    padding-right: 0;
    border-right: none;
  }
  .awlp .plan-price-label { font-size: 0.95rem; }
  .awlp .plan-price-label--sub { font-size: 0.95rem; }

  /* --- Monitor Banner --- */
  .awlp .monitor-box { 
    border-radius: 24px !important; 
    padding: 40px 20px !important; 
    margin: 48px auto !important; 
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .awlp .monitor-box > div { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    gap: 24px !important; 
    text-align: center !important;
    width: 100% !important;
  }
  .awlp .monitor-box > div > div { 
    width: 100% !important; 
    min-width: 0 !important; 
    padding: 0 !important;
  }
  .awlp .monitor-box h3 { font-size: 1.45rem !important; line-height: 1.4 !important; margin-bottom: 12px !important; }
  .awlp .monitor-box p { font-size: 0.95rem !important; margin-bottom: 0 !important; }
  .awlp .monitor-box .btn-primary--mid { 
    display: inline-flex !important;
    width: 100% !important; 
    max-width: 320px !important; 
    margin: 0 auto 12px !important;
    padding: 16px 20px !important;
    font-size: 1rem !important;
    justify-content: center !important;
    white-space: normal !important;
  }
  .awlp .monitor-box div[style*="text-align:center"] p { margin-top: 12px !important; width: 100% !important; }

  /* --- Final CTA --- */
  .awlp .cta-final { padding: 48px 20px 80px; }
  .awlp .cta-final h2,
  .awlp .cta-final-title { 
    font-size: 1.85rem !important; 
    line-height: 1.4 !important; 
    margin-bottom: 24px !important;
    text-align: center;
  }
  .awlp .cta-final .btn-primary--cta-footer { font-size: 1.1rem !important; padding: 20px 24px !important; }
  .awlp .cta-offer-card { padding: 28px 22px; border-radius: 24px; margin-bottom: 36px; }
  .awlp .cta-offer-list { font-size: 1rem; line-height: 1.85; }

  /* --- Why AI Fails (Mobile) --- */
  .awlp .why-ai-fails-sec { padding: 56px 0 !important; }
  .awlp .why-ai-fails-grid { gap: 24px !important; }
  .awlp .why-ai-fails-box { padding: 32px 20px !important; min-width: 100% !important; }
  .awlp .why-ai-fails-title { font-size: 1.35rem !important; }
  .awlp .why-ai-fails-arrow { margin-bottom: 16px !important; font-size: 1.3rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .awlp .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .awlp .hero-blob-1,
  .awlp .hero-blob-2,
  .awlp .hero-obj,
  .awlp .hero-badge-dot,
  .awlp .monitor-pulse::after {
    animation: none !important;
  }
  .awlp .btn-primary::after { display: none !important; }
  .awlp .btn-primary,
  .awlp .card,
  .awlp .ba-card,
  .awlp .prob-card,
  .awlp .plan-card {
    transition: none !important;
  }
  .awlp .btn-primary:hover,
  .awlp .card:hover,
  .awlp .ba-card:hover,
  .awlp .prob-card:hover,
  .awlp .plan-card:hover {
    transform: none !important;
  }
}