/* ===============================
   POSTERIO KIDS — v3 Redesign
   Scandinavian Premium Style
   =============================== */

:root {
  --bg: #FAFAF8;
  --bg-warm: #F5F3EF;
  --white: #FFFFFF;
  --sage: #B8848B;
  --sage-light: rgba(184,132,139,0.10);
  --sage-dark: #A07078;
  --sand: #C4A24C;
  --sand-light: rgba(196,162,76,0.08);
  --sand-hover: #B39240;
  --rose: #C4878E;
  --rose-light: rgba(196,135,142,0.08);
  --text: #3A3A3F;
  --text-secondary: #7A7A7F;
  --text-light: #A0A0A5;
  --border: #E5E0D8;
  --border-light: #EEEBE5;
  --frame-light: #D4C8B0;
  --frame-dark: #5C4A32;
  --frame-white: #E8E5E0;
  --frame-black: #2A2A2E;
  --font-display: 'DM Serif Display', serif;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Nunito', sans-serif;
  --radius: 16px;
  --radius-sm: 8px;
  --radius-lg: 24px;
  --radius-full: 100px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.04);
  --shadow: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.08);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.10);
  --transition: 0.3s ease;
  --max-width: 1200px;
}

*,*::before,*::after { margin:0;padding:0;box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-font-smoothing:antialiased; }
body { font-family:var(--font-body); font-size:16px; line-height:1.6; color:var(--text); background:var(--bg); }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; transition:var(--transition); }
button { border:none; background:none; cursor:pointer; font-family:inherit; }
h1,h2,h3,h4 { font-family:var(--font-heading); font-weight:600; color:var(--text); }

.container { max-width:var(--max-width); margin:0 auto; padding:0 24px; }
.section-header { text-align:center; margin-bottom:56px; }
.section-title { font-family:var(--font-display); font-size:40px; font-weight:400; margin-bottom:12px; }
.section-subtitle { font-size:16px; color:var(--text-secondary); max-width:480px; margin:0 auto; }

/* Buttons */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:14px 28px; border-radius:var(--radius); font-family:var(--font-heading); font-size:15px; font-weight:500; transition:var(--transition); cursor:pointer; }
.btn-primary { background:#ead9c3; color:#3A3A3F; }
.btn-primary:hover { background:#deccb5; transform:translateY(-2px); box-shadow:0 4px 16px rgba(234,217,195,0.4); }
.btn-glass { background:rgba(255,255,255,0.2); color:white; border:1.5px solid rgba(255,255,255,0.4); backdrop-filter:blur(8px); }
.btn-glass:hover { background:rgba(255,255,255,0.3); transform:translateY(-2px); }
.btn-sm { padding:10px 20px; font-size:14px; }
.btn-lg { padding:16px 32px; font-size:16px; }
.btn-outline { background:transparent; border:1.5px solid var(--border); color:var(--text); }
.btn-outline:hover { border-color:var(--sage); color:var(--sage); }

/* ===== TOP ANNOUNCEMENT BANNER (floating overlay with countdown) ===== */
.promo-topbar { position:fixed; top:78px; left:50%; transform:translateX(-50%); z-index:9990; max-width:820px; width:calc(100% - 32px); padding:14px 56px 14px 20px; background:linear-gradient(90deg, #B8848B 0%, #C98F8C 45%, #B8848B 100%); color:#fff; border-radius:20px; box-shadow:0 16px 48px rgba(184,132,139,0.38), 0 2px 10px rgba(0,0,0,0.10); font-family:var(--font-heading); animation:ptSlideDown .45s cubic-bezier(.2,.9,.3,1.15); overflow:hidden; }
.promo-topbar::before { content:''; position:absolute; inset:0; background:radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 45%), radial-gradient(circle at 85% 70%, rgba(255,255,255,0.1) 0%, transparent 40%); pointer-events:none; }
.promo-topbar-inner { display:flex; align-items:center; gap:18px; position:relative; }
.pt-icon-big { font-size:34px; line-height:1; flex-shrink:0; filter:drop-shadow(0 2px 4px rgba(0,0,0,0.15)); }
.pt-body { flex:1; min-width:0; }
.pt-title { font-family:var(--font-display); font-size:17px; font-weight:400; letter-spacing:0.2px; color:#fff; line-height:1.25; }
.pt-title strong { font-size:22px; font-weight:700; margin-right:8px; font-family:var(--font-heading); }
.pt-sub { font-size:12px; color:rgba(255,255,255,0.88); margin-top:2px; font-weight:500; }
.pt-countdown { display:flex; align-items:center; gap:4px; flex-shrink:0; }
.pt-cd-item { display:flex; flex-direction:column; align-items:center; min-width:40px; padding:6px 6px 4px; background:rgba(255,255,255,0.16); border-radius:8px; backdrop-filter:blur(4px); }
.pt-cd-num { font-family:var(--font-heading); font-size:16px; font-weight:700; line-height:1; color:#fff; font-variant-numeric:tabular-nums; }
.pt-cd-label { font-size:8.5px; font-weight:600; color:rgba(255,255,255,0.78); text-transform:uppercase; letter-spacing:0.8px; margin-top:3px; }
.pt-cd-sep { font-size:16px; font-weight:700; color:rgba(255,255,255,0.55); line-height:1; padding-bottom:10px; }
.pt-cta { display:inline-flex; align-items:center; gap:4px; padding:9px 18px; background:#fff; color:#B8848B !important; border-radius:999px; font-size:13px; font-weight:700; white-space:nowrap; text-decoration:none !important; transition:transform .2s, box-shadow .2s; flex-shrink:0; }
.pt-cta:hover { transform:translateY(-1px); box-shadow:0 4px 12px rgba(0,0,0,0.15); }
.pt-close { position:absolute; right:10px; top:10px; width:26px; height:26px; border-radius:50%; background:rgba(255,255,255,0.22); border:1.5px solid rgba(255,255,255,0.5); color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .2s, transform .2s, box-shadow .2s; z-index:10; backdrop-filter:blur(4px); padding:0; line-height:0; }
.pt-close:hover { background:rgba(255,255,255,0.9); color:#B8848B; transform:rotate(90deg) scale(1.08); box-shadow:0 3px 10px rgba(0,0,0,0.2); }
@keyframes ptSlideDown { from { opacity:0; transform:translate(-50%, -20px); } to { opacity:1; transform:translate(-50%, 0); } }
@media (max-width:900px) {
  .pt-cd-sep { display:none; }
  .pt-countdown { gap:6px; }
  .pt-title { font-size:15px; }
  .pt-title strong { font-size:18px; }
}
@media (max-width:720px) {
  .promo-topbar { padding:10px 40px 10px 14px; border-radius:14px; width:calc(100% - 16px); top:72px; }
  .promo-topbar-inner { gap:10px; }
  .pt-icon-big { font-size:22px; }
  .pt-body { flex:1 1 auto; min-width:0; }
  .pt-title { font-size:12px; line-height:1.2; }
  .pt-title strong { font-size:15px; margin-right:5px; }
  .pt-sub { display:none; }
  .pt-countdown { display:none; }
  .pt-cta { font-size:11px; padding:6px 12px; }
  .pt-close { width:22px; height:22px; right:6px; top:6px; }
}

/* ===== HEADER ===== */
.header { position:fixed; top:0; left:0; right:0; z-index:100; background:rgba(250,250,248,0.95); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); border-bottom:1px solid var(--border-light); height:64px; transition:var(--transition); }
.header.scrolled { box-shadow:var(--shadow-sm); }
.header-inner { display:flex; align-items:center; justify-content:space-between; height:64px; gap:16px; }
.logo { display:flex; align-items:baseline; gap:6px; font-family:var(--font-display); flex-shrink:0; }
.logo-posterio { font-size:22px; letter-spacing:2px; }
.logo-kids { font-size:22px; letter-spacing:2.5px; }

/* Search bar in header */
.header-search-bar { flex:1; max-width:480px; position:relative; margin:0 16px; }
.header-search-bar input { width:100%; padding:10px 16px 10px 40px; border:1.5px solid var(--border-light); border-radius:var(--radius-full); font-family:var(--font-body); font-size:14px; color:var(--text); background:var(--bg); outline:none; transition:var(--transition); }
.header-search-bar input:focus { border-color:var(--sage); background:var(--white); box-shadow:0 0 0 3px var(--sage-light); }
.header-search-bar input::placeholder { color:var(--text-light); }
.hsb-icon { position:absolute; left:14px; top:50%; transform:translateY(-50%); color:var(--text-light); pointer-events:none; }
.header-search-bar .hs-dropdown { position:absolute; top:calc(100% + 6px); left:0; right:0; background:var(--white); border-radius:var(--radius); box-shadow:var(--shadow-lg); border:1px solid var(--border-light); z-index:200; }

.header-actions { display:flex; align-items:center; gap:8px; flex-shrink:0; }
.header-icon { display:flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:50%; color:var(--text-secondary); background:none; border:none; cursor:pointer; }
.header-icon:hover { color:var(--sage); background:var(--sage-light); }
.lang-toggle { font-family:var(--font-heading); font-size:12px; font-weight:600; letter-spacing:0.5px; }
.mobile-menu-btn { display:none; flex-direction:column; gap:5px; width:24px; }
.mobile-menu-btn span { display:block; width:100%; height:2px; background:var(--text); border-radius:2px; }

/* ===== NAV BAR (below header) ===== */
.nav-bar { position:fixed; top:64px; left:0; right:0; z-index:99; background:var(--white); border-bottom:1px solid var(--border-light); }
.nav-bar-inner { display:flex; justify-content:center; gap:8px; align-items:center; padding:6px 0; }
.nb-link { padding:7px 28px; font-family:var(--font-heading); font-size:13px; font-weight:500; color:var(--text-secondary); border-radius:var(--radius-full); transition:var(--transition); white-space:nowrap; }
.nb-link:hover,.nb-link.active { color:var(--sage-dark); background:var(--sage-light); }

/* ===== HERO ===== */
.hero { position:relative; z-index:0; min-height:420px; display:flex; align-items:center; margin-top:64px; overflow:hidden; }
.hero-visual { position:absolute; inset:0; }
.hero-slides { position:absolute; inset:0; }
.hero-slide { position:absolute; inset:0; opacity:0; transition:opacity .8s ease-in-out; }
.hero-slide.active { opacity:1; }
.hero-bg-img { width:100%; height:100%; object-fit:cover; object-position:center 30%; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(135deg, rgba(58,58,63,0.6) 0%, rgba(58,58,63,0.25) 60%, rgba(58,58,63,0.1) 100%); pointer-events:none; }
.hero-dots { position:absolute; bottom:20px; right:24px; display:flex; gap:8px; z-index:3; }
.hero-dot { width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,0.45); border:1px solid rgba(255,255,255,0.6); padding:0; cursor:pointer; transition:all .25s ease; }
.hero-dot:hover { background:rgba(255,255,255,0.75); }
.hero-dot.active { background:#fff; width:28px; border-radius:999px; }
.hero-content { position:relative; z-index:2; max-width:600px; padding:48px 0; color:white; }
.hero-badge { display:inline-block; padding:6px 16px; background:rgba(143,168,154,0.25); backdrop-filter:blur(4px); border:1px solid rgba(143,168,154,0.3); color:white; font-family:var(--font-heading); font-size:12px; font-weight:600; letter-spacing:1px; text-transform:uppercase; border-radius:var(--radius-full); margin-bottom:24px; }
.hero-title { font-family:var(--font-display); font-size:38px; font-weight:400; line-height:1.15; margin-bottom:14px; color:white; }
.hero-subtitle { font-size:15px; line-height:1.7; opacity:0.85; margin-bottom:28px; }
.hero-cta { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:28px; }
.hero-trust { display:flex; gap:12px; flex-wrap:wrap; }
.trust-pill { display:inline-flex; align-items:center; gap:6px; padding:6px 14px; background:rgba(255,255,255,0.12); backdrop-filter:blur(4px); border-radius:var(--radius-full); font-size:12px; font-weight:500; color:rgba(255,255,255,0.85); }

/* ===== CATEGORY CIRCLES ===== */
.cat-circles-section { padding:56px 0 48px; background:var(--white); position:relative; z-index:1; }
.cat-circles-title { font-family:var(--font-display); font-size:30px; font-weight:400; text-align:center; margin-bottom:36px; }
.cat-circles-row { display:flex; justify-content:center; gap:32px; overflow-x:auto; padding-bottom:8px; scrollbar-width:none; }
.cat-circles-row::-webkit-scrollbar { display:none; }
.cat-circle-item { display:flex; flex-direction:column; align-items:center; text-decoration:none; color:inherit; flex-shrink:0; transition:var(--transition); }
.cat-circle-item:hover { transform:translateY(4px); }
.cat-circle-img { width:120px; height:120px; border-radius:50%; overflow:hidden; margin-bottom:12px; background:var(--bg-warm); box-shadow:0 2px 12px rgba(0,0,0,0.06); border:3px solid var(--border-light); transition:var(--transition); position:relative; }
.cat-circle-item:hover .cat-circle-img { border-color:var(--sage); box-shadow:0 6px 24px rgba(0,0,0,0.12); }
.cat-circle-img img { width:100%; height:100%; object-fit:cover; }
.cat-circle-new { position:relative; }
.cat-circle-badge { position:absolute; top:4px; right:4px; padding:2px 8px; background:var(--sage); color:white; font-family:var(--font-heading); font-size:9px; font-weight:700; border-radius:var(--radius-full); letter-spacing:0.5px; }
.cat-circle-name { font-family:var(--font-heading); font-size:13px; font-weight:600; color:var(--text); margin-bottom:2px; }
.cat-circle-count { font-size:11px; color:var(--text-light); }

/* Age filter */
.age-filter { margin-top:40px; text-align:center; }
.age-filter-title { font-family:var(--font-heading); font-size:14px; font-weight:600; color:var(--text-secondary); margin-bottom:16px; text-transform:uppercase; letter-spacing:0.5px; }
.age-pills { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; }
.age-pill { display:flex; align-items:center; gap:8px; padding:10px 20px; background:var(--white); border:1.5px solid var(--border-light); border-radius:var(--radius-full); text-decoration:none; color:var(--text); transition:var(--transition); position:relative; }
.age-pill:hover { border-color:var(--sage); transform:translateY(-2px); box-shadow:var(--shadow); }
.age-pill.active { background:var(--sage); color:white; border-color:var(--sage); }
.age-text { font-family:var(--font-heading); font-size:13px; font-weight:600; }
@media(max-width:640px) { .age-pills { gap:8px; } .age-pill { padding:8px 14px; } }

@media (max-width:640px) {
  .cat-circles-row { gap:20px; justify-content:flex-start; }
  .cat-circle-img { width:90px; height:90px; }
}

/* ===== CATEGORY STRIP (legacy) ===== */
.categories-strip { padding:24px 0; background:var(--white); border-bottom:1px solid var(--border-light); position:sticky; top:72px; z-index:90; }
.cat-scroll { display:flex; gap:8px; overflow-x:auto; padding-bottom:4px; scrollbar-width:none; }
.cat-scroll::-webkit-scrollbar { display:none; }
.cat-pill { display:inline-flex; align-items:center; gap:6px; padding:8px 20px; border-radius:var(--radius-full); font-family:var(--font-heading); font-size:13px; font-weight:500; color:var(--text-secondary); background:var(--bg); border:1.5px solid var(--border-light); white-space:nowrap; transition:var(--transition); }
.cat-pill:hover { border-color:var(--sage); color:var(--sage); }
.cat-pill.active { background:var(--sage); color:white; border-color:var(--sage); }
.cat-pill-all { background:transparent; border-style:dashed; color:var(--text-light); font-weight:500; }
.cat-pill-all:hover { border-color:var(--sage); color:var(--sage); border-style:solid; }
.cat-gender-girl { border-color:rgba(184,132,139,0.3); color:var(--sage); }
.cat-gender-girl:hover { border-color:var(--sage); background:var(--sage-light); color:var(--sage); }
.cat-gender-girl.active { background:var(--sage); color:white; border-color:var(--sage); }
.cat-gender-boy { border-color:rgba(139,164,178,0.3); color:#7B9AAB; }
.cat-gender-boy:hover { border-color:#7B9AAB; background:rgba(123,154,171,0.08); color:#7B9AAB; }
.cat-gender-boy.active { background:#7B9AAB; color:white; border-color:#7B9AAB; }
.product-gender-tag { position:absolute; bottom:8px; left:8px; display:flex; gap:4px; }
.gender-dot { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:10px; box-shadow:var(--shadow-sm); }
.gender-dot.girl { background:rgba(196,135,142,0.85); color:white; }
.gender-dot.boy { background:rgba(123,154,171,0.85); color:white; }

/* ===== PERSONALIZE BANNER ===== */
.personalize-banner { padding:80px 0; background:var(--white); }
.pb-card { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; padding:48px; background:linear-gradient(135deg, #FAF8F5 0%, #F5F2ED 100%); border-radius:var(--radius-lg); }
.pb-visual { display:flex; gap:12px; align-items:flex-end; justify-content:center; padding:24px; }
.pb-frame { border-radius:4px; overflow:hidden; box-shadow:var(--shadow-md); background:white; padding:6px; transition:var(--transition); }
.pb-frame:hover { box-shadow:var(--shadow-lg); transform:scale(1.03); }
.pb-frame-1 { transform:rotate(-3deg); }
.pb-frame-2 { transform:rotate(2deg) translateY(-16px); }
.pb-frame-3 { transform:rotate(-1deg) translateY(-6px); }
.pb-poster-img { width:140px; height:190px; object-fit:cover; border-radius:2px; display:block; }
.pb-poster { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:16px 12px; }
.pb-poster-name { width:140px; height:200px; background:linear-gradient(180deg, #F0ECE6 0%, #E8E0D4 100%); border:6px solid var(--frame-light); }
.pb-name-text { font-family:var(--font-display); font-size:32px; color:var(--text); margin-top:20px; display:block; }
.pb-name-sub { font-size:10px; color:var(--text-secondary); margin-top:8px; display:block; }
.pb-name-detail { font-size:9px; color:var(--text-light); margin-top:4px; display:block; }
.pb-poster-zodiac { width:110px; height:150px; background:linear-gradient(180deg, #E8E4DC 0%, #D8D0C4 100%); border:5px solid white; }
.pb-zodiac-icon { font-size:40px; margin-top:16px; opacity:0.5; }
.pb-zodiac-name { font-family:var(--font-heading); font-size:12px; font-weight:600; color:var(--text-secondary); margin-top:8px; display:block; }
.pb-poster-alpha { width:100px; height:140px; background:linear-gradient(180deg, var(--sage-light) 0%, rgba(143,168,154,0.18) 100%); border:5px solid var(--frame-white); }
.pb-alpha-letter { font-family:var(--font-display); font-size:52px; color:var(--sage); margin-top:12px; display:block; }
.pb-alpha-sub { font-size:11px; color:var(--sage-dark); display:block; }
.pb-content { }
.pb-badge { display:inline-block; padding:5px 14px; background:var(--rose-light); color:var(--rose); font-family:var(--font-heading); font-size:12px; font-weight:600; border-radius:var(--radius-full); margin-bottom:16px; }
.pb-title { font-family:var(--font-display); font-size:34px; font-weight:400; line-height:1.25; margin-bottom:16px; }
.pb-desc { font-size:15px; color:var(--text-secondary); line-height:1.7; margin-bottom:24px; }
.pb-features { list-style:none; display:flex; flex-direction:column; gap:10px; margin-bottom:32px; }
.pb-features li { display:flex; align-items:center; gap:10px; font-size:14px; font-weight:500; color:var(--text); }

/* ===== CATEGORY BANNER ===== */
.cat-banner { margin-bottom:40px; animation:fadeSlide 0.4s ease; }
.cat-banner-inner { display:flex; align-items:center; gap:20px; padding:24px 28px; border-radius:var(--radius-lg); position:relative; }
.cat-banner-inner.bg-girl { background:linear-gradient(135deg, #F8EFEF 0%, #F2E6E8 100%); }
.cat-banner-inner.bg-boy { background:linear-gradient(135deg, #EEF2F5 0%, #E4ECF0 100%); }
.cat-banner-inner.bg-edu { background:linear-gradient(135deg, #F6F3EE 0%, #EFEBE4 100%); }
.cat-banner-inner.bg-animal { background:linear-gradient(135deg, #F0F4EE 0%, #E6EDE2 100%); }
.cat-banner-inner.bg-space { background:linear-gradient(135deg, #ECEEF5 0%, #E0E4F0 100%); }
.cat-banner-inner.bg-princess { background:linear-gradient(135deg, #F5EEF2 0%, #EDE4EA 100%); }
.cat-banner-inner.bg-transport { background:linear-gradient(135deg, #EEF2F0 0%, #E2EBE6 100%); }
.cat-banner-inner.bg-personal { background:linear-gradient(135deg, #F5F0EB 0%, #EDE6DE 100%); }
.cat-banner-icon { width:56px; height:56px; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:28px; background:rgba(255,255,255,0.6); border-radius:var(--radius); }
.cat-banner-text { flex:1; }
.cat-banner-title { font-family:var(--font-display); font-size:24px; font-weight:400; margin-bottom:4px; }
.cat-banner-desc { font-size:14px; color:var(--text-secondary); line-height:1.5; }
.cat-banner-link { display:inline-flex; align-items:center; gap:4px; padding:8px 18px; border-radius:var(--radius-full); font-family:var(--font-heading); font-size:12px; font-weight:600; color:var(--text); background:rgba(255,255,255,0.6); white-space:nowrap; flex-shrink:0; transition:var(--transition); }
.cat-banner-link:hover { background:rgba(255,255,255,0.9); color:var(--sage-dark); }
.cat-banner-close { position:absolute; top:16px; right:16px; width:32px; height:32px; display:flex; align-items:center; justify-content:center; border-radius:50%; color:var(--text-light); background:rgba(255,255,255,0.5); cursor:pointer; transition:var(--transition); }
.cat-banner-close:hover { background:rgba(255,255,255,0.8); color:var(--text); }
@keyframes fadeSlide { from { opacity:0; transform:translateY(-12px); } to { opacity:1; transform:translateY(0); } }

/* ===== PRODUCTS GRID ===== */
.products { padding:80px 0; }
.products-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:24px; }
.product-card { border-radius:var(--radius); overflow:hidden; background:var(--white); border:1px solid var(--border-light); transition:var(--transition); }
.product-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); border-color:var(--sage); }
.product-card.hidden { display:none; }
.product-link { display:block; }
.product-img-wrap { position:relative; padding:0; background:var(--bg-warm); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.product-mockup { width:100%; height:auto; aspect-ratio:4/5; object-fit:cover; display:block; transition:transform 0.4s ease; }
.product-card:hover .product-mockup { transform:scale(1.03); }
.product-frame { padding:8px; box-shadow:var(--shadow); border-radius:2px; }
.frame-light { background:var(--frame-light); border:1px solid #C8BC9E; }
.frame-dark { background:var(--frame-dark); border:1px solid #4A3820; }
.frame-white { background:var(--frame-white); border:1px solid #D8D4CC; }
.frame-black { background:var(--frame-black); border:1px solid #1A1A1E; }
.product-img { width:100%; aspect-ratio:3/4; object-fit:cover; display:block; }
.product-badge { position:absolute; top:12px; right:12px; padding:4px 12px; border-radius:var(--radius-full); font-family:var(--font-heading); font-size:11px; font-weight:600; }
.badge-best { background:var(--sage); color:white; }
.badge-gift { background:var(--rose); color:white; }
.badge-custom { background:var(--sand); color:white; }
.product-info { padding:16px; }
.product-name { font-size:15px; font-weight:600; margin-bottom:4px; }
.product-rating { display:flex; align-items:center; gap:4px; margin-bottom:6px; flex-wrap:wrap; }
.pr-stars { color:#E2B83A; font-size:11px; letter-spacing:1px; }
.pr-score { font-family:var(--font-heading); font-size:12px; font-weight:700; color:var(--text); }
.pr-count { font-size:11px; color:var(--text-light); }
.pr-views { font-size:11px; color:var(--text-light); margin-left:auto; }
.product-formats { display:flex; flex-wrap:wrap; gap:6px; }
.fmt { padding:3px 10px; background:var(--bg); border-radius:var(--radius-full); font-size:12px; color:var(--text-secondary); font-weight:500; }
.fmt-framed { background:var(--sage-light); color:var(--sage-dark); font-weight:600; }

/* ===== COLLECTIONS ===== */
.collections { padding:80px 0; background:var(--white); }
.collections-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; }
.collection-card { border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border-light); background:var(--white); transition:var(--transition); }
.collection-card:hover { box-shadow:var(--shadow-lg); transform:translateY(-4px); }
.coll-images { position:relative; padding:28px 16px 20px; min-height:240px; display:flex; align-items:flex-end; justify-content:center; }
.coll-bg-rose { background:linear-gradient(180deg, #F8EFEF 0%, #F2E6E8 100%); }
.coll-bg-blue { background:linear-gradient(180deg, #EEF2F5 0%, #E4ECF0 100%); }
.coll-bg-warm { background:linear-gradient(180deg, #F6F3EE 0%, #EFEBE4 100%); }
.coll-wall { display:flex; align-items:flex-end; justify-content:center; gap:8px; width:100%; }
.coll-frame { padding:4px; background:white; box-shadow:0 2px 8px rgba(0,0,0,0.08); border-radius:2px; width:28%; transition:var(--transition); }
.coll-frame-main { width:36%; transform:translateY(-8px); box-shadow:0 4px 16px rgba(0,0,0,0.10); }
.coll-frame img { width:100%; aspect-ratio:3/4; object-fit:cover; }
.collection-card:hover .coll-frame { box-shadow:0 4px 12px rgba(0,0,0,0.12); }
.collection-card:hover .coll-frame-main { transform:translateY(-12px); box-shadow:0 8px 24px rgba(0,0,0,0.14); }
.coll-tag { position:absolute; top:12px; left:12px; display:inline-flex; align-items:center; gap:5px; padding:4px 12px; border-radius:var(--radius-full); font-family:var(--font-heading); font-size:10px; font-weight:600; letter-spacing:0.3px; backdrop-filter:blur(4px); }
.coll-tag-girl { background:rgba(184,132,139,0.15); color:#A07078; }
.coll-tag-boy { background:rgba(123,154,171,0.15); color:#5A7D8F; }
.coll-tag-edu { background:rgba(196,162,76,0.12); color:#9A7D30; }
.coll-info { padding:20px; text-align:center; }
.coll-badge { display:inline-block; padding:3px 12px; background:var(--rose-light); color:var(--rose); font-family:var(--font-heading); font-size:11px; font-weight:600; border-radius:var(--radius-full); margin-bottom:8px; }
.coll-name { font-size:18px; margin-bottom:6px; }
.coll-desc { font-size:13px; color:var(--text-secondary); line-height:1.6; margin-bottom:12px; }
.coll-pricing { display:flex; justify-content:center; gap:8px; align-items:baseline; margin-bottom:8px; }
.coll-old { font-size:14px; color:var(--text-light); text-decoration:line-through; }
.coll-price { font-family:var(--font-heading); font-size:22px; font-weight:700; color:var(--sage-dark); }
.coll-includes { display:flex; justify-content:center; gap:6px; margin-bottom:16px; font-size:11px; color:var(--text-light); font-family:var(--font-heading); font-weight:500; }

/* ===== HOW IT WORKS ===== */
.how-it-works { padding:80px 0; }
.steps { display:flex; align-items:flex-start; justify-content:center; gap:0; }
.step { text-align:center; flex:1; padding:0 16px; }
.step-num { width:48px; height:48px; margin:0 auto 16px; display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-size:22px; color:var(--sage); background:var(--sage-light); border-radius:50%; border:2px solid var(--sage); }
.step h3 { font-size:15px; font-weight:600; margin-bottom:6px; }
.step p { font-size:13px; color:var(--text-secondary); line-height:1.5; }
.step-line { width:60px; height:2px; background:var(--border); margin-top:24px; flex-shrink:0; }

/* ===== BLOG ===== */
.blog-section { padding:80px 0; }
.blog-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.blog-card { display:flex; flex-direction:column; border-radius:var(--radius); overflow:hidden; background:var(--white); border:1px solid var(--border-light); transition:var(--transition); text-decoration:none; color:inherit; }
.blog-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-lg); border-color:var(--sage); }
.blog-card-featured { grid-column:span 2; flex-direction:row; }
.blog-card-img { overflow:hidden; background:var(--bg-warm); position:relative; flex-shrink:0; }
.blog-card-img img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s; }
.blog-card:hover .blog-card-img img { transform:scale(1.05); }
.blog-card-featured .blog-card-img { width:45%; min-height:240px; }
.blog-card:not(.blog-card-featured) .blog-card-img { height:180px; }
.blog-tag { position:absolute; top:12px; left:12px; padding:4px 12px; background:var(--sage); color:white; border-radius:var(--radius-full); font-family:var(--font-heading); font-size:10px; font-weight:600; }
.blog-card-info { padding:20px; display:flex; flex-direction:column; justify-content:center; flex:1; }
.blog-date { font-family:var(--font-heading); font-size:11px; color:var(--text-light); margin-bottom:8px; }
.blog-card-info h3 { font-family:var(--font-heading); font-size:16px; font-weight:600; line-height:1.4; margin-bottom:8px; }
.blog-card-featured .blog-card-info h3 { font-size:20px; }
.blog-card-info p { font-size:13px; color:var(--text-secondary); line-height:1.6; margin-bottom:12px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.blog-read { font-family:var(--font-heading); font-size:13px; font-weight:600; color:var(--sage); }
.blog-card:hover .blog-read { color:var(--sage-dark); }
@media(max-width:768px) {
  .blog-card-featured { flex-direction:column; grid-column:span 1; }
  .blog-card-featured .blog-card-img { width:100%; min-height:180px; }
  .blog-grid { grid-template-columns:1fr; }
}

/* ===== TRUST ===== */
.trust-section { padding:80px 0; background:var(--white); }
.trust-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:24px; }
.trust-card { text-align:center; padding:32px 20px; border-radius:var(--radius); border:1px solid var(--border-light); transition:var(--transition); }
.trust-card:hover { border-color:var(--sage); box-shadow:var(--shadow); }
.tc-icon { width:56px; height:56px; margin:0 auto 16px; display:flex; align-items:center; justify-content:center; background:var(--sage-light); border-radius:50%; }
.trust-card h3 { font-size:15px; margin-bottom:8px; }
.trust-card p { font-size:13px; color:var(--text-secondary); line-height:1.6; }

/* ===== CTA ===== */
.cta-section { padding:80px 0; }
.cta-card { text-align:center; padding:56px 32px; background:linear-gradient(135deg, #F5F2ED 0%, #EEEBE5 100%); border-radius:var(--radius-lg); }
.cta-card h2 { font-family:var(--font-display); font-size:36px; font-weight:400; margin-bottom:12px; }
.cta-card p { font-size:16px; color:var(--text-secondary); margin-bottom:32px; }
.cta-buttons { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.cta-btn { display:inline-flex; align-items:center; gap:10px; padding:14px 24px; border-radius:var(--radius); font-family:var(--font-heading); font-size:14px; font-weight:500; background:var(--white); border:1.5px solid var(--border); color:var(--text); transition:var(--transition); }
.cta-btn:hover { transform:translateY(-2px); box-shadow:var(--shadow); }
.cta-instagram:hover { border-color:#E1306C; color:#E1306C; }
.cta-facebook:hover { border-color:#1877F2; color:#1877F2; }
.cta-whatsapp:hover { border-color:#25D366; color:#25D366; }

/* ===== FOOTER ===== */
.footer { padding:64px 0 24px; background:var(--text); color:rgba(255,255,255,0.6); }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:48px; margin-bottom:48px; }
.footer-brand p { font-size:14px; line-height:1.7; margin-top:16px; max-width:280px; }
.footer-logo .logo-posterio span, .footer-logo .logo-kids span { filter:brightness(1.5) saturate(0.7); }
.footer-links { display:flex; flex-direction:column; gap:10px; }
.footer-links h4 { font-size:13px; font-weight:600; color:white; text-transform:uppercase; letter-spacing:0.5px; margin-bottom:8px; }
.footer-links a { font-size:14px; color:rgba(255,255,255,0.5); }
.footer-links a:hover { color:var(--sage); }
.footer-bottom { padding-top:24px; border-top:1px solid rgba(255,255,255,0.08); }
.footer-bottom p { font-size:12px; color:rgba(255,255,255,0.3); text-align:center; }

/* ===== PROMO BANNER ===== */
.promo-banner { padding: 80px 0; }
.promo-card {
  background: linear-gradient(135deg, #C4878E 0%, #B8848B 40%, #A07078 100%);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
}
.promo-bg-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%);
  pointer-events: none;
}
.promo-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.25);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  z-index: 5;
  opacity: 0.85;
}
.promo-close:hover {
  background: rgba(255,255,255,0.28);
  opacity: 1;
  transform: rotate(90deg);
}
.promo-content { position: relative; z-index: 2; }
.promo-badge-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.promo-title {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 400;
  color: white;
  line-height: 1.2;
  margin-bottom: 24px;
}
.promo-offer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.promo-offer-big {
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 700;
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.promo-offer-text {
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.9;
}
.promo-desc {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 480px;
}
.promo-cta-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.promo-card .btn-primary { background: white; color: var(--sage); }
.promo-card .btn-primary:hover { background: #F5F5F5; box-shadow: 0 4px 20px rgba(255,255,255,0.3); }
.promo-countdown { display: flex; gap: 12px; }
.promo-cd-item { text-align: center; }
.promo-cd-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  background: rgba(255,255,255,0.15);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 4px;
}
.promo-cd-label { font-size: 11px; opacity: 0.6; text-transform: uppercase; letter-spacing: 0.5px; }
.promo-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.promo-poster {
  position: absolute;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.promo-poster img { width: 100%; height: 100%; object-fit: cover; }
.promo-poster-1 { width: 120px; height: 150px; left: 0; top: 20px; transform: rotate(-8deg); z-index: 1; }
.promo-poster-2 { width: 130px; height: 165px; left: 100px; top: 40px; transform: rotate(3deg); z-index: 2; }
.promo-poster-3 { width: 120px; height: 150px; right: 10px; top: 60px; transform: rotate(8deg); z-index: 3; }
.promo-free-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--sand);
  color: white;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(196,162,76,0.4);
}

/* ===== SOCIAL SECTION ===== */
.social-section { padding: 80px 0 60px; }
.social-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.social-card {
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.social-card .sc-img { width: 100%; height: 100%; }
.social-card .sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.social-card:hover .sc-img img { transform: scale(1.08); }
.social-card .sc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(58,58,63,0.0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.social-card .sc-overlay svg { opacity: 0; transform: scale(0.8); transition: all 0.3s ease; }
.social-card:hover .sc-overlay { background: rgba(58,58,63,0.35); }
.social-card:hover .sc-overlay svg { opacity: 1; transform: scale(1); }
.social-follow {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.social-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  background: linear-gradient(135deg, #E1306C, #C13584, #833AB4);
  color: white;
}
.social-follow-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(193,53,132,0.35); }
.social-follow-fb {
  background: linear-gradient(135deg, #1877F2, #0D6EFD);
}
.social-follow-fb:hover { box-shadow: 0 4px 20px rgba(24,119,242,0.35); }

/* ===== AD BANNER: PERSONALIZATION ===== */
.ad-banner-section { padding: 0 0 80px; }
.ad-banner {
  background: linear-gradient(135deg, #F5EDE4 0%, #EDE3D8 50%, #E8D5C4 100%);
  border-radius: var(--radius-lg);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: center;
}
.ad-banner-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(184,132,139,0.15);
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  color: var(--sage);
  margin-bottom: 16px;
}
.ad-banner-title {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}
.ad-price-highlight { color: var(--sage); }
.ad-banner-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
}
.ad-banner-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}
.ad-feature {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}
.ad-feature svg { color: var(--sage); }
.ad-banner-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-poster-stack {
  position: relative;
  width: 240px;
  height: 300px;
}
.ad-poster {
  position: absolute;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.ad-poster img { width: 100%; height: 100%; object-fit: cover; }
.ad-poster-back { width: 140px; height: 180px; left: 0; top: 0; transform: rotate(-6deg); z-index: 1; }
.ad-poster-mid { width: 140px; height: 180px; left: 50px; top: 20px; transform: rotate(2deg); z-index: 2; }
.ad-poster-front { width: 140px; height: 180px; right: 0; top: 50px; transform: rotate(6deg); z-index: 3; box-shadow: 0 12px 40px rgba(0,0,0,0.15); }

/* ===== ANIMATIONS ===== */
.fade-in { opacity:0; transform:translateY(20px); transition:opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity:1; transform:translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width:1024px) {
  .nav { display:none; }
  .mobile-menu-btn { display:flex; }
  .products-grid { grid-template-columns:repeat(3, 1fr); }
  .collections-grid { grid-template-columns:repeat(2, 1fr); }
  .trust-grid { grid-template-columns:repeat(2, 1fr); }
  .pb-card { grid-template-columns:1fr; gap:32px; }
  .steps { flex-wrap:wrap; gap:16px; }
  .step-line { display:none; }
  .step { min-width:140px; }
  .promo-card { grid-template-columns:1fr; padding:36px; }
  .promo-visual { min-height:200px; position:relative; }
  .promo-poster-1 { left:10%; }
  .promo-poster-2 { left:35%; }
  .promo-poster-3 { right:10%; }
  .social-grid { grid-template-columns:repeat(3, 1fr); }
  .ad-banner { grid-template-columns:1fr; padding:36px; }
  .ad-banner-right { display:none; }
}
@media (max-width:640px) {
  .container { padding:0 16px; }
  .hero-title { font-size:32px; }
  .hero-content { padding:48px 0; }
  .hero-cta { flex-direction:column; }
  .section-title { font-size:30px; }
  .products-grid { grid-template-columns:repeat(2, 1fr); gap:12px; }
  .collections-grid { grid-template-columns:1fr; }
  .trust-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:32px; }
  .cta-buttons { flex-direction:column; align-items:center; }
  .pb-visual { flex-direction:row; flex-wrap:wrap; }
  .promo-card { padding:28px; }
  .promo-title { font-size:26px; }
  .promo-offer-big { font-size:42px; }
  .promo-cta-row { flex-direction:column; gap:16px; }
  .promo-countdown { justify-content:center; }
  .social-grid { grid-template-columns:repeat(3, 1fr); }
  .social-follow { flex-direction:column; align-items:center; }
  .ad-banner { padding:28px; }
  .ad-banner-title { font-size:26px; }
  .ad-banner-features { flex-direction:column; gap:8px; }
}
