/* ── shared: all pages ── */
* { box-sizing: border-box; }
[data-i18n][hidden] { display: none !important; }
#lang-switch { position: fixed; top: 18px; right: 20px; z-index: 10; border: 0; background: transparent; color: #525252; font: inherit; font-size: 13px; font-weight: 700; letter-spacing: .08em; cursor: pointer; }
#lang-switch:hover { color: #6366f1; }
body { margin: 0; background: #fafafa; color: #0a0a0a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.wordmark { font-weight: 800; text-decoration: none; color: inherit; display: inline-block; letter-spacing: -.03em; }
.wordmark:visited,.wordmark:hover,.wordmark:active,.wordmark:focus { color: inherit; outline: none; }
.wordmark span,.email { background: linear-gradient(135deg, #6366f1, #8b5cf6 50%, #0ea5e9); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

/* ── default: use-case pages (no body class) ── */
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.wordmark { font-size: 27px; }
.site-header { padding: 24px 0; border-bottom: 1px solid #e5e5e5; background: rgba(250,250,250,.9); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; color: #525252; }
.nav a,.footer-links a,.faq-card a { text-decoration: none; background: linear-gradient(135deg, #6366f1, #8b5cf6 50%, #0ea5e9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav a:hover,.footer-links a:hover,.faq-card a:hover { opacity: .72; }
.nav .nav-cta { color: #fff; background: #0a0a0a; border-radius: 7px; padding: 9px 15px; }
.hero { padding: 92px 0 88px; background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(99,102,241,.14), transparent 62%); }
.eyebrow { color: #6366f1; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 18px; }
h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 7vw, 76px); line-height: 1.02; letter-spacing: -.055em; font-weight: 750; }
.hero-copy { max-width: 650px; margin: 24px 0 30px; color: #525252; font-size: 20px; line-height: 1.5; }
.button { display: inline-block; padding: 13px 21px; border-radius: 7px; background: #0a0a0a; color: #fff; text-decoration: none; font-size: 15px; font-weight: 650; }
.button:hover { background: #6366f1; }
.hero-note { margin: 14px 0 0; color: #737373; font-size: 13px; }
.capability-strip { padding: 28px 0; background: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.capability { padding: 18px 20px; border: 1px solid #e5e5e5; border-radius: 10px; background: #fafafa; }
.capability strong { display: block; margin-bottom: 4px; font-size: 15px; }
.capability span { color: #737373; font-size: 13px; }
.compact-pricing { padding: 42px 0; background: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.compact-pricing-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 26px; border: 1px solid #c7d2fe; border-radius: 12px; background: linear-gradient(110deg, #f8faff, #fff); }
.compact-pricing-card h2 { margin: 0 0 4px; font-size: 24px; }
.compact-pricing-card p { margin: 0; color: #525252; font-size: 14px; }
.compact-price { white-space: nowrap; color: #6366f1; font-size: 27px; font-weight: 800; }
.compact-price small { color: #737373; font-size: 13px; font-weight: 500; }
section { padding: 86px 0; }
.section-muted { background: #f3f4f6; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.section-heading { max-width: 690px; margin-bottom: 38px; }
h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 47px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p,.intro { color: #525252; font-size: 18px; }
.problem-grid,.task-grid,.workflow-grid,.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.problem-card,.task-card,.workflow-card,.faq-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; padding: 24px; }
.problem-card strong,.task-card strong { display: block; margin-bottom: 7px; font-size: 17px; }
.problem-card p,.task-card p,.faq-card p { margin: 0; color: #525252; font-size: 15px; }
.task-grid { grid-template-columns: repeat(3, 1fr); }
.task-card { min-height: 155px; }
.task-number { color: #6366f1; font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.task-card .result { margin-top: 14px; padding-top: 12px; border-top: 1px solid #e5e5e5; color: #262626; font-size: 14px; }
.task-card .result b { color: #6366f1; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.comparison-panel { padding: 30px; border-radius: 12px; border: 1px solid #e5e5e5; background: #fff; }
.comparison-panel.after { background: #eef2ff; border-color: #c7d2fe; }
.comparison-panel h3 { margin: 0 0 16px; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; color: #737373; }
.comparison-panel.after h3 { color: #6366f1; }
.comparison-panel ul { margin: 0; padding-left: 20px; color: #404040; }
.comparison-panel li { margin: 8px 0; }
.workflow-grid { grid-template-columns: repeat(5, 1fr); }
.workflow-card { padding: 20px; }
.workflow-card .label { color: #6366f1; text-transform: uppercase; letter-spacing: .08em; font-weight: 750; font-size: 11px; }
.workflow-card h3 { margin: 9px 0 12px; font-size: 16px; line-height: 1.3; }
.workflow-card p { margin: 0; font-size: 14px; color: #525252; }
.workflow-card p + p { margin-top: 12px; padding-top: 12px; border-top: 1px solid #e5e5e5; }
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.why-copy p { color: #525252; font-size: 17px; }
.why-list { margin: 0; padding: 0; list-style: none; }
.why-list li { padding: 17px 0 17px 30px; border-bottom: 1px solid #e5e5e5; position: relative; }
.why-list li::before { content: "✓"; position: absolute; left: 0; color: #6366f1; font-weight: 800; }
.faq-card h3 { margin: 0 0 8px; font-size: 17px; }
.final-cta { padding: 90px 0; text-align: center; background: #0a0a0a; color: #fff; }
.final-cta h2 { max-width: 650px; margin: 0 auto 20px; }
.final-cta p { color: #a3a3a3; margin: 0 auto 26px; }
.final-cta .button { background: #fff; color: #0a0a0a; }
.footer { padding: 36px 0; background: #fff; border-top: 1px solid #e5e5e5; text-align: center; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-bottom: 16px; font-size: 14px; color: #525252; }
.footer-links a { text-decoration: none; }
.footer-copy { margin: 0; color: #a3a3a3; font-size: 13px; }
.testimonial-strip { padding: 60px 0; background: #fafafa; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; text-align: center; }
.testimonial-strip blockquote { max-width: 640px; margin: 0 auto 12px; font-size: 17px; font-style: italic; color: #404040; line-height: 1.6; }
.testimonial-strip cite { font-size: 14px; font-weight: 600; color: #6366f1; font-style: normal; }
.teams-try-solo { text-align: center; padding: 20px 0 40px; color: #737373; font-size: 14px; background: #0a0a0a; }
.teams-try-solo a { color: #a3a3a3; text-decoration: underline; text-underline-offset: 3px; }
.teams-try-solo a:hover { color: #fff; }

/* ── home-one-pager (index.html) ── */
.home-one-pager { overflow-x: hidden; }
.home-one-pager .container { width: min(1200px, calc(100% - 48px)); }
.home-one-pager #lang-switch { top: 16px; }
.home-one-pager .wordmark { font-size: 28px; }
.home-one-pager .hero { min-height: 100vh; padding: 64px 0 56px; text-align: center; display: flex; align-items: center; background: radial-gradient(ellipse 80% 55% at 50% -10%, rgba(99,102,241,.14), transparent 62%), radial-gradient(ellipse 55% 50% at 85% 55%, rgba(139,92,246,.08), transparent 68%); }
.home-one-pager .hero > .container { width: min(1120px, calc(100% - 48px)); }
.home-one-pager h1 { max-width: 900px; margin: 0 auto 16px; color: #0a0a0a; font-size: clamp(36px, 5.2vw, 60px); font-weight: 750; line-height: 1.08; letter-spacing: -.05em; text-align: center; }
.home-one-pager .hero-tagline { max-width: 640px; margin: 0 auto 16px; color: #6366f1; font-size: 14px; font-weight: 600; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.home-one-pager .hero-result { max-width: 640px; margin: 0 auto; color: #525252; font-size: 18px; font-weight: 400; line-height: 1.45; text-align: center; }
.home-one-pager .profession-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 1040px; margin: 38px auto 52px; }
.home-one-pager .profession-grid a { display: flex; min-height: 132px; flex-direction: column; justify-content: space-between; padding: 20px; color: #0a0a0a; text-align: left; text-decoration: none; background: rgba(255,255,255,.82); border: 1px solid #e5e5e5; border-radius: 12px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.home-one-pager .profession-grid a:hover { border-color: #6366f1; box-shadow: 0 10px 28px rgba(99,102,241,.12); transform: translateY(-2px); }
.home-one-pager .profession-grid strong { color: #0a0a0a; font-size: 16px; line-height: 1.3; }
.home-one-pager .profession-grid span { color: #737373; font-size: 13px; line-height: 1.4; }
.home-one-pager .footer-enterprise { margin-top: 28px; color: #525252; font-size: 13px; text-align: center; }
.home-one-pager .footer-enterprise a { color: #6366f1; text-decoration: none; }
.home-one-pager .footer-enterprise a:hover { text-decoration: underline; }
.home-one-pager .big { font-size: 40px; }
.home-one-pager .footer { padding: 32px 0; }
.home-one-pager .footer-links { gap: 22px; margin-bottom: 14px; font-size: unset; color: unset; }
.home-one-pager .footer-links a { color: #525252; font-size: 13px; background: none; -webkit-text-fill-color: unset; }
.home-one-pager .footer-links a:hover { color: #6366f1; opacity: 1; }
.home-one-pager .footer-copy { font-size: 12px; }
.home-one-pager .footer-builtwith { margin: 0; color: #d4d4d4; font-size: 12px; margin-top: 4px; }

/* ── page-provision (provision.html) ── */
.page-provision .container { width: min(580px, calc(100% - 48px)); }
.page-provision .wordmark { font-size: 32px; letter-spacing: -.02em; }
.page-provision header { text-align: center; padding: 48px 0 40px; }
.page-provision h2 { font-size: 28px; font-weight: 700; text-align: center; margin-bottom: 8px; }
.page-provision .section-subtitle { text-align: center; color: #525252; font-size: 16px; margin-bottom: 32px; }
.page-provision .request-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 16px; padding: 32px; }
.page-provision .form-group { margin-bottom: 20px; }
.page-provision .form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: #262626; }
.page-provision .form-hint { font-weight: 400; color: #a3a3a3; font-size: 12px; }
.page-provision .form-error { font-size: 13px; color: #ef4444; margin-top: 4px; display: none; }
.page-provision .form-error.visible { display: block; }
.page-provision .cta-button { display: inline-block; padding: 14px 28px; border-radius: 8px; background: #0a0a0a; color: #fff; border: 0; font-size: 16px; font-weight: 650; cursor: pointer; transition: background .2s, transform .2s; }
.page-provision .cta-button:hover { background: #6366f1; transform: translateY(-2px); }
.page-provision .cta-button:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.page-provision .cta-button.btn-green { background: #059669; }
.page-provision .cta-button.btn-green:hover { background: #047857; }
.page-provision .cta-button.btn-red { background: #dc2626; }
.page-provision .cta-button.btn-loading { background: #525252; cursor: wait; }
.page-provision .form-status { margin-top: 12px; font-size: 14px; text-align: center; min-height: 20px; }
.page-provision .form-status.green { color: #059669; }
.page-provision .form-status.red { color: #dc2626; }
.page-provision .form-status.gray { color: #a3a3a3; }
.page-provision .form-success { text-align: center; padding: 20px 0 0; display: none; }
.page-provision .form-success.visible { display: block; }
.page-provision .form-success-check { font-size: 32px; margin-bottom: 8px; }
.page-provision .form-success-text { font-size: 15px; color: #525252; }
.page-provision .form-footer-text { font-size: 13px; color: #a3a3a3; text-align: center; margin-top: 16px; }
.page-provision .add-email-btn { background: none; border: 1px dashed #d4d4d4; border-radius: 8px; padding: 8px 16px; font-size: 13px; font-family: inherit; color: #737373; cursor: pointer; transition: all .2s; display: block; width: 100%; text-align: center; margin-top: 4px; }
.page-provision .add-email-btn:hover { border-color: #6366f1; color: #6366f1; }
.page-provision .name-suggestions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.page-provision .name-suggestion-chip { font-size: 12px; padding: 4px 10px; border: 1px solid #e5e5e5; border-radius: 6px; background: #fafafa; cursor: pointer; font-family: inherit; color: #525252; transition: border-color .2s; }
.page-provision .name-suggestion-chip:hover { border-color: #6366f1; }
.page-provision .form-group input[type="text"],.page-provision .form-group input[type="email"] { width: 100%; padding: 12px 14px; border: 1px solid #e5e5e5; border-radius: 10px; font-size: 15px; font-family: inherit; color: #0a0a0a; background: #fafafa; transition: border-color .2s, box-shadow .2s; outline: none; box-sizing: border-box; }
.page-provision .form-group input:focus { border-color: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.1); background: #fff; }
.page-provision .input-group-wrap { display: flex; align-items: center; border: 1px solid #e5e5e5; border-radius: 10px; background: #fafafa; transition: border-color .2s, box-shadow .2s; overflow: hidden; }
.page-provision .input-group-wrap:focus-within { border-color: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.1); background: #fff; }
.page-provision .input-group-wrap input { flex: 1; border: none !important; background: transparent !important; padding: 12px 14px !important; font-size: 15px !important; font-family: inherit !important; color: #0a0a0a !important; outline: none !important; box-shadow: none !important; min-width: 0; border-radius: 0 !important; }
.page-provision .input-suffix { padding: 12px 14px 12px 0; font-size: 15px; color: #a3a3a3; font-weight: 500; white-space: nowrap; user-select: none; }
.page-provision .extra-email-row { display: flex; gap: 8px; align-items: center; margin-bottom: 12px; animation: msg-fade-in .3s ease; }
.page-provision .extra-email-row input { flex: 1; padding: 12px 14px; border: 1px solid #e5e5e5; border-radius: 10px; font-size: 15px; font-family: inherit; color: #0a0a0a; background: #fafafa; transition: border-color .2s, box-shadow .2s; outline: none; box-sizing: border-box; }
.page-provision .extra-email-row input:focus { border-color: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.1); background: #fff; }
.page-provision .remove-email-btn { background: none; border: none; color: #a3a3a3; cursor: pointer; font-size: 18px; padding: 4px 8px; transition: color .2s; line-height: 1; flex-shrink: 0; }
.page-provision .remove-email-btn:hover { color: #ef4444; }
.page-provision .footer { padding: 40px 0 30px; border-top: 1px solid #e5e5e5; background: #fff; text-align: center; margin-top: 60px; }
.page-provision .footer-links { gap: 32px; margin-bottom: 20px; font-size: unset; color: unset; }
.page-provision .footer-links a { color: #525252; font-size: 14px; background: none; -webkit-text-fill-color: unset; }
.page-provision .footer-links a:hover { color: #0a0a0a; opacity: 1; }
.page-provision .footer-copy { font-size: 14px; }
.page-provision .footer-builtwith { font-size: 12px; color: #d4d4d4; margin-top: 4px; }
.page-provision .footer-wordmark { font-size: 24px; font-weight: 700; margin-bottom: 24px; }
@keyframes msg-fade-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ── page-legal (privacy, terms, security, changelog) ── */
.page-legal .container { max-width: 860px; margin: 0 auto; padding: 0 24px; width: auto; }
.page-legal .wordmark { font-size: 32px; letter-spacing: -.02em; }
.page-legal header { text-align: center; padding: 48px 0 40px; }
.page-legal .content { background: #fff; border: 1px solid #e5e5e5; border-radius: 16px; padding: 48px; margin-bottom: 60px; }
.page-legal h1 { font-size: 36px; font-weight: 700; margin: 0 0 8px; letter-spacing: -.02em; line-height: normal; }
.page-legal .updated { font-size: 14px; color: #a3a3a3; margin-bottom: 40px; }
.page-legal h2 { font-size: 22px; font-weight: 600; margin: 36px 0 12px; }
.page-legal p { font-size: 16px; color: #404040; margin-bottom: 16px; }
.page-legal ul { margin: 0 0 16px 24px; }
.page-legal li { font-size: 16px; color: #404040; margin-bottom: 8px; }
.page-legal .footer { padding: 40px 0; background: #fff; border-top: 1px solid #e5e5e5; text-align: center; }
.page-legal .footer-links { gap: 32px; margin-bottom: 20px; font-size: unset; color: unset; }
.page-legal .footer-links a { color: #525252; font-size: 14px; background: none; -webkit-text-fill-color: unset; }
.page-legal .footer-links a:hover { color: #0a0a0a; opacity: 1; }
.page-legal .footer-copy { font-size: 14px; }
.page-legal .note { background: #f9fafb; border: 1px solid #e5e5e5; border-radius: 12px; padding: 20px; margin: 24px 0; }
.page-legal .note p { margin-bottom: 0; }
.page-legal .payment-details { background: #f9fafb; border: 1px solid #e5e5e5; border-radius: 12px; padding: 24px; margin: 24px 0; }
.page-legal .payment-row { display: flex; padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 15px; }
.page-legal .payment-row:last-child { border-bottom: none; }
.page-legal .payment-label { font-weight: 600; color: #404040; min-width: 160px; flex-shrink: 0; }
.page-legal .payment-value { color: #525252; font-family: "SF Mono", "Monaco", "Courier New", monospace; font-size: 14px; }
.page-legal .provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 20px 0 32px; }
.page-legal .provider-card { background: #f9fafb; border: 1px solid #e5e5e5; border-radius: 12px; padding: 24px; }
.page-legal .provider-name { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.page-legal .provider-role { font-size: 14px; color: #525252; }
.page-changelog .container { max-width: 780px; }
.page-changelog h2 { margin: 48px 0 24px; padding-bottom: 8px; border-bottom: 1px solid #f0f0f0; }
.page-changelog h3 { font-size: 16px; font-weight: 600; color: #6366f1; margin: 28px 0 10px; }
.page-changelog ul { margin: 0 0 12px 24px; }
.page-changelog li { font-size: 15px; color: #404040; margin-bottom: 6px; line-height: 1.5; }
.page-changelog .tag { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 6px; text-transform: uppercase; letter-spacing: .04em; margin-left: 6px; vertical-align: middle; }
.page-changelog .tag-feat { background: #ecfdf5; color: #059669; }
.page-changelog .tag-fix { background: #fef3c7; color: #d97706; }

/* ── media queries ── */
@media (max-width: 800px) {
  .task-grid,.workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  #lang-switch { top: 64px !important; right: 12px !important; }
  .container { width: min(100% - 32px, 1120px); }
  .site-header { padding: 18px 0; }
  .nav a:not(.nav-cta) { display: none; }
  .hero { padding: 65px 0 60px; }
  section { padding: 60px 0; }
  .problem-grid,.task-grid,.workflow-grid,.faq-grid,.comparison { grid-template-columns: 1fr; }
  h1 { font-size: 44px; }
  .hero-copy { font-size: 17px; }
  .compact-pricing-card { align-items: flex-start; flex-direction: column; }
  .capability-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .home-one-pager .container,.home-one-pager .hero > .container { width: min(100% - 32px, 1120px); }
  .home-one-pager .hero { min-height: auto; padding: 64px 0 40px; }
  .home-one-pager h1 { font-size: 38px; }
  .home-one-pager .hero-result { font-size: 17px; }
  .home-one-pager .profession-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }
  .home-one-pager .profession-grid a { min-height: 116px; padding: 15px; }
  .home-one-pager .profession-grid strong { font-size: 14px; }
  .home-one-pager .profession-grid span { font-size: 12px; }
}
@media (max-width: 480px) {
  .page-legal .content { padding: 24px; }
  .page-legal h1 { font-size: 28px; }
  .page-legal .payment-row { flex-direction: column; gap: 4px; }
  .page-legal .payment-label { min-width: auto; }
}
@media (max-width: 390px) {
  .home-one-pager h1 { font-size: 34px; }
  .home-one-pager .profession-grid { grid-template-columns: 1fr; }
}
