*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--red:#c0392b;--white:#fff;--grey:#f7f7f7;--red-glow:#c0392b26;--red-soft:#c0392b14;--text-secondary:#fff9;--text-tertiary:#fff6;--border:#ffffff14;--border-hover:#ffffff26;--font-head:"Montserrat",sans-serif;--font-body:Georgia,"Times New Roman",serif;--ease:cubic-bezier(.16,1,.3,1);--ease-out:cubic-bezier(.33,1,.68,1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);background:var(--black);color:var(--white);max-width:100vw;line-height:1.7;overflow-x:hidden}section{scroll-margin-top:88px}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}[data-animate]{opacity:0;transition:opacity .8s var(--ease),transform .8s var(--ease)}[data-animate=fade-up]{transform:translateY(40px)}[data-animate=fade-in]{transform:none}[data-animate=slide-right]{transform:translate(-40px)}[data-animate].is-visible{opacity:1;transform:none}.section-label{font-family:var(--font-head);letter-spacing:.15em;text-transform:uppercase;color:var(--red);align-items:center;gap:8px;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--red);width:24px;height:1px}.section-title{font-family:var(--font-head);letter-spacing:-.02em;max-width:700px;margin-bottom:1.25rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--text-secondary);max-width:600px;font-size:1.1rem;line-height:1.8}.btn{font-family:var(--font-head);transition:all .3s var(--ease);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-size:.9rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--red);color:var(--white);box-shadow:0 4px 20px #c0392b4d}.btn--primary:hover{background:#d44637;transform:translateY(-2px);box-shadow:0 8px 30px #c0392b66}.btn--outline{color:var(--white);border:1.5px solid var(--border-hover);background:0 0}.btn--outline:hover{border-color:var(--red);color:var(--red)}.btn--lg{padding:18px 40px;font-size:1rem}.nav{z-index:100;transition:all .4s var(--ease);padding:16px 0;position:fixed;top:0;left:0;right:0}.nav.is-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0d0d0deb;padding:10px 0}.nav__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 32px;display:flex}.nav__logo{font-family:var(--font-head);align-items:center;gap:10px;font-size:1.1rem;font-weight:700;display:flex}.nav__links{gap:32px;display:flex}.nav__link--mobile-cta{display:none}.nav__link{font-family:var(--font-head);color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:color .3s}.nav__link:hover{color:var(--white)}.nav__cta{font-family:var(--font-head);border:1.5px solid var(--red);color:var(--red);border-radius:5px;padding:10px 24px;font-size:.8rem;font-weight:600;transition:all .3s}.nav__cta:hover{background:var(--red);color:var(--white)}.nav__mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav__mobile-toggle span{background:var(--white);width:22px;height:2px;transition:all .3s}.hero{justify-content:center;align-items:center;min-height:100svh;padding:120px 32px 80px;display:flex;position:relative;overflow:clip hidden}.hero__bg{z-index:0;background:radial-gradient(circle at 50% 35%,#c0392b2e,transparent 36%), linear-gradient(180deg,#151515 0%,var(--black) 72%);position:absolute;inset:0}.hero__bg-overlay{background:linear-gradient(#0d0d0d33 0%,#0d0d0deb 100%);position:absolute;inset:0}.hero__grid-lines{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;animation:20s linear infinite gridDrift;position:absolute;inset:0}@keyframes gridDrift{to{background-position:60px 60px}}.hero__content{z-index:1;text-align:center;max-width:900px;position:relative}.hero__headline{font-family:var(--font-head);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.2rem,5.5vw,4rem);font-weight:900;line-height:1.1}.hero__headline-accent{background:linear-gradient(135deg,var(--red),#e74c3c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__sub{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.hero__cta-group{flex-direction:column;align-items:center;gap:12px;margin-bottom:3.5rem;display:flex}.hero__cta-note{color:var(--text-tertiary);font-size:.8rem}.hero__stats{border:1px solid var(--border);background:#ffffff05;border-radius:12px;justify-content:center;align-items:center;gap:32px;padding:24px 40px;display:flex}.hero__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.hero__stat-number{font-family:var(--font-head);align-items:baseline;font-size:1.5rem;font-weight:800;display:flex}.hero__stat-unit{margin-left:2px;font-size:.9rem;font-weight:600}.hero__stat-label{color:var(--text-tertiary);font-size:.72rem;font-family:var(--font-head);text-transform:uppercase;letter-spacing:.08em}.hero__stat-divider{background:var(--border);width:1px;height:40px}.problem{padding:120px 32px;position:relative}.problem__container{max-width:1200px;margin:0 auto}.problem__header{margin-bottom:64px}.problem__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px;display:grid}.problem__card{border:1px solid var(--border);transition:all .4s var(--ease);background:#ffffff05;border-radius:12px;padding:36px 32px;position:relative;overflow:hidden}.problem__card:before{content:"";background:linear-gradient(90deg,transparent,var(--red),transparent);opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.problem__card:hover{border-color:#c0392b4d;transform:translateY(-4px)}.problem__card:hover:before{opacity:1}.problem__card-icon{margin-bottom:20px}.problem__card-title{font-family:var(--font-head);margin-bottom:12px;font-size:1.15rem;font-weight:700}.problem__card-text{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem;line-height:1.7}.problem__card-risk{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.problem__risk-tag{font-family:var(--font-head);letter-spacing:.1em;border-radius:4px;padding:4px 12px;font-size:.65rem;font-weight:700}.problem__risk-tag--red{color:var(--red);background:#c0392b26}.problem__risk-cost{color:var(--text-tertiary);font-size:.8rem;font-style:italic}.problem__bottom{text-align:center}.problem__bottom-text{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.15rem;line-height:1.8}.product{background:linear-gradient(180deg,var(--black),#111,var(--black));padding:120px 32px}.product__container{max-width:1200px;margin:0 auto}.product__header{margin-bottom:72px}.product__showcase{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.product__feature-list{flex-direction:column;gap:0;display:flex}.product__feature{border-bottom:1px solid var(--border);gap:24px;padding:32px 0;display:flex}.product__feature:first-child{padding-top:0}.product__feature:last-child{border-bottom:none}.product__feature-marker{flex-direction:column;align-items:center;gap:8px;padding-top:4px;display:flex}.product__feature-number{font-family:var(--font-head);color:var(--red);letter-spacing:.05em;font-size:.7rem;font-weight:700}.product__feature-line{background:var(--border);flex:1;width:1px;min-height:20px}.product__feature-content{flex:1}.product__feature-title{font-family:var(--font-head);margin-bottom:8px;font-size:1.05rem;font-weight:700}.product__feature-text{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.product__feature-preview{margin-top:16px}.product__score-demo{border:1px solid var(--border);background:#ffffff08;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;display:flex}.product__score-bar{background:#ffffff1a;border-radius:3px;flex:1;height:6px;overflow:hidden}.product__score-fill{background:linear-gradient(90deg,#27ae60,#f1c40f,var(--red));width:0;height:100%;transition:width 1.5s var(--ease);border-radius:3px}.product__score-fill.is-active{width:72%}.product__score-value{font-family:var(--font-head);white-space:nowrap;font-size:.8rem;font-weight:700}.product__score-label{font-family:var(--font-head);letter-spacing:.08em;border-radius:3px;padding:3px 8px;font-size:.6rem;font-weight:700}.product__score-label--red{color:var(--red);background:#c0392b26}.product__traffic-demo{flex-direction:column;gap:8px;margin-top:16px;display:flex}.product__traffic-item{font-size:.82rem;font-family:var(--font-head);border-radius:6px;align-items:center;gap:10px;padding:10px 14px;font-weight:500;display:flex}.product__traffic-item span:last-child{min-width:0}.product__traffic-item--red{color:#ffffffd9;background:#c0392b14}.product__traffic-item--yellow{color:#ffffffd9;background:#f1c40f14}.product__traffic-item--green{color:#ffffffd9;background:#27ae6014}.product__traffic-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.product__traffic-item--red .product__traffic-dot{background:#c0392b}.product__traffic-item--yellow .product__traffic-dot{background:#f1c40f}.product__traffic-item--green .product__traffic-dot{background:#27ae60}.product__visual{position:sticky;top:120px}.report-card{border:1px solid var(--border-hover);background:linear-gradient(#ffffff0f,#ffffff06);border-radius:10px;padding:28px;box-shadow:0 24px 80px #00000059}.report-card__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.report-card__eyebrow{font-family:var(--font-head);letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);font-size:.72rem;font-weight:700}.report-card__risk{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--red);border-radius:4px;padding:5px 10px;font-size:.68rem;font-weight:800}.report-card__score{align-items:baseline;gap:12px;margin-bottom:28px;display:flex}.report-card__score-value{font-family:var(--font-head);color:var(--red);font-size:4rem;font-weight:900;line-height:1}.report-card__score-label{font-family:var(--font-head);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.report-card__section{border-top:1px solid var(--border);padding:18px 0}.report-card__section:last-child{padding-bottom:0}.report-card__section p{color:#ffffffc7;font-size:.96rem;line-height:1.65}.report-card__label{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:6px;font-size:.68rem;font-weight:800;display:block}.report-card__section--fix{background:#27ae600f;border:1px solid #27ae6038;border-radius:8px;margin-top:6px;padding:18px}.pricing{padding:120px 32px;position:relative}.pricing__container{max-width:1200px;margin:0 auto}.pricing__header{text-align:center;margin-bottom:72px}.pricing__header .section-title{max-width:800px;margin-left:auto;margin-right:auto}.pricing__header .section-subtitle{margin-left:auto;margin-right:auto}.pricing__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.pricing__card{border:1px solid var(--border);transition:all .4s var(--ease);background:#ffffff05;border-radius:14px;flex-direction:column;padding:36px 28px;display:flex;position:relative}.pricing__card:hover{border-color:var(--border-hover);transform:translateY(-4px)}.pricing__card--featured{background:#c0392b0d;border-color:#c0392b66;box-shadow:0 8px 40px #c0392b1a}.pricing__card--featured:hover{border-color:var(--red)}.pricing__card-badge{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;background:var(--red);white-space:nowrap;border-radius:100px;padding:4px 16px;font-size:.65rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing__card-header{margin-bottom:24px}.pricing__card-name{font-family:var(--font-head);margin-bottom:6px;font-size:1.2rem;font-weight:700}.pricing__card-desc{color:var(--text-tertiary);font-size:.85rem;line-height:1.5}.pricing__card-price{align-items:baseline;gap:2px;margin-bottom:28px;display:flex}.pricing__price-currency{font-family:var(--font-head);color:var(--text-secondary);align-self:flex-start;margin-top:6px;font-size:1.2rem;font-weight:600}.pricing__price-amount{font-family:var(--font-head);font-size:3rem;font-weight:900;line-height:1}.pricing__price-period{color:var(--text-tertiary);margin-left:4px;font-size:.85rem}.pricing__card-features{flex-direction:column;flex:1;gap:12px;margin-bottom:28px;display:flex}.pricing__card-features li{color:var(--text-secondary);align-items:center;gap:10px;font-size:.88rem;display:flex}.pricing__card-features li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='%23c0392b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");flex-shrink:0;width:16px;height:16px}.pricing__card .btn{justify-content:center;width:100%;margin-top:auto}.final-cta{text-align:center;padding:120px 32px;position:relative;overflow:clip hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#c0392b14,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-cta__container{max-width:700px;margin:0 auto;position:relative}.final-cta__title{font-family:var(--font-head);margin-bottom:1.25rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.final-cta__text{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.footer{border-top:1px solid var(--border);padding:64px 32px 32px}.footer__container{max-width:1200px;margin:0 auto}.footer__top{justify-content:space-between;gap:64px;margin-bottom:48px;display:flex}.footer__brand{max-width:320px}.footer__brand-desc{color:var(--text-tertiary);margin-top:16px;font-size:.9rem;line-height:1.6}.footer__links{gap:64px;display:flex}.footer__link-group{flex-direction:column;gap:10px;display:flex}.footer__link-title{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:4px;font-size:.75rem;font-weight:700}.footer__link{color:var(--text-secondary);font-size:.88rem;transition:color .3s}.footer__link:hover{color:var(--white)}.footer__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;display:flex}.footer__disclaimer{color:var(--text-tertiary);max-width:500px;font-size:.78rem;font-style:italic}.footer__copyright{color:var(--text-tertiary);font-size:.78rem}@media (width<=1024px){.nav__inner{padding:0 24px}.hero{padding:112px 24px 72px}.problem,.product,.pricing,.final-cta{padding:96px 24px}.pricing__grid{grid-template-columns:repeat(2,1fr)}.product__showcase{grid-template-columns:1fr}.product__visual{max-width:520px;margin:0 auto;position:static}.footer{padding-left:24px;padding-right:24px}}@media (width<=768px){html{font-size:15px}body{line-height:1.65;overflow-x:hidden}section{scroll-margin-top:72px}.section-label{letter-spacing:.12em;margin-bottom:.75rem;font-size:.68rem}.section-label:before{width:18px}.section-title{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.5rem,6.5vw,2.1rem)}.section-subtitle{font-size:.95rem;line-height:1.65}.btn{justify-content:center;width:100%;min-height:50px;padding:14px 20px;font-size:.88rem}.btn--lg{padding:16px 22px;font-size:.92rem}.nav{padding:10px 0}.nav.is-scrolled{padding:8px 0}.nav__inner{padding:0 16px}.nav__logo{gap:8px;font-size:.95rem}.nav__logo-icon{width:22px;height:22px}.nav__links,.nav__cta{display:none}.nav__mobile-toggle{display:flex}.nav__links.is-open{-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);background:#0d0d0dfa;border-radius:12px;flex-direction:column;gap:2px;padding:12px;display:flex;position:absolute;top:100%;left:12px;right:12px;box-shadow:0 24px 64px #0000008c}.nav__links.is-open .nav__link{color:#ffffffd1;border-radius:8px;align-items:center;min-height:48px;padding:0 14px;font-size:.9rem;display:flex}.nav__links.is-open .nav__link:active{background:#ffffff0f}.nav__link--mobile-cta{background:var(--red);border-radius:8px;justify-content:center;min-height:48px;margin-top:6px;font-weight:700;color:var(--white)!important;display:flex!important}.hero{min-height:auto;padding:100px 16px 56px}.hero__bg{background:radial-gradient(circle at 50% 30%,#c0392b1f,transparent 50%), linear-gradient(180deg,#151515 0%,var(--black) 72%)}.hero__grid-lines{opacity:.6;background-size:40px 40px}.hero__content{max-width:100%}.hero__headline{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:clamp(1.75rem,8vw,2.6rem);line-height:1.08}.hero__headline br{display:none}.hero__sub{margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.hero__sub-br{display:none}.hero__cta-group{margin-bottom:2rem}.hero__cta-note{font-size:.75rem}.hero__stats{border-radius:10px;flex-direction:row;justify-content:space-between;gap:0;width:100%;padding:16px 12px}.hero__stat{flex:1;align-items:center;gap:3px}.hero__stat-number{font-size:1.15rem}.hero__stat-unit{font-size:.75rem}.hero__stat-label{text-align:center;letter-spacing:.06em;font-size:.58rem;line-height:1.3}.hero__stat-divider{flex-shrink:0;width:1px;height:32px;margin:0 4px}.hero__scroll-indicator{display:none}.problem,.product,.pricing,.final-cta{padding:64px 16px}.problem__header,.product__header,.pricing__header{margin-bottom:36px}.problem__grid{grid-template-columns:1fr;gap:14px;margin-bottom:36px}.problem__card{border-radius:10px;padding:24px 20px}.problem__card:hover{transform:none}.problem__card-icon svg{width:28px;height:28px}.problem__card-title{margin-bottom:10px;font-size:1.05rem}.problem__card-text{margin-bottom:16px;font-size:.88rem;line-height:1.65}.problem__card-risk{gap:8px}.problem__risk-tag{padding:3px 10px;font-size:.6rem}.problem__risk-cost{font-size:.75rem}.problem__bottom-text{font-size:1rem;line-height:1.7}.product__showcase{gap:36px}.product__feature{gap:14px;padding:22px 0}.product__feature-marker{min-width:24px}.product__feature-number{font-size:.65rem}.product__feature-title{margin-bottom:6px;font-size:1rem}.product__feature-text{font-size:.88rem;line-height:1.65}.product__score-demo{flex-wrap:wrap;gap:8px;padding:10px 12px;display:flex}.product__score-bar{flex-basis:100%;order:-1}.product__score-value{font-size:.78rem}.product__score-label{padding:3px 8px;font-size:.58rem}.product__traffic-item{align-items:flex-start;padding:8px 12px;font-size:.78rem;line-height:1.45}.product__traffic-dot{margin-top:4px}.product__visual{max-width:100%}.report-card{border-radius:10px;padding:22px 18px}.report-card__header{flex-wrap:wrap;gap:8px;margin-bottom:20px}.report-card__eyebrow{font-size:.68rem}.report-card__risk{padding:4px 8px;font-size:.62rem}.report-card__score{margin-bottom:22px}.report-card__score-value{font-size:3rem}.report-card__score-label{font-size:.72rem}.report-card__section{padding:14px 0}.report-card__section p{font-size:.9rem;line-height:1.6}.report-card__label{margin-bottom:4px;font-size:.64rem}.report-card__section--fix{border-radius:6px;padding:14px}.pricing__grid{grid-template-columns:1fr;gap:16px;max-width:400px;margin:0 auto}.pricing__card{border-radius:12px;padding:28px 20px}.pricing__card:hover{transform:none}.pricing__card--featured{margin:0}.pricing__card-badge{padding:4px 14px;font-size:.6rem;top:-11px}.pricing__card-name{font-size:1.1rem}.pricing__card-desc{font-size:.82rem}.pricing__price-amount{font-size:2.5rem}.pricing__price-currency{font-size:1rem}.pricing__price-period{font-size:.8rem}.pricing__card-features{gap:10px;margin-bottom:24px}.pricing__card-features li{gap:8px;font-size:.84rem}.pricing__card-features li:before{background-size:14px;width:14px;height:14px}.final-cta{padding:56px 16px}.final-cta:before{width:320px;height:320px}.final-cta__title{font-size:clamp(1.3rem,5.5vw,1.8rem);line-height:1.25}.final-cta__text{margin-bottom:2rem;font-size:.95rem;line-height:1.65}.footer{padding:48px 16px 24px}.footer__top{flex-direction:column;gap:36px;margin-bottom:36px}.footer__brand{max-width:100%}.footer__brand-desc{margin-top:12px;font-size:.85rem}.footer__links{grid-template-columns:1fr 1fr;gap:28px;display:grid}.footer__link-group{gap:8px}.footer__link-title{margin-bottom:2px;font-size:.7rem}.footer__link{align-items:center;min-height:36px;font-size:.84rem;display:flex}.footer__bottom{text-align:center;flex-direction:column;gap:8px;padding-top:20px}.footer__disclaimer{max-width:100%;font-size:.72rem}.footer__copyright{font-size:.72rem}}@media (width<=480px){.hero{padding:92px 14px 48px}.hero__headline{font-size:clamp(1.6rem,7.5vw,2.2rem)}.hero__stats{padding:14px 8px}.hero__stat-number{font-size:1.05rem}.hero__stat-label{font-size:.54rem}.hero__stat-divider{margin:0 2px}.problem,.product,.pricing,.final-cta{padding:56px 14px}.problem__card{padding:22px 16px}.product__feature{display:block}.product__feature-marker{flex-direction:row;align-items:center;gap:10px;margin-bottom:8px}.product__feature-line{flex:none;width:24px;height:1px;min-height:0}.report-card{padding:18px 14px}.report-card__header{display:block}.report-card__risk{margin-top:8px;display:inline-flex}.report-card__score-value{font-size:2.6rem}.pricing__grid{max-width:none}.pricing__card{padding:24px 16px}.pricing__price-amount{font-size:2.2rem}.footer__links{grid-template-columns:1fr;gap:24px}.final-cta__title{font-size:clamp(1.2rem,5vw,1.6rem)}}@media (width<=360px){html{font-size:14px}.hero{padding:88px 12px 44px}.hero__headline{font-size:1.5rem}.hero__stats{border-radius:8px;padding:12px 6px}.hero__stat-number{font-size:.95rem}.hero__stat-label{font-size:.5rem}.nav__inner{padding:0 12px}.problem,.product,.pricing,.final-cta{padding:48px 12px}.pricing__card{padding:20px 14px}.footer{padding:40px 12px 20px}}@media (hover:none){.btn--primary:hover,.problem__card:hover,.pricing__card:hover{transform:none}.btn--primary:active{transform:scale(.98)}.problem__card:active{border-color:#c0392b4d}.pricing__card:active{border-color:var(--border-hover)}}
