*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(127deg,#fefefe 0%,#f4f0f7 48%,#e8f9f8 100%);color:#2d2d2d;line-height:1.7;font-size:16px;min-height:100vh;display:flex;flex-direction:column}
.container{width:90%;max-width:1240px;margin:0 auto}
header{background:linear-gradient(164deg,#BE3EE0 0%,#8e2db3 100%);position:relative;padding:0;box-shadow:0 3px 14px #be3ee02e}
.VocalDivision{background:#ffffff1c;padding:12px 0;border-bottom:1px solid #ffffff26}
.VocalDivision .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px}
.IdentityMark{display:flex;align-items:center;gap:16px}
.IdentityMark img{height:92px;width:92px;object-fit:contain;display:block}
.BrandPhrase{color:#fff;font-size:15px;font-weight:500;background:#01cac53b;padding:9px 19px;border-radius:6px;display:inline-block}
.ComposerNav{padding:18px 0}
.ComposerNav .container{display:flex;align-items:center;justify-content:center;gap:14px}
.ContactBar{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px}
.ContactBar svg{width:18px;height:18px;fill:#01CAC5}
nav{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}
nav a{color:#fff;text-decoration:none;padding:11px 22px;border-radius:8px;font-weight:500;font-size:15px;transition:background 0.3s,opacity .25s;display:block}
nav a:hover{background:#ffffff2b;opacity:.92}
nav a:focus{outline:2px solid #01CAC5;outline-offset:3px}
main{flex:1}
footer{background:linear-gradient(219deg,#2d2d2d 0%,#1f1f1f 100%);color:#e4e4e4;padding:58px 0 32px;margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:15%;width:70%;height:3px;background:linear-gradient(90deg,transparent 0%,#BE3EE0 50%,transparent 100%)}
.TonalColumn{display:flex;flex-direction:column;align-items:center;gap:38px}
.BrutalistBlock{width:100%;max-width:640px;text-align:center}
.BrutalistBlock h3{font-size:19px;font-weight:600;margin-bottom:18px;color:#01CAC5;text-transform:uppercase;letter-spacing:1.4px}
.ServiceLinks{display:flex;flex-direction:column;gap:11px;align-items:center}
.ServiceLinks a{color:#cfcfcf;text-decoration:none;font-size:15px;padding:8px 16px;border:1px solid #be3ee04d;border-radius:5px;transition:border-color 0.25s,color .25s;display:inline-block}
.ServiceLinks a:hover{border-color:#BE3EE0;color:#fff}
.ServiceLinks a:focus{outline:2px solid #01CAC5;outline-offset:2px}
.ArrowSeparator{width:2px;height:42px;background:linear-gradient(180deg,transparent 0%,#BE3EE0 50%,transparent 100%);margin:16px 0}
.CopyrightText{font-size:14px;color:#a8a8a8;text-align:center;margin-top:12px}
.CookieVault{position:fixed;bottom:28px;right:28px;background:#fff;border:2px solid #BE3EE0;border-radius:12px;box-shadow:0 8px 28px #00000038;max-width:440px;padding:28px;z-index:9999;display:none;animation:slideInRight .4s ease-out}
@keyframes slideInRight {
from{transform:translateX(120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.CookieVault.visible{display:block}
.VaultHeader{font-size:19px;font-weight:600;color:#2d2d2d;margin-bottom:14px}
.VaultDescription{font-size:14px;line-height:1.6;color:#4a4a4a;margin-bottom:22px}
.PreferenceCluster{margin-bottom:18px}
.ClusterLabel{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}
.ClusterLabel span{font-size:14px;font-weight:500;color:#2d2d2d}
.ToggleSwitch{position:relative;width:48px;height:24px;background:#d0d0d0;border-radius:12px;cursor:pointer;transition:background .3s}
.ToggleSwitch.active{background:#01CAC5}
.ToggleSwitch::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .3s}
.ToggleSwitch.active::after{transform:translateX(24px)}
.VaultActions{display:flex;gap:12px;margin-top:22px}
.VaultActions button{flex:1;padding:11px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity 0.25s,transform .15s}
.VaultActions button:hover{opacity:.88}
.VaultActions button:active{transform:scale(0.97)}
.VaultActions button:focus{outline:2px solid #BE3EE0;outline-offset:2px}
.AcceptBtn{background:#BE3EE0;color:#fff}
.RejectBtn{background:#e8e8e8;color:#2d2d2d}
@media (max-width: 768px) {
.VocalDivision .container{flex-direction:column;text-align:center}
.IdentityMark{flex-direction:column}
.IdentityMark img{height:74px;width:74px}
.ComposerNav .container{flex-direction:column}
nav{flex-direction:column;width:100%}
nav a{width:100%;text-align:center}
.CookieVault{right:12px;left:12px;bottom:12px;max-width:none;padding:22px}
footer{padding:42px 0 28px}
}
.lt_wrap{background:linear-gradient(135deg,#f5f0ff 0%,#e6fcfb 100%);min-height:100vh}
.lt_wrap .container{max-width:1240px;margin:0 auto;padding:0 20px}
.thrust_hero{display:grid;grid-template-columns:1fr 1.3fr;gap:0;min-height:88vh;align-items:center;position:relative;overflow:hidden;margin-bottom:0}
.thrust_hero::before{content:'';position:absolute;right:-10%;top:-15%;width:600px;height:600px;background:radial-gradient(circle,#be3ee014 0%,transparent 70%);pointer-events:none}
.thrust_hero_text{padding:40px 60px 40px 0;z-index:2}
.thrust_hero_text h1{font-size:3.8rem;line-height:1.1;margin-bottom:28px;font-weight:800;color:#1a1a1a;letter-spacing:-.03em}
.thrust_hero_text h1::after{content:'';display:block;width:90px;height:6px;background:linear-gradient(90deg,#BE3EE0 0%,#01CAC5 100%);margin-top:24px}
.thrust_hero_text p{font-size:1.15rem;line-height:1.7;color:#3a3a3a;margin-bottom:36px}
.thrust_hero_img{position:relative;height:88vh;overflow:hidden}
.thrust_hero_img img{width:100%;height:100%;object-fit:cover;object-position:center;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}
.cta_thrust{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#BE3EE0 0%,#9e2cc0 100%);color:#fff;text-decoration:none;font-weight:600;font-size:1.05rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #be3ee04d}
.cta_thrust:hover{transform:translateY(-2px);box-shadow:0 6px 24px #be3ee073;background:linear-gradient(135deg,#9e2cc0 0%,#BE3EE0 100%)}
.craft_grid{padding:110px 0 90px;background:#fff;position:relative}
.craft_grid::before{content:'';position:absolute;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#01CAC5 50%,transparent 100%)}
.craft_grid .container{max-width:1180px}
.craft_header{text-align:center;margin-bottom:70px}
.craft_header h2{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin-bottom:18px;position:relative;display:inline-block}
.craft_header h2::before{content:'';position:absolute;left:-45px;top:50%;transform:translateY(-50%);width:32px;height:3px;background:#BE3EE0}
.craft_header h2::after{content:'';position:absolute;right:-45px;top:50%;transform:translateY(-50%);width:32px;height:3px;background:#01CAC5}
.craft_header p{font-size:1.1rem;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.7}
.craft_items{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}
.craft_item{background:linear-gradient(145deg,#fafafa 0%,#f5f5f5 100%);padding:38px 32px;border-left:4px solid transparent;transition:all .35s ease;position:relative}
.craft_item::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#be3ee00d 0%,#01cac50d 100%);transition:width .35s ease;z-index:1}
.craft_item:hover::before{width:100%}
.craft_item:hover{border-left-color:#BE3EE0;transform:translateX(6px)}
.craft_item > *{position:relative;z-index:2}
.craft_item h4{font-size:1.5rem;color:#1a1a1a;margin-bottom:14px;font-weight:600}
.craft_item p{font-size:1rem;line-height:1.65;color:#4a4a4a;margin:0}
.method_split{display:grid;grid-template-columns:1.1fr 0.9fr;gap:0;background:linear-gradient(135deg,#f8f4ff 0%,#e8fffe 100%);align-items:stretch}
.method_visual{position:relative;min-height:520px}
.method_visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.method_content{padding:70px 60px;display:flex;flex-direction:column;justify-content:center}
.method_content h3{font-size:2.4rem;font-weight:700;color:#1a1a1a;margin-bottom:26px;position:relative;padding-left:18px}
.method_content h3::before{content:'';position:absolute;left:0;top:8px;width:5px;height:calc(100% - 16px);background:linear-gradient(180deg,#BE3EE0 0%,#01CAC5 100%)}
.method_content p{font-size:1.05rem;line-height:1.75;color:#3a3a3a;margin-bottom:22px}
.method_steps{margin-top:30px;display:flex;flex-direction:column;gap:20px}
.method_step{display:flex;align-items:flex-start;gap:18px}
.step_marker{min-width:38px;width:38px;height:38px;background:linear-gradient(135deg,#BE3EE0 0%,#01CAC5 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-top:3px}
.step_text h5{font-size:1.15rem;color:#1a1a1a;margin-bottom:6px;font-weight:600}
.step_text p{font-size:.98rem;color:#4a4a4a;margin:0;line-height:1.6}
.journey_flow{padding:100px 0;background:#fff;position:relative}
.journey_flow::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#BE3EE0 50%,transparent 100%)}
.journey_intro{max-width:820px;margin:0 auto 60px;text-align:center}
.journey_intro h2{font-size:2.6rem;font-weight:700;color:#1a1a1a;margin-bottom:20px}
.journey_intro p{font-size:1.08rem;color:#4a4a4a;line-height:1.7}
.journey_timeline{max-width:1040px;margin:0 auto;position:relative;padding:0 20px}
.timeline_track{position:relative;padding-left:70px}
.timeline_track::before{content:'';position:absolute;left:20px;top:0;width:3px;height:100%;background:linear-gradient(180deg,#BE3EE0 0%,#01CAC5 100%)}
.journey_phase{position:relative;margin-bottom:48px;padding-left:24px}
.journey_phase:last-child{margin-bottom:0}
.phase_marker{position:absolute;left:-48px;top:4px;width:42px;height:42px;background:#fff;border:4px solid #BE3EE0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#BE3EE0;font-size:1.05rem;z-index:2}
.journey_phase:nth-child(2) .phase_marker{border-color:#8f45c9}
.journey_phase:nth-child(3) .phase_marker{border-color:#5d79d4;color:#5d79d4}
.journey_phase:nth-child(4) .phase_marker{border-color:#01CAC5;color:#01CAC5}
.journey_phase h4{font-size:1.6rem;color:#1a1a1a;margin-bottom:12px;font-weight:600}
.journey_phase p{font-size:1.02rem;line-height:1.7;color:#4a4a4a;margin:0}
.impact_showcase{padding:90px 0;background:linear-gradient(135deg,#faf8fc 0%,#f0fdfd 100%);position:relative;overflow:hidden}
.impact_showcase::before{content:'';position:absolute;left:-8%;bottom:-12%;width:480px;height:480px;background:radial-gradient(circle,#01cac50f 0%,transparent 65%);pointer-events:none}
.impact_layout{display:grid;grid-template-columns:0.95fr 1.05fr;gap:70px;align-items:center}
.impact_text h2{font-size:2.7rem;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.2}
.impact_text h2 span{color:#BE3EE0;position:relative}
.impact_text h2 span::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#BE3EE0 0%,#01CAC5 100%)}
.impact_text p{font-size:1.08rem;line-height:1.75;color:#3a3a3a;margin-bottom:20px}
.impact_list{margin:32px 0;padding-left:0;list-style:none}
.impact_list li{padding-left:34px;margin-bottom:16px;position:relative;font-size:1.02rem;color:#3a3a3a;line-height:1.6}
.impact_list li::before{content:'→';position:absolute;left:0;top:0;color:#01CAC5;font-weight:700;font-size:1.3rem}
.impact_visual{position:relative}
.impact_visual img{width:100%;height:auto;display:block;box-shadow:0 12px 40px #0000001f}
@media (max-width: 1024px) {
.thrust_hero{grid-template-columns:1fr;min-height:auto}
.thrust_hero_text{padding:50px 30px;order:2}
.thrust_hero_text h1{font-size:2.8rem}
.thrust_hero_img{height:50vh;order:1}
.thrust_hero_img img{clip-path:none}
.craft_items{grid-template-columns:1fr;gap:28px}
.method_split{grid-template-columns:1fr}
.method_visual{min-height:380px}
.method_content{padding:50px 30px}
.impact_layout{grid-template-columns:1fr;gap:40px}
.impact_text{order:2}
.impact_visual{order:1}
}
@media (max-width: 768px) {
.thrust_hero_text h1{font-size:2.2rem}
.craft_header h2{font-size:2.2rem}
.craft_header h2::before,.craft_header h2::after{display:none}
.method_content h3{font-size:2rem}
.timeline_track{padding-left:50px}
.phase_marker{left:-46px;width:36px;height:36px;font-size:.95rem}
.journey_intro h2{font-size:2.2rem}
.impact_text h2{font-size:2.2rem}
}
.reach-frame{background:linear-gradient(135deg,#f8f4fb 0%,#e8fcfb 100%);padding:4rem 2rem 5rem}
.reach-frame .container{max-width:1200px;margin:0 auto}
.reach-intro{max-width:680px;margin:0 0 3.5rem}
.reach-intro h1{font-size:2.8rem;line-height:1.15;color:#2a1a3f;margin-bottom:1.2rem;font-weight:700}
.reach-intro h1::before{content:'';display:inline-block;width:48px;height:4px;background:linear-gradient(90deg,#BE3EE0 0%,#01CAC5 100%);margin-right:16px;vertical-align:middle;border-radius:2px}
.reach-intro p{font-size:1.05rem;line-height:1.7;color:#4a3a5f;margin:0}
.touch-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.msg-panel{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #be3ee014;border:1px solid #be3ee01f}
.msg-panel h2{font-size:1.5rem;color:#2a1a3f;margin-bottom:.8rem;font-weight:600}
.msg-panel h2::after{content:'';display:block;width:60px;height:3px;background:#01CAC5;margin-top:12px;border-radius:2px}
.msg-panel .sub-note{font-size:.95rem;color:#6a5a7f;margin-bottom:2rem;line-height:1.6}
.msg-panel form{display:flex;flex-direction:column;gap:1.5rem}
.field-cluster{display:flex;flex-direction:column;gap:.5rem}
.field-cluster label{font-size:.92rem;font-weight:500;color:#3a2a4f;display:block}
.field-cluster input,.field-cluster textarea,.field-cluster select{width:100%;padding:.85rem 1rem;border:2px solid #e0d4eb;border-radius:8px;font-size:.98rem;color:#2a1a3f;background:#fefefe;transition:all .25s ease}
.field-cluster input:focus,.field-cluster textarea:focus,.field-cluster select:focus{border-color:#BE3EE0;outline:none;background:#fff;box-shadow:0 0 0 3px #be3ee01a}
.field-cluster textarea{min-height:140px;resize:vertical;font-family:inherit}
.dual-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.consent-wrapper{display:flex;align-items:start;gap:.75rem;margin-top:.5rem}
.consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:#BE3EE0}
.consent-wrapper label{font-size:.88rem;color:#5a4a6f;line-height:1.5;cursor:pointer}
.consent-wrapper label a{color:#BE3EE0;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s ease}
.consent-wrapper label a:hover{border-bottom-color:#BE3EE0}
.submit-action{background:linear-gradient(135deg,#BE3EE0 0%,#9f2ec0 100%);color:#fff;padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #be3ee040}
.submit-action:hover{transform:translateY(-2px);box-shadow:0 6px 18px #be3ee059;background:linear-gradient(135deg,#cf4ef0 0%,#BE3EE0 100%)}
.submit-action:active{transform:translateY(0)}
.info-stack{display:flex;flex-direction:column;gap:2rem}
.info-card{background:#fff;padding:2rem;border-radius:10px;border-left:4px solid #01CAC5;box-shadow:0 3px 15px #01cac51a}
.info-card h3{font-size:1.15rem;color:#2a1a3f;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.75rem}
.info-card h3::before{content:'';display:block;width:32px;height:32px;background:linear-gradient(135deg,#01CAC5 0%,#00b3af 100%);border-radius:50%;flex-shrink:0}
.info-card p{font-size:.98rem;color:#4a3a5f;line-height:1.7;margin:0}
.info-card a{color:#01CAC5;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s ease}
.info-card a:hover{border-bottom-color:#01CAC5}
.location-detail{background:linear-gradient(135deg,#faf8fc 0%,#f4fdfd 100%);padding:1.5rem;border-radius:8px;margin-top:1rem}
.location-detail p{margin:0;font-size:.95rem;color:#5a4a6f;line-height:1.6}
@media (max-width: 968px) {
.touch-grid{grid-template-columns:1fr;gap:2.5rem}
.reach-intro h1{font-size:2.2rem}
.msg-panel{padding:2rem}
.dual-fields{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 640px) {
.reach-frame{padding:3rem 1.5rem 4rem}
.reach-intro h1{font-size:1.85rem}
.reach-intro h1::before{width:36px;height:3px;margin-right:12px}
.reach-intro p{font-size:1rem}
.msg-panel{padding:1.5rem}
.msg-panel h2{font-size:1.3rem}
.info-card{padding:1.5rem}
.submit-action{width:100%;padding:1rem}
}
.v2_story_wrap{background:linear-gradient(135deg,#f5f0ff 0%,#e0f7f6 100%);padding:4rem 2rem;margin-bottom:0}
.v2_story_wrap .container{max-width:1200px;margin:0 auto}
.v2_story_intro h1{color:#2d2d2d;font-size:2.8rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.v2_story_intro h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#BE3EE0,#01CAC5);margin-top:1rem}
.v2_story_intro p{color:#4a4a4a;font-size:1.15rem;line-height:1.8;max-width:800px}
.gen3_origin_grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:4rem;align-items:start}
.gen3_origin_text h2{color:#BE3EE0;font-size:2rem;margin-bottom:1.2rem;font-weight:600}
.gen3_origin_text p{color:#555;line-height:1.7;margin-bottom:1rem}
.gen3_origin_img img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #be3ee026}
.mod_belief_section{background:#fff;padding:5rem 2rem;position:relative}
.mod_belief_section::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#BE3EE0 0%,#01CAC5 50%,#BE3EE0 100%)}
.mod_belief_section .container{max-width:1200px;margin:0 auto}
.sys_approach_header{text-align:center;margin-bottom:3.5rem}
.sys_approach_header h2{color:#2d2d2d;font-size:2.5rem;font-weight:700;margin-bottom:1rem}
.sys_approach_header h2::before{content:'◆';color:#01CAC5;margin-right:.5rem;font-size:1.8rem}
.sys_approach_header p{color:#666;font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.6}
.tile_belief_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.tile_belief_single{background:linear-gradient(135deg,#fafafa 0%,#f0f0f0 100%);padding:2.5rem 2rem;border-radius:8px;border-left:5px solid #BE3EE0;transition:all .3s ease;position:relative}
.tile_belief_single:nth-child(2){border-left-color:#01CAC5}
.tile_belief_single:nth-child(3){border-left-color:#BE3EE0}
.tile_belief_single:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001a}
.tile_belief_single h3{color:#2d2d2d;font-size:1.5rem;margin-bottom:1rem;font-weight:600}
.tile_belief_single p{color:#555;line-height:1.7;font-size:1rem}
.arc_team_flow{background:linear-gradient(180deg,#fff 0%,#f9f5ff 100%);padding:5rem 2rem}
.arc_team_flow .container{max-width:1300px;margin:0 auto}
.arc_team_header{margin-bottom:3rem}
.arc_team_header h2{color:#BE3EE0;font-size:2.4rem;font-weight:700;margin-bottom:1rem}
.arc_team_header h2::after{content:'';display:block;width:60px;height:3px;background:#01CAC5;margin-top:.8rem}
.arc_team_header p{color:#666;font-size:1.1rem;line-height:1.7;max-width:750px}
.synth_expert_mosaic{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem;margin-top:2.5rem}
.synth_expert_card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.synth_expert_card:hover{box-shadow:0 8px 28px #01cac533}
.synth_expert_visual img{width:100%;height:280px;object-fit:cover}
.synth_expert_info{padding:1.8rem}
.synth_expert_info h4{color:#2d2d2d;font-size:1.3rem;margin-bottom:.8rem;font-weight:600}
.synth_expert_info p{color:#666;line-height:1.6;font-size:.95rem}
.spark_journey_blend{background:#fff;padding:5rem 2rem;position:relative}
.spark_journey_blend::before{content:'';position:absolute;bottom:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#01CAC5 0%,#BE3EE0 100%)}
.spark_journey_blend .container{max-width:1200px;margin:0 auto}
.pulse_method_layout{display:grid;grid-template-columns:45% 55%;gap:4rem;align-items:center}
.pulse_method_visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #be3ee033}
.pulse_method_content h2{color:#2d2d2d;font-size:2.3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.pulse_method_content h2 span{color:#BE3EE0}
.pulse_method_content p{color:#555;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}
.wave_connect_box{background:linear-gradient(135deg,#f0f0f0 0%,#fafafa 100%);padding:2rem;border-radius:8px;border-top:4px solid #01CAC5;margin-top:2rem}
.wave_connect_box h5{color:#2d2d2d;font-size:1.2rem;margin-bottom:.8rem;font-weight:600}
.wave_connect_box p{color:#666;line-height:1.7;margin-bottom:0}
@media (max-width: 1024px) {
.gen3_origin_grid{grid-template-columns:1fr;gap:2rem}
.tile_belief_cards{grid-template-columns:1fr;gap:1.5rem}
.synth_expert_mosaic{grid-template-columns:1fr 1fr;gap:2rem}
.pulse_method_layout{grid-template-columns:1fr;gap:2.5rem}
}
@media (max-width: 768px) {
.v2_story_wrap{padding:3rem 1.5rem}
.v2_story_intro h1{font-size:2.2rem}
.sys_approach_header h2{font-size:2rem}
.tile_belief_cards{grid-template-columns:1fr}
.synth_expert_mosaic{grid-template-columns:1fr;gap:1.5rem}
.arc_team_flow{padding:3rem 1.5rem}
.pulse_method_content h2{font-size:1.9rem}
.spark_journey_blend{padding:3rem 1.5rem}
}
@media (max-width: 480px) {
.v2_story_intro h1{font-size:1.8rem}
.gen3_origin_text h2{font-size:1.6rem}
.sys_approach_header h2{font-size:1.7rem}
.tile_belief_single{padding:2rem 1.5rem}
.synth_expert_visual img{height:240px}
.pulse_method_visual img{height:320px}
}
.lnp-scaffold{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.lnp-intro-zone{padding:5rem 0 4rem;background:linear-gradient(135deg,#f5e6ff 0%,#e0f9f8 100%);border-radius:0 0 50% 50% / 0 0 3% 3%;margin-bottom:4rem}
.lnp-intro-zone h1{font-size:2.8rem;color:#2d2d2d;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.lnp-intro-zone .lnp-tagline{font-size:1.3rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6}
.lnp-intro-zone .lnp-describe-wrap{max-width:750px;font-size:1.05rem;color:#5a5a5a;line-height:1.8}
.lnp-modules-display{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:5rem}
.lnp-module-card{background:#fff;border:2px solid #e8e8e8;border-radius:16px;padding:2.5rem 2rem;position:relative;transition:all .3s ease}
.lnp-module-card:hover{border-color:#BE3EE0;transform:translateY(-5px);box-shadow:0 12px 28px #be3ee026}
.lnp-module-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#BE3EE0 0%,#01CAC5 100%);border-radius:16px 0 0 16px}
.lnp-module-card h3{font-size:1.6rem;color:#2d2d2d;margin-bottom:1rem;font-weight:600}
.lnp-module-card .lnp-duration-tag{display:inline-block;background:#f0f0f0;color:#5a5a5a;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;margin-bottom:1.2rem;font-weight:500}
.lnp-module-card p{color:#5a5a5a;line-height:1.7;margin-bottom:1.5rem}
.lnp-module-card ul{list-style:none;padding:0;margin:0}
.lnp-module-card ul li{padding-left:1.8rem;position:relative;margin-bottom:.7rem;color:#5a5a5a;line-height:1.6}
.lnp-module-card ul li::before{content:'→';position:absolute;left:0;color:#01CAC5;font-weight:700}
.lnp-journey-frame{background:linear-gradient(to right,#fff 0%,#f9f3ff 100%);padding:4rem 0;margin-bottom:5rem;border-top:3px solid #BE3EE0;border-bottom:3px solid #01CAC5}
.lnp-journey-frame h2{font-size:2.3rem;color:#2d2d2d;text-align:center;margin-bottom:3rem;font-weight:700}
.lnp-pathway-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.lnp-pathway-visual{position:relative}
.lnp-pathway-visual img{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0000001a}
.lnp-pathway-steps{padding-left:2rem}
.lnp-step-item{position:relative;padding-left:70px;margin-bottom:2.5rem}
.lnp-step-item:last-child{margin-bottom:0}
.lnp-step-number{position:absolute;left:0;top:0;width:50px;height:50px;background:linear-gradient(135deg,#BE3EE0 0%,#01CAC5 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #be3ee04d}
.lnp-step-item h4{font-size:1.3rem;color:#2d2d2d;margin-bottom:.6rem;font-weight:600}
.lnp-step-item p{color:#5a5a5a;line-height:1.7;margin:0}
.lnp-approach-section{padding:4rem 0;margin-bottom:5rem}
.lnp-approach-section h2{font-size:2.3rem;color:#2d2d2d;margin-bottom:1.5rem;font-weight:700}
.lnp-approach-section .lnp-intro-text{font-size:1.1rem;color:#5a5a5a;line-height:1.8;margin-bottom:3rem;max-width:850px}
.lnp-dual-showcase{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}
.lnp-showcase-block{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #00000014}
.lnp-showcase-block img{width:100%;height:280px;object-fit:cover}
.lnp-showcase-content{padding:2rem}
.lnp-showcase-content h3{font-size:1.5rem;color:#2d2d2d;margin-bottom:1rem;font-weight:600}
.lnp-showcase-content p{color:#5a5a5a;line-height:1.7;margin:0}
.lnp-methodology-list{background:linear-gradient(135deg,#fef9ff 0%,#f0fffe 100%);padding:2.5rem;border-radius:16px;border-left:6px solid #BE3EE0}
.lnp-methodology-list h4{font-size:1.4rem;color:#2d2d2d;margin-bottom:1.5rem;font-weight:600}
.lnp-methodology-list ul{list-style:none;padding:0;margin:0}
.lnp-methodology-list ul li{padding:1rem 0 1rem 2.5rem;position:relative;color:#5a5a5a;line-height:1.7;border-bottom:1px solid #e8e8e8}
.lnp-methodology-list ul li:last-child{border-bottom:none}
.lnp-methodology-list ul li::before{content:'';position:absolute;left:0;color:#01CAC5;font-size:1.3rem;font-weight:700}
.lnp-enrollment-zone{background:linear-gradient(135deg,#BE3EE0 0%,#01CAC5 100%);padding:4rem 3rem;border-radius:20px;text-align:center;margin-bottom:3rem}
.lnp-enrollment-zone h2{font-size:2.2rem;color:#fff;margin-bottom:1.2rem;font-weight:700}
.lnp-enrollment-zone p{font-size:1.15rem;color:#fff;line-height:1.7;margin-bottom:2rem;opacity:.95}
.lnp-enrollment-zone .lnp-action-btn{display:inline-block;background:#fff;color:#BE3EE0;padding:1rem 2.5rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.lnp-enrollment-zone .lnp-action-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;background:#f5f5f5}
@media (max-width: 768px) {
.lnp-intro-zone{padding:3rem 0 2.5rem}
.lnp-intro-zone h1{font-size:2rem}
.lnp-intro-zone .lnp-tagline{font-size:1.1rem}
.lnp-modules-display{grid-template-columns:1fr;gap:1.5rem}
.lnp-pathway-grid{grid-template-columns:1fr;gap:2rem}
.lnp-pathway-steps{padding-left:0}
.lnp-step-item{padding-left:65px}
.lnp-dual-showcase{grid-template-columns:1fr;gap:2rem}
.lnp-journey-frame h2,.lnp-approach-section h2{font-size:1.8rem}
.lnp-enrollment-zone{padding:3rem 1.5rem}
.lnp-enrollment-zone h2{font-size:1.8rem}
}
.data-policy-container{max-width:1200px;margin:0 auto;padding:60px 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.8;color:#1f2937;background:linear-gradient(135deg,#fdfbff 0%,#f0fffe 100%)}
.data-policy-container h1{font-size:2.8rem;font-weight:700;color:#111827;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid #BE3EE0}
.data-policy-container h2{font-size:2rem;font-weight:600;color:#1f2937;margin-top:3rem;margin-bottom:1.25rem;padding-left:1rem;border-left:5px solid #01CAC5}
.data-policy-container h3{font-size:1.5rem;font-weight:600;color:#374151;margin-top:2.5rem;margin-bottom:1rem}
.data-policy-container h4{font-size:1.2rem;font-weight:600;color:#4b5563;margin-top:2rem;margin-bottom:.875rem}
.data-policy-container p{margin-bottom:1.25rem;font-size:1.05rem;color:#374151}
.data-policy-container ul{margin:1.5rem 0;padding-left:0;list-style:none}
.data-policy-container li{margin-bottom:1.25rem;padding-left:2rem;position:relative;font-size:1.05rem;color:#374151}
.data-policy-container li::before{content:"→";position:absolute;left:.5rem;color:#BE3EE0;font-weight:700}
.data-policy-container .policy-intro{background:linear-gradient(120deg,#be3ee00d 0%,#01cac50d 100%);padding:2rem;border-radius:12px;margin-bottom:2.5rem;border:2px solid #be3ee026;box-shadow:0 4px 12px #0000000d}
.data-policy-container .highlight-section{background:#01cac514;padding:1.75rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid #01CAC5}
.data-policy-container span.emphasis{font-weight:600;color:#BE3EE0}
.data-policy-container .section-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#BE3EE0 50%,transparent 100%);margin:3rem 0;opacity:.3}
.privacy-policy-container{max-width:1200px;margin:0 auto;padding:60px 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:#2d2d2d;background:linear-gradient(135deg,#fefefe 0%,#f5f5f5 100%)}
.privacy-policy-container h1{font-size:2.8rem;font-weight:700;color:#1f1f1f;margin-bottom:24px;letter-spacing:-.5px;background:linear-gradient(135deg,#BE3EE0 0%,#01CAC5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.privacy-policy-container h2{font-size:1.9rem;font-weight:600;color:#BE3EE0;margin-top:48px;margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid #01CAC5}
.privacy-policy-container h3{font-size:1.4rem;font-weight:600;color:#01CAC5;margin-top:32px;margin-bottom:16px}
.privacy-policy-container h4{font-size:1.1rem;font-weight:600;color:#4a4a4a;margin-top:24px;margin-bottom:12px}
.privacy-policy-container p{margin-bottom:18px;color:#3a3a3a;font-size:1.05rem}
.privacy-policy-container ul{margin:20px 0;padding-left:0;list-style:none}
.privacy-policy-container li{margin-bottom:14px;padding-left:32px;position:relative;color:#3a3a3a;font-size:1.02rem}
.privacy-policy-container li::before{content:"→";position:absolute;left:0;color:#BE3EE0;font-weight:700}
.privacy-policy-container span{color:#01CAC5;font-weight:500}
.privacy-policy-container .intro-section{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 20px #be3ee014;margin-bottom:40px;border-left:5px solid #BE3EE0}
.privacy-policy-container .highlight-box{background:linear-gradient(135deg,#be3ee00f 0%,#01cac50f 100%);padding:24px;border-radius:8px;margin:24px 0;border:1px solid #be3ee033}
.privacy-policy-container .last-updated{font-size:.95rem;color:#6a6a6a;font-style:italic;margin-bottom:32px}
.disclaimerWrap{background:linear-gradient(135deg,#faf8fc 0%,#f0fffe 100%);min-height:60vh;padding:0}
.disclaimerWrap .container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
.topHeader{text-align:center;margin-bottom:3.5rem;padding-bottom:2rem;border-bottom:3px solid #BE3EE0;position:relative}
.topHeader::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:#01CAC5}
.topHeader h1{font-size:2.8rem;color:#2d2d2d;margin-bottom:.8rem;font-weight:700;letter-spacing:-.5px}
.topHeader .subLine{font-size:1.15rem;color:#5a5a5a;font-weight:400}
.contentGrid{display:grid;grid-template-columns:1fr;gap:2.5rem}
.infoBlock{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 16px #be3ee014;border-left:5px solid #BE3EE0;transition:transform .3s ease,box-shadow .3s ease}
.infoBlock:hover{transform:translateY(-4px);box-shadow:0 8px 24px #be3ee026}
.infoBlock h2{font-size:1.9rem;color:#BE3EE0;margin-bottom:1.5rem;font-weight:700;position:relative;padding-left:1.2rem}
.infoBlock h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:24px;background:linear-gradient(180deg,#BE3EE0 0%,#01CAC5 100%);border-radius:3px}
.infoBlock h3{font-size:1.5rem;color:#01CAC5;margin-top:2rem;margin-bottom:1rem;font-weight:600}
.infoBlock h4{font-size:1.3rem;color:#4a4a4a;margin-top:1.8rem;margin-bottom:.9rem;font-weight:600}
.infoBlock h5{font-size:1.15rem;color:#5a5a5a;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;font-style:italic}
.infoBlock h6{font-size:1.05rem;color:#6a6a6a;margin-top:1.3rem;margin-bottom:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.infoBlock p{font-size:1.05rem;line-height:1.75;color:#3d3d3d;margin-bottom:1.3rem}
.infoBlock p:last-child{margin-bottom:0}
.infoBlock ul{margin:1.5rem 0 1.5rem 1.5rem;padding:0}
.infoBlock ul li{font-size:1.05rem;line-height:1.75;color:#3d3d3d;margin-bottom:1rem;position:relative;padding-left:1.5rem}
.infoBlock ul li::before{content:'';position:absolute;left:0;top:.65rem;width:8px;height:8px;background:#01CAC5;border-radius:50%}
.infoBlock strong{color:#BE3EE0;font-weight:600}
.accentTerm{color:#BE3EE0;font-weight:500;position:relative;padding-bottom:2px}
.accentTerm::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#BE3EE0 0%,#01CAC5 100%);opacity:.4}
.dateStamp{text-align:center;margin-top:3rem;padding-top:2rem;border-top:2px dashed #e0e0e0;font-size:.95rem;color:#7a7a7a;font-style:italic}
.contactRef{background:linear-gradient(135deg,#f8f3fb 0%,#f0fffe 100%);border-radius:10px;padding:2rem;margin-top:2.5rem;border:2px solid #BE3EE0}
.contactRef h4{color:#BE3EE0;margin-top:0;margin-bottom:1rem;font-size:1.4rem}
.contactRef p{margin-bottom:.6rem;font-size:1rem;color:#4a4a4a}
.contactRef a{color:#01CAC5;text-decoration:none;font-weight:500;transition:color .3s ease}
.contactRef a:hover{color:#BE3EE0;text-decoration:underline}
.dividerLine{height:3px;background:linear-gradient(90deg,transparent 0%,#BE3EE0 25%,#01CAC5 75%,transparent 100%);margin:3rem 0;border:none}
@media (max-width: 768px) {
.disclaimerWrap .container{padding:3rem 1rem}
.topHeader h1{font-size:2.2rem}
.topHeader .subLine{font-size:1rem}
.infoBlock{padding:1.8rem}
.infoBlock h2{font-size:1.6rem}
.infoBlock h3{font-size:1.3rem}
.infoBlock h4{font-size:1.2rem}
.infoBlock p,.infoBlock ul li{font-size:1rem}
.contentGrid{gap:2rem}
}
@media (max-width: 480px) {
.topHeader h1{font-size:1.9rem}
.infoBlock h2{font-size:1.4rem}
.infoBlock{padding:1.5rem}
}
.tnk_pln{max-width:720px;margin:80px auto;padding:0 24px}
.tnk_pln .crd_arc{background:linear-gradient(135deg,#f4e5f7 0%,#e0f7f6 100%);border-radius:16px;padding:56px 48px;border:2px solid #BE3EE0;position:relative;overflow:hidden}
.tnk_pln .crd_arc::before{content:'';position:absolute;top:-40px;right:-40px;width:180px;height:180px;background:radial-gradient(circle,#be3ee026 0%,transparent 70%);border-radius:50%}
.tnk_pln .crd_arc::after{content:'';position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle,#01cac51f 0%,transparent 70%);border-radius:50%}
.tnk_pln .icn_crcl{width:84px;height:84px;background:linear-gradient(135deg,#BE3EE0 0%,#01CAC5 100%);border-radius:50%;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 24px #be3ee04d}
.tnk_pln .icn_crcl::before{content:'';font-size:44px;color:#FFF;font-weight:700}
.tnk_pln .ttl_msg{font-size:32px;font-weight:700;color:#2d1a38;text-align:center;margin:0 0 20px;line-height:1.3;position:relative}
.tnk_pln .sub_inf{font-size:17px;color:#4a3556;text-align:center;line-height:1.6;margin:0 0 40px;position:relative}
.tnk_pln .dtl_blk{background:#FFF;border-radius:12px;padding:32px 36px;margin:32px 0;border-left:4px solid #01CAC5;position:relative}
.tnk_pln .dtl_blk h5{font-size:19px;font-weight:600;color:#2d1a38;margin:0 0 16px}
.tnk_pln .dtl_blk p{font-size:16px;color:#5a4a66;line-height:1.7;margin:0 0 12px}
.tnk_pln .dtl_blk p:last-child{margin-bottom:0}
.tnk_pln .tmln_grp{margin:36px 0;position:relative}
.tnk_pln .stp_itm{display:flex;gap:20px;margin-bottom:28px;align-items:flex-start;position:relative}
.tnk_pln .stp_itm:last-child{margin-bottom:0}
.tnk_pln .stp_mkr{min-width:42px;width:42px;height:42px;background:linear-gradient(135deg,#BE3EE0 0%,#9d32bd 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#FFF;font-size:18px;flex-shrink:0;position:relative;margin-top:4px}
.tnk_pln .stp_cntnt{flex:1;padding-top:4px}
.tnk_pln .stp_cntnt h6{font-size:17px;font-weight:600;color:#2d1a38;margin:0 0 8px}
.tnk_pln .stp_cntnt p{font-size:15px;color:#5a4a66;line-height:1.6;margin:0}
.tnk_pln .act_zn{display:flex;gap:16px;justify-content:center;margin-top:40px;flex-wrap:wrap;position:relative}
.tnk_pln .btn_prm{background:linear-gradient(135deg,#BE3EE0 0%,#9d32bd 100%);color:#FFF;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #be3ee04d;position:relative;z-index:10}
.tnk_pln .btn_prm:hover{background:linear-gradient(135deg,#9d32bd 0%,#7d287d 100%);transform:translateY(-2px);box-shadow:0 6px 16px #be3ee066}
.tnk_pln .btn_scnd{background:#FFF;color:#BE3EE0;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease;border:2px solid #BE3EE0;cursor:pointer;position:relative;z-index:10}
.tnk_pln .btn_scnd:hover{background:#BE3EE0;color:#FFF;transform:translateY(-2px);box-shadow:0 6px 16px #be3ee04d}
.tnk_pln .cntct_inf{background:#f9f4fb;border-radius:10px;padding:24px 28px;margin:32px 0 0;text-align:center;position:relative}
.tnk_pln .cntct_inf h6{font-size:17px;font-weight:600;color:#2d1a38;margin:0 0 12px}
.tnk_pln .cntct_inf p{font-size:15px;color:#5a4a66;line-height:1.6;margin:0 0 8px}
.tnk_pln .cntct_inf p:last-child{margin-bottom:0}
.tnk_pln .cntct_inf a{color:#BE3EE0;text-decoration:none;font-weight:500;transition:color .2s ease}
.tnk_pln .cntct_inf a:hover{color:#9d32bd;text-decoration:underline}
@media (max-width: 768px) {
.tnk_pln{margin:48px auto;padding:0 20px}
.tnk_pln .crd_arc{padding:40px 28px}
.tnk_pln .icn_crcl{width:72px;height:72px;margin-bottom:24px}
.tnk_pln .icn_crcl::before{font-size:38px}
.tnk_pln .ttl_msg{font-size:26px;margin-bottom:16px}
.tnk_pln .sub_inf{font-size:16px;margin-bottom:32px}
.tnk_pln .dtl_blk{padding:24px 20px;margin:24px 0}
.tnk_pln .dtl_blk h5{font-size:17px}
.tnk_pln .stp_mkr{min-width:38px;width:38px;height:38px;font-size:16px}
.tnk_pln .stp_itm{gap:16px;margin-bottom:24px}
.tnk_pln .act_zn{flex-direction:column;gap:12px;margin-top:32px}
.tnk_pln .btn_prm,.tnk_pln .btn_scnd{width:100%;text-align:center;padding:13px 24px}
.tnk_pln .cntct_inf{padding:20px}
}