/* KXON SSL page – extension for the approved Homepage v2 design. */
.ssl-cover { position: relative; isolation: isolate; overflow: hidden; min-height: 410px; color: #fff; background: #071426; }
.ssl-cover--compact { min-height: 390px; }
.ssl-cover__media { position: absolute; inset: 0; z-index: -3; background: url('../img/hero-security.png') center 48% / cover no-repeat; transform: scale(1.012); }
.ssl-cover__overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(3,13,27,.94) 0%,rgba(5,21,42,.86) 40%,rgba(6,27,53,.48) 68%,rgba(4,17,35,.2) 100%); }
.ssl-cover::after { content:""; position:absolute; inset:auto auto -145px -95px; z-index:-1; width:360px; height:360px; border:1px solid rgba(255,255,255,.12); border-radius:50%; box-shadow:0 0 0 38px rgba(255,255,255,.025),0 0 0 78px rgba(255,255,255,.018); }
.ssl-cover__inner { display:flex; min-height:inherit; align-items:center; padding-top:56px; padding-bottom:54px; }
.ssl-cover__content { width:min(100%,790px); }
.ssl-cover h1 { margin:15px 0 14px; color:#fff; font-size:clamp(48px,6vw,72px); line-height:.97; letter-spacing:-.055em; }
.ssl-cover p { max-width:710px; margin:0; color:#d7e3f1; font-size:clamp(16px,1.8vw,19px); line-height:1.68; }
.ssl-cover__actions { display:flex; flex-wrap:wrap; align-items:center; gap:22px; margin-top:28px; }
.ssl-cover__text-link { display:inline-flex; align-items:center; gap:8px; color:#fff; font-size:14px; font-weight:850; }
.ssl-cover__text-link span { transition:transform .2s ease; }
.ssl-cover__text-link:hover span { transform:translateX(4px); }

.ssl-featured { position:relative; overflow:hidden; padding:94px 0 104px; }
.ssl-featured__heading,.ssl-catalog__heading,.ssl-details__heading { display:grid; grid-template-columns:minmax(0,.9fr) minmax(330px,.62fr); gap:68px; align-items:end; margin-bottom:40px; }
.ssl-featured__heading h2,.ssl-catalog__heading h2,.ssl-details__heading h2 { max-width:710px; margin:9px 0 0; font-size:clamp(38px,4.8vw,56px); line-height:1.03; letter-spacing:-.047em; }
.ssl-featured__heading > p,.ssl-catalog__heading > p,.ssl-details__heading > p { margin:0 0 5px; color:var(--muted); font-size:14px; line-height:1.75; }
.ssl-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; align-items:stretch; }
.ssl-product-card { position:relative; display:flex; min-width:0; min-height:100%; flex-direction:column; padding:27px 25px 25px; border:1px solid #dce4ef; border-radius:18px; background:#fff; box-shadow:0 16px 44px rgba(18,48,91,.06); transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.ssl-product-card:hover { transform:translateY(-5px); border-color:#bdccec; box-shadow:0 24px 58px rgba(18,48,91,.11); }
.ssl-product-card--featured { border:2px solid var(--primary); box-shadow:0 25px 62px rgba(21,94,239,.13); }
.ssl-product-card__badge { position:absolute; top:-13px; right:18px; padding:6px 11px; border-radius:999px; color:#fff; background:var(--primary); font-size:10px; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.ssl-product-card__type { color:#738196; font-size:10px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.ssl-product-card__icon { display:grid; width:50px; height:50px; place-items:center; margin:18px 0 16px; border-radius:15px; color:var(--primary); background:#edf3ff; }
.ssl-product-card__icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.7; }
.ssl-product-card h3 { margin:0 0 10px; font-size:21px; letter-spacing:-.03em; }
.ssl-product-card p { min-height:82px; margin:0 0 17px; color:var(--muted); font-size:12px; line-height:1.68; }
.ssl-product-card ul { display:grid; gap:8px; margin:0 0 22px; padding:0; list-style:none; }
.ssl-product-card li { position:relative; padding-left:20px; color:#435168; font-size:11px; line-height:1.45; }
.ssl-product-card li::before { content:""; position:absolute; top:.42em; left:0; width:7px; height:7px; border:2px solid var(--primary); border-radius:50%; }
.ssl-product-card__price { display:flex; align-items:baseline; gap:6px; margin:auto 0 18px; }
.ssl-product-card__price strong { color:var(--ink); font-size:27px; letter-spacing:-.045em; }
.ssl-product-card__price span { color:var(--muted); font-size:11px; }
.ssl-product-card .button { width:100%; }

.ssl-catalog { padding:98px 0 106px; }
.ssl-table-wrap { overflow:hidden; border:1px solid #dce4ef; border-radius:18px; background:#fff; box-shadow:0 20px 62px rgba(18,48,91,.08); }
.ssl-table-toolbar { display:flex; min-height:80px; align-items:center; justify-content:space-between; gap:28px; padding:16px 20px 15px 24px; border-bottom:1px solid var(--line); }
.ssl-table-toolbar__copy strong,.ssl-table-toolbar__copy span { display:block; }
.ssl-table-toolbar__copy strong { margin-bottom:3px; color:var(--ink); font-size:15px; }
.ssl-table-toolbar__copy span { color:var(--muted); font-size:10px; }
.ssl-product-search { position:relative; display:grid; width:min(100%,390px); grid-template-columns:21px minmax(0,1fr) 28px; gap:9px; align-items:center; padding:7px 8px 7px 13px; border:1px solid #cfd9e7; border-radius:10px; background:#fff; transition:border-color .2s ease,box-shadow .2s ease; }
.ssl-product-search:focus-within { border-color:var(--primary); box-shadow:0 0 0 4px rgba(21,94,239,.1); }
.ssl-product-search > svg { width:19px; height:19px; fill:none; stroke:#77869a; stroke-linecap:round; stroke-width:1.8; }
.ssl-product-search input { min-width:0; padding:7px 2px; border:0; outline:0; color:var(--ink); background:transparent; font:inherit; font-size:12px; }
.ssl-product-search input::placeholder { color:#8794a7; }
.ssl-product-search input::-webkit-search-cancel-button { display:none; }
.ssl-product-search button { display:grid; width:28px; height:28px; place-items:center; padding:0; border:0; border-radius:7px; color:#66768c; background:transparent; cursor:pointer; }
.ssl-product-search button:hover,.ssl-product-search button:focus-visible { color:var(--ink); background:#edf2f8; }
.ssl-product-search button[hidden] { display:none; }
.ssl-product-search button svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-width:1.8; }
.ssl-filter-row { display:flex; flex-wrap:wrap; align-items:center; gap:7px; padding:12px 20px; border-bottom:1px solid var(--line); background:#f8fafe; }
.ssl-filter-row button { padding:7px 11px; border:1px solid #d3ddeb; border-radius:999px; color:#536177; background:#fff; font:inherit; font-size:10px; font-weight:800; cursor:pointer; transition:all .2s ease; }
.ssl-filter-row button:hover,.ssl-filter-row button:focus-visible { color:var(--primary); border-color:#aebfe0; }
.ssl-filter-row button.is-active { color:#fff; border-color:var(--primary); background:var(--primary); }
.ssl-filter-row span { margin-left:auto; color:var(--muted); font-size:10px; font-weight:700; }
.ssl-scroll-hint { display:none; align-items:center; gap:8px; margin:0; padding:10px 16px; color:#6f7f95; background:#f8fafe; font-size:10px; }
.ssl-scroll-hint svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-width:1.6; }
.ssl-table-scroll { overflow-x:auto; overscroll-behavior-inline:contain; }
.ssl-price-table { width:100%; min-width:900px; border-collapse:collapse; table-layout:fixed; }
.ssl-price-table th,.ssl-price-table td { padding:17px 18px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); text-align:center; color:var(--ink-2); font-size:11px; }
.ssl-price-table tr > :last-child { border-right:0; }
.ssl-price-table tbody tr:last-child > * { border-bottom:0; }
.ssl-price-table thead th { color:var(--ink); background:#f7f9fc; font-size:10px; letter-spacing:.04em; text-transform:uppercase; }
.ssl-price-table thead th:first-child,.ssl-price-table tbody th { width:25%; text-align:left; }
.ssl-price-table tbody th { color:var(--ink); font-size:13px; line-height:1.25; }
.ssl-price-table tbody th span { display:block; margin-top:4px; color:var(--muted); font-size:9px; font-weight:600; }
.ssl-price-table td strong { color:var(--primary); font-size:13px; }
.ssl-price-table td a { color:var(--primary); font-weight:850; white-space:nowrap; }
.ssl-price-table tbody tr { transition:background .18s ease; }
.ssl-price-table tbody tr:hover { background:#fbfcff; }
.ssl-price-table tbody tr[hidden] { display:none; }
.ssl-type-tag { display:inline-flex; align-items:center; justify-content:center; padding:5px 8px; border-radius:999px; color:#155eef; background:#eaf1ff; font-size:9px; font-weight:850; white-space:nowrap; }
.ssl-type-tag--wildcard { color:#006e61; background:#e5f7f2; }
.ssl-type-tag--multi { color:#7d4a00; background:#fff3d6; }
.ssl-type-tag--trial { color:#6c3fb4; background:#f0e9ff; }
.ssl-price-table__empty td { padding:39px 24px !important; text-align:center !important; background:#fbfcfe; }
.ssl-price-table__empty strong,.ssl-price-table__empty span,.ssl-price-table__empty button { display:block; margin-inline:auto; }
.ssl-price-table__empty strong { margin-bottom:6px; color:var(--ink); font-size:15px; }
.ssl-price-table__empty span { margin-bottom:13px; color:var(--muted); font-size:11px; }
.ssl-price-table__empty button { padding:0; border:0; color:var(--primary); background:transparent; font:inherit; font-size:11px; font-weight:850; cursor:pointer; }

.ssl-choice { position:relative; overflow:hidden; padding:100px 0 106px; }
.ssl-choice-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.ssl-choice-grid article { position:relative; min-height:270px; padding:26px 24px 24px; border:1px solid #dce4ef; border-radius:17px; background:#fff; box-shadow:0 16px 45px rgba(18,48,91,.055); }
.ssl-choice-grid__index { display:inline-grid; width:34px; height:34px; place-items:center; margin-bottom:30px; border:1px solid #b9c8e3; border-radius:50%; color:var(--primary); font-size:10px; font-weight:900; }
.ssl-choice-grid h3 { margin:0 0 10px; font-size:20px; letter-spacing:-.028em; }
.ssl-choice-grid p { margin:0 0 18px; color:var(--muted); font-size:12px; line-height:1.7; }
.ssl-choice-grid code { padding:2px 5px; border-radius:5px; color:#24405f; background:#edf2f8; font-size:10px; }
.ssl-choice-grid__example { position:absolute; right:24px; bottom:22px; left:24px; padding-top:13px; border-top:1px solid #e1e7ef; color:#55718d; font-size:10px; font-weight:850; }

.ssl-included { padding:96px 0 102px; }
.ssl-included__grid { display:grid; grid-template-columns:minmax(0,.82fr) minmax(470px,1fr); gap:72px; align-items:center; }
.ssl-included__copy h2 { max-width:630px; margin:9px 0 17px; font-size:clamp(38px,4.5vw,54px); line-height:1.04; letter-spacing:-.047em; }
.ssl-included__copy p { max-width:620px; margin:0 0 24px; color:var(--muted); font-size:14px; line-height:1.78; }
.ssl-compare-card { overflow:hidden; border:1px solid #d9e2ee; border-radius:18px; background:#fff; box-shadow:0 23px 62px rgba(18,48,91,.08); }
.ssl-compare-card > div { display:grid; grid-template-columns:1fr .9fr 1.2fr; gap:14px; align-items:center; min-height:57px; padding:11px 18px; border-bottom:1px solid #e3e8ef; }
.ssl-compare-card > div:last-child { border-bottom:0; }
.ssl-compare-card__head { min-height:64px !important; background:#0e2038; color:#fff; }
.ssl-compare-card span { color:#66758b; font-size:10px; font-weight:700; }
.ssl-compare-card strong { color:#263750; font-size:10px; line-height:1.35; }
.ssl-compare-card__head span,.ssl-compare-card__head strong { color:#fff; }

.ssl-process { padding:100px 0 110px; }
.ssl-process-grid { position:relative; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; margin-top:42px; }
.ssl-process-grid::before { content:""; position:absolute; top:25px; right:12.5%; left:12.5%; height:1px; background:#cad6e6; }
.ssl-process-grid article { position:relative; padding:0 24px; text-align:center; }
.ssl-process-grid article > span { position:relative; z-index:2; display:grid; width:50px; height:50px; place-items:center; margin:0 auto 24px; border:1px solid #b9c8de; border-radius:50%; color:var(--primary); background:#fff; box-shadow:0 0 0 9px #fff; font-size:11px; font-weight:900; }
.ssl-process-grid h3 { margin:0 0 9px; font-size:17px; }
.ssl-process-grid p { margin:0; color:var(--muted); font-size:11px; line-height:1.67; }

.ssl-details { position:relative; overflow:hidden; padding:100px 0 108px; background:#fff; }
.ssl-details::before { content:""; position:absolute; top:110px; right:-145px; width:410px; height:410px; border:1px solid #e0e7f1; border-radius:50%; box-shadow:0 0 0 44px rgba(232,238,247,.48),0 0 0 88px rgba(239,243,249,.48); }
.ssl-detail-accordion { position:relative; z-index:2; overflow:hidden; border:1px solid #dce4ef; border-radius:18px; background:#fff; box-shadow:0 22px 65px rgba(18,48,91,.08); }
.ssl-detail-accordion details + details { border-top:1px solid #e1e7f0; }
.ssl-detail-accordion summary { display:grid; min-height:92px; grid-template-columns:46px minmax(0,1fr) 28px; gap:20px; align-items:center; padding:20px 25px; cursor:pointer; list-style:none; background:#fff; transition:background .2s ease; }
.ssl-detail-accordion summary::-webkit-details-marker { display:none; }
.ssl-detail-accordion summary:hover { background:#f8faff; }
.ssl-detail-accordion details[open] > summary { background:#f5f8fe; }
.ssl-detail-accordion__number { color:#9aa8bb; font-size:12px; font-weight:900; letter-spacing:.08em; }
.ssl-detail-accordion summary strong,.ssl-detail-accordion summary small { display:block; }
.ssl-detail-accordion summary strong { margin-bottom:5px; color:var(--ink); font-size:18px; line-height:1.25; }
.ssl-detail-accordion summary small { color:var(--muted); font-size:13px; font-weight:500; line-height:1.4; }
.ssl-detail-accordion summary i { position:relative; display:block; width:24px; height:24px; border:1px solid #cbd5e3; border-radius:50%; }
.ssl-detail-accordion summary i::before,.ssl-detail-accordion summary i::after { content:""; position:absolute; top:50%; left:50%; width:9px; height:1.5px; border-radius:2px; background:#52627a; transform:translate(-50%,-50%); transition:transform .2s ease; }
.ssl-detail-accordion summary i::after { transform:translate(-50%,-50%) rotate(90deg); }
.ssl-detail-accordion details[open] summary i::after { transform:translate(-50%,-50%) rotate(0); }
.ssl-detail-accordion__content { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0; padding:0 25px 28px 91px; background:#f5f8fe; }
.ssl-detail-accordion__content > div { min-height:150px; padding:23px 30px 20px 0; border-top:1px solid #dce5f0; }
.ssl-detail-accordion__content > div:nth-child(odd) { padding-right:38px; }
.ssl-detail-accordion__content > div:nth-child(even) { padding-left:38px; border-left:1px solid #dce5f0; }
.ssl-detail-accordion__content h3 { margin:0 0 8px; font-size:15px; }
.ssl-detail-accordion__content p { margin:0; color:var(--muted); font-size:12px; line-height:1.68; }
.ssl-detail-accordion__content a { color:var(--primary); font-weight:800; }
.ssl-details__note { position:relative; z-index:2; display:grid; grid-template-columns:28px 1fr; gap:13px; align-items:start; margin-top:22px; padding:18px 20px; border:1px solid #dce5f2; border-radius:13px; background:#f8faff; }
.ssl-details__note svg { width:25px; height:25px; fill:none; stroke:var(--primary); stroke-linecap:round; stroke-width:1.8; }
.ssl-details__note p { margin:1px 0 0; color:var(--muted); font-size:12px; line-height:1.6; }
.ssl-details__note strong { color:var(--ink); }
.ssl-cta { position:relative; overflow:hidden; }
.ssl-cta::after { content:""; position:absolute; top:-115px; right:-80px; width:300px; height:300px; border:1px solid rgba(255,255,255,.22); border-radius:50%; box-shadow:0 0 0 35px rgba(255,255,255,.045),0 0 0 75px rgba(255,255,255,.028); }
.ssl-cta > * { position:relative; z-index:1; }

@media (max-width: 1080px) {
  .ssl-product-grid,.ssl-choice-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ssl-included__grid { grid-template-columns:1fr; gap:38px; }
  .ssl-compare-card { max-width:760px; }
  .ssl-process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:38px 0; }
  .ssl-process-grid::before { display:none; }
}

@media (max-width: 860px) {
  .ssl-cover,.ssl-cover--compact { min-height:350px; }
  .ssl-cover__inner { padding-top:43px; padding-bottom:42px; }
  .ssl-cover__media { background-position:64% center; }
  .ssl-cover__overlay { background:linear-gradient(90deg,rgba(3,13,27,.95),rgba(5,21,42,.78) 68%,rgba(4,17,35,.48)); }
  .ssl-featured__heading,.ssl-catalog__heading,.ssl-details__heading { grid-template-columns:1fr; gap:24px; }
  .ssl-table-toolbar { align-items:flex-start; flex-direction:column; }
  .ssl-product-search { width:100%; }
  .ssl-scroll-hint { display:flex; }
  .ssl-detail-accordion summary { min-height:84px; grid-template-columns:34px minmax(0,1fr) 25px; gap:12px; padding:17px 16px; }
  .ssl-detail-accordion summary strong { font-size:15px; }
  .ssl-detail-accordion summary small { font-size:11px; }
  .ssl-detail-accordion__content { grid-template-columns:1fr; padding:0 17px 22px 62px; }
  .ssl-detail-accordion__content > div,.ssl-detail-accordion__content > div:nth-child(odd),.ssl-detail-accordion__content > div:nth-child(even) { min-height:0; padding:19px 0; border-left:0; }
}

@media (max-width: 640px) {
  .ssl-cover,.ssl-cover--compact { min-height:365px; }
  .ssl-cover__media { background-position:70% center; }
  .ssl-cover__overlay { background:linear-gradient(90deg,rgba(3,13,27,.98),rgba(5,21,42,.9) 76%,rgba(4,17,35,.72)); }
  .ssl-cover h1 { font-size:43px; }
  .ssl-cover p { font-size:14px; line-height:1.62; }
  .ssl-cover__actions { align-items:flex-start; flex-direction:column; gap:16px; margin-top:23px; }
  .ssl-featured,.ssl-choice,.ssl-catalog,.ssl-included,.ssl-process,.ssl-details { padding-top:75px; padding-bottom:80px; }
  .ssl-product-grid,.ssl-choice-grid,.ssl-process-grid { grid-template-columns:1fr; }
  .ssl-product-card p { min-height:0; }
  .ssl-table-toolbar { min-height:0; padding:17px 15px; }
  .ssl-filter-row { align-items:flex-start; padding:11px 14px; }
  .ssl-filter-row span { width:100%; margin:3px 0 0; }
  .ssl-price-table { min-width:790px; }
  .ssl-price-table th,.ssl-price-table td { padding:15px 14px; }
  .ssl-choice-grid article { min-height:250px; }
  .ssl-compare-card { overflow-x:auto; }
  .ssl-compare-card > div { min-width:560px; }
  .ssl-process-grid { gap:28px; }
  .ssl-process-grid article { padding:0 12px; }
  .ssl-detail-accordion__content { padding-left:50px; }
}

@media (prefers-reduced-motion: reduce) {
  .ssl-cover__media,.ssl-product-card,.ssl-cover__text-link span { transform:none !important; transition:none !important; }
}
