.getting-started-section{background-color:#fafcff}.getting-started-header{text-align:center;margin-bottom:var(--header-section-margin-bottom);display:flex;align-items:center;justify-content:center;flex-direction:column}.getting-started-header h2{color:var(--black-heading)}.getting-started-header p{color:var(--black-sub-text);text-align:center;width:100%}.getting-started-profile{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:15px;background:#f5f5f5;border-radius:8px;max-width:fit-content;margin-left:auto;margin-right:auto}.getting-started-cards-row{display:flex;flex-direction:column;gap:var(--card-gap)}.getting-started-card{flex:1 1 0;background-color:#fafcff;border-radius:10px;padding:var(--card-padding)}.getting-started-card h4{color:var(--black-heading)}.getting-started-card p{color:var(--black-sub-text);margin-bottom:calc(var(--card-padding) + 10px)}.getting-started-card a{color:var(--black-heading);text-decoration:none;font-weight:600}.getting-started-card a:hover{border-bottom:1px solid #000}.card-image-container{width:100%;margin-bottom:calc(var(--card-padding) + 10px);border-radius:8px;overflow:hidden}.card-feature-image{width:100%;height:auto;display:block;object-fit:contain}.theme-preview{width:100%;margin-bottom:20px;border-radius:8px;overflow:hidden}@media (min-width:768px){.getting-started-cards-row{flex-direction:row;flex-wrap:wrap}.getting-started-card{flex:0 0 calc(50% - (var(--card-gap)/2))}}@media (min-width:1300px){.getting-started-header p{width:70%}.getting-started-cards-row{flex-direction:row;flex-wrap:nowrap;gap:var(--card-gap)}.getting-started-card{flex:1 1 0;min-width:0}}@media (min-width:1800px){.getting-started-profile{padding:20px;gap:15px}.profile-avatar{width:56px;height:56px}}.faq-categories-header{text-align:center;margin-bottom:var(--header-section-margin-bottom)}.faq-categories-header h2{color:var(--black-heading);margin-bottom:15px}.faq-categories-header p{color:var(--black-sub-text)}.faq-categories-grid{display:flex;flex-direction:column;gap:var(--card-gap)}.faq-category-card{position:relative;border-radius:12px;padding:var(--card-padding);aspect-ratio:16/9;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;transition:transform 1.3s cubic-bezier(.22,.9,.26,1),opacity .8s cubic-bezier(.22,.9,.26,1)}.faq-category-card:hover{transform:translateY(-5px)}.categories-link{position:absolute;bottom:27px;right:var(--card-padding);left:unset;text-decoration:none;z-index:10}.general-faq .categories-link{color:#eff6ff}.product-faq .categories-link{color:#f3d9ff}.categories-link:hover{text-decoration:underline}.faq-card-content{position:relative;z-index:2;color:#fff}.faq-card-content h5{color:#fff;margin-bottom:10px}.support-faq .categories-link,.integration-faq .categories-link,.legal-faq .categories-link{color:#fff}.faq-card-content p{color:#ffffffe6}.general-faq h3{color:#eff6ff}.general-faq p{color:#dcebff}.product-faq h3{color:#f3d9ff}.product-faq p{color:#efd8fa}.support-faq h3{color:#fff}.support-faq p{color:#fff2f4}.integration-faq h3{color:#fff}.integration-faq p{color:#effff4}.legal-faq h3{color:#fff}.legal-faq p{color:#fff9ee}.faq-category-card.general-faq{background-image:url(/resources/faq/images/general-faq-bg.webp)}.faq-category-card.product-faq{background-image:url(/resources/faq/images/product-faq-bg.webp)}.faq-category-card.support-faq{background-image:url(/resources/faq/images/support-faq-bg.webp)}.faq-category-card.integration-faq{background-image:url(/resources/faq/images/integration-faq-bg.webp)}.faq-category-card.legal-faq{background-image:url(/resources/faq/images/legal-faq-bg.webp)}@media (min-width:768px){.categories-link{bottom:var(--card-padding);left:var(--card-padding);right:unset}}@media (min-width:968px){.faq-categories-grid{flex-direction:row;flex-wrap:wrap}.faq-category-card:nth-child(1),.faq-category-card:nth-child(2){flex:0 0 calc(50% - (var(--card-gap)/2))}.faq-category-card:nth-child(3),.faq-category-card:nth-child(4),.faq-category-card:nth-child(5){flex:0 0 calc(33.333% - (var(--card-gap)*2/3));aspect-ratio:1/1}}@media (min-width:1300px){.faq-categories-grid{flex-direction:row;flex-wrap:wrap;gap:var(--card-gap)}.faq-category-card:nth-child(1),.faq-category-card:nth-child(2){flex:0 0 calc(50% - (var(--card-gap)/2))}.faq-category-card:nth-child(3),.faq-category-card:nth-child(4),.faq-category-card:nth-child(5){flex:0 0 calc(33.333% - (var(--card-gap)*2/3));aspect-ratio:1/1}}@media (min-width:1800px){.faq-category-card{padding:calc(var(--card-padding) + 10px)}}