/* ===== VAPROS LLC — Exact Clone Styles ===== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
    --rose:#b76e79;--rose-light:#e8c4b8;--rose-dark:#a67c8a;
    --teal:#14b8a6;--teal-dark:#0d9488;
    --dark:#1a1a2e;--dark-footer:#2a1f22;
    --text:#333;--text-light:#666;--text-muted:#999;
    --bg:#fff;--bg-warm:#faf8f7;--bg-cream:#F5F1EF;
    --border:#e5e7eb;
    --shadow:0 1px 3px rgba(0,0,0,.06);
    --shadow-lg:0 20px 25px -5px rgba(0,0,0,.1);
    --radius:1rem;--radius-lg:1.5rem;
    --transition:all .3s ease;
    --gradient:linear-gradient(135deg,var(--rose),var(--rose-dark));
}
/* ── Navbar ── */
.navbar{position:fixed;top:0;left:0;right:0;z-index:100;transition:background 0.3s,box-shadow 0.3s;background:transparent;padding:0}
.navbar.scrolled{background:rgba(255,255,255,0.97);backdrop-filter:blur(10px);box-shadow:0 1px 10px rgba(0,0,0,0.08)}
.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-logo-wrap{display:flex;align-items:center}
.nav-logo-text{font-family:'Sora',sans-serif;font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-0.01em;white-space:nowrap}
.navbar.scrolled .nav-logo-text{color:#e11d48}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{font-size:0.95rem;font-weight:600;color:rgba(255,255,255,0.9);text-decoration:none;white-space:nowrap;transition:opacity 0.2s}
.nav-links a:hover{opacity:0.7}
.navbar.scrolled .nav-links a{color:#333}
.btn-get-started{padding:0.6rem 1.4rem!important;color:#fff!important;border-radius:8px;background:linear-gradient(135deg,#e11d48,#be1238);font-weight:700!important;box-shadow:0 4px 12px rgba(225,29,72,0.3)}
.btn-get-started:hover{opacity:1!important;transform:translateY(-1px);box-shadow:0 6px 16px rgba(225,29,72,0.4)}
.nav-mobile-toggle{display:none;width:40px;height:40px;border:none;background:none;color:#fff;font-size:1.5rem;cursor:pointer;align-items:center;justify-content:center}
.navbar.scrolled .nav-mobile-toggle{color:#333}

html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--text);line-height:1.7;background:var(--bg);overflow-x:hidden}
h1,h2,h3,h4{font-family:'Sora',sans-serif;font-weight:700;line-height:1.3;color:#111827}
a{text-decoration:none;color:inherit;transition:var(--transition)}
.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.text-center{text-align:center}

/* Gradient text */
.gradient-text{background:linear-gradient(to right,var(--rose),var(--rose-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.gradient-text-inline{background:linear-gradient(to right,#D4A574,#C9A0A0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* Section headers */
.section-header{text-align:center;margin-bottom:3rem}
.section-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem}
.section-header p{color:var(--text-light);max-width:640px;margin:0 auto;font-size:1.05rem}
.header-stars{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.star-sm{width:1.5rem;height:1.5rem;color:var(--rose)}
.section-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:linear-gradient(to right,rgba(183,110,121,.1),rgba(166,124,138,.1));font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--rose);margin-bottom:1rem}
.section-pill.rose{color:var(--rose)}
.pill-dot{width:6px;height:6px;border-radius:50%;background:var(--rose);animation:pulse 2s infinite}

/* Pulse dots */
.pulse-dot{position:relative;display:inline-flex;width:8px;height:8px}
.pulse-dot .ping{position:absolute;inset:0;border-radius:50%;background:#34d399;opacity:.75;animation:ping 1.5s infinite}
.pulse-dot .dot{position:relative;width:8px;height:8px;border-radius:50%;background:#34d399}
.pulse-dot.green .ping{background:#10b981}
.pulse-dot.green .dot{background:#10b981}
.pulse-dot.white .ping{background:#fff}
.pulse-dot.white .dot{background:#fff}
@keyframes ping{0%{transform:scale(1);opacity:.75}75%,100%{transform:scale(2);opacity:0}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}

/* ===== NAVBAR ===== */






.scrolled 







/* ===== HERO ===== */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:top}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.2),rgba(0,0,0,.35))}
.hero-overlay-rose{position:absolute;inset:0;background:linear-gradient(to bottom right,rgba(183,110,121,.08),transparent,rgba(166,124,138,.05))}
.hero-content{position:relative;z-index:10;width:100%;max-width:1400px;padding:6rem 1.5rem 4rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.hero-inner{max-width:56rem;margin:0 auto}
.hero-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);border-radius:9999px;border:1px solid rgba(255,255,255,.15);margin-bottom:2.5rem}
.badge-text{font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.9)}
.hero h1{margin-bottom:2rem}
.hero-line-1{display:block;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.08;letter-spacing:-.02em;color:#fff}
.hero-line-2{display:block;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;margin-top:.25rem;background:linear-gradient(to right,#e8b4a0,#d4a08a,#c9a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-tagline{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(to right,rgba(183,110,121,.2),rgba(166,124,138,.2));backdrop-filter:blur(4px);border-radius:9999px;border:1px solid rgba(232,180,160,.3);margin-bottom:1.5rem}
.hero-tagline span{font-size:.875rem;font-weight:600;color:rgba(255,255,255,.9)}
.star-icon{width:1rem;height:1rem;color:#e8b4a0}
.hero-desc{font-size:clamp(1rem,1.5vw,1.2rem);color:rgba(255,255,255,.75);max-width:640px;margin:0 auto 3rem;font-weight:300;line-height:1.7}
.hero-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}
.btn-browse{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.25rem;color:#fff;font-size:1rem;font-weight:600;border-radius:9999px;background:var(--gradient);box-shadow:0 10px 25px rgba(183,110,121,.3);transition:var(--transition)}
.btn-browse:hover{transform:scale(1.05);box-shadow:0 15px 35px rgba(183,110,121,.4)}
.btn-plans{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2.25rem;color:#fff;font-size:1rem;font-weight:600;border-radius:9999px;border:2px solid rgba(255,255,255,.25);backdrop-filter:blur(4px);transition:var(--transition)}
.btn-plans:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.1)}

.hero-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:48rem;margin:0 auto}
.hero-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:rgba(255,255,255,.08);backdrop-filter:blur(4px);border-radius:1rem;border:1px solid rgba(255,255,255,.1);transition:var(--transition);cursor:default}
.hero-stat:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2)}
.stat-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:rgba(255,255,255,.1);margin-bottom:.25rem}
.stat-icon i{font-size:1.2rem;color:#e8b4a0}
.stat-num{font-size:1.5rem;font-weight:700;color:#fff;font-family:'Sora',sans-serif;line-height:1}
.stat-label{font-size:.7rem;color:rgba(255,255,255,.55);font-weight:500}

.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.4);cursor:pointer}
.scroll-indicator span{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}
.scroll-pill{width:1.5rem;height:2.5rem;border-radius:9999px;border:2px solid currentColor;display:flex;align-items:flex-start;justify-content:center;padding-top:.375rem}
.scroll-dot{width:.25rem;height:.625rem;background:currentColor;border-radius:9999px;animation:bounce 1.5s infinite}

/* ===== COMPANY TICKER ===== */
.company-ticker{padding:3rem 0;background:rgba(255,255,255,.4);backdrop-filter:blur(4px);border-top:1px solid rgba(183,110,121,.1);border-bottom:1px solid rgba(183,110,121,.1)}
.ticker-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}
.ticker-label{text-align:center;font-size:.875rem;font-weight:500;color:#8b6f7a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem}
.ticker-track{overflow:hidden;position:relative}
.ticker-track::before,.ticker-track::after{content:'';position:absolute;top:0;bottom:0;width:6rem;z-index:10;pointer-events:none}
.ticker-track::before{left:0;background:linear-gradient(to right,rgba(255,255,255,.4),transparent)}
.ticker-track::after{right:0;background:linear-gradient(to left,rgba(255,255,255,.4),transparent)}
.ticker-scroll{display:flex;gap:2rem;animation:ticker 30s linear infinite}
.ticker-scroll span{flex-shrink:0;padding:.75rem 2rem;background:rgba(255,255,255,.6);border-radius:.75rem;border:1px solid rgba(183,110,121,.08);box-shadow:var(--shadow);min-width:180px;text-align:center;font-size:1.1rem;font-weight:600;color:rgba(139,111,122,.7);font-family:'Sora',sans-serif;white-space:nowrap}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ===== FEATURES ===== */
.features-section{padding:6rem 0;background:linear-gradient(to bottom,#fff,var(--bg-warm))}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.feature-card{position:relative;background:#fff;border-radius:1rem;padding:2rem;box-shadow:var(--shadow);border:1px solid #f3f4f6;transition:var(--transition);overflow:hidden}
.feature-card:hover{box-shadow:var(--shadow-lg);border-color:rgba(183,110,121,.2)}
.feature-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(to bottom right,rgba(183,110,121,.1),rgba(166,124,138,.1));margin-bottom:1.25rem;transition:var(--transition)}
.feature-card:hover .feature-icon{transform:scale(1.1)}
.feature-icon i{font-size:1.5rem;color:var(--rose)}
.feature-card h3{font-size:1.15rem;margin-bottom:.75rem}
.feature-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}
.feature-bar{position:absolute;bottom:0;left:0;width:100%;height:4px;background:var(--gradient);border-radius:0 0 1rem 1rem;opacity:0;transition:var(--transition)}
.feature-card:hover .feature-bar{opacity:1}

/* ===== HOW IT WORKS ===== */
.how-it-works{padding:6rem 0;background:#fff}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.step-card{position:relative;background:linear-gradient(to bottom right,var(--bg-warm),#fff);border-radius:1rem;padding:2rem;border:1px solid #f3f4f6;transition:var(--transition)}
.step-card:hover{border-color:rgba(183,110,121,.3);box-shadow:0 10px 25px rgba(0,0,0,.08)}
.step-number{position:absolute;top:-1rem;left:-1rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gradient);color:#fff;font-weight:700;font-size:1rem;box-shadow:0 4px 12px rgba(183,110,121,.3);font-family:'Sora',sans-serif}
.step-icon-box{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:#fff;border:2px solid rgba(183,110,121,.2);margin-bottom:1.5rem;transition:var(--transition)}
.step-card:hover .step-icon-box{transform:scale(1.1);border-color:rgba(183,110,121,.4)}
.step-icon-box i{font-size:1.8rem;color:var(--rose)}
.step-card h3{font-size:1.15rem;margin-bottom:.75rem}
.step-card p{font-size:.85rem;color:var(--text-light);line-height:1.6}

/* ===== JOBS ===== */
.jobs-section{padding:6rem 0;background:linear-gradient(to bottom,#fff,#FFF8F5)}
.updated-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(to right,rgba(212,165,116,.1),rgba(201,160,160,.1));border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;color:#374151}
.job-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}
.filter-btn{padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;border:1px solid var(--border);background:#fff;color:#374151;cursor:pointer;transition:var(--transition);white-space:nowrap;font-family:'Inter',sans-serif}
.filter-btn:hover{border-color:rgba(212,165,116,.3);background:#fafafa}
.filter-btn.active{background:linear-gradient(to right,#D4A574,#C9A0A0);color:#fff;border-color:transparent;box-shadow:0 4px 15px rgba(212,165,116,.25)}
.jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}
.job-card{background:#fff;border-radius:1rem;border:1px solid #f3f4f6;padding:1.5rem;transition:var(--transition);cursor:pointer}
.job-card:hover{border-color:rgba(212,165,116,.3);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.job-card h3{font-size:1.1rem;margin-bottom:.25rem;transition:var(--transition)}
.job-card:hover h3{color:#D4A574}
.job-company{font-size:.875rem;color:var(--text-light);margin-bottom:1rem}
.job-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;font-size:.875rem;color:var(--text-light)}
.job-details i{color:#D4A574;margin-right:.5rem}
.job-salary{font-weight:500;color:#111827}
.job-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
.job-tags span{padding:.25rem .75rem;background:#f9fafb;color:#374151;font-size:.75rem;font-weight:500;border-radius:.5rem;border:1px solid #f3f4f6}
.job-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #f3f4f6}
.job-date{font-size:.75rem;color:var(--text-muted)}
.job-link{background:none;border:none;font-size:.875rem;font-weight:500;color:#D4A574;cursor:pointer;display:flex;align-items:center;gap:.25rem;font-family:'Inter',sans-serif;transition:var(--transition)}
.job-link:hover{color:#C9A0A0}

.unlock-card{background:linear-gradient(to bottom right,#D4A574,#C9A0A0);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;overflow:hidden}
.unlock-icon{width:4rem;height:4rem;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.unlock-icon i{font-size:1.8rem}
.unlock-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#fff}
.unlock-card p{font-size:.875rem;color:rgba(255,255,255,.9);margin-bottom:1.5rem;max-width:280px}
.btn-unlock{padding:.75rem 1.5rem;background:#fff;color:#D4A574;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;transition:var(--transition);font-family:'Inter',sans-serif}
.btn-unlock:hover{background:#f9fafb;transform:scale(1.05)}
.btn-load-more{padding:.85rem 2rem;background:#fff;color:#111827;border-radius:.75rem;font-weight:600;border:2px solid #e5e7eb;cursor:pointer;transition:var(--transition);font-family:'Inter',sans-serif;font-size:.95rem}
.btn-load-more:hover{border-color:#D4A574;color:#D4A574;box-shadow:0 10px 25px rgba(212,165,116,.1)}

/* ===== CATEGORIES ===== */
.categories-section{padding:5rem 0;background:#fff}
.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.category-card{background:var(--bg-cream);border-radius:.5rem;padding:1.5rem;text-align:left;border:1px solid transparent;cursor:pointer;transition:var(--transition);font-family:'Inter',sans-serif;width:100%}
.category-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.08);transform:translateY(-4px);border-color:var(--teal)}
.cat-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}
.cat-header h3{font-size:1.1rem;font-weight:600;color:#111827;transition:var(--transition)}
.category-card:hover .cat-header h3{color:var(--teal)}
.cat-badge{background:var(--teal);color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px;white-space:nowrap}
.cat-jobs{margin-bottom:1rem}
.cat-jobs div{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--text-light);margin-bottom:.5rem}
.cat-jobs i{color:var(--teal);font-size:1.1rem;flex-shrink:0;margin-top:2px}
.cat-link{display:flex;align-items:center;color:var(--teal);font-size:.85rem;font-weight:500;margin-top:1rem;transition:var(--transition)}
.category-card:hover .cat-link{gap:.5rem}

/* ===== TEMPLATES ===== */
.templates-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}
.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:72rem;margin:0 auto}
.template-card{position:relative;background:#fff;border-radius:1rem;padding:2rem;border:1px solid #f3f4f6;transition:var(--transition);overflow:hidden}
.template-card:hover{border-color:rgba(183,110,121,.3);box-shadow:var(--shadow-lg)}
.template-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}
.template-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,rgba(183,110,121,.1),rgba(166,124,138,.1));transition:var(--transition)}
.template-card:hover .template-icon{transform:scale(1.1) rotate(6deg)}
.template-icon i{font-size:1.5rem;color:var(--rose)}
.template-format{padding:.375rem .75rem;font-size:.6rem;font-weight:700;letter-spacing:.1em;border-radius:.5rem;background:linear-gradient(to right,#f9fafb,#f3f4f6);color:var(--text-light);border:1px solid #e5e7eb}
.template-card h3{font-size:1.05rem;margin-bottom:.75rem;transition:var(--transition)}
.template-card:hover h3{color:var(--rose)}
.template-card p{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}
.template-footer{padding-top:1rem;border-top:1px solid #f3f4f6}
.lock-badge{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#9ca3af}
.lock-badge i{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;font-size:.7rem}
.btn-view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;background:var(--gradient);color:#fff;font-size:.875rem;font-weight:600;transition:var(--transition)}
.btn-view-all:hover{box-shadow:0 10px 25px rgba(183,110,121,.3);transform:scale(1.05)}

/* ===== PRICING ===== */
.pricing-section{padding:6rem 0;background:linear-gradient(to bottom,var(--bg-warm),#fff)}
.billing-toggle{display:inline-flex;align-items:center;gap:.25rem;background:#f3f4f6;border-radius:9999px;padding:.25rem;margin-top:2rem}
.toggle-btn{padding:.625rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:var(--transition);white-space:nowrap;display:flex;align-items:center;gap:.5rem;font-family:'Inter',sans-serif;background:transparent;color:#6b7280}
.toggle-btn.active{background:#fff;color:#111827;box-shadow:var(--shadow)}
.toggle-btn:hover{color:#374151}
.save-badge{padding:.125rem .5rem;background:rgba(183,110,121,.1);color:var(--rose);font-size:.7rem;font-weight:700;border-radius:9999px}
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:48rem;margin:0 auto;margin-top:3rem}
.pricing-card{position:relative;background:#fff;border-radius:1rem;padding:2rem;border:2px solid #e5e7eb;transition:var(--transition);text-align:center}
.pricing-card:hover{border-color:rgba(183,110,121,.5);box-shadow:0 10px 30px rgba(0,0,0,.08)}
.pricing-card.featured{border-color:var(--rose);box-shadow:var(--shadow-lg);transform:scale(1.05)}
.popular-tag{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);padding:.375rem 1rem;background:var(--gradient);color:#fff;font-size:.85rem;font-weight:600;border-radius:9999px;box-shadow:0 4px 15px rgba(183,110,121,.3);white-space:nowrap}
.pricing-card h3{font-size:1.4rem;margin-bottom:.5rem;margin-top:.5rem}
.price{font-size:3rem;font-weight:700;background:linear-gradient(to right,var(--rose),var(--rose-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem;font-family:'Sora',sans-serif}
.price span{font-size:.9rem;font-weight:400;-webkit-text-fill-color:#9ca3af}
.price-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}
.pricing-card ul{list-style:none;text-align:left;margin-bottom:2rem}
.pricing-card ul li{padding:.5rem 0;font-size:.875rem;color:#374151;display:flex;align-items:flex-start;gap:.75rem}
.pricing-card ul li i{color:var(--rose);font-size:.8rem;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(183,110,121,.1);flex-shrink:0;margin-top:2px}
.btn-trial{width:100%;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:var(--transition);font-family:'Inter',sans-serif;background:#f3f4f6;color:#111827}
.btn-trial:hover{background:#e5e7eb}
.btn-trial-primary{width:100%;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:var(--transition);font-family:'Inter',sans-serif;background:var(--gradient);color:#fff;box-shadow:0 10px 25px rgba(183,110,121,.3)}
.btn-trial-primary:hover{box-shadow:0 15px 35px rgba(183,110,121,.4);transform:scale(1.05)}
.pricing-note{text-align:center;margin-top:2.5rem}
.note-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:rgba(183,110,121,.08);border-radius:9999px;border:1px solid rgba(183,110,121,.2);font-size:.875rem;font-weight:600;color:var(--rose);margin-bottom:.5rem}
.note-badge i{font-size:1rem}
.pricing-note p{font-size:.75rem;color:#9ca3af}

/* ===== TESTIMONIALS ===== */
.testimonials-section{padding:6rem 0;background:linear-gradient(to bottom,#fff,#fdf2f8cc)}
.trust-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem}
.trust-stats div{text-align:center}
.trust-num{display:block;font-size:1.8rem;font-weight:700;color:#e11d48;margin-bottom:.25rem}
.trust-stats span:not(.trust-num){font-size:.875rem;color:var(--text-light)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.testimonial-card{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:var(--shadow);border:1px solid #f3f4f6;transition:var(--transition)}
.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.avatar{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem;flex-shrink:0}
.testimonial-header h4{font-size:1rem;font-weight:600;font-family:'Inter',sans-serif}
.testimonial-header p{font-size:.85rem;color:var(--text-light)}
.stars{display:flex;gap:.25rem;margin-bottom:1rem}
.stars i{color:#fbbf24;font-size:1.1rem}
.testimonial-card>p{font-size:.875rem;color:#374151;line-height:1.7}

.btn-cta-rose{display:inline-flex;align-items:center;gap:.5rem;background:#e11d48;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;transition:var(--transition)}
.btn-cta-rose:hover{background:#be123c}

/* ===== ABOUT / FOUNDER ===== */
.about-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}
.founder-card{max-width:64rem;margin:0 auto;background:linear-gradient(to bottom right,#fff,var(--bg-cream));border-radius:1.5rem;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid #f3f4f6}
.founder-grid{display:grid;grid-template-columns:2fr 3fr;gap:2rem;padding:2rem 3rem}
.founder-photo{display:flex;justify-content:center;align-items:flex-start}
.founder-photo img{width:16rem;height:20rem;object-fit:cover;object-position:top;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.15)}
.founder-info h3{font-size:1.8rem;margin-bottom:.5rem}
.founder-title{font-size:1.1rem;color:var(--rose);font-weight:600;margin-bottom:1rem}
.founder-contact{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.founder-contact a{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-light);padding:.5rem .75rem;background:rgba(183,110,121,.08);border-radius:.5rem;transition:var(--transition)}
.founder-contact a:hover{background:rgba(183,110,121,.15);color:var(--rose)}
.founder-contact i{color:var(--rose)}
.founder-bio{font-size:.95rem;color:#374151;line-height:1.7;margin-bottom:1.5rem}
.founder-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.founder-stats>div{background:#fff;border-radius:1rem;padding:1rem;box-shadow:var(--shadow);border:1px solid #f3f4f6;text-align:center;transition:var(--transition)}
.founder-stats>div:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}
.founder-stats span{display:block;font-size:1.5rem;font-weight:700;color:#111827;font-family:'Sora',sans-serif}
.founder-stats small{font-size:.7rem;color:var(--text-muted);line-height:1.3}

.founder-quote{max-width:56rem;margin:4rem auto 0;text-align:center;padding:2rem 3rem;background:linear-gradient(to bottom right,rgba(183,110,121,.05),rgba(232,196,184,.05));border-radius:1rem;border:1px solid rgba(183,110,121,.1)}
.founder-quote i{font-size:2.5rem;color:var(--rose);margin-bottom:1rem;display:inline-block}
.founder-quote p{font-size:clamp(1.1rem,2vw,1.35rem);color:#1f2937;font-weight:500;line-height:1.6;margin-bottom:1rem;font-family:'Sora',sans-serif}
.founder-quote span{font-size:.95rem;color:var(--text-light)}

/* ===== BLOG ===== */
.blog-section{padding:5rem 0;background:linear-gradient(to bottom right,#f0fdfa,#fff,#fffbeb44)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.blog-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:block}
.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.blog-img{position:relative;height:12rem;overflow:hidden;background:#e5e7eb}
.blog-img img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .3s ease}
.blog-card:hover .blog-img img{transform:scale(1.05)}
.blog-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#9ca3af;background:linear-gradient(135deg,#f3f4f6,#fdf6f0)}
.blog-tag{position:absolute;top:1rem;left:1rem;background:var(--teal-dark);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:500}
.blog-body{padding:1.5rem}
.blog-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}
.blog-meta i{margin-right:.25rem}
.blog-body h3{font-size:1.05rem;font-family:'Inter',sans-serif;font-weight:700;margin-bottom:.75rem;line-height:1.4;transition:var(--transition)}
.blog-card:hover .blog-body h3{color:var(--teal-dark)}
.blog-body>p{font-size:.85rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}
.blog-read-more{font-size:.85rem;font-weight:500;color:var(--teal-dark);display:inline-flex;align-items:center;gap:.25rem;transition:var(--transition)}
.blog-card:hover .blog-read-more{gap:.5rem}
.btn-cta-teal{display:inline-block;background:var(--teal-dark);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;transition:var(--transition);box-shadow:0 4px 15px rgba(20,184,166,.2)}
.btn-cta-teal:hover{background:#0f766e}

/* ===== CONTACT CTA ===== */
.contact-section{padding:6rem 0;position:relative;overflow:hidden}
.contact-section::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#b76e79,#a67c8a 50%,#9a6b78)}
.contact-section::after{content:'';position:absolute;inset:0;opacity:.1}
.contact-inner{position:relative;z-index:10;max-width:48rem;margin:0 auto;padding:0 1.5rem;text-align:center}
.contact-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(255,255,255,.15);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);margin-bottom:2rem;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.9)}
.contact-section h2{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:1.25rem;font-family:'Sora',sans-serif}
.contact-section p{font-size:1.1rem;color:rgba(255,255,255,.85);max-width:36rem;margin:0 auto 2.5rem;line-height:1.6}
.contact-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}
.btn-contact-white{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:#fff;color:var(--rose);font-weight:600;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.15);transition:var(--transition)}
.btn-contact-white:hover{transform:scale(1.03);box-shadow:0 15px 35px rgba(0,0,0,.2)}
.btn-contact-ghost{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(4px);color:#fff;font-weight:600;border-radius:.75rem;border:1px solid rgba(255,255,255,.25);transition:var(--transition)}
.btn-contact-ghost:hover{background:rgba(255,255,255,.2);transform:scale(1.03)}
.contact-info{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.8);font-size:.875rem;font-weight:500}
.contact-info i{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;background:rgba(255,255,255,.1);margin-right:.625rem}
.contact-info a{color:rgba(255,255,255,.8);transition:var(--transition)}
.contact-info a:hover{color:#fff}

/* ===== FOOTER ===== */
.site-footer{background:linear-gradient(to bottom right,#2a1f22,#2d2225,#2a1f22);color:rgba(255,255,255,.7);padding:4rem 0 2rem;position:relative;overflow:hidden}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}
.footer-brand p{font-size:.875rem;color:rgba(255,255,255,.5);margin-bottom:1.5rem;line-height:1.7}
.footer-logo-img{height:auto;max-height:70px;width:auto;margin-bottom:1rem;display:block;max-width:280px}
.footer-contact-info{display:flex;flex-direction:column;gap:1.25rem}
.footer-contact-info>div,.footer-contact-info>a{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.7);font-size:.95rem;transition:var(--transition)}
.footer-contact-info a:hover{color:var(--rose-light)}
.footer-contact-info i{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:.5rem;font-size:.875rem;flex-shrink:0}
.footer-contact-info strong{color:#fff;display:block}
.footer-contact-info small{color:rgba(255,255,255,.5);font-size:.75rem}
.footer-col{display:flex;flex-direction:column}
.footer-col h4{color:#fff;font-size:.875rem;font-weight:700;margin-bottom:1.25rem;position:relative;display:inline-block;font-family:'Sora',sans-serif}
.footer-col h4::after{content:'';position:absolute;bottom:-.25rem;left:0;width:2rem;height:2px;background:var(--gradient);border-radius:9999px}
.footer-col a{font-size:.875rem;color:var(--rose);margin-bottom:.625rem;transition:var(--transition);display:inline-flex;align-items:center;gap:.5rem}
.footer-col a:hover{color:var(--rose-light);padding-left:.25rem}
.footer-col.newsletter p{font-size:.875rem;color:rgba(255,255,255,.5);margin-bottom:1.25rem;line-height:1.6}
.newsletter-form{display:flex;gap:.5rem}
.newsletter-form input{flex:1;padding:.75rem 1rem;font-size:.875rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#fff;font-family:'Inter',sans-serif;outline:none;transition:var(--transition)}
.newsletter-form input::placeholder{color:rgba(255,255,255,.3)}
.newsletter-form input:focus{border-color:var(--rose);background:rgba(255,255,255,.1)}
.newsletter-form button{padding:.75rem 1.25rem;border-radius:.75rem;border:none;background:var(--gradient);color:#fff;cursor:pointer;transition:var(--transition);font-size:1rem;box-shadow:0 4px 15px rgba(183,110,121,.3)}
.newsletter-form button:hover{transform:scale(1.05)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom p{font-size:.75rem;color:rgba(255,255,255,.4)}
.mjw-logo{height:2.5rem;width:auto;object-fit:contain;opacity:.7;transition:var(--transition)}
.mjw-logo:hover{opacity:1}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
    .features-grid,.templates-grid,.blog-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}
    .steps-grid,.categories-grid{grid-template-columns:repeat(2,1fr)}
    .jobs-grid{grid-template-columns:repeat(2,1fr)}
    .hero-stats-grid{grid-template-columns:repeat(2,1fr)}
    .founder-grid{grid-template-columns:1fr}
    .founder-photo{justify-content:center}
    .founder-stats{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:repeat(2,1fr)}
    .pricing-card.featured{transform:scale(1.02)}
}
@media(max-width:768px){
    
    .nav-links.active{display:flex}
    
    
    
    
    .features-grid,.templates-grid,.blog-grid,.testimonials-grid,.jobs-grid{grid-template-columns:1fr}
    .steps-grid,.categories-grid{grid-template-columns:1fr}
    .hero-stats-grid{grid-template-columns:repeat(2,1fr)}
    .pricing-grid{grid-template-columns:1fr}
    .pricing-card.featured{transform:none}
    .footer-grid{grid-template-columns:1fr}
    .founder-grid{padding:1.5rem}
    .founder-stats{grid-template-columns:repeat(2,1fr)}
    .contact-buttons{flex-direction:column}
    .contact-info{flex-direction:column;gap:1rem}
    .footer-bottom{flex-direction:column;gap:1rem;text-align:center}
}
@media(max-width:480px){
    .hero-stats-grid{grid-template-columns:1fr 1fr}
    .trust-stats{flex-direction:column;gap:1.5rem}
    .founder-photo img{width:12rem;height:16rem}
    .founder-stats{grid-template-columns:1fr 1fr}
}


