@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --ink: #0b2146;
  --muted: #5d6d86;
  --blue: #4169e1;
  --blue-dark: #3157c8;
  --line: #dbe4f3;
  --paper: #f6f8fc;
  --white: #fff;
  font-family: "DM Sans", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; min-width: 320px; color: var(--ink); background: white; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #8fb0ff; outline-offset: 4px; }
::selection { color: var(--ink); background: #d6e2ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, "Segoe UI", sans-serif; }
.container { width: min(100% - 3rem, 1192px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -100px; padding: .85rem 1rem; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid #e6ebf4; background: rgba(255,255,255,.94); }
.header-inner { display: flex; align-items: center; min-height: 82px; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; flex: 0 0 auto; line-height: 1; }
.brand img { display: block; width: 40px; height: 40px; border-radius: 11px; object-fit: cover; }
.brand span { display: grid; gap: .24rem; }
.brand strong { font-family: Manrope, sans-serif; font-size: .99rem; font-weight: 800; letter-spacing: .105em; }
.brand small { color: #6880a2; font-size: .57rem; font-weight: 800; letter-spacing: .33em; }
.header-nav { display: flex; align-items: center; gap: clamp(1.15rem, 2.5vw, 2.6rem); margin-left: auto; }
.header-nav a { color: #51617a; font-size: .88rem; font-weight: 700; transition: color .2s ease; }
.header-nav a:hover { color: var(--blue); }
.header-action { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 43px; padding-inline: 1.1rem; border-radius: 9px; background: #eaf0ff; color: var(--blue-dark); font-size: .86rem; font-weight: 800; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.header-action:hover { background: #dbe6ff; transform: translateY(-2px); }
.header-action span { font-size: 1.15rem; font-weight: 500; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #f7f9ff 0%, #f0f5ff 62%, #eef4ff 100%); }
.hero::before { content: ""; position: absolute; right: -13rem; top: -22rem; width: 55rem; height: 55rem; border: 1px solid rgba(90,128,199,.14); border-radius: 50%; box-shadow: 0 0 0 6rem rgba(115,150,215,.055), 0 0 0 12rem rgba(115,150,215,.045); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(2rem, 4.5vw, 5rem); min-height: 690px; padding-block: 5.3rem 5.6rem; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: .6rem; color: var(--blue-dark); font-size: .73rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow-line { width: 25px; height: 2px; background: var(--blue); }
.hero h1 { margin: 1.3rem 0 1.45rem; font-size: clamp(3.3rem, 5.3vw, 5.2rem); line-height: 1.09; letter-spacing: -.066em; font-weight: 800; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 31rem; margin-bottom: 2rem; color: #526680; font-size: 1.14rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem 1.1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .72rem; min-height: 53px; padding: .85rem 1.32rem; border-radius: 10px; font-family: "DM Sans", sans-serif; font-size: .94rem; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(120deg, #4c73e9 0%, #3158d2 55%, #294dc5 100%); background-size: 165% 100%; background-position: left center; box-shadow: 0 13px 24px rgba(52,89,204,.19); transition: transform .28s cubic-bezier(.2,.7,.2,1), background-position .32s ease, box-shadow .32s ease; }
.cta-hover-zone { display: inline-flex; padding-block: 5px; margin-block: -5px; }
.cta-hover-zone:hover .button-primary, .cta-hover-zone:focus-within .button-primary { transform: translateY(-3px); background-position: right center; box-shadow: 0 16px 27px rgba(52,89,204,.25); }
.play-icon { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: .57rem; padding-left: 1px; }
.text-link, .section-link { display: inline-flex; align-items: center; gap: .55rem; min-height: 48px; color: #244794; font-size: .92rem; font-weight: 800; }
.text-link:hover, .section-link:hover { color: var(--blue); }
.text-link span, .section-link span { font-size: 1.15rem; }
.hero-caption { display: flex; align-items: center; gap: .6rem; margin-top: 2.3rem; color: #8090aa; font-size: .8rem; font-weight: 650; }
.caption-dot { width: 7px; height: 7px; border-radius: 50%; background: #3cb48b; box-shadow: 0 0 0 5px #def5e9; }

.hero-product { position: relative; min-width: 0; padding: 1.4rem 1.3rem 2.4rem 0; }
.product-halo { position: absolute; z-index: 0; top: -5%; right: 1%; width: 85%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(120,161,238,.25), rgba(120,161,238,0) 68%); pointer-events: none; }
.product-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid #d3def0; border-radius: 17px; background: white; box-shadow: 0 29px 70px rgba(28,61,122,.19), 0 6px 15px rgba(28,61,122,.06); transform: rotate(-1deg); }
.product-window-bar { display: flex; align-items: center; gap: .9rem; min-height: 39px; padding: 0 1rem; border-bottom: 1px solid #e6ecf5; color: #8191a7; background: #fcfdff; font-size: .65rem; font-weight: 800; letter-spacing: .11em; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c6d4e8; }.window-dots i:first-child { background: #efb4b4; }.window-dots i:nth-child(2) { background: #f1d29b; }.window-dots i:last-child { background: #a9d8bd; }
.product-window-bar small { margin-left: auto; color: #9aa9bc; font-size: .6rem; }
.product-window-body { padding: 1.5rem 1.6rem 1.2rem; }
.product-topline { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.mini-label { color: var(--blue); font-size: .63rem; font-weight: 800; letter-spacing: .14em; }
.product-top-link { color: #4a65b2; font-size: .69rem; font-weight: 800; }
.product-window-body h2 { margin: .42rem 0 .2rem; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.04em; }
.product-window-body > p { margin-bottom: 1.1rem; color: #8593aa; font-size: .75rem; }
.product-company { display: flex; align-items: center; gap: .8rem; min-height: 75px; padding: .8rem; border: 1px solid #d7e2f4; border-radius: 11px; background: #f7f9ff; }
.product-company-icon { display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 9px; color: var(--blue); background: #e3ecff; font-size: .73rem; font-weight: 800; }
.product-company > span:nth-child(2) { display: grid; gap: .16rem; min-width: 0; }.product-company small { color: #7d90ac; font-size: .57rem; font-weight: 800; letter-spacing: .1em; }.product-company strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; }.product-company em { color: #91a0b5; font-size: .62rem; font-style: normal; }
.product-chevron { margin-left: auto; color: #8a9cbb; font-size: 1.1rem; }
.product-section-head { display: flex; justify-content: space-between; align-items: center; margin: 1.1rem 0 .65rem; }.product-section-head strong { font-size: .79rem; }.product-section-head small { color: #8c9cb4; font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.product-cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.product-cert { display: flex; align-items: flex-start; gap: .55rem; min-height: 66px; padding: .7rem; border: 1px solid #d8e4f4; border-radius: 9px; background: #fdfefe; }
.fake-check { display: grid; place-items: center; flex: 0 0 auto; width: 18px; height: 18px; border-radius: 6px; color: white; background: var(--blue); font-size: .65rem; font-weight: 800; }
.product-cert > span:last-child { display: grid; gap: .2rem; min-width: 0; }.product-cert strong { font-size: .72rem; line-height: 1.25; }.product-cert small { color: #8393a8; font-size: .59rem; line-height: 1.35; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid #e5ebf4; color: #7889a4; font-size: .66rem; font-weight: 650; }.product-bottom > span:first-child { display: flex; align-items: center; gap: .4rem; }.product-bottom i { width: 9px; height: 9px; border: 1.5px solid #6d8be0; border-radius: 2px; }.fake-button { flex: 0 0 auto; padding: .55rem .7rem; border-radius: 7px; color: white; background: var(--blue); font-size: .63rem; font-weight: 800; }
.product-floating { position: absolute; z-index: 2; right: -1.5%; bottom: 0; display: flex; align-items: center; gap: .65rem; padding: .8rem 1rem; border: 1px solid #dae5f4; border-radius: 11px; background: white; box-shadow: 0 14px 27px rgba(32,67,125,.14); transform: rotate(4deg); }
.floating-symbol { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: #a36d00; background: #fff3d7; font-size: 1.3rem; }.product-floating > span:last-child { display: grid; gap: .18rem; }.product-floating small { color: #8391a9; font-size: .55rem; font-weight: 800; letter-spacing: .1em; }.product-floating strong { font-size: .72rem; }

.value-bar { border-top: 1px solid #e6edf8; border-bottom: 1px solid #e6edf8; background: white; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid > div { display: flex; align-items: center; gap: .9rem; min-height: 93px; padding: 1rem 1.5rem; border-right: 1px solid #e6edf8; }.value-grid > div:first-child { padding-left: 0; }.value-grid > div:last-child { border-right: 0; }
.value-grid span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--blue); background: #edf2ff; font-size: .68rem; font-weight: 800; }.value-grid strong { font-family: Manrope, sans-serif; font-size: .91rem; }

.section { padding-block: clamp(5rem, 8vw, 8rem); }
.section-kicker { display: inline-block; }
.section h2, .closing-section h2 { margin: .9rem 0 1.2rem; font-size: clamp(2.5rem, 4.1vw, 4rem); line-height: 1.16; letter-spacing: -.057em; font-weight: 800; }
.dashboard-section { background: #f5f7fc; }
.dashboard-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.section-copy > p { max-width: 28rem; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.check-list { display: grid; gap: .9rem; padding: 0; margin: 1.8rem 0 1.1rem; list-style: none; }.check-list li { display: flex; align-items: flex-start; gap: .75rem; color: #344763; font-size: .95rem; line-height: 1.5; font-weight: 650; }.check-list span { display: grid; place-items: center; flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; color: #2f7c60; background: #e2f5eb; font-size: .72rem; }
.section-link { margin-top: 1rem; }
.dashboard-art { position: relative; min-width: 0; padding: 2.6rem .7rem 1.7rem; border: 1px solid #e0e7f3; border-radius: 19px; background: radial-gradient(circle at 80% 10%, #e0eaff 0%, transparent 50%), #edf3ff; }
.art-label { position: absolute; top: 1.05rem; right: 1.45rem; color: #7488b1; font-size: .62rem; font-weight: 800; letter-spacing: .13em; }
.dashboard-surface { padding: 1.3rem; border: 1px solid #d9e3f3; border-radius: 14px; background: #fff; box-shadow: 0 20px 38px rgba(36,68,122,.1); }
.art-heading h3 { margin: .35rem 0 .18rem; font-size: 1.31rem; letter-spacing: -.04em; }.art-heading p { margin-bottom: 1rem; color: #8290a6; font-size: .7rem; }
.art-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }.art-stats > div { display: grid; gap: .3rem; padding: .85rem .65rem; border: 1px solid #dce5f2; border-left: 3px solid var(--blue); border-radius: 9px; }.art-stats > div:nth-child(2) { border-left-color: #159162; }.art-stats > div:nth-child(3) { border-left-color: #c08512; }.art-stats > div:nth-child(4) { border-left-color: #c84852; }.art-stats span { color: #61718d; font-size: .62rem; font-weight: 750; }.art-stats strong { color: var(--blue); font-size: 1.18rem; line-height: 1; }.art-stats > div:nth-child(2) strong { color: #16815b; }.art-stats > div:nth-child(3) strong { color: #aa7105; }.art-stats > div:nth-child(4) strong { color: #c24450; }
.art-details { display: grid; grid-template-columns: minmax(0,1fr) 135px; gap: .6rem; margin-top: .7rem; }
.art-company, .art-chart { overflow: hidden; border: 1px solid #e0e8f4; border-radius: 9px; }
.art-company-title { display: grid; gap: .17rem; padding: .7rem .8rem; background: #f7f9ff; }.art-company-title strong { font-size: .73rem; }.art-company-title small { color: #8592a6; font-size: .61rem; }
.art-certificate { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .48rem .8rem; border-top: 1px solid #edf1f7; font-size: .67rem; font-weight: 750; }
.badge { display: inline-block; padding: .23rem .45rem; border-radius: 5px; font-size: .58rem; white-space: nowrap; }.badge.valid { color: #237650; background: #e8f7ee; }.badge.warning { color: #926207; background: #fff3da; }.badge.expired { color: #a83846; background: #fff0f2; }
.art-chart { display: grid; align-content: start; gap: .33rem; padding: .72rem; }.art-chart > strong { font-size: .68rem; margin-bottom: .25rem; }.art-chart span { display: flex; justify-content: space-between; color: #7586a0; font-size: .58rem; }.art-chart span b { color: #354b6d; }.bar { display: block; height: 5px; margin-bottom: .38rem; border-radius: 4px; background: #edf1f7; }.bar::before { content: ""; display: block; height: 100%; border-radius: inherit; }.bar.green::before { width: 50%; background: #159162; }.bar.amber::before { width: 33%; background: #be8111; }.bar.red::before { width: 17%; background: #c84852; }

.certificates-section { background: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.6rem; }.section-heading > div { max-width: 650px; }.section-heading h2 { margin-bottom: 0; }.section-heading > p { max-width: 300px; margin: 0 0 .3rem; color: var(--muted); font-size: .99rem; line-height: 1.68; }
.certificate-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.certificate-card { position: relative; display: flex; align-items: flex-start; gap: 1.1rem; min-height: 177px; padding: 1.75rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }.certificate-card:hover { transform: translateY(-4px); border-color: #b9c9eb; box-shadow: 0 12px 28px rgba(23,58,120,.08); }
.cert-number { position: absolute; top: 1.45rem; right: 1.5rem; color: #a6b5cc; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.cert-glyph { display: grid; place-items: center; flex: 0 0 auto; width: 45px; height: 45px; border-radius: 11px; color: var(--blue); background: #eaf0ff; font-family: Manrope, sans-serif; font-size: 1.1rem; font-weight: 800; }.certificate-card:nth-child(2) .cert-glyph { color: #6f54af; background: #efeafb; }.certificate-card:nth-child(3) .cert-glyph { color: #27825e; background: #e7f5ed; }.certificate-card:nth-child(4) .cert-glyph { color: #a86b18; background: #fff2de; }
.certificate-card h3 { margin: .1rem 1.5rem .25rem 0; font-size: 1.13rem; line-height: 1.3; letter-spacing: -.03em; }.certificate-card p { margin: 0 0 .65rem; color: #60718b; font-size: .9rem; }.certificate-card small { color: #8190a6; font-size: .79rem; line-height: 1.5; }

.flow-section { background: #f5f7fc; }.flow-heading { margin-bottom: 2.7rem; }.flow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.15rem; }.flow-grid article { position: relative; padding: 1.45rem 1.1rem 1rem 0; border-top: 2px solid #bccdeb; }.flow-grid article::before { content: ""; position: absolute; top: -5px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }.flow-grid article > span { color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .12em; }.flow-grid h3 { margin: 1.1rem 0 .65rem; font-size: 1.15rem; letter-spacing: -.03em; }.flow-grid p { max-width: 320px; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.closing-section { background: #0c244a; color: white; }.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 2.3rem; padding-block: 4.8rem; }.closing-inner > div { max-width: 750px; }.closing-section .section-kicker { color: #a9c0f4; }.closing-section h2 { margin-bottom: .8rem; }.closing-section p { max-width: 620px; margin-bottom: 0; color: #b6c8e4; font-size: 1.05rem; line-height: 1.65; }.button-white { flex: 0 0 auto; color: #214291; background: white; }.button-white:hover { background: #eaf0ff; }
.site-footer { background: #071a39; color: #91a8c7; }.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; min-height: 118px; font-size: .8rem; }.footer-inner .brand { justify-self: start; color: white; }.footer-inner .brand img { width: 35px; height: 35px; }.footer-inner .brand small { color: #9aafd0; }.footer-inner p { margin: 0; text-align: center; }.footer-credit { display: grid; justify-self: end; gap: .2rem; padding-left: 1.1rem; border-left: 1px solid #304465; }.footer-credit > span { color: #8ea6ce; font-size: .59rem; font-weight: 800; letter-spacing: .14em; }.footer-credit strong { color: #fff; font-family: Manrope, sans-serif; font-size: .9rem; }.footer-credit small { color: #91a8c7; font-size: .7rem; }
.footer-inner .footer-mark { display: block; flex: 0 0 35px; width: 35px; height: 35px; overflow: hidden; border-radius: 9px; }.footer-inner .footer-mark img { display: block; width: 39px; height: 39px; max-width: none; margin: -2px; border-radius: 0; }

@media (max-width: 1050px) {
  .header-nav { display: none; }.header-action { margin-left: auto; }
  .hero-grid { gap: 2rem; }.hero h1 { font-size: clamp(3.1rem,5vw,4.6rem); }
  .dashboard-layout { gap: 2rem; }
}
@media (max-width: 870px) {
  .hero-grid, .dashboard-layout { grid-template-columns: 1fr; }
  .hero-grid { max-width: 700px; padding-block: 4.3rem 5rem; }
  .hero h1 { font-size: clamp(3.4rem,7vw,5rem); }
  .hero-product { max-width: 650px; width: 100%; margin: 0 auto; }
  .dashboard-layout { gap: 2.7rem; }.section-copy { max-width: 650px; }
  .dashboard-art { max-width: 730px; width: 100%; margin-inline: auto; }
  .section-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .section-heading > p { max-width: 600px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 2rem,1192px); }
  .header-inner { min-height: 70px; gap: .6rem; }.brand img { width: 34px; height: 34px; }.brand strong { font-size: .8rem; }.brand small { font-size: .49rem; }.header-action { min-height: 37px; padding-inline: .65rem; font-size: .71rem; }.header-action span { display: none; }
  .hero-grid { padding-block: 3.8rem 4.2rem; gap: 2.8rem; }.hero h1 { font-size: clamp(3rem,11vw,4.3rem); }.hero-copy > p { font-size: 1.04rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button, .hero-actions .text-link { justify-content: center; }.hero-actions .cta-hover-zone .button { width: 100%; }.hero-caption { margin-top: 1.4rem; }
  .hero-product { padding: .7rem .1rem 1.8rem; }.product-window { transform: none; }.product-window-body { padding: 1rem; }.product-window-body h2 { font-size: 1.23rem; }.product-window-body > p { font-size: .68rem; }.product-company strong { font-size: .72rem; }
  .product-cert-grid { gap: .35rem; }.product-cert { min-height: 64px; padding: .5rem; gap: .4rem; }.product-cert strong { font-size: .66rem; }.product-cert small { font-size: .54rem; }.fake-check { width: 16px; height: 16px; }.product-bottom { font-size: .58rem; }.fake-button { font-size: .56rem; }
  .product-floating { right: -.25rem; bottom: .2rem; padding: .55rem .7rem; }.floating-symbol { width: 27px; height: 27px; }.product-floating strong { font-size: .62rem; }
  .value-grid { grid-template-columns: 1fr; }.value-grid > div { min-height: 60px; padding: .5rem 0; border-right: 0; border-bottom: 1px solid #e8eef6; }.value-grid > div:last-child { border-bottom: 0; }
  .section { padding-block: 4.7rem; }.section h2, .closing-section h2 { font-size: clamp(2.2rem,8.5vw,3.2rem); }
  .dashboard-art { padding: 2.5rem .55rem .7rem; }.dashboard-surface { padding: .75rem; }.art-stats { grid-template-columns: repeat(2,1fr); }.art-details { grid-template-columns: 1fr; }.art-chart { grid-template-columns: 1fr auto; align-items: center; }.art-chart > strong { grid-column: 1 / -1; }.art-chart .bar { display: none; }
  .certificate-grid, .flow-grid { grid-template-columns: 1fr; }.certificate-card { min-height: 150px; padding: 1.45rem; }.flow-grid { gap: 1.8rem; }.flow-grid article { padding-right: 0; }
  .closing-inner { align-items: flex-start; flex-direction: column; padding-block: 4rem; }.closing-inner .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; gap: 1rem; padding-block: 1.8rem; }.footer-inner p { text-align: left; }.footer-credit { justify-self: start; padding: .9rem 0 0; border-left: 0; border-top: 1px solid #304465; width: 100%; }
}
@media (max-width: 390px) {
  .header-action { font-size: .62rem; }.brand strong { font-size: .7rem; }
  .product-cert-grid { grid-template-columns: 1fr; }.product-cert { min-height: 43px; }.product-window-body > p { margin-bottom: .7rem; }.product-cert small { display: none; }.product-bottom > span:first-child { display: none; }.product-bottom { justify-content: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
