﻿:root {
  --bg: #ffffff;
  --bg-soft: #f8fbff;
  --text: #0f172a;
  --muted: #52627a;
  --line: #e3eaf3;
  --line-strong: #d8e1ee;
  --brand: #3182f6;
  --brand-strong: #1b64da;
  --card: #ffffff;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  --radius-lg: 28px;
  --radius-md: 16px;
}
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("/static/vendor/pretendard/PretendardVariable.woff2") format("woff2-variations");
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Pretendard Variable", Pretendard, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", sans-serif; background: linear-gradient(180deg, #ffffff 0%, #ffffff 58%, var(--bg-soft) 100%); color: var(--text); -webkit-font-smoothing: antialiased; }
a { color: var(--brand); text-decoration: none; font-weight: 700; }
a:hover { color: var(--brand-strong); text-decoration: underline; }
code { background: #eef2f9; padding: 2px 6px; border-radius: 6px; font-size: 0.92em; }

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.site-header__inner { max-width: 1280px; min-height: 54px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.brand { font-weight: 900; font-size: 16px; letter-spacing: -0.01em; color: var(--text); }
.brand a { color: inherit; }
.brand__dot { color: var(--brand); }
.site-header__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.site-header__nav { display: flex; gap: 6px; flex-wrap: wrap; }
.site-header__nav a { font-size: 13px; font-weight: 700; color: #344054; padding: 7px 12px; border-radius: 999px; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.site-header__nav a:hover { background: #f5f8fc; color: var(--text); text-decoration: none; }
.site-header__nav a.active { background: #eef5ff; color: #1f5fbf; }
.marketing-language { height: 34px; padding: 0 12px; border: 1px solid #d8e1ee; border-radius: 999px; background: #ffffff; color: #344054; font-size: 13px; font-weight: 700; }
.marketing-language:focus { outline: 0; border-color: #93c5fd; box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.22); }

main { padding: 54px 24px 86px; }
.page { max-width: 1180px; margin: 0 auto; }

.page__head { max-width: 760px; text-align: left; margin-bottom: 28px; }
.kicker { display: none; }
h1 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.02em; line-height: 1.2; }
.intro { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.card { background: var(--card); border: 1px solid var(--line-strong); border-radius: 22px; padding: 38px; box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06); }
.card p { margin: 0 0 16px; color: var(--text); font-size: 16px; line-height: 1.75; }
.card h2.section-h2 { margin: 36px 0 14px; font-size: 22px; letter-spacing: -0.01em; }
.card h2.section-h2:first-child { margin-top: 0; }
.card .muted { color: var(--muted); }
.card--feature-showcase { padding: 0; border: 0; background: transparent; box-shadow: none; }

.hero-callout { background: linear-gradient(135deg, #eaf2ff 0%, #f4f8ff 100%); border: 1px solid #d3e3ff; border-radius: var(--radius-md); padding: 28px; margin-bottom: 28px; }
.hero-callout--soft { background: #f6f9fd; border-color: var(--line); }
.hero-callout h2 { margin: 0 0 10px; font-size: 22px; }
.hero-callout p { margin: 0 0 8px; color: var(--text); font-size: 16px; line-height: 1.7; }
.hero-callout p:last-child { margin-bottom: 0; }
.hero-callout__badge { display: inline-block; background: var(--brand); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; letter-spacing: 0.05em; }
.contact-email { font-size: 18px; font-weight: 700; }

.table-wrap { overflow-x: auto; margin: 12px 0 24px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th, .table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.table thead th { background: #f6f9fd; font-size: 13px; font-weight: 700; color: var(--muted); }
.table tbody tr:last-child td { border-bottom: 0; }

.bullet-list { margin: 8px 0 24px; padding-left: 22px; color: var(--text); }
.bullet-list li { margin-bottom: 8px; line-height: 1.7; font-size: 16px; }

.legal-notice { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: var(--radius-md); padding: 14px 18px; margin: 0 0 24px; color: #1d4ed8; font-size: 14px; line-height: 1.55; }
.legal-disclaimer { background: #fef2f2; border: 1px solid #fca5a5; border-radius: var(--radius-md); padding: 16px 20px; margin: 0 0 28px; color: #991b1b; font-size: 14px; line-height: 1.6; font-weight: 600; }

.info-box { background: #fff8ec; border: 1px solid #ffd99c; border-radius: var(--radius-md); padding: 20px 22px; margin-top: 28px; }
.info-box strong { display: block; font-size: 15px; margin-bottom: 6px; color: #8a5a00; }
.info-box__body { margin: 0 !important; color: #5b3d00 !important; font-size: 15px !important; }
.info-box__body a { color: var(--brand-strong); }

.pricing-hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; align-items: stretch; padding: 28px; border: 1px solid #b9d7ff; border-radius: 18px; background: #ffffff; box-shadow: inset 0 0 0 1px rgba(49, 130, 246, 0.04); }
.pricing-hero__label { margin: 0 0 10px !important; color: #52627a !important; font-size: 13px !important; font-weight: 800; }
.pricing-hero h2 { margin: 0 0 12px; font-size: 28px; line-height: 1.25; letter-spacing: -0.02em; }
.pricing-hero p { color: #42526b; }
.pricing-meter { display: flex; flex-direction: column; justify-content: center; gap: 6px; min-height: 160px; padding: 22px; border: 1px solid #cfe0f7; border-radius: 16px; background: #f8fbff; }
.pricing-meter span { color: #667085; font-size: 13px; font-weight: 800; }
.pricing-meter strong { font-size: 30px; line-height: 1.1; letter-spacing: -0.02em; }
.pricing-meter em { color: #667085; font-size: 13px; font-style: normal; line-height: 1.5; }
.pricing-section { margin-top: 34px; }
.section-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-bottom: 18px; }
.limit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 18px 0 22px; }
.limit-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #ffffff; transition: border-color 0.15s, box-shadow 0.15s; }
.limit-card:hover { box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06); }
.limit-card--blue { border-color: #b9d7ff; }
.limit-card--teal { border-color: #aee7dc; }
.limit-card--green { border-color: #b5ebca; }
.limit-card span { display: block; color: #344054; font-size: 13px; font-weight: 800; }
.limit-card strong { display: block; margin-top: 14px; font-size: 32px; letter-spacing: -0.02em; }
.limit-card p { margin: 4px 0 0; color: #667085; font-size: 14px; }
.limit-card em { display: inline-flex; margin-top: 14px; padding: 5px 10px; border-radius: 999px; background: #f5f8fc; color: #344054; font-size: 12px; font-style: normal; font-weight: 800; }
.pricing-section--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr); gap: 22px; align-items: start; }
.pricing-section--split .info-box { margin-top: 0; }

details.faq { background: #f8fafd; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 0; margin-bottom: 12px; transition: background 0.15s; }
details.faq[open] { background: #fff; border-color: var(--line-strong); box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04); }
details.faq summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 700; font-size: 16px; color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; font-size: 22px; color: var(--brand); font-weight: 600; transition: transform 0.2s; }
details.faq[open] summary::after { content: "−"; }
details.faq .faq__body { padding: 0 22px 20px; }
details.faq .faq__body p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 15px; }

.feature-block { padding: 26px; margin-bottom: 22px; background: #ffffff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.feature-block__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.feature-block__icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: #ffffff; font-size: 13px; font-weight: 800; letter-spacing: 0.04em; box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1); }
.feature-block__icon--blue { background: #3182f6; }
.feature-block__icon--teal { background: #14b8a6; }
.feature-block__icon--indigo { background: #6366f1; }
.feature-block__icon--green { background: #22c55e; }
.feature-block__icon--orange { background: #f97316; }
.feature-block__icon--sky { background: #0ea5e9; }
.feature-block__head h2 { margin: 0; font-size: 20px; }
.feature-block__head .muted { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.feature-block ul { margin: 0 0 14px; padding-left: 20px; color: #2d3a52; }
.feature-block li { margin-bottom: 6px; line-height: 1.65; }
.feature-block__usecase { margin: 14px 0 0; padding: 12px 14px; background: #f0f7ff; border-radius: 10px; color: #1d4ed8; font-size: 14px; line-height: 1.6; }
.feature-block__usecase strong { color: #1d4ed8; font-weight: 800; }

.feature-hero-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding: 14px; margin: 0 0 46px; border: 1px solid #dce7f5; border-radius: 28px; background: radial-gradient(circle at 50% -20%, rgba(49, 130, 246, 0.08), transparent 52%), #ffffff; box-shadow: 0 26px 72px rgba(15, 23, 42, 0.06); }
.feature-hero-strip__item { min-height: 176px; padding: 28px 34px; border-right: 1px solid #e1e9f4; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.feature-hero-strip__item:last-child { border-right: 0; }
.feature-hero-strip__item h2 { margin: 14px 0 8px; font-size: 24px; letter-spacing: -0.02em; line-height: 1.25; }
.feature-hero-strip__item p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 310px; }

.feature-category { margin-top: 48px; }
.feature-category:first-of-type { margin-top: 0; }
.feature-hero-strip + .feature-category { margin-top: 0; }
.feature-category__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 18px; }
.feature-category__head h2 { margin: 0; font-size: 30px; letter-spacing: -0.025em; line-height: 1.2; }
.feature-category__head > p { margin: 0; max-width: 430px; color: var(--muted); font-size: 15px; line-height: 1.7; text-align: right; }
.feature-category__eyebrow { margin: 0 0 8px !important; color: #667085 !important; font-size: 13px !important; font-weight: 800; letter-spacing: 0.02em; }

.feature-card-grid { display: grid; gap: 18px; }
.feature-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card { min-height: 280px; padding: 28px; border: 1.4px solid #dce7f5; border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,0.96), #ffffff); box-shadow: 0 18px 54px rgba(15, 23, 42, 0.045); transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease; }
.feature-card:hover { transform: translateY(-2px); box-shadow: 0 24px 64px rgba(15, 23, 42, 0.075); }
.feature-card--blue { border-color: #b9d7ff; }
.feature-card--teal { border-color: #aee7dc; }
.feature-card--indigo { border-color: #c9c9ff; }
.feature-card--green { border-color: #b5ebca; }
.feature-card--orange { border-color: #f3cdbb; }
.feature-card--sky { border-color: #b9def4; }
.feature-card__top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.feature-card__top h3 { margin: 0; font-size: 21px; letter-spacing: -0.02em; line-height: 1.25; }
.feature-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-card ul { margin: 18px 0 0; padding-left: 18px; color: #29384f; }
.feature-card li { margin-bottom: 7px; line-height: 1.55; font-size: 14px; }
.feature-card__use { margin-top: 18px !important; padding-top: 16px; border-top: 1px solid #edf2f8; color: #667085 !important; font-size: 13px !important; line-height: 1.6 !important; }

.case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 16px 0 24px; }
.case-card { background: #f8fafd; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 22px; }
.case-card__tag { display: inline-block; background: rgba(49, 130, 246, 0.1); color: var(--brand-strong); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }
.case-card h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.4; }
.case-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.legal { font-size: 15px; line-height: 1.8; color: var(--text); }
.legal__article { margin-bottom: 28px; }
.legal__article h2 { margin: 0 0 10px; font-size: 18px; color: var(--text); letter-spacing: -0.005em; }
.legal__article p { margin: 0 0 10px; color: #2d3a52; }
.legal__article ol, .legal__article ul { margin: 8px 0 12px 0; padding-left: 22px; color: #2d3a52; }
.legal__article li { margin-bottom: 6px; }
.legal__article ul { list-style: disc; }
.legal__article--addendum { background: #f8fafd; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 20px 22px; }
.legal__note { color: var(--muted); font-size: 13px; margin-top: 8px !important; }

.site-footer { border-top: 1px solid var(--line); background: #fff; padding: 32px 24px; margin-top: 40px; }
.site-footer__inner { max-width: 1080px; margin: 0 auto; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }
.site-footer__links { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer__links a { color: var(--muted); font-weight: 500; }
.site-footer__links a:hover { color: var(--text); }

@media (max-width: 640px) {
  .card { padding: 22px; border-radius: 20px; }
  .card--feature-showcase { padding: 0; }
  main { padding: 32px 14px 56px; }
  h1 { font-size: 28px; }
  .hero-callout { padding: 22px; }
  .pricing-hero { grid-template-columns: 1fr; padding: 22px; }
  .pricing-hero h2 { font-size: 24px; }
  .pricing-meter { min-height: auto; }
  .limit-grid { grid-template-columns: 1fr; }
  .pricing-section--split { grid-template-columns: 1fr; }
  .site-header__inner { padding: 14px 16px; }
  .site-header__actions { width: 100%; }
  .site-header__nav a { padding: 6px 10px; font-size: 13px; }
  .table th, .table td { padding: 11px 12px; font-size: 14px; }
}

@media (max-width: 960px) {
  .feature-hero-strip,
  .feature-card-grid--three,
  .feature-card-grid--two { grid-template-columns: 1fr; }
  .feature-hero-strip__item { min-height: auto; border-right: 0; border-bottom: 1px solid #e1e9f4; }
  .feature-hero-strip__item:last-child { border-bottom: 0; }
  .feature-category__head { display: block; }
  .feature-category__head > p { max-width: none; margin-top: 10px; text-align: left; }
  .feature-card { min-height: auto; }
}
