:root{--primary-clr:#9C7862;--secondary-clr:#B2AA93;--tertiary-clr:#D7D3C8;--dark-text:#212529;--light-bg:#fafbfc;--white:#fff;--gray-50:#f8f9fa;--gray-100:#f5f6fa;--gray-600:#495057;--gray-800:#343a40;--transition-smooth:all .25s ease}
*{margin:0;padding:0;box-sizing:border-box}
body{background:linear-gradient(135deg,var(--white) 0%,var(--gray-50) 100%);color:var(--dark-text);overflow-x:hidden;font:16px/1.7 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.lux__topbar{background:linear-gradient(90deg,var(--primary-clr) 0%,var(--secondary-clr) 100%);padding:12px 0;border-bottom:1px solid #fff3}
.lux__topbar__inner{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand__flow{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.brand__logo__wrapper{position:relative;z-index:100}
.brand__logo__wrapper img{height:55px;width:55px;object-fit:contain;display:block}
.flow__divider{width:2px;height:32px;background:linear-gradient(to bottom,transparent,#ffffff80,transparent)}
.brand__title{color:var(--white);letter-spacing:-.02em;text-shadow:0 1px 2px #0000001a;font:700 1.35rem 'Space Grotesk',sans-serif}
.topbar__cta{background:var(--white);color:var(--primary-clr);padding:10px 24px;border-radius:6px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 2px 8px #0000001f}
.topbar__cta:hover{background:var(--gray-50);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}
.nav__container{background:var(--white);border-bottom:1px solid #9c786226;box-shadow:0 2px 16px #0000000a;position:relative}
.nav__wrapper{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;min-height:70px}
.main__navigation{display:flex;align-items:center;gap:8px;list-style:none}
.main__navigation li{position:relative}
.main__navigation a{display:inline-flex;align-items:center;padding:12px 22px;color:var(--gray-800);text-decoration:none;font-weight:500;font-size:.95rem;border-radius:6px;transition:var(--transition-smooth);position:relative}
.main__navigation a::after{content:'';position:absolute;bottom:8px;left:22px;right:22px;height:2px;background:linear-gradient(90deg,var(--primary-clr),var(--secondary-clr));transform:scaleX(0);transition:transform .25s ease}
.main__navigation a:hover{color:var(--primary-clr);background:#9c78620f}
.main__navigation a:hover::after{transform:scaleX(1)}
.main__navigation a:focus{outline:2px solid var(--primary-clr);outline-offset:2px}
footer{background:linear-gradient(135deg,var(--gray-800) 0%,#2d3439 100%);color:var(--gray-100);padding:60px 0 0;margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-clr) 0%,var(--secondary-clr) 50%,var(--tertiary-clr) 100%)}
.footer__content{max-width:1320px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.footer__section h3{color:var(--white);margin-bottom:20px;position:relative;padding-bottom:12px;font:600 1.15rem 'Space Grotesk',sans-serif}
.footer__section h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,var(--primary-clr),var(--secondary-clr))}
.footer__links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__links a{color:var(--gray-100);text-decoration:none;font-size:.95rem;transition:var(--transition-smooth);display:inline-block}
.footer__links a:hover{color:var(--white);padding-left:8px}
.footer__links a:focus{outline:2px solid var(--primary-clr);outline-offset:2px}
.contact__item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:.95rem;line-height:1.6}
.contact__item i{color:var(--secondary-clr);font-size:1.2rem;margin-top:2px;flex-shrink:0}
.contact__item a{color:var(--gray-100);text-decoration:none;transition:var(--transition-smooth)}
.contact__item a:hover{color:var(--white)}
.footer__bottom{border-top:1px solid #ffffff1a;padding:24px 0;text-align:center;color:var(--gray-100);font-size:.9rem}
.footer__bottom__wrapper{max-width:1320px;margin:0 auto;padding:0 24px}
.consent__overlay{position:fixed;bottom:24px;right:24px;max-width:420px;background:var(--white);border-radius:12px;box-shadow:0 8px 32px #0000002e;padding:28px;z-index:9999;border:1px solid #9c786226;opacity:0;transform:translateY(30px);transition:opacity .4s ease,transform .4s ease}
.consent__overlay.visible__state{opacity:1;transform:translateY(0)}
.consent__header{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.consent__icon{width:42px;height:42px;background:linear-gradient(135deg,var(--primary-clr),var(--secondary-clr));border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.4rem;flex-shrink:0}
.consent__title{color:var(--dark-text);font:600 1.15rem 'Space Grotesk',sans-serif}
.consent__message{color:var(--gray-600);font-size:.92rem;line-height:1.6;margin-bottom:20px}
.consent__message a{color:var(--primary-clr);text-decoration:none;font-weight:500}
.consent__message a:hover{text-decoration:underline}
.consent__actions{display:flex;gap:10px}
.consent__btn{flex:1;padding:11px 18px;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:var(--transition-smooth);min-height:44px}
.consent__btn__accept{background:linear-gradient(135deg,var(--primary-clr),var(--secondary-clr));color:var(--white)}
.consent__btn__accept:hover{background:linear-gradient(135deg,#8a6854,#a09a83);transform:translateY(-1px);box-shadow:0 4px 12px #9c786240}
.consent__btn__reject{background:var(--gray-100);color:var(--gray-800)}
.consent__btn__reject:hover{background:var(--gray-50)}
.consent__btn:focus{outline:2px solid var(--primary-clr);outline-offset:2px}
@media (max-width: 992px) {
.lux__topbar__inner{flex-direction:column;text-align:center}
.brand__flow{justify-content:center}
.main__navigation{flex-wrap:wrap;justify-content:center}
.footer__content{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.brand__title{font-size:1.15rem}
.main__navigation{flex-direction:column;width:100%;gap:4px}
.main__navigation a{width:100%;justify-content:center;padding:14px 20px}
.consent__overlay{bottom:0;right:0;left:0;max-width:100%;border-radius:12px 12px 0 0;margin:0}
.consent__actions{flex-direction:column}
.topbar__cta{width:100%;max-width:280px}
}
@media (max-width: 480px) {
.lux__topbar__inner,.nav__wrapper,.footer__content,.footer__bottom__wrapper{padding:0 16px}
.brand__logo__wrapper img{height:48px;width:48px}
.flow__divider{height:28px}
}
@media (prefers-reduced-motion: reduce) {
*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.student-projects-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.student-projects-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9c786214 0%,transparent 70%);border-radius:50%}
.student-projects-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.student-projects-hero-title{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.student-projects-hero-desc{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:16px}
.student-projects-showcase-section{padding:70px 20px;background:#fff}
.student-projects-showcase-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.student-projects-showcase-left{padding-top:20px}
.student-projects-showcase-label{display:inline-block;background:#D7D3C8;color:#212529;padding:8px 20px;border-radius:30px;font-size:.9rem;font-weight:600;margin-bottom:24px;letter-spacing:.5px}
.student-projects-showcase-heading{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:28px;line-height:1.3}
.student-projects-showcase-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.student-projects-showcase-highlight{background:#f8f9fa;border-left:4px solid #9C7862;padding:20px 24px;margin-top:30px}
.student-projects-showcase-highlight p{font-size:1rem;color:#343a40;line-height:1.7;margin:0}
.student-projects-showcase-right img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.student-projects-methodology-wrap{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:70px 20px;position:relative}
.student-projects-methodology-container{max-width:1140px;margin:0 auto}
.student-projects-methodology-header{text-align:center;margin-bottom:60px}
.student-projects-methodology-title{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:18px}
.student-projects-methodology-subtitle{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.student-projects-methodology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.student-projects-methodology-card{background:#fff;padding:35px 28px;border-radius:10px;border:2px solid #D7D3C8;position:relative;transition:all .3s ease}
.student-projects-methodology-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #9c786226;border-color:#9C7862}
.student-projects-methodology-number{position:absolute;top:-18px;left:28px;background:#9C7862;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #9c78624d}
.student-projects-methodology-card-title{font-size:1.3rem;color:#212529;font-weight:700;margin-bottom:16px;margin-top:8px}
.student-projects-methodology-card-text{font-size:.98rem;color:#495057;line-height:1.7}
.student-projects-examples-section{padding:70px 20px;background:#fff}
.student-projects-examples-container{max-width:1140px;margin:0 auto}
.student-projects-examples-intro{max-width:820px;margin-bottom:50px}
.student-projects-examples-intro h2{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:20px}
.student-projects-examples-intro p{font-size:1.05rem;color:#495057;line-height:1.8}
.student-projects-examples-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:45px;align-items:center}
.student-projects-examples-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 20px #00000014}
.student-projects-examples-list{background:#f8f9fa;padding:40px 35px;border-radius:10px;border-left:5px solid #B2AA93}
.student-projects-examples-item{margin-bottom:32px}
.student-projects-examples-item:last-child{margin-bottom:0}
.student-projects-examples-item h3{font-size:1.25rem;color:#212529;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.student-projects-examples-item h3::before{content:'';width:8px;height:8px;background:#9C7862;border-radius:50%;flex-shrink:0}
.student-projects-examples-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.student-projects-engagement-wrap{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:70px 20px 80px;position:relative}
.student-projects-engagement-wrap::after{content:'';position:absolute;bottom:-5%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#b2aa930f 0%,transparent 70%);border-radius:50%}
.student-projects-engagement-container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.student-projects-engagement-header{text-align:center;margin-bottom:50px}
.student-projects-engagement-header h2{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:18px}
.student-projects-engagement-header p{font-size:1.08rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.student-projects-engagement-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:45px}
.student-projects-engagement-card{background:#fff;padding:40px 35px;border-radius:10px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.student-projects-engagement-card:hover{box-shadow:0 8px 28px #0000001f;transform:translateY(-3px)}
.student-projects-engagement-card h3{font-size:1.4rem;color:#212529;font-weight:700;margin-bottom:18px}
.student-projects-engagement-card p{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.student-projects-engagement-card ul{list-style:none;padding:0;margin:0}
.student-projects-engagement-card li{font-size:.98rem;color:#343a40;padding-left:28px;position:relative;margin-bottom:12px;line-height:1.6}
.student-projects-engagement-card li::before{content:'';position:absolute;left:0;color:#9C7862;font-weight:700;font-size:1.1rem}
.student-projects-cta-box{background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);padding:45px 40px;border-radius:12px;text-align:center;margin-top:50px;box-shadow:0 8px 24px #9c786240}
.student-projects-cta-box h3{font-size:1.8rem;color:#fff;font-weight:700;margin-bottom:16px}
.student-projects-cta-box p{font-size:1.05rem;color:#fff;margin-bottom:28px;opacity:.95}
.student-projects-cta-btn{display:inline-block;background:#fff;color:#9C7862;padding:14px 38px;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.student-projects-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000040;color:#9C7862;text-decoration:none}
@media (max-width: 992px) {
.student-projects-hero-title{font-size:2.2rem}
.student-projects-showcase-container{grid-template-columns:1fr;gap:40px}
.student-projects-methodology-grid{grid-template-columns:1fr;gap:50px}
.student-projects-examples-layout{grid-template-columns:1fr;gap:40px}
.student-projects-engagement-cards{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.student-projects-hero-wrap{padding:60px 20px 50px}
.student-projects-hero-title{font-size:1.9rem}
.student-projects-showcase-section{padding:50px 20px}
.student-projects-showcase-heading{font-size:1.8rem}
.student-projects-methodology-wrap{padding:50px 20px}
.student-projects-methodology-title{font-size:1.9rem}
.student-projects-examples-section{padding:50px 20px}
.student-projects-engagement-wrap{padding:50px 20px 60px}
.student-projects-cta-box{padding:35px 25px}
}
.remote-learn-hero{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.remote-learn-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9c786214 0%,transparent 70%);border-radius:50%}
.remote-learn-hero .hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.remote-learn-hero .hero-text-side h1{font-size:48px;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.2}
.remote-learn-hero .hero-text-side .lead-text{font-size:19px;color:#495057;line-height:1.7;margin-bottom:32px}
.remote-learn-hero .hero-image-side{position:relative}
.remote-learn-hero .hero-image-side img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #9c786226}
.remote-learn-hero .cta-primary{display:inline-block;padding:16px 36px;background:#9C7862;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 4px 12px #9c786233}
.remote-learn-hero .cta-primary:hover{background:#8a6952;transform:translateY(-2px);box-shadow:0 6px 20px #9c78624d;color:#fff}
.remote-strategy-section{padding:90px 20px;background:#fff;position:relative}
.remote-strategy-section .strategy-container{max-width:1100px;margin:0 auto}
.remote-strategy-section .section-header{text-align:center;margin-bottom:60px}
.remote-strategy-section .section-header h2{font-size:38px;color:#212529;font-weight:700;margin-bottom:16px}
.remote-strategy-section .section-header .subtitle{font-size:18px;color:#6c757d;max-width:680px;margin:0 auto;line-height:1.6}
.remote-strategy-section .strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.remote-strategy-section .strategy-card{background:#f8f9fa;padding:36px 28px;border-radius:10px;border:2px solid transparent;transition:all .3s ease;position:relative}
.remote-strategy-section .strategy-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#9C7862 0%,#B2AA93 100%);border-radius:10px 0 0 10px;transition:height .3s ease}
.remote-strategy-section .strategy-card:hover::before{height:100%}
.remote-strategy-section .strategy-card:hover{border-color:#D7D3C8;transform:translateY(-4px);box-shadow:0 8px 20px #9c78621f}
.remote-strategy-section .strategy-icon{width:54px;height:54px;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.remote-strategy-section .strategy-icon i{font-size:26px;color:#fff}
.remote-strategy-section .strategy-card h3{font-size:21px;color:#212529;font-weight:600;margin-bottom:14px}
.remote-strategy-section .strategy-card p{font-size:16px;color:#495057;line-height:1.7;margin:0}
.remote-tools-showcase{padding:80px 20px;background:linear-gradient(165deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);position:relative}
.remote-tools-showcase .tools-wrapper{max-width:1200px;margin:0 auto;display:flex;gap:70px;align-items:center}
.remote-tools-showcase .tools-visual{flex:0 0 48%}
.remote-tools-showcase .tools-visual img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #9c78622e;border:3px solid #D7D3C8}
.remote-tools-showcase .tools-content{flex:1}
.remote-tools-showcase .tools-content h2{font-size:36px;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.3}
.remote-tools-showcase .tools-list{list-style:none;padding:0;margin:0 0 36px}
.remote-tools-showcase .tools-list li{padding:18px 0;border-bottom:1px solid #D7D3C8;display:flex;align-items:flex-start;gap:16px}
.remote-tools-showcase .tools-list li:last-child{border-bottom:none}
.remote-tools-showcase .tools-list .list-marker{width:32px;height:32px;background:#9C7862;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0;margin-top:2px}
.remote-tools-showcase .tools-list .list-content h4{font-size:18px;color:#212529;font-weight:600;margin:0 0 8px}
.remote-tools-showcase .tools-list .list-content p{font-size:15px;color:#6c757d;line-height:1.6;margin:0}
.remote-tools-showcase .cta-secondary{display:inline-block;padding:14px 32px;background:transparent;color:#9C7862;border:2px solid #9C7862;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease}
.remote-tools-showcase .cta-secondary:hover{background:#9C7862;color:#fff;transform:translateX(4px)}
.remote-practice-section{padding:90px 20px;background:#fff;position:relative}
.remote-practice-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#D7D3C8 50%,transparent 100%)}
.remote-practice-section .practice-container{max-width:1000px;margin:0 auto}
.remote-practice-section .practice-header{text-align:center;margin-bottom:56px}
.remote-practice-section .practice-header h2{font-size:38px;color:#212529;font-weight:700;margin-bottom:18px}
.remote-practice-section .practice-header p{font-size:17px;color:#6c757d;max-width:720px;margin:0 auto;line-height:1.7}
.remote-practice-section .practice-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:36px 28px}
.remote-practice-section .practice-block{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:40px 32px;border-radius:12px;border-left:5px solid #9C7862;position:relative;transition:all .3s ease}
.remote-practice-section .practice-block:hover{transform:translateX(8px);box-shadow:0 6px 24px #9c786224;border-left-width:7px}
.remote-practice-section .practice-block .block-number{position:absolute;top:20px;right:24px;font-size:56px;font-weight:800;color:#9c78621a;line-height:1}
.remote-practice-section .practice-block h3{font-size:22px;color:#212529;font-weight:700;margin-bottom:16px;position:relative;z-index:2}
.remote-practice-section .practice-block p{font-size:16px;color:#495057;line-height:1.7;margin:0;position:relative;z-index:2}
.remote-practice-section .practice-cta-wrapper{text-align:center;margin-top:60px}
.remote-practice-section .cta-final{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:18px;transition:all .3s ease;box-shadow:0 6px 18px #9c786240}
.remote-practice-section .cta-final:hover{transform:translateY(-3px);box-shadow:0 10px 28px #9c786259;color:#fff}
@media (max-width: 992px) {
.remote-learn-hero .hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.remote-learn-hero .hero-text-side h1{font-size:38px}
.remote-learn-hero .hero-image-side img{height:340px}
.remote-strategy-section .strategy-grid{grid-template-columns:1fr;gap:24px}
.remote-tools-showcase .tools-wrapper{flex-direction:column;gap:50px}
.remote-tools-showcase .tools-visual{flex:0 0 auto;width:100%}
.remote-tools-showcase .tools-visual img{height:380px}
.remote-practice-section .practice-blocks{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.remote-learn-hero{padding:60px 20px 40px}
.remote-learn-hero .hero-text-side h1{font-size:32px}
.remote-learn-hero .hero-text-side .lead-text{font-size:17px}
.remote-learn-hero .hero-image-side img{height:280px}
.remote-strategy-section{padding:60px 20px}
.remote-strategy-section .section-header h2{font-size:30px}
.remote-tools-showcase{padding:60px 20px}
.remote-tools-showcase .tools-content h2{font-size:28px}
.remote-tools-showcase .tools-visual img{height:300px}
.remote-practice-section{padding:60px 20px}
.remote-practice-section .practice-header h2{font-size:30px}
.remote-practice-section .practice-block{padding:32px 24px}
}
.platform-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.platform-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b7aa9326 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.hero-text-block h1{font-size:2.8rem;color:#212529;margin-bottom:20px;line-height:1.2;font-weight:700}
.hero-text-block p{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:30px}
.hero-cta-group{display:flex;gap:15px;flex-wrap:wrap}
.hero-primary-btn{background:#9C7862;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}
.hero-primary-btn:hover{background:#8a6854;transform:translateY(-2px);box-shadow:0 6px 20px #9c786240;color:#fff}
.hero-secondary-btn{background:transparent;color:#9C7862;padding:14px 32px;border:2px solid #9C7862;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}
.hero-secondary-btn:hover{background:#9C7862;color:#fff}
.hero-image-block img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001a}
.trading-features-grid{background:#fff;padding:70px 0}
.features-container{max-width:1140px;margin:0 auto;padding:0 20px}
.features-header{text-align:center;margin-bottom:50px}
.features-header h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.features-header p{font-size:1.05rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.features-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.feature-card-item{background:#fafbfc;padding:35px 25px;border-radius:10px;transition:all .3s ease;border:1px solid #e9ecef}
.feature-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #9c786226;border-color:#D7D3C8}
.feature-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.feature-icon-wrapper i{font-size:28px;color:#fff}
.feature-card-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.feature-card-item p{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.platform-showcase-section{background:linear-gradient(to right,#f8f9fa 50%,#fff 50%);padding:70px 0}
.showcase-wrapper{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:45% 55%;gap:0;align-items:center}
.showcase-image-side img{width:100%;height:450px;object-fit:cover;border-radius:0 12px 12px 0;box-shadow:15px 0 40px #00000014}
.showcase-content-side{padding:40px 50px}
.showcase-content-side h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.3}
.showcase-content-side p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:25px}
.showcase-feature-list{list-style:none;padding:0;margin:0 0 30px}
.showcase-feature-list li{padding:12px 0;color:#343a40;font-size:.98rem;display:flex;align-items:center;gap:12px}
.showcase-feature-list li::before{content:'';color:#9C7862;font-weight:700;font-size:1.2rem;flex-shrink:0}
.showcase-cta-link{color:#9C7862;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.showcase-cta-link:hover{color:#8a6854;gap:12px}
.pricing-plans-section{background:#fff;padding:70px 0}
.pricing-container{max-width:1140px;margin:0 auto;padding:0 20px}
.pricing-header{text-align:center;margin-bottom:50px}
.pricing-header h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.pricing-header p{font-size:1.05rem;color:#6c757d;max-width:650px;margin:0 auto}
.pricing-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.price-card{background:#fafbfc;border:2px solid #e9ecef;border-radius:12px;padding:40px 30px;transition:all .3s ease;position:relative}
.price-card:hover{border-color:#9C7862;transform:translateY(-8px);box-shadow:0 12px 35px #9c786233}
.price-card.featured-plan{border-color:#9C7862;background:linear-gradient(135deg,#fff 0%,#fafbfc 100%)}
.plan-badge{position:absolute;top:-12px;right:30px;background:#9C7862;color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:600}
.price-card h3{font-size:1.4rem;color:#212529;margin-bottom:10px;font-weight:600}
.plan-price{font-size:2.5rem;color:#9C7862;font-weight:700;margin-bottom:5px}
.plan-price span{font-size:1rem;color:#6c757d;font-weight:400}
.plan-duration{font-size:.9rem;color:#6c757d;margin-bottom:25px;display:block}
.plan-features-list{list-style:none;padding:0;margin:0 0 30px}
.plan-features-list li{padding:10px 0;color:#495057;font-size:.95rem;display:flex;align-items:center;gap:10px}
.plan-features-list li i{color:#9C7862;font-size:1.1rem}
.plan-cta-button{width:100%;background:#9C7862;color:#fff;padding:12px 20px;border-radius:6px;text-decoration:none;font-weight:600;display:block;text-align:center;transition:all .3s ease}
.plan-cta-button:hover{background:#8a6854;color:#fff}
.learning-journey-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:70px 0}
.journey-container{max-width:1140px;margin:0 auto;padding:0 20px}
.journey-intro{text-align:center;margin-bottom:50px}
.journey-intro h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.journey-intro p{font-size:1.05rem;color:#6c757d;max-width:700px;margin:0 auto}
.journey-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 50px}
.journey-step-item{display:flex;gap:20px;align-items:flex-start}
.step-number-badge{width:50px;height:50px;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700;flex-shrink:0}
.step-content-block h3{font-size:1.25rem;color:#212529;margin-bottom:10px;font-weight:600}
.step-content-block p{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.faq-section{background:#fff;padding:70px 0}
.faq-wrapper{max-width:900px;margin:0 auto;padding:0 20px}
.faq-title{text-align:center;margin-bottom:50px}
.faq-title h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.faq-title p{font-size:1.05rem;color:#6c757d}
.faq-items-list{display:flex;flex-direction:column;gap:20px}
.faq-single-item{background:#fafbfc;border:1px solid #e9ecef;border-radius:10px;padding:25px 30px;transition:all .3s ease}
.faq-single-item:hover{border-color:#D7D3C8;box-shadow:0 4px 15px #9c78621a}
.faq-question{font-size:1.15rem;color:#212529;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:12px}
.faq-question i{color:#9C7862;font-size:1.2rem}
.faq-answer{font-size:.95rem;color:#6c757d;line-height:1.7;margin:0}
.contact-cta-section{background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);padding:60px 0;text-align:center}
.contact-cta-content{max-width:800px;margin:0 auto;padding:0 20px}
.contact-cta-content h2{font-size:2.2rem;color:#fff;margin-bottom:20px;font-weight:700}
.contact-cta-content p{font-size:1.1rem;color:#fff;margin-bottom:30px;line-height:1.6;opacity:.95}
.cta-buttons-group{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}
.cta-white-btn{background:#fff;color:#9C7862;padding:14px 35px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}
.cta-white-btn:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 20px #00000026;color:#9C7862}
.cta-outline-btn{background:transparent;color:#fff;padding:14px 35px;border:2px solid #fff;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}
.cta-outline-btn:hover{background:#ffffff26;color:#fff}
@media (max-width: 992px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-block h1{font-size:2.3rem}
.features-grid-layout{grid-template-columns:repeat(2,1fr)}
.showcase-wrapper{grid-template-columns:1fr;background:#fff}
.showcase-image-side img{border-radius:12px}
.pricing-cards-wrapper{grid-template-columns:1fr;max-width:500px;margin:0 auto}
.journey-steps-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.platform-hero-section{padding:60px 0 40px}
.hero-text-block h1{font-size:2rem}
.hero-text-block p{font-size:1rem}
.features-grid-layout{grid-template-columns:1fr}
.features-header h2,.pricing-header h2,.journey-intro h2,.faq-title h2,.contact-cta-content h2{font-size:1.9rem}
.showcase-content-side{padding:30px 20px}
.showcase-content-side h2{font-size:1.8rem}
.hero-cta-group,.cta-buttons-group{flex-direction:column}
.hero-primary-btn,.hero-secondary-btn,.cta-white-btn,.cta-outline-btn{width:100%;text-align:center}
}
.contact-hub-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-intro-wrapper{padding:80px 20px 60px;max-width:900px;margin:0 auto;text-align:center}
.contact-intro-wrapper h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}
.contact-intro-wrapper .tagline-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto 15px}
.contact-intro-wrapper .helper-note{font-size:.95rem;color:#6c757d;font-style:italic}
.contact-dual-section{max-width:1200px;margin:0 auto;padding:0 20px 80px;display:flex;gap:50px;align-items:flex-start}
.info-column-left{flex:0 0 380px;position:sticky;top:40px}
.info-card-block{background:#fff;border-radius:12px;padding:40px 35px;box-shadow:0 4px 20px #9c786214;border:1px solid #D7D3C8}
.info-card-block h2{font-size:1.5rem;color:#9C7862;margin-bottom:30px;font-weight:600}
.contact-detail-item{margin-bottom:28px;display:flex;align-items:flex-start;gap:15px}
.contact-detail-item:last-child{margin-bottom:0}
.contact-detail-item i{font-size:1.4rem;color:#9C7862;margin-top:3px;flex-shrink:0}
.contact-detail-item .detail-content{flex:1}
.contact-detail-item .detail-label{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;font-weight:500}
.contact-detail-item .detail-value{font-size:1rem;color:#343a40;line-height:1.6}
.contact-detail-item .detail-value a{color:#9C7862;text-decoration:none;transition:color .3s ease}
.contact-detail-item .detail-value a:hover{color:#7d5f4d}
.form-column-right{flex:1;min-width:0}
.form-wrapper-card{background:#fff;border-radius:12px;padding:50px 45px;box-shadow:0 4px 20px #9c786214;border:1px solid #D7D3C8}
.form-wrapper-card h2{font-size:1.8rem;color:#212529;margin-bottom:15px;font-weight:600}
.form-wrapper-card .form-description{font-size:1rem;color:#495057;margin-bottom:35px;line-height:1.6}
.contact-form-element{display:flex;flex-direction:column}
.form-group-item{margin-bottom:25px}
.form-group-item label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-item input,.form-group-item textarea,.form-group-item select{width:100%;padding:14px 18px;border:2px solid #D7D3C8;border-radius:8px;font-size:1rem;color:#343a40;background:#fafbfc;transition:all .3s ease}
.form-group-item input:focus,.form-group-item textarea:focus,.form-group-item select:focus{outline:none;border-color:#9C7862;background:#fff;box-shadow:0 0 0 4px #9c78621a}
.form-group-item textarea{min-height:140px;resize:vertical;font-family:inherit}
.privacy-consent-box{margin-bottom:30px;display:flex;align-items:flex-start;gap:12px}
.privacy-consent-box input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#9C7862;flex-shrink:0}
.privacy-consent-box label{font-size:.95rem;color:#495057;line-height:1.6;cursor:pointer;margin:0}
.privacy-consent-box label a{color:#9C7862;text-decoration:underline;transition:color .3s ease}
.privacy-consent-box label a:hover{color:#7d5f4d}
.submit-btn-primary{background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);color:#fff;border:none;padding:16px 50px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #9c786240}
.submit-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9c786259}
.submit-btn-primary:active{transform:translateY(0)}
.visual-accent-section{max-width:1200px;margin:0 auto;padding:0 20px 80px}
.visual-content-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #9c786214;border:1px solid #D7D3C8;display:flex;flex-direction:row-reverse;align-items:center;gap:0}
.visual-image-side{flex:0 0 45%;position:relative;overflow:hidden}
.visual-image-side img{width:100%;height:100%;object-fit:cover;display:block;min-height:420px}
.visual-text-side{flex:1;padding:50px 55px}
.visual-text-side h3{font-size:1.7rem;color:#212529;margin-bottom:20px;font-weight:600}
.visual-text-side p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:15px}
.visual-text-side p:last-child{margin-bottom:0}
@media (max-width: 992px) {
.contact-dual-section{flex-direction:column;gap:40px}
.info-column-left{flex:1;position:static;width:100%}
.visual-content-wrapper{flex-direction:column}
.visual-image-side{flex:1;width:100%}
.visual-image-side img{min-height:280px}
}
@media (max-width: 768px) {
.contact-intro-wrapper{padding:60px 20px 40px}
.contact-intro-wrapper h1{font-size:2.2rem}
.contact-intro-wrapper .tagline-text{font-size:1.05rem}
.info-card-block{padding:35px 28px}
.form-wrapper-card{padding:40px 30px}
.form-wrapper-card h2{font-size:1.5rem}
.visual-text-side{padding:40px 35px}
.visual-text-side h3{font-size:1.4rem}
}
@media (max-width: 576px) {
.contact-intro-wrapper h1{font-size:1.8rem}
.info-card-block{padding:30px 22px}
.form-wrapper-card{padding:35px 22px}
.visual-text-side{padding:35px 25px}
.submit-btn-primary{width:100%}
}
.tentang-kami-grelvoxim{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.hero-tentang-wrapper{padding:80px 0 120px;position:relative;overflow:hidden;background:linear-gradient(165deg,#fff 0%,#f5f6fa 50%,#D7D3C8 100%)}
.hero-tentang-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#9c786214 0%,transparent 70%);border-radius:50%;z-index:1}
.hero-tentang-inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.hero-tentang-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-tentang-konten h1{font-size:52px;line-height:1.2;color:#212529;margin-bottom:28px;font-weight:700;letter-spacing:-.5px}
.hero-tentang-konten .subtitle-hero{font-size:20px;color:#495057;line-height:1.6;margin-bottom:32px}
.hero-tentang-visual{position:relative;height:480px}
.hero-tentang-visual img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0000001f}
.nilai-kami-section{padding:100px 0;background:#fff}
.nilai-kami-container{max-width:1140px;margin:0 auto;padding:0 24px}
.nilai-header-area{text-align:center;margin-bottom:70px;max-width:720px;margin-left:auto;margin-right:auto}
.nilai-header-area h2{font-size:42px;color:#212529;margin-bottom:20px;font-weight:700}
.nilai-header-area p{font-size:18px;color:#495057;line-height:1.7}
.nilai-grid-display{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 40px}
.nilai-item-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:40px 35px;border-radius:8px;border-left:4px solid #9C7862;transition:all .3s ease}
.nilai-item-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #9c786226}
.nilai-icon-wrap{width:64px;height:64px;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.nilai-icon-wrap i{font-size:28px;color:#fff}
.nilai-item-card h3{font-size:24px;color:#212529;margin-bottom:16px;font-weight:600}
.nilai-item-card p{font-size:16px;color:#495057;line-height:1.7;margin:0}
.perjalanan-timeline-section{padding:100px 0;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.perjalanan-container-wrap{max-width:900px;margin:0 auto;padding:0 24px}
.perjalanan-header-text{text-align:center;margin-bottom:80px}
.perjalanan-header-text h2{font-size:42px;color:#212529;margin-bottom:18px;font-weight:700}
.perjalanan-header-text p{font-size:18px;color:#495057;line-height:1.6}
.timeline-vertical-wrapper{position:relative;padding-left:80px}
.timeline-vertical-wrapper::before{content:'';position:absolute;left:24px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#9C7862 0%,#B2AA93 50%,#D7D3C8 100%)}
.timeline-item-box{position:relative;margin-bottom:60px;background:#fff;padding:32px;border-radius:8px;box-shadow:0 4px 20px #0000000f}
.timeline-item-box::before{content:'';position:absolute;left:-64px;top:32px;width:18px;height:18px;background:#9C7862;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px #9C7862;z-index:2}
.timeline-tahun{font-size:28px;font-weight:700;color:#9C7862;margin-bottom:12px}
.timeline-item-box h3{font-size:22px;color:#212529;margin-bottom:14px;font-weight:600}
.timeline-item-box p{font-size:16px;color:#495057;line-height:1.7;margin:0}
.visi-misi-dual-section{padding:100px 0;background:#fff}
.visi-misi-container-main{max-width:1200px;margin:0 auto;padding:0 24px}
.visi-misi-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:12px;overflow:hidden;box-shadow:0 10px 50px #00000014}
.visi-panel-left{padding:60px 50px;background:linear-gradient(165deg,#9C7862 0%,#B2AA93 100%);color:#fff;display:flex;flex-direction:column;justify-content:center}
.visi-panel-left h2{font-size:38px;margin-bottom:24px;font-weight:700;color:#fff}
.visi-panel-left p{font-size:18px;line-height:1.8;margin:0;color:#fff}
.misi-panel-right{padding:60px 50px;background:#fff;display:flex;flex-direction:column;justify-content:center}
.misi-panel-right h2{font-size:38px;margin-bottom:32px;font-weight:700;color:#212529}
.misi-list-items{list-style:none;padding:0;margin:0}
.misi-list-items li{font-size:17px;color:#343a40;line-height:1.7;margin-bottom:20px;padding-left:36px;position:relative}
.misi-list-items li::before{content:'';position:absolute;left:0;top:0;font-size:22px;color:#9C7862;font-weight:700}
.tim-filosofi-section{padding:100px 0;background:linear-gradient(180deg,#fafbfc 0%,#f5f6fa 100%);position:relative}
.tim-filosofi-container{max-width:1200px;margin:0 auto;padding:0 24px}
.tim-filosofi-asymmetric{display:grid;grid-template-columns:45% 55%;gap:60px;align-items:center}
.tim-filosofi-image-wrap{position:relative;height:520px}
.tim-filosofi-image-wrap img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 15px 50px #0000001f}
.tim-filosofi-content-area h2{font-size:42px;color:#212529;margin-bottom:28px;font-weight:700}
.tim-filosofi-content-area p{font-size:17px;color:#495057;line-height:1.8;margin-bottom:24px}
.filosofi-highlight-box{background:#fff;padding:32px;border-radius:8px;border-left:4px solid #9C7862;margin-top:32px;box-shadow:0 4px 20px #0000000f}
.filosofi-highlight-box h3{font-size:22px;color:#212529;margin-bottom:14px;font-weight:600}
.filosofi-highlight-box p{font-size:16px;color:#495057;line-height:1.7;margin:0}
@media (max-width: 992px) {
.hero-tentang-grid{grid-template-columns:1fr;gap:40px}
.hero-tentang-visual{height:360px}
.hero-tentang-konten h1{font-size:40px}
.nilai-grid-display{grid-template-columns:1fr;gap:30px}
.visi-misi-split-layout{grid-template-columns:1fr}
.tim-filosofi-asymmetric{grid-template-columns:1fr;gap:40px}
.tim-filosofi-image-wrap{height:380px}
}
@media (max-width: 768px) {
.hero-tentang-wrapper{padding:60px 0 80px}
.hero-tentang-konten h1{font-size:34px}
.hero-tentang-konten .subtitle-hero{font-size:18px}
.nilai-kami-section,.perjalanan-timeline-section,.visi-misi-dual-section,.tim-filosofi-section{padding:70px 0}
.nilai-header-area h2,.perjalanan-header-text h2,.tim-filosofi-content-area h2{font-size:34px}
.visi-panel-left h2,.misi-panel-right h2{font-size:32px}
.timeline-vertical-wrapper{padding-left:60px}
.timeline-item-box::before{left:-54px}
.visi-panel-left,.misi-panel-right{padding:40px 30px}
}
.program-pembelajaran-utama{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.hero-program-bandung{background:linear-gradient(to bottom right,#fff,#f5f6fa);padding:80px 20px 60px;position:relative;overflow:hidden}
.hero-program-bandung::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#9c786214 0%,transparent 70%);border-radius:50%}
.hero-konten-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.hero-badge-tanggal{display:inline-block;background:linear-gradient(135deg,#9C7862,#B2AA93);color:#fff;padding:8px 20px;border-radius:25px;font-size:.85rem;font-weight:600;margin-bottom:25px;letter-spacing:.3px}
.hero-program-bandung h1{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:20px;line-height:1.2}
.hero-deskripsi-pendek{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:35px}
.btn-daftar-sekarang{display:inline-block;background:#9C7862;color:#fff;padding:14px 35px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #9c786233}
.btn-daftar-sekarang:hover{background:#8a6b56;transform:translateY(-2px);box-shadow:0 6px 18px #9c78624d;color:#fff;text-decoration:none}
.metodologi-visual-section{padding:70px 20px;background:#fff;position:relative}
.metodologi-konten-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.metodologi-teks-area h2{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:25px;line-height:1.3}
.metodologi-paragraf-utama{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:30px}
.metodologi-poin-list{list-style:none;padding:0;margin:0}
.metodologi-poin-list li{padding:18px 0;border-bottom:1px solid #D7D3C8;font-size:1rem;color:#343a40;display:flex;align-items:start;gap:15px}
.metodologi-poin-list li:last-child{border-bottom:none}
.poin-ikon-wrapper{width:32px;height:32px;background:linear-gradient(135deg,#B2AA93,#D7D3C8);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.poin-ikon-wrapper i{font-size:16px;color:#fff}
.metodologi-gambar-area{position:relative}
.metodologi-gambar-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014;height:100%}
.metodologi-gambar-wrapper img{width:100%;height:500px;object-fit:cover;display:block}
.metodologi-gambar-wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,#9c786226,transparent);pointer-events:none}
.kurikulum-mendalam-block{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.kurikulum-container-custom{max-width:1000px;margin:0 auto}
.kurikulum-header-tengah{text-align:center;margin-bottom:50px}
.kurikulum-header-tengah h2{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:18px}
.kurikulum-sub-header{font-size:1.1rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.kurikulum-modul-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
.modul-kartu-item{background:#fff;border:2px solid #D7D3C8;border-radius:10px;padding:30px;transition:all .3s ease;position:relative}
.modul-kartu-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #9c78621f;border-color:#B2AA93}
.modul-nomor-badge{position:absolute;top:-15px;left:25px;width:42px;height:42px;background:linear-gradient(135deg,#9C7862,#B2AA93);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 10px #9c786240}
.modul-kartu-item h3{font-size:1.35rem;color:#212529;font-weight:600;margin-bottom:15px;margin-top:10px}
.modul-deskripsi-singkat{font-size:.95rem;color:#495057;line-height:1.7;margin-bottom:20px}
.modul-durasi-info{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#9C7862;font-weight:600}
.modul-durasi-info i{font-size:18px}
.testimoni-alumni-section{padding:75px 20px;background:#fff;border-top:1px solid #D7D3C8}
.testimoni-wrapper-utama{max-width:1150px;margin:0 auto}
.testimoni-header-area{margin-bottom:55px}
.testimoni-header-area h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:20px}
.testimoni-intro-text{font-size:1.08rem;color:#495057;line-height:1.8;max-width:800px}
.testimoni-kartu-kontainer{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.testimoni-kartu-single{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:1px solid #D7D3C8;border-radius:12px;padding:35px;position:relative;transition:all .35s ease}
.testimoni-kartu-single:hover{transform:scale(1.02);box-shadow:0 10px 28px #00000014;border-color:#B2AA93}
.testimoni-quote-icon{position:absolute;top:20px;right:25px;font-size:50px;color:#D7D3C8;opacity:.4;line-height:1}
.testimoni-teks-utama{font-size:1rem;color:#343a40;line-height:1.7;margin-bottom:25px;font-style:italic;position:relative;z-index:2}
.testimoni-profil-info{display:flex;align-items:center;gap:15px;padding-top:20px;border-top:1px solid #D7D3C8}
.testimoni-avatar-placeholder{width:52px;height:52px;background:linear-gradient(135deg,#9C7862,#B2AA93);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}
.testimoni-nama-detail h4{font-size:1.05rem;color:#212529;font-weight:600;margin:0 0 4px}
.testimoni-posisi-alumni{font-size:.88rem;color:#495057;margin:0}
@media (max-width: 992px) {
.hero-program-bandung h1{font-size:2.3rem}
.metodologi-konten-grid{grid-template-columns:1fr;gap:45px}
.metodologi-gambar-wrapper img{height:400px}
.kurikulum-modul-grid{grid-template-columns:1fr}
.testimoni-kartu-kontainer{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.hero-program-bandung{padding:60px 20px 45px}
.hero-program-bandung h1{font-size:2rem}
.hero-deskripsi-pendek{font-size:1.05rem}
.metodologi-visual-section{padding:50px 20px}
.metodologi-teks-area h2{font-size:1.9rem}
.metodologi-gambar-wrapper img{height:320px}
.kurikulum-mendalam-block{padding:50px 20px}
.kurikulum-header-tengah h2{font-size:1.95rem}
.modul-kartu-item{padding:25px}
.testimoni-alumni-section{padding:55px 20px}
.testimoni-header-area h2{font-size:2rem}
.testimoni-kartu-single{padding:28px}
}
@media (max-width: 576px) {
.hero-program-bandung h1{font-size:1.75rem}
.btn-daftar-sekarang{width:100%;text-align:center}
.metodologi-teks-area h2{font-size:1.7rem}
.kurikulum-header-tengah h2{font-size:1.75rem}
.modul-kartu-item h3{font-size:1.2rem}
.testimoni-header-area h2{font-size:1.8rem}
}
.kebijakan-cookie-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 0}
.kebijakan-cookie-container{max-width:920px;margin:0 auto;padding:0 20px}
.kebijakan-cookie-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #D7D3C8}
.kebijakan-cookie-header h1{font-size:2.8rem;color:#9C7862;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}
.kebijakan-tanggal-update{font-size:1rem;color:#6c757d;font-style:italic}
.kebijakan-intro-section{background:#fff;padding:35px;border-radius:8px;margin-bottom:35px;box-shadow:0 2px 8px #9c786214;border-left:4px solid #9C7862}
.kebijakan-intro-section p{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:0}
.kebijakan-content-block{background:#fff;padding:40px;border-radius:8px;margin-bottom:30px;box-shadow:0 2px 12px #9c78620f;position:relative}
.kebijakan-content-block::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#9C7862 0%,#B2AA93 100%);border-radius:8px 0 0 8px}
.kebijakan-section-title{font-size:1.75rem;color:#212529;margin-bottom:20px;font-weight:600;display:flex;align-items:center;gap:12px}
.kebijakan-section-title::before{content:'';width:8px;height:8px;background:#9C7862;border-radius:50%;flex-shrink:0}
.kebijakan-content-block p{font-size:1rem;line-height:1.75;color:#495057;margin-bottom:18px}
.kebijakan-content-block p:last-child{margin-bottom:0}
.kebijakan-list-wrapper{margin:25px 0}
.kebijakan-custom-list{list-style:none;padding:0;margin:0}
.kebijakan-custom-list li{padding:18px 0 18px 35px;position:relative;font-size:1rem;line-height:1.7;color:#343a40;border-bottom:1px solid #f0f0f0}
.kebijakan-custom-list li:last-child{border-bottom:none}
.kebijakan-custom-list li::before{content:'→';position:absolute;left:0;top:18px;color:#9C7862;font-weight:700;font-size:1.2rem}
.kebijakan-kategori-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:30px 0}
.kebijakan-kategori-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:28px;border-radius:6px;border:1px solid #D7D3C8;transition:all .3s ease}
.kebijakan-kategori-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #9c78621f}
.kebijakan-kategori-title{font-size:1.3rem;color:#9C7862;margin-bottom:12px;font-weight:600}
.kebijakan-kategori-desc{font-size:.98rem;line-height:1.7;color:#495057;margin-bottom:0}
.kebijakan-highlight-box{background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);padding:30px;border-radius:8px;margin:35px 0;color:#fff}
.kebijakan-highlight-box h3{color:#fff;font-size:1.5rem;margin-bottom:15px;font-weight:600}
.kebijakan-highlight-box p{color:#fff;font-size:1.02rem;line-height:1.75;margin-bottom:15px}
.kebijakan-highlight-box p:last-child{margin-bottom:0}
.kebijakan-browser-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:25px 0}
.kebijakan-browser-item{background:#f8f9fa;padding:20px;border-radius:6px;border-left:3px solid #9C7862}
.kebijakan-browser-name{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:8px}
.kebijakan-browser-desc{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:0}
.kebijakan-info-banner{background:#fff;border:2px solid #B2AA93;padding:25px 30px;border-radius:8px;margin:35px 0;display:flex;align-items:flex-start;gap:20px}
.kebijakan-info-icon{font-size:2rem;color:#9C7862;flex-shrink:0}
.kebijakan-info-content p{font-size:1rem;line-height:1.7;color:#343a40;margin-bottom:0}
.kebijakan-contact-section{background:linear-gradient(135deg,#D7D3C8 0%,#B2AA93 100%);padding:40px;border-radius:8px;text-align:center;margin-top:50px}
.kebijakan-contact-section h3{font-size:1.6rem;color:#212529;margin-bottom:20px;font-weight:600}
.kebijakan-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.kebijakan-contact-item{font-size:1.05rem;color:#343a40;display:flex;align-items:center;gap:10px}
.kebijakan-contact-item a{color:#9C7862;text-decoration:none;font-weight:500;transition:color .3s ease}
.kebijakan-contact-item a:hover{color:#212529}
@media (max-width: 768px) {
.kebijakan-cookie-wrapper{padding:40px 0}
.kebijakan-cookie-header h1{font-size:2rem}
.kebijakan-intro-section{padding:25px}
.kebijakan-content-block{padding:28px 20px}
.kebijakan-section-title{font-size:1.4rem}
.kebijakan-kategori-grid{gap:20px}
.kebijakan-browser-list{grid-template-columns:1fr}
.kebijakan-highlight-box{padding:25px 20px}
.kebijakan-info-banner{flex-direction:column;padding:20px}
.kebijakan-contact-section{padding:30px 20px}
}
@media (max-width: 480px) {
.kebijakan-cookie-header h1{font-size:1.75rem}
.kebijakan-section-title{font-size:1.25rem}
.kebijakan-custom-list li{padding-left:28px;font-size:.95rem}
}
.privacy-policy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:80px 0}
.privacy-header-section{max-width:900px;margin:0 auto 60px;padding:0 20px;text-align:center}
.privacy-header-section h1{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:20px;line-height:1.2}
.privacy-update-date{display:inline-block;background:#D7D3C8;color:#343a40;padding:8px 20px;border-radius:25px;font-size:.95rem;margin-bottom:15px}
.privacy-intro-text{font-size:1.1rem;color:#495057;line-height:1.7;margin-top:25px}
.privacy-content-container{max-width:900px;margin:0 auto;padding:0 20px}
.privacy-section-block{background:#fff;border-left:4px solid #9C7862;padding:40px;margin-bottom:35px;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.privacy-section-block h2{font-size:1.9rem;color:#212529;font-weight:600;margin-bottom:25px;display:flex;align-items:center;gap:12px}
.privacy-section-number{background:#9C7862;color:#fff;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.privacy-section-block h3{font-size:1.4rem;color:#343a40;font-weight:600;margin:30px 0 18px}
.privacy-section-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.privacy-list-standard{margin:20px 0;padding-left:0;list-style:none}
.privacy-list-standard li{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:15px;padding-left:35px;position:relative}
.privacy-list-standard li::before{content:"•";color:#9C7862;font-size:1.5rem;position:absolute;left:10px;top:-2px}
.privacy-important-box{background:linear-gradient(135deg,#fafbfc 0%,#D7D3C8 100%);border:2px solid #B2AA93;padding:25px;border-radius:8px;margin:25px 0}
.privacy-important-box p{margin-bottom:10px;font-weight:500;color:#343a40}
.privacy-table-wrapper{overflow-x:auto;margin:25px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
.privacy-data-table thead{background:#9C7862;color:#fff}
.privacy-data-table th{padding:15px;text-align:left;font-size:1.05rem;font-weight:600}
.privacy-data-table td{padding:15px;border-bottom:1px solid #D7D3C8;font-size:1rem;color:#495057;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:hover{background:#f8f9fa}
.privacy-contact-highlight{background:#f8f9fa;border:2px solid #9C7862;padding:30px;border-radius:8px;margin:40px 0;text-align:center}
.privacy-contact-highlight h3{color:#212529;margin-bottom:20px}
.privacy-contact-details{display:flex;flex-direction:column;gap:12px;margin-top:20px}
.privacy-contact-item{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.05rem;color:#495057}
.privacy-contact-item i{color:#9C7862;font-size:1.2rem}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:25px 0}
.privacy-right-card{background:#fff;border:2px solid #D7D3C8;padding:25px;border-radius:8px;transition:all .3s ease}
.privacy-right-card:hover{border-color:#9C7862;box-shadow:0 4px 12px #9c786226;transform:translateY(-3px)}
.privacy-right-card h4{color:#9C7862;font-size:1.2rem;margin-bottom:12px;font-weight:600}
.privacy-right-card p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:0}
@media (max-width: 768px) {
.privacy-policy-main-wrapper{padding:50px 0}
.privacy-header-section h1{font-size:2rem}
.privacy-section-block{padding:25px 20px}
.privacy-section-block h2{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:15px}
.privacy-section-block h3{font-size:1.2rem}
.privacy-rights-grid{grid-template-columns:1fr}
.privacy-contact-highlight{padding:20px}
.privacy-data-table th,.privacy-data-table td{padding:10px;font-size:.95rem}
}
.success-page-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.success-hero-container{max-width:800px;margin:0 auto;padding:80px 20px 60px;text-align:center}
.success-icon-circle{width:120px;height:120px;margin:0 auto 35px;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #9c786240;animation:successPulse 2s ease-in-out infinite;position:relative}
.success-icon-circle::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #D7D3C8;border-radius:50%;animation:rippleEffect 2s ease-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes rippleEffect {
0%{transform:scale(1);opacity:.6}
100%{transform:scale(1.3);opacity:0}
}
.success-icon-circle .iconoir{font-size:58px;color:#fff}
.success-main-title{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2}
.success-subtitle-text{font-size:19px;color:#495057;line-height:1.7;margin:0 0 45px;max-width:620px;margin-left:auto;margin-right:auto}
.success-info-block{background:#fff;border-radius:12px;padding:40px 35px;margin:0 auto 50px;max-width:700px;box-shadow:0 4px 15px #0000000f;border:1px solid #D7D3C8}
.success-details-heading{font-size:22px;font-weight:600;color:#212529;margin:0 0 25px;display:flex;align-items:center;justify-content:center;gap:12px}
.success-details-heading .iconoir{font-size:26px;color:#9C7862}
.success-timeline-list{list-style:none;padding:0;margin:0;text-align:left}
.success-timeline-item{padding:18px 0;border-bottom:1px solid #f5f6fa;display:flex;align-items:flex-start;gap:15px}
.success-timeline-item:last-child{border-bottom:none}
.success-step-marker{width:38px;height:38px;background:linear-gradient(135deg,#B2AA93 0%,#D7D3C8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600;color:#212529;font-size:15px;margin-top:2px}
.success-step-content{flex:1}
.success-step-title{font-size:17px;font-weight:600;color:#212529;margin:0 0 6px;line-height:1.4}
.success-step-desc{font-size:15px;color:#495057;margin:0;line-height:1.6}
.success-actions-wrapper{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin:0 0 55px}
.success-btn-primary{background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);color:#fff;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:none;box-shadow:0 4px 12px #9c78624d;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #9c786266;text-decoration:none;color:#fff}
.success-btn-secondary{background:#fff;color:#9C7862;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid #9C7862;position:relative;z-index:10}
.success-btn-secondary:hover{background:#9C7862;color:#fff;transform:translateY(-2px);text-decoration:none}
.success-contact-section{background:#fff;border-radius:12px;padding:45px 35px;margin:0 auto;max-width:700px;box-shadow:0 4px 15px #0000000f;border-left:5px solid #9C7862}
.success-contact-title{font-size:24px;font-weight:600;color:#212529;margin:0 0 25px;text-align:center}
.success-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.success-contact-item{display:flex;align-items:flex-start;gap:15px;padding:20px;background:#fafbfc;border-radius:8px;transition:all .3s ease}
.success-contact-item:hover{background:#f5f6fa;transform:translateX(5px)}
.success-contact-icon{width:45px;height:45px;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.success-contact-icon .iconoir{font-size:22px;color:#fff}
.success-contact-details{flex:1}
.success-contact-label{font-size:14px;color:#495057;margin:0 0 5px;font-weight:500}
.success-contact-value{font-size:15px;color:#212529;margin:0;line-height:1.5;word-break:break-word}
.success-contact-value a{color:#9C7862;text-decoration:none;font-weight:600}
.success-contact-value a:hover{text-decoration:underline}
@media (max-width: 768px) {
.success-hero-container{padding:60px 20px 40px}
.success-icon-circle{width:100px;height:100px;margin-bottom:28px}
.success-icon-circle .iconoir{font-size:48px}
.success-icon-circle::before{width:120px;height:120px}
.success-main-title{font-size:32px;margin-bottom:15px}
.success-subtitle-text{font-size:17px;margin-bottom:35px}
.success-info-block{padding:30px 25px;margin-bottom:40px}
.success-details-heading{font-size:20px;margin-bottom:20px}
.success-timeline-item{flex-direction:row;gap:12px;padding:15px 0}
.success-step-marker{width:35px;height:35px;font-size:14px}
.success-step-title{font-size:16px}
.success-step-desc{font-size:14px}
.success-actions-wrapper{flex-direction:column;gap:15px;margin-bottom:45px}
.success-btn-primary,.success-btn-secondary{width:100%;justify-content:center;padding:15px 30px}
.success-contact-section{padding:35px 25px}
.success-contact-title{font-size:22px;margin-bottom:20px}
.success-contact-grid{grid-template-columns:1fr;gap:18px}
.success-contact-item{padding:18px}
}
@media (max-width: 480px) {
.success-main-title{font-size:28px}
.success-subtitle-text{font-size:16px}
.success-info-block{padding:25px 20px}
.success-contact-section{padding:30px 20px}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#D7D3C8 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#9c786214 0%,transparent 70%);border-radius:50%;z-index:1}
.error-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#b2aa930f 0%,transparent 70%);border-radius:50%;z-index:1}
.error-content-container{max-width:900px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;padding:3.5rem 2.5rem;text-align:center;position:relative;z-index:2}
.error-visual-element{margin-bottom:2rem;position:relative}
.error-number-display{font-size:9rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;letter-spacing:-.02em}
.error-decorative-shapes{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;z-index:-1}
.error-decorative-shapes::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #D7D3C8;border-radius:50%;animation:pulse-ring 3s ease-in-out infinite}
.error-decorative-shapes::after{content:'';position:absolute;top:20px;left:20px;right:20px;bottom:20px;border:2px solid #B2AA93;border-radius:50%;animation:pulse-ring 3s ease-in-out infinite .5s}
@keyframes pulse-ring {
0%,100%{opacity:.3;transform:scale(1)}
50%{opacity:.6;transform:scale(1.05)}
}
.error-main-heading{font-size:2rem;font-weight:700;color:#212529;margin-bottom:1rem;line-height:1.3}
.error-description-text{font-size:1.125rem;color:#495057;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.error-actions-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}
.error-primary-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,#9C7862 0%,#B2AA93 100%);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #9c786240;position:relative;z-index:10}
.error-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9c786259;color:#fff;text-decoration:none}
.error-secondary-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:#9C7862;font-size:1rem;font-weight:600;text-decoration:none;border:2px solid #9C7862;border-radius:8px;transition:all .3s ease;position:relative;z-index:10}
.error-secondary-button:hover{background:#9C7862;color:#fff;transform:translateY(-2px);text-decoration:none}
.error-suggestions-section{border-top:2px solid #f5f6fa;padding-top:2.5rem;text-align:left}
.suggestions-title{font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:1.5rem;text-align:center}
.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}
.suggestion-card{background:#fafbfc;padding:1.5rem;border-radius:10px;border-left:4px solid #9C7862;transition:all .3s ease}
.suggestion-card:hover{background:#f8f9fa;transform:translateX(5px);box-shadow:0 4px 12px #0000000f}
.suggestion-card-icon{font-size:1.75rem;color:#9C7862;margin-bottom:.75rem}
.suggestion-card-title{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:.5rem;line-height:1.4}
.suggestion-card-description{font-size:.9375rem;color:#495057;line-height:1.5;margin-bottom:1rem}
.suggestion-card-link{display:inline-flex;align-items:center;gap:.375rem;color:#9C7862;font-size:.9375rem;font-weight:600;text-decoration:none;transition:gap .3s ease}
.suggestion-card-link:hover{gap:.625rem;color:#9C7862;text-decoration:none}
.error-help-section{margin-top:2.5rem;padding:1.75rem;background:linear-gradient(135deg,#f8f9fa 0%,#D7D3C8 100%);border-radius:10px}
.help-section-title{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1rem}
.help-contact-info{display:flex;flex-direction:column;gap:.75rem;align-items:center}
.help-contact-item{display:flex;align-items:center;gap:.625rem;color:#343a40;font-size:.9375rem}
.help-contact-item i{color:#9C7862;font-size:1.25rem}
.help-contact-link{color:#9C7862;text-decoration:none;font-weight:600;transition:color .3s ease}
.help-contact-link:hover{color:#B2AA93;text-decoration:underline}
@media (max-width: 768px) {
.error-content-container{padding:2.5rem 1.5rem}
.error-number-display{font-size:6rem}
.error-main-heading{font-size:1.5rem}
.error-description-text{font-size:1rem}
.error-actions-group{flex-direction:column;gap:.75rem}
.error-primary-button,.error-secondary-button{width:100%;justify-content:center}
.suggestions-grid{grid-template-columns:1fr}
.error-decorative-shapes{width:200px;height:200px}
}
@media (max-width: 480px) {
.error-number-display{font-size:4.5rem}
.error-main-heading{font-size:1.25rem}
.error-content-container{padding:2rem 1.25rem}
.suggestion-card{padding:1.25rem}
}