.hero-section{padding-block:5rem;background-color:var(--white);font-family:Inter,system-ui,-apple-system,sans-serif;@media (max-width:968px){padding-block:3.125rem}}.hero-container{display:flex;flex-direction:column-reverse;align-items:center;gap:5rem;max-width:1536px;padding:0 24px;margin:auto;@media (min-width:1024px){flex-direction:row;justify-content:space-between}}.hero-content{flex:1 1;text-align:center;max-width:704px;@media (min-width:1024px){text-align:left}}.hero-headline{font-size:clamp(2.25rem,2.068rem + .7767vw,3rem);font-weight:800;color:var(--theme_black);line-height:1.1;margin-bottom:1.5rem}.hero-subtext{font-size:clamp(1rem,.9697rem + .1294vw,1.125rem);color:var(--color_1);line-height:1.75rem}.hero-cta,.hero-subtext{margin-bottom:1.5rem;font-size:1.125rem}.hero-cta{display:inline-block;padding:1rem 2rem;background-color:var(--purple);color:var(--white);font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .2s;position:relative;max-height:59px;overflow:hidden;&:hover{background-color:var(--purple-hover)}}.hero-cta .main_txt{display:block;transform:translatey(0);transition:transform .5s ease}.cta_txt{height:27px;overflow:hidden}.hero-cta .hover_txt{display:block;transform:translateY(50%);transition:transform .5s ease}.hero-cta:hover .hover_txt{transform:translateY(-100%);transition:transform .5s ease}.hero-cta:hover .main_txt{transform:translateY(-150%);transition:transform .5s ease}.hero-trust{font-size:.875rem;color:var(--subheading);font-weight:400}.hero-image-container{display:flex;justify-content:flex-end;width:50%;@media (max-width:968px){justify-content:center;width:100%}}.hero-image-wrapper{position:relative;width:100%;max-width:576px;aspect-ratio:1;background:linear-gradient(135deg,var(--white-1) 0,var(--white) 100%);border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 25px -5px var(--transparent-5),0 10px 10px -5px var(--transparent-2);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.hero-image{width:100%;height:100%;object-fit:contain}@media (max-width:767px){.hero-container{padding:0 20px}}.features-section{padding:80px 40px;max-width:1200px;margin:0 auto;background-color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}.features-header{text-align:center;max-width:800px;margin:0 auto 1.5rem}.features-headline{font-size:clamp(1.875rem,1.784rem + .3883vw,2.25rem);font-weight:800;color:var(--theme_black);margin-bottom:20px;font-weight:700}.features-subtext{font-size:clamp(1.125rem,1.125rem + 0vw,1.125rem);color:var(--subheading);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:1rem}.features-grid .feature-card:nth-child(3n+1) .feature-icon-wrapper{background:var(--light_blue)!important}.features-grid .feature-card:nth-child(3n+2) .feature-icon-wrapper{background:var(--light_purple)!important}.features-grid .feature-card:nth-child(3n+3) .feature-icon-wrapper{background:var(--light_yellow)!important}.features-grid .feature-card .feature-icon-wrapper svg{height:25px;width:25px}.features-grid .feature-card .feature-icon-wrapper svg:hover{transform:scale(1.1)}.features-grid .feature-card:nth-child(3n+1) svg{color:var(--theme_blue)!important}.features-grid .feature-card:nth-child(3n+2) svg{color:var(--theme_purple)!important}.features-grid .feature-card:nth-child(3n+3) svg{color:var(--theme_yellow)!important}.features-grid .feature-card:nth-child(3n+1) a{color:var(--theme_blue)!important}.features-grid .feature-card:nth-child(3n+2) a{color:var(--theme_purple)!important}.features-grid .feature-card:nth-child(3n+3) a{color:var(--theme_yellow)!important}.features-grid .feature-card:nth-child(3n+1) a:hover,.features-grid .feature-card:nth-child(3n+2) a:hover,.features-grid .feature-card:nth-child(3n+3) a:hover{margin-right:-2px}.feature-card{background:#f9fafb;border:2px solid #f3f3f3;border-radius:20px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.feature-card:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.feature-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-icon{width:24px;height:24px}.feature-card-title{font-size:1.25rem;font-weight:700;color:var(--theme_black);margin-bottom:1rem}.feature-points{list-style:none;padding:0;margin:0 0 24px;flex-grow:1}.feature-point{display:flex;align-items:flex-start;font-size:.875rem;color:var(--color_1);margin-bottom:12px;line-height:1.4}.feature-checkmark{width:18px;height:18px;margin-right:12px;margin-top:2px;flex-shrink:0}.feature-link{font-size:14px;text-decoration:none;display:flex;align-items:center;transition:opacity .2s}.feature-link svg{height:18px;width:18px}.feature-link:hover{opacity:.8}.feature-card:hover .feature-link{transform:translateX(3px)}.trust-bar{display:flex;align-items:center;justify-content:space-between;padding:30px 40px;border-radius:20px;background:#f9fafb;border:2px solid #f3f3f3}.trust-label{font-size:14px;color:#9ca3af;letter-spacing:.1em;text-transform:uppercase}.trust-items{display:flex;gap:40px}.trust-item{display:flex;align-items:center;gap:12px}.trust-items .trust-item .trust-icon-wrapper svg{height:1rem;width:1rem}.trust-items .trust-item:nth-child(3n+1) .trust-icon-wrapper{background:var(--light_green)!important}.trust-items .trust-item:nth-child(3n+2) .trust-icon-wrapper{background:var(--light_blue)!important}.trust-items .trust-item:nth-child(3n+3) .trust-icon-wrapper{background:var(--light_indigo)!important}.trust-items .trust-item:nth-child(3n+1) .trust-icon-wrapper svg{color:var(--theme_green)!important}.trust-items .trust-item:nth-child(3n+2) .trust-icon-wrapper svg{color:var(--theme_blue)!important}.trust-items .trust-item:nth-child(3n+3) .trust-icon-wrapper svg{color:var(--theme_indigo)!important}.trust-icon-wrapper{width:32px;height:32px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-icon{width:16px;height:16px;color:#3b82f6}.trust-text{font-size:.875rem;color:#374151}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.trust-bar{flex-direction:column;gap:24px;text-align:center}}@media (max-width:768px){.features-grid{grid-template-columns:1fr}.features-section{padding:60px 20px}.features-headline{font-size:28px}.trust-items{flex-direction:column;gap:16px;align-items:center}}.industry-section{padding:80px 40px;max-width:1000px;margin:0 auto;background-color:#fff}.industry-headline{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:50px;text-align:center}.industry-list{display:flex;flex-direction:column;gap:24px}.industry-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px 40px;box-shadow:0 4px 6px -1px rgba(0,0,0,.02);transition:all .2s ease;overflow:hidden;position:relative}.industry-card:hover{transform:scale(1.01);box-shadow:0 10px 15px -3px rgba(0,0,0,.05);border-color:#e2e8f0}.industry-card-left{display:flex;align-items:center;gap:30px;flex:1 1;position:relative;z-index:1}.industry-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.industry-icon{width:28px;height:28px}.industry-card-content{flex:1 1}.industry-item-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.industry-details p{font-size:14px;margin-bottom:4px;line-height:1.5}.industry-decor-circle{width:100px;height:100px;border-radius:50%;position:absolute;right:-20px;top:50%;transform:translateY(-50%);opacity:.8;z-index:0}@media (max-width:640px){.industry-card{padding:24px}.industry-card,.industry-card-left{flex-direction:column;align-items:flex-start}.industry-card-left{gap:16px}.industry-decor-circle{display:none}}.testimonials-section{padding:80px 40px;max-width:1200px;margin:0 auto;background-color:#fff}.testimonials-header{text-align:center;max-width:800px;margin:0 auto 60px}.testimonials-headline{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:16px}.testimonials-subtext{font-size:18px;color:#64748b}.testimonials-layout{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:30px;gap:30px}.testimonial-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 15px 30px -5px rgba(0,0,0,.05);border-color:#e2e8f0}.testimonial-card.featured{padding:50px;height:100%;display:flex;flex-direction:column}.testimonial-card.compact{padding:24px;margin-bottom:24px}.testimonial-card.compact:last-child{margin-bottom:0}.testimonial-rating{display:flex;gap:2px;margin-bottom:20px}.star-icon{width:20px;height:20px}.star-icon.filled{fill:#fbbf24;color:#fbbf24}.star-icon.empty{color:#e2e8f0}.testimonial-quote{font-size:18px;line-height:1.6;color:#1e293b;margin-bottom:40px;font-weight:600;position:relative;flex-grow:1}.testimonial-card.compact .testimonial-quote{font-size:14px;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;justify-content:space-between}.author-info-wrapper{display:flex;align-items:center;gap:16px}.author-image{flex-shrink:0}.author-name{font-weight:700;color:#0f172a;font-size:16px}.author-role{font-size:13px;color:#94a3b8}.verified-badge{font-size:12px;font-weight:700;color:#10b981;background:#ecfdf5;padding:4px 12px;border-radius:9999px;border:1px solid #d1fae5}@media (max-width:1024px){.testimonials-layout{grid-template-columns:1fr}}@media (max-width:640px){.testimonial-card.featured{padding:30px}}.info-cards-section{padding:80px 40px;max-width:1200px;margin:0 auto;background-color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}.info-cards-header{text-align:center;max-width:800px;margin:0 auto 60px}.info-cards-headline{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:20px;letter-spacing:-.02em}.info-cards-subtext{font-size:18px;color:#64748b;line-height:1.6}.info-cards-grid{display:grid;grid-gap:30px;gap:30px}.info-cards-grid.horizontal,.info-cards-grid.vertical{grid-template-columns:repeat(3,1fr)}.info-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.info-card.vertical{flex-direction:column;text-align:left}.info-card.horizontal{flex-direction:row;align-items:center;gap:24px}.info-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.05),0 10px 10px -5px rgba(0,0,0,.02);border-color:#e2e8f0}.info-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid transparent}.vertical .info-icon-wrapper{margin-bottom:24px}.info-icon{width:32px;height:32px}.info-card-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:12px}.horizontal .info-card-title{margin-bottom:4px}.info-card-description{font-size:15px;color:#64748b;line-height:1.6}@media (max-width:1024px){.info-cards-grid.horizontal{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.info-cards-grid.horizontal,.info-cards-grid.vertical{grid-template-columns:1fr}.info-cards-section{padding:60px 20px}.info-cards-headline{font-size:28px}}.tech-tags-section{padding:60px 40px;max-width:1200px;margin:0 auto;background-color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}.tech-tags-headline{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:30px;letter-spacing:-.01em}.tech-tags-container{display:flex;flex-wrap:wrap;gap:12px}.tech-tag{display:inline-block;padding:10px 24px;background-color:#f1f5f9;color:#475569;border-radius:9999px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.tech-tag:hover{background-color:#e2e8f0;color:#1e293b;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}@media (max-width:768px){.tech-tags-section{padding:40px 20px}.tech-tags-headline{font-size:20px}}.specializations-section{padding:60px 40px;max-width:1200px;margin:0 auto;text-align:center;background-color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}.specializations-headline{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:40px;letter-spacing:-.02em}.specializations-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.specialization-card{display:flex;align-items:center;gap:16px;padding:16px 28px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.specialization-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}.specialization-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.specialization-icon{width:20px;height:20px}.specialization-label{font-size:16px;font-weight:600;color:#1e293b;white-space:nowrap}@media (max-width:768px){.specializations-section{padding:40px 20px}.specializations-headline{font-size:26px}.specialization-card{padding:12px 20px;width:100%;justify-content:center}}.custom-html-widget{width:100%;position:relative;overflow:hidden;margin:0 auto}.custom-html-content{width:100%;max-width:100%}.custom-html-placeholder{padding:60px 20px;background-color:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;display:flex;justify-content:center;align-items:center;margin:20px 0}.placeholder-content{text-align:center;color:#94a3b8}.placeholder-icon{width:48px;height:48px;margin:0 auto 16px;opacity:.5}.placeholder-content p{font-size:16px;font-weight:500}.contact{background:linear-gradient(180deg,#fff,#f8fafc);padding:3rem 0;font-family:Inter,sans-serif}@media (min-width:768px){.contact{padding:5rem 0}}.contact-inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:768px){.contact-inner{padding:0 1.5rem}}@media (min-width:1024px){.contact-inner{padding:0 5rem}}.contact-hdr{text-align:center;margin-bottom:2rem}@media (min-width:768px){.contact-hdr{margin-bottom:4rem}}.contact-hdr h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0}@media (min-width:768px){.contact-hdr h2{font-size:2.25rem}}.contact-card{background:#fff;border-radius:1.5rem;box-shadow:0 0 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);padding:1.5rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.contact-card{padding:2.5rem;gap:3rem}}@media (min-width:1024px){.contact-card{grid-template-columns:1fr 1fr;padding:4rem}}.contact-left{display:flex;flex-direction:column;justify-content:center}.contact-left h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}@media (min-width:768px){.contact-left h2{font-size:2.25rem}}.contact-left p{color:#4b5563;margin-bottom:2rem;line-height:1.625;font-size:1rem}@media (min-width:768px){.contact-left p{font-size:1.125rem}}.trust-ul{display:flex;flex-direction:column;gap:1rem;padding:0;list-style:none}.trust-ul li{gap:.75rem;color:#374151;font-weight:500}.check-circle,.trust-ul li{display:flex;align-items:center}.check-circle{width:1.5rem;height:1.5rem;background:#dcfce7;color:#16a34a;justify-content:center;border-radius:9999px;font-size:.875rem;font-weight:700;flex-shrink:0}.contact-form{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);padding:1.5rem;border:1px solid #e5e7eb;box-sizing:border-box}@media (min-width:768px){.contact-form{padding:2rem}}.form-grp{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-lbl{display:block;color:#374151;font-weight:500;margin-bottom:.5rem;font-size:.875rem}.form-ctrl{width:100%;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;font-size:1rem;font-family:inherit;outline:none;transition:box-shadow .2s,border-color .2s;color:#1f2937;background:#fff;box-sizing:border-box}.form-ctrl:focus{border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.2)}textarea.form-ctrl{resize:vertical;min-height:120px}.btn-submit{width:100%;background:#4f46e5;color:#fff;font-weight:600;font-size:1.125rem;padding:1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-submit:hover:not(:disabled){background:#1d4ed8}.btn-submit:disabled{background:#9ca3af;cursor:not-allowed}.form-note{font-size:.75rem;color:#6b7280;text-align:center;margin-top:1rem}.textarea-info{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.75rem}.char-count{color:#6b7280}.char-status{display:flex;align-items:center;gap:.25rem;color:#10b981}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%}.loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.status-message{padding:1rem;border-radius:8px;margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.status-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.status-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.recaptcha-container{margin-bottom:1.5rem;transform:scale(.8);transform-origin:left;max-width:245px}.faq-section{padding:4rem 2rem;max-width:900px;margin:0 auto;font-family:inherit}.faq-header{text-align:center;margin-bottom:3rem}.faq-headline{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.2}.faq-subtext{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.faq-grid{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #e2e8f0;overflow:hidden;transition:all .2s ease;cursor:pointer}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;width:100%;text-align:left}.faq-question h3{font-size:1.05rem;font-weight:600;color:#334155;margin:0;padding-right:1rem}.faq-icon{color:#94a3b8;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.faq-item.active .faq-icon{transform:rotate(90deg);color:#0ea5e9}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);background:#f8fafc}.faq-answer.open{max-height:1000px;border-top:1px solid #f1f5f9}.faq-answer-content{padding:1.5rem;color:#475569;line-height:1.7;font-size:1rem}.design-trends-section{padding:6rem 0;background-color:#f8fafc;position:relative;overflow:hidden}.design-trends-container{max-width:1280px;margin:0 auto;padding:0 20px}.design-trends-header{text-align:center;margin-bottom:4rem}.design-trends-headline{font-size:clamp(2.25rem,5vw,3rem);font-weight:800;color:var(--theme_black);margin-bottom:1.25rem;line-height:1.1;letter-spacing:-.02em}.design-trends-subtext{font-size:1.25rem;color:var(--subheading);max-width:600px;margin:0 auto;line-height:1.6}.design-trends-tabs-wrapper{max-width:60rem;margin:0 auto}.design-trends-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:4rem;list-style:none;padding:0}.design-trends-tab-btn{padding:.875rem 2.5rem;border-radius:9999px;font-size:1rem;font-weight:600;border:1px solid var(--border-color,#e5e7eb);background:var(--white);color:var(--color_1,#4b5563);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;white-space:nowrap}.design-trends-tab-btn:hover{border-color:#38bdf8;color:#0ea5e9}.design-trends-tab-btn.is-active{background:linear-gradient(135deg,#38bdf8,#0ea5e9);border-color:transparent;color:var(--white);box-shadow:0 10px 20px -5px rgba(14,165,233,.4);transform:translateY(-1px)}.design-trends-panels{position:relative;min-height:400px}.design-trends-panel{display:none}.design-trends-panel.is-active{display:block;animation:dtFadeUp .6s cubic-bezier(.16,1,.3,1)}@keyframes dtFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.design-trends-card{background:var(--white);padding:4rem 3rem;border-radius:2rem;box-shadow:0 10px 30px -10px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.03);border:1px solid var(--white-1,#f3f4f6);text-align:center;max-width:840px;margin:0 auto;transition:transform .3s ease}.design-trends-icon-wrap{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.dt-palette-indigo{background-color:var(--light_indigo);color:var(--theme_indigo)}.dt-palette-sky{background-color:var(--light_blue);color:var(--theme_blue)}.dt-palette-emerald{background-color:var(--light_green);color:var(--theme_green)}.dt-palette-amber{background-color:var(--light_yellow);color:var(--theme_yellow)}.dt-palette-rose{background-color:#fff1f2;color:#f43f5e}.dt-palette-violet{background-color:var(--light_purple);color:var(--theme_purple)}.dt-palette-teal{background-color:#f0fdfa;color:#14b8a6}.dt-palette-orange{background-color:var(--light_yellow);color:var(--theme_orange)}.design-trends-icon-wrap .dynamic-icon-container,.design-trends-icon-wrap img,.design-trends-icon-wrap svg{width:2rem;height:2rem;display:block}.design-trends-card-title{font-size:2rem;font-weight:800;color:var(--theme_black);margin-bottom:1.5rem;line-height:1.2}.design-trends-card-desc{font-size:1.125rem;color:var(--subheading,#6b7280);line-height:1.8;max-width:640px;margin:0 auto}@media (max-width:768px){.design-trends-section{padding:4rem 0}.design-trends-tabs{gap:.75rem;padding-inline:1rem}.design-trends-tab-btn{padding:.75rem 1.75rem;font-size:.875rem}.design-trends-card{padding:3rem 1.5rem;border-radius:1.5rem}.design-trends-card-title{font-size:1.5rem}.design-trends-card-desc{font-size:1rem}}