@font-face { font-family: "Zen Kaku Gothic New"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/zen-kaku-400.ttf") format("truetype"); }
@font-face { font-family: "Zen Kaku Gothic New"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/zen-kaku-500.ttf") format("truetype"); }
:root {
 --bg: #f5f5f7; --surface: #ffffff; --surface-muted: #edf1f6;
 --text-primary: #202127; --text-secondary: #555963; --text-tertiary: #626874;
 --accent: #415ec4; --accent-dark: #344da7; --border: #dedfe5; --border-strong: #a6adbb;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; color: var(--text-primary); background: var(--bg); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.landing { --bg: #ffffff; --surface: #ffffff; --surface-muted: #f0f6fa; --text-primary: #263747; --text-secondary: #526573; --text-tertiary: #5e6e7a; --border: #dce6ed; --accent: #176b98; --accent-dark: #115779; font-family: "Avenir Next", "Zen Kaku Gothic New", "Hiragino Sans", sans-serif; }
main { flex: 1; }
h1, h2, h3, p, figure { margin: 0; }
a { color: var(--accent); text-underline-offset: 5px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.container { width: min(100%, 1360px); padding-inline: 56px; margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 20; padding: 10px 16px; background: var(--surface); }
.skip-link:focus { top: 10px; }
.hero-brand { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--text-primary); font-size: 24px; letter-spacing: -.025em; font-weight: 500; text-decoration: none; }
.hero-brand img { display: block; width: 42px; height: 42px; }
.hero { overflow: clip; }
.hero-layout { display: flex; flex-direction: column; align-items: center; padding-top: 72px; padding-bottom: 76px; }
.hero-copy { position: relative; z-index: 1; width: min(100%, 720px); text-align: center; }
.eyebrow { font-size: 12px; font-weight: 500; letter-spacing: .07em; color: var(--text-secondary); }
.hero-copy .eyebrow { color: var(--accent); }
h1 { margin-top: 24px; font-size: clamp(40px, 3.6vw, 50px); font-weight: 500; line-height: 1.6; letter-spacing: .015em; }
h1 span { color: var(--accent); }
.hero-description { margin-top: 26px; color: var(--text-secondary); font-size: 14px; line-height: 2.05; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 50px; border: 1px solid transparent; border-radius: 8px; padding: 12px 22px; text-decoration: none; font-size: 13px; font-weight: 500; transition: background-color 160ms ease, transform 160ms ease; }
.button.primary { background: var(--accent); color: #ffffff; }
.landing .button.primary { color: #ffffff; }
.button.primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-copy .button { margin-top: 34px; }
.platform { font-size: 10px; color: var(--text-tertiary); margin-top: 13px; }
.hero-product { width: min(100%, 1120px); position: relative; align-self: center; margin-top: 64px; padding-block: 16px; }
.hero-product::before { content: ''; position: absolute; inset: -32px -28px 54px 32px; background: #e8f4fb; border: 1px solid #d5e9f5; border-radius: 14px; transform: rotate(-3deg); }
.hero-product a { position: relative; display: block; border-radius: 10px; box-shadow: 0 24px 64px #365a781a; }
.preview img { display: block; width: 100%; height: auto; border-radius: 10px; border: 6px solid #b8ccd9; }
.hero-product figcaption { position: relative; color: var(--text-tertiary); margin-top: 20px; font-size: 10px; }
.hero-product figcaption span { margin-left: 12px; }
.integrations { display: flex; align-items: center; gap: 60px; padding-block: 28px 40px; }
.integrations p { font-size: 11px; color: var(--text-tertiary); }
.integrations ul { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; list-style: none; padding: 0; margin: 0; }
.integrations li { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: #526573; }
.tool-mark { font-size: 27px; line-height: 1; color: #667d8d; }
.code-mark { font: 20px ui-monospace, SFMono-Regular, Menlo, monospace; }
.integrations svg { width: 21px; height: 21px; fill: none; stroke: #667d8d; stroke-width: 1.5; }
.product-tour { padding-top: 92px; padding-bottom: 88px; border-top: 1px solid var(--border); }
.tour-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.tour-heading .eyebrow { padding-top: 12px; }
.tour-heading h2 { width: 63%; font-size: 39px; line-height: 1.55; letter-spacing: .02em; font-weight: 500; }
.tour-heading h2 span { color: var(--text-tertiary); }
.tour-layout { display: grid; grid-template-columns: 30% minmax(0, 1fr); gap: 7%; margin-top: 56px; }
.tour-menu { display: flex; flex-direction: column; }
.tour-tab { padding: 24px 0; border: 0; border-top: 1px solid var(--border); background: none; text-align: left; color: var(--text-tertiary); cursor: pointer; }
.tour-tab:last-child { border-bottom: 1px solid var(--border); }
.tab-top { display: flex; align-items: center; gap: 16px; font-size: 18px; font-weight: 500; }
.tab-number { font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.tab-arrow { margin-left: auto; opacity: 0; }
.tab-description { display: block; margin-top: 12px; font-size: 12px; line-height: 1.9; padding-left: 30px; }
.tour-tab[aria-selected="true"] { color: var(--text-primary); border-top-color: var(--accent); }
.tour-tab[aria-selected="true"] .tab-number, .tour-tab[aria-selected="true"] .tab-arrow { color: var(--accent); opacity: 1; }
.tour-tab[aria-selected="true"] .tab-description { color: var(--text-secondary); }
.tour-tab:hover .tab-top { color: var(--accent); }
.tour-display { min-width: 0; padding: 0; background: transparent; border: 0; }
.tour-panel[hidden] { display: none; }
.tour-panel > a { display: flex; width: 100%; justify-content: flex-end; }
.tour-panel img { display: block; width: auto; max-width: 100%; height: auto; max-height: 520px; border: 6px solid #b8ccd9; border-radius: 10px; }
.download-section { background: #e7f4fc; color: #18252e; }
.download-layout { display: flex; align-items: center; gap: 24px; padding-block: 52px; }
.download-icon { flex-shrink: 0; width: 72px; height: 72px; }
.download-layout h2 { font-size: 27px; line-height: 1.5; letter-spacing: .015em; font-weight: 500; }
.download-layout p { font-size: 12px; margin-top: 7px; color: #3d5360; }
.download-layout .button.primary { margin-left: auto; background: var(--accent); color: #ffffff; }
.download-layout .button.primary:hover { background: var(--accent-dark); }
.download-layout .button:focus-visible { outline-color: #18252e; }
.site-footer { padding-block: 40px 26px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer nav a { color: var(--text-secondary); font-size: 11px; text-decoration: none; padding-block: 10px; }
.footer-bottom { margin-top: 36px; color: var(--text-tertiary); font-size: 10px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text-primary); font-size: 18px; font-weight: 600; line-height: 1.2; text-decoration: none; }
.brand img { display: block; width: 36px; height: 36px; }
.page-hero { padding-top: 72px; }
.page-hero-copy { width: min(100%, 720px); padding-bottom: 28px; text-align: center; }
.page-hero-copy .hero-brand { justify-content: center; }
.page-hero-copy .eyebrow { margin-top: 28px; color: var(--accent); }
.page-hero-copy h1 { margin-top: 16px; }
.page-hero-copy .hero-description { margin-top: 20px; }
.pricing-page, .legal-page, .privacy-page { max-width: 840px; padding-top: 36px; padding-bottom: 88px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }
.pricing-card { padding: 28px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.pricing-card h2 { font-size: 18px; font-weight: 600; }
.pricing-card .button { margin-top: 20px; }
.pricing-amount { font-size: 48px; font-weight: 650; margin-block: 16px; line-height: 1.3; letter-spacing: -.04em; }
.pricing-amount span { font-size: 13px; font-weight: 400; letter-spacing: 0; color: var(--text-secondary); }
.pricing-notes { margin-block: 28px; color: var(--text-secondary); font-size: 13px; }
.pricing-notes p + p { margin-top: 12px; }
.pricing-future { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); color: var(--text-secondary); font-size: 13px; }
.pricing-future h2 { color: var(--text-primary); font-size: 20px; font-weight: 600; margin-bottom: 16px; }
.pricing-future p + p { margin-top: 12px; }
.pricing-future strong { color: var(--text-primary); font-weight: 600; }
.install-section { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--border); }
.install-section h2 { max-width: 620px; margin-top: 12px; font-size: 26px; line-height: 1.5; font-weight: 500; }
.install-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 0; margin: 28px 0 0; list-style: none; }
.install-steps li { display: flex; flex-direction: column; gap: 7px; padding-top: 14px; border-top: 1px solid var(--border); color: var(--text-secondary); font-size: 13px; line-height: 1.75; }
.install-steps strong { color: var(--text-primary); font-size: 15px; font-weight: 600; }
.install-number { color: var(--accent); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.pricing-note { margin-top: 32px; color: var(--text-secondary); font-size: 13px; }
.pricing-note a { margin-left: 8px; font-weight: 500; }
.legal-notice { margin-top: 32px; }
.legal-notice dl { margin: 0; border-top: 1px solid var(--border); }
.legal-notice dl > div { display: grid; grid-template-columns: 11rem minmax(0, 1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.legal-notice dt { color: var(--text-primary); font-size: 14px; font-weight: 600; }
.legal-notice dd { margin: 0; color: var(--text-secondary); font-size: 14px; line-height: 1.8; }
.legal-notice a { color: var(--accent); }
.privacy-page { color: var(--text-secondary); font-size: 14px; }
.privacy-page h2 { margin-top: 36px; color: var(--text-primary); font-size: 20px; font-weight: 600; }
.privacy-page p + p { margin-top: 16px; }
.privacy-page .date { color: var(--text-tertiary); font-size: 12px; }
@media (min-width: 1600px) { .hero-product { width: 1000px; } }
@media (max-width: 1100px) {
 .container { padding-inline: 36px; }
 .hero-layout { padding-top: 48px; padding-bottom: 48px; }
 h1 { font-size: 40px; }
 .hero-product { width: min(100%, 920px); }
 .integrations { gap: 30px; }
 .integrations ul { gap: 24px; }
 .tour-layout { grid-template-columns: 32% minmax(0, 1fr); gap: 5%; }
 .tour-panel img { max-height: 460px; }
 .download-layout h2 { font-size: 23px; }
 .download-icon { width: 56px; height: 56px; }
}
@media (max-width: 760px) {
 .container { padding-inline: 24px; }
 .hero-brand { font-size: 21px; }
 .hero-brand img { width: 36px; height: 36px; }
 .hero-layout { display: flex; align-items: stretch; padding-top: 38px; padding-bottom: 16px; }
 .hero-copy { width: 100%; text-align: left; }
 h1 { font-size: clamp(32px, 6vw, 44px); margin-top: 18px; }
 .hero-description { font-size: 13px; margin-top: 22px; }
 .hero-copy .button { margin-top: 26px; }
 .hero-product { width: 100%; margin-top: 52px; padding: 0; }
 .hero-product::before { inset: -14px 0 45px 12px; transform: rotate(-2deg); }
 .hero-product figcaption { font-size: 9px; margin-top: 14px; }
 .preview img { border-radius: 6px; }
 .integrations { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 30px 40px; }
 .integrations ul { gap: 20px 28px; }
 .integrations li { font-size: 13px; gap: 7px; }
 .tool-mark { font-size: 22px; }
 .code-mark { font-size: 18px; }
 .product-tour { padding-block: 52px; }
 .tour-heading { display: block; }
 .tour-heading .eyebrow { padding: 0; }
 .tour-heading h2 { width: auto; font-size: 30px; margin-top: 18px; }
 .tour-layout { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; }
 .tour-menu { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
 .tour-tab { padding: 16px 0; border-bottom: 1px solid var(--border); }
 .tab-top { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
 .tab-arrow, .tab-description { display: none; }
 .tour-tab[aria-selected="true"] { border-bottom-color: var(--accent); }
 .tour-display { padding: 0; }
 .tour-panel > a { justify-content: center; }
 .tour-panel img { max-height: 520px; }
 .page-hero { padding-top: 38px; }
 .page-hero-copy { padding-bottom: 16px; }
 .page-hero-copy .eyebrow { margin-top: 20px; }
 .pricing-page, .legal-page, .privacy-page { padding-top: 28px; padding-bottom: 56px; }
 .download-layout { flex-wrap: wrap; gap: 20px; padding-block: 36px; }
 .download-layout h2 { font-size: 22px; }
 .download-icon { width: 48px; height: 48px; }
 .download-layout .button.primary { margin-left: 0; }
 .footer-top { align-items: flex-start; }
 .site-footer nav { gap: 16px; flex-wrap: wrap; }
 .footer-bottom { margin-top: 28px; }
 .pricing-grid { grid-template-columns: 1fr; }
 .install-steps { grid-template-columns: 1fr; gap: 16px; }
 .legal-notice dl > div { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 380px) {
 .container { padding-inline: 18px; }
 h1 { font-size: 30px; }
 .download-layout h2 { font-size: 19px; }
 .download-layout { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } .button.primary:hover { transform: none; } }
