:root {
  --fit-blue: #0066ff;
  --fit-blue-light: #eaf3ff;
  --fit-blue-dark: #0037bb;
  --fit-blue-deep: #071a45;
  --text-primary: #0b1633;
  --text-secondary: #52617a;
  --text-muted: #66758f;
  --border: #dde8f7;
  --bg-base: #ffffff;
  --bg-subtle: #f7faff;
  --accent-indigo: #6155f5;
  --mint: #1ab394;
  --mint-soft: #e8fcf5;
  --radius-pill: 999px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-card: 0 12px 32px -4px rgba(5, 41, 92, 0.1);
  --shadow-float: 0 18px 42px -6px rgba(0, 46, 122, 0.16);
  --header-h: 88px;
  --content-w: 1200px;
  --frame-w: 1440px;
  --gutter: max(24px, calc((100% - var(--content-w)) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; background: #eef2f8; }
body {
  margin: 0 auto;
  font-family: "Noto Sans KR", sans-serif;
  color: var(--text-primary);
  background: var(--bg-base);
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  max-width: var(--frame-w);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font-family: inherit; }

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

.imin-header {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
  max-width: 100%;
}
.imin-logo { display: flex; align-items: center; }
.imin-logo-mark { width: 69px; height: 70px; object-fit: cover; }
.imin-logo-text { width: 138px; height: 54px; object-fit: contain; }
.imin-nav { display: flex; align-items: center; gap: 30px; }
.imin-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  white-space: nowrap;
}
.imin-nav a.is-active { font-weight: 700; color: var(--accent-indigo); }
.imin-nav a.imin-btn-primary,
.imin-nav a.imin-btn-primary:visited,
.imin-nav a.imin-btn-primary:hover,
.imin-nav a.imin-btn-primary:active {
  color: #fff;
}
.imin-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.imin-nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text-primary);
}

.imin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.imin-btn-primary { background: var(--fit-blue); color: #fff; }
.imin-btn-outline { background: #fff; color: var(--text-primary); border-color: var(--border); }
.imin-btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.45); }
.imin-btn-white { background: #fff; color: var(--fit-blue); }
.imin-btn-sm { padding: 13px 22px; font-size: 14px; }
.imin-btn-md { padding: 16px 26px; font-size: 15px; }

.section { padding: 88px 0; }
.section-subtle { background: var(--bg-subtle); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--fit-blue);
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.section-title {
  margin: 0;
  font-size: 44px;
  letter-spacing: -0.8px;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.section-desc {
  margin: 14px 0 0;
  color: var(--text-secondary);
  font-size: 17px;
  font-weight: 400;
}
.center { text-align: center; }

/* Hero - company */
.hero-company {
  position: relative;
  min-height: 880px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 72px 96px 72px 120px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-copy,
.hero-visual { position: relative; z-index: 1; }
.hero-copy { max-width: 650px; flex: 0 1 650px; min-width: 0; }
.hero-copy h1 {
  margin: 18px 0 20px;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: -1.28px;
  color: var(--fit-blue);
  word-break: keep-all;
}
.hero-copy p { margin: 0 0 26px; color: var(--text-secondary); font-size: 18px; font-weight: 700; line-height: 31px; }
.hero-copy .eyebrow {
  margin: 0;
  color: var(--fit-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-visual { position: relative; width: 500px; min-height: 709px; flex: 0 0 500px; overflow: visible; }
.hero-glow {
  position: absolute;
  left: 28px;
  top: 110px;
  width: 450px;
  height: 450px;
  pointer-events: none;
}
.hero-card {
  position: absolute;
  left: 54px;
  top: 265px;
  width: 398px;
  height: 374px;
  background: #fff;
  border-radius: 36px;
  box-shadow: var(--shadow-float);
  padding: 36px 34px;
}
.hero-card-head { display: flex; gap: 12px; align-items: center; margin-bottom: 22px; }
.hero-mark {
  width: 58px; height: 58px; border-radius: 20px;
  background: var(--fit-blue); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 20px;
}
.hero-card-head strong { font-size: 22px; line-height: 32px; }
.flow-row {
  min-height: 64px;
  height: auto;
  border-radius: 18px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  word-break: keep-all;
}
.flow-row:nth-child(odd) { background: var(--fit-blue-light); }
.flow-row:nth-child(even) { background: var(--bg-subtle); }
.flow-row:last-child { margin-bottom: 0; }
.hero-badge {
  position: absolute;
  left: 232px;
  top: 661px;
  bottom: auto;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: var(--shadow-card);
  white-space: nowrap;
  z-index: 3;
}
.hero-badge i {
  width: 10px; height: 10px; border-radius: 50%; background: var(--fit-blue); display: block;
}

/* Ecosystem */
.eco-triangle {
  position: relative;
  width: min(1120px, 100%);
  aspect-ratio: 1120 / 604;
  height: auto;
  margin: 48px auto 0;
}
.eco-arrow { position: absolute; pointer-events: none; height: auto; }
.eco-arrow-l { left: 21.8%; top: 33%; width: 24.55%; }
.eco-arrow-b { left: 31%; top: 79%; width: 39.3%; }
.eco-arrow-r { left: 53.5%; top: 33%; width: 24.55%; }
.eco-photo {
  position: absolute;
  width: 17.05%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
}
.eco-photo-l { left: 11.07%; top: 37%; }
.eco-photo-r { left: 72.14%; top: 37%; }
.eco-node {
  position: absolute;
  border-radius: 32px;
  padding: 4% 3%;
  text-align: center;
  border: 1px solid var(--border);
  z-index: 2;
}
.eco-node h3 { margin: 0 0 8px; font-size: clamp(16px, 2.2vw, 25px); }
.eco-node p { margin: 0; color: var(--text-secondary); font-size: clamp(12px, 1.3vw, 15px); }
.eco-imin {
  left: 38.4%;
  top: 0;
  width: 23.2%;
  height: 32.1%;
  background: var(--fit-blue);
  color: #fff;
  border-color: var(--fit-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 16px;
}
.eco-imin h3 { font-size: clamp(18px, 2.4vw, 28px); margin: 0; }
.eco-imin img { width: 68%; height: auto; max-height: 118px; object-fit: contain; margin: 0 auto; }
.eco-imin p { color: var(--fit-blue-light); }
.eco-company { left: 8%; top: 65.2%; width: 23.2%; height: 24.8%; background: rgba(212,227,255,.7); display: grid; place-content: center; }
.eco-fitness { left: 68.75%; top: 65.2%; width: 23.2%; height: 24.8%; background: rgba(212,227,255,.7); display: grid; place-content: center; }
.eco-center {
  left: 39.3%;
  top: 47%;
  width: 21.4%;
  height: 18.2%;
  background: #fff;
  border-radius: 55px;
  display: grid;
  place-content: center;
}
.eco-center strong { color: var(--fit-blue); font-size: 18px; display: block; }
.eco-center span { color: var(--text-secondary); font-size: 13px; }

/* Solution cards — Figma 588×756, inner visual 492×471, scale by ratio */
.sol-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 48px auto 0;
  background: #fff;
  align-items: stretch;
}
.sol-card {
  container-type: inline-size;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 8.1633%;
  background: #fff;
  border-radius: 5.442cqi;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
}
.sol-card.business {
  background: #2b7ffb;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.sol-card .kicker { font-size: 2.642cqi; font-weight: 700; color: var(--fit-blue); margin: 0; }
.sol-card.business .kicker,
.sol-card.business .desc { color: var(--fit-blue-light); }
.sol-card h3 { margin: 0; font-size: 6.098cqi; line-height: 1.2; }
.sol-card .desc { margin: 0; color: var(--text-secondary); font-size: 3.455cqi; font-weight: 700; line-height: 1.706; }
.sol-card h3,
.sol-card .desc,
.sol-card .sol-visual,
.sol-card .biz-visual,
.sol-card .sol-link { margin-top: 4.065cqi; }
.sol-link { margin-top: 4.065cqi; font-size: 3.049cqi; font-weight: 700; color: var(--fit-blue); }
.sol-visual,
.biz-visual {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  overflow: visible;
}
.sol-visual {
  aspect-ratio: 492 / 471;
  container-type: size;
}
.biz-visual {
  aspect-ratio: 492 / 462;
  container-type: size;
}
.sol-phone-stage {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}
.sol-visual img.phone {
  position: absolute;
  left: 33.333%;
  top: -22.293%;
  width: 85.976%;
  height: 125.053%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}
.sol-kettle {
  position: absolute;
  left: 84.756%;
  top: 85.987%;
  width: 16.667%;
  height: 20.382%;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}
.sol-kettle img {
  position: absolute;
  left: -42.39%;
  top: -31.02%;
  width: 195.65%;
  height: 166.67%;
  max-width: none;
  object-fit: cover;
}
.sol-features {
  position: absolute;
  left: -4.065%;
  top: 4.246%;
  width: 39.228%;
  height: 77.07%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.sol-feature {
  display: flex;
  align-items: center;
  gap: 7.25%;
  font-size: 3.455cqi;
  line-height: 1.706;
  font-weight: 700;
  color: var(--text-secondary);
  white-space: nowrap;
}
.sol-icon-wrap {
  position: relative;
  width: 38.86%;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.sol-icon-bg { width: 100%; height: 100%; object-fit: cover; }
.sol-icon {
  position: absolute;
  left: 13.81%;
  top: 14.92%;
  width: 69.61%;
  height: 69.61%;
  object-fit: contain;
}
.sol-icon-sm {
  left: 22.15%;
  top: 21.56%;
  width: 56.29%;
  height: 56.29%;
}
.sol-card.business .sol-link { color: #fff; }
.biz-steps {
  position: absolute;
  left: -7.724%;
  top: 0;
  width: 113.821%;
  height: 29.437%;
  background: #3b55ff;
  border-radius: 6.098cqi;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4.268cqi;
  padding: 1.829cqi 2.642cqi;
  box-sizing: border-box;
  z-index: 2;
}
.biz-step {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  font-size: 3.455cqi;
  line-height: 1.706;
  font-weight: 700;
  color: #fff;
  display: grid;
  grid-template-rows: 16.234cqh auto;
  justify-items: center;
  align-items: end;
  gap: 2.381cqh;
  white-space: nowrap;
}
.biz-icon {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}
.biz-icon img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}
.biz-icon-1 { width: 12.398cqi; height: 13.203cqh; }
.biz-icon-1 img { left: -46.58%; top: -32.26%; width: 197.06%; height: 168.42%; }
.biz-icon-2 { width: 14.228cqi; height: 15.368cqh; }
.biz-icon-2 img { left: -23.91%; top: -114.51%; width: 139.13%; height: 244.5%; }
.biz-icon-3 { width: 13.415cqi; height: 18.398cqh; }
.biz-icon-3 img { left: -20.59%; top: -7.1%; width: 138.24%; height: 116.47%; }
.biz-icon-4 { width: 17.48cqi; height: 11.905cqh; }
.biz-icon-4 img { left: -6.61%; top: -32.73%; width: 113.22%; height: 156.36%; }
.biz-icon-5 { width: 13.415cqi; height: 13.853cqh; }
.biz-icon-5 img { left: -22.39%; top: -16.27%; width: 139.09%; height: 121.33%; }
.biz-dash {
  position: absolute;
  left: -7.724%;
  top: 30.952%;
  width: 118.089%;
  height: 69.048%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}
.biz-video {
  position: absolute;
  left: -6.301%;
  top: 65.584%;
  width: 36.382%;
  height: 35.714%;
  object-fit: cover;
  z-index: 1;
}

/* Timeline — Figma 1200×700, scale by ratio */
#history,
#team {
  position: relative;
  isolation: isolate;
}
#team { background: var(--bg-base); }
.timeline-frame {
  container-type: inline-size;
  width: min(1200px, 100%);
  aspect-ratio: 1200 / 700;
  margin: 44px auto 0;
  overflow: hidden;
  position: relative;
}
.timeline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hist-connectors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
  z-index: 2;
}
.hist-photo {
  position: absolute;
  width: 18.333%;
  height: 18.571%;
  object-fit: cover;
  border-radius: 1.333cqi;
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(5, 46, 107, 0.1);
  z-index: 1;
  pointer-events: none;
}
.hist-photo-tl { left: 0; top: 3.143%; }
.hist-photo-tr { left: 82.5%; top: 3.143%; width: 17.5%; }
.hist-photo-bl { left: 0; top: 67.857%; }
.hist-photo-br { left: 81.667%; top: 75.571%; }
.tl-line {
  position: absolute;
  left: 49.875%;
  top: 6.286%;
  width: 0.25%;
  height: 85.714%;
  background: var(--border);
  opacity: 0.85;
  border-radius: 2px;
  z-index: 1;
}
.tl-item {
  position: absolute;
  width: 27.5%;
  height: 15.429%;
  overflow: hidden;
  padding: 0.286% 0;
  z-index: 3;
  text-align: left;
}
.tl-item.is-left { left: 20.833%; }
.tl-item.is-right { left: 56.667%; }
.tl-item time { color: var(--fit-blue); font-size: clamp(13px, 1.167cqi, 14px); font-weight: 700; display: block; }
.tl-item h4 { margin: 0.167cqi 0; font-size: clamp(17px, 1.75cqi, 21px); line-height: 1.35; font-weight: 700; }
.tl-item p { margin: 0; color: var(--text-secondary); font-size: clamp(13px, 1.083cqi, 13px); line-height: 1.45; }
.tl-icon {
  position: absolute;
  left: 47.667%;
  width: 4.667%;
  height: 8%;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(5, 46, 107, 0.08);
  display: grid;
  place-items: center;
  z-index: 4;
}
.tl-icon img { width: 75%; height: 75%; object-fit: contain; }
.tl-icon img[width="32"] { width: 57.14%; height: 57.14%; }
.tl-icon.accent { background: var(--fit-blue); border-color: #fff; }
.t1 { top: 0.857%; } .i1 { top: 2.286%; }
.t2 { top: 9.429%; } .i2 { top: 10.857%; }
.t3 { top: 18%; } .i3 { top: 19.429%; }
.t4 { top: 26.571%; } .i4 { top: 28%; }
.t5 { top: 35.143%; } .i5 { top: 36.571%; }
.t6 { top: 43.714%; } .i6 { top: 45.143%; }
.t7 { top: 52.286%; } .i7 { top: 53.714%; }
.t8 { top: 60.857%; } .i8 { top: 62.286%; }
.t9 { top: 69.429%; } .i9 { top: 70.857%; }
.t10 { top: 78%; } .i10 { top: 79.429%; }
.t11 { top: 86.571%; } .i11 { top: 88%; }

/* Team */
#team .imin-container { width: min(var(--content-w), calc(100% - 48px)); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}
.team-card {
  background: var(--bg-subtle);
  border-radius: 28px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.team-photo {
  height: auto;
  aspect-ratio: 286 / 264;
  background: var(--fit-blue-light);
  overflow: hidden;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.team-card h3 { margin: 16px 0 6px; font-size: 22px; }
.team-card .role { color: var(--fit-blue); font-size: 14px; font-weight: 700; }
.team-card .duty { color: var(--text-secondary); font-size: 14px; margin-top: 8px; }

/* News */
.news-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.news-head a {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #0066ff;
  white-space: nowrap;
}
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.news-card { background: #fff; border-radius: 28px; padding: 0 26px 26px; }
.news-thumb {
  height: 230px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.news-thumb.blue { background: var(--fit-blue); }
.news-thumb.soft { background: var(--fit-blue-light); color: var(--fit-blue); }
.news-thumb.dark { background: var(--text-primary); }
.news-card .tag { color: var(--fit-blue); font-size: 12px; font-weight: 700; }
.news-card h3 { font-size: 21px; line-height: 31px; margin: 12px 0; }
.news-card time { color: var(--text-secondary); font-size: 13px; }

/* CTA */
.cta-band {
  background: var(--fit-blue);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 70px var(--gutter);
}
.cta-band h2 { margin: 0 0 16px; font-size: 46px; line-height: 60px; }
.cta-band p { margin: 0 0 22px; color: var(--fit-blue-light); font-size: 17px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-visual { width: 360px; flex-shrink: 0; }
.cta-visual img { width: 100%; }

.imin-footer {
  background: var(--text-primary);
  color: rgba(255,255,255,.62);
  padding: 66px 0 40px;
}
.imin-footer-top { display: flex; justify-content: space-between; gap: 40px; }
.imin-footer-title { margin: 0 0 14px; color: #fff; font-size: 32px; font-family: Inter, sans-serif; font-weight: 700; }
.imin-footer-cols { display: flex; gap: 78px; }
.imin-footer-cols h4 { margin: 0 0 12px; color: #fff; font-size: 13px; font-family: Inter, sans-serif; }
.imin-footer-cols a { display: block; color: rgba(255,255,255,.58); font-size: 14px; margin-bottom: 12px; }
.imin-footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  color: rgba(255,255,255,.42);
  font-size: 12px;
}

/* Fitness — Figma 16:864, 1440×content, scale by ratio */
.hero-fitness {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw var(--gutter);
  background: #fff url("../assets/img/imin/fitness/1814a.webp") center / cover no-repeat;
  overflow: hidden;
}
.hero-fitness-inner {
  width: min(var(--content-w), 100%);
  display: grid;
  grid-template-columns: minmax(0, 560fr) minmax(0, 568fr);
  gap: 6%;
  align-items: center;
}
.hero-fitness-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.hero-fitness h1 {
  margin: 0;
  font-size: clamp(32px, 4.167vw, 60px);
  line-height: 1.267;
  letter-spacing: -1.8px;
  word-break: keep-all;
}
.hero-fitness .lead {
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.72;
}
.hero-fitness-copy .eyebrow { margin: 0; }
.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px 8px 12px;
  margin: 0;
  font-size: clamp(12px, 0.903vw, 13px);
  font-weight: 500;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); display: inline-block; }
.hero-phones {
  container-type: inline-size;
  position: relative;
  width: 100%;
  aspect-ratio: 568 / 676;
}
.hero-phones img.main {
  position: absolute;
  left: 30.458%;
  top: 1.036%;
  width: 76.503%;
  height: 89.616%;
  margin: 0;
  max-width: none;
  object-fit: contain;
  object-position: top center;
  z-index: 1;
}
.hero-float {
  position: absolute;
  z-index: 2;
  aspect-ratio: 1;
  height: auto;
}
.hero-float img { position: absolute; max-width: none; }
.hero-float img:first-child { inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-float img:last-child {
  left: 50%;
  top: 50%;
  width: 69.6%;
  height: 69.6%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.hero-float.f1 { left: 13.72%; top: 3.767%; width: 16.671%; }
.hero-float.f2 { left: 32.789%; top: 17.62%; width: 15.381%; }
.hero-float.f3 { left: 6.866%; top: 30.527%; width: 21.276%; }
.hero-float-card {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 4px 100px rgba(97, 85, 245, 0.55);
}
.hero-float-card img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}
.hero-float-card.c1 {
  left: 6.866%;
  top: 44.46%;
  width: 29.064%;
  height: 28.088%;
  border-radius: 4.93cqi;
}
.hero-float-card.c1 img { left: -17.14%; top: -13.05%; width: 134.28%; height: 120.63%; }
.hero-float-card.c2 {
  left: 7.215%;
  top: 75.759%;
  width: 45.877%;
  height: 21.943%;
  border-radius: 5.282cqi;
}
.hero-float-card.c2 img { left: -5.22%; top: -83.73%; width: 108.45%; height: 414.22%; }

.card-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.benefit-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 8.889%;
}
.badge-num {
  width: 48px; height: 48px; border-radius: 16px;
  background: var(--fit-blue-light); color: var(--fit-blue);
  display: grid; place-items: center; font-weight: 700;
}
.benefit-card h3 { font-size: clamp(18px, 1.667vw, 24px); margin: 12px 0; word-break: keep-all; }
.benefit-card p { margin: 0; color: var(--text-secondary); font-size: clamp(14px, 1.111vw, 16px); line-height: 1.7; }

.feature-card {
  container-type: inline-size;
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 500;
  background: #fff;
  border-radius: 2.667cqi;
  box-shadow: var(--shadow-card);
  margin-top: 20px;
  overflow: hidden;
}
.feature-copy {
  position: absolute;
  left: 5.333%;
  top: 13.2%;
  width: 37.5%;
}
.feature-card-rev .feature-copy { left: 60.333%; width: 35.75%; }
.feature-copy h3 {
  font-size: clamp(20px, 2.833cqi, 34px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 8px 0 16px;
  word-break: keep-all;
}
.feature-copy > p { color: var(--text-secondary); font-size: clamp(13px, 1.333cqi, 16px); line-height: 1.75; margin: 0; }
.feature-note {
  margin-top: 24px;
  background: var(--fit-blue-light);
  border-radius: 1.667cqi;
  padding: 5.854% 4.878%;
  font-weight: 500;
  font-size: clamp(13px, 1.25cqi, 15px);
  display: flex;
  align-items: center;
  gap: 16px;
}
.feature-note img { width: 34px; height: 34px; flex-shrink: 0; }
.feature-note.mint { background: var(--mint-soft); }
.feature-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 2cqi;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  background: #fff;
}
.feature-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feature-card .s1 { left: 46%; top: 6.8%; width: 20.833%; height: 86.4%; }
.feature-card .s2 { left: 70.167%; top: 12%; width: 23.833%; height: 76%; }
.feature-card-rev .s1 { left: 6%; top: 6.8%; width: 20.833%; height: 86.4%; }
.feature-card-rev .s2 { left: 30%; top: 12%; width: 23.833%; height: 76%; }

.member-benefits {
  position: relative;
  overflow: hidden;
  padding: 76px 0 34px;
  background: linear-gradient(102deg, #f7faff 0%, #fff 52%, #edf5ff 100%);
}
.member-glow-l,
.member-glow-r {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.member-glow-l {
  left: -11.111%;
  top: 21.186%;
  width: 29.167%;
  max-width: 420px;
}
.member-glow-r {
  left: 84.028%;
  top: 55.085%;
  width: 25%;
  max-width: 360px;
}
.member-benefits .imin-container { position: relative; z-index: 1; }
.member-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.member-head .eyebrow { color: #116bff; font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.member-head .section-title {
  font-size: clamp(28px, 3.194vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0b1838;
  margin: 0 0 20px;
}
.member-head .section-desc { font-size: clamp(16px, 1.389vw, 20px); color: #66758f; margin: 0; }
.member-cash {
  flex-shrink: 0;
  width: 22.5%;
  min-width: 160px;
  max-width: 270px;
  height: 46px;
  justify-content: center;
  margin-top: 36px;
  background: #e7f1ff;
}
.member-flow {
  container-type: inline-size;
  position: relative;
  display: grid;
  grid-template-columns: 2.5% 21.667% 15% 21.667% 15% 21.667% 2.5%;
  grid-template-areas: ". a . b . c .";
  align-items: start;
  margin-top: 44px;
}
.member-flow > article:nth-of-type(1) { grid-area: a; }
.member-flow > article:nth-of-type(2) { grid-area: b; }
.member-flow > article:nth-of-type(3) { grid-area: c; }
.member-step {
  display: flex;
  align-items: flex-start;
  gap: 0.8cqi;
  min-height: 6cqi;
}
.member-step .n {
  color: #116bff;
  font-size: clamp(13px, 1.25cqi, 15px);
  font-weight: 700;
  line-height: 1.45;
  padding-top: 2px;
}
.member-label {
  font-weight: 700;
  font-size: clamp(16px, 1.833cqi, 22px);
  margin: 0 0 4px;
  color: #0b1838;
}
.member-sub {
  color: #66758f;
  margin: 0;
  font-size: clamp(13px, 1.333cqi, 16px);
}
.member-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 6px;
}
.member-flow .is-mid .member-visual { transform: translateY(-2.167cqi); }
.member-visual .chip {
  width: 67.692%;
  max-width: 176px;
  height: 46px;
  justify-content: center;
  padding: 0 10px;
  font-size: clamp(12px, 1.333cqi, 16px);
}
.member-connector {
  position: absolute;
  top: 52%;
  width: 7.333%;
  height: 0;
  border-top: 2px dotted #8eb6ff;
  pointer-events: none;
}
.member-connector.c1 { left: 27.917%; }
.member-connector.c2 { left: 64.583%; }
.member-connector::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #116bff;
}
.phone-frame {
  width: 100%;
  aspect-ratio: 260 / 620;
  background: #fff;
  border: 1px solid #dde7f5;
  border-radius: 30px;
  box-shadow: 0 18px 30px rgba(13,59,122,.14);
  padding: 7px;
  overflow: hidden;
}
.phone-frame img {
  width: 100%;
  height: 100%;
  border-radius: 23px;
  object-fit: cover;
  object-position: top center;
}
.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 23px;
  padding: 10px 16px;
  min-height: 46px;
  font-size: clamp(13px, 1.111vw, 16px);
  font-weight: 700;
}
.chip-blue { background: #e8f2ff; color: #116bff; }
.chip-mint { background: #e6fbf4; color: #10a77d; }
.chip-purple { background: #eef0ff; color: #625be8; }
.summary-bar {
  margin-top: 20px;
  background: #0b1838;
  color: #fff;
  border-radius: 24px;
  min-height: 76px;
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.summary-bar p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.summary-bar i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #116bff;
  flex-shrink: 0;
}
.summary-bar i.mint { background: #27dba3; }
.summary-bar span { color: #afc5e8; font-size: 14px; font-weight: 400; }

.revenue {
  position: relative;
  overflow: hidden;
  background: linear-gradient(102deg, #06163b 0%, #083b9c 58%, #0b64eb 100%);
  color: #fff;
  padding: 82px var(--gutter) 58px;
}
.revenue-glow {
  position: absolute;
  left: 68.056%;
  top: -22%;
  width: 47.222%;
  max-width: 680px;
  pointer-events: none;
  z-index: 0;
}
.revenue-won {
  position: absolute;
  right: -2%;
  bottom: -4%;
  font-size: clamp(120px, 18.75vw, 270px);
  font-weight: 700;
  color: #fff;
  opacity: .06;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
.revenue-inner {
  position: relative;
  z-index: 1;
  width: min(var(--content-w), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 680fr) minmax(0, 390fr);
  gap: 4%;
  align-items: start;
}
.revenue .eyebrow { color: #27dba3; font-size: 16px; font-weight: 700; margin: 0 0 8px; }
.revenue h2 {
  font-size: clamp(28px, 3.333vw, 48px);
  line-height: 1.15;
  margin: 0 0 28px;
  word-break: keep-all;
}
.revenue .lead { color: #bbd2f5; font-size: clamp(16px, 1.389vw, 20px); margin: 0 0 36px; }
.revenue-rate {
  background: #fff;
  color: #071a45;
  border-radius: 26px;
  min-height: 120px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.revenue-rate p { margin: 0 0 6px; color: #61708c; font-size: 16px; }
.revenue-rate strong { display: block; font-size: clamp(22px, 2.361vw, 34px); line-height: 1.2; }
.rate-box {
  background: #e9f3ff;
  color: #116bff;
  border-radius: 20px;
  width: 178px;
  min-height: 70px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.flow-3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  margin-top: 24px;
}
.flow-3 article {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 22px;
  min-height: 160px;
  padding: 18px 19px;
}
.flow-3 .n { color: #27dba3; font-size: 14px; font-weight: 700; margin: 0; }
.flow-3 h3 { margin: 8px 0 6px; font-size: clamp(16px, 1.458vw, 21px); }
.flow-3 p { margin: 0; color: #c8d9f5; font-size: 14px; }
.flow-arrow {
  align-self: center;
  color: #7fb4ff;
  font-size: 26px;
  font-weight: 700;
  width: 24px;
  text-align: center;
  margin: 0 -4px;
}
.revenue-auto {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
  background: #06245a;
  border: 1px solid rgba(77,151,255,.55);
  border-radius: 22px;
  min-height: 92px;
  padding: 18px 24px;
}
.revenue-auto i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #27dba3;
  margin-top: 8px;
  flex-shrink: 0;
}
.revenue-auto strong { display: block; font-size: 17px; margin: 0 0 4px; }
.revenue-auto p { margin: 0; color: #afc7eb; font-size: 14px; font-weight: 400; }
.revenue-note { margin-top: 20px; color: #9db9e6; font-size: 13px; }
.revenue-visual {
  position: relative;
}
.revenue-phone { margin-top: 117px; }
.revenue-tickers {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  z-index: 2;
}
.revenue-tickers p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  height: 38px;
  margin: 0;
  padding: 0 16px;
  background: rgba(255,255,255,.96);
  border-radius: 19px;
}
.revenue-tickers p:nth-child(2) { margin-right: 19px; }
.revenue-tickers p:nth-child(3) { margin-right: 35px; }
.revenue-tickers strong { color: #116bff; font-size: 15px; }
.revenue-tickers span { color: #697894; font-size: 13px; font-weight: 400; }
.revenue-phone {
  position: relative;
  width: 100%;
  aspect-ratio: 390 / 780;
  background: #fff;
  border-radius: 34px;
  box-shadow: 0 24px 50px rgba(0,20,60,.35);
  overflow: hidden;
}
.revenue-screen {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  aspect-ratio: 370 / 626;
}
.revenue-screen img {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: fill;
}
.revenue-rate-tag {
  position: absolute;
  left: 80.27%;
  top: 44.4%;
  width: 12.7%;
  height: 4.63%;
  padding: 0;
  background: #e8f2ff;
  color: #116bff;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.revenue-focus {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 23.333%;
  background: #fff;
  padding: 26px 28px 0;
}
.revenue-focus p { margin: 0; color: #66758f; font-size: 15px; }
.revenue-focus strong { display: block; margin-top: 4px; color: #116bff; font-size: clamp(22px, 2.361vw, 34px); }
.status-pill {
  position: absolute;
  right: 28px;
  top: 24px;
  background: #e3faf2;
  color: #0eb47d;
  border-radius: 18px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}
.tool-panel {
  background: var(--fit-blue-dark);
  border-radius: 32px;
  padding: 3.667%;
  display: grid;
  grid-template-columns: minmax(0, 390fr) minmax(0, 694fr);
  gap: 2.333%;
  color: #fff;
  margin-top: 36px;
}
.tool-copy h3 { margin: 0 0 12px; font-size: clamp(20px, 1.806vw, 26px); line-height: 1.46; }
.tool-copy > p { margin: 0; color: #c7dbff; font-size: 14px; }
.tool-list { display: grid; gap: 12px; margin: 18px 0; }
.tool-item {
  background: rgba(8,71,184,.75);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.tool-item img { width: 28px; height: 28px; flex-shrink: 0; }
.tool-item span { display: flex; flex-direction: column; font-size: 14px; line-height: 1.5; }
.dash {
  display: grid;
  grid-template-columns: 18.444% minmax(0, 1fr);
  background: #f7faff;
  border-radius: 24px;
  min-height: 0;
  overflow: hidden;
  color: var(--text-primary);
}
.dash-side {
  background: #0037bb;
  padding: 24px 16px 24px 24px;
}
.dash-brand {
  margin: 0 0 26px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.dash-side nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #d1e0ff;
  line-height: 24px;
}
.dash-side nav .is-on { color: #fff; font-weight: 700; }
.dash-main { padding: 34px 32px 24px 34px; }
.dash-main h3 { margin: 0 0 6px; font-size: clamp(18px, 1.528vw, 22px); }
.dash-main > p { margin: 0; color: var(--text-secondary); font-size: 12px; }
.kpi-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 20px 0; }
.kpi {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kpi strong { font-size: clamp(18px, 1.389vw, 22px); }
.dash-chart {
  background: #fff;
  border-radius: 20px;
  padding: 18px 20px 16px;
}
.dash-chart p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
}
.dash-chart img { width: 100%; height: auto; display: block; }
.outcomes-band { background: var(--fit-blue-dark); color: #fff; }
.outcomes-band .eyebrow { color: #73b2ff; }
.outcomes-band .section-title { color: #fff; }
.outcomes-band .section-desc { color: #c7dbff; }
.outcomes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
.outcome {
  background: rgba(8,71,184,.7);
  border-radius: 24px;
  padding: 7.292%;
  color: #d9e8ff;
  text-align: left;
}
.outcome img { width: 44px; height: 44px; margin-bottom: 20px; }
.outcome h3 { color: #fff; font-size: clamp(18px, 1.597vw, 23px); margin: 0 0 8px; }
.outcome p { margin: 0; font-size: 15px; line-height: 1.73; }
.final-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--shadow-card);
  padding: 48px 24px 40px;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.final-card h2 { font-size: clamp(24px, 2.361vw, 34px); margin: 0 0 12px; word-break: keep-all; }

/* Business */
.hero-business {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1440 / 850;
  min-height: 0;
  display: block;
  padding: 0;
}
.hero-business-copy {
  position: relative;
  z-index: 2;
  width: 43.82%;
  max-width: none;
  margin-left: var(--gutter);
  padding: 12.94% 0 0 0;
}
.hero-business .eyebrow { color: #096bff; font-size: 15px; font-weight: 700; margin: 0 0 8px; }
.hero-business .sub { font-size: clamp(22px, 2.292vw, 33px); margin: 0 0 20px; font-weight: 700; color: #0b1838; word-break: keep-all; }
.hero-business h1 {
  font-size: clamp(28px, 3.611vw, 52px);
  line-height: 1.44;
  color: #004aff;
  margin: 0 0 20px;
  word-break: keep-all;
}
.hero-business .lead { color: #66758f; font-size: clamp(16px, 1.667vw, 24px); margin: 0; }
.hero-business .hero-actions { margin-top: 28px; }
.hero-business-visual {
  position: absolute;
  inset: 0;
  min-height: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-glow-biz {
  position: absolute;
  left: 67.36%;
  top: -20%;
  width: 43.06%;
  max-width: none;
  pointer-events: none;
}
.hero-dash {
  position: absolute;
  left: 49.24%;
  top: 33.18%;
  width: 50.42%;
  margin-top: 0;
  border-radius: 16px;
}
.hero-product {
  position: absolute;
  left: 36.46%;
  top: 54%;
  width: 22.92%;
  max-width: none;
  z-index: 2;
  border-radius: 16px;
}
.biz-fullbleed {
  overflow: hidden;
  max-width: var(--frame-w);
  margin-left: auto;
  margin-right: auto;
}
.biz-fullbleed img { width: 100%; height: auto; display: block; }
.creator-network {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, #f8fbff 0%, #fff 64%, #eef5ff 100%);
}
.network-glow {
  position: absolute;
  left: -15.3%;
  top: 18.75%;
  width: 36.1%;
  pointer-events: none;
}
.network-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 24px;
  align-items: start;
}
.network-benefits { display: flex; gap: 10px; }
.net-card {
  width: 140px;
  min-height: 170px;
  border-radius: 20px;
  border: 1px solid #dce8fa;
  background: #fff;
  padding: 16px 17px;
}
.net-card h3 { margin: 8px 0 6px; font-size: 16px; }
.net-card p { margin: 0; font-size: 12px; color: #66758f; }
.net-card.accent { background: #0a65e8; color: #fff; border: 0; }
.net-card.accent p { color: #cbe0ff; }
.net-card .n { color: #096bff; font-weight: 700; font-size: 13px; margin: 0; }
.net-card.accent .n { color: #19c99a; }
.sns-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1.25%;
  margin-top: 48px;
  align-items: start;
  padding-bottom: 40px;
}
.sns-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(24,63,121,.15);
  padding: 7px 7px 14px;
  overflow: hidden;
}
.sns-card.s1 { margin-top: 18px; }
.sns-card.s2 { margin-top: 58px; }
.sns-card.s3 { margin-top: 0; }
.sns-card.s4 { margin-top: 40px; }
.sns-card.s5 { margin-top: 0; }
.sns-card.s6 { margin-top: 58px; }
.sns-card.s7 { margin-top: 18px; }
.sns-card > img {
  width: 100%;
  aspect-ratio: 156 / 434;
  object-fit: cover;
  border-radius: 18px;
}
.sns-meta { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding: 0 6px; }
.sns-meta > img { width: 28px; height: 28px; flex-shrink: 0; }
.sns-card small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #096bff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sns-card small.mint { color: #19c99a; }
.sns-card small.purple { color: #7a63ff; }
.sns-card small.pink { color: #f06da7; }
.sns-card small.orange { color: #ff9b3d; }
.sns-card span { display: block; font-size: 11px; color: #66758f; }
.dark-banner {
  margin-top: 12px;
  background: #071a45;
  color: #fff;
  border-radius: 24px;
  min-height: 78px;
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.dark-banner p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.dark-banner i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #116bff;
  flex-shrink: 0;
}
.dark-banner span { color: #afc5e8; font-size: 14px; }

.settle { background: #f4f8ff; }
.settle-grid {
  display: grid;
  grid-template-columns: minmax(0, 520fr) minmax(0, 620fr);
  gap: 6.9%;
  align-items: start;
}
.settle-copy { position: relative; }
.settle-lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}
.settle-lead .section-desc { margin-top: 0; flex: 1; min-width: 0; }
.prepay-no {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 134px;
  height: 42px;
  background: #ffe8e4;
  color: #e94f37;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(215,68,47,.16);
}
.cost-list { display: grid; gap: 18px; margin-top: 56px; }
.cost-row {
  background: #fff;
  border: 1px solid #dce8fa;
  border-radius: 18px;
  min-height: 74px;
  padding: 18px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #66758f;
}
.cost-row strong { color: #096bff; font-size: 20px; }
.cost-row strong.mint { color: #19c99a; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.ad-card {
  background: #0b1838;
  border-radius: 28px;
  overflow: hidden;
  color: #fff;
  position: relative;
  aspect-ratio: 620 / 330;
}
.ad-card img { width: 100%; height: 100%; object-fit: cover; }
.ad-scrim {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54.5%;
  object-fit: cover;
  pointer-events: none;
}
.ad-warn {
  position: absolute;
  left: 24px;
  top: 22px;
  background: #ffe8e3;
  color: #e8402e;
  border-radius: 21px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
}
.ad-card .overlay { position: absolute; left: 28px; right: 28px; bottom: 22px; }
.ad-card .overlay p { margin: 0 0 8px; font-size: 13px; text-align: right; }
.ad-card .overlay h3 { margin: 0; font-size: clamp(20px, 1.736vw, 25px); }
.rule-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 14px 30px rgba(33,77,136,.1);
  margin-top: 28px;
  min-height: 236px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.rule-left .chip { margin-bottom: 18px; }
.rule-left p { margin: 0; font-size: 18px; font-weight: 700; color: #0b1838; }
.rule-left h3 { font-size: 42px; color: #096bff; margin: 8px 0 0; }
.rule-right {
  border-left: 1px solid #dce8fa;
  padding-left: 28px;
}
.rule-check {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5faf3;
  color: #19c99a;
  font-size: 22px;
  font-weight: 700;
}
.rule-right strong { display: block; margin: 12px 0 8px; font-size: 25px; color: #0b1838; }
.rule-right p { margin: 0; color: #66758f; font-size: 14px; }
.auto-system {
  position: relative;
  overflow: hidden;
  background: linear-gradient(99deg, #fafcff 0%, #ebf5ff 100%);
}
.auto-glow {
  position: absolute;
  right: -4%;
  top: -23%;
  width: 36.1%;
  pointer-events: none;
}
.auto-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.auto-intro .section-title em { font-style: normal; color: #004aff; }
.auto-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 42px;
  background: #096bff;
  color: #fff;
  border-radius: 21px;
  font-size: 14px;
  font-weight: 700;
}
.auto-grid { display: grid; grid-template-columns: minmax(0, 640fr) minmax(0, 580fr); gap: 3%; margin-top: 40px; }
.auto-dash { background: #fff; border-radius: 26px; box-shadow: 0 18px 38px rgba(33,77,136,.13); overflow: hidden; padding-bottom: 14px; }
.auto-dash-top {
  background: #f4f7fb;
  padding: 14px 18px;
  color: #66758f;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.auto-dash-top i { width: 9px; height: 9px; border-radius: 50%; background: #d8dee8; }
.auto-dash-top i:nth-child(1) { background: #ff6b6b; }
.auto-dash-top i:nth-child(2) { background: #ffd36b; }
.auto-dash-top i:nth-child(3) { background: #4cd964; }
.auto-dash img { width: calc(100% - 28px); margin: 14px 14px 0; border-radius: 16px; }
.auto-status {
  margin: 12px 14px 0;
  background: #e8f2ff;
  color: #096bff;
  border-radius: 14px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
}
.auto-steps { background: #fff; border-radius: 30px; box-shadow: 0 16px 34px rgba(33,77,136,.11); overflow: hidden; }
.auto-head { background: #0b1838; color: #fff; padding: 25px 28px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.auto-head strong { font-size: 16px; }
.auto-step { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 14px 28px; }
.step-no { width: 44px; height: 44px; border-radius: 14px; background: #e8f2ff; color: #096bff; display: grid; place-items: center; font-weight: 700; }
.step-no.last { background: #096bff; color: #fff; }
.auto-step h4 { margin: 0; font-size: 17px; }
.auto-step .last + div h4,
.auto-step:last-child h4 { color: #096bff; }
.auto-step p { margin: 4px 0 0; color: #66758f; font-size: 13px; }
.ship-banner { margin-top: 36px; min-height: 88px; }
.ship-copy { display: flex; align-items: center; gap: 16px; }
.ship-copy span:not(.rule-check) { color: #afc5e8; font-size: 14px; }
.ship-copy p { margin: 0; font-size: 22px; font-weight: 700; }
.no-extra {
  background: #123978;
  color: #bfd5f6;
  border-radius: 21px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
}

.channels .section-title { font-size: clamp(28px, 2.639vw, 38px); }
.channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.5%; margin-top: 56px; }
.channel {
  background: #f7f9fd;
  border: 1px solid #dce8fa;
  border-radius: 26px;
  padding: 25px 23px;
  min-height: 310px;
  text-align: left;
}
.channel.accent { background: #0a5fe0; color: #fff; border: 0; }
.badge-num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #e7f1ff;
  color: #096bff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
}
.channel.accent .badge-num { background: #fff; color: #096bff; }
.channel h3 { font-size: 21px; margin: 26px 0 8px; }
.channel .hl { color: #096bff; font-weight: 700; font-size: 16px; margin: 0 0 8px; }
.channel p { margin: 0; font-size: 14px; color: #66758f; }
.channel.accent .hl { color: #d1e3ff; }
.channel.accent p { color: #c3d8f8; }
.ch-arrow { display: block; margin-top: 28px; color: #096bff; font-size: 24px; font-weight: 700; }
.channel.accent .ch-arrow { color: #19c99a; }
.final-card .cta-actions { justify-content: center; margin-top: 22px; }

.page-placeholder {
  min-height: calc(100vh - 448px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 24px;
}

.contact-wrap { max-width: 640px; margin: 40px auto 80px; }
.contact-wrap input,
.contact-wrap textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 14px;
  font-size: 15px;
}
.contact-wrap textarea { min-height: 160px; resize: vertical; }
.form-msg { display: none; margin: 12px 0; }
.form-msg.is-on { display: block; }
.form-ok { color: #0eb47d; }
.form-err { color: #e94f37; }

@media (max-width: 1280px) {
  :root { --gutter: 40px; }
  .hero-company { padding: 72px 48px; }
  .hero-copy h1 { font-size: 48px; line-height: 60px; }
  .hero-visual { width: min(420px, 100%); min-height: 560px; flex: 0 1 420px; }
  .sns-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cta-visual { width: min(320px, 100%); }
  .sol-cards { grid-template-columns: 1fr; background: transparent; }
  .sol-card { width: min(588px, 100%); margin: 0 auto; overflow: hidden; }
}

@media (max-width: 1100px) {
  :root { --gutter: 20px; }
  .hero-company,
  .hero-fitness,
  .hero-business,
  .cta-band,
  .revenue {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 56px var(--gutter);
    gap: 28px;
  }
  .hero-fitness,
  .hero-business {
    display: flex;
    flex-direction: column;
  }
  .hero-fitness-inner,
  .revenue-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-copy { max-width: none; flex: none; }
  .hero-copy h1,
  .hero-fitness h1,
  .hero-business h1 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.25;
  }
  .section { padding: 64px 0; }
  .section-title,
  .final-card h2,
  .cta-band h2,
  .revenue h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .sol-cards,
  .card-grid-3,
  .member-flow,
  .team-grid,
  .news-grid,
  .two-col,
  .auto-grid,
  .channel-grid,
  .outcomes,
  .tool-panel,
  .network-head,
  .settle-grid,
  .rule-card { grid-template-columns: 1fr; }
  .dash { grid-template-columns: 1fr; }
  .dash-side {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
  }
  .dash-brand { margin: 0; }
  .dash-side nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .dash-main { padding: 24px 20px; }
  .sns-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .hero-visual {
    width: min(400px, 100%);
    min-height: 0;
    margin: 0 auto;
    flex: none;
  }
  .hero-glow {
    position: relative;
    left: auto;
    top: auto;
    width: min(360px, 100%);
    height: auto;
    margin: 0 auto;
  }
  .hero-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin: -72px auto 0;
    padding: 24px 18px;
  }
  .hero-card-head strong { font-size: 18px; line-height: 1.35; }
  .flow-row { min-height: 48px; font-size: 14px; padding: 10px 14px; }
  .hero-badge {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: fit-content;
    margin: 16px auto 0;
  }
  .hero-phones {
    width: min(400px, 100%);
    margin: 0 auto;
  }
  .member-benefits { padding: 64px 0; }
  .member-glow-l,
  .member-glow-r { display: none; }
  .member-head { flex-direction: column; }
  .member-cash { width: auto; max-width: none; margin-top: 0; }
  .member-flow {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    justify-items: center;
    gap: 40px;
    margin-top: 32px;
  }
  .member-flow > article:nth-of-type(1),
  .member-flow > article:nth-of-type(2),
  .member-flow > article:nth-of-type(3) {
    grid-area: auto;
    width: min(260px, 100%);
  }
  .member-flow .is-mid .member-visual { transform: none; }
  .member-connector { display: none; }
  .phone-frame { max-width: 260px; margin-inline: auto; }
  .revenue-phone { width: min(320px, 100%); margin: 0 auto; }
  .revenue-glow,
  .revenue-won { display: none; }
  .revenue-visual { padding-top: 0; }
  .revenue-tickers {
    position: static;
    align-items: center;
    margin-bottom: 16px;
  }
  .revenue-tickers p:nth-child(2),
  .revenue-tickers p:nth-child(3) { margin-right: 0; }
  .flow-arrow { display: none; }
  .hero-business {
    aspect-ratio: auto;
    min-height: 0;
  }
  .hero-business-copy { max-width: none; width: auto; padding: 0; }
  .hero-business-visual { position: relative; inset: auto; min-height: 0; }
  .hero-dash { position: relative; left: auto; top: auto; width: 100%; margin-top: 0; }
  .hero-glow-biz,
  .hero-product,
  .network-glow,
  .auto-glow { display: none; }
  .hero-business .sub { font-size: 22px; }
  .auto-head { flex-wrap: wrap; gap: 12px; }
  .auto-intro { flex-direction: column; }
  .ad-card { aspect-ratio: 16 / 10; }
  .ad-card .overlay { left: 16px; right: 16px; bottom: 16px; }
  .ad-card .overlay h3 { font-size: 22px; }
  .settle-lead { flex-direction: column; align-items: flex-start; }
  .prepay-no { margin: 0; }
  .cost-list { margin-top: 20px; }
  .rule-right { border-left: 0; padding-left: 0; border-top: 1px solid #dce8fa; padding-top: 20px; }
  .ship-banner { flex-wrap: wrap; }
  .no-extra { width: 100%; text-align: center; }
  .sns-card.s1,
  .sns-card.s2,
  .sns-card.s3,
  .sns-card.s4,
  .sns-card.s5,
  .sns-card.s6,
  .sns-card.s7 { margin-top: 0; }

  .eco-triangle {
    aspect-ratio: auto;
    height: auto;
    display: grid;
    gap: 16px;
  }
  .eco-arrow,
  .eco-photo { display: none; }
  .eco-node {
    position: static;
    width: 100%;
    height: auto;
    padding: 24px 20px;
  }
  .eco-node h3 { font-size: 22px; }
  .eco-node p { font-size: 14px; }
  .eco-imin img { width: 140px; }

  .sol-cards { grid-template-columns: 1fr; background: transparent; }
  .sol-card { width: min(588px, 100%); margin: 0 auto; overflow: hidden; }

  .timeline-frame {
    container-type: inline-size;
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    position: relative;
  }
  .timeline {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 16px;
    row-gap: 18px;
    padding: 8px 0 8px 8px;
  }
  .hist-connectors,
  .hist-photo { display: none; }
  .tl-line {
    position: absolute;
    left: 34px;
    top: 8px;
    bottom: 8px;
    height: auto;
    transform: none;
  }
  .tl-item,
  .tl-item.is-left,
  .tl-item.is-right,
  .t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10, .t11 {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 2;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: left;
    padding: 0;
  }
  .tl-item time { font-size: 14px; }
  .tl-item h4 { font-size: 18px; margin: 4px 0; }
  .tl-item p { font-size: 13px; }
  .tl-icon,
  .i1, .i2, .i3, .i4, .i5, .i6, .i7, .i8, .i9, .i10, .i11 {
    position: relative;
    left: auto;
    top: auto;
    width: 56px;
    height: 56px;
    grid-column: 1;
  }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sns-card:nth-child(odd),
  .sns-card:nth-child(even) { transform: none; }

  .feature-card,
  .feature-card-rev {
    aspect-ratio: auto;
    height: auto;
    padding: 28px 20px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .feature-copy,
  .feature-card-rev .feature-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .feature-copy h3 { font-size: clamp(22px, 6vw, 26px); }
  .feature-card .s1,
  .feature-card .s2,
  .feature-card-rev .s1,
  .feature-card-rev .s2 {
    position: relative;
    left: auto;
    top: auto;
    width: min(180px, 46%);
    height: auto;
  }
  .feature-card .s1,
  .feature-card-rev .s1 { aspect-ratio: 250 / 432; }
  .feature-card .s2,
  .feature-card-rev .s2 { aspect-ratio: 286 / 380; }

  .cta-visual { width: min(280px, 100%); }
  .news-head { flex-direction: column; align-items: flex-start; }
  .imin-footer-top,
  .imin-footer-cols { display: grid; gap: 28px; }
  .revenue-rate { flex-direction: column; align-items: flex-start; gap: 16px; }
  .flow-3 { grid-template-columns: 1fr; gap: 12px; }
  .summary-bar { flex-direction: column; padding: 18px 20px; }
  .dark-banner { flex-direction: column; }
  .network-benefits { flex-wrap: wrap; justify-content: flex-start; }
  .member-head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 820px) {
  .imin-header { padding: 0 16px; }
  .imin-logo-mark { width: 44px; height: 45px; }
  .imin-logo-text { width: 88px; height: 34px; }
  .imin-container { width: min(1200px, calc(100% - 32px)); }
  .imin-nav-toggle { display: flex; }
  .imin-nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 28px;
    box-shadow: var(--shadow-card);
  }
  .imin-nav.is-open { display: flex; }
  .sns-card > img { aspect-ratio: 156 / 280; }
}

@media (max-width: 520px) {
  .hero-actions,
  .cta-actions { width: 100%; }
  .hero-actions .imin-btn,
  .cta-actions .imin-btn { width: 100%; }
  .feature-shots { flex-direction: column; align-items: center; }
  .feature-shots img { width: min(260px, 100%); }
  .sns-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .biz-step { width: calc(50% - 8px); }
  .team-grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
  .team-photo { aspect-ratio: 286 / 264; height: auto; }
}
