/* =========================================
   GOLDEN TEA - ÜRÜN AÇIKLAMA TASARIMI
   Ana Renk: #008206
   ========================================= */

.fima-bal-product {
    width: 100%;
    margin: 0 auto;
    color: #333;
}

.fima-bal-product h1 {
    margin: 0 0 25px;
    color: #008206;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

.fima-bal-product h2 {
    margin: 35px 0 15px;
    color: #008206;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.fima-bal-product h3 {
    margin: 28px 0 12px;
    color: #008206;
    font-size: 20px;
    line-height: 1.4;
}

.fima-bal-product p {
    margin: 0 0 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.fima-bal-product strong {
    color: #333;
}


/* GİRİŞ ALANI */

.fima-bal-intro {
    margin-bottom: 30px;
    padding: 22px 25px;
    background: #f4faf4;
    border-left: 4px solid #008206;
    border-radius: 8px;
}

.fima-bal-intro p {
    margin: 0;
}


/* ÖZELLİKLER */

.fima-bal-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0 30px;
}

.fima-bal-feature {
    padding: 18px 20px;
    background: #f7faf7;
    border: 1px solid #e1ebe1;
    border-radius: 9px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.fima-bal-feature strong {
    display: block;
    margin-bottom: 5px;
    color: #008206;
    font-size: 14px;
}


/* ÜRÜN BİLGİ TABLOSU */

.fima-bal-info {
    width: 100%;
    margin: 25px 0 30px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e0e8e0;
    border-radius: 10px;
}

.fima-bal-info th,
.fima-bal-info td {
    padding: 15px 18px;
    border-bottom: 1px solid #e4e9e4;
    text-align: left;
    font-size: 14px;
}

.fima-bal-info tr:last-child th,
.fima-bal-info tr:last-child td {
    border-bottom: 0;
}

.fima-bal-info th {
    width: 35%;
    background: #f4f9f4;
    color: #008206;
    font-weight: 700;
}

.fima-bal-info td {
    background: #fff;
    color: #555;
}


/* WHATSAPP CTA */

.fima-bal-whatsapp-cta {
    width: 100%;
    margin-top: 35px;
}

.fima-bal-whatsapp-box {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    align-items: stretch;
    background: #008206;
    border-radius: 14px;
    overflow: hidden;
}


/* CTA SOL */

.fima-bal-whatsapp-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 40px;
}

.fima-bal-whatsapp-content h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
}

.fima-bal-whatsapp-content p {
    margin: 0;
    color: #edf8ed;
    font-size: 15px;
    line-height: 1.8;
}

.fima-bal-whatsapp-content strong {
    color: #fff;
}


/* CTA SAĞ */

.fima-bal-whatsapp-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.08);
}

.fima-bal-whatsapp-card {
    width: 100%;
    max-width: 330px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
}

.fima-bal-whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 0 auto 12px;
    background: #008206;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.fima-bal-whatsapp-card h3 {
    margin: 0 0 7px;
    color: #008206;
    font-size: 19px;
}

.fima-bal-whatsapp-card p {
    margin: 0 0 18px;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
}

.fima-bal-whatsapp-button {
    display: block;
    width: 100%;
    padding: 13px 15px;
    background: #008206;
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.fima-bal-whatsapp-button:hover {
    background: #006b05;
    transform: translateY(-2px);
}

.fima-bal-whatsapp-number {
    display: block;
    margin-top: 10px;
    color: #008206;
    font-size: 13px;
    font-weight: 600;
}


/* TABLET */

@media (max-width: 800px) {

    .fima-bal-whatsapp-box {
        grid-template-columns: 1fr;
    }

    .fima-bal-whatsapp-content {
        padding: 30px;
    }

    .fima-bal-whatsapp-action {
        padding: 25px 30px 30px;
    }

}


/* MOBİL */

@media (max-width: 600px) {

    .fima-bal-product h1 {
        font-size: 27px;
    }

    .fima-bal-product h2 {
        font-size: 21px;
    }

    .fima-bal-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fima-bal-intro {
        padding: 18px 20px;
    }

    .fima-bal-info th,
    .fima-bal-info td {
        padding: 12px;
        font-size: 13px;
    }

    .fima-bal-info th {
        width: 40%;
    }

    .fima-bal-whatsapp-content {
        padding: 25px 20px;
    }

    .fima-bal-whatsapp-content h2 {
        font-size: 21px;
    }

    .fima-bal-whatsapp-action {
        padding: 20px;
    }

}

/* =========================================
   GOLDEN TEA - ÜRÜN AÇIKLAMA TASARIMI BİTİŞ
   Ana Renk: #008206
   ========================================= */
/* =========================================
   GOLDEN TEA - KURUMSAL WHATSAPP CTA
   ========================================= */

.golden-tea-whatsapp-cta {
    width: 100%;
    margin: 35px 0;
    box-sizing: border-box;
}

.golden-tea-whatsapp-box {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: linear-gradient(135deg, #008206 0%, #005f05 100%);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 130, 6, 0.18);
    position: relative;
    overflow: hidden;
}

.golden-tea-whatsapp-box::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    top: -100px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.golden-tea-whatsapp-box::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    left: 42%;
    bottom: -100px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.golden-tea-whatsapp-content {
    position: relative;
    z-index: 2;
}

.golden-tea-whatsapp-content h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
}

.golden-tea-whatsapp-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
}

.golden-tea-whatsapp-content strong {
    color: #ffffff;
}

.golden-tea-whatsapp-action {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.golden-tea-whatsapp-card {
    width: 100%;
    max-width: 340px;
    padding: 22px;
    background: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.golden-tea-whatsapp-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    border-radius: 50%;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
}

.golden-tea-whatsapp-card h3 {
    margin: 0 0 5px;
    color: #222222;
    font-size: 19px;
    line-height: 1.4;
}

.golden-tea-whatsapp-card p {
    margin: 0 0 16px;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

.golden-tea-whatsapp-button {
    display: block;
    width: 100%;
    padding: 13px 18px;
    background: #25D366;
    color: #ffffff !important;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.golden-tea-whatsapp-button:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.25);
}

.golden-tea-whatsapp-number {
    display: block;
    margin-top: 9px;
    color: #777777;
    font-size: 12px;
}

@media (max-width: 768px) {

    .golden-tea-whatsapp-box {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px;
        border-radius: 15px;
    }

    .golden-tea-whatsapp-content {
        text-align: center;
    }

    .golden-tea-whatsapp-content h2 {
        font-size: 22px;
    }

    .golden-tea-whatsapp-content p {
        font-size: 14px;
    }

    .golden-tea-whatsapp-action {
        width: 100%;
    }

    .golden-tea-whatsapp-card {
        max-width: 100%;
        padding: 20px;
    }

}

@media (max-width: 480px) {

    .golden-tea-whatsapp-box {
        padding: 18px;
        margin-left: 0;
        margin-right: 0;
    }

    .golden-tea-whatsapp-content h2 {
        font-size: 20px;
    }

    .golden-tea-whatsapp-card h3 {
        font-size: 18px;
    }

    .golden-tea-whatsapp-button {
        padding: 14px 16px;
        font-size: 15px;
    }

}

/* =========================================
WhatsApp animasyonlu buton
   ========================================= */

#whatsappBtn {
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 999;
    display: block;
    width: 70px;
    height: 70px;
    transition: all .2s ease;
    animation: whatsappPulse 2s infinite;
}

/* Sağ-sol yayılan ışık efekti */
#whatsappBtn::before,
#whatsappBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Dış gölge / ışık dalgası */
#whatsappBtn::before {
    box-shadow:
        0 0 0 0 rgba(37, 211, 102, 0.55),
        -12px 0 25px rgba(37, 211, 102, 0.25),
        12px 0 25px rgba(37, 211, 102, 0.25);
    animation: whatsappGlow 2s infinite;
}

/* İkinci dalga */
#whatsappBtn::after {
    box-shadow:
        -20px 0 35px rgba(37, 211, 102, 0.18),
        20px 0 35px rgba(37, 211, 102, 0.18);
    animation: whatsappGlow2 2s infinite;
}

#whatsappBtn img {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Hafif büyüyüp küçülme */
@keyframes whatsappPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}

/* Birinci ışık dalgası */
@keyframes whatsappGlow {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.85);
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.35);
    }
}

/* İkinci ışık dalgası */
@keyframes whatsappGlow2 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }

    40% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}
/* =========================================
WhatsApp animasyonlu buton BİTİŞ
   ========================================= */

/* =========================================
Hakkımızda METİN İÇERİK STİLİ BAŞLANGIÇ
   ========================================= */
.golden-about { max-width: 1200px; margin: 0 auto; color: #333; font-size: 16px; line-height: 1.8; } .golden-about * { box-sizing: border-box; } .golden-about .about-hero { position: relative; padding: 55px 45px; margin-bottom: 35px; border-radius: 18px; background: linear-gradient(135deg, #008206 0%, #006b05 100%); color: #fff; overflow: hidden; } .golden-about .about-hero:after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -90px; border: 35px solid rgba(255,255,255,0.08); border-radius: 50%; } .golden-about .about-hero small { display: block; margin-bottom: 12px; font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.85); } .golden-about .about-hero h1 { margin: 0 0 15px; color: #fff; font-size: 38px; line-height: 1.2; font-weight: 800; } .golden-about .about-hero p { max-width: 850px; margin: 0; color: rgba(255,255,255,0.95); font-size: 18px; } .golden-about .about-section { margin: 0 0 35px; padding: 35px; background: #fff; border: 1px solid #e8eee8; border-radius: 16px; box-shadow: 0 5px 20px rgba(0,0,0,0.04); } .golden-about .about-section h2 { position: relative; margin: 0 0 20px; padding-left: 18px; color: #008206; font-size: 28px; line-height: 1.3; font-weight: 800; } .golden-about .about-section h2:before { content: ""; position: absolute; left: 0; top: 4px; width: 5px; height: calc(100% - 8px); border-radius: 5px; background: #008206; } .golden-about .about-section h3 { margin: 25px 0 10px; color: #006b05; font-size: 20px; font-weight: 700; } .golden-about .about-section p { margin: 0 0 15px; } .golden-about .about-section p:last-child { margin-bottom: 0; } .golden-about .about-section strong { color: #006b05; } .golden-about .about-list { margin: 20px 0; padding: 0; list-style: none; } .golden-about .about-list li { position: relative; margin: 9px 0; padding: 12px 15px 12px 42px; background: #f5faf5; border-left: 3px solid #008206; border-radius: 7px; } .golden-about .about-list li:before { content: "✓"; position: absolute; left: 15px; top: 11px; color: #008206; font-weight: 800; } .golden-about .about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 25px; } .golden-about .about-box { padding: 25px; background: #f7faf7; border-radius: 14px; border-top: 4px solid #008206; } .golden-about .about-box h3 { margin: 0 0 10px; color: #008206; font-size: 20px; } .golden-about .about-box p { margin: 0; } .golden-about .about-highlight { margin-top: 30px; padding: 30px; text-align: center; border-radius: 15px; background: #008206; color: #fff; } .golden-about .about-highlight p { margin: 0; font-size: 21px; line-height: 1.6; font-weight: 600; } .golden-about .about-highlight strong { color: #fff; } @media (max-width: 767px) { .golden-about { font-size: 15px; } .golden-about .about-hero { padding: 35px 25px; border-radius: 12px; } .golden-about .about-hero h1 { font-size: 29px; } .golden-about .about-hero p { font-size: 16px; } .golden-about .about-section { padding: 25px 20px; border-radius: 12px; } .golden-about .about-section h2 { font-size: 23px; } .golden-about .about-grid { grid-template-columns: 1fr; } .golden-about .about-highlight { padding: 25px 18px; } .golden-about .about-highlight p { font-size: 18px; } }
/* =========================================
Hakkımızda METİN İÇERİK STİLİ BİTİŞ
   ========================================= */
   
   .golden-tae-intro {
    width: 100%;
    padding: 55px 20px;
    box-sizing: border-box;
    background: #fff;
}

.golden-tae-container {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr .85fr;
    gap: 70px;
    align-items: center;
}

/* SOL TARAF */

.golden-tae-content {
    text-align: left;
}

.golden-tae-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #3a863f;
    margin-bottom: 15px;
}

.golden-tae-content h1 {
    margin: 0;
    color: #242424;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 750;
    letter-spacing: -1.2px;
}

.golden-tae-content h1 span {
    color: #3a863f;
}

.golden-tae-line {
    width: 65px;
    height: 4px;
    background: #3a863f;
    border-radius: 10px;
    margin: 20px 0;
}

.golden-tae-content p {
    max-width: 690px;
    margin: 0 0 13px;
    color: #666;
    font-size: 17px;
    line-height: 1.75;
}

.golden-tae-content p strong {
    color: #333;
}

.golden-tae-products {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 13px 20px;
    color: #2f7135;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #d7e5d8;
    border-radius: 8px;
    transition: .25s ease;
}

.golden-tae-products span {
    font-size: 20px;
    transition: .25s ease;
}

.golden-tae-products:hover {
    background: #3a863f;
    color: #fff;
    border-color: #3a863f;
}

.golden-tae-products:hover span {
    transform: translateX(4px);
}


/* WHATSAPP KARTI */

.golden-tae-whatsapp {
    position: relative;
    overflow: hidden;
    padding: 38px 35px;
    border-radius: 18px;
    background: linear-gradient(145deg, #f3f8f3, #e8f3e9);
    border: 1px solid #d8e8da;
    text-align: center;
    box-shadow: 0 12px 35px rgba(45, 90, 50, .08);
}

.golden-tae-whatsapp:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: rgba(58, 134, 63, .08);
}

.whatsapp-icon {
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 auto 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25D366;
}

.whatsapp-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.whatsapp-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #3a863f;
}

.golden-tae-whatsapp h2 {
    margin: 9px 0 13px;
    color: #252525;
    font-size: 27px;
    line-height: 1.25;
}

.golden-tae-whatsapp p {
    margin: 0 auto 22px;
    max-width: 350px;
    color: #666;
    font-size: 14px;
    line-height: 1.65;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 8px;
    background: #25D366;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(37, 211, 102, .20);
    transition: .25s ease;
}

.whatsapp-button span {
    font-size: 19px;
    transition: .25s ease;
}

.whatsapp-button:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
}

.whatsapp-button:hover span {
    transform: translate(3px, -3px);
}

.whatsapp-number {
    margin-top: 13px;
    color: #777;
    font-size: 13px;
    letter-spacing: .5px;
}


/* MOBİL */

@media (max-width: 768px) {

    .golden-tae-intro {
        padding: 40px 18px;
    }

    .golden-tae-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .golden-tae-content {
        text-align: center;
    }

    .golden-tae-content h1 {
        font-size: 34px;
    }

    .golden-tae-line {
        margin: 18px auto;
    }

    .golden-tae-content p {
        font-size: 15px;
        line-height: 1.65;
    }

    .golden-tae-products {
        margin-top: 8px;
    }

    .golden-tae-whatsapp {
        padding: 32px 25px;
    }

    .golden-tae-whatsapp h2 {
        font-size: 24px;
    }
}