
/* =================== ASTRA THEME OVERRIDES (hide chrome, fullbleed content) ================== */
html, body { margin: 0 !important; padding: 0 !important; overflow-x: hidden !important; }
.site-header, .site-footer, .ast-primary-header-bar, #masthead, #colophon,
.site-below-footer-wrap, header.site-header, footer.site-footer,
.ast-above-header-wrap, .ast-below-header-wrap { display: none !important; }
#page, #content, .site-content, .ast-container, .entry-content, .ast-article-single,
#primary, main#main, .ast-single-post, .site { margin: 0 !important; padding: 0 !important; max-width: none !important; width: 100% !important; }
.entry-header, .page-title, h1.entry-title, .ast-archive-description { display: none !important; }
.entry-content > * { max-width: none !important; }
/* Defeat Astra h1/h2/h3 entry-content color overrides */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { color: inherit !important; }
/* Defeat Astra button text-transform */
.entry-content .mgr-lp button, .mgr-lp button, .entry-content .mgr-lp .btn, .mgr-lp .btn,
.entry-content .mgr-lp a, .mgr-lp a { text-transform: none !important; letter-spacing: 0 !important; }
.entry-content .mgr-lp .eyebrow, .mgr-lp .eyebrow { text-transform: uppercase !important; letter-spacing: 0.08em !important; }
.entry-content .mgr-lp h4, .mgr-lp-footer h4 { text-transform: uppercase !important; letter-spacing: 0.1em !important; }
.entry-content .mgr-lp-hero h1, .entry-content .mgr-lp-hero h1 *, .mgr-lp-hero h1, .mgr-lp-hero h1 * { color: #fff !important; }
.entry-content .mgr-lp-hero h1 .accent, .mgr-lp-hero h1 .accent { color: #DC2626 !important; }
.entry-content .mgr-lp-why h2, .mgr-lp-why h2 { color: #fff !important; }
.entry-content .mgr-lp-why h2 .accent, .mgr-lp-why h2 .accent { color: #DC2626 !important; }
.entry-content .mgr-lp-cta h2, .mgr-lp-cta h2 { color: #fff !important; }

/* =================== RESET & TOKENS ================== */
.mgr-lp *, .mgr-lp *::before, .mgr-lp *::after { box-sizing: border-box; margin: 0; padding: 0; }
.mgr-lp {
  --red: #DC2626;
  --red-dark: #B91C1C;
  --ink: #0A0A0A;
  --ink-soft: #1A1A1A;
  --white: #FFFFFF;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #E5E5E5;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #1F2937;
  --green: #10B981;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --heading: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
}
.mgr-lp h1, .mgr-lp h2, .mgr-lp h3, .mgr-lp h4 { font-family: var(--heading); line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }
.mgr-lp a { color: inherit; text-decoration: none; }
.mgr-lp img { max-width: 100%; height: auto; display: block; }
.mgr-lp button { font: inherit; cursor: pointer; border: 0; background: none; }
.mgr-lp .eyebrow { font-family: var(--body); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); display: inline-flex; align-items: center; gap: 10px; }
.mgr-lp .eyebrow::before { content: ""; display: inline-block; width: 24px; height: 2px; background: var(--red); }
.mgr-lp .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .mgr-lp .container { padding: 0 32px; } }

/* =================== BUTTONS ================== */
.mgr-lp .btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: var(--radius-pill); font-weight: 600; font-size: 15px; transition: transform .15s ease, background .2s ease; }
.mgr-lp .btn:hover { transform: translateY(-1px); }
.mgr-lp .btn-primary { background: var(--red); color: var(--white); }
.mgr-lp .btn-primary:hover { background: var(--red-dark); }
.mgr-lp .btn-outline { border: 1.5px solid rgba(255,255,255,0.25); color: var(--white); }
.mgr-lp .btn-outline-dark { border: 1.5px solid var(--gray-200); color: var(--ink); background: var(--white); }
.mgr-lp .btn-dark { background: var(--ink); color: var(--white); }
.mgr-lp .btn-white { background: var(--white); color: var(--red); }
.mgr-lp .btn-ghost { border: 1.5px solid rgba(255,255,255,0.3); color: var(--white); background: transparent; }
.mgr-lp .btn svg { width: 18px; height: 18px; }

/* =================== HEADER ================== */
.mgr-lp-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--gray-100); }
.mgr-lp-header .container { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.mgr-lp-logo { display: flex; align-items: center; gap: 12px; }
.mgr-lp-logo img { height: 56px; width: 56px; object-fit: contain; }
@media (max-width: 767px) { .mgr-lp-header .container { height: 68px; } .mgr-lp-logo img { height: 46px; width: 46px; } }
.mgr-lp-nav { display: none; gap: 36px; }
@media (min-width: 1024px) { .mgr-lp-nav { display: flex; } }
.mgr-lp-nav a { font-size: 15px; font-weight: 500; color: var(--gray-700); transition: color .15s; }
.mgr-lp-nav a:hover { color: var(--ink); }
.mgr-lp-header .btn { padding: 11px 20px; font-size: 14px; }
/* Mobile menu toggle */
.mgr-lp-menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--gray-100); }
@media (min-width: 1024px) { .mgr-lp-menu-toggle { display: none; } }
.mgr-lp-menu-toggle svg { width: 22px; height: 22px; }
.mgr-lp-mobile-nav { display: none; flex-direction: column; padding: 16px 20px 24px; border-top: 1px solid var(--gray-100); background: var(--white); gap: 6px; }
.mgr-lp-mobile-nav a { padding: 10px 0; font-weight: 500; color: var(--gray-700); }
.mgr-lp-mobile-nav a + a { border-top: 1px solid var(--gray-100); }
.mgr-lp-header.open .mgr-lp-mobile-nav { display: flex; }
.mgr-lp-header-cta-desktop { display: none; }
@media (min-width: 768px) { .mgr-lp-header-cta-desktop { display: inline-flex; } }

/* =================== HERO ================== */
.mgr-lp-hero { position: relative; background: var(--ink); color: var(--white); overflow: hidden; padding: 80px 0 120px; }
.mgr-lp-hero::before { content: ""; position: absolute; inset: 0; background-image: url("https://magnarent.id/wp-content/uploads/2026/04/heroBg.jpg"); background-size: cover; background-position: center; opacity: 0.55; z-index: 0; }
.mgr-lp-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.4) 0%, rgba(10,10,10,0.7) 50%, rgba(10,10,10,0.95) 100%), radial-gradient(ellipse at 70% 30%, rgba(220,38,38,0.25), transparent 60%); z-index: 1; }
.mgr-lp-hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .mgr-lp-hero .container { grid-template-columns: 1.2fr 1fr; gap: 64px; } }
.mgr-lp-hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-pill); font-size: 13px; font-weight: 500; margin-bottom: 24px; }
.mgr-lp-hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(16,185,129,0.25); animation: mgr-pulse 2s infinite; }
@keyframes mgr-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.mgr-lp-hero h1 { font-size: clamp(40px, 8vw, 84px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.02; margin-bottom: 20px; }
.mgr-lp-hero h1 .accent { color: var(--red); }
.mgr-lp-hero p.lead { font-size: clamp(16px, 2vw, 18px); color: rgba(255,255,255,0.75); max-width: 500px; margin-bottom: 32px; }
.mgr-lp-hero p.lead strong { color: var(--white); font-weight: 600; }
.mgr-lp-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.mgr-lp-hero-cards { position: relative; min-height: 380px; display: none; }
@media (min-width: 1024px) { .mgr-lp-hero-cards { display: block; } }
.mgr-lp-hero-card { position: absolute; background: rgba(20,20,20,0.85); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg); padding: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); backdrop-filter: blur(12px); }
.mgr-lp-hero-card-1 { top: 0; right: 0; width: 320px; transform: rotate(4deg); }
.mgr-lp-hero-card-2 { bottom: 40px; left: 0; width: 300px; transform: rotate(-3deg); }
.mgr-lp-hero-card .thumb { width: 100%; aspect-ratio: 16/10; border-radius: var(--radius-md); background-size: cover; background-position: center; margin-bottom: 12px; }
.mgr-lp-hero-card .cat { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--red); text-transform: uppercase; }
.mgr-lp-hero-card .title { font-size: 18px; font-weight: 600; color: var(--white); margin: 4px 0 6px; }
.mgr-lp-hero-card .price { font-size: 13px; color: rgba(255,255,255,0.6); }
.mgr-lp-hero-card .ready { position: absolute; top: 24px; right: 24px; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: rgba(16,185,129,0.15); border: 1px solid rgba(16,185,129,0.3); border-radius: var(--radius-pill); font-size: 11px; font-weight: 600; color: var(--green); }
.mgr-lp-hero-card .ready::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.mgr-lp-hero-callout { position: absolute; right: 0; bottom: -60px; background: var(--red); border-radius: var(--radius-lg); padding: 16px 20px; max-width: 240px; font-size: 13px; }
.mgr-lp-hero-callout strong { display: block; font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.mgr-lp-hero-callout small { font-size: 12px; color: rgba(255,255,255,0.85); }

/* =================== STATS STRIP ================== */
.mgr-lp-stats { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.05); padding: 40px 0; }
.mgr-lp-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.mgr-lp-stat-num { font-family: var(--heading); font-size: clamp(32px, 5vw, 52px); font-weight: 700; color: var(--white); line-height: 1; letter-spacing: -0.03em; }
.mgr-lp-stat-label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 6px; }

/* =================== MARQUEE ================== */
.mgr-lp-marquee { background: var(--ink); color: var(--white); padding: 28px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.mgr-lp-marquee-track { display: flex; gap: 48px; animation: mgr-marquee 32s linear infinite; white-space: nowrap; width: max-content; }
.mgr-lp-marquee-track span { font-family: var(--heading); font-size: clamp(24px, 4vw, 36px); font-weight: 600; color: rgba(255,255,255,0.85); display: inline-flex; align-items: center; gap: 48px; }
.mgr-lp-marquee-track span::after { content: "◆"; color: var(--red); font-size: 0.6em; }
@keyframes mgr-marquee { to { transform: translateX(calc(-50% - 24px)); } }

/* =================== ABOUT ================== */
.mgr-lp-about { padding: 100px 0; background: var(--white); }
.mgr-lp-about-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 900px) { .mgr-lp-about-grid { grid-template-columns: 1fr 1.2fr; gap: 64px; } }
.mgr-lp-about-img { position: relative; aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; background-size: cover; background-position: center; background-image: url("https://magnarent.id/wp-content/uploads/2026/04/aboutImg.jpg"); }
.mgr-lp-about-img-card { position: absolute; bottom: 20px; left: 20px; right: 20px; background: var(--ink); border-radius: var(--radius-md); padding: 20px; color: var(--white); }
.mgr-lp-about-img-card svg { width: 22px; height: 22px; color: var(--red); margin-bottom: 10px; }
.mgr-lp-about-img-card strong { font-family: var(--heading); font-size: 20px; font-weight: 600; display: block; }
.mgr-lp-about-img-card small { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 4px; display: block; }
.mgr-lp-about-content h2 { font-size: clamp(32px, 5vw, 56px); margin: 16px 0 24px; color: var(--ink); }
.mgr-lp-about-content p { font-size: 17px; color: var(--gray-600); line-height: 1.65; margin-bottom: 16px; }
.mgr-lp-about-content p strong { color: var(--ink); font-weight: 600; }
.mgr-lp-about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--gray-200); }
.mgr-lp-about-stats .num { font-family: var(--heading); font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--ink); }
.mgr-lp-about-stats .lbl { font-size: 13px; color: var(--gray-500); margin-top: 4px; }

/* =================== SERVICES ================== */
.mgr-lp-services { padding: 100px 0; background: var(--gray-100); }
.mgr-lp-services-head { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 56px; align-items: end; }
@media (min-width: 900px) { .mgr-lp-services-head { grid-template-columns: 1.5fr 1fr; gap: 60px; } }
.mgr-lp-services-head h2 { font-size: clamp(32px, 5vw, 56px); color: var(--ink); }
.mgr-lp-services-head p { font-size: 16px; color: var(--gray-600); }
.mgr-lp-services-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .mgr-lp-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mgr-lp-services-grid { grid-template-columns: repeat(3, 1fr); } }
.mgr-lp-service-card { position: relative; background: var(--white); border-radius: var(--radius-lg); padding: 32px; transition: transform .2s, box-shadow .2s; }
.mgr-lp-service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,0,0,0.08); }
.mgr-lp-service-card .num { position: absolute; top: 24px; right: 28px; font-family: var(--heading); font-size: 14px; font-weight: 600; color: var(--gray-400); }
.mgr-lp-service-card .icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(220,38,38,0.08); display: flex; align-items: center; justify-content: center; color: var(--red); margin-bottom: 48px; }
.mgr-lp-service-card .icon svg { width: 26px; height: 26px; }
.mgr-lp-service-card h3 { font-size: 22px; margin-bottom: 10px; color: var(--ink); }
.mgr-lp-service-card p { font-size: 15px; color: var(--gray-600); margin-bottom: 20px; line-height: 1.55; }
.mgr-lp-service-card .link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--red); }
.mgr-lp-service-card .link:hover { color: var(--red-dark); }

/* =================== CATALOG ================== */
.mgr-lp-catalog { padding: 100px 0; background: var(--white); }
.mgr-lp-catalog-head { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; align-items: end; }
@media (min-width: 900px) { .mgr-lp-catalog-head { grid-template-columns: 1.3fr 1fr; } }
.mgr-lp-catalog-head h2 { font-size: clamp(32px, 5vw, 56px); color: var(--ink); }
.mgr-lp-catalog-tabs { display: flex; flex-wrap: nowrap; gap: 6px; padding: 4px; background: var(--gray-100); border-radius: var(--radius-pill); justify-self: start; overflow-x: auto; max-width: 100%; scrollbar-width: none; }
.mgr-lp-catalog-tabs::-webkit-scrollbar { display: none; }
@media (min-width: 900px) { .mgr-lp-catalog-tabs { justify-self: end; flex-wrap: wrap; overflow-x: visible; } }
.mgr-lp-catalog-tabs button { padding: 8px 18px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 500; color: var(--gray-600); transition: background .15s; text-transform: none !important; letter-spacing: 0 !important; white-space: nowrap; flex-shrink: 0; }
.mgr-lp-catalog-tabs button.active, .mgr-lp-catalog-tabs button:hover { background: var(--ink); color: var(--white); }
.mgr-lp-catalog-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .mgr-lp-catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mgr-lp-catalog-grid { grid-template-columns: repeat(4, 1fr); } }
.mgr-lp-prod-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; }
.mgr-lp-prod-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); border-color: transparent; }
.mgr-lp-prod-img { position: relative; aspect-ratio: 4/3; background-size: cover; background-position: center; }
.mgr-lp-prod-tag { position: absolute; top: 12px; left: 12px; padding: 5px 12px; background: rgba(255,255,255,0.95); border-radius: var(--radius-pill); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--ink); text-transform: uppercase; }
.mgr-lp-prod-badge { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; background: rgba(16,185,129,0.15); border: 1px solid rgba(16,185,129,0.35); border-radius: var(--radius-pill); font-size: 11px; font-weight: 600; color: var(--green); backdrop-filter: blur(8px); }
.mgr-lp-prod-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.mgr-lp-prod-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.mgr-lp-prod-body h3 { font-size: 18px; font-family: var(--body); font-weight: 600; letter-spacing: 0; line-height: 1.3; color: var(--ink); margin-bottom: 4px; }
.mgr-lp-prod-body .spec { font-size: 13px; color: var(--gray-500); margin-bottom: 18px; flex: 1; }
.mgr-lp-prod-price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mgr-lp-prod-price { line-height: 1.2; min-width: 0; }
.mgr-lp-prod-price small { display: block; font-size: 11px; color: var(--gray-500); font-weight: 500; }
.mgr-lp-prod-price .was { display: inline-block; font-size: 11px; color: var(--gray-400); text-decoration: line-through; text-decoration-thickness: 1px; text-decoration-color: rgba(156,163,175,0.8); margin-bottom: 1px; letter-spacing: -0.01em; }
.mgr-lp-prod-price strong { display: block; font-size: 15px; font-weight: 700; color: var(--ink); }
.mgr-lp-prod-price strong .period { font-weight: 400; font-size: 12px; color: var(--gray-500); }
.mgr-lp-prod-card { position: relative; }
.mgr-lp-prod-detail-link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.mgr-lp-prod-detail-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mgr-lp-prod-body .mgr-lp-prod-price-row { position: relative; z-index: 2; }
.mgr-lp-prod-sale-ribbon { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; background: var(--red); color: var(--white); border-radius: var(--radius-pill); font-size: 11px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; box-shadow: 0 4px 12px rgba(220,38,38,0.3); backdrop-filter: blur(8px); }
.mgr-lp-prod-sale-ribbon.best { background: #F59E0B; box-shadow: 0 4px 12px rgba(245,158,11,0.3); }
.mgr-lp-prod-sale-ribbon.new { background: #2563EB; box-shadow: 0 4px 12px rgba(37,99,235,0.3); }
.mgr-lp-prod-btn { padding: 9px 16px; border-radius: var(--radius-pill); border: 1px solid var(--gray-300, #D1D5DB); font-size: 13px; font-weight: 600; color: var(--ink); background: var(--white); transition: background .15s, color .15s; }
.mgr-lp-prod-btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.mgr-lp-catalog-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; padding: 24px 28px; background: var(--gray-100); border-radius: var(--radius-lg); }
.mgr-lp-catalog-cta strong { font-size: 17px; font-weight: 600; color: var(--ink); display: block; margin-bottom: 4px; }
.mgr-lp-catalog-cta small { font-size: 14px; color: var(--gray-500); }

/* =================== WHY ================== */
.mgr-lp-why { padding: 100px 0; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.mgr-lp-why::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 48px 48px; opacity: 0.8; }
.mgr-lp-why .container { position: relative; z-index: 1; }
.mgr-lp-why-head { text-align: center; max-width: 900px; margin: 0 auto 72px; }
.mgr-lp-why-head .eyebrow { justify-content: center; }
.mgr-lp-why-head h2 { font-size: clamp(32px, 5.5vw, 64px); margin-top: 20px; color: var(--white); }
.mgr-lp-why-head h2 .accent { color: var(--red); }
.mgr-lp-why-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 640px) { .mgr-lp-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mgr-lp-why-grid { grid-template-columns: repeat(4, 1fr); } }
.mgr-lp-why-card { padding: 32px 28px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg); }
.mgr-lp-why-card .kicker { font-family: var(--heading); font-size: 28px; font-weight: 700; color: var(--red); margin-bottom: 12px; line-height: 1; }
.mgr-lp-why-card h3 { font-size: 20px; margin-bottom: 10px; color: var(--white); }
.mgr-lp-why-card p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.6; }

/* =================== CTA BAND ================== */
.mgr-lp-cta { padding: 100px 0; background: var(--red); color: var(--white); text-align: center; }
.mgr-lp-cta-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(0,0,0,0.15); border-radius: var(--radius-pill); font-size: 13px; font-weight: 600; margin-bottom: 28px; }
.mgr-lp-cta-badge svg { width: 16px; height: 16px; }
.mgr-lp-cta h2 { font-size: clamp(36px, 6vw, 72px); color: var(--white); margin-bottom: 20px; }
.mgr-lp-cta p { font-size: clamp(16px, 2vw, 20px); color: rgba(255,255,255,0.9); max-width: 680px; margin: 0 auto 40px; line-height: 1.55; }
.mgr-lp-cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.mgr-lp-cta-buttons .btn { padding: 16px 28px; font-size: 16px; }

/* =================== FOOTER ================== */
.mgr-lp-footer { background: var(--ink); color: rgba(255,255,255,0.75); padding: 80px 0 32px; }
.mgr-lp-footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
@media (min-width: 768px) { .mgr-lp-footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; } }
.mgr-lp-footer-brand p { font-size: 14px; line-height: 1.65; margin: 20px 0 20px; max-width: 320px; color: rgba(255,255,255,0.6); }
.mgr-lp-footer-logo { display: inline-flex; padding: 8px 12px; background: var(--white); border-radius: var(--radius-md); }
.mgr-lp-footer-logo img { height: 40px; width: auto; }
.mgr-lp-footer-live { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(16,185,129,0.15); border: 1px solid rgba(16,185,129,0.3); border-radius: var(--radius-pill); font-size: 12px; color: var(--green); font-weight: 500; }
.mgr-lp-footer-live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.mgr-lp-footer h4 { font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.mgr-lp-footer ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.mgr-lp-footer ul li { font-size: 14px; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 10px; }
.mgr-lp-footer ul a { font-size: 14px; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 10px; }
.mgr-lp-footer ul svg { width: 16px; height: 16px; flex-shrink: 0; }
.mgr-lp-footer ul a span, .mgr-lp-footer ul li span { min-width: 0; word-break: break-word; }
.mgr-lp-footer ul a:hover { color: var(--white); }
.mgr-lp-footer-social { display: flex; gap: 10px; margin-bottom: 20px; }
.mgr-lp-footer-social a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: rgba(255,255,255,0.8); transition: background .15s, color .15s; }
.mgr-lp-footer-social a:hover { background: var(--red); color: var(--white); border-color: var(--red); }
.mgr-lp-footer-social svg { width: 18px; height: 18px; }
.mgr-lp-social-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.mgr-lp-social-bar a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: rgba(255,255,255,0.8); transition: background .15s, color .15s, border-color .15s, transform .15s; }
.mgr-lp-social-bar a:hover { background: var(--red); color: var(--white); border-color: var(--red); transform: translateY(-1px); }
.mgr-lp-social-bar svg { width: 18px; height: 18px; }
.mgr-lp-footer-meta { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.55); }
.mgr-lp-footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; font-size: 13px; color: rgba(255,255,255,0.5); }
.mgr-lp-footer-bottom a:hover { color: var(--white); }

/* =================== PRODUCT MODAL ================== */
.mgr-lp-modal { position: fixed; inset: 0; z-index: 10000; display: none; align-items: center; justify-content: center; padding: 20px; }
.mgr-lp-modal[aria-hidden="false"] { display: flex; animation: mgrFadeIn .2s ease; }
@keyframes mgrFadeIn { from { opacity: 0; } to { opacity: 1; } }
.mgr-lp-modal-backdrop { position: absolute; inset: 0; background: rgba(10,10,10,0.75); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.mgr-lp-modal-panel { position: relative; z-index: 1; background: var(--white); border-radius: var(--radius-lg); max-width: 960px; width: 100%; max-height: calc(100vh - 40px); overflow-y: auto; box-shadow: 0 40px 80px rgba(0,0,0,0.3); animation: mgrSlideUp .25s ease; }
@keyframes mgrSlideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.mgr-lp-modal-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: var(--white); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); border: 1px solid var(--gray-200); transition: background .15s, color .15s; }
.mgr-lp-modal-close:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.mgr-lp-modal-close svg { width: 18px; height: 18px; }
.mgr-lp-modal-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 768px) { .mgr-lp-modal-grid { grid-template-columns: 1.1fr 1fr; } }
.mgr-lp-modal-image { aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: var(--gray-100); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
@media (min-width: 768px) { .mgr-lp-modal-image { border-radius: var(--radius-lg) 0 0 var(--radius-lg); aspect-ratio: auto; min-height: 480px; } }
.mgr-lp-modal-body { padding: 32px 28px 28px; display: flex; flex-direction: column; gap: 14px; }
@media (min-width: 768px) { .mgr-lp-modal-body { padding: 48px 40px 40px; } }
.mgr-lp-modal-category { display: inline-flex; align-items: center; padding: 4px 12px; background: rgba(220,38,38,0.08); color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: var(--radius-pill); align-self: flex-start; }
.mgr-lp-modal-title { font-family: var(--heading); font-size: clamp(24px, 4vw, 36px); font-weight: 700; line-height: 1.15; color: var(--ink); letter-spacing: -0.02em; }
.mgr-lp-modal-subtitle { font-size: 15px; color: var(--gray-500); line-height: 1.5; }
.mgr-lp-modal-price { display: flex; align-items: baseline; gap: 10px; padding: 16px 0; border-top: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); }
.mgr-lp-modal-price .was { font-size: 14px; color: var(--gray-400); text-decoration: line-through; }
.mgr-lp-modal-price .now { font-family: var(--heading); font-size: 28px; font-weight: 700; color: var(--ink); }
.mgr-lp-modal-price .period { font-weight: 400; font-size: 14px; color: var(--gray-500); margin-left: 4px; }
.mgr-lp-modal-price .off { display: inline-flex; align-items: center; padding: 4px 10px; background: var(--red); color: var(--white); font-size: 12px; font-weight: 700; border-radius: var(--radius-pill); margin-left: auto; }
.mgr-lp-modal-desc { font-size: 14px; color: var(--gray-700); line-height: 1.7; white-space: pre-line; max-height: 240px; overflow-y: auto; padding-right: 4px; }
.mgr-lp-modal-desc::-webkit-scrollbar { width: 6px; }
.mgr-lp-modal-desc::-webkit-scrollbar-thumb { background: var(--gray-200); border-radius: 3px; }
.mgr-lp-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.mgr-lp-modal-actions .btn { padding: 14px 22px; font-size: 15px; }
body.mgr-lp-modal-open { overflow: hidden; }

/* =================== UTIL ================== */
.mgr-lp .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }


/* =================== STATIC PAGE ADDITIONS ================== */
/* Breadcrumb */
.mgr-breadcrumb { background: var(--gray-50); border-bottom: 1px solid var(--gray-100); padding: 14px 0; font-size: 13px; }
.mgr-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 0; margin: 0; }
.mgr-breadcrumb li { color: var(--gray-500); }
.mgr-breadcrumb li a { color: var(--gray-600); transition: color .15s; }
.mgr-breadcrumb li a:hover { color: var(--red); }
.mgr-breadcrumb li[aria-current='page'] { color: var(--ink); font-weight: 500; }
.mgr-breadcrumb .sep { color: var(--gray-400); }

/* Product page hero */
.mgr-prod-hero { padding: 48px 0 72px; background: var(--white); }
.mgr-prod-hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 900px) { .mgr-prod-hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; } }
.mgr-prod-hero-image { position: relative; aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; background-size: cover; background-position: center; background-color: var(--gray-100); }
.mgr-prod-hero-image .ribbon { position: absolute; top: 16px; right: 16px; padding: 6px 14px; background: var(--red); color: var(--white); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; letter-spacing: 0.02em; }
.mgr-prod-hero-body { display: flex; flex-direction: column; gap: 16px; }
.mgr-prod-hero-cat { align-self: flex-start; padding: 5px 14px; background: rgba(220,38,38,0.08); color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: var(--radius-pill); }
.mgr-prod-hero h1 { font-size: clamp(28px, 4.5vw, 44px); line-height: 1.12; color: var(--ink); letter-spacing: -0.02em; }
.mgr-prod-hero-subtitle { font-size: 16px; color: var(--gray-600); line-height: 1.55; }
.mgr-prod-hero-price { display: flex; align-items: baseline; gap: 12px; padding: 20px 0; border-top: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); }
.mgr-prod-hero-price .was { font-size: 16px; color: var(--gray-400); text-decoration: line-through; }
.mgr-prod-hero-price .now { font-family: var(--heading); font-size: clamp(28px, 4vw, 36px); font-weight: 700; color: var(--ink); }
.mgr-prod-hero-price .period { font-weight: 400; font-size: 14px; color: var(--gray-500); margin-left: 4px; }
.mgr-prod-hero-price .off { margin-left: auto; padding: 6px 12px; background: var(--red); color: var(--white); font-size: 12px; font-weight: 700; border-radius: var(--radius-pill); }
.mgr-prod-hero-ctas { display: flex; flex-wrap: wrap; gap: 10px; }

/* Product description + spec */
.mgr-prod-info { padding: 64px 0; background: var(--gray-50); }
.mgr-prod-info-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 900px) { .mgr-prod-info-grid { grid-template-columns: 1.4fr 1fr; gap: 64px; } }
.mgr-prod-info h2 { font-size: clamp(24px, 3.5vw, 34px); color: var(--ink); margin: 16px 0 20px; }
.mgr-prod-desc { font-size: 16px; line-height: 1.75; color: var(--gray-700); white-space: pre-line; }
.mgr-prod-spec { background: var(--white); border-radius: var(--radius-lg); padding: 28px; border: 1px solid var(--gray-200); }
.mgr-prod-spec h3 { font-size: 18px; margin-bottom: 16px; color: var(--ink); }
.mgr-prod-spec ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.mgr-prod-spec li { font-size: 14px; color: var(--gray-700); padding-left: 22px; position: relative; line-height: 1.5; }
.mgr-prod-spec li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: var(--red); border-radius: 50%; }

/* FAQ */
.mgr-faq { padding: 72px 0; background: var(--white); }
.mgr-faq h2 { font-size: clamp(24px, 3.5vw, 36px); color: var(--ink); margin: 16px 0 36px; }
.mgr-faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 900px; }
.mgr-faq-item { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 0; transition: border-color .15s; }
.mgr-faq-item[open] { border-color: var(--gray-200); background: var(--white); box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.mgr-faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 600; font-size: 15px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.mgr-faq-item summary::-webkit-details-marker { display: none; }
.mgr-faq-item summary::after { content: '+'; font-size: 22px; color: var(--gray-400); font-weight: 400; transition: transform .2s; flex-shrink: 0; }
.mgr-faq-item[open] summary::after { transform: rotate(45deg); color: var(--red); }
.mgr-faq-ans { padding: 0 22px 20px; font-size: 14px; color: var(--gray-600); line-height: 1.7; }

/* Related products strip */
.mgr-related { padding: 72px 0; background: var(--gray-50); }
.mgr-related-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.mgr-related h2 { font-size: clamp(24px, 3.5vw, 34px); color: var(--ink); }
.mgr-related-head a.view-all { font-size: 14px; font-weight: 600; color: var(--red); }
.mgr-related-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .mgr-related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mgr-related-grid { grid-template-columns: repeat(4, 1fr); } }

/* Category page hero */
.mgr-cat-hero { padding: 72px 0 56px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.mgr-cat-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 48px 48px; }
.mgr-cat-hero .container { position: relative; z-index: 1; }
.mgr-cat-hero .eyebrow { color: var(--red); }
.mgr-cat-hero h1 { font-size: clamp(34px, 5vw, 56px); margin: 20px 0 20px; color: var(--white); line-height: 1.1; }
.mgr-cat-hero p { font-size: clamp(16px, 2vw, 18px); color: rgba(255,255,255,0.7); max-width: 640px; line-height: 1.6; }
.mgr-cat-stats { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 40px; }
.mgr-cat-stats div strong { display: block; font-family: var(--heading); font-size: 28px; color: var(--white); }
.mgr-cat-stats div small { display: block; font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.mgr-cat-products { padding: 72px 0; background: var(--white); }
.mgr-cat-products .mgr-lp-catalog-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .mgr-cat-products .mgr-lp-catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mgr-cat-products .mgr-lp-catalog-grid { grid-template-columns: repeat(4, 1fr); } }

/* Paket page hero */
.mgr-paket-hero { padding: 72px 0 56px; background: var(--gray-50); }
.mgr-paket-hero .container { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 900px) { .mgr-paket-hero .container { grid-template-columns: 1.2fr 1fr; } }
.mgr-paket-hero .eyebrow { color: var(--red); }
.mgr-paket-hero h1 { font-size: clamp(34px, 5vw, 56px); color: var(--ink); margin: 16px 0 20px; line-height: 1.1; }
.mgr-paket-hero p { font-size: 17px; color: var(--gray-600); line-height: 1.65; margin-bottom: 28px; }
.mgr-paket-hero-ctas { display: flex; flex-wrap: wrap; gap: 10px; }
.mgr-paket-hero-icon { aspect-ratio: 1; max-width: 320px; margin-left: auto; border-radius: var(--radius-lg); background: var(--ink); color: var(--white); display: flex; align-items: center; justify-content: center; padding: 32px; position: relative; overflow: hidden; }
.mgr-paket-hero-icon svg { width: 50%; height: 50%; color: var(--red); opacity: 0.9; position: relative; z-index: 1; }
.mgr-paket-hero-icon::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(220,38,38,0.2), transparent 60%); }

/* Paket includes */
.mgr-paket-includes { padding: 72px 0; background: var(--white); }
.mgr-paket-includes h2 { font-size: clamp(28px, 4vw, 40px); color: var(--ink); margin: 16px 0 32px; }
.mgr-paket-includes-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .mgr-paket-includes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mgr-paket-includes-grid { grid-template-columns: repeat(3, 1fr); } }
.mgr-paket-include-card { background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.mgr-paket-include-card h3 { font-size: 16px; color: var(--ink); margin: 0; }
.mgr-paket-include-card p { font-size: 13px; color: var(--gray-600); line-height: 1.55; margin: 0 0 8px; }
.mgr-paket-include-card a { color: var(--red); font-weight: 600; font-size: 13px; margin-top: auto; }

/* Paket process steps */
.mgr-paket-steps { padding: 72px 0; background: var(--ink); color: var(--white); }
.mgr-paket-steps h2 { color: var(--white); font-size: clamp(28px, 4vw, 40px); margin-bottom: 40px; text-align: center; }
.mgr-paket-steps-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .mgr-paket-steps-grid { grid-template-columns: repeat(4, 1fr); } }
.mgr-paket-step { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-lg); padding: 28px; position: relative; }
.mgr-paket-step .n { position: absolute; top: 16px; right: 20px; font-family: var(--heading); font-size: 48px; font-weight: 700; color: rgba(220,38,38,0.3); line-height: 1; }
.mgr-paket-step h3 { color: var(--white); font-size: 18px; margin: 24px 0 10px; }
.mgr-paket-step p { color: rgba(255,255,255,0.65); font-size: 13px; line-height: 1.6; }

/* Category/Paket related navigation */
.mgr-related-cats { padding: 72px 0; background: var(--white); }
.mgr-related-cats h2 { font-size: clamp(24px, 3.5vw, 30px); color: var(--ink); margin: 16px 0 28px; }
.mgr-related-cats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 768px) { .mgr-related-cats-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .mgr-related-cats-grid { grid-template-columns: repeat(7, 1fr); } }
.mgr-related-cats-grid a { padding: 18px 14px; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--radius-md); text-align: center; font-weight: 600; font-size: 13px; color: var(--gray-700); transition: all .15s; display: block; }
.mgr-related-cats-grid a:hover, .mgr-related-cats-grid a[aria-current='page'] { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* Body-level reset so .mgr-lp applies without requiring the wrapping rules from home */
body { margin: 0; padding: 0; font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif; background: var(--white); color: var(--ink); }
