
:root{
    --pt3-green:#103f2f;
    --pt3-deep:#082d21;
    --pt3-gold:#bf9640;
    --pt3-gold-soft:#dec382;
    --pt3-cream:#f7f0e3;
    --pt3-cream-deep:#ede0ca;
    --pt3-white:#ffffff;
    --pt3-text:#17392e;
    --pt3-muted:#67756f;
    --pt3-border:#e2d4bd;
    --pt3-shadow:0 18px 45px rgba(16,63,47,.10);
}

.pt3-product-extension{
    margin-top:48px;
    color:var(--pt3-text);
    overflow:hidden;
}

.pt3-product-extension *{
    box-sizing:border-box;
}

.pt3-wrap{
    width:min(1180px,calc(100% - 40px));
    margin-inline:auto;
}

.pt3-section{
    padding:86px 0;
}

.pt3-section-heading{
    max-width:800px;
    margin:0 auto 42px;
    text-align:center;
}

.pt3-section-heading>span,
.pt3-edition-copy>span,
.pt3-information-grid article>span{
    display:block;
    margin-bottom:10px;
    color:var(--pt3-gold);
    font-size:12px;
    font-weight:800;
    letter-spacing:.18em;
}

.pt3-product-extension h2{
    margin:0 0 16px;
    color:var(--pt3-green);
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(34px,4vw,52px);
    line-height:1.07;
}

.pt3-product-extension p{
    line-height:1.72;
}

.pt3-feature-ribbon{
    padding:28px 0;
    background:linear-gradient(135deg,var(--pt3-deep),var(--pt3-green));
}

.pt3-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.pt3-feature-grid article{
    display:flex;
    align-items:center;
    gap:16px;
    min-height:112px;
    padding:22px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:18px;
    background:rgba(255,255,255,.06);
}

.pt3-feature-grid h3{
    margin:0 0 6px;
    color:#fff;
    font-size:17px;
}

.pt3-feature-grid p{
    margin:0;
    color:rgba(255,255,255,.73);
    font-size:13px;
    line-height:1.55;
}

.pt3-feature-icon{
    display:grid;
    flex:0 0 48px;
    width:48px;
    height:48px;
    place-items:center;
    border:1px solid rgba(222,195,130,.45);
    border-radius:50%;
    background:rgba(191,150,64,.12);
}

.pt3-feature-icon svg,
.pt3-card-icon svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:var(--pt3-gold-soft);
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.pt3-facts-section{
    background:linear-gradient(180deg,var(--pt3-cream),#fff);
}

.pt3-facts-card{
    max-width:930px;
    margin:auto;
    overflow:hidden;
    border:1px solid var(--pt3-border);
    border-radius:24px;
    background:#fff;
    box-shadow:var(--pt3-shadow);
}

.pt3-facts-card table{
    width:100%;
    border-collapse:collapse;
}

.pt3-facts-card th{
    padding:18px;
    background:var(--pt3-green);
    color:#fff;
    text-align:left;
    font-size:14px;
}

.pt3-facts-card td{
    padding:16px 18px;
    border-bottom:1px solid #eee5d8;
}

.pt3-facts-card tr:nth-child(even){
    background:#fbf8f2;
}

.pt3-facts-card th:nth-child(n+2),
.pt3-facts-card td:nth-child(n+2){
    text-align:right;
}

.pt3-table-note{
    padding:0 18px 16px;
    color:var(--pt3-muted);
    font-size:13px;
}

.pt3-ingredient-section{
    background:#fff;
}

.pt3-ingredient-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.pt3-ingredient-grid article{
    min-height:260px;
    padding:26px;
    border:1px solid var(--pt3-border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 30px rgba(16,63,47,.06);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.pt3-ingredient-grid article:hover{
    transform:translateY(-4px);
    border-color:#cfb77f;
    box-shadow:var(--pt3-shadow);
}

.pt3-card-icon{
    display:grid;
    width:46px;
    height:46px;
    margin-bottom:18px;
    place-items:center;
    border-radius:14px;
    background:var(--pt3-cream);
}

.pt3-card-icon svg{
    stroke:var(--pt3-gold);
}

.pt3-ingredient-grid h3{
    margin:0 0 8px;
    color:var(--pt3-green);
    font-size:18px;
    line-height:1.3;
}

.pt3-ingredient-grid strong{
    display:block;
    margin-bottom:12px;
    color:var(--pt3-gold);
    font-size:15px;
}

.pt3-ingredient-grid p{
    margin:0;
    color:var(--pt3-muted);
    font-size:14px;
}

.pt3-edition-section{
    background:var(--pt3-cream);
}

.pt3-edition-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:56px;
    align-items:center;
}

.pt3-number-card{
    padding:52px 32px;
    border:1px solid var(--pt3-border);
    border-radius:28px;
    background:linear-gradient(145deg,#fff,#f4ead9);
    text-align:center;
    box-shadow:var(--pt3-shadow);
}

.pt3-number-card div{
    color:var(--pt3-gold);
    font-family:Georgia,'Times New Roman',serif;
    font-size:108px;
    line-height:1;
}

.pt3-number-card small{
    color:var(--pt3-green);
    font-weight:800;
    letter-spacing:.18em;
}

.pt3-information-section{
    background:#fff;
}

.pt3-information-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.pt3-information-grid article{
    padding:36px;
    border:1px solid var(--pt3-border);
    border-radius:22px;
    background:var(--pt3-cream);
}

.pt3-information-grid h2{
    font-size:34px;
}

.pt3-faq-section{
    background:linear-gradient(180deg,#fff,var(--pt3-cream));
}

.pt3-accordion{
    max-width:920px;
    margin:auto;
}

.pt3-faq-item{
    border-bottom:1px solid var(--pt3-border);
}

.pt3-faq-question{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:23px 0;
    border:0;
    background:none;
    color:var(--pt3-green);
    text-align:left;
    font-size:18px;
    font-weight:750;
    cursor:pointer;
}

.pt3-faq-symbol{
    display:grid;
    flex:0 0 34px;
    width:34px;
    height:34px;
    place-items:center;
    border-radius:50%;
    background:var(--pt3-cream);
    color:var(--pt3-gold);
    font-size:23px;
}

.pt3-faq-answer{
    padding:0 54px 22px 0;
    color:var(--pt3-muted);
}

.pt3-faq-answer p{
    margin:0;
}

@media (max-width:1000px){
    .pt3-feature-grid{
        grid-template-columns:1fr;
    }

    .pt3-ingredient-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .pt3-edition-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width:700px){
    .pt3-wrap{
        width:min(100% - 24px,1180px);
    }

    .pt3-section{
        padding:58px 0;
    }

    .pt3-ingredient-grid,
    .pt3-information-grid{
        grid-template-columns:1fr;
    }

    .pt3-facts-card{
        overflow-x:auto;
    }

    .pt3-facts-card table{
        min-width:620px;
        font-size:13px;
    }

    .pt3-number-card div{
        font-size:82px;
    }
}


/* V3.1: targeted feature-card fix for theme CSS conflicts */
body.pt-premium-product-v3 .pt3-feature-ribbon{
    padding:26px 0 !important;
}

body.pt-premium-product-v3 .pt3-feature-grid{
    align-items:stretch !important;
}

body.pt-premium-product-v3 .pt3-feature-grid article{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:16px !important;
    min-height:0 !important;
    height:auto !important;
    padding:22px !important;
    margin:0 !important;
    color:#17392e !important;
    background:#ffffff !important;
    border:1px solid rgba(222,195,130,.65) !important;
    border-radius:18px !important;
    box-shadow:0 10px 24px rgba(8,45,33,.10) !important;
    overflow:visible !important;
}

body.pt-premium-product-v3 .pt3-feature-grid article > div:last-child{
    display:block !important;
    width:auto !important;
    min-width:0 !important;
}

body.pt-premium-product-v3 .pt3-feature-grid h3{
    display:block !important;
    margin:0 0 6px !important;
    padding:0 !important;
    color:#103f2f !important;
    background:transparent !important;
    font-size:17px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
    text-transform:none !important;
    letter-spacing:0 !important;
}

body.pt-premium-product-v3 .pt3-feature-grid p{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    color:#67756f !important;
    background:transparent !important;
    font-size:13px !important;
    line-height:1.5 !important;
    font-weight:400 !important;
}

body.pt-premium-product-v3 .pt3-feature-icon{
    display:grid !important;
    flex:0 0 48px !important;
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    place-items:center !important;
    border:1px solid #e4c98f !important;
    border-radius:50% !important;
    background:#fbf6ec !important;
}

body.pt-premium-product-v3 .pt3-feature-icon svg{
    display:block !important;
    width:24px !important;
    height:24px !important;
    fill:none !important;
    stroke:#bf9640 !important;
}

@media (max-width:1000px){
    body.pt-premium-product-v3 .pt3-feature-grid{
        grid-template-columns:1fr !important;
    }
}

@media (max-width:700px){
    body.pt-premium-product-v3 .pt3-feature-grid article{
        padding:18px !important;
    }
}
