/* Corya landing final overrides.
   Kept separate so the latest layout rules always win over older iterations. */

:root {
  --frame-width: min(1460px, calc(100% - 56px));
  --rail-width: min(1120px, calc(100% - 220px));
  --rail-x: max(28px, calc((100% - 1460px) / 2));
  --hero-atmosphere-height: clamp(940px, 72vw, 1080px);
  --violet: #bc9bff;
  --violet-strong: #bc9bff;
  --peach: #bc9bff;
  --peach-soft: #f7f2ff;
}

/* Figma-inspired feature showcase: blue / Corya violet / orange are allowed here. */
.showcase-row {
  width: min(100% - 180px, 1320px);
  margin-bottom: 98px;
  gap: clamp(64px, 7vw, 118px);
}

.showcase-visual {
  display: grid;
  min-height: 430px;
  place-items: center;
  border-radius: 34px;
  box-shadow:
    0 26px 70px rgba(31, 28, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.showcase-blue .showcase-visual {
  background:
    radial-gradient(circle at 52% 52%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.36) 48%, transparent 72%),
    linear-gradient(135deg, #ffffff 0%, #e9f4ff 52%, #dceaff 100%);
}

.showcase-violet .showcase-visual {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.34) 48%, transparent 74%),
    linear-gradient(135deg, #fefcff 0%, #f1ebff 50%, #e8ddff 100%);
}

.showcase-orange .showcase-visual {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.42) 48%, transparent 75%),
    linear-gradient(135deg, #fffefd 0%, #fff1e8 52%, #ffe1cc 100%);
}

.showcase-queue {
  width: min(72%, 350px);
  padding: 18px;
  border: 1px solid rgba(37, 45, 64, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 42px rgba(57, 81, 122, 0.15);
  backdrop-filter: blur(18px);
}

.queue-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #6da2ff;
  font-size: 13px;
}

.queue-top span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #78a7ff;
  box-shadow: 0 0 16px rgba(120, 167, 255, 0.8);
}

.queue-top strong {
  font-weight: 560;
}

.queue-top small {
  margin-left: auto;
  color: rgba(45, 43, 55, 0.48);
  font-size: 10px;
  font-weight: 560;
}

.queue-task {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin-top: 13px;
  padding: 11px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 9px 18px rgba(37, 45, 64, 0.08);
}

.queue-task i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)),
    #79a8ff;
  box-shadow: inset 0 -4px 8px rgba(59, 112, 210, 0.12);
}

.queue-task strong,
.queue-task span,
.queue-task em {
  display: block;
  font-style: normal;
}

.queue-task strong {
  color: #171a25;
  font-size: 12px;
  font-weight: 560;
}

.queue-task span,
.queue-task em {
  color: rgba(45, 43, 55, 0.5);
  font-size: 11px;
}

.queue-task em {
  color: #6f9ffc;
}

.kanban-board {
  width: min(76%, 430px);
  padding: 24px;
  border: 6px solid rgba(255, 255, 255, 0.74);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 48px rgba(105, 82, 156, 0.16);
  backdrop-filter: blur(18px);
}

.board-head {
  display: grid;
  grid-template-columns: 44px 1fr 38px;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.bolt,
.people {
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #bc9bff;
  box-shadow: 0 10px 20px rgba(188, 155, 255, 0.22);
}

.bolt {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.people {
  width: 34px;
  height: 34px;
  justify-self: end;
  font-size: 11px;
}

.board-head strong,
.board-head small {
  display: block;
}

.board-head strong {
  color: #171a25;
  font-size: 12px;
  font-weight: 620;
}

.board-head small {
  margin-top: 4px;
  color: rgba(45, 43, 55, 0.46);
  font-size: 11px;
}

.board-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 16px;
  color: rgba(45, 43, 55, 0.55);
  font-size: 12px;
}

.board-meta b {
  display: inline-grid;
  min-width: 20px;
  min-height: 20px;
  margin-left: 10px;
  place-items: center;
  border-radius: 6px;
  color: #59935a;
  background: #e7f7e8;
  font-size: 11px;
}

.board-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.board-grid span {
  position: relative;
  min-height: 82px;
  padding: 16px 14px;
  border: 1px solid rgba(188, 155, 255, 0.22);
  border-left: 3px solid #bc9bff;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #222437;
  font-size: 12px;
  box-shadow: 0 8px 15px rgba(61, 48, 93, 0.06);
}

.board-grid span i {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d8c7ff;
}

.board-grid span.active {
  color: #fff;
  background: linear-gradient(180deg, #c7b2ff 0%, #ad93f6 100%);
  box-shadow: 0 16px 26px rgba(188, 155, 255, 0.34);
}

.collab-card {
  position: relative;
  width: min(78%, 440px);
  height: 270px;
}

.collab-pill {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 3;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(140, 83, 49, 0.14);
  color: #9d5d34;
  font-size: 12px;
  transform: translateX(-50%);
}

.lock-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border-radius: 27px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0)),
    #ff8a45;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 18px 30px rgba(255, 122, 58, 0.28);
  transform: translate(-50%, -38%);
}

.lock-card i {
  width: 40px;
  height: 30px;
  border: 7px solid rgba(255, 255, 255, 0.82);
  border-top: 0;
  border-radius: 7px;
}

.lock-card i::before {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  margin: -28px auto 0;
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.profile-card {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 84px;
  height: 92px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 34%, #f2c29b 0 16%, transparent 17%),
    linear-gradient(135deg, #ecf1f7, #c9d6e6);
  box-shadow: 0 14px 24px rgba(91, 52, 28, 0.14);
}

.profile-left {
  left: 12px;
  transform: rotate(-7deg) translateY(-34%);
}

.profile-right {
  right: 12px;
  transform: rotate(7deg) translateY(-34%);
}

.secure-line {
  position: absolute;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 138, 69, 0.36), transparent);
}

.secure-line-left {
  left: 92px;
  right: 50%;
}

.secure-line-right {
  left: 50%;
  right: 92px;
}

.collab-card small {
  position: absolute;
  left: 50%;
  bottom: 22px;
  padding: 7px 12px;
  border-radius: 9px;
  background: rgba(255, 138, 69, 0.12);
  color: #ff7431;
  font-size: 11px;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.showcase-copy h3 {
  color: #111522;
  font-size: clamp(44px, 4.25vw, 66px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.065em;
}

.showcase-blue .showcase-copy h3 span {
  color: #3f87ff;
}

.showcase-violet .showcase-copy h3 span {
  color: #7f67ee;
}

.showcase-orange .showcase-copy h3 span {
  color: #ff6f2d;
}

.showcase-copy p {
  max-width: 560px;
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.38;
  letter-spacing: -0.038em;
}

.showcase-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 560;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -8px 14px rgba(40, 34, 54, 0.12),
    0 4px 0 rgba(55, 46, 72, 0.14);
}

.button-blue {
  background: #65a4ff;
  border-color: rgba(80, 145, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -8px 14px rgba(45, 105, 195, 0.12),
    0 4px 0 #5590e8,
    0 20px 30px rgba(101, 164, 255, 0.28);
}

.button-violet-flat {
  background: #bc9bff;
  border-color: rgba(188, 155, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -8px 14px rgba(105, 74, 170, 0.12),
    0 4px 0 #a987f0,
    0 20px 30px rgba(188, 155, 255, 0.3);
}

.button-orange {
  background: #ff8845;
  border-color: rgba(255, 136, 69, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -8px 14px rgba(168, 75, 30, 0.14),
    0 4px 0 #e77235,
    0 20px 30px rgba(255, 136, 69, 0.26);
}

@media (max-width: 980px) {
  .showcase-row,
  .showcase-row.feature-row-reverse {
    width: min(100% - 40px, 720px);
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 74px;
  }

  .showcase-row.feature-row-reverse .showcase-copy {
    order: 2;
  }

  .showcase-row.feature-row-reverse .showcase-visual {
    order: 1;
  }

  .showcase-visual {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .showcase-row,
  .showcase-row.feature-row-reverse {
    width: min(100% - 28px, 520px);
    margin-bottom: 54px;
  }

  .showcase-visual {
    min-height: 310px;
    border-radius: 28px;
  }

  .showcase-queue,
  .kanban-board,
  .collab-card {
    width: min(88%, 360px);
  }

  .kanban-board {
    padding: 17px;
  }

  .board-grid {
    gap: 10px;
  }

  .board-grid span {
    min-height: 62px;
    padding: 12px 10px;
  }

  .collab-card {
    height: 230px;
  }

  .profile-card {
    width: 66px;
    height: 74px;
  }

  .secure-line-left {
    left: 70px;
  }

  .secure-line-right {
    right: 70px;
  }

  .lock-card {
    width: 90px;
    height: 90px;
    border-radius: 23px;
  }

  .showcase-copy h3 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .showcase-copy p {
    margin-top: 16px;
    font-size: 18px;
  }
}

body {
  background: #fbfaf9;
}

.site-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbfaf9;
}

.site-shell::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: var(--hero-atmosphere-height);
  background:
    linear-gradient(180deg, rgba(251, 250, 249, 0) 0%, rgba(251, 250, 249, 0) 72%, #fbfaf9 100%),
    url("public/assets/landing/corya-hero-top-gradient.png") center top / cover no-repeat,
    #fbfaf9;
  pointer-events: none;
  z-index: 0;
}

.site-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, transparent 0 calc(var(--rail-x) - 1px), rgba(34, 31, 40, 0.07) calc(var(--rail-x) - 1px) var(--rail-x), transparent var(--rail-x) calc(100% - var(--rail-x)), rgba(34, 31, 40, 0.07) calc(100% - var(--rail-x)) calc(100% - var(--rail-x) + 1px), transparent calc(100% - var(--rail-x) + 1px));
  pointer-events: none;
  z-index: 1;
}

.site-shell > * {
  position: relative;
  z-index: 2;
}

.site-header,
.hero-panel,
.hero-bento,
.intro-statement,
.advantage-strip,
.feature-row,
.feature-row-reverse,
.process-frame,
.testimonial-frame,
.review-grid,
.faq-list,
.site-footer {
  width: var(--rail-width);
}

.site-header {
  padding-bottom: 22px;
}

.hero {
  min-height: auto;
  padding: 12px 0 42px;
}

.hero::before,
.hero::after {
  display: none !important;
}

.hero-panel {
  position: relative;
  min-height: 560px;
  margin: 0 auto;
  padding: 54px 48px 76px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.hero-panel::before,
.hero-panel::after {
  display: none !important;
}

.hero-panel > * {
  position: relative;
  z-index: 2;
}

.hero-panel .trust-row {
  margin-bottom: 28px;
}

.hero h1,
.hero-panel h1 {
  max-width: 880px;
  font-size: clamp(46px, 5vw, 88px);
  font-weight: 430;
  line-height: 1.07;
  letter-spacing: -0.064em;
  color: rgba(45, 43, 55, 0.94);
}

.hero h1 > span:last-child {
  margin-top: 8px;
  color: rgba(49, 45, 60, 0.72);
}

.floating-tile {
  width: clamp(58px, 5vw, 74px);
  height: clamp(58px, 5vw, 74px);
  margin: 0 clamp(12px, 1.6vw, 18px);
  border-radius: 18px;
  vertical-align: 10px;
}

.mini-chart {
  width: 42px;
  height: 35px;
  border-width: 2.5px;
}

.mini-chart i:nth-child(1) {
  left: 7px;
  height: 10px;
}

.mini-chart i:nth-child(2) {
  left: 16px;
  height: 20px;
}

.mini-chart i:nth-child(3) {
  left: 25px;
  height: 14px;
}

.mini-chart i:nth-child(4) {
  left: 34px;
  height: 25px;
}

.hero-panel .hero-copy {
  margin-bottom: 26px;
}

.usecase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 82px;
  text-align: left;
}

.usecase-card {
  min-width: 0;
  overflow: visible;
}

.usecase-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  box-shadow: none;
  background: transparent;
  vertical-align: middle;
}

.usecase-card p {
  max-width: 94%;
  margin: 24px 0 0;
}

@media (max-width: 980px) {
  .hero-bento.usecase-grid {
    display: flex;
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 22px;
    width: var(--rail-width);
    max-width: none;
    margin-top: 36px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .hero-bento.usecase-grid::-webkit-scrollbar {
    display: none;
  }

  .hero-bento .usecase-card {
    flex: 0 0 min(76vw, 560px);
    max-width: none;
    margin: 0;
    scroll-snap-align: start;
  }

  .hero-bento .usecase-card p {
    max-width: 96%;
  }

  .intro-statement {
    margin-top: 34px;
    padding-top: 60px;
  }
}

.feature-copy h3,
.feature-copy h3 span,
.section-heading h2,
.section-heading h2 span,
.final-cta h2,
.final-cta h2 span {
  color: #201b20;
}

.section-pill,
.advantage-strip span,
.queue-header {
  color: rgba(45, 43, 55, 0.52);
}

.advantage-strip article > span {
  color: #bc9bff;
}

.intro-link,
.intro-link::after {
  color: #bc9bff;
}

.button-violet,
.button-peach {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 40%),
    #bc9bff;
  border-color: rgba(188, 155, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -8px 14px rgba(105, 74, 170, 0.1),
    0 4px 0 #b18df7,
    0 20px 30px rgba(188, 155, 255, 0.2);
}

/* Process section cleanup: no decorative screws, no orange accent. */
.button-peach {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 40%),
    #bc9bff;
  border-color: rgba(188, 155, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -8px 14px rgba(105, 74, 170, 0.1),
    0 4px 0 #b18df7,
    0 14px 28px rgba(188, 155, 255, 0.2);
}

.visual-peach,
.process-peach,
.intro-card-peach {
  background: linear-gradient(180deg, #fff 0%, #f7f2ff 100%);
}

.intro-card-peach {
  border-color: rgba(188, 155, 255, 0.24);
}

.intro-card-peach .card-index {
  background: #bc9bff;
}

.signal-card {
  background: #bc9bff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 24px 36px rgba(188, 155, 255, 0.24);
}

.signal-card::before,
.signal-card::after {
  background: rgba(188, 155, 255, 0.24);
}

.portrait-placeholder {
  background:
    linear-gradient(135deg, rgba(188, 155, 255, 0.12), rgba(188, 155, 255, 0.05)),
    #eee;
}

.stars {
  color: #bc9bff;
}

.screw {
  display: none !important;
}

.process-frame {
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.process-card,
.process-card:first-of-type,
.process-card:last-of-type {
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
}

.arc-meter {
  border-color: rgba(188, 155, 255, 0.16);
}

.arc-meter span:nth-child(2) {
  border-top-color: rgba(188, 155, 255, 0.42);
}

.floating-stat strong {
  color: #8f66f0;
}

@media (max-width: 1280px) {
  :root {
    --frame-width: min(100% - 48px, 1240px);
    --rail-width: min(100% - 128px, 1040px);
    --rail-x: max(24px, calc((100% - 1240px) / 2));
    --hero-atmosphere-height: 990px;
  }
}

@media (max-width: 980px) {
  :root {
    --frame-width: min(100% - 32px, 840px);
    --rail-width: min(100% - 72px, 720px);
    --rail-x: 16px;
    --hero-atmosphere-height: 760px;
  }

  .site-shell::before {
    background:
      linear-gradient(180deg, rgba(251, 250, 249, 0) 0%, rgba(251, 250, 249, 0) 48%, rgba(251, 250, 249, 0.7) 73%, #fbfaf9 100%),
      url("public/assets/landing/corya-hero-top-gradient.png") center top / cover no-repeat,
      #fbfaf9;
  }

  .hero-panel {
    min-height: 500px;
    padding: 42px 28px 66px;
    border-radius: 0;
  }

  .process-frame {
    width: min(100% - 40px, 720px);
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    overflow: visible;
  }

  .process-card {
    width: 100%;
    min-height: auto;
    padding: 24px 24px 32px;
    border-radius: 28px;
  }

  .process-visual {
    height: 300px;
    margin-bottom: 28px;
  }

  .arc-meter {
    width: min(330px, 78vw);
  }

  .floating-stat {
    min-width: min(300px, 78vw);
  }

  .deploy-list {
    width: min(330px, 80vw);
  }
}

@media (max-width: 640px) {
  :root {
    --frame-width: min(100% - 20px, 560px);
    --rail-width: min(100% - 36px, 520px);
    --rail-x: 10px;
    --hero-atmosphere-height: 650px;
  }

  .site-shell::before {
    background:
      linear-gradient(180deg, rgba(251, 250, 249, 0) 0%, rgba(251, 250, 249, 0) 43%, rgba(251, 250, 249, 0.82) 72%, #fbfaf9 100%),
      url("public/assets/landing/corya-hero-top-gradient.png") center top / cover no-repeat,
      #fbfaf9;
  }

  .site-header {
    width: min(100% - 28px, 520px);
    gap: 14px;
    row-gap: 16px;
    padding-top: 42px;
    padding-bottom: 8px;
  }

  .brand-mark {
    font-size: 28px;
  }

  .brand-symbol {
    width: 28px;
    height: 42px;
  }

  .header-login {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 15px;
    font-size: 16px;
  }

  .nav-pill {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, auto));
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    gap: 2px;
    padding: 6px;
    overflow: hidden;
    border-radius: 18px;
    scrollbar-width: none;
  }

  .nav-pill::-webkit-scrollbar {
    display: none;
  }

  .nav-pill a {
    min-width: 0;
    padding: 8px 6px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.025em;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .hero-panel {
    min-height: 442px;
    margin-top: 18px;
    padding: 30px 20px 42px;
    border-radius: 0;
  }

  .hero-panel .trust-row {
    margin-bottom: 22px;
  }

  .hero-bento.usecase-grid {
    display: flex;
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 18px;
    width: calc(100vw - 36px);
    max-width: none;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .hero-bento.usecase-grid::-webkit-scrollbar {
    display: none;
  }

  .hero-bento .usecase-card {
    flex: 0 0 min(84vw, 360px);
    max-width: none;
    margin: 0;
    scroll-snap-align: start;
  }

  .hero-bento .usecase-image {
    border-radius: 18px;
  }

  .hero-bento .usecase-card p {
    max-width: 96%;
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.34;
    letter-spacing: -0.035em;
  }

  .intro-statement {
    margin-top: 24px;
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .process-frame {
    width: min(100% - 28px, 520px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
    overflow: visible;
  }

  .process-card {
    width: 100%;
    min-height: auto;
    padding: 18px 18px 24px;
    border-radius: 28px;
  }

  .process-visual {
    height: 220px;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .node-icon {
    width: 92px;
    height: 92px;
    border-radius: 24px;
  }

  .node-grid {
    bottom: 34px;
    gap: 34px;
  }

  .node-grid i {
    width: 48px;
    height: 48px;
  }

  .arc-meter {
    bottom: -36px;
    width: 240px;
    height: 124px;
    border-width: 22px;
  }

  .arc-meter span {
    inset: -22px;
    border-width: 22px;
  }

  .floating-stat {
    top: 34px;
    min-width: 220px;
    padding: 14px 18px;
    gap: 4px 28px;
    border-radius: 16px;
  }

  .floating-stat strong {
    font-size: 30px;
    font-weight: 520;
  }

  .deploy-list {
    width: min(100%, 260px);
    gap: 12px;
  }

  .deploy-list span {
    height: 52px;
    border-radius: 16px;
  }

  .deploy-list strong {
    height: 58px;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 560;
  }

  .process-card h3 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 520;
    letter-spacing: -0.052em;
  }

  .process-card p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: -0.035em;
  }
}
