@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Outfit", system-ui, sans-serif;
  background: #ffffff;
  color: #111109;
  -webkit-font-smoothing: antialiased;
}

.serif-italic {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  color: #13c265;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 900px) {
  .container {
    padding-inline: 50px;
  }
}

.eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #13c265;
  margin-bottom: 10px;
  display: block;
}

.h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #111109;
  margin-bottom: 14px;
}

.section-head {
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 52px;
}

.section-lead {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
}

[data-reveal],
[data-reveal-delay] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].revealed,
[data-reveal-delay].revealed {
  opacity: 1;
  transform: none;
}

[data-reveal-delay] {
  transition-delay: 0.14s;
}

[data-stagger] > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger].revealed > * {
  opacity: 1;
  transform: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding-inline: 28px;
  border-radius: 100px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn i {
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:hover i {
  transform: translateX(3px);
}
.btn--cta {
  background: #13c265;
  color: #fff;
  box-shadow: 0 2px 14px rgba(19, 194, 101, 0.28);
}
.btn--cta:hover {
  background: #0fa052;
  box-shadow: 0 6px 24px rgba(19, 194, 101, 0.36);
}
.btn--outline {
  background: transparent;
  color: #111109;
  border: 1.5px solid #D2D1C9;
}
.btn--outline:hover {
  border-color: #13c265;
  color: #13c265;
}
.btn--lg {
  height: 56px;
  font-size: 16px;
  padding-inline: 36px;
}
.btn--full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #F8F8F6;
  padding-top: 35px;
}
@media (min-width: 1040px) {
  .hero {
    padding-top: 70px;
  }
}
.hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 55% at 85% 5%, rgba(19, 194, 101, 0.07) 0%, transparent 65%), radial-gradient(ellipse 35% 45% at 5% 90%, rgba(19, 194, 101, 0.05) 0%, transparent 60%);
}
.hero__container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 48px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {
  .hero__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1060px) {
  .hero__container {
    grid-template-columns: 1fr 480px;
    align-items: center;
    gap: 64px;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.hero__copy {
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
  min-width: 0;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12.5px;
  color: #6B6A63;
  margin-bottom: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13c265;
  box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.18);
  flex-shrink: 0;
  animation: dotPulse 2.4s ease-in-out infinite;
}
.hero__h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #111109;
  margin-bottom: 18px;
}
.hero__lead {
  font-size: clamp(15px, 1.8vw, 17px);
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 500px;
}
.hero__lead strong {
  color: #111109;
  font-weight: 600;
}
.hero__form-card {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: 22px;
  margin-bottom: 26px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.055);
  width: 100%;
}
.hero__form-eyebrow {
  font-size: 14px;
  color: #6B6A63;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero__form-eyebrow i {
  color: #13c265;
  font-size: 15px;
}
@media (min-width: 1040px) {
  .hero__form-eyebrow {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hero__form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 560px) {
  .hero__form-row {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.hero__input {
  width: 100%;
  min-width: 0;
  height: 52px;
  border: 1.5px solid #E6E5DF;
  border-radius: 100px;
  padding: 0 20px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 16px;
  color: #111109;
  background: #F8F8F6;
  outline: none;
  -moz-appearance: textfield;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.hero__input::-moz-placeholder {
  color: #B0AFA7;
}
.hero__input::placeholder {
  color: #B0AFA7;
}
.hero__input::-webkit-inner-spin-button, .hero__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hero__input:focus {
  border-color: #13c265;
  box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.1);
}
@media (min-width: 560px) {
  .hero__input {
    flex: 1;
    width: auto;
  }
}
.hero__form-btn {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  .hero__form-btn {
    width: auto;
  }
}
.hero__form-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
@media (min-width: 1040px) {
  .hero__form-trust {
    justify-content: unset;
    transform: translateX(5px);
  }
}
.hero__form-trust span {
  font-size: 13px;
  color: #B0AFA7;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero__form-trust span i {
  color: #13c265;
  font-size: 12px;
}
@media (min-width: 1040px) {
  .hero__form-trust span {
    font-size: 15px;
  }
  .hero__form-trust span i {
    font-size: 13px;
  }
}
.hero__proof {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hero__avatars {
  display: flex;
  flex-shrink: 0;
}
.hero__avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -8px;
}
.hero__avatars img:first-child {
  margin-left: 0;
}
.hero__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
}
.hero__stars i {
  color: #FFAD0D;
  font-size: 11px;
}
.hero__proof-text {
  font-size: 12.5px;
  color: #6B6A63;
  margin: 0;
}
.hero__proof-text strong {
  color: #111109;
}
.hero__visual {
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
  min-width: 0;
}
@media (max-width: 1059px) {
  .hero__visual {
    order: -1;
  }
}
.hero__img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.hero__img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 500px) {
  .hero__img {
    height: 340px;
  }
}
@media (min-width: 1060px) {
  .hero__img {
    height: 520px;
  }
}
.hero__float {
  position: absolute;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
}
.hero__float--top {
  top: 16px;
  left: 16px;
  padding: 10px 14px;
  animation: floatBob 4s ease-in-out infinite;
}
.hero__float--top .hero__float-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero__float--top .hero__float-icon i {
  color: #13c265;
  font-size: 14px;
}
.hero__float--top strong {
  display: block;
  font-size: 12.5px;
  color: #111109;
  font-weight: 600;
}
.hero__float--top span {
  display: block;
  font-size: 11px;
  color: #6B6A63;
}
.hero__float--bottom {
  bottom: 16px;
  right: 16px;
  padding: 10px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  animation: floatBob 4s ease-in-out 1.5s infinite;
}
.hero__float--bottom .hero__float-big {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  color: #13c265;
  line-height: 1;
}
.hero__float--bottom span {
  font-size: 11px;
  color: #6B6A63;
}

.trustbar {
  padding-block: 18px;
  background: #F8F8F6;
}
.trustbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}
.trustbar__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #6B6A63;
  white-space: nowrap;
}
.trustbar__item i {
  color: #13c265;
  font-size: 13px;
}
.trustbar__sep {
  width: 1px;
  height: 16px;
  background: #E6E5DF;
  display: none;
}
@media (min-width: 640px) {
  .trustbar__sep {
    display: block;
  }
}

.services {
  padding-block: 96px;
  background: #F8F8F6;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.services__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.services__bottom p {
  font-size: 14px;
  color: #6B6A63;
}
.services__bottom p a {
  color: #13c265;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 16px 16px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, border-color 0.18s ease;
}
.svc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 194, 101, 0.12);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
  border-color: rgba(19, 194, 101, 0.35);
}
.svc:hover::after {
  opacity: 1;
}
.svc:hover .svc__icon {
  background: #13c265;
}
.svc:hover .svc__icon svg {
  stroke: #fff;
}
.svc:hover .svc__name {
  color: #0fa052;
}
.svc:hover .svc__arrow {
  opacity: 1;
  transform: translateX(0);
}
.svc__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease;
  position: relative;
  z-index: 1;
}
.svc__icon svg {
  width: 22px;
  height: 22px;
  stroke: rgb(14.4507042254, 147.5492957746, 76.8169014085);
  transition: stroke 0.22s ease;
}
.svc__body {
  flex: 1;
  position: relative;
  z-index: 1;
  min-width: 0;
}
.svc__name {
  font-size: 13.5px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 5px;
  transition: color 0.18s ease;
  line-height: 1.3;
}
.svc__count {
  font-size: 11.5px;
  color: #B0AFA7;
  display: flex;
  align-items: center;
  gap: 4px;
}
.svc__count .fa-fire {
  color: #e05c1a;
  font-size: 10px;
}
.svc__count .fa-star {
  color: #FFAD0D;
  font-size: 10px;
}
.svc__arrow {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #13c265;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc--hot::before {
  content: "Populær";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #0fa052;
  background: #edf9f3;
  border: 1px solid rgba(19, 194, 101, 0.25);
  border-radius: 100px;
  padding: 2px 8px;
  letter-spacing: 0.04em;
  z-index: 2;
}

.how {
  padding-block: 96px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #E6E5DF;
}
.how__texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 45% 55% at 0% 50%, rgba(19, 194, 101, 0.05) 0%, transparent 60%), radial-gradient(ellipse 35% 35% at 100% 20%, rgba(19, 194, 101, 0.04) 0%, transparent 55%);
}
.how__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 960px) {
  .how__inner {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.how__img-col {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 960px) {
  .how__img-col {
    width: 440px;
  }
}
.how__img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.1);
}
.how__img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .how__img {
    height: 500px;
  }
}
.how__img-label {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #111109;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.how__img-label i {
  color: #13c265;
  font-size: 14px;
}
.how__copy {
  flex: 1;
  min-width: 0;
}
.how__lead {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 36px;
}
.how__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}
.how__step {
  display: flex;
  gap: 18px;
  padding-bottom: 28px;
  position: relative;
}
.how__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 34px;
  width: 1px;
  height: calc(100% - 34px);
  background: linear-gradient(to bottom, #E6E5DF, transparent);
}
.how__step-n {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edf9f3;
  border: 1.5px solid rgba(19, 194, 101, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #13c265;
}
.how__step-body {
  padding-top: 4px;
}
.how__step-body h4 {
  font-size: 15px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 5px;
}
.how__step-body p {
  font-size: 14px;
  color: #6B6A63;
  line-height: 1.6;
}
.how__cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.how__cta-row .btn {
  width: 100%;
}
@media (min-width: 1080px) {
  .how__cta-row {
    justify-content: unset;
  }
  .how__cta-row .btn {
    width: unset;
  }
}
.how__cta-note {
  font-size: 13px;
  color: #6B6A63;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  line-height: 1;
}
.how__cta-note i {
  color: #13c265;
  font-size: 12px;
  line-height: 1;
}

.proof-section {
  padding-block: 96px;
  background: #F8F8F6;
  border-top: 1px solid #E6E5DF;
}
.proof-section__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 900px) {
  .proof-section__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 72px;
  }
}
.proof-section__left {
  flex: 1;
  min-width: 0;
}
.proof-section__left .eyebrow {
  margin-bottom: 10px;
}
.proof-section__headline {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #111109;
  margin-bottom: 14px;
}
.proof-section__sub {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 36px;
}
.proof-section__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 500px) {
  .proof-section__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
.proof-section__stat {
  padding: 22px 18px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-left: 3px solid #13c265;
  border-radius: 16px;
}
.proof-section__stat strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 400;
  color: #111109;
  line-height: 1;
  margin-bottom: 6px;
}
.proof-section__stat span {
  font-size: 12.5px;
  color: #6B6A63;
  line-height: 1.4;
}
.proof-section__right {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 900px) {
  .proof-section__right {
    width: 400px;
  }
}
.proof-section__reviews {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.proof-section__review {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 16px;
  padding: 22px;
  transition: box-shadow 0.22s ease, transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.proof-section__review:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.proof-section__review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}
.proof-section__review-stars i {
  color: #FFAD0D;
  font-size: 12px;
}
.proof-section__review-text {
  font-size: 14px;
  color: #111109;
  line-height: 1.65;
  margin-bottom: 14px;
  font-style: italic;
}
.proof-section__review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.proof-section__review-author img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #E6E5DF;
}
.proof-section__review-author strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111109;
}
.proof-section__review-author span {
  display: block;
  font-size: 11.5px;
  color: #6B6A63;
}

.quality {
  padding-block: 96px;
  border-top: 1px solid #E6E5DF;
}
.quality__layout {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 960px) {
  .quality__layout {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.quality__visual {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 960px) {
  .quality__visual {
    width: 420px;
    order: 2;
  }
}
.quality__img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.1);
}
.quality__img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.quality__img:hover {
  transform: scale(1.03);
}
.quality__img-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}
.quality__img-badge i {
  color: #13c265;
  font-size: 20px;
}
.quality__img-badge strong {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #111109;
}
.quality__img-badge span {
  display: block;
  font-size: 11px;
  color: #6B6A63;
}
.quality__copy {
  flex: 1;
  min-width: 0;
  order: 1;
}
.quality__intro {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 32px;
}
.quality__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 36px;
}
.quality__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.quality__item-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality__item-icon i {
  color: #13c265;
  font-size: 16px;
}
.quality__item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 4px;
}
.quality__item p {
  font-size: 14px;
  color: #6B6A63;
  line-height: 1.6;
}

.about {
  padding-block: 96px;
  border-top: 1px solid #E6E5DF;
}
.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 800px) {
  .about__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about__card {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease;
}
.about__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.08);
}
.about__card:hover .about__card-img img {
  transform: scale(1.04);
}
.about__card-img {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.about__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.about__card-num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(6px);
  padding: 3px 10px;
  border-radius: 100px;
}
.about__card-body {
  padding: 24px 22px;
}
.about__card-body h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 8px;
  line-height: 1.3;
}
.about__card-body p {
  font-size: 14px;
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 16px;
}
.about__link {
  font-size: 13.5px;
  font-weight: 400;
  color: #13c265;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.about__link i {
  font-size: 11px;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.about__link:hover i {
  transform: translateX(3px);
}

.final-cta {
  position: relative;
  padding-block: 96px;
  background: #F8F8F6;
  border-top: 1px solid #E6E5DF;
  overflow: hidden;
}
.final-cta__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(19, 194, 101, 0.11) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}
.final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media (min-width: 960px) {
  .final-cta__inner {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.final-cta__left {
  flex: 1;
  min-width: 0;
}
.final-cta__h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #111109;
  margin-bottom: 14px;
}
.final-cta__sub {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 36px;
}
.final-cta__stats {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 16px;
  overflow: hidden;
}
.final-cta__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 16px;
  gap: 5px;
  position: relative;
}
.final-cta__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: #E6E5DF;
}
.final-cta__stat strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  color: #13c265;
  letter-spacing: -0.02em;
  line-height: 1;
}
.final-cta__stat span {
  font-size: 12px;
  color: #6B6A63;
  line-height: 1.3;
}
.final-cta__right {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 960px) {
  .final-cta__right {
    width: 440px;
  }
}
.final-cta__form-card {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.final-cta__form-card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #13c265, rgb(40.2338028169, 233.9661971831, 131.0112676056));
}
.final-cta__form-inner {
  padding: 28px 28px 26px;
}
.final-cta__form-label {
  font-size: 17px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 6px;
  display: block;
  line-height: 1.2;
}
.final-cta__form-sublabel {
  font-size: 13px;
  color: #6B6A63;
  margin-bottom: 20px;
  display: block;
}
.final-cta__input-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1.5px solid #E6E5DF;
  border-radius: 100px;
  padding: 0 18px;
  height: 52px;
  margin-bottom: 10px;
  background: #F8F8F6;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.final-cta__input-wrap:focus-within {
  border-color: #13c265;
  box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.09);
}
.final-cta__input-wrap i {
  color: #13c265;
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1;
}
.final-cta__input-wrap input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 15px;
  color: #111109;
  line-height: 1;
  -moz-appearance: textfield;
}
.final-cta__input-wrap input::-moz-placeholder {
  color: #B0AFA7;
}
.final-cta__input-wrap input::placeholder {
  color: #B0AFA7;
}
.final-cta__input-wrap input::-webkit-inner-spin-button, .final-cta__input-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.final-cta__pills-wrap {
  border-top: 1px solid #E6E5DF;
  margin-top: 20px;
  padding-top: 16px;
}
.final-cta__pills-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B0AFA7;
  margin-bottom: 10px;
  display: block;
}
.final-cta__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.final-cta__fine {
  font-size: 11.5px;
  color: #B0AFA7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.final-cta__fine i {
  color: #13c265;
  font-size: 10px;
  line-height: 1;
}

.pill {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding-inline: 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 400;
  background: #F8F8F6;
  border: 1px solid #E6E5DF;
  color: #6B6A63;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pill:hover {
  background: #edf9f3;
  border-color: rgba(19, 194, 101, 0.3);
  color: #0fa052;
  transform: translateY(-2px);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes dotPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.18);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(19, 194, 101, 0.06);
  }
}
@keyframes floatBob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}/*# sourceMappingURL=base.css.map */