:root {
  --color-accent: #f67214;
  --color-accent-deep: #d85f0f;
  --color-bg: #fffdf9;
  --color-bg-dark: #0b1118;
  --color-bg-warm: #fff3ec;
  --color-surface: #ffffff;
  --color-surface-dark: rgba(255, 255, 255, 0.06);
  --color-text: #111111;
  --color-text-muted: #555b63;
  --color-text-inverse: #f5efe8;
  --color-border: rgba(17, 17, 17, 0.08);
  --color-border-strong: rgba(246, 114, 20, 0.24);
  --shadow-xl: 0 32px 70px rgba(12, 18, 28, 0.12);
  --shadow-lg: 0 18px 45px rgba(12, 18, 28, 0.1);
  --shadow-dark: 0 34px 90px rgba(0, 0, 0, 0.45);
  --radius-sm: 0.85rem;
  --radius-lg: 1.35rem;
  --radius-xl: 1.7rem;
  --container-max: 1180px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6rem;
  --ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 180ms;
  --duration-base: 320ms;
  --duration-slow: 620ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(246, 114, 20, 0.08), transparent 22%),
    #fffdfa;
  color: var(--color-text);
  font-family: "Instrument Sans", system-ui, sans-serif;
  line-height: 1.5;
  padding-top: 74.6px;
  /* Performance optimizations */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

/* Ensure fonts load with fallback */
@font-face {
  font-family: 'Outfit';
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Sans';
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  font-display: swap;
}

img {
  max-width: 100%;
  display: block;
  /* Lazy loading hints */
  content-visibility: auto;
  /* Prevent layout shift */
  height: auto;
}

/* Optimize image loading */
img[loading="lazy"] {
  content-visibility: auto;
}

/* Preload critical images */
.site-logo,
.hero img {
  content-visibility: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

/* Performance: Use will-change sparingly and only on animated elements */
.hero-reveal,
.reveal-on-scroll {
  will-change: opacity, transform;
}

.hero-reveal.animated,
.reveal-on-scroll.animated {
  will-change: auto;
}

/* Optimize animations with GPU acceleration */
.cr-canvas,
.grid-canvas,
.product-card {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Reduce paint areas */
.site-header {
  contain: layout style;
}

.section {
  contain: layout paint;
}

.cr-animation-container {
  contain: strict;
  content-visibility: auto;
}

.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;
}

.container {
  width: min(calc(100% - 2rem), var(--container-max));
  margin: 0 auto;
  /* Performance: contain layout and style */
  contain: layout style;
}

.narrow {
  max-width: 760px;
}

.section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  /* Performance: contain paint for sections */
  contain: paint;
}

.section-warm {
  background: var(--color-bg-warm);
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(246, 114, 20, 0.1), transparent 22%),
    var(--color-bg-dark);
  color: var(--color-text-inverse);
}

.page-shell {
  position: relative;
  overflow: clip;
}

section[id] {
  scroll-margin-top: 96px;
}

.grid-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 74.6px;
  padding: 12px 3vw;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.site-header.is-scrolled,
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.logo-container img {
  display: block;
  width: auto;
}

.site-logo {
  display: block;
  height: 40px;
}

.header-nav {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  position: relative;
  color: #1f2a3b;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-menu li a:hover {
  color: #ea6d13;
}

.nav-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #ea6d13;
  transition: width 0.3s ease;
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
  width: 100%;
}

.nav-menu li a.active {
  color: #ea6d13;
}

.login-btn,
.btn-primary {
  background: #ea6d13;
  color: #fff;
  border: none;
  padding: 12px 50px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(234, 109, 19, 0.2);
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-btn:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(234, 109, 19, 0.35);
  color: #fff;
  filter: brightness(1.05);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #172033;
  border-radius: 3px;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 18px;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

.hamburger.active span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 74.6px;
  left: 0;
  width: 100%;
  height: calc(100vh - 74.6px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  padding: 32px 20px;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  overflow-y: auto;
}

.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-menu ul li a {
  display: block;
  padding: 16px 0;
  color: #172033;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  transition: color 0.3s ease;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a.active {
  color: #ea6d13;
}

.mobile-menu .login-btn,
.mobile-menu .btn-primary {
  width: 100%;
  margin-top: 16px;
  display: inline-block !important;
  padding: 14px 32px !important;
  background: #ea6d13 !important;
  color: #fff !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(227, 111, 29, 0.3) !important;
}

.mobile-menu .login-btn:hover,
.mobile-menu .btn-primary:hover {
  background: #d65d0f !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(227, 111, 29, 0.4) !important;
  color: #fff !important;
}

.button {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.85rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-weight: 700;
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    background var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent), #f67214);
  box-shadow: 0 18px 45px rgba(246, 114, 20, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--color-accent-deep), var(--color-accent));
  box-shadow: 0 22px 55px rgba(246, 114, 20, 0.36);
}

.button-ghost {
  border-color: rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.76);
}

.section-dark .button-ghost {
  color: var(--color-text-inverse);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.button-sm {
  min-height: 40px;
  padding: 0.7rem 1rem;
}

.hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  padding-left: clamp(0.25rem, 1.2vw, 1rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(246, 114, 20, 0.08);
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow-dark {
  background: rgba(246, 114, 20, 0.12);
  border: 1px solid rgba(246, 114, 20, 0.24);
}

.eyebrow-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--color-accent);
  box-shadow: 0 0 0 0 rgba(246, 114, 20, 0.5);
  animation: pulse 2.2s infinite;
}

.hero-title,
.section-heading h2,
.copy-block h2,
.trust-copy h2,
.final-cta h2 {
  margin: 1.25rem 0 1rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(4rem, 5.6vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.hero-title {
  max-width: 11ch;
  display: grid;
  gap: 0.08rem;
  margin: 1.2rem 0 1.7rem;
}

.hero-title-main,
.hero-title-accent {
  display: block;
}

.hero-title-main {
  color: #090909;
  font-size: clamp(4rem, 5.8vw, 4.5rem);
  font-weight: 800;
  line-height: 0.96;
}

.hero-title-accent {
  color: var(--color-accent);
  font-size: clamp(4rem, 5.8vw, 4.5rem);
  font-weight: 800;
  line-height: 0.92;
}

.hero-lead,
.section-heading p,
.trust-copy p,
.final-cta p,
.copy-block p {
  max-width: 60ch;
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

.section-dark .section-heading p,
.section-dark .workflow-card p,
.section-dark .workflow-card li,
.section-dark .final-cta p,
.section-dark .trust-note {
  color: rgba(245, 239, 232, 0.76);
}

.hero-lead {
  max-width: 32.5rem;
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.6;
  margin-bottom: 0;
  color: #6b7280;
}

.hero-statements {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.hero-statements li {
  position: relative;
  padding-left: 1.25rem;
  margin: 0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: #49515d;
}

.hero-statements li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--color-accent);
  box-shadow: 0 0 0 6px rgba(246, 114, 20, 0.08);
}

.hero-statements li:last-child {
  color: #6c7380;
}

.hero-statement-title {
  display: block;
  color: #242933;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-statement-note {
  display: block;
  margin-top: 0.28rem;
  color: #7a818d;
  font-size: 0.84rem;
  line-height: 1.4;
}

.hero-actions {
  margin-top: 2.5rem;
  display: inline-flex;
}

.hero-visual {
  position: relative;
}

.hero-glow {
  position: absolute;
  inset: auto -1rem -1rem auto;
  width: min(92vw, 28rem);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(246, 114, 20, 0.12), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.product-card {
  position: relative;
  border-radius: var(--radius-xl);
  width: min(100%, 37.5rem);
  height: 36.5rem;
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    #17191f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg);
  transform-style: preserve-3d;
  overflow: hidden;
}

.hero .button-primary {
  min-width: 12.4rem;
  min-height: 52px;
  padding: 14px 28px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border: 0;
  box-shadow: 0 14px 32px rgba(246, 114, 20, 0.18);
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 115, 0, 0.25);
}

.product-card__bar,
.thinking-row,
.chat-thread {
  position: relative;
  z-index: 1;
}

.product-card__bar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  justify-content: space-between;
  padding: 0.15rem 0.25rem 0.85rem;
}

.traffic-lights {
  display: flex;
  gap: 0.4rem;
}

.traffic {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
}

.traffic-red {
  background: #ff5f56;
}

.traffic-yellow {
  background: #ffbd2e;
}

.traffic-green {
  background: #27c93f;
}

.product-card__label,
.chat-meta,
.output-label {
  font-size: 0.77rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(239, 229, 218, 0.72);
}

.live-pill {
  border-radius: 999px;
  padding: 0.42rem 0.78rem;
  background: rgba(60, 191, 122, 0.14);
  border: 1px solid rgba(112, 215, 155, 0.12);
  color: #7ce0a5;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.chat-thread {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(16, 20, 26, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.85rem 0.9rem 0.95rem;
}

.assistant-panel p,
.user-message p,
.output-card p {
  margin: 0.55rem 0 0;
  font-size: 1rem;
}

.chat-meta-ai {
  color: rgba(246, 114, 20, 0.85);
}

.assistant-message,
.assistant-message-intro,
.user-message {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.assistant-message-intro {
  flex: 0 0 auto;
  padding-bottom: 0.05rem;
}

.message-avatar {
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #ff6b35, #ff986d);
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(246, 114, 20, 0.22);
}

.message-avatar-soft {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.75rem;
  box-shadow: none;
}

.message-body,
.assistant-message__header > div {
  min-width: 0;
}

.message-body p {
  margin: 0.25rem 0 0;
  color: rgba(245, 239, 232, 0.9);
  font-family: "Outfit", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.018em;
}

.chat-thread-window {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  justify-content: flex-start;
  padding-bottom: 5rem;
}

.chat-thread-window::-webkit-scrollbar {
  width: 6px;
}

.chat-thread-window::-webkit-scrollbar-track {
  background: transparent;
}

.chat-thread-window::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.user-message {
  margin-left: auto;
  width: min(100%, 24rem);
  flex-direction: column;
  gap: 0;
  border-radius: 1.1rem 1.1rem 0.6rem 1.1rem;
  padding: 0.82rem 0.92rem;
  background:
    linear-gradient(135deg, rgba(69, 74, 84, 0.96), rgba(54, 58, 66, 0.96)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(14px);
}

.user-message p {
  color: #f3f5f7;
  font-family: "Outfit", sans-serif;
  font-size: 0.93rem;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.thinking-row {
  display: inline-flex;
  width: fit-content;
  gap: 0.4rem;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(10px);
}

.thinking-row span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--color-accent);
  animation: bounceDots 1.2s infinite ease-in-out;
}

.thinking-row span:nth-child(2) {
  animation-delay: 0.14s;
}

.thinking-row span:nth-child(3) {
  animation-delay: 0.28s;
}

.thinking-row small {
  margin-left: 0.25rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.assistant-panel {
  display: block;
  border-radius: 1.35rem;
  padding: 0.82rem 0.88rem 0.88rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(24, 28, 35, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  transform: translateY(14px);
}

.assistant-message__header {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
}

.assistant-message__header h3 {
  margin: 0.28rem 0 0;
  color: #fff7f2;
  font-family: "Outfit", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.assistant-panel > p {
  color: rgba(247, 241, 235, 0.84);
  font-size: 0.86rem;
  line-height: 1.45;
  max-width: 58ch;
  margin-left: 2.45rem;
}

.response-footer {
  margin-left: 2.45rem;
  margin-top: 0.62rem;
  display: grid;
  gap: 0.58rem;
}

.response-confidence {
  border-radius: 1rem;
  padding: 0.64rem 0.74rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.response-confidence strong {
  display: block;
  color: #fff7f1;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.response-confidence span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(245, 239, 232, 0.7);
  font-size: 0.76rem;
  line-height: 1.35;
}

.source-reference-block {
  padding-top: 0;
}

.source-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.source-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  background: rgba(246, 114, 20, 0.1);
  border: 1px solid rgba(246, 114, 20, 0.22);
  color: #ff9f78;
  font-size: 0.72rem;
  font-weight: 600;
}

.hero-composer {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border-radius: 1.2rem;
  padding: 0.72rem;
  background: rgba(30, 34, 42, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

.hero-composer__prompt {
  color: rgba(245, 239, 232, 0.48);
  font-size: 0.74rem;
  margin-bottom: 0.45rem;
}

.hero-composer__input {
  min-height: 2.95rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding-right: 3rem;
  color: #f4f6f8;
  font-family: "Outfit", sans-serif;
  font-size: 0.92rem;
  line-height: 1.38;
  letter-spacing: -0.015em;
}

.hero-composer__cursor {
  width: 0.12rem;
  height: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  animation: cursorBlink 1s steps(1) infinite;
}

.hero-composer__send {
  position: absolute;
  right: 1rem;
  bottom: 0.82rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff7d4a, #ff9b71);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(246, 114, 20, 0.24);
}

.copy-block,
.section-heading {
  text-align: center;
}

/* ========================================
   SECTION 2: CURRENT REALITY — COMPACT TWO-COLUMN
   ======================================== */

.cr-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 1rem) 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 20%, rgba(246,114,20,0.04), transparent 60%),
    radial-gradient(ellipse 50% 35% at 80% 70%, rgba(246,114,20,0.03), transparent 65%),
    linear-gradient(135deg, #fafbfc 0%, #ffffff 50%, #f8f9fa 100%);
  overflow: hidden;
}

.cr-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(246,114,20,0.01) 2px, rgba(246,114,20,0.01) 4px),
    repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(246,114,20,0.01) 2px, rgba(246,114,20,0.01) 4px);
  opacity: 0.5;
  pointer-events: none;
}

.cr-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  position: relative;
  z-index: 1;
}

/* ---- TOP HEADER ---- */
.cr-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.cr-badge {
  display: inline-block;
  padding: 9px 22px;
  background: linear-gradient(135deg, rgba(246,114,20,0.12), rgba(246,114,20,0.06));
  border: 1px solid rgba(246,114,20,0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 20px;
}

.cr-main-heading {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 16px;
}

.cr-accent {
  background: linear-gradient(120deg, #f67214, #ff9945);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cr-main-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

/* ---- COMPACT GRID ---- */
.cr-compact-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 3rem;
  align-items: center;
}

/* ---- LEFT: PROCESS LIST ---- */
.cr-process-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: 
    linear-gradient(135deg, #ffffff 0%, #fefefe 50%, #f8f9fa 100%);
  border: 2px solid #e2e8f0;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 
    0 8px 32px rgba(15,23,42,0.08),
    0 2px 8px rgba(15,23,42,0.04),
    inset 0 1px 0 rgba(255,255,255,0.9);
  position: relative;
  overflow: hidden;
  height: 500px; /* Match animation container height */
  justify-content: center; /* Center steps vertically */
}

/* Subtle gradient overlay on process list */
.cr-process-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(246,114,20,0.03), transparent);
  pointer-events: none;
  border-radius: 24px 24px 0 0;
}

.cr-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 14px;
  background: 
    linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border: 1.5px solid #e2e8f0;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}

.cr-step:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fffbf7 100%);
  border-color: rgba(246,114,20,0.25);
  transform: translateX(4px) scale(1.02);
  box-shadow: 
    0 4px 16px rgba(246,114,20,0.12),
    0 2px 8px rgba(15,23,42,0.06);
}

.cr-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
  transition: background 0.3s ease;
}

.cr-step.active {
  background: 
    linear-gradient(135deg, rgba(255,247,240,1) 0%, rgba(255,251,247,1) 100%);
  border-color: rgba(246,114,20,0.4);
  transform: translateX(6px) scale(1.03);
  box-shadow: 
    0 6px 20px rgba(246,114,20,0.18),
    0 2px 8px rgba(246,114,20,0.1),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.cr-step.active::before {
  background: linear-gradient(180deg, #ff9945, #f67214);
  box-shadow: 0 0 12px rgba(246,114,20,0.4);
}

.cr-step-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #64748b;
  transition: all 0.3s ease;
}

.cr-step.active .cr-step-number {
  background: linear-gradient(135deg, #f67214, #ff9945);
  border-color: #f67214;
  color: #ffffff;
  transform: scale(1.1);
}

.cr-step-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  color: #64748b;
  transition: all 0.3s ease;
}

.cr-step.active .cr-step-icon {
  background: linear-gradient(135deg, #f67214, #ff9945);
  border-color: #f67214;
  color: #ffffff;
}

.cr-step-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.cr-step-content strong {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.cr-step.active .cr-step-content strong {
  color: #f67214;
}

.cr-step-content span {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  line-height: 1.4;
}

/* ---- RIGHT: ANIMATION ---- */
.cr-animation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---- Two-Column Grid ---- */
.cr-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr;
  gap: clamp(4rem, 7vw, 8rem);
  align-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

/* ---- LEFT COLUMN ---- */
.cr-left {
  padding-top: 12px;
}

.cr-badge {
  display: inline-block;
  padding: 9px 22px;
  background: linear-gradient(135deg, rgba(246,114,20,0.12), rgba(246,114,20,0.06));
  border: 1px solid rgba(246,114,20,0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 26px;
}

.cr-heading {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.6rem, 4.8vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 20px;
}

.cr-accent {
  background: linear-gradient(120deg, #f67214, #ff9945);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cr-sub {
  font-size: 17.5px;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 40px;
  font-weight: 500;
  max-width: 520px;
}

/* Pain Items */
.cr-pain-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cr-pain-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cr-pain-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(246,114,20,0.08);
  color: #f67214;
  transition: background 0.25s ease;
}

.cr-pain-icon svg {
  width: 24px;
  height: 24px;
}

.cr-pain-item:hover .cr-pain-icon {
  background: rgba(246,114,20,0.14);
}

.cr-pain-icon--doubt {
  background: rgba(246,114,20,0.12);
}

.cr-pain-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 4px;
}

.cr-pain-text strong {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.3;
}

.cr-pain-text span {
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
  line-height: 1.5;
}

/* ---- RIGHT COLUMN ---- */
.cr-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 80px;
  padding-left: 2rem;
}

/* ---- ANIMATION CONTAINER ---- */
.cr-animation-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 500px;
  background: 
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(246,114,20,0.06), transparent 60%),
    radial-gradient(ellipse 45% 35% at 70% 65%, rgba(59,130,246,0.05), transparent 65%),
    radial-gradient(ellipse 40% 30% at 50% 50%, rgba(16,185,129,0.03), transparent 70%),
    linear-gradient(145deg, #ffffff 0%, #fefefe 30%, #ffffff 60%, #f8f9fa 100%);
  border: 2px solid #eaeff5;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 
    0 24px 70px rgba(15,23,42,0.14), 
    0 10px 28px rgba(15,23,42,0.1),
    0 4px 12px rgba(15,23,42,0.06),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(0,0,0,0.04);
  position: relative;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cr-animation-container:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 28px 80px rgba(15,23,42,0.16), 
    0 12px 32px rgba(15,23,42,0.12),
    0 6px 16px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(0,0,0,0.04);
  border-color: rgba(246,114,20,0.15);
}

/* Animated gradient overlay */
.cr-animation-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 30%, rgba(246,114,20,0.04) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(59,130,246,0.03) 0%, transparent 40%);
  animation: cr-gradient-rotate 25s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes cr-gradient-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Inner glow effect */
.cr-animation-container::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: 
    radial-gradient(circle at 50% 0%, rgba(246,114,20,0.08), transparent 35%),
    radial-gradient(circle at 0% 100%, rgba(59,130,246,0.06), transparent 35%),
    radial-gradient(circle at 100% 50%, rgba(16,185,129,0.04), transparent 35%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

.cr-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

/* Stage Indicators */
.cr-stage-indicators {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 14px 24px;
  border-radius: 999px;
  box-shadow: 
    0 10px 32px rgba(15,23,42,0.14),
    0 4px 12px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(0,0,0,0.04);
  border: 1.5px solid rgba(255,255,255,0.9);
}

.cr-stage-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: 
    linear-gradient(135deg, #cbd5e1, #94a3b8);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  position: relative;
  box-shadow: 
    inset 0 1px 2px rgba(0,0,0,0.15),
    0 2px 4px rgba(0,0,0,0.08);
  border: 1px solid rgba(148,163,184,0.3);
}

.cr-stage-dot:hover {
  background: linear-gradient(135deg, #94a3b8, #64748b);
  transform: scale(1.3);
  box-shadow: 
    inset 0 1px 2px rgba(0,0,0,0.2),
    0 4px 8px rgba(0,0,0,0.12);
}

.cr-stage-dot.active {
  width: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9945, #f67214);
  box-shadow: 
    0 6px 16px rgba(246,114,20,0.45),
    0 2px 8px rgba(246,114,20,0.3),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(0,0,0,0.1);
  transform: scale(1.15);
  border: 1px solid rgba(246,114,20,0.5);
}

.cr-stage-dot.active::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(246,114,20,0.25), transparent 70%);
  animation: cr-dot-pulse 2.5s ease-in-out infinite;
}

@keyframes cr-dot-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* Process Card Numbers (Top Left) */
.cr-pcard-number {
  position: absolute;
  top: -1px;
  left: 16px;
  padding: 5px 12px;
  background: #ffffff;
  border: 1.5px solid rgba(246,114,20,0.2);
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(120deg, #f67214, #ff9945);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(246,114,20,0.08);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}

/* Process Cards */
.cr-process-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cr-pcard {
  background: linear-gradient(160deg, #ffffff 0%, #fdfcfb 100%);
  border: 1.5px solid #eaeff5;
  border-radius: 20px;
  padding: 32px 18px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease, border-color 0.4s ease;
  box-shadow: 0 4px 20px rgba(15,23,42,0.06), 0 1px 3px rgba(15,23,42,0.03);
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

/* Radial glow in background on hover */
.cr-pcard::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246,114,20,0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cr-pcard:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(2.2);
}

/* Top accent stripe */
.cr-pcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #f67214, #ffaa5e);
  transition: width 0.4s cubic-bezier(0.22,1,0.36,1);
}

.cr-pcard:hover::before {
  width: 70%;
}

.cr-pcard:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px -18px rgba(246,114,20,0.18), 0 10px 20px rgba(15,23,42,0.05);
  border-color: rgba(246,114,20,0.3);
  background: #ffffff;
}

.cr-pcard-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  background: linear-gradient(145deg, #fff7f0, #fff2e6);
  border: 2px solid rgba(246,114,20,0.14);
  border-radius: 18px;
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease;
  box-shadow: 0 4px 14px rgba(246,114,20,0.08);
}

.cr-pcard:hover .cr-pcard-icon {
  background: linear-gradient(145deg, #ffeedf, #ffe6d0);
  border-color: rgba(246,114,20,0.28);
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 24px rgba(246,114,20,0.14);
}

.cr-pcard-icon svg {
  width: 30px;
  height: 30px;
}

.cr-pcard-title {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.cr-pcard-desc {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
  font-weight: 500;
  max-width: 130px;
}

.cr-pcard-bar {
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #f0f4f9;
  margin-top: 6px;
  overflow: hidden;
  position: relative;
}

.cr-pcard-bar-fill {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #f67214, #ffaa5e);
  animation: cr-bar-shimmer 2.5s ease-in-out infinite;
  background-size: 200% 100%;
}

@keyframes cr-bar-shimmer {
  0%   { background-position: 100% 0; }
  50%  { background-position: 0% 0; }
  100% { background-position: 100% 0; }
}

/* Time Bar */
.cr-time-bar {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.cr-time-track {
  width: 100%;
  height: 7px;
  border-radius: 7px;
  background: #e8edf4;
  overflow: hidden;
  margin-bottom: 0;
}

.cr-time-fill {
  width: 0;
  height: 100%;
  border-radius: 7px;
  background: linear-gradient(90deg, #f67214, #ff8c42);
  animation: cr-time-grow 3.5s ease-in-out infinite;
}

@keyframes cr-time-grow {
  0%   { width: 0; }
  70%  { width: 100%; }
  100% { width: 100%; opacity: 0.5; }
}

.cr-time-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.cr-time-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246,114,20,0.08);
  border-radius: 50%;
  border: 1.5px solid rgba(246,114,20,0.18);
}

.cr-time-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cr-time-text strong {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -0.02em;
}

.cr-time-text span {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}

/* ---- BOTTOM WARNING BANNER ---- */
.cr-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 32px;
  background: linear-gradient(135deg, rgba(246,114,20,0.06), rgba(246,114,20,0.02));
  border: 1.5px solid rgba(246,114,20,0.16);
  border-radius: 16px;
  overflow: hidden;
}

.cr-warning-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cr-warning-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246,114,20,0.1);
  border-radius: 12px;
}

.cr-warning-text p {
  margin: 0;
  font-size: 15.5px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.5;
}

.cr-warning-text p strong {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.cr-warning-highlight {
  color: #f67214;
  font-weight: 700;
}

.cr-warning-sub {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  margin-top: 4px !important;
  display: block;
}

.cr-warning-visual {
  flex-shrink: 0;
  opacity: 0.75;
}

/* ---- RESPONSIVE: TABLET ---- */
@media (max-width: 1024px) {
  .cr-container {
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  }
  .cr-compact-grid {
    grid-template-columns: 320px 1fr;
    gap: 2rem;
  }
  .cr-process-list {
    padding: 20px;
    gap: 12px;
    height: 450px; /* Match animation container height */
  }
  .cr-step {
    padding: 12px;
  }
  .cr-animation-container {
    height: 450px;
  }
}

/* ---- RESPONSIVE: MOBILE ---- */
@media (max-width: 768px) {
  .cr-section {
    padding: clamp(2.5rem, 7vw, 4rem) 0;
  }
  
  .cr-header {
    margin-bottom: 2.5rem;
  }
  
  .cr-badge {
    font-size: 10px;
    padding: 6px 14px;
    margin-bottom: 16px;
  }
  
  .cr-main-heading {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }
  
  .cr-main-sub {
    font-size: 15px;
  }
  
  .cr-compact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .cr-process-list {
    padding: 16px;
    gap: 10px;
    height: 400px; /* Match animation container height */
  }
  
  .cr-step {
    padding: 12px;
    gap: 10px;
  }
  
  .cr-step-number,
  .cr-step-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  
  .cr-step-content strong {
    font-size: 14px;
  }
  
  .cr-step-content span {
    font-size: 12px;
  }
  
  .cr-animation-container {
    height: 400px;
    border-radius: 20px;
  }
  
  .cr-stage-indicators {
    bottom: 16px;
    padding: 8px 12px;
    gap: 8px;
  }
  
  .cr-stage-dot {
    width: 6px;
    height: 6px;
  }
  
  .cr-stage-dot.active {
    width: 18px;
  }
}

/* ========================================
   SECTION 3: HOW IT WORKS

   ======================================== */

.workflow-grid,
.use-case-grid,
.trust-grid,
.stats-grid {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.workflow-card,
.use-case-card,
.output-card,
.stat-card {
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-lg);
}

.section-dark .workflow-card {
  background: var(--color-surface-dark);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.workflow-card {
  padding: 1.5rem;
}

.workflow-card-accent {
  border-color: rgba(246, 114, 20, 0.24);
  background:
    linear-gradient(180deg, rgba(246, 114, 20, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
}

.workflow-kicker,
.use-case-icon {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(246, 114, 20, 0.14);
  color: var(--color-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.workflow-card h3,
.use-case-card h3,
.trust-copy h2,
.output-card__section-answer p {
  font-family: "Outfit", sans-serif;
}

.workflow-card h3,
.use-case-card h3 {
  margin: 1rem 0 0.6rem;
  font-size: 1.5rem;
}

.workflow-card ul,
.trust-points,
.question-stack {
  display: grid;
  gap: 0.8rem;
}

.workflow-card ul,
.trust-points {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.workflow-card li {
  position: relative;
  padding-left: 1rem;
}

.workflow-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--color-accent);
}

.workflow-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.workflow-pills span {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(246, 114, 20, 0.18);
}

.trust-grid {
  align-items: center;
}

.trust-points {
  margin: 2rem 0 1.5rem;
}

.trust-note {
  font-style: italic;
}

.output-card {
  padding: 1.4rem;
}

.output-card__section + .output-card__section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.output-card__section-answer {
  border-left: 4px solid var(--color-accent);
  padding-left: 1rem;
}

.source-badges-light .source-badge {
  background: rgba(246, 114, 20, 0.08);
}

.use-case-card {
  padding: 1.5rem;
  height: auto;
}

.use-case-icon-blue {
  background: rgba(72, 120, 255, 0.12);
  color: #4575ff;
}

.use-case-icon-green {
  background: rgba(60, 191, 122, 0.14);
  color: #239a5c;
}

.use-case-card p {
  color: var(--color-text-muted);
}

.question-stack span {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(17, 17, 17, 0.04);
}

.use-case-swiper {
  overflow: visible;
}

.use-case-pagination {
  display: none;
  margin-top: 1.25rem;
  position: static;
}

.stats-grid {
  align-items: stretch;
}

.stat-card {
  padding: 1.6rem;
}

.stat-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(246, 114, 20, 0.12);
  color: var(--color-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stat-value {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: 1.2rem 0 0.65rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 8vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.stat-suffix {
  font-size: clamp(1rem, 3vw, 1.3rem);
  color: var(--color-text-muted);
  text-transform: lowercase;
}

.stat-card p {
  margin: 0;
  color: var(--color-text-muted);
}

.final-cta {
  text-align: center;
}

.final-cta__inner {
  position: relative;
}

.final-cta__inner::before {
  content: "";
  position: absolute;
  inset: -3rem auto auto 50%;
  width: min(100%, 28rem);
  height: 16rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(246, 114, 20, 0.15), transparent 72%);
  filter: blur(8px);
  pointer-events: none;
}

.waitlist-launch {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: var(--space-5);
}

.final-cta__trust {
  font-size: 0.82rem;
  color: rgba(245, 239, 232, 0.55);
}

.waitlist-modal-message {
  min-height: 1.6rem;
}

.modal-content-premium {
  border: none;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: visible !important;
  background: #ffffff;
}

.modal-header {
  border: none !important;
  padding: 0 !important;
}

.modal-body {
  overflow: visible !important;
  padding: 0 !important;
}

.modal-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
  margin: 0;
}

.text-orange {
  color: #ea6d13;
}

.modal-subtitle {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.form-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  display: block;
}

.premium-input {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 28px;
  font-size: 1rem;
  color: #1e293b;
  transition: all 0.3s ease;
  width: 100%;
  height: 56px;
}

.premium-input:focus {
  background: #fff;
  border-color: #ea6d13;
  box-shadow: 0 0 0 4px rgba(234, 109, 19, 0.1);
  outline: none;
}

.premium-input::placeholder {
  color: #94a3b8 !important;
  opacity: 1;
}

.btn-waitlist {
  background: #ea6d13;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 18px 32px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-waitlist:hover {
  background: #d65d0f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(234, 109, 19, 0.3);
}

.modal-footer-text {
  font-size: 0.85rem;
  color: #94a3b8;
  text-align: center;
  line-height: 1.5;
}

.btn-close {
  background:
    transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: none;
  font-size: 1.5rem;
  color: #000;
  opacity: 1;
  padding: 8px;
  margin: 0;
  filter: none;
}

.btn-close:hover {
  color: #000;
  opacity: 0.75;
}

.iti {
  width: 100% !important;
  display: block !important;
}

.iti--allow-dropdown input {
  padding-left: 120px !important;
  height: 56px !important;
  border-radius: 16px !important;
  border: 2px solid #e2e8f0 !important;
  background: #f8fafc !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
}

.iti--allow-dropdown input:focus {
  border-color: #ea6d13 !important;
  box-shadow: 0 0 0 4px rgba(234, 109, 19, 0.1) !important;
  outline: none !important;
  background: #fff !important;
}

.iti__flag-container {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 110px !important;
}

.iti__selected-flag {
  padding: 0 16px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  border-right: 2px solid #e2e8f0 !important;
  border-radius: 16px 0 0 16px !important;
  background: #f1f5f9 !important;
  transition: all 0.3s ease !important;
}

.iti__selected-flag:hover {
  background: #e2e8f0 !important;
}

.iti__selected-dial-code {
  color: #1e293b !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  margin-left: 8px !important;
}

.iti__arrow {
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 5px solid #64748b !important;
  margin-left: 8px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__arrow {
  border-top-color: #ea6d13 !important;
}

.iti__country-list {
  z-index: 10500 !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
  border: 2px solid #e2e8f0 !important;
  background: #fff !important;
  margin-top: 8px !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  width: 350px !important;
  min-width: 350px !important;
}

.iti__search-input {
  width: 100% !important;
  border: none !important;
  border-bottom: 2px solid #f1f5f9 !important;
  background: #fafafa !important;
  padding: 16px 20px !important;
  font-family: "Outfit", system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  border-radius: 16px 16px 0 0 !important;
}

.iti__search-input:focus {
  background: #fff !important;
  border-bottom-color: #ea6d13 !important;
}

.iti__country {
  padding: 12px 20px !important;
  transition: all 0.2s ease !important;
  font-family: "Outfit", system-ui, sans-serif !important;
  border-bottom: 1px solid #f8fafc !important;
  display: flex !important;
  align-items: center !important;
}

.iti__country:hover {
  background: #f8fafc !important;
}

.iti__country.iti__highlight {
  background: rgba(234, 109, 19, 0.1) !important;
}

.iti__country-name {
  font-weight: 500 !important;
  color: #334155 !important;
  font-size: 0.9rem !important;
  flex: 1 !important;
}

.iti__dial-code {
  color: #64748b !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
}

.iti__flag-box {
  margin-right: 12px !important;
  flex-shrink: 0 !important;
}

.site-footer {
  padding: 24px 20px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-copyright {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.footer-link {
  color: #f67214;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #f67214;
  text-decoration: underline;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
}

:focus-visible {
  outline: 3px solid rgba(246, 114, 20, 0.4);
  outline-offset: 3px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 114, 20, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(246, 114, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 114, 20, 0);
  }
}

@keyframes bounceDots {
  0%,
  80%,
  100% {
    transform: scale(0.55);
    opacity: 0.35;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 700px) {
  .workflow-grid,
  .use-case-grid,
  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .hero-grid,
  .trust-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  }

  .reality-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .reality-copy {
    max-width: 36rem;
    justify-self: start;
    align-self: start;
    padding-left: 0;
    transform: translate(-4.25rem, -0.35rem);
  }

  .reality-stage {
    justify-self: end;
    width: 100%;
    max-width: 52rem;
    transform: translate(2rem, 0.4rem);
  }

  .hero {
    min-height: 100svh;
    display: grid;
    align-items: center;
  }

  .hero .container {
    width: min(calc(100% - 4rem), 1460px);
  }

  .hero-copy {
    justify-self: start;
    align-self: start;
    max-width: 40rem;
    padding-left: 0;
    transform: translate(-2.5rem, -0.75rem);
  }

  .hero-visual {
    justify-self: end;
    width: min(100%, 620px);
    transform: translate(2rem, -0.4rem);
  }

  .product-card {
    max-width: 37.5rem;
    margin-left: auto;
  }
}

@media (max-width: 699px) {
  body {
    padding-top: 66px;
  }

  .site-header {
    min-height: 66px;
    padding: 10px 5%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.is-scrolled,
  .site-header.scrolled {
    background: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-logo {
    height: 32px;
  }

  .header-nav,
  .nav-menu,
  .site-header .login-btn {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }

  .mobile-menu {
    top: 66px;
    height: calc(100vh - 66px);
  }

  .hero-title,
  .section-heading h2,
  .copy-block h2,
  .trust-copy h2,
  .final-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .hero {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }

  .hero-grid {
    gap: 2.5rem;
  }

  .hero-title {
    max-width: 10.8ch;
    gap: 0.12rem;
    margin: 1rem 0 1rem;
    letter-spacing: -0.048em;
  }

  .hero-title-main {
    font-size: clamp(2.75rem, 11.8vw, 3.3rem);
    line-height: 0.9;
  }

  .hero-title-accent {
    font-size: clamp(2.58rem, 10.9vw, 3.08rem);
    line-height: 0.91;
  }

  .hero-copy {
    padding-left: 0;
    max-width: 100%;
    text-align: left;
  }

  .hero-visual {
    transform: none;
  }

  .reality-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .reality-copy {
    max-width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .reality-copy .eyebrow {
    font-size: 0.66rem;
    padding: 0.44rem 0.72rem;
  }

  .reality-copy h2 {
    max-width: 10ch;
    margin-top: 1rem;
    font-size: clamp(2.2rem, 9.2vw, 2.95rem);
    line-height: 1.03;
  }

  .reality-lead {
    max-width: 17rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .workflow-panel {
    width: 100%;
    min-height: 23.5rem;
  }

  .workflow-shell {
    min-height: 23.5rem;
  }

  .workflow-direction,
  .workflow-paths,
  .workflow-note-card,
  .workflow-reference-chip-c {
    display: none;
  }

  .workflow-sheet-stack {
    inset: 1rem 0.6rem 2.4rem;
  }

  .workflow-sheet-back-a {
    inset: 1rem 6rem 6.4rem 1.4rem;
    transform: rotate(-3deg);
  }

  .workflow-sheet-back-b {
    inset: 3.1rem 1rem 4.9rem 8.5rem;
    transform: rotate(2.5deg);
  }

  .workflow-drawing-card {
    top: 1.8rem;
    left: 0.8rem;
    width: min(62%, 15rem);
    min-height: 9.8rem;
    transform: rotate(0deg);
  }

  .workflow-blueprint {
    height: 5.8rem;
  }

  .workflow-highlight-drawing {
    top: 5rem;
    right: 0.85rem;
    width: 5.1rem;
    height: 2rem;
  }

  .workflow-spec-card {
    top: 4.4rem;
    right: 0.5rem;
    width: min(54%, 12.8rem);
    min-height: 11.1rem;
    transform: rotate(0deg);
  }

  .workflow-spec-copy p {
    font-size: 0.78rem;
  }

  .workflow-reference-card {
    right: 1rem;
    bottom: 3.9rem;
    width: min(53%, 12.4rem);
    min-height: 7.8rem;
    transform: rotate(0deg);
  }

  .workflow-reference-rows {
    gap: 0.45rem;
  }

  .workflow-reference-rows span:first-child {
    font-size: 0.84rem;
  }

  .workflow-reference-rows span:last-child {
    font-size: 0.64rem;
  }

  .workflow-field-note {
    left: 7.9rem;
    bottom: 3.7rem;
    width: 8rem;
    min-height: 8.4rem;
    padding: 0.72rem 0.78rem 0.8rem;
    transform: rotate(0deg);
  }

  .workflow-field-note-title {
    font-size: 1.55rem;
  }

  .workflow-field-note ul {
    font-size: 0.78rem;
  }

  .workflow-field-note-chip {
    font-size: 0.92rem;
  }

  .workflow-reference-chip-a {
    top: 9.5rem;
    left: 1rem;
  }

  .workflow-reference-chip-b {
    right: 5.9rem;
    bottom: 8.5rem;
  }

  .workflow-connector-a {
    top: 9.45rem;
    left: 10.6rem;
    width: 5.7rem;
  }

  .workflow-connector-b {
    top: 12.85rem;
    left: 11rem;
    width: 3.8rem;
  }

  .workflow-scan-drawing {
    top: 2.8rem;
    left: 2.5rem;
    width: 4.8rem;
    height: 6.9rem;
  }

  .workflow-spec-scan {
    right: 3.9rem;
    top: 10.5rem;
    width: 4.2rem;
  }

  .workflow-warning {
    right: 0.9rem;
    top: 0.9rem;
    font-size: 0.68rem;
    padding: 0.3rem 0.7rem;
  }

  .workflow-doubt {
    width: calc(100% - 2rem);
    bottom: 0.3rem;
    padding: 0.82rem 0.9rem 0.9rem;
    transform: translate(-50%, 0);
  }

  .workflow-doubt-top {
    gap: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .workflow-doubt-icon {
    width: 2rem;
    height: 2rem;
  }

  .workflow-doubt-label {
    font-size: 0.68rem;
  }

  .workflow-doubt p {
    font-size: 1.22rem;
    line-height: 1.12;
  }

  .eyebrow {
    padding: 0.48rem 0.78rem;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    gap: 0.4rem;
  }

  .chat-thread {
    padding: 0.72rem;
    gap: 0.62rem;
  }

  .user-message {
    width: 100%;
    padding: 0.72rem 0.82rem;
  }

  .chat-thread-window {
    gap: 0.62rem;
    padding-bottom: 3.35rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.14) transparent;
  }

  .assistant-message-intro {
    gap: 0.65rem;
  }

  .message-avatar {
    width: 1.95rem;
    height: 1.95rem;
    font-size: 0.8rem;
  }

  .message-body p {
    font-size: 0.82rem;
    line-height: 1.3;
  }

  .user-message p {
    font-size: 0.9rem;
    line-height: 1.34;
  }

  .thinking-row {
    min-height: 1.7rem;
    padding: 0.38rem 0.6rem;
  }

  .thinking-row small {
    font-size: 0.7rem;
  }

  .assistant-panel {
    padding: 0.72rem 0.78rem 0.76rem;
    margin-top: -0.18rem;
  }

  .assistant-message__header {
    gap: 0.58rem;
  }

  .assistant-message__header h3 {
    font-size: 0.84rem;
    margin-top: 0.18rem;
  }

  .assistant-panel > p,
  .response-footer {
    margin-left: 0;
  }

  .assistant-panel > p {
    font-size: 0.82rem;
    line-height: 1.34;
    margin-top: 0.45rem;
  }

  .response-footer {
    margin-top: 0.5rem;
    gap: 0.45rem;
  }

  .response-confidence {
    padding: 0.55rem 0.62rem;
  }

  .response-confidence strong {
    font-size: 0.82rem;
  }

  .response-confidence span {
    font-size: 0.72rem;
    line-height: 1.28;
  }

  .source-reference-block .chat-meta {
    font-size: 0.68rem;
  }

  .source-badges {
    gap: 0.35rem;
    margin-top: 0.42rem;
  }

  .source-badge {
    min-height: 26px;
    padding: 0.32rem 0.55rem;
    font-size: 0.66rem;
  }

  .product-card {
    width: min(100%, 24.5rem);
    height: 31rem;
    margin-inline: auto;
  }

  .hero-composer__input {
    min-height: 3rem;
    font-size: 0.94rem;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 0.94rem;
    line-height: 1.58;
    max-width: 16.8rem;
  }

  .hero-statements {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 0.58rem;
  }

  .hero-actions {
    margin-top: 1.7rem;
    width: 100%;
    justify-content: flex-start;
  }

  .button,
  .button-sm {
    width: 100%;
  }

  .hero-statements li {
    max-width: 16.8rem;
    padding-left: 0.92rem;
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .hero-statement-title {
    font-size: 0.9rem;
  }

  .hero-statement-note {
    font-size: 0.78rem;
    margin-top: 0.18rem;
  }

  .hero-statements li::before {
    top: 0.5rem;
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
  }

  .use-case-swiper .swiper-slide {
    height: auto;
  }

  .use-case-pagination {
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  .site-logo {
    height: 38px;
  }

  .reality-layout {
    grid-template-columns: 1fr;
    gap: 2.15rem;
  }

  .reality-copy {
    max-width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .reality-copy h2 {
    max-width: 10.5ch;
    font-size: clamp(2.75rem, 6vw, 3.65rem);
  }

  .reality-lead {
    max-width: 21rem;
  }

  .workflow-panel {
    width: min(100%, 39rem);
    min-height: 27.5rem;
  }

  .workflow-shell {
    min-height: 27.5rem;
  }

  .workflow-drawing-card {
    top: 2.35rem;
    left: 7.2rem;
    width: min(50%, 17.2rem);
    min-height: 10.7rem;
  }

  .workflow-blueprint {
    height: 7rem;
  }

  .workflow-spec-card {
    top: 4.9rem;
    right: 1.1rem;
    width: min(40%, 14.2rem);
    min-height: 12.8rem;
  }

  .workflow-spec-copy p {
    font-size: 0.86rem;
  }

  .workflow-note-card {
    left: 3rem;
    bottom: 7rem;
    width: 13.6rem;
    min-height: 9.8rem;
  }

  .workflow-note-card p {
    font-size: 1.75rem;
  }

  .workflow-field-note {
    left: 13rem;
    bottom: 5.15rem;
    width: 9rem;
    min-height: 9rem;
  }

  .workflow-field-note-title {
    font-size: 1.75rem;
  }

  .workflow-field-note ul {
    font-size: 0.84rem;
  }

  .workflow-reference-card {
    right: 1.4rem;
    bottom: 4.1rem;
    width: 12.5rem;
    min-height: 8.8rem;
  }

  .workflow-reference-rows span:first-child {
    font-size: 0.92rem;
  }

  .workflow-reference-rows span:last-child {
    font-size: 0.69rem;
  }

  .workflow-reference-chip-a {
    top: 10rem;
    left: 8rem;
  }

  .workflow-reference-chip-b {
    right: 7.2rem;
    bottom: 9.4rem;
  }

  .workflow-reference-chip-c {
    right: 2.6rem;
    bottom: 8.3rem;
  }

  .workflow-connector-a {
    top: 10.1rem;
    left: 19rem;
    width: 7.2rem;
  }

  .workflow-connector-b {
    top: 14.1rem;
    left: 20.8rem;
    width: 4.6rem;
  }

  .workflow-scan-drawing {
    top: 3.3rem;
    left: 10.1rem;
    width: 5.8rem;
    height: 7.4rem;
  }

  .workflow-spec-scan {
    right: 5.4rem;
    top: 12.3rem;
    width: 4.8rem;
  }

  .workflow-warning {
    right: 1.35rem;
    top: 1.55rem;
  }

  .workflow-doubt {
    width: min(calc(100% - 6rem), 18.25rem);
  }

  .workflow-doubt p {
    font-size: 1.55rem;
  }

  .hero {
    padding-top: 3rem;
    padding-bottom: 4.2rem;
  }

  .hero-grid {
    gap: 2.9rem;
  }

  .hero-copy {
    max-width: 34rem;
    margin: 0 auto;
    text-align: left;
  }

  .hero-title {
    max-width: 7.4ch;
    margin: 1.1rem 0 1.45rem;
    gap: 0.08rem;
  }

  .hero-title-main {
    font-size: clamp(3.15rem, 7vw, 4.25rem);
    line-height: 0.92;
  }

  .hero-title-accent {
    font-size: clamp(2.85rem, 6vw, 3.85rem);
    line-height: 0.94;
  }

  .hero-lead {
    max-width: 29rem;
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-statements {
    margin-top: 1.55rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .hero-statements li {
    max-width: 24rem;
    font-size: 0.96rem;
    line-height: 1.4;
  }

  .hero-actions {
    margin-top: 2.15rem;
  }

  .hero-visual {
    width: min(100%, 34rem);
    margin: 0 auto;
  }

  .product-card {
    width: min(100%, 34rem);
    height: 33rem;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .hamburger {
    display: flex !important;
  }

  .header-nav,
  .nav-menu,
  .site-header .login-btn {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hamburger {
    display: none !important;
  }

  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }

  .modal-content-premium {
    padding: 24px;
    border-radius: 24px;
    margin: 16px;
  }

  .modal-title {
    font-size: 2rem;
  }

  .modal-subtitle {
    font-size: 0.9rem;
  }

  .premium-input {
    height: 52px;
    padding: 14px 16px;
    font-size: 0.9rem;
  }

  .iti--allow-dropdown input {
    height: 52px !important;
    padding-left: 100px !important;
  }

  .iti__flag-container {
    width: 90px !important;
  }

  .iti__selected-flag {
    padding: 0 12px !important;
  }

  .iti__country-list {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .btn-waitlist {
    height: 56px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .modal-content-premium {
    padding: 20px;
    margin: 12px;
  }

  .modal-title {
    font-size: 1.75rem;
  }
}

@keyframes cursorBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

  .workflow-reference-chip,
  .workflow-connector,
  .workflow-highlight,
  .workflow-warning,
  .workflow-doubt,
  .workflow-scan {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ========================================
   SECTION 3: WHY IT BREAKS - REFERENCE DESIGN
   ======================================== */

.why-breaks-section {
  position: relative;
  padding: 80px 0 60px;
  background: 
    radial-gradient(circle at 20% 30%, rgba(246, 114, 20, 0.06), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(246, 114, 20, 0.04), transparent 35%),
    linear-gradient(180deg, #fefefe 0%, #f8f9fa 100%);
  overflow: hidden;
}

.why-breaks-layout {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: 100px;
  align-items: center;
  min-height: 600px;
}

.why-breaks-copy {
  max-width: 540px;
}

.why-breaks-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(246, 114, 20, 0.1);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 20px;
}

.why-breaks-heading {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px 0;
}

.heading-main {
  display: block;
  color: #111827;
  margin-bottom: 4px;
}

.heading-accent {
  display: block;
  color: #f67214;
  font-weight: 800;
}

.why-breaks-description {
  font-size: 16px;
  line-height: 1.65;
  color: #6b7280;
  margin: 0 0 40px 0;
  max-width: 480px;
}

/* Professional Content Grid */
.why-breaks-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

.content-column {
  min-width: 0;
}

.content-section {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(246, 114, 20, 0.08);
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}

.section-label {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

/* Points List */
.points-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.point-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 114, 20, 0.08);
  border-radius: 8px;
  color: #f67214;
  margin-top: 2px;
}

.point-item span {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  line-height: 1.5;
  margin-top: 6px;
}

/* Limitations List */
.limitations-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.limitation-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.limitation-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.08);
  border-radius: 8px;
  color: #dc2626;
  margin-top: 2px;
}

.limitation-item span {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  line-height: 1.5;
  margin-top: 0px;
}

/* Professional Conclusion */
.why-breaks-conclusion {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  background: 
    linear-gradient(135deg, rgba(246, 114, 20, 0.04), rgba(246, 114, 20, 0.02)),
    rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(246, 114, 20, 0.12);
  border-radius: 14px;
  box-shadow: 
    0 4px 12px rgba(246, 114, 20, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.02);
}

.conclusion-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 
    linear-gradient(135deg, rgba(246, 114, 20, 0.1), rgba(246, 114, 20, 0.05));
  border-radius: 10px;
  border: 1px solid rgba(246, 114, 20, 0.15);
}

.why-breaks-conclusion p {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #374151;
}

.why-breaks-conclusion strong {
  color: #f67214;
  font-weight: 700;
}

/* Hide mobile expanded content on desktop */
.why-breaks-mobile-expanded {
  display: none;
}

/* ========================================
   DIAGRAM CONTAINER
   ======================================== */

.why-breaks-visual {
  position: relative;
}

.breaks-diagram {
  position: relative;
  width: 119%;
  height: 490px;
  background: 
    radial-gradient(circle at 30% 20%, rgba(246, 114, 20, 0.03), transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(246, 114, 20, 0.02), transparent 40%);
}

/* ========================================
   INTEGRATED CARD CATEGORY LABELS
   ======================================== */

.card-category-label {
  position: absolute;
  padding: 8px 1px;
  background: rgba(246, 114, 20, 0.1);
  border: 1px solid rgba(246, 114, 20, 0.25);
  border-radius: 8px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #f67214;
  line-height: 1.3;
  text-align: center;
  z-index: 10;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(246, 114, 20, 0.15);
}

.card-category-left {
  top: -12px;
  left: -12px;
}

.card-category-right {
  top: 113px;
  right: -33px;
}

.card-category-bottom {
  bottom: -12px;
  left: -12px;
}

/* ========================================
   CONNECTION LINES
   ======================================== */

.breaks-connectors {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* ========================================
   DRAWING CARDS (TOP ROW) - BETTER SPACING
   ======================================== */

.breaks-drawing-card {
  position: absolute;
  width: 185px;
  height: 161px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 4px 10px rgba(0, 0, 0, 0.03);
  padding: 13px;
  z-index: 5;
}

.breaks-card-arch {
  left: 20px;
  top: 30px;
  transform: rotate(-2deg);
}

.breaks-card-struct {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

.breaks-card-mech {
  right: 20px;
  top: 30px;
  transform: rotate(2deg);
}

.breaks-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #374151;
  gap: 8px;
  flex-wrap: wrap;
}

.card-type {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: small;
}

.card-number {
  flex-shrink: 0;
}

.breaks-drawing-content {
  height: 90px;
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.architectural-drawing,
.structural-drawing,
.mechanical-drawing {
  width: 100%;
  height: 100%;
}

/* ========================================
   CENTER WARNING CARD
   ======================================== */

.breaks-center-card {
  position: absolute;
  left: 45%;
  top: 230px;
  transform: translateX(-50%);
  width: 370px;
  height: 80px;
  background: #1f2937;
  border-radius: 12px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 8px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 32px;
  z-index: 6;
}

.center-card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 114, 20, 0.15);
  border-radius: 50%;
}

.breaks-center-card p {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

/* ========================================
   SPECIFICATION CARDS (BOTTOM ROW) - BETTER SPACING
   ======================================== */

.breaks-spec-card {
  position: absolute;
  width: 185px;
  height: 155px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 4px 10px rgba(0, 0, 0, 0.03);
  padding: 12px;
  z-index: 5;
}

.breaks-spec-a {
  left: 20px;
  bottom: -11px;
  transform: rotate(-1deg);
}

.breaks-spec-b {
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
}

.breaks-spec-c {
  right: 20px;
  bottom: -11px;
  transform: rotate(1deg);
}

.spec-header h4 {
  margin: 0 0 16px 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #374151;
}

.spec-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.spec-line {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
}

.spec-line.short {
  width: 70%;
}

.spec-line.spec-highlight {
  background: linear-gradient(90deg, rgba(246, 114, 20, 0.3), rgba(246, 114, 20, 0.1));
  border: 1px solid rgba(246, 114, 20, 0.5);
  height: 8px;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
  .why-breaks-layout {
    grid-template-columns: 1fr;
    gap: 50px;
    min-height: auto;
  }

  .why-breaks-copy {
    max-width: 100%;
  }

  .why-breaks-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .content-section {
    padding: 18px;
  }

  .section-label {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .point-item span,
  .limitation-item span {
    font-size: 13px;
  }

  .why-breaks-conclusion {
    padding: 14px 18px;
  }

  .conclusion-icon {
    width: 34px;
    height: 34px;
  }

  .why-breaks-conclusion p {
    font-size: 14px;
  }

  .why-breaks-visual {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }

  .breaks-diagram {
    height: 500px;
    background: 
      radial-gradient(circle at 30% 20%, rgba(246, 114, 20, 0.04), transparent 50%),
      radial-gradient(circle at 70% 80%, rgba(246, 114, 20, 0.03), transparent 40%);
  }

  /* Hide desktop SVG connectors on tablet */
  .breaks-connectors {
    display: none;
  }

  /* Professional tablet card design */
  .breaks-drawing-card,
  .breaks-spec-card {
    width: 150px;
    height: 120px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 
      0 10px 24px rgba(0, 0, 0, 0.08),
      0 3px 8px rgba(0, 0, 0, 0.04);
  }

  /* Vertical connector lines for tablet */
  .breaks-card-arch::after,
  .breaks-card-struct::after,
  .breaks-card-mech::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: #f67214;
    border-radius: 0;
    opacity: 0.4;
    box-shadow: none;
    filter: none;
  }

  /* Connection dots for tablet (top) */
  .breaks-card-arch::before,
  .breaks-card-struct::before,
  .breaks-card-mech::before {
    content: '';
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #f67214;
    border-radius: 50%;
    box-shadow: 
      0 0 0 2px rgba(246, 114, 20, 0.2),
      0 0 8px rgba(246, 114, 20, 0.5);
    animation: pulse-dot 2.5s ease-in-out infinite;
    z-index: 2;
  }

  @keyframes pulse-dot {
    0%, 100% {
      opacity: 0.6;
      box-shadow: 
        0 0 0 2px rgba(246, 114, 20, 0.15),
        0 0 10px rgba(246, 114, 20, 0.45);
    }
    50% {
      opacity: 1;
      box-shadow: 
        0 0 0 3px rgba(246, 114, 20, 0.25),
        0 0 14px rgba(246, 114, 20, 0.65);
    }
  }

  /* Vertical connector lines for tablet (bottom) */
  .breaks-spec-a::after,
  .breaks-spec-b::after,
  .breaks-spec-c::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: #f67214;
    border-radius: 0;
    opacity: 0.4;
    box-shadow: none;
    filter: none;
  }

  .breaks-spec-a::before,
  .breaks-spec-b::before,
  .breaks-spec-c::before {
    content: '';
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #f67214;
    border-radius: 50%;
    box-shadow: 
      0 0 0 2px rgba(246, 114, 20, 0.2),
      0 0 8px rgba(246, 114, 20, 0.5);
    animation: pulse-dot 2.5s ease-in-out infinite 0.6s;
    z-index: 2;
  }

  .breaks-card-header {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .breaks-drawing-content {
    height: 70px;
    background: #fafafa;
    border: 1px solid #e9ecef;
  }

  .breaks-card-arch {
    left: 40px;
    top: 25px;
  }

  .breaks-card-struct {
    left: 50%;
    top: 15px;
  }

  .breaks-card-mech {
    right: 40px;
    top: 25px;
  }

  .breaks-spec-a {
    left: 40px;
    bottom: 25px;
  }

  .breaks-spec-b {
    left: 50%;
    bottom: 15px;
  }

  .breaks-spec-c {
    right: 40px;
    bottom: 25px;
  }

  .breaks-center-card {
    width: 689px;
    height: 75px;
    padding: 24px 28px;
    top: 210px;
    box-shadow: 
      0 18px 36px rgba(0, 0, 0, 0.16),
      0 6px 14px rgba(0, 0, 0, 0.08),
      0 0 0 1px rgba(246, 114, 20, 0.1);
    border: 1px solid rgba(246, 114, 20, 0.08);
  }

  .center-card-icon {
    width: 38px;
    height: 38px;
  }

  .breaks-center-card p {
    font-size: 14px;
  }

  .spec-header h4 {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .spec-content {
    gap: 5px;
  }

  .card-category-label {
    font-size: 10px;
    padding: 5px 9px;
  }
}

@media (max-width: 768px) {
  .why-breaks-section {
    padding: 33px 23px;
  }

  .why-breaks-layout {
    gap: 32px;
  }

  .why-breaks-heading {
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .why-breaks-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .why-breaks-content-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }

  .content-section {
    padding: 14px;
    border-radius: 10px;
  }

  .section-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .points-list,
  .limitations-list {
    gap: 10px;
  }

  .point-item,
  .limitation-item {
    gap: 8px;
  }

  .point-icon,
  .limitation-icon {
    width: 24px;
    height: 24px;
  }

  .point-icon svg,
  .limitation-icon svg {
    width: 12px;
    height: 12px;
  }

  .point-item span,
  .limitation-item span {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 2px;
  }

  .why-breaks-conclusion {
    padding: 12px 14px;
    gap: 10px;
    border-radius: 10px;
  }

  .conclusion-icon {
    width: 28px;
    height: 28px;
  }

  .conclusion-icon svg {
    width: 16px;
    height: 16px;
  }

  .why-breaks-conclusion p {
    font-size: 13px;
    line-height: 1.4;
  }

  .why-breaks-mobile-expanded {
    display: none;
  }

  .why-breaks-visual {
    width: 100%;
    max-width: 100%;
  }

  .breaks-diagram {
    height: 550px;
    padding: 15px;
    background: 
      radial-gradient(circle at 50% 20%, rgba(246, 114, 20, 0.04), transparent 50%),
      radial-gradient(circle at 50% 80%, rgba(246, 114, 20, 0.03), transparent 40%);
  }

  /* Hide desktop SVG connectors on mobile */
  .breaks-connectors {
    display: none;
  }

  /* Professional mobile card design */
  .breaks-drawing-card,
  .breaks-spec-card {
    width: 116px;
    height: 106px;
    padding: 8px;
    transform: none !important;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 
      0 8px 20px rgba(0, 0, 0, 0.08),
      0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Vertical connector lines from top cards to center box */
  .breaks-card-arch::after,
  .breaks-card-struct::after,
  .breaks-card-mech::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: #f67214;
    border-radius: 0;
    opacity: 0.4;
    box-shadow: none;
    filter: none;
  }

  /* Connection dots at the end of lines */
  .breaks-card-arch::before,
  .breaks-card-struct::before,
  .breaks-card-mech::before {
    content: '';
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #f67214;
    border-radius: 50%;
    box-shadow: 
      0 0 0 2px rgba(246, 114, 20, 0.2),
      0 0 8px rgba(246, 114, 20, 0.5);
    animation: pulse-dot 2.5s ease-in-out infinite;
    z-index: 2;
  }

  @keyframes pulse-dot {
    0%, 100% {
      opacity: 0.6;
      box-shadow: 
        0 0 0 2px rgba(246, 114, 20, 0.15),
        0 0 8px rgba(246, 114, 20, 0.4);
    }
    50% {
      opacity: 1;
      box-shadow: 
        0 0 0 3px rgba(246, 114, 20, 0.25),
        0 0 12px rgba(246, 114, 20, 0.6);
    }
  }

  .breaks-center-card {
    box-shadow: 
      0 16px 32px rgba(0, 0, 0, 0.16),
      0 4px 12px rgba(0, 0, 0, 0.08),
      0 0 0 1px rgba(246, 114, 20, 0.1);
    border: 1px solid rgba(246, 114, 20, 0.08);
  }

  /* Vertical connector lines from center box to bottom cards */
  .breaks-spec-a::after,
  .breaks-spec-b::after,
  .breaks-spec-c::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: #f67214;
    border-radius: 0;
    opacity: 0.4;
    box-shadow: none;
    filter: none;
  }

  /* Connection dots at the start of lines */
  .breaks-spec-a::before,
  .breaks-spec-b::before,
  .breaks-spec-c::before {
    content: '';
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #f67214;
    border-radius: 50%;
    box-shadow: 
      0 0 0 2px rgba(246, 114, 20, 0.2),
      0 0 8px rgba(246, 114, 20, 0.5);
    animation: pulse-dot 2.5s ease-in-out infinite 0.6s;
    z-index: 2;
  }

  .breaks-card-header {
    margin-bottom: 10px;
    font-size: 9px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .card-type {
    font-size: 11px;
    font-weight: 700;
    color: #000000;
  }

  .card-number {
    font-size: 10px;
    font-weight: 700;
    color: #111827;
  }

  .breaks-drawing-content {
    height: 62px;
    background: #fafafa;
    border: 1px solid #e9ecef;
  }

  /* Improved card positioning with better spacing */
  .breaks-card-arch {
    left: -23px;
    top: 33px;
  }

  .breaks-card-struct {
    left: 26%;
    top: 33px;
  }

  .breaks-card-mech {
    right: 39px;
    top: 33px;
  }

  .breaks-center-card {
    top: 190px;
    width: min(100%, 350px);
    height: 72px;
    padding: 16px 18px;
    gap: 14px;
  }

  .center-card-icon {
    width: 36px;
    height: 36px;
  }

  .center-card-icon svg {
    width: 24px;
    height: 24px;
  }

  .breaks-center-card p {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
  }

  .breaks-spec-a {
    left: -23px;
    bottom: 129px;
  }

  .breaks-spec-b {
    left: 26%;
    bottom: 129px;
  }

  .breaks-spec-c {
    right: 40px;
    bottom: 130px;
  }

  .spec-header h4 {
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 700;
    color: #374151;
  }

  .spec-content {
    gap: 6px;
  }

  .spec-line {
    height: 5px;
    background: #e9ecef;
  }

  .spec-line.spec-highlight {
    height: 6px;
    background: linear-gradient(90deg, rgba(246, 114, 20, 0.25), rgba(246, 114, 20, 0.08));
    border: 1px solid rgba(246, 114, 20, 0.4);
  }

  .card-category-label {
    font-size: 10px;
    padding: 6px 10px;
    border-radius: 6px;
    line-height: 1.2;
    font-weight: 700;
    background: rgba(246, 114, 20, 0.12);
    border: 1px solid rgba(246, 114, 20, 0.3);
  }

  .card-category-left,
  .card-category-right {
    top: 48px;
  }

  .card-category-left {
    left: -8px;
  }

  .card-category-right {
    right: -8px;
  }

  .card-category-bottom {
    bottom: -8px;
    right: 64px;
  }
}

/* ========================================
   WORKFLOW GRID (OTHER SECTIONS)
   ======================================== */


/* ========================================
   SECTION 4: INTRODUCING THE SKILL (SPOTLIGHT CAROUSEL)
   ======================================== */

.skill-section {
  position: relative;
  padding: 80px 60px;
  background: #0F1419;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  overflow: hidden;
}

.skill-container {
  max-width: 900px;
  margin: 0 auto;
}

.skill-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Badge */
.skill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(246, 114, 20, 0.12);
  border: 1px solid rgba(246, 114, 20, 0.3);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f67214;
}

.skill-badge-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  transform: rotate(45deg);
  margin-right: 2px;
  box-shadow: 0 0 8px rgba(246, 114, 20, 0.6);
}

/* Heading */
.skill-heading {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}

/* Description */
.skill-description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 600px;
}

/* ========================================
   SEARCH BAR DESIGN
   ======================================== */

.skill-search-bar {
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 64px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 
    0 4px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  cursor: text;
}

.skill-search-bar:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(246, 114, 20, 0.4);
  box-shadow: 
    0 8px 32px rgba(246, 114, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Add Icon (Plus) */
.search-add-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
}

.search-add-icon:hover {
  background: rgba(246, 114, 20, 0.15);
  color: #ff8c42;
}

.search-add-icon svg {
  width: 20px;
  height: 20px;
}

/* Document Icon with Label */
.search-doc-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(246, 114, 20, 0.15);
  border: 1px solid rgba(246, 114, 20, 0.3);
  border-radius: 8px;
  color: #ff8c42;
  cursor: pointer;
  transition: all 0.2s ease;
}

.search-doc-icon:hover {
  background: rgba(246, 114, 20, 0.25);
  border-color: rgba(246, 114, 20, 0.5);
}

.search-doc-icon svg {
  width: 18px;
  height: 18px;
}

.doc-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
}

/* Search Text */
.search-text {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 24px;
  max-height: 120px;
  padding: 0 8px;
  overflow-y: auto;
}

.typing-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.typing-cursor {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 300;
  color: #ff8c42;
  animation: cursorBlink 0.8s infinite;
  flex-shrink: 0;
}

@keyframes cursorBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

/* Action Buttons */
.search-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-action-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.search-btn-primary {
  background: linear-gradient(135deg, #f67214, #ff8c42);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(246, 114, 20, 0.3);
}

.search-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(246, 114, 20, 0.4);
}

.search-btn-primary:active {
  transform: translateY(0);
}

.search-btn-secondary {
  background: #1f2937;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.search-btn-secondary:hover {
  transform: translateY(-2px);
  background: #111827;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.search-action-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  transform: rotate(45deg);
}

/* ========================================
   SUGGESTIONS SECTION
   ======================================== */

.skill-suggestions {
  width: 100%;
  max-width: 700px;
  margin-top: 40px;
  text-align: left;
}

.skill-suggestions .suggestions-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  margin: 0 0 16px 0 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.skill-suggestions .suggestions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skill-suggestions .suggestion-item {
  position: relative;
  padding: 0 0 0 28px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.6 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.skill-suggestions .suggestion-item::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 2px;
  transform: none;
  color: rgba(246, 114, 20, 0.6) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  transition: all 0.2s ease;
}

.skill-suggestions .suggestion-item:hover {
  color: #ffffff !important;
  background: transparent;
  border: none;
  transform: translateX(6px);
  box-shadow: none;
}

.skill-suggestions .suggestion-item:hover::before {
  transform: translateX(4px);
  color: #f67214 !important;
}

/* ========================================
   RESPONSIVE - TABLET (768px - 1023px)
   ======================================== */

@media (max-width: 1023px) {
  .skill-section {
    padding: 70px 40px;
  }
  
  .skill-heading {
    font-size: 42px;
  }
  
  .skill-description {
    font-size: 17px;
  }
  
  .skill-search-bar {
    max-width: 90%;
    height: 60px;
  }
  
  .typing-text {
    font-size: 17px;
  }
  
  .typing-cursor {
    font-size: 17px;
  }
  
  .skill-suggestions {
    max-width: 90%;
  }
  
  .suggestion-item {
    font-size: 14px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */

@media (max-width: 767px) {
  .skill-section {
    padding: 50px 16px;
  }
  
  .skill-badge {
    padding: 6px 14px;
    font-size: 9px;
    gap: 6px;
  }
  
  .skill-badge-icon {
    width: 10px;
    height: 10px;
  }
  
  .skill-heading {
    font-size: 32px;
    line-height: 1.2;
  }
  
  .skill-description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
  }
  
  .skill-search-bar {
    max-width: 111%;
    min-height: 64px;
    padding: 12px 14px;
    gap: 10px;
    margin-top: 32px;
    align-items: flex-end;
  }
  
  /* Hide the "Drawings & Specs" chip on mobile */
  .search-doc-icon {
    display: none;
  }
  
  /* Hide the thunderbolt button on mobile */
  .search-btn-secondary {
    display: none;
  }
  
  .search-add-icon {
    width: 32px;
    height: 32px;
    align-self: center;
  }
  
  .search-add-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .search-text {
    flex: 1;
    min-width: 0;
    padding: 0 6px;
    max-height: 80px;
    align-items: flex-start;
  }
  
  .typing-text {
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .typing-cursor {
    font-size: 14px;
  }
  
  .search-actions {
    gap: 0;
    align-self: center;
  }
  
  .search-action-btn {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  
  .search-action-btn svg {
    width: 18px;
    height: 18px;
  }
  
  .skill-suggestions {
    max-width: 100%;
    margin-top: 32px;
  }
  
  .skill-suggestions .suggestions-label {
    font-size: 11px !important;
    margin-bottom: 12px !important;
  }
  
  .skill-suggestions .suggestion-item {
    font-size: 14px !important;
    padding: 0 0 0 24px !important;
    line-height: 1.5 !important;
  }
  
  .skill-suggestions .suggestion-item::before {
    font-size: 14px !important;
  }
}

/* ========================================
   EXTRA SMALL SCREENS (< 400px)
   ======================================== */

@media (max-width: 399px) {
  .skill-section {
    padding: 50px 12px;
  }
  
  .skill-search-bar {
    min-height: 60px;
    padding: 10px 12px;
    gap: 8px;
    width: 111%;
  }
  
  .search-add-icon {
    width: 28px;
    height: 28px;
  }
  
  .search-add-icon svg {
    width: 16px;
    height: 16px;
  }
  
  .typing-text {
    font-size: 13px;
  }
  
  .typing-cursor {
    font-size: 13px;
  }
  
  .search-action-btn {
    width: 40px;
    height: 40px;
  }
  
  .search-action-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* ========================================
   REDUCED MOTION SUPPORT
   ======================================== */

@media (prefers-reduced-motion: reduce) {
  .typing-cursor {
    animation: none;
    opacity: 1;
  }
  
  .search-arrow {
    animation: none;
    opacity: 0.7;
  }
  
  .skill-search-bar:hover {
    transform: none;
  }
  
  .skill-suggestions .suggestion-item:hover {
    transform: none;
  }
}

/* ========================================
   SECTION 5: WHAT HAPPENS (LEFT-RIGHT LAYOUT)
   ======================================== */

.what-happens-section {
  position: relative;
  padding: 80px 60px;
  background: #FEF6F0;
  overflow: hidden;
}

.what-happens-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 80px;
  align-items: start;
}

/* ========================================
   LEFT SIDE - TEXT CONTENT
   ======================================== */

.what-happens-left {
  max-width: 480px;
  margin-left: auto;
}

/* Badge */
.what-happens-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(246, 114, 20, 0.12);
  border: 1px solid rgba(246, 114, 20, 0.3);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 16px;
}

.badge-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  transform: rotate(45deg);
  margin-right: 2px;
  box-shadow: 0 0 8px rgba(246, 114, 20, 0.6);
}

/* Heading */
.what-happens-heading {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #111827;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.heading-accent {
  color: #f67214;
}

/* Subheading */
.what-happens-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  margin: 0 0 20px 0;
}

/* List Items */
.what-happens-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.list-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #f67214;
}

.item-icon svg {
  width: 100%;
  height: 100%;
}

.item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.item-text strong {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

.item-text span {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

/* Emphasis Text */
.what-happens-emphasis {
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  margin: 24px 0 12px 0;
}

.emphasis-accent {
  color: #f67214;
  font-weight: 600;
}

/* Note Text */
.what-happens-note {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   RIGHT SIDE - VISUAL UI
   ======================================== */

.what-happens-right {
  position: relative;
}

.visual-ui {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* Source Cards Row */
.source-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
}

.source-card {
  position: relative;
  width: 160px;
  height: 120px;
  padding: 20px;
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 245, 1) 100%);
  border: 1.5px solid rgba(246, 114, 20, 0.2);
  border-radius: 18px;
  box-shadow: 
    0 8px 20px rgba(246, 114, 20, 0.12),
    0 3px 8px rgba(0, 0, 0, 0.06),
    inset 0 1px 2px rgba(255, 255, 255, 0.8),
    inset 0 -1px 2px rgba(246, 114, 20, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
  z-index: 1;
}

.source-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 16px 40px rgba(246, 114, 20, 0.2),
    0 6px 16px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.9),
    inset 0 -2px 4px rgba(246, 114, 20, 0.08);
  border-color: rgba(246, 114, 20, 0.4);
}

.card-icon-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), transparent 70%),
    linear-gradient(135deg, #f67214 0%, #f67214 50%, #f67214 100%);
  border-radius: 14px;
  box-shadow: 
    0 4px 12px rgba(246, 114, 20, 0.25),
    0 2px 6px rgba(246, 114, 20, 0.15),
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.card-icon-wrapper::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(246, 114, 20, 0.4), rgba(246, 114, 20, 0.2));
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  filter: blur(8px);
}

.source-card:hover .card-icon-wrapper {
  background: 
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), transparent 70%),
    linear-gradient(135deg, #ff7d4a 0%, #ff9b71 50%, #ffc299 100%);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 
    0 8px 24px rgba(246, 114, 20, 0.35),
    0 4px 12px rgba(246, 114, 20, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -3px 6px rgba(0, 0, 0, 0.15);
}

.source-card:hover .card-icon-wrapper::before {
  opacity: 1;
}

.card-icon-svg {
  width: 30px;
  height: 30px;
  color: #ffffff;
  stroke-width: 2.5;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

.source-card:hover .card-icon-svg {
  transform: scale(1.05);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}

.source-card .card-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

/* Connection Lines from Cards - Simple & Visible */
.source-card::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background: #f67214;
  box-shadow: 
    0 0 8px rgba(246, 114, 20, 0.4),
    0 0 4px rgba(246, 114, 20, 0.3);
  border-radius: 1px;
  z-index: 10;
}

/* Glowing Dots at End of Lines - Simple */
.source-card::before {
  content: '';
  position: absolute;
  top: calc(100% + 60px);
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: 
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.8), transparent 60%),
    #f67214;
  border-radius: 50%;
  box-shadow: 
    0 0 0 3px rgba(246, 114, 20, 0.2),
    0 0 12px rgba(246, 114, 20, 0.5),
    0 2px 4px rgba(0, 0, 0, 0.2);
  animation: dotPulse 2s infinite;
  z-index: 20;
}

@keyframes dotPulse {
  0%, 100% {
    opacity: 0.9;
    transform: translateX(-50%) scale(1);
    box-shadow: 
      0 0 0 3px rgba(246, 114, 20, 0.2),
      0 0 12px rgba(246, 114, 20, 0.5),
      0 2px 4px rgba(0, 0, 0, 0.2);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.15);
    box-shadow: 
      0 0 0 5px rgba(246, 114, 20, 0.3),
      0 0 18px rgba(246, 114, 20, 0.7),
      0 3px 6px rgba(0, 0, 0, 0.25);
  }
}

/* Question Card - Enhanced Design */
.question-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 24px 28px;
  background: 
    linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border: 1.5px solid rgba(246, 114, 20, 0.2);
  border-radius: 18px;
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.05);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  overflow: visible;
  z-index: 1;
}

.question-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(246, 114, 20, 0.15), transparent 50%);
  pointer-events: none;
}

.question-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 70%),
    linear-gradient(135deg, #f67214 0%, #f67214 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 
    0 4px 12px rgba(246, 114, 20, 0.4),
    0 2px 6px rgba(246, 114, 20, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.question-text {
  flex: 1;
}

.question-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #f67214;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.question-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

/* Connection Line from Question to Answer - Simple & Visible */
.question-card::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: #f67214;
  box-shadow: 
    0 0 8px rgba(246, 114, 20, 0.4),
    0 0 4px rgba(246, 114, 20, 0.3);
  border-radius: 1px;
  z-index: 10;
}

.question-card::before {
  content: '';
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: 
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.8), transparent 60%),
    #f67214;
  border-radius: 50%;
  box-shadow: 
    0 0 0 3px rgba(246, 114, 20, 0.2),
    0 0 12px rgba(246, 114, 20, 0.5),
    0 2px 4px rgba(0, 0, 0, 0.2);
  animation: dotPulse 2s infinite 0.5s;
  z-index: 20;
}

/* Answer Card - Enhanced Professional Design (Orange Theme) - Compact */
.answer-card {
  position: relative;
  width: 100%;
  max-width: 550px;
  padding: 28px 32px;
  background: #ffffff;
  border: 2px solid rgba(246, 114, 20, 0.3);
  border-radius: 16px;
  box-shadow: 
    0 8px 24px rgba(246, 114, 20, 0.15),
    0 2px 8px rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(246, 114, 20, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.answer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(246, 114, 20, 0.04), transparent 60%);
  pointer-events: none;
}

.answer-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 12px;
  background: rgba(246, 114, 20, 0.06);
  border-left: 3px solid #f67214;
  border-radius: 8px;
  color: #f67214;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}

.answer-header svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
  color: #f67214;
}

.answer-text {
  font-size: 14px;
  line-height: 1.5;
  color: #1f2937;
  margin: 0 0 14px 0;
  font-weight: 500;
}

.answer-sources-label {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.answer-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.answer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(246, 114, 20, 0.04);
  border-left: 3px solid #f67214;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.answer-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #f67214 0%, #f67214 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.answer-item:hover {
  background: rgba(246, 114, 20, 0.08);
  border-left-color: #f67214;
  transform: translateX(4px);
}

.answer-item:hover::before {
  opacity: 1;
}

.answer-item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), transparent 70%),
    linear-gradient(135deg, rgba(246, 114, 20, 0.15) 0%, rgba(246, 114, 20, 0.08) 100%);
  border-radius: 8px;
  color: #f67214;
  box-shadow: 
    0 2px 6px rgba(246, 114, 20, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.answer-item:hover .answer-item-icon {
  background: 
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.7), transparent 70%),
    linear-gradient(135deg, rgba(246, 114, 20, 0.2) 0%, rgba(246, 114, 20, 0.12) 100%);
  transform: scale(1.05);
  box-shadow: 
    0 4px 10px rgba(246, 114, 20, 0.25),
    inset 0 1px 2px rgba(255, 255, 255, 0.5);
}

.answer-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.answer-item-label {
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.answer-item-value {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

/* ========================================
   RESPONSIVE - TABLET (768px - 1023px)
   ======================================== */

@media (max-width: 1023px) {
  .what-happens-section {
    padding: 80px 48px;
  }
  
  .what-happens-container {
    grid-template-columns: 45% 55%;
    gap: 60px;
  }
  
  .what-happens-left {
    max-width: 100%;
  }
  
  .what-happens-heading {
    font-size: 40px;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text span {
    font-size: 13px;
  }
  
  .source-card {
    width: 140px;
    height: 100px;
    padding: 16px;
  }
  
  .card-icon-wrapper {
    width: 48px;
    height: 48px;
  }
  
  .card-icon-svg {
    width: 26px;
    height: 26px;
  }
  
  .source-card .card-title {
    font-size: 13px;
  }
  
  .question-card,
  .answer-card {
    max-width: 450px;
    padding: 28px 32px;
  }
  
  .question-icon {
    width: 40px;
    height: 40px;
  }
  
  .answer-item-icon {
    width: 32px;
    height: 32px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */

@media (max-width: 767px) {
  .what-happens-section {
    padding: 50px 4px;
  }
  
  .what-happens-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  /* Show Visual UI on Mobile (Compact Version) */
  .what-happens-right {
    display: block;
    order: 2;
  }
  
  .what-happens-left {
    max-width: 100%;
    margin: 0;
    order: 1;
    text-align: left;
    padding: 0;
  }
  
  .what-happens-badge {
    font-size: 10px;
    padding: 6px 14px;
    margin: 0 0 18px 0;
    display: inline-flex;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  
  .badge-icon {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  
  .what-happens-heading {
    font-size: 2rem;
    line-height: 1.15;
    text-align: left;
    margin: 0 0 12px 0;
    font-weight: 700;
    max-width: 100%;
    letter-spacing: -0.02em;
    padding: 0;
  }
  
  .what-happens-subheading {
    font-size: 16px;
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #4b5563;
    line-height: 1.5;
    max-width: 100%;
    padding: 0;
  }
  
  /* Hide detailed bullet points on mobile */
  .what-happens-list {
    display: none;
  }
  
  .what-happens-emphasis {
    font-size: 15px;
    text-align: left;
    margin: 20px 0 0 0;
    font-weight: 500;
    max-width: 100%;
    line-height: 1.6;
    color: #6b7280;
    padding: 0;
  }
  
  .what-happens-note {
    font-size: 15px;
    text-align: left;
    margin: 16px 0 0 0;
    color: #9ca3af;
    max-width: 100%;
    line-height: 1.6;
    padding: 0;
  }
  
  /* Compact Visual UI for Mobile */
  .visual-ui {
    gap: 24px;
  }
  
  /* Source Cards - Horizontal Row */
  .source-cards {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: nowrap;
  }
  
  .source-card {
    width: 100px;
    height: 80px;
    padding: 12px;
    gap: 8px;
  }
  
  .card-icon-wrapper {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  
  .card-icon-svg {
    width: 20px;
    height: 20px;
  }
  
  .source-card .card-title {
    font-size: 11px;
  }
  
  /* Shorter connection lines */
  .source-card::after {
    height: 24px;
  }
  
  .source-card::before {
    top: calc(100% + 24px);
    width: 8px;
    height: 8px;
  }
  
  /* Question Card - Compact */
  .question-card {
    max-width: 100%;
    padding: 24px 28px;
    gap: 12px;
  }
  
  .question-icon {
    width: 32px;
    height: 32px;
  }
  
  .question-icon svg {
    width: 16px;
    height: 16px;
  }
  
  .question-label {
    font-size: 11px;
    margin-bottom: 6px;
  }
  
  .question-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  /* Shorter connection line */
  .question-card::after {
    height: 24px;
  }
  
  .question-card::before {
    top: calc(100% + 24px);
    width: 8px;
    height: 8px;
  }
  
  /* Answer Card - Compact */
  .answer-card {
    max-width: 100%;
    padding: 28px 32px;
  }
  
  .answer-header {
    font-size: 14px;
    margin-bottom: 16px;
  }
  
  .answer-header svg {
    width: 18px;
    height: 18px;
  }
  
  .answer-content {
    gap: 12px;
  }
  
  .answer-item {
    padding: 12px 14px;
    gap: 12px;
  }
  
  .answer-item-icon {
    width: 28px;
    height: 28px;
  }
  
  .answer-item-icon svg {
    width: 14px;
    height: 14px;
  }
  
  .answer-item-label {
    font-size: 10px;
  }
  
  .answer-item-value {
    font-size: 13px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .source-card::before,
  .question-card::before {
    animation: none;
  }
  
  .answer-card {
    animation: none;
  }
  
  .source-card:hover {
    transform: none;
  }
}


/* ========================================
   SECTION 6 - OUTPUT
   ======================================== */

.output-section {
  position: relative;
  padding: 80px 60px;
  background: #fffdfa;
  background-image: 
    radial-gradient(circle at 72% 28%, rgba(255, 140, 102, 0.055) 0%, rgba(246, 114, 20, 0) 38%),
    linear-gradient(rgba(125, 132, 145, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 132, 145, 0.09) 1px, transparent 1px);
  background-size: 100% 100%, 44px 44px, 44px 44px;
}

.output-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 80px;
  align-items: center;
}

/* ========================================
   LEFT SIDE - CONTENT
   ======================================== */

.output-left {
  max-width: 480px;
  margin-left: auto;
}

.output-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(246, 114, 20, 0.08);
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 24px;
}

.output-heading {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: #111827;
  margin: 0 0 24px 0;
  letter-spacing: -0.03em;
}

.output-heading .heading-accent {
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}

.output-subheading {
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
}

.output-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.feature-icon-circle {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(246, 114, 20, 0.1) 0%, rgba(246, 114, 20, 0.08) 100%);
  border: 1px solid rgba(246, 114, 20, 0.15);
  border-radius: 12px;
  color: #f67214;
  box-shadow: 0 2px 8px rgba(246, 114, 20, 0.08);
}

.feature-icon-circle svg {
  width: 22px;
  height: 22px;
}

.feature-text {
  flex: 1;
  padding-top: 2px;
}

.feature-text h4 {
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.feature-text p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.5;
}

/* ========================================
   RIGHT SIDE - DASHBOARD DEMO
   ======================================== */

.output-right {
  position: relative;
}

.dashboard-container {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 18px;
  max-height: 490px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Dashboard Header */
.dashboard-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px 12px 0 0;
  margin: -18px -18px 0 -18px;
}

.dashboard-title {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}

.live-badge {
  padding: 4px 9px;
  background: rgba(246, 114, 20, 0.1);
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f67214;
  letter-spacing: 0.05em;
}

/* Question Input - Enhanced */
.dashboard-question {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(246, 114, 20, 0.06) 0%, rgba(246, 114, 20, 0.04) 100%);
  border: 1px solid rgba(246, 114, 20, 0.15);
  border-left: 3px solid #f67214;
  border-radius: 10px;
}

.question-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 114, 20, 0.1);
  border-radius: 8px;
  color: #f67214;
}

.question-icon svg {
  width: 14px;
  height: 14px;
}

.question-content {
  flex: 1;
}

.question-label {
  font-size: 9px;
  font-weight: 700;
  color: #f67214;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

.question-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
}

/* AI Response - Enhanced */
.dashboard-response {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.response-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: linear-gradient(135deg, rgba(246, 114, 20, 0.08) 0%, rgba(246, 114, 20, 0.06) 100%);
  border-left: 3px solid #f67214;
  border-radius: 8px;
}

.response-header-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  border-radius: 6px;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(246, 114, 20, 0.3);
}

.response-header-icon svg {
  width: 12px;
  height: 12px;
}

.response-header-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.response-label {
  font-size: 11px;
  font-weight: 700;
  color: #f67214;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.response-status {
  font-size: 10px;
  font-weight: 700;
  color: #6b7280;
}

.response-answer-box {
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(249, 250, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.response-intro {
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.5;
}

.response-intro strong {
  font-weight: 700;
  color: #111827;
}

.response-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
}

.detail-item svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  color: #10b981;
}

.response-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.response-point {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.point-number {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(246, 114, 20, 0.3);
}

.point-content h4 {
  margin: 0 0 3px 0;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.point-content p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.4;
}

/* Response Sources - Compact Single Line */
.response-sources {
  padding: 10px 12px;
  background: rgba(249, 250, 251, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.sources-header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.sources-header svg {
  width: 11px;
  height: 11px;
  color: #6b7280;
}

.sources-label {
  font-size: 9px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.source-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.source-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #ffffff;
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: auto;
}

.source-badge:hover {
  background: rgba(246, 114, 20, 0.04);
  border-color: rgba(246, 114, 20, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(246, 114, 20, 0.15);
}

.source-badge-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 114, 20, 0.1);
  border-radius: 4px;
  color: #f67214;
}

.source-badge-icon svg {
  width: 10px;
  height: 10px;
}

.source-badge-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.source-badge-title {
  font-size: 11px;
  font-weight: 700;
  color: #f67214;
}

.source-badge-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

.source-badge-subtitle::before {
  content: "·";
  margin: 0 3px;
  color: #d1d5db;
}

/* You Can Section - Simple & Better Styled */
.you-can-section {
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(246, 114, 20, 0.08);
}

.you-can-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.you-can-header svg {
  width: 13px;
  height: 13px;
  color: #f67214;
}

.you-can-label {
  font-size: 11px;
  font-weight: 700;
  color: #f67214;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.you-can-list {
  display: flex;
  flex-direction: column;
}

.you-can-item {
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.6;
  padding: 0;
}

/* Suggested Questions */
.dashboard-suggestions {
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  align-items: flex-start;
}

.suggestions-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 114, 128, 0.1);
  border-radius: 6px;
  color: #6b7280;
}

.suggestions-icon svg {
  width: 13px;
  height: 13px;
}

.suggestions-content {
  flex: 1;
}

/* ========================================
   RESPONSIVE - TABLET (768px - 1023px)
   ======================================== */

@media (max-width: 1023px) {
  .output-section {
    padding: 80px 48px;
  }
  
  .output-container {
    grid-template-columns: 42% 58%;
    gap: 60px;
  }
  
  .output-left {
    max-width: 100%;
  }
  
  .output-heading {
    font-size: 38px;
  }
  
  .dashboard-container {
    max-height: 470px;
    padding: 16px;
  }
  
  .dashboard-header {
    margin: -16px -16px 0 -16px;
    padding: 12px 14px;
  }
  
  .question-icon {
    width: 26px;
    height: 26px;
  }
  
  .response-header-icon {
    width: 22px;
    height: 22px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */

@media (max-width: 767px) {
  .output-section {
    padding: 50px 4px;
    background-size: 100% 100%, 30px 30px, 30px 30px;
  }
  
  .output-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .output-left {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  
  .output-badge {
    font-size: 11px;
    padding: 8px 18px;
    margin: 0 auto 20px;
  }
  
  .badge-icon {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
  
  .output-heading {
    font-size: 32px;
    line-height: 1.15;
    max-width: 100%;
    margin: 0 auto 24px;
  }
  
  .output-subheading {
    font-size: 17px;
    margin-bottom: 20px;
  }
  
  .output-features {
    gap: 16px;
    margin-bottom: 24px;
    max-width: 100%;
  }
  
  .feature-card {
    gap: 14px;
    text-align: left;
  }
  
  .feature-icon-circle {
    width: 48px;
    height: 48px;
  }
  
  .feature-icon-circle svg {
    width: 22px;
    height: 22px;
  }
  
  .feature-text h4 {
    font-size: 16px;
  }
  
  .feature-text p {
    font-size: 14px;
  }
  
  /* Dashboard - Mobile Optimized */
  .dashboard-container {
    min-height: auto;
    padding: 16px;
    gap: 14px;
    max-height: none;
  }
  
  .dashboard-header {
    margin: -16px -16px 0 -16px;
    padding: 12px 14px;
    flex-wrap: wrap;
  }
  
  .dashboard-title {
    font-size: 12px;
  }
  
  .live-badge {
    font-size: 8px;
    padding: 3px 7px;
  }
  
  .dashboard-question {
    padding: 10px 12px;
    gap: 8px;
  }
  
  .question-icon {
    width: 24px;
    height: 24px;
  }
  
  .question-content p {
    font-size: 12px;
  }
  
  .response-header {
    padding: 8px 10px;
  }
  
  .response-header-icon {
    width: 22px;
    height: 22px;
  }
  
  .response-answer-box {
    padding: 10px 12px;
  }
  
  .response-intro {
    font-size: 12px;
  }
  
  .response-details {
    gap: 5px;
  }
  
  .detail-item {
    font-size: 10px;
  }
  
  .response-sources {
    padding: 10px 12px;
  }
  
  .source-badges {
    gap: 5px;
  }
  
  .source-badge {
    padding: 5px 8px;
  }
  
  .source-badge-icon {
    width: 18px;
    height: 18px;
  }
  
  .source-badge-title {
    font-size: 10px;
  }
  
  .source-badge-subtitle {
    font-size: 9px;
  }
  
  .you-can-section {
    padding: 10px 12px;
  }
  
  .you-can-header {
    margin-bottom: 6px;
  }
  
  .you-can-item {
    font-size: 11px;
  }
  
  .suggestion-item {
    font-size: 13px;
  }
}


/* ========================================
   SECTION 7: HOW IT'S USED (REAL CONTEXT WITH IMAGES)
   ======================================== */

.how-its-used-section {
  position: relative;
  padding: 80px 60px;
  background: #ffffff;
}

.how-its-used-layout {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 70px;
  align-items: center;
}

/* LEFT SIDE */
.how-its-used-left {
  position: sticky;
  top: 120px;
  max-width: 480px;
}

.how-its-used-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(246, 114, 20, 0.08);
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 20px;
}

.badge-diamond {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(246, 114, 20, 0.6);
}

.how-its-used-heading {
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  color: #111827;
  margin: 0 0 36px 0;
  letter-spacing: -0.03em;
}

.heading-accent {
  color: #f67214;
}

/* Use Cases List */
.use-cases-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 40px;
}

.use-case-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.use-case-icon-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(246, 114, 20, 0.1) 0%, rgba(246, 114, 20, 0.08) 100%);
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 12px;
  color: #f67214;
}

.use-case-icon-box svg {
  width: 22px;
  height: 22px;
}

.use-case-content h4 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}

.use-case-content p {
  font-size: 13.5px;
  font-weight: 500;
  color: #64748b;
  margin: 0 0 4px 0;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  padding-left: 12px;
}

.use-case-content p::before {
  content: '"';
  position: absolute;
  left: 0;
  color: #f67214;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.8;
}

.use-case-content p:last-child {
  margin-bottom: 0;
}

/* Bottom Icons */
.bottom-icons {
  display: flex;
  gap: 0px;
  padding-top: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bottom-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  flex: 1;
}

.bottom-icon-item svg {
  color: #f67214;
  width: 38px;
  height: 38px;
}

.bottom-icon-item p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  line-height: 1.4;
}

/* RIGHT SIDE - Image Carousel */
.how-its-used-right {
  position: relative;
}

.use-case-carousel {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.slide-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease-in-out;
}

.carousel-slide.active .slide-image {
  animation: subtleZoom 0.8s ease-out forwards;
}

@keyframes subtleZoom {
  from {
    transform: scale(1.05);
    opacity: 0.8;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Badge on Image */
.slide-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(246, 114, 20, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(246, 114, 20, 0.4);
  z-index: 2;
  animation: badgeFadeIn 0.6s ease-out 0.3s both;
}

@keyframes badgeFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-badge svg {
  width: 16px;
  height: 16px;
}

/* Q&A Card Overlay */
.qa-card {
  position: absolute;
  top: 60px;
  right: 28px;
  width: 320px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  z-index: 2;
  animation: cardSlideIn 0.6s ease-out 0.4s both;
}

/* Position Q&A card at bottom right for slides 2 and 3 */
.carousel-slide[data-slide="1"] .qa-card,
.carousel-slide[data-slide="2"] .qa-card {
  top: auto;
  bottom: 40px;
  right: 28px;
  animation: cardSlideUp 0.6s ease-out 0.4s both;
}

@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes cardSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.qa-section {
  margin-bottom: 14px;
}

.qa-section:last-of-type {
  margin-bottom: 10px;
}

.qa-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.qa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
}

.question-icon {
  background: linear-gradient(135deg, rgba(246, 114, 20, 0.2) 0%, rgba(246, 114, 20, 0.15) 100%);
  color: #f67214;
  box-shadow: 0 2px 8px rgba(246, 114, 20, 0.15);
}

.answer-icon {
  background: linear-gradient(135deg, rgba(246, 114, 20, 0.2) 0%, rgba(246, 114, 20, 0.15) 100%);
  color: #f67214;
  box-shadow: 0 2px 8px rgba(246, 114, 20, 0.15);
}

.qa-heading {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin: 0;
}

.qa-text {
  font-size: 13px;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.5;
  margin: 0;
}

.view-source-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #f67214;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 4px 0;
}

.view-source-link:hover {
  color: #f67214;
  gap: 8px;
  transform: translateX(2px);
}

.view-source-link svg {
  width: 14px;
  height: 14px;
}

/* Navigation Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(246, 114, 20, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-dot:hover {
  background: rgba(246, 114, 20, 0.4);
  transform: scale(1.2);
}

.carousel-dot.active {
  width: 32px;
  border-radius: 5px;
  background: #f67214;
  box-shadow: 0 2px 8px rgba(246, 114, 20, 0.4);
}

/* ========================================
   RESPONSIVE - TABLET (768px - 1023px)
   ======================================== */

@media (max-width: 1023px) {
  .how-its-used-section {
    padding: 80px 48px;
  }
  
  .how-its-used-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .how-its-used-left {
    position: relative;
    top: 0;
  }
  
  .how-its-used-heading {
    font-size: 40px;
  }
  
  .use-cases-list {
    gap: 24px;
    margin-bottom: 40px;
  }
  
  .bottom-icons {
    gap: 30px;
  }
  
  .use-case-carousel {
    height: 480px;
  }
  
  .qa-card {
    width: 320px;
    padding: 20px;
  }
  
  .qa-text {
    font-size: 14px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */

@media (max-width: 767px) {
  .how-its-used-section {
    padding: 50px 4px;
  }
  
  .how-its-used-layout {
    gap: 40px;
  }
  
  .how-its-used-badge {
    font-size: 10px;
    padding: 6px 16px;
  }
  
  .how-its-used-heading {
    font-size: 32px;
  }
  
  .use-cases-list {
    gap: 24px;
    margin-bottom: 32px;
  }
  
  .use-case-icon-box {
    width: 44px;
    height: 44px;
  }
  
  .use-case-content h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .use-case-content p {
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.55;
    padding-left: 11px;
    margin-bottom: 3px;
  }
  
  .use-case-content p::before {
    font-size: 13px;
    left: 0;
    opacity: 0.75;
  }
  
  .bottom-icons {
    flex-direction: row;
    gap: 1px;
    padding-top: 17px;
    justify-content: space-between;
  }
  
  .bottom-icon-item {
    flex-direction: row;
    gap: 10px;
    text-align: left;
    align-items: center;
    flex: 0 1 auto;
  }
  
  .bottom-icon-item svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  
  .bottom-icon-item p {
    font-size: 13px;
    line-height: 1.3;
  }
  
  .use-case-carousel {
    height: 420px;
  }
  
  .slide-badge {
    top: 16px;
    left: 16px;
    padding: 8px 14px;
    font-size: 12px;
  }
  
  .qa-card {
    top: 60px;
    width: calc(100% - 32px);
    right: 16px;
    left: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
  }
  
  /* Position all Q&A cards at bottom on mobile */
  .carousel-slide[data-slide="0"] .qa-card,
  .carousel-slide[data-slide="1"] .qa-card,
  .carousel-slide[data-slide="2"] .qa-card {
    top: auto;
    bottom: 30px;
  }
  
  .qa-icon {
    width: 28px;
    height: 28px;
  }
  
  .qa-heading {
    font-size: 12px;
  }
  
  .qa-text {
    font-size: 13px;
  }
  
  .view-source-link {
    font-size: 13px;
  }
  
  .carousel-dots {
    margin-top: 20px;
    gap: 10px;
  }
  
  .carousel-dot {
    width: 8px;
    height: 8px;
  }
  
  .carousel-dot.active {
    width: 24px;
  }
}

/* ========================================
   SECTION 8: WORKFLOW SHIFT
   ======================================== */

.workflow-shift-section {
  position: relative;
  padding: 80px 60px;
  background: #0F1419;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  color: #ffffff;
  overflow: hidden;
}

.workflow-shift-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.workflow-header {
  text-align: center;
  margin-bottom: 60px;
}

.workflow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(246, 114, 20, 0.08);
  border: 1px solid rgba(246, 114, 20, 0.25);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 20px;
}

.workflow-badge .badge-diamond {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(246, 114, 20, 0.6);
}

.workflow-heading {
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.workflow-heading .arrow-icon {
  color: #f67214;
  flex-shrink: 0;
}

.workflow-heading .heading-highlight {
  color: #f67214;
}

.workflow-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 400;
}

/* Workflow Grid */
.workflow-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: stretch;
}

/* Workflow Cards */
.workflow-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.before-card {
  border-left: 2px solid rgba(239, 68, 68, 0.4);
}

.now-card {
  border-left: 2px solid rgba(34, 197, 94, 0.4);
}

/* Card Header */
.card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-badge {
  display: inline-block;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-badge {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.now-badge {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.card-flow {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-weight: 500;
}

/* Workflow List */
.workflow-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.workflow-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.item-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(246, 114, 20, 0.1);
  border: 1px solid rgba(246, 114, 20, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #f67214;
}

.item-content h4 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.item-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.5;
}

/* Card Footer */
.card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.card-footer svg {
  color: #f67214;
  flex-shrink: 0;
}

/* VS Divider */
.vs-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.vs-divider::before,
.vs-divider::after {
  content: '';
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(246, 114, 20, 0.3), transparent);
}

.vs-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  margin: 16px 0;
  box-shadow: 0 6px 20px rgba(246, 114, 20, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

/* ========================================
   RESPONSIVE - TABLET (768px - 1023px)
   ======================================== */

@media (max-width: 1023px) {
  .workflow-shift-section {
    padding: 80px 48px;
  }
  
  .workflow-heading {
    font-size: 36px;
    gap: 12px;
  }
  
  .workflow-heading .arrow-icon {
    width: 32px;
    height: 32px;
  }
  
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .vs-divider {
    flex-direction: row;
    padding: 16px 0;
  }
  
  .vs-divider::before,
  .vs-divider::after {
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(246, 114, 20, 0.3), transparent);
  }
  
  .vs-circle {
    margin: 0 16px;
  }
  
  .workflow-card {
    padding: 28px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */

@media (max-width: 767px) {
  .workflow-shift-section {
    padding: 50px 4px;
  }
  
  .workflow-header {
    margin-bottom: 50px;
  }
  
  .workflow-badge {
    font-size: 9px;
    padding: 5px 14px;
  }
  
  .workflow-heading {
    font-size: 32px;
    gap: 10px;
    flex-direction: column;
  }
  
  .workflow-heading .arrow-icon {
    width: 28px;
    height: 28px;
    transform: rotate(90deg);
  }
  
  .workflow-subtitle {
    font-size: 15px;
  }
  
  .workflow-grid {
    gap: 28px;
  }
  
  .workflow-card {
    padding: 24px;
    gap: 24px;
  }
  
  .card-header {
    gap: 10px;
  }
  
  .card-badge {
    font-size: 10px;
    padding: 3px 10px;
  }
  
  .card-flow {
    font-size: 13px;
  }
  
  .workflow-list {
    gap: 18px;
  }
  
  .workflow-item {
    gap: 12px;
  }
  
  .item-icon {
    width: 32px;
    height: 32px;
  }
  
  .item-icon svg {
    width: 16px;
    height: 16px;
  }
  
  .item-content h4 {
    font-size: 15px;
  }
  
  .item-content p {
    font-size: 13px;
  }
  
  .card-footer {
    font-size: 13px;
    gap: 8px;
    padding-top: 16px;
  }
  
  .card-footer svg {
    width: 16px;
    height: 16px;
  }
  
  .vs-divider::before,
  .vs-divider::after {
    width: 50px;
  }
  
  .vs-circle {
    width: 48px;
    height: 48px;
    font-size: 14px;
    margin: 0 12px;
  }
}


/* ========================================
   SECTION 9: WHY IT MATTERS
   ======================================== */

.why-matters-section {
  position: relative;
  padding: 100px 60px;
  background: #FDFAF7;
  overflow: hidden;
}

.why-matters-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Floating Background Shapes */
.floating-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(246, 114, 20, 0.15) 0%, transparent 70%);
  top: 10%;
  right: 5%;
  animation: float-1 20s ease-in-out infinite;
}

.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(246, 114, 20, 0.12) 0%, transparent 70%);
  bottom: 15%;
  left: 8%;
  animation: float-2 18s ease-in-out infinite;
}

@keyframes float-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, -30px); }
}

@keyframes float-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, 30px); }
}

/* Badge */
.why-matters-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(246, 114, 20, 0.08);
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 50px;
  text-align: center;
  justify-content: center;
}

.why-matters-badge .badge-diamond {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(246, 114, 20, 0.6);
}

/* Main Grid */
.why-matters-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 60px;
}

/* Problem Statement */
.why-matters-statement {
  padding-right: 20px;
}

.statement-heading {
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -0.025em;
}

.statement-heading .text-strike {
  position: relative;
  color: #999;
  filter: blur(0.5px);
  opacity: 0.6;
}

.statement-heading .text-strike::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #f67214, transparent);
  transform: translateY(-50%);
}

.statement-heading .text-highlight {
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

/* Benefits */
.why-matters-benefits {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-matters-benefits:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.03);
}

.benefits-intro {
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin: 0 0 24px 0;
  letter-spacing: -0.01em;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: transform 0.2s ease;
  cursor: default;
}

.benefit-item:hover {
  transform: translateX(4px);
}

.benefit-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  box-shadow: 
    0 4px 12px rgba(246, 114, 20, 0.3),
    0 2px 4px rgba(246, 114, 20, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-item:hover .benefit-icon {
  transform: scale(1.05);
  box-shadow: 
    0 6px 16px rgba(246, 114, 20, 0.4),
    0 3px 6px rgba(246, 114, 20, 0.25);
}

.benefit-item span {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* Conclusion */
.why-matters-conclusion {
  text-align: center;
  padding: 44px 40px;
  background: #ffffff;
  border: 1px solid rgba(246, 114, 20, 0.2);
  border-radius: 16px;
  box-shadow: 
    0 0 0 1px rgba(246, 114, 20, 0.1),
    0 0 30px rgba(246, 114, 20, 0.12),
    0 4px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.why-matters-conclusion:hover {
  box-shadow: 
    0 0 0 1px rgba(246, 114, 20, 0.15),
    0 0 40px rgba(246, 114, 20, 0.18),
    0 6px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.conclusion-text {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.conclusion-highlight {
  font-weight: 700;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========================================
   RESPONSIVE - TABLET (768px - 1023px)
   ======================================== */

@media (max-width: 1023px) {
  .why-matters-section {
    padding: 80px 40px;
  }
  
  .why-matters-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .why-matters-statement {
    padding-right: 0;
  }
  
  .statement-heading {
    font-size: 44px;
  }
  
  .why-matters-benefits {
    padding: 32px;
  }
  
  .conclusion-text {
    font-size: 20px;
  }
  
  .shape-1 {
    width: 250px;
    height: 250px;
  }
  
  .shape-2 {
    width: 200px;
    height: 200px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */

@media (max-width: 767px) {
  .why-matters-section {
    padding: 70px 20px;
  }
  
  .why-matters-badge {
    font-size: 9px;
    padding: 7px 18px;
    margin-bottom: 40px;
  }
  
  .why-matters-grid {
    gap: 48px;
    margin-bottom: 50px;
  }
  
  .statement-heading {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
  
  .statement-heading .text-strike::after {
    height: 2px;
  }
  
  .why-matters-benefits {
    padding: 32px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 
      0 8px 24px rgba(246, 114, 20, 0.08),
      0 2px 8px rgba(0, 0, 0, 0.04);
  }
  
  .benefits-intro {
    font-size: 14.5px;
    margin-bottom: 24px;
    color: #555;
    font-weight: 600;
  }
  
  .benefits-list {
    gap: 18px;
  }
  
  .benefit-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    box-shadow: 
      0 4px 14px rgba(246, 114, 20, 0.35),
      0 2px 6px rgba(246, 114, 20, 0.25);
  }
  
  .benefit-icon svg {
    width: 17px;
    height: 17px;
  }
  
  .benefit-item {
    gap: 14px;
  }
  
  .benefit-item span {
    font-size: 15.5px;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.5;
  }
  
  .why-matters-conclusion {
    padding: 36px 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #fffbf8 100%);
    box-shadow: 
      0 0 0 1px rgba(246, 114, 20, 0.15),
      0 0 25px rgba(246, 114, 20, 0.1),
      0 4px 16px rgba(0, 0, 0, 0.05);
  }
  
  .conclusion-text {
    font-size: 17.5px;
    line-height: 1.65;
    font-weight: 500;
  }
  
  .shape-1 {
    width: 200px;
    height: 200px;
    top: 8%;
    right: -15%;
    opacity: 0.3;
  }
  
  .shape-2 {
    width: 180px;
    height: 180px;
    bottom: 12%;
    left: -15%;
    opacity: 0.3;
  }
}


/* ========================================
   FINAL CTA SECTION
   ======================================== */

.final-cta-section {
  position: relative;
  padding: 120px 60px;
  background: #0F1419;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  overflow: hidden;
}

.final-cta-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Floating Glow Elements */
.cta-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.cta-glow-1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(246, 114, 20, 0.5) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: glow-pulse 8s ease-in-out infinite;
}

.cta-glow-2 {
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(246, 114, 20, 0.4) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: glow-pulse-reverse 10s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.6; }
}

@keyframes glow-pulse-reverse {
  0%, 100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.3; }
  50% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
}

/* Content directly on background - NO CONTAINER */
.final-cta-content {
  text-align: center;
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
}

.final-cta-content:hover {
  transform: none;
  box-shadow: none;
}

/* Badge */
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(246, 114, 20, 0.15);
  border: 1px solid rgba(246, 114, 20, 0.3);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f67214;
  margin-bottom: 32px;
}

.badge-pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f67214;
  border-radius: 50%;
  animation: pulse-glow 2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(246, 114, 20, 0.7);
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(246, 114, 20, 0.7);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(246, 114, 20, 0);
  }
}

/* Heading */
.cta-heading {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 24px 0;
  letter-spacing: -0.025em;
}

.cta-highlight {
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.cta-description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 40px 0;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Button */
.cta-button-wrapper {
  margin-bottom: 32px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #f67214 0%, #f67214 100%);
  border: none;
  border-radius: 12px;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 20px rgba(246, 114, 20, 0.4),
    0 2px 8px rgba(246, 114, 20, 0.3);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 30px rgba(246, 114, 20, 0.5),
    0 4px 12px rgba(246, 114, 20, 0.4);
}

.cta-button:active {
  transform: translateY(0);
}

.button-arrow {
  transition: transform 0.3s ease;
  width: 22px;
  height: 22px;
}

.cta-button:hover .button-arrow {
  transform: translateX(4px);
}

/* Trust Line */
.cta-trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.trust-item svg {
  color: #f67214;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.trust-separator {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

/* ========================================
   RESPONSIVE - TABLET (768px - 1023px)
   ======================================== */

@media (max-width: 1023px) {
  .final-cta-section {
    padding: 100px 48px;
  }
  
  .final-cta-container {
    max-width: 750px;
  }
  
  .final-cta-content {
    padding: 0;
  }
  
  .cta-badge {
    font-size: 10px;
    padding: 7px 16px;
    margin-bottom: 28px;
  }
  
  .cta-heading {
    font-size: 48px;
  }
  
  .cta-description {
    font-size: 17px;
    max-width: 550px;
  }
  
  .cta-button {
    padding: 16px 36px;
    font-size: 16px;
  }
  
  .cta-glow-1 {
    width: 550px;
    height: 550px;
  }
  
  .cta-glow-2 {
    width: 450px;
    height: 450px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */

@media (max-width: 767px) {
  .final-cta-section {
    padding: 60px 20px;
    background-size: 30px 30px;
  }
  
  .final-cta-container {
    max-width: 100%;
  }
  
  .final-cta-content {
    padding: 0;
  }
  
  .cta-badge {
    font-size: 9px;
    padding: 6px 14px;
    margin-bottom: 20px;
  }
  
  .badge-pulse {
    width: 6px;
    height: 6px;
  }
  
  .cta-heading {
    font-size: 32px;
    margin-bottom: 16px;
  }
  
  .cta-description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  
  .cta-button {
    padding: 12px 26px;
    font-size: 14px;
    gap: 8px;
  }
  
  .button-arrow {
    width: 16px;
    height: 16px;
  }
  
  .cta-trust-line {
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
  }
  
  .trust-separator {
    display: none;
  }
  
  .trust-item svg {
    width: 12px;
    height: 12px;
  }
  
  .cta-glow-1 {
    width: 280px;
    height: 280px;
  }
  
  .cta-glow-2 {
    width: 220px;
    height: 220px;
  }
}


/* ========================================
   BACK TO TOP BUTTON
   ======================================== */

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #f67214, #ff8c42);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 8px 24px rgba(246, 114, 20, 0.35),
    0 2px 8px rgba(246, 114, 20, 0.2);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  background: linear-gradient(135deg, #ff8c42, #f67214);
  box-shadow: 
    0 12px 32px rgba(246, 114, 20, 0.45),
    0 4px 12px rgba(246, 114, 20, 0.3);
  transform: translateY(-4px) scale(1.05);
}

.back-to-top:active {
  transform: translateY(-2px) scale(1);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
  transition: transform 0.3s ease;
}

.back-to-top:hover svg {
  transform: translateY(-2px);
  animation: bounceUp 0.6s ease infinite;
}

@keyframes bounceUp {
  0%, 100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
  
  .back-to-top svg {
    width: 18px;
    height: 18px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
    box-shadow: 
      0 6px 20px rgba(246, 114, 20, 0.3),
      0 2px 6px rgba(246, 114, 20, 0.15);
  }
  
  .back-to-top svg {
    width: 16px;
    height: 16px;
    stroke-width: 3;
  }
  
  .back-to-top:hover {
    transform: translateY(-2px) scale(1.03);
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
  }
  
  .back-to-top svg {
    width: 14px;
    height: 14px;
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  
  .back-to-top:hover svg {
    animation: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .back-to-top {
    border: 2px solid #ffffff;
  }
}
