:root {
  --ink: #111111;
  --ink-soft: #1b1b1b;
  --paper: #ffffff;
  --warm: #f6f4f0;
  --line: #e5e2dc;
  --accent: #f00693;
  --accent-dark: #7d2ae8;
  --accent-cool: #0ea5e9;
  --green: #20b15a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.image-zoom-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.btn { border-radius: 0; font-weight: 700; padding: .75rem 1.2rem; }
.btn-lg { padding: .95rem 1.45rem; font-size: 1rem; }
.btn-accent { color: #fff; background: var(--accent); border-color: var(--accent); }
.btn-accent:hover, .btn-accent:focus { color: #fff; background: var(--accent-dark); border-color: var(--accent-dark); }
.section-pad { padding: 6rem 0; }
.min-vh-75 { min-height: 75vh; }

.site-nav { background: rgba(15,15,15,.96); min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.navbar-brand { color: #fff; font-weight: 900; font-size: 1.3rem; letter-spacing: -.04em; }
.navbar-brand span span, .footer-brand span, .admin-brand span span, .login-brand-panel h1 span {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark) 60%, var(--accent-cool));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-logo, .admin-brand img {
  object-fit: contain;
  object-position: center;
  border-radius: 1rem;
  background: #fff;
  padding: .18rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.brand-logo { width: 180px; height: 54px; }
.site-nav .nav-link { color: rgba(255,255,255,.7); font-weight: 600; padding: .65rem .8rem!important; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: #fff; }
.service-menu { min-width: 250px; border-radius: 0; border-color: rgba(255,255,255,.08); box-shadow: 0 20px 40px rgba(0,0,0,.28); }
.service-menu .dropdown-item { font-weight: 600; padding: .7rem 1rem; }
.service-menu .dropdown-item:hover, .service-menu .dropdown-item:focus { background: rgba(255,255,255,.08); }
.flash-wrap { position: fixed; z-index: 1100; top: 90px; left: 50%; transform: translateX(-50%); max-width: 720px; }
.preview-banner { padding: .85rem 0; color: #0b3d91; background: #eef5ff; border-bottom: 1px solid #d7e5ff; }
.offer-marquee-section { padding: 1rem 0 1.4rem; background: linear-gradient(180deg, #fff 0%, #faf8f4 100%); border-bottom: 0; }
.offer-banner-grid { display: grid; gap: 1rem; width: min(100%, 980px); margin: 0 auto; }
.offer-banner-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 1fr); overflow: hidden; border: 1px solid rgba(17,17,17,.08); border-radius: 1.75rem; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,244,240,.98)); box-shadow: 0 18px 40px rgba(17,17,17,.1); }
.offer-banner-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(180deg, var(--accent), var(--accent-dark)); }
.offer-banner-left, .offer-banner-right { display: flex; flex-direction: column; justify-content: center; min-height: 140px; padding: 1.45rem 1.7rem; }
.offer-banner-left { align-items: flex-start; }
.offer-banner-right { align-items: flex-end; text-align: right; border-left: 1px solid rgba(17,17,17,.08); gap: .7rem; }
.offer-banner-kicker { display: inline-flex; align-items: center; gap: .45rem; color: #6f6f6f; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.offer-banner-kicker::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
.offer-banner-title { margin-top: .5rem; color: var(--ink); font-size: clamp(1.35rem, 2.2vw, 2.1rem); line-height: 1.05; font-weight: 900; letter-spacing: -.05em; }
.offer-banner-copy { max-width: 36rem; margin-top: .55rem; color: #5f6570; font-size: 1rem; line-height: 1.65; }
.offer-banner-discount { color: var(--accent-dark); font-size: clamp(1.15rem, 1.8vw, 1.85rem); line-height: 1.05; font-weight: 900; letter-spacing: -.04em; }
.offer-banner-code { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .6rem 1rem; color: #fff; background: linear-gradient(135deg, var(--ink), var(--accent-dark)); border-radius: 999px; box-shadow: 0 10px 24px rgba(125,42,232,.18); font-size: .84rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.offer-banner-meta { color: #7b8190; font-size: .92rem; font-weight: 600; }

.hero { color: #fff; overflow: hidden; position: relative; background: radial-gradient(circle at 80% 18%, rgba(240,6,147,.22) 0, rgba(125,42,232,.16) 18%, #161616 42%, #0d0d0d 72%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-glow { position: absolute; width: 32rem; height: 32rem; right: -15rem; top: -12rem; background: linear-gradient(135deg, var(--accent), var(--accent-cool)); filter: blur(140px); opacity: .24; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; color: rgba(255,255,255,.7); }
.eyebrow > span { width: 30px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: #777; }
.hero h1, .page-hero h1 { margin: 1.2rem 0; font-size: clamp(3.4rem, 8vw, 7.5rem); line-height: .89; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em, .page-hero h1 em { color: var(--accent); font-style: normal; }
.hero-copy { color: rgba(255,255,255,.67); font-size: 1.15rem; line-height: 1.7; max-width: 620px; }
.hero-trust { display: flex; gap: 2.5rem; margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.13); max-width: 600px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 1.35rem; }
.hero-trust span { color: rgba(255,255,255,.45); font-size: .78rem; }
.hero-logo-card { position: relative; padding: 1rem; isolation: isolate; }
.hero-logo-card::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.16); border-radius: 2rem; z-index: -1; }
.hero-logo-card img { object-fit: contain; object-position: center; border-radius: 2rem; background: #fff; box-shadow: 0 45px 100px rgba(0,0,0,.55); }
.orange-orbit { position: absolute; inset: 0; border: 2px solid transparent; border-top-color: var(--accent); border-right-color: var(--accent-cool); border-radius: 2rem; transform: rotate(6deg); }

.section-heading h2, .why-section h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; font-weight: 900; margin: 1rem 0 0; }
.home-main-title { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; font-weight: 900; margin: 1rem 0 0; }
.section-heading.narrow { max-width: 700px; }
.text-link { font-weight: 800; border-bottom: 2px solid var(--accent); padding-bottom: .3rem; }
.product-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 60px rgba(0,0,0,.1); }
.product-image-wrap { position: relative; display: block; aspect-ratio: 5 / 4; overflow: hidden; padding: .75rem; background: linear-gradient(180deg, #faf8f4, #f3efe8); }
.product-image { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-image { transform: scale(1.04); }
.product-placeholder { display: grid; place-items: center; width: 100%; height: 100%; min-height: 220px; color: #aaa; font-size: 2.4rem; background: linear-gradient(135deg, #f7f5f1, #ece8e1); }
.featured-badge { position: absolute; top: 1rem; left: 1rem; color: #fff; background: var(--ink); padding: .38rem .7rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.offer-badge { position: absolute; top: 1rem; right: 1rem; color: #fff; background: var(--accent); padding: .38rem .7rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.product-category { color: var(--accent-dark); font-size: .7rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }
.product-card h3 { font-size: 1.05rem; line-height: 1.3; font-weight: 800; margin: .45rem 0 1rem; }
.product-rating-strip { display: inline-flex; align-items: center; gap: .45rem; flex-wrap: wrap; margin: -.25rem 0 .85rem; color: #4e5f78; font-size: .75rem; font-weight: 700; }
.product-rating-strip .stars { color: #ffb400; display: inline-flex; align-items: center; gap: .05rem; letter-spacing: 0; font-size: .82rem; }
.product-rating-strip .stars i { line-height: 1; }
.detail-rating-strip { margin: .2rem 0 1rem; padding: .65rem .8rem; background: #fff; border: 1px solid var(--line); border-radius: .9rem; }
.product-offer-hint { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; margin: .1rem 0 .8rem; padding: .45rem .7rem; border-radius: .75rem; font-size: .8rem; font-weight: 700; line-height: 1.35; }
.product-offer-hint strong { font-weight: 900; }
.product-price { font-size: 1rem; font-weight: 900; }
.product-price-wrap { display: flex; flex-direction: column; gap: .2rem; }
.product-price-wrap--discount { gap: .1rem; }
.product-discount-line, .detail-discount-row { display: inline-flex; align-items: center; gap: .35rem; color: #148a3a; font-weight: 900; line-height: 1; }
.product-discount-arrow, .detail-discount-icon { display: grid; place-items: center; font-size: 1.05rem; }
.product-discount-percent, .detail-discount-percent { font-size: 1.9rem; letter-spacing: -.04em; }
.product-price-line, .detail-price-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: .55rem; line-height: 1; }
.product-price-line .product-original-price, .detail-price-line .detail-original-price { font-size: 1.05rem; color: #7a7a7a; text-decoration: line-through; }
.product-price-line .product-price, .detail-price-line .detail-price { font-size: 1.6rem; font-weight: 900; letter-spacing: -.03em; }
.detail-price-line .detail-price { padding-bottom: 0; border-bottom: 0; }
.product-original-price { color: #8b8b8b; font-size: .86rem; text-decoration: line-through; }
.card-arrow { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--ink); }
.empty-state { text-align: center; padding: 5rem 1.5rem; background: var(--warm); border: 1px solid var(--line); }
.empty-state > i { color: var(--accent); font-size: 3rem; }
.empty-state h2, .empty-state h3 { font-weight: 900; margin-top: 1rem; }

.trust-strip { padding: 2.5rem 0; background: var(--ink); }
.trust-card { display: flex; align-items: center; gap: 1rem; min-height: 120px; padding: 1.4rem; color: #fff; border: 1px solid #343434; background: #141414; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.trust-card:hover { border-color: var(--accent); background: #1a1a1a; transform: translateY(-2px); }
.trust-card > i { color: var(--accent); font-size: 2rem; }
.trust-card span { display: block; color: #8d8d8d; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.trust-card h3 { margin: .35rem 0 0; font-weight: 800; }
.spotlight-copy { max-width: 760px; margin: 1rem 0 0; color: #6b7280; line-height: 1.8; }
.category-spotlights { background: #fff; }
.spotlight-card { display: block; height: 100%; padding: 1.8rem; color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(10,10,10,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.spotlight-card:hover { color: var(--ink); transform: translateY(-4px); border-color: #d9d4cc; box-shadow: 0 24px 50px rgba(10,10,10,.08); }
.spotlight-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 1.2rem; color: var(--accent); background: linear-gradient(135deg, rgba(240,6,147,.08), rgba(14,165,233,.08)); font-size: 1.6rem; }
.spotlight-card h3 { font-size: 1.35rem; font-weight: 900; margin: 0 0 .75rem; }
.spotlight-card p { color: #6b7280; line-height: 1.75; margin: 0 0 1rem; }
.spotlight-card span { display: inline-flex; align-items: center; gap: .45rem; font-weight: 800; }
.service-preview { background: linear-gradient(180deg, #fbfbfc, #f5f8fc); }
.service-preview-card { display: flex; flex-direction: column; height: 100%; padding: 1.7rem; color: var(--ink); background: #fff; border: 1px solid #e6ebf3; box-shadow: 0 16px 34px rgba(15, 32, 68, .05); transition: transform .25s ease, box-shadow .25s ease; }
.service-preview-card:hover { color: var(--ink); transform: translateY(-4px); box-shadow: 0 22px 44px rgba(15, 32, 68, .08); }
.service-preview-card i { color: #0f66d8; font-size: 1.8rem; }
.service-preview-card h3 { margin: 1rem 0 .7rem; font-size: 1.1rem; font-weight: 900; }
.service-preview-card p { margin: 0 0 1rem; color: #66758b; line-height: 1.75; }
.service-preview-card span { margin-top: auto; font-weight: 800; }
.service-market-card { height: 100%; padding: 1.8rem; background: #fff; border: 1px solid #e6ebf3; box-shadow: 0 16px 34px rgba(15, 32, 68, .05); }
.service-market-card h3 { margin: 0 0 .7rem; font-size: 1.45rem; font-weight: 900; }
.service-market-card p { margin: 0 0 1.2rem; color: #66758b; line-height: 1.75; }
.service-market-list { display: grid; gap: .7rem; }
.service-market-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; color: var(--ink); background: #f8fbff; border: 1px solid #e1eaf7; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.service-market-link:hover { color: var(--ink); background: #fff; border-color: #cfdcf1; transform: translateX(2px); }
.service-market-link span { display: inline-flex; align-items: center; gap: .7rem; font-weight: 700; }
.service-market-link i:first-child { color: #0f66d8; font-size: 1rem; }
.amazon-hero { background: radial-gradient(circle at 85% 10%, rgba(14,165,233,.2), #161616 44%, #0d0d0d 80%); }
.amazon-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 32px rgba(0,0,0,.05); overflow: hidden; }
.amazon-card-image { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(180deg, #faf8f4, #f2ede4); }
.amazon-card-img { width: 100%; height: 100%; object-fit: contain; padding: .9rem; }
.amazon-card-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #999; font-size: 2.2rem; }
.amazon-card-body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.amazon-card-body h3 { font-size: 1.02rem; line-height: 1.3; font-weight: 900; margin: .45rem 0 .75rem; }
.amazon-card-body p { color: #5f6570; line-height: 1.7; margin: 0 0 1rem; }
.amazon-brand, .amazon-brand-line { color: #0f66d8; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.amazon-disclaimer { margin: 1.25rem 0; }
.why-section { background: var(--warm); }
.feature-box { position: relative; min-height: 230px; padding: 2rem; background: #fff; border: 1px solid var(--line); }
.feature-box > span { position: absolute; right: 1.3rem; top: 1rem; color: #d4d0c9; font-weight: 800; }
.feature-box > i { color: var(--accent); font-size: 2rem; }
.feature-box h3 { margin: 2.2rem 0 .6rem; font-size: 1.15rem; font-weight: 900; }
.feature-box p { color: #777; margin: 0; line-height: 1.6; }
.reviews-section { color: #fff; background: var(--ink); }
.review-card { height: 100%; margin: 0; padding: 2rem; border: 1px solid #333; background: #171717; }
.stars { color: var(--accent); letter-spacing: .1em; }
.review-card > p { min-height: 120px; margin: 1.5rem 0; color: rgba(255,255,255,.76); line-height: 1.8; }
.review-card footer { display: flex; align-items: center; gap: .85rem; }
.review-card footer > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--accent); font-weight: 900; }
.review-card footer div { display: flex; flex-direction: column; }
.review-card small { color: #777; }
.cta-wrap { margin-top: -1px; margin-bottom: 6rem; }
.cta-panel { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 6vw, 5rem); color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-dark) 55%, var(--accent-cool)); }
.cta-panel h2 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: .9; letter-spacing: -.06em; font-weight: 900; margin: 1rem 0 0; }
.cta-panel .eyebrow { color: rgba(255,255,255,.75); }
.cta-panel .eyebrow > span { background: #fff; }

.site-footer { color: #fff; background: #0d0d0d; }
.footer-brand { font-size: 1.8rem; font-weight: 900; letter-spacing: -.04em; }
.footer-joint-venture { display: inline-flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 1.1rem; padding: .7rem .9rem; color: rgba(255,255,255,.88); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.footer-joint-venture span { color: #9db3d8; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-joint-venture img { width: 58px; height: 58px; object-fit: contain; background: #fff; border-radius: .8rem; padding: .15rem; }
.footer-joint-venture strong { font-size: .98rem; }
.footer-title { color: #777; font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; margin-bottom: 1rem; }
.site-footer .col-6 a, .site-footer .col-lg-3 a { display: block; color: rgba(255,255,255,.68); margin: .7rem 0; }
.site-footer a:hover { color: var(--accent); }
.footer-bottom { padding: 1.25rem 0; color: #666; font-size: .78rem; border-top: 1px solid #252525; }
.whatsapp-float { position: fixed; z-index: 1050; right: 1.25rem; bottom: 1.25rem; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #25d366; border-radius: 50%; font-size: 1.65rem; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.whatsapp-float:hover { color: #fff; transform: scale(1.05); }

.page-hero { padding: 7rem 0 6rem; color: #fff; background: radial-gradient(circle at 80% 0, rgba(240,6,147,.25), #111 45%); }
.page-hero h1 { font-size: clamp(3.4rem, 7vw, 6.5rem); margin-bottom: 0; }
.codenest-hero { background: radial-gradient(circle at 85% 8%, rgba(14,165,233,.28), #0b1630 44%, #0a0f1d 80%); }
.service-hero { background: radial-gradient(circle at 82% 12%, rgba(14,165,233,.26), #101828 42%, #0b0f18 84%); }
.service-hero-media { padding: 1rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.service-hero-media img { width: 100%; height: auto; display: block; }
.service-hero-placeholder { display: grid; place-items: center; min-height: 320px; font-size: 3rem; color: rgba(255,255,255,.7); background: rgba(255,255,255,.05); }
.service-rich-copy { color: #4e5d73; font-size: 1.02rem; line-height: 1.9; }
.service-rich-copy h2 { font-size: 1.4rem; font-weight: 900; margin: 0 0 1rem; color: #111; }
.service-rich-copy h3 { font-size: 1.08rem; font-weight: 900; margin: 1.4rem 0 .75rem; color: #111; }
.service-rich-copy p:last-child { margin-bottom: 0; }
.service-side-card, .service-panel { height: 100%; padding: 1.7rem; background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 16px 34px rgba(15, 32, 68, .05); }
.service-side-card h2, .service-panel h2 { font-size: 1.2rem; font-weight: 900; margin: 1rem 0 .7rem; }
.service-side-card strong { display: block; font-size: 2rem; font-weight: 900; }
.service-side-card p { color: #5f6d81; line-height: 1.8; margin: .8rem 0 0; }
.product-promo-list { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0 1.2rem; }
.product-promo-chip { display: inline-flex; flex-direction: column; gap: .2rem; padding: .75rem .95rem; border: 1px solid rgba(17,17,17,.08); border-radius: 1rem; box-shadow: 0 8px 22px rgba(0,0,0,.05); }
.product-promo-chip strong { font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-promo-chip span { font-size: .85rem; opacity: .9; }
.product-promo-chip.is-active { border-color: var(--accent); box-shadow: 0 14px 30px rgba(240, 6, 147, .16); transform: translateY(-1px); }
.coupon-preview-panel { display: grid; gap: .8rem; padding: 1rem 1.05rem; background: #fff7fb; border: 1px solid rgba(240,6,147,.15); }
.coupon-preview-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.coupon-preview-row span { color: #5f6570; }
.coupon-preview-row strong { color: #111; font-weight: 800; }
.coupon-preview-total { padding-top: .8rem; border-top: 1px dashed rgba(17,17,17,.16); }
.coupon-preview-total span, .coupon-preview-total strong { color: #111; font-size: 1rem; font-weight: 900; }
.checkout-pricing { display: grid; gap: .8rem; padding-top: 1rem; border-top: 1px solid #ece6de; }
.checkout-pricing > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.checkout-pricing span { color: #6b7280; }
.checkout-pricing strong { color: #111; font-weight: 800; }
.checkout-pricing-total { padding-top: .8rem; border-top: 1px dashed #ddd2c5; }
.checkout-pricing-total span, .checkout-pricing-total strong { color: #111; font-size: 1rem; font-weight: 900; }
.customer-feedback-section { background: #fff; }
.checkout-feedback-card { height: 100%; margin: 0; padding: 1.8rem; background: #f9fbff; border: 1px solid #dfe8f5; box-shadow: 0 16px 32px rgba(11, 31, 74, .04); }
.checkout-feedback-card .stars { color: #ffb400; letter-spacing: .08em; }
.checkout-feedback-card p { min-height: 110px; margin: 1rem 0 1.2rem; color: #4e5f78; line-height: 1.8; }
.checkout-feedback-card footer { display: flex; flex-direction: column; gap: .25rem; }
.checkout-feedback-card footer strong { font-size: 1rem; }
.checkout-feedback-card footer span { color: #6b7c92; font-size: .92rem; }
.service-section-soft { background: linear-gradient(180deg, #fbfcff, #f5f8fd); }
.service-bullet-list, .package-services { margin: 1rem 0 0; padding-left: 1.1rem; color: #4f617a; }
.service-bullet-list li, .package-services li { margin-bottom: .6rem; line-height: 1.75; }
.service-step-list { list-style: none; margin: 1rem 0 0; padding: 0; }
.service-step-list li { display: flex; flex-direction: column; gap: .35rem; padding: 1rem 0; border-top: 1px solid #e6edf7; }
.service-step-list li:first-child { padding-top: 0; border-top: 0; }
.service-step-list strong { color: #111; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.service-step-list span { color: #5f6d81; line-height: 1.75; }
.service-cta-panel { align-items: center; }
.service-related-card { display: flex; flex-direction: column; height: 100%; padding: 1.5rem; color: var(--ink); background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 16px 34px rgba(15, 32, 68, .05); }
.service-related-card:hover { color: var(--ink); transform: translateY(-3px); }
.service-related-card h3 { margin: 0 0 .8rem; font-size: 1.15rem; font-weight: 900; }
.service-related-card p { color: #607086; line-height: 1.7; margin: 0 0 1rem; }
.service-related-card span { margin-top: auto; font-weight: 800; }
.joint-message-panel { max-width: 780px; padding: 1.2rem 1.3rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.joint-message-panel strong { display: block; font-size: 1.05rem; }
.joint-message-panel p { margin: .55rem 0 0; color: rgba(255,255,255,.76); line-height: 1.8; }
.catalog-tools { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 1.2rem; }
.search-box { display: flex; align-items: center; max-width: 650px; border: 1px solid var(--line); background: #fff; }
.search-box i { margin-left: 1rem; color: #888; }
.search-box input { flex: 1; min-width: 0; padding: .9rem; border: 0; outline: 0; }
.search-box button { align-self: stretch; color: #fff; background: var(--ink); border: 0; padding: 0 1.4rem; font-weight: 700; }
.filter-scroll { display: flex; gap: .65rem; overflow-x: auto; padding-bottom: .3rem; }
.filter-scroll a { flex: 0 0 auto; padding: .65rem 1.1rem; border: 1px solid var(--line); font-size: .86rem; font-weight: 700; }
.filter-scroll a.active, .filter-scroll a:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.catalog-count { color: #888; font-size: .85rem; margin-bottom: 1.5rem; }
.pagination { --bs-pagination-border-radius: 0; --bs-pagination-color: #111; --bs-pagination-active-bg: #111; --bs-pagination-active-border-color: #111; }

.product-detail { background: #faf9f7; }
.breadcrumb { font-size: .8rem; }
.main-product-image { display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.main-product-image img { width: 100%; height: 100%; object-fit: contain; cursor: zoom-in; }
.image-thumbnails { display: flex; gap: .75rem; margin-top: 1rem; overflow-x: auto; }
.image-thumbnails button { flex: 0 0 88px; width: 88px; height: 88px; padding: 0; background: #fff; border: 2px solid transparent; }
.image-thumbnails button.active { border-color: var(--accent); }
.image-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.image-lightbox { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 1.25rem; background: rgba(17,17,17,.82); backdrop-filter: blur(6px); }
.image-lightbox[hidden] { display: none; }
.image-lightbox-inner { position: relative; width: min(100%, 980px); max-height: 90vh; padding: 1rem; background: #fff; border-radius: 1.4rem; box-shadow: 0 24px 80px rgba(0,0,0,.4); }
.image-lightbox-close { position: absolute; top: .7rem; right: .7rem; display: grid; place-items: center; width: 42px; height: 42px; color: #111; background: #f4f4f4; border: 0; border-radius: 999px; font-size: 1.25rem; }
.image-lightbox img { display: block; width: 100%; max-height: calc(90vh - 2rem); object-fit: contain; }
.image-lightbox-nav { position: absolute; top: 50%; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; color: #111; background: rgba(255,255,255,.93); border: 0; border-radius: 999px; transform: translateY(-50%); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.image-lightbox-nav:hover { background: #fff; }
.image-lightbox-prev { left: .8rem; }
.image-lightbox-next { right: .8rem; }
.image-lightbox-nav i { font-size: 1.3rem; line-height: 1; }
.image-lightbox-counter { position: absolute; left: 50%; bottom: .8rem; padding: .35rem .75rem; color: #fff; background: rgba(17,17,17,.78); border-radius: 999px; transform: translateX(-50%); font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.detail-sticky { position: sticky; top: 110px; padding: 1rem 0; }
.detail-sticky h1 { font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.055em; line-height: 1; font-weight: 900; margin: .8rem 0 1rem; }
.detail-price { font-size: 1.8rem; font-weight: 900; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.detail-price-wrap { display: flex; flex-direction: column; gap: .5rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.detail-price-wrap .detail-price { padding-bottom: 0; border-bottom: 0; }
.detail-original-price { color: #7a7a7a; font-size: 1rem; text-decoration: line-through; }
.detail-description { color: #686868; line-height: 1.8; white-space: pre-line; padding: 1.5rem 0 .5rem; }
.option-group { margin: 1.5rem 0; }
.option-group h2 { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.option-list { display: flex; flex-wrap: wrap; gap: .55rem; }
.option-list span { padding: .55rem .85rem; background: #fff; border: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.option-choice-grid { gap: .7rem; }
.choice-pill { cursor: pointer; }
.choice-pill input { position: absolute; opacity: 0; pointer-events: none; }
.choice-pill span { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: .65rem .95rem; transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.choice-pill input:checked + span { color: #fff; background: var(--ink); border-color: var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.product-order-form { margin-top: .4rem; }
.btn-whatsapp { color: #fff; background: var(--green); border-color: var(--green); margin-top: 1.2rem; }
.btn-whatsapp:hover { color: #fff; background: #169447; }
.share-panel { margin-top: 1.5rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.share-panel h2 { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; margin-bottom: .85rem; }
.share-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.share-btn { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem .95rem; color: var(--ink); background: #fff; border: 1px solid var(--line); font-weight: 700; }
.share-btn:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.share-btn i { font-size: 1rem; }
.order-note { display: flex; justify-content: center; gap: .45rem; color: #888; font-size: .76rem; margin-top: 1rem; }
.codenest-logo-panel { padding: 2rem; background: linear-gradient(145deg, #edf5ff, #ffffff); border: 1px solid #d9e6fb; box-shadow: 0 20px 40px rgba(9, 34, 79, .08); }
.service-card { height: 100%; padding: 1.6rem; background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 16px 30px rgba(11, 31, 74, .05); }
.service-card i { color: #0f66d8; font-size: 2rem; }
.service-card h3 { margin: 1rem 0 .65rem; font-size: 1.08rem; font-weight: 900; }
.service-card p { margin: 0; color: #5f6d81; line-height: 1.7; }
.service-list-panel { padding: 1.4rem 1.5rem; background: #f8fbff; border: 1px solid #dfe8f5; }
.service-list-panel ul { margin: 1rem 0 0; padding-left: 1.15rem; color: #5f6d81; }
.service-list-panel li { margin-bottom: .6rem; line-height: 1.7; }
.client-section-head { max-width: 760px; }
.client-section-head h2 { font-size: clamp(2.3rem, 4.6vw, 4.6rem); }
.client-card { height: 100%; padding: 1.8rem; background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 16px 30px rgba(11, 31, 74, .05); }
.client-card h3 { margin: .95rem 0 .4rem; font-size: 1.35rem; font-weight: 900; }
.client-card a { color: #0f66d8; font-weight: 800; }
.client-card p { margin: .9rem 0 0; color: #5f6d81; line-height: 1.7; }
.client-card-muted { background: #f8fbff; border-style: dashed; }
.client-pill { display: inline-flex; align-items: center; padding: .42rem .7rem; color: #0f66d8; background: #eaf3ff; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.related-products { border-top: 1px solid var(--line); }
.about-logo { padding: 2rem; background: linear-gradient(135deg, rgba(240,6,147,.08), rgba(14,165,233,.08)); border-radius: 2rem; }
.values-section { background: var(--ink); }
.values-section-compact { padding: 4rem 0; }
.codenest-section-copy { max-width: 760px; margin-top: 1rem; color: rgba(255,255,255,.72); font-size: 1.03rem; line-height: 1.8; }
.codenest-highlight-bar { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
.codenest-highlight-bar > div { padding: 1.2rem 1.3rem; background: rgba(255,255,255,.03); }
.codenest-highlight-bar strong { display: block; color: #fff; font-size: 1rem; font-weight: 900; }
.codenest-highlight-bar span { display: block; margin-top: .35rem; color: rgba(255,255,255,.62); line-height: 1.6; }
.value-card { height: 100%; color: #fff; padding: 1.8rem; border: 1px solid #333; }
.value-card b { color: var(--accent); }
.value-card h3 { font-weight: 900; margin: 1.8rem 0 .85rem; }
.value-card p { color: #888; line-height: 1.7; }
.portfolio-section { background: #fff; }
.portfolio-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 18px 36px rgba(11, 31, 74, .06); overflow: hidden; }
.portfolio-image { aspect-ratio: 16 / 10; background: linear-gradient(135deg, #eff5ff, #f9fbff); }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-shot-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .2rem; padding: .2rem; background: linear-gradient(135deg, #eff5ff, #f9fbff); }
.portfolio-shot-grid.has-multiple { grid-template-rows: repeat(2, minmax(120px, 1fr)); }
.portfolio-shot { min-height: 120px; overflow: hidden; background: #e8f0fb; }
.portfolio-shot-main { grid-column: span 2; min-height: 220px; }
.portfolio-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.portfolio-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #0f66d8; font-size: 2.5rem; }
.portfolio-body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.portfolio-body h3 { margin: 0 0 .75rem; font-size: 1.25rem; font-weight: 900; }
.portfolio-body p { color: #5f6d81; line-height: 1.75; margin: 0 0 1rem; }
.portfolio-tech { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.2rem; }
.portfolio-tech span { padding: .45rem .7rem; color: #0f66d8; background: #edf5ff; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: auto; }
.packages-section { background: linear-gradient(180deg, #f8faff, #ffffff); }
.package-card { height: 100%; padding: 2rem; background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 16px 30px rgba(11, 31, 74, .05); }
.package-card h3 { margin: 1rem 0 .8rem; font-size: 2.5rem; font-weight: 900; letter-spacing: -.05em; }
.package-card p { margin: 0; color: #5f6d81; line-height: 1.8; }
.package-card-featured { border-color: #bad3ff; box-shadow: 0 22px 42px rgba(15, 102, 216, .12); }
.testimonials-section { background: #fff; }
.testimonial-card { height: 100%; margin: 0; padding: 2rem; background: #f9fbff; border: 1px solid #dfe8f5; box-shadow: 0 16px 32px rgba(11, 31, 74, .04); }
.testimonial-card p { margin: 1.1rem 0 1.3rem; color: #4e5f78; line-height: 1.8; }
.testimonial-card footer { display: flex; flex-direction: column; gap: .25rem; }
.testimonial-card footer strong { font-size: 1rem; }
.testimonial-card footer span { color: #6b7c92; font-size: .92rem; }
.testimonial-card-fallback { background: linear-gradient(135deg, #f8fbff, #ffffff); }
.customer-feedback-section { background: #fff; }
.checkout-feedback-card { background: #f9fbff; }
.checkout-feedback-card p { min-height: 110px; }
.blog-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 16px 32px rgba(11, 31, 74, .05); overflow: hidden; }
.blog-card-featured { box-shadow: 0 20px 40px rgba(11, 31, 74, .08); }
.blog-card-image { display: block; aspect-ratio: 16 / 10; background: linear-gradient(135deg, #eff5ff, #f9fbff); overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.03); }
.blog-card-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #0f66d8; font-size: 2.6rem; }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.blog-card-body h2, .blog-card-body h3 { margin: .4rem 0 .8rem; font-weight: 900; line-height: 1.15; }
.blog-card-body h2 { font-size: 1.45rem; }
.blog-card-body h3 { font-size: 1.2rem; }
.blog-card-body p { margin: 0; color: #5f6d81; line-height: 1.8; }
.blog-meta, .blog-meta-line { color: #6b7c92; font-size: .82rem; font-weight: 700; }
.blog-meta-line { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1rem; }
.blog-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.blog-tags span { padding: .42rem .7rem; color: #0f66d8; background: #edf5ff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.blog-detail-image { overflow: hidden; border: 1px solid #dfe8f5; box-shadow: 0 16px 32px rgba(11, 31, 74, .05); }
.blog-detail-image img { width: 100%; height: auto; display: block; }
.blog-rich-copy img { max-width: 100%; height: auto; }
.contact-list { margin-top: 2.5rem; }
.contact-list > * { display: flex; gap: 1rem; align-items: center; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-list > * > i { display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: var(--ink); font-size: 1.2rem; }
.contact-list div div, .contact-list a div { display: flex; flex-direction: column; }
.contact-list span { color: #888; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-info-card { padding: 1.75rem; background: #fff; border: 1px solid #dfe8f5; box-shadow: 0 16px 34px rgba(15, 32, 68, .05); }
.contact-info-card h3 { margin: 0 0 .9rem; font-size: 1.1rem; font-weight: 900; }
.contact-info-card p { line-height: 1.8; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--warm); border: 1px solid var(--line); }
.legal-card { padding: clamp(1.5rem, 4vw, 3rem); background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 36px rgba(0,0,0,.04); }
.legal-card h2 { margin-top: 1.8rem; font-size: 1.08rem; font-weight: 900; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { margin: .7rem 0 0; color: #5f6570; line-height: 1.8; }
.invoice-page { padding: 3rem 0 4rem; background: #f6f6f6; }
.invoice-shell { max-width: 900px; margin: 0 auto; }
.invoice-document { padding: 2rem; background: #fff; border: 1px solid #ddd7cf; box-shadow: 0 18px 40px rgba(0,0,0,.05); }
.invoice-topbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid #e8e2d9; }
.invoice-kicker { color: #777; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.invoice-topbar h1 { margin: 0; font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.05; font-weight: 900; letter-spacing: -.04em; }
.invoice-status span { display: inline-flex; align-items: center; padding: .5rem .8rem; color: #111; background: #f5f2ee; border: 1px solid #e1dbd2; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.invoice-brand-row { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.4rem 0 1.1rem; border-bottom: 1px solid #ece6de; }
.invoice-brand-row h2 { margin: 0 0 .45rem; font-size: 1.15rem; font-weight: 900; }
.invoice-brand-row p, .invoice-meta p { margin: .25rem 0; color: #5f6570; line-height: 1.65; }
.invoice-meta { min-width: 220px; }
.invoice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 1.4rem 0; }
.invoice-panel { padding: 1.1rem 1.15rem; background: #fbfaf8; border: 1px solid #ebe4db; }
.invoice-panel h3 { margin: 0 0 .8rem; font-size: .95rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.invoice-panel p { margin: .35rem 0; color: #5f6570; line-height: 1.7; }
.invoice-table-wrap { margin: .2rem 0 1.3rem; }
.invoice-table { margin-bottom: 0; border: 1px solid #ebe4db; }
.invoice-table thead th { color: #555; background: #f7f3ee; border-bottom-color: #e7dfd6; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.invoice-table tbody td, .invoice-table tbody th { padding: .95rem 1rem; border-color: #eee7df; }
.invoice-notes { margin-bottom: 1.25rem; }
.invoice-actions { display: flex; flex-wrap: wrap; gap: .75rem; padding-top: .3rem; }
.form-control, .form-select { min-height: 48px; border-radius: 0; border-color: #d8d4cd; }
.form-control:focus, .form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 .2rem rgba(255,106,0,.12); }
.form-label { font-size: .82rem; font-weight: 800; }
.honeypot { position: absolute; left: -9999px; }
.error-page { display: grid; place-items: center; min-height: 70vh; padding: 3rem 1rem; text-align: center; background: var(--warm); }
.error-page span { color: var(--accent); font-size: 5rem; line-height: 1; font-weight: 900; }
.error-page h1 { font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; letter-spacing: -.05em; margin: 1rem 0; }
.error-page p { color: #777; }

/* Admin */
.admin-body { background: #f4f5f7; }
.admin-shell { min-height: 100vh; }
.admin-sidebar { --bs-offcanvas-width: 270px; position: fixed; z-index: 1040; top: 0; bottom: 0; width: 270px; display: flex; flex-direction: column; color: #fff; background: #101010; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.admin-sidebar-backdrop { position: fixed; inset: 0; z-index: 1035; background: rgba(0,0,0,.5); backdrop-filter: blur(2px); }
.admin-sidebar-backdrop[hidden] { display: none; }
.admin-brand { display: flex; align-items: center; gap: .8rem; height: 82px; padding: 0 1.4rem; font-size: 1.25rem; font-weight: 900; border-bottom: 1px solid #272727; }
.admin-nav { flex: 1 1 auto; padding: 1.4rem .8rem; overflow-y: auto; }
.admin-nav a { display: flex; align-items: center; gap: .8rem; color: #919191; padding: .85rem 1rem; margin-bottom: .25rem; border-left: 3px solid transparent; font-weight: 600; }
.admin-nav a:hover, .admin-nav a.active { color: #fff; background: #1b1b1b; border-left-color: var(--accent); }
.admin-nav i { font-size: 1.05rem; }
.admin-logout { flex: 0 0 auto; margin-top: auto; padding: 1rem; border-top: 1px solid #272727; }
.admin-logout button { width: 100%; padding: .8rem; color: #aaa; background: transparent; border: 0; text-align: left; }
.admin-logout i { margin-right: .8rem; }
.admin-main { min-height: 100vh; margin-left: 270px; }
.admin-topbar { display: flex; align-items: center; height: 72px; padding: 0 2rem; background: #fff; border-bottom: 1px solid #e5e5e5; }
.admin-content { padding: 2rem; }
.admin-page-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 1.8rem; }
.admin-page-head > div > span { color: var(--accent-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.admin-page-head h1 { font-size: 2.1rem; font-weight: 900; letter-spacing: -.04em; margin: .15rem 0 0; }
.admin-page-head p { color: #888; margin: .2rem 0 0; }
.stat-card { display: flex; gap: 1rem; align-items: center; height: 100%; padding: 1.5rem; background: #fff; border: 1px solid #e5e5e5; }
.stat-icon { display: grid; place-items: center; width: 50px; height: 50px; font-size: 1.25rem; }
.stat-icon.orange { color: #cf5500; background: #fff0e5; }.stat-icon.green { color: #18884a; background: #e6f7ef; }.stat-icon.blue { color: #2563eb; background: #eaf0ff; }.stat-icon.purple { color: #7c3aed; background: #f2eaff; }
.stat-card span { display: block; color: #888; font-size: .78rem; }
.stat-card strong { display: block; font-size: 1.8rem; line-height: 1.1; }
.admin-card { background: #fff; border: 1px solid #e4e4e4; }
.admin-card-head { display: flex; justify-content: space-between; align-items: center; padding: 1.35rem 1.5rem; border-bottom: 1px solid #e9e9e9; }
.admin-card-head h2, .form-card h2 { font-size: 1.05rem; font-weight: 900; margin: 0; }
.admin-card-head p { color: #999; font-size: .78rem; margin: .25rem 0 0; }
.admin-card-head a { color: var(--accent-dark); font-size: .82rem; font-weight: 800; }
.admin-table { margin: 0; }
.admin-table th { padding: .85rem 1.25rem; color: #888; background: #fafafa; border-bottom-width: 1px; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-table td { padding: .9rem 1.25rem; }
.table-product { display: flex; align-items: center; gap: .8rem; min-width: 220px; }
.table-product img, .table-product > span { width: 48px; height: 48px; object-fit: cover; background: #eee; }
.table-product > span { display: grid; place-items: center; color: #aaa; }
.table-product div { display: flex; flex-direction: column; }
.table-product small { color: #999; }
.status-pill { display: inline-block; padding: .35rem .65rem; font-size: .7rem; font-weight: 800; }
.status-pill.active { color: #147743; background: #e7f8ef; }.status-pill.inactive { color: #777; background: #eee; }
.table-actions { display: flex; gap: .35rem; }
.table-actions form { display: inline; }
.form-card { padding: 1.6rem; }
.form-card h2 { margin-bottom: 1.4rem; }
.upload-zone { display: flex; flex-direction: column; align-items: center; cursor: pointer; text-align: center; padding: 2.5rem 1rem; border: 2px dashed #d1cec8; background: #faf9f7; }
.upload-zone:hover { border-color: var(--accent); }
.upload-zone > i { color: var(--accent); font-size: 2.5rem; }
.upload-zone span { color: #999; font-size: .78rem; margin-top: .3rem; }
.file-preview, .current-images { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1rem; }
.file-preview img, .current-images img { width: 110px; height: 110px; object-fit: cover; border: 1px solid #ddd; }
.current-images label { display: flex; flex-direction: column; gap: .4rem; color: #777; font-size: .75rem; }
.form-subtitle { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; margin-top: 2rem; }
.admin-form-side { top: 94px; }
.form-switch { padding: .8rem 0 .8rem 3.2rem; border-bottom: 1px solid #eee; }
.form-switch .form-check-input { width: 2.4rem; height: 1.25rem; margin-left: -3.2rem; }
.form-switch .form-check-input:checked { background-color: var(--accent); border-color: var(--accent); }
.form-switch label { display: flex; flex-direction: column; }
.form-switch small { color: #999; }
.category-admin-list > div { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.4rem; border-bottom: 1px solid #eee; }
.category-admin-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--accent); background: #fff0e7; }
.category-admin-list strong, .category-admin-list small { display: block; }
.category-admin-list small { color: #999; }
.message-list { display: grid; gap: 1rem; }
.message-card { padding: 1.5rem; border-left: 3px solid transparent; }
.message-card.unread { border-left-color: var(--accent); }
.message-meta { display: flex; align-items: center; gap: .85rem; }
.message-avatar { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--ink); border-radius: 50%; font-weight: 900; }
.message-meta h2 { font-size: 1rem; font-weight: 900; margin: 0; }
.message-meta a, .message-meta span { display: block; color: #888; font-size: .78rem; }
.message-meta time { color: #999; font-size: .75rem; margin-left: auto; }
.message-card > p { color: #555; line-height: 1.7; margin: 1.2rem 0; white-space: pre-line; }

.login-page { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.login-brand-panel { display: grid; place-items: center; text-align: center; color: #fff; background: radial-gradient(circle at 50% 40%, rgba(240,6,147,.28), #111 55%); }
.login-brand-panel img { object-fit: contain; object-position: center; border-radius: 2rem; background: #fff; padding: .35rem; }
.login-brand-panel h1 { font-size: 2.4rem; font-weight: 900; letter-spacing: -.05em; margin: 1rem 0 0; }
.login-brand-panel p { color: #777; text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; }
.login-form-panel { display: grid; place-items: center; padding: 2rem; }
.login-box { width: 100%; max-width: 460px; }
.login-box h2 { font-size: 3rem; font-weight: 900; letter-spacing: -.055em; margin: .8rem 0 .2rem; }
.back-link { color: #777; font-size: .82rem; font-weight: 700; }
.password-wrap { position: relative; }
.password-wrap button { position: absolute; top: 0; right: 0; height: 100%; width: 50px; background: transparent; border: 0; }

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse { padding: 1rem 0 1.5rem; }
  .hero { padding: 4rem 0; }
  .hero-logo-card { max-width: 530px; margin: 0 auto; }
  .admin-sidebar { width: min(86vw, 320px); max-height: 100vh; transform: translateX(-100%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .admin-sidebar.show { transform: translateX(0); visibility: visible; }
  .admin-main { margin-left: 0; }
  .login-page { grid-template-columns: 1fr; }
  .login-brand-panel { display: none; }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 4rem 0; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-trust { gap: 1.2rem; justify-content: space-between; }
  .hero-trust strong { font-size: 1.05rem; }
  .hero-trust span { font-size: .67rem; }
  .hero-logo-card { max-width: 400px; }
  .cta-panel { align-items: stretch; flex-direction: column; }
  .codenest-highlight-bar { grid-template-columns: 1fr; }
  .review-card > p { min-height: auto; }
  .page-hero { padding: 5rem 0 4rem; }
  .portfolio-shot-main { min-height: 170px; }
  .portfolio-actions { flex-direction: column; }
  .portfolio-actions .btn { width: 100%; }
  .offer-marquee-section { padding: .75rem 0 1rem; }
  .offer-banner-card { grid-template-columns: 1fr; border-radius: 1.2rem; }
  .offer-banner-right { align-items: flex-start; text-align: left; border-left: 0; border-top: 1px solid rgba(17,17,17,.08); }
  .offer-banner-left, .offer-banner-right { min-height: auto; padding: 1.15rem 1.2rem; }
  .offer-banner-meta { font-size: .86rem; }
  .offer-banner-code { min-height: 40px; }
  .product-image-wrap { aspect-ratio: 6 / 5; padding: .6rem; }
  .product-placeholder { min-height: 180px; font-size: 2rem; }
  .product-card-body { padding: .9rem; }
  .product-card h3 { font-size: .98rem; margin-bottom: .85rem; }
  .product-rating-strip { font-size: .7rem; margin-bottom: .7rem; }
  .detail-rating-strip { padding: .55rem .7rem; }
  .product-offer-hint { font-size: .74rem; padding: .4rem .6rem; margin-bottom: .7rem; }
  .featured-badge, .offer-badge { top: .7rem; font-size: .6rem; padding: .32rem .55rem; }
  .amazon-card-body { padding: .9rem; }
  .amazon-card-body h3 { font-size: .98rem; }
  .invoice-page { padding: 1.5rem 0 2.5rem; }
  .invoice-document { padding: 1.2rem; }
  .invoice-topbar, .invoice-brand-row { flex-direction: column; }
  .invoice-grid { grid-template-columns: 1fr; }
  .invoice-meta { min-width: 0; }
  .invoice-actions .btn { width: 100%; }
  .admin-content { padding: 1rem; }
  .admin-topbar { padding: 0 1rem; }
  .admin-page-head { align-items: stretch; flex-direction: column; }
  .admin-page-head .btn { align-self: flex-start; }
  .image-lightbox-inner { padding: .85rem; }
  .image-lightbox-nav { width: 42px; height: 42px; }
  .image-lightbox-prev { left: .55rem; }
  .image-lightbox-next { right: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; }
}

@media print {
  .site-nav,
  .site-footer,
  .whatsapp-float,
  .flash-wrap,
  .invoice-actions { display: none!important; }
  .invoice-page { padding: 0; background: #fff; }
  .invoice-shell { max-width: 100%; }
  .invoice-document { padding: 0; border: 0; box-shadow: none; }
}
