@charset "UTF-8";body{background-color:#edf2ff;font-family:Montserrat,sans-serif;overflow-x:hidden}#header-placeholder:empty,#footer-placeholder:empty{display:none}.main-header{background:#fffffffa;backdrop-filter:blur(10px);border-bottom:2px dashed rgba(28,100,165,.3);box-shadow:0 4px 20px #00000014;position:sticky;top:0;z-index:1000}.main-header .navbar{padding:16px 24px}.main-header .container{padding-left:24px;padding-right:24px}.logo-wrapper{display:flex;align-items:center;gap:10px;text-decoration:none;transition:transform .2s ease}.logo-wrapper:hover{transform:scale(1.02)}.logo-image{height:auto;width:200px;object-fit:contain;transition:opacity .2s ease}@media(min-width:992px){.logo-image{width:50%}}.logo-wrapper:hover .logo-image{opacity:.9}.logo-text{font-size:16px;font-weight:700;color:#1e293b;text-transform:lowercase}.main-header .navbar-nav{gap:4px}.main-header .nav-link{color:#475569;font-weight:600;font-size:15px;padding:10px 16px;border-radius:8px;transition:all .3s ease;position:relative}.main-header .nav-link:before{content:"";position:absolute;bottom:6px;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:linear-gradient(90deg,#1c64a5,#4ade80);border-radius:2px;transition:transform .3s ease}.main-header .nav-link:hover{color:#1c64a5;background:#1c64a50d}.main-header .nav-link:hover:before{transform:translate(-50%) scaleX(1)}.main-header .nav-link.dropdown-toggle:after{margin-left:6px;font-size:10px;transition:transform .3s ease}.main-header .nav-link.dropdown-toggle[aria-expanded=true]:after{transform:rotate(180deg)}.nav-icon{padding:10px!important;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease}.nav-icon:hover{background:#1c64a51a;transform:scale(1.1)}.nav-icon svg{width:20px;height:20px;stroke:#475569;stroke-width:2.5;fill:none;transition:all .3s ease}.nav-icon:hover svg{stroke:#1c64a5;transform:scale(1.1)}.nav-search-wrapper{position:relative;display:flex;align-items:center;min-width:200px}.nav-search-input{width:100%;padding:8px 36px 8px 12px;border:2px solid rgba(226,232,240,.8);border-radius:8px;font-size:14px;color:#1e293b;background:#f8fafccc;transition:all .3s ease;outline:none;box-sizing:border-box}.nav-search-input::placeholder{color:#94a3b8}.nav-search-input:focus{border-color:#1c64a5;background:#fff;box-shadow:0 0 0 3px #1c64a51a}.nav-search-icon{position:absolute;right:10px;width:18px;height:18px;stroke:#94a3b8;stroke-width:2.5;fill:none;pointer-events:none;transition:stroke .3s ease}.nav-search-input:focus+.nav-search-icon{stroke:#1c64a5}.nav-cart{position:relative}.cart-badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.main-header .dropdown-menu{border:1px solid rgba(226,232,240,.8);box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;border-radius:12px;margin-top:12px;padding:8px;animation:dropdownFadeIn .3s ease-out;transform-origin:top;overflow:hidden;background:#fffffffa;backdrop-filter:blur(10px);min-width:200px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.main-header .dropdown-item{font-size:14px;padding:10px 16px;color:#475569;font-weight:500;border-radius:8px;transition:all .3s ease;animation:dropdownItemFadeIn .3s ease-out backwards;margin-bottom:2px}.main-header .dropdown-item:last-child{margin-bottom:0}.main-header .dropdown-item:nth-child(1){animation-delay:.05s}.main-header .dropdown-item:nth-child(2){animation-delay:.1s}.main-header .dropdown-item:nth-child(3){animation-delay:.15s}.main-header .dropdown-item:nth-child(4){animation-delay:.2s}.main-header .dropdown-item:nth-child(5){animation-delay:.25s}.main-header .dropdown-item:nth-child(6){animation-delay:.3s}@keyframes dropdownItemFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.main-header .dropdown-item:hover{background:linear-gradient(90deg,#1c64a51a,#4ade800d);color:#1c64a5;padding-left:20px;transform:translate(2px)}.main-header .dropdown-menu-multi{min-width:600px;padding:16px}.main-header .dropdown-menu-multi>li{list-style:none;padding:0}.dropdown-multi-column{display:flex;gap:24px}.dropdown-column{flex:1;min-width:0}.dropdown-column-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(226,232,240,.5)}.dropdown-column .dropdown-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:4px}.dropdown-item-name{display:block;font-weight:500;color:#475569;margin-bottom:4px}.dropdown-item-desc{display:block;font-size:12px;color:#94a3b8;line-height:1.4;font-weight:400}.main-header .dropdown-item:hover .dropdown-item-name{color:#1c64a5}.main-header .dropdown-item:hover .dropdown-item-desc{color:#64748b}@media(max-width:991.98px){.main-header .dropdown-menu-multi{min-width:100%}.dropdown-multi-column{flex-direction:column;gap:16px}.dropdown-column{border-bottom:1px solid rgba(226,232,240,.3);padding-bottom:16px}.dropdown-column:last-child{border-bottom:none;padding-bottom:0}}.navbar-toggler{border:2px solid rgba(226,232,240,.8);padding:8px 12px;border-radius:8px;transition:all .3s ease}.navbar-toggler:hover{border-color:#1c64a5;background:#1c64a50d}.navbar-toggler:focus{box-shadow:0 0 0 3px #1c64a51a}.navbar-toggler-icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between;background:none}.hamburger-line{display:block;width:100%;height:2.5px;background-color:#475569;border-radius:2px;transition:all .3s ease;transform-origin:center}.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.navbar-toggler[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.main-footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e5f2ff;padding:60px 0 30px;margin-top:0}.footer-logo{padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo .logo-text{color:#fff}.footer-heading{font-size:16px;font-weight:700;color:#fff;margin-bottom:20px}.footer-subheading{font-size:14px;font-weight:600;color:#cbd5e0;margin-bottom:12px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#cbd5e0;font-size:14px;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-tools{margin-top:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-blog-posts{margin-top:0}.footer-blog-item{display:flex;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-blog-item:last-child{border-bottom:none;padding-bottom:0}.footer-blog-image{flex-shrink:0}.blog-image-placeholder{width:60px;height:60px;background:linear-gradient(135deg,#334155,#475569);border-radius:6px}.footer-blog-content{flex:1}.footer-blog-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:6px;line-height:1.4}.footer-blog-meta{font-size:11px;color:#94a3b8;margin:0}.footer-blog-links{color:#cbd5e0;font-size:14px;text-decoration:none;transition:color .2s ease}.footer-blog-links:hover{color:#fff}.footer-bottom{margin-top:50px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright,.footer-version{font-size:13px;color:#94a3b8;margin-bottom:2px}.footer-powered{font-size:13px;color:#94a3b8}.powered-logo{display:inline-block;width:20px;height:20px;background:#fff;color:#1e293b;border-radius:4px;text-align:center;line-height:20px;font-weight:700;font-size:12px;margin-left:4px}@media(max-width:991.98px){.main-header .container{padding-left:0;padding-right:0;max-width:100%}.main-header .navbar{padding:16px}.main-header .navbar-collapse{width:100%}.main-header .navbar-nav{margin-top:16px;gap:12px;width:100%;flex-direction:row;flex-wrap:wrap;align-items:flex-start!important}.main-header .nav-item:nth-child(4){order:1;flex:1;min-width:0;border-bottom:none;margin-right:8px;margin-bottom:12px;display:flex;align-items:center}.main-header .nav-item:nth-child(1),.main-header .nav-item:nth-child(2),.main-header .nav-item:nth-child(3){order:2;width:100%;margin-bottom:8px}.main-header .nav-item:nth-child(5){order:1;flex-shrink:0;border-bottom:none;margin-bottom:12px;display:flex;align-items:center}.main-header .nav-item{border-bottom:none}.main-header .nav-item:nth-child(3){margin-bottom:0}.main-header .nav-link{text-align:left;width:100%;justify-content:space-between;display:flex;align-items:center}.main-header .nav-link.dropdown-toggle:after{margin-left:auto;margin-right:0}.nav-search-wrapper{width:100%;margin:0}.nav-search-input{width:100%;padding:10px 36px 10px 12px;font-size:16px;box-sizing:border-box}.nav-item-cart{flex-shrink:0;display:flex;align-items:center}.nav-item-cart .nav-link{justify-content:center;align-items:center;width:auto;padding:8px 12px;display:flex;border:2px solid rgba(226,232,240,.8);border-radius:8px;transition:all .3s ease;background:transparent}.nav-item-cart .nav-link:hover,.nav-item-cart .nav-link:active,.nav-item-cart .nav-link:focus{border-color:#1c64a5;background:#1c64a50d;color:#1c64a5}.nav-item-cart .nav-link:focus{box-shadow:0 0 0 3px #1c64a51a}.main-header .nav-link:before{display:none}.main-header .nav-link:hover,.main-header .nav-link:active,.main-header .nav-link:focus{background:#1c64a51a;color:#1c64a5;transform:none}.main-header .nav-link:hover:before{display:none}.main-header .dropdown-item:hover,.main-header .dropdown-item:active,.main-header .dropdown-item:focus{background:#1c64a51a;color:#1c64a5;padding-left:16px;transform:none}.footer-blog-item{flex-direction:column}.blog-image-placeholder{width:100%;height:120px}}#heroCarousel{height:400px;overflow:hidden;cursor:grab}#heroCarousel:active{cursor:grabbing}#heroCarousel .carousel-inner,#heroCarousel .carousel-item{height:100%}#heroCarousel .carousel-item img{width:100%;height:100%;object-fit:contain}.carousel-indicators{justify-content:flex-end;margin-right:5%;margin-bottom:0;margin-left:0}.carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:50%;margin:0 3px;background-color:#ffffffe5;border:none}.carousel-indicators .active{background-color:#299b36}.bg-custom-blue{background-color:#73bdf4}.btn-custom-green{background-color:#299b36;color:#fff}.btn-custom-green:hover{transform:translateY(-3px)}.bg-light-blue{background-color:#d5ebfc}.code-block{background-color:#73bdf4;position:relative;font-size:13px}.code-block .copy-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);opacity:0;transition:all .2s ease;cursor:pointer;background:#d5ebfc;border-radius:8px;padding:6px 12px;display:flex;align-items:center;gap:6px;border:none}.code-block:hover .copy-icon{opacity:1}.code-block .copy-icon:hover{background:#299b36;transform:translateY(-52%)}.code-block .copy-icon:hover span{color:#fff}.code-block .copy-icon svg{width:14px;height:14px}.code-block .copy-icon span{font-size:12px;font-weight:600;color:#000}.code-block .copy-success{background:#299b36!important}.code-block .copy-success span{color:#fff}.text-secondary-light{color:#718096}.custom-title{font-size:40px}@media(max-width:1200px){.custom-title{font-size:34px}}@media(max-width:992px){.custom-title{font-size:36px}}@media(max-width:768px){.custom-title{font-size:32px}}@media(max-width:576px){.custom-title{font-size:28px}}.custom-text{font-size:15px}.custom-image{max-width:110%;height:auto}@media(max-width:768px){.custom-image{width:100%;max-width:100%;display:block;margin:0 auto}}.hero-preview-wrapper .hero-image{width:100%;max-width:100%;margin:0}@media(max-width:768px){.hero-preview-wrapper .hero-image{width:100%;margin:0}}.feature-list li{list-style:none;font-size:1.1rem;font-weight:500;margin-bottom:15px}.feature-list li span{font-weight:700;color:#000;display:inline}.feature-list li.active span,.feature-list li.inactive span{opacity:1}.feature-list li br+text{transition:opacity .3s ease}.feature-list li.active{opacity:1}.feature-list li.inactive{opacity:.4}.text-muted-light{color:#b0b0b0}.features-description{font-size:14px;max-width:700px;margin:auto auto 20px}.green-scroller{border-radius:10px;width:5px;height:100%;background-color:#299b3621;position:absolute;left:-20px;top:0;cursor:pointer}.green-scroller-inner{border-radius:10px;width:100%;height:40%;background-color:#299b36;position:relative;transition:top .3s ease}@media(max-width:991px){.green-scroller{left:0}.feature-list{padding-left:30px}}.custom-rounded{border-radius:12px}.faq-section{padding:60px 0}.faq-section .title{text-align:center;font-weight:700;margin-bottom:40px;font-size:32px}.accordion-item{border:none;background:#d5ebfc;border-radius:12px!important;margin-bottom:16px}.accordion-button{background:#d5ebfc!important;border-radius:12px!important;box-shadow:none!important;padding:20px 24px;font-weight:600;font-size:16px;color:#000}.accordion-button:not(.collapsed){color:#000}.accordion-button:after{background-image:url(/images/plus.svg);transition:all .3s ease-in-out;width:24px;height:24px;background-size:24px;transform:rotate(0)}.accordion-button:not(.collapsed):after{background-image:url(/images/close.svg);transform:rotate(180deg)}.accordion-body{padding:3px 24px 20px;color:#121313;font-size:15px;line-height:1.6}.accordion{--bs-accordion-border-width: 0}.accordion-header{margin:0}.title{font-size:44px;font-weight:700;max-width:400px;margin:auto}.custom-code{position:relative;left:-7%}.landing-page{padding:0}.landing-section{padding:48px 0}@media(min-width:992px){.landing-section{padding:72px 0}}.hero-section{background:radial-gradient(circle at top left,rgba(129,140,248,.32),transparent 55%),radial-gradient(circle at bottom right,rgba(45,212,191,.18),transparent 60%),#f5f7ff;overflow:hidden;padding-top:2%}.section-label{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:#718096}.badge-label{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;border-width:1px;border-style:solid}.badge-label-problem{background-color:#ecfdf3;border-color:#bbf7d0;color:#299b36}.badge-label-solution{background-color:#eff6ff;border-color:#bfdbfe;color:#1c64a5}.section-title{font-size:30px;font-weight:800;color:#101828}@media(min-width:768px){.section-title{font-size:34px}}.section-lead{font-size:15px;color:#4a5568}.hero-title{font-size:32px;font-weight:800;color:#101828}@media(min-width:768px){.hero-title{font-size:38px}}@media(min-width:992px){.hero-title{font-size:44px}}.hero-subtitle{font-size:15px;color:#2d3748;max-width:460px}.hero-subtitle-center{max-width:520px}.hero-content{max-width:640px}.hero-cta-group{margin-top:4px}.hero-trust-inline{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#cbd5f5}.hero-stars{color:#facc15;letter-spacing:1px}.hero-rating{font-weight:600}.hero-avatars{margin-top:8px;display:flex;align-items:center;gap:10px;justify-content:center}@media(min-width:992px){.hero-avatars{justify-content:flex-start}}.hero-avatar-stack{display:flex;align-items:center}.hero-avatar{width:32px;height:32px;border-radius:999px;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#0f172a;background:radial-gradient(circle at top,#fff,#e0f2fe 75%);box-shadow:0 6px 14px #0f172a2e}.hero-avatar+.hero-avatar{margin-left:-10px}.hero-avatar-1{background:radial-gradient(circle at top,#bbf7d0,#299b36 75%);color:#022c22}.hero-avatar-2{background:radial-gradient(circle at top,#bfdbfe,#1c64a5 75%);color:#eff6ff}.hero-avatar-3{background:radial-gradient(circle at top,#fed7aa,#f97316 75%);color:#7c2d12}.hero-avatar-4{background:radial-gradient(circle at top,#e0f2fe,#0ea5e9 75%);color:#0f172a}.hero-avatars-text{font-size:12px;color:#4b5563}@media(max-width:575.98px){.hero-avatars{flex-direction:column;align-items:center;text-align:center;gap:6px}}.hero-cta-primary,.hero-cta-secondary{border-radius:999px;padding:10px 22px;font-weight:600;font-size:14px;box-shadow:0 14px 30px #00000014;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px #0000001f}.hero-cta-secondary{background-color:#fff;border-color:#0f172a1a}.hero-cta-secondary:hover{background-color:#0f172a;color:#fff;transform:translateY(-2px)}.hero-trust-wrapper{margin-top:4px}.hero-trust-label{font-size:12px;color:#4a5568}.hero-trust-items{gap:8px;max-width:640px}.trust-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:999px;background-color:#fff;font-size:11px;font-weight:600;color:#1f2933;box-shadow:0 10px 25px #0f172a14;border:1px solid rgba(148,163,184,.55);white-space:nowrap}.trust-dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#299b36,#45c652)}@media(max-width:575.98px){.trust-pill{white-space:normal}}.hero-visual-card{border-radius:18px;padding:18px 18px 10px;background:radial-gradient(circle at top left,#38bdf8,#1c64a5);box-shadow:0 30px 70px #0f172a40;overflow:hidden}.hero-visual-inner{position:relative;overflow:hidden;border-radius:16px;background-color:#0b1120;padding:12px 6px 0;animation:floatHero 12s ease-in-out infinite}.hero-image{max-width:100%}.hero-preview-wrapper{position:relative;margin-top:32px}.hero-preview-card{max-width:980px;margin:0 auto}.hero-preview-glow{position:absolute;inset:auto 8% -40px;height:120px;background:radial-gradient(circle,rgba(45,212,191,.5),transparent 65%);filter:blur(18px);opacity:.9;pointer-events:none}@media(min-width:992px){.hero-preview-card{transform:translateY(18px)}.hero-preview-wrapper{margin-top:0}}.hero-floating-badge{position:absolute;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background-color:#0f172ae6;color:#e2e8f0;font-size:11px;font-weight:500;box-shadow:0 18px 40px #00000059;backdrop-filter:blur(10px);animation-duration:10s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.badge-dot{width:8px;height:8px;border-radius:999px}.badge-dot-green{background:#299b36}.badge-dot-blue{background:#73bdf4}.hero-floating-badge-top{top:14%;right:12%;animation-name:heroBadgeFloatTop}.hero-floating-badge-bottom{bottom:8%;left:10%;animation-name:heroBadgeFloatBottom;animation-delay:1.2s}@keyframes floatHero{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes heroBadgeFloatTop{0%{transform:translateZ(0)}25%{transform:translate3d(-4px,-3px,0)}50%{transform:translate3d(2px,-6px,0)}75%{transform:translate3d(4px,-2px,0)}to{transform:translateZ(0)}}@keyframes heroBadgeFloatBottom{0%{transform:translateZ(0)}25%{transform:translate3d(4px,3px,0)}50%{transform:translate3d(-2px,6px,0)}75%{transform:translate3d(-4px,2px,0)}to{transform:translateZ(0)}}.pain-section{background:linear-gradient(to bottom,#ffffffe3,#fff 20%)}.pain-section .section-label,.pain-section .section-title,.pain-section .section-lead{color:inherit}.solution-section{background:linear-gradient(to bottom,#fff,#e9f2fc 20%,#e5f2ff)}.solution-grid{--bs-gutter-x: 0;--bs-gutter-y: 0}.solution-grid-col{cursor:grab;transition:transform .15s ease,opacity .15s ease}.solution-grid-col.dragging{opacity:.7}.solution-grid-col.dragging .feature-card{background:transparent;border-style:dashed;border-color:#cbd5f5;box-shadow:none;color:#94a3b8}.solution-grid-col.dragging .feature-card h3{color:#94a3b8}.solution-grid-col.dragging .feature-card p{color:#9ca3af}.solution-grid-col.drag-over .solution-grid-cell{background:#e2e8ff73}.solution-grid .feature-card{background:#1c64a5;padding:18px 16px;border-radius:18px;border:1px solid #1c64a5;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.solution-grid .feature-card h3{font-size:14px;font-weight:700;margin-bottom:6px;color:#e5f4ff}.solution-grid .feature-card p{font-size:13px;color:#e5f9e8;margin-bottom:0}.solution-grid .feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f172a1f;border-color:#2a76bb;background:#1c64a5}.solution-grid-cell{padding:8px;height:100%;border-right:1px dashed #cbd5f5;border-bottom:1px dashed #cbd5f5}.solution-grid-cell:nth-child(3n+1){border-left:1px dashed #cbd5f5}.solution-grid-cell:nth-child(-n+3){border-top:1px dashed #cbd5f5}@media(max-width:575.98px){.solution-grid-cell{padding:6px;border-right:1px dashed #cbd5f5}}.feature-icon{margin-bottom:8px}.feature-icon-svg{width:24px;height:24px;stroke:#fff;stroke-width:1.7;fill:none}.benefits-section{background:linear-gradient(to bottom,#e5f2ff,#f5f9ff,#fff)}.benefits-section .section-label{color:#4a5568}.benefits-section .section-title{color:#101828}.benefits-section .section-lead{color:#4b5563}.benefits-ring-wrapper{display:flex;justify-content:center}.benefits-inline .benefits-ring-wrapper{justify-content:flex-end}.benefits-inline .benefits-ring{margin-left:auto;margin-right:0}.benefits-ring{position:relative;width:320px;height:320px;max-width:100%;margin:0 auto;--benefit-line-angle: 0deg;--benefit-line-length: 0px}.benefits-ring:before{content:"";position:absolute;top:50%;left:50%;width:2px;height:0;background:linear-gradient(to bottom,#1c64a5,transparent);transform-origin:top center;opacity:0;pointer-events:none;transition:opacity .25s ease,height .25s ease,transform .25s ease;z-index:1}.benefits-ring.has-benefit-line:before{opacity:1;height:var(--benefit-line-length);transform:translate(-50%) rotate(var(--benefit-line-angle))}.benefits-ring.has-benefit-line .benefits-ring-core{border-color:#1c64a5;box-shadow:none}.benefits-ring-core{position:absolute;inset:25%;border-radius:999px;background:radial-gradient(circle at top,#fff,#e0f2fe 70%);border:1px solid #cbd5f5;box-shadow:none;padding:18px 16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:2}.benefits-core-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#9ca3af;margin-bottom:6px}.benefits-core-title{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:4px}.benefits-core-text{font-size:12px;color:#4b5563;margin-bottom:0}.benefit-node{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;padding:8px;border-radius:999px;border:1px solid #cbd5f5;background:radial-gradient(circle at top,#fff,#e0f2fe 70%);color:#0f172a;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease,width .22s ease;box-shadow:none;text-align:left;z-index:3}.benefit-node-icon{flex-shrink:0;width:28px;height:28px;border-radius:999px;background:radial-gradient(circle at top,#e0f2fe,#1c64a5);display:flex;align-items:center;justify-content:center}.benefit-node-icon svg{width:16px;height:16px;stroke:#fff;stroke-width:1.7;fill:none}.benefit-node-label{font-size:11px;font-weight:600;color:#f9fafb;display:none;white-space:nowrap}.benefit-node-text{display:none;font-size:11px;color:#e5f2ff}.benefit-node:hover,.benefit-node:focus-visible{outline:none;background:radial-gradient(circle at top,#fff,#dbeafe 75%);border-color:#1c64a5;box-shadow:0 10px 24px #0f172a2e}.benefit-node-active{background:radial-gradient(circle at top,#fff,#dbeafe 75%);border-color:#1c64a5;box-shadow:0 10px 24px #0f172a33}.benefit-node:hover .benefit-node-text,.benefit-node:focus-visible .benefit-node-text,.benefit-node:hover .benefit-node-label,.benefit-node:focus-visible .benefit-node-label{display:block;white-space:normal}.benefit-node-1{transform:translate(-50%,-50%) translateY(-135px)}.benefit-node-2{transform:translate(-50%,-50%) translate(105px,-78px)}.benefit-node-3{transform:translate(-50%,-50%) translate(115px,70px)}.benefit-node-4{transform:translate(-50%,-50%) translateY(135px)}.benefit-node-5{transform:translate(-50%,-50%) translate(-115px,70px)}.benefit-node-6{transform:translate(-50%,-50%) translate(-105px,-78px)}@media(max-width:991.98px){.benefits-ring{width:260px;height:260px}.benefits-ring-core{inset:27%}.benefit-node{width:44px}}@media(max-width:575.98px){.benefits-inline .benefits-ring-wrapper{justify-content:center;margin-top:30px}.benefits-inline .benefits-ring{margin-left:auto;margin-right:auto}}.testimonials-section{background:linear-gradient(to bottom,#e5f2ff,#fff 60%)}.testimonials-section .section-label{color:#4a5568}.testimonials-section .section-title{color:#101828}.testimonials-section .section-lead{color:#4b5563}.testimonial-card{background:radial-gradient(circle at top,#fff,#e0f2fe 70%);color:#0f172a;padding:22px 20px;border-radius:16px;border:1px solid #cbd5f5;box-shadow:none;position:relative;overflow:hidden}.testimonial-card:hover,.testimonial-card:focus-visible{border-color:#1c64a5}.testimonial-stack{position:relative;max-width:420px;height:230px;display:block}.testimonial-stack .testimonial-card{position:absolute;top:0;left:0;margin:0;width:100%;transform-origin:top left;transition:transform .6s cubic-bezier(.22,.61,.36,1),box-shadow .6s cubic-bezier(.22,.61,.36,1),opacity .6s cubic-bezier(.22,.61,.36,1)}.testimonial-stack .testimonial-card.pos-1{z-index:3;opacity:1;transform:translate(0) scale(1);box-shadow:0 10px 24px #0f172a2e}.testimonial-stack .testimonial-card.pos-2{z-index:2;opacity:.96;transform:translate(18px,18px) scale(.97);box-shadow:0 6px 18px #0f172a1f}.testimonial-stack .testimonial-card.pos-3{z-index:1;opacity:.92;transform:translate(36px,36px) scale(.94);box-shadow:0 4px 12px #0f172a14}.testimonial-stack.expanded{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:100%;height:auto}.testimonial-stack.expanded .testimonial-card{position:static;transform:none!important;opacity:1;width:100%;box-shadow:none!important}.testimonial-stack.expanded .testimonial-card:nth-child(3){grid-column:1/span 2}@media(max-width:767.98px){.testimonial-stack{max-width:100%;height:auto}.testimonial-stack .testimonial-card{position:static;transform:none!important;opacity:1;margin-bottom:12px}.testimonial-stack.expanded{grid-template-columns:1fr}.testimonial-stack.expanded .testimonial-card:nth-child(3){grid-column:auto}}.testimonial-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(148,163,253,.14),transparent 55%);opacity:1;pointer-events:none}.testimonial-quote{font-size:14px;margin-bottom:10px;position:relative;z-index:1}.testimonial-author{font-size:12px;font-weight:600;color:#1c64a5;position:relative;z-index:1}.pricing-section{background:linear-gradient(to bottom,#fff,#f5f9ff 60%,#f9fafb)}.pricing-card{background-color:#fff;border-radius:18px;padding:24px 22px;border:1px solid #cbd5f5;box-shadow:0 18px 40px #0f172a14}.pricing-chips{display:flex;flex-wrap:wrap;gap:8px}.pricing-chip{border-radius:999px;border:1px solid rgba(148,163,184,.7);padding:5px 12px;font-size:11px;font-weight:600;background-color:#fff;color:#1f2937;cursor:default}.pricing-chip-active{background-color:#299b36;border-color:#1f7029;color:#fff;box-shadow:0 12px 30px #299b3673}.pricing-list{list-style:none;padding-left:0;margin-bottom:0}.pricing-list li{font-size:13px;color:#4b5563;margin-bottom:6px;position:relative;padding-left:20px;line-height:1.5}.pricing-list li:before{content:"✔";position:absolute;left:2px;top:0;font-size:11px;color:#299b36}.pricing-cta{border-radius:999px;padding:10px 18px;font-size:13px;font-weight:600;background-color:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 16px 32px #0f172a59}.pricing-cta:hover{background-color:#111827;border-color:#111827;color:#fff;transform:translateY(-1px)}.pricing-side{display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media(min-width:768px){.pricing-side{align-items:flex-end;text-align:right}}.pricing-price-pill{display:inline-flex;align-items:baseline;gap:4px;padding:8px 14px;border-radius:999px;background:radial-gradient(circle at top,#fff,#e0f2fe 75%);border:1px solid #bfdbfe}.pricing-price-from{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#64748b}.pricing-price-amount{font-size:22px;font-weight:800;color:#0f172a}.pricing-price-period{font-size:12px;color:#4b5563}.pricing-meta{font-size:11px;color:#6b7280}.pricing-plan-card{background:#1c64a5;border-radius:18px;border:1px solid #1c64a5;padding:22px 20px;box-shadow:0 20px 50px #0f172a59}.pricing-plan-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#bfdbfe;margin-bottom:6px}.pricing-plan-amount{font-size:28px;font-weight:800;color:#fff}.pricing-plan-period{font-size:13px;color:#dbeafe}.pricing-plan-sub{font-size:13px;color:#e5f2ff}.pricing-plan-features{list-style:none;padding-left:0;font-size:13px;color:#e5f2ff}.pricing-plan-features li{position:relative;padding-left:18px;margin-bottom:4px}.pricing-plan-features li:before{content:"✔";position:absolute;left:0;top:0;font-size:11px;color:#b6eac0}.pricing-plan-cta{border-radius:999px;padding:9px 18px;font-size:13px;font-weight:600;box-shadow:0 16px 32px #299b3673}.pricing-plan-secondary{border-radius:999px;padding:9px 18px;font-size:13px;font-weight:600;border-color:#bfdbfe;color:#e5f2ff}.final-cta-section{background:linear-gradient(to bottom,#f5f9ff,#fff 60%,#f9fafb)}.final-cta-card{padding:26px 24px;max-width:960px;margin:0 auto;border-radius:18px;border:1px solid #cbd5f5;box-shadow:0 20px 50px #0f172a1f;background:radial-gradient(circle at top,#fff,#e0f2fe 75%);color:#0f172a}.final-cta-title{font-size:24px;font-weight:800}.final-cta-text{font-size:14px;color:#4b5563}.final-cta-card .hero-cta-primary{box-shadow:0 18px 40px #299b3680}.final-cta-card .hero-cta-secondary{border-color:#1f2937;color:#1f2937;background:transparent}.final-cta-card .hero-cta-secondary:hover{background-color:#1f2937;color:#fff}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .55s ease-out,transform .55s ease-out}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.hero-visual-inner{animation:none}[data-reveal]{opacity:1;transform:none;transition:none}}.hero-icon-wrapper{display:flex;justify-content:center;margin-bottom:24px}.hero-main-icon{width:64px;height:64px;stroke:#1c64a5;stroke-width:1.5;fill:none;animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.checker-section{background:linear-gradient(to bottom,#f5f7ff,#fff)}.checker-card{background:radial-gradient(circle at top,#fff,#e0f2fe 70%);border:1px solid #cbd5f5;padding:32px 28px;box-shadow:0 18px 40px #0f172a14;position:relative;overflow:hidden;transition:all .3s ease}.checker-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(28,100,165,.1),transparent 70%);opacity:0;transition:opacity .3s ease}.checker-card:hover:before{opacity:1}.checker-card:hover{box-shadow:0 24px 50px #0f172a1f;transform:translateY(-2px)}.checker-input-wrapper{max-width:100%}.checker-input-wrapper .form-label{font-size:13px;font-weight:600;color:#4a5568;display:flex;align-items:center;gap:8px}.label-icon{width:16px;height:16px;stroke:#1c64a5;stroke-width:2;fill:none}.checker-input-group{position:relative}.checker-input-group .form-control{padding-left:16px}.checker-btn{display:flex;align-items:center;gap:8px}.btn-icon{width:16px;height:16px;stroke:#fff;stroke-width:2;fill:none;transition:transform .2s ease}.checker-btn:hover .btn-icon{transform:translate(2px);stroke:#fff!important}.checker-stats{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.stat-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b}.stat-icon{width:16px;height:16px;stroke:#299b36;stroke-width:2;fill:none}.checker-input-wrapper .form-control{border-radius:12px 0 0 12px;border:1px solid #cbd5f5;padding:10px 16px;font-size:14px}.checker-input-wrapper .form-control:focus{border-color:#1c64a5;box-shadow:0 0 0 .2rem #1c64a526;z-index:3}.checker-btn{border-radius:0 12px 12px 0;padding:10px 24px;font-weight:600;font-size:14px;white-space:nowrap;border:none;position:relative;overflow:hidden;transition:all .3s ease;color:#fff!important}.checker-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.checker-btn:hover{transform:scale(1.02);box-shadow:0 8px 20px #299b3666;color:#fff!important}.checker-btn:hover:before{width:300px;height:300px}.checker-btn:hover span,.checker-btn:hover .btn-icon,.checker-btn:active,.checker-btn:active span,.checker-btn:active .btn-icon{color:#fff!important}.checker-btn:focus{color:#fff!important}.checker-btn:focus span,.checker-btn:focus .btn-icon{color:#fff!important}.checker-btn:active{transform:scale(.98)}@media(max-width:575.98px){.checker-input-wrapper .input-group{flex-direction:row;flex-wrap:nowrap}.checker-input-wrapper .form-control{border-radius:8px 0 0 8px;flex:1;min-width:0;font-size:14px;padding:10px 12px}.checker-btn{border-radius:0 8px 8px 0;white-space:nowrap;padding:10px 16px;flex-shrink:0}.checker-btn span{display:none}.checker-btn .btn-icon{margin:0}}.how-it-works-section{background:linear-gradient(to bottom,#fff,#f5f9ff)}.section-subtitle{font-size:20px;font-weight:700;color:#101828;margin-bottom:16px}.checker-features-list{list-style:none;padding-left:0}.feature-item{display:flex;align-items:flex-start;gap:14px;padding:16px;margin-bottom:12px;background:radial-gradient(circle at top,#fff,#e0f2fe 70%);border:1px solid #cbd5f5;border-radius:12px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#1c64a5,#2a76bb);transform:scaleY(0);transition:transform .3s ease}.feature-item:hover:before{transform:scaleY(1)}.feature-item:hover{transform:translate(6px);box-shadow:0 8px 20px #0f172a1a;border-color:#1c64a5}.feature-item-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1c64a5,#2a76bb);border-radius:10px;transition:all .3s ease}.feature-item:hover .feature-item-icon{transform:scale(1.1) rotate(5deg)}.feature-item-icon svg{width:20px;height:20px;stroke:#fff;stroke-width:2;fill:none}.feature-item-content{flex:1;font-size:15px;color:#4a5568;line-height:1.6}.feature-item-content strong{color:#101828;font-weight:600}.how-it-works-section .col-12.col-lg-6:last-child{display:flex;align-items:center;justify-content:center}.checker-info-box{background:transparent;padding:24px 22px;border:none;box-shadow:none;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.checker-info-box:hover{transform:none;box-shadow:none}.info-box-header{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;text-align:center;transform-style:preserve-3d;perspective:1000px;transform:perspective(1000px) rotateX(12deg) rotateY(20deg);transition:transform .3s ease}.info-box-header:hover{transform:perspective(1000px) rotateX(8deg) rotateY(15deg)}.info-box-header-icon{width:20px;height:20px;stroke:#1c64a5;stroke-width:2;fill:none;transform-style:preserve-3d}.info-box-title{font-size:16px;font-weight:700;color:#101828;transform-style:preserve-3d}.protocol-pyramid{display:flex;flex-direction:column;gap:20px;margin-bottom:24px;width:100%;align-items:center}.pyramid-tier{display:flex;flex-direction:column;gap:10px;position:relative}.tier-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:4px}.tier-icon{width:14px;height:14px;stroke:#64748b;stroke-width:2;fill:none}.tier-items{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;position:relative;width:100%}.tier-top .tier-items,.tier-middle .tier-items,.tier-bottom .tier-items{justify-content:center}.protocol-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:600;color:#fff;position:relative;overflow:visible;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;perspective:1000px}.protocol-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.protocol-badge:hover:before{left:100%}.badge-text{position:relative;z-index:1}.badge-check{width:14px;height:14px;stroke:#fff;stroke-width:2.5;fill:none;opacity:0;transform:scale(0);transition:all .3s ease;position:relative;z-index:1;animation:showCheckIcon 8s ease-in-out infinite}.protocol-badge:hover .badge-check{opacity:1;transform:scale(1);animation:none}@keyframes showCheckIcon{0%,10%,to{opacity:0;transform:scale(0)}3%,7%{opacity:1;transform:scale(1)}}.tier-top .tier-items .protocol-badge:nth-child(1) .badge-check{animation-delay:0s}.tier-top .tier-items .protocol-badge:nth-child(2) .badge-check{animation-delay:1s}.tier-top .tier-items .protocol-badge:nth-child(3) .badge-check{animation-delay:2s}.tier-middle .tier-items .protocol-badge:nth-child(1) .badge-check{animation-delay:3s}.tier-middle .tier-items .protocol-badge:nth-child(2) .badge-check{animation-delay:4s}.tier-middle .tier-items .protocol-badge:nth-child(3) .badge-check{animation-delay:5s}.tier-bottom .tier-items .protocol-badge:nth-child(1) .badge-check{animation-delay:6s}.tier-bottom .tier-items .protocol-badge:nth-child(2) .badge-check{animation-delay:7s}.protocol-badge-premium{background:linear-gradient(135deg,#b6eac0,#86efac,#4ade80);border:1px solid rgba(182,234,192,.5);border-width:1px;box-shadow:0 8px 16px #4ade804d,0 4px 8px #4ade8033,inset 0 1px #ffffff4d,inset 0 -1px #0000001a}.protocol-badge-premium:hover{transform:perspective(1000px) rotateX(8deg) rotateY(15deg) translateY(-4px) scale(1.05);box-shadow:0 12px 24px #4ade8066,0 6px 12px #4ade804d,inset 0 1px #fff6,inset 0 -1px #0000001a;border-color:#b6eac0cc}.protocol-badge-standard{background:linear-gradient(135deg,#bfdbfe,#93c5fd,#60a5fa);border:1px solid rgba(191,219,254,.5);border-width:1px;box-shadow:0 6px 14px #60a5fa40,0 3px 6px #60a5fa26,inset 0 1px #ffffff4d,inset 0 -1px #0000001a}.protocol-badge-standard:hover{transform:perspective(1000px) rotateX(6deg) rotateY(13deg) translateY(-3px) scale(1.03);box-shadow:0 10px 20px #60a5fa59,0 5px 10px #60a5fa40,inset 0 1px #fff6,inset 0 -1px #0000001a;border-color:#bfdbfecc}.protocol-badge-basic{background:linear-gradient(135deg,#cbd5f5,#a5b4fc,#818cf8);border:1px solid rgba(203,213,245,.5);border-width:1px;box-shadow:0 5px 12px #818cf833,0 2px 4px #818cf826,inset 0 1px #ffffff4d,inset 0 -1px #0000001a}.protocol-badge-basic:hover{transform:perspective(1000px) rotateX(4deg) rotateY(11deg) translateY(-2px) scale(1.02);box-shadow:0 8px 16px #818cf84d,0 4px 8px #818cf833,inset 0 1px #fff6,inset 0 -1px #0000001a;border-color:#cbd5f5cc}.pyramid-tier:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:2px;height:10px;background:linear-gradient(180deg,rgba(191,219,254,.3),transparent);opacity:0;transition:opacity .3s ease}.pyramid-tier:hover:after{opacity:1}.tier-bottom:after{display:none}.protocol-badge{animation:fadeInUp .6s ease-out backwards,highlightChip 8s ease-in-out infinite}.tier-top .tier-items .protocol-badge:nth-child(1){animation-delay:.1s,0s}.tier-top .tier-items .protocol-badge:nth-child(2){animation-delay:.2s,1s}.tier-top .tier-items .protocol-badge:nth-child(3){animation-delay:.3s,2s}.tier-middle .tier-items .protocol-badge:nth-child(1){animation-delay:.4s,3s}.tier-middle .tier-items .protocol-badge:nth-child(2){animation-delay:.5s,4s}.tier-middle .tier-items .protocol-badge:nth-child(3){animation-delay:.6s,5s}.tier-bottom .tier-items .protocol-badge:nth-child(1){animation-delay:.7s,6s}.tier-bottom .tier-items .protocol-badge:nth-child(2){animation-delay:.8s,7s}@keyframes highlightChip{0%,10%,to{transform:perspective(1000px) rotateX(12deg) rotateY(20deg) scale(1);filter:brightness(1);box-shadow:0 8px 16px #4ade804d,0 4px 8px #4ade8033,inset 0 1px #ffffff4d,inset 0 -1px #0000001a}5%{transform:perspective(1000px) rotateX(8deg) rotateY(15deg) scale(1.1);filter:brightness(1.3);box-shadow:0 16px 32px #4ade8099,0 8px 16px #4ade8066,inset 0 1px #ffffff80,inset 0 -1px #0000001a,0 0 20px #4ade8080}}.protocol-badge-premium{animation:fadeInUp .6s ease-out backwards,highlightChipPremium 8s ease-in-out infinite}@keyframes highlightChipPremium{0%,10%,to{transform:perspective(1000px) rotateX(12deg) rotateY(20deg) scale(1);filter:brightness(1);border-color:#b6eac080;box-shadow:0 8px 16px #4ade804d,0 4px 8px #4ade8033,inset 0 1px #ffffff4d,inset 0 -1px #0000001a}5%{transform:perspective(1000px) rotateX(8deg) rotateY(15deg) scale(1.05);filter:brightness(1.15);border-color:#4ade80cc;border-width:2px;box-shadow:0 10px 20px #4ade8059,0 5px 10px #4ade8040,inset 0 1px #fff6,inset 0 -1px #0000001a}}.protocol-badge-standard{animation:fadeInUp .6s ease-out backwards,highlightChipStandard 8s ease-in-out infinite}@keyframes highlightChipStandard{0%,10%,to{transform:perspective(1000px) rotateX(10deg) rotateY(18deg) scale(.95);filter:brightness(1);border-color:#bfdbfe80;box-shadow:0 6px 14px #60a5fa40,0 3px 6px #60a5fa26,inset 0 1px #ffffff4d,inset 0 -1px #0000001a}5%{transform:perspective(1000px) rotateX(6deg) rotateY(13deg) scale(1);filter:brightness(1.15);border-color:#60a5facc;border-width:2px;box-shadow:0 8px 18px #60a5fa4d,0 4px 8px #60a5fa33,inset 0 1px #fff6,inset 0 -1px #0000001a}}.protocol-badge-basic{animation:fadeInUp .6s ease-out backwards,highlightChipBasic 8s ease-in-out infinite}@keyframes highlightChipBasic{0%,10%,to{transform:perspective(1000px) rotateX(8deg) rotateY(16deg) scale(.9);filter:brightness(1);border-color:#cbd5f580;box-shadow:0 5px 12px #818cf833,0 2px 4px #818cf826,inset 0 1px #ffffff4d,inset 0 -1px #0000001a}5%{transform:perspective(1000px) rotateX(4deg) rotateY(11deg) scale(.95);filter:brightness(1.15);border-color:#818cf8cc;border-width:2px;box-shadow:0 7px 16px #818cf84d,0 3px 8px #818cf833,inset 0 1px #fff6,inset 0 -1px #0000001a}}@keyframes fadeInUp{0%{opacity:0;transform:perspective(1000px) rotateX(15deg) rotateY(25deg) translateY(20px) scale(.9)}to{opacity:1;transform:perspective(1000px) rotateX(12deg) rotateY(20deg) translateY(0) scale(1)}}@media(max-width:575.98px){.protocol-badge{font-size:12px;padding:8px 14px}.tier-items{gap:8px}}.info-box-text{font-size:14px;color:#e5f2ff;line-height:1.6}.checker-errors-list{list-style:none;padding-left:0;font-size:14px;color:#e5f2ff;line-height:1.8}.checker-errors-list li{display:flex;align-items:center;gap:10px;padding:8px 0;transition:all .2s ease}.checker-errors-list li:hover{padding-left:4px}.error-icon{flex-shrink:0;width:18px;height:18px;stroke:#fca5a5;stroke-width:2;fill:none}.monitoring-section{background:linear-gradient(135deg,#1c64a5,#0f4c75);color:#fff}.monitoring-section .section-title{color:#fff}.monitoring-section .section-lead{color:#e5f2ff}.monitoring-features-list{list-style:none;padding-left:0;font-size:15px;color:#e5f2ff;line-height:1.8}.monitoring-features-list li{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;margin-bottom:10px;background:#ffffff14;border-radius:10px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.monitoring-features-list li:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#b6eac0,#86efac);transform:scaleY(0);transition:transform .3s ease}.monitoring-features-list li:hover:before{transform:scaleY(1)}.monitoring-features-list li:hover{background:#ffffff1f;transform:translate(6px);border-color:#fff3}.monitoring-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#b6eac033;border-radius:8px;transition:all .3s ease}.monitoring-features-list li:hover .monitoring-icon{background:#b6eac04d;transform:scale(1.1)}.monitoring-icon svg{width:20px;height:20px;stroke:#b6eac0;stroke-width:2;fill:none}.monitoring-content{flex:1;line-height:1.6}.monitoring-content strong{color:#fff;font-weight:600}.monitoring-cta-group{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-top:24px}.monitoring-visual-wrapper{display:flex;align-items:center;justify-content:center;width:100%;padding:20px 0;position:relative}.monitoring-laptop-image{width:100%;max-width:500px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:floatLaptop 6s ease-in-out infinite;position:relative;z-index:2}@keyframes floatLaptop{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating-badge{position:absolute;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#ffffff4d;backdrop-filter:blur(8px);border-radius:20px;box-shadow:0 4px 12px #00000026;border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:600;color:#fff;z-index:3;white-space:nowrap}.floating-badge svg{width:16px;height:16px;stroke:#fff;stroke-width:2;fill:none;flex-shrink:0}.floating-badge-1{top:20%;left:15%;animation:floatBadge1 8s ease-in-out infinite}.floating-badge-2{top:50%;right:10%;animation:floatBadge2 7s ease-in-out infinite;animation-delay:1s}.floating-badge-3{bottom:20%;left:8%;animation:floatBadge3 9s ease-in-out infinite;animation-delay:2s}@keyframes floatBadge1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(5px,-8px) scale(1.02)}50%{transform:translate(-3px,-12px) scale(1.05)}75%{transform:translate(8px,-5px) scale(1.02)}}@keyframes floatBadge2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-12px,10px) scale(1.05)}50%{transform:translate(-20px,-10px) scale(1.1)}75%{transform:translate(-8px,15px) scale(1.05)}}@keyframes floatBadge3{0%,to{transform:translate(0) scale(1)}25%{transform:translate(15px,-10px) scale(1.05)}50%{transform:translate(8px,-20px) scale(1.1)}75%{transform:translate(20px,-5px) scale(1.05)}}@media(max-width:991.98px){.floating-badge{font-size:11px;padding:6px 10px}.floating-badge svg{width:14px;height:14px}.floating-badge-1{top:15%;left:12%}.floating-badge-2{top:45%;right:10%}.floating-badge-3{bottom:20%;left:8%}}.monitoring-cta-primary{border-radius:999px;padding:10px 22px;font-weight:600;font-size:14px;box-shadow:0 18px 40px #299b3680}.monitoring-cta-secondary{border-radius:999px;padding:10px 22px;font-weight:600;font-size:14px;border-color:#ffffff80;color:#fff;background:transparent}.monitoring-cta-secondary:hover{background-color:#ffffff1a;border-color:#fff;color:#fff}.expiration-matters-section{background:linear-gradient(to bottom,#fff,#f5f9ff)}.expiration-issues-list{list-style:none;padding-left:0}.issue-item{display:flex;align-items:center;gap:14px;padding:14px 16px;margin-bottom:10px;background:radial-gradient(circle at top,#fff,#fee2e2 70%);border:1px dashed #fecaca;border-radius:10px;transition:all .3s ease;cursor:pointer}.issue-item:hover{transform:translate(6px);box-shadow:0 8px 20px #ef444426;border-color:#f87171}.issue-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease}.issue-icon-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.issue-icon-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.issue-item:hover .issue-icon{transform:scale(1.1) rotate(-5deg)}.issue-icon svg{width:20px;height:20px;stroke:#fff;stroke-width:2;fill:none}.issue-content{flex:1;font-size:15px;color:#4a5568;font-weight:500}.expiration-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;padding:20px 0}.expiration-image{width:100%;max-width:500px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2));animation:floatImage 6s ease-in-out infinite;border-radius:12px}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.placeholder-text{font-size:16px;color:#94a3b8;font-weight:500}.benefits-monitoring-section{background:linear-gradient(to bottom,#f5f9ff,#fff)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.bento-card{background:#fff;border:1px dashed rgba(28,100,165,.2);border-radius:16px;padding:24px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.bento-card>*{position:relative;z-index:2}.bento-card:before{content:"";position:absolute;inset:-3px;background:linear-gradient(135deg,#1c64a5,#4ade80);border-radius:16px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.bento-card:after{content:"";position:absolute;inset:0;background:inherit;border-radius:13px;z-index:1}.bento-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #1c64a526;border-color:#1c64a566}.bento-card:hover:before{opacity:1}.bento-card-large{grid-column:span 2;grid-row:span 2;background:linear-gradient(135deg,#fff,#e0f2fe)}.bento-card-medium{grid-column:span 2}.bento-card-small{grid-column:span 1}.bento-card-full{grid-column:span 4}.bento-card-header{display:flex;flex-direction:column;justify-content:space-between}.bento-card-icon{width:56px;height:56px;background:linear-gradient(135deg,#1c64a5,#4ade80);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 12px #1c64a54d}.bento-card-icon svg{width:28px;height:28px;stroke:#fff;stroke-width:2;fill:none}.bento-card-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:16px;line-height:1.3}.bento-card-text{font-size:16px;color:#64748b;line-height:1.6;margin:0 0 20px}.bento-card-issues-section{margin-top:24px;padding-top:24px;border-top:1px solid rgba(28,100,165,.1)}.bento-card-problem{background:linear-gradient(135deg,#fff,#e0f2fe)}.bento-card-header-small{display:flex;align-items:center;gap:12px;margin-bottom:16px}.bento-card-icon-small{width:32px;height:32px;stroke:#1c64a5;stroke-width:2;fill:none}.bento-card-subtitle{font-size:18px;font-weight:600;color:#1e293b;margin:0}.bento-list{list-style:none;padding:0;margin:0}.bento-list li{padding:10px 0;font-size:14px;color:#64748b;border-bottom:1px solid rgba(28,100,165,.1)}.bento-list li:last-child{border-bottom:none}.bento-card-benefit{display:flex;flex-direction:column;align-items:flex-start;background:linear-gradient(135deg,#fff,#e0f2fe)}.bento-card-benefit .bento-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#4ade80,#22c55e);margin-bottom:16px}.bento-card-benefit .bento-card-icon svg{width:24px;height:24px}.bento-card-benefit .bento-card-subtitle{font-size:16px;margin-bottom:8px}.bento-card-text-small{font-size:14px;color:#64748b;line-height:1.5;margin:0}.bento-card-cta{background:linear-gradient(135deg,#1c64a5,#0f4c75);border-color:#1c64a54d;display:flex;align-items:center;justify-content:center}.bento-card-cta .bento-card-content{text-align:center;width:100%}.bento-card-cta .bento-card-subtitle{color:#fff}.bento-card-cta .bento-card-text-small{color:#e0f2ff}@media(max-width:991.98px){.bento-grid{grid-template-columns:repeat(2,1fr);gap:16px}.bento-card-large{grid-column:span 2;grid-row:span 1}.bento-card-medium{grid-column:span 2}.bento-card-small{grid-column:span 1}.bento-card-full{grid-column:span 2}}@media(max-width:575.98px){.bento-grid{grid-template-columns:1fr}.bento-card-large,.bento-card-medium,.bento-card-small,.bento-card-full{grid-column:span 1;grid-row:span 1}.bento-card-title{font-size:20px}.bento-card{padding:20px}}.healthy-section{background:linear-gradient(135deg,#1c64a5,#0f4c75);color:#fff}.healthy-section .section-title{color:#fff}.healthy-section .section-lead{color:#e5f2ff}.payment-methods{margin-top:24px}.payment-logos{display:flex;flex-wrap:wrap;align-items:center}.payment-logo{font-size:13px;font-weight:600;color:#4a5568;padding:8px 14px;background:#fff;border:1px solid #cbd5f5;border-radius:8px;transition:all .2s ease;cursor:default}.payment-logo:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1a;border-color:#1c64a5;color:#1c64a5}.healthy-cta-group{display:flex;flex-direction:column;gap:12px}@media(min-width:992px){.healthy-cta-group{align-items:flex-end}}.healthy-section .hero-cta-secondary{background-color:transparent;border-color:#ffffff80;color:#fff}.healthy-section .hero-cta-secondary:hover{background-color:#ffffff1a;border-color:#fff;color:#fff;transform:translateY(-2px)}.payment-methods-section{background:transparent;padding:60px 0}.payment-methods-label{font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.payment-methods-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px}.payment-method-item{display:flex;align-items:center;justify-content:center;padding:12px;background:#fff;border:1px solid rgba(28,100,165,.1);border-radius:8px;transition:all .3s ease}.payment-method-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #1c64a526;border-color:#1c64a54d}.payment-method-image{height:32px;width:auto;object-fit:contain;filter:grayscale(20%);transition:filter .3s ease}.payment-method-item:hover .payment-method-image{filter:grayscale(0%)}@media(max-width:575.98px){.payment-methods-grid{gap:16px}.payment-method-item{padding:10px}.payment-method-image{height:28px}}.product-page-main{background:#edf2ff;min-height:100vh;padding-bottom:60px}@media(max-width:575.98px){.product-page-main .container{padding-left:16px;padding-right:16px}}.product-breadcrumb{background:transparent;padding:0;margin-bottom:0}.product-breadcrumb .breadcrumb-item a{color:#64748b;text-decoration:none;transition:color .2s ease}.product-breadcrumb .breadcrumb-item a:hover{color:#1c64a5}.product-breadcrumb .breadcrumb-item.active{color:#1e293b;font-weight:600}.product-title-section{padding:24px 0;background:transparent}.product-main-title{font-size:28px;font-weight:700;color:#1e293b;margin:0;text-transform:capitalize}@media(min-width:768px){.product-main-title{font-size:36px}}.product-details-section{padding:40px 0;background:transparent}.product-card-wrapper{margin-bottom:32px}.product-pricing-card{background:radial-gradient(circle at top,#fff,#e0f2fe 70%);border:1px solid #cbd5f5;border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f172a14;height:100%}.pricing-section-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid rgba(28,100,165,.1)}.pricing-options{display:flex;flex-direction:column;gap:12px}.pricing-option-card{position:relative;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:16px;cursor:pointer;transition:all .3s ease;overflow:hidden}.pricing-option-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1c64a5,#4ade80);transform:scaleX(0);transition:transform .3s ease,height .5s ease;z-index:0}.pricing-option-card:hover:before{transform:scaleX(1)}.pricing-option-card:hover{border-color:#1c64a5;transform:translateY(-2px);box-shadow:0 8px 20px #1c64a526}.pricing-option-card.active{border-color:#e2e8f0;box-shadow:0 8px 20px #1c64a533}.pricing-option-card.active:before{transform:scaleX(1);height:100%;background:linear-gradient(135deg,#1c64a5,#4ade80)}.pricing-option-card.active .pricing-option-header,.pricing-option-card.active .pricing-years,.pricing-option-card.active .pricing-option-label,.pricing-option-card.active .price-current,.pricing-option-card.active .price-old,.pricing-option-card.active .price-period,.pricing-option-card.active .pricing-option-savings{color:#fff;position:relative;z-index:1;transition:color .5s ease}.pricing-option-card.active .pricing-badge{background:#ffffff40;color:#fff;backdrop-filter:blur(10px);position:relative;z-index:1;transition:all .5s ease}.pricing-option-card input[type=radio]{position:absolute;opacity:0;pointer-events:none}.pricing-option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;position:relative;z-index:1}.pricing-years{font-size:16px;font-weight:600;color:#1e293b}.pricing-badge{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.pricing-option-price{display:flex;align-items:baseline;gap:8px;margin-bottom:8px;position:relative;z-index:1}.price-current{font-size:24px;font-weight:800;color:#1c64a5}.price-period{font-size:14px;color:#64748b}.pricing-option-old-price{margin-top:4px}.price-old{font-size:14px;color:#94a3b8;text-decoration:line-through}.san-details-box{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2);position:relative;z-index:1}.san-details-content{font-size:12px;line-height:1.6;color:#fffffff2}.san-details-content strong{font-size:13px;font-weight:700;margin-bottom:6px;color:#fff}.san-details-content p{margin:0;color:#ffffffe6}@media(max-width:767.98px){.san-details-box{margin-top:12px;padding-top:12px}.san-details-content{font-size:11px}.san-details-content strong{font-size:12px;margin-bottom:4px}}@media(max-width:575.98px){.san-details-box{margin-top:10px;padding-top:10px}.san-details-content{font-size:10px;line-height:1.5}.san-details-content strong{font-size:11px}}.product-config-card{background:radial-gradient(circle at top,#fff,#e0f2fe 70%);border:1px solid #cbd5f5;border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f172a14;height:100%}.config-section-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid rgba(28,100,165,.1)}.config-options{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.config-option-item{display:flex;flex-direction:column;gap:8px}.config-label{font-size:14px;font-weight:600;color:#475569;display:flex;align-items:center;gap:6px}.config-help-icon{width:16px;height:16px;color:#94a3b8;cursor:help;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:6px;vertical-align:middle;flex-shrink:0;opacity:.7}.config-help-icon:hover{color:#1c64a5;opacity:1}.config-help-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:2;fill:none}.config-value{font-size:15px;color:#1e293b;font-weight:500;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.quantity-selector{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;transition:all .2s ease}.quantity-selector:hover{border-color:#1c64a5}.quantity-selector:focus-within{border-color:#1c64a5;box-shadow:0 0 0 3px #1c64a51a}.quantity-btn{width:40px;height:40px;min-width:40px;min-height:40px;border:none;background:#f8fafc;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;position:relative;padding:0;margin:0}.quantity-btn:hover{background:#1c64a5!important;color:#fff!important}.quantity-btn:hover svg{stroke:#fff}.quantity-btn:active{transform:scale(.95)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9!important}.quantity-btn:disabled:hover{background:#f1f5f9!important;color:#64748b!important}.quantity-btn:disabled:hover svg{stroke:#64748b}.quantity-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.5}.quantity-input{flex:1;min-width:0;padding:10px 12px;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;background:#fff;color:#1e293b;font-size:15px;font-weight:500;text-align:center;outline:none;appearance:textfield;-moz-appearance:textfield;margin:0}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{background:#fff}.hidden-select{position:absolute;opacity:0;pointer-events:none;width:0;height:0;overflow:hidden}.config-select{width:100%;padding:10px 40px 10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;color:#1e293b;background:#fff;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.config-toggle-group{display:flex;gap:8px;position:relative;background:transparent;border:none;border-radius:8px;padding:2px}.config-toggle-group:before{content:"";position:absolute;top:2px;left:2px;width:calc(50% - 4px);height:calc(100% - 4px);background:linear-gradient(135deg,#1c64a5,#2a76bb);border-radius:6px;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:0;box-shadow:0 2px 8px #1c64a540}.config-toggle-group[data-selected=yes]:before{transform:translate(calc(100% + 8px))}.config-toggle-group[data-selected=no]:before{transform:translate(0)}.config-toggle-btn{flex:1;padding:10px 16px;border:none;border-radius:6px;background:transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:color .3s ease,background .3s ease;position:relative;z-index:1}.config-toggle-btn:hover:not(.active){color:#1c64a5;background:#1c64a514}.config-toggle-btn.active{color:#fff}.config-details{margin-top:24px;padding-top:24px;border-top:1px solid rgba(28,100,165,.1);display:flex;flex-direction:column;gap:12px}.config-detail-item{display:flex;justify-content:space-between;align-items:center;font-size:14px}.config-detail-label{color:#64748b;font-weight:500}.config-detail-value{color:#1e293b;font-weight:600}.config-details-link{display:inline-block;margin-top:16px;color:#1c64a5;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease}.config-details-link:hover{color:#0f4c75;text-decoration:underline}.product-summary-card{background:linear-gradient(135deg,#1c64a5,#0f4c75);border:1px solid #1c64a5;border-radius:16px;padding:28px;box-shadow:0 12px 32px #0f172a40;height:100%;display:flex;flex-direction:column;position:sticky;top:100px}.summary-brand-logo{margin-bottom:24px;text-align:center;display:flex;align-items:center;justify-content:center}.brand-logo-image{max-width:180px;height:auto;filter:brightness(0) invert(1);opacity:.95;transition:opacity .3s ease}.brand-logo-image:hover{opacity:1}.summary-details{display:flex;flex-direction:column;gap:16px;margin-bottom:0;padding-bottom:0;border-bottom:none}.summary-item{display:flex;justify-content:space-between;align-items:center;font-size:15px}.summary-label{color:#bfdbfe;font-weight:500}.summary-value{color:#fff;font-weight:700;font-size:16px}.summary-item.savings .summary-value{color:#4ade80;font-size:18px}.summary-item.total{padding-top:12px;border-top:1px solid rgba(255,255,255,.2);margin-top:4px}.summary-item.total .summary-label{font-size:18px;font-weight:700}.summary-item.total .summary-value{font-size:28px;font-weight:800}.btn-add-to-cart{width:100%;padding:14px 24px;background:linear-gradient(135deg,#299b36,#22c55e);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 8px 20px #299b3666;margin-top:auto}.btn-add-to-cart:hover{transform:translateY(-2px);box-shadow:0 12px 28px #299b3680;background:linear-gradient(135deg,#22c55e,#16a34a)}.btn-add-to-cart:active{transform:translateY(0)}.btn-add-to-cart svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.5}.hacker-protection-option{margin-top:20px;margin-bottom:0;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.hacker-protection-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:13px;line-height:1.6;color:#e5f2ff}.hacker-protection-checkbox input[type=checkbox]{display:none}.checkbox-custom{flex-shrink:0;width:20px;height:20px;border:2px solid rgba(255,255,255,.5);border-radius:4px;background:transparent;transition:all .2s ease;position:relative;margin-top:2px}.hacker-protection-checkbox input[type=checkbox]:checked+.checkbox-custom{background:#4ade80;border-color:#4ade80}.hacker-protection-checkbox input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.checkbox-label{flex:1}.checkbox-label strong{color:#4ade80;font-weight:700}.show-details-link{color:#bfdbfe;text-decoration:underline;transition:color .2s ease}.show-details-link:hover{color:#fff}.important-note-banner{padding:20px 24px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:none;border-radius:12px;margin-top:32px;position:relative}.note-content{font-size:15px;color:#78350f;line-height:1.7}.note-title-with-icon{color:#92400e;font-weight:700;font-size:16px;display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;display:block}.note-text{display:block}.note-icon-inline{width:20px;height:20px;color:#f59e0b;flex-shrink:0;stroke:currentColor;stroke-width:2;fill:none}.note-link{color:#d97706;text-decoration:none;font-weight:600;transition:all .2s ease;display:inline-block;margin-top:8px}.note-link:hover{color:#b45309;text-decoration:underline}.recently-visited-section{padding:40px 0;background:transparent}.section-heading{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:24px}.recently-visited-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.recently-visited-card{display:flex;flex-direction:column;gap:16px;padding:24px;background:transparent;border:2px dashed #cbd5e1;border-radius:12px;transition:all .3s ease}.recently-visited-card:hover{border-color:#1c64a5;background:#1c64a505}.recent-card-icon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#1c64a5,#2a76bb);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;align-self:flex-start}.recently-visited-card:hover .recent-card-icon{background:linear-gradient(135deg,#2a76bb,#1c64a5);transform:scale(1.05)}.recent-card-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.5}.recent-card-content{flex:1}.recent-card-title{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:8px;line-height:1.4}.recent-card-price{font-size:20px;font-weight:700;color:#1c64a5;margin-bottom:8px}.btn-buy-now{width:100%;padding:12px 20px;background:linear-gradient(135deg,#299b36,#22c55e);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease;margin-top:auto}.btn-buy-now:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #299b3666;background:linear-gradient(135deg,#22c55e,#16a34a)}@media(max-width:991.98px){.product-summary-card{position:static;margin-top:24px}.product-card-wrapper .row>div{margin-bottom:24px}.product-details-section{padding:30px 0}.product-pricing-card,.product-config-card,.product-summary-card{padding:20px}}@media(max-width:767.98px){.product-title-section{padding:20px 0}.product-main-title{font-size:24px;line-height:1.3}.product-details-section{padding:24px 0}.product-card-wrapper{margin-bottom:24px}.product-pricing-card,.product-config-card,.product-summary-card{padding:18px;border-radius:12px}.pricing-section-title,.config-section-title{font-size:16px;margin-bottom:16px;padding-bottom:12px}.pricing-options{gap:10px}.pricing-option-card{padding:14px}.pricing-years{font-size:15px}.price-current{font-size:22px}.price-period{font-size:13px}.config-options{gap:16px;margin-bottom:20px}.config-option-item{gap:6px}.config-label{font-size:13px}.config-value,.config-select{font-size:14px;padding:9px 12px}.config-toggle-group{gap:6px}.config-toggle-btn{padding:9px 14px;font-size:13px}.config-details{margin-top:20px;padding-top:20px;gap:10px}.config-detail-item{font-size:13px}.summary-brand-logo{margin-bottom:20px}.brand-logo-image{max-width:140px}.summary-details{gap:12px;margin-bottom:20px;padding-bottom:20px}.summary-item{font-size:14px}.summary-value{font-size:15px}.summary-item.savings .summary-value,.summary-item.total .summary-label{font-size:16px}.summary-item.total .summary-value{font-size:24px}.btn-add-to-cart{padding:12px 20px;font-size:15px;margin-bottom:16px}.hacker-protection-checkbox{font-size:12px;gap:10px}.important-note-banner{flex-direction:row;gap:14px;padding:18px 20px;margin-top:24px}.note-icon{width:28px;height:28px;min-width:28px;margin-top:0}.note-icon svg{width:16px;height:16px}.note-content{font-size:14px;line-height:1.6}.note-content strong{font-size:15px;margin-bottom:6px}}@media(max-width:575.98px){.product-page-main{padding-bottom:40px}.product-title-section{padding:16px 0}.product-main-title{font-size:20px}.product-details-section{padding:20px 0}.product-card-wrapper{margin-bottom:20px}.product-pricing-card,.product-config-card,.product-summary-card{padding:16px;border-radius:10px}.pricing-section-title,.config-section-title{font-size:15px;margin-bottom:14px;padding-bottom:10px}.pricing-options{gap:8px}.pricing-option-card{padding:12px}.pricing-option-header{margin-bottom:10px;flex-wrap:wrap;gap:8px}.pricing-years{font-size:14px}.pricing-badge{font-size:10px;padding:3px 8px}.pricing-option-price{margin-bottom:6px;flex-wrap:wrap}.price-current{font-size:20px}.price-period,.price-old{font-size:12px}.config-options{gap:14px;margin-bottom:18px}.config-option-item{gap:6px}.config-label{font-size:12px;flex-wrap:wrap}.config-help-icon{width:14px;height:14px;margin-left:4px}.config-value,.config-select{font-size:13px;padding:8px 10px}.quantity-selector{border-radius:6px}.quantity-btn{width:36px;height:36px;min-width:36px;min-height:36px}.quantity-input{padding:8px 10px;font-size:14px}.config-toggle-group{gap:6px}.config-toggle-btn{padding:8px 12px;font-size:12px}.config-details{margin-top:18px;padding-top:18px;gap:8px}.config-detail-item{font-size:12px;flex-wrap:wrap;gap:4px}.config-details-link{font-size:13px;margin-top:12px}.summary-brand-logo{margin-bottom:16px}.brand-logo-image{max-width:120px}.summary-details{gap:10px;margin-bottom:16px;padding-bottom:16px}.summary-item{font-size:13px;flex-wrap:wrap}.summary-label{font-size:13px}.summary-value{font-size:14px}.summary-item.savings .summary-value{font-size:15px}.summary-item.total{padding-top:10px;margin-top:2px}.summary-item.total .summary-label{font-size:15px}.summary-item.total .summary-value{font-size:22px}.btn-add-to-cart{padding:12px 18px;font-size:14px;margin-bottom:14px;border-radius:10px}.btn-add-to-cart svg{width:18px;height:18px}.hacker-protection-checkbox{font-size:11px;gap:8px;line-height:1.5}.checkbox-custom{width:18px;height:18px;margin-top:2px}.recently-visited-grid{grid-template-columns:1fr;gap:16px}.recently-visited-card{padding:18px}.recent-card-icon{width:40px;height:40px}.recent-card-icon svg{width:20px;height:20px}.recent-card-title{font-size:13px}.recent-card-price{font-size:17px}.btn-buy-now{padding:10px 16px;font-size:12px}.important-note-banner{padding:16px;margin-top:20px;border-radius:10px}.note-title-with-icon{font-size:15px;gap:6px}.note-icon-inline{width:18px;height:18px}.note-content{font-size:13px;line-height:1.6}.note-content strong{font-size:14px;margin-bottom:6px}.note-link{margin-top:6px;display:inline-block}.recently-visited-section{padding:30px 0}.section-heading{font-size:18px;margin-bottom:20px}.recently-visited-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.recently-visited-card{padding:20px}.recent-card-icon{width:44px;height:44px}.recent-card-icon svg{width:22px;height:22px}.recent-card-title{font-size:14px}.recent-card-price{font-size:18px}.btn-buy-now{padding:10px 18px;font-size:13px}.payment-methods-section{padding:40px 0}.payment-methods-grid{gap:12px}.payment-method-image{height:24px}.payment-method-text{font-size:12px;padding:8px 12px}}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.scroll-animate-delay-1{transition-delay:.1s}.scroll-animate-delay-2{transition-delay:.2s}.scroll-animate-delay-3{transition-delay:.3s}.scroll-animate-delay-4{transition-delay:.4s}.scroll-fade{opacity:0;transition:opacity .8s ease-out}.scroll-fade.animate-in{opacity:1}.scroll-slide-left{opacity:0;transform:translate(-30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-slide-left.animate-in{opacity:1;transform:translate(0)}.scroll-slide-right{opacity:0;transform:translate(30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-slide-right.animate-in{opacity:1;transform:translate(0)}.scroll-scale{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-scale.animate-in{opacity:1;transform:scale(1)}@media(max-width:375px){.product-main-title{font-size:18px}.product-pricing-card,.product-config-card,.product-summary-card{padding:14px}.pricing-option-card{padding:10px}.price-current{font-size:18px}.btn-add-to-cart{padding:10px 16px;font-size:13px}.summary-item.total .summary-value{font-size:20px}}.san-domains-wrapper{display:flex;flex-direction:column;gap:12px}.san-domains-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.san-domain-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.san-domain-item:hover{border-color:#1c64a5;background:#f1f5f9}.san-domain-name{font-size:14px;color:#1e293b;font-weight:500;flex:1}.btn-remove-san{width:24px;height:24px;padding:0;border:none;background:transparent;color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.btn-remove-san:hover{background:#fee2e2;color:#dc2626}.btn-remove-san svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.5}.san-domain-input-group{display:flex;gap:8px}.san-domain-input{flex:1;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;transition:all .2s ease}.san-domain-input:focus{outline:none;border-color:#1c64a5;box-shadow:0 0 0 3px #1c64a51a}.btn-add-san-domain{width:40px;height:40px;padding:0;border:none;background:linear-gradient(135deg,#1c64a5,#2a76bb);color:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.btn-add-san-domain:hover{background:linear-gradient(135deg,#2a76bb,#1c64a5);transform:scale(1.05)}.btn-add-san-domain:active{transform:scale(.95)}.btn-add-san-domain svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.5}.san-domain-info{font-size:12px;color:#64748b;text-align:center;padding:8px;background:#1c64a50d;border-radius:6px}.san-count{font-weight:700;color:#1c64a5}.vendor-info-section{padding:60px 0;background:transparent}.vendor-about-header{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:48px;padding:40px;background:transparent;border:2px dashed #cbd5e1;border-radius:12px}.vendor-logo-main{max-width:200px;height:auto;filter:brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(2000%) hue-rotate(195deg) brightness(.9) contrast(1.1)}.vendor-about-content{width:100%;text-align:center}.vendor-about-description{font-size:16px;color:#475569;line-height:1.8;margin:0 0 16px}.vendor-about-description:last-child{margin-bottom:0}.vendor-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.vendor-stat-card{background:linear-gradient(135deg,#fff,#f0f9ff);border:2px solid #e0f2fe;border-radius:16px;padding:28px 24px;display:flex;align-items:center;gap:20px;transition:all .3s ease;position:relative;overflow:hidden}.vendor-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1c64a5,#4ade80,#1c64a5);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.vendor-stat-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #1c64a526;border-color:#1c64a5}.stat-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#1c64a5,#2a76bb);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #1c64a540}.stat-icon-wrapper svg{width:28px;height:28px;stroke:currentColor;stroke-width:2.5}.stat-content{flex:1}.stat-number{font-size:28px;font-weight:800;color:#1e293b;line-height:1.2;margin-bottom:4px;background:linear-gradient(135deg,#1c64a5,#2a76bb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:13px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.vendor-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.vendor-highlight-item{background:linear-gradient(135deg,#ffffffe6,#f0f9ffe6);border:2px solid #e0f2fe;border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:16px;position:relative;overflow:hidden;opacity:0;transform:translate(-20px);transition:opacity .6s ease-out,transform .6s ease-out}.vendor-highlight-item.is-visible{opacity:1;transform:translate(0)}.vendor-highlight-item:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.vendor-highlight-item:hover:after{left:100%}.vendor-highlight-item:hover{transform:translate(4px);border-color:#1c64a5;box-shadow:0 8px 24px #1c64a51f}.highlight-icon{width:48px;height:48px;background:linear-gradient(135deg,#1c64a5,#2a76bb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #1c64a533}.highlight-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.5}.highlight-text{flex:1;display:flex;flex-direction:column;gap:6px}.highlight-text strong{font-size:16px;font-weight:700;color:#1e293b;line-height:1.3}.highlight-text span{font-size:14px;color:#64748b;line-height:1.5}.pros-cons-section{padding:60px 0;background:transparent}.pros-cons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.pros-cons-column{background:transparent;border:2px dashed #cbd5e1;border-radius:12px;padding:32px;transition:all .3s ease;position:relative;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out,all .3s ease}.pros-cons-column.animate-in{opacity:1;transform:translateY(0)}.pros-cons-column:first-child{transition-delay:.1s}.pros-cons-column:last-child{transition-delay:.2s}.pros-cons-column:first-child:hover{border-color:#10b981;background:#10b98105}.pros-cons-column:last-child:hover{border-color:#f59e0b;background:#f59e0b05}.pros-cons-header-modern{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px dashed #cbd5e1}.header-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#1c64a5;color:#fff;border:2px dashed rgba(255,255,255,.3)}.pros-icon-bg{background:#10b981;border-color:#ffffff4d}.cons-icon-bg{background:#f59e0b;border-color:#ffffff4d}.header-icon-wrapper svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.5}.pros-cons-title-modern{font-size:24px;font-weight:700;color:#1e293b;margin:0}.pros-cons-items-modern{display:flex;flex-direction:column;gap:20px}.pros-cons-item-modern{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px dashed #e2e8f0;transition:all .3s ease;position:relative}.pros-cons-item-modern:last-child{border-bottom:none}.pros-cons-item-modern:hover{padding-left:8px}.item-icon-wrapper{width:36px;height:36px;background:transparent;border:2px dashed #10b981;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#10b981;flex-shrink:0;transition:all .3s ease}.pros-cons-item-modern:hover .item-icon-wrapper{background:#10b981;color:#fff;border-color:#10b981}.item-icon-wrapper.cons-icon{border-color:#f59e0b;color:#f59e0b}.pros-cons-item-modern:hover .item-icon-wrapper.cons-icon{background:#f59e0b;color:#fff;border-color:#f59e0b}.item-icon-wrapper svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.5}.item-content{flex:1;display:flex;flex-direction:column;gap:4px}.item-title{font-size:15px;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:4px}.item-description{font-size:13px;color:#64748b;line-height:1.6}@media(max-width:767.98px){.vendor-about-header{padding:32px 24px;gap:20px}.vendor-logo-main{max-width:160px}.vendor-about-description{font-size:15px}.vendor-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.vendor-stat-card{padding:20px 16px;flex-direction:column;text-align:center;gap:12px}.stat-icon-wrapper{width:48px;height:48px}.stat-icon-wrapper svg{width:24px;height:24px}.stat-number{font-size:24px}.stat-label{font-size:12px}.vendor-highlights{grid-template-columns:1fr;gap:16px}.vendor-highlight-item{padding:20px}.highlight-icon{width:40px;height:40px}.highlight-icon svg{width:20px;height:20px}.pros-cons-grid{grid-template-columns:1fr;gap:24px}.pros-cons-column{padding:24px 20px}.pros-cons-header-modern{margin-bottom:24px;padding-bottom:20px;gap:12px}.header-icon-wrapper{width:40px;height:40px}.header-icon-wrapper svg{width:20px;height:20px}.pros-cons-title-modern{font-size:20px}.pros-cons-items-modern{gap:0}.pros-cons-item-modern{padding:14px 0;gap:12px}.item-icon-wrapper{width:32px;height:32px}.item-icon-wrapper svg{width:16px;height:16px}.item-title{font-size:14px}.item-description{font-size:12px}}@media(max-width:575.98px){.vendor-about-header{padding:24px 20px;gap:20px}.vendor-logo-main{max-width:140px}.vendor-about-description{font-size:14px}.vendor-stats-grid{grid-template-columns:1fr}.vendor-stat-card{flex-direction:row;text-align:left}.stat-number{font-size:22px}.vendor-highlight-item{padding:18px}.highlight-text strong{font-size:15px}.highlight-text span{font-size:13px}.pros-cons-column{padding:20px 16px}.pros-cons-header-modern{margin-bottom:20px;padding-bottom:16px;gap:10px}.header-icon-wrapper{width:36px;height:36px}.header-icon-wrapper svg{width:18px;height:18px}.pros-cons-title-modern{font-size:18px}.pros-cons-item-modern{padding:12px 0;gap:10px}.item-icon-wrapper{width:28px;height:28px}.item-icon-wrapper svg{width:14px;height:14px}.item-title{font-size:13px}.item-description{font-size:11px}}@media(max-width:767.98px){.vendor-info-card{padding:28px 24px}.vendor-header{flex-direction:column;text-align:center;gap:16px}.vendor-logo{max-width:140px}.vendor-title{font-size:24px}.vendor-description{font-size:15px}.pros-cons-card{padding:24px 20px}.pros-cons-title{font-size:20px}.pros-cons-item{font-size:14px;gap:10px}}@media(max-width:575.98px){.san-domain-input-group{flex-direction:column}.btn-add-san-domain{width:100%;height:40px}.vendor-info-card{padding:24px 20px}.vendor-title{font-size:20px}.vendor-description{font-size:14px}.pros-cons-card{padding:20px 16px}.pros-cons-header{margin-bottom:20px;padding-bottom:16px}.pros-cons-title{font-size:18px}.pros-cons-list{gap:12px}.pros-cons-item{font-size:13px}}.overview-page-main{background:#edf2ff;min-height:100vh;padding-bottom:60px}.brand-header-section{padding:40px 0 60px;background:transparent}.brand-header-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.brand-header-text{flex:1;text-align:left}.brand-header-logo{max-width:200px;height:auto;flex-shrink:0;filter:brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(2000%) hue-rotate(195deg) brightness(.9) contrast(1.1)}.brand-header-title{font-size:42px;font-weight:800;color:#1e293b;margin-bottom:16px;text-align:left}@media(min-width:768px){.brand-header-title{font-size:52px}}.brand-header-subtitle{font-size:18px;color:#64748b;margin:0;text-align:left}@media(max-width:767.98px){.brand-header-section{padding:30px 0 40px}.brand-header-content{flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}.brand-header-text{width:100%;text-align:center}.brand-header-logo{max-width:150px;order:-1}.brand-header-title{font-size:28px;margin-bottom:8px;text-align:center}.brand-header-subtitle{font-size:14px;text-align:center}}@media(max-width:575.98px){.brand-header-section{padding:24px 0 32px}.brand-header-content{gap:16px}.brand-header-logo{max-width:120px}.brand-header-title{font-size:22px;margin-bottom:6px}.brand-header-subtitle{font-size:13px}}.products-grid-section{padding:0 0 60px}.product-categories{display:flex;flex-wrap:nowrap;gap:12px;margin-bottom:40px;padding-bottom:24px;border-bottom:2px solid rgba(28,100,165,.1);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(28,100,165,.3) transparent}.product-categories::-webkit-scrollbar{height:6px}.product-categories::-webkit-scrollbar-track{background:transparent}.product-categories::-webkit-scrollbar-thumb{background:#1c64a54d;border-radius:3px}.product-categories::-webkit-scrollbar-thumb:hover{background:#1c64a580}.category-tab{padding:12px 24px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;position:relative;overflow:hidden}.category-tab:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1c64a5,#4ade80);transform:scaleX(0);transition:transform .3s ease}.category-tab:hover{border-color:#1c64a5;color:#1c64a5;background:#1c64a50d;transform:translateY(-2px);box-shadow:0 4px 12px #1c64a526}.category-tab.active{background:linear-gradient(135deg,#1c64a51a,#4ade800d);border-color:#1c64a5;color:#1c64a5;box-shadow:0 4px 16px #1c64a533}.category-tab.active:before{transform:scaleX(1)}.category-count{background:#1c64a51a;color:#1c64a5;font-size:12px;font-weight:700;padding:4px 8px;border-radius:12px;min-width:24px;text-align:center}.category-tab.active .category-count{background:#1c64a5;color:#fff}.no-products-message{grid-column:1/-1;text-align:center;padding:60px 20px;color:#64748b;font-size:18px}@media(max-width:575.98px){.product-categories{gap:8px;margin-bottom:30px;padding-bottom:20px;padding-right:16px}.category-tab{padding:10px 16px;font-size:13px;flex-shrink:0;white-space:nowrap}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;max-width:1400px;margin:0 auto}@media(min-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991.98px){.products-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:575.98px){.products-grid{grid-template-columns:1fr;gap:20px}}.product-card{background:radial-gradient(circle at top,#fff,#e0f2fe 70%);border:1px solid #cbd5f5;border-radius:16px;padding:0;box-shadow:0 4px 16px #0f172a14;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column;height:100%;opacity:0;transform:translateY(20px)}.product-card.is-visible{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0f172a26;border-color:#1c64a5}.product-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;border-bottom:1px solid rgba(28,100,165,.1);position:relative}.product-card-brand{height:24px;width:auto;filter:brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(2000%) hue-rotate(195deg) brightness(.9) contrast(1.1);opacity:.8}.product-discount-badge{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;font-size:12px;font-weight:700;padding:6px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #4ade804d}.product-card-body{padding:20px 24px;flex:1;display:flex;flex-direction:column}.product-card-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:20px;line-height:1.4;min-height:50px}.product-card-pricing{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(28,100,165,.1)}.product-price-original{font-size:14px;color:#94a3b8;text-decoration:line-through;margin-bottom:6px}.product-price-discounted{font-size:28px;font-weight:800;color:#1c64a5;line-height:1.2}.product-features-list{list-style:none;padding:0;margin:0;flex:1}.product-feature-item{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:14px;color:#475569;transition:color .2s ease}.product-feature-item:hover{color:#1c64a5}.feature-check-icon{width:18px;height:18px;color:#299b36;flex-shrink:0;stroke:currentColor;stroke-width:2.5}.product-card-footer{padding:20px 24px;border-top:1px solid rgba(28,100,165,.1);background:#ffffff80}.btn-product-buy{width:100%;padding:12px 24px;background:linear-gradient(135deg,#299b36,#22c55e);border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 16px #299b364d}.btn-product-buy:hover{transform:translateY(-2px);box-shadow:0 6px 20px #299b3666;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.btn-product-buy:active{transform:translateY(0)}.blog-overview-main .blog-main-title{font-size:1.75rem;font-weight:700;color:#1e293b;letter-spacing:-.02em}.blog-filter-bar{background:linear-gradient(135deg,#1c64a5,#1a5a94);border-radius:12px;padding:1rem 1.5rem;box-shadow:0 4px 20px #1c64a540}.blog-filter-bar-inner{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;gap:1rem;min-height:48px}.blog-search-wrapper{flex:1 1 240px;min-width:200px;display:flex;align-items:stretch;background:#fffffffa;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #00000014;border:1px solid rgba(255,255,255,.5)}.blog-search-wrapper .blog-search-icon{display:none}.blog-search-input{flex:1;border:none;padding:0 1rem;font-size:.95rem;color:#1e293b;background:transparent;font-family:inherit;min-height:48px}.blog-search-input::placeholder{color:#94a3b8}.blog-search-input:focus{outline:none}.blog-search-btn{flex-shrink:0;width:48px;min-height:48px;border:none;background:#1c64a5;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.blog-search-btn:hover{background:#155a8a}.blog-search-btn svg{width:18px;height:18px;stroke-width:2.5}.blog-filter-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;flex-shrink:0}.filter-dropdown-wrapper{display:flex;align-items:center;gap:.5rem}.filter-label{display:none}.filter-icon{width:14px;height:14px;stroke-width:2.5;color:#fffffff2}.custom-select{position:relative;min-width:160px}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:0 1rem;font-size:.9rem;font-weight:500;color:#1e293b;background:#fffffffa;border:1px solid rgba(226,232,240,.9);border-radius:10px;cursor:pointer;font-family:inherit;box-shadow:0 2px 8px #0000000f;transition:border-color .2s ease,box-shadow .2s ease}.custom-select-trigger:hover{border-color:#1c64a54d}.custom-select.is-open .custom-select-trigger{border-color:#1c64a5;box-shadow:0 0 0 3px #1c64a526}.custom-select-chevron{width:16px;height:16px;stroke-width:2.5;color:#475569;flex-shrink:0;margin-left:.5rem;transition:transform .2s ease}.custom-select.is-open .custom-select-chevron{transform:rotate(180deg);color:#1c64a5}.custom-select-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:100%;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:10px;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;z-index:100;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.custom-select.is-open .custom-select-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.custom-select-option{padding:10px 14px;font-size:.9rem;font-weight:500;color:#475569;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:2px}.custom-select-option:last-child{margin-bottom:0}.custom-select-option:hover{background:linear-gradient(90deg,#1c64a51a,#4ade800d);color:#1c64a5}.custom-select-option.is-selected{background:linear-gradient(90deg,#1c64a51f,#4ade800f);color:#1c64a5}@media(max-width:767.98px){.blog-filter-bar{padding:.875rem 1rem}.blog-filter-bar-inner{flex-direction:column;align-items:stretch;gap:.75rem;min-height:unset}.blog-search-wrapper{min-width:100%;flex:none;height:48px;align-items:center}.blog-search-input{min-height:unset;height:100%}.blog-search-btn{min-height:unset;height:100%;width:44px}.blog-filter-controls{justify-content:flex-start;flex-direction:row;align-items:center;gap:.75rem}.filter-dropdown-wrapper{flex:1;min-width:0}.filter-label{display:none}.custom-select{min-width:0;width:100%}.custom-select-trigger{min-height:44px;padding:0 .75rem;font-size:.85rem}}.blog-grid{display:flex;flex-direction:column;gap:2rem}.blog-cards-row{--bs-gutter-x: 1.75rem;--bs-gutter-y: 1.75rem}.blog-featured-wrap{width:100%}.blog-card-featured{display:grid;grid-template-columns:1fr;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0f172a1f,0 4px 20px #1c64a514;border:1px solid rgba(226,232,240,.8);transition:transform .3s ease,box-shadow .3s ease}.blog-card-featured:hover{transform:translateY(-4px);box-shadow:0 30px 70px #0f172a26,0 8px 30px #1c64a51f}.blog-card-featured-image{display:block;position:relative;min-height:280px}.blog-card-featured-img-wrap{position:absolute;inset:0;overflow:hidden}.blog-card-featured-img-wrap .blog-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.blog-card-featured:hover .blog-card-img{transform:scale(1.04)}.blog-card-featured-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(15,23,42,.5) 0%,rgba(28,100,165,.2) 50%,transparent 70%);pointer-events:none}.blog-card-featured-body{padding:2rem;display:flex;flex-direction:column;justify-content:center}.blog-card-featured-body .blog-card-badge{align-self:flex-start;margin-bottom:1rem;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;font-size:.7rem;font-weight:700;padding:6px 14px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 4px 12px #4ade8059}.blog-card-featured-title{font-size:1.75rem;font-weight:800;line-height:1.3;margin:0 0 1rem;letter-spacing:-.02em}.blog-card-featured-title a{color:#1e293b;text-decoration:none;transition:color .2s ease}.blog-card-featured-title a:hover{color:#1c64a5}.blog-card-featured-excerpt{font-size:1.05rem;color:#64748b;line-height:1.65;margin:0 0 1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-featured-meta{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#94a3b8;margin-bottom:1.5rem}.blog-meta-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#1c64a5);flex-shrink:0}.blog-btn-featured{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#1c64a5,#155a8a);border-radius:12px;text-decoration:none;box-shadow:0 6px 20px #1c64a559;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;align-self:flex-start}.blog-btn-featured:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #1c64a566;background:linear-gradient(135deg,#155a8a,#124a73)}.blog-btn-featured svg{width:18px;height:18px;stroke-width:2.5}@media(min-width:992px){.blog-card-featured{grid-template-columns:1fr 1fr}.blog-card-featured-image{min-height:360px}.blog-card-featured-body{padding:2.5rem 3rem}.blog-card-featured-title{font-size:2rem}}.blog-card-standard{position:relative;display:flex;flex-direction:column;height:100%;background:radial-gradient(circle at top,#fff,#f8fafc);border-radius:16px;overflow:visible;box-shadow:0 4px 24px #0f172a14;border:1px solid rgba(226,232,240,.9);border-left:4px solid transparent;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease}.blog-card-standard:hover{transform:translateY(-8px);box-shadow:0 20px 50px #1c64a524;border-left-color:#1c64a5}.blog-card-badge{position:absolute;top:12px;left:12px;z-index:2;font-size:.7rem;font-weight:700;padding:5px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.blog-card-badge-tutorial{background:linear-gradient(135deg,#38bdf8,#1c64a5);color:#fff;box-shadow:0 3px 10px #1c64a54d}.blog-card-badge-security{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;box-shadow:0 3px 10px #4ade804d}.blog-card-badge-checklist{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 3px 10px #f59e0b4d}.blog-card-badge-automation{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 3px 10px #8b5cf64d}.blog-card-badge-news{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;box-shadow:0 3px 10px #06b6d44d}.blog-card-standard .blog-card-image-link{display:block;overflow:hidden;flex-shrink:0}.blog-card-standard .blog-card-image-wrap{aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:12px 12px 0 0}.blog-card-standard .blog-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.blog-card-standard:hover .blog-card-img{transform:scale(1.06)}.blog-card-standard .blog-card-body{flex:1;display:flex;flex-direction:column;padding:1.5rem 1.5rem 1.25rem}.blog-card-standard .blog-card-title{font-size:1.125rem;font-weight:700;line-height:1.4;margin:0 0 .75rem}.blog-card-standard .blog-card-title a{color:#1e293b;text-decoration:none}.blog-card-standard .blog-card-title a:hover{color:#1c64a5}.blog-card-standard .blog-card-excerpt{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-standard .blog-card-meta{font-size:.8125rem;color:#94a3b8;margin-bottom:1rem}.blog-card-read-more{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#fff;text-decoration:none;background:linear-gradient(135deg,#1c64a5,#155a8a);border:1px solid rgba(28,100,165,.85);border-radius:12px;padding:.65rem 1rem;margin-top:auto;width:fit-content;box-shadow:0 6px 18px #1c64a547;transition:transform .2s ease,gap .25s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.blog-card-read-more:hover{color:#fff;gap:.65rem;transform:translateY(-2px);box-shadow:0 10px 24px #1c64a55c;background:linear-gradient(135deg,#155a8a,#124a73)}.read-more-icon{width:14px;height:14px;stroke-width:2.5;transition:transform .25s ease}.blog-card-read-more:hover .read-more-icon{transform:translate(3px)}.blog-overview-main{background:radial-gradient(circle at top right,rgba(56,189,248,.1),transparent 38%),radial-gradient(circle at top left,rgba(74,222,128,.08),transparent 30%)}.blog-overview-main .container{max-width:1220px}.blog-header-section{display:flex;flex-direction:column;gap:.7rem;max-width:860px}.blog-header-eyebrow{display:inline-flex;width:fit-content;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(28,100,165,.25);background:#ffffffa6;color:#1c64a5;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.blog-overview-main .blog-main-title{font-size:clamp(2rem,2.6vw,2.75rem);line-height:1.15;margin:0}.blog-main-subtitle{color:#475569;font-size:1.02rem;line-height:1.65;max-width:760px}.blog-filter-bar{margin-top:.4rem}.blog-quick-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.blog-stat-item{padding:.95rem 1rem;border-radius:12px;border:1px solid rgba(28,100,165,.12);background:#ffffffb8;box-shadow:0 6px 18px #0f172a0d;display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.blog-stat-label{color:#64748b;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.blog-stat-value{color:#1e293b;font-size:1rem;font-weight:700}.blog-section-heading{display:flex;flex-direction:column;gap:.35rem}.blog-section-title{color:#0f172a;font-size:clamp(1.35rem,1.9vw,1.8rem);font-weight:800;letter-spacing:-.01em}.blog-section-subtitle{color:#64748b;font-size:.95rem}.blog-grid{gap:2.2rem}.blog-cards-row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 1.65rem}.blog-card-standard .blog-card-title{min-height:3.1rem}@media(max-width:991.98px){.blog-quick-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.blog-overview-main .container{padding-left:1rem;padding-right:1rem}.blog-main-subtitle{font-size:.95rem}.blog-quick-stats{grid-template-columns:1fr;gap:.7rem}.blog-stat-item{padding:.8rem .9rem}.blog-grid{gap:1.6rem}}.signup-body{margin:0;min-height:100vh;background:#edf2ff;color:#0f172a;font-family:Montserrat,sans-serif}.signup-page{display:flex;min-height:100vh}.signup-left{flex:0 0 58%;max-width:58%;background:#fff;padding:44px 56px 40px;overflow-y:auto;box-shadow:12px 0 45px #0f172a14;z-index:2}.signup-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:34px}.signup-logo img{width:160px;max-width:100%}.signup-logo span{font-size:13px;font-weight:700;color:#1c64a5;text-transform:lowercase;letter-spacing:.01em}.signup-header{margin-bottom:24px}.signup-title{margin:0 0 8px;font-size:clamp(1.8rem,3.5vw,2.25rem);line-height:1.15;font-weight:800;color:#111827}.signup-subtitle{margin:0;font-size:14px;color:#4b5563;max-width:700px;line-height:1.55}.signup-subtitle a{color:#1c64a5;font-weight:700;text-decoration:none}.signup-subtitle a:hover{color:#299b36}.signup-form{display:flex;flex-direction:column;gap:20px}.signup-block{background:linear-gradient(180deg,#f8fafcf5,#fff);border:1px solid rgba(148,163,184,.28);border-radius:16px;padding:18px}.signup-block-heading{margin-bottom:14px}.signup-block-heading h2{margin:0 0 4px;font-size:15px;font-weight:800;color:#1f2937}.signup-block-heading p{margin:0;color:#64748b;font-size:12px;line-height:1.5}.signup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.signup-field{display:flex;flex-direction:column;gap:6px}.signup-field span{font-size:12px;color:#334155;font-weight:700;letter-spacing:.01em}.signup-field input{width:100%;border-radius:10px;border:2px solid rgba(226,232,240,.95);background:#f8fafc;color:#0f172a;padding:11px 12px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.signup-field input::placeholder{color:#94a3b8}.signup-field input:focus{border-color:#1c64a5;background:#fff;box-shadow:0 0 0 3px #1c64a51f}.signup-field-full{grid-column:1/-1}.signup-password-wrap{position:relative}.signup-password-wrap input{padding-right:62px}.signup-pass-toggle{position:absolute;top:50%;right:9px;transform:translateY(-50%);border:none;background:transparent;color:#1c64a5;font-size:12px;font-weight:700;cursor:pointer;padding:5px 6px;border-radius:8px}.signup-pass-toggle:hover{background:#1c64a514}.signup-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#475569}.signup-check input[type=checkbox]{margin-top:3px;accent-color:#299b36}.signup-check a{color:#1c64a5;font-weight:600;text-decoration:none}.signup-check a:hover{color:#299b36}.signup-btn{width:100%;border:none;border-radius:12px;background:#1c64a5;color:#fff;padding:13px 20px;font-size:15px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.signup-btn:hover{background:#17558c;transform:translateY(-1px);box-shadow:0 10px 28px #1c64a54d}.signup-links{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:2px}.signup-links a{font-size:13px;color:#1c64a5;font-weight:700;text-decoration:none}.signup-links a:hover{color:#299b36}.signup-right{flex:1;position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 8% 10%,rgba(59,130,246,.35),transparent 36%),radial-gradient(circle at 90% 86%,rgba(45,212,191,.24),transparent 40%),linear-gradient(140deg,#0f2f52,#133f6c 42%,#194f36)}.signup-right-content{width:min(450px,100% - 40px);position:relative;z-index:2;margin-top:80px}.signup-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:6px 12px;border:1px solid rgba(74,222,128,.45);border-radius:999px;color:#d1fae5;background:#16a34a2e;font-size:12px;font-weight:700}.signup-badge span{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 10px #4ade80}.signup-right-content h2{margin:0 0 10px;color:#fff;font-size:clamp(1.8rem,2.3vw,2.25rem);line-height:1.2;font-weight:800}.signup-right-content>p{margin:0 0 20px;color:#ffffffc2;font-size:14px;line-height:1.6}.signup-right-cards{display:flex;flex-direction:column;gap:11px}.signup-right-cards article{border-radius:14px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;backdrop-filter:blur(8px);padding:14px 16px}.signup-right-cards h3{margin:0 0 4px;font-size:14px;color:#fff;font-weight:700}.signup-right-cards p{margin:0;font-size:12px;line-height:1.55;color:#ffffffad}.signup-blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.42;pointer-events:none}.signup-blob-one{width:260px;height:260px;background:#1c64a5;top:-60px;right:-40px}.signup-blob-two{width:220px;height:220px;background:#4ade80;left:-40px;bottom:-20px}.signup-blob-three{width:170px;height:170px;background:#2dd4bf;top:45%;left:58%;opacity:.22}@media(max-width:1199.98px){.signup-left{flex:0 0 64%;max-width:64%;padding:36px 34px}}@media(max-width:991.98px){.signup-page{flex-direction:column}.signup-left{max-width:100%;flex-basis:auto;box-shadow:none;padding:30px 20px}.signup-right{display:none}.signup-right-content{width:min(560px,100% - 40px)}}@media(max-width:767.98px){.signup-grid{grid-template-columns:1fr}.signup-links{flex-direction:column;align-items:flex-start;gap:8px}}.wssl-page{color:#0f172a;background:#edf2ff}.wssl-page .container{max-width:1140px}.wssl-hero-section{padding:48px 0 36px}.wssl-page h1,.wssl-page h2,.wssl-page .wssl-kicker{font-family:Montserrat,sans-serif}.wssl-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#15803d}.wssl-kicker--wildcard{text-transform:lowercase;letter-spacing:.18em;font-weight:700}.wssl-kicker:before{content:"";width:22px;height:2px;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a)}.wssl-headline{font-family:Montserrat,sans-serif;font-size:clamp(2rem,2.8vw + 1.15rem,3.35rem);font-weight:400;line-height:1.12;letter-spacing:-.02em;color:#0f172a;margin:0 0 16px;max-width:none}.wssl-intro{font-family:Inter,sans-serif;font-size:clamp(.98rem,.25vw + .94rem,1.06rem);line-height:1.72;color:#475569;margin:0 0 32px;max-width:none}.wssl-intro--tight{margin-top:-8px;margin-bottom:20px}.wssl-intro .wssl-chip{display:inline-flex;align-items:center;font-family:ui-monospace,Cascadia Code,Segoe UI Mono,Menlo,Consolas,monospace;font-size:.86em;font-weight:600;letter-spacing:-.02em;padding:5px 12px;margin:3px 2px;vertical-align:middle;border-radius:999px;background:linear-gradient(180deg,#f0f7ff,#e8f2fc);border:1px solid #b8d4ee;color:#0f4c75;box-shadow:0 1px #ffffffd9 inset;white-space:nowrap}.wssl-section-title{font-family:Montserrat,sans-serif;font-size:clamp(1.2rem,.5vw + 1.05rem,1.45rem);font-weight:700;color:#0f172a;margin:0 0 4px;line-height:1.3}.wssl-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#e2e8f0;border:1px solid #c5d8f0;border-radius:18px;overflow:hidden;box-shadow:0 1px #0f172a0a}.wssl-cell{position:relative;overflow:hidden;isolation:isolate;padding:clamp(22px,3.2vw,34px);text-align:left;background:#fff}.wssl-cell:before{content:"";position:absolute;top:0;right:0;width:min(82%,340px);height:min(62%,260px);pointer-events:none;z-index:0;opacity:.55;background:repeating-linear-gradient(0deg,transparent 0,transparent 15px,rgba(28,100,165,.1) 15px,rgba(28,100,165,.1) 16px),repeating-linear-gradient(90deg,transparent 0,transparent 15px,rgba(28,100,165,.1) 15px,rgba(28,100,165,.1) 16px);-webkit-mask-image:radial-gradient(ellipse 125% 110% at 100% 0%,#000 0%,rgba(0,0,0,.5) 54%,transparent 78%);mask-image:radial-gradient(ellipse 125% 110% at 100% 0%,#000 0%,rgba(0,0,0,.5) 54%,transparent 78%)}.wssl-cell:after{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at var(--ripple-x, 50%) var(--ripple-y, 50%),rgba(255,255,255,.55),rgba(187,247,208,.42) 18%,rgba(34,197,94,.24) 32%,transparent 55%);transform:scale(.2);opacity:0;transition:opacity .45s ease,transform .65s ease;pointer-events:none;z-index:0}.wssl-cell:hover:after{opacity:1;transform:scale(1)}.wssl-cell>*{position:relative;z-index:1}.wssl-cell--full{grid-column:1/-1}.wssl-cell__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.wssl-cell__index{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:800;color:#16a34a;letter-spacing:.04em;line-height:1}.wssl-cell__icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(145deg,#e7f1ff,#f0f7ff);border:1px solid #cfe0f5;color:#1c64a5}.wssl-cell__icon svg{width:19px;height:19px;stroke-width:2.3}.wssl-cell__title{font-family:Montserrat,sans-serif;font-size:clamp(1.05rem,.35vw + .98rem,1.2rem);font-weight:700;line-height:1.25;margin:0 0 10px;color:#0f172a}.wssl-cell__body{font-family:Inter,sans-serif;font-size:.96rem;line-height:1.65;color:#475569;margin:0 0 16px}.wssl-cell__tags{font-family:Inter,sans-serif;font-size:.82rem;line-height:1.5;color:#64748b;margin:0;font-weight:500}.wssl-pricing-region{padding:28px 0 56px;border-top:1px solid #e2e8f0;background:#fff}.wssl-pricing-placeholder{border:1px dashed #c4d7f0;border-radius:16px;padding:48px 24px;text-align:center;font-family:Inter,sans-serif;font-size:.98rem;color:#64748b;background:linear-gradient(180deg,#fafcff,#f4f8fc)}.wssl-pricing-placeholder strong{display:block;font-family:Montserrat,sans-serif;color:#0f4c75;margin-bottom:8px;font-size:1.05rem}@media(max-width:767.98px){.wssl-matrix{grid-template-columns:1fr}.wssl-cell--full{grid-column:auto}.wssl-headline{max-width:none}}
