﻿.top-bar{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;column-gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;background-color:#d48c70;color:#fff;text-align:center}@media(min-width: 576px){.top-bar{column-gap:1rem;font-size:1rem;font-weight:400}}.top-bar a{color:#fff;text-decoration:underline}.top-bar a:hover{color:#f0f0f0;text-decoration:none}button,input[type=button],input[type=reset],input[type=submit]{transition:color .2s ease}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#b57055}button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{color:#888;background-color:#f0f0f0}.btn{border:none;font-weight:700;transition:background-color .3s ease,color .3s ease;cursor:pointer}.btn:disabled{cursor:default}.btn-demo{display:inline-flex;align-items:center;column-gap:.75rem;background:none;color:#1a1a1a}.btn-demo .icon-play{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.5rem;line-height:1;background-color:#f0f0f0;color:#d48c70;transition:background-color .3s ease,color .3s ease}.btn-demo:hover .icon-play{background-color:#b57055;color:#fff}.btn-primary,.btn-secondary{border-radius:.25rem;padding:.75rem 2rem}.btn-primary:not(:disabled):hover,.btn-secondary:not(:disabled):hover{text-decoration:none;color:#fff}.btn-primary{display:inline-block;background-color:#d48c70;color:#fff}.btn-primary:not(:disabled):hover{background-color:#b57055}.btn-secondary{border:.125rem solid #1a1a1a;background-color:#fff}.btn-secondary:not(:disabled):hover{background-color:#1a1a1a}.modal{display:none;position:fixed;inset:0;align-items:center;justify-content:center;width:100%;height:100%;z-index:1000;background-color:rgba(0,0,0,.8)}.modal.show{display:flex}.modal-content{position:relative;display:flex;flex-direction:column;max-height:100%;max-width:100%}.modal-content video{width:100%}.modal-close{display:inline-block;align-self:end;font-size:2rem;font-weight:700;line-height:1;color:#ccc;cursor:pointer}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2rem;padding:2rem 1rem;min-height:70svh;text-align:center;color:#4a4a4a}.hero h1,.hero-text{max-width:768px}.hero h1{margin-bottom:0;color:#1a1a1a}@media(min-width: 1200px){.hero h1{font-size:2.5rem}}.hero-text{text-wrap:balance}.hero-actions{display:flex;flex-direction:column;align-items:center;row-gap:1.5rem}.hero-actions a{font-weight:700}.hero-actions .trial{margin-bottom:.25rem}.stats{text-align:center;background-color:#263238;color:#fff}.stats h3{color:#ccc}.stat-grid{display:grid;grid-template-columns:1fr;margin-bottom:2rem}@media(min-width: 576px){.stat-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.stat-grid{grid-template-columns:repeat(3, 1fr)}}.stat-item{padding:2rem 1rem}.stat-item:not(:last-child){border-color:hsla(0,0%,100%,.15);border-width:.0625rem;border-bottom-style:solid}@media(min-width: 576px){.stat-item:nth-child(5){border-bottom-style:none}.stat-item:nth-child(odd){border-right-style:solid}}@media(min-width: 768px){.stat-item{padding-right:2rem;padding-left:2rem}}@media(min-width: 992px){.stat-item{border-right-style:solid;padding-right:2.5rem;padding-left:2.5rem}.stat-item:nth-child(3),.stat-item:last-child{border-right-style:none}.stat-item:nth-child(4){border-bottom-style:none}}.stat-number{margin-bottom:.75rem;font-family:Merriweather,serif;font-size:2.5rem;font-weight:900;line-height:1;color:#d48c70}.stat-label{color:#ccc;text-wrap:balance}.feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.feature-grid{grid-template-columns:repeat(2, 1fr)}}.feature-card{padding:2rem}@media(min-width: 992px){.feature-card{padding:2.5rem}}.feature-card:nth-of-type(1){background-color:rgba(212,140,112,.07)}.feature-card:nth-of-type(2){background-color:rgba(212,140,112,.14)}.feature-card:nth-of-type(3){background-color:rgba(212,140,112,.21)}.feature-card:nth-of-type(4){background-color:rgba(212,140,112,.28)}.feature-card h3{margin-bottom:1.25rem;font-size:1.5rem;text-align:center}.feature-card ul{list-style-position:inside;color:#666}.feature-card ul li:not(:last-child){margin-bottom:.75rem}.benefits{background-color:#f0f4f8}.benefit-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width: 768px){.benefit-grid{grid-template-columns:repeat(2, 1fr)}}.benefit-item{position:relative;padding-left:2rem;color:#666}@media(min-width: 768px){.benefit-item:last-child{grid-column:1/-1;justify-self:center}}.benefit-item::before{position:absolute;top:.25rem;left:0;font-size:1.5rem;font-weight:900;line-height:1;color:#d48c70;content:"✓"}.benefit-item strong{display:block;margin-bottom:.5rem;font-family:Merriweather,serif;font-size:1.5rem;line-height:1.5;text-wrap:balance;color:#1a1a1a}.benefit-solution{justify-self:center;padding:2rem;border:.0625rem solid hsla(0,0%,100%,.15);border-top:.25rem solid #d48c70;border-radius:.5rem;max-width:768px;box-shadow:0 .125rem .625rem rgba(0,0,0,.05);background-color:#fff;color:#4a4a4a;text-align:center}@media(min-width: 992px){.benefit-solution{padding:2.5rem}}.benefit-solution h3{margin-bottom:1.25rem;color:#d48c70}.benefit-solution-end{font-weight:700;color:#d48c70}.cta{text-align:center}.cta h2{margin-bottom:3rem;font-size:2rem}.cta .btn{margin-bottom:1rem}
