.aiwa__wrapper{--primary:#0b1f3b;--primary-light:#163a6b;--secondary:#f39c12;--secondary-dark:#d35400;--white:#fff;min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:Poppins}.aiwa__hero{position:relative;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem;overflow:hidden}.aiwa__hero_bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.aiwa__hero_shape{position:absolute;opacity:.1;animation:aiwa__rotate 30s linear infinite}.aiwa__shape_1{width:400px;height:400px;background:#fff;top:-100px;right:-100px;border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.aiwa__shape_2{width:300px;height:300px;background:#fff;bottom:-80px;left:5%;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;animation-delay:5s}.aiwa__shape_3{width:250px;height:250px;background:#fff;top:50%;left:-80px;border-radius:40% 60% 60% 40%/60% 30% 70% 40%;animation-delay:10s}@keyframes aiwa__rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.aiwa__hero_container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.aiwa__hero_content{max-width:900px}.aiwa__hero_badge{display:inline-block;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.7rem 2rem;border-radius:30px;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;border:2px solid #fff6}.aiwa__hero_title{font-size:3.7rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:2rem}.aiwa__hero_description{font-size:1.25rem;color:#fffffff2;line-height:1.8;margin-bottom:3rem}.aiwa__hero_btn{display:inline-block;background:#fff;color:#f39c12;padding:1.3rem 3rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.15rem;transition:all .3s;box-shadow:0 10px 30px #0000004d}.aiwa__hero_btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0006}.aiwa__container{max-width:1200px;margin:0 auto;padding:0 2rem}.aiwa__heading{font-size:2.8rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:1.5rem}.aiwa__subtitle{font-size:1.15rem}.aiwa__intro_text,.aiwa__subtitle{color:#7f8c8d;text-align:center;margin-bottom:3rem}.aiwa__intro_text{font-size:1.2rem;font-weight:500}.aiwa__audience_section{padding:3rem 0;background:linear-gradient(180deg,#fff,#fef5e7)}.aiwa__audience_cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.aiwa__audience_card{background:#fff;border:3px solid #004480;border-radius:15px;padding:2.5rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s;position:relative;overflow:hidden}.aiwa__audience_card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary) 0,var(--primary) 100%)}.aiwa__audience_card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #f39c1233;border-color:#e67e22}.aiwa__audience_number{width:50px;height:50px;background:linear-gradient(135deg,var(--primary) 0,#e67e22 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 5px 15px #f39c124d}.aiwa__audience_card p{font-size:1.1rem;color:#34495e;font-weight:500;line-height:1.6}.aiwa__audience_footer{background:linear-gradient(135deg,var(--primary) 0,#e67e22 100%);color:#fff;padding:2rem;border-radius:12px;text-align:center;font-size:1.3rem;font-weight:700;margin-top:3rem;box-shadow:0 10px 30px #f39c124d}.aiwa__problems_section{padding:3rem 0;background:#1e3ea5}.aiwa__heading2{font-size:2.8rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1.5rem}.aiwa__problems_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.aiwa__problem_box{background:#f1eded12;border:1px solid #ebeaea99;border-radius:15px;padding:1.8rem;text-align:center;transition:all .3s}.aiwa__problem_box:hover{transform:scale(1.05);box-shadow:0 10px 30px #f39c1233;background:linear-gradient(135deg,#f39c12,#e67e22)}.aiwa__problem_box:hover .aiwa__problem_icon{transform:scale(1.2)}.aiwa__problem_box:hover .aiwa__problem_title{color:#fff}.aiwa__problem_icon{font-size:3.5rem;margin-bottom:1.5rem;transition:transform .3s}.aiwa__problem_title{font-size:1.1rem;color:#dfddddcc;font-weight:500;line-height:1.5;transition:color .3s}.aiwa__problems_tagline{text-align:center;font-size:1.3rem;color:#fff;font-weight:500;margin-top:3rem}.aiwa__solutions_section{padding:3rem 0;background:linear-gradient(180deg,#fef5e7,#fff)}.aiwa__heading3{font-size:2.8rem;font-weight:700;color:#004480;text-align:center;margin-bottom:1.5rem}.aiwa__solutions_wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:3rem 0}.aiwa__solution_tag{background:#fff;border:2px solid #004480;color:#2c3e50;padding:1.2rem 2rem;border-radius:30px;font-size:1.05rem;font-weight:600;transition:all .3s;cursor:default}.aiwa__solution_tag:hover{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #f39c124d}.aiwa__solutions_note{text-align:center;font-size:1.15rem;color:#7f8c8d;margin-top:3rem;font-style:italic}.aiwa__diff_section{padding:3rem 0;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.aiwa__diff_section .aiwa__heading{color:#fff}.aiwa__diff_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.aiwa__diff_card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #f39c1280;border-radius:12px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s}.aiwa__diff_card:hover{background:#f39c1226;border-color:#f39c12;transform:translateX(10px)}.aiwa__diff_check{width:35px;height:35px;background:#f39c12;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.aiwa__diff_card p{font-size:1.1rem;line-height:1.6}.aiwa__diff_statement{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;font-size:1.5rem;font-weight:700;margin-top:3rem;box-shadow:0 10px 30px #f39c1266}.aiwa__process_section{padding:3rem 0;background:#fff}.aiwa__process_container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.aiwa__process_card{background:linear-gradient(135deg,#fff9e6,#fff);border:2px solid #004480;border-radius:15px;padding:2.5rem;transition:all .3s;position:relative}.aiwa__process_card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#004480,#004480);border-radius:15px 15px 0 0}.aiwa__process_card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #f39c1233}.aiwa__process_header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.aiwa__process_step{width:50px;height:50px;background:linear-gradient(135deg,#004480,#e67e22);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 5px 15px #f39c124d}.aiwa__process_title{font-size:1.4rem;color:#2c3e50;font-weight:700}.aiwa__process_desc{font-size:1.05rem;color:#7f8c8d;line-height:1.7}.aiwa__tech_section{padding:3rem 0;background:linear-gradient(180deg,#dbf3ff,#fff)}.aiwa__tech_list{max-width:800px;margin:3rem auto}.aiwa__tech_item{display:flex;align-items:center;gap:2rem;padding:1.8rem;margin-bottom:1.5rem;background:#fff;border-radius:12px;border-left:5px solid #004480!important;border:1px solid #004480;box-shadow:0 3px 15px #0000000d;transition:all .3s}.aiwa__tech_item:hover{transform:translateX(15px);box-shadow:0 8px 25px #f39c1233}.aiwa__tech_bullet{width:18px;height:18px;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:50%;flex-shrink:0}.aiwa__tech_item span{font-size:1.1rem;color:#2c3e50;font-weight:500}.aiwa__tech_note{text-align:center;font-size:1.05rem;color:#7f8c8d;margin-top:2rem;font-style:italic}.aiwa__why_section{padding:3rem 0;background:#fff}.aiwa__why_boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.aiwa__why_box{background:linear-gradient(135deg,#fff9e6,#ffeaa7);border:2px solid #f39c12;border-radius:15px;padding:2rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s}.aiwa__why_box:hover{background:linear-gradient(135deg,#f39c12,#e67e22);transform:scale(1.05);box-shadow:0 10px 30px #f39c124d}.aiwa__why_box:hover .aiwa__why_icon{background:#fff;color:#f39c12}.aiwa__why_box:hover p{color:#fff}.aiwa__why_icon{width:45px;height:45px;background:#f39c12;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;transition:all .3s}.aiwa__why_box p{font-size:1.1rem;color:#2c3e50;font-weight:600;transition:color .3s}.aiwa__why_footer{background:linear-gradient(135deg,#004480,#34495e);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;font-size:1.4rem;font-weight:700;margin-top:3rem}.aiwa__faq_section{padding:3rem 0;background:linear-gradient(180deg,#fef5e7,#fff)}.aiwa__faq_accordion{max-width:900px;margin:3rem auto}.aiwa__faq_item{background:#fff;border-left:5px solid #f39c12!important;border-right:5px solid #f39c12!important;border:1px solid #f39c12;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 3px 15px #0000000d;transition:all .3s}.aiwa__faq_item:hover{box-shadow:0 8px 30px #f39c1226;transform:translateY(-3px)}.aiwa__faq_question{font-size:1.35rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.aiwa__faq_answer{font-size:1.1rem;color:#7f8c8d;line-height:1.7}.aiwa__cta_section{padding:3rem 2rem;background:linear-gradient(135deg,#004480,#e67e22)}.aiwa__cta_content{max-width:900px;margin:0 auto;text-align:center;color:#fff}.aiwa__cta_title{font-size:3.2rem;font-weight:800;margin-bottom:1.5rem}.aiwa__cta_text{font-size:1.25rem;margin-bottom:3rem;opacity:.95;line-height:1.7}.aiwa__cta_button{display:inline-block;background:#fff;color:#004480;padding:1.3rem 3rem;border-radius:8px;border:1px solid#004480;text-decoration:none;font-weight:700;font-size:1.15rem;transition:all .3s;box-shadow:0 10px 30px #0000004d}.aiwa__cta_button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0006}@media (max-width:768px){.aiwa__hero_title{font-size:2.5rem}.aiwa__hero_badge{margin-top:1rem}.aiwa__heading{font-size:2.2rem}.aiwa__audience_cards,.aiwa__diff_grid,.aiwa__problems_grid,.aiwa__process_container,.aiwa__why_boxes{grid-template-columns:1fr}.aiwa__solutions_wrapper{flex-direction:column;align-items:stretch}.aiwa__solution_tag{text-align:center}.aiwa__cta_title{font-size:2.2rem}}@media (max-width:480px){.aiwa__hero{padding:4rem 1rem}.aiwa__hero_title{font-size:2rem}.aiwa__container{padding:0 1rem}.aiwa__cta_button,.aiwa__hero_btn{padding:1rem 2rem;font-size:1rem}}