
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#172033;--muted:#6d7484;--paper:#f7f8fb;--white:#fff;--blue:#2563eb;--blue2:#1d4ed8;--orange:#ff7a45;--line:#e5e8ef;--soft:#eef4ff;--green:#15946b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}
a{text-decoration:none;color:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px;font-family:"Space Grotesk";font-weight:700;font-size:21px}.logo img{width:37px;height:37px;border-radius:10px}
.links{display:flex;align-items:center;gap:4px}.links a{font-size:14px;color:#596273;padding:10px 13px;border-radius:9px}.links a:hover{background:#f1f4f8;color:var(--ink)}
.links .start{background:var(--ink);color:#fff;padding:11px 16px;margin-left:8px}.menu{display:none;background:#fff;border:1px solid var(--line);border-radius:8px;padding:9px}
.hero{padding:72px 0 40px;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.kicker{font-size:12px;color:var(--blue);font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.hero h1{font-family:"Space Grotesk";font-size:clamp(42px,5.3vw,68px);line-height:.99;letter-spacing:-.055em;margin:13px 0 20px}.hero h1 em{font-style:normal;color:var(--orange)}
.hero p{font-size:17px;line-height:1.7;color:var(--muted);max-width:590px}
.hero-actions{display:flex;gap:10px;margin-top:25px;align-items:center}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 17px;border-radius:10px;font-weight:700;font-size:14px}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue2)}.btn.secondary{background:#fff;border:1px solid var(--line)}
.hero-art{background:#fff;border:1px solid var(--line);border-radius:26px;padding:16px;box-shadow:0 25px 60px rgba(27,39,67,.09);transform:rotate(2deg)}
.hero-art .fakebar{height:30px;border-bottom:1px solid var(--line);display:flex;gap:6px;align-items:center}.dot{width:7px;height:7px;border-radius:50%;background:#d9dee8}.fakeimage{height:280px;margin:16px;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 48%,#ffedd5 48%,#fff7ed 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:70px;color:#2563eb}
.ad{min-height:90px;border:1px dashed #cfd5df;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#9aa2b1;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.ad.wide{margin:5px 0 35px}
.editor-title{display:flex;justify-content:space-between;align-items:end;margin:35px 0 14px}.editor-title h2{font-family:"Space Grotesk";font-size:28px;margin:0}.editor-title p{color:var(--muted);font-size:13px;margin:0}
.editor{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 15px 45px rgba(27,39,67,.07)}
.editorbar{height:62px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 16px}.editorbar .state{font-size:12px;color:var(--green);font-weight:700}
.editorbar-right{display:flex;gap:8px}.smallbtn{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 12px;font-weight:600;cursor:pointer}.smallbtn.blue{background:var(--blue);color:#fff;border-color:var(--blue)}
.workspace{display:grid;grid-template-columns:76px 1fr 275px;min-height:575px}
.tools{padding:10px 7px;border-right:1px solid var(--line);background:#fbfcfe}.tool{width:100%;border:0;background:transparent;color:#70798a;border-radius:9px;padding:11px 3px;font-size:10px;cursor:pointer;margin-bottom:4px}.tool i{display:block;font-size:17px;margin-bottom:5px}.tool.active{background:var(--soft);color:var(--blue);font-weight:700}
.stage{background:#f0f2f6;display:flex;align-items:center;justify-content:center;padding:30px;position:relative;background-image:linear-gradient(45deg,#e7eaf0 25%,transparent 25%),linear-gradient(-45deg,#e7eaf0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e7eaf0 75%),linear-gradient(-45deg,transparent 75%,#e7eaf0 75%);background-size:26px 26px;background-position:0 0,0 13px,13px -13px,-13px 0}
.drop{background:#fff;border:2px dashed #c9d1df;border-radius:18px;padding:45px 30px;text-align:center;width:min(420px,100%);cursor:pointer}.drop .uploadicon{width:58px;height:58px;border-radius:15px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;margin:0 auto 14px;font-size:22px}.drop h3{margin:0 0 6px;font-family:"Space Grotesk"}.drop p{margin:0 0 18px;color:#8a92a1;font-size:12px}.drop .choose{display:inline-block;background:var(--blue);color:#fff;border-radius:9px;padding:10px 15px;font-size:13px;font-weight:700}
.panel{border-left:1px solid var(--line);padding:18px;background:#fff;overflow:auto}.panel h3{font-family:"Space Grotesk";font-size:13px;margin:0 0 14px}.group{margin-bottom:22px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.ctrl{width:100%;border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px;font-size:11px;color:#3e4655}.ctrl:hover{background:#f7f9fc}.ctrl.primary{background:var(--blue);color:#fff;border-color:var(--blue);cursor:pointer}.tab.hidden{display:none}.imageElement{max-width:100%;max-height:66vh;border-radius:12px}
.feature-section{padding:65px 0}.sectionhead{text-align:center;max-width:700px;margin:0 auto 28px}.sectionhead .kicker{margin-bottom:7px}.sectionhead h2{font-family:"Space Grotesk";font-size:35px;letter-spacing:-.04em;margin:0 0 10px}.sectionhead p{color:var(--muted);line-height:1.7;margin:0}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature{background:#fff;border:1px solid var(--line);padding:22px;border-radius:15px}.feature .ico{width:38px;height:38px;border-radius:10px;background:var(--soft);color:var(--blue);display:grid;place-items:center}.feature h3{font-size:15px;margin:14px 0 7px}.feature p{font-size:12px;line-height:1.65;color:var(--muted);margin:0}
.footer{background:#172033;color:#c6cbd5;padding:38px 0}.foot{display:flex;justify-content:space-between;align-items:center}.foot .logo{color:#fff}.footlinks{display:flex;gap:18px;font-size:13px}.footlinks a:hover{color:#fff}
.legal-page{padding:70px 0 90px}.legal-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:42px;max-width:850px;margin:auto}.legal-card h1{font-family:"Space Grotesk";font-size:46px;letter-spacing:-.05em;margin:0 0 14px}.legal-card h2{font-family:"Space Grotesk";font-size:20px;margin-top:32px}.legal-card p,.legal-card li{font-size:14px;line-height:1.85;color:#626b7a}.legal-card ul{padding-left:22px}
@media(max-width:950px){.hero{grid-template-columns:1fr}.hero-art{display:none}.workspace{grid-template-columns:70px 1fr}.panel{display:none}.features{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.wrap{width:min(100% - 24px,1160px)}.nav{height:66px}.links{display:none}.links.mobile{display:flex;position:absolute;top:66px;left:12px;right:12px;background:#fff;border:1px solid var(--line);padding:8px;flex-direction:column;box-shadow:0 15px 35px #0001}.menu{display:block}.hero{padding:48px 0 25px}.hero h1{font-size:44px}.editor-title{display:block}.editor-title p{margin-top:5px}.workspace{grid-template-columns:1fr}.tools{display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--line);padding:7px}.tool{min-width:70px;margin:0}.stage{min-height:430px}.features{grid-template-columns:1fr}.foot{display:block}.footlinks{margin-top:16px}.legal-card{padding:25px}.legal-card h1{font-size:36px}}

/* ImgXTool image-only brand logo */
.logo{
  display:inline-flex;
  align-items:center;
  line-height:0;
  font-size:0;
}
.logo img{
  display:block;
  width:auto;
  height:42px;
  max-width:190px;
  object-fit:contain;
  border-radius:0;
}
.footer .logo img{
  height:44px;
  max-width:200px;
}
@media(max-width:680px){
  .logo img{height:38px;max-width:170px}
  .footer .logo img{height:40px}
}

max-width:250px;
  object-fit:contain;
}
.header .logo{
  min-height:60px;
}
.footer .logo,
.footer .logo img{
  display:none !important;
}
@media(max-width:680px){
  .header .logo img{
    height:48px;
    max-width:210px;
  }
}

/* Final header/footer branding */
.header .logo{
  display:inline-flex;
  align-items:center;
  min-height:62px;
  line-height:0;
  font-size:0;
}
.header .logo img{
  display:block;
  height:62px;
  width:auto;
  max-width:280px;
  object-fit:contain;
  border-radius:0;
}
.footer .logo,
.footer .logo img{
  display:none !important;
}
@media(max-width:680px){
  .header .logo{
    min-height:54px;
  }
  .header .logo img{
    height:52px;
    max-width:230px;
  }
}

/* Correct final branding: BIG HEADER LOGO, NO FOOTER LOGO */
.header .logo{
  display:inline-flex !important;
  align-items:center;
  justify-content:flex-start;
  width:auto;
  min-width:180px;
  min-height:70px;
  line-height:0;
  font-size:0;
  flex-shrink:0;
}
.header .logo img{
  display:block !important;
  width:auto !important;
  height:64px !important;
  max-width:230px !important;
  object-fit:contain;
  border-radius:0 !important;
}
.footer .logo,
.footer .logo img{
  display:none !important;
}
@media(max-width:680px){
  .header .logo{
    min-width:145px;
    min-height:58px;
  }
  .header .logo img{
    height:52px !important;
    max-width:190px !important;
  }
}
