.eyebrow {
    display: inline-block;
    font-family: var(--font-logo);
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--color-text-hero-muted);
}

.hero-card {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.hero h1 {
    font-family: var(--font-logo);
    font-size: 24pt;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
    color: var(--color-text-hero);
}

.hero p {
    font-family: var(--font-text);
    font-size: 12pt;
    color: var(--color-text-hero);
    line-height: 1.7;
}

.hero-btns {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

/*** Other sections ***/
.divider {
  height: 1px;
  background: var(--color-border-divider);
  margin: 0 2rem;
}

.section {
    padding: 4rem 2rem;
    max-width: 680px;
    margin: 0 auto;
}

.section-label {
    font-family: var(--font-logo);
    font-size: 10pt;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: 0.5rem;
}

.section-title {
    font-family: var(--font-logo);
    font-size: 20pt;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-family: var(--font-text);
    font-size: 10pt;
    font-weight: 500;
    color: var(--color-text-muted);
}


/* FEATURES */
.feat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    gap: 0.5rem;
}

.feat-card {
    background: var(--color-bg-feat);
    border: 0.5px solid #000;
    border-radius: 5px;
}

.feat-icon {
    display: inline;
    max-width: 100%;
}

.feat-icon img {
    max-width: 100%;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent);
    mask-image: linear-gradient(to bottom, black, transparent);
}

.feat-card h3 {
    font-family: var(--font-logo);
    font-size: 14pt;
    font-weight: 500;
    margin-top: -60px;
    margin-bottom: 6px;
    padding: 0.75rem;
    text-shadow: 0 0 5px #fff;
}

.feat-card p {
    font-family: var(--font-text);
    font-size: 10pt;
    color: var(--color-text-feat);
    text-align: justify;
    line-height: 1.6;
    padding: 0.75rem;
}

.feat-card a {
    font-family: var(--font-text);
    font-size: 8pt;
    text-decoration: none;
    color: var(--color-btn-dl);
    transition: color 0.15s;
}

.feat-card a:hover {
    color: var(--color-btn-dl-hover);
}

/* PRICING */
.price-wrapper {
    display: grid;
}

.price-grid {
    grid-area: 1/1;
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 1rem;
}

.price-card {
    background: var(--color-bg-feat);
    /*border: 0.5px solid #000;
    border-radius: 5px;*/
}

.price-card h3 {
    font-family: var(--font-logo);
    font-size: 16pt;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0.75rem;
    text-shadow: 0 0 5px #fff;
}

.price-card p {
    font-family: var(--font-text);
    font-size: 10pt;
    color: var(--color-text-feat);
    text-align: justify;
    line-height: 1.6;
    padding: 0.75rem;
}

.price-free {
    grid-area: 1/1;
    background: rgba(250, 250, 250, 0.85);
    border: 0.5px solid var(--color-price-free);
    border-radius: 5px;
    margin: auto;
}

.price-free h3 {
    font-family: var(--font-logo);
    font-size: 16pt;
    color: var(--color-price-free);
    text-align: justify;
    line-height: 1.6;
    padding: 2.25rem;
}

.price-btns {
    margin-top: 10vh;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-price {
    background: transparent;
    border-color: var(--color-btn-dl);
    color: var(--color-btn-dl);
}

.btn-price:hover {
    color: #fff;
    background: var(--color-btn-dl-hover)
}

/* DOWNLOAD PAGE */
.section-dl {
    height: calc(var(--height-hero) - 300px);
}

.dl-btns {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20vh;
}

.dl-subtitle {
    padding-top: 10px;
    font-family: var(--font-text);
    font-size: 13px;
    font-weight: 800;
    color: var(--color-text-hero-muted);
}

.btn-dl {
    flex-direction: column;
    padding: 15px 10px;
    background: transparent;
    border-color: var(--color-btn-dl);
    color: var(--color-btn-dl);
}

.btn-dl:hover {
    color: #fff;
    background: var(--color-btn-dl-hover)
}




.version-block {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
}

.version-title {
    cursor: pointer;
    list-style: none;
    padding: 10px 14px;
    font-family: var(--font-logo);
    font-size: 14pt;
    font-weight: 500;
    background: var(--color-bg-version-title);
    user-select: none;
}


.version-title::-webkit-details-marker {
    display: none;
}

.version-title::marker {
    content: "";
}

.version-title:hover {
    background: #ececec;
}

/* Optional: small indicator that flips when open */
.version-title::before {
    content: ">";
    display: inline-block;
    margin-right: 8px;
    font-size: 0.75em;
    transition: transform 0.15s ease;
}

details[open] > .version-title::before {
    transform: rotate(90deg);
}

.version-notes {
    font-family: var(--font-text);
    font-size: 10pt;
    padding: 12px 14px;
    border-top: 1px solid #ddd;
}

.version-link {
    text-align: right;
    padding: 5px;
}

.version-link button {
    border: none;
    background-color: transparent;
    font-family: var(--font-text);
    font-size: 12pt;
    color: var(--color-btn-dl);
    transition: color 0.15s;
}

.version-link a:hover {
    color: var(--color-btn-dl-hover);
}