:root {
  --red: #ed1b24;
  --red-dark: #c81018;
  --red-gradient: linear-gradient(180deg, #ff3038, #d61119);
  --text: #202124;
  --muted: #717171;
  --bg: #f6f6f6;
  --card: #ffffff;
  --line: #ececec;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  background: #efefef;
}

.page-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  box-shadow: none;
}

.section-padding {
  padding: 64px 0;
}

.site-header {
  position: relative;
  z-index: 20;
}

.site-header .container,
.hero .container {
  max-width: 1140px;
}

.logo-img,
.footer-logo {
  height: auto;
  width: 80px;
}

.social-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(237, 27, 36, 0.3);
}

.social-btn i,
.social-btn img {
  font-size: 12px;
  line-height: 1;
}

.social-btn i {
  color: #fff;
}

.btn-call,
.btn-main,
.btn-finance,
.btn-finance-outline {
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

small{
  font-size: 15px !important;
}

.btn-call {
  background: var(--red-gradient);
  border: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(237, 27, 36, 0.35);
  align-items: flex-start;
  flex-direction: column;
  gap: 1px;
}

.btn-danger {
  background: var(--red-gradient);
  border-color: #d61119;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  justify-content: center;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.show > .btn-danger.dropdown-toggle {
  background: var(--red-gradient);
  border-color: #d61119;
  color: #fff;
}

.btn-danger:focus,
.btn-danger:active,
.btn-check:focus + .btn-danger {
  box-shadow: 0 0 0 0.25rem rgba(214, 17, 25, 0.2);
}

.call-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
}

.call-meta i {
  font-size: 12px;
}

.call-number {
  font-size: 17px;
  font-weight: 800;
}

.btn-call img,
.btn-main img {
  width: 14px;
  height: 14px;
}

.btn-main {
  padding: 12px 22px;
  font-size: 16px;
  border-radius: 10px;
}

.btn-finance {
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #2c2c2c;
  padding-inline: 22px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.btn-finance-outline {
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #505050;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.hero {
  padding: 36px 0px;
  background: #efefef;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 1;
  pointer-events: none;
}

.hero-copy h1 {
  font-size: 50px;
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 12px;
}
.hero-copy h1.faucet-service {
  font-size: 46px;
}

.hero-copy p {
  color: #666;
  max-width: 520px;
  margin-bottom: 16px;
  font-size: 18px;
}

.hero-image {
  width: 100%;
  max-width: 470px;
  position: relative;
  z-index: 2;
}

.hero-tool {
  position: absolute;
}

.hero-tool-left {
  left: -30%;
  top: 76px;
}

.hero-tool-right {
  right: -54%;
  bottom: -33%;
}

.hero-badges {
  position: absolute;
  left: 42%;
  bottom: -14px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.badge-circle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #f0f0f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #d3131b;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
}

.badge-circle img {
  width: 56px;
}

.lead-form {
  margin-top: -250px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  border: 2px solid rgba(237, 27, 36, 0.85) !important;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.lead-form-head {
  padding: 14px 18px 6px;
  border-bottom: none;
}

.lead-form-head h6 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.lead-form-head p {
  margin: 3px 0 0;
  font-size: 15px;
  color: #737b8b;
}

.form-label {
  font-size: 14px;
  margin-bottom: 4px;
  color: #1a1e25;
  font-weight: 700;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #d7dbe3;
  background: #f2f3f6;
  padding: 10px 12px;
  font-size: 15px;
  min-height: 44px;
  color: #818896;
}

.form-control::placeholder {
  color: #9aa1ad;
}

select.form-control {
  color: #8f95a2;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 8px;
}

.section-title p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 auto;
  color: #687082;
}

.services {
  padding-top: 40px;
}

.service-card {
  background: var(--card);
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}


.service-tag {
  font-size: 15px;
  font-weight: 700;
  color: #ef1f28;
  background: #fff0f1;
  border-radius: 10px;
  padding: 3px 8px;
}

.service-tag.blue { color: #1f5ce9; background: #eef3ff; }
.service-tag.purple { color: #6a37d7; background: #f1ebff; }
.service-tag.orange { color: #d28d08; background: #fff7e8; }
.service-tag.amber { color: #d86b08; background: #fff2e8; }
.service-tag.cyan { color: #0a84a6; background: #e9fafe; }

.service-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.service-card p {
  font-size: 13px;
  color: #6d6d6d;
  min-height: 40px;
}

.cta-band .item{
  background-size: cover;
  background-position: center;
  padding: 65px 0;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.cta-band h3 {
  font-weight: 800;
  font-size: 37px;
  margin-bottom: 5px;
}

.cta-band p {
  color: #ffe9ea;
  margin-bottom: 16px;
}

.chip {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 700;
  color: #f0262f;
  border: 1px solid #ffd3d5;
  background: #fff;
}

.chip-danger {
  background: #fff6f6;
}

.process {
  position: relative;
  padding-top: 64px;
  padding-bottom: 52px;
  background: #f6f6f6;
}

.process .section-title {
  margin-bottom: 28px !important;
}

.process .chip {
  font-size: 11px;
  padding: 5px 12px;
}

.process .section-title h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.process .section-title p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.45;
  color: #687082;
}

.process-line {
  display: none;
}

.process-steps {
  --bs-gutter-y: 1.25rem;
  --bs-gutter-x: 2rem;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 26px;
}

.process-steps::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: calc(119px + 8px + 28px);
  height: 2px;
  background: #f0b7bc;
  z-index: 0;
}

.step-item {
  position: relative;
  padding: 0 10px;
  z-index: 1;
}

.step-num {
  display: inline-block;
  font-size: 72px;
  font-weight: 700;
  color: #f1d9dc;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  width: 100%;
}

.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 15px;
  background: linear-gradient(180deg, #ff2f37, #d61119);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 10px 20px rgba(237, 27, 36, 0.34);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.step-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(100);
}

.step-icon .fallback-icon {
  display: none;
  color: #fff;
  font-size: 22px;
}

.process-steps h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.process h5 {
  font-size: 20px;
}

.process-steps p {
  font-size: 16px;
  color: #717786;
  max-width: 270px;
  line-height: 1.4;
  margin: 0 auto;
}

.quick-action h2,
.company-split h2,
.why-choose h2,
.reviews h2 {
  font-size: 40px;
  font-weight: 800;
}

.quick-action {
  padding-top: 56px;
}

.quick-action .chip.quick-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.quick-action .chip.quick-chip img {
  width: 12px;
  height: 12px;
}

.quick-action h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.quick-action > .container > .row > .col-lg-7 > p {
  color: #687082;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 20px !important;
}

.risk-list {
  display: grid;
  gap: 12px;
}

.risk-item {
  border: 1px solid #e5e8ee;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
}

.risk-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.risk-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff2f37, #d61119);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(237, 27, 36, 0.28);
}

.risk-icon img {
  width: 21px;
  height: 21px;
  filter: brightness(100);
}

.risk-copy h5 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
}

.risk-copy p {
  margin: 0;
  color: #6f7788;
  font-size: 14px;
  line-height: 1.45;
}

.risk-item small {
  color: #dc313a;
  font-weight: 600;
  font-size: 13px;
  border-radius: 999px;
  background: #ffeef0;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  margin-top: 4px;
}

.risk-item small img {
  width: 11px;
  height: 11px;
}

.cta-mid {
  margin-top: 24px;
  border-radius: 14px;
}

.reviews {
  padding-top: 46px;
}

.review-card {
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  min-height: 248px;
}

.review-card .stars {
  width: 98px;
  margin: 10px 0 8px;
}

.review-card p {
  color: #6d6d6d;
  font-size: 13px;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.review-footer img {
  width: 55px;
}

.circle-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #efc3c6;
  background: #fff;
}

.circle-arrow img {
  width: 14px;
}

.company-split {
  margin-top: 24px;
  background: #f6f6f6;
}

.split-img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.split-content {
  padding: 48px;
}

.split-content p {
  color: #6d6d6d;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.stat-grid > div {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.stat-grid h3 {
  color: var(--red);
  font-weight: 800;
  margin: 0;
}

.stat-grid p {
  margin: 2px 0 0;
  color: #7e7e7e;
  font-size: 13px;
}

.why-choose .choose-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.why-choose .choose-list > div {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.why-choose .choose-list > div > img {
  width: 18px;
  height: 18px;
}

.why-choose .row {
  align-items: stretch !important;
}

.why-choose-media {
  position: relative;
}

.why-choose-media .split-img {
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.rating-float {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e7e8ec;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rating-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff2f37, #d61119);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(237, 27, 36, 0.28);
}

.rating-icon img {
  width: 22px;
  height: 22px;
  filter: brightness(100);
}

.rating-copy h5,
.rating-copy p,
.why-choose .choose-copy h5,
.why-choose .choose-copy p {
  margin: 0;
}

.rating-copy p,
.why-choose .choose-copy p {
  color: #6f7788;
  margin-top: 2px;
}

.why-choose .choose-item {
  border: 1px solid #e5e8ee;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
}

.why-choose .choose-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff2f37, #d61119);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(237, 27, 36, 0.25);
}

.why-choose .choose-icon img {
  width: 21px;
  height: 21px;
  filter: brightness(100);
}

.cta-final{
    margin: 65px 0px;
}

.cta-final .item {
  padding: 64px 0;
  border-radius: 14px;
}

.cta-meta span {
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cta-meta img {
  width: 14px;
}

.site-footer {
  background: #020203;
  color: #f5f5f5;
  padding: 52px 0 38px;
}

.site-footer p {
  margin: 14px auto 0;
  color: #afafaf;
  font-size: 16px;
}

.site-footer small {
  color: #8e8e8e;
}

.wpcf7-spinner{
  display: none !important;
}


@media (max-width: 991.98px) {

  .hero-tool-left{
    display: none;
  }
  
  .hero-copy h1,
  .section-title h2,
  .quick-action h2,
  .why-choose h2,
  .reviews h2,
  .cta-band h3 {
    font-size: 32px;
  }

  .hero {
    padding-bottom: 54px;
  }

  .logo-img {
    height: 62px;
  }

  .call-number {
    font-size: 14px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-badges {
    left: 50%;
    bottom: -18px;
  }

  .badge-circle {
    width: 68px;
    height: 68px;
  }

  .lead-form-head h6 {
    font-size: 22px;
  }

  .form-label,
  .form-control,
  .lead-form-head p {
    font-size: 13px;
  }

  .process {
    padding-top: 60px;
  }

  .process .section-title h2 {
    font-size: 32px;
  }

  .process .section-title p {
    font-size: 18px;
  }

  .process-steps::before {
    left: 8%;
    right: 8%;
    top: calc(56px + 8px + 25px);
  }

  .step-num {
    font-size: 56px;
  }

  .step-icon {
    width: 50px;
    height: 50px;
  }

  .step-icon img {
    width: 21px;
    height: 21px;
  }

  .process-steps h6 {
    font-size: 20px;
  }

  .process-steps p {
    font-size: 15px;
    max-width: 100%;
  }

  .quick-action h2 {
    font-size: 32px;
  }

  .quick-action > .container > .row > .col-lg-7 > p {
    font-size: 18px;
  }

  .risk-item {
    padding: 14px;
  }

  .risk-copy h5 {
    font-size: 18px;
  }

  .risk-item small {
    font-size: 12px;
  }

  .lead-form {
    margin-top: 22px;
  }

  .split-content {
    padding: 26px;
  }

  .why-choose-media .split-img {
    min-height: 460px;
  }
}

@media (max-width: 575.98px) {
  .page-wrap {
    box-shadow: none;
  }

  .logo-img,
  .footer-logo {
    height: 48px;
  }

  .social-btn {
    width: 24px;
    height: 24px;
  }

  .social-btn img {
    width: 10px;
    height: 10px;
  }

  .btn-call,
  .btn-main,
  .btn-finance,
  .btn-finance-outline {
    font-size: 14px;
    padding: 10px 12px;
  }

  .call-meta {
    font-size: 9px;
  }

  .call-number {
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .lead-form-head h6 {
    font-size: 20px;
  }

  .step-num {
    font-size: 44px;
  }

  .step-item {
    padding: 0 8px;
  }

  .process .section-title h2 {
    font-size: 32px;
  }

  .process .section-title p {
    font-size: 14px;
  }

  .process-steps {
    padding-top: 8px;
  }

  .process-steps::before {
    display: none;
  }

  .step-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .step-icon img {
    width: 18px;
    height: 18px;
  }

  .step-icon .fallback-icon {
    font-size: 18px;
  }

  .process-steps h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .process-steps p {
    font-size: 16px;
  }

  .quick-action h2 {
    font-size: 32px;
  }

  .quick-action > .container > .row > .col-lg-7 > p {
    font-size: 14px;
    margin-bottom: 14px !important;
  }

  .risk-item {
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 14px;
  }

  .risk-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .risk-icon img {
    width: 18px;
    height: 18px;
  }

  .risk-copy h5 {
    font-size: 16px;
  }

  .risk-copy p {
    font-size: 12px;
  }

  .risk-item small {
    align-self: flex-start;
  }

  .why-choose {
    padding-top: 30px;
  }

  .why-choose-media .split-img {
    min-height: 360px;
  }

  .rating-float {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .rating-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .rating-icon img {
    width: 18px;
    height: 18px;
  }

  .why-choose .choose-item {
    border-radius: 12px;
    padding: 10px 11px;
    gap: 10px;
  }

  .why-choose .choose-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .why-choose .choose-icon img {
    width: 16px;
    height: 16px;
  }

  .cta-final {
    margin: 36px 0;
  }
}
