.elementor-15 .elementor-element.elementor-element-0d0f0e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-6de3933{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-d49c0ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-9fcaa9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-5a85dd2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-a0f7245{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-143f7e5 */.syvon-domain-hero{
  position: relative;
  padding: 70px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(700px 420px at 15% 25%, rgba(34,197,94,0.10), transparent 70%),
    radial-gradient(900px 520px at 85% 70%, rgba(59,130,246,0.10), transparent 70%),
    linear-gradient(180deg, #f9fbff 0%, #f3f7ff 100%);
}

.syvon-domain-hero-inner{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 14px;
}

.syvon-domain-badge{
  display:inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15,23,42,0.78);
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 10px 26px rgba(15,23,42,0.06);
  margin-bottom: 16px;
}

.syvon-domain-title{
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 12px 0;
}

.syvon-domain-sub{
  font-size: 16px;
  font-weight: 650;
  color: rgba(15,23,42,0.70);
  margin: 0 auto 26px;
  max-width: 760px;
}

.syvon-domain-search{
  max-width: 820px;
  margin: 0 auto 22px;
  text-align: left;
}

.syvon-domain-search-row{
  display: grid;
  grid-template-columns: 1fr 130px 150px;
  gap: 10px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 18px 45px rgba(15,23,42,0.10);
  backdrop-filter: blur(8px);
}

.syvon-domain-search input,
.syvon-domain-search select{
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.10);
  background: #fff;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 750;
  color: #0f172a;
  outline: none;
}

/* Search feel (stipriau) */
#syvonDomainQuery{
  font-size: 17px;
  font-weight: 850;
}

.syvon-domain-search input:focus,
.syvon-domain-search select:focus{
  border-color: rgba(59,130,246,0.55);
  box-shadow: 0 0 0 4px rgba(59,130,246,0.14);
}

#syvonDomainCheckBtn{
  height: 50px;
  border-radius: 14px;
  border: 0;
  background: #3b82f6;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  transition: .2s ease;
}

#syvonDomainCheckBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(59,130,246,0.25);
}

/* Chips */
.syvon-domain-chips{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.syvon-domain-chips .chip{
  border: 1px solid rgba(15,23,42,0.10);
  background: rgba(255,255,255,0.75);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  color: rgba(15,23,42,0.72);
  cursor: pointer;
  transition: .2s ease;
}

.syvon-domain-chips .chip:hover{
  border-color: rgba(59,130,246,0.45);
  box-shadow: 0 10px 24px rgba(15,23,42,0.06);
}

/* Active chip */
.syvon-domain-chips .chip.active{
  background:#3b82f6;
  color:#fff;
  border-color:#3b82f6;
  box-shadow: 0 12px 28px rgba(59,130,246,0.22);
}

/* Result */
.syvon-domain-result{
  margin-top: 14px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 18px;
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}

.result-domain{
  font-weight: 900;
  color: #0f172a;
  font-size: 16px;
}

.result-note{
  font-size: 13px;
  color: rgba(15,23,42,0.65);
  margin-top: 2px;
}

.result-cta{
  display:inline-block;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(34,197,94,0.14);
  color: #166534;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(34,197,94,0.25);
  transition: .2s ease;
}

.result-cta:hover{
  background: rgba(34,197,94,0.20);
  transform: translateY(-1px);
}

/* Trust row */
.syvon-domain-trust{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 18px;
  color: rgba(15,23,42,0.72);
  font-weight: 750;
  font-size: 13px;
}

/* Mobile */
@media (max-width: 780px){
  .syvon-domain-title{ font-size: 32px; }
  .syvon-domain-search-row{ grid-template-columns: 1fr; }
  .syvon-domain-search{ text-align: left; }
}
@keyframes syvonPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(59,130,246,0.45);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(59,130,246,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59,130,246,0);
  }
}

#syvonDomainCheckBtn{
  animation: syvonPulse 2.4s infinite;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0090e5 */.syvon-dom-why{
  position: relative;
  padding: 70px 0 80px;
  overflow: hidden;

  background:
    radial-gradient(700px 420px at 12% 25%, rgba(34,197,94,0.10), transparent 70%),
    radial-gradient(900px 520px at 88% 70%, rgba(59,130,246,0.10), transparent 70%),
    linear-gradient(180deg, #f9fbff 0%, #f3f7ff 100%);
}

.syvon-dom-why-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 14px;
}

.syvon-dom-why-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.syvon-dom-why-card{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 35px rgba(15,23,42,0.06);
  transition: .25s ease;
  min-height: 180px;
}

.syvon-dom-why-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(15,23,42,0.10);
  border-color: rgba(59,130,246,0.18);
}

.syvon-dom-why-card .why-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: rgba(59,130,246,0.10);
  border: 1px solid rgba(59,130,246,0.18);
  margin-bottom: 12px;
}

.syvon-dom-why-card h3{
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.syvon-dom-why-card p{
  font-size: 13px;
  font-weight: 700;
  color: rgba(15,23,42,0.70);
  margin: 0;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1024px){
  .syvon-dom-why-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .syvon-dom-why{ padding: 55px 0 60px; }
  .syvon-dom-why-grid{ grid-template-columns: 1fr; }
}/* End custom CSS */