/*
Theme Name: LurnED
Theme URI: https://lurned.example.com
Author: LurnED
Author URI: https://lurned.example.com
Description: Apple-inspired, high-converting landing page theme for LurnED — an education platform helping Gen Z turn hidden strengths into real income. Each section is a fully customizable block, reorderable via the Customizer or Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lurned
Tags: education, landing-page, one-page, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, elementor
*/

/* ---------- Design Tokens (Apple-inspired) ---------- */
:root{
  --background:#ffffff;
  --foreground:#1d1d1f;
  --muted:#86868b;
  --surface-soft:#f5f5f7;
  --surface-dark:#0a0a0a;
  --border:#d2d2d7;
  --primary:#0071e3;
  --primary-glow:#2997ff;
  --primary-foreground:#ffffff;
  --radius:14px;
  --shadow-soft:0 10px 30px -10px rgba(0,0,0,.12);
  --container:1200px;
  --font-sans:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter",system-ui,Segoe UI,Roboto,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-sans);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;font-size:17px;letter-spacing:-0.01em}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.tracking-apple{letter-spacing:-0.045em}
.text-gradient{background:linear-gradient(135deg,var(--primary),var(--primary-glow));-webkit-background-clip:text;background-clip:text;color:transparent}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:500;border-radius:999px;padding:12px 22px;font-size:15px;border:1px solid transparent;cursor:pointer;transition:all .2s ease;line-height:1}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:#0066cc;text-decoration:none}
.btn-ghost{background:transparent;color:var(--primary)}
.btn-lg{padding:16px 28px;font-size:16px;width:100%}

/* Navbar */
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:rgba(255,255,255,.75);border-bottom:1px solid rgba(0,0,0,.06)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:48px}
.logo{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:17px;letter-spacing:-0.02em;color:var(--foreground)}
.logo:hover{text-decoration:none}
.logo-mark{width:28px;height:28px;border-radius:999px;background:var(--foreground);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}
.nav-menu{display:none;gap:28px;font-size:13px}
.nav-menu a{color:rgba(29,29,31,.8)}
.nav-menu a:hover{color:var(--foreground);text-decoration:none}
@media(min-width:768px){.nav-menu{display:flex}}
.nav-cta{height:32px;padding:0 16px;font-size:13px}

main{padding-top:48px}

/* Section base */
section{padding:80px 0}
@media(min-width:1024px){section{padding:112px 0}}
.section-head{text-align:center;max-width:760px;margin:0 auto 64px}
.eyebrow{color:var(--primary);font-size:14px;font-weight:500;margin:0 0 12px}
.h1{font-weight:600;font-size:clamp(40px,7vw,88px);line-height:1.02;letter-spacing:-0.045em;margin:0 0 20px}
.h2{font-weight:600;font-size:clamp(32px,5vw,60px);line-height:1.05;letter-spacing:-0.045em;margin:0 0 16px}
.lead{color:rgba(29,29,31,.7);font-size:clamp(18px,2.2vw,24px);font-weight:300;letter-spacing:-0.01em;margin:0 0 28px}
.muted{color:var(--muted);font-size:12px}
.muted-soft{color:rgba(29,29,31,.6)}

/* Hero */
.section-hero{background:var(--surface-soft);padding-bottom:0;overflow:hidden}
.hero-inner{text-align:center;max-width:1100px;margin:0 auto;padding:48px 24px 56px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;font-size:15px;margin:0 0 12px}
.hero-actions a{font-weight:500;display:inline-flex;align-items:center;gap:4px}
.hero-image-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.hero-image{border-radius:32px 32px 0 0;overflow:hidden;aspect-ratio:16/9;background:#0a0a0a}
.hero-image img{width:100%;height:100%;object-fit:cover}

/* Value props */
.section-values{background:#fff}
.cards-3{display:grid;gap:20px;grid-template-columns:1fr}
@media(min-width:768px){.cards-3{grid-template-columns:repeat(3,1fr)}}
.card-soft{background:var(--surface-soft);border-radius:24px;padding:40px;transition:box-shadow .25s ease}
.card-soft:hover{box-shadow:var(--shadow-soft)}
.card-icon{width:32px;height:32px;color:var(--primary);margin-bottom:24px}
.card-title{font-weight:600;font-size:24px;letter-spacing:-0.02em;line-height:1.2;margin:0 0 12px}
.card-text{color:rgba(29,29,31,.65);font-size:17px;line-height:1.55;margin:0}

/* Modules (dark) */
.section-modules{background:var(--surface-dark);color:#fff}
.section-modules .h2{color:#fff}
.section-modules .h2 .soft{color:rgba(255,255,255,.55)}
.section-modules .lead{color:rgba(255,255,255,.6)}
.section-modules .eyebrow{color:var(--primary-glow);display:inline-flex;gap:8px;align-items:center;justify-content:center}
.cards-modules{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:640px){.cards-modules{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.cards-modules{grid-template-columns:repeat(3,1fr)}}
.module-card{background:rgba(255,255,255,.06);color:#fff;border-radius:24px;padding:32px;transition:transform .25s ease,background .25s ease}
.module-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.1)}
.module-card.is-highlight{background:var(--primary);color:#fff}
.module-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}
.module-num{font-weight:600;font-size:24px;letter-spacing:-0.02em;color:rgba(255,255,255,.5)}
.module-card.is-highlight .module-num{color:#fff}
.module-title{font-weight:600;font-size:20px;letter-spacing:-0.01em;line-height:1.3;margin:0 0 16px}
.tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:999px;background:rgba(255,255,255,.1)}
.module-card.is-highlight .tag{background:rgba(255,255,255,.2)}

/* Testimonials */
.section-testimonials{background:#fff}
.t-card{background:var(--surface-soft);border-radius:24px;padding:32px;display:flex;flex-direction:column;height:100%}
.stars{display:flex;gap:2px;color:var(--foreground)}
.t-quote{font-size:17px;color:rgba(29,29,31,.85);line-height:1.55;margin:24px 0;flex:1}
.t-foot{display:flex;align-items:center;gap:12px;padding-top:24px;border-top:1px solid var(--border)}
.t-foot img{width:44px;height:44px;border-radius:999px;object-fit:cover}
.t-name{font-weight:600;font-size:15px}
.t-meta{font-size:14px;color:var(--muted)}

/* Founder */
.section-founder{background:var(--surface-soft);padding:80px 0 128px}
.founder-inner{max-width:760px;margin:0 auto;text-align:center;padding:0 24px}
.founder-inner p{font-size:clamp(18px,2vw,22px);font-weight:300;letter-spacing:-0.01em;color:rgba(29,29,31,.7);line-height:1.55;margin:0 0 24px}
.founder-inner p.strong{color:var(--foreground);font-weight:400}

/* Guarantee */
.section-guarantee{background:#fff}
.guarantee-card{max-width:1100px;margin:0 auto;background:var(--surface-dark);color:#fff;border-radius:32px;padding:56px 32px;text-align:center}
@media(min-width:1024px){.guarantee-card{padding:80px}}
.guarantee-icon{width:56px;height:56px;border-radius:16px;background:rgba(255,255,255,.1);display:grid;place-items:center;margin:0 auto 32px;color:#fff}
.guarantee-card .h2{color:#fff}
.guarantee-card .h2 .soft{color:rgba(255,255,255,.55)}
.guarantee-card .lead{color:rgba(255,255,255,.65);max-width:640px;margin:0 auto 40px}
.checks{display:flex;flex-wrap:wrap;gap:12px 32px;justify-content:center;color:rgba(255,255,255,.8);font-size:14px;font-weight:500}
.check-item{display:inline-flex;align-items:center;gap:8px}
.check-item svg{color:var(--primary-glow)}

/* Final CTA */
.section-cta{background:var(--surface-soft)}
.cta-inner{max-width:560px;margin:0 auto;text-align:center;padding:0 24px}
.cta-form{display:flex;flex-direction:column;gap:12px;margin-top:32px;text-align:left}
.cta-form input{height:48px;padding:0 16px;border-radius:14px;border:1px solid var(--border);background:#fff;font-size:16px;font-family:inherit;color:var(--foreground);outline:none;transition:border-color .2s}
.cta-form input:focus{border-color:var(--primary)}
.cta-note{font-size:12px;color:var(--muted);text-align:center;margin:4px 0 0}
.notice{padding:12px 16px;border-radius:12px;font-size:14px;text-align:center;margin-bottom:16px}
.notice.ok{background:#e7f7ee;color:#0a6b3b}
.notice.err{background:#fdecec;color:#a8201f}

/* Footer */
.site-footer{background:var(--surface-soft);border-top:1px solid var(--border);padding:40px 0}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:16px}
@media(min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between}}
.footer-links{display:flex;gap:24px;font-size:12px;color:var(--muted)}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--foreground);text-decoration:none}
.copy{font-size:12px;color:var(--muted)}

/* Editor / WP defaults */
.alignleft{float:left;margin:0 1.5em 1em 0}
.alignright{float:right;margin:0 0 1em 1.5em}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden}
