/* ══════════════════════════════════════════
   Presoterapija — page styles
   ══════════════════════════════════════════ */

/* ── HERO ── */
.sg-pres-hero {
    padding: 140px 0 80px;
    background: var(--vanilla-cloud);
    position: relative;
    overflow: hidden;
}
.sg-pres-hero::before {
    content: '';
    position: absolute;
    bottom: -180px;
    left: -120px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(130, 111, 95, 0.08) 0%, transparent 60%);
    pointer-events: none;
}
.sg-pres-hero__inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sg-pres-hero__h1 {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 300;
    line-height: 1;
    color: var(--dark-thyme);
    margin: 18px 0 22px;
    letter-spacing: -0.02em;
}
.sg-pres-hero__h1 em {
    font-style: italic;
    color: var(--smoked-mocha);
}
.sg-pres-hero__sub {
    font-size: 1.18rem;
    color: var(--smoked-mocha);
    margin: 0 0 14px;
}
.sg-pres-hero__desc {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--dark-thyme);
    margin: 0 0 28px;
    max-width: 560px;
}
.sg-pres-hero__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sg-pres-hero__meta li span {
    display: inline-block;
    padding: 8px 16px;
    background: var(--warm-white);
    border: 1px solid rgba(56, 54, 36, 0.08);
    border-radius: 100px;
    font-family: var(--font-ui);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--smoked-mocha);
}
.sg-pres-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.sg-pres-hero__media {
    position: relative;
}
.sg-pres-hero__portrait {
    border-radius: var(--radius-card);
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 30px 80px rgba(56, 54, 36, 0.12);
}
.sg-pres-hero__portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── WHAT / METHOD ── */
.sg-pres-what {
    padding: var(--section-py) 0;
    background: var(--warm-white);
}
.sg-pres-what__inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 80px;
    align-items: center;
}
.sg-pres-what__media {
    position: relative;
}
.sg-pres-what__img-wrap {
    border-radius: var(--radius-card);
    overflow: hidden;
    aspect-ratio: 5 / 6;
}
.sg-pres-what__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sg-pres-what__tag {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: var(--vanilla-cloud);
    padding: 18px 22px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(56, 54, 36, 0.08);
}
.sg-pres-what__tag-eyebrow {
    display: block;
    font-family: var(--font-ui);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mocha-light);
    margin-bottom: 4px;
}
.sg-pres-what__tag-title {
    display: block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.4rem;
    color: var(--dark-thyme);
}
.sg-pres-what__counters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.sg-pres-what__counter {
    text-align: left;
    padding: 18px 0;
    border-top: 1px solid rgba(56, 54, 36, 0.08);
}
.sg-pres-what__counter-num {
    display: block;
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 300;
    color: var(--smoked-mocha);
    line-height: 1;
    margin-bottom: 4px;
}
.sg-pres-what__counter-label {
    font-family: var(--font-ui);
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mocha-light);
}

/* ── BENEFITS ── */
.sg-pres-benefits {
    padding: var(--section-py) 0;
    background: var(--vanilla-light);
}
.sg-pres-benefits__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 60px;
}
.sg-pres-benefits__header p {
    color: var(--mocha-light);
    margin-top: 14px;
}
.sg-pres-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.sg-pres-benefit {
    background: var(--warm-white);
    border: 1px solid rgba(56, 54, 36, 0.05);
    border-radius: var(--radius-card);
    padding: 32px 28px;
    transition: transform var(--duration-md) var(--ease-out), box-shadow var(--duration-md) var(--ease-out);
}
.sg-pres-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(56, 54, 36, 0.06);
}
.sg-pres-benefit__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    color: var(--smoked-mocha);
}
.sg-pres-benefit__icon svg {
    width: 32px;
    height: 32px;
}
.sg-pres-benefit__title {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--dark-thyme);
    margin: 0 0 8px;
}
.sg-pres-benefit__desc {
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--mocha-light);
    margin: 0;
}

/* ── PROCESS ── */
.sg-pres-process {
    padding: var(--section-py) 0;
    background: var(--warm-white);
}
.sg-pres-process__header {
    text-align: center;
    margin-bottom: 60px;
}
.sg-pres-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.sg-pres-process__step {
    background: var(--vanilla-cloud);
    border-radius: var(--radius-card);
    overflow: hidden;
    padding-bottom: 26px;
}
.sg-pres-process__thumb {
    aspect-ratio: 5 / 4;
    overflow: hidden;
}
.sg-pres-process__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sg-pres-process__num {
    display: inline-block;
    margin: 22px 26px 8px;
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--mocha-light);
}
.sg-pres-process__title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--dark-thyme);
    margin: 0 26px 8px;
}
.sg-pres-process__desc {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--mocha-light);
    margin: 0 26px;
}

/* ── PRICING ── */
.sg-pres-pricing {
    padding: var(--section-py) 0;
    background: var(--vanilla-light);
}
.sg-pres-pricing__header {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 60px;
}
.sg-pres-pricing__header p {
    color: var(--mocha-light);
    margin-top: 14px;
}
.sg-pres-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.sg-pres-pricing__card {
    position: relative;
    background: var(--warm-white);
    border: 1px solid rgba(56, 54, 36, 0.06);
    border-radius: var(--radius-card);
    padding: 32px 28px;
    text-align: center;
    transition: transform var(--duration-md) var(--ease-out), box-shadow var(--duration-md) var(--ease-out);
}
.sg-pres-pricing__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(56, 54, 36, 0.08);
}
.sg-pres-pricing__card.is-featured {
    background: var(--smoked-mocha);
    border-color: var(--smoked-mocha);
    color: var(--warm-white);
}
.sg-pres-pricing__card.is-featured .sg-pres-pricing__name,
.sg-pres-pricing__card.is-featured .sg-pres-pricing__price-value,
.sg-pres-pricing__card.is-featured .sg-pres-pricing__price-cur {
    color: var(--warm-white);
}
.sg-pres-pricing__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 14px;
    background: var(--vanilla-cloud);
    color: var(--smoked-mocha);
    font-family: var(--font-ui);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 600;
}
.sg-pres-pricing__name {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--dark-thyme);
    margin: 0 0 10px;
}
.sg-pres-pricing__desc {
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--mocha-light);
    margin: 0 0 22px;
    min-height: 60px;
}
.sg-pres-pricing__card.is-featured .sg-pres-pricing__desc {
    color: rgba(255, 252, 248, 0.78);
}
.sg-pres-pricing__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
}
.sg-pres-pricing__price-value {
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 300;
    color: var(--smoked-mocha);
    line-height: 1;
}
.sg-pres-pricing__price-cur {
    font-family: var(--font-ui);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mocha-light);
}
.sg-pres-pricing__each {
    display: block;
    font-family: var(--font-ui);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mocha-light);
}
.sg-pres-pricing__card.is-featured .sg-pres-pricing__each {
    color: rgba(255, 252, 248, 0.7);
}

/* ── COMBO ── */
.sg-pres-combo {
    padding: var(--section-py) 0;
    background: var(--dark-thyme);
    color: var(--vanilla-cloud);
}
.sg-pres-combo__inner {
    max-width: 780px;
}
.sg-pres-combo__content .sg-h2 {
    color: var(--vanilla-cloud);
}
.sg-pres-combo__content .sg-h2 em {
    color: var(--mocha-light);
}
.sg-pres-combo__lead {
    font-size: 1.08rem;
    line-height: 1.65;
    margin: 14px 0 28px;
    color: rgba(242, 232, 221, 0.85);
}
.sg-pres-combo__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
}
.sg-pres-combo__list li {
    padding: 12px 16px;
    background: rgba(242, 232, 221, 0.06);
    border: 1px solid rgba(242, 232, 221, 0.12);
    border-radius: 8px;
    font-size: 0.92rem;
    color: rgba(242, 232, 221, 0.92);
}
.sg-pres-combo__list li strong {
    color: var(--warm-white);
    margin-right: 6px;
}
.sg-pres-combo__note {
    font-size: 0.92rem;
    color: rgba(242, 232, 221, 0.7);
    margin: 0;
}

/* ── LOCATION NOTICE ── */
.sg-pres-location {
    padding: 80px 0;
    background: var(--vanilla-cloud);
}
.sg-pres-location__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-pres-location__eyebrow {
    display: block;
    font-family: var(--font-ui);
    font-size: 0.66rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mocha-light);
    margin-bottom: 14px;
}
.sg-pres-location__title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: var(--dark-thyme);
    margin: 0 0 16px;
}
.sg-pres-location__title em {
    font-style: italic;
    color: var(--smoked-mocha);
}
.sg-pres-location__card p {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--mocha-light);
    margin: 0 0 28px;
}
.sg-pres-location__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* ── FORM SECTION ── */
.sg-pres-form-section {
    padding: var(--section-py) 0;
    background: var(--vanilla-light);
}
.sg-pres-form-section__inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}
.sg-pres-form-section__content p {
    color: var(--mocha-light);
    margin-top: 14px;
    line-height: 1.65;
    max-width: 380px;
}
.sg-pres-form-section__form {
    background: var(--warm-white);
    padding: 44px 40px;
    border-radius: var(--radius-card);
    box-shadow: 0 24px 60px rgba(56, 54, 36, 0.06);
}
.sg-pres-form-section__fallback {
    color: var(--mocha-light);
    text-align: center;
}

/* ── FAQ ── */
.sg-pres-faq {
    padding: var(--section-py) 0;
    background: var(--warm-white);
}
.sg-pres-faq__inner { max-width: 820px; }
.sg-pres-faq__header {
    text-align: center;
    margin-bottom: 50px;
}
.sg-pres-faq__item {
    border-bottom: 1px solid rgba(56, 54, 36, 0.08);
}
.sg-pres-faq__question {
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--dark-thyme);
}
.sg-pres-faq__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--vanilla-cloud);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--smoked-mocha);
    transition: transform var(--duration-sm) var(--ease-out), background-color var(--duration-sm) var(--ease-out);
}
.sg-pres-faq__item.is-active .sg-pres-faq__icon {
    transform: rotate(45deg);
    background: var(--smoked-mocha);
    color: var(--warm-white);
}
.sg-pres-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--duration-md) var(--ease-out);
}
.sg-pres-faq__item.is-active .sg-pres-faq__answer {
    max-height: 400px;
    padding-bottom: 24px;
}
.sg-pres-faq__answer p {
    margin: 0;
    color: var(--mocha-light);
    line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .sg-pres-hero__inner,
    .sg-pres-what__inner,
    .sg-pres-form-section__inner { grid-template-columns: 1fr; gap: 50px; }
    .sg-pres-process__grid,
    .sg-pres-pricing__grid { grid-template-columns: repeat(2, 1fr); }
    .sg-pres-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .sg-pres-combo__list { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .sg-pres-hero { padding: 100px 0 50px; }
    .sg-pres-hero__inner { gap: 32px; }
    .sg-pres-hero__h1 { font-size: clamp(2rem, 11vw, 3rem); margin: 12px 0 14px; }
    .sg-pres-hero__sub { font-size: 1rem; }
    .sg-pres-hero__desc { font-size: 0.92rem; margin-bottom: 22px; }
    .sg-pres-hero__portrait { aspect-ratio: 4 / 3; }
    .sg-pres-hero__actions { flex-direction: column; align-items: stretch; gap: 10px; }
    .sg-pres-hero__actions .sg-btn { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
    .sg-pres-process__grid,
    .sg-pres-pricing__grid,
    .sg-pres-benefits__grid { grid-template-columns: 1fr; }
    .sg-pres-location__card { padding: 32px 24px; }
    .sg-pres-form-section__form { padding: 30px 22px; }
}
@media (max-width: 480px) {
    .sg-pres-hero { padding: 90px 0 40px; }
    .sg-pres-hero__h1 { font-size: clamp(1.8rem, 13vw, 2.6rem); }
}
