/*
Theme Name: MailVlt
Theme URI: https://mailvlt.com
Author: MailVlt
Author URI: https://mailvlt.com
Description: Premium verified accounts marketplace theme. Clean, professional, built to last 5+ years.
Version: 1.0.0
License: GPL v2
Text Domain: mailvlt
*/

/* ===== CSS Variables ===== */
:root {
  --blue-700: #1e40af;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-100: #dbeafe;
  --blue-50: #eff6ff;
  --white: #ffffff;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --emerald-600: #059669;
  --emerald-100: #d1fae5;
  --emerald-50: #ecfdf5;
  --red-600: #dc2626;
  --red-100: #fee2e2;
  --amber-600: #d97706;
  --amber-100: #fef3c7;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.04);
  --radius: 8px;
  --radius-lg: 12px;
  --max-w: 1200px;
}

/* ===== Reset ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--slate-800);background:var(--white);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue-600);text-decoration:none;transition:color .15s}
a:hover{color:var(--blue-700)}
h1,h2,h3,h4{line-height:1.25;color:var(--slate-900);font-weight:700}
h1{font-size:2.5rem;letter-spacing:-.02em}
h2{font-size:2rem;letter-spacing:-.01em}
h3{font-size:1.375rem}
ul{list-style:none}
button{cursor:pointer;font-family:inherit}
.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}

/* ===== Header ===== */
.site-header{background:var(--white);border-bottom:1px solid var(--slate-200);position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.site-branding{display:flex;align-items:center;gap:.5rem}
.site-logo{font-size:1.5rem;font-weight:800;color:var(--slate-900);letter-spacing:-.03em}
.site-logo span{color:var(--blue-600)}
.site-logo:hover{color:var(--slate-900)}
.main-nav{display:flex;align-items:center;gap:2rem}
.main-nav a{color:var(--slate-600);font-weight:500;font-size:.9375rem;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.main-nav a:hover,.main-nav a.active{color:var(--slate-900);border-bottom-color:var(--blue-600)}
.nav-cta{background:var(--blue-600);color:var(--white)!important;padding:.5rem 1.25rem!important;border-radius:var(--radius);border-bottom:none!important;font-weight:600!important;transition:background .15s!important}
.nav-cta:hover{background:var(--blue-700)}
.nav-cta-green{background:var(--emerald-600)!important}
.nav-cta-green:hover{background:#047857!important}

/* Mobile nav */
.mobile-toggle{display:none;flex-direction:column;gap:5px;padding:4px;background:none;border:none}
.mobile-toggle span{display:block;width:24px;height:2px;background:var(--slate-800);border-radius:1px}
@media(max-width:768px){
  .main-nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem 1.5rem 1.5rem;gap:1rem;border-bottom:1px solid var(--slate-200);box-shadow:var(--shadow-lg)}
  .main-nav.open{display:flex}
  .mobile-toggle{display:flex}
}

/* ===== Hero ===== */
.hero{padding:5rem 0 4rem;background:var(--blue-50);border-bottom:1px solid var(--blue-100)}
.hero .container{text-align:center;max-width:720px}
.hero h1{margin-bottom:1rem}
.hero p{font-size:1.25rem;color:var(--slate-600);margin-bottom:2rem}
.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem}
.badge{display:inline-flex;align-items:center;gap:.375rem;background:var(--white);border:1px solid var(--slate-200);padding:.5rem 1rem;border-radius:100px;font-size:.8125rem;font-weight:500;color:var(--slate-600)}
.badge::before{content:'\2713';color:var(--emerald-600);font-weight:700}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:1rem;border:none;transition:all .15s}
.btn-primary{background:var(--blue-600);color:var(--white)}
.btn-primary:hover{background:var(--blue-700);color:var(--white)}
.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}
.btn-outline{background:var(--white);color:var(--blue-600);border:2px solid var(--blue-600)}
.btn-outline:hover{background:var(--blue-50)}
.btn-sm{padding:.5rem 1rem;font-size:.875rem}
.btn-success{background:var(--emerald-600);color:var(--white)}
.btn-success:hover{background:#047857;color:var(--white)}

/* ===== Sections ===== */
.section{padding:5rem 0}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-header h2{margin-bottom:.75rem}
.section-header p{color:var(--slate-500);font-size:1.125rem;max-width:600px;margin:0 auto}
.section-light{background:var(--slate-50)}

/* ===== Product Cards ===== */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.product-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:1.75rem;transition:box-shadow .2s,border-color .2s}
.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-300)}
.product-card h3{font-size:1.25rem;margin-bottom:.25rem}
.product-card .category{font-size:.8125rem;color:var(--slate-500);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.75rem}
.product-card .description{color:var(--slate-600);font-size:.9375rem;margin-bottom:1rem;line-height:1.5}
.product-card .price{font-size:1.75rem;font-weight:800;color:var(--slate-900);margin-bottom:1.25rem}
.product-card .price small{font-size:.875rem;color:var(--slate-400);font-weight:400}
.product-card .features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}
.product-card .features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--slate-600)}
.product-card .features li::before{content:'\2713';color:var(--emerald-600);font-weight:700;font-size:.75rem}

/* ===== Category Filter ===== */
.category-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}
.category-filter button{background:var(--white);border:1px solid var(--slate-200);padding:.5rem 1.25rem;border-radius:100px;font-size:.875rem;font-weight:500;color:var(--slate-600);transition:all .15s}
.category-filter button:hover{background:var(--blue-50);border-color:var(--blue-300);color:var(--blue-600)}
.category-filter button.active{background:var(--blue-600);color:var(--white);border-color:var(--blue-600)}

/* ===== Generator Page ===== */
.generator-page{max-width:900px;margin:0 auto}
.generator-options{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}
.generator-options select{padding:.625rem 1rem;border:1px solid var(--slate-200);border-radius:var(--radius);font-size:.9375rem;font-family:inherit;min-width:150px}
.result-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.5rem}
.result-card h4{font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:var(--slate-500);margin-bottom:.375rem}
.result-card .value{font-size:1.0625rem;color:var(--slate-900);font-weight:500;word-break:break-all}
.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(max-width:640px){.result-grid{grid-template-columns:1fr}}
.gen-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}
.gen-cross-sell{background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius-lg);padding:1.5rem;margin-top:2rem;text-align:center}
.gen-cross-sell p{color:var(--slate-600);margin-bottom:.75rem}

/* ===== FAQ ===== */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--slate-200)}
.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;font-size:1.0625rem;font-weight:600;color:var(--slate-900);text-align:left;cursor:pointer;gap:1rem}
.faq-question::after{content:'+';font-size:1.5rem;color:var(--slate-400);font-weight:300;flex-shrink:0}
.faq-question.open::after{content:'\2013'}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-answer.open{max-height:500px}
.faq-answer p{padding:0 0 1.25rem;color:var(--slate-600);font-size:1rem;line-height:1.7}

/* ===== Contact ===== */
.contact-form{max-width:600px;margin:0 auto}
.contact-form label{display:block;font-weight:600;margin-bottom:.375rem;color:var(--slate-800)}
.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--slate-200);border-radius:var(--radius);font-size:1rem;font-family:inherit;margin-bottom:1.25rem;transition:border-color .15s}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px var(--blue-100)}
.contact-form textarea{min-height:150px;resize:vertical}

/* ===== Trust Section ===== */
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.trust-card{text-align:center;padding:1.5rem}
.trust-icon{font-size:2rem;margin-bottom:.75rem}
.trust-card h3{font-size:1.0625rem;margin-bottom:.375rem}
.trust-card p{font-size:.875rem;color:var(--slate-500)}

/* ===== Single Product ===== */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
@media(max-width:768px){.product-detail{grid-template-columns:1fr;gap:2rem}}
.product-meta .price{font-size:2.25rem;font-weight:800;margin:1rem 0}
.product-meta .specs{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}
.product-meta .specs li{display:flex;align-items:center;gap:.5rem;color:var(--slate-600)}
.product-meta .specs li::before{content:'\2713';color:var(--emerald-600);font-weight:700}

/* ===== Footer ===== */
.site-footer{background:var(--slate-900);color:var(--slate-400);padding:3rem 0 2rem;font-size:.875rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
.footer-grid h4{color:var(--white);font-size:.9375rem;margin-bottom:1rem}
.footer-grid a{color:var(--slate-400)}
.footer-grid a:hover{color:var(--white)}
.footer-bottom{border-top:1px solid var(--slate-800);padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-disclaimer{background:var(--slate-800);color:var(--slate-400);padding:.5rem 1rem;border-radius:var(--radius);font-size:.75rem;margin-top:1rem}

/* ===== Utility ===== */
.text-center{text-align:center}
.mt-1{margin-top:1rem}
.mt-2{margin-top:2rem}
.mt-3{margin-top:3rem}
.mb-1{margin-bottom:1rem}
.mb-2{margin-bottom:2rem}

/* ===== Print ===== */
@media print{
  .site-header,.site-footer,.btn,.category-filter,.gen-actions,.gen-cross-sell{display:none!important}
  body{font-size:12pt}
}
