img {
    display: block;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #ffffff;
    color: #000;
    overflow-x: hidden;
    margin: 0 auto;
    scroll-behavior: smooth;
}

.navbar {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.navbar-inner {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}

.logo img {
    width: 135px;
    padding-top: 3px;
}

.logo a {
    text-decoration: none;
}

.halal {
    width: 65px;
}


.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

/* typography */
h1,
h2,
h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.section {
    padding: 50px 0;
    border-bottom: 1px solid #eeeeee;
}

.section:last-child {
    border-bottom: none;
}

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 5px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 12px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none;
    border: none;
    font-family: inherit;
    width: 220px;
}

.btn-primary {
    background-color: #dc2626;
    color: white;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}

.btn-primary:hover {
    background-color: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}

.btn-outline {
    background: transparent;
    border: 1.5px solid #2c2c2c;
    color: #2c2c2c;
}

.btn-outline:hover {
    background: #f5f5f5;
    border-color: #000000;
}

/* kaspi block */
.kaspi-block {
    text-align: center;
    margin: 50px 0 0px;
}

.kaspi-block .btn-primary {
    min-width: 240px;
}

.kaspi-notice {
    font-size: 0.85rem;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.4;
    max-width: 380px;
    margin: 0 auto;
}

.prod-img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 10px;
}

/* grids */
.grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: center;
    justify-items: self-end;
}

.jus-box {
    justify-items: normal;
}

 .prob-img img {
        max-width: 395px;
    }

.grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* hero */
.hero {
    padding: 55px 0px 0px;
    background: #ffffff;
}

.btn-hero {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-content {
    width: 585px;
}

.hero-content h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: #000000;
}

.hero-content p {
    font-size: 1.2rem;
    color: #3a3a3a;
}

.product-badge {
    background: #f0f0f0;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 24px;
    color: #1f1f1f;
}

.product-img {
    text-align: center;
}

.product-img img {
    max-width: 210px;
    width: 100%;
    filter: drop-shadow(0 20px 25px -12px rgba(0, 0, 0, 0.1));
}

.sert-box {
    display: flex;
    gap: 5px;
}

.sert-box img {
    border-radius: 15px;
    max-width: 220px;
}

/* symptom chips */
.symptom-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.symptom-item {
    background: #f5f5f5;
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 1rem;
    color: #1a1a1a;
}

/* ingredient card */
.ingredient-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 20px;
    border: 1px solid #eaeaea;
    transition: all 0.2s;
}

.ingredient-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #000000;
}

.advantage-item {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
}

.advantage-icon {
    font-size: 1.8rem;
}

/* packages - only 2 options */
.packages {
    padding: 30px 0 50px;
}
.package-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.package-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 32px 28px;
    text-align: center;
    border: 1px solid #e5e5e5;
    transition: all 0.2s;
}

.package-card.popular {
    border: 2px solid #dc2626;
    position: relative;
    background: #ffffff;
    padding-top: 28px;
}

.popular-badge {
    background: #dc2626;
    color: white;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 30px;
    display: inline-block;
    /* margin-bottom: 20px; */
    font-weight: 600;
}

.text-kas {
    color: #000;
    font-size: 13px;
}

.price-main {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 16px 0 8px;
    color: #000;
}

.installment {
    color: #4b5563;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.old-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.package-desc {
    margin: 20px 0;
    color: #2c2c2c;
    font-weight: 500;
}

/* slider - only images */
.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    margin-top: 16px;
}

.slider-track {
    display: flex;
    gap: 16px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.slider-slide {
    flex: 0 0 calc(57% - 8px);
}

.review-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 24px 24px 24px 40px;
    text-align: center;
    border: 1px solid #efefef;
}

.review-card img {
    width: 100%;
    max-width: 600px;
}

.slider-btn {
    background: white;
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-weight: bold;
    font-size: 1.3rem;
    color: #1f1f1f;
    transition: all 0.2s;
}

.slider-btn:hover {
    background: #f0f0f0;
    border-color: #aaa;
}

.slider-btn.prev {
    left: 12px;
}

.slider-btn.next {
    right: 12px;
}

/* certificates section */
.cert-flex {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cert-img {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 16px;
    max-width: 180px;
    text-align: center;
}

/* faq */
.faq-box {
    justify-items: normal;
    grid-template-columns: none;
}

.faq-item {
    background: #f9f9f9;
    margin-bottom: 12px;
    border-radius: 20px;
    padding: 18px 24px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.faq-question {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question span {
    font-size: 22px;
}

.faq-answer {
    display: none;
    margin-top: 14px;
    color: #4a4a4a;
    border-top: 1px solid #e2e2e2;
    padding-top: 14px;
}

.faq-item.active .faq-answer {
    display: block;
}

/* timer + cta block */
.cta-block {
    text-align: center;
}

.timer {
    font-size: 3rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.08);
    display: inline-block;
    padding: 12px 32px;
    border-radius: 60px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-family: monospace;
}

.cta-block h3 {
    font-size: 1.8rem;
}

/* ── SHOP INFO ── */
.shop-info {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.shop-inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.shop-logo p{
   font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.shop-logo em {
    color: #E8192C;
    font-style: normal;
}

.shop-details {
    flex: 1;
}

.shop-title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 4px;
}

.shop-kaspi {
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.shop-stars {
    color: #E8192C;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 4px;
}

.shop-stars span {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.shop-desc {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    line-height: 1.4;
}

.shop-address {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer {
    background: #111111;
    color: #9ca3af;
    text-align: center;
    padding: 36px 20px;
    font-size: 0.8rem;
}

 .footer-links {
     display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
 }

 .footer-links a {
    color: #000;
    text-decoration: none;
    margin: 0 6px;
    font-size: 13px;
	font-weight: 500;
 }

 .footer-links a:hover {
     text-decoration: underline;
 }

.shop-address a{
 color: #555;
}

@media (max-width: 890px) {
    .hero-content h1 {
    font-size: 2.6rem;
    }

    .hero-content {
    width: 460px;
}


}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .section {
        padding: 30px 0;
    }

    .hero-content {
        width: 100%;
    }

.sert {
        justify-items: normal;
    }

    .sert-box {
        justify-content: center;
    }

    .grid-2col,
    .grid-3col,
    .package-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .prob-img {
        margin: 0 auto;
    }

    .hero {
        padding-top: 30px;
    }

    .hero .grid-2col {
        justify-items: center;
    }

    .btn-hero {
       display: flex;
       justify-content: center;
       flex-wrap: wrap;
       gap: 10px;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .product-img img {
        max-width: 200px;
    }

    h2 {
        font-size: 1.4rem;
    }

    .timer {
        font-size: 2rem;
    }


    .package-grid {
        gap: 24px;
    }

    .kaspi-block .btn-primary {
        min-width: 200px;
    }
}

@media (max-width: 600px) {
.slider-slide {
    flex: 0 0 calc(75% - 8px);
}

}

@media (max-width: 490px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .prob-img img {
        max-width: 280px;
    }

    .sert-box img {
    max-width: 170px;
}

.slider-slide {
    flex: 0 0 calc(75% - 8px);
}

.review-card {
    padding: 24px;
}

.slider-btn.prev {
    left: 5px;
}
.slider-btn {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 1;
}
.slider-btn.next {
        right: 5px;
    }

    .cta-block h3 {
    font-size: 1.4rem;
}

.cta-p {
    font-size: 14px;
}

.shop-address {
    font-size: 10px;
}

    .product-img img {
        max-width: 170px;
    }

    .hero .grid-2col {
        gap: 20px;
    }

    .btn-hero {
        margin-top: 20px;
    }

    .logo img {
    width: 110px;
}

.halal {
    width: 55px;
}
}

@media (max-width: 420px) {

.sert-box img {
    max-width: 145px;
}

.slider-slide {
    flex: 0 0 calc(85% - 8px);
}

.review-card {
    padding: 20px 0 20px 20px;
}
.sonolog {
    font-size: 14px;
    margin-top: 10px;
}

.package-grid {
    margin-top: 20px;
}
}

