/* Crol Enterprise — landing */
.ent-hero{background:linear-gradient(160deg,#000 0%,#0A1413 45%,#132624 100%);color:#fff;padding:120px 0 80px;position:relative;overflow:hidden}
.ent-hero::after{content:"";position:absolute;inset:auto -10% -30% 45%;height:70%;background:radial-gradient(closest-side,rgba(0,225,0,.13),transparent);pointer-events:none}
.ent-hero-grid{position:relative;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
@media(min-width:1024px){.ent-hero-grid{grid-template-columns:7fr 3fr;gap:64px}}
.ent-hero-inner{max-width:940px}
.ent-hero-logo{display:flex;justify-content:center}
.ent-hero-logo img{width:100%;max-width:320px;height:auto}
@media(max-width:1023px){.ent-hero-logo{order:-1;max-width:220px;margin:0 auto}}
.ent-tag{display:inline-block;padding:8px 16px;border-radius:999px;background:rgba(0,225,0,.13);border:1px solid rgba(0,225,0,.45);color:var(--crol-neon-lime);font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.ent-hero h1{font-family:var(--font-display);font-weight:900;font-size:clamp(34px,5vw,58px);line-height:1.06;letter-spacing:-.02em;margin:24px 0 0;color:#fff;text-wrap:pretty}
.ent-hero h1 .accent{color:var(--crol-neon-lime)}
.ent-hero-lede{font-size:18px;line-height:1.65;color:rgba(255,255,255,.78);max-width:720px;margin:24px 0 0}
.ent-price{margin:36px 0 0;padding:24px 28px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);display:inline-block}
.ent-price-amount{font-family:var(--font-display);font-weight:900;font-size:52px;line-height:1;color:#fff;display:flex;align-items:baseline;gap:6px}
.ent-price-amount span{font-size:26px;color:rgba(255,255,255,.6)}
.ent-price-amount em{font-style:normal;font-family:var(--font-sans);font-size:15px;font-weight:700;color:rgba(255,255,255,.6);margin-left:6px}
.ent-price-note{font-size:13px;line-height:1.6;color:rgba(255,255,255,.55);margin-top:12px;max-width:520px}
.ent-hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0 0}

.ent-pillars{background:#fff}
.ent-pillars .section-head{max-width:none}
@media(min-width:900px){.ent-pillars .section-head h2{white-space:nowrap}}
.ent-pillars-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:700px){.ent-pillars-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1060px){.ent-pillars-grid{grid-template-columns:repeat(3,1fr)}}
.ent-pillar{background:var(--bg-subtle);border:1px solid var(--border);border-radius:20px;padding:30px 26px;transition:border-color .25s,transform .25s}
.ent-pillar:hover{border-color:rgba(0,225,0,.45);transform:translateY(-3px)}
.ent-pillar-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:rgba(0,225,0,.12);color:var(--lime-600);margin-bottom:18px}
.ent-pillar h3{font-family:var(--font-display);font-weight:800;font-size:20px;margin:0 0 10px}
.ent-pillar p{font-size:14.5px;line-height:1.65;color:var(--fg-2);margin:0}
.ent-footnote{margin:32px 0 0;font-size:12.5px;color:var(--fg-muted);text-align:center}

.ent-compare{background:#122624;color:#fff}
.ent-compare .section-head h2{color:#fff}
.ent-compare .section-head{max-width:none}
@media(min-width:900px){.ent-compare .section-head h2{white-space:nowrap}}
.ent-compare .section-head p{color:rgba(255,255,255,.72)}
.ent-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.ent-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;font-size:14.5px;line-height:1.6}
.ent-table th,.ent-table td{padding:18px 22px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.1)}
.ent-table thead th{font-family:var(--font-display);font-weight:800;font-size:17px;color:#fff;border-bottom-color:rgba(255,255,255,.2)}
.ent-table tbody th{font-weight:800;color:#fff;width:22%}
.ent-table td{color:rgba(255,255,255,.72)}
.ent-table .ent-col-crol{background:rgba(0,225,0,.07);color:#fff;font-weight:600}
.ent-table thead th.ent-col-crol{color:var(--crol-neon-lime);border-radius:14px 14px 0 0}
.ent-table tbody tr:last-child .ent-col-crol{border-radius:0 0 14px 14px}
.ent-compare-note{margin:28px auto 0;max-width:820px;font-size:12.5px;line-height:1.7;color:rgba(255,255,255,.5);text-align:center}

.ent-cta{background:var(--bg-subtle);border-top:1px solid var(--border)}
.ent-cta-inner{max-width:760px;margin:0 auto;text-align:center}
.ent-cta h2{font-family:var(--font-display);font-weight:900;font-size:clamp(28px,3.6vw,42px);line-height:1.1;margin:0 0 16px}
.ent-cta p{font-size:17px;line-height:1.65;color:var(--fg-2);margin:0 0 30px}
.ent-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
