/* =====================================================
   905 PEPTIDES — Main Stylesheet
   Clean, compatible with IE11 and all modern browsers.
   No external dependencies.
   ===================================================== */


/* --- RESET & BASE --- */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
}


/* --- CONTAINER --- */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


/* --- ANNOUNCEMENT BAR --- */

.announcement-bar {
  background-color: #0f172a;
  color: #e2e8f0;
  text-align: center;
  padding: 9px 20px;
  font-size: 13px;
}

.announcement-bar strong {
  color: #66bb6a;
}


/* --- HEADER --- */

.site-header {
  background-color: #1a1a1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
}


/* --- LOGO --- */

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.logo-num {
  color: #4fc3f7;
}

.logo-word {
  color: #ffffff;
  margin-left: 1px;
}


/* --- DESKTOP NAV --- */

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 4px;
  -webkit-transition: background-color 0.15s, color 0.15s;
          transition: background-color 0.15s, color 0.15s;
}

.main-nav a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}


/* --- HEADER RIGHT --- */

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-btn {
  background-color: #28a745;
  color: #ffffff;
  border: none;
  padding: 10px 22px;
  border-radius: 90px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.18s;
          transition: all 0.18s;
}

.cart-btn:hover {
  background-color: #218838;
  transform: translateY(-1px);
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  padding: 4px 8px;
  margin-left: 10px;
  line-height: 1;
}


/* --- HERO --- */

.hero {
  background-color: #1a1a1a;
  background-image: -webkit-linear-gradient(135deg, #1a1f3c 0%, #0f172a 100%);
  background-image:         linear-gradient(135deg, #1a1f3c 0%, #0f172a 100%);
  padding: 88px 0 96px;
  color: #ffffff;
}

.hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 560px;
  padding-right: 40px;
}

.hero-tag {
  font-size: 12px;
  font-weight: 700;
  color: #66bb6a;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 16px;
}

.hero-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 24px;
  line-height: 1.7;
}

.hero-bullets {
  margin-bottom: 32px;
}

.hero-bullets p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 7px;
}

.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-actions .btn {
  margin-right: 12px;
  margin-bottom: 8px;
}


/* --- HERO IMAGE PLACEHOLDER --- */

.hero-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-img-box {
  position: relative;
  width: 200px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-vial {
  width: 68px;
  height: 190px;
  background: -webkit-linear-gradient(top, #74b9ff, #0984e3);
  background:         linear-gradient(to bottom, #74b9ff, #0984e3);
  border-radius: 34px 34px 18px 18px;
  -webkit-box-shadow: 0 8px 28px rgba(9, 132, 227, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 8px 28px rgba(9, 132, 227, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
}

.hero-vial::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 7px;
  width: 54px;
  height: 18px;
  background-color: #dfe6e9;
  border-radius: 4px 4px 0 0;
}

.hero-vial-sm {
  width: 50px;
  height: 140px;
  background: -webkit-linear-gradient(top, #55efc4, #00b894) !important;
  background:         linear-gradient(to bottom, #55efc4, #00b894) !important;
  border-radius: 25px 25px 14px 14px;
  -webkit-box-shadow: 0 8px 22px rgba(0, 184, 148, 0.4);
          box-shadow: 0 8px 22px rgba(0, 184, 148, 0.4);
  margin-left: -18px;
  margin-top: 44px;
}

.hero-vial-sm::before {
  left: 5px;
  width: 40px;
}

.hero-badge {
  position: absolute;
  top: 14px;
  right: -8px;
  background-color: #28a745;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


/* --- BUTTONS --- */

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 90px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.18s ease;
          transition: all 0.18s ease;
  text-align: center;
  letter-spacing: 0.2px;
}

.btn-primary {
  background-color: #28a745;
  color: #ffffff;
  border-color: #28a745;
  box-shadow: 0 4px 14px rgba(40, 167, 69, 0.25);
}

.btn-primary:hover {
  background-color: #218838;
  border-color: #218838;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.35);
}

.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}

.btn-cart {
  background-color: #28a745;
  color: #ffffff;
  border-color: #28a745;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 90px;
  display: inline-block;
}

.btn-cart:hover {
  background-color: #218838;
  border-color: #218838;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);
}

.btn-full {
  width: 100%;
  display: block;
  text-align: center;
}


/* --- TRUST BAR --- */

.trust-bar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 22px 0;
}

.trust-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 28px;
  border-right: 1px solid #e5e7eb;
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon {
  font-size: 22px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.trust-text strong {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
}

.trust-text span {
  font-size: 12px;
  color: #6b7280;
}


/* --- SECTION HEADINGS --- */

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 8px;
}

.section-sub {
  text-align: center;
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 36px;
}


/* --- PRODUCTS SECTION --- */

.products-section {
  padding: 88px 0;
  background-color: #f9fafb;
}


/* --- PRODUCT GRID (4 columns) --- */

.product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}


/* --- PRODUCT CARD --- */

.product-card {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
  background-color: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
          transition: box-shadow 0.2s, transform 0.2s;
}

.product-card:hover {
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.product-img {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-vial {
  width: 38px;
  height: 115px;
  border-radius: 19px 19px 11px 11px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  position: relative;
}

.product-vial::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 5px;
  width: 28px;
  height: 12px;
  background-color: #dfe6e9;
  border-radius: 3px 3px 0 0;
}

.product-info {
  padding: 18px 20px 20px;
}

.product-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #28a745;
  background-color: #e8f5e9;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.product-tag-hot {
  color: #c0392b;
  background-color: #fdeaea;
}

.product-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.product-desc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}

.product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-price {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}


/* --- ABOUT SECTION --- */

.about-section {
  background-color: #ffffff;
  padding: 96px 0;
}

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-img-box {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}

.about-img-placeholder {
  background-color: #e8f5e9;
  border-radius: 18px;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-icon {
  font-size: 60px;
  display: block;
  margin-bottom: 12px;
}

.about-img-placeholder p {
  font-size: 14px;
  font-weight: 600;
  color: #28a745;
}

.about-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.about-content > p {
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.75;
}

.about-list {
  margin-bottom: 32px;
}

.about-list li {
  font-size: 14px;
  color: #1a1a1a;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.about-list li:last-child {
  border-bottom: none;
}


/* --- FAQ SECTION --- */

.faq-section {
  background-color: #f9fafb;
  padding: 88px 0;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  background-color: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.faq-question:hover {
  background-color: #f8f9fb;
}

.faq-icon {
  font-size: 20px;
  font-weight: 700;
  color: #28a745;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}

.faq-answer {
  display: none;
  padding: 0 20px 16px 20px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.75;
}


/* --- FOOTER --- */

.site-footer {
  background-color: #1a1a1a;
  color: rgba(255, 255, 255, 0.75);
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 56px 0 40px;
}

.footer-brand {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 48px;
  margin-bottom: 32px;
}

.footer-brand .logo-word {
  color: rgba(255, 255, 255, 0.9);
}

.footer-brand > p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 12px;
  margin-bottom: 20px;
  line-height: 1.65;
}

.pay-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 6px;
}

.footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 140px;
  margin-right: 20px;
  margin-bottom: 32px;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 9px;
  -webkit-transition: color 0.15s;
          transition: color 0.15s;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-col p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 4px;
}


/* --- CART DRAWER --- */

.cart-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 300;
}

.cart-overlay.open {
  display: block;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -380px;
  width: 360px;
  height: 100%;
  background-color: #ffffff;
  z-index: 400;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.18);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.18);
  -webkit-transition: right 0.28s ease;
          transition: right 0.28s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-drawer.open {
  right: 0;
}

.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
}

.cart-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.cart-close {
  background: none;
  border: none;
  font-size: 26px;
  color: #6b7280;
  line-height: 1;
  cursor: pointer;
}

.cart-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

.cart-empty {
  color: #6b7280;
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}

.cart-item-info strong {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
}

.cart-item-info span {
  font-size: 12px;
  color: #6b7280;
}

.cart-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-item-right span {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-right: 10px;
}

.remove-btn {
  background: none;
  border: none;
  color: #c0392b;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

.cart-footer-bar {
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
}

.cart-total {
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.cart-total strong {
  font-size: 18px;
  color: #1a1a1a;
}


/* --- CTA BANNER --- */

.cta-banner {
  background: linear-gradient(135deg, #1a1f3c 0%, #0f172a 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.cta-banner h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.cta-banner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.cta-banner .btn-primary {
  padding: 18px 48px;
  font-size: 16px;
}

/* --- SOCIAL PROOF STRIP --- */

.proof-strip {
  background-color: #ffffff;
  padding: 56px 0;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.proof-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}

.proof-stat {
  text-align: center;
}

.proof-num {
  font-size: 32px;
  font-weight: 800;
  color: #28a745;
  display: block;
  letter-spacing: -0.5px;
}

.proof-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  margin-top: 4px;
}

/* --- WHY CHOOSE SECTION --- */

.why-section-main {
  background-color: #f9fafb;
  padding: 88px 0;
}

.why-grid-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.why-card-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 220px;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 18px;
  padding: 36px 28px;
  text-align: center;
}

.why-card-main:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

.why-card-icon {
  font-size: 32px;
  margin-bottom: 16px;
  display: block;
}

.why-card-main h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.why-card-main p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
}


/* =====================================================
   RESPONSIVE STYLES
   ===================================================== */

/* Tablet: 3 columns */
@media (max-width: 1024px) {
  .product-card {
    width: calc(33.333% - 24px);
  }
}

/* Medium tablet: 2 columns, show hamburger menu */
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .main-nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    padding: 12px 20px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 150;
  }

  .main-nav.open a {
    padding: 10px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .menu-btn {
    display: block;
  }

  .site-header {
    position: relative;
  }

  .hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-image {
    width: auto;
  }

  .trust-item {
    width: 50%;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .trust-item:nth-child(odd) {
    border-right: 1px solid #e5e7eb;
  }

  .product-card {
    width: calc(50% - 24px);
  }

  .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .footer-brand {
    width: 100%;
    margin-right: 0;
  }

  .footer-col {
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
  .product-card {
    width: calc(100% - 24px);
  }

  .hero h1 {
    font-size: 26px;
  }

  .cart-drawer {
    width: 100%;
    right: -100%;
  }

  .footer-col {
    width: 100%;
    margin-right: 0;
  }

  .trust-item {
    width: 100%;
    border-right: none;
  }

  .trust-item:nth-child(odd) {
    border-right: none;
  }

  .proof-stats {
    gap: 24px;
  }

  .proof-num {
    font-size: 24px;
  }

  .why-grid-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cta-banner {
    padding: 56px 0;
  }

  .cta-banner h2 {
    font-size: 22px;
  }
}
