html,body{margin:0;padding:0;font-family:'Inconsolata',monospace;background:#0d0d0d;color:#e8e8e8}
body{min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.top-ribbon-v2{background:linear-gradient(135deg,#1a1a1a 0%,#0d0d0d 100%);border-bottom:2px solid #FC8489;padding:12px 0}
.navi-wrap-outer{max-width:1000px;margin:0 auto;padding:0 20px}
.navi-inner .main-menu-v1{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-end;gap:30px}
.navi-inner .main-menu-v1 li{position:relative}
.navi-inner .main-menu-v1 a{color:#e8e8e8;text-decoration:none;font-size:16px;font-weight:500;padding:8px 12px;display:block;transition:color .2s ease}
.navi-inner .main-menu-v1 a:hover{color:#FC8489}
.navi-inner .has-sub-v1{position:relative}
.navi-inner .submenu-v2{position:absolute;top:100%;left:0;background:#1a1a1a;list-style:none;margin:0;padding:10px 0;min-width:200px;box-shadow:0 8px 16px #fc848933;border-radius:24px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000}
.navi-inner .has-sub-v1:hover .submenu-v2{opacity:1;visibility:visible}
.navi-inner .submenu-v2 li{padding:0}
.navi-inner .submenu-v2 a{padding:10px 20px;font-size:14px}
.banner-section-v3{background:linear-gradient(168deg,#136548 0%,#0a3d2b 50%,#0d0d0d 100%);padding:40px 20px;box-shadow:0 4px 12px #fc848926}
.brand-container-v1{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:25px}
.logo-holder-v2{flex-shrink:0}
.site-logo-v1{width:90px;height:90px;object-fit:contain;background:#fffde01a;padding:10px;border-radius:28px;box-shadow:0 6px 14px #13654866}
.company-name-v1 h1{font-family:'Roboto Mono',monospace;font-size:42px;font-weight:700;color:#FFFDE0;margin:0;text-shadow:2px 2px 8px #fc84894d}
.footer-wrap-v1{background:linear-gradient(225deg,#1a1a1a 0%,#0d0d0d 60%,#136548 100%);border-top:3px solid #FC8489;padding:50px 20px 30px;margin-top:60px}
.footer-inner-v2{max-width:1000px;margin:0 auto}
.footer-grid-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:40px}
.footer-col-v1 .footer-head-v2{font-family:'Roboto Mono',monospace;font-size:20px;font-weight:700;color:#FC8489;margin-bottom:18px}
.footer-col-v1 .footer-text-v1{font-size:15px;line-height:1.7;color:#c8c8c8;margin-bottom:12px}
.footer-col-v1 .footer-links-v1{list-style:none;padding:0;margin:0}
.footer-col-v1 .footer-links-v1 li{margin-bottom:10px}
.footer-col-v1 .footer-links-v1 a{color:#c8c8c8;text-decoration:none;font-size:15px;transition:color .2s ease}
.footer-col-v1 .footer-links-v1 a:hover{color:#FFFDE0}
.copyright-v1{text-align:center;padding-top:30px;border-top:1px solid #fc848933}
.copyright-v1 p{font-size:14px;color:#888;margin:0}
.cookie-popup-v1{position:fixed;top:20px;left:50%;transform:translateX(-150%);background:linear-gradient(145deg,#1a1a1a 0%,#0d0d0d 100%);padding:30px;border-radius:32px;box-shadow:0 12px 32px #fc848940;z-index:10000;max-width:500px;width:90%;border:2px solid #FC8489;transition:transform .4s ease}
.cookie-popup-v1.show-v1{transform:translateX(-50%)}
.cookie-content-v2 .cookie-title-v1{font-family:'Roboto Mono',monospace;font-size:22px;font-weight:700;color:#FFFDE0;margin:0 0 15px}
.cookie-content-v2 .cookie-txt-v1{font-size:15px;line-height:1.6;color:#c8c8c8;margin-bottom:20px}
.cookie-actions-v1{display:flex;gap:12px;flex-wrap:wrap}
.cookie-butt-v1{padding:12px 24px;font-family:'Inconsolata',monospace;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:background .2s ease,color .2s ease}
.cookie-butt-v1.accept-all-v1{background:#FC8489;color:#0d0d0d}
.cookie-butt-v1.accept-all-v1:hover{background:#ff9499}
.cookie-butt-v1.decline-all-v1{background:#136548;color:#FFFDE0}
.cookie-butt-v1.decline-all-v1:hover{background:#1a7d5c}
.cookie-butt-v1.settings-v1,.cookie-butt-v1.back-v1{background:#2a2a2a;color:#e8e8e8}
.cookie-butt-v1.settings-v1:hover,.cookie-butt-v1.back-v1:hover{background:#3a3a3a}
.cookie-butt-v1.save-v1{background:#FFFDE0;color:#0d0d0d}
.cookie-butt-v1.save-v1:hover{background:#fffef0}
.cookie-policy-link-v1{margin-bottom:20px}
.cookie-policy-link-v1 a{color:#FC8489;text-decoration:none;font-size:14px}
.cookie-policy-link-v1 a:hover{color:#ff9499}
.cookie-options-v2{margin:20px 0}
.cookie-option-v1{display:flex;align-items:center;gap:12px;margin-bottom:15px;font-size:15px;color:#c8c8c8;cursor:pointer}
.cookie-cb-v1{width:20px;height:20px;cursor:pointer}
.cookie-hint-v1{font-size:13px;color:#888;margin-top:15px;text-align:center}
@media (max-width: 768px) {
.navi-inner .main-menu-v1{flex-direction:column;gap:10px}
.brand-container-v1{flex-direction:column;text-align:center}
.company-name-v1 h1{font-size:32px}
.footer-grid-v1{grid-template-columns:1fr;gap:30px}
.cookie-actions-v1{flex-direction:column}
.cookie-butt-v1{width:100%}
}
@media (max-width: 480px) {
.top-ribbon-v2{padding:10px 0}
.banner-section-v3{padding:30px 15px}
.company-name-v1 h1{font-size:28px}
.site-logo-v1{width:70px;height:70px}
}
.terms-wrapper{max-width:1000px;margin:0 auto;padding:60px 20px;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border-radius:32px;box-shadow:0 12px 40px #fc848926}
.terms-wrapper h1{font-size:2.8rem;line-height:1.2;color:#FFFDE0;margin:0 0 40px;padding-bottom:24px;border-bottom:3px solid #FC8489;font-weight:700}
.terms-wrapper h2{font-size:2rem;line-height:1.3;color:#FC8489;margin:48px 0 24px;font-weight:600}
.terms-wrapper h3{font-size:1.5rem;line-height:1.4;color:#FFFDE0;margin:36px 0 20px;font-weight:600}
.terms-wrapper h4{font-size:1.25rem;line-height:1.4;color:#e8e8e8;margin:28px 0 16px;font-weight:600}
.terms-wrapper h5{font-size:1.1rem;line-height:1.5;color:#d0d0d0;margin:24px 0 14px;font-weight:600}
.terms-wrapper h6{font-size:1rem;line-height:1.5;color:silver;margin:20px 0 12px;font-weight:600}
.terms-wrapper p{font-size:1.05rem;line-height:1.8;color:#d4d4d4;margin:0 0 20px}
.terms-wrapper ul{list-style:none;padding:0;margin:0 0 24px}
.terms-wrapper ul li{font-size:1.05rem;line-height:1.8;color:#d4d4d4;margin:0 0 12px;padding-left:32px;position:relative}
.terms-wrapper ul li:before{content:"";position:absolute;left:8px;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#FC8489 0%,#136548 100%);border-radius:50%}
.terms-wrapper ol{list-style:none;counter-reset:policy-counter;padding:0;margin:0 0 24px}
.terms-wrapper ol li{font-size:1.05rem;line-height:1.8;color:#d4d4d4;margin:0 0 12px;padding-left:40px;position:relative;counter-increment:policy-counter}
.terms-wrapper ol li:before{content:counter(policy-counter) ".";position:absolute;left:8px;top:0;font-weight:700;color:#FC8489;font-size:1.1rem}
.terms-wrapper ul ul,.terms-wrapper ol ul,.terms-wrapper ul ol,.terms-wrapper ol ol{margin:12px 0 12px 20px}
.terms-wrapper strong,.terms-wrapper b{font-weight:700;color:#FFFDE0}
.terms-wrapper em,.terms-wrapper i{font-style:italic;color:#e8e8e8}
.terms-wrapper a{color:#FC8489;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease;font-weight:500}
.terms-wrapper a:hover{color:#FFFDE0;border-bottom-color:#FC8489}
.terms-wrapper a:focus{outline:2px solid #FC8489;outline-offset:3px;border-radius:4px}
.terms-wrapper table{width:100%;border-collapse:collapse;margin:32px 0;background:#fffde005;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0000004d}
.terms-wrapper thead{background:linear-gradient(135deg,#136548 0%,#0d4a33 100%)}
.terms-wrapper thead tr th{padding:18px 16px;text-align:left;font-weight:700;font-size:1rem;color:#FFFDE0;border-bottom:2px solid #FC8489}
.terms-wrapper tbody tr{border-bottom:1px solid #fffde014;transition:background .3s ease}
.terms-wrapper tbody tr:hover{background:#fc84890d}
.terms-wrapper tbody tr:last-child{border-bottom:none}
.terms-wrapper tbody tr td{padding:16px;font-size:1rem;line-height:1.6;color:#d4d4d4}
.terms-wrapper th{font-weight:700}
.terms-wrapper td{font-weight:400}
.terms-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#FC8489 50%,transparent 100%);margin:48px 0;opacity:.6}
.terms-wrapper div{margin:0 0 20px}
.terms-wrapper blockquote{margin:32px 0;padding:24px 28px;background:#1365481a;border-left:5px solid #136548;border-radius:0 20px 20px 0;box-shadow:inset 0 2px 4px #0003}
.terms-wrapper blockquote p{margin-bottom:0;color:#e8e8e8;font-style:italic}
.terms-wrapper code{background:#fc84891a;padding:3px 8px;border-radius:6px;font-family:'Courier New',monospace;font-size:.95rem;color:#FC8489}
.terms-wrapper pre{background:#0006;padding:20px;border-radius:20px;overflow-x:auto;margin:24px 0;border:1px solid #fc848933}
.terms-wrapper pre code{background:transparent;padding:0;color:#FFFDE0;font-size:.95rem;line-height:1.6}
@media screen and (max-width: 768px) {
.terms-wrapper{padding:40px 16px;border-radius:24px}
.terms-wrapper h1{font-size:2rem;margin-bottom:28px;padding-bottom:16px}
.terms-wrapper h2{font-size:1.6rem;margin-top:36px}
.terms-wrapper h3{font-size:1.3rem}
.terms-wrapper h4{font-size:1.15rem}
.terms-wrapper p,.terms-wrapper ul li,.terms-wrapper ol li{font-size:1rem}
.terms-wrapper table{font-size:.9rem}
.terms-wrapper thead tr th,.terms-wrapper tbody tr td{padding:12px 10px}
.terms-wrapper ul li{padding-left:28px}
.terms-wrapper ol li{padding-left:36px}
}
@media screen and (max-width: 480px) {
.terms-wrapper{padding:32px 12px;border-radius:20px}
.terms-wrapper h1{font-size:1.75rem}
.terms-wrapper h2{font-size:1.4rem}
.terms-wrapper table{display:block;overflow-x:auto;white-space:nowrap}
}
.hero_wrap{max-width:1000px;margin:3rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.hero_wrap .txt_side h1{font-size:2.8rem;line-height:1.2;color:#FFFDE0;margin-bottom:1rem}
.hero_wrap .txt_side p{font-size:1.1rem;line-height:1.6;color:#fffde0d9;margin-bottom:2rem}
.hero_wrap .img_side{position:relative}
.hero_wrap .img_side::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:2px solid #FC8489;border-radius:28px;z-index:1}
.hero_wrap .img_side img{position:relative;z-index:2;width:100%;height:400px;object-fit:cover;border-radius:28px;box-shadow:0 8px 24px #fc848933}
.hero_wrap .butt-v1{display:inline-block;padding:.9rem 2.2rem;background:linear-gradient(135deg,#FC8489 0%,#136548 100%);color:#FFFDE0;text-decoration:none;border-radius:30px;font-size:1rem;font-weight:500;box-shadow:0 6px 20px #fc848959;transition:all .3s ease}
.hero_wrap .butt-v1:hover{transform:translateY(-2px);box-shadow:0 10px 28px #fc848973}
.module_layout{background:linear-gradient(25deg,#1a1a1a 0%,#2d2d2d 100%);padding:4rem 1.5rem;margin:4rem 0}
.module_layout .inner_box{max-width:1000px;margin:0 auto}
.module_layout h2{font-size:2.4rem;color:#FC8489;text-align:center;margin-bottom:3rem;position:relative}
.module_layout h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#136548 0%,#FC8489 100%)}
.module_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.mod_card{background:#252525;padding:2rem;border-radius:24px;border:1px solid #fc848926;transition:all .3s ease;position:relative}
.mod_card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FC8489 0%,#136548 100%);border-radius:24px 24px 0 0;opacity:0;transition:opacity .3s ease}
.mod_card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #fc848940;border-color:#fc848966}
.mod_card:hover::before{opacity:1}
.mod_card h4{font-size:1.5rem;color:#FFFDE0;margin-bottom:1rem}
.mod_card p{font-size:.95rem;line-height:1.6;color:#fffde0bf}
.mod_card .mod_num{display:inline-block;width:45px;height:45px;background:linear-gradient(135deg,#FC8489 0%,#136548 100%);border-radius:50%;text-align:center;line-height:45px;color:#FFFDE0;font-weight:700;font-size:1.2rem;margin-bottom:1rem}
.path_sect{max-width:1000px;margin:5rem auto;padding:0 1.5rem}
.path_sect h3{font-size:2.2rem;color:#FFFDE0;margin-bottom:2.5rem}
.path_wrap{display:flex;align-items:flex-start;gap:3rem}
.path_steps{flex:1}
.step_item{display:flex;gap:1.5rem;margin-bottom:2.5rem;position:relative}
.step_item::before{content:'';position:absolute;left:19px;top:45px;bottom:-25px;width:2px;background:linear-gradient(180deg,#FC8489 0%,#fc848933 100%)}
.step_item:last-child::before{display:none}
.step_icon_v2{flex-shrink:0;width:40px;height:40px;background:#136548;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFFDE0;font-weight:700;box-shadow:0 4px 12px #13654866}
.step_txt h5{font-size:1.3rem;color:#FC8489;margin-bottom:.5rem}
.step_txt p{font-size:.95rem;line-height:1.6;color:#fffde0cc}
.path_visual{flex:0 0 300px;background:linear-gradient(160deg,#2d2d2d 0%,#1a1a1a 100%);padding:2rem;border-radius:32px;border:2px solid #fc848933}
.path_visual h6{font-size:1.1rem;color:#FFFDE0;margin-bottom:1.5rem;text-align:center}
.progress_track{position:relative;height:220px;display:flex;flex-direction:column;justify-content:space-between}
.prog_milestone{display:flex;align-items:center;gap:1rem}
.milestone_dot{width:16px;height:16px;border-radius:50%;background:#FC8489;box-shadow:0 0 12px #fc848999;flex-shrink:0}
.milestone_dot.completed{background:#136548;box-shadow:0 0 12px #13654899}
.milestone_label{font-size:.9rem;color:#fffde0d9}
.outcomes_area{background:linear-gradient(-15deg,#1a1a1a 0%,#2d2d2d 100%);padding:4.5rem 1.5rem;margin:4rem 0}
.outcomes_area .content_max{max-width:1000px;margin:0 auto}
.outcomes_area h3{font-size:2.3rem;color:#FFFDE0;margin-bottom:1rem}
.outcomes_area .intro_txt{font-size:1.05rem;line-height:1.7;color:#fffde0cc;margin-bottom:3rem}
.skill_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.skill_box{background:#25252599;padding:2rem;border-radius:28px;border-left:4px solid #FC8489;position:relative;overflow:hidden}
.skill_box::after{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,#fc84891a 0%,transparent 70%);pointer-events:none}
.skill_box h5{font-size:1.4rem;color:#FC8489;margin-bottom:.8rem}
.skill_box p{font-size:.95rem;line-height:1.6;color:#fffde0bf}
.action_block{max-width:1000px;margin:5rem auto 4rem;padding:0 1.5rem;text-align:center}
.cta_box_v1{background:linear-gradient(135deg,#fc848926 0%,#13654826 100%);padding:3.5rem 2.5rem;border-radius:36px;border:2px solid #fc848940;box-shadow:inset 0 2px 8px #0003}
.cta_box_v1 h4{font-size:2rem;color:#FFFDE0;margin-bottom:1rem}
.cta_box_v1 p{font-size:1.05rem;line-height:1.6;color:#fffde0d9;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}
.cta_box_v1 .butt-v2{display:inline-block;padding:1rem 2.8rem;background:#FC8489;color:#1a1a1a;text-decoration:none;border-radius:32px;font-size:1.05rem;font-weight:600;box-shadow:0 8px 24px #fc848966;transition:all .3s ease}
.cta_box_v1 .butt-v2:hover{background:#136548;color:#FFFDE0;transform:translateY(-3px);box-shadow:0 12px 32px #13654880}
@media (max-width: 768px) {
.hero_wrap{grid-template-columns:1fr;gap:2.5rem}
.hero_wrap .txt_side h1{font-size:2.2rem}
.hero_wrap .img_side{order:-1}
.module_grid{grid-template-columns:1fr;gap:1.5rem}
.path_wrap{flex-direction:column}
.path_visual{flex:1;width:100%}
.skill_grid{grid-template-columns:1fr}
.cta_box_v1{padding:2.5rem 1.5rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.module_grid{grid-template-columns:repeat(2,1fr)}
.path_visual{flex:0 0 250px}
}
.title_wrap-v2{max-width:1000px;margin:80px auto 0;padding:0 20px;display:flex;flex-direction:column;align-items:center;position:relative}
.title_wrap-v2 .main_head{font-size:48px;line-height:1.2;color:#FFFDE0;text-align:center;margin:0 0 24px;font-weight:700}
.title_wrap-v2 .desc_txt{font-size:18px;line-height:1.6;color:#fffde0d9;text-align:center;max-width:700px;margin:0 0 40px}
.title_wrap-v2 .center_img-holder{width:100%;max-width:600px;margin:0 0 20px;position:relative}
.title_wrap-v2 .center_img-holder img{width:100%;height:320px;object-fit:cover;border-radius:28px;box-shadow:0 12px 32px #fc848933}
.title_wrap-v2 .dot_decoration{display:flex;gap:12px;justify-content:center;margin-top:12px}
.title_wrap-v2 .dot_decoration span{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#FC8489,#136548);opacity:.6}
.interaction_section-v1{max-width:1000px;margin:100px auto 0;padding:0 20px;background:linear-gradient(128deg,#13654826,#fc848914);border-radius:32px;padding:60px 40px}
.interaction_section-v1 .sect_title{font-size:36px;line-height:1.3;color:#FFFDE0;margin:0 0 16px;font-weight:700}
.interaction_section-v1 .sect_subtitle{font-size:17px;line-height:1.7;color:#fffde0cc;margin:0 0 50px;max-width:650px}
.method_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.method_item-box{background:#fffde008;border:2px solid #fc848933;border-radius:24px;padding:32px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.method_item-box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FC8489,#136548);transform:scaleX(0);transition:transform .4s ease}
.method_item-box:hover::before{transform:scaleX(1)}
.method_item-box:hover{border-color:#fc848980;transform:translateY(-4px);box-shadow:0 16px 40px #13654840}
.method_item-box .item_label{font-size:13px;text-transform:uppercase;letter-spacing:1.2px;color:#FC8489;margin:0 0 12px;font-weight:600}
.method_item-box .item_name{font-size:22px;line-height:1.4;color:#FFFDE0;margin:0 0 14px;font-weight:600}
.method_item-box .item_desc{font-size:15px;line-height:1.6;color:#fffde0bf;margin:0}
.people_section-outer{max-width:1000px;margin:100px auto 0;padding:0 20px}
.people_section-outer .sect_head{font-size:38px;line-height:1.3;color:#FFFDE0;margin:0 0 14px;font-weight:700}
.people_section-outer .sect_intro{font-size:17px;line-height:1.7;color:#fffde0d1;margin:0 0 56px;max-width:680px}
.team_layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 36px}
.person_card-v3{background:linear-gradient(142deg,#1365481f,#fc84890f);border-radius:28px;padding:36px 32px;border:1px solid #fffde01a;display:flex;flex-direction:column;transition:all .35s ease}
.person_card-v3:hover{border-color:#fc848966;box-shadow:0 14px 36px #fc84892e;transform:translateY(-3px)}
.person_card-v3 .card_top{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}
.person_card-v3 .portrait_spot{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#fc84894d,#1365484d);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:32px;color:#FFFDE0;font-weight:700;border:3px solid #fffde026}
.person_card-v3 .info_block{flex:1}
.person_card-v3 .person_name{font-size:24px;line-height:1.3;color:#FFFDE0;margin:0 0 6px;font-weight:600}
.person_card-v3 .person_role{font-size:14px;line-height:1.4;color:#FC8489;margin:0;text-transform:uppercase;letter-spacing:.8px;font-weight:600}
.person_card-v3 .bio_text{font-size:15px;line-height:1.7;color:#fffde0c7;margin:0 0 20px}
.person_card-v3 .credential_list{display:flex;flex-direction:column;gap:10px}
.person_card-v3 .cred_row{display:flex;align-items:center;gap:10px;font-size:14px;color:#fffde0b3}
.person_card-v3 .cred_row::before{content:'';width:6px;height:6px;border-radius:50%;background:#136548;flex-shrink:0}
.visual_showcase-wrap{max-width:1000px;margin:100px auto 80px;padding:0 20px}
.visual_showcase-wrap .showcase_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.visual_showcase-wrap .showcase_item{position:relative;border-radius:26px;overflow:hidden;box-shadow:0 10px 28px #13654833;transition:all .35s ease}
.visual_showcase-wrap .showcase_item:hover{transform:scale(1.03);box-shadow:0 18px 48px #fc84894d}
.visual_showcase-wrap .showcase_item img{width:100%;height:240px;object-fit:cover;display:block}
.visual_showcase-wrap .showcase_item::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#13654899);opacity:0;transition:opacity .35s ease}
.visual_showcase-wrap .showcase_item:hover::after{opacity:1}
@media (max-width: 768px) {
.title_wrap-v2{margin:50px auto 0}
.title_wrap-v2 .main_head{font-size:36px}
.title_wrap-v2 .desc_txt{font-size:16px}
.title_wrap-v2 .center_img-holder img{height:240px}
.interaction_section-v1{margin:60px auto 0;padding:40px 24px}
.interaction_section-v1 .sect_title{font-size:28px}
.method_grid{grid-template-columns:1fr}
.people_section-outer{margin:60px auto 0}
.people_section-outer .sect_head{font-size:30px}
.team_layout{grid-template-columns:1fr;gap:28px}
.visual_showcase-wrap{margin:60px auto}
.visual_showcase-wrap .showcase_grid{grid-template-columns:1fr}
.visual_showcase-wrap .showcase_item img{height:200px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.title_wrap-v2 .main_head{font-size:42px}
.method_grid{grid-template-columns:repeat(2,1fr)}
.visual_showcase-wrap .showcase_grid{grid-template-columns:repeat(2,1fr)}
}
.contact-hero-v1{background:linear-gradient(127deg,#1a1a1a 0%,#2d2d2d 100%);padding:80px 20px;position:relative;overflow:hidden}
.contact-hero-v1::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#fc848926 0%,transparent 70%);top:-100px;right:-100px;border-radius:50%;z-index:1}
.contact-hero-v1::after{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#1365481f 0%,transparent 70%);bottom:-80px;left:-80px;border-radius:50%;z-index:1}
.hero-mosaic-wrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-side{padding:20px 0}
.hero-text-side h1{font-size:2.8rem;color:#FFFDE0;margin:0 0 30px;font-weight:700;line-height:1.2}
.hero-text-side p{font-size:1.1rem;color:#d4d4d4;line-height:1.7;margin:0}
.hero-image-side{position:relative;display:flex;align-items:center;justify-content:center}
.hero-img-shape{clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%);overflow:hidden;border-radius:30px;box-shadow:0 15px 40px #fc848940;position:relative}
.hero-img-shape img{width:100%;height:400px;object-fit:cover;display:block}
.contact-info-sec-v2{background:linear-gradient(215deg,#242424 0%,#1c1c1c 100%);padding:90px 20px;position:relative}
.info-container-v2{max-width:1000px;margin:0 auto}
.info-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin:60px 0 0}
.info-card-v2{background:linear-gradient(135deg,#2a2a2a 0%,#222 100%);padding:40px 30px;border-radius:28px;border:2px solid #fc848926;box-shadow:0 8px 24px #0000004d inset 0 1px 2px #fffde00d;transition:all .35s ease;position:relative}
.info-card-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FC8489 0%,#136548 100%);border-radius:28px 28px 0 0;opacity:0;transition:opacity .35s ease}
.info-card-v2:hover{transform:translateY(-8px);border-color:#fc848966;box-shadow:0 15px 35px #fc848933 inset 0 1px 2px #fffde014}
.info-card-v2:hover::before{opacity:1}
.info-icon-v2{width:56px;height:56px;background:linear-gradient(125deg,#fc848933 0%,#13654833 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.info-icon-v2 i{font-size:24px;color:#FC8489}
.info-card-v2 h3{font-size:1.3rem;color:#FFFDE0;margin:0 0 15px;font-weight:600}
.info-card-v2 p{font-size:1rem;color:#b8b8b8;line-height:1.6;margin:0}
.info-card-v2 a{color:#FC8489;text-decoration:none;transition:color .25s ease}
.info-card-v2 a:hover{color:#FFFDE0}
.section-head-v2{text-align:center;margin:0 0 10px}
.section-head-v2 h2{font-size:2.4rem;color:#FFFDE0;margin:0;font-weight:700}
.contact-form-sec-v3{background:linear-gradient(145deg,#1f1f1f 0%,#2b2b2b 100%);padding:100px 20px;position:relative}
.form-wrap-v3{max-width:700px;margin:0 auto}
.form-intro-v3{text-align:center;margin:0 0 50px}
.form-intro-v3 h2{font-size:2.5rem;color:#FFFDE0;margin:0 0 20px;font-weight:700}
.form-intro-v3 p{font-size:1.05rem;color:#c2c2c2;line-height:1.6;margin:0}
.step-form-v3{background:linear-gradient(130deg,#272727 0%,#1e1e1e 100%);padding:50px 40px;border-radius:32px;box-shadow:0 12px 40px #0006 inset 0 2px 3px #fffde00a;border:2px solid #13654833}
.step-indicator-v3{display:flex;justify-content:space-between;margin:0 0 40px;position:relative}
.step-indicator-v3::before{content:'';position:absolute;top:18px;left:0;right:0;height:3px;background:#fc848926;z-index:1}
.step-item-v3{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}
.step-circle-v3{width:36px;height:36px;background:#1e1e1e;border:3px solid #fc84894d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#888;font-weight:600;margin:0 0 8px}
.step-item-v3.active .step-circle-v3{background:linear-gradient(135deg,#FC8489 0%,#136548 100%);border-color:#FC8489;color:#FFFDE0;box-shadow:0 4px 15px #fc848966}
.step-label-v3{font-size:.85rem;color:#888;font-weight:500}
.step-item-v3.active .step-label-v3{color:#FFFDE0}
.form-step-v3{display:none}
.form-step-v3.active-step{display:block}
.field-group-v3{margin:0 0 25px}
.field-group-v3 label{display:block;font-size:.95rem;color:#FFFDE0;margin:0 0 10px;font-weight:500}
.field-group-v3 input{width:100%;padding:16px 20px;background:#1a1a1a;border:2px solid #fc848933;border-radius:20px;color:#e0e0e0;font-size:1rem;transition:all .3s ease;box-sizing:border-box}
.field-group-v3 input:focus{outline:none;border-color:#FC8489;box-shadow:0 0 0 4px #fc848926;background:#222}
.step-actions-v3{display:flex;gap:15px;margin:35px 0 0}
.btn-next-v3,.btn-prev-v3{flex:1;padding:16px 30px;border:none;border-radius:22px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:10}
.btn-next-v3{background:linear-gradient(120deg,#FC8489 0%,#136548 100%);color:#FFFDE0;box-shadow:0 6px 20px #fc84894d}
.btn-next-v3:hover{transform:translateY(-3px);box-shadow:0 10px 28px #fc848973}
.btn-prev-v3{background:#2a2a2a;color:#c2c2c2;border:2px solid #fc848933}
.btn-prev-v3:hover{background:#323232;border-color:#fc848966;color:#FFFDE0}
.privacy-check-v3{margin:25px 0 0}
.privacy-check-v3 label{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:#b0b0b0;cursor:pointer;line-height:1.5}
.privacy-check-v3 input[type="checkbox"]{margin:4px 0 0;width:18px;height:18px;cursor:pointer;accent-color:#FC8489}
.privacy-check-v3 a{color:#FC8489;text-decoration:none;transition:color .25s ease}
.privacy-check-v3 a:hover{color:#FFFDE0}
.btn-submit-v3{width:100%;padding:18px 30px;background:linear-gradient(120deg,#FC8489 0%,#136548 100%);border:none;border-radius:24px;color:#FFFDE0;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .35s ease;box-shadow:0 8px 24px #fc848959;margin:30px 0 0;position:relative;z-index:10}
.btn-submit-v3:hover{transform:translateY(-4px);box-shadow:0 14px 35px #fc848980}
@media (max-width: 768px) {
.hero-mosaic-wrap{grid-template-columns:1fr;gap:40px}
.hero-text-side h1{font-size:2.2rem}
.hero-img-shape img{height:300px}
.info-grid-v2{grid-template-columns:1fr;gap:30px}
.step-form-v3{padding:35px 25px}
.step-indicator-v3{margin:0 0 30px}
.step-label-v3{font-size:.75rem}
.step-circle-v3{width:32px;height:32px;font-size:.8rem}
.form-intro-v3 h2{font-size:2rem}
.contact-hero-v1{padding:60px 20px}
}
@media (max-width: 480px) {
.hero-text-side h1{font-size:1.9rem}
.step-actions-v3{flex-direction:column}
.step-label-v3{display:none}
}
.ab_heado_v1{background:linear-gradient(135deg,#1a1f1c 0%,#0f1612 100%);padding:80px 20px;position:relative;overflow:hidden}
.ab_heado_v1::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fc848914 0%,transparent 70%);border-radius:50%;pointer-events:none}
.ab_header_wrapper{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:60px}
.ab_head_txt{flex:1}
.ab_head_txt h1{font-size:42px;line-height:1.2;color:#FFFDE0;margin:0 0 20px}
.ab_head_txt h1 .highlight_term{color:#FC8489;position:relative}
.ab_head_txt p{font-size:17px;line-height:1.6;color:#fffde0d9;margin:0}
.ab_head_visual{flex:0 0 380px;position:relative}
.ab_head_visual img{width:100%;height:420px;object-fit:cover;border-radius:32px;box-shadow:0 12px 40px #00000080 0 0 0 1px #fffde01a}
.ab_head_visual::after{content:'';position:absolute;bottom:-20px;left:-20px;width:120px;height:120px;background:linear-gradient(225deg,#136548 0%,#1365484d 100%);border-radius:50%;z-index:-1}
.story_section_v2{background:linear-gradient(180deg,#0a0e0b 0%,#141814 100%);padding:90px 20px}
.story_inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.story_content_col h2{font-size:34px;color:#FFFDE0;margin:0 0 24px;position:relative;padding-left:18px}
.story_content_col h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:28px;background:linear-gradient(180deg,#FC8489 0%,#136548 100%);border-radius:3px}
.story_content_col p{font-size:16px;line-height:1.7;color:#fffde0cc;margin:0 0 20px}
.story_visual_col{display:flex;flex-direction:column;gap:24px}
.story_img_wrap{position:relative}
.story_img_wrap img{width:100%;height:260px;object-fit:cover;border-radius:28px;box-shadow:0 8px 24px #0006}
.story_img_wrap:nth-child(2){margin-left:40px}
.approach_block_v1{background:#0f1411;padding:85px 20px;position:relative}
.approach_block_v1::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#FC8489 50%,transparent 100%)}
.approach_container{max-width:1000px;margin:0 auto}
.approach_header{text-align:center;margin-bottom:60px}
.approach_header h2{font-size:36px;color:#FFFDE0;margin:0 0 16px}
.approach_header p{font-size:17px;color:#fffde0bf;margin:0}
.approach_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.approach_card{background:linear-gradient(145deg,#1a2019 0%,#0f1411 100%);padding:36px 28px;border-radius:24px;border:1px solid #fffde014;transition:all .3s ease;position:relative}
.approach_card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #fc848926;border-color:#fc84894d}
.approach_card h3{font-size:22px;color:#FC8489;margin:0 0 14px}
.approach_card p{font-size:15px;line-height:1.6;color:#fffde0cc;margin:0}
.approach_card::before{content:'';position:absolute;top:12px;right:12px;width:8px;height:8px;background:#136548;border-radius:50%}
.values_wrapper_v3{background:linear-gradient(225deg,#141a16 0%,#0a0d0b 100%);padding:80px 20px 90px}
.values_inner_box{max-width:1000px;margin:0 auto}
.values_intro{margin-bottom:50px}
.values_intro h2{font-size:35px;color:#FFFDE0;margin:0 0 18px;text-align:center}
.values_intro h2::after{content:'';display:block;width:80px;height:3px;background:linear-gradient(90deg,#FC8489 0%,#136548 100%);margin:12px auto 0;border-radius:2px}
.values_intro p{font-size:16px;color:#fffde0bf;text-align:center;margin:0}
.values_list{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.value_item_box{background:#1365480f;padding:32px;border-radius:30px;border-left:4px solid #136548;transition:all .3s ease}
.value_item_box:hover{background:#1365481f;border-left-color:#FC8489;box-shadow:0 10px 28px #0000004d}
.value_item_box h3{font-size:24px;color:#FC8489;margin:0 0 12px}
.value_item_box p{font-size:15px;line-height:1.7;color:#fffde0d1;margin:0}
@media (max-width: 968px) {
.ab_header_wrapper{flex-direction:column;gap:40px}
.ab_head_visual{flex:0 0 auto;width:100%;max-width:500px}
.ab_head_txt h1{font-size:36px}
.story_inner{grid-template-columns:1fr;gap:50px}
.story_img_wrap:nth-child(2){margin-left:0}
.approach_grid{grid-template-columns:1fr}
.values_list{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.ab_heado_v1{padding:60px 20px}
.ab_head_txt h1{font-size:30px}
.ab_head_visual img{height:320px}
.story_section_v2{padding:60px 20px}
.story_content_col h2{font-size:28px}
.approach_block_v1{padding:60px 20px}
.approach_header h2{font-size:30px}
.values_wrapper_v3{padding:60px 20px 70px}
.values_intro h2{font-size:29px}
}
.success-outer-v1{background:linear-gradient(153deg,#0a1612 0%,#1a2520 45%,#0f1914 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.success-outer-v1::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,#fc848914 0%,transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}
.success-outer-v1::after{content:'';position:absolute;bottom:-30%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,#1365481f 0%,transparent 65%);border-radius:50%;filter:blur(80px);pointer-events:none}
.success-content-wrap{max-width:680px;width:100%;margin:0 auto;text-align:center;position:relative;z-index:2}
.success-icon-container{margin-bottom:35px;display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;background:linear-gradient(135deg,#fc848926 0%,#13654826 100%);border-radius:50%;box-shadow:0 8px 32px #fc848933 inset 0 1px 2px #fffde01a;position:relative}
.success-icon-container::before{content:'';position:absolute;inset:8px;border-radius:50%;background:linear-gradient(225deg,#1365484d 0%,transparent 100%);pointer-events:none}
.check-mark-svg{width:50px;height:50px;position:relative;z-index:1}
.success-content-wrap h1{font-size:42px;font-weight:700;color:#FFFDE0;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.success-message-text{font-size:18px;line-height:1.7;color:#fffde0d9;margin:0 0 25px}
.success-message-text strong{color:#FC8489;font-weight:600}
.success-detail-para{font-size:16px;line-height:1.65;color:#fffde0b8;margin:0 0 40px;max-width:560px;margin-left:auto;margin-right:auto}
.button-group-success{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.butt-primary-v2{display:inline-flex;align-items:center;gap:8px;padding:15px 32px;background:linear-gradient(135deg,#FC8489 0%,#ff969b 100%);color:#0a1612;font-size:16px;font-weight:600;text-decoration:none;border-radius:28px;box-shadow:0 6px 20px #fc848959 inset 0 1px 1px #ffffff4d;transition:all .3s ease;position:relative;overflow:hidden}
.butt-primary-v2::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#fff3 0%,transparent 100%);opacity:0;transition:opacity .3s ease}
.butt-primary-v2:hover{transform:translateY(-2px);box-shadow:0 10px 28px #fc848973 inset 0 1px 1px #fff6}
.butt-primary-v2:hover::before{opacity:1}
.butt-secondary-v2{display:inline-flex;align-items:center;gap:8px;padding:15px 32px;background:transparent;color:#FFFDE0;font-size:16px;font-weight:600;text-decoration:none;border-radius:28px;border:2px solid #fffde040;box-shadow:0 4px 16px #0000001a inset 0 1px 1px #fffde00d;transition:all .3s ease;position:relative}
.butt-secondary-v2:hover{border-color:#13654899;background:#1365481a;transform:translateY(-2px);box-shadow:0 8px 20px #13654833 inset 0 1px 1px #fffde014}
.icon-arrow-right{width:18px;height:18px;transition:transform .3s ease}
.butt-primary-v2:hover .icon-arrow-right{transform:translateX(3px)}
.butt-secondary-v2:hover .icon-arrow-right{transform:translateX(3px)}
@media (max-width: 768px) {
.success-outer-v1{padding:40px 16px;min-height:75vh}
.success-content-wrap h1{font-size:32px;margin-bottom:16px}
.success-message-text{font-size:16px;margin-bottom:20px}
.success-detail-para{font-size:15px;margin-bottom:32px}
.success-icon-container{width:90px;height:90px;margin-bottom:28px}
.check-mark-svg{width:40px;height:40px}
.button-group-success{flex-direction:column;gap:12px}
.butt-primary-v2,.butt-secondary-v2{width:100%;justify-content:center;padding:14px 28px;font-size:15px}
}
@media (max-width: 480px) {
.success-content-wrap h1{font-size:28px}
.success-outer-v1::before,.success-outer-v1::after{width:400px;height:400px}
}