/* TvojFeed - landing stranica za izradu web sajtova */

body.web-landing {
  background: #ffffff;
}

.web-landing .gradient-text {
  background: linear-gradient(135deg, #1a56ff 0%, #7c3aed 25%, #1a56ff 50%, #7c3aed 75%, #1a56ff 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textShineMulti 10s ease infinite;
}

.web-landing .web-primary-nav {
  gap: clamp(0.75rem, 2vw, 2rem);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .web-landing .web-mobile-menu-button {
    display: flex;
  }

  .web-landing .web-primary-nav,
  .web-landing .web-header-cta {
    display: none;
  }

  .web-landing [data-web-mobile-menu] {
    display: block;
  }
}

.web-landing main {
  position: relative;
  z-index: 1;
}

.web-landing .web-lower-shape-1 {
  top: 5900px;
  left: -8%;
  animation-delay: 6s;
}

.web-landing .web-lower-shape-2 {
  top: 6650px;
  right: -8%;
  animation-delay: 1s;
}

.web-landing .web-lower-shape-3 {
  top: 7400px;
  left: 22%;
  animation-delay: 4s;
}

.web-landing .web-lower-shape-4 {
  top: 8150px;
  right: -6%;
  animation-delay: 2s;
}

.web-landing .web-lower-shape-mobile {
  display: none;
}

@media (min-width: 768px) {
  .web-landing .web-lower-shape-1 {
    left: 6%;
    filter: blur(50px) saturate(1.12);
  }

  .web-landing .web-lower-shape-2 {
    right: 2%;
    filter: blur(38px) saturate(1.12);
  }

  .web-landing .web-lower-shape-3 {
    filter: blur(45px) saturate(1.12);
  }

  .web-landing .web-lower-shape-4 {
    right: 2%;
    filter: blur(40px) saturate(1.12);
  }
}

.web-landing #web-projekti,
.web-landing #proces,
.web-landing #faq,
.web-landing #kontakt {
  scroll-margin-top: 7rem;
}

.web-hero {
  position: relative;
  padding: 9rem 1.5rem 4.5rem;
}

.web-hero-enter {
  animation: web-hero-enter 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.web-hero-enter-delay {
  animation-delay: 0.08s;
}

@keyframes web-hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.web-hero-inner,
.web-section-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.web-hero-copy {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.web-hero-title {
  margin: 1rem auto 1.5rem;
  color: #0f172a;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

.web-hero-subtitle {
  max-width: 720px;
  margin: 0 auto;
  color: #475569;
  font-size: 1.15rem;
  line-height: 1.75;
}

.web-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.web-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.85rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.56);
  color: #334155;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.web-secondary-button:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 86, 255, 0.2);
  box-shadow: 0 18px 36px rgba(26, 86, 255, 0.14);
}

.web-secondary-button svg,
.web-inline-link svg,
.web-project-link svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.web-proof-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.web-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.web-proof-item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a56ff, #7c3aed);
  box-shadow: 0 0 0 4px rgba(26, 86, 255, 0.08);
}

.web-browser-showcase {
  position: relative;
  width: min(100%, 1040px);
  margin: 3rem auto 0;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(24px) saturate(1.12);
  -webkit-backdrop-filter: blur(24px) saturate(1.12);
}

.web-browser-frame {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1rem;
  background: #ffffff;
}

.web-browser-bar {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  min-height: 44px;
  padding: 0 0.9rem;
  border-bottom: 1px solid #e2e8f0;
  background: rgba(248, 250, 252, 0.96);
}

.web-browser-dots {
  display: flex;
  gap: 6px;
}

.web-browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
}

.web-browser-dots span:first-child {
  background: #fda4af;
}

.web-browser-dots span:nth-child(2) {
  background: #fcd34d;
}

.web-browser-dots span:nth-child(3) {
  background: #86efac;
}

.web-browser-address {
  overflow: hidden;
  padding: 0.45rem 0.8rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.web-browser-image {
  position: relative;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #f8fafc;
}

.web-browser-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.web-browser-caption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1e293b;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.web-browser-caption::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.web-section {
  position: relative;
  padding: 5.5rem 1.5rem;
}

.web-section-heading {
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
}

.web-section-heading .section-sub {
  max-width: 620px;
}

.web-type-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.web-type-card {
  grid-column: span 2;
  min-height: 245px;
  padding: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.web-type-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.web-type-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 86, 255, 0.22);
  box-shadow: 0 24px 50px rgba(26, 86, 255, 0.14);
}

.web-type-icon,
.web-benefit-icon,
.web-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 0.9rem;
  background: rgba(26, 86, 255, 0.08);
  color: #1a56ff;
}

.web-type-icon svg,
.web-benefit-icon svg,
.web-proof-icon svg {
  width: 24px;
  height: 24px;
}

.web-type-card:nth-child(2) .web-type-icon {
  background: rgba(124, 58, 237, 0.09);
  color: #7c3aed;
}

.web-type-card:nth-child(3) .web-type-icon {
  background: rgba(219, 39, 119, 0.08);
  color: #db2777;
}

.web-type-card:nth-child(4) .web-type-icon {
  background: rgba(14, 165, 233, 0.09);
  color: #0284c7;
}

.web-type-card:nth-child(5) .web-type-icon {
  background: rgba(5, 150, 105, 0.09);
  color: #059669;
}

.web-card-title {
  margin-top: 1.15rem;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
}

.web-card-copy {
  margin-top: 0.65rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.7;
}

.web-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.web-project-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(22px) saturate(1.1);
  -webkit-backdrop-filter: blur(22px) saturate(1.1);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.web-project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 86, 255, 0.2);
  box-shadow: 0 28px 58px rgba(26, 86, 255, 0.15);
}

.web-project-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
}

.web-project-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #eef2ff;
}

.web-project-card:not(:first-child) .web-project-visual {
  aspect-ratio: 16 / 10;
}

.web-project-card:first-child .web-project-visual {
  min-height: 390px;
}

.web-project-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.web-project-card:hover .web-project-visual img {
  transform: scale(1.025);
}

.web-project-browserbar {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  right: 0.7rem;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem;
  align-items: center;
  gap: 0.4rem;
  height: 28px;
  padding: 0 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.web-project-browser-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.web-project-browser-dots i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
}

.web-project-browser-dots i:first-child {
  background: #fb7185;
}

.web-project-browser-dots i:nth-child(2) {
  background: #fbbf24;
}

.web-project-browser-dots i:nth-child(3) {
  background: #4ade80;
}

.web-project-address {
  min-width: 0;
  overflow: hidden;
  color: #475569;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.web-project-address:hover {
  color: #1a56ff;
}

.web-project-address:focus-visible {
  color: #1a56ff;
  outline: 2px solid rgba(26, 86, 255, 0.45);
  outline-offset: 3px;
  border-radius: 3px;
}

.web-project-browser-spacer {
  display: block;
}

.web-project-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 1.6rem;
}

.web-project-type {
  align-self: flex-start;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(26, 86, 255, 0.1);
  border-radius: 999px;
  background: rgba(26, 86, 255, 0.06);
  color: #1a56ff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.web-project-title {
  margin-top: 0.9rem;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.25;
}

.web-project-work {
  margin-top: 0.75rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.7;
}

.web-project-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 1.25rem;
}

.web-project-link,
.web-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1a56ff;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.web-project-link:hover,
.web-inline-link:hover {
  color: #7c3aed;
}

.web-project-link-secondary {
  color: #475569;
}

.web-project-link-secondary:hover {
  color: #0f172a;
}

.web-projects-footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.web-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.web-benefit {
  min-height: 190px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.web-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.8rem;
}

.web-benefit-icon svg {
  width: 20px;
  height: 20px;
}

.web-benefit h3 {
  margin-top: 0.95rem;
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.4;
}

.web-benefit p {
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.6;
}

.web-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.web-proof-card {
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.web-proof-card h3 {
  margin-top: 1rem;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 800;
}

.web-proof-card p {
  margin-top: 0.55rem;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.7;
}

.web-contact-card {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(1.08);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
}

.web-empty-projects {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.5);
  color: #475569;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1023px) {
  .web-hero-title {
    font-size: 3.1rem;
  }

  .web-type-card {
    grid-column: span 3;
  }

  .web-type-card:nth-child(4) {
    grid-column: span 3;
  }

  .web-type-card:last-child {
    grid-column: 2 / span 4;
  }

  .web-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .web-landing .web-lower-shape-1 {
    top: 5900px;
  }

  .web-landing .web-lower-shape-2 {
    top: 7000px;
  }

  .web-landing .web-lower-shape-3 {
    top: 8100px;
  }

  .web-landing .web-lower-shape-4 {
    top: 9200px;
  }

  .web-landing .web-lower-shape-mobile {
    display: block;
  }

  .web-landing .web-lower-shape-5 {
    top: 10250px;
    left: -10%;
    animation-delay: 6.5s;
  }

  .web-landing .web-lower-shape-6 {
    top: 11350px;
    right: -8%;
    animation-delay: 3.5s;
  }

  .web-landing .web-lower-shape-7 {
    top: 12250px;
    left: 18%;
    animation-delay: 1.5s;
  }

  .web-landing .form-input {
    font-size: 1rem;
  }

  .web-hero {
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
  }

  .web-hero-title {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .web-hero-subtitle {
    font-size: 1rem;
    line-height: 1.7;
  }

  .web-hero-actions {
    flex-direction: column;
  }

  .web-hero-actions .btn-primary,
  .web-secondary-button {
    width: min(100%, 330px);
  }

  .web-browser-showcase {
    margin-top: 2.2rem;
    padding: 0.45rem;
    border-radius: 1.1rem;
  }

  .web-browser-frame {
    border-radius: 0.8rem;
  }

  .web-browser-bar {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    min-height: 38px;
    padding: 0 0.65rem;
  }

  .web-browser-address {
    font-size: 0.66rem;
  }

  .web-browser-image {
    aspect-ratio: 4 / 3;
  }

  .web-browser-caption {
    left: 0.75rem;
    bottom: 0.75rem;
    max-width: calc(100% - 1.5rem);
    font-size: 0.7rem;
  }

  .web-section {
    padding: 4.25rem 1.25rem;
  }

  .web-section-heading {
    margin-bottom: 2.25rem;
  }

  .web-type-grid,
  .web-projects-grid,
  .web-benefits-grid,
  .web-proof-grid {
    grid-template-columns: 1fr;
  }

  .web-type-card,
  .web-type-card:nth-child(4),
  .web-type-card:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .web-project-card:first-child {
    grid-column: auto;
    display: block;
  }

  .web-project-card:first-child .web-project-visual,
  .web-project-card:not(:first-child) .web-project-visual {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .web-project-content {
    padding: 1.35rem;
  }

  .web-project-title {
    font-size: 1.25rem;
  }

  .web-benefit {
    min-height: 0;
  }
}

@media (max-width: 340px) {
  .web-landing .web-contact-card {
    padding: 1.25rem;
  }

  .web-landing .sticky-cta {
    gap: 0.5rem;
    padding: 0.55rem 0.6rem 0.55rem 0.8rem;
  }

  .web-landing .sticky-cta > span {
    min-width: 0;
    font-size: 0.8rem;
    line-height: 1.15;
    white-space: normal;
  }

  .web-landing .sticky-cta .btn-primary {
    min-width: 8rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 430px) {
  .web-hero {
    padding-right: 1.15rem;
    padding-left: 1.15rem;
  }

  .web-hero-title {
    font-size: 2.15rem;
  }

  .web-proof-list {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 280px);
    margin-right: auto;
    margin-left: auto;
  }

  .web-proof-item {
    justify-content: center;
  }

  .web-browser-bar {
    grid-template-columns: 45px minmax(0, 1fr) 45px;
  }

  .web-browser-dots span {
    width: 7px;
    height: 7px;
  }

  .web-project-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-hero-enter {
    animation: none;
  }

  .web-type-card,
  .web-project-card,
  .web-project-visual img,
  .web-secondary-button {
    transition: none;
  }

  .web-type-card:hover,
  .web-project-card:hover,
  .web-secondary-button:hover {
    transform: none;
  }
}
