/* ============================================================
   WEB RAZVOJ — page-specific styles
   ============================================================ */

/* ── Looia™ inline link — sliding underline, same as nav ── */
.looia-link {
  position: relative;
  display: inline;
  color: inherit;
  text-decoration: none;
}

.looia-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.looia-link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}


/* ============================================================
   HERO
   ============================================================ */

.hero--web {
  background: #0d1117;
  background-image: url('/images/heroRnd9.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 750px;
}

.hero--web .hero__content {
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  width: 1420px;
  max-width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.hero--web .hero__heading {
  align-items: center;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.hero--web .hero__sub {
  text-align: center;
  max-width: 580px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.hero--web .h1-mont,
.hero--web .h1-dutch,
.hero--web .hero__sub { color: #ffffff; }

.hero--web .nav__link,
.hero--web .nav__brand { color: #ffffff; }

.hero--web .nav__link::after { background-color: #ffffff; }
.hero--web .dropdown-icon    { filter: brightness(0) invert(1); }

.hero--web .nav__cta {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero--web .port-filter {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  cursor: default;
}

.hero--web .port-filter:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.85);
}


/* ============================================================
   THREE PILLARS — 3 dark boxes
   ============================================================ */

.section-web-statement {
  background: #0a0a0a;
  padding: 100px 0 110px;
}

.web-statement__inner {
  max-width: 1420px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.web-statement__claim {
  font-family: var(--font-mont);
  font-size: var(--fs-h2-mont);
  font-weight: 400;
  letter-spacing: -0.07em;
  color: #ffffff;
  line-height: 1.1;
  margin: 0;
}

.web-statement__mont {
  color: rgba(255, 255, 255, 0.35);
}

.web-statement__dutch {
  font-family: var(--font-dutch);
  font-size: var(--fs-h2-dutch);
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: var(--ls-default);
}

.web-statement__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.web-statement__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.web-statement__desc {
  font-family: var(--font-mont);
  font-size: 15px;
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  letter-spacing: var(--ls-default);
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.web-statement__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.web-statement__stat {
  background: #0a0a0a;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.web-statement__stat-num {
  font-family: var(--font-mont);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #ffffff;
  line-height: 1;
}

.web-statement__stat-label {
  font-family: var(--font-mont);
  font-size: 12px;
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: var(--ls-default);
  line-height: 1.4;
}


/* ============================================================
   PROCESS — 6 steps, dark
   ============================================================ */

.section-web-process {
  background: #0a0a0a;
  padding-top: 100px;
  padding-bottom: 110px;
}

.web-process__head {
  width: 1372px;
  max-width: calc(100% - 80px);
  margin: 0 auto 80px;
  text-align: center;
}

.web-process__head h2 {
  font-family: var(--font-mont);
  font-size: var(--fs-h2-mont);
  font-weight: 400;
  letter-spacing: -0.07em;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 18px 0;
}

.web-process__h2-mont { font-family: var(--font-mont); }

.web-process__h2-dutch {
  font-family: var(--font-dutch);
  font-size: var(--fs-h2-dutch);
  font-style: italic;
  letter-spacing: var(--ls-default);
}

.web-process__head p {
  font-family: var(--font-mont);
  font-size: calc(var(--fs-nav) * 1.02);
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  letter-spacing: var(--ls-default);
  max-width: 500px;
  margin: 0 auto;
}

.web-process__steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 1372px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  position: relative;
}

.web-process__steps::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.web-process__step {
  display: flex;
  flex-direction: column;
  padding-right: 32px;
}

.web-process__step:last-child { padding-right: 0; }

.web-process__num {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.web-process__num::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

.web-process__step:first-child .web-process__num::before {
  background: #ffffff;
  border-color: #ffffff;
}

.web-process__title {
  font-family: var(--font-mont);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.2;
}

.web-process__desc {
  font-family: var(--font-mont);
  font-size: 12.5px;
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.65;
  letter-spacing: var(--ls-default);
  margin: 0;
}


/* ============================================================
   WHAT'S INCLUDED — curtain sticky, dark
   ============================================================ */

.web-curtain-wrap {
  position: relative;
}

.section-web-includes {
  background: #0a0a0a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-web-subscription {
  position: sticky;
  top: 0;
  background: #0a0a0a;
  padding-top: 80px;
  padding-bottom: 220px;
}

.web-includes__inner {
  width: 1372px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.web-includes__head {
  text-align: center;
  margin-bottom: 72px;
}

.web-includes__head h2 {
  font-family: var(--font-mont);
  font-size: var(--fs-h2-mont);
  font-weight: 400;
  letter-spacing: -0.07em;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 18px 0;
}

.web-includes__h2-mont { font-family: var(--font-mont); }

.web-includes__h2-dutch {
  font-family: var(--font-dutch);
  font-size: var(--fs-h2-dutch);
  font-style: italic;
  letter-spacing: var(--ls-default);
}

.web-includes__head p {
  font-family: var(--font-mont);
  font-size: calc(var(--fs-nav) * 1.02);
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  letter-spacing: var(--ls-default);
  max-width: 580px;
  margin: 0 auto;
}

.web-includes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.web-include {
  background: #0a0a0a;
  padding: 44px 44px 48px;
  display: flex;
  flex-direction: column;
}

.web-include__icon {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 28px;
}

.web-include__title {
  font-family: var(--font-mont);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.web-include__text {
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  letter-spacing: var(--ls-default);
  margin: 0;
}


/* ============================================================
   PRICING CTA — white, slides over dark
   ============================================================ */

.section-web-pricing {
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 50px;
}

.web-pricing__inner {
  width: 1372px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.web-pricing__text h2 {
  font-family: var(--font-mont);
  font-size: var(--fs-h2-mont);
  font-weight: 400;
  letter-spacing: -0.07em;
  color: #111111;
  line-height: 1.1;
  margin: 0 0 20px 0;
}

.web-pricing__text h2 em {
  font-family: var(--font-dutch);
  font-size: var(--fs-h2-dutch);
  font-style: italic;
  letter-spacing: var(--ls-default);
}

.web-pricing__text p {
  font-family: var(--font-mont);
  font-size: calc(var(--fs-nav) * 1.02);
  font-weight: var(--fw-regular);
  line-height: 1.55;
  letter-spacing: var(--ls-default);
  color: #666666;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.web-pricing__btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 32px;
  justify-content: center;
}

.web-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mont);
  font-size: var(--fs-nav);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-default);
  color: #111111;
  background: transparent;
  border: 1px solid #111111;
  border-radius: 5px;
  padding: 12px 25px;
  text-decoration: none;
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.web-btn-outline:hover { background: transparent; color: #111111; }

.web-btn-outline .btn-track,
.web-btn-solid .btn-track { position: relative; display: block; height: 1.2em; overflow: hidden; }
.web-btn-outline .btn-track__inner,
.web-btn-solid .btn-track__inner { display: block; transition: transform 0.4s cubic-bezier(0.7,0,0.2,1); }
.web-btn-outline .btn-track__inner > span,
.web-btn-solid .btn-track__inner > span { display: block; height: 1.2em; line-height: 1.2; }
.web-btn-outline:hover .btn-track__inner,
.web-btn-solid:hover .btn-track__inner { transform: translateY(-1.2em); }

.web-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mont);
  font-size: var(--fs-nav);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-default);
  color: #ffffff;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 5px;
  padding: 12px 25px;
  text-decoration: none;
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s ease;
}
.web-btn-solid:hover { background: #333333; }

/* ── Subscription block — two-tone split ── */
.web-sub--d {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
}
.web-sub--d__left {
  background: #111111;
  padding: 52px 52px 56px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.web-sub--d__label {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
.web-sub--d h3 {
  font-family: var(--font-mont);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
.web-sub--d__right {
  background: #1a1a1a;
  padding: 52px 52px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.web-sub--d ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.web-sub--d ul li {
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  letter-spacing: var(--ls-default);
  padding-left: 18px;
  position: relative;
}
.web-sub--d ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.2);
}
.web-sub--d .web-btn-solid { align-self: flex-start; }

.web-sub--d__sub {
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  letter-spacing: var(--ls-default);
  margin: 0;
  max-width: 420px;
}

.web-sub--d__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}

.web-sub--d__price-from {
  font-family: var(--font-mont);
  font-size: 12px;
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.35);
  letter-spacing: var(--ls-default);
}

.web-sub--d__price-num {
  font-family: var(--font-mont);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #ffffff;
  line-height: 1;
}

.web-sub--d__price-per {
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.4);
  letter-spacing: var(--ls-default);
}

.web-sub--d__fine {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.02em;
}

.web-sub--d__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 36px;
}

.web-sub--d__feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.web-sub--d__feature-icon {
  font-size: 16px;
  color: rgba(255,255,255,0.3);
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1;
}

.web-sub--d__feature strong {
  display: block;
  font-family: var(--font-mont);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 4px;
}

.web-sub--d__feature p {
  font-family: var(--font-mont);
  font-size: 12.5px;
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
  letter-spacing: var(--ls-default);
  margin: 0;
}

.web-sub--d__cta { width: 100%; justify-content: center; }

/* FAQ bg override — this page only */
body:has(.hero--web) .section-faq { background: #f5f5f5; }


/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */

/* Pillars */
.section-web-pillars.will-animate .web-pillars__inner {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.1s ease-out, transform 1.1s ease-out;
}
.section-web-pillars.anim-visible .web-pillars__inner {
  opacity: 1;
  transform: translateY(0);
}

/* Process */
.section-web-process.will-animate .web-process__head {
  opacity: 0;
  transition: opacity 0.9s ease-out;
}
.section-web-process.will-animate .web-process__step {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s ease-out, transform 1.3s ease-out;
}
.section-web-process.anim-visible .web-process__head                        { opacity: 1; }
.section-web-process.anim-visible .web-process__step:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.04s; }
.section-web-process.anim-visible .web-process__step:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.09s; }
.section-web-process.anim-visible .web-process__step:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.14s; }
.section-web-process.anim-visible .web-process__step:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.19s; }
.section-web-process.anim-visible .web-process__step:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.24s; }
.section-web-process.anim-visible .web-process__step:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 0.29s; }

/* Includes */
.section-web-includes.will-animate .web-includes__head {
  opacity: 0;
  transition: opacity 0.9s ease-out;
}
.section-web-includes.will-animate .web-include {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.section-web-includes.anim-visible .web-includes__head                  { opacity: 1; }
.section-web-includes.anim-visible .web-include:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.04s; }
.section-web-includes.anim-visible .web-include:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.09s; }
.section-web-includes.anim-visible .web-include:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.14s; }
.section-web-includes.anim-visible .web-include:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.19s; }
.section-web-includes.anim-visible .web-include:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.24s; }
.section-web-includes.anim-visible .web-include:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 0.29s; }

/* Pricing */
.section-web-pricing.will-animate .web-pricing__inner {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.section-web-pricing.anim-visible .web-pricing__inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}
