/*
Theme Name: Exponent Child
Theme URI: https://exponentwptheme.com/
Template: exponent
Author: Brand Exponents
Author URI: http://www.brandexponents.com/
Description: A modern business theme.
Version: 1.0.0
Updated: 2026-01-18 12:53:09
*/
:root {
    --primed-yellow: #EAC800;
    --primed-green: #2C4219;
    --primed-dark: #1F1F1F;
}

body.page-template-page-primed6 aside,
body.page-template-page-primed6 #sidebar,
body.page-template-page-primed6 .widget-area {
    display: none !important;
}

body.page-template-page-primed6 .content-area,
body.page-template-page-primed6 #primary,
body.page-template-page-primed6 main {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.primed-wrapper {
    font-family: 'DM Sans', sans-serif;
    background-color: #fff;
}

.primed-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.primed-hero {
    padding: 60px 0;
    background-color: #F9F9F7;
}

.hero-grid {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.hero-left {
    flex: 0 0 45%;
    max-width: 45%;
}

.hero-right {
    flex: 1;
}

.hero-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primed-green);
    color: var(--primed-yellow);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #D1E0D6;
}

.hero-pill svg {
    color: var(--primed-yellow);
    width: 14px;
    height: 14px;
}

.product-image-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.product-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.specs-row {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 25px;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}

.spec-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.spec-box strong {
    font-size: 26px;
    color: #1A3C34;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
}

.spec-box span {
    font-size: 13px;
    color: #666;
    display: block;
}

.rating-wrap {
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stars {
    color: #DA9F2B;
}

.rating-text {
    color: #666666;
}

.hero-wysiwyg-content h1,
.hero-wysiwyg-content h2 {
    font-size: 42px;
    line-height: 1.1;
    color: var(--primed-dark);
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.hero-wysiwyg-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Benefiti */
.hero-features-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.feat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

.feat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--primed-green);
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
}

/* Selektor Paketa */
.package-selector {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.pack-option {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #E7E2DA;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.pack-option.active {
    border-color: #D4A017;
    background: #FFFEF9;
}

.pack-option:hover {
    transform: translateY(-2px);
}

/* --- IZMENA ZA RADIO DUGME (SVG ŠTIKL) --- */

/* 1. Osnovni izgled kružića (kad nije selektovano) */
.pack-radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ccc;
    /* Siva ivica */
    margin-right: 15px;
    position: relative;
    flex-shrink: 0;
    background-color: #fff;
    transition: all 0.2s ease;
}

/* 2. Izgled kružića KAD JE SELEKTOVANO (Aktivno) */
.pack-option.active .pack-radio {
    border-color: var(--primed-green);
    /* Tamno zeleni okvir */
    background-color: var(--primed-green);
    /* Tamno zelena ispuna */
}

/* 3. Stil za SVG ikonicu (Štikl) */
.pack-radio svg {
    display: none;
    /* Sakriveno po defaultu */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    color: #fff;
    /* Beli štikl */
}

/* 4. Prikaži SVG kad je opcija aktivna */
.pack-option.active .pack-radio svg {
    display: block;
}

/* 5. Sakrij staru tačku za svaki slučaj */
.pack-radio .dot {
    display: none !important;
}

.pack-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pack-name {
    font-weight: 700;
    font-size: 18px;
    color: var(--primed-dark);
}

.pack-duration {
    font-size: 13px;
    color: #888;
}

.pack-pricing {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.current-price {
    font-weight: 700;
    font-size: 20px;
    color: #1A3C34;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
}

.saving-label {
    color: var(--primed-yellow);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.pack-option.best-deal {
    border: 2px solid var(--primed-yellow);
    background: #FFFDF5;
}

.best-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--primed-yellow);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-primed {
    display: block;
    width: 100%;
    background: var(--primed-green);
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s;
    text-transform: uppercase;
}

.btn-primed:hover {
    color: var(--primed-yellow);
}

.shipping-info {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.shipping-info svg {
    color: #1A3C34;
}

/* --- SEKCIJA 2: SIMPTOMI --- */
.symptoms-section {
    padding: 80px 0;
    background-color: #F9F9F7;
    text-align: center;
}

.sym-header {
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.sym-badge {
    display: inline-block;
    background-color: var(--primed-yellow);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.sym-title-wrap h2,
.sym-title-wrap h3 {
    font-size: 42px;
    color: var(--primed-dark);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;

}

.sym-subtitle {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.sym-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    text-align: left;
}

/* 3. Pojedinačni Simptom */
.sym-item {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.sym-icon svg {
    width: 32px;
    height: 32px;
}

.sym-icon circle {
    fill: #eac80036;
}

.sym-icon path {
    stroke: var(--primed-dark);
}

.sym-content h4 {
    font-size: 18px;
    color: var(--primed-dark);
    font-weight: 700;
    margin: 0 0 8px 0;
}

.sym-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* 4. Footer Napomena */
.sym-footer-note {
    font-size: 13px;
    color: #888;
    margin-top: 40px;
}

.sym-footer-note strong {
    color: var(--primed-dark);
}

/* --- SEKCIJA 3: PROBLEMI --- */
.problems-section {
    background-color: var(--primed-green);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.prob-header h2,
.prob-header h3 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}


.prob-header p {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.prob-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 60px 0;
}

.prob-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prob-icon-wrap {
    width: 80px;
    height: 80px;
    background-color: var(--primed-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.prob-icon-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.prob-card h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--primed-dark);
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
}

.prob-card-desc,
.prob-card-desc p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.prob-footer-content {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}

.prob-footer-content strong {
    color: var(--primed-yellow);
}

.btn-yellow-rounded {
    display: inline-block;
    background-color: var(--primed-yellow);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
    border: 2px solid var(--primed-yellow);
}

.btn-yellow-rounded:hover {
    background-color: transparent;
    color: var(--primed-yellow);
}

/* --- SEKCIJA 4: ZAŠTO PRIMED --- */
.why-section {
    padding: 100px 0;
    background-color: #FDFBF6;
}

.why-flex-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

/* Leva Strana */
.why-left-col {
    flex: 0 0 40%;
    max-width: 40%;
}

.why-content-wrap h2,
.why-content-wrap h1 {
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.why-content-wrap p {
    font-size: 21px;
}

.why-content-wrap .btn-text {
    display: inline-block;
    background: var(--primed-dark);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 20px;
}

.why-right-col {
    flex: 1;
}

.why-grid-layout {
    display: flex;
    gap: 30px;
}

.why-sub-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* KARTICE */
.why-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

/* Pozadinska slika (Pattern) */
.why-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.1;
}

.why-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-icon {
    margin-bottom: 20px;
}

.why-icon img {
    width: 50px;
    height: auto;
}

.why-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}

.why-desc p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}


/* Svetlo Zelena (Leva kolona kartica) */
.why-card.light-theme {
    background-color: #728C5A;
    /* Svetlija maslinasta */
    color: #fff;
}

.why-card.dark-theme {
    background-color: var(--primed-green);
    color: #fff;
    height: 100%;
    justify-content: center;
}

/* --- SEKCIJA 5: REŠENJE --- */
.solution-section {
    padding: 100px 0;
    background-color: #FBF7F1;
    overflow: hidden;
}

.sol-grid {
    display: flex;
    align-items: center;
    gap: 60px;
}

.sol-left {
    flex: 1;
}

.sol-badge {
    display: inline-block;
    background-color: var(--primed-green);
    color: var(--primed-yellow);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sol-content h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 56px;
    line-height: 1;
    color: var(--primed-green);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.sol-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* --- LISTA SA CUSTOM SVG-om --- */
.sol-content ul {
    list-style: none !important;
    padding: 0;
    margin: 30px 0 0 0;
}

.sol-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--primed-dark);
    font-weight: 600;
    line-height: 1.4;
}

.sol-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.801 9.99999C22.2577 12.2413 21.9322 14.5714 20.8788 16.6018C19.8255 18.6322 18.1079 20.24 16.0125 21.1573C13.9171 22.0746 11.5706 22.2458 9.36428 21.6424C7.15795 21.0389 5.22517 19.6974 3.88825 17.8414C2.55134 15.9854 1.8911 13.7272 2.01764 11.4434C2.14418 9.15952 3.04986 6.98808 4.58363 5.29116C6.1174 3.59424 8.18656 2.47442 10.446 2.11844C12.7055 1.76247 15.0188 2.19185 17 3.33499" stroke="%23EAC800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 11L12 14L22 4" stroke="%23EAC800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.sol-right img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* Pufne (Glow Effect) */
.sol-glow {
    position: absolute;
    border-radius: 50%;
    background: var(--primed-yellow);
    opacity: 0.3;
    filter: blur(60px);
    z-index: 1;
}

/* --- PUFNE (GLOW EFEKTI) ZA SEKCIJU 5 --- */
.sol-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.glow-yellow {
    width: 120px;
    height: 120px;
    background: var(--primed-yellow);
    opacity: 0.5;
    top: -20px;
    right: 20px;
}

.glow-green {
    width: 150px;
    height: 150px;
    background: var(--primed-green);
    opacity: 0.3;
    bottom: -30px;
    left: 20px;
}

/* --- SEKCIJA 6: UPOTREBA --- */
.usage-section {
    padding: 100px 0;
    background-color: var(--primed-green);
    color: #fff;
    text-align: center;
}

.use-header {
    margin: 0 auto 60px auto;
}

.use-header h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.use-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.use-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 60px auto;
    text-align: left;
}

.use-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    gap: 20px;
}

/* Ikonica */
.use-card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: var(--primed-green);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tekst kartice */
.use-card-content h3,
.use-card-content h4,
.use-card-content strong {
    font-size: 18px;
    color: var(--primed-dark);
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

.use-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Dugme */
.use-cta-wrap {
    margin-top: 40px;
}

/* --- SEKCIJA 7: SASTAV --- */
.composition-section {
    padding: 100px 0;
    background-color: #FFFEF9;
    text-align: center;
}

/* Header */
.comp-header {
    max-width: 900px;
    margin: 0 auto 60px auto;
}

/* Pilula na vrhu (SASTAV) */
.comp-pill-wrapper {
    margin-bottom: 20px;
}

.comp-top-pill {
    display: inline-block;
    background-color: var(--primed-green);
    color: var(--primed-yellow);
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comp-header h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 56px;
    line-height: 1;
    color: var(--primed-dark);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comp-header p {
    font-size: 18px;
    color: #666;
}

/* Wrapper za Grid (zbog trake u pozadini) */
.comp-grid-wrapper {
    position: relative;
    margin: 50px 0 0;
}

/* SIVA TRAKA U POZADINI */
.comp-grid-wrapper::before {
    content: '';
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 50px;
    background-color: #EAEAE5;
    z-index: 0;
}

/* Grid Kartica */
.comp-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.comp-card {
    text-align: center;
    padding: 0 30px;
}

.comp-icon {
    margin: 0 auto 25px auto;
}

.comp-icon img {
    max-width: 78px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.comp-card h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    color: var(--primed-dark);
    margin-bottom: 15px;
}

.comp-card p,
.comp-card-desc,
.comp-card-desc p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Donje Pilule */
.comp-badges-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.comp-badge {
    display: inline-block;
    background-color: var(--primed-green);
    color: var(--primed-yellow);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

/* --- SEKCIJA 8: ISKUSTVA --- */
.testimonials-section {
    padding: 100px 0;
    background-color: #fff;
    text-align: center;
}

/* Header */
.testi-header {
    max-width: 900px;
    margin: 0 auto 60px auto;
}

/* Pilula */
.testi-pill-wrapper {
    margin-bottom: 20px;
}

.testi-pill {
    display: inline-block;
    background-color: var(--primed-yellow);
    color: var(--primed-dark);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Naslov */
.testi-header h2,
.testi-header h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 56px;
    line-height: 1;
    color: var(--primed-dark);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.testi-header p {
    font-size: 18px;
    color: #666;
}

/* Grid */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
}

/* Kartica */
.testi-card {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testi-icon {
    margin-bottom: 25px;
}

.testi-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    flex: 1;
    /* Gura footer na dno */
}

.testi-desc p {
    margin: 0 0 10px 0;
}

.testi-footer {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

.testi-author {
    display: block;
    font-size: 16px;
    color: var(--primed-dark);
    font-weight: 700;
    margin-bottom: 4px;
}

.testi-location {
    font-size: 14px;
    color: #888;
}

/* --- SEKCIJA 9: PAKETI --- */
.pricing-section {
    padding: 100px 0;
    background-color: var(--primed-green);
    color: #fff;
    text-align: center;
}

/* Header - Povećana specifičnost */
.pricing-section .pricing-header {
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.pricing-section .pricing-header h2,
.pricing-section .pricing-header h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 56px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pricing-section .pricing-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Grid */
.pricing-section .pricing-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
    align-items: stretch;
}

/* Kartica */
.pricing-section .pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    width: 350px;
    color: var(--primed-dark);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease;
    border: 1px solid transparent;
}

.pricing-section .pricing-card:hover {
    transform: translateY(-7px);
}

.pricing-section .best-deal-card {
    border: 3px solid var(--primed-yellow);
    z-index: 2;
    padding: 36px 26px;
}

.pricing-section .pc-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primed-yellow);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 18px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.pricing-section .pc-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pricing-section .pc-header h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 28px;
    margin: 0 0 5px 0;
    color: var(--primed-dark);
}

.pricing-section .pc-duration {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}

.pricing-section .pc-price-wrap {
    margin-bottom: 20px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-section .pc-current-price {
    font-size: 42px;
    font-weight: 700;
    color: var(--primed-dark);
    line-height: 1.2;
}

.pricing-section .pc-current-price small {
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
    margin-left: 2px;
    margin-bottom: 6px;
}

.pricing-section .pc-savings {
    color: var(--primed-yellow);
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    align-self: center;
}

.pc-old-price {
    text-decoration: line-through;
}

.pricing-section .pc-desc {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.pricing-section .pc-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-section .pc-desc li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.pricing-section .pc-desc li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6666 5L7.49998 14.1667L3.33331 10" stroke="%23EAC800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.pricing-section .pc-action {
    margin-top: auto;
}

.pricing-section .btn-dark-green {
    display: block;
    width: 100%;
    background-color: var(--primed-green);
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border: none;
    cursor: pointer;
}

.pricing-section .btn-dark-green:hover {
    color: var(--primed-yellow);
}

.pricing-section .btn-yellow-solid {
    display: block;
    width: 100%;
    background-color: var(--primed-yellow);
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.2s ease;
    border: none;
    cursor: pointer;
}

.pricing-section .btn-yellow-solid:hover {
    opacity: 0.9;
    color: var(--primed-green);
    box-shadow: 0 10px 30px rgb(0 0 0 / 42%);
    transition: all 0.5s ease;
}

.pricing-section .pricing-global-footer {
    margin-top: 50px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.faq-section {
    padding: 100px 0;
    background-color: F1EDE4;
}

.faq-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.faq-left {
    flex: 0 0 300px;
}

.faq-main-title {
    font-family: 'DM Serif Display', serif;
    font-size: 64px;
    color: var(--primed-green);
    line-height: 1;
    margin-bottom: 20px;
}

.faq-subtitle {
    font-size: 18px;
    color: #444;
}

.faq-right {
    flex: 1;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    background-color: var(--primed-green);
    color: #fff;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s;
    border-radius: 12px;
}

.faq-item.active .faq-question {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.faq-icon svg {
    width: 18px;
    height: 18px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    /* Plus postaje X */
    background-color: rgba(255, 255, 255, 0.4);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.faq-answer-inner {
    padding: 25px;
    line-height: 1.6;
    font-size: 16px;
    background-color: #2c421930;
}

@media (max-width: 991px) {
    .hero-grid {
        flex-direction: column;
    }

    .hero-left,
    .hero-right {
        max-width: 100%;
        flex: 100%;
    }

    .hero-features-row {
        flex-direction: column;
        gap: 15px;
    }

    .hero-wysiwyg-content h1 {
        font-size: 32px;
    }

    .prob-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 40px auto;
    }

    .why-flex-wrap {
        flex-direction: column;
        align-items: center;
    }

    .why-left-col,
    .why-right-col {
        flex: 100%;
        max-width: 100%;
    }

    .why-content-wrap h2 {
        font-size: 42px;
        text-align: center;
    }

    .why-grid-layout {
        flex-direction: column;
    }

    .why-card {
        min-height: auto;
        padding: 30px;
    }

    .sol-grid {
        flex-direction: column;

    }

    .glow-yellow {
        right: 0;
    }

    .glow-green {
        left: 0;
    }

    .comp-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .comp-grid-wrapper::before {
        display: none;
    }

    .comp-header h2 {
        font-size: 42px;
    }

    .testi-grid {
        grid-template-columns: 1fr;
    }

    .testi-header h2 {
        font-size: 42px;
    }

    .pricing-section .pricing-grid {
        flex-direction: column;
        align-items: center;
    }

    .pricing-section .pricing-card {
        width: 100%;
        max-width: 400px;
    }

    .pricing-section .pricing-header h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .sym-title-wrap h2 {
        font-size: 32px;
    }

    .sym-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .use-grid {
        grid-template-columns: 1fr;
    }

    .use-header h2 {
        font-size: 42px;
    }

    .faq-grid {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .faq-left {
        flex: auto;
        text-align: center;
    }

    .faq-question {
        padding: 25px 15px;
        font-size: 16px;
    }

    @media (max-width: 480px) {
        .product-image-wrapper {
            padding: 20px 10px;
        }

        .primed-hero,
        .symptoms-section,
        .problems-section,
        .why-section,
        .solution-section,
        .usage-section,
        .composition-section,
        .testimonials-section,
        .pricing-section,
        .faq-section {
            padding: 40px 0;
        }

        .prob-header h2,
        .prob-header h3 {
            font-size: 32px;
        }

        .why-content-wrap p {
            font-size: 18px;
            text-align: center;
        }
    }
}