*{margin:0;padding:0;box-sizing:border-box}
body{background:linear-gradient(168deg,#fdfbf7 0%,#f9f5ef 100%);color:#2b2520;min-height:100vh;display:flex;flex-direction:column;font:16px/1.7 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
header{background:linear-gradient(135deg,#581125 0%,#6d1a31 100%);position:relative;box-shadow:0 4px 18px #58112526}
.container{max-width:1280px;margin:0 auto;padding:0 22px}
.SkywardArchitecture{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid #ffffff1f}
.PrismLogoBrandingWrapper{display:flex;align-items:center;gap:16px;position:relative;z-index:50}
.PrismLogoBrandingWrapper img{height:90px;width:90px;object-fit:contain;display:block}
.AuroraCompanyTitleText{color:#fff;letter-spacing:.3px;font:600 22px 'Space Grotesk',sans-serif}
.ThermosphereContactAnchorLink{color:#02C4CB;text-decoration:none;font-size:15px;transition:opacity .25s ease;font-weight:500}
.ThermosphereContactAnchorLink:hover{opacity:.75}
.NavigationHorizonRowElement{padding:16px 0}
.NavigationHorizonRowElement nav{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}
.NavigationHorizonRowElement nav a{color:#fff;text-decoration:none;padding:11px 24px;font-size:16px;font-weight:500;border-radius:6px;transition:background-color .3s ease,color .3s ease;display:inline-block}
.NavigationHorizonRowElement nav a:hover{color:#02C4CB;background:#02c4cb2e}
.NavigationHorizonRowElement nav a:focus{outline:3px solid #02C4CB;outline-offset:2px}
main{flex:1}
footer{background:linear-gradient(210deg,#2b2520 0%,#3d332e 100%);color:#e8e3dd;padding:65px 0 28px;margin-top:85px}
.FooterStaircaseArchitecture{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-bottom:48px}
.StairwayLevelOne{padding-top:0}
.StairwayLevelTwo{padding-top:26px}
.StairwayLevelThree{padding-top:52px}
.WhisperSectionHeadline{color:#02C4CB;margin-bottom:20px;letter-spacing:.5px;border-bottom:2px solid #02c4cb40;padding-bottom:10px;font:600 17px 'Space Grotesk',sans-serif}
.IntimateServiceLinksList{list-style:none;padding:0;margin:0}
.IntimateServiceLinksList li{margin-bottom:12px}
.IntimateServiceLinksList a{color:#d1cbc3;text-decoration:none;font-size:15px;transition:color .3s ease;display:inline-block}
.IntimateServiceLinksList a:hover{color:#02C4CB}
.FooterDividingBoundaryLine{height:1px;background:linear-gradient(90deg,transparent 0%,#02c4cb66 50%,transparent 100%);margin:40px 0 32px}
.CopyrightUndertonedDeclaration{text-align:center;font-size:14px;color:#a39a90;font-weight:400}
.VeiledConsentManagementOverlay{position:fixed;bottom:28px;left:28px;background:linear-gradient(145deg,#fff 0%,#f7f4f0 100%);border-radius:12px;box-shadow:0 12px 42px #58112538 0 0 0 1px #58112514;padding:32px;max-width:460px;z-index:999;display:none;animation:gentleFoldIn .45s ease-out}
@keyframes gentleFoldIn {
from{opacity:0;transform:translateY(25px) scale(0.94)}
to{opacity:1;transform:translateY(0) scale(1)}
}
.VeiledConsentManagementOverlay.active{display:block}
.FragmentedConsentHeader{color:#581125;margin-bottom:14px;font:600 20px/1.4 'Space Grotesk',sans-serif}
.NarrativePermissionExplanation{font-size:15px;color:#4a3f3a;line-height:1.65;margin-bottom:24px}
.ClusteredDataCategoryContainer{margin-bottom:22px}
.CategoryLabelWithToggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8px}
.CategoryNameText{font-size:15px;font-weight:600;color:#2b2520}
.ToggleSwitchElement{position:relative;display:inline-block;width:52px;height:28px}
.ToggleSwitchElement input{opacity:0;width:0;height:0}
.SliderTrackBackground{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:background-color .35s ease;border-radius:28px;background:#d1cbc3}
.SliderTrackBackground:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;transition:transform .35s ease;border-radius:50%;background:#fff}
.ToggleSwitchElement input:checked + .SliderTrackBackground{background:#02C4CB}
.ToggleSwitchElement input:checked + .SliderTrackBackground:before{transform:translateX(24px)}
.ConsentActionButtonsGroup{display:flex;flex-direction:row;gap:12px;margin-top:26px}
.AcceptAllActionButton,.RejectAllActionButton{flex:1;padding:13px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font:600 15px 'Manrope',sans-serif}
.AcceptAllActionButton{background:linear-gradient(135deg,#581125 0%,#6d1a31 100%);color:#fff}
.AcceptAllActionButton:hover{background:linear-gradient(135deg,#6d1a31 0%,#7d2039 100%)}
.RejectAllActionButton{color:#581125;background:#e8e3dd}
.RejectAllActionButton:hover{background:#d1cbc3}
.AcceptAllActionButton:active,.RejectAllActionButton:active{transform:scale(0.97)}
@media (max-width: 768px) {
.SkywardArchitecture{flex-direction:column;align-items:flex-start;gap:14px}
.PrismLogoBrandingWrapper{width:100%;justify-content:space-between}
.PrismLogoBrandingWrapper img{height:70px;width:70px}
.AuroraCompanyTitleText{font-size:18px}
.NavigationHorizonRowElement nav{flex-direction:column;width:100%;gap:6px}
.NavigationHorizonRowElement nav a{width:100%;text-align:center;padding:12px 16px}
.FooterStaircaseArchitecture{grid-template-columns:1fr;gap:35px}
.StairwayLevelTwo,.StairwayLevelThree{padding-top:0}
.VeiledConsentManagementOverlay{left:16px;right:16px;bottom:16px;max-width:none;padding:24px}
.ConsentActionButtonsGroup{flex-direction:column}
}
@media (max-width: 480px) {
.PrismLogoBrandingWrapper{flex-direction:column;align-items:center;text-align:center}
.FragmentedConsentHeader{font-size:18px}
.NarrativePermissionExplanation{font-size:14px}
}
.gen3-realm-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.v2-intro-territory{padding:4rem 0 3rem}
.v2-intro-territory h1{font-size:2.8rem;color:#581125;margin-bottom:1.2rem;line-height:1.2;font-weight:700}
.v2-intro-territory .mod-lead-text{font-size:1.25rem;color:#333;line-height:1.6;max-width:800px;margin-bottom:2rem}
.sys-grid-dual{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:3rem 0;align-items:start}
.zone-narrative-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #58112514}
.zone-narrative-block h2{color:#581125;font-size:1.9rem;margin-bottom:1.5rem;font-weight:600}
.zone-narrative-block h3{color:#E22400;font-size:1.4rem;margin:2rem 0 1rem;font-weight:600}
.zone-narrative-block p{color:#444;line-height:1.8;margin-bottom:1.2rem;font-size:1.05rem}
.zone-narrative-block ul{list-style:none;padding:0;margin:1.5rem 0}
.zone-narrative-block ul li{padding-left:1.8rem;margin-bottom:1rem;position:relative;color:#555;line-height:1.7}
.zone-narrative-block ul li::before{content:"→";position:absolute;left:0;color:#02C4CB;font-weight:700;font-size:1.2rem}
.mod-visual-anchor{border-radius:10px;overflow:hidden;box-shadow:0 6px 24px #02c4cb26;position:sticky;top:2rem}
.mod-visual-anchor img{width:100%;height:auto;display:block}
.dimension-journey-space{background:linear-gradient(135deg,#f8f4f5 0%,#fff 100%);padding:5rem 0;margin-top:4rem;border-top:3px solid #02C4CB}
.realm-founder-intro{display:flex;gap:4rem;align-items:center;margin-bottom:4rem}
.realm-founder-intro .v2-portrait-frame{flex-shrink:0;width:280px;height:280px;border-radius:50%;overflow:hidden;border:5px solid #E22400;box-shadow:0 8px 30px #e2240033}
.realm-founder-intro .v2-portrait-frame img{width:100%;height:100%;object-fit:cover}
.realm-founder-intro .gen3-bio-content{flex:1}
.realm-founder-intro .gen3-bio-content h2{color:#581125;font-size:2.2rem;margin-bottom:.5rem;font-weight:700}
.realm-founder-intro .gen3-bio-content h4{color:#E22400;font-size:1.3rem;margin-bottom:1.5rem;font-weight:500}
.realm-founder-intro .gen3-bio-content p{color:#444;line-height:1.8;font-size:1.1rem;margin-bottom:1.2rem}
.sys-milestone-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:3rem 0;position:relative}
.sys-milestone-flow::before{content:"";position:absolute;top:60px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#02C4CB 0%,#E22400 100%);z-index:0}
.mod-phase-card{background:#fff;padding:2rem 1.5rem;border-radius:10px;box-shadow:0 4px 16px #0000001a;text-align:center;position:relative;z-index:1}
.mod-phase-card .v2-year-badge{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;background:linear-gradient(135deg,#581125 0%,#E22400 100%);color:#fff;border-radius:50%;font-size:1.4rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 12px #5811254d}
.mod-phase-card h5{color:#581125;font-size:1.2rem;margin-bottom:.8rem;font-weight:600}
.mod-phase-card p{color:#666;line-height:1.6;font-size:.95rem}
.zone-values-cluster{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin:3rem 0}
.dimension-value-cell{background:#fff;padding:2rem;border-radius:10px;border-left:5px solid #02C4CB;box-shadow:0 3px 15px #00000014}
.dimension-value-cell h6{color:#E22400;font-size:1.3rem;margin-bottom:1rem;font-weight:600}
.dimension-value-cell p{color:#555;line-height:1.7;font-size:1rem}
.realm-visual-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0}
.realm-visual-showcase img{width:100%;height:260px;object-fit:cover;border-radius:8px;box-shadow:0 4px 18px #0000001f;transition:transform .3s ease,box-shadow .3s ease}
.realm-visual-showcase img:hover{transform:translateY(-8px);box-shadow:0 8px 28px #02c4cb40}
.gen3-cta-wrapper{text-align:center;margin:4rem 0 2rem}
.gen3-cta-wrapper a{display:inline-block;background:linear-gradient(135deg,#E22400 0%,#581125 100%);color:#fff;padding:1.2rem 3rem;border-radius:50px;text-decoration:none;font-size:1.15rem;font-weight:600;box-shadow:0 6px 20px #e224004d;transition:transform .3s ease,box-shadow .3s ease}
.gen3-cta-wrapper a:hover{transform:translateY(-3px);box-shadow:0 10px 30px #e2240066}
@media (max-width: 1024px) {
.sys-grid-dual{grid-template-columns:1fr;gap:2rem}
.mod-visual-anchor{position:relative;top:0}
.sys-milestone-flow{grid-template-columns:repeat(2,1fr)}
.sys-milestone-flow::before{display:none}
.zone-values-cluster{grid-template-columns:1fr}
.realm-visual-showcase{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.v2-intro-territory h1{font-size:2.2rem}
.realm-founder-intro{flex-direction:column;gap:2rem}
.realm-founder-intro .v2-portrait-frame{width:200px;height:200px}
.realm-founder-intro .gen3-bio-content h2{font-size:1.8rem}
.sys-milestone-flow{grid-template-columns:1fr}
.gen3-realm-wrapper{padding:0 1rem}
.zone-narrative-block{padding:1.5rem}
}
.gen3_SuccessLayer{background:linear-gradient(135deg,#fef8fa 0%,#f0feff 100%);padding:0;margin:0}
.gen3_SuccessLayer .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.HeroStory_v2{background:linear-gradient(165deg,#581125 0%,#8a1a3a 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.HeroStory_v2::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#e2240026 0%,transparent 70%);border-radius:50%}
.HeroStory_v2 .container{position:relative;z-index:2}
.HeroStory_v2 h1{color:#fff;font-size:3rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2}
.HeroStory_v2 .intro_Text{color:#f0e5e9;font-size:1.25rem;line-height:1.7;max-width:700px;margin:0 0 2rem}
.narrative_Grid{padding:5rem 0}
.story_Card_apex{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:5rem}
.story_Card_apex:nth-child(even){direction:rtl}
.story_Card_apex:nth-child(even) > *{direction:ltr}
.story_Card_apex .image_Wrap{position:relative}
.story_Card_apex .image_Wrap img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #58112526}
.story_Card_apex .content_Zone{padding:1rem 0}
.story_Card_apex h3{color:#581125;font-size:2rem;font-weight:700;margin:0 0 1rem;line-height:1.3}
.story_Card_apex h3::before{content:'';display:inline-block;width:4px;height:28px;background:linear-gradient(180deg,#E22400 0%,#02C4CB 100%);margin-right:.8rem;vertical-align:middle;border-radius:2px}
.story_Card_apex p{color:#4a3a3f;font-size:1.05rem;line-height:1.8;margin:0 0 1.2rem}
.story_Card_apex .meta_Info{display:flex;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f0e5e9}
.story_Card_apex .meta_Info img{width:56px;height:56px;object-fit:cover;border-radius:50%;border:3px solid #02C4CB}
.story_Card_apex .person_Details{flex:1}
.story_Card_apex .person_Details strong{display:block;color:#581125;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}
.story_Card_apex .person_Details span{color:#7a6a6f;font-size:.95rem}
.testimonial_Mosaic{background:linear-gradient(to bottom,#fff 0%,#fef8fa 100%);padding:5rem 0}
.testimonial_Mosaic h2{color:#581125;font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 3.5rem;line-height:1.3}
.testimonial_Mosaic h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#E22400 0%,#02C4CB 100%);margin:1.5rem auto 0;border-radius:2px}
.quote_Matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.quote_Block{background:#fff;padding:2rem;border-radius:10px;border-left:4px solid #02C4CB;box-shadow:0 4px 16px #58112514;transition:transform .3s ease,box-shadow .3s ease}
.quote_Block:hover{transform:translateY(-5px);box-shadow:0 8px 24px #58112526}
.quote_Block:nth-child(2){border-left-color:#E22400}
.quote_Block:nth-child(3){border-left-color:#581125}
.quote_Block p{color:#4a3a3f;font-size:1rem;line-height:1.7;margin:0 0 1.5rem;font-style:italic}
.quote_Block .author_Line{display:flex;align-items:center;gap:.8rem;padding-top:1rem;border-top:1px solid #f0e5e9}
.quote_Block .author_Line strong{color:#581125;font-size:.95rem;font-weight:600}
.journey_Timeline{padding:5rem 0;background:#fff}
.journey_Timeline h2{color:#581125;font-size:2.5rem;font-weight:700;margin:0 0 1rem;line-height:1.3}
.journey_Timeline .subtitle_Phrase{color:#7a6a6f;font-size:1.15rem;line-height:1.6;max-width:650px;margin:0 0 3.5rem}
.timeline_Flow{display:flex;flex-direction:column;gap:3rem;position:relative;padding-left:80px}
.timeline_Flow::before{content:'';position:absolute;left:28px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#E22400 0%,#02C4CB 100%)}
.phase_Node{position:relative;background:#fef8fa;padding:2rem 2.5rem;border-radius:10px;border:2px solid #f0e5e9;transition:all .3s ease}
.phase_Node:hover{border-color:#02C4CB;box-shadow:0 6px 20px #02c4cb1f}
.phase_Node::before{content:'';position:absolute;left:-52px;top:32px;width:20px;height:20px;background:#fff;border:4px solid #E22400;border-radius:50%;z-index:2}
.phase_Node:nth-child(2)::before{border-color:#02C4CB}
.phase_Node:nth-child(3)::before{border-color:#581125}
.phase_Node h4{color:#581125;font-size:1.5rem;font-weight:600;margin:0 0 .8rem;line-height:1.4}
.phase_Node p{color:#4a3a3f;font-size:1.05rem;line-height:1.8;margin:0}
.phase_Node .detail_List{margin:1.5rem 0 0;padding:0;list-style:none}
.phase_Node .detail_List li{color:#5a4a4f;font-size:1rem;line-height:1.7;padding-left:1.8rem;position:relative;margin-bottom:.8rem}
.phase_Node .detail_List li::before{content:'→';position:absolute;left:0;color:#02C4CB;font-weight:700}
.cta_Spectrum{background:linear-gradient(135deg,#581125 0%,#8a1a3a 100%);padding:4rem 0;text-align:center;position:relative;overflow:hidden}
.cta_Spectrum::after{content:'';position:absolute;bottom:-40%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#02c4cb1f 0%,transparent 70%);border-radius:50%}
.cta_Spectrum .container{position:relative;z-index:2}
.cta_Spectrum h3{color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 1rem;line-height:1.3}
.cta_Spectrum p{color:#f0e5e9;font-size:1.15rem;line-height:1.7;max-width:600px;margin:0 auto 2.5rem}
.cta_Spectrum .btn_Primary{display:inline-block;background:#02C4CB;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 16px #02c4cb4d}
.cta_Spectrum .btn_Primary:hover{background:#01a8ae;transform:translateY(-3px);box-shadow:0 6px 20px #02c4cb66}
@media (max-width: 768px) {
.HeroStory_v2{padding:3rem 0 2.5rem}
.HeroStory_v2 h1{font-size:2rem}
.HeroStory_v2 .intro_Text{font-size:1.1rem}
.story_Card_apex{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}
.story_Card_apex:nth-child(even){direction:ltr}
.story_Card_apex .image_Wrap img{height:300px}
.story_Card_apex h3{font-size:1.6rem}
.story_Card_apex h3::before{height:24px;margin-right:.6rem}
.quote_Matrix{grid-template-columns:1fr;gap:1.5rem}
.testimonial_Mosaic h2{font-size:2rem}
.timeline_Flow{padding-left:60px}
.timeline_Flow::before{left:20px}
.phase_Node::before{left:-40px}
.phase_Node{padding:1.5rem 1.8rem}
.phase_Node h4{font-size:1.3rem}
.cta_Spectrum h3{font-size:1.8rem}
.cta_Spectrum p{font-size:1.05rem}
}
.horizon_primary--wrap{background:linear-gradient(165deg,#fef5f8 0%,#f0feff 100%);min-height:600px;display:flex;align-items:center;position:relative;overflow:hidden;padding:0}
.horizon_primary--wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#02c4cb14 0%,transparent 70%);border-radius:50%}
.zone__hero-content{max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.textblock__dominant h1{font-size:3.8rem;line-height:1.1;color:#581125;margin-bottom:30px;font-weight:800;letter-spacing:-.02em}
.textblock__dominant p{font-size:1.3rem;line-height:1.6;color:#2d2d2d;margin-bottom:40px}
.visual__angular-frame{position:relative;clip-path:polygon(8% 0%,100% 0%,100% 92%,92% 100%,0% 100%,0% 8%)}
.visual__angular-frame img{width:100%;height:500px;object-fit:cover;display:block}
.cta--bold-red{display:inline-block;background:#E22400;color:#fff;padding:18px 45px;font-size:1.15rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e224004d}
.cta--bold-red:hover{background:#581125;transform:translateY(-2px);box-shadow:0 6px 20px #58112566;color:#fff}
.realm__cuisine-discovery{background:#fff;padding:90px 20px}
.realm__cuisine-discovery .container{max-width:1200px;margin:0 auto}
.header--section-alt{text-align:left;margin-bottom:70px;padding-left:40px;border-left:6px solid #02C4CB}
.header--section-alt h2{font-size:2.8rem;color:#581125;margin-bottom:15px;font-weight:700}
.header--section-alt p{font-size:1.2rem;color:#4a4a4a;line-height:1.5}
.grid__culinary-paths{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.card__pathway{background:linear-gradient(135deg,#fafcfc 0%,#fff 100%);padding:45px;border:2px solid #f0f0f0;position:relative;transition:all .4s ease}
.card__pathway::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#E22400 0%,#02C4CB 100%);opacity:0;transition:opacity .4s ease}
.card__pathway:hover{transform:translateX(8px);border-color:#02C4CB;box-shadow:-8px 8px 30px #02c4cb26}
.card__pathway:hover::before{opacity:1}
.card__pathway h3{font-size:1.8rem;color:#581125;margin-bottom:20px;font-weight:700}
.card__pathway p{font-size:1.05rem;color:#3a3a3a;line-height:1.7;margin-bottom:25px}
.list__features-inline{list-style:none;padding:0;margin:0 0 30px}
.list__features-inline li{display:inline-block;background:#f8f8f8;padding:8px 18px;margin:5px 8px 5px 0;font-size:.95rem;color:#581125;border-radius:3px;border:1px solid #e8e8e8}
.link__explore-path{color:#E22400;font-weight:600;text-decoration:none;font-size:1.05rem;display:inline-flex;align-items:center;gap:8px;transition:gap .3s ease}
.link__explore-path:hover{gap:15px;color:#581125}
.link__explore-path::after{content:'→';font-size:1.2rem}
.territory__pricing-spectrum{background:linear-gradient(180deg,#fef9fa 0%,#fff 100%);padding:90px 20px;position:relative}
.territory__pricing-spectrum::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2302C4CB' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4;pointer-events:none}
.territory__pricing-spectrum .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.header__centered-impact h2{text-align:center;font-size:3rem;color:#581125;margin-bottom:20px;font-weight:800}
.header__centered-impact p{text-align:center;font-size:1.2rem;color:#4a4a4a;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}
.grid__price-options{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.card__offer-block{background:#fff;padding:50px 35px;border:3px solid #f0f0f0;text-align:center;transition:all .4s ease;position:relative}
.card__offer-block:hover{border-color:#E22400;transform:scale(1.05);box-shadow:0 15px 40px #e2240026}
.card__offer-block h4{font-size:1.6rem;color:#581125;margin-bottom:15px;font-weight:700}
.price__amount-display{font-size:3.2rem;color:#E22400;font-weight:800;margin:25px 0;display:block}
.price__amount-display small{font-size:1.2rem;color:#6a6a6a;font-weight:400}
.card__offer-block p{font-size:1rem;color:#5a5a5a;line-height:1.6;margin-bottom:30px}
.list__included-items{list-style:none;padding:0;margin:30px 0;text-align:left}
.list__included-items li{padding:10px 0;font-size:1rem;color:#3a3a3a;position:relative;padding-left:30px}
.list__included-items li::before{content:'';position:absolute;left:0;color:#02C4CB;font-weight:700;font-size:1.3rem}
.btn__enroll-action{background:#02C4CB;color:#fff;padding:15px 35px;border:none;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;margin-top:20px}
.btn__enroll-action:hover{background:#581125;transform:translateY(-3px);box-shadow:0 8px 20px #58112540;color:#fff}
.dimension__testimonial-showcase{background:#fff;padding:90px 20px}
.dimension__testimonial-showcase .container{max-width:1100px;margin:0 auto}
.header__offset-style{max-width:600px;margin-bottom:60px}
.header__offset-style h2{font-size:2.9rem;color:#581125;margin-bottom:20px;font-weight:700;position:relative;display:inline-block}
.header__offset-style h2::after{content:'';position:absolute;bottom:-10px;left:0;width:80px;height:5px;background:linear-gradient(90deg,#E22400 0%,#02C4CB 100%)}
.layout__testimonial-split{display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:center}
.profile__visual-block{position:relative}
.profile__visual-block img{width:100%;height:400px;object-fit:cover;clip-path:polygon(0 0,100% 0,100% 85%,85% 100%,0 100%);border:4px solid #f0f0f0}
.content__testimonial-text{background:linear-gradient(135deg,#fefefe 0%,#f9f9f9 100%);padding:50px;border-left:6px solid #02C4CB;position:relative}
.content__testimonial-text::before{content:'"';position:absolute;top:20px;left:20px;color:#e224001a;font:6rem/1 Georgia,serif}
.content__testimonial-text blockquote{font-size:1.2rem;color:#2a2a2a;line-height:1.8;margin:0 0 30px;font-style:italic;position:relative;z-index:1}
.author__credentials h5{font-size:1.3rem;color:#581125;margin-bottom:5px;font-weight:700}
.author__credentials p{font-size:1rem;color:#6a6a6a;margin:0}
.nav__additional-links{margin-top:40px;padding-top:30px;border-top:2px solid #f0f0f0;display:flex;gap:25px}
.nav__additional-links a{color:#E22400;text-decoration:none;font-weight:600;font-size:1.05rem;transition:color .3s ease;position:relative}
.nav__additional-links a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#581125;transition:width .3s ease}
.nav__additional-links a:hover{color:#581125}
.nav__additional-links a:hover::after{width:100%}
@media (max-width: 1024px) {
.zone__hero-content{grid-template-columns:1fr;gap:50px}
.textblock__dominant h1{font-size:3rem}
.grid__culinary-paths{grid-template-columns:1fr}
.grid__price-options{grid-template-columns:1fr}
.layout__testimonial-split{grid-template-columns:1fr;gap:40px}
.profile__visual-block img{height:350px}
}
@media (max-width: 768px) {
.textblock__dominant h1{font-size:2.4rem}
.textblock__dominant p{font-size:1.1rem}
.visual__angular-frame img{height:350px}
.header--section-alt h2{font-size:2.2rem}
.header__centered-impact h2{font-size:2.3rem}
.card__pathway{padding:30px}
.content__testimonial-text{padding:30px}
.content__testimonial-text blockquote{font-size:1.05rem}
.nav__additional-links{flex-direction:column;gap:15px}
}
@media (max-width: 480px) {
.textblock__dominant h1{font-size:2rem}
.cta--bold-red{padding:15px 30px;font-size:1rem}
.header--section-alt{padding-left:20px;border-left-width:4px}
.card__pathway h3{font-size:1.5rem}
.price__amount-display{font-size:2.5rem}
.profile__visual-block img{height:300px}
}
.zenith-aurora-contact-wrapper{background:linear-gradient(135deg,#fef9f6 0%,#fff 50%,#f0feff 100%);min-height:85vh;padding:0}
.boulder-stream-hero-contact{background:linear-gradient(to bottom right,#581125 0%,#8b1a38 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.boulder-stream-hero-contact::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e2240026 0%,transparent 70%);border-radius:50%}
.boulder-stream-hero-contact::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#02c4cb1f 0%,transparent 70%);border-radius:50%}
.boulder-stream-hero-contact .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.stratus-title-main-contact{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1.2rem;letter-spacing:-.02em;line-height:1.15}
.cirrus-intro-text-contact{font-size:1.15rem;color:#ffffffeb;line-height:1.7;max-width:680px;margin:0}
.granite-dual-layout-contact{display:flex;flex-direction:row;gap:3.5rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;align-items:flex-start}
.moss-info-sidebar-contact{flex:0 0 340px;display:flex;flex-direction:column;gap:2rem}
.dew-contact-card-item{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.8rem;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}
.dew-contact-card-item:hover{box-shadow:0 6px 18px #5811251f;border-color:#02C4CB}
.quartz-card-label-contact{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#581125;margin:0 0 .6rem}
.mineral-card-content-contact{font-size:1.05rem;color:#2a2a2a;line-height:1.6;margin:0}
.mineral-card-content-contact a{color:#E22400;text-decoration:none;transition:color .25s ease}
.mineral-card-content-contact a:hover{color:#02C4CB;text-decoration:underline}
.obsidian-form-zone-contact{flex:1;background:#fff;border-radius:16px;padding:3rem 2.8rem;box-shadow:0 4px 16px #0000000f;border:1px solid #f0f0f0}
.tide-form-heading-contact{font-size:1.9rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;letter-spacing:-.01em}
.tide-form-heading-contact::after{content:'';display:block;width:70px;height:4px;background:linear-gradient(to right,#E22400 0%,#02C4CB 100%);margin-top:.8rem;border-radius:2px}
.breeze-form-description-contact{font-size:1.02rem;color:#5a5a5a;line-height:1.65;margin:0 0 2.5rem}
.lagoon-form-group-contact{margin-bottom:1.8rem}
.reef-input-label-contact{display:block;font-size:.95rem;font-weight:600;color:#2a2a2a;margin-bottom:.5rem;letter-spacing:.01em}
.reef-input-label-contact::before{content:'';display:inline-block;width:6px;height:6px;background:#02C4CB;border-radius:50%;margin-right:.5rem;vertical-align:middle}
.coral-input-field-contact,.coral-textarea-field-contact,.coral-select-field-contact{width:100%;padding:.95rem 1.1rem;font-size:1rem;color:#2a2a2a;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease;font-family:inherit;box-sizing:border-box}
.coral-input-field-contact:focus,.coral-textarea-field-contact:focus,.coral-select-field-contact:focus{outline:none;border-color:#02C4CB;background:#fff;box-shadow:0 0 0 3px #02c4cb1a}
.coral-textarea-field-contact{min-height:140px;resize:vertical}
.wave-checkbox-container-contact{display:flex;flex-direction:row;align-items:flex-start;gap:.8rem;margin:2rem 0 1.8rem}
.wave-checkbox-container-contact input[type="checkbox"]{margin-top:.25rem;width:20px;height:20px;flex-shrink:0;cursor:pointer;accent-color:#02C4CB}
.shore-privacy-text-contact{font-size:.92rem;color:#4a4a4a;line-height:1.6;margin:0}
.shore-privacy-text-contact a{color:#E22400;text-decoration:underline;transition:color .25s ease}
.shore-privacy-text-contact a:hover{color:#581125}
.summit-submit-btn-contact{background:linear-gradient(135deg,#E22400 0%,#581125 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:1.1rem 3rem;border:none;border-radius:10px;cursor:pointer;transition:all .35s ease;box-shadow:0 4px 12px #e2240040;letter-spacing:.02em;position:relative;z-index:10}
.summit-submit-btn-contact:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e2240059;background:linear-gradient(135deg,#581125 0%,#E22400 100%)}
.summit-submit-btn-contact:active{transform:translateY(0)}
.alpine-hours-section-contact{background:linear-gradient(to right,#fefefe 0%,#f8fcfd 100%);padding:4rem 2rem;border-top:1px solid #e8e8e8}
.alpine-hours-section-contact .container{max-width:1200px;margin:0 auto}
.glacier-hours-title-contact{font-size:2.1rem;font-weight:700;color:#1a1a1a;margin:0 0 2.5rem;text-align:center;letter-spacing:-.01em}
.glacier-hours-title-contact::before{content:'';display:block;font-size:2.5rem;margin-bottom:.8rem}
.tundra-hours-grid-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto}
.frost-hours-block-contact{background:#fff;border:2px solid #f0f0f0;border-radius:12px;padding:2rem 1.8rem;text-align:center;transition:all .3s ease}
.frost-hours-block-contact:hover{border-color:#02C4CB;box-shadow:0 6px 16px #02c4cb26;transform:translateY(-3px)}
.crystal-hours-heading-contact{font-size:1.3rem;font-weight:700;color:#581125;margin:0 0 1rem;letter-spacing:.01em}
.crystal-hours-heading-contact::after{content:'';display:block;width:40px;height:3px;background:#E22400;margin:.6rem auto 0;border-radius:2px}
.snow-hours-details-contact{font-size:1rem;color:#3a3a3a;line-height:1.7;margin:0}
.snow-hours-details-contact strong{color:#1a1a1a;font-weight:600}
@media (max-width: 968px) {
.granite-dual-layout-contact{flex-direction:column;gap:3rem;padding:3rem 1.5rem}
.moss-info-sidebar-contact{flex:none;width:100%}
.obsidian-form-zone-contact{padding:2.5rem 1.8rem}
.boulder-stream-hero-contact{padding:3rem 1.5rem 2.5rem}
.stratus-title-main-contact{font-size:2.2rem}
.cirrus-intro-text-contact{font-size:1.05rem}
.tide-form-heading-contact{font-size:1.6rem}
.tundra-hours-grid-contact{grid-template-columns:1fr;gap:1.5rem}
.alpine-hours-section-contact{padding:3rem 1.5rem}
}
@media (max-width: 640px) {
.boulder-stream-hero-contact{padding:2.5rem 1.2rem 2rem}
.stratus-title-main-contact{font-size:1.9rem}
.cirrus-intro-text-contact{font-size:1rem}
.granite-dual-layout-contact{padding:2.5rem 1.2rem}
.obsidian-form-zone-contact{padding:2rem 1.5rem}
.tide-form-heading-contact{font-size:1.4rem}
.summit-submit-btn-contact{width:100%;padding:1rem 2rem}
.alpine-hours-section-contact{padding:2.5rem 1.2rem}
.glacier-hours-title-contact{font-size:1.8rem}
}
.zenit-nav{background:linear-gradient(135deg,#581125 0%,#7a1632 100%);padding:1.2rem 0;box-shadow:0 2px 12px #58112526}
.zenit-nav .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}
.zenit-nav__brand{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;letter-spacing:-.02em}
.zenit-nav__links{display:flex;gap:2rem;align-items:center}
.zenit-nav__links a{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}
.zenit-nav__links a:hover{color:#02C4CB}
.aurora--hero{background:linear-gradient(165deg,#f8f3f5 0%,#fff 50%,#f0f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.aurora--hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#02c4cb14 0%,transparent 70%);border-radius:50%}
.aurora--hero .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.aurora--hero__title{font-size:3rem;color:#581125;margin-bottom:1.5rem;font-weight:800;line-height:1.2;max-width:800px}
.aurora--hero__subtitle{font-size:1.3rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6;max-width:700px}
.aurora--hero__intro{font-size:1.05rem;color:#5a5a5a;line-height:1.8;max-width:750px;margin-bottom:2.5rem}
.prism__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:3rem}
.prism__content{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #58112514}
.prism__content h4{color:#581125;font-size:1.4rem;margin-bottom:1rem;font-weight:700}
.prism__content p{color:#5a5a5a;line-height:1.7;font-size:1rem;margin-bottom:1rem}
.prism__visual{position:relative}
.prism__visual img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001f}
.cascade--partners{padding:5rem 2rem;background:#fff}
.cascade--partners .container{max-width:1200px;margin:0 auto}
.cascade__header{text-align:center;margin-bottom:4rem}
.cascade__header h3{font-size:2.5rem;color:#581125;margin-bottom:1.2rem;font-weight:800}
.cascade__header p{font-size:1.15rem;color:#5a5a5a;max-width:700px;margin:0 auto;line-height:1.7}
.cascade__layout{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.cascade__image{position:relative}
.cascade__image img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #58112526}
.cascade__image::after{content:'';position:absolute;bottom:-20px;right:-20px;width:100%;height:100%;border:3px solid #02C4CB;border-radius:16px;z-index:-1}
.cascade__details{display:flex;flex-direction:column;gap:2rem}
.cascade__block{padding:2rem;background:linear-gradient(135deg,#f8f3f5 0%,#fff 100%);border-left:4px solid #E22400;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}
.cascade__block:hover{transform:translateX(8px);box-shadow:0 6px 24px #e224001f}
.cascade__block h5{color:#581125;font-size:1.3rem;margin-bottom:.8rem;font-weight:700}
.cascade__block p{color:#5a5a5a;line-height:1.7;font-size:1rem}
.nebula--profiles{padding:5rem 2rem;background:linear-gradient(180deg,#f0f9fa 0%,#fff 100%);position:relative}
.nebula--profiles::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#02C4CB 50%,transparent 100%)}
.nebula--profiles .container{max-width:1200px;margin:0 auto}
.nebula__title{text-align:center;font-size:2.5rem;color:#581125;margin-bottom:3.5rem;font-weight:800}
.nebula__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.nebula__card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.nebula__card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#581125 0%,#E22400 50%,#02C4CB 100%)}
.nebula__card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #58112526}
.nebula__avatar{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:4px solid #f0f9fa;box-shadow:0 4px 16px #0000001a}
.nebula__card h6{color:#581125;font-size:1.4rem;margin-bottom:.5rem;font-weight:700}
.nebula__role{color:#E22400;font-size:.95rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}
.nebula__quote{color:#5a5a5a;line-height:1.7;font-size:1rem;font-style:italic;position:relative;padding:1rem 0}
.nebula__quote::before{content:'"';position:absolute;top:-10px;left:-15px;color:#02C4CB;opacity:.3;font:3rem Georgia,serif}
.vortex--cta{padding:4rem 2rem;background:linear-gradient(135deg,#581125 0%,#7a1632 100%);position:relative;overflow:hidden}
.vortex--cta::before{content:'';position:absolute;top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#02c4cb26 0%,transparent 70%);border-radius:50%}
.vortex--cta .container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}
.vortex__heading{font-size:2.2rem;color:#fff;margin-bottom:1.5rem;font-weight:800}
.vortex__text{font-size:1.1rem;color:#ffffffe6;margin-bottom:2.5rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7}
.vortex__actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.vortex__btn{padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-block}
.vortex__btn--primary{background:#02C4CB;color:#fff;box-shadow:0 4px 16px #02c4cb4d}
.vortex__btn--primary:hover{background:#01a8ae;transform:translateY(-2px);box-shadow:0 6px 24px #02c4cb66}
.vortex__btn--secondary{background:none;color:#fff;border:2px solid #fff}
.vortex__btn--secondary:hover{background:#fff;color:#581125;transform:translateY(-2px)}
@media (max-width: 768px) {
.zenit-nav .container{flex-direction:column;gap:1rem;padding:0 1rem}
.zenit-nav__links{flex-direction:column;gap:.8rem}
.aurora--hero{padding:3rem 1rem 2rem}
.aurora--hero__title{font-size:2rem}
.aurora--hero__subtitle{font-size:1.1rem}
.prism__grid{grid-template-columns:1fr;gap:2rem}
.prism__visual img{height:300px}
.cascade--partners{padding:3rem 1rem}
.cascade__header h3{font-size:1.8rem}
.cascade__layout{grid-template-columns:1fr;gap:2rem}
.cascade__image img{height:320px}
.cascade__image::after{display:none}
.nebula--profiles{padding:3rem 1rem}
.nebula__title{font-size:1.8rem}
.nebula__cards{grid-template-columns:1fr;gap:2rem}
.vortex--cta{padding:3rem 1rem}
.vortex__heading{font-size:1.6rem}
.vortex__actions{flex-direction:column;align-items:stretch}
.vortex__btn{width:100%;text-align:center}
}
.data-preferences-container{max-width:1200px;margin:0 auto;padding:60px 24px;font-family:-apple-system,BlinkMacFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.7;color:#2d2d2d;background:linear-gradient(135deg,#fdfcfc 0%,#f5f5f5 100%)}
.data-preferences-container h1{font-size:2.8rem;font-weight:700;color:#581125;margin-bottom:32px;line-height:1.2;letter-spacing:-.5px}
.data-preferences-container h2{font-size:2rem;font-weight:600;color:#581125;margin-top:56px;margin-bottom:24px;padding-bottom:12px;border-bottom:3px solid #02C4CB}
.data-preferences-container h3{font-size:1.5rem;font-weight:600;color:#E22400;margin-top:40px;margin-bottom:20px}
.data-preferences-container h4{font-size:1.2rem;font-weight:600;color:#581125;margin-top:32px;margin-bottom:16px}
.data-preferences-container p{margin-bottom:18px;color:#3a3a3a;font-size:1.05rem}
.data-preferences-container ul{margin:24px 0;padding-left:0;list-style:none}
.data-preferences-container li{margin-bottom:20px;padding-left:32px;position:relative;color:#3a3a3a;font-size:1.05rem}
.data-preferences-container li:before{content:"";position:absolute;left:12px;color:#02C4CB;font-size:1.3rem;line-height:1.7}
.data-preferences-container .intro-section{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 12px #58112514;margin-bottom:40px}
.data-preferences-container .content-block{background:#fff;padding:28px;border-radius:8px;margin-bottom:24px;border-left:4px solid #02C4CB}
.data-preferences-container .highlight-box{background:linear-gradient(120deg,#fff9f9 0%,#f0fdfd 100%);padding:24px;border-radius:8px;margin:28px 0;border:1px solid #e8e8e8}
.privacy-policy-container{max-width:1200px;margin:0 auto;padding:60px 20px;background:linear-gradient(135deg,#fff 0%,#fef8f9 100%);font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#2d2d2d;line-height:1.8}
.privacy-policy-container h1{font-size:3rem;font-weight:700;color:#581125;margin-bottom:30px;padding-bottom:20px;border-bottom:4px solid #E22400;letter-spacing:-.5px}
.privacy-policy-container h2{font-size:2rem;font-weight:600;color:#581125;margin-top:50px;margin-bottom:25px;padding-left:15px;border-left:5px solid #02C4CB}
.privacy-policy-container h3{font-size:1.5rem;font-weight:600;color:#E22400;margin-top:35px;margin-bottom:20px}
.privacy-policy-container h4{font-size:1.2rem;font-weight:600;color:#581125;margin-top:25px;margin-bottom:15px}
.privacy-policy-container p{font-size:1.05rem;color:#3a3a3a;margin-bottom:20px;text-align:justify}
.privacy-policy-intro{background:#fff;padding:35px;border-radius:12px;box-shadow:0 3px 15px #58112514;margin-bottom:40px;border-top:3px solid #02C4CB}
.privacy-policy-section{background:#fff;padding:40px;margin-bottom:30px;border-radius:10px;box-shadow:0 2px 12px #0000000f}
.privacy-policy-subsection{padding:25px;background:linear-gradient(to right,#fcfcfc 0%,#fefefe 100%);border-left:3px solid #E22400;margin:25px 0;border-radius:6px}
.privacy-policy-container ul{list-style:none;padding-left:0;margin:25px 0}
.privacy-policy-container li{padding:15px 20px;margin-bottom:12px;background:linear-gradient(to right,#fff 0%,#fdfbfc 100%);border-left:4px solid #02C4CB;border-radius:6px;box-shadow:0 2px 8px #0000000a;color:#3a3a3a;font-size:1.02rem}
.privacy-policy-container li:hover{box-shadow:0 4px 12px #e224001a;transform:translateX(5px);transition:all .3s ease}
.privacy-policy-highlight{background:linear-gradient(120deg,#fff5f7 0%,#fff 100%);padding:25px;border-radius:8px;border:2px solid #02C4CB;margin:20px 0}
.privacy-policy-emphasis{color:#581125;font-weight:600}
.privacy-policy-note{background:#fffcf5;padding:20px;border-left:5px solid #E22400;margin:20px 0;border-radius:6px;font-style:italic;color:#4a4a4a}
.privacy-policy-data-category{margin:20px 0}
.privacy-policy-security-box{background:linear-gradient(135deg,#f9feff 0%,#fff 100%);padding:30px;border-radius:10px;border:2px solid #02C4CB;margin:25px 0}
.sx9_wrap{background:linear-gradient(135deg,#fdfbf7 0%,#fff5f0 100%);min-height:85vh;display:flex;align-items:center;padding:3rem 1rem}
.sx9_inner{max-width:720px;margin:0 auto;text-align:center}
.sx9_icon_zone{margin-bottom:2.5rem;position:relative;height:140px;display:flex;align-items:center;justify-content:center}
.sx9_circle_outer{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#02C4CB 0%,#E22400 100%);display:flex;align-items:center;justify-content:center;animation:sx9_pulse 2s ease-in-out infinite;box-shadow:0 8px 25px #02c4cb4d}
.sx9_circle_inner{width:110px;height:110px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.sx9_checkmark{width:0;height:0;border-left:3px solid #02C4CB;border-bottom:3px solid #02C4CB;transform:rotate(-45deg) translateY(-8px);width:35px;height:18px;animation:sx9_draw .6s ease-out .3s forwards;opacity:0}
@keyframes sx9_pulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes sx9_draw {
to{opacity:1}
}
.sx9_title_main{font-size:2.8rem;font-weight:700;color:#581125;margin-bottom:1.2rem;line-height:1.2;letter-spacing:-.02em}
.sx9_subtitle{font-size:1.25rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6;font-weight:400}
.sx9_details_block{background:#fff;border-radius:12px;padding:2rem;margin:2.5rem 0;box-shadow:0 4px 15px #58112514;border-left:4px solid #02C4CB}
.sx9_detail_row{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid #f0f0f0}
.sx9_detail_row:last-child{border-bottom:none}
.sx9_detail_label{font-size:.95rem;color:#6b6b6b;font-weight:500}
.sx9_detail_value{font-size:1rem;color:#2a2a2a;font-weight:600;text-align:right}
.sx9_info_text{background:#fef9f5;border-radius:8px;padding:1.5rem;margin:2rem 0;border:1px solid #fce4d6}
.sx9_info_text p{margin:0;color:#5a5a5a;font-size:1rem;line-height:1.7}
.sx9_cta_zone{margin-top:3rem;display:flex;flex-direction:column;gap:1rem;align-items:center}
.sx9_btn_primary{background:linear-gradient(135deg,#581125 0%,#E22400 100%);color:#fff;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #58112540;position:relative;z-index:10}
.sx9_btn_primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #58112559;color:#fff}
.sx9_btn_secondary{background:none;color:#581125;padding:.9rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #581125;cursor:pointer;position:relative;z-index:10}
.sx9_btn_secondary:hover{background:#581125;color:#fff;transform:translateY(-2px)}
.sx9_separator{height:2px;background:linear-gradient(90deg,transparent 0%,#02C4CB 50%,transparent 100%);margin:2.5rem 0;opacity:.4}
.sx9_footer_note{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e8e8}
.sx9_footer_note p{font-size:.9rem;color:#7a7a7a;line-height:1.6;margin-bottom:.8rem}
.sx9_contact_link{color:#E22400;text-decoration:none;font-weight:600;transition:color .3s ease}
.sx9_contact_link:hover{color:#581125;text-decoration:underline}
@media (max-width: 768px) {
.sx9_wrap{padding:2rem 1rem;min-height:auto}
.sx9_title_main{font-size:2rem}
.sx9_subtitle{font-size:1.1rem}
.sx9_icon_zone{height:120px}
.sx9_circle_outer{width:120px;height:120px}
.sx9_circle_inner{width:95px;height:95px}
.sx9_checkmark{width:30px;height:15px}
.sx9_details_block{padding:1.5rem}
.sx9_detail_row{flex-direction:column;align-items:flex-start;gap:.4rem}
.sx9_detail_value{text-align:left}
.sx9_btn_primary{width:100%;padding:1rem 1.5rem}
.sx9_btn_secondary{width:100%;padding:.9rem 1.5rem}
.sx9_cta_zone{width:100%}
}