/* ══════════════════════════════════════════
   Cenovnik — page styles
   ══════════════════════════════════════════ */

/* ── HERO ── */
.sg-cn-hero {
    padding: 140px 0 60px;
    background: var(--vanilla-cloud);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sg-cn-hero::before {
    content: '';
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 360px;
    background: radial-gradient(ellipse, rgba(130, 111, 95, 0.08) 0%, transparent 60%);
    pointer-events: none;
}
.sg-cn-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
}
.sg-cn-hero__h1 {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--dark-thyme);
    margin: 18px 0 18px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.sg-cn-hero__h1 em { font-style: italic; color: var(--smoked-mocha); }
.sg-cn-hero__sub {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--mocha-light);
    margin: 0 0 28px;
}
.sg-cn-hero__actions {
    display: flex;
    justify-content: center;
    margin: 0 0 32px;
}
.sg-cn-hero__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.sg-cn-hero__nav-link {
    display: inline-block;
    padding: 10px 18px;
    background: var(--warm-white);
    color: var(--smoked-mocha);
    border: 1px solid rgba(56, 54, 36, 0.08);
    border-radius: 100px;
    font-family: var(--font-ui);
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    transition: background-color var(--duration-sm) var(--ease-out), color var(--duration-sm) var(--ease-out), transform var(--duration-sm) var(--ease-out);
}
.sg-cn-hero__nav-link:hover {
    background: var(--smoked-mocha);
    color: var(--warm-white);
    transform: translateY(-2px);
}

/* ── LIST ── */
.sg-cn-list {
    padding: var(--section-py) 0;
    background: var(--warm-white);
}
.sg-cn-list__inner { max-width: 980px; }
.sg-cn-group {
    margin-bottom: 80px;
}
.sg-cn-group:last-child { margin-bottom: 0; }
.sg-cn-group__header {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(56, 54, 36, 0.1);
}
.sg-cn-group__num {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--mocha-light);
    line-height: 1;
    flex-shrink: 0;
    min-width: 60px;
}
.sg-cn-group__title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 400;
    color: var(--dark-thyme);
    margin: 0 0 6px;
    line-height: 1.1;
}
.sg-cn-group__desc {
    color: var(--mocha-light);
    line-height: 1.6;
    margin: 0;
    font-size: 0.96rem;
}
.sg-cn-group__table {
    display: flex;
    flex-direction: column;
}
.sg-cn-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 22px 0;
    align-items: center;
    border-bottom: 1px solid rgba(56, 54, 36, 0.06);
}
.sg-cn-row:last-child { border-bottom: 0; }
.sg-cn-row.is-featured {
    background: var(--vanilla-light);
    margin: 8px -22px;
    padding: 22px;
    border-radius: var(--radius-card);
    border-bottom: 0;
    border: 1px solid rgba(130, 111, 95, 0.16);
}
.sg-cn-row__name {
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 400;
    color: var(--dark-thyme);
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
}
.sg-cn-row__name a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed rgba(130, 111, 95, 0.3);
    padding-bottom: 1px;
}
.sg-cn-row__name a:hover { color: var(--smoked-mocha); border-color: var(--smoked-mocha); }
.sg-cn-row__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--smoked-mocha);
    color: var(--vanilla-cloud);
    border-radius: 50%;
    font-size: 0.74rem;
}
.sg-cn-row__desc {
    color: var(--mocha-light);
    line-height: 1.5;
    margin: 0;
    font-size: 0.9rem;
}
.sg-cn-row__price {
    text-align: right;
    min-width: 140px;
}
.sg-cn-row__price-value {
    display: block;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--smoked-mocha);
    line-height: 1;
}
.sg-cn-row__price-value.is-soft {
    font-size: 0.92rem;
    font-style: italic;
    color: var(--mocha-light);
    font-family: var(--font-ui);
}
.sg-cn-row__price-alt {
    display: block;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    color: var(--mocha-light);
    margin-top: 4px;
    font-style: italic;
}

/* ── POLICY ── */
.sg-cn-policy {
    padding: 60px 0 40px;
    background: var(--vanilla-cloud);
}
.sg-cn-policy__card {
    background: var(--warm-white);
    border-radius: var(--radius-card);
    padding: 40px 48px;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(56, 54, 36, 0.06);
}
.sg-cn-policy__title {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
    font-weight: 400;
    color: var(--dark-thyme);
    margin: 0 0 18px;
    letter-spacing: -0.01em;
}
.sg-cn-policy__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}
.sg-cn-policy__list li {
    position: relative;
    padding-left: 22px;
    color: var(--mocha-light);
    font-size: 0.95rem;
    line-height: 1.6;
}
.sg-cn-policy__list li::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--smoked-mocha);
    font-weight: 600;
}
@media (max-width: 700px) {
    .sg-cn-policy__card { padding: 28px 22px; }
}

/* ── NOTE ── */
.sg-cn-note {
    padding: 80px 0;
    background: var(--vanilla-light);
}
.sg-cn-note__card {
    background: var(--warm-white);
    border-radius: var(--radius-card);
    padding: 48px 56px;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(56, 54, 36, 0.06);
}
.sg-cn-note__title {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    font-weight: 400;
    color: var(--dark-thyme);
    margin: 0 0 14px;
}
.sg-cn-note__card p {
    color: var(--mocha-light);
    line-height: 1.65;
    margin: 0 0 26px;
}
.sg-cn-note__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
    .sg-cn-group__header { flex-direction: column; gap: 14px; }
    .sg-cn-group__num { font-size: 1.5rem; min-width: auto; }
    .sg-cn-row { grid-template-columns: 1fr; gap: 8px; }
    .sg-cn-row__price { text-align: left; }
    .sg-cn-row.is-featured { margin-left: -16px; margin-right: -16px; padding: 18px 16px; }
    .sg-cn-note__card { padding: 32px 24px; }
}
