.elementor-154 .elementor-element.elementor-element-0b5354e{--display:flex;}.elementor-154 .elementor-element.elementor-element-88280e2{--display:flex;}.elementor-154 .elementor-element.elementor-element-cc315e4{--display:flex;}.elementor-154 .elementor-element.elementor-element-30a55ac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a8c4076 */:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --blue:#1d4ed8;
  --blue2:#2563eb;
  --soft:#eff6ff;
  --line:#dbeafe;
  --shadow:0 14px 34px rgba(37,99,235,.12);
  --radius:18px;
  --max:1180px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

.container{
  width:min(var(--max), calc(100% - 32px));
  margin:0 auto;
}

.sample-section{
  padding:40px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 28%),
    radial-gradient(circle at top right, rgba(29,78,216,.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.sample-section h2{
  margin:0 0 12px;
  font-size:clamp(1.6rem, 3vw, 2.3rem);
  line-height:1.15;
  letter-spacing:-.02em;
}

.section-copy{
  max-width:760px;
  margin:0 0 22px;
  color:var(--muted);
  font-size:1.02rem;
}

.icon-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.icon-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:22px;
  text-align:center;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.icon-card:hover{
  transform:translateY(-2px);
  border-color:#bfd7ff;
  box-shadow:0 18px 44px rgba(37,99,235,.16);
}

.icon-card img{
  width:76px;
  height:76px;
  display:block;
  margin:0 auto 14px;
  object-fit:contain;
}

.icon-card h3{
  margin:0;
  font-size:1.05rem;
  color:var(--text);
}

@media (max-width: 900px){
  .icon-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
}

@media (max-width: 640px){
  .icon-grid{grid-template-columns:1fr}
  .sample-section{padding:32px 0 56px}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b17776 */:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --blue:#1d4ed8;
  --blue2:#2563eb;
  --soft:#eff6ff;
  --line:#dbeafe;
  --shadow:0 14px 34px rgba(37,99,235,.12);
  --radius:18px;
  --max:1180px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

.container{
  width:min(var(--max), calc(100% - 32px));
  margin:0 auto;
}

.faq-section{
  padding:40px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.faq-section h2{
  margin:0 0 10px;
  font-size:clamp(1.6rem, 3vw, 2.3rem);
  line-height:1.15;
  letter-spacing:-.02em;
}

.faq-intro{
  max-width:760px;
  margin:0 0 22px;
  color:var(--muted);
  font-size:1.02rem;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:22px;
}

.faq-item h3{
  margin:0 0 10px;
  color:var(--text);
  font-size:1.08rem;
  line-height:1.25;
}

.faq-item p{
  margin:0;
  color:var(--muted);
}

@media (max-width: 800px){
  .faq-grid{grid-template-columns:1fr}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9167fe4 */:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --blue:#1d4ed8;
  --blue2:#2563eb;
  --soft:#eff6ff;
  --line:#dbeafe;
  --shadow:0 16px 38px rgba(37,99,235,.14);
  --shadow-soft:0 20px 54px rgba(29,78,216,.12);
  --radius:20px;
  --max:1180px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

.container{
  width:min(var(--max), calc(100% - 32px));
  margin:0 auto;
}

.trial-cta{
  padding:48px 0 76px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.12), transparent 28%),
    radial-gradient(circle at top right, rgba(29,78,216,.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.trial-card{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:20px;
  align-items:stretch;
  padding:26px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(255,255,255,.82);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(4px);
}

.trial-copy h2{
  margin:0 0 12px;
  font-size:clamp(1.6rem,3vw,2.4rem);
  line-height:1.12;
  letter-spacing:-.02em;
}

.trial-text{
  margin:0;
  max-width:62ch;
  color:var(--muted);
  font-size:1.02rem;
}

.trial-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:13px 18px;
  text-decoration:none;
  font-weight:800;
  transition:.2s ease;
  white-space:nowrap;
}

.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:var(--shadow);
}

.btn-primary:hover{transform:translateY(-1px)}

.btn-secondary{
  background:#fff;
  color:var(--blue);
  border:1px solid var(--line);
}

.trial-proof{
  display:flex;
  flex-direction:column;
  gap:12px;
  justify-content:center;
}

.proof-pill{
  padding:14px 16px;
  border-radius:16px;
  background:var(--soft);
  border:1px solid var(--line);
  color:var(--blue);
  font-weight:800;
  text-align:center;
}

@media (max-width: 900px){
  .trial-card{grid-template-columns:1fr}
}

@media (max-width: 640px){
  .trial-cta{padding:36px 0 56px}
  .trial-card{padding:18px;border-radius:22px}
}/* End custom CSS */