*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Archivo',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;background:linear-gradient(135deg,#0a0504 0%,#270B09 50%,#1a0705 100%);color:#f5f5f5;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.SiteHdr{background:linear-gradient(180deg,#270B09 0%,#270b09f2 100%);border-bottom:2px solid #d9c58d33;box-shadow:0 8px 32px #0009;position:relative;z-index:1000}
.HdrTop{max-width:1280px;margin:0 auto;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:48px}
.LogoBox{flex-shrink:0}
.LogoBox img{height:110px;width:110px;object-fit:contain;background:radial-gradient(circle,#d9c58d1a,transparent);padding:8px;border-radius:8px}
.BrandTitle{flex:1;text-align:center;padding:0 24px}
.BrandTitle h1{font-size:2.8rem;font-weight:700;background:linear-gradient(135deg,#D9C58D 0%,#f4e4b8 50%,#D9C58D 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;text-shadow:0 4px 16px #d9c58d4d}
.NavWrapper{flex-shrink:0}
.MainNav ul{display:flex;gap:8px;list-style:none;align-items:center}
.MainNav a{display:block;padding:12px 24px;font-size:.95rem;font-weight:600;color:#f5f5f5;background:#d9c58d14;border:1px solid #d9c58d33;border-radius:6px;transition:all .3s ease;white-space:nowrap}
.MainNav a:hover{background:#d9c58d26;border-color:#d9c58d66;color:#D9C58D}
.HdrBottom{background:#0000004d;border-top:1px solid #d9c58d1a}
.HdrBottom .content-wrap{max-width:1280px;margin:0 auto;padding:18px 32px;text-align:center}
.HdrBottom p{font-size:.92rem;color:#d9c58dd9;font-weight:400;letter-spacing:.3px}
.FooterMain{background:linear-gradient(0deg,#0a0504 0%,#270B09 100%);border-top:2px solid #d9c58d33;margin-top:120px;box-shadow:0 -8px 32px #00000080}
.FooterContent{max-width:1280px;margin:0 auto;padding:64px 32px 32px}
.FooterGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.FooterCol h3{font-size:1.2rem;font-weight:700;color:#D9C58D;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}
.FooterCol p,.FooterCol address{font-style:normal;line-height:1.8;color:#f5f5f5cc;margin-bottom:12px}
.FooterCol a{color:#d9c58de6;transition:color .3s ease}
.FooterCol a:hover{color:#D9C58D}
.FooterCol .icon{margin-right:8px;color:#D9C58D}
.FooterLinks{list-style:none}
.FooterLinks li{margin-bottom:12px}
.FooterLinks a{display:inline-block;padding:6px 0;font-size:.95rem;transition:transform .2s ease}
.FooterLinks a:hover{transform:translateX(4px)}
.FooterBottom{border-top:1px solid #d9c58d33;padding-top:32px;text-align:center}
.FooterBottom p{color:#f5f5f599;font-size:.88rem}
.CookieBar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);max-width:920px;width:90%;background:linear-gradient(135deg,#270B09 0%,#1a0705 100%);border:2px solid #d9c58d4d;border-radius:16px 16px 0 0;box-shadow:0 -12px 48px #000c;padding:32px;z-index:10000;opacity:0;transition:opacity .4s ease}
.CookieBar[data-visible="true"]{opacity:1}
.CookieBar h3{font-size:1.4rem;color:#D9C58D;margin-bottom:16px;font-weight:700}
.CookieBar p{color:#f5f5f5d9;margin-bottom:24px;line-height:1.7;font-size:.95rem}
.cookie-options{margin-bottom:24px}
.cookie-category{background:#0000004d;border:1px solid #d9c58d26;border-radius:8px;padding:16px;margin-bottom:12px}
.cookie-category label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;color:#f5f5f5}
.cookie-category input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.cookie-category input[type="checkbox"]:disabled{opacity:.5;cursor:not-allowed}
.cookie-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cookie-actions button{padding:14px 32px;border:none;border-radius:50px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:'Archivo',sans-serif}
.btn-accept{background:linear-gradient(135deg,#D9C58D 0%,#c9b57d 100%);color:#270B09}
.btn-accept:hover{transform:scale(1.05);box-shadow:0 8px 24px #d9c58d66}
.btn-decline{background:#d9c58d1a;color:#D9C58D;border:2px solid #d9c58d4d}
.btn-decline:hover{background:#d9c58d26;transform:scale(1.05)}
@media (max-width: 968px) {
.HdrTop{flex-direction:column;gap:24px;padding:20px 24px}
.BrandTitle h1{font-size:2rem}
.MainNav ul{flex-direction:column;width:100%}
.MainNav a{width:100%;text-align:center}
.FooterGrid{grid-template-columns:1fr;gap:32px}
.CookieBar{width:95%;padding:24px}
.cookie-actions{flex-direction:column}
.cookie-actions button{width:100%}
}
@media (max-width: 640px) {
.BrandTitle h1{font-size:1.6rem}
.LogoBox img{height:80px;width:80px}
.MainNav a{padding:10px 16px;font-size:.9rem}
}
.policy-body{max-width:1280px;margin:0 auto;padding:80px 24px;background:linear-gradient(180deg,#0a0404 0%,#270B09 100%);color:#FFF;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.8}
.policy-body h1{font-size:48px;font-weight:700;line-height:1.2;margin:0 0 48px;color:#D9C58D;letter-spacing:-.02em}
.policy-body h2{font-size:36px;font-weight:600;line-height:1.3;margin:64px 0 32px;color:#D9C58D;padding-bottom:16px;border-bottom:2px solid #d9c58d33}
.policy-body h3{font-size:28px;font-weight:600;line-height:1.4;margin:48px 0 24px;color:#D9C58D}
.policy-body h4{font-size:22px;font-weight:600;line-height:1.4;margin:40px 0 20px;color:#FFF}
.policy-body h5{font-size:18px;font-weight:600;line-height:1.5;margin:32px 0 16px;color:#FFF}
.policy-body h6{font-size:16px;font-weight:600;line-height:1.5;margin:28px 0 14px;color:#FFF;text-transform:uppercase;letter-spacing:.05em}
.policy-body p{font-size:17px;line-height:1.8;margin:0 0 24px;color:#ffffffeb}
.policy-body ul{list-style:none;margin:0 0 32px;padding:0}
.policy-body ul li{font-size:17px;line-height:1.8;margin:0 0 16px;padding-left:32px;position:relative;color:#ffffffeb}
.policy-body ul li::before{content:'';position:absolute;left:8px;top:13px;width:6px;height:6px;background:#D9C58D;border-radius:50%}
.policy-body ol{list-style:none;margin:0 0 32px;padding:0;counter-reset:policy-counter}
.policy-body ol li{font-size:17px;line-height:1.8;margin:0 0 16px;padding-left:40px;position:relative;color:#ffffffeb;counter-increment:policy-counter}
.policy-body ol li::before{content:counter(policy-counter) '.';position:absolute;left:8px;top:0;font-weight:600;color:#D9C58D;min-width:24px}
.policy-body strong,.policy-body b{font-weight:600;color:#FFF}
.policy-body em,.policy-body i{font-style:italic;color:#D9C58D}
.policy-body table{width:100%;border-collapse:collapse;margin:0 0 40px;background:#270b0966;border:1px solid #d9c58d26;box-shadow:0 8px 24px #0006}
.policy-body thead{background:linear-gradient(135deg,#270B09 0%,#1a0706 100%)}
.policy-body thead tr{border-bottom:2px solid #D9C58D}
.policy-body tbody tr{border-bottom:1px solid #d9c58d1a;transition:background .2s ease}
.policy-body tbody tr:hover{background:#d9c58d0d}
.policy-body th{font-size:16px;font-weight:600;text-align:left;padding:20px 24px;color:#D9C58D;letter-spacing:.02em}
.policy-body td{font-size:16px;padding:18px 24px;color:#ffffffe0;line-height:1.7}
.policy-body hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#d9c58d4d 50%,transparent 100%);margin:56px 0}
.policy-body div{margin:0 0 24px}
.policy-body a{color:#D9C58D;text-decoration:underline;transition:all .2s ease}
.policy-body a:hover{color:#FFF;text-decoration:none}
@media (max-width: 768px) {
.policy-body{padding:48px 20px}
.policy-body h1{font-size:36px;margin:0 0 32px}
.policy-body h2{font-size:28px;margin:48px 0 24px}
.policy-body h3{font-size:22px;margin:36px 0 20px}
.policy-body h4{font-size:19px;margin:32px 0 16px}
.policy-body p,.policy-body ul li,.policy-body ol li{font-size:16px}
.policy-body table{font-size:14px}
.policy-body th,.policy-body td{padding:14px 16px;font-size:14px}
.policy-body ul li,.policy-body ol li{padding-left:28px}
}
@media (max-width: 480px) {
.policy-body{padding:32px 16px}
.policy-body h1{font-size:28px}
.policy-body h2{font-size:24px}
.policy-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-body th,.policy-body td{padding:12px}
}
.TitleBlock{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.TitleBlock .bg-visual{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.TitleBlock .bg-visual img{width:100%;height:100%;object-fit:cover;filter:brightness(0.35)}
.TitleBlock .bg-visual::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,#270b09b3 90%);pointer-events:none}
.TitleBlock .bg-visual::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;mix-blend-mode:overlay}
.TitleBlock .content-layer{position:relative;z-index:2;text-align:center;padding:40px 20px;max-width:900px;margin:0 auto}
.TitleBlock .main-heading{font-size:3.2rem;font-weight:700;color:#FFF;margin:0 0 20px;line-height:1.15;letter-spacing:-.02em}
.TitleBlock .tagline{font-size:1.25rem;color:#D9C58D;margin:0 0 36px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}
.TitleBlock .action-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.TitleBlock .btn-primary{background:linear-gradient(135deg,#D9C58D 0%,#b8a670 100%);color:#270B09;padding:14px 32px;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #d9c58d4d;position:relative;z-index:10}
.TitleBlock .btn-primary:hover{transform:scale(1.05);box-shadow:0 6px 24px #d9c58d80}
.TitleBlock .btn-secondary{background:transparent;color:#FFF;padding:14px 32px;border:2px solid #D9C58D;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.TitleBlock .btn-secondary:hover{background:#d9c58d26;transform:scale(1.04)}
.GlobalStudentsWrap{max-width:1280px;margin:0 auto 100px;padding:0 20px}
.GlobalStudentsWrap .intro-section{background:linear-gradient(135deg,#1a0705 0%,#270B09 50%,#1f0907 100%);border-radius:0;padding:70px 60px;margin-bottom:60px;position:relative;overflow:hidden}
.GlobalStudentsWrap .intro-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d9c58d14 0%,transparent 70%);pointer-events:none}
.GlobalStudentsWrap .intro-section .section-hdr{font-size:2.4rem;color:#D9C58D;margin:0 0 24px;font-weight:700;position:relative}
.GlobalStudentsWrap .intro-section .section-hdr::before{content:'';position:absolute;left:-60px;top:50%;transform:translateY(-50%);width:40px;height:3px;background:linear-gradient(90deg,transparent,#D9C58D)}
.GlobalStudentsWrap .intro-section .intro-text{font-size:1.1rem;color:#FFF;line-height:1.8;margin:0 0 18px;opacity:.95}
.GlobalStudentsWrap .intro-section .intro-text:last-of-type{margin-bottom:0}
.FeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:70px}
.FeatureGrid .feature-box{background:#1a0705;padding:36px 28px;border-radius:8px;border:1px solid #d9c58d26;transition:all .35s ease;position:relative}
.FeatureGrid .feature-box::after{content:'';position:absolute;inset:0;border-radius:8px;background:linear-gradient(135deg,#d9c58d0d,transparent);opacity:0;transition:opacity .35s ease;pointer-events:none}
.FeatureGrid .feature-box:hover{transform:translateY(-6px);box-shadow:0 12px 32px #270b0999;border-color:#d9c58d66}
.FeatureGrid .feature-box:hover::after{opacity:1}
.FeatureGrid .feature-box .icon-wrap{width:52px;height:52px;background:linear-gradient(135deg,#270B09,#3d1310);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:2px solid #d9c58d33}
.FeatureGrid .feature-box .icon-wrap i{font-size:1.5rem;color:#D9C58D}
.FeatureGrid .feature-box .feature-title{font-size:1.3rem;color:#D9C58D;margin:0 0 14px;font-weight:600}
.FeatureGrid .feature-box .feature-desc{font-size:.98rem;color:#FFF;line-height:1.65;margin:0;opacity:.9}
.ContentDivider{height:2px;background:linear-gradient(90deg,transparent,#d9c58d4d 20%,#d9c58d4d 80%,transparent);margin:80px 0;position:relative}
.ContentDivider::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#D9C58D;border-radius:50%;box-shadow:0 0 12px #d9c58d99}
.ApproachSection{display:flex;gap:50px;align-items:center;margin-bottom:80px}
.ApproachSection .visual-side{flex:0 0 480px}
.ApproachSection .visual-side img{width:100%;height:auto;border-radius:10px;box-shadow:0 16px 48px #270b09b3;border:3px solid #d9c58d33}
.ApproachSection .text-side{flex:1}
.ApproachSection .text-side .heading-lrg{font-size:2.2rem;color:#D9C58D;margin:0 0 28px;font-weight:700;position:relative;padding-left:22px}
.ApproachSection .text-side .heading-lrg::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#D9C58D,#270B09);border-radius:3px}
.ApproachSection .text-side .approach-para{font-size:1.05rem;color:#FFF;line-height:1.75;margin:0 0 20px;opacity:.93}
.ApproachSection .text-side .approach-para:last-of-type{margin-bottom:0}
.BenefitList{list-style:none;padding:0;margin:40px 0 0}
.BenefitList .list-entry{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;padding:18px;background:#d9c58d0a;border-radius:6px;border-left:3px solid #D9C58D;transition:all .3s ease}
.BenefitList .list-entry:hover{background:#d9c58d14;transform:translateX(6px)}
.BenefitList .list-entry .checkmark{flex-shrink:0;width:24px;height:24px;background:linear-gradient(135deg,#D9C58D,#b8a670);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}
.BenefitList .list-entry .checkmark::after{content:'✓';color:#270B09;font-weight:700;font-size:.85rem}
.BenefitList .list-entry .item-text{font-size:1.02rem;color:#FFF;line-height:1.6;margin:0}
@media (max-width: 968px) {
.TitleBlock .main-heading{font-size:2.4rem}
.TitleBlock .tagline{font-size:1.1rem}
.GlobalStudentsWrap .intro-section{padding:50px 35px}
.GlobalStudentsWrap .intro-section .section-hdr::before{display:none}
.FeatureGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.ApproachSection{flex-direction:column;gap:40px}
.ApproachSection .visual-side{flex:0 0 auto;width:100%}
}
@media (max-width: 640px) {
.TitleBlock{min-height:440px}
.TitleBlock .main-heading{font-size:2rem}
.TitleBlock .tagline{font-size:1rem}
.TitleBlock .action-row{flex-direction:column;align-items:stretch}
.TitleBlock .btn-primary,.TitleBlock .btn-secondary{width:100%;text-align:center}
.GlobalStudentsWrap .intro-section{padding:40px 24px}
.GlobalStudentsWrap .intro-section .section-hdr{font-size:1.9rem}
.FeatureGrid{grid-template-columns:1fr}
.ApproachSection .text-side .heading-lrg{font-size:1.8rem}
}
.HeroIntro{background:linear-gradient(135deg,#270B09 0%,#1a0706 100%);position:relative;overflow:hidden}
.HeroIntro .intro-container{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center;min-height:600px}
.HeroIntro .img-wrapper{position:relative;height:520px;width:100%}
.HeroIntro .img-wrapper::before,.HeroIntro .img-wrapper::after{content:'';position:absolute;left:0;right:0;height:80px;z-index:2;pointer-events:none}
.HeroIntro .img-wrapper::before{top:0;background:linear-gradient(to bottom,#270b09e6,transparent)}
.HeroIntro .img-wrapper::after{bottom:0;background:linear-gradient(to top,#270b09e6,transparent)}
.HeroIntro .img-wrapper img{width:100%;height:100%;object-fit:cover;display:block}
.HeroIntro .corner-accent{position:absolute;width:40px;height:40px;border:2px solid #D9C58D;z-index:3}
.HeroIntro .corner-accent.tl{top:16px;left:16px;border-right:none;border-bottom:none}
.HeroIntro .corner-accent.br{bottom:16px;right:16px;border-left:none;border-top:none}
.HeroIntro .text-area{color:#FFF}
.HeroIntro .text-area h1{font-size:3rem;line-height:1.15;margin:0 0 28px;color:#D9C58D;font-weight:600}
.HeroIntro .text-area p{font-size:1.125rem;line-height:1.7;margin:0 0 20px;color:#ffffffe0}
.HeroIntro .text-area .lead-para{font-size:1.25rem;line-height:1.65;margin-bottom:24px}
.HeroIntro .cta-primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#D9C58D 0%,#c4b07a 100%);color:#270B09;text-decoration:none;font-weight:600;font-size:1.0625rem;border:none;transition:all .3s ease;margin-top:12px;position:relative;z-index:5}
.HeroIntro .cta-primary:hover{transform:scale(1.05);box-shadow:0 12px 28px #d9c58d59}
.TechStack{background:#1a0706;padding:80px 24px;position:relative}
.TechStack .stack-wrap{max-width:1280px;margin:0 auto}
.TechStack h2{font-size:2.5rem;color:#D9C58D;margin:0 0 16px;text-align:center}
.TechStack .section-intro{text-align:center;color:#ffffffd1;font-size:1.125rem;line-height:1.7;max-width:820px;margin:0 auto 56px}
.TechStack .tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.TechStack .tech-item{background:linear-gradient(145deg,#270B09 0%,#1f0908 100%);padding:32px 28px;border:1px solid #d9c58d26;transition:all .3s ease;position:relative}
.TechStack .tech-item:hover{transform:scale(1.04);border-color:#d9c58d66;box-shadow:0 16px 32px #00000080}
.TechStack .tech-item .icon-tech{width:56px;height:56px;background:radial-gradient(circle,#D9C58D 0%,#b39f6f 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#270B09;font-size:1.75rem}
.TechStack .tech-item h3{font-size:1.5rem;color:#D9C58D;margin:0 0 12px}
.TechStack .tech-item p{color:#fffc;line-height:1.65;margin:0;font-size:1rem}
.FeedbackSection{background:radial-gradient(circle at top right,#270B09 0%,#0f0403 100%);padding:88px 24px}
.FeedbackSection .feedback-container{max-width:1280px;margin:0 auto}
.FeedbackSection h2{font-size:2.5rem;color:#D9C58D;margin:0 0 48px}
.FeedbackSection .feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.FeedbackSection .feedback-visual{position:relative}
.FeedbackSection .feedback-visual img{width:100%;height:460px;object-fit:cover;display:block;box-shadow:0 20px 48px #0009}
.FeedbackSection .feedback-cards{display:flex;flex-direction:column;gap:24px}
.FeedbackSection .feedback-card{background:linear-gradient(135deg,#1f0908 0%,#270B09 100%);padding:28px 32px;border-left:4px solid #D9C58D;position:relative}
.FeedbackSection .feedback-card .quote-mark{position:absolute;top:16px;right:20px;font-size:3rem;color:#d9c58d33;line-height:1}
.FeedbackSection .feedback-card .author-name{font-size:1.125rem;color:#D9C58D;font-weight:600;margin:0 0 6px}
.FeedbackSection .feedback-card .author-role{font-size:.9375rem;color:#fff9;margin:0 0 16px}
.FeedbackSection .feedback-card p{color:#ffffffd9;line-height:1.7;margin:0;font-size:1rem}
.PricingModule{background:#1a0706;padding:80px 24px}
.PricingModule .pricing-wrap{max-width:1280px;margin:0 auto}
.PricingModule h2{font-size:2.5rem;color:#D9C58D;text-align:center;margin:0 0 20px}
.PricingModule .pricing-intro{text-align:center;color:#fffc;font-size:1.125rem;line-height:1.7;margin:0 auto 56px;max-width:760px}
.PricingModule .pricing-options{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.PricingModule .price-card{background:linear-gradient(135deg,#270B09 0%,#1f0908 100%);padding:40px 32px;border:2px solid transparent;transition:all .35s ease;text-align:center;position:relative;overflow:hidden}
.PricingModule .price-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#D9C58D 0%,#b39f6f 100%);transform:scaleX(0);transition:transform .35s ease}
.PricingModule .price-card:hover::before{transform:scaleX(1)}
.PricingModule .price-card:hover{border-color:#d9c58d4d;transform:translateY(-6px);box-shadow:0 24px 48px #00000080}
.PricingModule .price-card h3{font-size:1.75rem;color:#D9C58D;margin:0 0 12px}
.PricingModule .price-card .price-amount{font-size:2.5rem;color:#FFF;font-weight:700;margin:0 0 8px}
.PricingModule .price-card .price-period{font-size:.9375rem;color:#fff9;margin:0 0 24px}
.PricingModule .price-card .features-list{list-style:none;padding:0;margin:0 0 32px;text-align:left}
.PricingModule .price-card .features-list li{color:#ffffffd1;padding:10px 0;border-bottom:1px solid #d9c58d1a;font-size:.9375rem;line-height:1.6}
.PricingModule .price-card .features-list li::before{content:'✓';color:#D9C58D;font-weight:700;margin-right:12px}
.PricingModule .price-card .btn-select{display:inline-block;padding:14px 36px;background:transparent;color:#D9C58D;border:2px solid #D9C58D;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;z-index:2}
.PricingModule .price-card .btn-select:hover{background:#D9C58D;color:#270B09;transform:scale(1.06)}
.ScheduleRhythm{background:linear-gradient(180deg,#270B09 0%,#1a0706 100%);padding:88px 24px}
.ScheduleRhythm .schedule-container{max-width:1280px;margin:0 auto}
.ScheduleRhythm h2{font-size:2.5rem;color:#D9C58D;margin:0 0 16px}
.ScheduleRhythm .intro-schedule{color:#ffffffd1;font-size:1.125rem;line-height:1.7;margin:0 0 56px;max-width:840px}
.ScheduleRhythm .timeline-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}
.ScheduleRhythm .timeline-steps{position:relative}
.ScheduleRhythm .timeline-item{position:relative;padding-left:56px;margin-bottom:40px}
.ScheduleRhythm .timeline-item::before{content:'';position:absolute;left:16px;top:0;bottom:-40px;width:2px;background:linear-gradient(to bottom,#D9C58D 0%,#d9c58d33 100%)}
.ScheduleRhythm .timeline-item:last-child::before{display:none}
.ScheduleRhythm .timeline-marker{position:absolute;left:0;top:0;width:34px;height:34px;background:radial-gradient(circle,#D9C58D 0%,#b39f6f 100%);border:3px solid #270B09;display:flex;align-items:center;justify-content:center;color:#270B09;font-weight:700;font-size:.875rem;z-index:2}
.ScheduleRhythm .timeline-item h4{font-size:1.375rem;color:#D9C58D;margin:0 0 10px}
.ScheduleRhythm .timeline-item p{color:#fffc;line-height:1.65;margin:0;font-size:1rem}
.ScheduleRhythm .schedule-image-box{position:sticky;top:32px}
.ScheduleRhythm .schedule-image-box img{width:100%;height:480px;object-fit:cover;display:block;box-shadow:0 20px 48px #0009}
@media (max-width: 1024px) {
.HeroIntro .intro-container{grid-template-columns:1fr;gap:40px;padding:48px 24px}
.HeroIntro .img-wrapper{height:400px}
.HeroIntro .text-area h1{font-size:2.25rem}
.FeedbackSection .feedback-grid{grid-template-columns:1fr;gap:32px}
.PricingModule .pricing-options{grid-template-columns:1fr;gap:24px}
.ScheduleRhythm .timeline-layout{grid-template-columns:1fr;gap:32px}
.ScheduleRhythm .schedule-image-box{position:static}
}
@media (max-width: 768px) {
.HeroIntro .text-area h1{font-size:1.875rem}
.HeroIntro .text-area p,.HeroIntro .text-area .lead-para{font-size:1rem}
.TechStack h2,.FeedbackSection h2,.PricingModule h2,.ScheduleRhythm h2{font-size:2rem}
.TechStack .tech-grid{grid-template-columns:1fr}
.FeedbackSection .feedback-visual img,.ScheduleRhythm .schedule-image-box img{height:320px}
}
.MainCnt{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}
.TitleArea{background:linear-gradient(135deg,#270B09 0%,#3d1612 100%);padding:80px 0 100px;position:relative;overflow:hidden}
.TitleArea::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d9c58d14 0%,transparent 70%);border-radius:50%}
.TitleArea .MainCnt{display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:2}
.TitleContent{flex:1;max-width:580px}
.TitleContent h1{font-size:52px;line-height:1.15;color:#FFF;margin:0 0 32px;font-weight:700;letter-spacing:-.02em}
.TitleImg{flex:0 0 420px;position:relative}
.TitleImg img{width:100%;height:380px;object-fit:cover;border-radius:12px;filter:brightness(0.92) contrast(1.05);box-shadow:0 20px 60px #0006}
.TitleImg::after{content:'';position:absolute;bottom:-30px;left:-30px;width:180px;height:180px;border:3px solid #D9C58D;border-radius:50%;opacity:.3}
.PrimaryBtn{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#D9C58D 0%,#c4b07a 100%);color:#270B09;text-decoration:none;font-weight:600;font-size:17px;border-radius:8px;transition:all .3s ease;box-shadow:0 8px 24px #d9c58d40}
.PrimaryBtn:hover{transform:scale(1.05);box-shadow:0 12px 32px #d9c58d59}
.InfoSec{background:#1a0705;padding:90px 0}
.InfoGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.InfoCard{background:linear-gradient(145deg,#2d0f0d 0%,#1f0907 100%);padding:42px 36px;border-radius:10px;border:1px solid #d9c58d1f;transition:all .3s ease;position:relative}
.InfoCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#D9C58D 0%,transparent 100%);border-radius:10px 0 0 10px;opacity:0;transition:opacity .3s ease}
.InfoCard:hover::before{opacity:1}
.InfoCard:hover{transform:translateY(-6px);box-shadow:0 16px 48px #d9c58d26}
.InfoCard i{font-size:38px;color:#D9C58D;margin-bottom:20px;display:block}
.InfoCard h3{font-size:22px;color:#FFF;margin:0 0 16px;font-weight:600}
.InfoCard p{font-size:16px;color:#c4b8a3;margin:0 0 8px;line-height:1.6}
.InfoCard a{color:#D9C58D;text-decoration:none;transition:color .3s ease}
.InfoCard a:hover{color:#e8d9aa}
.FormSec{background:#0f0302;padding:100px 0 110px;position:relative}
.FormSec::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#D9C58D 50%,transparent 100%);opacity:.2}
.FormWrap{max-width:720px;margin:0 auto;background:linear-gradient(135deg,#2d0f0d 0%,#1f0907 100%);padding:56px 52px;border-radius:12px;border:1px solid #d9c58d26;box-shadow:0 24px 64px #00000080}
.FormWrap h2{font-size:36px;color:#FFF;margin:0 0 14px;font-weight:700;text-align:center}
.FormWrap .SubTxt{font-size:17px;color:#b8a995;margin:0 0 40px;text-align:center;line-height:1.5}
.FormRow{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.FormGroup{display:flex;flex-direction:column}
.FormGroup label{font-size:15px;color:#D9C58D;margin-bottom:10px;font-weight:500}
.FormGroup input,.FormGroup select,.FormGroup textarea{padding:16px 20px;background:#1a0705;border:1px solid #d9c58d33;border-radius:8px;color:#FFF;font-size:16px;transition:all .3s ease;outline:none}
.FormGroup input:focus,.FormGroup select:focus,.FormGroup textarea:focus{border-color:#D9C58D;box-shadow:0 0 0 3px #d9c58d1a}
.FormGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23D9C58D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;padding-right:50px}
.FormGroup textarea{resize:vertical;min-height:140px}
.FormFull{grid-column:1 / -1}
.CheckWrap{display:flex;align-items:flex-start;gap:12px;margin:28px 0}
.CheckWrap input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#D9C58D;flex-shrink:0}
.CheckWrap label{font-size:14px;color:#b8a995;line-height:1.6;cursor:pointer}
.CheckWrap label a{color:#D9C58D;text-decoration:none;transition:color .3s ease}
.CheckWrap label a:hover{color:#e8d9aa}
.SubmitBtn{width:100%;padding:18px;background:linear-gradient(135deg,#D9C58D 0%,#c4b07a 100%);color:#270B09;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #d9c58d4d}
.SubmitBtn:hover{transform:scale(1.03);box-shadow:0 12px 32px #d9c58d66}
@media (max-width: 1024px) {
.TitleArea .MainCnt{flex-direction:column;gap:40px}
.TitleImg{flex:0 0 auto;width:100%;max-width:500px}
.InfoGrid{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.TitleArea{padding:60px 0 70px}
.TitleContent h1{font-size:38px;margin-bottom:24px}
.TitleImg img{height:300px}
.InfoSec{padding:60px 0}
.InfoGrid{grid-template-columns:1fr;gap:24px}
.FormSec{padding:70px 0 80px}
.FormWrap{padding:40px 28px}
.FormWrap h2{font-size:28px}
.FormRow{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 480px) {
.TitleContent h1{font-size:32px}
.TitleImg img{height:260px}
.FormWrap{padding:32px 20px}
.FormWrap h2{font-size:24px}
}
.PrgIntro{background:linear-gradient(135deg,#270B09 0%,#1a0706 100%);padding:80px 20px;position:relative;overflow:hidden}
.PrgIntro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d9c58d14 0%,transparent 70%);border-radius:50%}
.PrgIntroWrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center;position:relative;z-index:2}
.PrgIntroTxt h1{font-size:52px;line-height:1.15;color:#FFF;margin:0 0 40px;font-weight:700;letter-spacing:-.02em}
.PrgIntroTxt .StartBtn{display:inline-block;padding:18px 42px;background:linear-gradient(135deg,#D9C58D 0%,#c4ab6f 100%);color:#270B09;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;border:2px solid #D9C58D;position:relative;overflow:hidden}
.PrgIntroTxt .StartBtn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .4s ease}
.PrgIntroTxt .StartBtn:hover::before{left:100%}
.PrgIntroTxt .StartBtn:hover{transform:scale(1.05);box-shadow:0 12px 28px #d9c58d4d}
.PrgIntroVis{position:relative;height:420px}
.PrgIntroVis::before{content:'';position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;border:2px solid #d9c58d4d;z-index:1}
.PrgIntroVis img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2;mix-blend-mode:luminosity;opacity:.85}
.PrgIntroVis::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,#270b0966 100%);z-index:3;pointer-events:none}
.SvgDivOne{width:100%;height:80px;display:block}
.ContentSpec{background:#1a0706;padding:100px 20px;position:relative}
.ContentSpecWrap{max-width:1280px;margin:0 auto}
.ContentSpecHead{text-align:center;margin-bottom:70px}
.ContentSpecHead h2{font-size:44px;color:#D9C58D;margin:0 0 20px;font-weight:700}
.ContentSpecHead p{font-size:19px;color:#fffc;max-width:720px;margin:0 auto;line-height:1.65}
.SpecGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.SpecCard{background:linear-gradient(145deg,#270B09 0%,#1f0908 100%);padding:40px 32px;border:1px solid #d9c58d26;transition:all .35s ease;position:relative}
.SpecCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#D9C58D 0%,#c4ab6f 100%);transition:height .4s ease}
.SpecCard:hover::before{height:100%}
.SpecCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0006;border-color:#d9c58d59}
.SpecCard h3{font-size:24px;color:#FFF;margin:0 0 16px;font-weight:600}
.SpecCard p{font-size:16px;color:#ffffffbf;line-height:1.7;margin:0}
.SpecCard .IcoWrap{width:56px;height:56px;background:#d9c58d1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.SpecCard .IcoWrap i{font-size:28px;color:#D9C58D}
.SvgDivTwo{width:100%;height:60px;display:block;transform:rotate(180deg)}
.PathwayArea{background:linear-gradient(165deg,#0f0504 0%,#270B09 100%);padding:90px 20px}
.PathwayAreaWrap{max-width:1280px;margin:0 auto}
.PathwayHead{max-width:680px;margin-bottom:60px}
.PathwayHead h2{font-size:42px;color:#FFF;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.PathwayHead h2::after{content:'';position:absolute;bottom:-8px;left:0;width:120px;height:3px;background:linear-gradient(90deg,#D9C58D 0%,transparent 100%)}
.PathwayHead p{font-size:18px;color:#fffc;line-height:1.7;margin:24px 0 0}
.StepFlow{display:flex;flex-direction:column;gap:32px}
.StepItem{display:grid;grid-template-columns:80px 1fr;gap:32px;align-items:start;background:#d9c58d0a;padding:36px;border-left:3px solid #D9C58D;transition:all .3s ease}
.StepItem:hover{background:#d9c58d14;transform:translateX(8px);box-shadow:0 8px 24px #0000004d}
.StepNum{width:80px;height:80px;background:linear-gradient(135deg,#270B09 0%,#1a0706 100%);border:2px solid #D9C58D;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#D9C58D;flex-shrink:0}
.StepContent h3{font-size:26px;color:#FFF;margin:0 0 14px;font-weight:600}
.StepContent p{font-size:17px;color:#ffffffbf;line-height:1.7;margin:0 0 20px}
.StepContent ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.StepContent ul li{font-size:15px;color:#ffffffb3;padding-left:24px;position:relative}
.StepContent ul li::before{content:'→';position:absolute;left:0;color:#D9C58D;font-weight:700}
.PathwayCta{margin-top:50px;text-align:center}
.PathwayCta a{display:inline-block;padding:20px 48px;background:transparent;border:2px solid #D9C58D;color:#D9C58D;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;position:relative;overflow:hidden}
.PathwayCta a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#D9C58D;transition:left .4s ease;z-index:-1}
.PathwayCta a:hover::before{left:0}
.PathwayCta a:hover{color:#270B09;transform:scale(1.04)}
@media (max-width: 1024px) {
.PrgIntroWrap{grid-template-columns:1fr;gap:40px}
.PrgIntroVis{height:350px}
.PrgIntroTxt h1{font-size:42px}
.SpecGrid{grid-template-columns:repeat(2,1fr);gap:30px}
.StepContent ul{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.PrgIntro{padding:60px 20px}
.PrgIntroTxt h1{font-size:36px}
.PrgIntroVis{height:280px}
.ContentSpec{padding:70px 20px}
.ContentSpecHead h2{font-size:34px}
.SpecGrid{grid-template-columns:1fr;gap:24px}
.PathwayArea{padding:70px 20px}
.PathwayHead h2{font-size:32px}
.StepItem{grid-template-columns:1fr;gap:20px;padding:28px 24px}
.StepNum{width:64px;height:64px;font-size:28px}
.StepContent h3{font-size:22px}
}
.SuccessWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#270B09 0%,#1a0706 50%,#0d0303 100%);position:relative;overflow:hidden;padding:3rem 1.5rem}
.SuccessWrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 40%,#d9c58d14 0%,transparent 50%);pointer-events:none}
.SuccessWrap::after{content:'';position:absolute;bottom:-30%;right:-30%;width:150%;height:150%;background:radial-gradient(circle at 70% 60%,#d9c58d0d 0%,transparent 45%);pointer-events:none}
.SuccessContent{max-width:680px;width:100%;text-align:center;position:relative;z-index:2}
.IconCircle{width:110px;height:110px;margin:0 auto 2.5rem;background:linear-gradient(145deg,#D9C58D 0%,#b8a673 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 48px #d9c58d40 0 8px 24px #0006;position:relative;animation:pulseGlow 2.5s ease-in-out infinite}
@keyframes pulseGlow {
0%,100%{box-shadow:0 16px 48px #d9c58d40 0 8px 24px #0006;transform:scale(1)}
50%{box-shadow:0 20px 56px #d9c58d59 0 10px 28px #00000080;transform:scale(1.03)}
}
.IconCircle::before{content:'';position:absolute;inset:-8px;border-radius:50%;background:linear-gradient(145deg,#d9c58d4d,transparent);opacity:.4}
.IconCircle i{font-size:3.2rem;color:#270B09}
.MainTitle{font-size:2.8rem;font-weight:700;color:#FFF;margin:0 0 1.2rem;line-height:1.2;letter-spacing:-.02em}
.SubText{font-size:1.15rem;color:#D9C58D;margin:0 0 2.8rem;line-height:1.6;max-width:520px;margin-left:auto;margin-right:auto}
.ActionBtns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.PrimaryBtn{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 2.2rem;background:linear-gradient(135deg,#D9C58D 0%,#c4b07d 100%);color:#270B09;text-decoration:none;font-weight:600;font-size:1rem;border-radius:6px;transition:all .3s ease;box-shadow:0 8px 20px #d9c58d33;position:relative;z-index:1}
.PrimaryBtn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 28px #d9c58d4d;background:linear-gradient(135deg,#e5d49d 0%,#D9C58D 100%)}
.SecondaryBtn{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 2.2rem;background:transparent;color:#D9C58D;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #D9C58D;border-radius:6px;transition:all .3s ease;position:relative;z-index:1}
.SecondaryBtn:hover{background:#d9c58d1f;border-color:#e5d49d;color:#e5d49d;transform:translateY(-2px) scale(1.02)}
.InfoCard{margin-top:3.5rem;padding:2rem;background:#d9c58d0d;border-radius:8px;border:1px solid #d9c58d26;backdrop-filter:blur(8px)}
.InfoTitle{font-size:1.1rem;font-weight:600;color:#D9C58D;margin:0 0 1rem}
.ContactDetails{display:flex;flex-direction:column;gap:.8rem}
.ContactItem{display:flex;align-items:center;gap:.7rem;color:#ffffffd9;font-size:.95rem}
.ContactItem i{color:#D9C58D;font-size:1.1rem;width:20px;text-align:center}
.ContactItem a{color:#ffffffd9;text-decoration:none;transition:color .25s ease}
.ContactItem a:hover{color:#D9C58D}
@media (max-width: 768px) {
.SuccessWrap{padding:2rem 1rem;min-height:80vh}
.IconCircle{width:90px;height:90px;margin-bottom:2rem}
.IconCircle i{font-size:2.6rem}
.MainTitle{font-size:2.2rem;margin-bottom:1rem}
.SubText{font-size:1.05rem;margin-bottom:2.2rem}
.ActionBtns{flex-direction:column;gap:.8rem}
.PrimaryBtn,.SecondaryBtn{width:100%;justify-content:center;padding:.9rem 1.8rem}
.InfoCard{margin-top:2.5rem;padding:1.5rem}
.InfoTitle{font-size:1rem}
.ContactItem{font-size:.9rem}
}
@media (max-width: 480px) {
.MainTitle{font-size:1.9rem}
.SubText{font-size:1rem}
.InfoCard{padding:1.2rem}
}