@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");

:root {
  --lp-surface: #ffffff;
  --lp-surface-soft: #eff6ff;
  --lp-surface-alt: #f7fbff;
  --lp-surface-accent: #dff6f4;
  --lp-border: rgba(13, 43, 77, 0.12);
  --lp-border-strong: rgba(13, 43, 77, 0.2);
  --lp-ink-strong: #0b2036;
  --lp-ink: #12304d;
  --lp-muted: #58708a;
  --lp-brand: #0f4c81;
  --lp-brand-deep: #0a355b;
  --lp-accent: #b72a2a;
  --lp-accent-soft: #c3f2ea;
  --lp-highlight: #f3fbff;
  --lp-shadow: 0 26px 60px rgba(6, 24, 43, 0.14);
  --lp-shadow-soft: 0 18px 40px rgba(8, 29, 52, 0.08);
  --lp-container: min(1200px, calc(100% - 40px));
      --blue-950: #08233f;
      --blue-900: #0c3762;
      --blue-800: #124d86;
      --blue-700: #1764a8;
      --accent: #a42d31;
      --accent-dark: #812125;
      --white: #fff;
      --ink: #172536;
      --muted: #687789;
      --surface: #f7f9fc;
      --ease: cubic-bezier(.2, .75, .25, 1);
    }
html{
  font-size:unset ;
}
* {
  box-sizing: border-box;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

.lp-root {
  width: 100%;
  color: var(--lp-ink-strong);
}

.lp-container {
  width: var(--lp-container);
  margin: 0 auto;
}

.lp-section {
  position: relative;
  width: 100%;
}

.lp-section h1,
.lp-section h2,
.lp-section h3,
.lp-section p,
.lp-section li {
  width: 100%;
}

.lp-section h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5.5vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.lp-section h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.lp-section h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.45;
}

.lp-section p,
.lp-section li {
  margin: 0;
  color: var(--lp-ink);
  font-size: 1rem;
  line-height: 1.75;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--lp-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-section-heading {
  max-width: 780px;
  margin-bottom: 2.25rem;
}

.lp-section-heading h2 + p,
.lp-section-heading p + h2 {
  margin-top: 0.75rem;
}

.lp-hero {
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(2.4rem, 5vw, 4rem);
  color: #f3f8ff;
  background:
    radial-gradient(circle at top left, rgba(45, 212, 191, 0.3), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(98, 162, 255, 0.26), transparent 30rem),
    linear-gradient(135deg, #08182f 0%, #0b2745 46%, #114b73 100%);
}

.lp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.lp-hero__content {
  display: grid;
  gap: 1.1rem;
}

.lp-hero .lp-eyebrow,
.lp-hero p,
.lp-hero li,
.lp-hero a {
  color: inherit;
}

.lp-hero__lead {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-hero__sublead {
  font-size: 1.1rem;
  color: #c8edf0;
}

.lp-hero__summary {
  max-width: 52rem;
  font-size: 1.15rem;
  color: #d7ebff;
}

.lp-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}
.cta-gradient {
      border-radius: 999px;
      background: linear-gradient(100deg, var(--blue-900), var(--blue-700), var(--blue-800), var(--blue-900));
      background-size: 300% 100%;
      box-shadow: 0 12px 28px rgba(0, 21, 52, .28);
      color: #fff!important;
    }

    .cta-gradient:hover,
    .cta-gradient:focus-visible {
      background-position: 100% 0;
      box-shadow: 0 17px 34px rgba(0, 21, 52, .38);
      transform: translateY(-3px) scale(1.02);
    }
.lp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.92;
}

.lp-text-link:hover {
  opacity: 1;
}

.lp-hero__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.lp-hero__stats li {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.lp-hero__stats strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
}

.lp-hero__stats span {
  display: block;
  margin-top: 0.35rem;
  color: #dcecff;
  font-size: 0.95rem;
}

.lp-hero__visual {
  display: flex;
  justify-content: center;
}

.lp-hero-card {
  width: min(100%, 420px);
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: var(--lp-shadow);
  backdrop-filter: blur(14px);
}

.lp-hero-card__header,
.lp-hero-card__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.lp-hero-card__header {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.lp-hero-card__list {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 0 1.25rem;
}

.lp-hero-card__item span:last-child {
  color: #eff7ff;
}

.lp-placeholder {
  display: grid;
  place-items: center;
  gap: 0.75rem;
  min-height: 180px;
  padding: 1.25rem;
  border: 1px dashed var(--lp-border-strong);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(45, 212, 191, 0.1)),
    rgba(255, 255, 255, 0.06);
  color: inherit;
  text-align: center;
}

.lp-placeholder--hero {
  min-height: 210px;
}

.lp-hero-brand {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 1.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 1.2rem;
  background:
   radial-gradient(circle at top, rgba(45, 212, 191, 0.12), #ffffff 10rem), rgb(255 255 255);
}

.lp-image--hero-logo {
  width: min(100%, 280px);
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(6, 24, 43, 0.26));
}

.lp-placeholder--portrait {
  min-height: 220px;
  background:
    radial-gradient(circle at top, rgba(45, 212, 191, 0.18), transparent 12rem),
    linear-gradient(160deg, #eef6ff, #dff2f0);
  color: var(--lp-brand-deep);
}

.lp-image--portrait {
  width: min(100%, 210px);
    max-height: 309px;
    object-fit: contain;
    justify-self: unset;
    border-radius: 1.25rem;
    margin-top: -40px;
    filter: drop-shadow(0 14px 24px rgba(11, 32, 54, 0.16));
}

.lp-placeholder .material-symbols-outlined {
  font-size: 3rem;
}

.lp-letter,
.lp-about {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.lp-letter {
  margin-top: -1rem;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.lp-letter__grid,
.lp-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.lp-letter__content {
  display: grid;
  gap: 1rem;
}

.lp-letter__salutation {
  color: var(--lp-brand-deep);
  font-size: 1.1rem;
  font-weight: 700;
}

.lp-inline-cta,
.lp-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.lp-inline-cta--centered {
  width: 100%;
  text-align: center;
}

.lp-note-panel,
.lp-proof-wall,
.lp-testimonials__shell,
.lp-overview-card {
  border: 1px solid var(--lp-border);
  border-radius: 1.5rem;
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-soft);
}

.lp-note-panel {
  padding: 1.4rem;
  background:
    linear-gradient(180deg, rgb(187 42 42 / 9%), rgba(255, 255, 255, 0.98)), #ffffff;
}

.lp-note-panel__tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgb(187 49 48 / 10%);
  color: var(--lp-accent);
  font-size: 0.85rem;
  font-weight: 700;
}

.lp-note-panel ul,
.lp-feature-list,
.lp-topic-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-note-panel li,
.lp-topic-list li {
  display: flex;
  gap: 0.8rem;
  align-items: start;
}

.lp-note-panel li .material-symbols-outlined,
.lp-topic-list li::before,
.lp-feature-list li::before {
  flex: 0 0 auto;
}

.lp-overview {
  padding: clamp(3.4rem, 6vw, 5.5rem) 0;
  background:
    radial-gradient(circle at top right, rgba(13, 148, 136, 0.12), transparent 18rem),
    linear-gradient(180deg, #f0f7ff, #f9fcff 35%, #ffffff 100%);
}

.lp-overview__grid {
  display: grid;
  gap: 1.2rem;
}

.lp-overview-card {
  padding: 1.6rem;
}

.lp-overview-card__number {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7e2323, #d32d2d);
  color: #ffffff;
  font-weight: 800;
}

.lp-overview-card h3 + *,
.lp-overview-card p + p,
.lp-overview-card ul + p {
  margin-top: 1rem;
}

.lp-feature-list li,
.lp-topic-list li {
  position: relative;
  padding-left: 2rem;
}

.lp-feature-list li::before,
.lp-topic-list li::before {
  content: "check_circle";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-family: "Material Symbols Outlined";
  font-size: 1.2rem;
  color: var(--lp-accent);
}

.lp-mini-stack {
  display: grid;
  gap: 1rem;
}

.lp-mini-stack__item {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #ba2a2a14;
}

.lp-expert-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
  gap: 1.2rem;
  align-items: start;
  justify-items: center;
}

.lp-about {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.lp-about__content {
  display: grid;
  gap: 1rem;
}

.lp-proof-wall {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(13, 148, 136, 0.18), transparent 12rem),
    linear-gradient(180deg, #0b2745, #10385e);
  color: #eff7ff;
}

.lp-proof-wall__item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-proof-wall__item:last-child {
  border-bottom: 0;
}

.lp-proof-wall__item strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.lp-proof-wall__item span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(239, 247, 255, 0.82);
  line-height: 1.6;
}

.lp-testimonials {
  padding: clamp(3.5rem, 7vw, 5.8rem) 0;
  background:
    linear-gradient(180deg, #ecf5ff, #f8fbff 48%, #ffffff 100%);
}

.lp-testimonials__shell {
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lp-testimonials__frame {
  position: relative;
  width: min(900px, 100%);
  margin: 0 auto;
  padding-inline: 2.75rem;
}

.lp-testimonials__viewport {
  overflow: hidden;
}

.lp-testimonials__track {
  display: flex;
  transition: transform 420ms ease;
  will-change: transform;
}

.lp-testimonial {
  flex: 0 0 100%;
  padding: clamp(0.5rem, 1vw, 0.75rem);
}

.lp-testimonial__card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  width: min(100%, 850px);
  min-height: 360px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(114, 132, 189, 0.12);
}

.lp-testimonial__avatar {
  display: grid;
  place-items: center;
  width: clamp(8.75rem, 16vw, 11rem);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(65, 74, 113, 0.18);
}

.lp-testimonial__avatar--1 { background-image: linear-gradient(135deg, #d05d6b, #731325); }
.lp-testimonial__avatar--2 { background-image: linear-gradient(135deg, #7ab5ff, #254ea0); }
.lp-testimonial__avatar--3 { background-image: linear-gradient(135deg, #79b56f, #5a7e2f); }
.lp-testimonial__avatar--4 { background-image: linear-gradient(135deg, #e28baa, #8e3d69); }
.lp-testimonial__avatar--5 { background-image: linear-gradient(135deg, #84a6ff, #21376e); }
.lp-testimonial__avatar--6 { background-image: linear-gradient(135deg, #f0b871, #8f5b22); }

.lp-testimonial__copy h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
  color: #3e3e3e;
}

.lp-testimonial__role {
  margin-bottom: 0.85rem;
  color: #5d6574;
  font-size: 0.95rem;
  line-height: 1.3;
}

.lp-testimonial__rating {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 1rem;
  color: #ffb84a;
}

.lp-testimonial__text {
  color: #3f3f3f;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.55;
}

.lp-testimonials__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: -1.8rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #173a92;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.lp-testimonials__arrow:hover {
  transform: scale(1.03);
}

.lp-testimonials__arrow--prev {
  left: 0;
}

.lp-testimonials__arrow--next {
  right: 0;
}

.lp-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.lp-testimonials__dot {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 999px;
  background: #e3e2e2;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.lp-testimonials__dot.is-active {
  background: #173a92;
  transform: scale(1.12);
}

.lp-submit,
.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.95rem 1.5rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lp-submit:hover,
.cta-btn:hover {
  transform: translateY(-2px);
}
.form{margin-top:20px;}
.logo{
	float:right;
}
.well {
    width: 80%;
    margin:20px auto;
}
.form-control {
    /* padding: 2rem 1rem;
    font-size: 1.75rem; */
    max-width: 535px;
    margin-bottom: 1.3rem;
}
#pasul1 {
    color: #fff;
    background: linear-gradient(100deg, var(--blue-900), var(--blue-700), var(--blue-800), var(--blue-900)) !important;
    border-color: #077E9B !important;
    box-shadow: 0px 2px 3px #444444bf;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    /* border-radius: 5px; */
    border-radius: 999px;
}
.cta-16 {
  color: #ffffff!important;
  background: linear-gradient(135deg, #902525, #c22b2b);
  box-shadow: 0 18px 34px rgba(10, 53, 91, 0.26);
}

.cta-30,
.lp-submit {
  color: #ffffff!important;
  background: linear-gradient(135deg, #902525, #c22b2b);
  box-shadow: 0 18px 34px rgba(8, 24, 47, 0.3);
}

.cta-pulse {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #7cf7d4;
  box-shadow: 0 0 0 0 rgba(124, 247, 212, 0.7);
  animation: lp-pulse 1.8s infinite;
}

.lp-animate {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.lp-animate--scale {
  transform: scale(0.96);
}

.lp-animate.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes lp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(124, 247, 212, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(124, 247, 212, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(124, 247, 212, 0);
  }
}

@media (max-width: 1080px) {
  .lp-hero__grid,
  .lp-letter__grid,
  .lp-about__grid,
  .lp-expert-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --lp-container: min(100%, calc(100% - 24px));
  }

  .lp-hero {
    padding-top: 2.75rem;
  }

  .lp-hero__stats {
    grid-template-columns: 1fr;
  }

  .lp-image--portrait {
    justify-self: center;
  }

  .lp-testimonial__card {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: center;
  }

  .lp-testimonial__avatar {
    margin: 0 auto;
  }

  .lp-testimonials__shell {
    padding-inline: 0.9rem;
  }

  .lp-testimonials__frame {
    padding-inline: 0;
  }

  .lp-testimonials__arrow {
    top: auto;
    bottom: 5rem;
    margin-top: 0;
  }

  .lp-testimonials__arrow--prev {
    left: 0.35rem;
  }

  .lp-testimonials__arrow--next {
    right: 0.35rem;
  }

  .lp-testimonial {
    padding-bottom: 0.5rem;
  }
  .lp-image--portrait{
    margin-top: 0px!important;
  }
  .well{
    width:100%!important;
  }
  fieldset{
    min-width: 100%!important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lp-animate,
  .lp-testimonials__track,
  .lp-submit,
  .cta-btn,
  .lp-benefit-card {
    transition: none !important;
  }

  .cta-pulse {
    animation: none !important;
  }
}
