
:root{
  --bg:#0f172a;
  --panel:#ffffff;
  --panel-2:#f8fafc;
  --line:#e2e8f0;
  --text:#0f172a;
  --muted:#64748b;
  --dark:#020617;
  --brand:#111827;
  --shadow:0 18px 48px rgba(2,6,23,.12);
  --radius:24px;
  --radius-sm:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:linear-gradient(180deg,#eef2ff 0%,#f8fafc 35%,#ffffff 100%);
  color:var(--text);
}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 28px));margin:0 auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.85)}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:78px}
.brand{display:flex;align-items:center;gap:14px}
.brand h1,.brand h2{margin:0;font-size:1.08rem}
.brand p{margin:4px 0 0;color:var(--muted);font-size:.92rem}
.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#111827,#475569 55%,#94a3b8);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 10px 20px rgba(15,23,42,.22)}
.nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.nav a,.nav button{border:none;background:none;color:#334155;cursor:pointer;font-weight:700;padding:10px 12px;border-radius:12px}
.nav button,.btn.primary,.btn.secondary:hover{background:#111827;color:#fff}
.hero{padding:34px 0 22px}
.hero-grid,.page-hero{display:grid;grid-template-columns:1.04fr .96fr;gap:22px;align-items:stretch}
.hero-copy,.hero-card,.panel,.contact-card,.info-card,.card,.category-card,.quote-card,.mini,.contact-box,.gallery-note,.example-shell,.empty-state{background:rgba(255,255,255,.92);border:1px solid rgba(226,232,240,.95);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-copy,.panel,.contact-card,.page-copy,.quote-card,.example-shell,.gallery-note{padding:28px}
.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e2e8f0;color:#334155;font-weight:700;font-size:.82rem;letter-spacing:.02em}
.hero-copy h2,.page-copy h1{font-size:clamp(2rem,4vw,3.6rem);margin:16px 0 12px;line-height:1.02}
.hero-copy p,.page-copy p,.section-head p,.contact-card p,.quote-card p,.gallery-note p,.example-shell p{color:#475569;line-height:1.65}
.hero-actions,.contact-actions,.overlay-actions,.page-actions,.quote-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:14px 18px;font-weight:700;transition:.2s ease;cursor:pointer;border:1px solid transparent}
.btn.primary{background:#111827;color:#fff}
.btn.secondary{background:#fff;border-color:#cbd5e1;color:#111827}
.btn:hover{transform:translateY(-1px)}
.trust-row,.mini-panels,.info-grid,.gallery,.grid,.category-grid,.quote-grid,.example-grid{display:grid;gap:14px}
.trust-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px}
.trust,.mini{padding:18px;border-radius:18px;background:#fff;border:1px solid #e2e8f0}
.trust strong,.mini strong,.info-card strong,.quote-card h3,.category-card h3,.example-shell h1{display:block;margin-bottom:8px}
.trust span,.mini span,.info-card span,.category-card p{color:#64748b;line-height:1.55}
.hero-card{padding:18px}
.hero-visual,.page-visual{position:relative;min-height:360px;border-radius:22px;background-size:cover;background-position:center;overflow:hidden}
.hero-visual::after,.page-visual::after{content:attr(data-badge);position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.94);padding:10px 14px;border-radius:999px;font-size:.85rem;font-weight:700;color:#0f172a;box-shadow:0 10px 30px rgba(15,23,42,.16)}
.page-visual{background:var(--page-bg,#0f172a)}
.section,.page-shell{padding:22px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}
.section-head h3{font-size:1.7rem;margin:0 0 8px}
.grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.card,.category-card{overflow:hidden;display:flex;flex-direction:column}
.card-media{aspect-ratio:16/10;background-size:cover;background-position:center}
.card-body,.category-card .content{padding:20px}
.pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.78rem;font-weight:700}
.card-body h4,.category-card h3{font-size:1.18rem;margin:12px 0 8px}
.card-body p{color:#64748b;line-height:1.6;margin:0}
.gallery{grid-template-columns:repeat(5,minmax(0,1fr))}
.contact-card{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}
.contact-box{padding:22px;display:grid;gap:14px;background:#f8fafc}
.contact-box div{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}
.contact-box div:last-child{border-bottom:none;padding-bottom:0}
.footer{padding:28px 0 40px;color:#64748b;text-align:center}
.overlay{position:fixed;inset:0;display:none;z-index:60}
.overlay.open{display:block}
.overlay-bg{position:absolute;inset:0;background:rgba(2,6,23,.72);backdrop-filter:blur(8px)}
.overlay-panel{position:relative;width:min(1220px,calc(100% - 24px));height:min(88vh,900px);margin:22px auto;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 80px rgba(2,6,23,.4);display:flex;flex-direction:column}
.overlay-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #e2e8f0;background:#f8fafc}
.overlay-title{font-weight:800}
.overlay-actions a,.overlay-actions button{border:none;background:#111827;color:#fff;padding:11px 14px;border-radius:12px;cursor:pointer;font-weight:700}
.overlay-actions a{display:inline-flex;align-items:center}
.overlay-frame{flex:1;width:100%;border:none;background:#fff}
.page-top{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.info-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}
.info-card{padding:22px}
.category-grid,.quote-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.category-card .content{display:flex;flex-direction:column;gap:12px;height:100%}
.category-card ul{margin:0;padding-left:18px;color:#475569;line-height:1.6}
.category-preview{aspect-ratio:16/11;background:linear-gradient(135deg,#cbd5e1,#f8fafc 50%,#94a3b8);display:flex;align-items:end;justify-content:flex-start;padding:16px;color:#0f172a;font-weight:800;font-size:1.1rem}
.quote-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px}
.quote-card small{color:#64748b;line-height:1.55}
.gallery-note{margin-top:18px;background:linear-gradient(180deg,#fff,#f8fafc)}
.gallery-note code,.example-shell code{background:#e2e8f0;padding:2px 8px;border-radius:999px;font-size:.92em}
.example-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}
.example-thumb{aspect-ratio:4/3;border-radius:18px;background:linear-gradient(135deg,#111827,#334155 60%,#cbd5e1);position:relative;overflow:hidden;border:1px solid #cbd5e1}
.example-thumb::after{content:'Replace with your uploaded photo';position:absolute;inset:auto 12px 12px 12px;background:rgba(255,255,255,.92);padding:10px 12px;border-radius:12px;font-size:.85rem;font-weight:700;color:#0f172a}
.example-tag{display:inline-flex;margin-top:12px;padding:8px 11px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.8rem;font-weight:700}
.example-shell .back{margin-bottom:18px;display:inline-flex}
.assistant-launch{position:fixed;right:18px;bottom:18px;z-index:96;border:none;background:#111827;color:#fff;padding:14px 18px;border-radius:999px;box-shadow:0 16px 40px rgba(15,23,42,.28);font-weight:800;cursor:pointer}
.assistant{position:fixed;right:18px;bottom:78px;width:min(390px,calc(100% - 22px));max-height:min(78vh,760px);display:none;z-index:97;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 28px 70px rgba(2,6,23,.34);border:1px solid #dbe4ef}
.assistant.open{display:flex;flex-direction:column}
.assistant-head{padding:16px 16px 12px;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.assistant-head strong{display:block;font-size:1rem;margin-bottom:4px}
.assistant-head span{display:block;color:#cbd5e1;font-size:.85rem;line-height:1.45}
.assistant-body{padding:14px;display:flex;flex-direction:column;gap:12px;overflow:auto;background:#f8fafc;min-height:210px}
.assistant-msg{max-width:88%;padding:12px 14px;border-radius:18px;line-height:1.55;font-size:.95rem;white-space:pre-line}
.assistant-msg.bot{background:#fff;border:1px solid #e2e8f0;color:#0f172a;align-self:flex-start}
.assistant-msg.user{background:#111827;color:#fff;align-self:flex-end}
.assistant-msg a{color:#0f172a;text-decoration:underline;font-weight:700}
.assistant-quick{display:flex;gap:8px;flex-wrap:wrap;padding:12px 12px 0;background:#fff}
.assistant-quick button{border:1px solid #dbe4ef;background:#fff;border-radius:999px;padding:9px 12px;cursor:pointer;color:#334155;font-weight:700}
.assistant-form{display:flex;gap:10px;padding:12px;background:#fff;border-top:1px solid #e2e8f0}
.assistant-form input{flex:1;border:1px solid #cbd5e1;border-radius:14px;padding:13px 14px;outline:none}
.assistant-form button{border:none;background:#111827;color:#fff;border-radius:14px;padding:0 16px;font-weight:700;cursor:pointer}
.mini-link-list{display:grid;gap:8px;margin-top:10px}
.mini-link-list a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;color:#111827;font-weight:700}
@media (max-width: 960px){
  .hero-grid,.page-hero,.contact-card,.grid,.category-grid,.quote-grid,.info-grid,.gallery,.trust-row,.example-grid{grid-template-columns:1fr}
  .topbar-inner{align-items:flex-start;padding:12px 0}
  .nav{width:100%}
  .overlay-panel{height:min(94vh,900px);margin:10px auto}
  .overlay-top{flex-wrap:wrap}
}
.premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.premium-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
  transition: all .25s ease;
}

.premium-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 60px rgba(0,0,0,.18);
}

.card-media {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.35), transparent);
}

.card-body {
  padding: 18px;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}