/* ==========================================================================
   PETSTIRA — Design Tokens
   ========================================================================== */
:root {
  --navy: #0B2545;
  --navy-soft: #13345E;
  --blue: #2F7DE1;
  --blue-dark: #1E5FC0;
  --teal: #14B8A6;
  --green: #4CAF63;
  --green-dark: #3C9350;
  --yellow: #FFC93C;
  --orange: #FF9F43;
  --cream: #FFF8EC;
  --surface: #FFFFFF;
  --text: #26313D;
  --muted: #647082;
  --border: #E7ECF2;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-soft: 0 8px 24px rgba(11, 37, 69, 0.08);
  --shadow-strong: 0 20px 46px rgba(11, 37, 69, 0.16);
  --gradient-brand: linear-gradient(135deg, var(--blue), var(--teal));
  --gradient-warm: linear-gradient(135deg, var(--orange), var(--yellow));
  --gradient-navy: linear-gradient(135deg, var(--navy-soft), var(--navy));
  --gradient-green: linear-gradient(135deg, var(--green), var(--teal));
  --space-1: clamp(0.4rem, 0.35rem + 0.2vw, 0.6rem);
  --space-2: clamp(0.85rem, 0.75rem + 0.4vw, 1.2rem);
  --space-3: clamp(1.2rem, 1rem + 0.9vw, 2rem);
  --space-4: clamp(1.9rem, 1.5rem + 1.8vw, 3.2rem);
  --space-5: clamp(2.6rem, 2rem + 2.6vw, 4.4rem);
  --container: 1200px;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 {
  font-family: 'Poppins', 'Inter', sans-serif;
  line-height: 1.18;
  margin: 0 0 var(--space-2);
  letter-spacing: -0.01em;
  color: var(--navy);
  font-weight: 700;
}
p { margin: 0 0 var(--space-2); color: var(--muted); max-width: 62ch; }
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--space-3);
}
section { padding: var(--space-5) 0; }
.tint-blue {
  background: linear-gradient(120deg, #123A70 0%, #2F7DE1 55%, #14B8A6 100%);
  position: relative; overflow: hidden;
}
.tint-blue::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 10% 15%, rgba(255,201,60,0.22), transparent 45%),
              radial-gradient(circle at 92% 85%, rgba(255,159,67,0.22), transparent 45%);
}
.tint-blue .container { position: relative; z-index: 1; }
.tint-blue .eyebrow { color: #BFE0FF; }
.tint-blue h2 { color: #fff; }
.tint-blue .lede { color: rgba(255,255,255,0.85); }

.tint-warm {
  background: linear-gradient(120deg, #FF7A1A 0%, #FF9F43 45%, #FFC93C 100%);
  position: relative; overflow: hidden;
}
.tint-warm::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 12% 20%, rgba(255,255,255,0.25), transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(20,184,166,0.2), transparent 45%);
}
.tint-warm .container { position: relative; z-index: 1; }
.tint-warm .eyebrow { color: #7A2E00; background: rgba(255,255,255,0.7); padding: 0.15rem 0.6rem; border-radius: 999px; }
.tint-warm h2 { color: #fff; }
.tint-warm .lede { color: rgba(255,255,255,0.9); }
.tint-warm .category-card { background: #fff; }

.tint-green {
  background: linear-gradient(120deg, #1F6D3A 0%, #4CAF63 55%, #14B8A6 100%);
  position: relative; overflow: hidden;
}
.tint-green::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 88% 20%, rgba(255,201,60,0.22), transparent 45%);
}
.tint-green .container { position: relative; z-index: 1; }
.tint-green .eyebrow { color: #D6FFE4; }
.tint-green h2, .tint-green p { color: #fff; }
.tint-green .split img { box-shadow: 0 25px 60px rgba(0,0,0,0.28); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -60px; left: var(--space-2);
  background: var(--navy); color: #fff; padding: 0.75rem 1.25rem;
  border-radius: var(--radius-sm); z-index: 1000; transition: top 0.2s ease;
}
.skip-link:focus { top: var(--space-2); }
main { display: block; }

/* ==========================================================================
   Typography helpers
   ========================================================================== */
.eyebrow { display: inline-block; font-size: 0.85rem; font-weight: 700; color: var(--blue); letter-spacing: 0.02em; margin-bottom: var(--space-1); text-transform: uppercase; }
.section-head { max-width: 640px; margin-bottom: var(--space-4); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
h1 { font-size: clamp(2.2rem, 1.8rem + 2.2vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 1.5rem + 1.3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 1.1rem + 0.4vw, 1.4rem); }
.lede { font-size: clamp(1.02rem, 0.96rem + 0.3vw, 1.18rem); color: var(--muted); }
.gradient-text {
  background: var(--gradient-brand);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.8rem 1.55rem; border-radius: 999px; font-weight: 600; font-size: 1rem;
  border: none; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gradient-brand); color: #fff; box-shadow: 0 12px 24px rgba(47, 125, 225, 0.3); animation: pulse-glow 2.8s ease-in-out infinite; }
.btn-primary:hover { box-shadow: 0 16px 32px rgba(47, 125, 225, 0.4); animation: none; }
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 12px 24px rgba(47, 125, 225, 0.3); }
  50% { box-shadow: 0 12px 32px rgba(47, 125, 225, 0.55); }
}
.btn-amazon { background: linear-gradient(135deg, #FF9F43, #FF7A1A); color: #fff; box-shadow: 0 12px 24px rgba(255, 122, 26, 0.3); }
.btn-amazon:hover { box-shadow: 0 16px 32px rgba(255, 122, 26, 0.4); }
.btn-navy { background: var(--gradient-navy); color: #fff; box-shadow: 0 12px 24px rgba(11, 37, 69, 0.28); }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-ghost { background: rgba(255,255,255,0.15); color: #fff; border: 1.5px solid rgba(255,255,255,0.4); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,0.25); }
.btn-sm { padding: 0.6rem 1.2rem; font-size: 0.9rem; }
.btn-block { width: 100%; justify-content: center; }
.wa-icon { width: 20px; height: 20px; flex-shrink: 0; border-radius: 50%; }
.btn-sm .wa-icon { width: 17px; height: 17px; }

/* ==========================================================================
   Navbar
   ========================================================================== */
.announce-bar {
  background: linear-gradient(90deg, #FF7A1A, #FFC93C, #14B8A6, #2F7DE1);
  background-size: 300% 100%;
  animation: bar-shift 8s ease infinite;
  color: #fff; text-align: center; font-weight: 700; font-size: 0.85rem;
  padding: 0.5rem var(--space-2);
}
@keyframes bar-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.navbar { position: sticky; top: 0; z-index: 500; padding: var(--space-2) 0; background: transparent; transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; }
.navbar.scrolled { background: rgba(255, 248, 236, 0.94); backdrop-filter: blur(10px); box-shadow: var(--shadow-soft); padding: var(--space-1) 0; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; gap: var(--space-2); }
.brand-logo { display: flex; align-items: center; gap: 0.5rem; }
.brand-logo-img { height: 40px; width: auto; display: block; }
.logo-chip-dark { background: var(--gradient-navy); border-radius: 10px; padding: 0.3rem 0.7rem; display: inline-flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: var(--space-3); }
.nav-links a { font-weight: 600; color: var(--text); position: relative; padding: 0.25rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--gradient-brand); transition: width 0.25s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-links a[aria-current="page"] { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: var(--space-2); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs { padding: var(--space-2) 0 0; font-size: 0.88rem; color: var(--muted); }
.breadcrumbs a { color: var(--blue); font-weight: 600; }
.breadcrumbs .sep { margin: 0 0.4rem; color: var(--border); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; padding: clamp(1.8rem, 1.3rem + 2vw, 2.8rem) 0 clamp(2.2rem, 1.7rem + 2.2vw, 3.4rem); overflow: hidden; }
.hero-bg::before, .hero-bg::after { content: ""; position: absolute; border-radius: 50%; filter: blur(60px); z-index: -1; animation: float-blob 8s ease-in-out infinite; }
.hero-bg::before { width: 380px; height: 380px; background: var(--gradient-brand); opacity: 0.35; top: -100px; right: -80px; }
.hero-bg::after { width: 320px; height: 320px; background: var(--gradient-warm); opacity: 0.3; bottom: -80px; left: -80px; animation-delay: 2s; animation-direction: reverse; }
@keyframes float-blob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-16px, 18px) scale(1.06); }
}
.hero { background: linear-gradient(180deg, #FFF3E0 0%, var(--cream) 55%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--space-4); align-items: center; }
.hero-copy .trust-line { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); font-size: 0.9rem; font-weight: 600; margin-top: var(--space-2); }
.hero-copy .trust-line .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-2); }
.hero-media { position: relative; display: flex; justify-content: center; }
.hero-media .media-frame {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-strong);
  padding: var(--space-3);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-media .media-frame img { width: 100%; height: 100%; object-fit: contain; }
.hero-media .float-badge {
  position: absolute; bottom: 10px; left: -18px;
  background: var(--surface); border-radius: var(--radius); padding: 0.6rem 0.9rem 0.6rem 0.6rem;
  box-shadow: var(--shadow-strong); display: flex; align-items: center; gap: 0.6rem;
  font-weight: 700; font-size: 0.85rem; color: var(--navy); max-width: 210px;
}
.hero-media .float-badge .badge-thumb { width: 40px; height: 40px; border-radius: 10px; background: var(--cream); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.hero-media .float-badge .badge-thumb img { width: 100%; height: 100%; object-fit: contain; }

/* ==========================================================================
   Stats / trust bar
   ========================================================================== */
.trust-bar { padding: var(--space-3) 0; }
.trust-bar-inner {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-2);
  background: linear-gradient(115deg, var(--navy) 0%, var(--blue-dark) 45%, var(--teal) 100%);
  border-radius: var(--radius-lg); padding: var(--space-3);
  box-shadow: var(--shadow-strong); position: relative; overflow: hidden;
}
.trust-bar-inner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 12% 25%, rgba(255,201,60,0.28), transparent 50%),
              radial-gradient(circle at 88% 75%, rgba(255,159,67,0.32), transparent 50%);
}
.trust-item { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.3rem; position: relative; z-index: 1; }
.trust-item .ic { font-size: 1.6rem; }
.trust-item span { font-weight: 700; color: #fff; font-size: 0.95rem; }

/* ==========================================================================
   Split sections
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); align-items: center; }
.split img {
  border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); width: 100%;
  aspect-ratio: 4 / 5; object-fit: contain; background: var(--surface); padding: var(--space-2);
}

/* ==========================================================================
   Product cards
   ========================================================================== */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
.product-card {
  position: relative; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: var(--space-3); box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease; display: flex; flex-direction: column; gap: var(--space-1);
  overflow: hidden;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.product-card .badge-row { position: absolute; top: 16px; left: 16px; display: flex; gap: 0.4rem; z-index: 2; }
.product-card .badge {
  background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
  padding: 0.25rem 0.7rem; font-size: 0.75rem; font-weight: 700; color: var(--navy);
}
.product-card .badge.available { background: var(--green); color: #fff; border: none; }
.product-card .product-media { border-radius: var(--radius); overflow: hidden; background: var(--cream); display: flex; align-items: center; justify-content: center; aspect-ratio: 4/5; }
.product-card .product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.35s ease; }
.product-card:hover .product-media img { transform: scale(1.04); }
.product-card .p-size { font-size: 0.85rem; font-weight: 700; color: var(--blue); }
.product-card h3 { margin-bottom: 0.2rem; }
.product-card .highlight-list { margin: 0 0 var(--space-2); padding: 0; list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
.product-card .highlight-list li { font-size: 0.9rem; color: var(--muted); display: flex; align-items: flex-start; gap: 0.4rem; }
.product-card .highlight-list li::before { content: "✓"; color: var(--green); font-weight: 700; flex-shrink: 0; }
.product-card .btn { margin-top: auto; }

/* ==========================================================================
   Category cards (Coming Soon)
   ========================================================================== */
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-2); }
.category-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: var(--space-2); text-align: center; position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-strong); border-color: var(--blue); }
.category-card .ic { width: 48px; height: 48px; border-radius: 14px; margin: 0 auto var(--space-1); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #fff; background: var(--gradient-brand); transition: transform 0.25s ease; }
.category-card:hover .ic { transform: scale(1.1) rotate(-4deg); }
.category-card:nth-child(3n+2) .ic { background: var(--gradient-green); }
.category-card:nth-child(3n) .ic { background: var(--gradient-warm); }
.category-card h4 { font-size: 0.98rem; margin-bottom: 0.15rem; }
.category-card .soon-tag { display: inline-block; margin-top: 0.4rem; font-size: 0.72rem; font-weight: 700; color: var(--orange); background: rgba(255,159,67,0.12); border-radius: 999px; padding: 0.2rem 0.6rem; }
.category-card.available .soon-tag { color: var(--green); background: rgba(76,175,99,0.12); }

/* ==========================================================================
   Feature cards
   ========================================================================== */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-3); }
.feature-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: var(--space-3); box-shadow: var(--shadow-soft); position: relative; overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.feature-card:nth-child(3n+1)::before { background: var(--gradient-brand); }
.feature-card:nth-child(3n+2)::before { background: var(--gradient-green); }
.feature-card:nth-child(3n)::before { background: var(--gradient-warm); }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-strong); }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: var(--space-2); color: #fff; }
.feature-card:nth-child(3n+1) .feature-icon { background: var(--gradient-brand); }
.feature-card:nth-child(3n+2) .feature-icon { background: var(--gradient-green); }
.feature-card:nth-child(3n) .feature-icon { background: var(--gradient-warm); }
.feature-card h3 { margin-bottom: 0.3rem; font-size: 1.1rem; }
.feature-card p { margin: 0; font-size: 0.92rem; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band { background: var(--gradient-navy); border-radius: var(--radius-lg); padding: var(--space-4) var(--space-3); text-align: center; color: #fff; margin: 0 var(--space-3); position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.82); margin: 0 auto var(--space-3); }
.cta-actions { display: flex; gap: var(--space-2); justify-content: center; flex-wrap: wrap; }
.cta-band.warm { background: var(--gradient-warm); }

/* ==========================================================================
   Blog cards
   ========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-3); }
.blog-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform 0.25s ease, box-shadow 0.25s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.blog-card .blog-media { aspect-ratio: 16/10; overflow: hidden; background: var(--cream); }
.blog-card .blog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.blog-card:hover .blog-media img { transform: scale(1.05); }
.blog-card .blog-body { padding: var(--space-2); display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
.blog-card .cat-tag { font-size: 0.75rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.03em; }
.blog-card h3 { font-size: 1.08rem; margin-bottom: 0.1rem; }
.blog-card p { font-size: 0.9rem; margin: 0; }
.blog-card .read-more { margin-top: auto; font-weight: 700; color: var(--navy); display: inline-flex; align-items: center; gap: 0.3rem; }
.blog-card .featured-image-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--gradient-brand); color: #fff; font-size: 2rem; }

/* ==========================================================================
   Newsletter / Coming Soon
   ========================================================================== */
.newsletter-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-3); display: flex; gap: var(--space-2); align-items: center; flex-wrap: wrap; box-shadow: var(--shadow-soft); }
.newsletter-box form { display: flex; gap: 0.6rem; flex: 1; min-width: 260px; }
.newsletter-box input[type="email"] { flex: 1; padding: 0.75rem 1rem; border-radius: var(--radius-sm); border: 1.5px solid var(--border); font-family: inherit; font-size: 0.95rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.75); padding: var(--space-5) 0 var(--space-3); margin-top: var(--space-5); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: var(--space-3); padding-bottom: var(--space-4); border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .brand-logo-img { height: 34px; }
.footer-brand p { color: rgba(255,255,255,0.6); max-width: 30ch; margin-top: var(--space-1); }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: var(--space-2); }
.footer-col ul li { margin-bottom: 0.55rem; }
.footer-col a:hover { color: #fff; }
.footer-social { display: flex; gap: 0.6rem; margin-top: var(--space-1); }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: rgba(255,255,255,0.2); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: var(--space-3); font-size: 0.85rem; color: rgba(255,255,255,0.5); flex-wrap: wrap; gap: var(--space-2); }
.footer-legal-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-legal-links a:hover { color: #fff; }

/* ==========================================================================
   WhatsApp floating button
   ========================================================================== */
.whatsapp-float {
  position: fixed; bottom: 20px; right: 20px; z-index: 900;
  display: flex; align-items: center; gap: 0.55rem; background: var(--surface); color: var(--navy);
  padding: 0.7rem 1.05rem 0.7rem 0.7rem; border-radius: 999px; border: 1px solid var(--border);
  box-shadow: var(--shadow-strong); font-weight: 700; font-size: 0.92rem;
}
.whatsapp-float .wa-icon { width: 26px; height: 26px; }
.whatsapp-float::before { content: ""; position: absolute; inset: 0; border-radius: 999px; background: rgba(37, 211, 102, 0.35); animation: pulse 2.6s ease-out infinite; z-index: -1; }
@keyframes pulse { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.5); opacity: 0; } }

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */
.page-hero { position: relative; overflow: hidden; padding: var(--space-4) 0 var(--space-3); text-align: center; }
.page-hero .lede { margin: 0 auto; }
.page-hero .container { position: relative; z-index: 1; }
.blob-decor { position: absolute; border-radius: 50%; filter: blur(55px); z-index: 0; pointer-events: none; }
.blob-decor--brand { background: var(--gradient-brand); opacity: 0.16; }
.blob-decor--warm { background: var(--gradient-warm); opacity: 0.14; }

/* ==========================================================================
   Product detail page
   ========================================================================== */
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); align-items: start; }
.pd-gallery-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); background: var(--surface); aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center; }
.pd-gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.pd-gallery-thumbs { display: flex; gap: 0.6rem; margin-top: var(--space-2); }
.pd-gallery-thumbs button { border: 2px solid var(--border); border-radius: var(--radius-sm); padding: 0; background: var(--surface); width: 70px; height: 70px; overflow: hidden; cursor: pointer; }
.pd-gallery-thumbs button.active { border-color: var(--blue); }
.pd-gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pd-info .p-size-tag { display: inline-block; background: var(--cream); border-radius: 999px; padding: 0.3rem 0.8rem; font-weight: 700; font-size: 0.85rem; color: var(--blue); margin-bottom: var(--space-1); }
.pd-info .avail-tag { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; font-weight: 700; color: var(--green-dark); margin-bottom: var(--space-2); }
.pd-info .avail-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.pd-highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin: var(--space-2) 0; }
.pd-highlight-grid li { list-style: none; font-size: 0.9rem; display: flex; gap: 0.4rem; align-items: flex-start; color: var(--text); }
.pd-highlight-grid li::before { content: "✓"; color: var(--green); font-weight: 700; }
.pd-tabs-nav { display: flex; gap: 0.5rem; flex-wrap: wrap; border-bottom: 1px solid var(--border); margin-bottom: var(--space-3); }
.pd-tabs-nav button { background: none; border: none; padding: 0.7rem 1rem; font-weight: 700; color: var(--muted); border-bottom: 2px solid transparent; }
.pd-tabs-nav button.active { color: var(--navy); border-color: var(--blue); }
.pd-tab-panel { display: none; }
.pd-tab-panel.active { display: block; }
.how-to-steps { counter-reset: step; display: flex; flex-direction: column; gap: var(--space-2); }
.how-to-steps li { list-style: none; display: flex; gap: 0.9rem; align-items: flex-start; }
.how-to-steps li::before { counter-increment: step; content: counter(step); flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--gradient-brand); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; }
.faq-item { border-bottom: 1px solid var(--border); padding: var(--space-2) 0; }
.faq-item summary { cursor: pointer; font-weight: 700; color: var(--navy); display: flex; justify-content: space-between; align-items: center; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.3rem; color: var(--blue); transition: transform 0.2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin-top: var(--space-1); }
.ingredient-visual { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); margin-top: var(--space-2); }

/* ==========================================================================
   Pet Care page
   ========================================================================== */
.carecat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3); }
.carecat-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-3); box-shadow: var(--shadow-soft); }
.carecat-card h3 { display: flex; align-items: center; gap: 0.6rem; }
.carecat-card .ic-badge { width: 42px; height: 42px; border-radius: 12px; background: var(--gradient-brand); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.carecat-card .tips-list { margin: var(--space-1) 0 0; padding-left: 1.2rem; list-style: disc; }
.carecat-card .tips-list li { font-size: 0.92rem; color: var(--muted); margin-bottom: 0.3rem; }
.carecat-card .related-link { display: inline-block; margin-top: var(--space-1); font-weight: 700; color: var(--blue); font-size: 0.9rem; }

/* ==========================================================================
   About page
   ========================================================================== */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-2); }
.value-pill { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--space-2); text-align: center; }
.value-pill .ic { font-size: 1.6rem; margin-bottom: 0.4rem; }
.value-pill h4 { font-size: 0.95rem; margin: 0; }

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--space-4); align-items: start; }
.contact-info-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-3); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; gap: var(--space-2); }
.contact-info-item { display: flex; gap: 0.9rem; align-items: flex-start; }
.contact-info-item .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--gradient-brand); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-item h4 { margin-bottom: 0.15rem; font-size: 1rem; }
.contact-info-item a, .contact-info-item span { color: var(--muted); }
.contact-info-item a:hover { color: var(--blue); }
.contact-form-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-3); box-shadow: var(--shadow-soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2); }
.field { margin-bottom: var(--space-2); }
.field label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.4rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.8rem 1rem; border-radius: var(--radius-sm); border: 1.5px solid var(--border);
  font-family: inherit; font-size: 1rem; background: var(--cream); transition: border-color 0.2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); outline: none; }
.field textarea { resize: vertical; min-height: 120px; }
.field .error-msg { color: var(--orange); font-size: 0.85rem; margin-top: 0.3rem; display: none; }
.field.invalid input, .field.invalid textarea { border-color: var(--orange); }
.field.invalid .error-msg { display: block; }
.form-success { display: none; align-items: center; gap: 0.75rem; background: rgba(76,175,99,0.1); border: 1px solid rgba(76,175,99,0.3); color: var(--green-dark); padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-top: var(--space-2); font-weight: 600; }
.form-success.visible { display: flex; }

/* ==========================================================================
   Legal pages
   ========================================================================== */
.legal-content { max-width: 760px; margin: 0 auto; }
.legal-content h2 { margin-top: var(--space-4); }
.legal-content p, .legal-content li { color: var(--muted); max-width: none; }
.legal-content ul { list-style: disc; padding-left: 1.4rem; margin-bottom: var(--space-2); }
.legal-content li { margin-bottom: 0.5rem; }
.legal-updated { color: var(--muted); font-size: 0.9rem; margin-bottom: var(--space-3); }

/* ==========================================================================
   404 page
   ========================================================================== */
.error-page { text-align: center; padding: var(--space-5) 0; }
.error-page .code { font-family: 'Poppins', sans-serif; font-size: clamp(4rem, 3rem + 5vw, 7rem); font-weight: 700; background: var(--gradient-brand); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }

/* ==========================================================================
   Blog article page
   ========================================================================== */
.article-header { text-align: center; max-width: 760px; margin: 0 auto var(--space-3); }
.article-meta { display: flex; justify-content: center; gap: 0.8rem; align-items: center; color: var(--muted); font-size: 0.9rem; margin-top: var(--space-1); }
.article-featured-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); max-width: 900px; aspect-ratio: 16 / 9; margin: 0 auto var(--space-4); background: var(--cream); padding: var(--space-2); }
.article-featured-img img { width: 100%; height: 100%; object-fit: contain; }
.article-layout { display: grid; grid-template-columns: 220px 1fr; gap: var(--space-4); align-items: start; max-width: 980px; margin: 0 auto; }
.toc-box { position: sticky; top: 100px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--space-2); }
.toc-box h4 { font-size: 0.9rem; margin-bottom: 0.6rem; }
.toc-box ul { display: flex; flex-direction: column; gap: 0.4rem; }
.toc-box a { font-size: 0.86rem; color: var(--muted); }
.toc-box a:hover { color: var(--blue); }
.article-body h2 { margin-top: var(--space-4); font-size: 1.5rem; }
.article-body h3 { margin-top: var(--space-3); font-size: 1.15rem; }
.article-body p { max-width: none; }
.article-body ul { list-style: disc; padding-left: 1.3rem; margin-bottom: var(--space-2); }
.article-body li { color: var(--muted); margin-bottom: 0.4rem; }
.article-cta-box { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-3); margin: var(--space-3) 0; display: flex; align-items: center; gap: var(--space-2); flex-wrap: wrap; }
.article-cta-box img { width: 70px; border-radius: var(--radius-sm); flex-shrink: 0; }
.share-row { display: flex; gap: 0.6rem; margin-top: var(--space-3); }
.share-row a { width: 38px; height: 38px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-2); margin-top: var(--space-2); }

/* ==========================================================================
   Scroll-reveal & reduced motion
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .whatsapp-float::before { animation: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 992px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 420px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: var(--space-3); }
  .contact-grid { grid-template-columns: 1fr; }
  .pd-grid { grid-template-columns: 1fr; }
  .carecat-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .toc-box { position: static; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-links, .nav-actions .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.mobile-open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--surface); padding: var(--space-2) var(--space-3); box-shadow: var(--shadow-soft);
    gap: var(--space-2); border-radius: 0 0 var(--radius) var(--radius);
  }
  .nav-actions.mobile-open { display: flex; padding: 0 var(--space-3) var(--space-2); }
  .trust-bar-inner { grid-template-columns: 1fr; text-align: center; }
  .product-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { justify-content: center; }
  .pd-highlight-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .whatsapp-float .wa-text { display: none; }
  .whatsapp-float { padding: 0.55rem; }
  .newsletter-box { flex-direction: column; align-items: stretch; }
}

@media (max-width: 480px) {
  section { padding: var(--space-4) 0; }
  .cta-band { margin: 0 var(--space-2); padding: var(--space-3) var(--space-2); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .category-grid { grid-template-columns: 1fr 1fr; }
}
