@font-face {
  font-family: "Wix Madefor Display";
  src: url("../font/WixMadeforDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --site-nav-height: 56px;
  --text-xs: clamp(0.72rem, 0.7rem + 0.1vw, 0.78rem);
  --text-sm: clamp(0.82rem, 0.8rem + 0.12vw, 0.9rem);
  --text-base: clamp(0.94rem, 0.91rem + 0.14vw, 1rem);
  --text-lg: clamp(1.02rem, 0.98rem + 0.2vw, 1.14rem);
  --text-xl: clamp(1.18rem, 1.05rem + 0.58vw, 1.55rem);
  --text-2xl: clamp(1.55rem, 1.25rem + 1.35vw, 2.45rem);
  font-size: 16px;
  color-scheme: light;
}

@media (min-width: 1024px) {
  :root {
    --site-nav-height: 72px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-color: currentColor;
}

html {
  width: 100%;
  min-width: 320px;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  webkit-scrollbar-width: none;
  scrollbar-width: none;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  font-size: 1rem;
  font-family: "Wix Madefor Display", poppins;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}


img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: break-word;
}

#site-nav {
  min-width: 320px;
}

#nav-menu {
  transform-origin: top center;
}

#nav-links {
  font-size: clamp(1.15rem, 4.5vw, 1.55rem) !important;
}

#nav-links a {
  font-size: inherit !important;
}

#nav-actions img {
  width: 2.5rem;
  height: 2.5rem;
}

#hero-content h1 {
  font-size: clamp(1.8rem, 4.5vw, 5.8rem);
}

#hero-content p {
  font-size: clamp(0.88rem, 0.95vw, 0.98rem);
}

body {
  padding-top: var(--site-nav-height) !important;
}

@media (min-width: 1024px) {
  #nav-menu {
    gap: clamp(1.75rem, 4vw, 3.5rem) !important;
  }

  #nav-links {
    gap: clamp(1rem, 1.6vw, 1.5rem) !important;
    font-size: clamp(0.86rem, 0.8rem + 0.14vw, 0.96rem) !important;
  }
}

@supports not (overflow: clip) {
  body {
    overflow-x: hidden;
  }
}

/* Shared contact and footer sections */
.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 3.8vw, 2.6rem) 0 clamp(2rem, 4.2vw, 3rem);
  background: white;
}

.contact-section::before,
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(106, 131, 205, 0.22) 0.8px, transparent 0.9px);
  background-size: 8px 8px;
}



.contact-section::before {
  top: -2.25rem;
  right: 2rem;
  width: clamp(10rem, 16vw, 18rem);
  height: clamp(6rem, 9vw, 10rem);
  opacity: 0.26;
  transform: rotate(-28deg);
}


.contact-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(2.4rem, 5vw, 4.8rem);
  background: #fff9f7;
  border-radius: 2.6rem 2.6rem 0 0;
  border-top: 2px solid rgba(128, 150, 216, 0.1);
  border-left: 2px solid rgba(128, 150, 216, 0.1);
  border-right: 2px solid rgba(128, 150, 216, 0.1);
}

.contact-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 30%);
  gap: clamp(1.6rem, 4vw, 4rem);
  width: min(90%, 78rem);
  max-width: 90%;
  min-height: auto;
  margin-inline: auto;
  padding: clamp(1.55rem, 3.3vw, 2.55rem) clamp(1.75rem, 5vw, 4.2rem);
  align-items: center;
  border: 1px solid rgba(76, 126, 195, 0.72);
  border-radius: clamp(1.7rem, 3vw, 3.2rem);
  background: #ffffff;
}



.contact-copy {
  max-width: 34rem;
}

.contact-copy h2,
.footer-brand h2,
.footer-links h3 {
  color: #151b72;
}

.contact-copy h2 {
  font-size: clamp(1.95rem, 2.2vw, 2.45rem);
  line-height: 1.08;
  font-weight: 800;
}

.contact-intro {
  max-width: 32rem;
  margin-top: clamp(0.55rem, 0.9vw, 0.8rem);
  color: #5d6681;
  font-size: clamp(0.86rem, 0.88vw, 0.98rem);
  line-height: 1.45;
}

.contact-list {
  display: grid;
  gap: clamp(0.65rem, 1.25vw, 1rem);
  margin-top: clamp(1rem, 1.8vw, 1.5rem);
}

.contact-item {
  display: grid;
  grid-template-columns: clamp(2.15rem, 2.35vw, 2.6rem) minmax(0, 1fr);
  gap: clamp(0.7rem, 0.85vw, 0.95rem);
  align-items: center;
}

.contact-icon {
  display: inline-flex;
  width: clamp(2.15rem, 2.35vw, 2.6rem);
  height: clamp(2.15rem, 2.35vw, 2.6rem);
  align-items: center;
  justify-content: center;
  border-radius: 0.48rem;
  color: #ffffff;
  font-size: clamp(0.84rem, 0.9vw, 1rem);
  background: linear-gradient(135deg, #ff6c3c 0%, #5c98df 100%);
  box-shadow: 0 0.45rem 0.95rem rgba(62, 108, 187, 0.14);
}

.contact-label {
  color: #0b345d;
  font-size: clamp(0.74rem, 0.72vw, 0.84rem);
  font-weight: 400;
  line-height: 1.2;
}

.contact-item a {
  display: inline-block;
  margin-top: clamp(0.2rem, 0.32vw, 0.34rem);
  color: #082c4f;
  font-size: clamp(0.88rem, 0.92vw, 1.02rem);
  font-weight: 700;
  line-height: 1.1;
}

.contact-item span:not(.contact-icon) {
  display: block;
  margin-top: clamp(0.18rem, 0.26vw, 0.3rem);
  color: #0b345d;
  font-size: clamp(0.72rem, 0.68vw, 0.8rem);
  line-height: 1.3;
}

.contact-form {
  display: grid;
  gap: clamp(0.75rem, 1vw, 0.95rem);
  width: 100%;
  align-self: center;
}

.contact-field {
  position: relative;
  display: block;
}

.contact-field-name {
  --contact-star-offset: 4.1ch;
}

.contact-field-email {
  --contact-star-offset: 4.15ch;
}

.contact-field-website {
  --contact-star-offset: 6ch;
}

.contact-required-star {
  position: absolute;
  top: 50%;
  left: calc(clamp(0.85rem, 1.65vw, 1.5rem) + var(--contact-star-offset));
  color: #ff4f4f;
  font-size: clamp(0.82rem, 0.76vw, 0.92rem);
  line-height: 1;
  transform: translateY(-45%);
  transition: opacity 160ms ease;
}

.contact-field input:not(:placeholder-shown)+.contact-required-star {
  opacity: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0.72rem;
  background: #ffffff;
  color: #082c4f;
  font-size: clamp(0.82rem, 0.78vw, 0.92rem);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form.is-submitted input,
.contact-form.is-submitted textarea {
  animation: contact-field-clear 520ms ease;
}

.contact-form input {
  min-height: clamp(2.65rem, 2.7vw, 3rem);
  padding: 0 clamp(0.85rem, 0.85vw, 1rem);
}

.contact-form textarea {
  height: clamp(4.4rem, 4.8vw, 5.2rem);
  min-height: clamp(4.4rem, 4.8vw, 5.2rem);
  max-height: clamp(4.4rem, 4.8vw, 5.2rem);
  resize: none;
  padding: clamp(0.75rem, 0.78vw, 0.9rem);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.footer-search input::placeholder {
  color: #7d879c;
}

.contact-form input:focus,
.contact-form textarea:focus,
.footer-search:focus-within {
  border-color: #6b99db;
  box-shadow: 0 0 0 4px rgba(91, 145, 219, 0.14);
}

.contact-form button {
  min-height: clamp(2.7rem, 2.75vw, 3rem);
  border: 0;
  border-radius: 0.72rem;
  color: #ffffff;
  font-size: clamp(0.9rem, 0.92vw, 1rem);
  font-weight: 600;
  background: linear-gradient(100deg, #ff7042 0%, #5595df 100%);
  box-shadow: 0 0.75rem 1.3rem rgba(66, 111, 190, 0.16);
}

.contact-form button.is-submitted {
  animation: contact-submit-pop 780ms cubic-bezier(0.2, 0.8, 0.2, 1);
  background: linear-gradient(100deg, #27b782 0%, #5595df 100%);
}

@keyframes contact-submit-pop {
  0% {
    transform: scale(1);
    box-shadow: 0 0.9rem 1.6rem rgba(66, 111, 190, 0.18);
  }

  38% {
    transform: scale(1.035);
    box-shadow: 0 1.15rem 2rem rgba(39, 183, 130, 0.26);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0.9rem 1.6rem rgba(66, 111, 190, 0.18);
  }
}

@keyframes contact-field-clear {
  0% {
    border-color: #e5e8f0;
    background: #ffffff;
  }

  42% {
    border-color: rgba(39, 183, 130, 0.62);
    background: rgba(242, 255, 250, 0.95);
  }

  100% {
    border-color: #e5e8f0;
    background: #ffffff;
  }
}

.site-footer {
  border-left: 2px solid #F3F0F4;
  border-right: 2px solid #F3F0F4;
  position: relative;
  overflow: hidden;
  padding: 0 clamp(0px, 0px, 0px) clamp(3rem, 5vw, 4.35rem);
  background:
    linear-gradient(135deg, #fff9f8 0%, #fff7f5 54%, #fffdfc 100%);
}

.site-footer::before {
  right: -3.5rem;
  top: -1.6rem;
  width: 18rem;
  height: 11rem;
  opacity: 0.32;
  transform: rotate(20deg);
}

.site-footer::after {
  left: -6rem;
  top: -2.4rem;
  width: 11rem;
  height: 11rem;
  opacity: 0.28;
  border: 1px solid rgba(128, 150, 216, 0.2);
  border-radius: 50%;
  background-image: none;
}

.footer-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(14rem, 1.35fr) repeat(3, minmax(8rem, 1fr));
  gap: clamp(2rem, 7vw, 5.2rem);
  width: 95%;
  margin-inline: auto;
  align-items: start;
  padding-left: 7vw;
}

.footer-brand h2 {
  font-size: clamp(1.2rem, 1.8vw, 2.4rem);
  font-weight: 800;
}

.footer-brand p {
  max-width: 16rem;
  margin-top: 1.3rem;
  color: #6c82b1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-search {
  display: flex;
  width: min(100%, 16rem);
  min-height: 1.85rem;
  margin-top: 1.25rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #d7ddea;
  border-radius: 0.35rem;
  background: #ffffff;
  color: #99a4ba;
  padding: 0 0.65rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.footer-search i {
  font-size: 0.85rem;
}

.footer-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  color: #151b72;
  font-size: 0.68rem;
  outline: none;
}

.footer-social {
  display: flex;
  gap: 1.05rem;
  margin-top: 1.35rem;
  color: #050b24;
  justify-content: start;
}

@media (max-width: 901px) {
  .footer-social {
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
    justify-self: center;
  }
}

.footer-social a {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-social a:hover,
.footer-links a:hover {
  color: #ff7042;
}

.footer-social a:hover {
  transform: translateY(-1px);
}

.footer-links {
  display: grid;
  gap: 0.42rem;
}

.footer-links h3 {
  margin-bottom: 0.28rem;
  font-size: clamp(1.1rem, 1.6vw, 2.25rem);
  font-weight: 800;
}

.footer-links a {
  color: #6d83b3;
  font-size: 1rem;
  line-height: 1.35;
  transition: color 180ms ease;
}

@media (max-width: 900px) {
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 1.55rem;
    min-height: auto;
    padding: clamp(1.45rem, 5.5vw, 2.2rem);
  }

  .contact-copy {
    max-width: none;
  }

  .contact-form {
    max-width: none;
    justify-self: stretch;
  }

  .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 2.25rem;
    width: min(100% - 2rem, 42rem);
  }

  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer-brand p {
    max-width: 26rem;
    margin: auto;
  }

  .footer-links h3 {
    font-size: clamp(1.05rem, 3vw, 1.35rem);
  }

  .footer-links a {
    font-size: 0.98rem;
    line-height: 1.4;
  }
}

@media (max-width: 901px) {
  .footer-search {
    width: min(100%, 18rem);
    min-height: 2.4rem;
    margin: 1rem auto 0;
  }

  .footer-shell {
    padding-left: 0 !important;
  }
}

@media (max-width: 640px) {
  .contact-section {
    padding-inline: 0;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .contact-panel::before {
    display: none;
  }

  .contact-panel {
    padding: clamp(1.15rem, 5vw, 1.65rem);
    border-radius: 1.15rem;
  }

  .contact-item {
    grid-template-columns: 2.1rem minmax(0, 1fr);
    gap: 0.7rem;
  }

  .contact-icon {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.82rem;
  }

  .contact-form {
    gap: 0.7rem;
  }

  .contact-form button {
    width: 100%;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    width: min(100% - 1.7rem, 28rem);
    gap: 1.45rem;
    text-align: left;
  }

  .site-footer {
    padding: 0 2.5rem 2.35rem;
  }

  .site-footer::before {
    right: -6.5rem;
    width: 14rem;
    height: 8rem;
    opacity: 0.18;
  }

  .site-footer::after {
    left: -7rem;
    width: 8.5rem;
    height: 8.5rem;
    opacity: 0.16;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-brand h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
    line-height: 1.12;
  }

  .footer-brand p {
    max-width: 21rem;
    font-size: 0.86rem;
    line-height: 1.48;
  }

  .footer-search {
    width: min(100%, 18rem);
    min-height: 2.4rem;
    margin: 1rem auto 0;
  }


  .footer-search input {
    font-size: 0.8rem;
  }

  .footer-social {
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
    justify-self: center;
  }

  .footer-social a {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(21, 27, 114, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
  }

  .footer-links {
    gap: 0.32rem;
  }

  .footer-links h3 {
    margin-bottom: 0.1rem;
    font-size: 1.02rem;
  }

  .footer-links a {
    font-size: 0.86rem;
    line-height: 1.36;
  }
}

@media (max-width: 360px) {
  .footer-shell {
    width: min(100% - 1.25rem, 24rem);
    gap: 1.2rem;
  }

  .footer-brand p {
    font-size: 0.82rem;
  }

  .footer-links a {
    font-size: 0.82rem;
  }
}
