/* @feature: public-site */
.growth-header { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:16px max(20px,calc((100% - 1180px)/2)); border-bottom:1px solid #e1e7ef; background:#fff; color:#122641; }
.growth-header a { color:inherit; }
.growth-brand { display:flex; align-items:center; gap:10px; font-size:18px; font-weight:750; text-decoration:none; white-space:nowrap; }
.growth-nav { display:flex; align-items:center; flex-wrap:wrap; gap:8px 20px; }
.growth-header .growth-nav { position:static; background:transparent; box-shadow:none; width:auto; padding:0; margin:0; max-width:none; }
.growth-nav a { text-decoration:none; min-height:44px; display:inline-flex; align-items:center; font-size:14px; font-weight:600; }
.growth-nav a:hover { text-decoration:underline; text-underline-offset:5px; }
.growth-panel { max-width:1120px; margin:48px auto; padding:32px; border:1px solid #dbe5f3; border-radius:22px; background:#f4f8ff; color:#122641; }
.growth-panel h2 { font-size:clamp(24px,3vw,34px); line-height:1.2; margin:0 0 14px; }
.growth-panel p { color:#52627a; margin:0 0 20px; line-height:1.65; }
.growth-panel .button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 20px; border-radius:12px; text-decoration:none; font-weight:650; background:#fff; border:1px solid #cddcee; color:#122641; }
.growth-panel .button-primary { background:#2563eb; border-color:#2563eb; color:white; }
.growth-panel .actions { display:flex; flex-wrap:wrap; gap:12px; }
.product-proof { display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:center; }
.product-proof img { width:100%; max-width:280px; height:auto; display:block; margin:auto; border:1px solid #dbe5f3; border-radius:24px; box-shadow:0 14px 36px #12264115; }
.product-proof figcaption { font-size:12px; color:#52627a; text-align:center; margin:16px auto 0; max-width:320px; }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.news-card { border:1px solid #dbe5f3; border-radius:18px; padding:26px; background:white; }
.news-card h2 { font-size:24px; letter-spacing:-.03em; }
.news-card p { color:#52627a; }
.news-card a { font-weight:650; text-underline-offset:4px; }
.press-assets { display:flex; flex-wrap:wrap; gap:14px; margin-top:22px; }
.growth-panel a:focus-visible, .growth-nav a:focus-visible { outline:3px solid #2563eb; outline-offset:4px; }
.content-wrapper > * { min-width:0; }
.content-wrapper img { max-width:100%; height:auto; }
footer .app-badges { display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
footer .app-badges img { max-width:155px; height:auto; }
@media(max-width:768px) {
 .content-wrapper .sidebar { order:initial; }
 .content-wrapper .budget-table { display:block; max-width:100%; overflow-x:auto; }
}
@media(max-width:760px) {
 .growth-header { flex-direction:column; gap:8px; padding:16px; }
 .growth-panel { padding:24px; margin:28px 16px; }
 .product-proof,.news-grid { grid-template-columns:1fr; }
 .growth-nav { gap:4px 14px; justify-content:center; }
 .header-inner { flex-wrap:wrap; gap:12px; padding-block:16px; }
 .header-inner .growth-nav { order:3; width:100%; }
}
