:root{
  --ink:#10231f;--muted:#5f6f6a;--line:#dce7df;--soft:#f6fbf7;--soft2:#ecfdf5;
  --brand:#0f766e;--brand-dark:#064e3b;--accent:#f59e0b;--accent-soft:#fff7ed;--danger:#b91c1c;--warning:#ca8a04;
  --card:#ffffff;--shadow:0 16px 40px rgba(6,78,59,.10);--radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);line-height:1.56}.container{max-width:1180px;margin:0 auto;padding:0 24px}.site-header{border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(10px);position:sticky;top:0;z-index:30}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:14px;padding-bottom:14px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:850;font-size:22px;color:var(--ink);text-decoration:none;letter-spacing:-.03em}.brand-mark{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--accent),#22c55e 48%,var(--brand));color:#fff;font-size:13px;box-shadow:0 12px 24px rgba(15,118,110,.22)}.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.main-nav a,nav a{color:#334155;text-decoration:none;font-weight:650;padding:10px 12px;border-radius:12px}.main-nav a:hover,nav a:hover{background:#ecfdf5;color:var(--brand-dark)}.nav-pill{background:#ecfdf5;color:var(--brand-dark)!important;border:1px solid #bbf7d0}.trial-strip{background:#064e3b;color:#d1fae5;border-bottom:1px solid rgba(255,255,255,.12)}.trial-strip-inner{display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 24px;font-size:14px}.trial-strip a{color:#fff;font-weight:900;text-decoration:underline}.main-nav a[href$="demo.php"]{background:var(--brand);color:#fff!important}.main-nav a[href$="demo.php"]:hover{background:var(--brand-dark)}
.hero{padding:84px 0 64px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:42px;align-items:center}.commercial-hero{background:radial-gradient(circle at top right,#fef3c7 0,#ecfdf5 36%,#fff 100%);border-bottom:1px solid var(--line)}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.04;margin:14px 0 18px;letter-spacing:-.06em}.lead{font-size:19px;color:var(--muted);line-height:1.72}.eyebrow,.badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#ecfdf5;color:var(--brand-dark);padding:7px 12px;font-size:13px;font-weight:800}.badge{background:#fff7ed;color:#92400e}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.hero-badges span{background:#fff;border:1px solid #bbf7d0;border-radius:999px;padding:9px 12px;font-weight:850;color:#065f46;box-shadow:0 6px 16px rgba(15,35,60,.06)}.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:12px 18px;text-decoration:none;font-weight:800;border:1px solid var(--line);color:var(--ink);background:#fff;box-shadow:0 2px 0 rgba(15,23,42,.04);cursor:pointer;font-size:14px;line-height:1.2}.btn:hover,button.btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.10)}.btn.primary{background:linear-gradient(135deg,var(--brand),#16a34a);border-color:var(--brand);color:#fff}.btn.secondary{background:#ecfdf5;color:#064e3b;border-color:#bbf7d0}.btn.large{padding:15px 22px;font-size:15px;border-radius:16px}.btn.danger,.danger{background:var(--danger)!important;color:#fff!important;border-color:var(--danger)!important}.actions{display:flex;gap:8px;flex-wrap:wrap}.hero-product-card{background:#fff;border:1px solid #bbf7d0;border-radius:28px;padding:14px;box-shadow:0 24px 70px rgba(15,118,110,.18);transform:rotate(1deg)}.hero-product-card img,.screenshot-card img,.screenshot-figure img,.preview-grid img{width:100%;height:auto;display:block;border-radius:18px;border:1px solid #dbe4f0}.hero-card-caption{display:grid;gap:4px;padding:15px 8px 5px}.hero-card-caption span{color:var(--muted)}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:var(--card);box-shadow:var(--shadow)}.card h2,.card h3{margin-top:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.section{padding:66px 0}.section.alt{background:linear-gradient(180deg,#f8fbf8,#ecfdf5);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-title{max-width:790px;margin-bottom:28px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.section-title.left{max-width:900px;margin-left:0;text-align:left}.section-title h1,.section-title h2{margin:0 0 10px;font-size:clamp(30px,3vw,44px);letter-spacing:-.04em}.feature-icon{width:44px;height:44px;border-radius:14px;background:#ecfdf5;color:var(--brand);display:grid;place-items:center;font-weight:900;margin-bottom:12px}.feature-grid .card{min-height:220px}.hero-list{list-style:none;padding:0;margin:22px 0}.hero-list li{margin:10px 0;color:#475569}.hero-list li::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:8px;border-radius:50%;background:#dcfce7;color:#166534;font-weight:900}.muted{color:var(--muted)}.small{font-size:13px}.price{font-size:34px;font-weight:900;letter-spacing:-.04em;margin:10px 0}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-28px;position:relative;z-index:3}.stats-row div{background:#fff;border:1px solid #dbe4f0;border-radius:20px;padding:22px;text-align:center;box-shadow:0 12px 34px rgba(15,35,60,.08)}.stats-row strong{display:block;font-size:36px;line-height:1;color:#065f46;letter-spacing:-.05em}.stats-row span{display:block;margin-top:8px;color:var(--muted);font-weight:800}.stats-row-strong div:first-child{background:linear-gradient(135deg,#064e3b,#0f766e);color:#fff;border-color:transparent}.stats-row-strong div:first-child strong,.stats-row-strong div:first-child span{color:#fff}.split-section{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);gap:34px;align-items:center}.screenshot-card{padding:16px}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.preview-grid a{display:block;background:#fff;border:1px solid #dbe4f0;border-radius:22px;padding:12px;text-decoration:none;color:var(--ink);box-shadow:0 10px 26px rgba(15,35,60,.08)}.preview-grid span{display:block;padding:12px 4px 2px;font-weight:900}.screenshot-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.screenshot-figure{margin:0;background:#fff;border:1px solid #dbe4f0;border-radius:24px;padding:14px;box-shadow:0 12px 32px rgba(15,35,60,.08)}.screenshot-figure figcaption{padding:12px 4px 2px;display:grid;gap:4px}.screenshot-figure figcaption span{color:var(--muted)}.use-case-pills{display:flex;gap:12px;flex-wrap:wrap}.use-case-pills span{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;border-radius:999px;padding:11px 15px;font-weight:850}.callout{background:linear-gradient(135deg,#052e2b,#0f766e);color:#fff;border-radius:30px;padding:36px;box-shadow:0 18px 50px rgba(15,118,110,.22)}.callout .lead{color:#d1fae5}.callout .btn{border-color:rgba(255,255,255,.22)}.commercial-callout{display:flex;align-items:center;justify-content:space-between;gap:24px}.eyebrow.invert{background:rgba(255,255,255,.16);color:#fff}.white-cta{background:#fff!important;color:#064e3b!important;border-color:#fff!important}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.featured-price{border:2px solid var(--brand);box-shadow:0 22px 54px rgba(15,118,110,.18)}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.comparison-table th,.comparison-table td{padding:15px 18px;border-bottom:1px solid #e2e8f0;text-align:left}.comparison-table th{background:#064e3b;color:#fff}.comparison-table td:nth-child(3){font-weight:850;color:#065f46}.faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.timeline{display:grid;gap:22px}.release-card{border-left:6px solid var(--brand)}.docs-grid .doc-card{display:flex;flex-direction:column;gap:.75rem}.doc-card .btn{margin-top:auto;align-self:flex-start}.docs-support-card{margin-top:2rem}.info-alert{background:#ecfdf5;border:1px solid #bbf7d0;color:#064e3b;padding:1rem 1.25rem;border-radius:14px;margin-bottom:1.5rem}.page-hero{padding:64px 0}.section-soft{background:#f6fbf7;border:1px solid #d1fae5}code{background:#ecfdf5;border:1px solid #bbf7d0;padding:3px 6px;border-radius:6px;color:#065f46}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cbd5e1;border-radius:13px;font-size:15px;background:#fff;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:3px solid #bbf7d0;border-color:#22c55e}label{font-weight:800;font-size:14px;display:block;margin:14px 0 6px}.form{max-width:720px}.form.card{padding:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.alert{padding:15px 18px;border-radius:14px;background:#ecfdf5;color:#065f46;margin:16px 0;border:1px solid #a7f3d0}.alert.error,.error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.alert.info{background:#eff6ff;color:#1e3a8a;border-color:#bfdbfe}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:separate;border-spacing:0}.table th,.table td{border-bottom:1px solid var(--line);padding:13px 12px;text-align:left;vertical-align:top}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;background:#f8fafc}.status-badge{display:inline-block;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#e2e8f0;color:#334155}.status-paid,.status-active,.status-trial,.status-approved,.status-completed{background:#dcfce7;color:#166534}.status-pending{background:#fef9c3;color:#854d0e}.status-failed,.status-revoked,.status-suspended,.status-rejected{background:#fee2e2;color:#991b1b}.status-expired,.status-transferred{background:#f1f5f9;color:#475569}.portal{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:72vh;background:#f8fbf8}.sidebar{background:linear-gradient(180deg,#052e2b,#064e3b);color:#fff;padding:28px 22px}.sidebar h2{font-size:20px;margin:0 0 22px;letter-spacing:-.03em}.sidebar a{display:flex;color:#d1fae5;text-decoration:none;margin:7px 0;padding:11px 12px;border-radius:12px;font-weight:700}.sidebar a:hover{background:rgba(255,255,255,.10);color:#fff}.content{padding:42px;min-width:0}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.admin-toolbar,.mini-nav{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.filters{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:end;margin:18px 0}.site-footer{border-top:1px solid var(--line);padding:40px 0;background:#052e2b;color:#d1fae5}.site-footer a{color:#fef3c7}.footer-grid{display:grid;grid-template-columns:1.2fr .55fr 1fr;gap:24px}.footer-grid p{margin:6px 0}.footer-brand{color:#fff!important}.footer-tagline{font-weight:900;color:#fff}.footer-bottom{padding-top:18px;color:#a7f3d0;border-top:1px solid rgba(255,255,255,.10);margin-top:24px}
@media(max-width:980px){.hero,.split-section,.pricing-grid,.preview-grid,.stats-row,.footer-grid,.portal,.detail-grid{grid-template-columns:1fr}.commercial-callout{display:block}.screenshot-gallery,.faq-list{grid-template-columns:1fr}.hero-product-card{transform:none}.stats-row{margin-top:24px}.filters{grid-template-columns:1fr 1fr}}@media(max-width:680px){.nav{align-items:flex-start;flex-direction:column}.main-nav{width:100%}.main-nav a{padding:8px 9px}.cards,.form-row,.form-grid{grid-template-columns:1fr}.hero{padding:48px 0}.section{padding:42px 0}.card{padding:20px}.content{padding:22px}.table{font-size:13px}.table th,.table td{padding:9px}.btn{width:100%;margin-top:6px}.actions .btn{width:auto}.trial-strip-inner{display:block;text-align:center}.hero-badges span{width:100%;text-align:center}.pricing-card .btn{width:100%}}
