/* =========================
   COMPONENTS LAYOUT
========================= */

.cta {
    background: transparent;
    color: #ffffffe8;
    padding: 0.75rem 6rem;
    border-radius: 4px;
    font-weight: bold;
    border: 2px solid #ffffff61;
}

button:disabled,
button:disabled:hover {
  filter: grayscale(1);
  opacity: 0.4;
  cursor: auto;
  background: rgb(159, 159, 159);
  color: rgb(255, 255, 255);
  border: 1px solid grey;
}

.cta:hover {
    background: white;
    color: #5a52c8;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    justify-items: center;
}

.feature-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 0.33rem;
    transition: 0.2s;
    font-size: 0.85rem;
    width: 100%;
    box-shadow: 0 4px 8px rgb(34 34 34 / 30%);
}

.feature-card:hover {
  transform: translateY(-4px);
}

.card.alpine-card {
    background: #fff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 0.33rem;
    transition: 0.2s;
    font-size: 0.85rem;
    box-shadow: 0 4px 8px rgb(34 34 34 / 30%);
    border: 1px solid #dadada;
    align-items: flex-start;
}

.container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    margin: 2rem auto;
}

.container-desc {
    width: 100%;
    background: #f1f1f1;
    padding: 1rem 3rem;
    border-radius: 8px;
}

/* ICON */
.icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
}

.block-button {
    position: absolute;
    right: 1.5rem;
    padding: 0 1rem 0 0;
    background-size: 1.5rem;
    background-position: 100% 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.block-button a {
    margin: 0 0.75rem;
    opacity: 0.85;
    font-size: 0.66rem;
}

.block-button .icon-codeberg {
    width: 1.1rem;
    height: 1.1rem;
}

a.block-link.github-link:hover {
    border: none;
    padding: 0;
    opacity: 0.66;
}

h1.banner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 2.5rem;
    margin: 1rem auto;
    font-family: "Archivo Black", sans-serif;
}

.alpine-logo-title {
    width: 3rem;
    margin: 0 1.5rem 0 0;
}

.opacity-50 {
    opacity: 0.5;
}

.france {
    margin: 0 0.66rem
}

img.alpine-logo {
    width: 3.15rem;
    height: 2.75rem;
    margin: 0.2rem 1rem 0 0;
    opacity: 0.5;
}

img.alpine-logo-footer {
    width: 1.5rem;
    height: 1.25rem;
    margin: 0 0.5rem 0 0;
    opacity: 0.5;
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot.ok {
    background: var(--ok);
    box-shadow: 0px 0px 20px 0px #22c55e70;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e2e8ed;
    border-radius: 8px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    max-width: 30rem;
    min-width: 25rem;
    margin: auto;
}
 
.pricing-card--featured {
  border-color: #5a52c8;
  box-shadow: 0 12px 40px rgba(13, 89, 127, 0.15);
  transform: translateY(-8px);
}
 
.pricing-badge-top {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #5a52c8;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #858490;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: -0.1rem;
}

.pricing-label div {
    margin: 0.5rem 0 0.75rem;
}
 
.pricing-label div i {
    margin-right: 0.33rem;
    opacity: 0.66;
    cursor: pointer;
}

.pricing-label div img {
    cursor: pointer;
}
 
.pricing-price {
  font-size: 2.8rem;
  font-weight: 900;
  color: #5a52c8;
  letter-spacing: -0.04em;
  line-height: 1;
  font-family: "Archivo Black";
}
 
.pricing-price span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #6a6381;
}
 
.pricing-detail {
  font-size: 0.88rem;
  color: #6a8090;
  line-height: 1.5;
}

span.start {
    font-size: 0.75rem;
    opacity: 0.5;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0;
    word-spacing: -0.15rem;
}

.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  border: 2px solid #5a52c8;
  color: #5a52c8;
  font-weight: 700;
  font-size: 0.92rem;
  margin-top: 8px;
  transition: 0.2s ease;
  text-decoration: none;
}
 
.pricing-cta:hover {
  background: #5a52c8;
  color: #fff;
}
 
.pricing-cta--dark {
  background: #5a52c8;
  color: #fff;
}
 
.pricing-cta--dark:hover {
    background: #230a6a;
    border-color: #230a6a;
}

p.legend {
    font-size: 0.75rem;
    color: #a1a1a1;
    margin: 3rem auto 0;
    text-align: center;
}

#message {
    max-width: 600px;
    width: 66%;
    text-align: center;
    line-height: 2rem;
    color: grey;
    margin: auto;
    font-weight: 600;
    font-size: 0.75rem;
    position: fixed;
    top: 2rem;
    border-radius: 4px;
    padding: 0.25rem 1rem;
    background: #f8f8fc;
    display: none;
    border: 1.5px solid;
    z-index: 100;
}

#message.success {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #54ab54;
}

#message.error {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ff5151;
}

#message.success:before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 0.66rem;
    font-size: 1rem;
    opacity: 0.33;
}

#message.error:before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f00d";
    margin-right: 0.66rem;
    font-size: 1rem;
    opacity: 0.33;
}
