*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Red Hat Display',sans-serif;background:#F9F9F9;color:#212121;line-height:1.6}
.site_heado{background:linear-gradient(135deg,#212121 0%,#3a3a3a 100%);padding:20px 0;box-shadow:0 4px 12px #00000026}
.site_heado .heado_container{max-width:960px;margin:0 auto;padding:0 20px}
.site_heado .heado_row_1{display:flex;justify-content:flex-start;margin-bottom:15px}
.site_heado .logo_wrap{background:#ffffff1a;padding:12px;border-radius:6px;box-shadow:0 2px 8px #00bdcd4d}
.site_heado .logo_link{display:block;line-height:0}
.site_heado .logo_img{height:110px;width:110px;display:block}
.site_heado .heado_row_2{display:flex;justify-content:center;margin-bottom:15px;margin-left:60px}
.site_heado .brand_txt{background:#00bdcd26;padding:14px 32px;border-radius:4px;border:2px solid #00BDCD}
.site_heado .brand_name{font-size:32px;font-weight:700;color:#00BDCD;letter-spacing:1px;text-shadow:0 2px 4px #0003}
.site_heado .heado_row_3{display:flex;justify-content:flex-end;margin-left:120px}
.site_heado .main_navi{display:flex;gap:8px;align-items:center}
.site_heado .navi_link{color:#E7E7E7;text-decoration:none;padding:12px 22px;font-size:16px;font-weight:500;border-radius:3px;transition:all .3s ease-in;border:1px solid transparent}
.site_heado .navi_link:hover{border-color:#00BDCD;background:#00bdcd1a;color:#00BDCD}
@media (max-width: 768px) {
.site_heado .heado_row_1,.site_heado .heado_row_2,.site_heado .heado_row_3{justify-content:flex-start;margin-left:0}
.site_heado .heado_row_2{margin-top:10px}
.site_heado .heado_row_3{margin-top:15px}
.site_heado .main_navi{flex-wrap:wrap;gap:8px}
.site_heado .navi_link{padding:10px 16px;font-size:15px}
.site_heado .brand_name{font-size:26px}
}
.main_content{min-height:300px}
.site_foot{background:linear-gradient(180deg,#212121 0%,#1a1a1a 100%);color:#E7E7E7;padding:50px 0 20px;margin-top:60px;position:relative}
.site_foot::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#00BDCD 50%,transparent 100%);opacity:.3}
.site_foot .foot_container{max-width:960px;margin:0 auto;padding:0 20px}
.site_foot .foot_top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.site_foot .foot_logo_sec{display:flex;flex-direction:column;gap:12px}
.site_foot .foot_logo{height:80px;width:80px}
.site_foot .foot_tagline{font-size:14px;color:#B0B0B0;font-family:'EB Garamond',serif;font-style:italic}
.site_foot .foot_heading{font-size:18px;font-weight:600;color:#00BDCD;margin-bottom:16px;letter-spacing:.5px}
.site_foot .foot_navi{display:flex;flex-direction:column;gap:10px}
.site_foot .foot_link{color:#E7E7E7;text-decoration:none;font-size:15px;transition:all .3s ease-in;padding:4px 0;border-left:2px solid transparent;padding-left:8px}
.site_foot .foot_link:hover{color:#00BDCD;border-left-color:#00BDCD;padding-left:12px}
.site_foot .foot_contact{font-size:15px;color:#E7E7E7;display:flex;align-items:center;gap:8px}
.site_foot .foot_contact i{color:#00BDCD;font-size:18px}
.site_foot .foot_bottom{border-top:1px solid #e7e7e71a;padding-top:20px;text-align:center}
.site_foot .copyright_txt{font-size:14px;color:#999}
@media (max-width: 768px) {
.site_foot .foot_top{grid-template-columns:1fr;gap:30px}
}
.cookie_popup{position:fixed;right:20px;top:50%;transform:translateY(-50%);background:#FFF;border-radius:6px;box-shadow:0 8px 24px #0003;width:320px;z-index:9999;opacity:0;visibility:hidden;transition:opacity .4s ease-in,visibility .4s ease-in}
.cookie_popup[data-visible="true"]{opacity:1;visibility:visible}
.cookie_popup .cookie_inner{padding:24px}
.cookie_popup .cookie_title{font-size:20px;font-weight:700;color:#212121;margin-bottom:12px}
.cookie_popup .cookie_desc{font-size:14px;color:#666;margin-bottom:20px;line-height:1.5}
.cookie_popup .cookie_accordion{margin-bottom:20px}
.cookie_popup .cookie_section{margin-bottom:8px}
.cookie_popup .cookie_toggle{width:100%;background:#F5F5F5;border:1px solid #E7E7E7;border-radius:4px;padding:12px 14px;text-align:left;font-size:14px;font-weight:500;color:#212121;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease-in}
.cookie_popup .cookie_toggle:hover{border-color:#00BDCD;background:#00bdcd0d}
.cookie_popup .cookie_toggle i{font-size:16px;transition:transform .3s ease-in}
.cookie_popup .cookie_detail{max-height:0;overflow:hidden;transition:max-height .3s ease-in;background:#FAFAFA;border-left:2px solid #00BDCD;margin-top:4px}
.cookie_popup .cookie_detail[data-expanded="true"]{max-height:200px;padding:12px 14px}
.cookie_popup .cookie_detail[data-expanded="true"] + .cookie_toggle i{transform:rotate(180deg)}
.cookie_popup .cookie_detail p{font-size:13px;color:#555;line-height:1.5}
.cookie_popup .cookie_actions{display:flex;gap:10px}
.cookie_popup .cookie_butt{flex:1;padding:12px 16px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease-in}
.cookie_popup .accept_butt{background:linear-gradient(135deg,#00BDCD 0%,#008a96 100%);color:#FFF;box-shadow:0 2px 6px #00bdcd4d}
.cookie_popup .accept_butt:hover{box-shadow:0 4px 12px #00bdcd66;transform:translateY(-2px)}
.cookie_popup .decline_butt{background:#E7E7E7;color:#212121;border:2px solid #D0D0D0}
.cookie_popup .decline_butt:hover{border-color:#212121;background:#DADADA}
@media (max-width: 768px) {
.cookie_popup{right:10px;left:10px;width:auto;max-width:340px;margin:0 auto}
}
.terms-block{max-width:960px;margin:0 auto;padding:60px 20px;background:#fff}
.terms-block h1{font-size:2.5rem;line-height:1.2;color:#212121;margin:0 0 40px;font-weight:700;padding-bottom:20px;border-bottom:3px solid #00BDCD}
.terms-block h2{font-size:1.875rem;line-height:1.3;color:#212121;margin:50px 0 25px;font-weight:600;padding-left:15px;border-left:4px solid #00BDCD}
.terms-block h3{font-size:1.5rem;line-height:1.4;color:#212121;margin:40px 0 20px;font-weight:600}
.terms-block h4{font-size:1.25rem;line-height:1.4;color:#212121;margin:35px 0 18px;font-weight:600}
.terms-block h5{font-size:1.125rem;line-height:1.5;color:#212121;margin:30px 0 15px;font-weight:600}
.terms-block h6{font-size:1rem;line-height:1.5;color:#212121;margin:25px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.terms-block p{font-size:1.0625rem;line-height:1.75;color:#212121;margin:0 0 20px}
.terms-block ul{margin:0 0 25px;padding:0 0 0 30px;list-style-type:disc}
.terms-block ol{margin:0 0 25px;padding:0 0 30px 30px;list-style-type:decimal}
.terms-block li{font-size:1.0625rem;line-height:1.75;color:#212121;margin:0 0 12px;padding-left:8px}
.terms-block ul li{list-style-type:disc}
.terms-block ol li{list-style-type:decimal}
.terms-block ul ul{margin:12px 0;padding-left:25px}
.terms-block ul ul li{list-style-type:circle}
.terms-block ol ol{margin:12px 0;padding-left:25px}
.terms-block ol ol li{list-style-type:lower-alpha}
.terms-block em{font-style:italic;color:#212121}
.terms-block i{font-style:italic;color:#212121}
.terms-block a{color:#00BDCD;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease-in}
.terms-block a:hover{border-bottom-color:#00BDCD}
.terms-block a:focus{outline:2px solid #00BDCD;outline-offset:2px}
.terms-block table{width:100%;margin:30px 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #21212114}
.terms-block thead{background:linear-gradient(135deg,#212121,#3a3a3a)}
.terms-block thead tr{border:none}
.terms-block tbody{background:#fff}
.terms-block tr{border-bottom:1px solid #E7E7E7}
.terms-block tbody tr:hover{background:#00bdcd08}
.terms-block th{padding:16px 20px;text-align:left;font-size:.9375rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none}
.terms-block td{padding:14px 20px;font-size:1.0625rem;line-height:1.6;color:#212121;border:none}
.terms-block hr{border:none;height:2px;background:linear-gradient(90deg,#E7E7E7,#00BDCD,#E7E7E7);margin:50px 0}
@media (max-width: 768px) {
.terms-block{padding:40px 16px}
.terms-block h1{font-size:2rem;margin-bottom:30px}
.terms-block h2{font-size:1.5rem;margin:40px 0 20px;padding-left:12px}
.terms-block h3{font-size:1.25rem;margin:30px 0 15px}
.terms-block h4{font-size:1.125rem;margin:25px 0 15px}
.terms-block h5{font-size:1rem;margin:20px 0 12px}
.terms-block h6{font-size:.9375rem;margin:18px 0 10px}
.terms-block p{font-size:1rem;line-height:1.7}
.terms-block li{font-size:1rem}
.terms-block ul{padding-left:24px}
.terms-block ol{padding-left:24px}
.terms-block table{font-size:.9375rem;display:block;overflow-x:auto}
.terms-block th{padding:12px 14px;font-size:.875rem}
.terms-block td{padding:10px 14px;font-size:.9375rem}
.terms-block hr{margin:35px 0}
}
@media (max-width: 480px) {
.terms-block{padding:30px 12px}
.terms-block h1{font-size:1.75rem;margin-bottom:25px;padding-bottom:15px}
.terms-block h2{font-size:1.375rem;margin:35px 0 18px}
.terms-block table{margin:20px 0}
.terms-block th{padding:10px 12px}
.terms-block td{padding:8px 12px}
}
.article_v2_wrap{max-width:960px;margin:0 auto;padding:40px 20px}
.article_v2_wrap .hero_sect{margin-bottom:48px}
.article_v2_wrap .hero_sect .category_tag{display:inline-block;background:linear-gradient(135deg,#00BDCD,#212121);color:#fff;padding:6px 18px;border-radius:3px;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px}
.article_v2_wrap .hero_sect .main_heading{font-size:42px;line-height:1.2;color:#212121;margin-bottom:24px;font-weight:700}
.article_v2_wrap .meta_row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding-bottom:32px;border-bottom:2px solid #E7E7E7;margin-bottom:40px}
.article_v2_wrap .meta_row .stat_item{display:flex;align-items:center;gap:8px;color:#666;font-size:14px}
.article_v2_wrap .meta_row .stat_item i{color:#00BDCD;font-size:18px}
.article_v2_wrap .featured_img_container{margin-bottom:56px;border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.article_v2_wrap .featured_img_container img{width:100%;height:auto;display:block}
.article_v2_wrap .content_body_main{font-size:17px;line-height:1.75;color:#333}
.article_v2_wrap .content_body_main p{margin-bottom:24px}
.article_v2_wrap .content_body_main h2{font-size:32px;color:#212121;margin-top:48px;margin-bottom:20px;font-weight:700;position:relative;padding-left:20px}
.article_v2_wrap .content_body_main h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#00BDCD,#212121);border-radius:3px}
.article_v2_wrap .content_body_main h4{font-size:22px;color:#212121;margin-top:32px;margin-bottom:16px;font-weight:600}
.article_v2_wrap .content_body_main small{font-size:14px;color:#666}
.article_v2_wrap .content_body_main mark{background:linear-gradient(135deg,#00bdcd33,#2121211a);color:#212121;padding:2px 6px;border-radius:2px;font-weight:500}
.article_v2_wrap .content_body_main ul,.article_v2_wrap .content_body_main ol{margin-bottom:24px;padding-left:24px}
.article_v2_wrap .content_body_main ul li,.article_v2_wrap .content_body_main ol li{margin-bottom:12px;line-height:1.6}
.article_v2_wrap .content_body_main ul li::marker{color:#00BDCD}
.article_v2_wrap .content_body_main ol li::marker{color:#212121;font-weight:700}
.article_v2_wrap .content_body_main blockquote{margin:32px 0;padding:24px 32px;background:#E7E7E7;border-left:6px solid #00BDCD;border-radius:4px;font-style:italic;color:#212121;position:relative}
.article_v2_wrap .content_body_main blockquote::before{content:'"';position:absolute;top:16px;left:12px;font-size:48px;color:#00bdcd4d;font-family:Georgia,serif;line-height:1}
.article_v2_wrap .content_body_main cite{display:block;margin-top:12px;font-size:15px;color:#666;font-style:normal;font-weight:600}
.article_v2_wrap .content_body_main time{display:inline-block;background:#212121;color:#fff;padding:4px 10px;border-radius:3px;font-size:13px;font-weight:600}
.article_v2_wrap .content_body_main table{width:100%;border-collapse:collapse;margin:32px 0;box-shadow:0 4px 12px #00000014;border-radius:4px;overflow:hidden}
.article_v2_wrap .content_body_main table thead{background:linear-gradient(135deg,#212121,#00BDCD);color:#fff}
.article_v2_wrap .content_body_main table thead tr th{padding:16px;text-align:left;font-weight:700;font-size:15px}
.article_v2_wrap .content_body_main table tbody tr{border-bottom:1px solid #E7E7E7}
.article_v2_wrap .content_body_main table tbody tr:nth-child(even){background:#e7e7e74d}
.article_v2_wrap .content_body_main table tbody tr td{padding:14px 16px;color:#333;font-size:15px}
.article_v2_wrap .content_body_main table tbody tr:hover{background:#00bdcd0d}
.engage_sect{margin-top:64px;padding:40px;background:linear-gradient(135deg,#00bdcd14,#e7e7e780);border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 4px 16px #0000000f}
.engage_sect .like_section_v2{display:flex;align-items:center;gap:16px}
.engage_sect .like_section_v2 .like_butt{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #E7E7E7;padding:12px 24px;border-radius:50px;cursor:pointer;transition:all .3s ease-in}
.engage_sect .like_section_v2 .like_butt:hover{border-color:#00BDCD;box-shadow:0 4px 12px #00bdcd33;transform:translateY(-2px)}
.engage_sect .like_section_v2 .like_butt i{font-size:20px;color:#00BDCD}
.engage_sect .like_section_v2 .like_butt .count_txt{font-weight:700;color:#212121;font-size:16px}
.engage_sect .cta_area{display:flex;gap:16px}
.engage_sect .cta_area .btn_action{padding:14px 28px;border-radius:4px;font-weight:600;font-size:15px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease-in;border:2px solid transparent}
.engage_sect .cta_area .btn_action.primary{background:linear-gradient(135deg,#00BDCD,#212121);color:#fff}
.engage_sect .cta_area .btn_action.primary:hover{box-shadow:0 6px 20px #00bdcd4d;transform:translateY(-2px)}
.engage_sect .cta_area .btn_action.secondary{background:#fff;color:#212121;border-color:#212121}
.engage_sect .cta_area .btn_action.secondary:hover{background:#212121;color:#fff;box-shadow:0 4px 12px #21212133}
.divider_decorative{margin:56px 0;height:2px;background:linear-gradient(90deg,transparent,#00BDCD,#212121,transparent);position:relative}
.divider_decorative::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#00BDCD;border-radius:50%;box-shadow:0 0 0 4px #fff,0 0 0 6px #E7E7E7}
@media (max-width: 768px) {
.article_v2_wrap{padding:24px 16px}
.article_v2_wrap .hero_sect .main_heading{font-size:28px;margin-bottom:16px}
.article_v2_wrap .meta_row{gap:16px}
.article_v2_wrap .content_body_main{font-size:16px}
.article_v2_wrap .content_body_main h2{font-size:24px;margin-top:32px}
.article_v2_wrap .content_body_main h4{font-size:19px}
.engage_sect{flex-direction:column;padding:24px;gap:20px}
.engage_sect .cta_area{flex-direction:column;width:100%}
.engage_sect .cta_area .btn_action{width:100%;justify-content:center}
.article_v2_wrap .content_body_main table{font-size:14px}
.article_v2_wrap .content_body_main table thead tr th,.article_v2_wrap .content_body_main table tbody tr td{padding:10px}
}
@media (max-width: 480px) {
.article_v2_wrap .hero_sect .main_heading{font-size:24px}
.article_v2_wrap .meta_row{flex-direction:column;align-items:flex-start}
.engage_sect .like_section_v2{width:100%;justify-content:center}
}
.intro_cover{background:linear-gradient(135deg,#212121 0%,#00BDCD 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.intro_cover::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00bdcd26 0%,transparent 70%);border-radius:50%}
.intro_wrapper{max-width:960px;margin:0 auto;position:relative;z-index:2}
.intro_content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intro_text h1{font-size:3.2rem;color:#E7E7E7;margin:0 0 24px;line-height:1.1;font-weight:700}
.intro_text p{font-size:1.15rem;color:#e7e7e7e6;line-height:1.7;margin:0 0 32px}
.intro_cta{display:inline-block;background:#E7E7E7;color:#212121;padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease-in;border:2px solid transparent}
.intro_cta:hover{background:transparent;border-color:#E7E7E7;color:#E7E7E7;transform:translateY(-2px)}
.intro_visual{position:relative}
.intro_visual img{width:100%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 12px 36px #0000004d}
.post_collection{padding:80px 20px;background:#E7E7E7}
.post_collection_container{max-width:960px;margin:0 auto}
.section_head{text-align:center;margin-bottom:60px}
.section_head h2{font-size:2.4rem;color:#212121;margin:0 0 16px;position:relative;display:inline-block}
.section_head h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#00BDCD,#212121)}
.section_head p{font-size:1.05rem;color:#212121;margin:24px 0 0;opacity:.8}
.post_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.post_card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 12px #21212114;transition:all .3s ease-in;display:flex;flex-direction:column}
.post_card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #21212126}
.post_card_img{width:100%;height:200px;object-fit:cover}
.post_card_body{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.post_card_body h3{font-size:1.3rem;color:#212121;margin:0 0 12px;line-height:1.3}
.post_card_body p{font-size:.95rem;color:#212121;opacity:.7;line-height:1.6;margin:0 0 20px;flex-grow:1}
.post_meta{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #2121211a}
.post_link{color:#00BDCD;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease-in}
.post_link:hover{color:#212121}
.post_likes{display:flex;align-items:center;gap:6px;color:#212121;opacity:.6;font-size:.9rem}
.categories_map{padding:80px 20px;background:#fff}
.categories_wrapper{max-width:960px;margin:0 auto}
.categories_intro{margin-bottom:48px}
.categories_intro h2{font-size:2rem;color:#212121;margin:0 0 16px}
.categories_intro p{font-size:1.05rem;color:#212121;opacity:.75;line-height:1.7}
.cat_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.cat_item{background:linear-gradient(135deg,#00bdcd0d 0%,#21212108 100%);padding:32px;border-radius:4px;border-left:4px solid #00BDCD;transition:all .3s ease-in}
.cat_item:hover{border-left-width:8px;transform:translateX(4px)}
.cat_item h3{font-size:1.4rem;color:#212121;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.cat_item h3::before{content:'';width:8px;height:8px;background:#00BDCD;border-radius:50%;display:inline-block}
.cat_item p{font-size:.98rem;color:#212121;opacity:.7;line-height:1.6;margin:0}
.depth_reveal{padding:80px 20px;background:#212121;position:relative}
.depth_reveal::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00BDCD,transparent)}
.depth_wrapper{max-width:960px;margin:0 auto}
.depth_header{text-align:center;margin-bottom:56px}
.depth_header h2{font-size:2.2rem;color:#E7E7E7;margin:0 0 20px}
.depth_header p{font-size:1.05rem;color:#e7e7e7cc;line-height:1.7;max-width:700px;margin:0 auto}
.connections_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.connect_card{background:#e7e7e70d;padding:28px;border-radius:4px;border:1px solid #00bdcd33;transition:all .3s ease-in}
.connect_card:hover{background:#00bdcd14;border-color:#00BDCD}
.connect_card h4{font-size:1.15rem;color:#00BDCD;margin:0 0 12px;font-weight:600}
.connect_card p{font-size:.95rem;color:#e7e7e7d9;line-height:1.6;margin:0 0 16px}
.connect_link{color:#E7E7E7;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:6px;font-weight:500;transition:color .3s ease-in}
.connect_link:hover{color:#00BDCD}
.connect_link::after{content:'→'}
.reading_flow{padding:80px 20px;background:linear-gradient(180deg,#E7E7E7 0%,white 100%)}
.flow_container{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.flow_visual img{width:100%;height:400px;object-fit:cover;border-radius:6px;box-shadow:0 8px 24px #2121211f}
.flow_text h2{font-size:2rem;color:#212121;margin:0 0 20px}
.flow_text p{font-size:1.05rem;color:#212121;opacity:.8;line-height:1.7;margin:0 0 16px}
.habit_list{list-style:none;padding:0;margin:28px 0 0}
.habit_list li{padding:12px 0 12px 32px;position:relative;font-size:.98rem;color:#212121;opacity:.85;line-height:1.6}
.habit_list li::before{content:'';position:absolute;left:0;top:18px;width:16px;height:2px;background:#00BDCD}
@media (max-width: 768px) {
.intro_content{grid-template-columns:1fr;gap:40px}
.intro_text h1{font-size:2.2rem}
.intro_visual img{height:300px}
.post_grid{grid-template-columns:1fr}
.cat_grid{grid-template-columns:1fr}
.connections_grid{grid-template-columns:1fr}
.flow_container{grid-template-columns:1fr;gap:40px}
.flow_visual{order:-1}
}
@media (min-width: 769px) and (max-width: 1024px) {
.post_grid{grid-template-columns:repeat(2,1fr)}
.connections_grid{grid-template-columns:repeat(2,1fr)}
}
.auth_wrap{max-width:960px;margin:0 auto;padding:0 20px}
.hero_auth{position:relative;display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:center;padding:80px 0;overflow:hidden}
.hero_auth::before{content:'';position:absolute;top:0;left:-10%;right:-10%;bottom:0;background:repeating-linear-gradient(45deg,#E7E7E7,#E7E7E7 20px,transparent 20px,transparent 40px);opacity:.3;z-index:0}
.hero_auth .img_side{position:relative;z-index:1;height:420px;overflow:hidden;border-radius:4px}
.hero_auth .img_side img{width:100%;height:100%;object-fit:cover}
.hero_auth .img_side::before,.hero_auth .img_side::after{content:'';position:absolute;left:0;right:0;height:100px;z-index:2;pointer-events:none}
.hero_auth .img_side::before{top:0;background:linear-gradient(180deg,#212121b3,transparent)}
.hero_auth .img_side::after{bottom:0;background:linear-gradient(0deg,#00bdcd99,transparent)}
.hero_auth .text_center{position:relative;z-index:1;padding:40px 30px;background:#fffffff2;border-radius:3px;box-shadow:0 4px 12px #00000014}
.hero_auth .text_center h1{font-size:2.8rem;color:#212121;margin:0 0 20px;line-height:1.2}
.hero_auth .text_center p{font-size:1.1rem;color:#555;line-height:1.7;margin:0}
.story_sec{padding:70px 0;background:linear-gradient(135deg,#00BDCD 0%,#212121 100%);color:#fff}
.story_inner{display:flex;gap:50px;align-items:flex-start}
.story_col{flex:1}
.story_sec h2{font-size:2.2rem;margin:0 0 25px;position:relative;display:inline-block}
.story_sec h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:#E7E7E7}
.story_sec p{font-size:1.05rem;line-height:1.8;margin:0 0 18px;opacity:.95}
.insight_grid{padding:90px 0}
.insight_grid h2{font-size:2.4rem;color:#212121;margin:0 0 50px;text-align:center}
.cards_holder{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.insight_card{background:#fff;border:2px solid #E7E7E7;border-radius:6px;padding:35px 25px;transition:all .3s ease-in;position:relative}
.insight_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#00BDCD;transition:height .3s ease-in}
.insight_card:hover::before{height:100%}
.insight_card:hover{border-color:#00BDCD;box-shadow:0 8px 20px #00bdcd26;transform:translateY(-4px)}
.insight_card h3{font-size:1.4rem;color:#212121;margin:0 0 15px}
.insight_card p{font-size:.98rem;color:#666;line-height:1.7;margin:0}
.timeline_wrap{padding:80px 0;background:#E7E7E7}
.timeline_wrap h2{font-size:2.3rem;color:#212121;margin:0 0 60px;text-align:center}
.timeline_container{position:relative;max-width:800px;margin:0 auto}
.timeline_container::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#00BDCD,#212121);transform:translateX(-50%)}
.timeline_item{position:relative;margin-bottom:50px;display:grid;grid-template-columns:1fr 1fr;gap:40px}
.timeline_item:nth-child(odd) .time_content{grid-column:1;text-align:right}
.timeline_item:nth-child(odd) .time_dot{grid-column:2}
.timeline_item:nth-child(even) .time_content{grid-column:2;text-align:left}
.timeline_item:nth-child(even) .time_dot{grid-column:1}
.time_content{background:#fff;padding:25px 30px;border-radius:5px;box-shadow:0 3px 10px #0000001a}
.time_content h4{font-size:1.3rem;color:#00BDCD;margin:0 0 10px}
.time_content p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.time_dot{position:absolute;left:50%;top:20px;transform:translateX(-50%);width:18px;height:18px;background:#00BDCD;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #E7E7E7;z-index:2}
.expertise_section{padding:90px 0;background:#fff}
.expertise_section h2{font-size:2.5rem;color:#212121;margin:0 0 20px}
.expertise_section > p{font-size:1.1rem;color:#666;margin:0 0 50px;max-width:700px}
.skills_visual{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.skill_block{background:linear-gradient(135deg,#f9f9f9,#fff);padding:30px;border-radius:4px;border-left:5px solid #00BDCD}
.skill_block h5{font-size:1.2rem;color:#212121;margin:0 0 15px;display:flex;align-items:center;gap:10px}
.skill_block h5::before{content:'';display:inline-block;width:8px;height:8px;background:#00BDCD;border-radius:50%}
.skill_bar_wrapper{margin-top:12px}
.skill_bar_label{display:flex;justify-content:space-between;font-size:.9rem;color:#555;margin-bottom:8px}
.skill_bar_bg{width:100%;height:10px;background:#E7E7E7;border-radius:10px;overflow:hidden;position:relative}
.skill_bar_fill{height:100%;background:linear-gradient(90deg,#00BDCD,#212121);border-radius:10px;transition:width .8s ease-in}
.skill_block:nth-child(1) .skill_bar_fill{width:92%}
.skill_block:nth-child(2) .skill_bar_fill{width:88%}
.skill_block:nth-child(3) .skill_bar_fill{width:85%}
.skill_block:nth-child(4) .skill_bar_fill{width:90%}
@media (max-width: 768px) {
.hero_auth{grid-template-columns:1fr;gap:20px;padding:50px 0}
.hero_auth .img_side{height:280px}
.hero_auth .text_center h1{font-size:2rem}
.story_inner{flex-direction:column;gap:30px}
.cards_holder{grid-template-columns:1fr}
.timeline_container::before{left:20px}
.timeline_item{grid-template-columns:1fr;padding-left:50px}
.timeline_item:nth-child(odd) .time_content,.timeline_item:nth-child(even) .time_content{grid-column:1;text-align:left}
.time_dot{left:20px}
.skills_visual{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hero_auth{grid-template-columns:1fr 1.5fr 1fr}
.cards_holder{grid-template-columns:repeat(2,1fr)}
}
.blog_hero_wrap{background:linear-gradient(135deg,#212121 0%,#00BDCD 100%);padding:80px 20px;text-align:center;margin-bottom:60px}
.blog_hero_inner{max-width:960px;margin:0 auto}
.blog_hero_inner h1{font-size:48px;color:#E7E7E7;margin:0 0 16px;font-weight:700}
.blog_hero_inner .subtitle_txt{font-size:18px;color:#E7E7E7;opacity:.9;max-width:600px;margin:0 auto}
.featured_intro_sec{max-width:960px;margin:0 auto 80px;padding:0 20px}
.featured_intro_sec h2{font-size:32px;color:#212121;margin:0 0 20px;font-weight:600}
.featured_intro_sec p{font-size:16px;line-height:1.7;color:#212121;margin:0 0 15px}
.posts_grid_container{max-width:960px;margin:0 auto 80px;padding:0 20px}
.grid_head_v2{margin-bottom:40px}
.grid_head_v2 h2{font-size:36px;color:#212121;margin:0 0 12px;font-weight:600;position:relative;display:inline-block}
.grid_head_v2 h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#00BDCD;border-radius:2px}
.posts_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}
.post_card_item{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #21212114;transition:transform .3s ease-in,box-shadow .3s ease-in;display:flex;flex-direction:column}
.post_card_item:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00bdcd26;border:2px solid #00BDCD}
.post_card_item .img_wrap{width:100%;height:200px;overflow:hidden;background:#E7E7E7}
.post_card_item .img_wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in}
.post_card_item:hover .img_wrap img{transform:scale(1.05)}
.post_card_item .content_area{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.post_card_item .content_area h3{font-size:20px;color:#212121;margin:0 0 12px;font-weight:600;line-height:1.4}
.post_card_item .content_area .desc_txt{font-size:14px;line-height:1.6;color:#212121;opacity:.8;margin:0 0 16px;flex-grow:1}
.post_card_item .meta_bar{display:flex;align-items:center;justify-content:space-between;margin-top:auto}
.post_card_item .like_counter{display:flex;align-items:center;gap:6px;font-size:14px;color:#00BDCD}
.post_card_item .like_counter i{font-size:18px}
.post_card_item .read_link{font-size:14px;color:#00BDCD;text-decoration:none;font-weight:600;transition:color .3s ease-in;display:flex;align-items:center;gap:4px}
.post_card_item .read_link:hover{color:#212121}
.post_card_item .read_link i{font-size:16px;transition:transform .3s ease-in}
.post_card_item:hover .read_link i{transform:translateX(4px)}
.insights_section_alt{background:linear-gradient(180deg,#E7E7E7 0%,#fff 100%);padding:60px 20px;margin-bottom:80px}
.insights_container{max-width:960px;margin:0 auto}
.insights_container h2{font-size:32px;color:#212121;margin:0 0 40px;text-align:center;font-weight:600}
.insights_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.insight_box{background:#fff;padding:32px 24px;border-radius:4px;border-left:4px solid #00BDCD;box-shadow:0 2px 6px #2121210f;transition:box-shadow .3s ease-in}
.insight_box:hover{box-shadow:0 6px 16px #00bdcd1f}
.insight_box h3{font-size:18px;color:#212121;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:8px}
.insight_box h3 i{color:#00BDCD;font-size:22px}
.insight_box p{font-size:14px;line-height:1.6;color:#212121;opacity:.85;margin:0}
.cta_panel_bottom{max-width:960px;margin:0 auto 60px;padding:50px 40px;background:#212121;border-radius:6px;text-align:center;position:relative;overflow:hidden}
.cta_panel_bottom::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#00BDCD 0%,transparent 70%);opacity:.15;pointer-events:none}
.cta_panel_bottom h2{font-size:28px;color:#E7E7E7;margin:0 0 16px;font-weight:600;position:relative;z-index:2}
.cta_panel_bottom p{font-size:16px;line-height:1.6;color:#E7E7E7;opacity:.9;max-width:600px;margin:0 auto 28px;position:relative;z-index:2}
.cta_panel_bottom .butt_primary{display:inline-block;padding:14px 32px;background:#00BDCD;color:#212121;text-decoration:none;border-radius:4px;font-weight:600;font-size:16px;transition:background .3s ease-in,transform .3s ease-in;position:relative;z-index:2}
.cta_panel_bottom .butt_primary:hover{background:#E7E7E7;transform:scale(1.05)}
@media (max-width: 768px) {
.blog_hero_inner h1{font-size:36px}
.blog_hero_inner .subtitle_txt{font-size:16px}
.featured_intro_sec h2{font-size:26px}
.grid_head_v2 h2{font-size:28px}
.posts_grid{grid-template-columns:1fr;gap:24px}
.insights_grid{grid-template-columns:1fr}
.cta_panel_bottom{padding:40px 24px}
.cta_panel_bottom h2{font-size:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.posts_grid{grid-template-columns:repeat(2,1fr)}
.insights_grid{grid-template-columns:repeat(2,1fr)}
}
.success_wrap{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E7E7E7 0%,#00BDCD 100%);position:relative;overflow:hidden;padding:60px 20px}
.success_wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#21212114 0%,transparent 70%);border-radius:50%}
.success_wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#00bdcd26 0%,transparent 70%);border-radius:50%}
.success_inner_box{max-width:680px;width:100%;background:#fff;border-radius:4px;box-shadow:0 8px 24px #2121211f;padding:56px 48px;text-align:center;position:relative;z-index:2;animation:slideUpFade .6s ease-in}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.success_icon_holder{width:88px;height:88px;margin:0 auto 28px;background:linear-gradient(135deg,#00BDCD 0%,#212121 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulseScale .8s ease-in}
@keyframes pulseScale {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success_icon_holder i{font-size:42px;color:#fff}
.success_title_h1{font-size:32px;font-weight:700;color:#212121;margin:0 0 18px;line-height:1.3}
.success_message_txt{font-size:17px;color:#212121;line-height:1.6;margin:0 0 32px;opacity:.85}
.success_info_list{list-style:none;padding:0;margin:0 0 38px;text-align:left}
.success_info_list li{font-size:16px;color:#212121;line-height:1.7;padding:14px 0 14px 42px;position:relative;border-bottom:1px solid #21212114}
.success_info_list li:last-child{border-bottom:none}
.success_info_list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;background:linear-gradient(135deg,#00BDCD 0%,#212121 100%);border-radius:3px;display:flex;align-items:center;justify-content:center}
.success_info_list li::after{content:'✓';position:absolute;left:6px;top:50%;transform:translateY(-50%);color:#fff;font-size:14px;font-weight:700}
.success_cta_butt{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#212121 0%,#00BDCD 100%);color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:3px;transition:all .3s ease-in;box-shadow:0 4px 12px #00bdcd40;position:relative;z-index:5}
.success_cta_butt:hover{box-shadow:0 6px 18px #00bdcd59;transform:translateY(-2px)}
.success_cta_butt:active{transform:translateY(0)}
.success_decoration_shape{position:absolute;width:120px;height:120px;border:2px solid #00bdcd33;border-radius:50%;top:-40px;right:-40px;z-index:1}
.success_decoration_shape2{position:absolute;width:80px;height:80px;background:linear-gradient(135deg,#2121210d 0%,#00bdcd0d 100%);border-radius:3px;bottom:-25px;left:-25px;z-index:1;transform:rotate(15deg)}
@media (max-width: 768px) {
.success_wrap{padding:40px 16px;min-height:80vh}
.success_inner_box{padding:42px 28px}
.success_title_h1{font-size:26px;margin-bottom:14px}
.success_message_txt{font-size:16px;margin-bottom:26px}
.success_info_list li{font-size:15px;padding:12px 0 12px 38px}
.success_icon_holder{width:72px;height:72px;margin-bottom:22px}
.success_icon_holder i{font-size:36px}
.success_cta_butt{padding:14px 36px;font-size:15px}
.success_decoration_shape{width:90px;height:90px;top:-30px;right:-30px}
.success_decoration_shape2{width:60px;height:60px;bottom:-20px;left:-20px}
}
@media (max-width: 480px) {
.success_inner_box{padding:36px 22px}
.success_title_h1{font-size:23px}
.success_message_txt{font-size:15px}
.success_info_list li{font-size:14px;padding-left:34px}
}