:root {
  --world-bg:#f1effa;
  --world-accent:#9c91e8;
  --world-text:#111218;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Inter",Arial,sans-serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  min-height:100vh;
  margin:0;
  overflow-x:hidden;
  color:var(--world-text);
  background:linear-gradient(180deg,#f8f8f5 0,#f3f4f1 45%,#fff 100%);
  font-family:var(--sans);
}
a { color:inherit; }
.skip-link {
  position:fixed;
  left:12px;
  top:12px;
  z-index:100;
  padding:10px 14px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  transform:translateY(-180%);
}
.skip-link:focus { transform:none; }
.product-header {
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
  padding:22px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.product-header__brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-decoration:none;
}
.product-header nav { display:flex; gap:24px; }
.product-header nav a { color:#555b68; font-size:12px; text-decoration:none; }
.product-header nav a:hover,
.product-header nav a:focus-visible { color:#111218; text-decoration:underline; text-underline-offset:5px; }
.world {
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:16px 0 0;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .45s ease,transform .45s ease;
}
.is-ready .world { opacity:1; transform:none; }
.world__back { color:#5b6170; font-size:12px; text-decoration:none; }
.world__back:hover,
.world__back:focus-visible { color:#111218; text-decoration:underline; text-underline-offset:5px; }
.world__stage {
  min-height:650px;
  margin-top:20px;
  padding:clamp(34px,6vw,86px);
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);
  align-items:center;
  gap:50px;
  border:1px solid rgba(25,30,45,.08);
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.84),color-mix(in srgb,var(--world-bg) 68%,white));
  box-shadow:0 28px 80px rgba(55,62,88,.1);
}
.world__stage::before {
  content:"";
  width:560px;
  height:560px;
  position:absolute;
  right:-150px;
  top:-200px;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--world-accent) 22%,white),transparent 68%);
}
.world__copy { position:relative; z-index:2; }
.world__category,
.section-kicker {
  margin:0 0 24px;
  color:var(--world-accent);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.world h1 {
  max-width:570px;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(54px,7vw,98px);
  font-weight:500;
  line-height:.86;
  letter-spacing:-.04em;
}
.world__tagline {
  max-width:470px;
  margin:28px 0 0;
  font-family:var(--serif);
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
}
.world__description {
  max-width:470px;
  margin:20px 0 0;
  color:#555b68;
  font-size:15px;
  line-height:1.65;
}
.world__meta {
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  align-items:center;
  color:#6d7280;
  font-size:10px;
  letter-spacing:.04em;
}
[data-world-status] { color:var(--status-color,var(--world-accent)); font-weight:800; letter-spacing:.09em; }
.world__action,
.product-final-cta a,
.pricing-grid article > a {
  width:fit-content;
  min-height:48px;
  margin-top:34px;
  padding:0 20px;
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  gap:34px;
  border-radius:999px;
  background:#121a2e;
  color:white;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
}
.world__action:hover,
.world__action:focus-visible,
.product-final-cta a:hover,
.product-final-cta a:focus-visible,
.pricing-grid article > a:hover,
.pricing-grid article > a:focus-visible { background:color-mix(in srgb,var(--world-accent) 70%,#121a2e); }
.world__visual { height:520px; margin:0; position:relative; display:grid; place-items:center; }
.world__visual img { width:100%; height:100%; object-fit:contain; filter:saturate(.92) brightness(1.04); }
.world__visual div {
  width:min(390px,80%);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:radial-gradient(circle,white 0 8%,color-mix(in srgb,var(--world-accent) 28%,white) 32%,transparent 70%);
}
.world__visual b { position:absolute; font-size:58px; color:var(--world-accent); }
.world__visual span { font-family:var(--serif); font-size:160px; color:color-mix(in srgb,var(--world-accent) 55%,white); }
.product-section { padding:clamp(74px,10vw,130px) 0; border-bottom:1px solid rgba(18,26,46,.1); }
.section-heading { max-width:760px; }
.section-heading h2,
.product-problem h2,
.product-final-cta h2 {
  margin:0;
  font-family:var(--serif);
  font-size:clamp(42px,6vw,72px);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.035em;
}
.product-problem { display:grid; grid-template-columns:.55fr 1.45fr; gap:clamp(30px,8vw,100px); }
.product-problem > p { margin-top:8px; }
.product-problem > div > p {
  max-width:760px;
  margin:26px 0 0;
  color:#555b68;
  font-size:18px;
  line-height:1.7;
}
.workflow-list {
  margin:50px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  list-style:none;
  border-top:1px solid rgba(18,26,46,.15);
}
.workflow-list li { min-height:180px; padding:24px 20px 20px 0; border-right:1px solid rgba(18,26,46,.1); }
.workflow-list li:last-child { border-right:0; }
.workflow-list span { color:var(--world-accent); font-size:11px; font-weight:700; letter-spacing:.12em; }
.workflow-list p { margin:48px 0 0; font-size:14px; line-height:1.55; }
.feature-grid {
  margin-top:52px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.feature-grid article {
  min-height:310px;
  padding:32px;
  border:1px solid rgba(18,26,46,.08);
  border-radius:24px;
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 50px rgba(55,62,88,.06);
}
.feature-grid article > span { color:var(--world-accent); font-size:11px; font-weight:700; letter-spacing:.12em; }
.feature-grid h3 { margin:70px 0 14px; font-family:var(--serif); font-size:34px; font-weight:500; line-height:1; }
.feature-grid p { margin:0; color:#626977; font-size:14px; line-height:1.65; }
.feature-grid strong { margin-top:30px; display:block; color:#252b37; font-size:13px; line-height:1.5; }
.use-cases ul {
  margin:48px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  list-style:none;
}
.use-cases li {
  padding:22px 24px;
  border-radius:18px;
  background:color-mix(in srgb,var(--world-bg) 55%,white);
  font-size:15px;
  line-height:1.5;
}
.pricing-grid { margin-top:52px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.pricing-grid article {
  min-height:390px;
  padding:34px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(18,26,46,.1);
  border-radius:24px;
  background:#fff;
}
.pricing-grid article.is-highlighted { border-color:color-mix(in srgb,var(--world-accent) 58%,white); box-shadow:0 22px 60px color-mix(in srgb,var(--world-accent) 13%,transparent); }
.pricing-grid h3 { margin:0; font-size:12px; letter-spacing:.12em; text-transform:uppercase; }
.pricing-card__price { margin:28px 0 18px; font-family:var(--serif); font-size:54px; line-height:1; }
.pricing-card__price small { font-family:var(--sans); font-size:12px; color:#6d7280; }
.pricing-grid article > p:not(.pricing-card__price) { color:#626977; font-size:14px; line-height:1.6; }
.pricing-grid ul { margin:24px 0 0; padding:0; display:grid; gap:10px; list-style:none; }
.pricing-grid li { font-size:13px; }
.pricing-grid li::before { content:"✓"; margin-right:9px; color:var(--world-accent); font-weight:700; }
.pricing-grid article > a,
.pricing-card__unavailable { margin-top:auto; }
.pricing-card__unavailable { padding-top:34px; color:#777e8c; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.faq-list { margin-top:48px; border-top:1px solid rgba(18,26,46,.14); }
.faq-list details { border-bottom:1px solid rgba(18,26,46,.14); }
.faq-list summary { padding:24px 42px 24px 0; position:relative; cursor:pointer; font-family:var(--serif); font-size:25px; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:8px; top:23px; font-family:var(--sans); font-size:20px; color:var(--world-accent); }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { max-width:820px; margin:0; padding:0 0 26px; color:#626977; font-size:14px; line-height:1.7; }
.product-final-cta {
  margin:clamp(74px,10vw,130px) 0 0;
  padding:clamp(48px,8vw,90px);
  border-radius:32px;
  text-align:center;
  background:linear-gradient(145deg,color-mix(in srgb,var(--world-bg) 70%,white),#fff);
  border:1px solid rgba(18,26,46,.08);
}
.product-final-cta .section-kicker { margin-bottom:24px; }
.product-final-cta > p:not(.section-kicker) { max-width:620px; margin:24px auto 0; color:#626977; line-height:1.6; }
.product-final-cta a { margin:34px auto 0; }
.is-not-found { --world-bg:#eef1f5; --world-accent:#8093ab; }
.is-not-found .world__visual img { display:none; }
[hidden] { display:none!important; }
@media (max-width:900px) {
  .world__stage { grid-template-columns:1fr; gap:20px; }
  .world__visual { height:360px; grid-row:1; }
  .product-problem { grid-template-columns:1fr; }
  .workflow-list { grid-template-columns:1fr 1fr; }
  .workflow-list li { border-bottom:1px solid rgba(18,26,46,.1); }
}
@media (max-width:650px) {
  .product-header { width:calc(100% - 24px); }
  .product-header nav { gap:14px; }
  .product-header nav a:nth-child(2) { display:none; }
  .world { width:calc(100% - 24px); }
  .world__stage { min-height:0; padding:32px 22px; border-radius:24px; }
  .world h1 { font-size:52px; }
  .world__tagline { font-size:26px; }
  .world__visual { height:270px; }
  .world__meta { align-items:flex-start; flex-direction:column; }
  .workflow-list,
  .feature-grid,
  .use-cases ul,
  .pricing-grid { grid-template-columns:1fr; }
  .workflow-list li { min-height:140px; border-right:0; }
  .workflow-list p { margin-top:24px; }
  .feature-grid article { min-height:0; }
  .feature-grid h3 { margin-top:38px; }
  .product-final-cta { padding:46px 22px; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { transition:none!important; animation-duration:.01ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; }
}
