/* AcadifyOS Static Site — Main Stylesheet (Lexend via Google Fonts in <head>) */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lexend', sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
button { font-family: inherit; }
ul { list-style: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }

/* ═══════════════════════════════════════════════
   HOME PAGE — LightLanding
═══════════════════════════════════════════════ */
@keyframes orb1 { 0%,100%{transform:translate(0,0) scale(1)} 40%{transform:translate(40px,-30px) scale(1.08)} 70%{transform:translate(-15px,18px) scale(0.96)} }
@keyframes orb2 { 0%,100%{transform:translate(0,0) scale(1)} 35%{transform:translate(-50px,25px) scale(1.06)} 65%{transform:translate(20px,-12px) scale(0.95)} }
@keyframes orb3 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(28px,36px) scale(1.1)} }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes pulseDot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }

.marquee-track { animation: marquee 30s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }

.ll-root { background: #f7fffe; color: #0f2027; min-height: 100vh; font-family: 'Lexend', sans-serif; }

.ll-orb-wrap { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.ll-orb1 { position: absolute; top: -8%; left: -6%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(23,184,174,0.13) 0%, transparent 65%); filter: blur(50px); animation: orb1 20s ease-in-out infinite; }
.ll-orb2 { position: absolute; top: 25%; right: -8%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 65%); filter: blur(50px); animation: orb2 24s ease-in-out infinite; }
.ll-orb3 { position: absolute; bottom: 5%; left: 28%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(23,184,174,0.09) 0%, transparent 65%); filter: blur(60px); animation: orb3 28s ease-in-out infinite; }
.ll-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(23,184,174,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23,184,174,0.04) 1px, transparent 1px); background-size: 64px 64px; }

.ll-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all 0.3s ease; }
.ll-nav.scrolled { background: rgba(247,255,254,0.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(23,184,174,0.12); }
.ll-nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.ll-nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.ll-nav-link { color: #232b2a; font-size: 14px; font-weight: 500; padding: 6px 14px; border-radius: 9999px; text-decoration: none; transition: all 0.2s; background: none; border: none; cursor: pointer; font-family: inherit; }
.ll-nav-link:hover { color: #0d6f68; background: rgba(23,184,174,0.07); }
.ll-hamburger { display: none; background: none; border: 1.5px solid #d4eeeb; border-radius: 8px; padding: 6px 10px; cursor: pointer; color: #0a1c1a; font-size: 18px; align-items: center; }
.ll-mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 12px 0 16px; border-top: 1px solid #e8f4f3; margin-top: 8px; }
.ll-mobile-menu.open { display: flex; }
.ll-mobile-menu .ll-nav-link { width: 100%; text-align: left; padding: 10px 16px; border-radius: 10px; }

.btn-primary { background: linear-gradient(135deg,#17b8ae 0%,#0da89f 100%); color: #fff; font-weight: 600; border-radius: 9999px; padding: 0.7rem 1.7rem; font-size: 0.9rem; transition: all 0.2s ease; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; line-height: 1; font-family: inherit; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(23,184,174,0.35); }
.btn-secondary { background: #ffffff; color: #1a3330; font-weight: 600; border-radius: 9999px; padding: 0.7rem 1.7rem; font-size: 0.9rem; transition: all 0.2s ease; border: 1.5px solid #d1eae8; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; line-height: 1; font-family: inherit; }
.btn-secondary:hover { border-color: #17b8ae; background: #f0faf9; }

.ll-hero { padding-top: 130px; padding-bottom: 0; text-align: center; position: relative; z-index: 1; background: #ffffff; }
.ll-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(23,184,174,0.1); border: 1px solid rgba(23,184,174,0.25); border-radius: 9999px; padding: 6px 16px; margin-bottom: 24px; font-size: 12px; font-weight: 600; letter-spacing: 0.07em; color: #0a7a73; text-transform: uppercase; }
.ll-hero-title { font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 20px; color: #0a1c1a; }
.ll-hero-title span { color: #17b8ae; }
.ll-hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: #232b2a; max-width: 580px; margin: 0 auto 36px; line-height: 1.7; font-weight: 400; }
.ll-hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.ll-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; max-width: 640px; margin: 0 auto 64px; }
.ll-stat-card { background: #ffffff; border: 1px solid #e8f4f3; border-radius: 16px; padding: 14px 18px; text-align: center; box-shadow: 0 2px 8px rgba(23,184,174,0.06); }
.ll-stat-val { font-size: 1.55rem; font-weight: 800; color: #17b8ae; letter-spacing: -0.03em; }
.ll-stat-label { font-size: 11px; color: #232b2a; margin-top: 4px; font-weight: 500; }

.ll-dashboard-wrap { position: relative; max-width: 100%; margin: 0 auto; }
.ll-dashboard-frame { border-radius: 20px 20px 0 0; border: 1px solid #c8e9e6; border-bottom: none; overflow: hidden; background: #fff; }
.ll-dashboard-chrome { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #f8fdfc; border-bottom: 1px solid #e8f4f3; }
.ll-dashboard-dot { width: 10px; height: 10px; border-radius: 50%; }
.ll-dashboard-urlbar { flex: 1; background: #edf7f6; border-radius: 6px; height: 24px; margin-left: 8px; display: flex; align-items: center; padding: 0 10px; }
.ll-dashboard-img { width: 100%; height: auto; display: block; }
.ll-dashboard-glow { position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); width: 70%; height: 100px; background: radial-gradient(ellipse, rgba(23,184,174,0.18) 0%, transparent 70%); filter: blur(30px); pointer-events: none; }

.ll-section { position: relative; z-index: 1; }
.ll-section-pad { padding-top: 80px; padding-bottom: 80px; }
.ll-section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; color: #17b8ae; text-transform: uppercase; margin-bottom: 12px; }
.ll-section-title { font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 800; letter-spacing: -0.03em; color: #0a1c1a; margin-bottom: 14px; }
.ll-section-sub { color: #10312e; max-width: 520px; margin: 0 auto; font-size: 16px; line-height: 1.65; }

.ll-marquee-wrap { overflow: hidden; }
.ll-marquee-pill { display: inline-flex; align-items: center; gap: 8px; background: #ffffff; border: 1px solid #d4eeeb; border-radius: 9999px; padding: 8px 20px; font-size: 13px; font-weight: 500; color: #2d5e5a; box-shadow: 0 1px 4px rgba(23,184,174,0.07); flex-shrink: 0; }
.ll-marquee-dot { width: 5px; height: 5px; border-radius: 50%; background: #17b8ae; flex-shrink: 0; }

.ll-features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ll-feature-card { background: #ffffff; border: 1px solid #e8f4f3; border-radius: 20px; padding: 26px 24px 30px; box-shadow: 0 2px 12px rgba(23,184,174,0.06),0 1px 3px rgba(0,0,0,0.05); transition: all 0.25s ease; }
.ll-feature-card:hover { border-color: rgba(23,184,174,0.35); box-shadow: 0 8px 28px rgba(23,184,174,0.12),0 2px 8px rgba(0,0,0,0.06); transform: translateY(-2px); }
.ll-feature-icon { width: 44px; height: 44px; border-radius: 14px; background: rgba(23,184,174,0.1); border: 1px solid rgba(23,184,174,0.18); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 18px; }
.ll-feature-title { font-size: 15px; font-weight: 700; color: #0a1c1a; margin-bottom: 8px; letter-spacing: -0.01em; }
.ll-feature-desc { font-size: 13.5px; color: #10312e; line-height: 1.65; }

.ll-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.ll-why-checklist { display: flex; flex-direction: column; gap: 18px; }
.ll-why-item { display: flex; gap: 14px; align-items: flex-start; }
.ll-why-tick { width: 22px; height: 22px; border-radius: 50%; background: rgba(23,184,174,0.12); border: 1px solid rgba(23,184,174,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-size: 11px; color: #17b8ae; font-weight: 700; }
.ll-why-card { border-radius: 24px; border: 1px solid #d4eeeb; background: #ffffff; padding: 28px; box-shadow: 0 4px 6px rgba(23,184,174,0.04),0 16px 48px rgba(23,184,174,0.08); position: relative; overflow: hidden; }
.ll-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.ll-mini-card { background: #f8fdfc; border-radius: 12px; padding: 14px 16px; border: 1px solid #e2f0ee; }
.ll-activity { border-radius: 12px; background: #f8fdfc; border: 1px solid #e2f0ee; padding: 14px; }
.ll-activity-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ll-activity-row:last-child { margin-bottom: 0; }

.ll-t-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; gap: 20px; scrollbar-width: none; padding-bottom: 4px; }
.ll-t-carousel::-webkit-scrollbar { display: none; }
.ll-t-card { scroll-snap-align: start; flex: 0 0 calc(25% - 15px); border-radius: 20px; border: 1px solid #c8e9e6; background: #ffffff; padding: 32px 28px; text-align: left; box-shadow: 0 4px 6px rgba(23,184,174,0.04),0 12px 32px rgba(23,184,174,0.07); display: flex; flex-direction: column; gap: 16px; }
.ll-t-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.ll-t-dot { width: 8px; height: 8px; border-radius: 50%; background: #c8e9e6; border: none; cursor: pointer; padding: 0; transition: all 0.25s ease; }
.ll-t-dot.active { background: #17b8ae; width: 22px; border-radius: 4px; }
.ll-t-arrows { display: none; }
.ll-t-arrow { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid #c8e9e6; background: #fff; color: #17b8ae; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: all 0.2s; }
.ll-t-arrow:hover { background: #17b8ae; color: #fff; border-color: #17b8ae; }

.ll-blog-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ll-blog-card { background: #ffffff; border: 1px solid #e2f0ee; border-radius: 18px; overflow: hidden; box-shadow: 0 2px 8px rgba(23,184,174,0.06); display: flex; flex-direction: column; transition: all 0.25s ease; }
.ll-blog-card:hover { box-shadow: 0 8px 28px rgba(23,184,174,0.12); transform: translateY(-2px); }

.ll-cta-banner { padding: 64px 52px; text-align: center; position: relative; overflow: hidden; }
.ll-cta-btn-ghost { background: rgba(255,255,255,0.1); color: #fff; font-weight: 600; border-radius: 9999px; padding: 0.9rem 2.4rem; font-size: 1rem; transition: all 0.2s ease; border: 1.5px solid rgba(255,255,255,0.2); cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; text-decoration: none; }
.ll-cta-btn-ghost:hover { background: rgba(255,255,255,0.15); }

.ll-footer { border-top: 1px solid #e2f0ee; background: #ffffff; position: relative; z-index: 1; }
.ll-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.ll-footer-link { font-size: 13px; color: #232b2a; text-decoration: none; display: block; margin-bottom: 10px; transition: color 0.2s; }
.ll-footer-link:hover { color: #17b8ae; }
.ll-footer-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: #aac8c4; text-transform: uppercase; margin-bottom: 16px; }

/* ═══════════════════════════════════════════════
   DARK PAGES — About, Contact, Privacy, Terms, Refunds
═══════════════════════════════════════════════ */
.dp-root { min-height: 100vh; background: linear-gradient(to bottom, #0d2b29, #041235); color: #fff; font-family: 'Lexend', sans-serif; }
.dp-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 0; }
.dp-logo-text { font-size: 1.125rem; font-weight: 600; letter-spacing: 0.025em; color: #fff; text-decoration: none; }
.dp-nav { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.dp-btn { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 0.5rem; border: 1px solid; padding: 0.375rem 0.75rem; font-size: 0.875rem; font-weight: 500; cursor: pointer; text-decoration: none; transition: all 0.2s; font-family: 'Lexend', sans-serif; line-height: 1.5; }
.dp-btn-ghost { border-color: rgba(255,255,255,0.2); color: #fff; background: transparent; }
.dp-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }
.dp-btn-teal { background: #1eb8ac; color: #041235; border-color: transparent; font-weight: 600; }
.dp-btn-teal:hover { background: #0da89f; }
.dp-main { padding: 2rem 0 3.5rem; }
.dp-grid { display: grid; gap: 1.5rem; align-items: start; }
@media (min-width: 768px) { .dp-grid { grid-template-columns: 260px 1fr; } }
.dp-aside-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); border-radius: 1rem; overflow: hidden; }
.dp-aside-label { padding: 1rem 1rem 0.5rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(0,0,0,0.7); }
.dp-aside-body { padding: 1rem; font-size: 0.875rem; color: rgba(0,0,0,0.9); }
.dp-aside-body p { margin-bottom: 0.5rem; }
.dp-aside-body p:last-child { margin-bottom: 0; font-size: 0.75rem; color: #374151; }
.dp-aside-toc { padding: 1rem; }
.dp-aside-toc a { display: block; font-size: 0.875rem; color: rgba(0,0,0,0.9); text-decoration: none; padding: 0.2rem 0; }
.dp-aside-toc a:hover { color: #000; }
.dp-content-card { background: rgba(255,255,255,0.95); color: #111827; border-radius: 1rem; }
.dp-content-body { padding: 1.5rem; }
@media (min-width: 768px) { .dp-content-body { padding: 1.5rem 2rem; } }
.dp-badge { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 9999px; border: 1px solid rgba(30,184,172,0.3); background: rgba(30,184,172,0.1); padding: 0.25rem 0.75rem; font-size: 0.75rem; color: #0d6f68; margin-bottom: 0.75rem; }
.dp-h1 { font-size: 1.5rem; font-weight: 600; color: #111827; margin-bottom: 1rem; line-height: 1.3; }
@media (min-width: 768px) { .dp-h1 { font-size: 1.875rem; } }
.dp-intro { color: #374151; font-size: 0.875rem; line-height: 1.75; margin-bottom: 0.75rem; }
.dp-section { margin-top: 1.5rem; scroll-margin-top: 6rem; }
.dp-section-title { font-size: 1rem; font-weight: 600; color: #111827; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .dp-section-title { font-size: 1.125rem; } }
.dp-section-body { font-size: 0.875rem; line-height: 1.75; color: #374151; }
.dp-section-body p { margin-bottom: 0.75rem; }
.dp-section-body ul { list-style: disc; padding-left: 1.25rem; }
.dp-section-body li { margin-bottom: 0.5rem; }
.dp-section-body a { color: #0d6f68; text-decoration: underline; text-underline-offset: 3px; }
.dp-pillar-grid { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .dp-pillar-grid { grid-template-columns: repeat(3, 1fr); } }
.dp-pillar-card { border-radius: 1rem; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.1); padding: 1.25rem; }
.dp-pillar-icon { display: inline-flex; border-radius: 0.75rem; background: rgba(30,184,172,0.15); padding: 0.5rem; color: #9ff4ee; margin-bottom: 1rem; }
.dp-pillar-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dp-pillar-title { font-size: 1.125rem; font-weight: 600; color: #fff; margin-bottom: 0.5rem; }
.dp-pillar-desc { font-size: 0.875rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
.dp-work-grid { display: grid; gap: 1rem; }
@media (min-width: 768px) { .dp-work-grid { grid-template-columns: repeat(2, 1fr); } }
.dp-work-card { border-radius: 0.75rem; border: 1px solid #e5e7eb; background: #f9fafb; padding: 1rem; }
.dp-work-card-inner { display: flex; align-items: flex-start; gap: 0.75rem; }
.dp-work-icon { border-radius: 0.5rem; background: rgba(30,184,172,0.1); padding: 0.5rem; color: #0d6f68; flex-shrink: 0; }
.dp-work-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dp-work-title { font-size: 0.875rem; font-weight: 600; color: #111827; margin-bottom: 0.25rem; }
.dp-work-desc { font-size: 0.875rem; color: #374151; line-height: 1.5; }
.dp-cta-box { border-radius: 1rem; border: 1px solid rgba(30,184,172,0.2); background: rgba(30,184,172,0.1); padding: 1.5rem; }
.dp-cta-title { font-size: 1.25rem; font-weight: 600; color: #fff; margin-bottom: 0.5rem; }
.dp-cta-desc { font-size: 0.875rem; color: rgba(255,255,255,0.75); margin-bottom: 1rem; line-height: 1.6; }
.dp-cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.dp-contact-grid { display: grid; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 768px) { .dp-contact-grid { grid-template-columns: repeat(2, 1fr); } }
.dp-contact-item { border-radius: 0.75rem; border: 1px solid #e5e7eb; background: #f9fafb; padding: 0.75rem 1rem; display: flex; align-items: center; gap: 0.75rem; }
.dp-contact-icon { color: #0d6f68; flex-shrink: 0; }
.dp-contact-icon svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dp-contact-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6b7280; }
.dp-contact-link { font-size: 0.875rem; font-weight: 500; color: #0d6f68; text-decoration: underline; text-underline-offset: 4px; }
.dp-info-box { border-radius: 0.75rem; border: 1px solid #e5e7eb; background: #f9fafb; padding: 0.75rem 1rem; font-size: 0.875rem; color: #374151; line-height: 1.6; }
.dp-info-box a { color: #0d6f68; text-decoration: underline; }
.dp-footer { padding: 2.5rem 0; text-align: center; color: rgba(255,255,255,0.6); font-size: 0.875rem; }
.dp-footer-links { margin-top: 0.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; font-size: 0.75rem; }
.dp-footer-links a { color: rgba(255,255,255,0.6); text-decoration: underline; text-underline-offset: 4px; }
.dp-footer-links a:hover { color: #fff; }

/* ═══════════════════════════════════════════════
   FEATURES PAGE
═══════════════════════════════════════════════ */
.fp-root { min-height: 100vh; background: #f7fffe; color: #0a1c1a; font-family: 'Lexend', sans-serif; }
.fp-header { position: sticky; top: 0; z-index: 50; background: rgba(247,255,254,0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #d4eeeb; }
.fp-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.fp-nav { display: flex; align-items: center; gap: 0.75rem; }
.fp-nav-link { font-size: 0.875rem; font-weight: 500; color: #232b2a; padding: 0.375rem 0.75rem; border-radius: 9999px; text-decoration: none; transition: all 0.2s; }
.fp-nav-link:hover { color: #17b8ae; background: rgba(23,184,174,0.05); }
.fp-nav-cta { border-radius: 9999px; background: #17b8ae; padding: 0.5rem 1.25rem; font-size: 0.875rem; font-weight: 600; color: #fff; text-decoration: none; transition: all 0.2s; }
.fp-nav-cta:hover { background: #0da89f; }
.fp-hero { padding: 4rem 0 3.5rem; text-align: center; max-width: 48rem; margin: 0 auto; }
.fp-badge { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 9999px; border: 1px solid rgba(23,184,174,0.25); background: rgba(23,184,174,0.08); padding: 0.375rem 1rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; color: #0a7a73; text-transform: uppercase; margin-bottom: 1.5rem; }
.fp-h1 { font-size: 2.25rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.03em; color: #0a1c1a; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .fp-h1 { font-size: 3rem; } }
.fp-h1 span { color: #17b8ae; }
.fp-sub { font-size: 1rem; color: #232b2a; max-width: 42rem; margin: 0 auto 2rem; line-height: 1.7; }
@media (min-width: 768px) { .fp-sub { font-size: 1.125rem; } }
.fp-hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.fp-cta-primary { display: inline-flex; align-items: center; gap: 0.375rem; border-radius: 9999px; background: #17b8ae; padding: 0.75rem 1.5rem; font-size: 0.875rem; font-weight: 600; color: #fff; text-decoration: none; transition: all 0.2s; }
.fp-cta-primary:hover { background: #0da89f; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(23,184,174,0.3); }
.fp-cta-secondary { display: inline-flex; align-items: center; border-radius: 9999px; border: 1px solid #d1eae8; background: #fff; padding: 0.75rem 1.5rem; font-size: 0.875rem; font-weight: 600; color: #1a3330; text-decoration: none; transition: all 0.2s; }
.fp-cta-secondary:hover { border-color: #17b8ae; background: #f0faf9; }
.fp-audiences { padding-bottom: 3.5rem; }
.fp-audiences-label { text-align: center; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #232b2a; margin-bottom: 1.25rem; font-weight: 600; }
.fp-audiences-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.fp-audience-pill { border-radius: 9999px; border: 1px solid #d4eeeb; background: #fff; padding: 0.375rem 1rem; font-size: 0.875rem; font-weight: 500; color: #2d5e5a; box-shadow: 0 1px 3px rgba(23,184,174,0.08); }
.fp-modules { padding-bottom: 6rem; }
.fp-modules-grid { display: grid; gap: 1rem; }
@media (min-width: 768px) { .fp-modules-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .fp-modules-grid { grid-template-columns: repeat(3, 1fr); } }
.fp-module-card { border-radius: 1rem; border: 1px solid #e8f4f3; background: #fff; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 1px 4px rgba(23,184,174,0.06); transition: all 0.2s; }
.fp-module-card:hover { border-color: rgba(23,184,174,0.4); box-shadow: 0 4px 16px rgba(23,184,174,0.1); transform: translateY(-2px); }
.fp-module-head { display: flex; align-items: flex-start; gap: 0.75rem; }
.fp-module-icon { border-radius: 0.75rem; background: rgba(23,184,174,0.1); border: 1px solid rgba(23,184,174,0.18); padding: 0.625rem; color: #17b8ae; flex-shrink: 0; }
.fp-module-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fp-module-title { font-size: 1rem; font-weight: 600; color: #0a1c1a; line-height: 1.3; }
.fp-module-tagline { font-size: 0.75rem; color: #17b8ae; font-weight: 500; margin-top: 0.125rem; }
.fp-module-desc { font-size: 0.875rem; color: #10312e; line-height: 1.65; }
.fp-module-points { display: flex; flex-direction: column; gap: 0.5rem; margin-top: auto; }
.fp-module-point { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.75rem; color: #232b2a; }
.fp-module-check { color: #17b8ae; font-weight: 700; flex-shrink: 0; }
.fp-bottom-cta { padding-bottom: 6rem; }
.fp-bottom-cta-box { border-radius: 1.5rem; padding: 2.5rem; text-align: center; max-width: 42rem; margin: 0 auto; color: #fff; position: relative; overflow: hidden; background: linear-gradient(135deg,#0a2e2b 0%,#0d3d38 50%,#0a2e2b 100%); box-shadow: 0 24px 80px rgba(23,184,174,0.2),0 8px 24px rgba(0,0,0,0.12); }
@media (min-width: 768px) { .fp-bottom-cta-box { padding: 4rem; } }
.fp-bottom-cta-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 0%,rgba(23,184,174,0.25) 0%,transparent 65%); }
.fp-bottom-cta-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; position: relative; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .fp-bottom-cta-title { font-size: 1.875rem; } }
.fp-bottom-cta-desc { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.6; max-width: 28rem; margin: 0 auto 2rem; position: relative; }
.fp-bottom-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; position: relative; }
.fp-bottom-cta-primary { display: inline-flex; align-items: center; border-radius: 9999px; background: #17b8ae; padding: 0.75rem 1.75rem; font-size: 0.875rem; font-weight: 600; color: #fff; text-decoration: none; transition: all 0.2s; }
.fp-bottom-cta-primary:hover { background: #0da89f; transform: translateY(-1px); }
.fp-bottom-cta-ghost { display: inline-flex; align-items: center; border-radius: 9999px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); padding: 0.75rem 1.75rem; font-size: 0.875rem; font-weight: 600; color: #fff; text-decoration: none; transition: all 0.2s; }
.fp-bottom-cta-ghost:hover { background: rgba(255,255,255,0.15); }
.fp-footer { border-top: 1px solid #e2f0ee; background: #fff; }
.fp-footer-inner { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 1rem; padding: 2.5rem 0; font-size: 0.875rem; color: #232b2a; text-align: center; }
@media (min-width: 768px) { .fp-footer-inner { flex-direction: row; text-align: left; } }
.fp-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; font-size: 0.75rem; }
.fp-footer-links a { color: #232b2a; text-decoration: none; transition: color 0.2s; }
.fp-footer-links a:hover { color: #17b8ae; }

/* ═══════════════════════════════════════════════
   PRICING PAGE
═══════════════════════════════════════════════ */
.pp-root { min-height: 100vh; background: radial-gradient(circle at top, rgba(30,184,172,0.18), transparent 32%), linear-gradient(180deg,#f8fffe 0%,#eef5ff 48%,#ffffff 100%); color: #0f172a; font-family: 'Lexend', sans-serif; }
.pp-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 0; }
.pp-nav { display: flex; align-items: center; gap: 0.75rem; }
.pp-nav-btn { display: inline-flex; align-items: center; border-radius: 0.5rem; border: 1px solid #e2e8f0; background: rgba(255,255,255,0.8); padding: 0.375rem 0.75rem; font-size: 0.875rem; color: #334155; text-decoration: none; font-family: 'Lexend', sans-serif; transition: all 0.2s; }
.pp-nav-btn:hover { background: #fff; }
.pp-nav-cta { display: inline-flex; align-items: center; border-radius: 0.5rem; border: 1px solid transparent; background: #1eb8ac; padding: 0.375rem 0.75rem; font-size: 0.875rem; color: #041235; font-family: 'Lexend', sans-serif; text-decoration: none; font-weight: 600; }
.pp-hero { display: grid; gap: 2.5rem; align-items: end; margin-bottom: 3rem; }
@media (min-width: 1024px) { .pp-hero { grid-template-columns: 1.1fr 0.9fr; } }
.pp-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 9999px; border: 1px solid rgba(30,184,172,0.25); background: rgba(255,255,255,0.7); padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 500; color: #0d6b64; backdrop-filter: blur(4px); margin-bottom: 1.25rem; }
.pp-h1 { font-size: 2.25rem; font-weight: 600; letter-spacing: -0.03em; color: #020617; line-height: 1.15; margin-bottom: 1rem; max-width: 48rem; }
@media (min-width: 768px) { .pp-h1 { font-size: 3.75rem; } }
.pp-desc { font-size: 1rem; line-height: 1.75; color: #475569; max-width: 42rem; }
@media (min-width: 768px) { .pp-desc { font-size: 1.125rem; } }
.pp-billing-card { border-radius: 2rem; border: 1px solid rgba(255,255,255,0.7); background: rgba(255,255,255,0.8); padding: 1.25rem; box-shadow: 0 30px 80px rgba(15,23,42,0.08); backdrop-filter: blur(8px); }
.pp-billing-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.pp-billing-label { font-size: 0.875rem; font-weight: 600; color: #0f172a; }
.pp-billing-sub { font-size: 0.875rem; color: #64748b; }
.pp-billing-toggle { display: inline-flex; border-radius: 9999px; border: 1px solid #e2e8f0; background: #f1f5f9; padding: 0.25rem; }
.pp-billing-btn { border-radius: 9999px; padding: 0.5rem 1rem; font-size: 0.875rem; font-weight: 500; border: none; cursor: pointer; font-family: 'Lexend', sans-serif; transition: all 0.2s; color: #475569; background: transparent; }
.pp-billing-btn.active { background: #020617; color: #fff; }
.pp-recommended { border-radius: 1.5rem; background: #020617; padding: 1.25rem 1rem; color: #fff; }
.pp-rec-label { font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.2em; color: #a5f3fc; margin-bottom: 0.5rem; }
.pp-rec-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.pp-rec-name { font-size: 1.5rem; font-weight: 600; }
.pp-rec-from { font-size: 0.875rem; color: #94a3b8; margin-bottom: 0.25rem; }
.pp-rec-price { font-size: 1.875rem; font-weight: 600; }
.pp-rec-suffix { font-size: 0.875rem; font-weight: 500; color: #94a3b8; }
.pp-plans { display: grid; gap: 1.5rem; margin-bottom: 4rem; }
@media (min-width: 1280px) { .pp-plans { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 768px) and (max-width: 1279px) { .pp-plans { grid-template-columns: repeat(2, 1fr); } }
.pp-plan-card { position: relative; overflow: hidden; border-radius: 2rem; border: 1px solid rgba(255,255,255,0.8); background: rgba(255,255,255,0.9); padding: 1.5rem; box-shadow: 0 24px 70px rgba(15,23,42,0.08); display: flex; flex-direction: column; }
.pp-plan-card.featured { box-shadow: 0 24px 70px rgba(15,23,42,0.12), 0 0 0 2px rgba(103,232,249,0.8); }
@media (min-width: 1280px) { .pp-plan-card.featured { transform: translateY(-0.75rem); } }
.pp-plan-accent { position: absolute; left: 0; right: 0; top: 0; height: 6px; }
.pp-plan-icon { width: 3rem; height: 3rem; border-radius: 1rem; background: #020617; color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.pp-plan-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pp-plan-badge { border-radius: 9999px; background: #cffafe; padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: #155e75; position: absolute; top: 1.5rem; right: 1.5rem; }
.pp-plan-name { font-size: 1.5rem; font-weight: 600; color: #020617; margin-bottom: 0.5rem; }
.pp-plan-audience { font-size: 0.875rem; color: #64748b; margin-bottom: 1.5rem; }
.pp-plan-price { margin-bottom: 1.25rem; min-height: 4rem; }
.pp-plan-price-val { font-size: 1.875rem; font-weight: 600; letter-spacing: -0.03em; color: #020617; }
.pp-plan-price-suffix { font-size: 0.875rem; color: #64748b; margin-left: 0.25rem; }
.pp-plan-price-muted { font-size: 0.875rem; color: #64748b; margin-top: 0.5rem; }
.pp-plan-desc { font-size: 0.875rem; line-height: 1.6; color: #475569; margin-bottom: 1.5rem; }
.pp-plan-features-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: #94a3b8; margin-bottom: 0.75rem; }
.pp-plan-features { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; flex: 1; }
.pp-plan-feature { display: flex; gap: 0.75rem; font-size: 0.875rem; color: #334155; }
.pp-plan-check { color: #1eb8ac; flex-shrink: 0; margin-top: 0.125rem; }
.pp-plan-check svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pp-plan-limits { border-radius: 1.5rem; background: #f8fafc; padding: 1rem; margin-bottom: 1.5rem; }
.pp-plan-limits-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: #94a3b8; margin-bottom: 0.75rem; }
.pp-plan-limits-list { display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.875rem; color: #334155; }
.pp-plan-bonus { border-radius: 1.5rem; border: 1px solid #d1fae5; background: rgba(236,253,245,0.8); padding: 1rem; margin-bottom: 1.5rem; font-size: 0.875rem; color: #064e3b; }
.pp-plan-bonus-title { font-weight: 600; margin-bottom: 0.5rem; }
.pp-plan-cta { display: flex; width: 100%; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 1rem; padding: 0.75rem 1rem; font-size: 0.875rem; font-weight: 600; text-decoration: none; transition: all 0.2s; margin-top: auto; }
.pp-plan-cta.featured-cta { background: #020617; color: #fff; }
.pp-plan-cta.featured-cta:hover { background: #1e293b; }
.pp-plan-cta.default-cta { background: #f1f5f9; color: #0f172a; }
.pp-plan-cta.default-cta:hover { background: #e2e8f0; }
.pp-plan-cta svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pp-addons { border-radius: 2.5rem; border: 1px solid rgba(226,232,240,0.8); background: rgba(255,255,255,0.85); padding: 2rem; box-shadow: 0 24px 60px rgba(15,23,42,0.06); margin-bottom: 2rem; }
.pp-addons-eyebrow { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: #94a3b8; margin-bottom: 0.75rem; }
.pp-addons-title { font-size: 1.875rem; font-weight: 600; letter-spacing: -0.03em; color: #020617; margin-bottom: 0.75rem; }
.pp-addons-desc { font-size: 0.875rem; line-height: 1.6; color: #475569; margin-bottom: 2rem; max-width: 42rem; }
.pp-addons-grid { display: grid; gap: 1.5rem; }
@media (min-width: 1024px) { .pp-addons-grid { grid-template-columns: repeat(3, 1fr); } }
.pp-addon-group { border-radius: 2rem; border: 1px solid #e2e8f0; background: rgba(248,250,252,0.8); padding: 1.25rem; }
.pp-addon-group-title { font-size: 1.125rem; font-weight: 600; color: #020617; margin-bottom: 1rem; }
.pp-addon-item { border-bottom: 1px solid #e2e8f0; padding-bottom: 1rem; margin-bottom: 1rem; }
.pp-addon-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.pp-addon-item-label { font-size: 0.875rem; font-weight: 500; color: #1e293b; margin-bottom: 0.25rem; }
.pp-addon-item-value { font-size: 0.875rem; color: #64748b; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .ll-features-grid { grid-template-columns: repeat(2,1fr); }
  .ll-why-grid { grid-template-columns: 1fr; }
  .ll-why-card { display: none; }
  .ll-blog-grid { grid-template-columns: repeat(2,1fr); }
  .ll-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .ll-t-card { flex: 0 0 88%; padding: 24px 20px; }
  .ll-t-arrows { display: flex; justify-content: center; gap: 10px; margin-top: 16px; }
  .dp-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ll-nav-links { display: none; }
  .ll-hamburger { display: flex; }
  .ll-hero { padding-top: 100px; padding-bottom: 40px; }
  .ll-hero-ctas { flex-direction: column; align-items: center; }
  .ll-hero-ctas .btn-primary, .ll-hero-ctas .btn-secondary { width: 100%; max-width: 320px; justify-content: center; padding: 0.85rem 1.5rem; font-size: 1rem; }
  .ll-stats-grid { grid-template-columns: repeat(2,1fr); max-width: 340px; }
  .ll-section-pad { padding-top: 56px; padding-bottom: 56px; }
  .ll-features-grid { grid-template-columns: 1fr; }
  .ll-why-card { display: none; }
  .ll-blog-grid { grid-template-columns: 1fr; }
  .ll-cta-banner { padding: 40px 24px; }
  .ll-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .pp-plans { grid-template-columns: 1fr; }
  .pp-plan-card.featured { transform: none; }
}
