@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

:root {
  --bg: #fbf8ff;
  --ink: #171720;
  --muted: #69647a;
  --container: 1320px;
  --wide: 1500px;
  --line: rgba(124, 85, 246, 0.14);
  --line-strong: rgba(124, 85, 246, 0.22);
  --panel: rgba(255, 255, 255, 0.78);
  --violet: #8057f6;
  --violet-deep: #5d36df;
  --lavender: #f3edff;
  --mint: #93dfc5;
  --sun: #ffc85b;
  --rose: #ff93ad;
  --shadow: 0 24px 70px rgba(58, 38, 105, 0.14);
  --soft-shadow: 0 16px 44px rgba(58, 38, 105, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  padding-top: 0;
  overflow-x: hidden;
  background: #fbf8ff;
  color: var(--ink);
  font-family: "Pretendard", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  word-break: keep-all;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100% - 60px));
  min-height: 50px;
  padding: 5px 10px 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 10px rgba(132, 102, 236, 0.04),
    0 13px 32px rgba(95, 72, 160, 0.1);
  backdrop-filter: blur(22px) saturate(1.38);
  -webkit-backdrop-filter: blur(22px) saturate(1.38);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
  color: #171720;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.12) 64%),
    rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -1px 8px rgba(124, 85, 246, 0.05),
    0 7px 17px rgba(124, 85, 246, 0.1);
  backdrop-filter: blur(16px) saturate(1.35);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
}

.brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 3px 7px rgba(105, 72, 214, 0.18));
}

.site-header nav {
  display: flex;
  gap: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0;
  border-radius: 999px;
  color: #656077;
  font-size: 13px;
  font-weight: 850;
}

.site-header nav a:hover {
  background: transparent;
  color: var(--violet-deep);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  color: #635d74;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 9px 20px rgba(58, 38, 105, 0.065);
  backdrop-filter: blur(12px) saturate(1.25);
  -webkit-backdrop-filter: blur(12px) saturate(1.25);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #875eff, #653fe4);
  color: #fff;
  font-size: 13px;
  font-weight: 930;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(104, 70, 220, 0.26);
}

.header-actions span {
  color: #777188;
  font-size: 13px;
  font-weight: 760;
}

.hero {
  position: relative;
  display: grid;
  width: 100%;
  height: clamp(680px, calc(100vw * 834 / 1983), 1080px);
  min-height: 680px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  isolation: isolate;
  background:
    radial-gradient(circle at 80% 18%, rgba(124, 85, 246, 0.12), transparent 28%),
    radial-gradient(circle at 18% 88%, rgba(255, 255, 255, 0.92), transparent 31%),
    linear-gradient(90deg, #fbf9ff 0%, #f5efff 100%);
}

.hero::before {
  display: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(600px, calc(100% - 52px));
  padding-top: clamp(132px, 16vh, 176px);
  margin-left: clamp(56px, 6vw, 94px);
}

.eyebrow {
  margin-bottom: 19px;
  color: var(--violet-deep);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.pill {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 13px;
  border: 1px solid rgba(124, 85, 246, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(91, 64, 169, 0.08);
}

h1 {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: clamp(46px, 4.3vw, 63px);
  line-height: 1.07;
  font-weight: 950;
}

h1 span {
  background: linear-gradient(135deg, #7c55f6 0%, #5d35df 54%, #9b7cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 500px;
  margin-bottom: 0;
  color: #20212a;
  font-size: clamp(20px, 1.72vw, 25px);
  line-height: 1.42;
  font-weight: 900;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 28px;
}

.button,
.contact-card .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 930;
}

.button {
  padding: 0 19px;
}

.button.primary,
.contact-card .button {
  border: 0;
  background: linear-gradient(135deg, #855eff, #633de4);
  color: #fff;
  box-shadow: 0 16px 32px rgba(99, 61, 228, 0.28);
}

.button.primary {
  min-width: 145px;
  min-height: 48px;
  font-weight: 910;
}

.button-mark {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.19);
  font-size: 13px;
  line-height: 1;
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.hero-points {
  position: absolute;
  z-index: 2;
  left: clamp(58px, 6.65vw, 98px);
  bottom: clamp(118px, 11.8vw, 176px);
  margin-top: 0;
}

.hero-points span,
.solution-captions span,
.feature-card span,
.problem-story span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(239, 232, 255, 0.88);
  color: var(--violet-deep);
  font-size: 13px;
  font-weight: 950;
}

.hero-points span {
  border: 1px solid rgba(124, 85, 246, 0.12);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 9px 22px rgba(82, 57, 150, 0.08);
  backdrop-filter: blur(16px);
}

.section-anchor {
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.problem-section,
.solution-section,
.feature-section,
.workflow-section,
.app-section,
.contact-section,
.site-footer {
  position: relative;
  padding: 112px max(24px, calc((100% - var(--container)) / 2));
}

.problem-section {
  border-top: 1px solid rgba(124, 85, 246, 0.1);
  border-bottom: 1px solid rgba(124, 85, 246, 0.1);
  background:
    linear-gradient(180deg, rgba(251, 248, 255, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 12% 28%, rgba(147, 223, 197, 0.15), transparent 20%);
}

.section-head {
  max-width: 900px;
  margin-bottom: 42px;
}

.section-head.centered {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head h2,
.feature-copy h2,
.workflow-card h2,
.contact-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1.08;
  font-weight: 950;
}

.section-head p:not(.eyebrow),
.feature-copy p,
.contact-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 720;
}

.problem-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 24px;
}

.problem-main,
.problem-side article {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.problem-main {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.problem-main img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.problem-main div,
.problem-side article div {
  padding: 24px;
}

.problem-side {
  display: grid;
  gap: 24px;
}

.problem-side article {
  display: grid;
  grid-template-columns: minmax(220px, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
}

.problem-side img {
  width: 100%;
  height: 100%;
  min-height: 292px;
  object-fit: cover;
  object-position: center;
}

h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 930;
}

.problem-story h3,
.solution-captions h3,
.feature-card h3 {
  margin-top: 14px;
}

.problem-story p,
.feature-card p,
.workflow-list p,
.shot-grid figcaption {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 680;
}

.solution-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 200, 91, 0.14), transparent 22%),
    radial-gradient(circle at 90% 16%, rgba(147, 223, 197, 0.15), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

.solution-visual {
  width: min(1460px, calc(100vw - 48px));
  margin: 0 auto;
}

.solution-visual img {
  width: 100%;
  border: 1px solid rgba(124, 85, 246, 0.14);
  border-radius: 46px;
  background: #fff;
  box-shadow: 0 34px 94px rgba(91, 64, 169, 0.15);
}

.solution-captions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(1220px, 100%);
  margin: 28px auto 0;
}

.solution-captions article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 44px rgba(58, 38, 105, 0.08);
}

.solution-mobile-art {
  display: none;
}

.feature-section {
  display: block;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 248, 255, 0.94)),
    radial-gradient(circle at 14% 14%, rgba(147, 223, 197, 0.12), transparent 24%);
}

.feature-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.feature-card {
  min-width: 0;
  min-height: 390px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(249, 244, 255, 0.78)),
    radial-gradient(circle at 84% 18%, rgba(124, 85, 246, 0.12), transparent 28%);
  box-shadow: var(--soft-shadow);
}

.feature-card img {
  width: 100%;
  height: 230px;
  margin-top: 22px;
  border: 1px solid rgba(124, 85, 246, 0.12);
  border-radius: 18px;
  background: #fff;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 16px 32px rgba(58, 38, 105, 0.1);
}

.feature-card.delay span {
  background: #fff0c8;
  color: #8a5c00;
}

.feature-card.ready span {
  background: #dff9ef;
  color: #19795f;
}

.feature-card.table span {
  background: #ffe3ec;
  color: #a33c59;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.solution-cards article {
  min-width: 0;
  padding: 14px 14px 26px;
  border: 1px solid rgba(124, 85, 246, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
}

.solution-cards img {
  width: 100%;
  margin-bottom: 22px;
  border: 1px solid rgba(124, 85, 246, 0.12);
  border-radius: 26px;
  background: #fff;
}

.solution-cards span,
.solution-cards h3,
.solution-cards p {
  margin-right: 10px;
  margin-left: 10px;
}

.solution-cards span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(239, 232, 255, 0.88);
  color: var(--violet-deep);
  font-size: 13px;
  font-weight: 950;
}

.solution-cards p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 680;
}

.workflow-section {
  background:
    linear-gradient(180deg, #fbf8ff, #fff),
    radial-gradient(circle at 80% 20%, rgba(124, 85, 246, 0.14), transparent 24%);
}

.workflow-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(124, 85, 246, 0.12);
  border-radius: 24px;
  background: #fff;
}

.workflow-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--violet);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.workflow-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 930;
}

.app-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 85, 246, 0.24), transparent 34%),
    linear-gradient(180deg, #15172a, #090f22);
  color: #fff;
}

.app-section .section-head {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.app-section .eyebrow {
  color: #c9bcff;
}

.app-section .section-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.shot-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(560px, 1.5fr) minmax(240px, 0.7fr);
  gap: 20px;
  align-items: start;
}

.shot-grid figure {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.shot-grid img {
  width: 100%;
  border-radius: 16px;
  background: #fff;
}

.shot-grid figcaption {
  padding: 10px 4px 0;
  color: rgba(255, 255, 255, 0.66);
}

.wide-shot {
  grid-row: span 2;
}

.contact-section {
  display: grid;
  gap: 30px;
  justify-items: center;
  padding-bottom: 124px;
  background:
    radial-gradient(circle at 74% 18%, rgba(124, 85, 246, 0.12), transparent 24%),
    linear-gradient(180deg, #fff, #fbf7ff);
  text-align: center;
}

.contact-copy {
  max-width: 720px;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto 170px;
  gap: 18px;
  align-items: center;
  width: min(860px, 100%);
  min-height: 140px;
  overflow: hidden;
  padding: 28px 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 245, 255, 0.84)),
    radial-gradient(circle at 96% 18%, rgba(124, 85, 246, 0.16), transparent 28%);
  box-shadow: var(--shadow);
  text-align: left;
}

.mail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(239, 232, 255, 0.95);
  color: var(--violet-deep);
  font-size: 13px;
  font-weight: 950;
}

.contact-card strong,
.contact-card a:not(.button) {
  display: block;
}

.contact-card strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 930;
}

.contact-card a:not(.button) {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.contact-card img {
  align-self: end;
  width: 170px;
  height: 130px;
  object-fit: cover;
  object-position: 45% 63%;
  border-radius: 22px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid rgba(124, 85, 246, 0.12);
  background: #fff;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 850;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
}

.problem-section,
.feature-section,
.solution-section,
.contact-section {
  overflow: hidden;
  padding: 104px max(54px, calc((100% - var(--container)) / 2));
  background:
    radial-gradient(circle at 86% 8%, rgba(124, 85, 246, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

.problem-section {
  padding-top: 98px;
  padding-bottom: 72px;
  border: 0;
}

.problem-section .section-head,
.feature-section .section-head,
.solution-section .section-head {
  max-width: 820px;
  margin-bottom: 44px;
}

.problem-section .section-head h2,
.feature-section .section-head h2,
.solution-section .section-head h2 {
  margin-bottom: 14px;
  font-size: clamp(36px, 3.6vw, 54px);
  line-height: 1.12;
  font-weight: 950;
}

.problem-section .section-head p:not(.eyebrow),
.feature-section .section-head p:not(.eyebrow),
.solution-section .section-head p:not(.eyebrow) {
  max-width: 660px;
  color: #706a84;
  font-size: 17px;
  font-weight: 720;
}

.problem-grid,
.solution-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.problem-card,
.solution-cards article,
.feature-card {
  overflow: hidden;
  border: 1px solid rgba(124, 85, 246, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 248, 255, 0.75));
  box-shadow: 0 18px 46px rgba(58, 38, 105, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.problem-card img,
.solution-cards img {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 24px 24px 18px 18px;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(248, 243, 255, 0.36));
}

.problem-card div,
.solution-copy {
  padding: 24px 28px 30px;
}

.problem-card h3,
.solution-cards h3 {
  margin: 4px 0 10px;
  color: #171720;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 950;
}

.problem-card p,
.solution-cards p {
  margin-bottom: 0;
  color: #6d667e;
  font-size: 15px;
  font-weight: 700;
}

.feature-section {
  padding-top: 90px;
  background:
    radial-gradient(circle at 18% 18%, rgba(147, 223, 197, 0.09), transparent 22%),
    linear-gradient(180deg, #fbf8ff 0%, #fff 46%, #fbf8ff 100%);
}

.feature-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: -16px 0 42px;
}

.feature-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(124, 85, 246, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #6a5f83;
  font-size: 15px;
  font-weight: 930;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 24px rgba(58, 38, 105, 0.055);
}

.feature-tabs a:nth-child(2) {
  color: #d68b00;
}

.feature-tabs a:nth-child(3) {
  color: #22956f;
}

.feature-tabs a:nth-child(4) {
  color: #6d4ce9;
}

.feature-tabs a.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #845cff, #673ee6);
  color: #fff;
  box-shadow: 0 14px 30px rgba(104, 70, 220, 0.2);
}

.feature-board {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.feature-card {
  min-height: 0;
  padding: 20px 16px 16px;
}

.feature-card span {
  min-height: 30px;
  padding: 0 11px;
  font-size: 13px;
}

.feature-card h3 {
  margin: 12px 0 8px;
  font-size: 18px;
}

.feature-card p {
  min-height: 48px;
  color: #6e687f;
  font-size: 13px;
  font-weight: 700;
}

.feature-card img {
  height: clamp(318px, 22vw, 368px);
  margin-top: 18px;
  border-radius: 22px;
  object-fit: contain;
  object-position: top center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 244, 255, 0.72));
  box-shadow: inset 0 0 0 1px rgba(124, 85, 246, 0.06);
}

.feature-card.settings span {
  background: #f1edff;
  color: #5d36df;
}

.solution-section {
  padding-top: 72px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 200, 91, 0.11), transparent 22%),
    radial-gradient(circle at 12% 8%, rgba(124, 85, 246, 0.09), transparent 24%),
    linear-gradient(180deg, #fff, #fbf8ff);
}

.solution-cards article {
  padding: 0;
}

.solution-cards img {
  display: block;
  margin-bottom: 0;
  border: 0;
}

.solution-cards span {
  min-height: 32px;
  padding: 0 12px;
  color: var(--violet-deep);
  background: rgba(239, 232, 255, 0.95);
}

.solution-copy span,
.solution-copy h3,
.solution-copy p {
  margin-right: 0;
  margin-left: 0;
}

.contact-section {
  padding-top: 88px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 24% 18%, rgba(124, 85, 246, 0.1), transparent 24%),
    radial-gradient(circle at 86% 42%, rgba(147, 223, 197, 0.09), transparent 22%),
    linear-gradient(180deg, #fbf8ff 0%, #fff 52%, #fbf7ff 100%);
}

.contact-card {
  grid-template-columns: 184px minmax(0, 1.1fr) minmax(220px, 0.7fr) auto;
  width: min(1120px, 100%);
  min-height: 184px;
  gap: 26px;
  padding: 28px 34px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(250, 245, 255, 0.68)),
    radial-gradient(circle at 4% 0%, rgba(124, 85, 246, 0.16), transparent 28%);
}

.contact-card img {
  width: 178px;
  height: 154px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: drop-shadow(0 20px 26px rgba(112, 72, 210, 0.16));
}

.contact-card h3 {
  margin: 0;
  color: #171720;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.2;
  font-weight: 950;
}

.contact-card p {
  margin-bottom: 8px;
  color: #6e687f;
  font-size: 14px;
  font-weight: 850;
}

.contact-mail {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
}

.contact-mail .mail-icon {
  grid-row: span 2;
}

.contact-mail strong,
.contact-mail a:not(.button) {
  display: block;
}

@media (min-width: 1180px) and (min-aspect-ratio: 2 / 1) {
  .hero {
    min-height: 700px;
  }

  .hero-copy {
    padding-top: clamp(126px, 18vh, 164px);
    margin-left: clamp(60px, 5vw, 94px);
  }

  .hero-points {
    left: clamp(60px, 5vw, 94px);
    bottom: clamp(118px, 12vh, 164px);
  }
}

@media (min-width: 1180px) and (min-aspect-ratio: 2 / 1) and (max-height: 820px) {
  .hero {
    height: 100vh;
    height: 100svh;
    min-height: 700px;
  }
}

@media (max-width: 1120px) {
  .hero {
    width: 100%;
    height: clamp(700px, 100svh, 860px);
    min-height: 700px;
    padding: 0;
  }

  .hero-copy {
    width: min(460px, calc(100% - 48px));
    margin-left: clamp(34px, 5.4vw, 58px);
    padding-top: clamp(122px, 18vh, 164px);
  }

  .hero-points {
    left: clamp(34px, 5.4vw, 58px);
    bottom: clamp(84px, 18vh, 145px);
  }

  .problem-story,
  .workflow-card,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .feature-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-grid,
  .solution-cards {
    grid-template-columns: 1fr;
  }

  .problem-main img {
    min-height: auto;
    aspect-ratio: 16 / 11;
  }

  .shot-grid {
    grid-template-columns: 1fr;
  }

  .wide-shot {
    grid-row: auto;
  }
}

@media (max-width: 880px) {
  .site-header {
    justify-content: space-between;
    width: min(560px, calc(100% - 28px));
    padding-left: 10px;
  }

  .brand {
    padding-right: 0;
  }

  .site-header nav {
    display: none;
  }

  .header-actions span {
    display: none;
  }

  .hero {
    height: clamp(700px, 100svh, 820px);
    min-height: 700px;
  }

  .hero-scene {
    object-position: 58% center;
  }

  .hero-copy {
    width: min(390px, calc(100% - 34px));
    margin-left: 22px;
    padding-top: 116px;
  }

  .hero-points {
    left: 22px;
    right: 22px;
    bottom: 72px;
  }

  .problem-side article,
  .problem-grid,
  .solution-captions,
  .solution-cards,
  .feature-board,
  .workflow-list,
  .contact-card,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-card {
    text-align: center;
  }

  .mail-icon {
    margin: 0 auto;
  }

  .contact-card .button {
    width: 100%;
  }

  .contact-card img {
    width: 210px;
    height: 150px;
    margin: 0 auto -28px;
  }

  .site-footer,
  .site-footer nav {
    justify-items: center;
    text-align: center;
  }

  .problem-main img,
  .problem-side img {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 680px) {
  body {
    padding-top: 0;
  }

  .site-header {
    top: 12px;
    min-height: 50px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .header-login {
    display: none;
  }

  .brand {
    gap: 8px;
    font-size: 14px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand img {
    width: 28px;
    height: 28px;
  }

  .hero {
    width: 100%;
    height: clamp(680px, 100vh, 760px);
    height: clamp(680px, 100svh, 760px);
    min-height: 680px;
    padding: 0;
  }

  .hero-scene {
    object-position: 18% center;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.82) 52%, rgba(255, 255, 255, 0.22) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(250, 246, 255, 0.32));
  }

  .hero-copy {
    width: min(340px, calc(100% - 28px));
    margin-left: 14px;
    padding-top: 104px;
  }

  h1 {
    font-size: 38px;
  }

  h1 span {
    white-space: normal;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-points {
    left: 14px;
    right: 14px;
    bottom: 38px;
    margin-top: 0;
  }

  .button {
    flex: 1 1 170px;
  }

  .solution-visual img {
    border-radius: 28px;
  }

  .problem-section,
  .solution-section,
  .feature-section,
  .workflow-section,
  .app-section,
  .contact-section,
  .site-footer {
    padding: 72px 14px;
  }

  .section-head h2,
  .workflow-card h2,
  .contact-copy h2 {
    font-size: 34px;
  }

  .section-head p:not(.eyebrow),
  .contact-copy p {
    font-size: 16px;
  }

  .problem-main,
  .problem-side article,
  .feature-card,
  .workflow-card,
  .contact-card {
    border-radius: 24px;
  }

  .workflow-card {
    padding: 22px;
  }
}
