.whataibrands{background-color:var(--white);padding-bottom:60px}.ai_recommended_hero{position:relative;padding:30px 12px 60px;overflow:hidden;background-image:url(/assets/images/airecommended-light.webp);background-repeat:no-repeat;background-position:100%;background-size:cover}.ai_recommended_hero .MuiGrid-container{width:92%;margin:auto;position:relative;z-index:2}.ai_recommended_hero .hero_overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.9) 34%,rgba(255,255,255,.2) 58%,rgba(255,255,255,0) 68%,rgba(255,255,255,0))}.ai_recommended_hero .hero_left{max-width:780px;position:relative;z-index:2}.ai_recommended_hero .breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:28px;flex-wrap:wrap}.ai_recommended_hero .breadcrumb span{font-size:14px;color:var(--dark-gray);cursor:pointer}.ai_recommended_hero .breadcrumb .active{color:var(--black);font-weight:600}.ai_recommended_hero .breadcrumb svg{font-size:14px;color:var(--dark-gray)}.ai_recommended_hero .badge_favourite{display:flex;justify-content:space-between;align-items:center}.ai_recommended_hero .badge_favourite .premium_badge{display:flex;max-width:max-content;align-items:center;gap:8px;padding:6px 12px;margin-bottom:16px;border-radius:999px;border:1px solid var(--brands-lite-color);color:var(--brands-color);font-weight:600;font-size:14px;letter-spacing:.5px;box-shadow:0 0 8px rgba(245,208,138,.25),inset 0 0 6px rgba(245,208,138,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ai_recommended_hero .badge_favourite .premium_badge .icon{font-size:18px;color:var(--brands-color)}.ai_recommended_hero .badge_favourite .premium_badge .brand_icon{width:18px}.ai_recommended_hero .badge_favourite .fav_star button{border:1px solid var(--dark-gray)}.ai_recommended_hero .badge_favourite .fav_star button svg{color:var(--gray-light)!important}.ai_recommended_hero .badge_favourite .fav_star:hover svg{color:var(--success-color)!important}.ai_recommended_hero .hero_title{font-size:4rem;line-height:1.05;font-weight:700;color:var(--black)}.ai_recommended_hero .hero_title.hero_blue{color:#5b5ff6;margin-bottom:24px}.ai_recommended_hero .hero_desc{font-size:1.15rem;line-height:1.5;color:var(--dark-gray);margin-bottom:32px}.ai_recommended_hero .hero_search{display:flex;align-items:center;height:60px;border-radius:14px;border:2px solid var(--brands-lite-color);background:var(--white);overflow:hidden}.ai_recommended_hero .hero_search .search_icon{margin-left:18px;color:var(--dark-gray)}.ai_recommended_hero .hero_search input{flex:1 1;border:none;outline:none;background:rgba(0,0,0,0);padding:0 16px;font-size:1.1rem;font-weight:500;color:var(--black)}.ai_recommended_hero .hero_search .search_btn{border-radius:0;padding:10px 20px;color:var(--white-default);text-transform:none;font-weight:600;font-size:1rem;border-radius:12px;margin:5px;background:linear-gradient(135deg,#6b5cff,#5b5ff6)}.ai_recommended_hero .hero_search .search_btn svg{margin-right:12px}.ai_recommended_hero .examples{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}.ai_recommended_hero .examples p{color:var(--dark-gray);font-size:14px}.ai_recommended_hero .examples .example_item{padding:8px 14px;border-radius:12px;background:var(--gray-dark);color:var(--brands-color);font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.ai_recommended_hero .examples .example_item:hover{background:var(--brands-lite-color);color:#fff}@media(max-width:900px){.ai_recommended_hero{background-image:none}.ai_recommended_hero .hero_overlay{background:var(--white)}.ai_recommended_hero .hero_title{font-size:3rem}}@media(max-width:600px){.ai_recommended_hero .hero_title{font-size:30px}.ai_recommended_hero .hero_search{flex-direction:row;height:auto}.ai_recommended_hero .hero_search input{height:50px;width:100%}.ai_recommended_hero .hero_search .search_btn{padding:8px 12px}}.ai_recommended_hero .ai_feedback .ai_feedback_btn.helpful_active{color:var(--brands-color);background-color:rgba(245,185,66,.22);box-shadow:inset 0 0 0 1px var(--brands-lite-color)}.ai_recommended_hero .ai_feedback .ai_feedback_btn.not_helpful_active{color:var(--brands-color);background-color:rgba(255,138,128,.18);box-shadow:inset 0 0 0 1px var(--brands-lite-color)}.ai_recommended_hero .ai_feedback .ai_feedback_btn.comment_active{color:var(--brands-color);background-color:rgba(245,200,75,.14);box-shadow:inset 0 0 0 1px var(--brands-lite-color)}.ai_recommended_hero .feedback-comment-wrapper{border:1px solid rgba(42,115,233,.4392156863)!important}.ai_recommended_hero .feedback-comment-wrapper .feedback-textfield .MuiOutlinedInput-root fieldset,.ai_recommended_hero .feedback-comment-wrapper .feedback-textfield .MuiOutlinedInput-root:hover fieldset{border-color:rgba(42,115,233,.4392156863)}.ai_recommended_hero .feedback-comment-wrapper .feedback-textfield .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--brands-color)}.ai_recommended_hero .feedback-comment-wrapper .feedback-textfield textarea{caret-color:var(--brands-color)}.ai_recommended_hero .feedback-comment-wrapper .feedback-actions .save-btn{background-color:var(--brands-color);color:#fff}.ai_recommended_hero .feedback-comment-wrapper .feedback-actions .save-btn:hover{background-color:var(--brands-color)}.ai_evaluation_section{width:92%;margin:auto;padding:30px 0;border-top:1px solid var(--gray-dark)}.ai_evaluation_section .ai_evaluation{padding:30px;background-color:var(--gray-light);border-radius:20px}.ai_evaluation_section .section_title{font-size:1.5rem;font-weight:600;color:var(--black);margin-bottom:10px}.ai_evaluation_section .section_desc{color:var(--dark-gray);font-size:16px;margin-bottom:35px}.ai_evaluation_section .evaluation_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.ai_evaluation_section .evaluation_card{background:var(--white);border:1px solid var(--gray-dark);border-radius:20px;padding:28px 20px;text-align:center;transition:all .3s ease}.ai_evaluation_section .evaluation_card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.ai_evaluation_section .icon_box{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto auto 18px}.ai_evaluation_section .icon_box svg{font-size:30px}.ai_evaluation_section .icon_box.purple{background:#f2edff;color:#6b5cff}.ai_evaluation_section .icon_box.blue{background:#eef4ff;color:#4c6fff}.ai_evaluation_section .icon_box.green{background:#ebfaf0;color:#14a44d}.ai_evaluation_section .icon_box.orange{background:#fff3e8;color:#f78621}.ai_evaluation_section .icon_box.violet{background:#f3edff;color:#8b5cf6}.ai_evaluation_section .card_title{font-size:1.25rem;font-weight:600;color:var(--black);margin-bottom:10px}.ai_evaluation_section .card_desc{font-size:1rem;line-height:1.5;color:var(--dark-gray)}@media(max-width:1200px){.ai_evaluation_section .evaluation_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.ai_evaluation_section .evaluation_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ai_evaluation_section .evaluation_grid{grid-template-columns:repeat(2,1fr)}.ai_evaluation_section .section_title{font-size:24px}}@media(max-width:500px){.ai_evaluation_section .evaluation_grid{grid-template-columns:1fr}}.ai_filters_section{width:92%;margin:auto;padding:20px 0 40px}.ai_filters_section .filters_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.ai_filters_section .section_title{font-size:1.5rem;font-weight:600;color:var(--black)}.ai_filters_section .results_count{font-size:14px;color:var(--dark-gray)}.ai_filters_section .filters_toolbar{display:flex;gap:16px;align-items:end;flex-wrap:wrap;padding:24px;background:var(--white);border:1px solid var(--gray-dark);border-radius:20px}.ai_filters_section .filter_item{display:flex;flex-direction:column;gap:8px;min-width:140px;flex:1 1}.ai_filters_section .filter_label{font-size:13px;font-weight:600;color:var(--dark-gray)}.ai_filters_section select{height:48px;border:1px solid #dbe2ef;border-radius:12px;padding:0 14px;background:var(--white);font-size:14px;color:var(--black);outline:none;cursor:pointer}.ai_filters_section select:focus{border-color:#6b5cff}.ai_filters_section .reset_btn{height:48px;border-radius:12px;border:1px solid #e2e8f0;color:var(--dark-gray);padding:0 20px;text-transform:none;font-weight:600;display:flex;align-items:center;gap:8px}.ai_filters_section .reset_btn:hover{border-color:#6b5cff;color:#6b5cff}@media(max-width:600px){.ai_filters_section .filters_toolbar{padding:16px}.ai_filters_section .filter_item{min-width:140px;min-width:calc(50% - 8px)}.ai_filters_section .reset_btn{width:100%}}.ai_domain_grid_section{width:92%;margin:auto;padding:0 0 40px}.ai_domain_grid_section .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:10px}.ai_domain_grid_section .section_title{font-size:1.5rem;font-weight:600;color:var(--black)}.ai_domain_grid_section .results_count{font-size:14px;color:var(--dark-gray)}.ai_domain_grid_section .domain_grid{display:grid;grid-template-columns:repeat(5,minmax(280px,1fr));gap:24px}.ai_domain_grid_section .domain_card{background:var(--white);border:1px solid var(--brands-lite-color);border-radius:20px;padding:18px;transition:all .3s ease}.ai_domain_grid_section .domain_card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.08)}.ai_domain_grid_section .card_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ai_domain_grid_section .wishlist_btn{width:40px;height:40px;border:1px solid #e5e7eb!important;background:var(--white)!important;transition:all .3s ease!important}.ai_domain_grid_section .wishlist_btn svg{font-size:20px;color:#98a2b3;transition:all .3s ease}.ai_domain_grid_section .wishlist_btn:hover{border-color:var(--brands-color)!important}.ai_domain_grid_section .wishlist_btn:hover svg{color:var(--brands-color);transform:scale(1.05)}.ai_domain_grid_section .score_badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#6b5cff,#8a7dff);color:var(--white-default);font-size:12px;font-weight:600}.ai_domain_grid_section .domain_img{position:inherit!important;width:100%;height:auto!important;border-radius:12px;margin-bottom:12px}.ai_domain_grid_section .domain_name{font-size:1.5rem;font-weight:600;line-height:1.5;color:var(--black);margin-bottom:8px;overflow-wrap:anywhere}.ai_domain_grid_section .domain_subtitle{font-size:1rem;color:var(--dark-gray);margin-bottom:12px}.ai_domain_grid_section .insights_wrapper{background:var(--gray-light);border:1px solid var(--gray-dark);border-radius:14px;padding:16px;margin-bottom:12px}.ai_domain_grid_section .insights_wrapper .insight_heading{font-size:14px;font-weight:600;color:var(--brands-color);margin-bottom:10px}.ai_domain_grid_section .insights_wrapper ul{margin:0;padding-left:18px}.ai_domain_grid_section .insights_wrapper ul li{font-size:.875rem;color:var(--dark-gray);margin-bottom:8px;line-height:1.5}.ai_domain_grid_section .tag_list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.ai_domain_grid_section .tag_list span{padding:6px 12px;border-radius:999px;background:var(--gray-light);color:var(--brands-color);font-size:12px;font-weight:600}.ai_domain_grid_section .view_domain_btn{width:100%;height:48px;border-radius:12px;background:linear-gradient(135deg,#6b5cff,#5b5ff6);color:var(--white-default);font-weight:600;text-transform:none}.ai_domain_grid_section .view_domain_btn:hover{background:linear-gradient(135deg,#5c4eff,#4f53ef)}.ai_domain_grid_section .pagination_wrap{display:flex;justify-content:center;gap:10px;margin-top:40px}.ai_domain_grid_section .pagination_wrap .pagination .MuiPaginationItem-root{color:var(--brands-color)}.ai_domain_grid_section .pagination_wrap .pagination .MuiPaginationItem-root.Mui-selected{background-color:rgba(107,92,255,.1607843137)}.ai_domain_grid_section .pagination_wrap .pagination .MuiPaginationItem-icon{color:var(--brands-color)}.ai_domain_grid_section .page_btn{min-width:44px;height:44px;border:1px solid #dbe2ef;border-radius:10px;color:#667085;text-transform:none}.ai_domain_grid_section .page_btn.active{background:#6b5cff;color:#fff;border-color:#6b5cff}@media(max-width:1600px){.ai_domain_grid_section .domain_grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1400px){.ai_domain_grid_section .domain_grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.ai_domain_grid_section .domain_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.ai_domain_grid_section .domain_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ai_domain_grid_section .domain_grid{grid-template-columns:1fr}.ai_domain_grid_section .section_header{flex-direction:column;align-items:flex-start}}.ai_score_trust_section{width:92%;padding:40px;background:#f8f7ff;border:1px solid #ece9ff;border-radius:24px;display:grid;grid-template-columns:1.2fr 280px 1.4fr;align-items:center;margin:auto auto 0}.ai_score_trust_section .section_title{font-size:1.5rem;font-weight:600;color:var(--black);margin-bottom:16px}.ai_score_trust_section .section_desc{color:#5f6678;font-size:1rem;line-height:1.5;margin-bottom:12px}.ai_score_trust_section .learn_more_btn{margin-top:16px;padding:0;text-transform:none;font-weight:600;color:#4f46e5;justify-content:flex-start;gap:8px}.ai_score_trust_section .score_circle_wrap{display:flex;justify-content:center;align-items:center}.ai_score_trust_section .score_circle{width:180px;height:180px;border-radius:50%;background:conic-gradient(#5b5ff6 0deg,#6d4dff 349deg,#e9e7ff 349deg);display:block;align-items:center;justify-content:center;position:relative;padding-top:17%}.ai_score_trust_section .score_circle:before{content:"";width:145px;height:145px;background:#fff;border-radius:50%;position:absolute;top:10%;left:10%}.ai_score_trust_section .score_label,.ai_score_trust_section .score_number{position:relative;z-index:2;text-align:center}.ai_score_trust_section .score_number{font-size:3rem;font-weight:700;line-height:1;color:#111827}.ai_score_trust_section .score_label{font-size:1rem;color:#667085}.ai_score_trust_section .trust_content{display:flex;align-items:center;gap:30px;padding-left:40px;border-left:1px solid #e4e1f8}.ai_score_trust_section .trust_left{flex:1 1}.ai_score_trust_section .trust_list{list-style:none;padding:0;margin:0}.ai_score_trust_section .trust_list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;font-size:15px;color:#374151;line-height:1.6}.ai_score_trust_section .trust_list li svg{color:#5b5ff6;font-size:22px;margin-top:1px}.ai_score_trust_section .trust_icon svg{font-size:140px;color:#5b5ff6;opacity:.9}@media(max-width:1200px){.ai_score_trust_section{grid-template-columns:1fr;gap:40px}.ai_score_trust_section .trust_content{border-left:0;padding-left:0}.ai_score_trust_section .score_circle{padding-top:6%}}@media(max-width:900px){.ai_score_trust_section .score_circle{padding-top:9%}}@media(max-width:600px){.ai_score_trust_section{padding:24px}.ai_score_trust_section .score_circle{width:150px;height:150px;padding-top:9%}.ai_score_trust_section .score_circle:before{width:120px;height:120px}.ai_score_trust_section .score_number{font-size:2.5rem}.ai_score_trust_section .trust_content{flex-direction:column;text-align:left}.ai_score_trust_section .trust_icon svg{font-size:100px}}.ai_suggestion_cta{width:92%;margin:0 auto;padding:24px 28px;border-radius:20px;background:linear-gradient(90deg,#02103f,#010d35 35%,#00092b);display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.ai_suggestion_cta .cta_icon{width:64px;height:64px;min-width:64px;border-radius:18px;background:linear-gradient(135deg,rgba(124,58,237,.95),rgba(99,102,241,.95));display:flex;align-items:center;justify-content:center}.ai_suggestion_cta .cta_icon svg{color:#fff;font-size:30px}.ai_suggestion_cta .cta_content{flex:1 1;display:flex;gap:12px}.ai_suggestion_cta .cta_title{font-size:2rem;font-weight:600;line-height:1.2;color:var(--white-default);margin-bottom:6px}.ai_suggestion_cta .cta_desc{font-size:1rem;color:hsla(0,0%,100%,.8);line-height:1.6}.ai_suggestion_cta .cta_btn{height:56px;padding:0 28px;border-radius:12px;text-transform:none;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);display:flex;align-items:center;gap:10px;white-space:nowrap}.ai_suggestion_cta .cta_btn:hover{background:linear-gradient(135deg,#6d28d9,#5b21b6)}.ai_suggestion_cta .cta_btn svg{font-size:22px}@media(max-width:900px){.ai_suggestion_cta{flex-direction:column;align-items:flex-start}.ai_suggestion_cta .cta_btn{width:100%;justify-content:center}.ai_suggestion_cta .cta_title{font-size:1.5rem}}@media(max-width:600px){.ai_suggestion_cta{padding:20px}.ai_suggestion_cta .cta_icon{width:56px;height:56px;min-width:56px}.ai_suggestion_cta .cta_title{font-size:1.25rem}.ai_suggestion_cta .cta_desc{font-size:.9rem}}main:has(.whataibrands){padding-bottom:0}[data-theme=dark] .ai_score_trust_section{background:#151033;border:1px solid #565363}[data-theme=dark] .ai_score_trust_section .section_desc,[data-theme=dark] .ai_score_trust_section .trust_list li{color:#b2bbc9}[data-theme=dark] .ai_recommended_hero{background-image:url(/assets/images/airecommended-dark.webp)}[data-theme=dark] .ai_recommended_hero .hero_overlay{background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.9) 34%,rgba(0,0,0,.2) 58%,rgba(0,0,0,0) 68%,rgba(0,0,0,0))!important}