.nowrap{white-space:nowrap}.get-started-page{background:var(--color-white)}.get-started-hero{display:none}.get-started-hero__container{max-width:1400px;margin:0 auto}.get-started-hero__breadcrumb{font-family:var(--font-sans);font-size:12px;color:hsla(0,0%,100%,.8);margin:0}.get-started-hero__breadcrumb a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s ease}.get-started-hero__breadcrumb a:hover{color:var(--color-white)}.products-section{padding:100px 80px 120px;background:var(--color-white)}.products-section__container{max-width:1100px;margin:0 auto}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:hsla(0,0%,100%,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(51,54,17,.1);transition:all .3s ease;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(51,54,17,.15);border-color:rgba(51,54,17,.2)}.product-card--core{background:rgba(51,54,17,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:var(--color-white);border-color:hsla(0,0%,100%,.1)}.product-card--core:hover{border-color:hsla(0,0%,100%,.2)}.product-card__image-container{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--color-cream)}.product-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-card__image-placeholder{width:100%;height:100%;background:hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;position:relative}.product-card__image-placeholder--core{background:hsla(0,0%,100%,.05);border-bottom-color:hsla(0,0%,100%,.1)}.product-card__image-label{font-family:var(--font-sans),sans-serif;font-size:24px;font-weight:600;color:hsla(0,0%,100%,.3);text-transform:uppercase;letter-spacing:.1em}.product-card__content{padding:48px;display:flex;flex-direction:column;flex:1}.product-card__badge{font-family:var(--font-sans),sans-serif;font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-olive);margin-bottom:16px}.product-card__badge--core{color:hsla(0,0%,100%,.8)}.product-card__title{font-family:var(--font-serif),serif;font-size:32px;font-weight:400;line-height:1.3;color:var(--color-olive);margin:0 0 16px}.product-card--core .product-card__title{color:var(--color-white)}.product-card__description{font-family:var(--font-sans),sans-serif;font-size:16px;line-height:1.7;color:rgba(51,54,17,.7);margin:0 0 32px;flex:1}.product-card--core .product-card__description{color:hsla(0,0%,100%,.9)}.product-card__stats{display:flex;gap:24px;margin-bottom:32px;padding:24px 0;border-top:1px solid rgba(51,54,17,.1);border-bottom:1px solid rgba(51,54,17,.1)}.product-card--core .product-card__stats{border-top-color:hsla(0,0%,100%,.1);border-bottom-color:hsla(0,0%,100%,.1)}.product-card__stat{display:flex;flex-direction:column;flex:1}.product-card__stat-number{font-family:var(--font-mono),monospace;font-size:24px;font-weight:600;color:var(--color-olive);margin-bottom:4px}.product-card--core .product-card__stat-number{color:var(--color-white)}.product-card__stat-label{font-family:var(--font-sans),sans-serif;font-size:12px;color:rgba(51,54,17,.6);text-transform:uppercase;letter-spacing:.05em}.product-card--core .product-card__stat-label{color:hsla(0,0%,100%,.7)}.product-card__price-cta{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.product-card__price{font-family:var(--font-sans),sans-serif;font-size:16px;font-weight:400;color:rgba(51,54,17,.5);margin:0}.product-card--core .product-card__price{color:hsla(0,0%,100%,.6)}.product-card__cta{font-family:var(--font-sans),sans-serif;font-size:16px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:color .2s ease;margin:0}.product-card:hover .product-card__cta,.product-card__cta{color:var(--color-olive)}.product-card--core .product-card__cta,.product-card--core:hover .product-card__cta{color:var(--color-white)}@media (max-width:1023px){.get-started-hero{display:none}.products-section{padding:80px 32px}.products-grid{grid-template-columns:1fr;gap:48px}.product-card--core{order:-1}.product-card__content{padding:40px 32px}}@media (max-width:767px){.get-started-hero{display:none}.products-section{padding:80px 24px 60px}.products-grid{gap:32px}.product-card__content{padding:32px 24px}.product-card__title{font-size:28px}.product-card__stats{flex-direction:column;gap:16px}.product-card__stat{flex-direction:row;justify-content:space-between;align-items:center}}