/* ============================================================
   BAKUMED PHARMACY â€” All Sections
   ============================================================ */

/* â”€â”€â”€ HERO â”€â”€â”€ */
.hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 5% 80px;
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(46,139,108,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(46,139,108,0.10) 0%, transparent 50%);
}

.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(46,139,108,0.15);
  border: 1px solid rgba(46,139,108,0.4);
  color: var(--green-light);
  padding: 8px 16px; border-radius: 50px;
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 28px;
  animation: fadeUp 0.8s ease both;
}

.hero-badge::before {
  content: ''; width: 6px; height: 6px;
  background: var(--green-light); border-radius: 50%;
  animation: pulse 2s infinite;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 300; line-height: 1.05;
  color: var(--white); margin-bottom: 24px;
  animation: fadeUp 0.8s 0.1s ease both;
}

.hero-title em { font-style: italic; color: var(--green-light); }

.hero-subtitle {
  font-size: 1.05rem; color: rgba(255,255,255,0.6);
  line-height: 1.75; margin-bottom: 44px;
  max-width: 480px; font-weight: 300;
  animation: fadeUp 0.8s 0.2s ease both;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.8s 0.3s ease both; }

.hero-stats {
  display: flex; gap: 36px;
  margin-top: 56px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  animation: fadeUp 0.8s 0.4s ease both;
}

.stat-item { text-align: left; }

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 600;
  color: var(--green-light); line-height: 1;
}

.stat-label {
  font-size: 0.78rem; color: rgba(255,255,255,0.45);
  text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px;
}

.hero-visual { display: flex; align-items: center; justify-content: center; animation: fadeUp 0.8s 0.2s ease both; }

.hero-card-stack { position: relative; width: 380px; height: 480px; }

.hero-card {
  position: absolute;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px; backdrop-filter: blur(10px); padding: 28px;
}

.hero-card-main {
  width: 340px; top: 40px; left: 20px;
  background: rgba(26,51,71,0.8);
  border-color: rgba(46,139,108,0.3);
  padding: 36px; z-index: 1;
}

.hero-card-back {
  width: 310px; top: 10px; left: 44px;
  background: rgba(46,139,108,0.1);
  border-color: rgba(46,139,108,0.2);
  transform: rotate(3deg); z-index: 0;
}

.card-logo-area { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; }

.card-logo-circle {
  width: 52px; height: 52px; background: var(--green);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}

.card-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: white; font-weight: 600; }
.card-logo-sub  { font-size: 0.7rem; color: var(--green-light); text-transform: uppercase; letter-spacing: 0.1em; }

.card-service-list { display: flex; flex-direction: column; gap: 12px; }

.card-service-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; background: rgba(255,255,255,0.05); border-radius: 12px;
}

.card-service-icon {
  width: 32px; height: 32px; background: rgba(46,139,108,0.2);
  border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem;
}

.card-service-text { font-size: 0.85rem; color: rgba(255,255,255,0.8); font-weight: 500; }

.hero-floating {
  position: absolute; bottom: 20px; right: -20px;
  background: var(--green); color: white;
  border-radius: 16px; padding: 16px 20px; z-index: 3;
  animation: float 3s ease-in-out infinite;
}

.hero-floating-label { font-size: 0.7rem; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-floating-val   { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; line-height: 1; }

/* â”€â”€â”€ MARQUEE STRIP â”€â”€â”€ */
.marquee-strip { background: var(--green); padding: 16px 0; overflow: hidden; }

.marquee-track {
  display: flex; gap: 48px;
  animation: marquee 20s linear infinite; white-space: nowrap;
}

.marquee-item {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.85); font-size: 0.82rem;
  font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; flex-shrink: 0;
}

.marquee-dot { width: 4px; height: 4px; background: rgba(255,255,255,0.4); border-radius: 50%; }

/* â”€â”€â”€ ABOUT â”€â”€â”€ */
.about { background: var(--white); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.about-text p { font-size: 1.05rem; color: var(--text-muted); line-height: 1.85; margin-top: 24px; }
.about-text p + p { margin-top: 16px; }

.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }

.highlight-chip {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; background: var(--green-pale);
  border-radius: var(--radius-sm);
  font-size: 0.85rem; font-weight: 500; color: var(--green);
}

.highlight-chip span { font-size: 1.1rem; }

.about-visual { position: relative; }

.about-img-placeholder {
  width: 100%; aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 24px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 16px; position: relative; overflow: hidden;
}

.about-img-placeholder::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 30%, rgba(46,139,108,0.3) 0%, transparent 60%);
}

.about-logo-large {
  width: 120px; height: 120px; background: var(--green);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
  box-shadow: 0 20px 60px rgba(46,139,108,0.4);
}

.about-logo-large svg { width: 72px; height: 72px; }

.about-pharmacy-name {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem;
  font-weight: 600; color: white; text-align: center; position: relative; z-index: 1;
}

.about-pharmacy-tagline {
  font-size: 0.85rem; color: var(--green-light);
  text-align: center; letter-spacing: 0.06em; position: relative; z-index: 1;
}

.about-badge {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--gold); color: white;
  border-radius: 16px; padding: 18px 20px; text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.about-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; line-height: 1; }
.about-badge-lbl { font-size: 0.7rem; letter-spacing: 0.06em; opacity: 0.85; margin-top: 2px; }

/* â”€â”€â”€ SERVICES â”€â”€â”€ */
.services { background: var(--cream); }

.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; flex-wrap: wrap; gap: 24px; }

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

.service-card {
  background: var(--white); border-radius: var(--radius);
  padding: 36px 30px; transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.06);
  position: relative; overflow: hidden;
}

.service-card::before {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--green); transform: scaleX(0);
  transition: transform 0.3s ease; transform-origin: left;
}

.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 56px; height: 56px; background: var(--green-pale);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 24px; transition: background 0.3s;
}

.service-card:hover .service-icon { background: var(--green); }

.service-card:hover .service-icon svg path,
.service-card:hover .service-icon svg circle,
.service-card:hover .service-icon svg rect { stroke: white; }

.service-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.service-desc  { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }

/* â”€â”€â”€ WHY US â”€â”€â”€ */
.why-us { background: var(--navy); position: relative; overflow: hidden; }

.why-us-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 70% at 80% 50%, rgba(46,139,108,0.15) 0%, transparent 60%);
}

.why-us .section-heading { color: white; }
.why-us .section-tag { color: var(--green-light); }
.why-us .section-tag::before { background: var(--green-light); }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }

.why-list { margin-top: 48px; display: flex; flex-direction: column; gap: 28px; }

.why-item { display: flex; gap: 20px; align-items: flex-start; }

.why-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 600; color: rgba(46,139,108,0.25); line-height: 1; min-width: 52px; }

.why-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: white; margin-bottom: 6px; }
.why-content p  { font-size: 0.9rem; color: rgba(255,255,255,0.5); line-height: 1.7; }

.why-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.why-visual-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 28px 24px; text-align: center;
}

.why-visual-card:first-child {
  grid-column: 1 / -1;
  background: rgba(46,139,108,0.15); border-color: rgba(46,139,108,0.3);
}

.why-visual-num { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 600; color: var(--green-light); line-height: 1; }
.why-visual-lbl { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.06em; }

/* â”€â”€â”€ REVIEWS â”€â”€â”€ */
.reviews { background: var(--white); }
.reviews-header { margin-bottom: 56px; }

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

.review-card {
  background: var(--cream); border-radius: var(--radius);
  padding: 32px 28px; border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.review-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }

.review-stars { color: var(--gold); font-size: 1rem; margin-bottom: 16px; letter-spacing: 2px; }

.review-text {
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
  font-style: italic; color: var(--navy); line-height: 1.7; margin-bottom: 20px;
}

.review-author { font-size: 0.83rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; }

.reviews-summary {
  display: flex; align-items: center; gap: 20px;
  margin-top: 48px; padding: 28px 36px;
  background: var(--green-pale); border-radius: var(--radius);
}

.reviews-score { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 600; color: var(--green); line-height: 1; }
.reviews-summary-text h4 { font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.reviews-summary-text p  { font-size: 0.85rem; color: var(--text-muted); }

/* â”€â”€â”€ CONTACT â”€â”€â”€ */
.contact { background: var(--cream); }

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

.info-card { background: var(--white); border-radius: var(--radius); padding: 40px; border: 1px solid rgba(0,0,0,0.06); }

.info-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--navy); margin-bottom: 28px; }

.info-row { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.info-row:last-child { border-bottom: none; padding-bottom: 0; }

.info-icon { width: 40px; height: 40px; background: var(--green-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }

.info-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--green); margin-bottom: 4px; }
.info-value { font-size: 0.95rem; color: var(--text); }
.info-value a { color: inherit; text-decoration: none; }
.info-value a:hover { color: var(--green); }

.hours-grid { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.hours-row  { display: flex; justify-content: space-between; font-size: 0.88rem; }
.hours-day  { color: var(--text-muted); }
.hours-time { font-weight: 500; color: var(--navy); }
.hours-open { color: var(--green); font-weight: 600; }

.map-placeholder { background: var(--navy); border-radius: var(--radius); overflow: hidden; height: 280px; display: flex; align-items: center; justify-content: center; position: relative; }

.map-placeholder iframe { width: 100%; height: 100%; border: none; filter: brightness(0.9) contrast(1.1); }

/* â”€â”€â”€ PRODUCTS & BRANDS (NEW SECTION) â”€â”€â”€ */
.products-brands { background: var(--white); }

.products-brands .section-subtext {
  font-size: 1rem; color: var(--text-muted);
  line-height: 1.75; margin-bottom: 56px; max-width: 560px;
}

.brand-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }

.brand-tab {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 50px;
  font-size: 0.83rem; font-weight: 500;
  cursor: pointer; border: 1px solid rgba(0,0,0,0.1);
  background: var(--cream); color: var(--text-muted);
  transition: all 0.25s; user-select: none;
}

.brand-tab:hover { border-color: var(--green); color: var(--green); }
.brand-tab.active { background: var(--green); color: white; border-color: var(--green); }
.brand-tab .tab-icon { font-size: 1rem; }

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

.category-card {
  background: var(--cream); border-radius: var(--radius);
  padding: 32px 28px; border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s; position: relative; overflow: hidden;
}

.category-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}

.category-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(0,0,0,0.1); background: var(--white); }
.category-card:hover::after { transform: scaleX(1); }

.category-icon {
  width: 60px; height: 60px; background: var(--green-pale);
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 20px; transition: background 0.3s, transform 0.3s;
}

.category-card:hover .category-icon { background: var(--green); transform: scale(1.05); }

.category-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.category-desc  { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 16px; }

.category-brands-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }

.brand-pill {
  background: white; border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50px; padding: 4px 12px;
  font-size: 0.72rem; font-weight: 600; color: var(--text-muted);
  letter-spacing: 0.04em; transition: all 0.2s;
}

.category-card:hover .brand-pill { border-color: var(--green-pale); color: var(--green); }

.brand-pill.placeholder {
  background: var(--green-pale); border-color: transparent;
  color: var(--green); font-style: italic; font-size: 0.68rem;
}

.brands-strip-label {
  font-size: 0.78rem; font-weight: 600; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.12em;
  text-align: center; margin-bottom: 24px;
}

.brands-logo-strip { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

.brand-logo-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; background: var(--cream);
  border: 1px solid rgba(0,0,0,0.07); border-radius: 12px;
  font-size: 0.82rem; font-weight: 600; color: var(--navy);
  transition: all 0.25s; letter-spacing: 0.02em;
}

.brand-logo-chip:hover { background: var(--white); border-color: var(--green); color: var(--green); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.brand-logo-chip .chip-icon { font-size: 1rem; }

.specials-teaser {
  margin-top: 48px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius); padding: 40px 48px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; position: relative; overflow: hidden; flex-wrap: wrap;
}

.specials-teaser::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(46,139,108,0.2) 0%, transparent 60%);
}

.specials-teaser-text { position: relative; z-index: 1; }
.specials-teaser-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: white; margin-bottom: 8px; }
.specials-teaser-text h3 em { font-style: italic; color: var(--green-light); }
.specials-teaser-text p { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.65; }

.specials-badge {
  position: relative; z-index: 1; background: var(--green);
  color: white; border-radius: var(--radius); padding: 20px 28px;
  text-align: center; flex-shrink: 0; animation: float 3s ease-in-out infinite;
}

.specials-badge-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.8; }
.specials-badge-value { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; line-height: 1.1; margin-top: 2px; }