/* Hero Section */
.hero-section {
    position: relative;
    background: #050505 url('../images/background-image.jpg') center/cover no-repeat;
    min-height: 560px;
    padding: 32px 16px 46px;
    overflow: hidden;
}

.hero-section-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 15%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.62) 55%, rgba(0, 0, 0, 0.8) 100%);
}

.hero-main-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.hero-announcement {
    background: rgba(9, 9, 9, 0.72);
    border-top: 2px solid #d6ab49;
    border-bottom: 2px solid #d6ab49;
    width: min(100%, 980px);
    padding: 12px 18px 10px;
    margin: 0 auto 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    box-sizing: border-box;
    backdrop-filter: blur(1px);
}

.hero-line-intro {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.08rem, 2.2vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #f7f7f7;
    text-align: center;
}

.hero-line-bottom {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.hero-line-count {
    font-size: clamp(1.38rem, 3vw, 2.12rem);
    font-weight: 900;
    letter-spacing: 1px;
    color: #9ec913;
    text-shadow: 0 0 14px rgba(158, 201, 19, 0.3);
}

.hero-line-social {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    font-weight: 700;
    color: #ececec;
    letter-spacing: 0.02em;
}

.hero-caption-text {
    margin: 0 auto 18px;
    max-width: 620px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2.9vw, 2rem);
    line-height: 1.35;
    font-weight: 700;
    color: #f6f6f6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-social-hint {
    margin: 0 auto 10px;
    max-width: 620px;
    font-size: clamp(0.86rem, 1.65vw, 0.98rem);
    line-height: 1.2;
    color: #dbdbdb;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    white-space: normal;
}

.hero-contact-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
}

.hero-social-cards {
    width: min(100%, 860px);
    margin-left: auto;
    margin-right: auto;
}

@keyframes socButtonPulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
}

@keyframes telegramPulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(47, 110, 191, 0.7), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
    50% {
        box-shadow: 0 0 35px rgba(47, 110, 191, 0.9), 0 0 50px rgba(47, 110, 191, 0.6), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
}

@keyframes instagramPulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(241, 147, 47, 0.7), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
    50% {
        box-shadow: 0 0 35px rgba(241, 147, 47, 0.9), 0 0 50px rgba(241, 147, 47, 0.6), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
}

@keyframes tiktokPulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.4), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
    50% {
        box-shadow: 0 0 35px rgba(255, 255, 255, 0.6), 0 0 50px rgba(255, 255, 255, 0.4), 0 8px 20px rgba(0, 0, 0, 0.32);
    }
}

.hero-social-card {
    min-width: 0;
    max-width: none;
    flex: 1 1 0;
    padding: 10px 8px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: socButtonPulse 2s ease-in-out infinite;
}

.hero-social-card:hover {
    transform: translateY(-3px);
}

.hero-social-card--telegram {
    background: linear-gradient(165deg, #2f6ebf 0%, #174482 100%);
    animation: telegramPulse 2s ease-in-out infinite;
}

.hero-social-card--telegram:hover {
    animation: none;
    box-shadow: 0 0 40px rgba(47, 110, 191, 1), 0 0 60px rgba(47, 110, 191, 0.7), 0 10px 24px rgba(0, 0, 0, 0.4);
}

.hero-social-card--instagram {
    background: linear-gradient(165deg, #b53a86 0%, #f1932f 100%);
    animation: instagramPulse 2s ease-in-out infinite;
}

.hero-social-card--instagram:hover {
    animation: none;
    box-shadow: 0 0 40px rgba(241, 147, 47, 1), 0 0 60px rgba(241, 147, 47, 0.7), 0 10px 24px rgba(0, 0, 0, 0.4);
}

.hero-social-card--tiktok {
    background: linear-gradient(165deg, #262532 0%, #0f0e16 100%);
    animation: tiktokPulse 2s ease-in-out infinite;
}

.hero-social-card--tiktok:hover {
    animation: none;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.5), 0 10px 24px rgba(0, 0, 0, 0.4);
}

.hero-social-inline {
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}

.hero-social-inline i {
    font-size: 1em;
    line-height: 1;
}

.hero-raffle-wrap {
    margin-top: 20px;
    padding-bottom: 20px;
}

.hero-raffle-btn {
    display: inline-block;
    min-width: min(100%, 430px);
    margin-top: 0;
    padding: 11px 16px;
    border-radius: 999px;
    border: 2px solid #9ec913;
    background: linear-gradient(90deg, #95be09 0%, #edf10d 100%);
    color: #1f1f1f;
    font-size: clamp(0.92rem, 1.85vw, 1.1rem);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(158, 201, 19, 0.42);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
    animation: heroRafflePulse 2s ease-in-out infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-raffle-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 0 18px rgba(237, 241, 13, 0.65), 0 12px 30px rgba(158, 201, 19, 0.58);
}

.hero-raffle-btn span {
    display: inline-block;
    margin-top: 2px;
    font-size: clamp(0.82rem, 1.55vw, 1.02rem);
    font-weight: 500;
    letter-spacing: 0.6px;
}

@keyframes heroRafflePulse {
    0%,
    100% {
        box-shadow: 0 8px 24px rgba(158, 201, 19, 0.42);
        filter: brightness(1);
    }
    50% {
        box-shadow: 0 0 18px rgba(237, 241, 13, 0.6), 0 12px 32px rgba(158, 201, 19, 0.58);
        filter: brightness(1.05);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-raffle-btn {
        animation: none;
    }
}

@keyframes heroContactFlow {
    0% {
        background-position: 0% 50%;
        box-shadow: 0 0 0 rgba(233, 75, 140, 0.0);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 0 0 12px rgba(233, 75, 140, 0.28);
    }
    100% {
        background-position: 0% 50%;
        box-shadow: 0 0 0 rgba(233, 75, 140, 0.0);
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
        padding: 26px 12px 34px;
    }

    .hero-main-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 430px;
    }

    .hero-caption-text {
        margin-bottom: 16px;
    }

    .hero-announcement {
        width: calc(100% - 16px);
        padding: 10px 8px 9px;
        gap: 4px;
    }

    .hero-line-count {
        font-size: 1.25rem;
        letter-spacing: 0.5px;
    }

    .hero-line-intro {
        font-size: 0.9rem;
    }

    .hero-line-social {
        font-size: 0.82rem;
    }

    .hero-social-hint { margin-bottom: 8px; }

    .hero-social-cards {
        max-width: 560px;
        padding: 0 8px;
    }

    .hero-social-card {
        padding: 9px 7px;
    }

    .hero-social-inline { font-size: 0.85rem; gap: 4px; }

    .hero-raffle-wrap {
        margin-top: 16px;
        padding-bottom: 16px;
    }

    .hero-raffle-btn {
        width: 100%;
        max-width: 420px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 455px;
        padding: 20px 0 28px;
    }

    .hero-main-wrap {
        min-height: 405px;
    }

    .hero-announcement {
        width: calc(100% - 10px);
        gap: 4px;
        padding: 8px 6px;
        margin-bottom: 14px;
        border-top-width: 1.5px;
        border-bottom-width: 1.5px;
    }

    .hero-line-intro {
        font-size: 0.8rem;
    }

    .hero-line-count {
        font-size: 1.02rem;
        letter-spacing: 0.1px;
    }

    .hero-line-social {
        font-size: 0.72rem;
        letter-spacing: 0.01em;
    }

    .hero-caption-text {
        font-size: 1.22rem;
    }

    .hero-contact-links {
        gap: 6px;
        margin-bottom: 0;
    }

    .hero-social-cards {
        max-width: 100%;
        padding: 0 6px;
    }

    .hero-social-card {
        border-radius: 10px;
        padding: 7px 5px;
    }

    .hero-social-inline { font-size: 0.66rem; gap: 3px; }

    .hero-social-hint {
        font-size: 0.74rem;
        letter-spacing: 0.02em;
        padding: 0 12px;
    }

    .hero-raffle-wrap {
        margin-top: 8px;
        padding-bottom: 10px;
    }

    .hero-raffle-btn {
        padding: 10px 12px;
        font-size: 0.86rem;
    }

    .hero-raffle-btn span {
        font-size: 0.76rem;
    }
}

@media (max-width: 390px) {
    .hero-line-intro { font-size: 0.74rem; }
    .hero-line-count { font-size: 0.94rem; }
    .hero-line-social { font-size: 0.65rem; }
}

/* Updated button for new text length */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    cursor: pointer;
    border: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn:active {
    transform: scale(0.98);
}

.btn-primary {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 2px solid #d4a017;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.btn-primary:hover {
    background-color: #000000;
    border-color: #ffd700;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 160, 23, 0.6);
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-sm {
    padding: 8px 20px;
    font-size: 0.9rem;
    border-radius: 20px;
}

/* Raffle Button */
.btn-raffle {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
}

.btn-raffle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(153, 189, 3, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease;
    z-index: 0;
}

.btn-raffle:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.btn-raffle:hover {
    color: #1a1a1a;
}

.btn-raffle span {
    position: relative;
    z-index: 1;
}

/* Responsive adjustments for raffle button */
@media (max-width: 600px) {
  .btn-raffle {
    font-size: 0.85rem !important;
    padding: 8px 12px !important;
    border-radius: 24px !important;
    min-width: 0 !important;
    box-shadow: 0 1px 4px rgba(153,189,3,0.12);
  }
  .btn-raffle span {
    font-size: 0.8rem !important;
  }
}


/* ============================================================
   Why Trust Me Section (home page)
   ============================================================ */

.trust-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.trust-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(153, 189, 3, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 90% 85%, rgba(153, 189, 3, 0.08) 0%, transparent 40%),
        linear-gradient(135deg, #101a0d 0%, #0d120b 55%, #131c10 100%);
    border: 1px solid rgba(153, 189, 3, 0.25);
    border-radius: 18px;
    padding: 40px;
    overflow: hidden;
}

.trust-left {
    text-align: center;
}

.trust-emblem {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(153, 189, 3, 0.15) 0%, rgba(0, 0, 0, 0.4) 70%);
    border: 2px solid #d4a017;
    box-shadow: 0 0 30px rgba(153, 189, 3, 0.25);
    margin-bottom: 22px;
}

.trust-emblem > i:first-child {
    font-size: 3rem;
    color: #1c1c1c;
    -webkit-text-stroke: 2px #d4a017;
}

.trust-emblem-leaf {
    position: absolute;
    font-size: 1.3rem;
    color: var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.trust-title {
    color: #fff;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 18px;
}

.trust-title span {
    color: var(--primary-color);
}

.trust-text {
    color: #ccc;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 26px;
}

.trust-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #7ea002 100%);
    color: #111;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.trust-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(153, 189, 3, 0.4);
}

.trust-btn i {
    transition: transform 0.25s ease;
}

.trust-btn:hover i {
    transform: translateX(4px);
}

.trust-items {
    display: flex;
    flex-direction: column;
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
}

.trust-item + .trust-item {
    border-top: 1px solid rgba(153, 189, 3, 0.15);
}

.trust-item-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(153, 189, 3, 0.9) 0%, #6f8c02 100%);
    color: #10160c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 3px 12px rgba(153, 189, 3, 0.3);
}

.trust-item h4 {
    margin: 2px 0 4px;
    color: #fff;
    font-size: 1.05rem;
}

.trust-item p {
    margin: 0;
    color: #b8c4a8;
    font-size: 0.92rem;
    line-height: 1.5;
}

@media (max-width: 860px) {
    .trust-inner {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 28px 20px;
    }

    .trust-title {
        font-size: 1.6rem;
    }

    .trust-emblem {
        width: 90px;
        height: 90px;
    }

    .trust-emblem > i:first-child {
        font-size: 2.4rem;
    }
}

/* ============================================================
   Tea Brewing Promo Section (home, photo1 style)
   ============================================================ */

.brew-promo {
    margin: 40px auto;
    max-width: 860px;
    width: calc(100% - 24px); /* inset from container edges on mobile */
    background:
        radial-gradient(circle at 85% 20%, rgba(153, 189, 3, 0.08) 0%, transparent 45%),
        linear-gradient(135deg, #141414 0%, #1a1a1a 60%, #101510 100%);
    border: 1px solid rgba(153, 189, 3, 0.22);
    border-radius: 18px;
    padding: 34px 30px;
    overflow: hidden;
}

.brew-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(153, 189, 3, 0.35);
    border-radius: 30px;
    padding: 7px 16px;
    color: #cfe38a;
    font-size: 0.9rem;
    margin-bottom: 18px;
}

.brew-promo-badge i {
    color: #99bd03;
}

.brew-promo-badge b {
    color: #99bd03;
    font-weight: 700;
}

.brew-promo-title {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 18px;
}

.brew-promo-title span {
    color: #99bd03;
}

.brew-promo-desc {
    color: #c8c8c8;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 0 20px;
}

.brew-promo-checks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 26px;
}

.brew-promo-check {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e2e2e2;
    font-size: 1rem;
}

.brew-promo-check i {
    color: #99bd03;
    font-size: 1.15rem;
    width: 22px;
    text-align: center;
}

/* Big gradient button */
.brew-promo-btn {
    position: relative;
    display: block;
    background: linear-gradient(90deg, #99bd03 0%, #b8c93a 45%, #d4a017 100%);
    border-radius: 50px;
    padding: 18px 60px 18px 34px;
    text-decoration: none;
    margin-bottom: 4px;
    box-shadow: 0 6px 24px rgba(153, 189, 3, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brew-promo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(153, 189, 3, 0.4);
}

.brew-promo-btn-main {
    display: block;
    color: #111;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.2;
}

.brew-promo-btn-sub {
    display: block;
    color: rgba(20, 20, 20, 0.78);
    font-size: 0.92rem;
    font-weight: 600;
    margin-top: 4px;
}

.brew-promo-btn-arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    font-size: 1.2rem;
    transition: right 0.25s ease;
}

.brew-promo-btn:hover .brew-promo-btn-arrow {
    right: 22px;
}

@media (max-width: 760px) {
    .brew-promo {
        padding: 20px 14px;
    }

    .brew-promo-title {
        font-size: 1.6rem;
    }

    .brew-promo-desc {
        font-size: 0.95rem;
    }

    .brew-promo-checks {
        gap: 8px;
        margin-bottom: 18px;
    }

    .brew-promo-check {
        font-size: 0.95rem;
    }

    .brew-promo-btn {
        padding: 13px 40px 13px 16px;
    }

    .brew-promo-btn-main {
        font-size: 1rem;
    }

    .brew-promo-btn-sub {
        font-size: 0.8rem;
    }

    .brew-promo-btn-arrow {
        right: 16px;
        font-size: 0.95rem;
    }
}

@media (max-width: 400px) {
    .brew-promo-title {
        font-size: 1.45rem;
    }

    .brew-promo-btn-main {
        font-size: 0.98rem;
    }

    .brew-promo-btn-sub {
        font-size: 0.78rem;
    }
}
