:root { --ink: #2a3048; --muted: #62697e; --purple: #685bff; --purple-dark: #4839ea; --aqua: #5cfff5; --pink: #b124f3; --wash: #f6f4ff; --line: #e4e7ed; --dark: #170535; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.site-header, .site-footer, main { max-width: 1180px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 23px; letter-spacing: -1.3px; color: #24252d; }.brand img { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 9px; }.brand span { color: #24252d; }
nav { display: flex; gap: 26px; } nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; } nav a:hover, nav a[aria-current="page"] { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 13px 21px; background: linear-gradient(102deg, var(--aqua) 0%, var(--purple) 48%, var(--pink) 100%); color: #fff; text-decoration: none; font-weight: 700; box-shadow: 0 9px 20px rgb(104 91 255 / 24%); transition: transform .2s ease, box-shadow .2s ease; }.button-small { padding: 9px 16px; font-size: 14px; }.button:hover { transform: translateY(-2px); box-shadow: 0 13px 26px rgb(104 91 255 / 32%); }
.hero { position: relative; overflow: hidden; padding: 108px 8% 48px; text-align: center; border-radius: 0 0 46px 46px; background: radial-gradient(circle at 50% 5%, #f0d9ff 0, rgb(240 217 255 / 0%) 35%), linear-gradient(180deg, #fff 0%, #f6f3ff 100%); }.hero-models::before { content: ""; position: absolute; width: 540px; height: 540px; right: -235px; top: -280px; border-radius: 50%; background: radial-gradient(circle, rgb(92 255 245 / 30%), rgb(92 255 245 / 0%) 67%); pointer-events: none; }.hero h1, .page-hero h1 { max-width: 900px; margin: 14px auto 22px; font-size: clamp(44px, 7vw, 78px); line-height: 1.04; letter-spacing: -4px; }.hero-copy, .page-hero > p:last-child { max-width: 710px; margin: 0 auto; color: var(--muted); font-size: 19px; }.hero-actions { margin-top: 34px; display: flex; gap: 20px; justify-content: center; align-items: center; }.section-cta { justify-content: flex-start; margin-top: 34px; }.text-link { color: var(--purple); font-weight: 700; text-decoration: none; }.text-link span { font-size: 20px; }
.hero-model-strip { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 820px; margin: 66px auto 0; }.hero-model-strip span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgb(104 91 255 / 17%); border-radius: 999px; background: rgb(255 255 255 / 76%); color: #433c76; font-size: 13px; font-weight: 700; box-shadow: 0 7px 20px rgb(68 33 93 / 7%); }.hero-model-strip b { padding: 2px 6px; border-radius: 999px; background: #e5e2ff; color: var(--purple-dark); font-size: 10px; letter-spacing: .5px; }
.eyebrow { margin: 0; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; }.section { padding: 100px 0; }.intro { max-width: 900px; }.section h2 { margin: 10px 0 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -2px; }.intro p:last-child, .split p, .section-heading > p:last-child { color: var(--muted); font-size: 18px; }.section-heading { max-width: 760px; margin-bottom: 36px; }
.model-section { padding-top: 64px; }.model-heading { max-width: 760px; }.model-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }.model-card { min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgb(68 33 93 / 6%); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.model-card:hover { transform: translateY(-4px); border-color: #c8c3ff; box-shadow: 0 18px 36px rgb(68 33 93 / 11%); }.model-grid .model-card:nth-child(-n+3) { grid-column: span 2; }.model-grid .model-card:nth-child(n+4) { grid-column: span 3; }.model-card-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }.model-type { margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }.resolution { display: inline-flex; align-items: center; min-height: 25px; padding: 3px 8px; border-radius: 999px; background: #e5e2ff; color: var(--purple-dark); font-size: 10px; font-weight: 800; letter-spacing: .5px; }.image-chip { background: #ffe2fb; color: #9423b1; }.model-card h3 { margin: 44px 0 10px; font-size: 27px; line-height: 1.1; letter-spacing: -1.4px; }.model-card p { margin: 0; color: var(--muted); font-size: 15px; }.model-card a { display: inline-block; margin-top: 18px; color: var(--purple); font-size: 14px; font-weight: 700; text-decoration: none; }
.workflow-section { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); gap: 88px; border-top: 1px solid var(--line); }.workflow-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }.workflow-list li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line); }.workflow-list span { color: var(--purple); font-size: 13px; font-weight: 800; }.workflow-list h3 { margin: 0 0 4px; font-size: 20px; letter-spacing: -1px; }.workflow-list p { margin: 0; color: var(--muted); }
.model-directory-link { margin: 28px 0 0; color: var(--muted); font-size: 14px; }.model-directory-link span { display: inline-block; margin: 0 8px; color: #b6b1d7; }
.official-models { margin-right: -32px; margin-left: -32px; padding-right: 32px; padding-left: 32px; background: linear-gradient(180deg, #fbfaff 0%, #fff 100%); }.official-model-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }.official-model-card { min-height: 270px; padding: 24px; border: 1px solid #e7e3ff; border-radius: 24px; background: #fff; box-shadow: 0 14px 32px rgb(68 33 93 / 6%); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.official-model-card:hover { transform: translateY(-4px); border-color: #c8c3ff; box-shadow: 0 20px 42px rgb(68 33 93 / 11%); }.official-model-card img { display: block; width: 48px; height: 48px; border-radius: 14px; object-fit: contain; image-rendering: auto; }.official-model-card .model-type { margin-top: 18px; }.official-model-card h3 { margin: 10px 0 10px; font-size: 23px; line-height: 1.08; letter-spacing: -1px; }.official-model-card p:not(.model-type) { margin: 0; color: var(--muted); font-size: 14px; }.official-model-card a { display: inline-block; margin-top: 18px; color: var(--purple); font-size: 14px; font-weight: 700; text-decoration: none; }.model-card-actions { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 18px; }.official-model-card .model-card-actions a { margin-top: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--line); }.page-hero { padding: 92px 12% 80px; text-align: center; background: var(--wash); border-radius: 0 0 42px 42px; }.page-hero h1 { font-size: clamp(42px, 6vw, 66px); }.capability-models { padding-bottom: 88px; }.capability-wash { margin-right: -32px; margin-left: -32px; padding-right: 32px; padding-left: 32px; background: #fbf9ff; }.three-up .model-card { grid-column: span 2 !important; }.two-up .model-card { grid-column: span 3 !important; }.feature-list { display: grid; gap: 0; }.feature-list article { padding: 45px 0; border-bottom: 1px solid var(--line); }.feature-list h2 { margin-bottom: 12px; }.feature-list article > p:last-child { max-width: 700px; margin: 0; color: var(--muted); font-size: 18px; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.card { min-height: 220px; padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgb(68 33 93 / 5%); }.card:hover { border-color: #c8c3ff; }.card h2, .card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -1px; }.card p { color: var(--muted); margin: 0 0 20px; }.card a { color: var(--purple); font-size: 14px; font-weight: 700; text-decoration: none; }.faq-list { max-width: 860px; }.faq-list details { padding: 23px 0; border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; font-size: 21px; font-weight: 700; }.faq-list p { color: var(--muted); margin: 13px 0 0; }.faq-list a { color: var(--purple); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 35px; padding-bottom: 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }.site-footer p { margin: 0; }.site-footer div { display: flex; gap: 20px; }.site-footer a { text-decoration: none; }
.detail-page { max-width: 960px; padding-top: 72px; padding-bottom: 92px; }.detail-hero { padding: 54px; border: 1px solid #e7e3ff; border-radius: 30px; background: radial-gradient(circle at 90% 0%, rgb(92 255 245 / 24%), transparent 28%), linear-gradient(135deg, #fbfaff, #f2efff); }.detail-hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(42px, 6vw, 66px); line-height: 1.05; letter-spacing: -3px; }.detail-hero > p:last-of-type { max-width: 720px; margin: 0; color: var(--muted); font-size: 19px; }.detail-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 30px; }.detail-section { padding: 74px 0; border-bottom: 1px solid var(--line); }.detail-section h2 { margin: 10px 0 16px; font-size: clamp(30px, 4vw, 44px); line-height: 1.14; letter-spacing: -1.8px; }.detail-section > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; }.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }.fact-card { padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.fact-card strong { display: block; color: var(--purple); font-size: 12px; letter-spacing: 1px; }.fact-card span { display: block; margin-top: 7px; color: var(--ink); font-size: 17px; font-weight: 700; line-height: 1.28; }.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }.choice-card { padding: 27px; border-radius: 20px; background: #fbfaff; }.choice-card h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -1px; }.choice-card p { margin: 0; color: var(--muted); }.comparison-table { width: 100%; margin-top: 28px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }.comparison-table th, .comparison-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }.comparison-table th { background: #f8f7ff; color: var(--ink); font-size: 14px; }.comparison-table tr:last-child td { border-bottom: 0; }.detail-faq { display: grid; gap: 0; margin-top: 26px; }.detail-faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }.detail-faq summary { cursor: pointer; color: var(--ink); font-size: 18px; font-weight: 700; }.detail-faq p { margin: 10px 0 0; color: var(--muted); }
@media (max-width: 800px) { .site-header, .site-footer, main { padding-left: 20px; padding-right: 20px; }.site-header { min-height: 70px; }.site-header nav { display: none; }.hero { padding: 82px 6% 38px; }.hero h1, .page-hero h1 { letter-spacing: -2.5px; }.hero-actions, .site-footer { align-items: flex-start; flex-direction: column; }.hero-model-strip { justify-content: flex-start; margin-top: 46px; }.section { padding: 70px 0; }.model-section { padding-top: 44px; }.model-grid, .card-grid, .split, .workflow-section, .official-model-grid { grid-template-columns: 1fr; }.model-grid .model-card, .three-up .model-card, .two-up .model-card { grid-column: span 1 !important; }.model-card { min-height: 230px; }.workflow-section { gap: 22px; }.capability-wash, .official-models { margin: 0 -20px; padding-right: 20px; padding-left: 20px; }.page-hero { padding: 72px 8% 62px; }.button-small { margin-left: auto; } }
@media (max-width: 800px) { .detail-page { padding-top: 40px; padding-bottom: 60px; }.detail-hero { padding: 32px 24px; border-radius: 24px; }.detail-hero h1 { letter-spacing: -2px; }.detail-actions { align-items: flex-start; flex-direction: column; }.fact-grid, .choice-grid { grid-template-columns: 1fr; }.detail-section { padding: 56px 0; }.comparison-table { display: block; overflow-x: auto; white-space: normal; }.comparison-table th, .comparison-table td { min-width: 150px; } }
.source-note { margin-top: 34px; padding: 18px 20px; border-left: 3px solid var(--purple); border-radius: 0 12px 12px 0; background: #faf9ff; color: var(--muted); font-size: 14px; }.source-note p { margin: 0; }.source-note a { color: var(--purple); font-weight: 700; }.editorial-list { max-width: 820px; margin: 26px 0 0; padding-left: 22px; color: var(--muted); }.editorial-list li + li { margin-top: 12px; }
.asset-cta { margin: 24px 0 72px; padding: 54px; border: 1px solid #e7e3ff; border-radius: 30px; background: radial-gradient(circle at 92% 8%, rgb(92 255 245 / 24%), transparent 30%), linear-gradient(135deg, #fbfaff, #f2efff); }.asset-cta h2 { max-width: 780px; margin: 10px 0 16px; font-size: clamp(32px, 4.8vw, 54px); line-height: 1.08; letter-spacing: -2.2px; }.asset-cta > p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }.feature-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fff, #fbfaff); box-shadow: 0 12px 28px rgb(68 33 93 / 5%); }.feature-grid h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -0.8px; }.feature-grid p { margin: 0; color: var(--muted); }.prompt-list { display: grid; gap: 14px; margin-top: 28px; }.prompt-list article { padding: 20px 22px; border: 1px solid #e7e3ff; border-radius: 18px; background: #fbfaff; }.prompt-list strong { display: block; color: var(--purple); font-size: 13px; letter-spacing: .6px; text-transform: uppercase; }.prompt-list p { margin: 8px 0 0; color: var(--muted); }
.benefit-grid article, .capability-map article { min-height: 190px; }.benefit-grid a, .capability-map a { display: inline-block; margin-top: 16px; color: var(--purple); font-size: 14px; font-weight: 700; text-decoration: none; }.asset-capability-list article { display: grid; grid-template-columns: minmax(180px, 260px) minmax(0, 1fr); column-gap: 44px; align-items: start; }.asset-capability-list article .eyebrow { grid-column: 1; }.asset-capability-list article h2, .asset-capability-list article p:last-child { grid-column: 2; }.use-case-grid .card { min-height: 300px; }.mini-list { margin: 18px 0 0; padding-left: 18px; color: var(--muted); }.mini-list li + li { margin-top: 6px; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.article-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, #fff, #fbfaff); box-shadow: 0 12px 30px rgb(68 33 93 / 5%); }.article-card:hover { border-color: #c8c3ff; }.article-meta { margin: 0 0 16px; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }.article-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.14; letter-spacing: -1px; }.article-card h3 a { color: var(--ink); text-decoration: none; }.article-card p:not(.article-meta) { margin: 0 0 18px; color: var(--muted); }.article-card > a { color: var(--purple); font-size: 14px; font-weight: 700; text-decoration: none; }.article-page .detail-section a { color: var(--purple); font-weight: 700; }.article-steps { display: grid; gap: 14px; margin: 28px 0 0; padding-left: 22px; color: var(--muted); }.article-steps li { padding-left: 6px; }.article-steps strong { color: var(--ink); }
@media (max-width: 800px) { .feature-grid { grid-template-columns: 1fr; } }
@media (max-width: 800px) { .article-grid { grid-template-columns: 1fr; } }
@media (max-width: 800px) { .asset-capability-list article { grid-template-columns: 1fr; }.asset-capability-list article .eyebrow, .asset-capability-list article h2, .asset-capability-list article p:last-child { grid-column: auto; } }
@media (max-width: 800px) { .asset-cta { padding: 32px 24px; border-radius: 24px; }.asset-cta h2 { letter-spacing: -1.5px; } }
