:root {
  --bg: #050506;
  --bg-2: #0c0c10;
  --card: #101018;
  --line: #1c1c28;
  --text: #ececf1;
  --muted: #8b8b9a;
  --accent: #7c5cff;
  --accent-2: #c8ff3d;
  --contractor: #ff7a3d;
  --landlord: #5cc8ff;
  --smb: #c8ff3d;
  --radius: 18px;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: "Sora", system-ui, sans-serif;
  background: radial-gradient(1200px 600px at 10% -10%, #1a1430 0%, transparent 50%),
              radial-gradient(900px 500px at 100% 0%, #12201a 0%, transparent 45%),
              var(--bg);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.5;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(16px);
  background: #050506cc;
  border-bottom: 1px solid var(--line);
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .9rem 0;
}
.logo {
  display: flex; align-items: center; text-decoration: none; flex-shrink: 0;
}
.logo img { height: 42px; width: auto; display: block; }
.nav { display: flex; gap: 1.1rem; align-items: center; }
.nav a { text-decoration: none; color: var(--muted); font-size: .9rem; }
.nav a:hover, .nav a.is-active { color: var(--text); }
.nav-toggle {
  display: none; background: transparent; color: var(--text);
  border: 1px solid var(--line); border-radius: 999px; padding: .4rem .8rem;
}

.hero { padding: 4.5rem 0 2.5rem; }
.hero h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: .95; letter-spacing: -.03em; margin: .4rem 0 1rem; max-width: 16ch;
}
.kicker {
  color: var(--accent-2); letter-spacing: .22em; text-transform: uppercase;
  font-size: .72rem; font-weight: 600;
}
.lead { color: var(--muted); max-width: 40rem; font-size: 1.05rem; }
.cta-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border-radius: 999px; padding: .75rem 1.15rem;
  font-weight: 600; font-size: .9rem; border: 1px solid transparent;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-ghost { border-color: var(--line); color: var(--text); background: #ffffff08; }
.btn-lime { background: var(--accent-2); color: #111; }
.paypal-form { display: inline-flex; margin: 0; }
.paypal-form button { cursor: pointer; font: inherit; }

.section { padding: 2.5rem 0 4rem; }
.section h2 { font-family: "Syne", sans-serif; font-size: 1.6rem; margin: 0 0 1.2rem; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card {
  background: linear-gradient(180deg, #14141e, #0e0e14);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; min-height: 100%;
}
.card-preview {
  height: 150px; position: relative;
  background: #0a0a10;
}
.card-preview iframe {
  width: 140%; height: 280px; border: 0; pointer-events: none;
  transform: scale(.7); transform-origin: top left; opacity: .92;
}
.card-body { padding: 1rem 1.05rem 1.15rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.card h3 { margin: 0; font-size: 1.05rem; font-family: "Syne", sans-serif; }
.card p { margin: 0; color: var(--muted); font-size: .88rem; }
.meta { display: flex; gap: .4rem; flex-wrap: wrap; margin: .2rem 0 .4rem; }
.chip {
  font-size: .68rem; letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid var(--line); border-radius: 999px; padding: .18rem .5rem; color: var(--muted);
}
.chip.contractor { color: var(--contractor); border-color: #ff7a3d44; }
.chip.landlord { color: var(--landlord); border-color: #5cc8ff44; }
.chip.smb { color: var(--smb); border-color: #c8ff3d44; }
.actions { display: flex; gap: .45rem; flex-wrap: wrap; margin-top: auto; padding-top: .6rem; }
.actions a {
  font-size: .78rem; text-decoration: none; border: 1px solid var(--line);
  border-radius: 999px; padding: .4rem .7rem; color: var(--text);
}
.actions a.view { background: var(--accent); border-color: transparent; }

.filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.filter-btn {
  background: transparent; color: var(--muted); border: 1px solid var(--line);
  border-radius: 999px; padding: .4rem .8rem; cursor: pointer; font: inherit;
}
.filter-btn.is-on { color: var(--text); border-color: var(--accent); }

.detail { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem; padding: 2.5rem 0 4rem; }
.preview-frame {
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden; min-height: 70vh;
  background: #000;
}
.preview-frame iframe { width: 100%; height: 75vh; border: 0; background: #000; }
.detail h1 { font-family: "Syne", sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); margin: .3rem 0 0.6rem; }
.price { font-size: 1.4rem; font-weight: 600; }
.price span { color: var(--muted); font-size: .9rem; font-weight: 400; }
.features { padding: 0; margin: 1rem 0; }
.features li { margin: .4rem 0; color: var(--muted); }

.site-footer {
  border-top: 1px solid var(--line); padding: 2rem 0 3rem; color: var(--muted); font-size: .85rem;
}
.site-footer .inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }
.foot-links { display: flex; flex-wrap: wrap; gap: .75rem 1.1rem; margin-top: .6rem; }

.empty { color: var(--muted); padding: 3rem 0; }

.prose { max-width: 760px; }
.prose h2 { font-family: "Syne", sans-serif; font-size: 1.25rem; margin: 1.4rem 0 .4rem; }
.media { overflow: hidden; border-radius: 16px; border: 1px solid var(--line); background: #0a0a10; margin: 0 0 1.2rem; }
.media img { width: 100%; height: 220px; object-fit: cover; display: block; }
.media.tall img { height: 320px; }
.shot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.4rem 0; }
.shot-grid .media { margin: 0; }
.shot-grid .media img { height: 160px; }
.faq-item { border-top: 1px solid var(--line); padding: 1rem 0; }
.contact-form { display: grid; gap: .7rem; max-width: 32rem; margin: 1.2rem 0; }
.contact-form label { font-size: .82rem; color: var(--muted); display: grid; gap: .35rem; }
.contact-form input, .contact-form select, .contact-form textarea {
  background: #101018; color: var(--text); border: 1px solid var(--line);
  border-radius: 10px; padding: .7rem .8rem; font: inherit;
}
.flash { background: var(--accent-2); color: #111; padding: .8rem 1rem; border-radius: 12px; font-weight: 600; margin: 0 0 1rem; }
.demo { color: var(--muted); font-size: .8rem; }

.plain-card {
  background: #101018; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem 1.15rem;
}
.plain-card h3 { font-family: "Syne", sans-serif; margin: 0 0 .4rem; }
.plain-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pkg {
  background: linear-gradient(180deg, #14141e, #0e0e14);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem 1.15rem 1.3rem; display: flex; flex-direction: column; gap: .45rem;
}
.pkg.is-featured { border-color: #c8ff3d55; box-shadow: 0 0 0 1px #c8ff3d22; }
.pkg.is-addon { background: #0c0c12; }
.pkg h3 { font-family: "Syne", sans-serif; margin: 0; }
.pkg .btn { margin-top: auto; align-self: flex-start; }
.host-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.host-card {
  background: #101018; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.15rem; display: flex; flex-direction: column; gap: .45rem;
}
.host-card h3 { margin: 0; font-family: "Syne", sans-serif; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: none; }
.step {
  background: #101018; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem 1.2rem;
}
.step h2 { margin: .3rem 0 .5rem; }
.step a { color: var(--accent-2); }
.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.price-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.price-table th, .price-table td { text-align: left; padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table th { color: var(--muted); font-weight: 600; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table a { color: var(--accent-2); text-decoration: none; }

@media (max-width: 900px) {
  .grid, .detail, .shot-grid, .pkg-grid, .host-grid, .steps { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; right: 1rem; top: 58px; background: #0c0c10; border: 1px solid var(--line); border-radius: 12px; padding: 1rem; flex-direction: column; }
  .nav.is-open { display: flex; }
  .logo img { height: 34px; }
}
/* dts-cms-body */
.cms-body img{position:static;inset:auto;width:auto;max-width:100%;height:auto;min-height:0;object-fit:contain;margin:.8rem 0;border-radius:8px}
.cms-body p,.cms-body ul,.cms-body ol{margin:.6rem 0}
.cms-body h2,.cms-body h3{margin:1rem 0 .4rem}
