
body.ftecore-active #masthead,
body.ftecore-active #site-navigation,
body.ftecore-active .site-footer,
body.ftecore-active .site-info,
body.ftecore-active .footer-widgets,
body.ftecore-active .entry-header,
body.ftecore-active .page-header,
body.ftecore-active h1.entry-title,
body.ftecore-active .entry-title {
  display:none !important;
}

body.ftecore-active .site,
body.ftecore-active .site-content,
body.ftecore-active .content-area,
body.ftecore-active .site-main,
body.ftecore-active article,
body.ftecore-active .inside-article,
body.ftecore-active .entry-content {
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}

.ftecore,.ftecore * { box-sizing:border-box; }

.ftecore {
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#111827;
  background:#fff;
}

.ftecore-wrap {
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
}

.ftecore-hero {
  padding:90px 0 78px;
  background:linear-gradient(180deg,#F8FAFC 0%,#FFFFFF 100%);
  border-bottom:1px solid #EDF2F7;
}

.ftecore-kicker {
  display:inline-block;
  color:#2563EB;
  font-size:13px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.ftecore h1,.ftecore h2,.ftecore p { margin:0; }

.ftecore h1 {
  margin-top:14px;
  max-width:900px;
  color:#0B1220;
  font-size:clamp(46px,5.5vw,68px);
  line-height:1.03;
  letter-spacing:-.05em;
  font-weight:800;
}

.ftecore-hero p {
  margin-top:26px;
  max-width:790px;
  color:#64748B;
  font-size:19px;
  line-height:1.72;
}

.ftecore-section {
  padding:82px 0;
}

.ftecore-policy-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.ftecore-policy-card {
  position:relative;
  min-height:250px;
  padding:30px;
  border:1px solid #E2E8F0;
  border-radius:14px;
  background:#fff;
}

.ftecore-number {
  display:inline-flex;
  width:39px;
  height:39px;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  border-radius:10px;
  background:#EFF6FF;
  color:#2563EB;
  font-size:12px;
  font-weight:800;
}

.ftecore-policy-card h2 {
  margin-bottom:13px;
  color:#0B1220;
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.025em;
}

.ftecore-policy-card p {
  color:#64748B;
  font-size:15px;
  line-height:1.75;
}

.ftecore-contact-layout {
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:70px;
  align-items:start;
}

.ftecore-contact-layout h2 {
  margin-top:9px;
  color:#0B1220;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.ftecore-contact-layout > div:first-child > p {
  margin-top:18px;
  color:#64748B;
  font-size:16px;
  line-height:1.75;
}

.ftecore-form-card {
  padding:30px;
  border:1px solid #E2E8F0;
  border-radius:16px;
  box-shadow:0 18px 55px rgba(15,23,42,.06);
}

.ftecore-form-card input,
.ftecore-form-card textarea,
.ftecore-form-card select {
  width:100%;
  border:1px solid #CBD5E1;
  border-radius:8px;
  padding:10px 12px;
}

.ftecore-form-card input[type="submit"],
.ftecore-form-card button {
  width:auto;
  border:0;
  border-radius:8px;
  background:#2563EB;
  color:#fff;
  padding:13px 20px;
  font-weight:700;
  cursor:pointer;
}

.ftecore-placeholder {
  padding:22px;
  border:1px dashed #CBD5E1;
  border-radius:12px;
  color:#64748B;
  background:#F8FAFC;
}

.ftecore-placeholder strong {
  display:block;
  margin-bottom:7px;
  color:#0B1220;
}

.ftecore-review {
  padding:22px 0;
  background:#FFF7ED;
  color:#9A3412;
  font-size:13px;
  line-height:1.65;
  border-top:1px solid #FED7AA;
}

.ftecore-review strong { color:#7C2D12; }

@media(max-width:850px) {
  .ftecore-contact-layout { grid-template-columns:1fr; gap:38px; }
}

@media(max-width:700px) {
  .ftecore-wrap { width:min(100% - 32px,1120px); }
  .ftecore-hero { padding:64px 0 56px; }
  .ftecore h1 { font-size:42px; }
  .ftecore-hero p { font-size:17px; }
  .ftecore-section { padding:58px 0; }
  .ftecore-policy-grid { grid-template-columns:1fr; }
  .ftecore-form-card { padding:22px; }
}
