.hero{--hero-bg-color: white;--title-size-desktop: 8rem;--title-size-tablet: 4rem;--title-size-mobile: 3.2rem;--title-weight: 800;--title-color: var(--app-secondary);--title-hightlight: var(--app-primary);--subtitle-size-mobile: 1.4rem;--subtitle-size-tablet: 1.6rem;padding:10rem 0 0;background:var(--bg-color)}.hero .tags{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.hero .title{font-size:var(--title-size-mobile);font-weight:var(--title-weight);line-height:1.1;color:var(--title-color);margin:var(--margin-l) auto;text-align:center}.hero .title span.highlight{color:var(--app-primary)}@media (min-width: 550px){.hero .title{max-width:90%;font-size:var(--title-size-tablet)}}@media (min-width: 700px){.hero .title{max-width:90rem;font-size:var(--title-size-desktop)}}.hero .subtitle{text-align:center;font-size:var(--subtitle-size-mobile);font-weight:500;color:var(--app-body);margin:auto;max-width:90%}@media (min-width: 720px){.hero .subtitle{max-width:50%;font-size:var(--subtitle-size-tablet)}}.services-list-section{--card-bg: var(--app-white);--card-border: var(--app-border);--card-radius: 2.4rem;--card-padding: 2rem;--accent-size: 8rem;--accent-color: var(--app-green-10);--icon-size: 6.2rem;--icon-bg: var(--app-green-10);--icon-color: var(--app-primary);--title-size: 1.5rem;--title-weight: 700;--title-color: var(--app-secondary);--description-size: 1.2rem;--description-color: var(--app-body);--feature-gap: .75rem;--feature-icon-color: var(--app-primary);padding:6rem 0;background:var(--app-white)}.services-list-section .container{max-width:1200px;margin:0 auto;padding:0 1rem}.services-list-section .grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.services-list-section .grid{grid-template-columns:repeat(2,1fr)}}.services-list-section .service-card{position:relative;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--card-radius);padding:var(--card-padding);overflow:hidden;transition:box-shadow .3s ease}.services-list-section .service-card:hover{box-shadow:0 20px 25px -5px #0000001a}.services-list-section .service-card:hover .icon-wrapper{transform:scale(1.1)}.services-list-section .service-card:hover .accent{background:var(--accent-color)}.services-list-section .accent{position:absolute;top:0;right:0;width:var(--accent-size);height:var(--accent-size);background:var(--app-green-10);border-bottom-left-radius:100%;transform:translate(2rem,-2rem);transition:background-color .3s ease}.services-list-section .content{position:relative}.services-list-section .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:var(--icon-size);height:var(--icon-size);background:var(--icon-bg);color:var(--icon-color);border-radius:calc(var(--card-radius) / 2);padding:1rem;margin-bottom:1.5rem;transition:transform .3s ease}.services-list-section .icon-wrapper i,.services-list-section .icon-wrapper svg{width:2.4rem;height:2.4rem}.services-list-section .title{font-size:var(--title-size);font-weight:var(--title-weight);color:var(--title-color);margin-bottom:1rem}.services-list-section .description{font-size:var(--description-size);color:var(--description-color);margin-bottom:1.5rem}.services-list-section .features{display:flex;flex-direction:column;gap:var(--feature-gap);margin-bottom:var(--margin-m)}.services-list-section .feature{display:flex;align-items:center;gap:1rem;font-size:1.4rem;color:var(--app-secondary)}.services-list-section .feature i,.services-list-section .feature svg{color:var(--feature-icon-color);width:1.4rem;height:1.4rem}.services-list-section .learn-more{display:inline-flex;align-items:center;gap:.5rem;font-size:1.4rem;text-decoration:none;color:var(--app-primary);font-weight:500;transition:color .3s ease}.services-list-section .learn-more i,.services-list-section .learn-more svg{width:1.4rem;height:1.4rem}.services-list-section .learn-more:hover{color:var(--app-secondary)}
