*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'Source Sans Pro',sans-serif;font-size:16px;line-height:1.6;color:#2d3748;background:#fafbfc}
body{display:flex;flex-direction:column}
main{flex:1 0 auto}
.head_wrap{background:linear-gradient(135deg,#776cf114 0%,#ecfdf266 100%);border-bottom:2px solid #776cf11f;position:relative}
.head_wrap::before{content:'Domain';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:8rem;font-weight:700;color:#776cf10a;letter-spacing:.15em;pointer-events:none;white-space:nowrap;z-index:1}
.head_inner{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:3rem}
.logo_box{flex-shrink:0}
.logo_box img{height:95px;width:95px;display:block;background:#fff;padding:8px;border-radius:20px;box-shadow:0 4px 12px #776cf126}
.navi{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.navi a{padding:.75rem 1.5rem;color:#2d3748;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:18px;transition:background 280ms ease,color 280ms ease;background:#ffffffb3;border:1px solid #776cf11a}
.navi a:hover{background:#776cf1eb;color:#fff;border-color:#776cf1f2}
.foot_outer{background:linear-gradient(to bottom,#f8f9fb 0%,#eef1f5 100%);border-top:1px solid #dde2e8;padding:3rem 2rem 2rem;margin-top:auto;flex-shrink:0}
.foot_container{max-width:1200px;margin:0 auto}
.foot_grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}
.foot_block h3{font-size:1.1rem;font-weight:700;color:#1a202c;margin-bottom:1rem}
.foot_block p{font-size:.95rem;color:#4a5568;line-height:1.7;margin-bottom:.8rem}
.foot_block a{color:#4a5568;text-decoration:none;font-size:.95rem;display:block;margin-bottom:.6rem;transition:color 300ms ease}
.foot_block a:hover{color:#776CF1}
.foot_copy{text-align:center;padding-top:2rem;border-top:1px solid #dde2e8;color:#718096;font-size:.9rem}
.cookie_banner{display:none;position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:#fff;padding:1.5rem 2.5rem;border-radius:24px;box-shadow:0 8px 32px #00000026;max-width:900px;width:90%;z-index:9999;border:2px solid #776cf133}
.cookie_banner.is_shown{display:block}
.cookie_content{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.cookie_txt{flex:1;min-width:280px}
.cookie_txt p{font-size:.95rem;color:#4a5568;line-height:1.6;margin-bottom:.5rem}
.cookie_txt a{color:#776CF1;text-decoration:none;font-weight:600}
.cookie_actions{display:flex;gap:1rem;flex-wrap:wrap}
.cookie_actions button{padding:.7rem 1.8rem;border:none;border-radius:16px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all 300ms ease;font-family:'Source Sans Pro',sans-serif}
.cookie_accept{background:#776CF1;color:#fff}
.cookie_accept:hover{background:#6159d1;box-shadow:0 4px 12px #776cf14d}
.cookie_decline{background:#edf2f7;color:#4a5568}
.cookie_decline:hover{background:#e2e8f0}
.cookie_settings{background:transparent;color:#776CF1;border:2px solid #776CF1}
.cookie_settings:hover{background:#776cf114}
.cookie_prefs{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 12px 48px #0003;max-width:600px;width:90%;z-index:10000;max-height:85vh;overflow-y:auto}
.cookie_prefs.is_open{display:block}
.cookie_prefs h3{font-size:1.4rem;color:#1a202c;margin-bottom:1.5rem}
.pref_item{padding:1.2rem 0;border-bottom:1px solid #e2e8f0}
.pref_item:last-child{border-bottom:none}
.pref_item label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;color:#2d3748}
.pref_item p{font-size:.9rem;color:#718096;margin-top:.5rem;line-height:1.6}
.pref_item input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.pref_actions{display:flex;gap:1rem;margin-top:2rem}
.pref_actions button{flex:1;padding:.8rem;border:none;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 300ms ease;font-family:'Source Sans Pro',sans-serif}
.pref_save{background:#776CF1;color:#fff}
.pref_save:hover{background:#6159d1}
.pref_cancel{background:#edf2f7;color:#4a5568}
.pref_cancel:hover{background:#e2e8f0}
.cookie_float{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:#776CF1;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #776cf166;transition:all 300ms ease;z-index:9998;display:none}
.cookie_float.is_visible{display:flex}
.cookie_float:hover{transform:scale(1.1);box-shadow:0 6px 20px #776cf180}
.cookie_float i{color:#fff;font-size:1.3rem}
@media (max-width: 768px) {
.head_wrap::before{font-size:4rem}
.head_inner{flex-direction:column;gap:1.5rem;padding:1.2rem 1.5rem}
.logo_box img{height:75px;width:75px}
.navi{justify-content:center;width:100%}
.navi a{font-size:.95rem;padding:.65rem 1.2rem}
.foot_grid{grid-template-columns:1fr;gap:2rem}
.cookie_content{flex-direction:column;gap:1.2rem}
.cookie_actions{width:100%}
.cookie_actions button{flex:1}
.cookie_float{bottom:1.5rem;right:1.5rem;width:50px;height:50px}
}
@media (max-width: 480px) {
.head_wrap::before{font-size:2.5rem}
.navi{flex-direction:column;width:100%}
.navi a{width:100%;text-align:center}
.cookie_banner{bottom:1rem;width:95%;padding:1.2rem 1.5rem}
.cookie_actions{flex-direction:column}
.cookie_actions button{width:100%}
}
.doc-wrapper{max-width:1200px;margin:0 auto;padding:80px 20px;background:#fff}
.doc-wrapper h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.doc-wrapper h2{font-size:32px;font-weight:600;color:#2a2a2a;margin:60px 0 24px;line-height:1.3;padding-top:20px;border-top:3px solid #776CF1}
.doc-wrapper h3{font-size:24px;font-weight:600;color:#3a3a3a;margin:40px 0 20px;line-height:1.4}
.doc-wrapper h4{font-size:20px;font-weight:600;color:#4a4a4a;margin:32px 0 16px;line-height:1.4}
.doc-wrapper h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:28px 0 14px;line-height:1.5}
.doc-wrapper h6{font-size:16px;font-weight:600;color:#6a6a6a;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.doc-wrapper p{font-size:17px;line-height:1.8;color:#4a4a4a;margin:0 0 24px;max-width:800px}
.doc-wrapper strong,.doc-wrapper b{font-weight:600;color:#2a2a2a}
.doc-wrapper em,.doc-wrapper i{font-style:italic;color:#3a3a3a}
.doc-wrapper a{color:#776CF1;text-decoration:none;border-bottom:2px solid #776cf14d;transition:all .3s ease;font-weight:500}
.doc-wrapper a:hover{color:#5a4cd1;border-bottom-color:#776CF1}
.doc-wrapper a:focus{outline:3px solid #776cf166;outline-offset:2px;border-radius:4px}
.doc-wrapper hr{border:none;height:2px;background:linear-gradient(to right,#776CF1,#776cf133);margin:60px 0;border-radius:2px}
.doc-wrapper div{margin:0 0 20px}
.doc-wrapper ul,.doc-wrapper ol{margin:0 0 24px;padding-left:32px}
.doc-wrapper ul li,.doc-wrapper ol li{font-size:17px;line-height:1.8;color:#4a4a4a;margin-bottom:12px}
.doc-wrapper ul li{list-style-type:disc}
.doc-wrapper ol li{list-style-type:decimal}
.doc-wrapper blockquote{margin:32px 0;padding:24px 32px;border-left:4px solid #776CF1;background:#776cf10d;border-radius:0 16px 16px 0}
.doc-wrapper blockquote p{margin-bottom:0;font-style:italic}
.doc-wrapper code{background:#f5f5f5;padding:3px 8px;border-radius:6px;font-family:'Courier New',monospace;font-size:15px;color:#B0161C}
.doc-wrapper table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014}
.doc-wrapper table th,.doc-wrapper table td{padding:16px 20px;text-align:left;border-bottom:1px solid #e5e5e5}
.doc-wrapper table th{background:#776CF1;color:#fff;font-weight:600;font-size:16px}
.doc-wrapper table td{font-size:16px;color:#4a4a4a}
.doc-wrapper table tr:last-child td{border-bottom:none}
@media (max-width: 768px) {
.doc-wrapper{padding:60px 16px}
.doc-wrapper h1{font-size:32px;margin-bottom:12px}
.doc-wrapper h2{font-size:26px;margin:48px 0 20px}
.doc-wrapper h3{font-size:22px;margin:36px 0 16px}
.doc-wrapper h4{font-size:19px;margin:28px 0 14px}
.doc-wrapper h5{font-size:17px;margin:24px 0 12px}
.doc-wrapper h6{font-size:15px;margin:20px 0 10px}
.doc-wrapper p{font-size:16px;margin-bottom:20px}
.doc-wrapper ul li,.doc-wrapper ol li{font-size:16px}
.doc-wrapper hr{margin:48px 0}
.doc-wrapper blockquote{padding:20px 24px;margin:28px 0}
.doc-wrapper table th,.doc-wrapper table td{padding:12px 16px;font-size:15px}
}
@media (max-width: 480px) {
.doc-wrapper{padding:40px 12px}
.doc-wrapper h1{font-size:28px}
.doc-wrapper h2{font-size:24px;margin:40px 0 16px}
.doc-wrapper p{font-size:15px;line-height:1.7}
.doc-wrapper ul,.doc-wrapper ol{padding-left:24px}
.doc-wrapper blockquote{padding:16px 20px}
.doc-wrapper table{font-size:14px}
.doc-wrapper table th,.doc-wrapper table td{padding:10px 12px;font-size:14px}
}
.title_wrap{position:relative;background:linear-gradient(135deg,#776cf114 0%,#ecfdf299 100%);padding:80px 20px;overflow:hidden}
.title_wrap::before{content:'';position:absolute;top:-60px;right:-40px;width:280px;height:280px;background:#b0161c0a;border-radius:50%;z-index:1}
.title_wrap::after{content:'';position:absolute;bottom:-100px;left:-80px;width:350px;height:350px;background:#776cf10f;border-radius:28px;transform:rotate(25deg);z-index:1}
.title_inner{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title_text_area h1{font-size:48px;line-height:1.2;color:#2a2a2a;margin:0 0 18px;font-weight:700}
.title_text_area h2{font-size:28px;line-height:1.4;color:#776CF1;margin:0 0 24px;font-weight:600}
.title_text_area p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.title_img_zone{position:relative}
.title_img_zone img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 36px #776cf12e}
.story_section{background:#fff;padding:100px 20px}
.story_container{max-width:1200px;margin:0 auto}
.story_grid{display:grid;grid-template-columns:2fr 3fr;gap:80px;align-items:start}
.story_sidebar{position:sticky;top:40px}
.story_sidebar h3{font-size:36px;line-height:1.3;color:#2a2a2a;margin:0 0 20px;font-weight:700;position:relative;padding-left:20px}
.story_sidebar h3::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#776CF1 0%,#B0161C 100%);border-radius:3px}
.story_sidebar p{font-size:17px;line-height:1.7;color:#5a5a5a;margin:0 0 28px 20px}
.story_img_small{width:100%;height:260px;object-fit:cover;border-radius:20px;margin:32px 0 0 20px;box-shadow:0 6px 20px #00000014}
.story_content_zone{display:flex;flex-direction:column;gap:50px}
.story_block{background:linear-gradient(135deg,#ecfdf266 0%,#776cf10d 100%);padding:40px;border-radius:24px;border-left:5px solid #776CF1}
.story_block h4{font-size:24px;line-height:1.4;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.story_block p{font-size:17px;line-height:1.8;color:#4a4a4a;margin:0 0 20px}
.story_block p:last-child{margin-bottom:0}
.story_img_inline{width:100%;height:340px;object-fit:cover;border-radius:20px;margin:28px 0 0;box-shadow:0 8px 24px #0000001a}
.team_zone{background:linear-gradient(180deg,#fff 0%,#ecfdf24d 100%);padding:100px 20px 120px;position:relative}
.team_zone::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#776CF1 50%,transparent 100%)}
.team_wrap{max-width:1200px;margin:0 auto}
.team_header{text-align:center;margin-bottom:70px}
.team_header h3{font-size:42px;line-height:1.3;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.team_header p{font-size:18px;line-height:1.7;color:#5a5a5a;max-width:700px;margin:0 auto}
.team_members{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.member_card{background:#fff;border-radius:28px;padding:0;box-shadow:0 8px 28px #776cf11f;transition:all 320ms ease;overflow:hidden;border:2px solid transparent}
.member_card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #776cf133;border-color:#776CF1}
.member_photo{width:100%;height:380px;object-fit:cover}
.member_info{padding:32px}
.member_info h4{font-size:26px;line-height:1.3;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.member_role{font-size:16px;line-height:1.4;color:#776CF1;margin:0 0 20px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.member_info p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0}
@media (max-width: 1024px) {
.title_inner{grid-template-columns:1fr;gap:40px}
.title_text_area h1{font-size:38px}
.title_text_area h2{font-size:24px}
.story_grid{grid-template-columns:1fr;gap:50px}
.story_sidebar{position:static}
.team_members{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.title_wrap{padding:60px 20px}
.title_text_area h1{font-size:32px}
.title_text_area h2{font-size:22px}
.title_text_area p{font-size:16px}
.title_img_zone img{height:300px}
.story_section,.team_zone{padding:70px 20px}
.story_sidebar h3{font-size:28px}
.story_block{padding:28px}
.story_block h4{font-size:21px}
.team_header h3{font-size:32px}
.member_photo{height:320px}
.member_info{padding:24px}
.member_info h4{font-size:22px}
}
@media (max-width: 480px) {
.title_text_area h1{font-size:28px}
.title_text_area h2{font-size:20px}
.story_sidebar h3{font-size:24px}
.story_block h4{font-size:19px}
.story_block p,.member_info p{font-size:16px}
.team_header h3{font-size:28px}
.member_photo{height:280px}
}
.title_wrap{max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 380px;gap:50px;align-items:center}
.title_txt h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.title_txt h1 span{color:#776CF1;display:block}
.title_txt .desc{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.title_img_card{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #776cf126}
.title_img_card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid #776CF1;border-radius:24px;pointer-events:none}
.title_img_card img{width:100%;height:420px;object-fit:cover;display:block;filter:sepia(0.08) saturate(1.1)}
.efficiency_sect{background:linear-gradient(135deg,#ECFDF2 0%,#f5f5ff 100%);padding:80px 20px;position:relative}
.efficiency_sect::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#776CF1,transparent)}
.efficiency_inner{max-width:1200px;margin:0 auto}
.efficiency_inner h2{font-size:38px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.efficiency_inner .sub_line{font-size:20px;color:#B0161C;margin:0 0 50px;font-weight:600}
.learning_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.learn_card{background:#fff;padding:36px 28px;border-radius:20px;box-shadow:0 3px 12px #00000014;transition:transform 280ms,box-shadow 280ms;border-left:5px solid #776CF1}
.learn_card:hover{transform:translateY(-6px);box-shadow:0 6px 24px #776cf133}
.learn_card .icon_box{width:56px;height:56px;background:#776cf11f;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.learn_card .icon_box i{font-size:28px;color:#776CF1}
.learn_card h3{font-size:22px;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.learn_card p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.progress_area{max-width:1200px;margin:0 auto;padding:90px 20px}
.progress_header{text-align:center;margin:0 0 60px}
.progress_header h2{font-size:40px;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.progress_header p{font-size:18px;color:#6a6a6a;margin:0;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}
.tracker_visual{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin:0 0 50px}
.track_item{background:linear-gradient(145deg,#f9f9ff,white);padding:32px 24px;border-radius:18px;text-align:center;border:2px solid #ECFDF2;position:relative}
.track_item::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#776CF1,#B0161C);border-radius:18px;opacity:0;transition:opacity 320ms;z-index:-1}
.track_item:hover::before{opacity:.15}
.track_num{font-size:48px;font-weight:700;color:#776CF1;margin:0 0 12px;line-height:1}
.track_label{font-size:16px;color:#4a4a4a;margin:0 0 8px;font-weight:600}
.track_desc{font-size:14px;color:#7a7a7a;margin:0;line-height:1.5}
.progress_ring_box{display:flex;justify-content:center;gap:60px;align-items:center}
.ring_wrapper{text-align:center}
.ring_svg{width:160px;height:160px;transform:rotate(-90deg)}
.ring_bg{fill:none;stroke:#ECFDF2;stroke-width:12}
.ring_fill{fill:none;stroke:#776CF1;stroke-width:12;stroke-linecap:round;stroke-dasharray:440;transition:stroke-dashoffset 600ms}
.ring_wrapper:nth-child(1) .ring_fill{stroke-dashoffset:110}
.ring_wrapper:nth-child(2) .ring_fill{stroke-dashoffset:154}
.ring_wrapper:nth-child(3) .ring_fill{stroke-dashoffset:88}
.ring_txt{margin:16px 0 0}
.ring_percent{font-size:26px;font-weight:700;color:#776CF1;display:block;margin:0 0 6px}
.ring_name{font-size:15px;color:#5a5a5a;margin:0}
.flex_section{background:#1a1a1a;padding:85px 20px;position:relative;overflow:hidden}
.flex_section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#776cf114,#b0161c14);pointer-events:none}
.flex_container{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.flex_top{text-align:center;margin:0 0 55px}
.flex_top h2{font-size:42px;color:#fff;margin:0 0 20px;font-weight:700}
.flex_top p{font-size:18px;color:#d0d0d0;margin:0;line-height:1.6}
.adapt_cards{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.adapt_box{background:#ffffff0a;padding:40px 32px;border-radius:22px;border:1px solid #776cf133;transition:all 340ms}
.adapt_box:hover{background:#ffffff12;border-color:#776cf180;transform:scale(1.02)}
.adapt_box .ico{width:64px;height:64px;background:linear-gradient(135deg,#776CF1,#B0161C);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.adapt_box .ico i{font-size:32px;color:#fff}
.adapt_box h3{font-size:24px;color:#fff;margin:0 0 16px;font-weight:600}
.adapt_box p{font-size:16px;line-height:1.7;color:silver;margin:0}
.tech_zone{max-width:1200px;margin:0 auto;padding:90px 20px}
.tech_header_row{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 50px;gap:40px}
.tech_text_side{flex:1}
.tech_text_side h2{font-size:40px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.tech_text_side p{font-size:17px;line-height:1.7;color:#5a5a5a;margin:0}
.tech_img_side{flex:0 0 420px}
.tech_img_side img{width:100%;height:280px;object-fit:cover;border-radius:20px;box-shadow:0 5px 18px #0000001f}
.tech_features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.feat_block{background:linear-gradient(135deg,#f9f9ff,white);padding:32px 26px;border-radius:20px;border-top:4px solid #B0161C;transition:all 300ms}
.feat_block:hover{transform:translateY(-4px);box-shadow:0 8px 20px #b0161c26}
.feat_block h4{font-size:20px;color:#1a1a1a;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:10px}
.feat_block h4 i{color:#B0161C;font-size:22px}
.feat_block p{font-size:15px;line-height:1.6;color:#6a6a6a;margin:0}
.after_learning_sect{background:linear-gradient(180deg,white,#ECFDF2);padding:80px 20px}
.after_inner{max-width:1200px;margin:0 auto}
.after_grid{display:grid;grid-template-columns:480px 1fr;gap:60px;align-items:center}
.after_visual_col img{width:100%;height:520px;object-fit:cover;border-radius:24px;box-shadow:0 6px 24px #0000001a}
.after_content_col h2{font-size:38px;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.after_content_col h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#776CF1,#B0161C);border-radius:3px;margin:0 0 16px}
.support_list{list-style:none;padding:0;margin:0 0 32px}
.support_list li{padding:18px 0;border-bottom:1px solid #776cf126;font-size:17px;color:#4a4a4a;display:flex;align-items:center;gap:12px}
.support_list li::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;color:#776CF1;font-size:18px}
.support_list li:last-child{border-bottom:none}
.after_cta_btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#776CF1,#B0161C);color:#fff;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;box-shadow:0 4px 16px #776cf14d;transition:all 300ms;position:relative;z-index:2}
.after_cta_btn:hover{transform:translateY(-2px);box-shadow:0 6px 22px #776cf166}
.testimony_block{background:#fff;padding:75px 20px}
.testimony_wrapper{max-width:1200px;margin:0 auto}
.testimony_wrapper h2{font-size:38px;color:#1a1a1a;text-align:center;margin:0 0 50px;font-weight:700}
.testimony_card{background:linear-gradient(145deg,#f9f9ff,white);padding:42px 38px;border-radius:22px;border-left:6px solid #776CF1;box-shadow:0 4px 18px #00000014;max-width:900px;margin:0 auto}
.test_profile{display:flex;align-items:center;gap:24px;margin:0 0 24px}
.test_photo{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #776CF1}
.test_photo img{width:100%;height:100%;object-fit:cover}
.test_info h3{font-size:22px;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.test_info .role{font-size:15px;color:#B0161C;margin:0;font-weight:500}
.test_quote{font-size:17px;line-height:1.8;color:#4a4a4a;font-style:italic;margin:0 0 20px;padding:0 0 0 30px;border-left:3px solid #776cf14d}
.test_stars{display:flex;gap:6px}
.test_stars i{color:#776CF1;font-size:18px}
@media (max-width: 1024px) {
.title_wrap{grid-template-columns:1fr;gap:40px}
.title_img_card{max-width:500px;margin:0 auto}
.learning_grid{grid-template-columns:repeat(2,1fr)}
.tracker_visual{grid-template-columns:repeat(2,1fr)}
.progress_ring_box{flex-wrap:wrap;gap:40px}
.tech_header_row{flex-direction:column;align-items:flex-start}
.tech_img_side{flex:1;width:100%}
.after_grid{grid-template-columns:1fr;gap:40px}
.after_visual_col img{height:400px}
}
@media (max-width: 768px) {
.title_txt h1{font-size:36px}
.learning_grid{grid-template-columns:1fr}
.tracker_visual{grid-template-columns:1fr}
.adapt_cards{grid-template-columns:1fr}
.tech_features{grid-template-columns:1fr}
.progress_header h2,.flex_top h2,.tech_text_side h2,.after_content_col h2,.testimony_wrapper h2{font-size:32px}
.efficiency_inner h2{font-size:30px}
}
@media (max-width: 480px) {
.title_txt h1{font-size:28px}
.title_img_card img{height:320px}
.progress_header h2,.flex_top h2,.tech_text_side h2,.after_content_col h2,.testimony_wrapper h2{font-size:26px}
.learn_card,.adapt_box,.feat_block,.testimony_card{padding:28px 20px}
.after_visual_col img{height:300px}
.test_profile{flex-direction:column;text-align:center}
.test_quote{padding:0;border-left:none;border-top:3px solid #776cf14d;padding-top:16px}
}
.reach-page{max-width:1200px;margin:0 auto;padding:0 20px}
.intro-zone{display:flex;gap:40px;align-items:center;margin:60px 0 80px}
.intro-zone .img-part{flex:1;position:relative}
.intro-zone .img-part img{width:100%;height:auto;display:block;border-radius:24px;filter:saturate(0.6)}
.intro-zone .txt-part{flex:1}
.intro-zone .txt-part h1{font-size:46px;line-height:1.2;margin:0 0 24px;color:#1a1a1a}
.intro-zone .txt-part .lead-text{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0 0 16px}
.intro-zone .txt-part .accent-line{font-size:20px;line-height:1.5;color:#776CF1;font-weight:600;position:relative;padding-left:28px}
.intro-zone .txt-part .accent-line::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#B0161C;border-radius:50%}
.decor-dots{display:flex;gap:8px;margin:32px 0 0}
.decor-dots span{width:6px;height:6px;background:#776CF1;border-radius:50%;opacity:.4}
.decor-dots span:nth-child(2){opacity:.6}
.decor-dots span:nth-child(3){opacity:.8}
.decor-dots span:nth-child(4){opacity:1}
.info-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:0 0 80px}
.info-card{background:linear-gradient(135deg,#776cf114,#ecfdf280);padding:48px 36px;border-radius:28px;border:2px solid #776cf133}
.info-card h2{font-size:32px;margin:0 0 28px;color:#1a1a1a}
.info-card .detail-row{margin:0 0 20px;display:flex;align-items:flex-start;gap:16px}
.info-card .detail-row i{font-size:24px;color:#B0161C;margin-top:4px}
.info-card .detail-row .info-text{flex:1}
.info-card .detail-row .info-text .label{font-size:14px;color:#666;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}
.info-card .detail-row .info-text .value{font-size:18px;color:#1a1a1a;font-weight:500}
.info-card .detail-row .info-text a{color:#776CF1;text-decoration:none;transition:color .3s}
.info-card .detail-row .info-text a:hover{color:#B0161C}
.info-card.visual-accent{position:relative;overflow:hidden}
.info-card.visual-accent::after{content:'';position:absolute;bottom:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,#776cf126,transparent 70%);border-radius:50%}
.reach-form-section{max-width:780px;margin:0 auto 80px}
.reach-form-section h2{font-size:38px;margin:0 0 16px;color:#1a1a1a;text-align:center}
.reach-form-section .subtitle{font-size:17px;color:#555;text-align:center;margin:0 0 48px;line-height:1.6}
.step-form{display:flex;flex-direction:column;gap:32px}
.form-step{background:#fff;padding:40px;border-radius:24px;border:2px solid #776cf126;box-shadow:0 4px 12px #0000000f}
.form-step .step-label{font-size:14px;color:#B0161C;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;display:flex;align-items:center;gap:8px}
.form-step .step-label::before{content:'';width:24px;height:2px;background:#B0161C}
.form-step h3{font-size:24px;margin:0 0 24px;color:#1a1a1a}
.name-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.field-wrap{display:flex;flex-direction:column;gap:8px}
.field-wrap label{font-size:15px;color:#333;font-weight:500}
.field-wrap input{padding:14px 18px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;transition:all .3s}
.field-wrap input:focus{outline:none;border-color:#776CF1;box-shadow:0 0 0 4px #776cf11a}
.privacy-check{margin:28px 0 0}
.privacy-check input[type="checkbox"]{margin-right:10px;width:18px;height:18px;cursor:pointer}
.privacy-check label{font-size:14px;color:#555;line-height:1.6;cursor:pointer;display:flex;align-items:flex-start;gap:10px}
.privacy-check label a{color:#776CF1;text-decoration:none}
.privacy-check label a:hover{text-decoration:underline}
.submit-wrap{margin:32px 0 0;text-align:center}
.submit-btn{background:linear-gradient(135deg,#776CF1,#B0161C);color:#fff;border:none;padding:18px 56px;border-radius:20px;font-size:18px;font-weight:600;cursor:pointer;transition:all .35s;box-shadow:0 6px 20px #776cf14d;position:relative;z-index:10}
.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #776cf166}
.submit-btn:active{transform:translateY(-1px)}
.alt-reach{background:linear-gradient(180deg,#ECFDF2,#ecfdf24d);padding:70px 20px;margin:80px 0 0;border-radius:32px;position:relative}
.alt-reach::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,#776CF1,transparent)}
.alt-reach .content-inner{max-width:900px;margin:0 auto;text-align:center}
.alt-reach h2{font-size:34px;margin:0 0 20px;color:#1a1a1a}
.alt-reach .desc{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 40px}
.alt-reach .visual-row{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}
.alt-reach .visual-item{display:flex;flex-direction:column;align-items:center;gap:16px}
.alt-reach .visual-item .icon-circle{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #776cf133}
.alt-reach .visual-item .icon-circle i{font-size:32px;color:#776CF1}
.alt-reach .visual-item .item-text{font-size:16px;color:#333;font-weight:500}
.img-feature{margin:60px 0 0;position:relative}
.img-feature img{width:100%;height:auto;display:block;border-radius:28px;box-shadow:0 8px 32px #0000001f}
@media (max-width: 1024px) {
.intro-zone{flex-direction:column;gap:32px;margin:40px 0 60px}
.intro-zone .txt-part h1{font-size:38px}
.info-split{grid-template-columns:1fr;gap:40px}
.name-grid{grid-template-columns:1fr}
.alt-reach .visual-row{gap:40px}
}
@media (max-width: 768px) {
.intro-zone .txt-part h1{font-size:32px}
.intro-zone .txt-part .lead-text{font-size:16px}
.intro-zone .txt-part .accent-line{font-size:18px}
.info-card{padding:36px 24px}
.info-card h2{font-size:26px}
.reach-form-section h2{font-size:30px}
.form-step{padding:28px 20px}
.alt-reach{padding:50px 20px}
.alt-reach h2{font-size:28px}
.alt-reach .visual-row{flex-direction:column;gap:32px}
}
@media (max-width: 480px) {
.intro-zone{margin:30px 0 40px}
.intro-zone .txt-part h1{font-size:28px}
.info-card h2{font-size:24px}
.info-card .detail-row{flex-direction:column;gap:8px}
.reach-form-section h2{font-size:26px}
.submit-btn{padding:16px 40px;font-size:16px}
.alt-reach h2{font-size:24px}
}
.prog_hero{background:linear-gradient(135deg,#776cf114 0%,#ecfdf266 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.prog_hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#776cf11f 0%,transparent 70%);border-radius:50%;animation:float_anim 20s ease-in-out infinite}
@keyframes float_anim {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-30px,40px)}
}
.prog_hero .hero_wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.prog_hero .txt_zone h1{font-size:52px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;position:relative}
.prog_hero .txt_zone h1::after{content:'';position:absolute;bottom:-12px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#776CF1 0%,#B0161C 100%);border-radius:20px}
.prog_hero .txt_zone p{font-size:18px;line-height:1.7;color:#444;margin:32px 0 0}
.prog_hero .img_zone{position:relative}
.prog_hero .img_zone img{width:100%;height:480px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #776cf133;animation:subtle_move 8s ease-in-out infinite}
@keyframes subtle_move {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-10px)}
}
.prog_hero .deco_dot{position:absolute;width:12px;height:12px;background:#776CF1;border-radius:50%;opacity:.6}
.prog_hero .deco_dot:nth-child(1){top:10%;left:5%;animation:pulse_dot 3s ease-in-out infinite}
.prog_hero .deco_dot:nth-child(2){top:30%;right:8%;animation:pulse_dot 3s .5s ease-in-out infinite}
.prog_hero .deco_dot:nth-child(3){bottom:20%;left:10%;animation:pulse_dot 3s 1s ease-in-out infinite}
@keyframes pulse_dot {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.3);opacity:1}
}
.feat_grid{padding:90px 20px;background:#fff}
.feat_grid .wrap{max-width:1200px;margin:0 auto}
.feat_grid .section_head{text-align:center;margin-bottom:60px}
.feat_grid .section_head h2{font-size:42px;margin:0 0 16px;color:#1a1a1a;position:relative;display:inline-block}
.feat_grid .section_head h2::before{content:'';position:absolute;top:50%;left:-60px;width:40px;height:2px;background:#776CF1}
.feat_grid .section_head h2::after{content:'';position:absolute;top:50%;right:-60px;width:40px;height:2px;background:#B0161C}
.feat_grid .grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.feat_grid .feat_card{background:linear-gradient(135deg,#ECFDF2 0%,#fff 100%);padding:40px 32px;border-radius:28px;border:2px solid #776cf11a;transition:all 350ms;position:relative;overflow:hidden}
.feat_grid .feat_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#776CF1 0%,#B0161C 100%);transform:scaleX(0);transform-origin:left;transition:transform 350ms}
.feat_grid .feat_card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #776cf140;border-color:#776CF1}
.feat_grid .feat_card:hover::before{transform:scaleX(1)}
.feat_grid .feat_card .icon_box{width:64px;height:64px;background:linear-gradient(135deg,#776CF1 0%,#5a4fd9 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 24px #776cf14d}
.feat_grid .feat_card .icon_box i{font-size:28px;color:#fff}
.feat_grid .feat_card h3{font-size:24px;margin:0 0 16px;color:#1a1a1a}
.feat_grid .feat_card p{font-size:16px;line-height:1.6;color:#555;margin:0}
.prog_path{padding:0 20px 90px;background:linear-gradient(180deg,#fff 0%,#ecfdf24d 100%)}
.prog_path .wrap{max-width:1200px;margin:0 auto}
.prog_path .path_head{margin-bottom:50px}
.prog_path .path_head h2{font-size:38px;margin:0 0 20px;color:#1a1a1a}
.prog_path .path_head p{font-size:18px;line-height:1.6;color:#555;margin:0;max-width:700px}
.prog_path .timeline{position:relative}
.prog_path .timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#776CF1 0%,#B0161C 100%);transform:translateX(-50%)}
.prog_path .step_item{display:grid;grid-template-columns:1fr 80px 1fr;gap:0;margin-bottom:60px;align-items:center}
.prog_path .step_item:nth-child(even) .step_content:first-child{order:3}
.prog_path .step_content{background:#fff;padding:32px;border-radius:24px;box-shadow:0 6px 24px #00000014;border:2px solid #ECFDF2;transition:all 300ms}
.prog_path .step_content:hover{border-color:#776CF1;box-shadow:0 12px 32px #776cf133}
.prog_path .step_content h4{font-size:22px;margin:0 0 12px;color:#1a1a1a}
.prog_path .step_content p{font-size:16px;line-height:1.6;color:#555;margin:0}
.prog_path .step_num{width:80px;height:80px;background:linear-gradient(135deg,#776CF1 0%,#5a4fd9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;box-shadow:0 8px 24px #776cf166;z-index:3;position:relative}
.instructor_sec{padding:90px 20px;background:#fff}
.instructor_sec .wrap{max-width:1200px;margin:0 auto}
.instructor_sec .sec_title{text-align:center;margin-bottom:70px}
.instructor_sec .sec_title h2{font-size:40px;margin:0 0 18px;color:#1a1a1a}
.instructor_sec .sec_title p{font-size:17px;line-height:1.6;color:#555;margin:0}
.instructor_sec .team_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.instructor_sec .team_card{display:flex;flex-direction:row;gap:32px;background:linear-gradient(135deg,#776cf108 0%,#fff 100%);padding:36px;border-radius:28px;border:2px solid #ECFDF2;transition:all 350ms}
.instructor_sec .team_card:hover{border-color:#776CF1;transform:scale(1.02);box-shadow:0 12px 40px #776cf126}
.instructor_sec .team_card .photo_box{flex-shrink:0}
.instructor_sec .team_card .photo_box img{width:140px;height:140px;object-fit:cover;border-radius:22px;box-shadow:0 8px 24px #0000001f}
.instructor_sec .team_card .info_box h3{font-size:26px;margin:0 0 8px;color:#1a1a1a}
.instructor_sec .team_card .info_box .role{font-size:15px;color:#776CF1;margin-bottom:16px;font-weight:600}
.instructor_sec .team_card .info_box p{font-size:15px;line-height:1.7;color:#555;margin:0}
.cta_zone{padding:100px 20px;background:linear-gradient(135deg,#776CF1 0%,#5a4fd9 100%);position:relative;overflow:hidden}
.cta_zone::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.cta_zone::after{content:'';position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,#b0161c33 0%,transparent 70%);border-radius:50%}
.cta_zone .wrap{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta_zone h2{font-size:44px;margin:0 0 24px;color:#fff;line-height:1.3}
.cta_zone p{font-size:19px;line-height:1.6;color:#fffffff2;margin:0 0 40px}
.cta_zone .btn_group{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.cta_zone .butt{padding:18px 42px;font-size:17px;font-weight:600;border-radius:28px;text-decoration:none;transition:all 300ms;display:inline-block;border:2px solid transparent}
.cta_zone .butt.primary{background:#fff;color:#776CF1;box-shadow:0 8px 24px #0003}
.cta_zone .butt.primary:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}
.cta_zone .butt.secondary{background:transparent;color:#fff;border-color:#ffffff80}
.cta_zone .butt.secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-4px)}
@media (max-width: 1024px) {
.prog_hero .hero_wrap{grid-template-columns:1fr;gap:40px}
.prog_hero .txt_zone h1{font-size:42px}
.feat_grid .grid_layout{grid-template-columns:repeat(2,1fr);gap:32px}
.prog_path .step_item{grid-template-columns:1fr;gap:20px}
.prog_path .timeline::before{left:20px}
.prog_path .step_num{width:60px;height:60px;font-size:24px;margin:0 auto}
.prog_path .step_item:nth-child(even) .step_content:first-child{order:1}
.instructor_sec .team_grid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.prog_hero{padding:60px 20px 80px}
.prog_hero .txt_zone h1{font-size:36px}
.prog_hero .img_zone img{height:350px}
.feat_grid{padding:60px 20px}
.feat_grid .section_head h2{font-size:32px}
.feat_grid .section_head h2::before,.feat_grid .section_head h2::after{display:none}
.feat_grid .grid_layout{grid-template-columns:1fr;gap:24px}
.prog_path{padding:0 20px 60px}
.prog_path .path_head h2{font-size:32px}
.instructor_sec{padding:60px 20px}
.instructor_sec .sec_title h2{font-size:32px}
.instructor_sec .team_card{flex-direction:column;align-items:center;text-align:center}
.cta_zone{padding:70px 20px}
.cta_zone h2{font-size:34px}
.cta_zone .btn_group{flex-direction:column;gap:16px}
}
@media (max-width: 480px) {
.prog_hero .txt_zone h1{font-size:30px}
.prog_hero .txt_zone p{font-size:16px}
.feat_grid .section_head h2{font-size:28px}
.feat_grid .feat_card{padding:28px 24px}
.prog_path .path_head h2{font-size:28px}
.instructor_sec .sec_title h2{font-size:28px}
.cta_zone h2{font-size:28px}
.cta_zone p{font-size:17px}
}
.success_wrap{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#ECFDF2 0%,#fff 50%,#f8f4ff 100%);position:relative;overflow:hidden}
.success_wrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 60px,#776cf105 60px,#776cf105 120px);animation:pattern_move 60s linear infinite}
@keyframes pattern_move {
0%{transform:translate(0,0)}
100%{transform:translate(50px,50px)}
}
.success_inner{max-width:680px;text-align:center;position:relative;z-index:2}
.success_circ{width:160px;height:160px;margin:0 auto 32px;border-radius:50%;background:linear-gradient(135deg,#776CF1 0%,#776cf1b3 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #776cf14d 0 2px 8px #0000001a;position:relative}
.success_circ::before{content:'';position:absolute;inset:-12px;border-radius:50%;border:3px solid #776cf133}
.success_circ::after{content:'';position:absolute;inset:-24px;border-radius:50%;border:2px solid #776cf11a}
.success_icon{width:80px;height:80px}
.success_icon svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.success_title{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.success_desc{font-size:18px;line-height:1.7;color:#4a5568;margin:0 0 40px}
.success_btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_prim{display:inline-block;padding:16px 36px;background:#776CF1;color:#fff;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;transition:all 300ms ease;box-shadow:0 4px 16px #776cf14d;border:2px solid transparent}
.btn_prim:hover{background:#6359d8;transform:translateY(-2px);box-shadow:0 6px 24px #776cf166}
.btn_sec{display:inline-block;padding:16px 36px;background:transparent;color:#776CF1;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;transition:all 300ms ease;border:2px solid #776CF1}
.btn_sec:hover{background:#776cf11a;transform:translateY(-2px)}
.info_sect{padding:80px 20px;background:#fff}
.info_container{max-width:1200px;margin:0 auto}
.info_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.info_card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:20px;padding:36px 28px;border-left:5px solid #776CF1;box-shadow:0 2px 12px #0000000f;transition:all 300ms ease}
.info_card:nth-child(2){border-left-color:#B0161C}
.info_card:nth-child(3){border-left-color:#ECFDF2;border-left-width:8px}
.info_card:hover{transform:translateX(8px);box-shadow:0 4px 20px #0000001a}
.card_icon{width:48px;height:48px;background:#776cf126;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.info_card:nth-child(2) .card_icon{background:#b0161c26}
.info_card:nth-child(3) .card_icon{background:#ECFDF2}
.card_icon i{font-size:24px;color:#776CF1}
.info_card:nth-child(2) .card_icon i{color:#B0161C}
.info_card:nth-child(3) .card_icon i{color:#776CF1}
.card_title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.card_text{font-size:15px;line-height:1.7;color:#4a5568;margin:0}
@media (max-width: 768px) {
.success_wrap{padding:60px 20px}
.success_circ{width:130px;height:130px}
.success_icon{width:64px;height:64px}
.success_title{font-size:32px}
.success_desc{font-size:16px}
.success_btns{flex-direction:column;align-items:stretch}
.btn_prim,.btn_sec{width:100%;text-align:center}
.info_sect{padding:60px 20px}
.info_grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.success_circ{width:110px;height:110px}
.success_icon{width:52px;height:52px}
.success_title{font-size:28px}
.info_card{padding:28px 20px}
}