/* AccSota commercial landing refresh */
:root { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.section { padding-block: clamp(72px, 8vw, 112px); }
.section.tight { padding-block: clamp(60px, 7vw, 92px); }

.region-banner-soon { background: #fff8e7; border-bottom: 1px solid #fde7a9; color: #75520c; }
.region-banner-soon .region-banner-inner { min-height: 34px; justify-content: center; gap: 9px; }
.region-status-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,.14); }
.region-banner-support { color: #75520c; font-weight: 800; font-size: 12px; text-underline-offset: 3px; }
.nav-ideal .nav-inner { min-height: 68px; }
.nav-ideal .nav-actions { gap: 8px; }
.btn-ghost { border: 0; background: transparent; color: var(--rm-fg); box-shadow: none; }
.btn-ghost:hover { background: var(--rm-bg-subtle); }
.nav-start-short { display: none; }

.hero-ideal { min-height: auto; padding: clamp(72px, 8vw, 118px) 0 clamp(76px, 9vw, 126px); }
.hero-ideal .hero-pro-grid { align-items: center; }
.hero-ideal .hero-pro-title { max-width: 760px; padding-inline-end: .08em; overflow: visible; font-size: clamp(48px, 5.1vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero-title-line { display: block; max-width: 100%; overflow: visible; }
.hero-ideal .hero-sub { max-width: 680px; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.62; }
.hero-quiet { margin: 14px 0 0; color: var(--rm-fg-muted); font-size: 13px; }
.hero-ideal .hero-meta-item b { color: #059669; }
.hero-float-status { color: #047857; font-weight: 800; font-size: 13px; margin-bottom: 3px; }
.hero-float-status span { color: #10b981; margin-right: 5px; }

.proof-section { padding: 34px 0 82px; background: #f7f8ff; border-block: 1px solid #eceefe; }
.proof-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 48px; align-items: end; }
.proof-title { margin-bottom: 0; }
.proof-intro { margin: 0; color: var(--rm-fg-muted); font-size: 16px; line-height: 1.7; }
.proof-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.proof-card { padding: 24px; border: 1px solid var(--rm-border); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(15,23,42,.04); }
.proof-value { color: var(--rm-primary); font-family: var(--rm-font-display); font-size: 28px; font-weight: 850; letter-spacing: -.04em; }
.proof-card h3 { margin: 10px 0 8px; font-size: 16px; }
.proof-card p { margin: 0; color: var(--rm-fg-muted); font-size: 13px; line-height: 1.58; }
.proof-action { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 24px; border-radius: 18px; background: #111827; color: #fff; }
.proof-action strong, .proof-action span { display: block; }
.proof-action strong { font-size: 16px; }
.proof-action span { margin-top: 4px; color: #cbd5e1; font-size: 13px; }
.proof-action-buttons { display: flex; gap: 8px; flex: none; }
.proof-action .btn-outline { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.05); }

.product-ideal-head, .business-head { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: 46px; align-items: end; }
.product-ideal-head .section-sub, .business-head .section-sub { margin: 0; }
.product-step-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 44px; }
.product-step-card { position: relative; padding: 26px 24px 24px; border: 1px solid var(--rm-border); border-radius: 20px; background: #fff; overflow: hidden; }
.product-step-card::after { content: ''; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg,#5755d9,#13a37c); opacity: .85; }
.product-step-num { color: var(--rm-primary); font-family: var(--rm-font-mono); font-weight: 800; font-size: 12px; }
.product-step-card h3 { margin: 18px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.product-step-card p { margin: 0; min-height: 112px; color: var(--rm-fg-muted); font-size: 14px; line-height: 1.62; }
.product-step-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.product-step-tags span { padding: 5px 8px; border-radius: 999px; background: var(--rm-bg-subtle); color: var(--rm-fg-muted); font-size: 10.5px; font-weight: 700; }
.product-result { margin-top: 16px; display: flex; align-items: center; gap: 18px; padding: 24px; border-radius: 18px; background: linear-gradient(135deg,#eef2ff,#ecfdf5); border: 1px solid #dbe5f8; }
.product-result-mark { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: #111827; color: #fff; font-weight: 850; }
.product-result strong { font-size: 16px; }
.product-result p { margin: 4px 0 0; color: var(--rm-fg-muted); font-size: 13px; line-height: 1.5; }

.business-section { background: #f8fafc; }
.business-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.business-card { padding: 22px 20px; border: 1px solid var(--rm-border); border-radius: 18px; background: #fff; }
.business-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eef2ff; color: var(--rm-primary); font-size: 11px; font-weight: 900; }
.business-card h3 { margin: 18px 0 9px; font-size: 18px; letter-spacing: -.025em; }
.business-card p { margin: 0; color: var(--rm-fg-muted); font-size: 13px; line-height: 1.58; }
.business-card ul { margin: 17px 0 0; padding: 15px 0 0; list-style: none; border-top: 1px solid var(--rm-border); }
.business-card li { margin-top: 6px; color: var(--rm-fg); font-size: 11.5px; font-weight: 650; }
.business-card li::before { content: '✓'; margin-right: 6px; color: #059669; }
.business-more { margin-top: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid var(--rm-border); border-radius: 16px; background: #fff; font-size: 13px; }
.business-more span { color: var(--rm-fg-muted); }
.business-more a { color: var(--rm-primary); font-weight: 800; text-decoration: none; }

.pricing-section { background: #101727; color: #fff; }
.pricing-section .section-eyebrow { color: #a5b4fc; }
.pricing-section .section-title { color: #fff; }
.pricing-section .section-sub { color: #bdc7d8; }
.pricing-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.75fr); gap: clamp(44px,7vw,104px); align-items: center; }
.pricing-notes { display: grid; gap: 12px; margin-top: 30px; }
.pricing-note { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); }
.pricing-note b { color: #fff; font-size: 13px; }
.pricing-note span { color: #aeb9cb; font-size: 13px; line-height: 1.55; }
.pricing-card { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #fff; color: #111827; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.pricing-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #ecfdf5; color: #047857; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.pricing-period { margin-top: 22px; }
.pricing-period strong { display: block; font-size: clamp(42px,5vw,62px); line-height: .95; letter-spacing: -.06em; }
.pricing-period span { display: block; margin-top: 8px; color: var(--rm-primary); font-size: 18px; font-weight: 800; }
.pricing-card-lead { margin: 20px 0 0; color: #64748b; font-size: 14px; line-height: 1.6; }
.pricing-list { margin: 24px 0; padding: 20px 0; list-style: none; border-block: 1px solid #e5e7eb; }
.pricing-list li { display: flex; gap: 9px; margin: 9px 0; font-size: 13px; }
.pricing-list li span { color: #059669; font-weight: 900; }
.pricing-cta { width: 100%; justify-content: center; }
.pricing-support { display: block; margin-top: 14px; text-align: center; color: #475569; font-size: 12px; font-weight: 700; }

.faq-aside { position: sticky; top: 130px; align-self: start; }
.faq-aside .btn { margin-top: 20px; }
.faq-ideal .faq-q { min-height: 68px; }

.cta-ideal { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; align-items: center; text-align: left; }
.cta-ideal .cta-title { max-width: 790px; }
.cta-kicker { display: block; margin-bottom: 12px; color: #a5b4fc; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.cta-ideal .cta-buttons { justify-content: flex-end; flex-wrap: nowrap; }
.footer-grid-ideal { grid-template-columns: 1.35fr .75fr 1.3fr .8fr; }
.footer-brand { margin-bottom: 16px; }
.footer-email { display: block; margin-top: 8px; color: var(--rm-fg-muted); font-size: 13px; }
.footer-region-note { margin: 28px 0 0; display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border: 1px solid #fde7a9; border-radius: 14px; background: #fff8e7; color: #75520c; }
.footer-region-note strong { font-size: 13px; }
.footer-region-note p { margin: 3px 0 0; font-size: 12px; line-height: 1.5; }

@media (max-width: 1100px) {
  .proof-grid, .product-step-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .business-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-step-card p { min-height: 88px; }
  .footer-grid-ideal { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .proof-head, .product-ideal-head, .business-head, .pricing-layout { grid-template-columns: 1fr; gap: 20px; }
  .proof-action { align-items: flex-start; flex-direction: column; }
  .pricing-layout { gap: 44px; }
  .business-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .business-more { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
  .cta-ideal { grid-template-columns: 1fr; text-align: center; }
  .cta-ideal .cta-buttons { justify-content: center; }
}

@media (max-width: 640px) {
  .section { padding-block: 68px; }
  .region-banner-soon .region-banner-inner { min-height: 38px; justify-content: center; }
  .region-banner-support { display: none; }
  .nav-ideal .nav-inner { min-height: 58px; }
  .nav-ideal .nav-login { display: none; }
  .nav-start-full { display: none; }
  .nav-start-short { display: inline; }
  .hero-ideal { padding: 62px 0 72px; }
  .hero-ideal .hero-pro-title { font-size: clamp(42px,12vw,54px); }
  .hero-ideal .hero-cta { display: grid; grid-template-columns: 1fr; }
  .hero-ideal .hero-cta .btn { width: 100%; justify-content: center; }
  .proof-section { padding: 26px 0 64px; }
  .proof-grid, .product-step-grid, .business-grid { grid-template-columns: 1fr; }
  .proof-card { padding: 20px; }
  .proof-action-buttons { width: 100%; display: grid; grid-template-columns: 1fr; }
  .proof-action-buttons .btn { justify-content: center; }
  .product-step-card p { min-height: 0; }
  .pricing-card { padding: 26px 22px; }
  .pricing-note { grid-template-columns: 1fr; gap: 5px; }
  .cta-ideal .cta-buttons { width: 100%; display: grid; grid-template-columns: 1fr; }
  .cta-ideal .cta-buttons .btn { justify-content: center; }
  .footer-grid-ideal { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
