/* Core theme styles for RAFA */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #f7f8fc;
  color: #50566e;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.site-content { display: block; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.nav {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e2e6f0;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 48px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-left { display: flex; align-items: center; gap: 40px; flex: 1; min-width: 0; }
.site-branding { display: flex; align-items: center; }
.custom-logo-link, .logo { display: inline-flex; align-items: center; text-decoration: none; }
.custom-logo-link img, .footer-logo img {height: 28px; width: auto; max-width: unset; display: block;}
.logo { font-size: 22px; font-weight: 700; letter-spacing: -.8px; color: #2955aa; }
.nav .menu { list-style: none; margin: 0; padding: 0; }
.nav-links {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 13px;
  color: #50566e;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  transition: color .15s, background .15s;
}
.nav-links a:hover { color: #2955aa; background: #eaf0f8; }
.nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn-ghost, .btn-primary, .btn-lg, .btn-lg-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.btn-ghost {
  height: 36px;
  padding: 0 16px;
  font-size: 13px;
  color: #50566e;
  background: transparent;
  border: 1px solid #e2e6f0;
  border-radius: 8px;
	display:none;   
}
.btn-primary { height: 36px; padding: 0 18px; font-size: 13px; font-weight: 500; color: #fff; background: #2955aa; border-radius: 8px; }
.btn-lg { height: 46px; padding: 0 28px; font-size: 14px; font-weight: 600; color: #fff; background: #2955aa; border-radius: 9px; }
.btn-lg-ghost { height: 46px; padding: 0 20px; font-size: 14px; color: #50566e; background: #fff; border: 1px solid #e2e6f0; border-radius: 9px;}
.btn-ghost:hover, .btn-lg-ghost:hover { border-color: #2955aa; color: #2955aa; }
.btn-primary:hover, .btn-lg:hover { background: #1e4090; }
.hero { background: #fff; border-bottom: 1px solid #e2e6f0; padding: 96px 48px 88px; position: relative; overflow: hidden; }
.hero-slash { position: absolute; right: -20px; top: -60px; font-size: 520px; font-weight: 700; color: #2955aa; opacity: .032; line-height: 1; pointer-events: none; user-select: none; }
.hero-inner, .sec-grid { max-width: 1080px; margin: 0 auto; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.hero-tag { display: inline-flex; align-items: center; gap: 7px; background: #eaf0f8; color: #2955aa; font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin-bottom: 20px; letter-spacing: .04em; text-transform: uppercase; }
.hero-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: #2955aa; flex-shrink: 0; }
 .hero h1, .sh2, .quote-text { color: #0c0e1a; letter-spacing: -1px; } 
.hero h1 { font-size: 50px; font-weight: 700; line-height: 1.08; margin: 0 0 20px; }
.hero-sub { font-size: 17px; color: #50566e; line-height: 1.75; margin: 0 0 10px; }
.hero-micro { font-size: 13px; color: #9399b0; margin: 0 0 36px; font-style: italic; }
.hero-btns { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.hero-ui, .problem-item, .d-card, .how-step, .change-item, .q-item, .compare-grid, .sec-visual, .blog-card { background: #fff; border: 1px solid #e2e6f0; }
.hero-ui { border-radius: 16px; padding: 22px; box-shadow: 0 8px 40px rgba(41,85,170,.09); }
.ui-bar { display: flex; gap: 6px; margin-bottom: 16px; }
.ui-dot { width: 9px; height: 9px; border-radius: 50%; }
.ui-input { background: #f7f8fc; border: 1px solid #e2e6f0; border-radius: 8px; padding: 10px 14px; font-size: 13px; color: #0c0e1a; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ui-ask { background: #2955aa; color: #fff; font-size: 11px; font-weight: 600; padding: 0 10px; height: 24px; line-height: 24px; border-radius: 5px; }
.ui-response { font-size: 13px; line-height: 1.7; color: #50566e; margin-bottom: 14px; padding: 12px 14px; background: #eaf0f8; border-radius: 8px; border-left: 3px solid #2955aa; }
.ui-response strong { color: #2955aa; }
.ui-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ui-card { border-radius: 8px; padding: 10px 12px; background: #f7f8fc; border: 1px solid #e2e6f0;}
.ui-label { font-size: 10px; color: #9399b0; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .06em; }
.ui-val { font-size: 17px; font-weight: 600; color: #0c0e1a; letter-spacing: -.3px; }
.ui-delta { font-size: 11px; margin-top: 2px; }
.neg { color: #dc2626; } .neu { color: #9399b0; }
.proof { background: #fff; border-bottom: 1px solid #e2e6f0; padding: 16px 48px; display: flex; align-items: center; justify-content: center; gap: 36px; }
.proof-label { font-size: 11px; color: #9399b0; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.proof-logos { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; }
.proof-logo { font-size: 13px; font-weight: 600; color: #9399b0; opacity: .45; }
.section { padding: 80px 48px; }
.si { max-width: 1080px; margin: 0 auto; }
.slabel { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #2955aa; margin-bottom: 10px; display: flex; align-items: center; }
.slabel::before { content: "/"; font-size: 13px; font-weight: 700; margin-right: 3px; }
.sh2 { font-size: 34px; font-weight: 700; line-height: 1.15; margin: 0 0 10px; }
 .ssub { font-size: 15px; color: #50566e; line-height: 1.7; margin: 0 0 40px; /* max-width: 560px;*/ } 
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 900px; }
.problem-item { border-radius: 12px; padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; }
.p-num { font-size: 11px; font-weight: 700; color: #2955aa; background: #eaf0f8; width: 24px; height: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.problem-item-q { font-size: 16px; font-weight: 700; color: #0c0e1a; margin-bottom: 3px; letter-spacing: -.2px; }
.problem-item-a { font-size: 13px; color: #9399b0; line-height: 1.55; }
.decision { background: #fff; border-top: 1px solid #e2e6f0; border-bottom: 1px solid #e2e6f0; }
.d-cards, .changes-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.d-card { border-radius: 14px; padding: 28px 24px; background: #f7f8fc; transition: box-shadow .2s, border-color .2s; }
.d-card:hover { box-shadow: 0 4px 24px rgba(41,85,170,.09); border-color: #b8c8e8; }
.d-icon-wrap { width: 44px; height: 44px; background: #eaf0f8; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.d-role { font-size: 11px; font-weight: 700; color: #2955aa; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; display: none;}
.d-card h3 { font-size: 16px; font-weight: 600; color: #0c0e1a; margin: 0 0 8px; letter-spacing: -.2px; }
.d-card p { font-size: 13px; color: #50566e; line-height: 1.65; margin: 0 0 16px; }
.d-link { font-size: 12px; color: #2955aa; font-weight: 500; text-decoration: none;}
.how-flow { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; align-items: start; }
.how-step { border-radius: 14px; padding: 28px 24px; }
.how-arrow { display: flex; align-items: flex-start; justify-content: center; padding-top: 52px; }
.step-num-big { font-size: 40px; font-weight: 700; color: #2955aa; opacity: .12; line-height: 1; margin-bottom: 6px; letter-spacing: -2px; }
.step-label { font-size: 11px; font-weight: 700; color: #2955aa; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.how-step h3 { font-size: 18px; font-weight: 600; color: #0c0e1a; margin: 0 0 10px; letter-spacing: -.3px; }
.how-step p { font-size: 13px; color: #50566e; line-height: 1.7; margin: 0 0 12px; }
.how-eg { background: #f7f8fc; border: 1px solid #e2e6f0; border-radius: 6px; padding: 7px 12px; font-size: 12px; color: #50566e; font-style: italic; margin-top: 6px; font-family: "Montserrat", sans-serif; }
.changes { background: #2955aa; padding: 80px 48px; }
.changes .slabel { color: rgba(255,255,255,.45); }
.changes .slabel::before { color: rgba(255,255,255,.45); }
.changes .sh2 { color: #fff; margin-bottom: 36px; }
.change-item { border-radius: 12px; padding: 26px 24px; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.15); }
.change-slash { font-size: 28px; font-weight: 700; color: rgba(255,255,255,.25); margin-bottom: 12px; line-height: 1; }
.change-text { font-size: 15px; color: #fff; font-weight: 500; line-height: 1.45; letter-spacing: -.2px; }
.questions, .compare, .section-blog, .page-template-section { background: #fff; border-top: 1px solid #e2e6f0; border-bottom: 1px solid #e2e6f0; }
.tab-row { display: flex; gap: 4px; border-bottom: 1px solid #e2e6f0; margin-bottom: 28px; }
.tab { font-size: 13px; font-weight: 500; padding: 10px 18px; background: none; cursor: pointer; color: #9399b0; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; font-family: "Montserrat", sans-serif; }
.tab.active { color: #2955aa; border-bottom-color: #2955aa; }
.tab-content { display: none; }
.tab-content.active { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 680px; }
.q-item { background:#f7f8fc; border:1px solid #e2e6f0; border-radius:8px; padding:12px 16px; font-size:13px; color:#50566e; font-family: "Montserrat", sans-serif; }
.questions-cta { margin-top: 32px; }
.quote { padding: 80px 48px; text-align: center; }
.quote-inner { max-width: 580px; margin: 0 auto; }
.quote-slash { font-size: 80px; font-weight: 700; color: #2955aa; line-height: .8; margin-bottom: 20px; opacity: .15; letter-spacing: -4px; }
.quote-text { font-size: 22px; font-weight: 500; line-height: 1.5; margin: 0 0 16px; letter-spacing: -.5px;}
.quote-attr { font-size: 13px; color: #9399b0; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 16px; overflow: hidden; }
.compare-col { padding: 32px; }
.compare-col.without { background: #f7f8fc; }
.compare-col.with { background: #eaf0f8; border-left: 1px solid #b8c8e8; }
.cct-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.cct-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cct-icon.bad { background: #fee2e2; }
.cct-icon.good { background: #dcfce7; }
.cct { font-size: 13px; font-weight: 700; color: #0c0e1a; }
.compare-items { display: flex; flex-direction: column; gap: 11px; }
.compare-item { display: flex; gap: 10px; font-size: 14px; color: #50566e; line-height: 1.55; align-items: flex-start; }
.ci { width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; flex-shrink: 0; margin-top: 1px; background: #fee2e2; color: #b91c1c; }
.compare-col.with .ci { background: #dcfce7; color: #15803d; }
.compare-col.with .compare-item { color: #252a3d; }
.int-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.int-badge { background: #fff; border: 1px solid #e2e6f0; border-radius: 8px; padding: 9px 16px; font-size: 13px; color: #50566e; font-weight: 500; display: flex; align-items: center; gap: 7px; }
.dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; background: #16a34a; display: inline-block; }
.dot.p { background: #2955aa; opacity: .4; }
.int-legend { display: flex; align-items: center; gap: 20px; margin-top: 18px; font-size: 12px; color: #9399b0; flex-wrap: wrap; }
.int-legend span { display: flex; align-items: center; gap: 6px; }
.int-legend a { color: #2955aa; font-weight: 500; margin-left: 8px; text-decoration: none; }
.security { background: #fff; border-top: 1px solid #e2e6f0; border-bottom: 1px solid #e2e6f0; padding: 64px 48px; }
.sec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sec-items { display: flex; flex-direction: column; gap: 12px; }
.sec-item { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: #50566e; line-height: 1.6; }
.sec-check { width: 20px; height: 20px; border-radius: 50%; background: #eaf0f8; color: #2955aa; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.sec-visual { background: #f7f8fc; border: 1px solid #e2e6f0; border-radius: 14px; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.sec-row { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.sec-row-label { color: #50566e; min-width: 140px; }
.sec-bar { flex: 1; height: 4px; background: #e2e6f0; border-radius: 2px; overflow: hidden; }
.sec-fill { height: 100%; background: #2955aa; border-radius: 2px; }
.sec-tag { font-size: 11px; color: #2955aa; font-weight: 600; min-width: 52px; text-align: right; font-family: "Montserrat", sans-serif; }
.final-cta { background: #eaf0f8; border-top: 1px solid #b8c8e8; padding: 96px 48px; text-align: center; }
.final-cta p { font-size: 15px; color: #50566e; margin-bottom: 34px; }
footer { background: #0c0e1a; padding: 52px 48px 36px; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; }
.footer-wordmark { font-size: 112px; font-weight: 700; letter-spacing: -6px; color: #fff; opacity: .055; line-height: 1; pointer-events: none; user-select: none; margin-bottom: -10px; white-space: nowrap; display: none;}
.footer-main { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1080px; padding-top: 16px; /* border-top: 1px solid rgba(255,255,255,.09); */ gap: 20px; }
.footer-logo { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: -.5px; }
.footer-links { display:flex; gap:24px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.38); text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,.2); }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.blog-card { border-radius: 14px; overflow: hidden; }
.blog-card-thumb img { display: block; width: 100%; }
.blog-card-body { padding: 20px 22px; }
.blog-card-title { margin: 6px 0 10px; font-size: 20px; line-height: 1.25; }
.blog-card-title a { color: #0c0e1a; text-decoration: none; }
.blog-card-excerpt, .prose-wrap, .prose { color: #50566e; }
.archive-description, .entry-content { max-width: 720px; }
.entry-content img { margin: 20px 0; border-radius: 12px; }
.error-404-section { min-height: 50vh; }
.request-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 14, 26, .72);
  backdrop-filter: blur(10px);
}
.request-demo-modal.is-open { display: flex; }
.request-demo-modal__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.request-demo-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border: 1px solid #e2e6f0;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(12, 14, 26, .28);
  padding: 28px;
}
.request-demo-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f7f8fc;
  color: #50566e;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.request-demo-modal__head h2 {
  font-size: 30px;
  line-height: 1.1;
  margin: 8px 0 10px;
}
.request-demo-modal__head p {
  margin: 0 0 22px;
  color: #50566e;
  font-size: 14px;
}
.request-demo-form {
  display: grid;
  gap: 14px;
}
.request-demo-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0c0e1a;
  margin-bottom: 6px;
}
.request-demo-field input {
  width: 100%;
  height: 44px;
  border: 1px solid #d7ddeb;
  border-radius: 10px;
  padding: 0 14px;
  font: inherit;
  color: #0c0e1a;
  background: #fff;
}
.request-demo-field input:focus {
  outline: none;
  border-color: #2955aa;
  box-shadow: 0 0 0 3px rgba(41, 85, 170, .12);
}
.request-demo-form__submit {
  justify-self: start;
  padding-inline: 22px;
}
.request-demo-form__message {
  margin: 0;
  font-size: 13px;
  min-height: 1.4em;
}
.request-demo-form__message.is-error { color: #b91c1c; }
.request-demo-form__message.is-success { color: #15803d; }
.request-demo-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.request-demo-modal-open {
  overflow: hidden;
}
@media (max-width: 860px) {
  .hero-inner, .sec-grid, .compare-grid, .blog-grid, .tab-content.active { grid-template-columns: 1fr; }
  .d-cards, .changes-list, .problem-grid { grid-template-columns: 1fr; }
  .how-flow { display: flex; flex-direction: column; }
  .how-arrow { padding: 8px 0; transform: rotate(90deg); margin:auto; }
  .nav-links { display: none; }
  .nav, .section, .hero, .proof, .changes, .final-cta, footer, .security { padding-left: 24px; padding-right: 24px; }
  .proof { flex-direction: column; gap: 14px; text-align: center; }
  .footer-main { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .footer-wordmark { font-size: 72px; }
  .hero h1 { font-size: 40px; }
  .sh2 { font-size: 30px; }
	.tightspc {letter-spacing:-3px }
  .problems .sh2, .compare .sh2 { margin-bottom: 36px; }
  .request-demo-modal__dialog { padding: 22px; }
}
