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

:root {
    --navy: #07152f;
    --blue: #0b2d68;
    --gold: #ffc400;
    --gold2: #ffdf55;
    --orange: #ff7a00;
    --cream: #fffaf0;
    --text: #14213d;
    --muted: #667085
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, Arial, sans-serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1160px, 92%);
    margin: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 21, 47, .96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.nav-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand img {
    width: 115px;
    height: 70px;
    object-fit: contain
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.nav a {
    opacity: .9;
    transition: .25s
}

.nav a:hover {
    color: var(--gold);
    opacity: 1
}

.nav-order {
    padding: 11px 18px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--gold), #ff8a00);
    color: #111 !important
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    color: #fff;
    font-size: 30px
}

.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 75% 30%, #173f89 0, #0b2555 30%, #07152f 72%);
    color: #fff;
    padding: 85px 0 70px
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#ffd64d 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .12
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 50px
}

.eyebrow {
    display: inline-block;
    color: #ffb300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px
}

.hero h1 {
    font-family: "Baloo 2", sans-serif;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .95;
    margin-bottom: 24px
}

.hero h1 span,
h2 span {
    color: var(--gold)
}

.hero-copy>p {
    max-width: 620px;
    color: #d8e1f2;
    font-size: 17px;
    margin-bottom: 30px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    transition: .25s;
    border: 1px solid transparent
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), #ff8a00);
    color: #111;
    box-shadow: 0 12px 28px rgba(255, 183, 0, .2)
}

.btn-primary:hover {
    transform: translateY(-2px)
}

.btn-outline {
    border-color: rgba(255, 255, 255, .4);
    color: #fff
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold)
}

.btn-light {
    background: #fff;
    color: #0b2555
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 25px;
    color: #dbe7ff;
    font-size: 12px
}

.hero-logo-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-logo-card img {
    width: min(560px, 100%);
    filter: drop-shadow(0 25px 35px rgba(0, 0, 0, .4));
    position: relative;
    z-index: 2
}

.glow {
    position: absolute;
    width: 70%;
    aspect-ratio: 1;
    background: #ffc400;
    filter: blur(80px);
    opacity: .15
}

.spark {
    position: absolute;
    color: #ffd43b;
    font-size: 30px;
    animation: float 3s ease-in-out infinite
}

.s1 {
    top: 20%;
    left: 7%
}

.s2 {
    top: 60%;
    right: 7%;
    animation-delay: 1s
}

.s3 {
    bottom: 10%;
    left: 45%;
    animation-delay: 2s
}

@keyframes float {
    50% {
        transform: translateY(-12px) scale(1.2);
        opacity: .6
    }
}

.section {
    padding: 90px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 35px
}

.section-head h2,
.center-head h2,
.contact h2 {
    font-family: "Baloo 2", sans-serif;
    font-size: 48px;
    line-height: 1.05
}

.section-head p {
    max-width: 470px;
    color: var(--muted);
    font-size: 14px
}

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

.product-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 12px 35px rgba(20, 33, 61, .08);
    transition: .3s
}

.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(20, 33, 61, .14)
}

.product-card.featured,
.product-card.premium {
    border: 2px solid var(--gold)
}

.product-image {
    height: 555px;
    background: #f5f6f8;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-body {
    padding: 22px
}

.badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #a76b00;
    background: #fff3c7;
    border-radius: 30px;
    padding: 5px 9px
}

.product-body h3 {
    font-size: 20px;
    margin: 10px 0 5px
}

.price {
    font-family: "Baloo 2";
    font-size: 31px;
    font-weight: 800;
    color: #0b2d68;
    margin-bottom: 12px
}

.order-btn {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 12px 15px;
    background: #0b2555;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .25s
}

.order-btn:hover {
    background: linear-gradient(135deg, #0b2d68, #ff8a00)
}

.ribbon {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 3;
    background: #ff7a00;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 20px
}

.ribbon.gold {
    background: var(--gold);
    color: #111
}

.note-box {
    margin-top: 28px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #fff7d8;
    border: 1px solid #f3dd87;
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 13px;
    color: #5d4a16
}

.note-box span {
    font-size: 25px
}

.why {
    background: #07152f;
    color: #fff
}

.center-head {
    text-align: center;
    margin-bottom: 40px
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.why-card {
    padding: 28px 22px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .04)
}

.why-card .icon {
    font-size: 38px;
    margin-bottom: 10px
}

.why-card h3 {
    font-size: 17px;
    margin-bottom: 8px
}

.why-card p {
    font-size: 13px;
    color: #b9c5dc
}

.cta {
    background: linear-gradient(135deg, #ffbf00, #ff6b00);
    padding: 48px 0;
    color: #111
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.cta .eyebrow {
    color: #4b2800
}

.cta h2 {
    font-family: "Baloo 2";
    font-size: 42px;
    line-height: 1
}

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

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 50px;
    align-items: center
}

.contact h2 {
    margin-bottom: 15px
}

.contact>p {
    color: var(--muted)
}

.phone-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px
}

.phone-list a {
    padding: 13px 18px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05)
}

.phone-list a:hover {
    border-color: var(--gold)
}

.contact-card {
    background: #07152f;
    color: #fff;
    padding: 30px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(7, 21, 47, .18)
}

.contact-card img {
    width: 160px;
    height: 130px;
    object-fit: contain;
    margin: auto
}

.contact-card h3 {
    font-family: "Baloo 2";
    font-size: 29px;
    color: var(--gold)
}

.contact-card p {
    color: #c6d2e8;
    margin-bottom: 20px
}

.full {
    width: 100%
}

footer {
    background: #040b19;
    color: #9eabc2;
    padding: 22px 0
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px
}

.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999
}

.wa-float a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #19c463;
    color: #fff;
    font-size: 29px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    border: 3px solid #fff
}

@media(max-width:900px) {
    .nav {
        gap: 15px
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center
    }

    .hero-copy>p {
        margin-left: auto;
        margin-right: auto
    }

    .hero-actions {
        justify-content: center
    }

    .trust-row {
        justify-content: center
    }

    .hero-logo-card {
        order: -1
    }

    .hero-logo-card img {
        width: 330px
    }

    .section-head {
        align-items: start;
        flex-direction: column
    }

    .contact-grid {
        grid-template-columns: 1fr
    }

    .contact-card {
        max-width: 500px;
        width: 100%;
        margin: auto
    }
}

@media(max-width:700px) {
    .nav {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: #07152f;
        padding: 15px 5%;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .nav.open {
        display: flex
    }

    .nav a {
        padding: 10px
    }

    .menu-toggle {
        display: block
    }

    .product-grid {
        grid-template-columns: 1fr
    }

    .product-image {
        height: 502px
    }

    .section {
        padding: 65px 0
    }

    .section-head h2,
    .center-head h2,
    .contact h2 {
        font-size: 40px
    }

    .cta-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .cta h2 {
        font-size: 36px
    }

    .footer-inner {
        flex-direction: column
    }

    .hero {
        padding-top: 50px
    }

    .hero h1 {
        font-size: 56px
    }
}

/* =========================================
   PRICE LIST SECTION
========================================= */

.price-list-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255, 87, 34, 0.10), transparent 30%),
        #07152f;
    position: relative;
    overflow: hidden;
}

.price-list-heading {
    text-align: center;
    margin-bottom: 40px;
}

.price-list-heading span {
    display: inline-block;
    color: #ffc400;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.price-list-heading h2 {
    color: #ffffff;
    font-family: "Baloo 2", sans-serif;
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.price-list-heading h2 strong {
    color: #ffc400;
}

.price-list-heading p {
    max-width: 650px;
    margin: auto;
    color: #c8d3e6;
    font-size: 15px;
}

/* Poster */

.price-poster-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 12px;

    background: linear-gradient(
        135deg,
        #ffc400,
        #ff7a00,
        #ffc400
    );

    border-radius: 22px;

    box-shadow:
        0 0 30px rgba(255, 193, 7, 0.25),
        0 25px 60px rgba(0, 0, 0, 0.45);
}

.price-poster-link {
    display: block;
    cursor: zoom-in;
}

.price-poster {
    width: 100%;
    height: auto;
    display: block;

    border-radius: 14px;

    background: #07152f;
}

/* Bottom CTA */

.price-list-bottom {
    text-align: center;
    margin-top: 35px;
}

.price-list-bottom p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 18px;
}

.price-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    background: #20c766;
    color: #ffffff;

    border-radius: 10px;

    font-weight: 700;
    font-size: 15px;

    box-shadow: 0 10px 25px rgba(32, 199, 102, 0.25);

    transition: all 0.3s ease;
}

.price-whatsapp-btn:hover {
    transform: translateY(-3px);
    background: #16a653;
    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .price-list-section {
        padding: 60px 0;
    }

    .price-list-heading h2 {
        font-size: 38px;
    }

    .price-list-heading p {
        font-size: 14px;
        padding: 0 15px;
    }

    .price-poster-wrapper {
        width: 96%;
        padding: 7px;
        border-radius: 16px;
    }

    .price-poster {
        border-radius: 10px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .price-list-section {
        padding: 50px 0;
    }

    .price-list-heading {
        margin-bottom: 25px;
    }

    .price-list-heading span {
        font-size: 11px;
    }

    .price-list-heading h2 {
        font-size: 32px;
    }

    .price-list-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .price-poster-wrapper {
        width: 100%;
        padding: 5px;
        border-radius: 12px;
    }

    .price-poster {
        border-radius: 8px;
    }

    .price-list-bottom {
        padding: 0 10px;
    }

    .price-list-bottom p {
        font-size: 13px;
    }

    .price-whatsapp-btn {
        width: 100%;
        padding: 13px 15px;
        font-size: 14px;
    }

}
.footer-contact {
    margin-top: 6px;
}

.footer-contact a {
    color: #ffc400;
    transition: 0.3s;
}

.footer-contact a:hover {
    color: #ffffff;
}
/* Floating Email Button - Left Side */
.email-float {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 999;
}

.email-float a {
    width: 58px;
    height: 58px;
    border-radius: 50%;

    display: grid;
    place-items: center;

    background: #ffc400;
    color: #07152f;

    font-size: 27px;
    font-weight: 700;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);

    border: 3px solid #ffffff;

    transition: all 0.3s ease;
}

.email-float a:hover {
    transform: translateY(-5px) scale(1.05);
}
@media (max-width: 480px) {

    .email-float {
        left: 15px;
        bottom: 15px;
    }

    .email-float a {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

    .wa-float {
        right: 15px;
        bottom: 15px;
    }

    .wa-float a {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fffaf0;
  color: #17202a;
}

.container {
  width: min(1200px, 92%);
  margin: auto;
}


/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #07152f;
  box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.nav-wrap {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 150px;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.nav a:hover {
  color: #ffc400;
}

.nav-cart {
  border: none;
  background: #ffc400;
  color: #07152f;
  padding: 11px 16px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 700;
}

.nav-cart span {
  background: #07152f;
  color: white;
  padding: 2px 7px;
  border-radius: 20px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
}


/* HERO */

.hero {
  min-height: 600px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(
      rgba(7,21,47,.8),
      rgba(7,21,47,.8)
    ),
    url("assets/banner.jpg") center/cover;
}

.hero-content {
  color: white;
  max-width: 800px;
}

.eyebrow {
  color: #d99b00;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero h1 {
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.1;
  margin: 20px 0;
}

.hero h1 span,
.section h2 span {
  color: #d99b00;
}

.hero p {
  font-size: 18px;
  line-height: 1.8;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}


/* BUTTON */

.btn {
  display: inline-block;
  padding: 14px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
}

.btn-primary {
  background: #ffc400;
  color: #07152f;
}

.btn-outline {
  border: 2px solid white;
  color: white;
}


/* SECTION */

.section {
  padding: 80px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px;
}

.section h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin-top: 8px;
}


/* FILTER */

.category-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.category-btn {
  border: 1px solid #d9a900;
  background: white;
  color: #17202a;
  padding: 10px 17px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
}

.category-btn.active,
.category-btn:hover {
  background: #ffc400;
}


/* PRODUCTS */

.products-grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.product-card {
  position: relative;
  background: white;
  padding: 22px;
  border-radius: 18px;
  border: 2px solid #f0d36a;
  box-shadow: 0 8px 25px rgba(0,0,0,.07);
  transition: .3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,.12);
}

.product-number {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #07152f;
  color: white;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
}

.product-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.product-category {
  font-size: 11px;
  color: #a27600;
  font-weight: 700;
}

.product-card h3 {
  min-height: 50px;
  margin: 10px 0;
  font-size: 17px;
}

.product-price {
  font-size: 21px;
  color: #d08d00;
  font-weight: 800;
  margin-bottom: 15px;
}

.add-btn {
  width: 100%;
  border: none;
  background: #07152f;
  color: white;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}

.add-btn:hover {
  background: #ffc400;
  color: #07152f;
}

.request-btn {
  background: #ffc400;
  color: #07152f;
}


/* QUANTITY */

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.quantity-control button {
  width: 40px;
  height: 35px;
  border: none;
  background: #07152f;
  color: white;
  cursor: pointer;
}

.quantity-control span {
  width: 50px;
  text-align: center;
  font-weight: 700;
}


/* GIFT */

.gift-grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fit, minmax(190px, 1fr));
  gap: 25px;
}

.gift-card {
  background: white;
  border: 2px solid #f0d36a;
  border-radius: 18px;
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
}

.gift-card img {
  width: 100%;
  height: 312px;
  object-fit: cover;
}

.gift-card h3 {
  margin: 15px 0 5px;
}

.gift-card strong {
  display: block;
  color: #d08d00;
  font-size: 22px;
  margin-bottom: 12px;
}

.gift-card button {
  border: none;
  background: #07152f;
  color: white;
  padding: 11px 18px;
  border-radius: 25px;
  cursor: pointer;
}


/* WHY */

.why {
  background: #07152f;
  color: white;
}

.why-grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.why-card {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
}

.why-card div {
  font-size: 38px;
  margin-bottom: 15px;
}

.why-card h3 {
  margin-bottom: 10px;
}


/* CONTACT */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.phone-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}

.phone-list a {
  text-decoration: none;
  color: #07152f;
  font-weight: 700;
}


/* CART */

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  opacity: 0;
  visibility: hidden;
  z-index: 1998;
  transition: .3s;
}

.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  right: -450px;
  top: 0;
  width: min(430px, 95%);
  height: 100vh;
  background: white;
  z-index: 1999;
  display: flex;
  flex-direction: column;
  transition: .35s;
  box-shadow: -10px 0 30px rgba(0,0,0,.2);
}

.cart-drawer.active {
  right: 0;
}

.cart-header {
  padding: 20px;
  background: #07152f;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-close,
.modal-close {
  border: none;
  background: none;
  color: inherit;
  font-size: 30px;
  cursor: pointer;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 18px;
}

.cart-item {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.cart-item-info h4 {
  margin-bottom: 5px;
}

.cart-item-info small {
  color: #777;
}

.cart-item-actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.cart-qty button {
  border: none;
  background: #07152f;
  color: white;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.cart-qty span {
  width: 30px;
  text-align: center;
}

.remove-btn {
  border: none;
  background: none;
  cursor: pointer;
}

.cart-summary {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cart-total {
  font-size: 20px;
}

.checkout-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #ffc400;
  color: #07152f;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.empty-cart {
  text-align: center;
  padding: 70px 20px;
  color: #777;
}

.empty-cart div {
  font-size: 60px;
}


/* FLOATING */

.cart-float,
.email-float,
.wa-float {
  position: fixed;
  z-index: 1500;
}

.cart-float {
  right: 25px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #ffc400;
  cursor: pointer;
  font-size: 25px;
}

.cart-float span {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #d00;
  color: white;
  border-radius: 50%;
  min-width: 22px;
  padding: 3px;
  font-size: 11px;
}

.wa-float {
  right: 22px;
  bottom: 22px;
}

.email-float {
  left: 22px;
  bottom: 22px;
}

.wa-float a,
.email-float a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 25px;
  border: 3px solid white;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.wa-float a {
  background: #25d366;
  color: white;
}

.email-float a {
  background: #ffc400;
  color: #07152f;
}


/* MODAL */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.customer-modal {
  position: relative;
  width: min(500px, 100%);
  background: white;
  padding: 35px;
  border-radius: 20px;
  max-height: 90vh;
  overflow-y: auto;
}

.customer-modal .modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #07152f;
}

.customer-modal h2 {
  margin: 10px 0;
}

.customer-modal form {
  margin-top: 25px;
}

.customer-modal label {
  display: block;
  margin: 15px 0 7px;
  font-weight: 600;
}

.customer-modal input,
.customer-modal textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: inherit;
  outline: none;
}

.customer-modal input:focus,
.customer-modal textarea:focus {
  border-color: #d99b00;
}


/* FOOTER */

footer {
  background: #050d1c;
  color: white;
  padding: 25px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner a {
  color: #ffc400;
  text-decoration: none;
}


/* MOBILE */

@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    background: #07152f;
    display: none;
    flex-direction: column;
    padding: 25px;
  }

  .nav.active {
    display: flex;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 520px;
  }

  .products-grid {
    grid-template-columns:
      repeat(2, 1fr);
    gap: 12px;
  }

  .product-card {
    padding: 15px;
  }

  .product-card h3 {
    font-size: 14px;
  }

  .product-price {
    font-size: 18px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .cart-float {
    right: 15px;
    bottom: 85px;
  }

  .wa-float {
    right: 15px;
    bottom: 15px;
  }

  .email-float {
    left: 15px;
    bottom: 15px;
  }

}

@media (max-width: 480px) {

  .products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  .customer-modal {
    padding: 25px 18px;
  }

}