#home{background-color:rgb(var(--clr-primary));padding-block:6rem 0;overflow:clip;position:relative}#home>.shell{position:relative;height:clamp(700px,85dvh,800px)}@media screen and (max-width: 900px){#home>.shell{height:60vh}}@media screen and (max-width: 750px){#home>.shell{height:50vh}}#home .text__wrapper,#home h1,#home .btn,#home{z-index:1}#home h1{max-width:23ch}#home .text__wrapper{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:2rem;min-height:100%;padding-bottom:calc(6rem + 26vh)}#home .image__wrapper,#home .image__wrapper:after{position:absolute;text-align:center}#home .image__wrapper{bottom:0;left:50%;translate:-50% 0;width:calc(var(--shell-width) - var(--body-padding) * 2);max-width:calc(100vw - calc(var(--body-padding) * 2));transform-origin:bottom;scale:1.4}@media screen and (min-width: 600px){#home .image__wrapper{scale:1.2}}@media screen and (min-width: 900px){#home .image__wrapper{scale:1}}.header__title{color:rgb(var(--clr-white));font-weight:var(--fw-bold)}.header__title>span{background:white;background:linear-gradient(to bottom,rgb(238,191,187) 10%,rgb(255,255,255) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0px 8px 7px rgb(0,0,0,.175)}#tool__list .tools__wrapper{display:grid;gap:2rem;grid-template-columns:1fr}@media screen and (min-width: 600px){#tool__list .tools__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 900px){#tool__list .tools__wrapper{grid-template-columns:repeat(3,1fr)}}#tool__list .tool__item>a{display:grid;grid-template-columns:4rem auto;grid-template-rows:auto;align-items:center;column-gap:.5em;padding:1rem;background-color:rgb(var(--clr-white));border:2px solid rgb(var(--clr-border-grey));border-radius:var(--border-radius);height:100%;transition:var(--transition-default)}#tool__list .tool__item>a>p,#tool__list .tool__item>a>span{grid-column:span 2}@media screen and (min-width: 600px){#tool__list .tool__item>a>p,#tool__list .tool__item>a>span{grid-column:2/3}}#tool__list .tool__item>a .title{font-size:1.375rem}#tool__list .tool__item>a span{justify-self:end;color:rgb(var(--clr-text));font-size:1.5em}#tool__list .tool__item>a>p{color:rgb(var(--clr-text));margin-top:.5em}@media screen and (min-width: 600px){#tool__list .tool__item>a:hover,#tool__list .tool__item>a:focus,#tool__list .tool__item>a:focus-visible{background-color:rgb(var(--clr-grey-light));border-color:rgba(var(--clr-primary),.3)}}#section-pricing{padding-block:6rem;background-color:rgb(var(--clr-orange-light))}#section-pricing .plan__item{flex:1 1 0;background-color:rgb(var(--clr-pricing-bg));border:2px solid rgba(var(--clr-primary-light),.5)}
