.siem-details{--siem-accent:var(--color-brand-red);--siem-accent-light:rgba(255,79,71,0.07);--siem-accent-border:rgba(255,79,71,0.2);--siem-black:var(--color-brand-black);--siem-gray-1:var(--color-gray-900);--siem-gray-2:var(--color-gray-800);--siem-gray-3:var(--color-gray-500);--siem-gray-4:var(--color-gray-400);--siem-gray-5:var(--color-gray-200);--siem-gray-6:var(--color-gray-50);--siem-gray-7:var(--color-white);--siem-white:var(--color-white);--siem-green:#16A34A;--siem-amber:#D97706;--siem-radius-lg:10px}.siem-details-section{padding:60px 0;background:var(--siem-white);border-bottom:1px solid var(--siem-gray-5)}.siem-details-section:nth-child(2n){background:var(--siem-gray-6)}.siem-details-header{margin-bottom:32px}.siem-details-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--siem-accent);margin-bottom:8px;display:flex;align-items:center;gap:8px}.siem-details-label:after{content:"";flex:1 1;height:1px;background:var(--siem-accent-border)}.siem-details-title{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--siem-black);line-height:1.25;margin-bottom:12px}.siem-details-desc{font-size:14px;color:var(--siem-gray-2);line-height:1.75;max-width:800px}.siem-use-cases-section{position:relative;background-color:#030611;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 0),radial-gradient(circle at 50% 50%,rgba(255,79,71,.12) 0,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,79,71,.08) 0,transparent 45%),radial-gradient(circle at 20% 80%,rgba(0,99,255,.06) 0,transparent 50%);background-size:50px 50px,50px 50px,100% 100%,100% 100%,100% 100%;background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat;padding:100px 0;color:#ffffff;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.siem-uc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-top:48px}.siem-uc-card{position:relative;display:flex;flex-direction:column;background:var(--color-white);border:1px solid rgba(0,0,0,.06);border-radius:24px!important;padding:40px 32px;box-shadow:0 10px 30px rgba(0,0,0,.02);transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden;height:100%}.siem-uc-card:hover{transform:translateY(-6px);border-color:var(--uc-accent-border);box-shadow:0 20px 40px var(--uc-accent-shadow),0 1px 3px rgba(0,0,0,.02)}.siem-uc-card.featured{grid-column:span 2;background:linear-gradient(135deg,var(--color-white) 0,#fffbfb 100%);border-color:rgba(255,79,71,.12)}.siem-uc-card.featured:hover{border-color:var(--uc-accent-border)}.siem-uc-icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--uc-accent-bg);color:var(--uc-accent);border-radius:14px;margin-bottom:28px;transition:transform .3s ease,background .3s ease}.siem-uc-card:hover .siem-uc-icon-wrap{transform:scale(1.08);background:var(--uc-accent-bg-hover)}.siem-uc-num{position:absolute;top:32px;right:32px;font-size:.82rem;font-weight:700;color:var(--uc-accent);opacity:.6;letter-spacing:.05em;text-transform:uppercase;transition:opacity .3s ease}.siem-uc-card:hover .siem-uc-num{opacity:1}.siem-uc-title{font-size:1.35rem;font-weight:700;color:var(--color-brand-red)!important;line-height:1.35;margin-bottom:16px;font-family:var(--font-family-heading)}.siem-uc-text{font-size:.98rem;color:#4b5563!important;line-height:1.65;margin:0}.siem-uc-card.uc-red{--uc-accent:#FF4F47;--uc-accent-bg:rgba(255,79,71,0.06);--uc-accent-bg-hover:rgba(255,79,71,0.12);--uc-accent-border:rgba(255,79,71,0.25);--uc-accent-shadow:rgba(255,79,71,0.04)}.siem-uc-card.uc-blue{--uc-accent:#3b82f6;--uc-accent-bg:rgba(59,130,246,0.06);--uc-accent-bg-hover:rgba(59,130,246,0.12);--uc-accent-border:rgba(59,130,246,0.25);--uc-accent-shadow:rgba(59,130,246,0.04)}.siem-uc-card.uc-green{--uc-accent:#10b981;--uc-accent-bg:rgba(16,185,129,0.06);--uc-accent-bg-hover:rgba(16,185,129,0.12);--uc-accent-border:rgba(16,185,129,0.25);--uc-accent-shadow:rgba(16,185,129,0.04)}.siem-uc-card.uc-purple{--uc-accent:#a855f7;--uc-accent-bg:rgba(168,85,247,0.06);--uc-accent-bg-hover:rgba(168,85,247,0.12);--uc-accent-border:rgba(168,85,247,0.25);--uc-accent-shadow:rgba(168,85,247,0.04)}.siem-uc-card.uc-orange{--uc-accent:#f97316;--uc-accent-bg:rgba(249,115,22,0.06);--uc-accent-bg-hover:rgba(249,115,22,0.12);--uc-accent-border:rgba(249,115,22,0.25);--uc-accent-shadow:rgba(249,115,22,0.04)}.siem-why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.siem-why-item{border:1px solid var(--siem-gray-5);border-radius:var(--siem-radius-lg);padding:24px;background:var(--siem-white);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.siem-why-item.siem-why-featured{background:var(--siem-accent-light);border-color:var(--siem-accent-border);grid-column:span 2;display:grid;grid-template-columns:auto 1fr;grid-gap:32px;gap:32px;align-items:center}.siem-why-big{font-size:56px;font-weight:900;color:var(--siem-accent);letter-spacing:-.05em;line-height:1}.siem-why-title{font-size:16px;font-weight:700;color:var(--siem-black);margin-bottom:8px}.siem-why-desc{font-size:14px;color:var(--siem-gray-3);line-height:1.65}.siem-table-wrap{overflow-x:auto;border:1px solid var(--siem-gray-5);border-radius:var(--siem-radius-lg);background:var(--siem-white);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.siem-table{width:100%;border-collapse:collapse;font-size:13px}.siem-table thead th{padding:16px 20px;background:var(--siem-gray-6);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--siem-gray-3);text-align:left;border-bottom:1px solid var(--siem-gray-5);white-space:nowrap}.siem-table thead th.siem-col-you{background:var(--siem-accent-light);color:var(--siem-accent)}.siem-table tbody td{padding:14px 20px;border-bottom:1px solid var(--siem-gray-5);color:var(--siem-gray-3);vertical-align:middle}.siem-table tbody tr:last-child td{border-bottom:none}.siem-table tbody td:first-child{color:var(--siem-gray-1);font-weight:500;min-width:200px}.siem-table tbody tr:nth-child(2n) td{background:rgba(0,0,0,.012)}.siem-table tbody td.siem-col-you{background:rgba(255,79,71,.04);color:var(--siem-gray-1);font-weight:600}.siem-ck{color:var(--siem-green);font-weight:700}.siem-no{color:var(--siem-gray-4)}.siem-pt{color:var(--siem-amber)}.siem-star{color:var(--siem-accent);font-weight:700}.siem-star:before{content:"★ ";font-size:10px}.siem-table tfoot td{padding:12px 20px;font-size:11px;color:var(--siem-gray-4);background:var(--siem-gray-6);border-top:1px solid var(--siem-gray-5)}.siem-specs{border:1px solid var(--siem-gray-5);border-radius:var(--siem-radius-lg);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.siem-spec-group-title{background:var(--siem-gray-6);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--siem-gray-3)}.siem-spec-group-title,.siem-spec-row{padding:12px 24px;border-bottom:1px solid var(--siem-gray-5)}.siem-spec-row{display:flex;justify-content:space-between;align-items:center;gap:20px;background:var(--siem-white)}.siem-spec-row:last-child{border-bottom:none}.siem-spec-key{font-size:13px;color:var(--siem-gray-3)}.siem-spec-val{font-size:13px;color:var(--siem-gray-1);font-weight:600;text-align:right}@media(max-width:768px){.siem-use-cases,.siem-why-grid{grid-template-columns:1fr}.siem-uc.siem-uc-featured,.siem-why-item.siem-why-featured{grid-column:auto}.siem-why-item.siem-why-featured{grid-template-columns:1fr;gap:16px}.siem-details-title{font-size:24px}}.siem-about-section{background-image:linear-gradient(rgba(3,6,17,.85),rgba(3,6,17,.85)),url("/assets/image copy 23.png")!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.siem-about-section .eagleye-unique-content{flex:0 0 100%!important;max-width:850px!important;margin:0 auto}.siem-comparison-section{position:relative;background-color:#030611;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 0),radial-gradient(circle at 50% 50%,rgba(255,79,71,.12) 0,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,79,71,.08) 0,transparent 45%),radial-gradient(circle at 20% 80%,rgba(0,99,255,.08) 0,transparent 50%);background-size:50px 50px,50px 50px,100% 100%,100% 100%,100% 100%;background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat;padding:100px 0;color:#ffffff;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.siem-comparison-section .siem-details-label{color:var(--siem-accent)}.siem-comparison-section .siem-details-title{color:#ffffff}.siem-comparison-section .siem-details-desc{color:#8a99ad}.siem-comparison-section .siem-table-wrap{overflow-x:auto;border:none;background:transparent;box-shadow:none;margin-top:40px}.siem-comparison-section .siem-table-wrap::-webkit-scrollbar{height:6px}.siem-comparison-section .siem-table-wrap::-webkit-scrollbar-track{background:rgba(255,255,255,.02);border-radius:3px}.siem-comparison-section .siem-table-wrap::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px}.siem-comparison-section .siem-table-wrap::-webkit-scrollbar-thumb:hover{background:var(--siem-accent)}.siem-comparison-section table.siem-table{width:100%;border-collapse:separate;border-spacing:0 10px;font-size:18px}.siem-comparison-section table.siem-table thead th{padding:20px 24px;background:#090d1a;border:1px solid rgba(255,255,255,.06);border-right:none;border-left:none;font-size:17px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffff;white-space:nowrap}.siem-comparison-section table.siem-table thead th:first-child{border-left:1px solid rgba(255,255,255,.06);border-top-left-radius:8px;border-bottom-left-radius:8px}.siem-comparison-section table.siem-table thead th:last-child{border-right:1px solid rgba(255,255,255,.06);border-top-right-radius:8px;border-bottom-right-radius:8px}.siem-comparison-section table.siem-table thead th.siem-col-you{background:rgba(255,79,71,.08)!important;color:var(--siem-accent)!important;border-color:rgba(255,79,71,.15)!important}.siem-comparison-section table.siem-table tbody td{padding:18px 24px;background:rgba(255,255,255,.015);border:1px solid rgba(255,255,255,.04);border-right:none;border-left:none;color:#cbd5e1;vertical-align:middle;transition:background-color .2s,border-color .2s}.siem-comparison-section table.siem-table tbody tr:hover td{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.08)}.siem-comparison-section table.siem-table tbody td:first-child{border-left:1px solid rgba(255,255,255,.04);border-top-left-radius:8px;border-bottom-left-radius:8px;color:#ffffff;font-weight:600}.siem-comparison-section table.siem-table tbody td:last-child{border-right:1px solid rgba(255,255,255,.04);border-top-right-radius:8px;border-bottom-right-radius:8px}.siem-comparison-section table.siem-table tbody tr:hover td:first-child{border-left:1px solid rgba(255,255,255,.08)}.siem-comparison-section table.siem-table tbody tr:hover td:last-child{border-right:1px solid rgba(255,255,255,.08)}.siem-comparison-section table.siem-table tbody td.siem-col-you{background:rgba(255,79,71,.03)!important;color:#ffffff!important;font-weight:500;border-top:1px solid rgba(255,79,71,.1)!important;border-bottom:1px solid rgba(255,79,71,.1)!important}.siem-comparison-section table.siem-table tbody tr:hover td.siem-col-you{background:rgba(255,79,71,.06)!important;border-top:1px solid rgba(255,79,71,.2)!important;border-bottom:1px solid rgba(255,79,71,.2)!important}.siem-comparison-section table.siem-table tbody tr:hover td.siem-col-you:last-child{border-right:1px solid rgba(255,79,71,.2)!important}.comparison-cell-content{display:flex;align-items:flex-start;gap:10px;line-height:1.45}.comparison-icon{margin-top:1px;flex-shrink:0}.star-text{color:#ffffff;font-weight:500}.siem-comparison-section table.siem-table tfoot td{padding:16px 24px;font-size:12px;color:#4a5568;background:transparent;border:none}.siem-hero-section{background-image:linear-gradient(90deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.8) 45%,rgba(0,0,0,.2)),url("/assets/image copy 26.png")!important;background-size:cover!important;background-position:100%!important;background-repeat:no-repeat!important;min-height:85vh!important;display:flex!important;align-items:center!important;padding:120px 0!important}.siem-hero-section .eagleye-hero-layout{display:block!important}.siem-hero-section .eagleye-hero-content{max-width:900px!important;position:relative;z-index:3}.siem-specs-section{position:relative;background-image:linear-gradient(rgba(17,23,49,.85),rgba(17,23,49,.85)),url("/assets/image copy 6.png")!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;padding:100px 0;color:#ffffff;overflow:hidden;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.siem-specs-tabs{display:flex;justify-content:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);padding:6px;border-radius:9999px!important;gap:4px;overflow-x:auto;max-width:100%;width:max-content;margin:36px auto 48px;-webkit-overflow-scrolling:touch}.siem-specs-tabs::-webkit-scrollbar{display:none}.siem-specs-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:transparent;border:none;border-radius:9999px!important;color:var(--color-gray-300);font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .3s cubic-bezier(.16,1,.3,1)}.siem-specs-tab-btn:hover{color:#ffffff;background:rgba(255,255,255,.05)}.siem-specs-tab-btn.active{background:var(--color-brand-red)!important;color:#ffffff!important;box-shadow:0 4px 15px rgba(255,79,71,.15)}.siem-specs-tab-btn svg{flex-shrink:0}.siem-specs-panel{background:rgba(9,13,26,.55);border:1px solid rgba(255,255,255,.05);border-radius:20px!important;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.siem-specs-panel-title{font-size:18px;font-weight:700;color:#ffffff;letter-spacing:.02em;margin-bottom:32px;position:relative;padding-left:14px}.siem-specs-panel-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background-color:var(--siem-accent);border-radius:2px}.siem-specs-panel-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.siem-specs-panel-item{display:flex;align-items:flex-start;gap:16px;background:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.03);border-radius:0;padding:20px;transition:all .3s ease}.siem-specs-panel-item:hover{background:rgba(255,255,255,.03);border-color:rgba(255,79,71,.15);transform:translateY(-2px)}.siem-specs-panel-item-icon-wrap{flex-shrink:0;width:40px;height:40px;background:rgba(255,79,71,.08);border-radius:0;display:flex;align-items:center;justify-content:center;color:var(--siem-accent)}.siem-specs-panel-item-content{display:flex;flex-direction:column;gap:2px}.siem-specs-panel-item-key{font-family:var(--font-family-body);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-brand-red)}.siem-specs-panel-item-val{font-family:var(--font-family-body);font-size:18px;color:#ffffff;line-height:1.45}@media (max-width:991px){.siem-specs-panel-grid{grid-template-columns:1fr;gap:16px}.siem-specs-panel{padding:24px}}.siem-why-us-section{background-image:linear-gradient(rgba(17,23,49,.85),rgba(17,23,49,.85)),url("/assets/image copy 7.png")!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.siem-why-flex{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-top:56px}.siem-why-flex-card{flex-grow:0;flex-shrink:1;flex-basis:calc(33.333% - 27px);min-width:300px}@media (max-width:991px){.siem-why-flex{gap:32px}.siem-why-flex-card{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 16px)}}@media (max-width:600px){.siem-why-flex{gap:24px}.siem-why-flex-card{flex:0 1 100%!important}}.siem-why-flex-card strong{font-size:clamp(2.2rem,3.8vw,3.2rem)!important}.siem-ai-threat-section{position:relative;background-color:#030611;padding:100px 0;color:#ffffff;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.siem-ai-layout{display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:center;grid-gap:60px;gap:60px}.siem-ai-col{display:flex;flex-direction:column}.siem-ai-left-col{gap:48px}.siem-ai-right-col{justify-content:space-between;min-height:380px}.siem-ai-point,.siem-ai-right-col{display:flex;flex-direction:column}.siem-ai-point{align-items:flex-start;text-align:left}.siem-ai-icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(255,79,71,.08);border-radius:8px;color:var(--color-brand-red);margin-bottom:16px}.siem-ai-point h3{font-size:1.2rem;font-weight:700;color:#ffffff;margin-bottom:10px;line-height:1.3}.siem-ai-point p{font-size:.95rem;color:#a0aec0;line-height:1.6}.siem-ai-center-col{display:flex;justify-content:center;align-items:center}.siem-ai-image-container{position:relative;width:100%;max-width:550px}.siem-ai-center-image{width:100%;height:auto;display:block;filter:drop-shadow(0 0 30px rgba(255,79,71,.15));animation:float-slow 6s ease-in-out infinite}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.siem-ai-btn-wrap{display:flex;justify-content:flex-start;margin-top:24px}.siem-ai-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background:linear-gradient(135deg,#FF4F47,#c53030);color:#ffffff;font-size:.95rem;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(255,79,71,.2)}.siem-ai-btn:hover{background:linear-gradient(135deg,#ff6c65,#FF4F47);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,79,71,.3)}@media (max-width:991px){.siem-ai-layout{grid-template-columns:1fr;gap:40px}.siem-ai-center-col{order:-1}.siem-ai-right-col{min-height:auto;gap:40px}.siem-ai-btn-wrap{justify-content:center}}.siem-getting-started-section{position:relative;background-color:#030611;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 0),radial-gradient(circle at 50% 50%,rgba(255,79,71,.12) 0,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,79,71,.08) 0,transparent 45%),radial-gradient(circle at 20% 80%,rgba(0,99,255,.06) 0,transparent 50%);background-size:50px 50px,50px 50px,100% 100%,100% 100%,100% 100%;background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat;padding:100px 0;color:#ffffff;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.siem-getting-started-section .crm-deliverable-card.uc-red{--uc-accent:#FF4F47;--uc-accent-bg-glow:rgba(255,79,71,0.05);--uc-accent-bg-glow-hover:rgba(255,79,71,0.09);--uc-accent-shadow:rgba(255,79,71,0.07);--uc-accent-tint:#fff5f5;--uc-accent-tint-hover:#ffebee}.siem-getting-started-section .crm-deliverable-card.uc-blue{--uc-accent:#3b82f6;--uc-accent-bg-glow:rgba(59,130,246,0.05);--uc-accent-bg-glow-hover:rgba(59,130,246,0.09);--uc-accent-shadow:rgba(59,130,246,0.07);--uc-accent-tint:#f0f6ff;--uc-accent-tint-hover:#e0ecff}.siem-getting-started-section .crm-deliverable-card.uc-green{--uc-accent:#10b981;--uc-accent-bg-glow:rgba(16,185,129,0.05);--uc-accent-bg-glow-hover:rgba(16,185,129,0.09);--uc-accent-shadow:rgba(16,185,129,0.07);--uc-accent-tint:#f0fdf4;--uc-accent-tint-hover:#dcfce7}.siem-getting-started-section .crm-deliverable-card.uc-purple{--uc-accent:#a855f7;--uc-accent-bg-glow:rgba(168,85,247,0.05);--uc-accent-bg-glow-hover:rgba(168,85,247,0.09);--uc-accent-shadow:rgba(168,85,247,0.07);--uc-accent-tint:#faf5ff;--uc-accent-tint-hover:#f3e8ff}.siem-getting-started-section .crm-deliverable-card.uc-orange{--uc-accent:#f97316;--uc-accent-bg-glow:rgba(249,115,22,0.05);--uc-accent-bg-glow-hover:rgba(249,115,22,0.09);--uc-accent-shadow:rgba(249,115,22,0.07);--uc-accent-tint:#fff7ed;--uc-accent-tint-hover:#ffedd5}.siem-getting-started-section .crm-deliverable-card-title{color:var(--uc-accent)!important}.siem-getting-started-section .crm-deliverable-card-desc{color:#4b5563!important}.siem-getting-started-section .crm-deliverable-card-link{color:var(--uc-accent)!important;cursor:default}.siem-getting-started-section .crm-deliverable-card:before{background:radial-gradient(circle at 85% 15%,var(--uc-accent-bg-glow),transparent 45%),radial-gradient(circle at 15% 85%,rgba(0,0,0,.01),transparent 45%),linear-gradient(160.62deg,#ffffff 12.97%,var(--uc-accent-tint))!important}.siem-getting-started-section .crm-deliverable-card:hover:before{background:radial-gradient(circle at 85% 15%,var(--uc-accent-bg-glow-hover),transparent 45%),radial-gradient(circle at 15% 85%,rgba(0,0,0,.02),transparent 45%),linear-gradient(160.62deg,#ffffff 5%,var(--uc-accent-tint-hover))!important}.siem-getting-started-section .crm-deliverable-card:hover{box-shadow:0 20px 45px var(--uc-accent-shadow),0 10px 30px rgba(0,0,0,.01)!important}@media (max-width:991px){.siem-uc-grid{grid-template-columns:1fr!important;gap:24px!important;margin-top:36px!important}.siem-uc-card.featured{grid-column:auto!important}.siem-uc-card{padding:32px 24px!important}.siem-getting-started-section .crm-deliverable-grid{display:grid!important;grid-template-columns:1fr!important;flex-direction:unset!important;overflow-x:visible!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;grid-gap:20px!important;gap:20px!important}.siem-getting-started-section .crm-deliverable-card{flex:none!important;min-height:auto!important;padding:32px 24px!important}}