:root{
  --bg:#f8fafc;--ink:#020617;--muted:#64748b;--line:#e2e8f0;--white:#fff;--indigo:#4f46e5;--indigo2:#4338ca;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}
.wrap{max-width:1180px;margin:0 auto;padding-left:20px;padding-right:20px}.hero{background:#020617;color:white;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding-top:88px;padding-bottom:88px}.badge{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.1);padding:10px 16px;border-radius:999px;font-weight:800;font-size:14px}.hero h1{font-size:64px;line-height:1;margin:22px 0 18px;letter-spacing:-.05em}.hero p{font-size:20px;line-height:1.75;color:#cbd5e1;max-width:660px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:18px;font-weight:900;cursor:pointer;transition:.18s ease;font-size:15px}.btn:hover{transform:translateY(-1px)}.primary{background:var(--indigo);color:white}.primary:hover{background:var(--indigo2)}.secondary{background:white;color:#0f172a;border:1px solid var(--line)}.full{width:100%;margin-top:12px}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:16px;box-shadow:0 25px 80px rgba(0,0,0,.35)}
.tools-section{padding-top:58px;padding-bottom:44px}.eyebrow{margin:0 0 8px;color:var(--indigo);font-size:14px;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.section-title{font-size:40px;letter-spacing:-.04em;margin:0 0 28px}.tools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.tool-card{border:1px solid var(--line);background:rgba(255,255,255,.75);border-radius:26px;padding:22px;text-align:left;cursor:pointer;transition:.2s ease;min-height:190px}.tool-card:hover,.tool-card.active{background:white;box-shadow:0 18px 45px rgba(15,23,42,.1);transform:translateY(-3px);border-color:#a5b4fc}.tool-icon{width:48px;height:48px;border-radius:18px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}.tool-card.active .tool-icon{background:var(--indigo);color:white}.tool-card h3{margin:0;font-size:16px;line-height:1.25}.tool-card p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
.studio-grid{display:grid;grid-template-columns:380px 1fr;gap:28px;padding-bottom:70px}.panel,.canvas-card{background:white;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 6px 25px rgba(15,23,42,.04)}.panel h2{margin:0 0 24px;font-size:26px;letter-spacing:-.03em}.panel label{display:block;margin:16px 0 7px;font-size:14px;font-weight:900}.panel input,.panel textarea,.panel select{width:100%;border:1px solid var(--line);border-radius:18px;padding:13px 14px;font:inherit;outline:none;background:white}.panel input:focus,.panel textarea:focus,.panel select:focus{border-color:#818cf8;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.two-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.note{color:var(--muted);font-size:12px;line-height:1.65;margin:14px 0 0}.preview-meta{display:flex;justify-content:space-between;margin-bottom:12px;color:var(--muted);font-size:14px}.preview{position:relative;overflow:hidden;border-radius:28px;max-width:760px;width:100%;margin:0 auto;padding:34px;box-shadow:0 25px 80px rgba(15,23,42,.16);background-size:cover;background-position:center}.preview-ai{background:linear-gradient(135deg,#1e1b4b,#5b21b6,#a21caf)}.preview-bright{background:linear-gradient(135deg,#f97316,#ec4899,#9333ea)}.preview-finance{background:linear-gradient(135deg,#064e3b,#0f766e,#0e7490)}.preview-classic{background:linear-gradient(135deg,#020617,#1e293b,#0f172a)}.uploaded-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.42;z-index:0}.uploaded-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.55),rgba(0,0,0,.15))}.blur{position:absolute;border-radius:999px;background:white;filter:blur(60px);opacity:.2}.blur.one{width:290px;height:290px;right:-95px;top:-95px}.blur.two{width:330px;height:330px;left:-100px;bottom:-110px}.preview-inner{position:relative;z-index:1;min-height:390px;display:flex;flex-direction:column;justify-content:space-between}.brand-pill{display:inline-flex;width:max-content;max-width:100%;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.16);color:white;font-weight:900;backdrop-filter:blur(8px)}.preview h2{font-size:50px;line-height:1.04;color:white;margin:0;letter-spacing:-.04em;max-width:720px}.preview p{font-size:21px;line-height:1.45;color:rgba(255,255,255,.86);margin:18px 0 0;max-width:650px}.preview-foot{display:flex;justify-content:space-between;color:rgba(255,255,255,.82);font-weight:800}footer{background:white;border-top:1px solid var(--line);text-align:center;color:var(--muted);padding:30px 20px;font-size:14px}
@media(max-width:980px){.hero-grid,.studio-grid{grid-template-columns:1fr}.tools-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:48px}.preview h2{font-size:38px}.preview-inner{min-height:330px}}
@media(max-width:560px){.hero-grid{padding-top:56px;padding-bottom:56px}.tools-grid{grid-template-columns:1fr}.section-title{font-size:31px}.hero h1{font-size:38px}.hero p{font-size:17px}.preview{padding:24px;border-radius:22px}.preview h2{font-size:30px}.preview p{font-size:17px}.preview-inner{min-height:300px}.two-buttons{grid-template-columns:1fr}.panel,.canvas-card{padding:18px;border-radius:22px}}


.brand{
  display:flex;
  align-items:center;
  gap:12px;
}

.brand img{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:10px;
}

.brand span{
  font-size:28px;
  font-weight:800;
  color:#fff;
  letter-spacing:-0.5px;
}

#downloadSettingsBtn{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  overflow:hidden !important;
  
  
  /* Example if the class is .download-settings */
.download-settings {
    display: none !important;
}
}