@import "https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;1,400;0,700;1,700&display=swap";
*{box-sizing:border-box}
body{margin:0;-webkit-text-size-adjust:100%;word-break:break-word;overflow-wrap:break-word;font-family:'PT Sans',sans-serif}
@keyframes focus_dash_spin {
from{outline-offset:2px;transform:rotate(0deg)}
to{outline-offset:2px;transform:rotate(360deg)}
}
:focus-visible{outline:2px dashed #BC5D81;outline-offset:3px;animation:focus_dash_spin 3s linear infinite}
.site_head{background:linear-gradient(160deg,#BC5D81 0%,#E0C4DA 60%,#F0E6EB 100%);padding:0;position:relative;overflow:hidden}
.site_head::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#bc5d812e 0%,#f0e6eb00 100%);pointer-events:none}
.head_brand_bar{background:#bc5d81eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:32px 48px;display:flex;align-items:center;justify-content:center;gap:32px;border-bottom:1px solid #e0c4da59}
.logo_box{background:#fff;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:2px 7px 22px -2px #bc5d811a;flex-shrink:0;border:2px solid #bc5d8140}
.logo_box img{width:65px;height:65px;object-fit:contain;display:block}
.brand_ident{display:flex;flex-direction:column;gap:8px}
.brand_name{font-size:30px;font-weight:700;line-height:1.1;color:#fff;letter-spacing:.01em}
.brand_tag{font-size:15px;line-height:1.5;color:#ffffffd9;font-style:italic}
.head_contact_strip{display:flex;align-items:center;justify-content:flex-end;padding:0 48px;gap:8px;position:absolute;top:16px;right:0}
.contact_lbl{font-size:15px;color:#ffffffbf;line-height:1.5}
.contact_link{font-size:15px;font-weight:700;color:#fff;text-decoration:none;line-height:1.5;border-bottom:1px solid #fff6;transition:border-color .28s ease-in-out,color .28s ease-in-out}
.contact_link:hover{color:#F0E6EB;border-color:#F0E6EB}
.head_nav_bar{background:#f0e6ebb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0 48px;display:flex;align-items:stretch;justify-content:center;gap:0;border-top:1px solid #bc5d811f;position:relative;z-index:100}
.nav_item{position:relative}
.nav_lnk{display:flex;align-items:center;padding:16px 32px;font-size:15px;font-weight:700;color:#5a1f38;text-decoration:none;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;transition:color .25s cubic-bezier(0.4,0,0.2,1),background .25s cubic-bezier(0.4,0,0.2,1);white-space:nowrap;min-height:44px;gap:8px}
.nav_lnk:hover,.nav_lnk:focus-visible{color:#BC5D81;background:#bc5d8114}
.nav_lnk.has_sub::after{content:'';display:inline-block;width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .25s ease-in-out}
.nav_item:hover .nav_lnk.has_sub::after,.nav_item:focus-within .nav_lnk.has_sub::after{transform:rotate(225deg) translateY(-2px)}
.sub_menu_box{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:0 0 8px 8px;box-shadow:2px 10px 40px -2px #bc5d811c;padding:8px 0;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .28s ease-in-out,transform .28s ease-in-out;z-index:200}
.nav_item:hover .sub_menu_box,.nav_item:focus-within .sub_menu_box{opacity:1;pointer-events:auto;transform:translateY(0)}
.sub_lnk{display:block;padding:12px 32px;font-size:15px;color:#5a1f38;text-decoration:none;line-height:1.5;transition:background .25s ease-in-out,color .25s ease-in-out;white-space:nowrap;min-height:44px}
.sub_lnk:hover,.sub_lnk:focus-visible{background:#F0E6EB;color:#BC5D81}
.site_foot{background:#2d0f1e;color:#E0C4DA}
.foot_upper{padding:96px 48px 48px;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px;align-items:start}
.foot_brand_col{display:flex;flex-direction:column;gap:16px}
.foot_logo_box{background:#fff;width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:2px 2px 6px -2px #bc5d810d;border:2px solid #bc5d8133;flex-shrink:0}
.foot_logo_box img{width:58px;height:58px;object-fit:contain;display:block}
.foot_brand_name{font-size:18px;font-weight:700;color:#fff;line-height:1.1}
.foot_brand_desc{font-size:15px;line-height:1.8;color:#e0c4dab3}
.foot_nav_col{display:flex;flex-direction:column;gap:16px}
.foot_nav_heading{font-size:15px;font-weight:700;color:#BC5D81;text-transform:uppercase;letter-spacing:.08em;line-height:1.1}
.foot_nav_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.foot_nav_lnk{font-size:15px;color:#e0c4dacc;text-decoration:none;line-height:1.5;display:inline-flex;align-items:center;gap:8px;transition:color .28s cubic-bezier(0.4,0,0.2,1)}
.foot_nav_lnk::before{content:'';display:inline-block;width:4px;height:4px;background:#BC5D81;border-radius:50%;flex-shrink:0;transition:background .28s ease-in-out}
.foot_nav_lnk:hover{color:#fff}
.foot_nav_lnk:hover::before{background:#E0C4DA}
.foot_contact_col{display:flex;flex-direction:column;gap:16px}
.foot_contact_heading{font-size:15px;font-weight:700;color:#BC5D81;text-transform:uppercase;letter-spacing:.08em;line-height:1.1}
.foot_contact_email{font-size:15px;color:#e0c4dacc;text-decoration:none;line-height:1.5;transition:color .28s ease-in-out}
.foot_contact_email:hover{color:#fff}
.foot_mid{border-top:1px solid #bc5d8126;padding:32px 48px;max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}
.foot_legal_lnk{font-size:15px;color:#e0c4da8c;text-decoration:none;line-height:1.5;transition:color .25s ease-in-out}
.foot_legal_lnk:hover{color:#E0C4DA}
.foot_consent_btn{font-size:15px;color:#e0c4da8c;background:none;border:none;cursor:pointer;padding:0;line-height:1.5;font-family:inherit;transition:color .25s ease-in-out}
.foot_consent_btn:hover{color:#E0C4DA}
.foot_bottom{background:#00000040;padding:16px 48px;text-align:center}
.foot_copy{font-size:15px;color:#e0c4da66;line-height:1.5}
.ck_popup_holder{position:fixed;top:24px;left:0;right:0;margin:0 auto;width:560px;max-width:calc(100vw - 32px);z-index:1200;display:none}
.ck_card{background:#fff;border-radius:16px;box-shadow:2px 10px 40px -2px #bc5d811c;padding:32px;border:1px solid #bc5d811f;transition:transform .18s cubic-bezier(0.4,0,0.2,1),opacity .18s cubic-bezier(0.4,0,0.2,1)}
.ck_card.sliding{transform:translateY(-32px);opacity:0}
.ck_icon_row{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.ck_icon_svg{width:32px;height:32px;flex-shrink:0}
.ck_body_txt{font-size:15px;color:#3d1225;line-height:1.8;margin:0 0 16px}
.ck_detail_toggle{font-size:15px;color:#BC5D81;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:16px;transition:color .25s ease-in-out}
.ck_detail_toggle:hover{color:#5a1f38}
.ck_prefs_panel{display:none;flex-direction:column;gap:8px;margin-bottom:16px;padding:16px;background:#F0E6EB;border-radius:8px}
.ck_prefs_panel.open{display:flex}
.ck_toggle_row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.ck_toggle_lbl{font-size:15px;color:#3d1225;line-height:1.5}
.ck_tog_input{appearance:none;-webkit-appearance:none;width:40px;height:22px;border-radius:44px;background:#ccc;cursor:pointer;position:relative;transition:background .25s ease-in-out;flex-shrink:0;box-shadow:inset 0 1px 3px #bc5d8126}
.ck_tog_input::after{content:'';position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;transition:left .25s ease-in-out}
.ck_tog_input:checked{background:#BC5D81}
.ck_tog_input:checked::after{left:21px}
.ck_btn_row{display:flex;gap:16px;margin-top:8px}
.ck_btn{flex:1;padding:12px 16px;font-size:15px;font-weight:700;font-family:inherit;border-radius:8px;cursor:pointer;border:2px solid #BC5D81;transition:background .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1);min-height:44px;line-height:1.5;position:relative;overflow:hidden}
.ck_btn.primary{background:#BC5D81;color:#fff}
.ck_btn.primary:hover{background:#5a1f38;border-color:#5a1f38}
.ck_btn.secondary{background:transparent;color:#BC5D81}
.ck_btn.secondary:hover{background:#F0E6EB}
@media (max-width: 768px) {
.head_brand_bar{padding:32px 16px;flex-direction:column;text-align:center}
.head_contact_strip{position:static;justify-content:center;padding:8px 16px;background:#bc5d8126}
.head_nav_bar{padding:0 8px;flex-wrap:wrap;justify-content:center}
.nav_lnk{padding:12px 16px;font-size:15px}
.foot_upper{grid-template-columns:1fr;padding:48px 16px 32px;gap:32px}
.foot_mid{padding:32px 16px;flex-direction:column;gap:16px;align-items:flex-start}
.foot_bottom{padding:16px}
}
.terms-info{max-width:1440px;margin:0 auto;padding:96px 48px}
.terms-info h1{font-size:58px;line-height:1.1;color:#2d1a24;margin-bottom:32px;margin-top:0}
.terms-info h2{font-size:42px;line-height:1.1;color:#2d1a24;margin-top:96px;margin-bottom:32px}
.terms-info h3{font-size:30px;line-height:1.5;color:#2d1a24;margin-top:48px;margin-bottom:16px}
.terms-info h4{font-size:22px;line-height:1.5;color:#3a1f2e;margin-top:32px;margin-bottom:16px}
.terms-info h5{font-size:18px;line-height:1.5;color:#3a1f2e;margin-top:32px;margin-bottom:8px}
.terms-info h6{font-size:15px;line-height:1.5;color:#3a1f2e;margin-top:32px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}
.terms-info p{font-size:18px;line-height:1.8;color:#2d1a24;margin-top:0;margin-bottom:16px}
.terms-info strong,.terms-info b{font-weight:700;color:#1e0f18}
.terms-info em,.terms-info i{font-style:italic;color:#3a1f2e}
.terms-info a{color:#BC5D81;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .28s ease-in-out,text-decoration-color .28s ease-in-out}
.terms-info a:hover{color:#8f3d5e;text-decoration-color:#8f3d5e}
.terms-info hr{border:none;border-top:1px solid #E0C4DA;margin-top:48px;margin-bottom:48px}
.terms-info table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5;color:#2d1a24;margin-top:32px;margin-bottom:32px;box-shadow:2px 7px 22px -2px #bc5d811a;border-radius:8px;overflow:hidden}
.terms-info thead{background-color:#F0E6EB}
.terms-info thead th{font-size:15px;font-weight:700;color:#1e0f18;text-align:left;padding:16px;border-bottom:2px solid #E0C4DA}
.terms-info tbody tr{transition:background-color .25s ease-in-out}
.terms-info tbody tr:nth-child(even){background-color:#faf5f8}
.terms-info tbody tr:hover{background-color:#F0E6EB}
.terms-info td{font-size:15px;line-height:1.8;color:#2d1a24;padding:16px;border-bottom:1px solid #E0C4DA;vertical-align:top}
.terms-info tbody tr:last-child td{border-bottom:none}
@media (max-width: 768px) {
.terms-info{padding:48px 16px}
.terms-info h1{font-size:42px}
.terms-info h2{font-size:30px;margin-top:48px}
.terms-info h3{font-size:22px}
.terms-info table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.bld{max-width:1440px;margin:0 auto;overflow-x:clip}
.bld .pg-top{position:relative;padding:96px 48px 48px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px;align-items:center;background:#fff}
.bld .pg-top::after{content:'';position:absolute;bottom:0;left:48px;right:48px;height:3px;background:linear-gradient(to right,#E0C4DA,#BC5D81,#E0C4DA);border-radius:4px}
.bld .blob-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.bld .blob-bg span{position:absolute;border-radius:44px;filter:blur(48px);opacity:.18}
.bld .blob-bg span:nth-child(1){width:340px;height:220px;background:#BC5D81;top:-60px;left:10%;animation:blobdrift 9s ease-in-out infinite alternate}
.bld .blob-bg span:nth-child(2){width:260px;height:180px;background:#E0C4DA;bottom:0;right:8%;animation:blobdrift 12s ease-in-out infinite alternate-reverse}
@keyframes blobdrift {
from{transform:translateY(0) scale(1)}
to{transform:translateY(24px) scale(1.06)}
}
.bld .top-img{position:relative;z-index:1;border-radius:16px;overflow:hidden;box-shadow:2px 7px 22px -2px #bc5d811a}
.bld .top-img img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;border-radius:16px;transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.bld .top-img img:hover{transform:scale(1.03)}
.bld .top-img.wide img{aspect-ratio:4/3}
.bld .top-txt{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px}
.bld .meta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.bld .meta-badge{display:inline-block;background:#F0E6EB;color:#BC5D81;font-size:15px;line-height:1.5;padding:8px 16px;border-radius:8px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.bld .read-time{font-size:15px;line-height:1.5;color:#5a3a47;opacity:.7}
.bld .pg-h1{font-size:42px;line-height:1.1;color:#1e0e18;margin:0}
.bld .like-row{display:flex;align-items:center;gap:16px}
.bld .like-count{display:flex;align-items:center;gap:8px;font-size:18px;line-height:1.5;color:#BC5D81;font-weight:700}
.bld .like-icon{width:22px;height:22px;display:inline-block}
.bld .like-num-big{font-size:42px;line-height:1.1;color:#BC5D81;font-weight:800}
.bld .like-sup{font-size:22px;line-height:1.5;color:#BC5D81;vertical-align:super;font-weight:700}
.bld .art-body{padding:48px 48px 96px;display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start;background:#fff}
.bld .art-text{display:flex;flex-direction:column;gap:32px}
.bld .art-text .pg-p{font-size:18px;line-height:1.8;color:#2a1520;margin:0}
.bld .art-text .pg-h2{font-size:30px;line-height:1.1;color:#1e0e18;margin:0;padding-left:16px;border-left:4px solid #BC5D81}
.bld .art-text .pg-h3{font-size:22px;line-height:1.5;color:#2a1520;margin:0;padding-left:16px;border-left:2px solid #E0C4DA}
.bld .art-text .pg-blockquote{background:#F0E6EB;border-radius:16px;padding:32px;font-size:22px;line-height:1.5;color:#BC5D81;font-style:italic;margin:0;box-shadow:2px 2px 6px -2px #bc5d810d}
.bld .art-text .pg-ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.bld .art-text .pg-ul li{font-size:18px;line-height:1.8;color:#2a1520;padding-left:16px;position:relative}
.bld .art-text .pg-ul li::before{content:'';position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:44px;background:#BC5D81}
.bld .art-text .pg-ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;counter-reset:ol-cnt}
.bld .art-text .pg-ol li{font-size:18px;line-height:1.8;color:#2a1520;padding-left:32px;position:relative;counter-increment:ol-cnt}
.bld .art-text .pg-ol li::before{content:counter(ol-cnt);position:absolute;left:0;top:0;font-size:18px;font-weight:800;color:#BC5D81;line-height:1.8}
.bld .art-text .pg-fig{margin:0;border-radius:16px;overflow:hidden;box-shadow:2px 7px 22px -2px #bc5d811a}
.bld .art-text .pg-fig img{width:100%;object-fit:cover;display:block;border-radius:16px}
.bld .art-text .pg-figcap{font-size:15px;line-height:1.5;color:#5a3a47;opacity:.7;padding:8px 16px 0}
.bld .art-text .pg-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5;color:#2a1520}
.bld .art-text .pg-table th{background:#F0E6EB;color:#BC5D81;font-weight:700;padding:8px 16px;text-align:left;border-radius:4px}
.bld .art-text .pg-table td{padding:8px 16px;border-bottom:1px solid #E0C4DA}
.bld .art-text .pg-cite{font-size:15px;line-height:1.5;color:#5a3a47;font-style:italic;opacity:.8}
.bld .art-side{display:flex;flex-direction:column;gap:32px;position:sticky;top:32px}
.bld .skill-card{background:linear-gradient(to top,#BC5D81,#E0C4DA);border-radius:16px;padding:32px;box-shadow:2px 10px 40px -2px #bc5d811c}
.bld .skill-card-ttl{font-size:18px;line-height:1.5;color:#fff;font-weight:700;margin:0 0 32px;padding-left:16px;border-left:4px solid #ffffff80}
.bld .skill-list{display:flex;flex-direction:column;gap:16px}
.bld .skill-item{display:flex;flex-direction:column;gap:8px}
.bld .skill-lbl{display:flex;justify-content:space-between;font-size:15px;line-height:1.5;color:#fff}
.bld .skill-pct{font-weight:700}
.bld .skill-track{height:8px;background:#ffffff40;border-radius:4px;overflow:hidden}
.bld .skill-fill{height:100%;background:#fff;border-radius:4px;transform-origin:left;animation:fillbar .9s cubic-bezier(0.4,0,0.2,1) both}
@keyframes fillbar {
from{transform:scaleX(0)}
to{transform:scaleX(1)}
}
.bld .skill-fill.s1{width:88%;animation-delay:.1s}
.bld .skill-fill.s2{width:75%;animation-delay:.22s}
.bld .skill-fill.s3{width:91%;animation-delay:.34s}
.bld .skill-fill.s4{width:68%;animation-delay:.46s}
.bld .nav-back{display:inline-flex;align-items:center;gap:8px;font-size:15px;line-height:1.5;color:#BC5D81;text-decoration:none;font-weight:600;transition:color .28s ease-in-out,gap .25s ease-in-out;border-radius:4px;padding:8px 0}
.bld .nav-back:hover{color:#8b3a5e;gap:16px}
.bld .nav-back svg{flex-shrink:0;transition:transform .28s ease-in-out}
.bld .nav-back:hover svg{transform:translateX(-4px)}
.bld .char-hover-row{display:flex;flex-wrap:wrap;gap:0}
.bld .char-hover-row .ch{display:inline-block;font-size:15px;line-height:1.5;color:#5a3a47;transition:color .18s ease-in-out}
.bld .char-hover-row:hover .ch:nth-child(1){color:#BC5D81;transition-delay:0s}
.bld .char-hover-row:hover .ch:nth-child(2){color:#BC5D81;transition-delay:.04s}
.bld .char-hover-row:hover .ch:nth-child(3){color:#BC5D81;transition-delay:.08s}
.bld .char-hover-row:hover .ch:nth-child(4){color:#BC5D81;transition-delay:.12s}
.bld .char-hover-row:hover .ch:nth-child(5){color:#BC5D81;transition-delay:.16s}
.bld .char-hover-row:hover .ch:nth-child(6){color:#BC5D81;transition-delay:.2s}
.bld .char-hover-row:hover .ch:nth-child(7){color:#BC5D81;transition-delay:.24s}
.bld .char-hover-row:hover .ch:nth-child(8){color:#BC5D81;transition-delay:.28s}
.bld .char-hover-row:hover .ch:nth-child(9){color:#BC5D81;transition-delay:.32s}
.bld .char-hover-row:hover .ch:nth-child(10){color:#BC5D81;transition-delay:.36s}
.bld .char-hover-row:hover .ch:nth-child(n+11){color:#BC5D81;transition-delay:.4s}
.bld .divider-stack{display:flex;flex-direction:column;gap:4px;padding:0 48px}
.bld .divider-stack .dl-thin{height:1px;background:#E0C4DA;border-radius:4px}
.bld .divider-stack .dl-thick{height:3px;background:#BC5D81;border-radius:4px;opacity:.35}
.bld .divider-stack .dl-thin2{height:1px;background:#F0E6EB;border-radius:4px}
.bld .art-bottom{padding:96px 48px;background:#F0E6EB;position:relative;overflow:hidden}
.bld .art-bottom .blob-tex{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.bld .art-bottom .blob-tex span{position:absolute;border-radius:44px;opacity:.1}
.bld .art-bottom .blob-tex span:nth-child(1){width:300px;height:200px;background:#BC5D81;filter:blur(40px);top:-40px;right:5%}
.bld .art-bottom .blob-tex span:nth-child(2){width:200px;height:150px;background:#E0C4DA;filter:blur(32px);bottom:0;left:3%}
.bld .bottom-two-col{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1px 1fr;gap:48px;align-items:start}
.bld .col-divider{background:linear-gradient(to bottom,transparent,#BC5D81,transparent);align-self:stretch}
.bld .bot-col-ttl{font-size:22px;line-height:1.5;color:#1e0e18;margin:0 0 16px;padding-left:16px;border-left:4px solid #BC5D81}
.bld .bot-col-p{font-size:18px;line-height:1.8;color:#2a1520;margin:0 0 32px}
.bld .bot-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;line-height:1.5;color:#BC5D81;text-decoration:none;font-weight:700;border-radius:4px;transition:color .28s ease-in-out,gap .25s ease-in-out;position:relative;overflow:hidden}
.bld .bot-link:hover{color:#8b3a5e;gap:16px}
.bld .bot-link::after{content:'';position:absolute;inset:0;background:#bc5d811f;border-radius:4px;opacity:0;transition:opacity .25s ease-in-out;pointer-events:none}
.bld .bot-link:focus-visible::after{opacity:1}
.bld .big-num{font-size:72px;line-height:1.1;color:#BC5D81;font-weight:900;display:inline-block}
.bld .big-sup{font-size:30px;line-height:1.5;color:#BC5D81;font-weight:700;vertical-align:super}
.bld .num-desc{font-size:15px;line-height:1.5;color:#5a3a47;margin:0}
.bld .anim-row{opacity:0;transform:translateY(28px);animation:rowreveal .55s cubic-bezier(0.4,0,0.2,1) forwards}
.bld .anim-row.d1{animation-delay:.08s}
.bld .anim-row.d2{animation-delay:.2s}
.bld .anim-row.d3{animation-delay:.32s}
.bld .anim-row.d4{animation-delay:.44s}
.bld .anim-row.d5{animation-delay:.56s}
.bld .anim-row.d6{animation-delay:.68s}
@keyframes rowreveal {
to{opacity:1;transform:translateY(0)}
}
@media (max-width: 1024px) {
.bld .pg-top{grid-template-columns:1fr;padding:48px 32px 32px;gap:32px}
.bld .top-img{display:none}
.bld .top-img.wide{display:block}
.bld .art-body{grid-template-columns:1fr;padding:32px 32px 48px}
.bld .art-side{position:static}
.bld .bottom-two-col{grid-template-columns:1fr;gap:32px}
.bld .col-divider{display:none}
.bld .art-bottom{padding:48px 32px}
.bld .divider-stack{padding:0 32px}
}
@media (max-width: 640px) {
.bld .pg-top{padding:32px 16px}
.bld .pg-h1{font-size:30px}
.bld .art-body{padding:32px 16px 48px}
.bld .art-bottom{padding:48px 16px}
.bld .divider-stack{padding:0 16px}
.bld .big-num{font-size:58px}
}
.prtns{max-width:1440px;margin:0 auto;overflow-x:clip}
.prtns .pg-strip{background:#fff;padding:96px 48px}
.prtns .pg-strip.tinted{background:#faf3f7}
.prtns .lbl-accent{display:inline-block;font-size:15px;line-height:1.5;color:#BC5D81;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}
.prtns .titled{font-size:42px;line-height:1.1;color:#1e1215;margin:0 0 16px;padding-left:16px;border-left:3px solid #BC5D81}
.prtns .sub-note{font-size:18px;line-height:1.8;color:#3d2530;max-width:560px;margin:0}
.prtns .hero-grid{display:grid;grid-template-columns:5fr 4fr;gap:48px;align-items:center}
.prtns .hero-txt{padding:48px 48px 48px 0}
.prtns .hero-img-wrap{position:relative;padding:32px 0 32px 32px}
.prtns .hero-img-clip{overflow:hidden;border-radius:28px 4px 28px 4px;box-shadow:2px 10px 40px -2px #bc5d811c}
.prtns .hero-img-clip img{width:100%;height:420px;object-fit:cover;display:block;filter:saturate(1.15) brightness(0.97) sepia(0.08);transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.prtns .hero-img-clip img:hover{transform:scale(1.03)}
.prtns .deco-behind{position:absolute;top:0;left:0;width:72%;height:100%;background:linear-gradient(to top,#BC5D81,#E0C4DA);border-radius:16px;z-index:-1;opacity:.18}
.prtns .pts-list{list-style:none;padding:0;margin:32px 0 0;display:flex;flex-direction:column;gap:16px}
.prtns .pts-list li{font-size:18px;line-height:1.5;color:#3d2530;display:flex;align-items:flex-start;gap:16px}
.prtns .pts-list li .num{font-size:22px;line-height:1.1;color:#BC5D81;font-weight:700;flex-shrink:0;min-width:28px}
.prtns .wavy-top{width:100%;display:block;margin-bottom:-2px}
.prtns .wavy-btm{width:100%;display:block;margin-top:-2px}
.prtns .collab-strip{background:linear-gradient(to top,#BC5D81,#E0C4DA);padding:96px 48px}
.prtns .collab-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}
.prtns .collab-card{background:#fff;border-radius:16px;padding:32px;box-shadow:2px 7px 22px -2px #bc5d811a;transition:box-shadow .28s ease-in-out,transform .28s ease-in-out}
.prtns .collab-card:hover{box-shadow:2px 10px 40px -2px #bc5d811c;transform:translateY(-4px)}
.prtns .collab-card.shorter{padding:24px 32px;margin-top:32px}
.prtns .collab-card .card-head{font-size:22px;line-height:1.1;color:#1e1215;margin:0 0 16px;padding-left:12px;border-left:3px solid #BC5D81}
.prtns .collab-card p{font-size:15px;line-height:1.8;color:#3d2530;margin:0}
.prtns .collab-head-wrap{text-align:center;margin-bottom:48px}
.prtns .collab-head-wrap .titled{border-left:none;padding-left:0;color:#fff}
.prtns .collab-head-wrap .lbl-accent{color:#F0E6EB}
.prtns .collab-head-wrap .sub-note{color:#F0E6EB;margin:0 auto}
.prtns .metrics-strip{background:#fff;padding:96px 48px}
.prtns .metrics-layout{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center;max-width:1100px;margin:0 auto}
.prtns .metrics-txt .titled{font-size:30px}
.prtns .metrics-txt p{font-size:15px;line-height:1.8;color:#3d2530;margin:16px 0 0}
.prtns .metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.prtns .metric-item{border-radius:16px;background:#faf3f7;padding:32px;box-shadow:2px 2px 6px -2px #bc5d810d;transition:background .32s ease-in-out}
.prtns .metric-item:hover{background:#F0E6EB}
.prtns .metric-item .big-num{font-size:58px;line-height:1.1;color:#BC5D81;font-weight:700;display:block}
.prtns .metric-item .metric-lbl{font-size:15px;line-height:1.5;color:#3d2530;display:block;margin-top:8px}
.prtns .voices-strip{background:#faf3f7;padding:96px 48px}
.prtns .voices-head{text-align:center;margin-bottom:48px}
.prtns .voices-head .sub-note{margin:0 auto}
.prtns .voices-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:960px;margin:0 auto}
.prtns .voice-card{background:#fff;border-radius:16px;padding:32px;box-shadow:2px 7px 22px -2px #bc5d811a;transition:transform .26s ease-in-out}
.prtns .voice-card:hover{transform:translateY(-3px)}
.prtns .voice-card .qt-text{font-size:18px;line-height:1.8;color:#1e1215;margin:0 0 16px;padding:16px;background:#faf3f7;border-radius:8px}
.prtns .voice-card .qt-text em{font-style:normal}
.prtns .voice-card .attr{font-size:15px;line-height:1.5;color:#BC5D81;font-weight:600}
.prtns .voice-card .attr-role{font-size:15px;line-height:1.5;color:#7a5060;display:block}
.prtns .contact-strip{background:#fff;padding:96px 48px}
.prtns .contact-center{max-width:640px;margin:0 auto;text-align:center}
.prtns .contact-center .titled{border-left:none;padding-left:0;text-align:center}
.prtns .contact-center p{font-size:18px;line-height:1.8;color:#3d2530;margin:16px 0 32px}
.prtns .email-link{display:inline-flex;align-items:center;gap:8px;font-size:22px;line-height:1.5;color:#BC5D81;text-decoration:none;border-bottom:2px solid #E0C4DA;padding-bottom:4px;transition:color .25s ease-in-out,border-color .25s ease-in-out}
.prtns .email-link:hover{color:#8a3a5c;border-color:#BC5D81}
.prtns .flip-cards-row{display:flex;flex-direction:row;gap:32px;justify-content:center;margin-top:48px;flex-wrap:wrap}
.prtns .flip-wrap{width:200px;height:200px;perspective:800px}
.prtns .flip-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:cardflip .6s cubic-bezier(0.4,0,0.2,1) both}
.prtns .flip-wrap:nth-child(1) .flip-inner{animation-delay:.1s}
.prtns .flip-wrap:nth-child(2) .flip-inner{animation-delay:.28s}
.prtns .flip-wrap:nth-child(3) .flip-inner{animation-delay:.46s}
.prtns .flip-wrap:nth-child(4) .flip-inner{animation-delay:.62s}
@keyframes cardflip {
0%{transform:rotateY(90deg);opacity:0}
100%{transform:rotateY(0deg);opacity:1}
}
.prtns .flip-face{position:absolute;inset:0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;background:#fff;box-shadow:2px 7px 22px -2px #bc5d811a;backface-visibility:hidden}
.prtns .flip-face .fc-num{font-size:42px;line-height:1.1;color:#BC5D81;font-weight:700}
.prtns .flip-face .fc-lbl{font-size:15px;line-height:1.5;color:#3d2530;text-align:center;margin-top:8px}
@media (max-width: 900px) {
.prtns .hero-grid{grid-template-columns:1fr}
.prtns .hero-txt{padding:0}
.prtns .hero-img-wrap{padding:16px}
.prtns .collab-inner{grid-template-columns:1fr}
.prtns .collab-card.shorter{margin-top:0}
.prtns .metrics-layout{grid-template-columns:1fr}
.prtns .voices-layout{grid-template-columns:1fr}
.prtns .metrics-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px) {
.prtns .pg-strip,.prtns .collab-strip,.prtns .metrics-strip,.prtns .voices-strip,.prtns .contact-strip{padding:48px 16px}
.prtns .titled{font-size:30px}
.prtns .metrics-grid{grid-template-columns:1fr}
.prtns .flip-cards-row{gap:16px}
.prtns .flip-wrap{width:140px;height:140px}
.prtns .flip-face .fc-num{font-size:30px}
}
.abt-auth{max-width:1440px;margin:0 auto;overflow-x:clip}
.abt-auth .reveal-left{opacity:0;transform:translateX(-48px);animation:slideFromLeft .55s cubic-bezier(0.4,0,0.2,1) forwards}
.abt-auth .reveal-left:nth-child(1){animation-delay:.05s}
.abt-auth .reveal-left:nth-child(2){animation-delay:.18s}
.abt-auth .reveal-left:nth-child(3){animation-delay:.31s}
.abt-auth .reveal-left:nth-child(4){animation-delay:.44s}
@keyframes slideFromLeft {
to{opacity:1;transform:translateX(0)}
}
.abt-auth ::selection{background:#2d1a24;color:#F0E6EB;font-weight:700}
.abt-auth .ident-strip{position:absolute;top:0;left:0;width:5px;height:100%;background:#BC5D81;border-radius:0 4px 4px 0}
.abt-auth .arr-hint{position:absolute;right:48px;top:50%;transform:translateY(-50%);width:32px;height:32px;opacity:.18;pointer-events:none}
.abt-auth .arr-hint svg{width:100%;height:100%}
.abt-auth .pres-blk{position:relative;background:#fff;padding:96px 48px 96px 80px;display:flex;flex-direction:row;align-items:flex-start;gap:96px;border-bottom:1px solid #E0C4DA;overflow:hidden}
.abt-auth .pres-blk::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to top,#BC5D81,#E0C4DA)}
.abt-auth .pres-txt{flex:1 1 0;max-width:560px}
.abt-auth .pres-txt .eyebrow{display:inline-block;font-size:15px;line-height:1.5;letter-spacing:.12em;text-transform:uppercase;color:#BC5D81;margin-bottom:16px;font-weight:600}
.abt-auth .pres-txt h1{font-size:58px;line-height:1.1;color:#1e0f18;margin:0 0 32px;font-weight:800}
.abt-auth .pres-txt .lead-para{font-size:22px;line-height:1.8;color:#3d2030;margin:0 0 32px}
.abt-auth .pres-txt .sub-para{font-size:18px;line-height:1.8;color:#4a2d3a;margin:0}
.abt-auth .pres-img-col{flex:0 0 340px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.abt-auth .img-frame{width:340px;height:420px;border-radius:16px;overflow:hidden;box-shadow:2px 10px 40px -2px #bc5d811c;position:relative}
.abt-auth .img-frame img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.15) contrast(1.05);transition:filter .35s ease-in-out}
.abt-auth .img-frame:hover img{filter:saturate(1.3) contrast(1.08)}
.abt-auth .img-caption{font-size:15px;line-height:1.5;color:#BC5D81;font-style:italic}
.abt-auth .curved-div{height:48px;background:#fff;position:relative;z-index:1}
.abt-auth .curved-div svg{display:block;width:100%;height:100%}
.abt-auth .path-blk{position:relative;background:#F0E6EB;padding:96px 48px 96px 80px}
.abt-auth .path-blk .ident-strip{position:absolute;top:0;left:0;width:5px;height:100%;background:#BC5D81;border-radius:0 4px 4px 0}
.abt-auth .path-inner{display:flex;flex-direction:row;gap:96px;align-items:flex-start;max-width:1200px}
.abt-auth .path-left{flex:0 0 380px;display:flex;flex-direction:column;gap:32px}
.abt-auth .path-img-wrap{width:380px;height:280px;border-radius:16px;overflow:hidden;box-shadow:2px 7px 22px -2px #bc5d811a}
.abt-auth .path-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease-in-out}
.abt-auth .path-img-wrap:hover img{transform:scale(1.04)}
.abt-auth .path-img-wrap2{width:380px;height:220px;border-radius:16px;overflow:hidden;box-shadow:2px 7px 22px -2px #bc5d811a}
.abt-auth .path-img-wrap2 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease-in-out}
.abt-auth .path-img-wrap2:hover img{transform:scale(1.04)}
.abt-auth .path-right{flex:1 1 0}
.abt-auth .path-right h2{font-size:42px;line-height:1.1;color:#1e0f18;margin:0 0 32px;font-weight:700;padding-left:16px;border-left:3px solid #BC5D81}
.abt-auth .path-right .step-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:32px}
.abt-auth .path-right .step-list li{display:flex;flex-direction:row;gap:16px;align-items:flex-start}
.abt-auth .step-num{font-size:30px;line-height:1.1;color:#BC5D81;font-weight:800;flex:0 0 40px}
.abt-auth .step-body{flex:1 1 0}
.abt-auth .step-body h4{font-size:18px;line-height:1.5;color:#1e0f18;margin:0 0 8px;font-weight:700}
.abt-auth .step-body p{font-size:15px;line-height:1.8;color:#4a2d3a;margin:0}
.abt-auth .path-quote{background:#fff;border-radius:8px;padding:32px;box-shadow:2px 2px 6px -2px #bc5d810d;font-size:18px;line-height:1.8;color:#2d1a24;font-style:italic;position:relative}
.abt-auth .curved-div2{height:48px;background:#F0E6EB;position:relative}
.abt-auth .curved-div2 svg{display:block;width:100%;height:100%}
.abt-auth .qa-blk{position:relative;background:#fff;padding:96px 48px 96px 80px}
.abt-auth .qa-blk .ident-strip{position:absolute;top:0;left:0;width:5px;height:100%;background:#E0C4DA;border-radius:0 4px 4px 0}
.abt-auth .qa-inner{max-width:1200px;display:flex;flex-direction:row;gap:96px;align-items:flex-start}
.abt-auth .qa-left{flex:1 1 0}
.abt-auth .qa-left h2{font-size:42px;line-height:1.1;color:#1e0f18;margin:0 0 16px;font-weight:700;padding-left:16px;border-left:3px solid #BC5D81}
.abt-auth .qa-left .sub{font-size:18px;line-height:1.8;color:#4a2d3a;margin:0 0 48px}
.abt-auth .qa-card{background:#F0E6EB;border-radius:16px;padding:32px;margin-bottom:16px;box-shadow:2px 2px 6px -2px #bc5d810d;transition:box-shadow .28s ease-in-out,background .28s ease-in-out}
.abt-auth .qa-card:hover{background:#e8d4e2;box-shadow:2px 7px 22px -2px #bc5d811a}
.abt-auth .qa-card .q-label{font-size:15px;line-height:1.5;color:#BC5D81;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}
.abt-auth .qa-card h5{font-size:18px;line-height:1.5;color:#1e0f18;font-weight:700;margin:0 0 16px}
.abt-auth .qa-card .ans{font-size:15px;line-height:1.8;color:#3d2030;margin:0}
.abt-auth .qa-right{flex:0 0 360px;display:flex;flex-direction:column;gap:32px}
.abt-auth .qa-img-wrap{width:360px;height:300px;border-radius:16px;overflow:hidden;box-shadow:2px 10px 40px -2px #bc5d811c}
.abt-auth .qa-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .38s ease-in-out}
.abt-auth .qa-img-wrap:hover img{transform:scale(1.05)}
.abt-auth .stat-row{display:flex;flex-direction:row;gap:16px}
.abt-auth .stat-item{flex:1 1 0;background:#F0E6EB;border-radius:8px;padding:32px 16px;text-align:center;box-shadow:2px 2px 6px -2px #bc5d810d;transition:transform .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1)}
.abt-auth .stat-item:hover{transform:translateY(-4px);box-shadow:2px 7px 22px -2px #bc5d811a}
.abt-auth .stat-item .s-num{font-size:42px;line-height:1.1;color:#BC5D81;font-weight:800;display:block}
.abt-auth .stat-item .s-lbl{font-size:15px;line-height:1.5;color:#3d2030;display:block;margin-top:8px}
.abt-auth .curved-div3{height:48px;background:#fff;position:relative}
.abt-auth .curved-div3 svg{display:block;width:100%;height:100%}
.abt-auth .conn-blk{position:relative;background:linear-gradient(to top,#BC5D81,#E0C4DA);padding:96px 48px 96px 80px}
.abt-auth .conn-blk .ident-strip{position:absolute;top:0;left:0;width:5px;height:100%;background:#fff6;border-radius:0 4px 4px 0}
.abt-auth .conn-inner{max-width:1200px;display:flex;flex-direction:row;gap:96px;align-items:center}
.abt-auth .conn-txt{flex:1 1 0}
.abt-auth .conn-txt h2{font-size:42px;line-height:1.1;color:#fff;margin:0 0 16px;font-weight:700;padding-left:16px;border-left:3px solid #fff9}
.abt-auth .conn-txt .conn-para{font-size:18px;line-height:1.8;color:#ffffffeb;margin:0 0 32px}
.abt-auth .conn-txt .conn-link{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:18px;line-height:1.5;color:#fff;font-weight:700;text-decoration:none;position:relative;overflow:hidden;padding:16px 32px;border-radius:44px;background:#ffffff26;border:2px solid #ffffff80;transition:background .35s ease-in-out,border-color .35s ease-in-out}
.abt-auth .conn-txt .conn-link:hover{background:#ffffff47;border-color:#fff}
.abt-auth .conn-txt .conn-link .lnk-arr{display:inline-block;transition:transform .28s cubic-bezier(0.4,0,0.2,1)}
.abt-auth .conn-txt .conn-link:hover .lnk-arr{transform:translateX(6px)}
.abt-auth .conn-img-col{flex:0 0 340px;display:flex;flex-direction:column;gap:16px}
.abt-auth .conn-img-wrap{width:340px;height:380px;border-radius:28px;overflow:hidden;box-shadow:2px 10px 40px -2px #bc5d811c}
.abt-auth .conn-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.9) brightness(1.05);transition:filter .38s ease-in-out,transform .38s ease-in-out}
.abt-auth .conn-img-wrap:hover img{filter:saturate(1.1) brightness(1.08);transform:scale(1.04)}
.abt-auth .conn-detail{background:#ffffff2e;border-radius:8px;padding:16px 32px;font-size:15px;line-height:1.8;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.abt-auth .conn-detail a{color:#fff;font-weight:700;text-decoration:underline;transition:opacity .25s ease-in-out}
.abt-auth .conn-detail a:hover{opacity:.8}
@media (max-width: 1024px) {
.abt-auth .pres-blk{flex-direction:column;gap:48px;padding:96px 32px 96px 48px}
.abt-auth .pres-img-col{flex:none;width:100%;align-items:flex-start}
.abt-auth .img-frame{width:100%;max-width:400px;height:320px}
.abt-auth .path-inner{flex-direction:column;gap:48px}
.abt-auth .path-left{flex:none;width:100%}
.abt-auth .path-img-wrap,.abt-auth .path-img-wrap2{width:100%;max-width:480px;height:220px}
.abt-auth .qa-inner{flex-direction:column;gap:48px}
.abt-auth .qa-right{flex:none;width:100%}
.abt-auth .qa-img-wrap{width:100%;max-width:480px;height:260px}
.abt-auth .conn-inner{flex-direction:column;gap:48px}
.abt-auth .conn-img-col{flex:none;width:100%}
.abt-auth .conn-img-wrap{width:100%;max-width:400px;height:300px}
.abt-auth .arr-hint{display:none}
}
@media (max-width: 640px) {
.abt-auth .pres-blk,.abt-auth .path-blk,.abt-auth .qa-blk,.abt-auth .conn-blk{padding:96px 16px 96px 32px}
.abt-auth .pres-txt h1{font-size:42px}
.abt-auth .path-right h2,.abt-auth .qa-left h2,.abt-auth .conn-txt h2{font-size:30px}
.abt-auth .stat-row{flex-direction:column}
}
.blg_root{max-width:1440px;margin:0 auto;overflow-x:clip}
.blg_root ::selection{background:#BC5D81;color:#fff;font-weight:700}
.blg_root .pg_strip{width:100%;height:6px;background:linear-gradient(to right,#E0C4DA,#BC5D81)}
.blg_root .ttl_area{position:relative;padding:96px 48px 48px;background:#fff}
.blg_root .ttl_area .bg_num{position:absolute;right:48px;top:16px;font-size:72px;font-weight:900;color:#F0E6EB;line-height:1.1;letter-spacing:-4px;pointer-events:none;user-select:none;z-index:0}
.blg_root .ttl_area .ttl_inner{position:relative;z-index:1;max-width:700px}
.blg_root .ttl_area .ttl_label{display:inline-block;font-size:15px;line-height:1.5;color:#BC5D81;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;font-weight:600}
.blg_root .ttl_area h1{font-size:58px;line-height:1.1;color:#1e1218;margin:0 0 16px;font-weight:800}
.blg_root .ttl_area .ttl_sub{font-size:18px;line-height:1.8;color:#4a3040;max-width:520px}
.blg_root .divider_dbl{display:flex;flex-direction:column;gap:4px;padding:0 48px}
.blg_root .divider_dbl span{display:block;height:1px;background:#E0C4DA}
.blg_root .editorial_band{background:linear-gradient(to top,#BC5D81,#E0C4DA);padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.blg_root .editorial_band .ed_quote{font-size:30px;line-height:1.5;color:#fff;font-weight:700;border-left:3px solid #ffffff80;padding-left:32px}
.blg_root .editorial_band .ed_meta{font-size:15px;line-height:1.8;color:#ffffffe0}
.blg_root .editorial_band .ed_meta strong{display:block;font-size:18px;color:#fff;margin-bottom:8px}
.blg_root .posts_grid_area{padding:96px 48px;background:#fff}
.blg_root .posts_grid_area .area_head{margin-bottom:48px;padding-left:16px;border-left:3px solid #BC5D81}
.blg_root .posts_grid_area .area_head h2{font-size:30px;line-height:1.1;color:#1e1218;margin:0 0 8px}
.blg_root .posts_grid_area .area_head p{font-size:15px;line-height:1.5;color:#6a4558;margin:0}
.blg_root .cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.blg_root .post_card{border-radius:16px;overflow:hidden;background:#fff;box-shadow:2px 7px 22px -2px #bc5d811a;transition:box-shadow .35s cubic-bezier(0.4,0,0.2,1),transform .28s ease-in-out;display:flex;flex-direction:column}
.blg_root .post_card:hover{box-shadow:2px 10px 40px -2px #bc5d811c;transform:translateY(-4px)}
.blg_root .post_card .card_img_wrap{width:100%;aspect-ratio:16/9;overflow:hidden;position:relative}
.blg_root .post_card .card_img_wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .38s ease-in-out}
.blg_root .post_card:hover .card_img_wrap img{transform:scale(1.04)}
.blg_root .post_card .card_body{padding:32px;display:flex;flex-direction:column;flex:1}
.blg_root .post_card .card_meta{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.blg_root .post_card .card_meta .read_time{font-size:15px;color:#BC5D81;font-weight:600}
.blg_root .post_card .card_meta .likes_badge{display:flex;align-items:center;gap:8px;font-size:15px;color:#7a5068}
.blg_root .post_card .card_meta .likes_badge .hrt{width:14px;height:14px;display:inline-block}
.blg_root .post_card h3{font-size:18px;line-height:1.5;color:#1e1218;margin:0 0 8px;font-weight:700}
.blg_root .post_card .card_desc{font-size:15px;line-height:1.8;color:#5a3d4e;margin:0 0 32px;flex:1}
.blg_root .post_card .card_lnk{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:#BC5D81;font-weight:600;text-decoration:none;transition:color .25s ease-in-out,gap .28s ease-in-out}
.blg_root .post_card .card_lnk:hover{color:#8a3d5f;gap:12px}
.blg_root .post_card .card_lnk .arr{font-size:18px;line-height:1}
.blg_root .featured_post{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;border-radius:16px;overflow:hidden;box-shadow:2px 7px 22px -2px #bc5d811a;background:#fff;transition:box-shadow .35s cubic-bezier(0.4,0,0.2,1)}
.blg_root .featured_post:hover{box-shadow:2px 10px 40px -2px #bc5d811c}
.blg_root .featured_post .feat_img{width:100%;height:100%;min-height:320px;overflow:hidden}
.blg_root .featured_post .feat_img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease-in-out}
.blg_root .featured_post:hover .feat_img img{transform:scale(1.03)}
.blg_root .featured_post .feat_body{padding:48px;display:flex;flex-direction:column;justify-content:center}
.blg_root .featured_post .feat_tag{display:inline-block;background:#F0E6EB;color:#BC5D81;font-size:15px;font-weight:700;border-radius:4px;padding:4px 12px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em}
.blg_root .featured_post h3{font-size:30px;line-height:1.5;color:#1e1218;margin:0 0 16px;font-weight:800}
.blg_root .featured_post .feat_desc{font-size:18px;line-height:1.8;color:#4a3040;margin:0 0 32px}
.blg_root .featured_post .feat_meta{display:flex;align-items:center;gap:16px;margin-bottom:32px;font-size:15px;color:#7a5068}
.blg_root .featured_post .feat_lnk{display:inline-flex;align-items:center;gap:8px;font-size:18px;color:#BC5D81;font-weight:700;text-decoration:none;transition:color .25s ease-in-out,gap .28s ease-in-out}
.blg_root .featured_post .feat_lnk:hover{color:#8a3d5f;gap:14px}
.blg_root .topics_area{padding:96px 48px;background:#F0E6EB;position:relative;overflow:hidden}
.blg_root .topics_area::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,#BC5D81 1px,transparent 1px);background-size:28px 28px;opacity:.07;pointer-events:none}
.blg_root .topics_area .top_head{margin-bottom:48px;padding-left:16px;border-left:3px solid #BC5D81;position:relative}
.blg_root .topics_area .top_head h2{font-size:30px;line-height:1.1;color:#1e1218;margin:0 0 8px}
.blg_root .topics_area .top_head p{font-size:15px;line-height:1.5;color:#5a3d4e;margin:0}
.blg_root .topics_list{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.blg_root .topic_item{background:#fff;border-radius:16px;padding:32px;box-shadow:2px 2px 6px -2px #bc5d810d;position:relative;transition:box-shadow .32s cubic-bezier(0.4,0,0.2,1)}
.blg_root .topic_item:hover{box-shadow:2px 7px 22px -2px #bc5d811a}
.blg_root .topic_item .num_circle{width:36px;height:36px;border-radius:44px;background:#BC5D81;color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.blg_root .topic_item h4{font-size:18px;line-height:1.5;color:#1e1218;margin:0 0 8px;font-weight:700}
.blg_root .topic_item p{font-size:15px;line-height:1.8;color:#5a3d4e;margin:0}
.blg_root .connector_area{padding:96px 48px;background:#fff}
.blg_root .connector_area .conn_head{margin-bottom:48px;padding-left:16px;border-left:3px solid #BC5D81}
.blg_root .connector_area .conn_head h2{font-size:30px;line-height:1.1;color:#1e1218;margin:0 0 8px}
.blg_root .connector_area .conn_head p{font-size:15px;line-height:1.5;color:#6a4558;margin:0}
.blg_root .conn_flow{display:flex;flex-direction:row;align-items:stretch;gap:0}
.blg_root .conn_step{flex:1;padding:32px;background:#F0E6EB;border-radius:16px;position:relative;transition:background .28s ease-in-out}
.blg_root .conn_step:nth-child(even){background:#fff;border:1px solid #E0C4DA}
.blg_root .conn_step:hover{background:#E0C4DA}
.blg_root .conn_step:nth-child(even):hover{background:#F0E6EB}
.blg_root .conn_arrow{display:flex;align-items:center;padding:0 8px;color:#BC5D81;font-size:22px;font-weight:300}
.blg_root .conn_step .step_num{width:32px;height:32px;border-radius:44px;background:#BC5D81;color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.blg_root .conn_step h5{font-size:18px;line-height:1.5;color:#1e1218;margin:0 0 8px;font-weight:700}
.blg_root .conn_step p{font-size:15px;line-height:1.8;color:#4a3040;margin:0}
.blg_root .about_strip{padding:96px 48px;background:#1e1218;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center}
.blg_root .about_strip .img_col{border-radius:16px;overflow:hidden;aspect-ratio:4/3}
.blg_root .about_strip .img_col img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.85)}
.blg_root .about_strip .txt_col h2{font-size:42px;line-height:1.1;color:#F0E6EB;margin:0 0 16px;font-weight:800}
.blg_root .about_strip .txt_col .bq_para{font-size:22px;line-height:1.5;color:#E0C4DA;border-left:3px solid #BC5D81;padding-left:32px;margin:0 0 32px}
.blg_root .about_strip .txt_col p{font-size:15px;line-height:1.8;color:#c9afc0;margin:0 0 32px}
.blg_root .about_strip .txt_col .abt_lnk{display:inline-flex;align-items:center;gap:8px;font-size:18px;color:#BC5D81;font-weight:700;text-decoration:none;transition:color .25s ease-in-out,gap .28s ease-in-out}
.blg_root .about_strip .txt_col .abt_lnk:hover{color:#E0C4DA;gap:14px}
.blg_root .partner_row{padding:48px;background:#F0E6EB;display:flex;align-items:center;justify-content:space-between;gap:32px}
.blg_root .partner_row .pr_txt h3{font-size:22px;line-height:1.5;color:#1e1218;margin:0 0 8px;font-weight:700}
.blg_root .partner_row .pr_txt p{font-size:15px;line-height:1.5;color:#5a3d4e;margin:0}
.blg_root .partner_row .pr_lnk{display:inline-flex;align-items:center;gap:8px;font-size:18px;color:#BC5D81;font-weight:700;text-decoration:none;white-space:nowrap;border-bottom:2px solid #E0C4DA;padding-bottom:4px;transition:color .25s ease-in-out,border-color .28s ease-in-out}
.blg_root .partner_row .pr_lnk:hover{color:#8a3d5f;border-color:#BC5D81}
@keyframes shadow_pulse {
0%{box-shadow:2px 7px 22px -2px #bc5d811a}
50%{box-shadow:2px 10px 40px -2px #bc5d8133}
100%{box-shadow:2px 7px 22px -2px #bc5d811a}
}
.blg_root .post_card.featured_pulse{animation:shadow_pulse 3s ease-in-out infinite}
@media (max-width: 1024px) {
.blg_root .cards_grid{grid-template-columns:repeat(2,1fr)}
.blg_root .featured_post{grid-template-columns:1fr}
.blg_root .featured_post .feat_img{min-height:240px;height:240px}
.blg_root .topics_list{grid-template-columns:repeat(2,1fr)}
.blg_root .about_strip{grid-template-columns:1fr}
.blg_root .editorial_band{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.blg_root .ttl_area{padding:48px 16px 32px}
.blg_root .ttl_area h1{font-size:42px}
.blg_root .ttl_area .bg_num{font-size:58px;right:16px}
.blg_root .posts_grid_area{padding:48px 16px}
.blg_root .cards_grid{grid-template-columns:1fr}
.blg_root .featured_post{grid-column:auto}
.blg_root .topics_area{padding:48px 16px}
.blg_root .topics_list{grid-template-columns:1fr}
.blg_root .connector_area{padding:48px 16px}
.blg_root .conn_flow{flex-direction:column}
.blg_root .conn_arrow{transform:rotate(90deg);justify-content:center;padding:8px 0}
.blg_root .about_strip{padding:48px 16px}
.blg_root .partner_row{flex-direction:column;padding:48px 16px;align-items:flex-start}
.blg_root .editorial_band{padding:48px 16px}
.blg_root .divider_dbl{padding:0 16px}
}
.entr{max-width:100%;overflow-x:hidden}
.entr .pg-wrap{max-width:1440px;margin:0 auto;padding:0 32px}
.entr .ttl-blk{background:#BC5D81;padding:48px 0;position:relative;overflow:hidden}
.entr .ttl-blk::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#E0C4DA 20%,#F0E6EB 50%,#E0C4DA 80%,transparent 100%)}
.entr .ttl-pat{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}
.entr .ttl-pat span{position:absolute;width:6px;height:6px;border-radius:50%;background:#f0e6eb2e}
.entr .ttl-pat span:nth-child(1){top:20%;left:8%}
.entr .ttl-pat span:nth-child(2){top:60%;left:15%}
.entr .ttl-pat span:nth-child(3){top:30%;left:85%}
.entr .ttl-pat span:nth-child(4){top:70%;left:92%}
.entr .ttl-pat span:nth-child(5){top:45%;left:50%}
.entr .ttl-pat span:nth-child(6){top:15%;left:40%}
.entr .ttl-pat span:nth-child(7){top:80%;left:60%}
.entr .ttl-pat span:nth-child(8){top:10%;left:70%}
.entr .ttl-inner{position:relative;z-index:1;max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:3fr 2fr;gap:48px;align-items:center}
.entr .ttl-lbl{display:inline-block;font-size:15px;line-height:1.5;color:#F0E6EB;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;opacity:.85}
.entr .ttl-h1{font-size:58px;line-height:1.1;color:#fff;margin:0 0 16px}
.entr .ttl-desc{font-size:18px;line-height:1.8;color:#F0E6EB;margin:0;max-width:520px}
.entr .ttl-img-wrap{border-radius:16px;overflow:hidden;box-shadow:2px 10px 40px -2px #bc5d811c;aspect-ratio:4/3}
.entr .ttl-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.1) brightness(0.92)}
.entr .ttl-wave{position:absolute;bottom:0;left:0;right:0;height:24px;overflow:hidden;pointer-events:none}
.entr .ttl-wave svg{width:100%;height:100%}
.entr .div-rad{width:100%;height:2px;background:radial-gradient(ellipse at center,#BC5D81 0%,transparent 70%);margin:0}
.entr .posts-seg{padding:96px 0 48px;background:#fff}
.entr .posts-seg .seg-head{margin-bottom:48px}
.entr .seg-eyebrow{font-size:15px;line-height:1.5;color:#BC5D81;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;display:block}
.entr .seg-h2{font-size:42px;line-height:1.1;color:#2a1520;margin:0;padding-left:16px;border-left:4px solid #BC5D81}
.entr .posts-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.entr .post-crd{border-radius:16px;overflow:hidden;box-shadow:2px 7px 22px -2px #bc5d811a;background:#fff;display:flex;flex-direction:column;transition:box-shadow .28s cubic-bezier(0.4,0,0.2,1),transform .28s cubic-bezier(0.4,0,0.2,1)}
.entr .post-crd:hover{box-shadow:2px 10px 40px -2px #bc5d811c;transform:translateY(-4px)}
.entr .post-crd.featured{grid-column:span 2;display:grid;grid-template-columns:55% 45%}
.entr .post-img-wrap{aspect-ratio:16/9;overflow:hidden}
.entr .post-crd.featured .post-img-wrap{aspect-ratio:auto;height:100%}
.entr .post-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.entr .post-crd:hover .post-img-wrap img{transform:scale(1.04)}
.entr .post-body{padding:32px;display:flex;flex-direction:column;flex:1;position:relative}
.entr .post-body::after{content:'';position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(to top,#ffffffe6,transparent);pointer-events:none;border-radius:0 0 16px 16px}
.entr .post-meta{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:16px}
.entr .post-rt{font-size:15px;line-height:1.5;color:#BC5D81}
.entr .post-likes{font-size:15px;line-height:1.5;color:#8a5070;display:flex;flex-direction:row;align-items:center;gap:8px}
.entr .like-ico{width:16px;height:16px;display:inline-block}
.entr .post-h3{font-size:22px;line-height:1.5;color:#2a1520;margin:0 0 16px}
.entr .post-excerpt{font-size:15px;line-height:1.8;color:#4a2e3a;margin:0 0 16px;flex:1}
.entr .post-lnk{font-size:15px;line-height:1.5;color:#BC5D81;text-decoration:none;display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-weight:600;transition:color .25s ease-in-out;margin-top:auto}
.entr .post-lnk:hover{color:#8a3060}
.entr .post-lnk svg{transition:transform .25s ease-in-out}
.entr .post-lnk:hover svg{transform:translateX(4px)}
.entr .start-seg{background:#F0E6EB;padding:96px 0;position:relative}
.entr .start-inner{max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:2fr 3fr;gap:48px;align-items:start}
.entr .start-txt h2{font-size:42px;line-height:1.1;color:#2a1520;margin:0 0 16px;padding-left:16px;border-left:4px solid #BC5D81}
.entr .start-txt p{font-size:18px;line-height:1.8;color:#4a2e3a;margin:0 0 32px}
.entr .start-quote{background:#BC5D81;border-radius:16px;padding:32px;color:#fff;font-size:18px;line-height:1.8;margin:0 0 32px;box-shadow:2px 7px 22px -2px #bc5d811a}
.entr .start-lnk{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:18px;color:#BC5D81;text-decoration:none;font-weight:600;transition:color .25s ease-in-out}
.entr .start-lnk:hover{color:#8a3060}
.entr .start-lnk svg{transition:transform .25s ease-in-out}
.entr .start-lnk:hover svg{transform:translateX(4px)}
.entr .start-steps{display:flex;flex-direction:column;gap:0;position:relative}
.entr .step-item{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:32px 0;position:relative}
.entr .step-item:not(:last-child)::after{content:'';position:absolute;left:20px;top:72px;bottom:0;width:2px;background:linear-gradient(to bottom,#BC5D81,#E0C4DA)}
.entr .step-num{width:40px;height:40px;border-radius:50%;background:#BC5D81;color:#fff;font-size:18px;line-height:1.1;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;box-shadow:2px 7px 22px -2px #bc5d811a}
.entr .step-body h4{font-size:18px;line-height:1.5;color:#2a1520;margin:0 0 8px}
.entr .step-body p{font-size:15px;line-height:1.8;color:#4a2e3a;margin:0}
.entr .terr-seg{padding:96px 0;background:#fff}
.entr .terr-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:32px;align-items:stretch}
.entr .terr-crd{border-radius:16px;padding:32px;background:#F0E6EB;box-shadow:2px 2px 6px -2px #bc5d810d;transition:box-shadow .32s cubic-bezier(0.4,0,0.2,1)}
.entr .terr-crd:hover{box-shadow:2px 10px 40px -2px #bc5d811c}
.entr .terr-crd.wide{background:#BC5D81;display:flex;flex-direction:column;justify-content:space-between}
.entr .terr-crd.wide h3{color:#fff}
.entr .terr-crd.wide p{color:#F0E6EB}
.entr .terr-ico{width:44px;height:44px;border-radius:8px;background:#bc5d8126;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.entr .terr-crd.wide .terr-ico{background:#fff3}
.entr .terr-crd h3{font-size:22px;line-height:1.5;color:#2a1520;margin:0 0 16px}
.entr .terr-crd p{font-size:15px;line-height:1.8;color:#4a2e3a;margin:0 0 16px}
.entr .terr-tag{display:inline-block;font-size:15px;color:#BC5D81;background:#bc5d811a;border-radius:44px;padding:4px 16px;margin-bottom:8px}
.entr .terr-crd.wide .terr-tag{color:#BC5D81;background:#fff}
.entr .terr-img-wrap{border-radius:8px;overflow:hidden;aspect-ratio:3/2;margin-top:16px}
.entr .terr-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.entr .depth-seg{background:linear-gradient(to top,#BC5D81,#E0C4DA);padding:96px 0}
.entr .depth-inner{max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.entr .depth-txt h2{font-size:42px;line-height:1.1;color:#fff;margin:0 0 16px;padding-left:16px;border-left:4px solid #fff}
.entr .depth-txt p{font-size:18px;line-height:1.8;color:#F0E6EB;margin:0 0 32px}
.entr .depth-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.entr .stat-item{background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:32px;text-align:center}
.entr .stat-num{font-size:42px;line-height:1.1;color:#fff;font-weight:700;display:block;margin-bottom:8px}
.entr .stat-lbl{font-size:15px;line-height:1.5;color:#F0E6EB}
.entr .depth-img-col{display:flex;flex-direction:column;gap:16px}
.entr .depth-img-a{border-radius:16px;overflow:hidden;aspect-ratio:16/9;box-shadow:2px 10px 40px -2px #bc5d811c}
.entr .depth-img-a img{width:100%;height:100%;object-fit:cover;display:block}
.entr .res-seg{padding:96px 0 48px;background:#fff}
.entr .res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.entr .res-crd{border-radius:16px;border:1px solid #E0C4DA;padding:32px;display:flex;flex-direction:column;gap:16px;box-shadow:2px 2px 6px -2px #bc5d810d;transition:box-shadow .28s cubic-bezier(0.4,0,0.2,1),border-color .28s cubic-bezier(0.4,0,0.2,1)}
.entr .res-crd:hover{box-shadow:2px 7px 22px -2px #bc5d811a;border-color:#BC5D81}
.entr .res-type{font-size:15px;color:#BC5D81;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.entr .res-crd h4{font-size:18px;line-height:1.5;color:#2a1520;margin:0}
.entr .res-crd p{font-size:15px;line-height:1.8;color:#4a2e3a;margin:0;flex:1}
.entr .res-foot{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #E0C4DA}
.entr .res-size{font-size:15px;color:#8a5070}
.entr .res-dl{font-size:15px;color:#BC5D81;text-decoration:none;font-weight:600;display:inline-flex;flex-direction:row;align-items:center;gap:8px;transition:color .25s ease-in-out}
.entr .res-dl:hover{color:#8a3060}
.entr .voice-seg{background:#F0E6EB;padding:96px 0;position:relative;overflow:hidden}
.entr .voice-wave{position:absolute;top:0;left:0;right:0;pointer-events:none;overflow:hidden;height:20px}
.entr .voice-wave svg{width:100%;height:100%}
.entr .voice-inner{max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:3fr 2fr;gap:48px;align-items:center}
.entr .voice-txt h2{font-size:42px;line-height:1.1;color:#2a1520;margin:0 0 16px;padding-left:16px;border-left:4px solid #BC5D81}
.entr .voice-txt p{font-size:18px;line-height:1.8;color:#4a2e3a;margin:0 0 16px}
.entr .voice-quote{font-size:22px;line-height:1.5;color:#BC5D81;border-radius:16px;background:#fff;padding:32px;margin:32px 0;box-shadow:2px 7px 22px -2px #bc5d811a}
.entr .voice-img-wrap{border-radius:16px;overflow:hidden;aspect-ratio:3/4;box-shadow:2px 10px 40px -2px #bc5d811c}
.entr .voice-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.entr .engage-seg{padding:96px 0;background:#fff}
.entr .engage-inner{max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.entr .engage-txt h2{font-size:42px;line-height:1.1;color:#2a1520;margin:0 0 16px;padding-left:16px;border-left:4px solid #BC5D81}
.entr .engage-txt p{font-size:18px;line-height:1.8;color:#4a2e3a;margin:0 0 32px}
.entr .engage-form{display:flex;flex-direction:column;gap:16px}
.entr .frm-row{display:flex;flex-direction:column;gap:8px}
.entr .frm-lbl{font-size:15px;color:#2a1520;font-weight:600}
.entr .frm-inp,.entr .frm-ta{border:1px solid #E0C4DA;border-radius:8px;padding:16px;font-size:15px;color:#2a1520;background:#fff;box-shadow:inset 2px 2px 6px -2px #bc5d810d;transition:border-color .25s ease-in-out;width:100%;box-sizing:border-box}
.entr .frm-inp::placeholder,.entr .frm-ta::placeholder{font-style:italic;opacity:.55}
.entr .frm-inp:focus,.entr .frm-ta:focus{outline:none;border-color:#BC5D81}
.entr .frm-inp:focus-visible,.entr .frm-ta:focus-visible{outline:2px solid #BC5D81!important;outline-offset:2px!important}
.entr .frm-ta{min-height:120px;resize:vertical}
.entr .frm-btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#BC5D81;color:#fff;border:none;border-radius:44px;padding:16px 32px;font-size:18px;font-weight:600;cursor:pointer;transition:background .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;box-shadow:2px 7px 22px -2px #bc5d811a;align-self:flex-start}
.entr .frm-btn:hover{background:#8a3060;box-shadow:2px 10px 40px -2px #bc5d811c}
.entr .frm-btn:focus-visible{outline:2px solid #BC5D81!important;outline-offset:3px!important}
.entr .engage-img-wrap{border-radius:16px;overflow:hidden;aspect-ratio:4/3;box-shadow:2px 10px 40px -2px #bc5d811c}
.entr .engage-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.entr .engage-aside{display:flex;flex-direction:column;gap:32px}
.entr .next-seg{background:#2a1520;padding:96px 0;position:relative;overflow:hidden}
.entr .next-seg::before{content:'';position:absolute;top:-48px;left:-48px;width:300px;height:300px;border-radius:50%;background:#bc5d811f;pointer-events:none}
.entr .next-inner{max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:3fr 2fr;gap:48px;align-items:center}
.entr .next-txt h2{font-size:42px;line-height:1.1;color:#fff;margin:0 0 16px;padding-left:16px;border-left:4px solid #BC5D81}
.entr .next-txt p{font-size:18px;line-height:1.8;color:#E0C4DA;margin:0 0 32px}
.entr .next-actions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.entr .next-btn-pri{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#BC5D81;color:#fff;border-radius:44px;padding:16px 32px;font-size:18px;font-weight:600;text-decoration:none;transition:background .28s cubic-bezier(0.4,0,0.2,1);box-shadow:2px 7px 22px -2px #bc5d811a}
.entr .next-btn-pri:hover{background:#8a3060;color:#fff}
.entr .next-btn-sec{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:transparent;color:#E0C4DA;border:1px solid #E0C4DA;border-radius:44px;padding:16px 32px;font-size:18px;font-weight:600;text-decoration:none;transition:background .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1)}
.entr .next-btn-sec:hover{background:#e0c4da26;color:#fff}
.entr .next-img-col{display:flex;flex-direction:column;gap:16px}
.entr .next-img-wrap{border-radius:16px;overflow:hidden;aspect-ratio:4/3;box-shadow:2px 10px 40px -2px #bc5d811c}
.entr .next-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
@keyframes entr_rise {
from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.entr .ttl-inner > *{animation:entr_rise .5s cubic-bezier(0.4,0,0.2,1) both}
.entr .ttl-inner > :nth-child(1){animation-delay:.05s}
.entr .ttl-inner > :nth-child(2){animation-delay:.18s}
@media (max-width: 900px) {
.entr .ttl-inner,.entr .start-inner,.entr .depth-inner,.entr .voice-inner,.entr .engage-inner,.entr .next-inner{grid-template-columns:1fr}
.entr .ttl-img-wrap{display:none}
.entr .posts-grid{grid-template-columns:1fr}
.entr .post-crd.featured{grid-column:span 1;grid-template-columns:1fr}
.entr .post-crd.featured .post-img-wrap{aspect-ratio:16/9;height:auto}
.entr .terr-grid{grid-template-columns:1fr}
.entr .res-grid{grid-template-columns:1fr}
.entr .depth-stats{grid-template-columns:1fr 1fr}
.entr .ttl-h1{font-size:42px}
.entr .seg-h2,.entr .start-txt h2,.entr .depth-txt h2,.entr .voice-txt h2,.entr .engage-txt h2,.entr .next-txt h2{font-size:30px}
.entr .pg-wrap{padding:0 16px}
.entr .ttl-inner,.entr .start-inner,.entr .depth-inner,.entr .voice-inner,.entr .engage-inner,.entr .next-inner{padding:0 16px}
.entr .posts-seg,.entr .start-seg,.entr .terr-seg,.entr .depth-seg,.entr .res-seg,.entr .voice-seg,.entr .engage-seg,.entr .next-seg{padding:48px 0}
}
.success_page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 16px;background-color:#fff}
.success_page .success_wrap{max-width:560px;width:100%;text-align:center}
.success_page .success_icon{width:64px;height:64px;margin:0 auto 32px;display:block}
.success_page .success_icon circle{fill:none;stroke:#E0C4DA;stroke-width:2}
.success_page .success_icon path{fill:none;stroke:#BC5D81;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.success_page .success_heading{font-size:42px;line-height:1.1;color:#2a1520;margin:0 0 16px}
.success_page .success_text{font-size:18px;line-height:1.8;color:#4a3040;margin:0 0 48px}
.success_page .success_divider{width:48px;height:2px;background:linear-gradient(to top,#E0C4DA,#BC5D81);margin:0 auto 48px;border-radius:4px}
.success_page .success_link{display:inline-flex;align-items:center;gap:8px;font-size:15px;line-height:1.5;color:#BC5D81;text-decoration:none;border-bottom:1px solid #E0C4DA;padding-bottom:4px;transition:color .28s ease-in-out,border-color .35s cubic-bezier(0.4,0,0.2,1)}
.success_page .success_link:hover{color:#8f3a5e;border-color:#BC5D81}
.success_page .success_link .link_arrow{display:inline-block;width:16px;height:16px;flex-shrink:0}
.success_page .success_card{background-color:#F0E6EB;border-radius:16px;padding:32px;margin-bottom:48px;box-shadow:2px 7px 22px -2px #bc5d811a}
.success_page .success_card .card_label{font-size:15px;line-height:1.5;color:#BC5D81;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px}
.success_page .success_card .card_email{font-size:18px;line-height:1.5;color:#2a1520;margin:0}