@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/ibm-plex-sans-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/ibm-plex-sans-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Nunito Sans"; src: url("../fonts/nunito-sans-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Nunito Sans"; src: url("../fonts/nunito-sans-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --lf-illustration-violet: #6943ff;
  --lf-illustration-violet-dark: #3f2c88;
  --lf-illustration-violet-deep: #281e4e;
  --lf-illustration-yellow: #f1c40f;
  --lf-illustration-green: #00ff5f;
  --lf-color-background: #ffffff;
  --lf-color-surface: #f7f7f7;
  --lf-color-surface-raised: #ffffff;
  --lf-color-text: var(--lf-illustration-violet-deep);
  --lf-color-muted: #666666;
  --lf-color-accent: var(--lf-illustration-violet);
  --lf-color-on-accent: var(--lf-illustration-violet-deep);
  --lf-color-border: #e7e7e7;
  --lf-color-focus: var(--lf-illustration-violet);
  --lf-font-body: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --lf-font-display: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  --lf-radius-md: 1rem;
  --lf-shadow-sm: 0 .5rem 1.5rem rgb(0 0 0 / 8%);
  --lf-shadow-md: 0 1rem 2.75rem rgb(0 0 0 / 13%);
}

body { background: var(--lf-color-background); color: var(--lf-color-text); }
.lf-c-main :is(h1,h2,h3,h4,h5,h6) { color: var(--lf-illustration-violet-deep); }
.lf-c-header { background: rgb(255 255 255 / 50%); backdrop-filter: blur(10px); }
.lf-c-branding { color: var(--lf-color-text); font-family: var(--lf-font-display); font-weight: 700; }
.lf-c-header .lf-c-branding { max-width: none; }
.lf-c-header .lf-illustration-logo { width: clamp(16rem,27vw,24rem); height: auto; max-height: 7rem; }
.lf-c-header.is-scrolled .lf-illustration-logo { width: clamp(9rem,14vw,12rem); max-height: 3rem; }
.lf-c-footer .lf-illustration-logo { width: min(16rem,100%); height: auto; filter: drop-shadow(0 .35rem .8rem rgb(0 0 0 / 12%)); }
.lf-c-navigation__list a { color: var(--lf-color-text); }
.lf-c-button { border-color: transparent; border-radius: var(--lf-button-radius); background: var(--lf-gradient-primary); color: var(--lf-color-on-accent); font-weight: var(--lf-button-font-weight); text-transform: var(--lf-button-text-transform); box-shadow: var(--lf-shadow-button); }
.lf-c-button:hover,.lf-c-button:focus-visible { background: var(--lf-color-accent-hover); color: var(--lf-illustration-yellow); }
.lf-c-header__cta,.lf-illustration-slider .case-card .lf-c-button { background: var(--lf-color-accent); color: var(--lf-illustration-yellow); }
.lf-c-header__cta:hover,.lf-c-header__cta:focus-visible,.lf-illustration-slider .case-card .lf-c-button:hover,.lf-illustration-slider .case-card .lf-c-button:focus-visible { background: var(--lf-illustration-violet-dark); color: #fff; }
.lf-c-button.is-secondary { border-color: var(--lf-button-secondary-border); background: var(--lf-button-secondary-background); color: var(--lf-button-secondary-text); box-shadow: none; }
.lf-c-button.is-secondary:hover,.lf-c-button.is-secondary:focus-visible { border-color: var(--lf-illustration-violet-dark); background: var(--lf-illustration-violet-dark); color: var(--lf-illustration-yellow); }
.lf-c-contact :is(button[type="submit"],input[type="submit"],.ff-btn-submit) { border: 1px solid transparent !important; border-radius: var(--lf-button-radius); background: var(--lf-gradient-primary) !important; color: var(--lf-color-on-accent) !important; font-weight: var(--lf-button-font-weight); }
.lf-c-contact :is(button[type="submit"],input[type="submit"],.ff-btn-submit):hover,.lf-c-contact :is(button[type="submit"],input[type="submit"],.ff-btn-submit):focus-visible { background: var(--lf-illustration-violet-dark) !important; color: var(--lf-illustration-yellow) !important; }

.lf-illustration-hero { position: relative; overflow: hidden; }
.lf-illustration-hero::before,.lf-illustration-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 48% 52% 63% 37% / 51% 42% 58% 49%; opacity: var(--lf-decoration-opacity); filter: saturate(.9) blur(var(--lf-decoration-blur)); }
.lf-illustration-hero::before { top: 4rem; right: -8rem; width: min(42vw,34rem); aspect-ratio: 1; background: var(--lf-decoration-primary); transform: rotate(14deg) scale(var(--lf-decoration-scale)); }
.lf-illustration-hero::after { right: 18%; bottom: 8%; width: min(18vw,12rem); aspect-ratio: 1; background: linear-gradient(135deg,var(--lf-illustration-yellow),var(--lf-decoration-secondary)); transform: rotate(-18deg) scale(var(--lf-decoration-scale)); }
.lf-illustration-hero .lf-c-hero { background: transparent; }
.lf-illustration-hero .lf-c-hero__content { max-width: 48rem; }
.lf-illustration-hero .lf-c-hero__title { max-width: 15ch; }
.lf-illustration-hero .lf-c-hero__text { max-width: 40rem; }

/* Organic section decorations: controls are shared, shapes remain Illustration-specific. */
.lf-c-feature-grid,
.lf-c-process,
.lf-c-testimonials {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.lf-c-feature-grid > .lf-l-container,
.lf-c-process > .lf-l-container,
.lf-c-testimonials > .lf-l-container {
  position: relative;
  z-index: 1;
}
.lf-c-feature-grid::before,
.lf-c-process::before,
.lf-c-testimonials::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(10rem,24vw,22rem);
  aspect-ratio: 1;
  border-radius: 42% 58% 63% 37% / 55% 38% 62% 45%;
  background: var(--lf-decoration-primary);
  opacity: var(--lf-decoration-opacity);
  filter: blur(var(--lf-decoration-blur));
  pointer-events: none;
}
.lf-c-feature-grid::before {
  top: 12%;
  right: -8rem;
  transform: rotate(18deg) scale(var(--lf-decoration-scale));
}
.lf-c-feature-grid.is-subtle::before {
  right: auto;
  bottom: -8rem;
  left: -7rem;
  background: var(--lf-decoration-secondary);
  transform: rotate(-24deg) scale(var(--lf-decoration-scale));
}
.lf-c-process::before {
  top: 18%;
  left: -9rem;
  background: var(--lf-decoration-secondary);
  transform: rotate(-12deg) scale(var(--lf-decoration-scale));
}
.lf-c-testimonials::before {
  right: -6rem;
  bottom: -9rem;
  transform: rotate(32deg) scale(var(--lf-decoration-scale));
}

.lf-illustration-slider { width: 100%; background: #0a0a0a; }
.lf-illustration-slider .lf-slider-container { width: 100%; max-width: none; height: min(75vh,50rem); min-height: 34rem; margin: 0; border-radius: 0; }
.lf-illustration-slider .glide,.lf-illustration-slider .glide__track,.lf-illustration-slider .glide__slides,.lf-illustration-slider .glide__slide { height: 100%; }
.lf-illustration-slider .slide-hero,.lf-illustration-slider .case-card { height: 100% !important; min-height: 34rem; border-radius: 0 !important; }
.lf-illustration-slider .slide-hero { position: relative; display: flex; align-items: center; overflow: hidden; background: linear-gradient(125deg,#161122 0%,#322069 58%,#6943ff 100%); color: #fff; }
.lf-illustration-slider .slide-hero::after { content: ""; position: absolute; right: 8%; width: min(28vw,22rem); aspect-ratio: 1; border-radius: 45% 55% 62% 38% / 58% 42% 58% 42%; background: linear-gradient(135deg,var(--lf-illustration-yellow),var(--lf-illustration-green)); opacity: .88; transform: rotate(14deg); }
.lf-illustration-slider .slide-hero__content { position: relative; z-index: 2; width: min(100% - 3rem,76rem); margin-inline: auto; padding: clamp(5rem,10vw,9rem) 0; }
.lf-illustration-slider .slide-hero .kicker { margin: 0 0 1rem; color: var(--lf-illustration-green); font-family: var(--lf-font-display); font-size: clamp(1rem,2vw,1.35rem); letter-spacing: .12em; text-transform: uppercase; }
.lf-illustration-slider .slide-hero__title { max-width: 18ch; margin: 0; color: #fff; font-family: var(--lf-font-display); font-size: clamp(2.5rem,5.8vw,5rem); line-height: 1; }
.lf-illustration-slider .slide-hero__text { max-width: 42rem; margin: 1.5rem 0 0; color: rgb(255 255 255 / 82%); font-size: clamp(1.05rem,1.7vw,1.3rem); line-height: 1.65; }
.lf-illustration-slider .slide-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.lf-illustration-slider :is(.btn-primary,.btn-ghost) { display: inline-flex; padding: .85rem 1.15rem; border: 1px solid transparent; border-radius: .75rem; font-weight: 600; text-decoration: none; }
.lf-illustration-slider .btn-primary { background: linear-gradient(90deg,var(--lf-illustration-yellow),var(--lf-illustration-green)); color: var(--lf-illustration-violet-deep); }
.lf-illustration-slider .btn-primary:hover,.lf-illustration-slider .btn-primary:focus-visible { background: var(--lf-illustration-violet-dark); color: var(--lf-illustration-yellow); }
.lf-illustration-slider .btn-ghost { border-color: rgb(255 255 255 / 52%); color: #fff; }
.lf-illustration-slider .case-card .case-content { max-width: min(32rem,calc(100vw - 3rem)); border-radius: 1rem !important; box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%); }
.lf-illustration-slider .glide__arrow { background: rgb(10 10 10 / 65%); color: #fff; }
.lf-illustration-slider .glide__bullet { background: rgb(255 255 255 / 52%); }
.lf-illustration-slider .glide__bullet--active { background: var(--lf-illustration-green); }
.lf-illustration-slide { position: relative; height: 100%; min-height: 34rem; overflow: hidden; background: #f7f7f7; }
.lf-illustration-slide__visual { position: absolute; inset: 0; display: grid; }
.lf-illustration-slide__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lf-illustration-slide.is-double .lf-illustration-slide__visual { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; background: #111; }
.lf-illustration-slide.is-double .lf-illustration-slide__visual .is-top { object-position: center top; }
.lf-illustration-slide.is-double .lf-illustration-slide__visual .is-bottom { object-position: center bottom; }
.lf-illustration-slide.is-contain .lf-illustration-slide__visual { padding: clamp(2rem,5vw,5rem); background: linear-gradient(135deg,#eee9ff,#fff 55%,#eafff1); }
.lf-illustration-slide.is-contain .lf-illustration-slide__visual img { object-fit: contain; }
.lf-illustration-slide__content { position: absolute; z-index: 2; left: clamp(1rem,6vw,6rem); bottom: clamp(1rem,6vw,5rem); width: min(32rem,calc(100% - 2rem)); padding: clamp(1.25rem,3vw,2rem); border: 1px solid rgb(255 255 255 / 50%); border-radius: 1rem; background: rgb(255 255 255 / 88%); color: #0b0b0b; box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%); backdrop-filter: blur(8px); }
.lf-illustration-slide__kicker { margin: 0 0 .5rem; color: var(--lf-illustration-violet); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lf-illustration-slide__content h2 { margin: 0; font-family: var(--lf-font-display); font-size: clamp(1.8rem,4vw,3.25rem); line-height: 1.05; }
.lf-illustration-slide__content > p:not(.lf-illustration-slide__kicker) { margin: 1rem 0 1.25rem; color: #4e4e4e; line-height: 1.55; }

.lf-c-feature-card,.lf-c-price-card,.lf-c-testimonial { border-color: var(--lf-card-border); border-radius: var(--lf-card-radius); background: var(--lf-card-surface); box-shadow: var(--lf-card-shadow); }
.lf-c-pricing.is-contrast { position: relative; background: linear-gradient(180deg,var(--lf-illustration-violet-dark),var(--lf-illustration-violet-deep)); }
.lf-c-pricing.is-contrast :is(h2,h3) { color: var(--lf-illustration-yellow); }
.lf-c-pricing.is-contrast::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 60% at 50% 0%,rgb(255 255 255 / 8%),transparent 60%); }
.lf-c-pricing.is-contrast .lf-l-container { position: relative; }
.lf-c-pricing.is-contrast .lf-c-price-card { border-color: rgb(255 255 255 / 12%); background: rgb(255 255 255 / 5%); backdrop-filter: blur(6px); }
.lf-c-price-card.is-featured { transform: translateY(-.75rem); border-color: var(--lf-illustration-green) !important; }
.lf-c-price-card__badge { background: linear-gradient(90deg,var(--lf-illustration-yellow),var(--lf-illustration-green)); color: #0a0a0a; }
.lf-c-price-card__action { width: 100%; justify-content: center; text-align: center; }
.lf-c-process__number { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 50%; background: var(--lf-color-accent); color: #fff; }
.lf-c-footer { background: linear-gradient(180deg,var(--lf-illustration-violet-dark),var(--lf-illustration-violet-deep)); color: var(--lf-illustration-yellow); }
.lf-c-footer :is(p,.lf-c-footer__legal) { color: var(--lf-illustration-yellow); }
.lf-c-footer a { color: var(--lf-illustration-yellow); }
.lf-c-footer a:hover,.lf-c-footer a:focus-visible { color: #fff; }
.lf-c-footer__menu { display: grid; gap: .45rem; }
.lf-c-footer__menu a { color: var(--lf-illustration-yellow); }
.lf-c-footer__menu a:hover,.lf-c-footer__menu a:focus-visible { color: #fff; }
.lf-c-footer__phone { border-color: var(--lf-illustration-yellow); color: var(--lf-illustration-yellow); }
.lf-c-footer__phone-icon { background: var(--lf-illustration-yellow); }
.lf-c-footer__socials a { border-color: rgb(241 196 15 / 55%); background: rgb(40 30 78 / 45%); }
.lf-c-footer__social-icon { color: var(--lf-illustration-yellow); }
.lf-c-footer__legal { border-top-color: rgb(241 196 15 / 28%); }

@media (max-width: 48rem) {
  .lf-illustration-hero::before { right: -12rem; opacity: .62; }
  .lf-c-price-card.is-featured { transform: none; }
  .lf-illustration-slider .slide-hero::after { right: -9rem; opacity: .45; }
  .lf-illustration-slider .slide-hero__content { width: min(100% - 2rem,76rem); }
  .lf-illustration-slide.is-double .lf-illustration-slide__visual { grid-template-columns: 1fr 1fr; }
  .lf-illustration-slide__content { left: 1rem; bottom: 1rem; }
  .lf-c-header .lf-illustration-logo { width: clamp(9rem,42vw,12rem); max-height: 3.5rem; }
}
