#search-bar {
  display: none;
}

/* Hero BG img */
#hero {
  position: relative;
}
#hero::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 90vh;
  background: transparent url(/obrazok/3/cr6-2126-jpg/) center no-repeat;
  background-size: cover;
  opacity: 0.5;
}


.container-xl, .container-lg, .container-md, .container-sm, .container, .motive__motto {
  max-width: 100% !important;
  padding: 0 !important;
}

.navbar,
#footer {
  max-width: 95vw;
  margin: 0 auto;
}

#main {
  padding-top: 0;
}

/* alpia container */
@media (min-width: 1200px) {
  .alpia-container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .alpia-container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .alpia-container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .alpia-container {
    max-width: 540px;
  }
}



/* Section 1 */
.alpia-hero {
  padding: 110px 20px 70px;
  /*
  background:
  radial-gradient(circle at top center, rgba(28, 162, 227, 0.10), transparent 38%),
  linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
  */
}

.alpia-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.alpia-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  padding: 10px 18px;
  border: 1px solid rgba(28, 162, 227, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #1ca2e3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alpia-hero__title {
  max-width: 980px;
  margin: 0 auto;
  color: #111111;
  font-size: clamp(34px, 3vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.03em;
}

.alpia-hero__subtitle {
  max-width: 760px;
  margin: 24px auto 0;
  color: #1f2328;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.alpia-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 125px;
}

.alpia-stat-card {
  position: relative;
  padding: 34px 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.08);
  text-align: center;
  overflow: hidden;
}

.alpia-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1ca2e3 0%, #62c6f6 100%);
}

.alpia-stat-card h2 {
  margin: 0 0 12px;
  color: #1ca2e3;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.alpia-stat-card p {
  margin: 0;
  color: #1c1c1c;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.alpia-hero__note {
  margin: 20px 0 0;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991px) {
  .alpia-hero {
    padding: 90px 20px 60px;
  }

  .alpia-stats {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 40px;
  }

  .alpia-stat-card {
    padding: 28px 22px;
    box-shadow: 0 5px 9px rgba(16, 24, 40, 0.10);
  }

  .alpia-hero__subtitle {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (max-width: 767px) {
  .alpia-hero {
    padding: 72px 16px 48px;
  }

  .alpia-hero__badge {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .alpia-hero__title {
    /* font-size: 27px; */
    font-size: 6vw;
    line-height: 1.33;
  }

  .alpia-hero__subtitle {
    margin-top: 18px;
    font-size: 16px;
  }

  .alpia-stat-card h2 {
    font-size: 36px;
  }

  .alpia-stat-card p {
    font-size: 16px;
  }
}

/* Section 2 */
.alpia-partners {
  padding: 80px 20px;
  background: #0f172a;
}

.alpia-partners__title {
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}


{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
}

.alpia-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
}

.alpia-partner img {
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.alpia-partner:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.alpia-partners__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .alpia-partners__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .alpia-partners__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Section 3 */
.alpia-services-intro {
  padding: 96px 20px 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.alpia-services-intro__container {
  max-width: 940px;
}

.alpia-services-intro__header {
  text-align: center;
  padding: 0;
}

.alpia-section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 162, 227, 0.10);
  color: #1ca2e3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alpia-services-intro__title {
  margin: 0;
  color: #111111;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.alpia-services-intro__text {
  max-width: 860px;
  margin: 24px auto 0;
  color: #4f5b66;
  font-size: 18px;
  line-height: 1.85;
}

.alpia-services-intro__lead {
  margin: 28px auto 0;
  color: #111111;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

@media (max-width: 991px) {
  .alpia-services-intro {
    padding: 80px 20px 48px;
  }

  .alpia-services-intro__text {
    font-size: 17px;
    line-height: 1.75;
  }

  .alpia-services-intro__lead {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .alpia-services-intro {
    padding: 68px 16px 40px;
  }

  .alpia-section-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .alpia-services-intro__title {
    font-size: 32px;
    line-height: 1.15;
  }

  .alpia-services-intro__text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

  .alpia-services-intro__lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.5;
  }
}

/* Section 4 */
.alpia-services-grid {
  padding: 0 20px 96px;
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.alpia-services-grid__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.alpia-service-card {
  padding: 30px 24px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.alpia-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}

.alpia-service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(28, 162, 227, 0.10);
  color: #1ca2e3;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.alpia-service-card__title {
  margin: 0 0 14px;
  color: #111111;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.alpia-service-card__text {
  margin: 0;
  color: #4f5b66;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .alpia-services-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .alpia-services-grid {
    padding: 0 16px 72px;
  }

  .alpia-services-grid__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .alpia-service-card {
    padding: 24px 20px;
    border-radius: 22px;
    box-shadow: 0 5px 9px rgba(16, 24, 40, 0.10);
  }

  .alpia-service-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 16px;
    font-size: 24px;
  }

  .alpia-service-card__title {
    font-size: 20px;
  }

  .alpia-service-card__text {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* Section 5 */
.alpia-pricing {
  padding: 96px 20px;
  background: #ffffff;
}

.alpia-pricing__header {
  max-width: 840px;
  margin: 0 auto 46px;
  text-align: center;
}

.alpia-pricing__title {
  margin: 0;
  color: #111111;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.alpia-pricing__subtitle {
  margin: 20px auto 0;
  color: #4f5b66;
  font-size: 18px;
  line-height: 1.8;
}

.alpia-plan-card {
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.10);
  overflow: hidden;
  border: 1px solid rgba(28, 162, 227, 0.10);
}

.alpia-plan-card--featured {
  position: relative;
}

.alpia-plan-card--featured::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #1ca2e3 0%, #62c6f6 100%);
}

.alpia-plan-card__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 38px 30px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.alpia-plan-card__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(28, 162, 227, 0.10);
  color: #1ca2e3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alpia-plan-card__name {
  margin: 0;
  color: #111111;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.alpia-plan-card__price-wrap {
  text-align: right;
  flex-shrink: 0;
}

.alpia-plan-card__price {
  color: #1ca2e3;
  font-size: 68px;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.alpia-plan-card__price span {
  font-size: 34px;
  vertical-align: top;
  margin-right: 4px;
}

.alpia-plan-card__price-note {
  margin-top: 8px;
  color: #4f5b66;
  font-size: 16px;
  font-weight: 600;
}

.alpia-plan-card__body {
  padding: 38px;
}

.alpia-plan-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.alpia-plan-feature {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.alpia-plan-feature h4 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.alpia-plan-feature p {
  margin: 0;
  color: #4f5b66;
  font-size: 16px;
  line-height: 1.75;
}

.alpia-plan-card__highlight {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 24px;
  background: #0f172a;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.8;
}

.alpia-plan-card__highlight strong {
  color: #62c6f6;
}

.alpia-plan-card__extras {
  margin-top: 24px;
  padding: 24px 26px;
  border-radius: 24px;
  background: rgba(28, 162, 227, 0.06);
}

.alpia-plan-card__extras h4 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
}

.alpia-plan-card__extras p {
  margin: 0;
  color: #4f5b66;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .alpia-pricing {
    padding: 80px 20px;
  }

  .alpia-plan-card__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .alpia-plan-card__price-wrap {
    text-align: left;
  }

  .alpia-plan-card__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .alpia-pricing {
    padding: 68px 16px;
  }

  .alpia-pricing__subtitle {
    font-size: 16px;
    line-height: 1.7;
  }

  .alpia-plan-card {
    border-radius: 24px;
    box-shadow: 0 5px 9px rgba(16, 24, 40, 0.10);
  }

  .alpia-plan-card__top,
  .alpia-plan-card__body {
    padding: 24px 20px;
  }

  .alpia-plan-card__name {
    font-size: 34px;
  }

  .alpia-plan-card__price {
    font-size: 54px;
  }

  .alpia-plan-card__price span {
    font-size: 28px;
  }

  .alpia-plan-feature {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .alpia-plan-feature h4 {
    font-size: 18px;
  }

  .alpia-plan-feature p,
  .alpia-plan-card__highlight,
  .alpia-plan-card__extras p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.alpia-pricing__note {
  margin-top: 32px;
  padding: 20px 24px;
  border-radius: 20px;
  background: #f1f7fb;
  color: #4f5b66;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

/* Section 6 */
.alpia-compare {
  padding: 96px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.alpia-compare__header {
  text-align: center;
  margin-bottom: 50px;
}

.alpia-compare__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: #111;
}

.alpia-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.alpia-compare-card {
  padding: 32px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.alpia-compare-card h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.alpia-compare-card ul {
  padding-left: 18px;
  margin: 0;
}

.alpia-compare-card li {
  margin-bottom: 10px;
  color: #4f5b66;
  line-height: 1.6;
}

.alpia-compare-card--bad {
  border-top: 4px solid #ef4444;
}

.alpia-compare-card--good {
  border-top: 4px solid #1ca2e3;
}

@media (max-width: 768px) {
  .alpia-compare-card {
    box-shadow: 0 5px 9px rgba(16, 24, 40, 0.10);
  }
  .alpia-compare__grid {
    grid-template-columns: 1fr;
  }
}

/* Section 7 */
.alpia-team {
  padding: 96px 20px;
  background: linear-gradient(0deg, #ffffff 0%, #f7fbfe 100%);
}

.alpia-team__header {
  max-width: 840px;
  margin: 0 auto 48px;
  text-align: center;
}

.alpia-team__title {
  margin: 0;
  color: #111111;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.alpia-team__subtitle {
  margin: 18px auto 0;
  color: #4f5b66;
  font-size: 18px;
  line-height: 1.8;
}

.alpia-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.alpia-team-card {
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.alpia-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}

.alpia-team-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eaf6fc;
}

.alpia-team-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alpia-team-card__role {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.alpia-team-card__content {
  padding: 26px 24px 28px;
}

.alpia-team-card__name {
  margin: 0 0 14px;
  color: #111111;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.alpia-team-card__text {
  margin: 0;
  color: #4f5b66;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1199px) {
  .alpia-team__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .alpia-team {
    padding: 68px 16px;
  }

  .alpia-team__subtitle {
    font-size: 16px;
    line-height: 1.7;
  }

  .alpia-team-card {
    border-radius: 24px;
  }

  .alpia-team-card__role {
    left: 14px;
    bottom: 14px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .alpia-team-card__content {
    padding: 22px 18px 24px;
  }

  .alpia-team-card__name {
    font-size: 22px;
  }

  .alpia-team-card__text {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* KONTAKT */
/* Section Contact */
.alpia-contact {
  padding: 96px 20px;
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.alpia-section-title {
  margin: 0 0 48px;
  color: #111111;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}

.alpia-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}

.alpia-contact__persons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.alpia-contact__callcentrum {
  display: flex;
  flex-direction: column;
}

.alpia-contact-card {
  padding: 30px 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.alpia-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}

.alpia-contact-card--highlight {
  background: #0f172a;
  flex: 1;
}

.alpia-contact-card--highlight .alpia-contact-card__role {
  color: #62c6f6;
}

.alpia-contact-card--highlight .alpia-contact-card__link {
  color: #ffffff;
}

.alpia-contact-card--highlight .alpia-contact-card__link:hover {
  color: #62c6f6;
}

.alpia-contact-card__role {
  margin: 0 0 6px;
  color: #1ca2e3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alpia-contact-card__name {
  margin: 0 0 16px;
  color: #111111;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.alpia-contact-card__link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #4f5b66;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.alpia-contact-card__link:last-child {
  margin-bottom: 0;
}

.alpia-contact-card__link:hover {
  color: #1ca2e3;
}

/* Formulár wrap */
.alpia-contact__form-wrap {
  margin-top: 56px;
  padding: 40px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.08);
}

.alpia-contact__form-title {
  margin: 0 0 28px;
  color: #111111;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Responsive */
@media (max-width: 991px) {
  .alpia-contact {
    padding: 80px 20px;
  }

  .alpia-contact__grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .alpia-contact-card--highlight {
    flex: unset;
  }
}

@media (max-width: 767px) {
  .alpia-contact {
    padding: 68px 16px;
  }

  .alpia-contact-card {
    padding: 24px 20px;
    border-radius: 22px;
    box-shadow: 0 5px 9px rgba(16, 24, 40, 0.10);
  }

  .alpia-contact__form-wrap {
    padding: 24px 20px;
    border-radius: 24px;
    margin-top: 40px;
  }

  .alpia-contact__form-title {
    font-size: 22px;
  }
}

/* FORM */
/* Contact Form - user-form */
.alpia-contact__form-wrap .user-form__info-required {
  margin-bottom: 24px;
  color: #94a3b8;
  font-size: 13px;
}

.alpia-contact__form-wrap .user-form__field {
  margin-bottom: 20px;
}

.alpia-contact__form-wrap .user-form__label {
  display: block;
  margin-bottom: 8px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.alpia-contact__form-wrap .user-form__label .asterisk {
  color: #1ca2e3;
  margin-left: 3px;
}

.alpia-contact__form-wrap .user-form__input {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(17, 17, 17, 0.12);
  border-radius: 16px;
  background: #f7fbfe;
  color: #111111;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.alpia-contact__form-wrap .user-form__input:focus {
  border-color: #1ca2e3;
  box-shadow: 0 0 0 4px rgba(28, 162, 227, 0.10);
  background: #ffffff;
}

.alpia-contact__form-wrap .user-form__input::placeholder {
  color: #b0bec5;
}

.alpia-contact__form-wrap textarea.user-form__input {
  resize: vertical;
  min-height: 130px;
}

/* Captcha */
.alpia-contact__form-wrap .add-comment__captcha-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.alpia-contact__form-wrap .add-comment__captcha-img {
  border-radius: 10px;
  border: 1.5px solid rgba(17, 17, 17, 0.10);
  flex-shrink: 0;
}

.alpia-contact__form-wrap .add-comment__input--code {
  width: 160px;
  padding: 14px 18px;
  border: 1.5px solid rgba(17, 17, 17, 0.12);
  border-radius: 16px;
  background: #f7fbfe;
  color: #111111;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.alpia-contact__form-wrap .add-comment__input--code:focus {
  border-color: #1ca2e3;
  box-shadow: 0 0 0 4px rgba(28, 162, 227, 0.10);
  background: #ffffff;
}

/* Submit button */
.alpia-contact__form-wrap .user-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 16px 40px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #1ca2e3 0%, #62c6f6 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.alpia-contact__form-wrap .user-form__submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.alpia-contact__form-wrap .user-form__submit:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 767px) {
  .alpia-contact__form-wrap .add-comment__captcha-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .alpia-contact__form-wrap .add-comment__input--code {
    width: 100%;
  }

  .alpia-contact__form-wrap .user-form__submit {
    width: 100%;
  }
}

.user-form {
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 2px 7px 0px rgba(0,0,0,0.3);
}
@media (max-width: 786px) {
  .user-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}

/* GDPR */
/* ── Container ── */
.alpia-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Hero ── */
.gdpr-hero {
  padding: 96px 20px 72px;
  background:
    radial-gradient(circle at top center, rgba(28, 162, 227, 0.10), transparent 40%),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
  text-align: center;
}

.alpia-section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(28, 162, 227, 0.10);
  color: #1ca2e3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gdpr-hero__title {
  margin: 0 auto 20px;
  max-width: 860px;
  color: #111111;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gdpr-hero__sub {
  max-width: 620px;
  margin: 0 auto;
  color: #4f5b66;
  font-size: 17px;
  line-height: 1.75;
}

.gdpr-hero__meta {
  margin-top: 28px;
  color: #94a3b8;
  font-size: 13px;
}

/* ── Layout ── */
.gdpr-layout {
  padding: 72px 20px 96px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

/* ── Sidebar nav ── */
.gdpr-nav {
  position: sticky;
  top: 90px;
}

.gdpr-nav__title {
  margin-bottom: 16px;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gdpr-nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gdpr-nav__list a {
  display: block;
  padding: 9px 14px;
  border-radius: 12px;
  color: #4f5b66;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
}

.gdpr-nav__list a:hover {
  background: rgba(28, 162, 227, 0.09);
  color: #1ca2e3;
}

/* ── Content ── */
.gdpr-content {
  min-width: 0;
}

.gdpr-section {
  margin-bottom: 56px;
  padding: 40px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.07);
  border: 1px solid rgba(17,17,17,0.05);
}

.gdpr-section__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(28, 162, 227, 0.12);
  color: #1ca2e3;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}

.gdpr-section__title {
  margin-bottom: 20px;
  color: #111111;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.gdpr-section p {
  color: #4f5b66;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}

.gdpr-section p:last-child {
  margin-bottom: 0;
}

.gdpr-section ul, .gdpr-section ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.gdpr-section li {
  color: #4f5b66;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 8px;
}

.gdpr-section li:last-child {
  margin-bottom: 0;
}

.gdpr-section strong {
  color: #111111;
  font-weight: 700;
}

/* highlight box */
.gdpr-highlight {
  margin: 20px 0 0;
  padding: 20px 24px;
  border-radius: 18px;
  background: rgba(28, 162, 227, 0.07);
  border-left: 4px solid #1ca2e3;
  color: #1ca2e3;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

/* dark box */
.gdpr-dark-box {
  margin-top: 20px;
  padding: 24px 28px;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
}

.gdpr-dark-box p {
  color: #94a3b8;
  margin-bottom: 8px;
}

.gdpr-dark-box strong {
  color: #62c6f6;
}

.gdpr-dark-box a {
  color: #62c6f6;
  text-decoration: none;
}

.gdpr-dark-box a:hover {
  text-decoration: underline;
}

/* table */
.gdpr-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 15px;
}

.gdpr-table th {
  padding: 12px 16px;
  background: rgba(28, 162, 227, 0.08);
  color: #111111;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid rgba(28, 162, 227, 0.15);
}

.gdpr-table td {
  padding: 12px 16px;
  color: #4f5b66;
  border-bottom: 1px solid rgba(17,17,17,0.06);
  vertical-align: top;
  line-height: 1.7;
}

.gdpr-table tr:last-child td {
  border-bottom: none;
}

/* tag */
.gdpr-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gdpr-tag--blue {
  background: rgba(28,162,227,0.12);
  color: #1ca2e3;
}

.gdpr-tag--dark {
  background: rgba(15,23,42,0.08);
  color: #0f172a;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .gdpr-layout {
    grid-template-columns: 1fr;
    padding: 48px 20px 72px;
  }

  .gdpr-nav {
    position: static;
    display: none;
  }
}

@media (max-width: 767px) {
  .gdpr-hero {
    padding: 72px 16px 56px;
  }

  .gdpr-section {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .gdpr-section__title {
    font-size: 20px;
  }

  .gdpr-table {
    font-size: 13px;
  }

  .gdpr-table th, .gdpr-table td {
    padding: 10px 12px;
  }
}

/* MOBIL MENU */
@media (max-width: 991.98px) {
  .navbar__menu {
    left: -105vw;
  }

  .navbar__menu.expanded {
    left: -10px;
  }
}