/* FormWorker: vivid cloud orange, deep navy, crisp white. Shared by all five pages. */
:root, :root[data-theme="light"], :root[data-theme="dark"] {
  --ink: #081426;
  --paper: #fff;
  --paper-alt: #f4f7fb;
  --paper-line: #dce4ef;
  --seal: #b84400;
  --seal-text: #fff;
  --ink-soft: #495970;
  --mist: #586b82;
  --card: #fff;
  --color-bg: var(--paper);
  --color-bg-alt: var(--paper-alt);
  --color-text: var(--ink);
  --color-text-soft: var(--ink-soft);
  --color-text-mist: var(--mist);
  --color-accent: var(--seal);
  --color-accent-text: var(--seal-text);
  --color-border: var(--paper-line);
  --color-card: var(--card);
  --orange: #f6821f;
  --font-body: Inter, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-display: var(--font-body);
  color-scheme: light;
}
html { scroll-padding-top: 104px; }
.hero h1, .final-cta h2 { color: #fff; }
.hero .code-box .attr { color: #fbad41; }
.hero .code-box .str { color: #62dcff; }
.concern-card:hover { border-color: #f6821f; box-shadow: 0 5px 20px #10233d0a; }
.feat .glyph { color: #b84400; border-color: #f6821f; background: #fff1e5; }
.price-card.feat-plan { border-top: 4px solid #f6821f; }
body { font-size: 16px; line-height: 1.85; }
h1, h2, h3 { letter-spacing: -.035em; text-wrap: initial; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #f6821f; outline-offset: 5px; }
a { text-underline-offset: 4px; }
button { font: inherit; cursor: pointer; }
.wrap { width: min(1200px, calc(100% - 96px)); max-width: none; padding: 0; margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: white; z-index: 100; color: var(--ink); }
.skip-link:focus { top: 10px; }
header.site { background: #081426; color: white; border-color: #ffffff24; backdrop-filter: none; }
header.site .nav-inner { width: min(1440px, calc(100% - 96px)); max-width: none; min-height: 84px; padding: 0; margin: auto; gap: 28px; }
.brand { font: 600 23px/1.4 var(--font-body); letter-spacing: -.8px; align-items: center; gap: 10px; }
.brand .mark { background: var(--orange); border: 1px solid var(--orange); color: #081426; width: 34px; height: 37px; border-radius: 6px; transform: skewY(-6deg); font-size: 13px; }
.brand .edition { font: 500 11px/1.4 var(--font-mono); letter-spacing: .02em; border: 1px solid #66809e; border-radius: 4px; padding: 3px 6px; }
nav.links { display: flex; gap: 26px; color: #dbe7f5; font-size: 13px; }
nav.links a { text-decoration: none; }
nav.links a:hover { color: var(--orange); }
.btn { border-radius: 4px; padding: 14px 24px; font-size: 14px; transition: transform .2s, background .2s; justify-content: center; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #081426; }
.btn-primary:hover { background: #fbad41; filter: none; }
header.site .header-cta { margin-left: auto; padding: 10px 18px; background: var(--orange); border: 1px solid var(--orange); color: #081426; font-size: 13px; }
.menu-toggle { display: none; background: none; border: 1px solid #54708f; color: white; border-radius: 4px; padding: 5px 9px; }
section { padding: 104px 0; }
.hero { background: #081426; padding: 86px 0; }
.hero::before { background-size: 56px 56px; }
.eyebrow { color: var(--orange); font-size: 12px; font-weight: 600; letter-spacing: .13em; margin-bottom: 22px; }
.eyebrow::before { width: 6px; height: 6px; background: var(--orange); }
.hero h1 { font-size: clamp(36px, 4.2vw, 60px); line-height: 1.5; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero .lead { color: #e0eaf7; font-size: 16px; line-height: 2; }
.hero .fineprint, .hero .footnote { color: #bacbe0; }
.hero .btn-ghost.on-dark { border-color: #7993b2; color: white; background: #0814264d; }
.hero-inner { max-width: 900px; }
.hero .code-box { overflow-wrap: anywhere; }
.hero .code-box .tag { color: #b8c4cf; }
.hero .code-box .cmt { color: #a8b5c3; }
.hero-home { position: relative; padding: 0; isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: none; }
.hero-home::before { inset: 0; background: linear-gradient(90deg, #ffffffed 0%, #ffffffb3 30%, #ffffff00 63%), linear-gradient(0deg, #ffffff 0%, #ffffff00 14%); mask-image: none; z-index: -1; }
.hero-home .hero-grid { display: block; padding: 85px 0 74px; min-height: 570px; }
.hero-home .hero-copy { width: 57%; max-width: 650px; }
.hero-home h1 { font-size: clamp(48px, 5.2vw, 74px); line-height: 1.35; margin: 15px 0 23px; }
.hero-kicker { color: #e0eaf7; font-size: 14px; }
.hero-home .lead { margin-top: 0; font-size: 16px; max-width: none; }
.hero-home .cta-row { margin-top: 30px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 17px; color: #d6e4f6; font-size: 12px; margin-top: 25px; }
.hero-tags span + span { border-left: 1px solid #54708f; padding-left: 17px; }
.hero-bottom { display: flex; align-items: center; gap: 26px; border-top: 1px solid #ffffff30; padding: 23px 0; color: #d6e4f6; font-size: 12px; }
.hero-bottom .mono { color: var(--orange); font-size: 11px; letter-spacing: .08em; }
.hero-bottom a { margin-left: auto; text-decoration: none; white-space: nowrap; }
.proof-strip { background: #f4f7fb; border-bottom: 1px solid var(--paper-line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 0; }
.proof-grid > div { display: grid; gap: 3px; padding-left: 30px; border-left: 1px solid var(--paper-line); }
.proof-grid > div:first-child { padding-left: 0; border: none; }
.proof-grid b { font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.proof-grid span { font-size: 12px; color: var(--ink-soft); }
.section-head { max-width: none; text-align: left; margin: 0 0 42px; }
.section-head .kicker { font-size: 12px; font-weight: 600; letter-spacing: .13em; margin-bottom: 16px; }
.section-head h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.55; }
.section-head p { max-width: 740px; font-size: 15px; margin-top: 20px; }
.concern-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.concern-card { padding: 27px 24px; display: flex; flex-direction: column; }
.concern-card .tag { font-size: 11px; margin-bottom: 24px; }
.concern-card h3 { font-size: 18px; line-height: 1.7; }
.concern-card .go { margin-top: auto; padding-top: 26px; color: var(--seal); }
.grid-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.p-card { background: transparent; border: 0; border-top: 1px solid #dce4ef; border-radius: 0; padding: 26px 0 0; }
.p-card .num { color: var(--seal); font-size: 14px; margin-bottom: 23px; }
.p-card h3 { font-size: 19px; line-height: 1.65; }
.p-card p { font-size: 14px; line-height: 1.95; }
.bridge { background: #f4f7fb; border-radius: 5px; }
.bridge .col { padding: 32px; }
.bridge .col.after { background: #fff1e5; }
.feat-grid { background: none; border: 0; gap: 32px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feat { background: none; border-top: 1px solid #dce4ef; padding: 25px 0; }
.feat .glyph { border-radius: 5px; border-width: 1px; margin-bottom: 20px; font-weight: 500; }
.feat h3 { font-size: 20px; margin-bottom: 12px; }
.feat p { font-size: 14px; }
#security { background: #081426; color: white; }
#security .kicker { color: var(--orange); }
.trust-grid { gap: 70px; }
.trust-list { gap: 25px; }
.trust-list .dot { border: 1px solid #f6821f; color: var(--orange); background: none; border-radius: 4px; width: 34px; height: 34px; }
.trust-list h3 { font-size: 19px; }
.trust-list p { color: #c9d9ee; font-size: 14px; }
.ledger-panel { background: #10233d; border-color: #345273; padding: 12px; }
.ledger-row { padding: 19px 12px; border-color: #345273; font-size: 13px; flex-wrap: wrap; }
.ledger-row .k { color: #c9d9ee; }
.ledger-row .v { color: #ffffff; }
.step { border-top: 1px solid #dce4ef; padding-top: 25px; }
.step::before { font: 400 45px/1.3 var(--font-body); color: #b84400; }
.step h3 { font-size: 19px; }
.step p { font-size: 14px; }
#pricing .section-head { text-align: center; }
#pricing .section-head p { margin-inline: auto; }
.price-note { margin: -15px auto 42px; color: var(--ink-soft); }
.price-card { padding: 32px 28px; }
.price-card .plan-name { font-size: 23px; }
.price-card .plan-price .amount { font: 500 42px/1.4 var(--font-body); letter-spacing: -1.5px; }
.price-card .plan-list { border-top: 1px solid var(--paper-line); padding-top: 24px; }
.price-card .plan-badge { background: var(--orange); color: #081426; }
.price-card.feat-plan { border-color: #f6821f; box-shadow: 0 0 0 1px #f6821f; }
#faq > .wrap { display: grid; grid-template-columns: .65fr 1fr; gap: 80px; }
.faq-list { width: 100%; max-width: none; border: 0; border-top: 1px solid var(--paper-line); border-radius: 0; background: transparent; display: block; }
details.faq { background: transparent; border-bottom: 1px solid var(--paper-line); }
details.faq summary { padding: 24px 0; font-size: 15px; font-weight: 500; }
details.faq .a { padding: 0 22px 24px 0; font-size: 14px; max-width: none; }
#contact { background: #081426; color: white; padding: 78px 0; }
.final-cta { padding: 0; border-radius: 0; background: none; }
.final-cta h2 { font-size: clamp(30px, 3.4vw, 44px); }
.final-cta p { color: #c9d9ee; font-size: 15px; }
.final-cta .form-frame { padding: 18px; border: 1px solid #54708f; background: #ffffff; min-height: 100px; }
.final-cta .form-frame .frame-label { color: #495970; padding: 0 0 8px; }
.embed-help { color: #495970 !important; font-size: 12px !important; line-height: 1.8; margin: 0 !important; }
footer.site { padding: 34px 0; color: var(--ink-soft); }
.footer-inner { align-items: flex-start; gap: 24px; }
.footer-links { font-size: 12px; gap: 14px 24px; }
.subpage .hero { background: radial-gradient(ellipse at 80% 5%, #123b68 0%, #081426 65%); }
.subpage .hero-inner { max-width: 920px; text-align: left; }
.subpage .hero .lead { margin-inline: 0; max-width: 720px; }
.subpage .hero .cta-row { justify-content: flex-start; }
.subpage .hero .footnote { margin-inline: 0; }
.subpage .hero .code-box { margin-inline: 0; max-width: 650px; }
.subpage .hero .eyebrow { margin-bottom: 25px; }
.compare-wrap, .incident-table-wrap { overflow-x: auto; }
table.compare, table.incidents { min-width: 620px; }
.compare-note, .source-note, .trust-note, .pay-note { overflow-wrap: anywhere; }
.sol-card, .cause-card, .diff-card, .pay-card, .price-mini, .fstep { padding: 30px; border-radius: 5px; }
.sol-card h3, .cause-card h3, .diff-card h3 { font-size: 22px; }
.subpage .diff-card.yes { background: #fff1e5; }
/* Daylight hero: clear glass, white space and readable live copy. */
.homepage header.site { background: #fff; color: #081426; border-color: #dce4ef; }
.homepage nav.links { color: #243b55; background: #fff; }
.homepage .menu-toggle { color: #081426; border-color: #b7c8db; }
.homepage nav.links a:hover { color: #b84400; }
.hero-home { background: #fff; color: #081426; }
.hero-home h1 { color: #081426; }
.hero-home h1 em { color: #df5700; }
.hero-home .eyebrow { color: #b84400; }
.hero-home .lead, .hero-home .hero-kicker { color: #243b55; }
.hero-home .hero-tags, .hero-home .hero-bottom { color: #344e6b; }
.hero-home .hero-tags span + span { border-color: #aebfd2; }
.hero-home .hero-bottom { border-color: #cad8e7; }
.hero-home .hero-bottom .mono { color: #b84400; }
.hero-home .btn-ghost.on-dark { color: #163454; background: #ffffffb3; border-color: #8ea8c4; }

@media (max-width: 1100px) {
  header.site .nav-inner { width: calc(100% - 48px); gap: 18px; }
  nav.links { gap: 16px; font-size: 12px; }
  .brand { font-size: 20px; }
  .wrap { width: calc(100% - 64px); }
  .concern-grid, .grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid { gap: 32px; }
}
@media (max-width: 900px) {
  header.site .nav-inner { min-height: 72px; gap: 14px; }
  .menu-toggle { display: block; }
  nav.links { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 24px; background: #081426; border-bottom: 1px solid #54708f; font-size: 15px; }
  nav.links.is-open { display: flex; flex-direction: column; gap: 18px; }
  .hero-home .hero-copy { width: 70%; }
  .hero-home h1 { font-size: 58px; }
  .hero-home::before { background: linear-gradient(90deg, #fffffff2, #ffffff85 60%, #ffffff00), linear-gradient(0deg, #fff, transparent 25%); }
  .hero-home .hero-grid { min-height: 550px; padding: 65px 0; }
  .hero-art img { object-position: 60% center; opacity: 1; }
  .hero-bottom { flex-wrap: wrap; gap: 10px 20px; }
  .hero-bottom .mono { width: 100%; }
  .feat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #faq > .wrap { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 88px; }
  .wrap { width: calc(100% - 40px); }
  header.site .nav-inner { width: calc(100% - 32px); gap: 10px; }
  .brand { font-size: 17px; gap: 6px; }
  .brand .mark { width: 27px; height: 31px; font-size: 10px; }
  .brand .edition { font-size: 9px; padding: 2px 4px; }
  header.site .header-cta { padding: 9px 10px; font-size: 11px; }
  .menu-toggle { padding: 5px 8px; }
  section { padding: 68px 0; }
  .hero-home .hero-grid { padding: 52px 0 310px; min-height: 0; }
  .hero-home .hero-copy { width: 100%; }
  .hero-home h1 { font-size: clamp(37px, 10vw, 52px); line-height: 1.4; }
  .hero-home .lead { font-size: 14px; }
  .hero-kicker { font-size: 12px; }
  .hero-art { top: 490px; }
  .hero-art img { object-position: 76% center; opacity: 1; }
  .hero-home::before { background: linear-gradient(180deg, #fff 40%, #ffffff00 66%, #fff 99%); }
  .hero-bottom { font-size: 11px; padding: 18px 0; }
  .hero-bottom .mono { font-size: 10px; }
  .hero-tags { gap: 10px; font-size: 11px; }
  .hero-tags span + span { padding-left: 10px; }
  .btn { padding: 13px 18px; font-size: 13px; white-space: normal; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 22px 0; padding: 25px 0; }
  .proof-grid > div { padding-left: 18px; }
  .proof-grid > div:nth-child(3) { padding-left: 0; border: 0; }
  .proof-grid b { font-size: 19px; }
  .proof-grid span { font-size: 11px; }
  .section-head { margin-bottom: 30px; }
  .section-head h2 { font-size: 29px; }
  .section-head p { font-size: 14px; }
  .concern-grid, .grid-cards, .feat-grid { grid-template-columns: 1fr; gap: 22px; }
  .concern-card { padding: 25px; }
  .concern-card .tag { margin-bottom: 14px; }
  .concern-card .go { padding-top: 18px; }
  .feat { padding-bottom: 10px; }
  .trust-grid { grid-template-columns: 1fr; }
  .ledger-row { padding-inline: 4px; gap: 8px; }
  .ledger-row .v { text-align: left; overflow-wrap: anywhere; }
  .price-card { padding: 30px 24px; }
  .price-card .plan-price .amount { font-size: 40px; }
  #contact { padding: 65px 0; }
  .subpage .hero { padding: 60px 0; }
  .subpage .hero h1 { font-size: 34px; }
  .subpage .hero .lead { font-size: 14px; }
  .subpage .hero .code-box { font-size: 11px; padding: 20px 16px; }
  .hero .footnote { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
/* Content illustrations and consistent technical line icons. */
.line-icon { width: 25px; height: 25px; display: block; flex-shrink: 0; }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #c34b00; background: linear-gradient(145deg, #fff7ef, #fff); border: 1px solid #ffceaa; border-radius: 12px; margin-bottom: 24px; }
.card-icon .line-icon { width: 28px; height: 28px; }
.feat .glyph { width: 48px; height: 48px; border-radius: 10px; background: #fff; }
.concern-card { border-radius: 10px; }
.concern-card .go { transition: transform .2s ease; }
.concern-card:hover .go { transform: translateX(4px); }
.concern-card:hover .card-icon, .feat:hover .glyph { border-color: #f6821f; background: #fff1e5; }
.content-illustration { margin: 0; min-width: 0; background: #fff; border: 1px solid #e0eaf6; border-radius: 18px; overflow: hidden; }
.content-illustration img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; display: block; }
.content-illustration figcaption { color: #586b82; font-size: 11px; padding: 0 20px 15px; text-align: center; }
.feature-story { display: grid; grid-template-columns: 1.1fr 1fr; gap: 45px; align-items: center; margin: 0 0 58px; }
.story-copy .kicker { color: #b84400; font: 600 11px/1.7 var(--font-mono); letter-spacing: .1em; }
.story-copy h3 { font-size: 28px; line-height: 1.65; margin: 15px 0; }
.story-copy > p { color: #495970; font-size: 14px; line-height: 1.95; }
.workflow-path { list-style: none; padding: 0; margin: 28px 0 18px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.workflow-path li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 17px 5px; border: 1px solid #cddff1; background: #fff; border-radius: 9px; color: #183e67; }
.workflow-path li + li::before { content: '→'; position: absolute; left: -18px; top: 35%; color: #b84400; }
.workflow-path span { font-size: 12px; white-space: nowrap; }
.story-copy .visual-note { font-size: 11px; }
.illustrated-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 42px; }
.illustrated-heading .section-head { margin: 0; }
.illustrated-heading .content-illustration { max-width: 550px; }
.subpage .content-illustration + .feat-grid { margin-top: 40px; }
.subpage .wrap > .content-illustration { max-width: 800px; margin-inline: auto; margin-bottom: 40px; }
#security { background: #f0f6fd; color: #081426; }
#security .kicker { color: #b84400; }
#security .trust-list p { color: #495970; }
#security .trust-list .dot { width: 40px; height: 40px; background: #fff; color: #b84400; flex-shrink: 0; border-color: #ffbc87; border-radius: 9px; }
#security .ledger-panel { background: #fff; border-color: #cddff1; box-shadow: 0 12px 36px #24568b08; }
#security .ledger-row { border-color: #dce4ef; }
#security .ledger-row .k { color: #495970; }
#security .ledger-row .v { color: #163454; }
.step { position: relative; }
.step-icon { position: absolute; right: 2px; top: 28px; color: #b84400; }
.step-icon .line-icon { width: 30px; height: 30px; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .card-icon, .feat .glyph { transition: transform .25s ease, background .25s ease, border-color .25s ease; }
  .concern-card:hover .card-icon, .feat:hover .glyph { transform: translateY(-3px); }
  .content-illustration img { transition: transform .6s ease; }
  .content-illustration:hover img { transform: scale(1.025); }
}
@media (max-width: 900px) {
  .feature-story { grid-template-columns: 1fr; gap: 30px; }
  .feature-story .content-illustration { max-width: 650px; margin-inline: auto; }
  .illustrated-heading { gap: 30px; }
}
@media (max-width: 600px) {
  .illustrated-heading { grid-template-columns: 1fr; gap: 25px; }
  .feature-story { margin-bottom: 38px; gap: 24px; }
  .story-copy h3 { font-size: 24px; }
  .content-illustration { border-radius: 12px; }
  .content-illustration figcaption { font-size: 10px; padding-inline: 10px; }
  .workflow-path { gap: 15px; }
  .workflow-path li + li::before { left: -14px; font-size: 12px; }
  .workflow-path span { font-size: 10px; }
  .card-icon { margin-bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .concern-card:hover .go, .concern-card:hover .card-icon, .feat:hover .glyph, .content-illustration:hover img { transform: none; }
}

/* Related self-hosted product: distinguish deployment models and product identity. */
.deployment-choice { background: #fff; border-top: 1px solid #dce4ef; }
.deployment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.deployment-card { display: flex; flex-direction: column; padding: 36px; border: 1px solid #dce4ef; border-radius: 12px; background: #f8faff; }
.deployment-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin-bottom: 24px; }
.deployment-label { display: inline-flex; align-items: center; gap: 8px; color: #b84400; font: 600 18px/1.5 var(--font-body); letter-spacing: .01em; white-space: nowrap; }
.deployment-label .line-icon { width: 22px; height: 22px; }
.deployment-card h3 { font-size: 30px; margin: 0; white-space: nowrap; }
.deployment-card h3 small { font: 500 13px/1.5 var(--font-mono); border: 1px solid #789b92; border-radius: 4px; padding: 3px 6px; vertical-align: middle; }
.deployment-card .deployment-lead { color: #243b55; font-size: 21px; font-weight: 600; line-height: 1.7; }
.deployment-card ul { list-style: none; padding: 22px 0; margin: 22px 0 28px; border-top: 1px solid #dce4ef; color: #495970; font-size: 14px; }
.deployment-card li { position: relative; padding-left: 21px; margin-bottom: 9px; }
.deployment-card li::before { content: '✓'; position: absolute; left: 0; color: #b84400; }
.deployment-card > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 14px; text-decoration: none; font-weight: 600; margin-top: auto; }
.deployment-card.local-choice { border-color: #9dcfbd; background: #f2fbf7; }
.local-choice .deployment-label, .local-choice li::before { color: #16634b; }
.local-choice .contactform-link { color: #fff; background: #17644e; padding: 16px 20px; }
.local-choice .contactform-link:hover { background: #104d3b; }
.deployment-card .deployment-note { font-size: 11px; color: #49645b; margin-top: 12px; }
.deployment-footnote { max-width: 900px; font-size: 12px; line-height: 1.9; color: #586b82; margin-top: 22px; }
.self-hosted-faq-link { display: block; width: fit-content; margin-top: 12px; color: #16634b; font-weight: 600; }
@media (max-width: 700px) {
  .deployment-grid { grid-template-columns: 1fr; gap: 20px; }
  .deployment-card { padding: 27px 24px; }
  .deployment-card .deployment-lead { font-size: 20px; }
  .deployment-card h3 { font-size: 28px; }
  .deployment-card > a { font-size: 13px; }
}

/* Serverless use-case content. */
.serverless-teaser { padding: 0 0 80px; }
.serverless-teaser-link { display: flex; align-items: center; gap: 28px; padding: 34px; border: 1px solid #cddff1; border-radius: 12px; background: linear-gradient(115deg, #f0f7ff, #fff); text-decoration: none; }
.serverless-teaser-link .card-icon { flex-shrink: 0; margin: 0; }
.serverless-teaser .kicker { color: #b84400; font: 600 11px/1.6 var(--font-mono); letter-spacing: .1em; }
.serverless-teaser h2 { font-size: 25px; line-height: 1.6; margin: 10px 0; }
.serverless-teaser p { color: #495970; font-size: 14px; }
.serverless-teaser-go { margin-left: auto; color: #b84400; font-size: 13px; font-weight: 600; white-space: nowrap; }
.serverless-teaser-link:hover { border-color: #f6821f; }
.serverless-page .serverless-hero { background: linear-gradient(130deg, #fff 25%, #eaf5ff); color: #081426; }
.serverless-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 45px; align-items: center; }
.serverless-page .hero h1 { color: #081426; font-size: clamp(36px, 4vw, 58px); line-height: 1.5; }
.serverless-page .hero h1 em { color: #df5700; }
.serverless-page .hero .eyebrow { color: #b84400; font-size: 11px; }
.serverless-page .hero .lead { color: #243b55; font-size: 15px; margin-top: 25px; }
.serverless-page .hero .btn-ghost.on-dark { color: #163454; border-color: #8ea8c4; background: #fff; }
.serverless-page .hero .cta-row { justify-content: flex-start; gap: 12px; }
.serverless-page .deployment-card h3 { white-space: normal; font-size: 26px; margin-top: 22px; }
.serverless-page .deployment-label { font-size: 17px; white-space: normal; }
.serverless-page .serverless-note { color: #586b82; font-size: 13px; line-height: 1.9; margin-top: 28px; }
.serverless-flow { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; list-style: none; padding: 0; margin: 40px 0 0; }
.serverless-flow li { position: relative; background: #fff; border: 1px solid #cddff1; border-radius: 12px; padding: 32px; }
.serverless-flow .line-icon { width: 36px; height: 36px; color: #b84400; margin-bottom: 24px; }
.serverless-flow h3 { font-size: 22px; margin-bottom: 12px; }
.serverless-flow p { color: #495970; font-size: 14px; }
.serverless-flow li + li::before { content: '→'; color: #b84400; position: absolute; top: 45%; left: -26px; }
@media (max-width: 1000px) {
  .serverless-teaser-link { flex-wrap: wrap; }
  .serverless-teaser-go { margin-left: 80px; }
  .serverless-hero-grid { grid-template-columns: 1fr; }
  .serverless-hero-grid .content-illustration { width: 100%; max-width: 650px; margin: auto; }
}
@media (max-width: 700px) {
  .serverless-teaser { padding-bottom: 60px; }
  .serverless-teaser-link { padding: 25px; gap: 20px; }
  .serverless-teaser h2 { font-size: 22px; }
  .serverless-teaser-go { margin-left: 0; white-space: normal; }
  .serverless-flow { grid-template-columns: 1fr; gap: 30px; }
  .serverless-flow li + li::before { content: '↓'; left: 50%; top: -30px; }
  .serverless-page .hero h1 { font-size: clamp(31px, 8.7vw, 45px); }
}

.related-needs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.related-needs .concern-card h3 { font-size: 20px; }
@media (max-width: 700px) {
  .related-needs { grid-template-columns: 1fr; }
}

/* Separate product line: customer-hosted API edition. */
.api-product-name { color: #3d5571; font-size: 15px; font-weight: 600; margin-bottom: 16px; }
.api-price-panel { background: #fff; border: 1px solid #bdd7ef; border-top: 4px solid #f6821f; border-radius: 14px; padding: 34px; box-shadow: 0 20px 55px #1744710a; }
.api-price-panel .kicker, .api-offer .kicker { font: 600 11px/1.7 var(--font-mono); letter-spacing: .1em; color: #b84400; }
.api-price-panel h2 { font-size: 26px; margin: 18px 0; }
.api-price { color: #081426; font: 600 clamp(38px,4vw,56px)/1.3 var(--font-body); letter-spacing: -.045em; }
.api-price > span { display: block; font: 500 13px/1.8 var(--font-body); letter-spacing: 0; margin-top: 6px; color: #495970; }
.api-price-panel ul, .api-offer ul { list-style: none; padding: 20px 0; margin: 20px 0 0; border-top: 1px solid #dce4ef; font-size: 14px; color: #243b55; }
.api-price-panel li, .api-offer li { margin: 8px 0; }
.api-price-panel li::before, .api-offer li::before { content: '✓'; color: #b84400; margin-right: 9px; }
.api-price-panel p { color: #495970; font-size: 12px; line-height: 1.9; }
.api-price-panel .api-domain-note { border-top: 1px solid #dce4ef; padding-top: 15px; margin-top: 15px; font-weight: 600; color: #081426; }
.api-offer { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px 42px; margin-top: 40px; padding: 36px; border: 1px solid #91bddf; border-radius: 12px; background: linear-gradient(120deg, #f0f7ff, #fff); }
.api-offer h3 { font-size: 25px; line-height: 1.6; margin: 12px 0; }
.api-offer p { font-size: 14px; color: #495970; }
.api-offer-action { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; }
.api-offer-action .btn { white-space: normal; }
.api-offer-action p { font-size: 12px; }
.api-offer .api-offer-terms { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #cadceb; font-size: 12px; }
.deployment-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.deployment-three .deployment-card { padding: 28px; }
.deployment-three .deployment-heading { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 12px; min-height: 64px; }
.deployment-three .deployment-label { font-size: 16px; white-space: normal; gap: 7px; overflow-wrap: anywhere; }
.deployment-three .deployment-label .line-icon { width: 20px; height: 20px; }
.deployment-three .deployment-card h3 { font-size: 26px; }
.api-choice { background: #f0f7ff; border-color: #91bddf; }
.api-choice .deployment-label { color: #1b5a91; }
.api-conditions { background: #f4f8fe; border: 1px solid #bdd7ef; border-left: 4px solid #f6821f; border-radius: 8px; padding: 32px; }
.api-conditions h3 { font-size: 23px; margin-bottom: 16px; }
.api-conditions p { color: #495970; font-size: 15px; margin-top: 14px; }
.api-free-link { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.api-free-link span { font-size: 12px; color: #586b82; }
#inquiry { background: #081426; color: #fff; }
#inquiry .api-contact-note { font-size: 12px; max-width: 720px; margin: 24px auto 0; }
@media (max-width: 1000px) {
  .deployment-three { grid-template-columns: 1fr; }
  .deployment-three .deployment-heading { gap: 12px 22px; }
}
@media (max-width: 700px) {
  .api-offer { grid-template-columns: 1fr; padding: 25px; gap: 24px; }
  .api-offer h3 { font-size: 22px; }
  .api-price-panel { padding: 25px; }
  .api-conditions { padding: 24px; }
  .api-conditions h3 { font-size: 20px; }
  .api-free-link .btn { white-space: normal; }
}
