/*
Theme Name: Easy Access
Theme URI: https://easy-access.online/
Author: Easy Access
Description: Custom lightweight WordPress theme for digital products and affiliate recommendations.
Version: 1.0.0
Text Domain: easy-access
*/
:root{--bg:#f7f9fc;--surface:#fff;--text:#111827;--muted:#64748b;--line:#e5e7eb;--accent:#2563eb;--accent2:#7c3aed;--dark:#0f172a;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{font-weight:800;font-size:1.15rem;display:flex;align-items:center;gap:9px}.logo span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--dark);color:#fff;font-size:.8rem}.main-menu{display:flex;align-items:center;gap:21px;font-size:.92rem;color:#475569;list-style:none;margin:0;padding:0}.main-menu a:hover,.main-menu .current-menu-item>a{color:var(--accent)}.menu-toggle{display:none;border:0;background:none;font-size:1.5rem}.hero{background:linear-gradient(135deg,#eef4ff,#faf5ff);padding:90px 0 85px}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.eyebrow{font-size:.75rem;letter-spacing:.16em;font-weight:800;color:var(--accent);margin:0 0 10px}.hero h1{font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.04;letter-spacing:-.045em;margin:0 0 20px}.hero-copy{font-size:1.15rem;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:12px 19px;font-weight:750;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--dark);color:#fff}.btn.secondary{background:#fff;border-color:var(--line)}.btn.small{padding:9px 13px;font-size:.88rem}.hero-card{min-height:330px;border-radius:28px;background:var(--dark);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;padding:30px}.hero-card .glow{position:absolute;width:260px;height:260px;border-radius:50%;background:var(--accent2);filter:blur(70px);opacity:.55}.hero-icon{position:relative;font-size:5rem}.hero-card h3,.hero-card p{position:relative}.section{padding:75px 0}.section.soft{background:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:27px}.section-head h2,.categories h2{margin:0;font-size:2rem;letter-spacing:-.03em}.section-head>a{color:var(--accent);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(15,23,42,.08)}.product-image{height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#e8eefc,#f2eaff);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:20px}.tag{display:inline-block;font-size:.73rem;font-weight:800;color:var(--accent);margin-bottom:7px}.product-body h3{margin:0 0 7px;font-size:1.15rem}.product-body p{margin:0 0 16px;color:var(--muted);font-size:.92rem}.text-btn{color:var(--accent);font-weight:750}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.category-grid a{padding:22px;background:var(--bg);border:1px solid var(--line);border-radius:15px;display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}.category-grid strong{font-size:.95rem}.category-grid small{grid-column:2;color:var(--muted)}.cta{background:var(--dark);color:#fff;border-radius:25px;padding:45px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin:0 0 8px;font-size:2rem}.cta p{margin:0;color:#cbd5e1}.cta .btn{background:#fff;color:var(--dark)}.footer{background:#0b1220;color:#cbd5e1;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer .logo{color:#fff}.footer p{max-width:400px;color:#94a3b8}.footer h4{color:#fff;margin:0 0 12px}.footer-grid>div:not(:first-child) a{display:block;margin:7px 0;color:#94a3b8}.footer-grid a:hover{color:#fff}.copyright{border-top:1px solid #253044;margin-top:40px;padding-top:18px;font-size:.82rem;color:#64748b}.page-hero{padding:70px 0 55px;background:linear-gradient(135deg,#eef4ff,#faf5ff)}.page-hero h1{font-size:clamp(2.3rem,5vw,4rem);line-height:1.05;margin:0 0 12px;letter-spacing:-.04em}.page-hero p:not(.eyebrow){max-width:700px;color:var(--muted);font-size:1.08rem}.search{width:100%;max-width:600px;margin-top:25px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;font-size:1rem;background:#fff}.narrow{max-width:760px}.narrow h2{margin-top:35px}.narrow h2:first-child{margin-top:0}.narrow p{color:var(--muted)}.notice{padding:18px 20px;background:#eef4ff;border:1px solid #dbe7ff;border-radius:14px;margin-top:30px}.contact-form{display:grid;gap:18px}.contact-form label{font-weight:700}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--line);border-radius:11px;padding:13px 14px;font:inherit;background:#fff}.form-note{font-size:.85rem;color:var(--muted)}@media(max-width:850px){.main-menu{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 4%;flex-direction:column;align-items:flex-start}.main-menu.open{display:flex}.menu-toggle{display:block}.hero-grid{grid-template-columns:1fr;gap:35px}.hero{padding:65px 0}.product-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.product-grid,.category-grid,.footer-grid{grid-template-columns:1fr}.section{padding:55px 0}.hero h1{font-size:2.65rem}.hero-card{min-height:250px}.cta{padding:32px 25px}.section-head{align-items:flex-start;flex-direction:column}}
