*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --lime: #C8FF00; --black: #000; --white: #fff; --dark-bg: #1A1A1A;
    --card-dark: #2A2A2A; --beige: #F0EBDF; --muted: #999; --peach: #FDDCB5;
    --green-badge: #4ADE80; --pink-badge: #F472B6; --teal-badge: #2DD4BF; --orange-badge: #FB923C;
}
a:hover {color: #000; text-decoration: none; outline: none;}
body { font-family: "Overused-medium"; background: var(--black); color: #fff; overflow-x: hidden; }
p {font-family: "Overused-regular"; font-size: 18px; font-weight: 400; color: #fff;}
.section-title{text-align: center; font-family: "Radwave"; font-size: 52px; font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;}
section .header {margin-bottom: 60px;}
.btn-trial { display: inline-block; background: var(--lime); color: var(--black); padding: 10px 24px; border-radius: 50px; font-size: 16px; font-weight: 500; text-decoration: none; cursor: pointer; transition: transform 0.2s; }
.btn-trial:hover { transform: translateY(-1px);}

.hero { position: relative; top: -90px; height: 700px; overflow: hidden; border-radius: 15px; margin: 0 15px;}
.hero-bg { position: absolute; inset: 0; background: url('https://cdn.commmerce.com/commmerce/website/assets/images/products/buzz/hero.webp'); background-size: cover; background-position: top; background-repeat: no-repeat;}
.hero-overlay {position: absolute; inset: 0;
    background: 
        linear-gradient(to right, rgba(0,0,0,0.7) 0%, transparent 60%),
        linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 15%, transparent 40%); 
}
.hero-content { position: absolute; z-index: 10; max-width: 800px; padding: 0px 70px 75px; bottom: 0px; }
.hero-content h1 { font-size: 68px; font-weight: 500; line-height: 64px; letter-spacing: -0.02em; color: #fff; margin-bottom: 25px;}
.hero-content p { max-width: 400px; margin-bottom: 30px; color: #fff;}


.walkin-funnel-section {
    background-color: #000; 
    padding: 0px 20px 100px;
    color: #fff;
    margin-top: -50px;
}
.walkin-funnel-section .container {
    width: 100%;
    max-width: none;
    padding: 70px 25px 0px;
    background: linear-gradient(to bottom, #1B1C18 0%, #000000 100%); 
    border-radius: 40px; 
}
.funnel-header {
    text-align: center;
    margin-bottom: 50px;
}
.funnel-header h2 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    max-width: 575px;
    margin: 0 auto;
}
.funnel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 15px;
}
.funnel-card {
    background: linear-gradient(to bottom, #151515 0%, #202020 100%); 
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px; 
}
.funnel-image-wrap {
    width: 100%;
    height: 320px; 
    border-radius: 10px; 
    overflow: hidden;
    margin-bottom: 24px;
}
.funnel-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.funnel-card-content {
    text-align: left;
}
.funnel-card-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.funnel-card-content p {
    font-size: 14px;
    line-height: 1.2;
    color: #F0ECE1;
    margin: 0;
}


.reward-mechanics-section {
    background-color: #F9F7ED;
    padding: 100px 75px;
}
.mechanics-header {
    text-align: center;
    margin-bottom: 60px;
}
.mechanics-header h2 {
    font-family: 'Radwave';
    font-size: 72px;
    font-weight: 400;
    letter-spacing: -5px;
    line-height: 1;
    margin-bottom: 16px;
    color: #000;
}
.mechanics-header p {
    font-size: 20px;
    color: #000;
}
.mechanics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.mechanic-card {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px; 
    display: flex;
    flex-direction: column;
}
.mechanic-card.card-blue {
    background: linear-gradient(to bottom, #EFEDE1 0%, #1D2E38 100%); 
}
.mechanic-card.card-red {
    background: linear-gradient(to bottom, #EFEDE1 0%, #460401 100%); 
}
.mechanic-image-wrap {
    width: 100%;
    height: 340px; 
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
.mechanic-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.mechanic-card-content {
    text-align: left;
}
.mechanic-card-content h3 {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff; 
    margin: 0 0 12px 0;
}
.mechanic-card-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #D2D2D2; 
    margin: 0;
    max-width: 465px;
}



.store-experience-section {
    background: #1E1F18;
    padding: 85px 75px 100px;
    color: #ffffff;
}
.experience-header {
    text-align: center;
    margin-bottom: 65px;
}
.experience-header h2 {
    font-size: 52px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
}
.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.experience-card {
    background-color: #000000; 
    border-radius: 28px; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.img-frame-wrap {
    width: 100%;
    height: 280px; 
    overflow: hidden;
}
.img-frame-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.card-body {
    margin: 0;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.card-body h3 {
    font-family: 'Radwave';
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
    color: #ffffff;
}
.summary-text {
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff; 
    margin-bottom: 30px;
    text-align: center;
}
.feature-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.feature-checklist li {
    font-size: 14px;
    line-height: 1;
    color: #dddddd;
    position: relative;
    padding-left: 24px; 
}
.feature-checklist li::before {
    content: url('https://cdn.commmerce.com/commmerce/website/assets/images/products/buzz/star.png'); 
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
}





@media (max-width: 768px) {
    .btn-trial {padding: 12px 24px;}
    .section-title {font-size: 26px; margin-bottom: 30px;}
    .hero {top: 0px; height: 100vh; position: relative;}
    .hero-bg { background: url('https://cdn.commmerce.com/commmerce/website/assets/images/products/buzz/hero-mb.png'); background-size: cover; background-position: center; background-repeat: no-repeat;}
    .hero-content { position: absolute; padding: 0px 20px; bottom: 150px; }
    .hero-content h1 { font-size: 36px; margin-top: 0px; margin-bottom: 20px; line-height: 34px;}
    .hero-content p { font-size: 12px; }
    .walkin-funnel-section {padding: 0 15px 50px; margin-top: 0px;}
    .walkin-funnel-section .container {padding: 30px 15px 0px;}
    .funnel-header {margin-bottom: 25px;}
    .funnel-header h2 {font-size: 24px; line-height: 1.1}
    .funnel-grid { grid-template-columns: 1fr; gap: 15px; margin: 0 auto; padding: 0px; }
    .funnel-image-wrap {height: 280px; }
    .reward-mechanics-section {padding: 50px 15px;}
    .mechanics-header {margin-bottom: 35px;}
    .mechanics-header h2 {font-size: 26px; margin: 0 auto; max-width: 250px; padding-bottom: 15px;}
    .mechanics-header p {font-size: 14px;}
    .mechanics-grid {grid-template-columns: 1fr; gap: 25px; margin: 0 auto; }
    .mechanic-image-wrap {height: 280px; }
    .reward-mechanics-section {padding: 50px 15px;}
    .experience-grid {grid-template-columns: 1fr; gap: 18px; max-width: 500px; margin: 0 auto; }
    .summary-text {min-height: unset;}
    .store-experience-section {padding: 50px 15px;}
    .experience-header {margin-bottom: 35px;}
    .experience-header h2 {font-size: 28px;}
    .card-body {padding: 30px;}
    .card-body h3 {font-size: 20px;}
}