.elementor-kit-5543{--e-global-color-primary:#3087AB;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5543 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
:root {
    --bg: #EEF5F1;
    --card: #FFFFFF;
    --ink: #1D2B24;
    --muted: #6C7C73;
    --teal: #3E8E71;
    --coral: #F0805F;
    --line: #DCE9E1;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--ink);
}

h1, h2, h3, h4 {
    font-family: 'Sora', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 28px;
}

/* HEADER */
header {
    padding: 18px 0;
    background: var(--card);
    box-shadow: 0 2px 8px rgba(29, 43, 36, 0.04);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo .badge {
    width: 28px;
    height: 28px;
    background: var(--teal);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

nav {
    display: flex;
    gap: 4px;
    background: var(--bg);
    padding: 6px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

nav a {
    padding: 10px 18px;
    border-radius: 22px;
    color: var(--muted);
    transition: all 0.3s;
    white-space: nowrap;
}

nav a:hover,
nav a.active {
    background: var(--teal);
    color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-icon {
    cursor: pointer;
    font-size: 18px;
    color: var(--muted);
    transition: color 0.3s;
}

.search-icon:hover {
    color: var(--teal);
}

.subscribe-btn {
    background: var(--coral);
    color: #fff;
    padding: 10px 22px;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.subscribe-btn:hover {
    background: #e06c4a;
}

/* HERO */
.hero {
    padding: 60px 0;
}

.hero-content {
    background: var(--card);
    border-radius: 28px;
    padding: 60px;
    box-shadow: 0 20px 50px -20px rgba(29, 43, 36, 0.12);
    text-align: center;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E4F2EB;
    color: var(--teal);
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--ink);
}

.hero-content p {
    font-size: 16px;
    color: var(--muted);
    margin-bottom: 32px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.search-box {
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
    justify-content: center;
}

.search-box input {
    padding: 14px 20px;
    border: 1px solid var(--line);
    border-radius: 24px;
    font-size: 14px;
    width: 100%;
    max-width: 400px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s;
}

.search-box input:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(62, 142, 113, 0.1);
}

.search-box button {
    background: var(--teal);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.search-box button:hover {
    background: #2d7a5f;
}

.cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    background: var(--teal);
    color: #fff;
    padding: 14px 26px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn:hover {
    background: #2d7a5f;
}

.btn-secondary {
    background: #F7FBF8;
    color: var(--teal);
    border: 1px solid var(--line);
}

.btn-secondary:hover {
    background: #E4F2EB;
}

/* SECTION */
.section {
    padding: 60px 0;
}

.shead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.shead h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--ink);
}

.tag {
    background: var(--card);
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 12px;
    color: var(--muted);
    border: 1px solid var(--line);
}

/* TOP PICKS */
.top-picks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pick-card {
    background: var(--card);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px -18px rgba(29, 43, 36, 0.15);
    transition: all 0.3s;
}

.pick-card:hover {
    box-shadow: 0 20px 50px -15px rgba(29, 43, 36, 0.2);
    transform: translateY(-5px);
}

.pick-card .icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.pick-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
}

.pick-card .category {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 12px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.rating-pill {
    background: var(--coral);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 14px;
}

.price {
    font-size: 14px;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 16px;
}

.pick-card p {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px;
    line-height: 1.5;
}

.pick-card .btn {
    width: 100%;
    text-align: center;
    display: block;
}

/* CATEGORIES */
.catgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.catcard {
    background: var(--card);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 8px 20px -14px rgba(29, 43, 36, 0.15);
    transition: all 0.3s;
    cursor: pointer;
}

.catcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px -15px rgba(29, 43, 36, 0.2);
}

.catcard .emoji {
    font-size: 36px;
    margin-bottom: 12px;
}

.catcard h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--ink);
}

.catcard .count {
    font-size: 12px;
    color: var(--muted);
}

/* REVIEWS GRID */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review-card {
    background: var(--card);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px -18px rgba(29, 43, 36, 0.15);
    transition: all 0.3s;
}

.review-card:hover {
    box-shadow: 0 20px 50px -15px rgba(29, 43, 36, 0.2);
    transform: translateY(-5px);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--teal), #65B598);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
}

.review-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
}

.review-card .category {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 12px;
}

.review-card p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 20px;
    line-height: 1.6;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    font-size: 13px;
}

.review-footer .stats {
    color: var(--muted);
}

.review-footer .price {
    font-weight: 700;
    color: var(--teal);
}

/* FOOTER */
footer {
    padding: 50px 0 30px;
    background: var(--ink);
    color: #fff;
    margin-top: 60px;
}

.foot-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.foot-col h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.foot-col a {
    font-size: 13px;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.foot-col a:hover {
    color: #fff;
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social-icons a:hover {
    background: var(--teal);
}

/* RESPONSIVE */
@media(max-width: 1024px) {
    .top-picks,
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .catgrid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .foot-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 16px;
    }
    
    nav {
        width: 100%;
        overflow-x: auto;
    }
    
    .hero-content {
        padding: 40px 24px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .search-box {
        flex-direction: column;
    }
    
    .search-box input,
    .search-box button {
        width: 100%;
    }
    
    .top-picks,
    .reviews-grid,
    .catgrid {
        grid-template-columns: 1fr;
    }
    
    .foot-content {
        grid-template-columns: 1fr;
    }
    
    .shead {
        flex-direction: column;
        align-items: flex-start;
    }
}
</style>/* End custom CSS */