@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/700.css";
html{box-sizing:border-box;scroll-behavior:smooth}
*,::before,::after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'Noto Serif',serif;background:linear-gradient(135deg,#041427 0%,#02223c 100%);color:#e8eef5;line-height:1.7;font-size:16px;min-height:100vh;display:flex;flex-direction:column}
.HeadWrap{background:#041427d9;backdrop-filter:blur(12px);border-bottom:2px solid #02c9b733;box-shadow:0 4px 16px #0006;padding:20px 0}
.HeadWrap .top-line{max-width:1440px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}
.brand-flow{display:flex;align-items:center;gap:15px;flex:0 0 auto}
.logo-holder{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#02c9b71a;border-radius:12px;box-shadow:0 2px 8px #02c9b74d;padding:12px}
.logo-holder img{width:100%;height:100%;object-fit:contain}
.connector-dot{width:8px;height:8px;background:#02C9B7;border-radius:50%;box-shadow:0 0 12px #02c9b799}
.brand-txt h1{font-size:26px;font-weight:700;color:#02C9B7;margin:0;line-height:1.2}
.brand-txt p{font-size:13px;color:#a8b8cc;margin:4px 0 0;line-height:1.3}
.connector-line{width:60px;height:2px;background:linear-gradient(90deg,#02C9B7 0%,#02c9b74d 100%)}
.navi{display:flex;gap:5px;align-items:center;list-style:none;flex-wrap:wrap}
.navi li a{display:block;padding:12px 20px;color:#e8eef5;text-decoration:none;font-size:15px;transition:all 450ms ease-in;border-radius:8px;background:#02c9b70d}
.navi li a:hover{background:#02c9b726;color:#02C9B7}
.contact-block{display:flex;flex-direction:column;gap:6px;padding:12px 18px;background:#ed00291a;border-radius:10px;border:1px solid #ed00294d}
.contact-block a{color:#e8eef5;text-decoration:none;font-size:13px;display:flex;align-items:center;gap:8px;transition:color 450ms ease-in}
.contact-block a:hover{color:#ED0029}
.contact-block .codicon{font-size:14px}
main{flex:1}
.FootContainer{background:linear-gradient(180deg,#020e1a 0%,#041427 100%);border-top:2px solid #02c9b733;padding:60px 30px 30px;margin-top:80px;position:relative}
.FootContainer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,#02c9b705 10px,#02c9b705 20px);pointer-events:none}
.FootContainer .inner-foot{max-width:1440px;margin:0 auto;position:relative;z-index:1}
.foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:50px}
.foot-section h3{font-size:20px;color:#02C9B7;margin-bottom:20px;font-weight:700}
.foot-section p,.foot-section address{font-size:14px;line-height:1.8;color:#a8b8cc;font-style:normal;margin-bottom:12px}
.foot-section a{color:#e8eef5;text-decoration:none;transition:color 450ms ease-in;display:inline-flex;align-items:center;gap:8px}
.foot-section a:hover{color:#02C9B7}
.legal-links{list-style:none;display:flex;flex-direction:column;gap:12px}
.legal-links li a{font-size:14px;padding:8px 0}
.copyright-bar{padding-top:30px;border-top:1px solid #02c9b71a;text-align:center;color:#6b7c93;font-size:13px}
.cookie-toast{position:fixed;bottom:20px;right:20px;background:#041427f2;backdrop-filter:blur(10px);border:2px solid #02C9B7;border-radius:12px;padding:20px;max-width:360px;box-shadow:0 8px 24px #0009;z-index:9999;transform:translateY(120%);transition:transform 500ms ease-in}
.cookie-toast.show{transform:translateY(0)}
.cookie-toast p{color:#e8eef5;font-size:14px;margin-bottom:16px;line-height:1.6}
.cookie-actions{display:flex;gap:10px}
.cookie-btn{flex:1;padding:10px 16px;border:none;background:#02C9B7;color:#041427;font-family:'Noto Serif',serif;font-size:14px;font-weight:700;cursor:pointer;transition:all 450ms ease-in}
.cookie-btn:hover{background:#03e0cc;box-shadow:0 4px 12px #02c9b766}
.cookie-btn.decline{background:#ED0029;color:#fff}
.cookie-btn.decline:hover{background:#ff1a3f;box-shadow:0 4px 12px #ed002966}
@media (max-width: 1024px) {
.HeadWrap .top-line{padding:0 20px}
.connector-line{display:none}
.navi{width:100%;justify-content:center}
}
@media (max-width: 640px) {
.brand-flow{width:100%;justify-content:center}
.contact-block{width:100%;text-align:center;align-items:center}
.logo-holder{width:70px;height:70px}
.brand-txt h1{font-size:22px}
.navi{flex-direction:column;width:100%}
.navi li{width:100%}
.navi li a{width:100%;text-align:center}
.cookie-toast{right:10px;left:10px;max-width:none}
.foot-grid{grid-template-columns:1fr;gap:30px}
}
.legal-wrapper{max-width:1440px;margin:0 auto;padding:80px 24px 120px;background:#0a1a2e;color:#e8eef5}
.legal-wrapper p{font-size:17px;line-height:1.75;margin:0 0 24px;color:#c5d3e0;font-weight:400;max-width:920px}
.legal-wrapper p strong,.legal-wrapper p b{color:#02C9B7;font-weight:600}
.legal-wrapper ul,.legal-wrapper ol{margin:0 0 32px;padding:0 0 0 28px;max-width:920px}
.legal-wrapper ul li,.legal-wrapper ol li{font-size:17px;line-height:1.7;margin:0 0 16px;color:#c5d3e0;padding-left:12px}
.legal-wrapper ul li::marker{color:#02C9B7;font-size:20px}
.legal-wrapper ol li::marker{color:#02C9B7;font-weight:600}
.legal-wrapper li strong,.legal-wrapper li b{color:#02C9B7;font-weight:600}
.legal-wrapper a{color:#02C9B7;text-decoration:none;border-bottom:2px solid transparent;transition:border-color 450ms ease-in;font-weight:500}
.legal-wrapper a:hover{border-bottom-color:#02C9B7;transition:border-color 400ms ease-in}
.legal-wrapper table{width:100%;max-width:920px;margin:0 0 40px;border-collapse:collapse;background:#0f2438;border:1px solid #1a3a52;border-radius:12px;overflow:hidden}
.legal-wrapper thead{background:linear-gradient(135deg,#041427 0%,#0a2840 100%)}
.legal-wrapper thead tr{border-bottom:2px solid #02C9B7}
.legal-wrapper th{padding:18px 20px;text-align:left;font-size:16px;font-weight:600;color:#02C9B7;text-transform:uppercase;letter-spacing:.5px}
.legal-wrapper tbody tr{border-bottom:1px solid #1a3a52;transition:background-color 450ms ease-in}
.legal-wrapper tbody tr:last-child{border-bottom:none}
.legal-wrapper tbody tr:hover{background:#132d44;transition:background-color 400ms ease-in}
.legal-wrapper td{padding:16px 20px;font-size:16px;line-height:1.6;color:#c5d3e0}
.legal-wrapper td strong,.legal-wrapper td b{color:#02C9B7}
.legal-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#02C9B7 50%,transparent 100%);margin:56px 0;max-width:920px}
.legal-wrapper div{margin:0 0 32px}
@media (max-width: 1024px) {
.legal-wrapper{padding:60px 20px 100px}
.legal-wrapper p,.legal-wrapper ul,.legal-wrapper ol,.legal-wrapper table{max-width:100%}
.legal-wrapper p,.legal-wrapper ul li,.legal-wrapper ol li{font-size:16px}
.legal-wrapper th,.legal-wrapper td{padding:14px 16px;font-size:15px}
}
@media (max-width: 640px) {
.legal-wrapper{padding:40px 16px 80px}
.legal-wrapper p,.legal-wrapper ul li,.legal-wrapper ol li{font-size:15px;line-height:1.65}
.legal-wrapper ul,.legal-wrapper ol{padding-left:20px}
.legal-wrapper ul li,.legal-wrapper ol li{padding-left:8px;margin-bottom:12px}
.legal-wrapper table{font-size:14px;border-radius:8px}
.legal-wrapper th,.legal-wrapper td{padding:12px;font-size:14px}
.legal-wrapper th{font-size:13px}
.legal-wrapper hr{margin:40px 0}
}
.TopArea{max-width:1440px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center}
.TopArea .WritePart h1{font-size:3rem;line-height:1.2;margin-bottom:30px;color:#02C9B7}
.TopArea .WritePart h1 .PrimaryPhrase{background:linear-gradient(135deg,#02C9B7 0%,#041427 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;position:relative}
.TopArea .WritePart h1 .PrimaryPhrase::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#02C9B7 0%,transparent 100%)}
.TopArea .WritePart .IntroText{font-size:1.125rem;line-height:1.8;color:#c4c4c4;margin-bottom:35px}
.TopArea .VisualCard{position:relative;height:480px;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px #02c9b726}
.TopArea .VisualCard::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#041427b3 0%,#02c9b74d 100%);z-index:2;mix-blend-mode:multiply}
.TopArea .VisualCard img{width:100%;height:100%;object-fit:cover}
.TopArea .VisualCard::after{content:'';position:absolute;top:20px;left:20px;right:20px;bottom:20px;border:2px solid #02c9b766;border-radius:8px;z-index:3;pointer-events:none}
.EcosystemZone{background:linear-gradient(180deg,#041427 0%,#0a2540 100%);padding:100px 20px}
.EcosystemZone .ContentWrap{max-width:1440px;margin:0 auto}
.EcosystemZone .HeadText{text-align:center;margin-bottom:70px}
.EcosystemZone .HeadText h2{font-size:2.5rem;color:#02C9B7;margin-bottom:20px;position:relative;display:inline-block}
.EcosystemZone .HeadText h2::before{content:'';position:absolute;left:-60px;top:50%;transform:translateY(-50%);width:40px;height:2px;background:linear-gradient(90deg,transparent 0%,#02C9B7 100%)}
.EcosystemZone .HeadText h2::after{content:'';position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:40px;height:2px;background:linear-gradient(90deg,#02C9B7 0%,transparent 100%)}
.EcosystemZone .HeadText p{font-size:1.125rem;color:#a8a8a8;line-height:1.7;max-width:720px;margin:0 auto}
.EcosystemZone .GridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.EcosystemZone .FeatureBox{background:#02c9b70d;padding:40px 30px;border-radius:10px;border:1px solid #02c9b733;transition:all 450ms ease-in;position:relative;overflow:hidden}
.EcosystemZone .FeatureBox::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#02C9B7 0%,#ED0029 100%);opacity:0;transition:opacity 450ms ease-in;border-radius:10px;z-index:-1}
.EcosystemZone .FeatureBox:hover::before{opacity:.3}
.EcosystemZone .FeatureBox:hover{transform:translateY(-8px);box-shadow:0 12px 32px #02c9b740}
.EcosystemZone .FeatureBox .IconCircle{width:70px;height:70px;background:linear-gradient(135deg,#02c9b733 0%,#ed002933 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:2rem;color:#02C9B7}
.EcosystemZone .FeatureBox h3{font-size:1.375rem;color:#fff;margin-bottom:15px}
.EcosystemZone .FeatureBox p{font-size:1rem;color:#b8b8b8;line-height:1.7}
.DirectionsPart{padding:100px 20px;background:#0d1b2a}
.DirectionsPart .LimitBox{max-width:1440px;margin:0 auto}
.DirectionsPart .TopHeading{margin-bottom:60px}
.DirectionsPart .TopHeading h2{font-size:2.5rem;color:#ED0029;margin-bottom:18px;position:relative;padding-left:25px}
.DirectionsPart .TopHeading h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#ED0029 0%,#02C9B7 100%);border-radius:3px}
.DirectionsPart .TopHeading p{font-size:1.0625rem;color:#9a9a9a;line-height:1.7;padding-left:25px}
.DirectionsPart .PathsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.DirectionsPart .PathCard{display:flex;gap:30px;padding:35px;background:#ed002914;border-radius:12px;border-left:4px solid #ED0029;transition:all 500ms ease-in}
.DirectionsPart .PathCard:hover{background:#ed002926;transform:translateX(8px)}
.DirectionsPart .PathCard .ImagePart{flex-shrink:0}
.DirectionsPart .PathCard .ImagePart img{width:180px;height:180px;object-fit:cover;border-radius:8px;box-shadow:0 6px 16px #0000004d}
.DirectionsPart .PathCard .DetailsPart h4{font-size:1.5rem;color:#fff;margin-bottom:15px}
.DirectionsPart .PathCard .DetailsPart p{font-size:1rem;color:#afafaf;line-height:1.75;margin-bottom:12px}
.DirectionsPart .PathCard .DetailsPart .TagLine{display:inline-block;padding:6px 14px;background:#02c9b726;color:#02C9B7;font-size:.875rem;border-radius:6px;margin-top:8px}
.GrowthSection{padding:100px 20px;background:linear-gradient(135deg,#041427 0%,#1a2f45 100%);position:relative}
.GrowthSection::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#02C9B7 0%,#ED0029 50%,#02C9B7 100%)}
.GrowthSection .FrameLimit{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:480px 1fr;gap:80px;align-items:center}
.GrowthSection .VisualSide img{width:100%;height:520px;object-fit:cover;border-radius:14px;box-shadow:0 16px 48px #02c9b733}
.GrowthSection .ContentSide h2{font-size:2.5rem;color:#02C9B7;margin-bottom:30px;line-height:1.3}
.GrowthSection .ContentSide .InfoBlock{margin-bottom:30px}
.GrowthSection .ContentSide .InfoBlock h5{font-size:1.25rem;color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:12px}
.GrowthSection .ContentSide .InfoBlock h5::before{content:'';width:8px;height:8px;background:#ED0029;border-radius:50%;flex-shrink:0}
.GrowthSection .ContentSide .InfoBlock p{font-size:1rem;color:#b0b0b0;line-height:1.75;padding-left:20px}
.InteractiveZone{padding:100px 20px;background:#0a1929}
.InteractiveZone .Wrapper{max-width:1440px;margin:0 auto}
.InteractiveZone .SectionHead{text-align:center;margin-bottom:70px}
.InteractiveZone .SectionHead h2{font-size:2.5rem;color:#fff;margin-bottom:20px;position:relative;display:inline-block}
.InteractiveZone .SectionHead h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent 0%,#ED0029 50%,transparent 100%)}
.InteractiveZone .SectionHead p{font-size:1.125rem;color:#9d9d9d;line-height:1.7;max-width:680px;margin:0 auto;padding-top:20px}
.InteractiveZone .MethodsLayout{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.InteractiveZone .MethodCard{background:linear-gradient(160deg,#02c9b71a 0%,#04142780 100%);padding:35px 25px;border-radius:10px;text-align:center;border:1px solid #02c9b726;transition:all 450ms ease-in;position:relative;overflow:hidden}
.InteractiveZone .MethodCard::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#02c9b733 50%,transparent 100%);transition:left 600ms ease-in}
.InteractiveZone .MethodCard:hover::before{left:100%}
.InteractiveZone .MethodCard:hover{transform:translateY(-10px);border-color:#02C9B7;box-shadow:0 14px 36px #02c9b740}
.InteractiveZone .MethodCard .SymbolBox{width:80px;height:80px;background:#ed002926;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2.25rem;color:#ED0029}
.InteractiveZone .MethodCard h4{font-size:1.25rem;color:#fff;margin-bottom:15px}
.InteractiveZone .MethodCard p{font-size:.9375rem;color:#a5a5a5;line-height:1.7}
.CommunitySpace{padding:100px 20px;background:linear-gradient(180deg,#041427 0%,#0f2638 100%)}
.CommunitySpace .Container{max-width:1440px;margin:0 auto}
.CommunitySpace .TitleRow{margin-bottom:60px}
.CommunitySpace .TitleRow h2{font-size:2.5rem;color:#02C9B7;margin-bottom:22px;position:relative;display:inline-block}
.CommunitySpace .TitleRow h2::before{content:'◆';position:absolute;left:-50px;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#ED0029}
.CommunitySpace .TitleRow p{font-size:1.0625rem;color:#a2a2a2;line-height:1.7;max-width:750px}
.CommunitySpace .TestimonialsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.CommunitySpace .TestimonialBox{background:#02c9b70f;padding:40px 35px;border-radius:12px;border:1px solid #02c9b72e;position:relative}
.CommunitySpace .TestimonialBox::before{content:'"';position:absolute;top:-20px;left:30px;font-size:6rem;color:#ed002933;font-family:Georgia,serif;line-height:1}
.CommunitySpace .TestimonialBox .QuoteText{font-size:1rem;color:#b5b5b5;line-height:1.8;margin-bottom:30px;font-style:italic}
.CommunitySpace .TestimonialBox .AuthorInfo{display:flex;align-items:center;gap:20px}
.CommunitySpace .TestimonialBox .AuthorInfo img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #02C9B7}
.CommunitySpace .TestimonialBox .AuthorInfo .Details h6{font-size:1.125rem;color:#fff;margin-bottom:5px}
.CommunitySpace .TestimonialBox .AuthorInfo .Details .Role{font-size:.875rem;color:#ED0029}
@media (max-width: 1024px) {
.TopArea{grid-template-columns:1fr;padding:60px 20px}
.TopArea .WritePart h1{font-size:2.25rem}
.TopArea .VisualCard{height:380px}
.EcosystemZone .GridLayout{grid-template-columns:1fr}
.DirectionsPart .PathsGrid{grid-template-columns:1fr}
.GrowthSection .FrameLimit{grid-template-columns:1fr;gap:50px}
.InteractiveZone .MethodsLayout{grid-template-columns:repeat(2,1fr)}
.CommunitySpace .TestimonialsGrid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.TopArea .WritePart h1{font-size:1.75rem}
.TopArea .VisualCard{height:300px}
.EcosystemZone{padding:60px 20px}
.EcosystemZone .HeadText h2{font-size:1.875rem}
.EcosystemZone .HeadText h2::before,.EcosystemZone .HeadText h2::after{display:none}
.DirectionsPart{padding:60px 20px}
.DirectionsPart .TopHeading h2{font-size:1.875rem}
.DirectionsPart .PathCard{flex-direction:column;gap:20px}
.DirectionsPart .PathCard .ImagePart img{width:100%;height:240px}
.GrowthSection{padding:60px 20px}
.GrowthSection .ContentSide h2{font-size:1.875rem}
.InteractiveZone{padding:60px 20px}
.InteractiveZone .SectionHead h2{font-size:1.875rem}
.InteractiveZone .MethodsLayout{grid-template-columns:1fr}
.CommunitySpace{padding:60px 20px}
.CommunitySpace .TitleRow h2{font-size:1.875rem}
.CommunitySpace .TitleRow h2::before{display:none}
}
.PageWrap{background:linear-gradient(135deg,#041427 0%,#02C9B7 100%);min-height:100vh;padding:0}
.TopBar{max-width:1440px;margin:0 auto;padding:80px 24px 60px;display:flex;flex-direction:column;gap:40px}
.IntroZone{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.IntroZone .TextPanel{display:flex;flex-direction:column;gap:24px}
.IntroZone .TextPanel h1{font-size:48px;line-height:1.2;color:#02C9B7;font-weight:700;margin:0}
.IntroZone .TextPanel .SubLine{font-size:18px;line-height:1.6;color:#ffffffd9;margin:0}
.IntroZone .ImgPanel{position:relative}
.IntroZone .ImgPanel img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #0006}
.IntroZone .ImgPanel::after{content:'';position:absolute;bottom:-20px;right:-20px;width:100%;height:100%;border:2px solid #ED0029;border-radius:12px;z-index:-1}
.DecorLine{width:120px;height:4px;background:linear-gradient(90deg,#ED0029 0%,#02C9B7 100%);margin:20px 0;border-radius:2px}
.ContactSect{max-width:1440px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}
.InfoBlock{background:#ffffff0d;padding:48px;border-radius:16px;border:1px solid #02c9b733;display:flex;flex-direction:column;gap:40px}
.InfoBlock h2{font-size:32px;line-height:1.3;color:#fff;margin:0;font-weight:600}
.DetailGroup{display:flex;flex-direction:column;gap:28px}
.InfoItem{display:flex;flex-direction:column;gap:8px}
.InfoItem .Label{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#02C9B7;font-weight:600}
.InfoItem .Value{font-size:18px;color:#ffffffe6;line-height:1.5}
.InfoItem .Value a{color:#ffffffe6;text-decoration:none;transition:color 400ms ease-in}
.InfoItem .Value a:hover{color:#02C9B7}
.FormWrap{background:#04142799;padding:56px;border-radius:16px;border:1px solid #02c9b726}
.FormWrap h2{font-size:28px;color:#fff;margin:0 0 32px;font-weight:600}
.FormWrap form{display:flex;flex-direction:column;gap:0}
.StepGroup{display:flex;flex-direction:column;gap:24px;padding:32px 0;border-bottom:1px solid #02c9b733}
.StepGroup:last-of-type{border-bottom:none}
.StepGroup .StepTitle{font-size:16px;color:#02C9B7;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0}
.FieldRow{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.InputField{display:flex;flex-direction:column;gap:8px}
.InputField label{font-size:14px;color:#fffc;font-weight:500}
.InputField input{padding:14px 16px;background:#ffffff14;border:1px solid #02c9b74d;border-radius:8px;color:#fff;font-size:16px;transition:all 400ms ease-in}
.InputField input:focus{outline:none;border-color:#02C9B7;background:#ffffff1f}
.InputField input::placeholder{color:#fff6}
.PrivacyBox{display:flex;align-items:start;gap:12px;padding:24px 0 8px}
.PrivacyBox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#02C9B7}
.PrivacyBox label{font-size:14px;line-height:1.6;color:#ffffffbf}
.PrivacyBox label a{color:#02C9B7;text-decoration:none;transition:color 400ms ease-in}
.PrivacyBox label a:hover{color:#ED0029}
.SubmitRow{padding-top:24px}
.SubmitBtn{padding:16px 48px;background:linear-gradient(135deg,#02C9B7 0%,#041427 100%);border:2px solid #02C9B7;border-radius:8px;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:all 400ms ease-in;text-transform:uppercase;letter-spacing:1px}
.SubmitBtn:hover{background:linear-gradient(135deg,#ED0029 0%,#041427 100%);border-color:#ED0029;transform:translateY(-2px);box-shadow:0 8px 24px #ed002966}
.FeatureBand{max-width:1440px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.FeatureCard{background:linear-gradient(135deg,#041427cc 0%,#02c9b71a 100%);padding:40px 32px;border-radius:12px;border:1px solid #02c9b733;display:flex;flex-direction:column;gap:20px;transition:all 400ms ease-in}
.FeatureCard:hover{transform:translateY(-8px);border-color:#02C9B7;box-shadow:0 12px 32px #02c9b74d}
.FeatureCard .IconBox{width:56px;height:56px;background:#02c9b726;border-radius:8px;display:flex;align-items:center;justify-content:center}
.FeatureCard .IconBox i{font-size:28px;color:#02C9B7}
.FeatureCard h3{font-size:22px;color:#fff;margin:0;font-weight:600;line-height:1.3}
.FeatureCard p{font-size:15px;line-height:1.6;color:#ffffffbf;margin:0}
.LocationBox{max-width:1440px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.LocationBox .TextSide{display:flex;flex-direction:column;gap:28px}
.LocationBox .TextSide h2{font-size:36px;color:#fff;margin:0;font-weight:700;line-height:1.2}
.LocationBox .TextSide p{font-size:17px;line-height:1.7;color:#fffc;margin:0}
.LocationBox .VisualSide{position:relative}
.LocationBox .VisualSide img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 16px 48px #00000080}
.LocationBox .VisualSide::before{content:'';position:absolute;top:-24px;left:-24px;width:100%;height:100%;background:linear-gradient(135deg,#ed00294d 0%,#02c9b74d 100%);border-radius:12px;z-index:-1}
@media (max-width: 1024px) {
.IntroZone{grid-template-columns:1fr;gap:32px}
.IntroZone .TextPanel h1{font-size:36px}
.ContactSect{grid-template-columns:1fr;gap:48px}
.FeatureBand{grid-template-columns:1fr;gap:24px}
.LocationBox{grid-template-columns:1fr;gap:40px}
.FormWrap{padding:40px 32px}
}
@media (max-width: 640px) {
.TopBar{padding:60px 20px 40px}
.IntroZone .TextPanel h1{font-size:28px}
.IntroZone .TextPanel .SubLine{font-size:16px}
.IntroZone .ImgPanel img{height:300px}
.ContactSect{padding:60px 20px}
.InfoBlock{padding:32px 24px}
.InfoBlock h2{font-size:26px}
.FormWrap{padding:32px 20px}
.FormWrap h2{font-size:24px}
.FieldRow{grid-template-columns:1fr;gap:16px}
.SubmitBtn{width:100%;padding:14px 32px;font-size:16px}
.FeatureBand{padding:60px 20px}
.FeatureCard{padding:32px 24px}
.LocationBox{padding:60px 20px}
.LocationBox .TextSide h2{font-size:28px}
.LocationBox .VisualSide img{height:340px}
}
.StoryArea{position:relative;min-height:85vh;display:flex;align-items:flex-end;background:linear-gradient(165deg,#041427 0%,#02C9B7 100%);overflow:hidden}
.StoryArea .bgImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.28;z-index:1}
.StoryArea .textBox{position:relative;z-index:2;max-width:1440px;width:100%;margin:0 auto;padding:3.5rem 2rem 4rem}
.StoryArea .desc{font-size:1.05rem;color:#02C9B7;margin-bottom:.9rem;letter-spacing:.02em}
.StoryArea .mainHead{font-size:3.2rem;color:#fff;font-weight:700;line-height:1.15;max-width:720px}
@media (max-width: 1024px) {
.StoryArea .mainHead{font-size:2.6rem}
}
@media (max-width: 640px) {
.StoryArea{min-height:70vh}
.StoryArea .textBox{padding:2.5rem 1.5rem 3rem}
.StoryArea .mainHead{font-size:2rem}
.StoryArea .desc{font-size:.95rem}
}
.MissionZone{background:#0a1a2e;padding:5.5rem 2rem}
.MissionZone .wrap{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.MissionZone .leftCol{display:flex;flex-direction:column;gap:2.2rem}
.MissionZone .tagline{font-size:.92rem;color:#ED0029;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.MissionZone .heading{font-size:2.8rem;color:#fff;font-weight:700;line-height:1.2;margin-bottom:.5rem}
.MissionZone .textBlock{font-size:1.05rem;color:#c1cbd8;line-height:1.65;margin-bottom:1.2rem}
.MissionZone .rightCol{position:relative}
.MissionZone .imgFrame{width:100%;height:520px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #02c9b72e;border:2px solid #02c9b726}
.MissionZone .imgFrame img{width:100%;height:100%;object-fit:cover}
@media (max-width: 1024px) {
.MissionZone .wrap{grid-template-columns:1fr;gap:3rem}
.MissionZone .heading{font-size:2.3rem}
.MissionZone .imgFrame{height:420px}
}
@media (max-width: 640px) {
.MissionZone{padding:3.5rem 1.5rem}
.MissionZone .heading{font-size:1.85rem}
.MissionZone .textBlock{font-size:.98rem}
.MissionZone .imgFrame{height:320px}
}
.TeamGrid{background:linear-gradient(225deg,#02C9B7 0%,#041427 100%);padding:6rem 2rem;position:relative}
.TeamGrid::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#ED0029,transparent)}
.TeamGrid .container{max-width:1440px;margin:0 auto}
.TeamGrid .sectionHead{text-align:center;margin-bottom:4.5rem}
.TeamGrid .sectionHead h2{font-size:2.9rem;color:#fff;font-weight:700;margin-bottom:1rem}
.TeamGrid .sectionHead .subtitle{font-size:1.08rem;color:#ffffffd1;max-width:680px;margin:0 auto;line-height:1.6}
.TeamGrid .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}
.TeamGrid .profileCard{background:#04142773;border-radius:14px;overflow:hidden;border:1px solid #02c9b740;transition:all 550ms ease-in;position:relative}
.TeamGrid .profileCard:hover{transform:translateY(-8px);box-shadow:0 14px 32px #ed002938;border-color:#ed002980}
.TeamGrid .profileCard .photoArea{width:100%;height:280px;overflow:hidden;background:#041427}
.TeamGrid .profileCard .photoArea img{width:100%;height:100%;object-fit:cover;transition:transform 550ms ease-in}
.TeamGrid .profileCard:hover .photoArea img{transform:scale(1.08)}
.TeamGrid .profileCard .infoArea{padding:1.8rem 1.5rem}
.TeamGrid .profileCard .name{font-size:1.3rem;color:#fff;font-weight:600;margin-bottom:.45rem}
.TeamGrid .profileCard .role{font-size:.96rem;color:#02C9B7;margin-bottom:1rem;font-weight:500}
.TeamGrid .profileCard .bio{font-size:.92rem;color:#b8c5d4;line-height:1.55}
@media (max-width: 1024px) {
.TeamGrid .cards{grid-template-columns:repeat(2,1fr);gap:2rem}
.TeamGrid .sectionHead h2{font-size:2.4rem}
}
@media (max-width: 640px) {
.TeamGrid{padding:4rem 1.5rem}
.TeamGrid .cards{grid-template-columns:1fr}
.TeamGrid .sectionHead h2{font-size:2rem}
.TeamGrid .profileCard .photoArea{height:340px}
}
.ApproachSection{background:#0d1f31;padding:6.5rem 2rem}
.ApproachSection .wrapper{max-width:1440px;margin:0 auto}
.ApproachSection .titleRow{text-align:center;margin-bottom:5rem}
.ApproachSection .titleRow h3{font-size:2.7rem;color:#fff;font-weight:700;margin-bottom:1.2rem}
.ApproachSection .titleRow .intro{font-size:1.06rem;color:#a8b9cc;max-width:720px;margin:0 auto;line-height:1.62}
.ApproachSection .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.ApproachSection .featureBox{background:linear-gradient(145deg,#02c9b714,#ed00290f);border-radius:10px;padding:2.5rem 2rem;border:1px solid #02c9b733;transition:all 480ms ease-in;position:relative;overflow:hidden}
.ApproachSection .featureBox::after{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#02c9b726 0%,transparent 70%);opacity:0;transition:opacity 480ms ease-in}
.ApproachSection .featureBox:hover::after{opacity:1}
.ApproachSection .featureBox:hover{transform:scale(1.04);border-color:#ed002966;box-shadow:0 12px 28px #02c9b726}
.ApproachSection .featureBox .iconArea{width:64px;height:64px;margin-bottom:1.8rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#02C9B7,#ED0029);border-radius:50%;position:relative;z-index:2}
.ApproachSection .featureBox .iconArea .codicon{font-size:2rem;color:#fff}
.ApproachSection .featureBox h4{font-size:1.5rem;color:#fff;font-weight:600;margin-bottom:1rem;position:relative;z-index:2}
.ApproachSection .featureBox .description{font-size:.98rem;color:#b2c0d1;line-height:1.58;position:relative;z-index:2}
@media (max-width: 1024px) {
.ApproachSection .grid{grid-template-columns:1fr;gap:2.2rem}
.ApproachSection .titleRow h3{font-size:2.3rem}
}
@media (max-width: 640px) {
.ApproachSection{padding:4rem 1.5rem}
.ApproachSection .titleRow h3{font-size:1.95rem}
.ApproachSection .titleRow .intro{font-size:.98rem}
.ApproachSection .featureBox{padding:2rem 1.5rem}
}
.PageTitolo{background:linear-gradient(135deg,#041427 0%,#02202e 100%);padding:80px 20px;position:relative;overflow:hidden}
.PageTitolo::before,.PageTitolo::after{content:'';position:absolute;width:12px;height:12px;border:2px dotted #02C9B7;border-radius:50%;opacity:.4}
.PageTitolo::before{top:30px;left:30px}
.PageTitolo::after{bottom:30px;right:30px}
.ContainerTitolo{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.TitoloTextContent h1{font-size:48px;color:#02C9B7;margin:0 0 30px;line-height:1.2}
.ListaPunti{list-style:none;padding:0;margin:0 0 40px}
.ListaPunti li{color:#fff;font-size:18px;margin-bottom:18px;padding-left:35px;position:relative;line-height:1.6}
.ListaPunti li::before{content:'';position:absolute;left:0;top:8px;width:20px;height:2px;background:linear-gradient(90deg,#02C9B7,#ED0029)}
.ButtonIscrivi{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#02C9B7 0%,#ED0029 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:transform 400ms ease-in,box-shadow 400ms ease-in;position:relative;z-index:10}
.ButtonIscrivi:hover{transform:translateY(-3px);box-shadow:0 12px 24px #02c9b74d}
.TitoloImgWrapper{position:relative}
.TitoloImgWrapper img{width:100%;height:420px;object-fit:cover;border-radius:12px;filter:saturate(0.7)}
.ModuliSection{background:#0a1929;padding:90px 20px}
.ModuliContainer{max-width:1440px;margin:0 auto}
.ModuliHeading{text-align:center;font-size:38px;color:#fff;margin:0 0 60px;position:relative}
.ModuliHeading::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#02C9B7,#ED0029)}
.GridModuli{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.CardModulo{background:linear-gradient(160deg,#041427 0%,#0d2438 100%);border-radius:12px;padding:35px 28px;border:1px solid #02c9b733;transition:transform 500ms ease-in,border-color 500ms ease-in}
.CardModulo:hover{transform:translateY(-6px);border-color:#02C9B7}
.ModuloNum{display:inline-block;width:48px;height:48px;background:#02c9b726;color:#02C9B7;border-radius:50%;text-align:center;line-height:48px;font-size:20px;font-weight:700;margin-bottom:20px}
.CardModulo h3{font-size:22px;color:#fff;margin:0 0 15px}
.CardModulo p{color:#c0d4e8;font-size:15px;line-height:1.7;margin:0}
.DocenteBlock{background:#041427;padding:80px 20px}
.DocenteWrap{max-width:1440px;margin:0 auto;display:flex;gap:70px;align-items:center}
.DocentePhotoGroup{flex:0 0 auto;display:flex;gap:20px}
.DocentePhotoGroup img{width:140px;height:180px;object-fit:cover;border-radius:16px;border:3px solid #02c9b74d}
.DocenteContent{flex:1}
.DocenteContent h2{font-size:34px;color:#02C9B7;margin:0 0 25px}
.DocenteContent p{color:#d8e4f1;font-size:16px;line-height:1.8;margin:0 0 20px}
.DocenteContent p:last-of-type{margin-bottom:0}
.StrutturaSection{background:linear-gradient(180deg,#0a1929 0%,#041427 100%);padding:90px 20px}
.StrutturaContainer{max-width:1440px;margin:0 auto}
.StrutturaHead{font-size:36px;color:#fff;margin:0 0 50px;text-align:center}
.TimelineWrapper{position:relative;padding-left:60px}
.TimelineWrapper::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#02C9B7 0%,#ED0029 100%)}
.FaseItem{position:relative;margin-bottom:45px}
.FaseItem::before{content:'';position:absolute;left:-51px;top:5px;width:16px;height:16px;background:#02C9B7;border-radius:50%;border:3px solid #041427;z-index:5}
.FaseItem h4{font-size:24px;color:#02C9B7;margin:0 0 12px}
.FaseItem p{color:#c8d9ec;font-size:15px;line-height:1.7;margin:0}
.IscrSection{background:#0d1f2e;padding:80px 20px}
.IscrWrapper{max-width:1440px;margin:0 auto;text-align:center}
.IscrWrapper h2{font-size:40px;color:#fff;margin:0 0 20px}
.IscrWrapper p{color:#b8cfe0;font-size:17px;line-height:1.7;margin:0 0 35px;max-width:700px;margin-left:auto;margin-right:auto}
.FormIscr{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.InputIscr{padding:16px 20px;background:#ffffff0d;border:1px solid #02c9b74d;border-radius:8px;color:#fff;font-size:15px;transition:border-color 400ms ease-in}
.InputIscr::placeholder{color:#7a95ad}
.InputIscr:focus{outline:none;border-color:#02C9B7}
.SubmitButton{padding:18px 40px;background:linear-gradient(135deg,#ED0029 0%,#02C9B7 100%);color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:transform 500ms ease-in,box-shadow 500ms ease-in}
.SubmitButton:hover{transform:scale(1.03);box-shadow:0 8px 20px #ed002966}
@media (max-width: 1024px) {
.ContainerTitolo{grid-template-columns:1fr;gap:40px}
.TitoloTextContent h1{font-size:38px}
.GridModuli{grid-template-columns:repeat(2,1fr)}
.DocenteWrap{flex-direction:column;gap:40px}
.TimelineWrapper{padding-left:50px}
}
@media (max-width: 640px) {
.PageTitolo{padding:60px 20px}
.TitoloTextContent h1{font-size:32px}
.ListaPunti li{font-size:16px}
.GridModuli{grid-template-columns:1fr}
.DocentePhotoGroup{flex-wrap:wrap;justify-content:center}
.DocentePhotoGroup img{width:120px;height:160px}
.ModuliHeading{font-size:30px}
.StrutturaHead{font-size:28px}
.IscrWrapper h2{font-size:32px}
}
.SuccessBanner{background:linear-gradient(135deg,#041427 0%,#02C9B7 100%);padding:80px 20px;position:relative;overflow:hidden}
.SuccessBanner::before{content:'';position:absolute;top:20px;left:20px;width:80px;height:80px;border-top:2px solid #ed002999;border-left:2px solid #ed002999}
.SuccessBanner::after{content:'';position:absolute;bottom:20px;right:20px;width:80px;height:80px;border-bottom:2px solid #ed002999;border-right:2px solid #ed002999}
.SuccessWrap{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}
.SuccessIcon{width:120px;height:120px;margin-bottom:32px;transform:rotate(-8deg);filter:drop-shadow(0 8px 24px #02c9b766)}
.SuccessIcon svg{width:100%;height:100%}
.SuccessTitle{font-size:48px;font-weight:700;color:#fff;margin-bottom:16px;text-align:center;line-height:1.2}
.SuccessSubtext{font-size:20px;color:#ffffffe6;text-align:center;max-width:600px;line-height:1.6;margin-bottom:0}
.NextStepsArea{background:#0a1e36;padding:80px 20px}
.StepsContainer{max-width:1440px;margin:0 auto}
.StepsHeading{font-size:36px;font-weight:700;color:#02C9B7;margin-bottom:48px;text-align:center}
.StepsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.StepCard{background:linear-gradient(145deg,#041427 0%,#0d2642 100%);border:2px solid #02c9b733;border-radius:12px;padding:32px;position:relative;transition:all 500ms ease-in}
.StepCard:hover{border-color:#02C9B7;transform:translateY(-8px);box-shadow:0 12px 32px #02c9b74d}
.StepNumber{position:absolute;top:-16px;left:24px;width:48px;height:48px;background:linear-gradient(135deg,#ED0029 0%,#02C9B7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;box-shadow:0 4px 12px #ed002966}
.StepLabel{font-size:22px;font-weight:600;color:#fff;margin-bottom:12px;margin-top:8px}
.StepDetail{font-size:16px;color:#fffc;line-height:1.6;margin-bottom:0}
.ActionZone{margin-top:56px;display:flex;flex-direction:column;align-items:center;gap:24px}
.PrimaryBtn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(90deg,#02C9B7 0%,#ED0029 100%);color:#fff;font-size:18px;font-weight:600;padding:16px 40px;border-radius:10px;text-decoration:none;transition:all 450ms ease-in;box-shadow:0 6px 20px #02c9b74d;position:relative;z-index:5}
.PrimaryBtn:hover{transform:scale(1.05);box-shadow:0 10px 28px #ed002980}
.SecondaryBtn{display:inline-flex;align-items:center;gap:12px;background:transparent;color:#02C9B7;font-size:18px;font-weight:600;padding:16px 40px;border:2px solid #02C9B7;border-radius:10px;text-decoration:none;transition:all 450ms ease-in;position:relative;z-index:5}
.SecondaryBtn:hover{background:#02C9B7;color:#041427;transform:scale(1.05)}
@media (max-width: 640px) {
.SuccessBanner{padding:60px 20px}
.SuccessIcon{width:80px;height:80px}
.SuccessTitle{font-size:32px}
.SuccessSubtext{font-size:18px}
.NextStepsArea{padding:60px 20px}
.StepsHeading{font-size:28px}
.StepsGrid{grid-template-columns:1fr}
.PrimaryBtn,.SecondaryBtn{font-size:16px;padding:14px 32px}
}