*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;display:grid;grid-template-rows:auto 1fr auto}
body{font-family:'Spectral',serif;background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#fef5f5 100%);color:#2c3e50;line-height:1.7;font-size:18px}
.header-wrap{max-width:1140px;margin:0 auto;padding:25px 20px;width:100%}
.top-HEADER{background:linear-gradient(to bottom,#0e8c7608,#fee0e014);border-bottom:3px solid #9e38e61f;box-shadow:0 4px 20px #0e8c7614;position:relative}
.top-HEADER::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(90deg,#0e8c7605 0px,transparent 1px,transparent 2px,#0e8c7605 3px),repeating-linear-gradient(0deg,#9e38e605 0px,transparent 1px,transparent 2px,#9e38e605 3px);pointer-events:none}
.header-grid-layout{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:18px 22px;align-items:center}
.logo-box{grid-column:1;grid-row:1;display:flex;align-items:center}
.logo-box img{height:115px;width:115px;object-fit:contain;background:#ffffffd9;padding:12px;border-radius:24px;box-shadow:0 6px 18px #0e8c7626 inset 0 2px 4px #fff6;border:2px solid #0e8c7633}
.brand-title-section{grid-column:2;grid-row:1;text-align:right;padding-right:8px}
.brand-title-section h1{font-size:42px;font-weight:700;color:#0E8C76;text-shadow:2px 2px 4px #9e38e61a;letter-spacing:-.5px}
.main-nav-container{grid-column:1 / -1;grid-row:2;margin-top:16px;background:#fff9;border-radius:20px;padding:8px 16px;box-shadow:0 3px 12px #0000000f}
.main-nav-container nav ul{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:12px 32px}
.main-nav-container nav ul li a{text-decoration:none;color:#2c3e50;font-size:19px;font-weight:400;padding:10px 18px;display:inline-block;border-radius:16px;transition:all .3s ease;border:2px solid transparent}
.main-nav-container nav ul li a:hover{color:#0E8C76;background:#0e8c7614;border-color:#0e8c764d}
main{width:100%}
.legacy-footer{background:linear-gradient(to top,#0e8c760f,#fee0e01a);border-top:3px solid #9e38e626;margin-top:60px;position:relative}
.legacy-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#0e8c7666 20%,#9e38e666 80%,transparent)}
.footer-grid-wrapper{max-width:1140px;margin:0 auto;padding:45px 20px 30px}
.footer-upper-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-bottom:35px;padding-bottom:30px;border-bottom:2px solid #0e8c7626}
.contact-info-block h3{font-size:22px;color:#0E8C76;margin-bottom:16px;font-weight:700}
.contact-info-block p{margin-bottom:10px;color:#2c3e50;font-size:17px;line-height:1.6}
.contact-info-block a{color:#9E38E6;text-decoration:none;transition:color .3s ease}
.contact-info-block a:hover{color:#0E8C76}
.footer-lower-section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.copyright-text{color:#5a6c7d;font-size:16px}
.footer-nav-links ul{list-style:none;display:flex;gap:24px;flex-wrap:wrap}
.footer-nav-links ul li a{color:#2c3e50;text-decoration:none;font-size:16px;padding:6px 12px;border-radius:12px;transition:all .3s ease;border:1px solid transparent}
.footer-nav-links ul li a:hover{color:#9E38E6;border-color:#9e38e64d;background:#9e38e60d}
.cookie-popup-container{position:fixed;bottom:30px;right:30px;background:linear-gradient(135deg,#fff,#fef9f9);border-radius:24px;padding:28px 32px;box-shadow:0 12px 48px #0003;max-width:580px;z-index:9999;border:2px solid #0e8c7633;opacity:0;transform:translateY(30px);transition:opacity .4s ease,transform .4s ease}
.cookie-popup-container.show-popup{opacity:1;transform:translateY(0)}
.cookie-popup-container.hide-popup{opacity:0;transform:translateY(30px)}
.popup-header-text h3{font-size:22px;color:#0E8C76;margin-bottom:12px;font-weight:700}
.popup-body-text p{font-size:16px;color:#2c3e50;margin-bottom:18px;line-height:1.6}
.cookie-options-grid{margin:20px 0;padding:18px;background:#fee0e026;border-radius:16px;border-left:4px solid #9E38E6}
.option-row-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 0}
.option-row-item label{font-size:15px;color:#2c3e50}
.option-row-item input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.action-buttons-wrapper{display:flex;gap:16px;margin-top:22px;flex-wrap:wrap}
.accept-button,.decline-button{padding:12px 26px;border-radius:18px;font-size:16px;font-weight:400;cursor:pointer;transition:all .3s ease;border:2px solid;background:none;font-family:'Spectral',serif}
.accept-button{color:#0E8C76;border-color:#0E8C76}
.accept-button:hover{background:#0E8C76;color:#fff}
.decline-button{color:#9E38E6;border-color:#9E38E6}
.decline-button:hover{background:#9E38E6;color:#fff}
.policy-link-text{margin-top:14px;font-size:14px}
.policy-link-text a{color:#9E38E6;text-decoration:underline}
.policy-link-text a:hover{color:#0E8C76}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#fee0e033;border-radius:16px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0E8C76,#9E38E6);border-radius:16px}
::-webkit-scrollbar-thumb:hover{box-shadow:0 0 8px #0e8c7699}
html{scroll-behavior:smooth}
@media (max-width: 768px) {
.header-grid-layout{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:16px}
.logo-box{grid-column:1;grid-row:1;justify-content:center}
.brand-title-section{grid-column:1;grid-row:2;text-align:center;padding-right:0}
.brand-title-section h1{font-size:32px}
.main-nav-container{grid-column:1;grid-row:3}
.main-nav-container nav ul{flex-direction:column;align-items:center}
.footer-upper-section{grid-template-columns:1fr}
.footer-lower-section{flex-direction:column;text-align:center}
.cookie-popup-container{right:15px;left:15px;bottom:15px;max-width:none}
.action-buttons-wrapper{flex-direction:column}
.accept-button,.decline-button{width:100%}
}
.legal-content{max-width:1140px;margin:0 auto;padding:60px 24px 80px;background:#fff}
.legal-content h1{font-size:42px;line-height:1.2;color:#0E8C76;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.legal-content h2{font-size:32px;line-height:1.3;color:#1a1a1a;margin:56px 0 20px;font-weight:700;padding-top:8px}
.legal-content h3{font-size:24px;line-height:1.4;color:#2a2a2a;margin:40px 0 16px;font-weight:600}
.legal-content h4{font-size:20px;line-height:1.4;color:#3a3a3a;margin:32px 0 14px;font-weight:600}
.legal-content h5{font-size:18px;line-height:1.5;color:#4a4a4a;margin:28px 0 12px;font-weight:600}
.legal-content h6{font-size:16px;line-height:1.5;color:#5a5a5a;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.legal-content p{font-size:16px;line-height:1.75;color:#333;margin:0 0 20px;max-width:100%}
.legal-content a{color:#0E8C76;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:all .3s ease}
.legal-content a:hover{color:#9E38E6;text-decoration-thickness:2px;outline:2px solid #9e38e61a;outline-offset:2px;border-radius:4px}
.legal-content a:focus{outline:2px solid #9E38E6;outline-offset:3px;border-radius:4px}
.legal-content table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 4px 16px #0000000f;border-radius:20px;overflow:hidden}
.legal-content thead{background:linear-gradient(135deg,#0E8C76 0%,#0e8c76d9 100%)}
.legal-content thead tr{border:none}
.legal-content thead th{padding:18px 20px;text-align:left;font-size:15px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.legal-content tbody{background:#fff}
.legal-content tbody tr{border-bottom:1px solid #e8e8e8;transition:background-color .2s ease}
.legal-content tbody tr:last-child{border-bottom:none}
.legal-content tbody tr:hover{background:#0e8c7608}
.legal-content tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#444}
.legal-content th{font-weight:700}
.legal-content td{font-weight:400}
.legal-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#0E8C76 20%,#9E38E6 50%,#0E8C76 80%,transparent 100%);margin:48px 0;opacity:.3;border-radius:24px}
@media (max-width: 768px) {
.legal-content{padding:40px 20px 60px}
.legal-content h1{font-size:32px;margin-bottom:12px}
.legal-content h2{font-size:26px;margin:40px 0 16px}
.legal-content h3{font-size:22px;margin:32px 0 14px}
.legal-content h4{font-size:19px;margin:28px 0 12px}
.legal-content h5{font-size:17px;margin:24px 0 10px}
.legal-content h6{font-size:15px;margin:20px 0 10px}
.legal-content p{font-size:15px;line-height:1.7;margin-bottom:18px}
.legal-content table{margin:24px 0;border-radius:16px;font-size:14px}
.legal-content thead th{padding:14px 12px;font-size:13px}
.legal-content tbody td{padding:12px;font-size:14px}
.legal-content hr{margin:36px 0}
}
@media (max-width: 480px) {
.legal-content{padding:32px 16px 48px}
.legal-content h1{font-size:28px}
.legal-content h2{font-size:23px}
.legal-content h3{font-size:20px}
.legal-content table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}
.legal-content thead th,.legal-content tbody td{padding:12px 10px;font-size:13px}
}
.hero-title-wrapper{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0E8C76 0%,#0e8c76b3 100%);border-radius:28px;margin:0 auto 64px;max-width:1140px}
.hero-title-wrapper .background-visual{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.22;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 40%,transparent 90%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 40%,transparent 90%)}
.hero-title-wrapper .content-zone{position:relative;z-index:2;text-align:center;padding:72px 48px;max-width:840px}
.hero-title-wrapper .main-heading{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 12px #00000026}
.hero-title-wrapper .extended-description{font-size:1.15rem;line-height:1.7;color:#fff;opacity:.95;margin:0}
.hero-title-wrapper::before{content:'';position:absolute;top:-40px;right:-40px;width:180px;height:180px;background:#9e38e62e;border-radius:50%;filter:blur(60px);z-index:1}
.hero-title-wrapper::after{content:'';position:absolute;bottom:-50px;left:-50px;width:220px;height:220px;background:#fee0e026;border-radius:50%;filter:blur(70px);z-index:1}
.story-section-container{max-width:1140px;margin:0 auto 88px;padding:0 24px}
.story-section-container .grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.story-section-container .text-column h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 20px;line-height:1.3;position:relative;padding-left:24px}
.story-section-container .text-column h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#9E38E6 0%,#0E8C76 100%);border-radius:12px}
.story-section-container .text-column .narrative-text{font-size:1.05rem;line-height:1.8;color:#333;margin:0 0 18px}
.story-section-container .visual-column{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.story-section-container .visual-column img{width:100%;height:240px;object-fit:cover;border-radius:20px;box-shadow:0 6px 24px #0e8c761f;transition:transform .3s ease,box-shadow .3s ease}
.story-section-container .visual-column img:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0e8c762e}
.story-section-container .visual-column img:first-child{grid-column:1 / 3;height:320px}
.approach-block-wrapper{background:linear-gradient(165deg,#fee0e04d 0%,#9e38e614 100%);padding:80px 24px;margin-bottom:88px}
.approach-block-wrapper .inner-container{max-width:1140px;margin:0 auto}
.approach-block-wrapper .section-intro{text-align:center;margin-bottom:56px}
.approach-block-wrapper .section-intro h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.approach-block-wrapper .section-intro .intro-para{font-size:1.1rem;line-height:1.7;color:#444;max-width:720px;margin:0 auto}
.approach-block-wrapper .feature-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach-block-wrapper .feature-item{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border:2px solid transparent}
.approach-block-wrapper .feature-item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0e8c7626;border-color:#0e8c764d}
.approach-block-wrapper .feature-item .icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#0E8C76 0%,#0a6d5e 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approach-block-wrapper .feature-item .icon-holder svg{width:32px;height:32px;fill:#fff}
.approach-block-wrapper .feature-item h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 14px;line-height:1.3}
.approach-block-wrapper .feature-item .description-text{font-size:1rem;line-height:1.7;color:#555;margin:0}
.team-showcase-section{max-width:1140px;margin:0 auto 88px;padding:0 24px}
.team-showcase-section .header-area{margin-bottom:48px}
.team-showcase-section .header-area h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 18px;line-height:1.3}
.team-showcase-section .header-area .subheading-text{font-size:1.08rem;line-height:1.75;color:#444;max-width:680px}
.team-showcase-section .member-cards{display:flex;gap:40px;justify-content:center}
.team-showcase-section .member-profile{flex:0 1 480px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 6px 24px #00000014;transition:all .35s ease;border:3px solid transparent}
.team-showcase-section .member-profile:hover{transform:scale(1.03);box-shadow:0 14px 42px #9e38e629;border-color:#9e38e640}
.team-showcase-section .member-profile .photo-area{height:360px;overflow:hidden;position:relative;background:linear-gradient(180deg,#f5f5f5 0%,#e8e8e8 100%)}
.team-showcase-section .member-profile .photo-area img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.team-showcase-section .member-profile:hover .photo-area img{transform:scale(1.08)}
.team-showcase-section .member-profile .info-area{padding:32px}
.team-showcase-section .member-profile .info-area h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 8px;line-height:1.3}
.team-showcase-section .member-profile .info-area .role-label{font-size:1rem;color:#9E38E6;font-weight:600;margin:0 0 16px;display:block}
.team-showcase-section .member-profile .info-area .bio-text{font-size:.98rem;line-height:1.7;color:#555;margin:0}
@media (max-width: 1024px) {
.story-section-container .grid-layout{grid-template-columns:1fr;gap:40px}
.approach-block-wrapper .feature-cards-grid{grid-template-columns:1fr;gap:28px}
.team-showcase-section .member-cards{flex-direction:column;align-items:center}
}
@media (max-width: 768px) {
.hero-title-wrapper{min-height:360px;margin-bottom:48px}
.hero-title-wrapper .content-zone{padding:48px 28px}
.hero-title-wrapper .main-heading{font-size:2.2rem}
.hero-title-wrapper .extended-description{font-size:1.05rem}
.story-section-container .text-column h2{font-size:2rem}
.story-section-container .visual-column{grid-template-columns:1fr}
.story-section-container .visual-column img:first-child{grid-column:1}
.approach-block-wrapper{padding:56px 20px}
.approach-block-wrapper .section-intro h2{font-size:2rem}
.team-showcase-section .header-area h2{font-size:2rem}
.team-showcase-section .member-profile{max-width:100%}
}
.programm-hero{background:linear-gradient(135deg,#0E8C76 0%,#0e8c76d9 100%);padding:80px 20px;position:relative;overflow:hidden}
.programm-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#ffffff08 2px,#ffffff08 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#ffffff08 2px,#ffffff08 4px);pointer-events:none}
.hero-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-zone{color:#fff}
.hero-kicker{font-size:15px;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;opacity:.9;font-weight:600}
.hero-title-main{font-size:52px;line-height:1.15;margin-bottom:24px;font-weight:700}
.hero-accent-num{display:inline-block;background:#fee0e040;padding:4px 16px;border-radius:20px;color:#FEE0E0;font-size:54px;margin-right:12px}
.hero-description{font-size:18px;line-height:1.7;opacity:.95;margin-bottom:32px}
.hero-cta-button{display:inline-block;background:#9E38E6;color:#fff;padding:16px 40px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #9e38e64d;border:2px solid transparent}
.hero-cta-button:hover{background:#8a2ecc;transform:translateY(-2px);box-shadow:0 12px 32px #9e38e666;border-color:#FEE0E0}
.hero-image-zone{position:relative}
.hero-main-img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 16px 48px #00000040;filter:contrast(1.05) saturate(1.1)}
.hero-main-img::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><filter id="noise"><feTurbulence baseFrequency="0.9" numOctaves="3" /></filter><rect width="200" height="200" filter="url(%23noise)" opacity="0.05"/></svg>');border-radius:24px;pointer-events:none}
.content-modules-section{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.modules-container{max-width:1140px;margin:0 auto}
.modules-intro-header{text-align:center;margin-bottom:70px}
.modules-intro-header h2{font-size:42px;color:#0E8C76;margin-bottom:20px;font-weight:700}
.modules-intro-header p{font-size:18px;color:#555;line-height:1.6;max-width:720px;margin:0 auto}
.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.module-card-item{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 4px 16px #0000000f;transition:all .4s ease;border:2px solid transparent;position:relative}
.module-card-item::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#9E38E6 0%,#0E8C76 100%);border-radius:20px 0 0 20px;opacity:0;transition:opacity .4s ease}
.module-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0e8c7626;border-color:#0E8C76}
.module-card-item:hover::before{opacity:1}
.module-number{display:inline-block;width:56px;height:56px;background:linear-gradient(135deg,#0E8C76 0%,#0a6d5d 100%);color:#fff;border-radius:50%;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 12px #0e8c7640}
.module-card-item h3{font-size:22px;color:#222;margin-bottom:16px;font-weight:700}
.module-card-item p{font-size:16px;color:#666;line-height:1.6;margin-bottom:20px}
.module-duration{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#9E38E6;font-weight:600;padding:8px 16px;background:#9e38e614;border-radius:16px}
.module-duration::before{content:'●';color:#9E38E6}
.instructors-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.instructor-profile{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.instructor-profile:hover{box-shadow:0 8px 28px #0000001f;transform:translateY(-4px)}
.instructor-photo{width:100%;height:280px;object-fit:cover}
.instructor-info{padding:28px 24px}
.instructor-info h4{font-size:20px;color:#222;margin-bottom:8px;font-weight:700}
.instructor-role{font-size:15px;color:#9E38E6;font-weight:600;margin-bottom:12px}
.instructor-info p{font-size:15px;color:#666;line-height:1.5}
.testimonial-card{background:linear-gradient(135deg,#FEE0E0 0%,#fef5f5 100%);border-radius:24px;padding:48px;max-width:900px;margin:0 auto;position:relative;box-shadow:0 8px 24px #00000014}
.testimonial-card::before{content:'"';position:absolute;top:20px;left:32px;font-size:120px;color:#9e38e626;font-family:Georgia,serif;line-height:1}
.testimonial-content{position:relative;z-index:2}
.testimonial-text{font-size:19px;color:#333;line-height:1.7;margin-bottom:32px;font-style:italic}
.testimonial-author-wrap{display:flex;align-items:center;gap:20px}
.testimonial-author-photo{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000001a}
.testimonial-author-data h5{font-size:18px;color:#222;margin-bottom:4px;font-weight:700}
.testimonial-author-data span{font-size:15px;color:#666}
@media (max-width: 968px) {
.hero-wrapper{grid-template-columns:1fr;gap:40px}
.hero-title-main{font-size:42px}
.hero-accent-num{font-size:44px}
.modules-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.instructors-showcase{grid-template-columns:repeat(2,1fr);gap:28px}
}
@media (max-width: 640px) {
.programm-hero{padding:60px 20px}
.hero-title-main{font-size:34px}
.hero-accent-num{font-size:36px;padding:3px 12px}
.hero-description{font-size:16px}
.hero-main-img{height:300px}
.modules-grid{grid-template-columns:1fr;gap:24px}
.modules-intro-header h2{font-size:32px}
.instructors-showcase{grid-template-columns:1fr;gap:24px}
.testimonial-card{padding:32px 24px}
.testimonial-text{font-size:17px}
.content-modules-section{padding:70px 20px}
}
.title-area{background:linear-gradient(135deg,#0e8c7614 0%,#9e38e60f 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.title-area::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#9e38e61f 0%,transparent 70%);border-radius:50%;animation:float-effect 8s ease-in-out infinite}
@keyframes float-effect {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,20px) scale(1.1)}
}
.title-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.title-content h1{font-size:52px;line-height:1.15;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.title-content .lead-text{font-size:19px;line-height:1.7;color:#4a4a4a;margin:0}
.title-visual{position:relative}
.title-visual img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 16px 48px #0e8c7633;animation:gentle-pulse 6s ease-in-out infinite}
@keyframes gentle-pulse {
0%,100%{transform:scale(1);box-shadow:0 16px 48px #0e8c7633}
50%{transform:scale(1.02);box-shadow:0 20px 60px #9e38e640}
}
.title-visual::after{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:2px solid #0e8c764d;border-radius:28px;z-index:-1}
.journey-section{padding:110px 20px;background:#fff;position:relative}
.journey-container{max-width:1140px;margin:0 auto}
.journey-intro{max-width:680px;margin:0 0 70px}
.journey-intro h2{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.journey-intro h2::before{content:'';display:inline-block;width:6px;height:42px;background:linear-gradient(180deg,#0E8C76 0%,#9E38E6 100%);margin-right:16px;vertical-align:middle;border-radius:12px}
.journey-intro p{font-size:18px;line-height:1.7;color:#5a5a5a;margin:0}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:70px}
.step-card{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:40px 32px;border-radius:24px;border:2px solid transparent;transition:all .4s ease;position:relative}
.step-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,#0e8c764d,#9e38e64d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}
.step-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0e8c7626}
.step-card:hover::before{opacity:1}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#0E8C76 0%,#0a6b5c 100%);color:#fff;font-size:28px;font-weight:700;border-radius:50%;margin-bottom:24px;box-shadow:0 8px 24px #0e8c7640}
.step-card:nth-child(2) .step-number{background:linear-gradient(135deg,#9E38E6 0%,#7d2bb8 100%);box-shadow:0 8px 24px #9e38e640}
.step-card:nth-child(3) .step-number{background:linear-gradient(135deg,#0E8C76 0%,#9E38E6 100%);box-shadow:0 8px 24px #0e8c7633}
.step-card h3{font-size:24px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.step-card p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.mentor-showcase{display:grid;grid-template-columns:380px 1fr;gap:50px;background:linear-gradient(135deg,#fee0e066 0%,#9e38e614 100%);padding:50px;border-radius:32px;align-items:center}
.mentor-profiles{display:flex;flex-direction:column;gap:20px}
.mentor-profile{display:flex;align-items:center;gap:18px}
.mentor-profile img{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 6px 18px #0e8c7633}
.mentor-info h4{font-size:18px;color:#1a1a1a;margin:0 0 4px;font-weight:600}
.mentor-info .mentor-role{font-size:14px;color:#0E8C76;margin:0;font-weight:500}
.mentor-description h3{font-size:32px;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.mentor-description p{font-size:17px;line-height:1.75;color:#4a4a4a;margin:0 0 16px}
.mentor-description p:last-child{margin:0}
@media (max-width: 1024px) {
.title-wrapper{grid-template-columns:1fr;gap:40px}
.title-content h1{font-size:44px}
.steps-grid{grid-template-columns:1fr;gap:30px}
.mentor-showcase{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.title-area{padding:60px 20px 80px}
.title-content h1{font-size:36px}
.title-content .lead-text{font-size:17px}
.title-visual img{height:320px}
.journey-section{padding:80px 20px}
.journey-intro h2{font-size:34px}
.journey-intro{margin:0 0 50px}
.step-card{padding:32px 24px}
.mentor-showcase{padding:35px 28px}
.mentor-description h3{font-size:26px}
}
@media (max-width: 480px) {
.title-content h1{font-size:30px}
.title-visual img{height:260px}
.journey-intro h2{font-size:28px}
.journey-intro h2::before{height:28px;margin-right:12px}
.step-number{width:56px;height:56px;font-size:24px}
.step-card h3{font-size:21px}
.mentor-description h3{font-size:23px}
}
.hero-intro{position:relative;background:linear-gradient(135deg,#0e8c7614 0%,#9e38e60f 100%);padding:92px 0 88px;overflow:hidden}
.hero-intro::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#9e38e61f 0%,transparent 70%);border-radius:50%}
.hero-intro .MAIN-container{max-width:1140px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.hero-intro .content-wrap{display:flex;gap:64px;align-items:center}
.hero-intro .text-section{flex:1 1 55%}
.hero-intro .title-main{font-size:52px;line-height:1.15;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.hero-intro .title-main::after{content:'';display:block;width:88px;height:5px;background:linear-gradient(90deg,#0E8C76 0%,#9E38E6 100%);margin-top:18px;border-radius:24px}
.hero-intro .intro-description{font-size:19px;line-height:1.6;color:#444;margin:0 0 36px}
.hero-intro .visual-section{flex:1 1 45%;position:relative}
.hero-intro .main-visual{width:100%;height:380px;border-radius:28px;object-fit:cover;box-shadow:0 16px 48px #0e8c762e}
.hero-intro .accent-box{position:absolute;bottom:-28px;right:-28px;background:linear-gradient(135deg,#0E8C76 0%,#0a6b5a 100%);padding:28px 32px;border-radius:24px;box-shadow:0 12px 32px #0e8c764d}
.hero-intro .accent-box .metric-value{font-size:44px;font-weight:700;color:#fff;margin:0 0 6px;line-height:1}
.hero-intro .accent-box .metric-label{font-size:15px;color:#ffffffe6;margin:0}
.hero-intro .cta-buttons{display:flex;gap:18px;flex-wrap:wrap}
.hero-intro .btn-primary-hero{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#0E8C76 0%,#0a6b5a 100%);color:#fff;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #0e8c7640}
.hero-intro .btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0e8c7659}
.hero-intro .btn-secondary-explore{display:inline-block;padding:16px 36px;background:transparent;color:#0E8C76;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;border:2px solid #0E8C76;transition:all .3s ease}
.hero-intro .btn-secondary-explore:hover{background:#0e8c7614;border-color:#0a6b5a}
.feedback-gallery{padding:86px 0;background:#fff}
.feedback-gallery .content-container{max-width:1140px;margin:0 auto;padding:0 24px}
.feedback-gallery .section-header-feedback{text-align:center;margin-bottom:58px}
.feedback-gallery .section-title-2{font-size:42px;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.feedback-gallery .section-subtitle-text{font-size:18px;color:#666;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.feedback-gallery .testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.feedback-gallery .testimonial-block{background:linear-gradient(135deg,#fee0e04d 0%,#9e38e60d 100%);padding:36px;border-radius:24px;border:1px solid #9e38e61f;transition:all .3s ease}
.feedback-gallery .testimonial-block:hover{transform:translateY(-4px);box-shadow:0 16px 40px #9e38e626}
.feedback-gallery .testimonial-header{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.feedback-gallery .author-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #9E38E6}
.feedback-gallery .author-details h4{font-size:19px;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.feedback-gallery .author-details .role-label{font-size:15px;color:#666;margin:0}
.feedback-gallery .testimonial-text{font-size:17px;line-height:1.65;color:#444;margin:0 0 22px}
.feedback-gallery .rating-stars{display:flex;gap:6px}
.feedback-gallery .star-icon{width:20px;height:20px;fill:#9E38E6}
.trust-badges{padding:78px 0;background:linear-gradient(180deg,#0e8c760a 0%,#fee0e033 100%)}
.trust-badges .wrapper-badges{max-width:1140px;margin:0 auto;padding:0 24px}
.trust-badges .heading-section{text-align:center;margin-bottom:52px}
.trust-badges .main-heading-3{font-size:38px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.trust-badges .description-intro{font-size:17px;color:#555;margin:0}
.trust-badges .badges-display{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.trust-badges .badge-item{background:#fff;padding:32px 28px;border-radius:20px;text-align:center;box-shadow:0 8px 24px #0000000f;transition:all .3s ease}
.trust-badges .badge-item:hover{box-shadow:0 12px 32px #0e8c762e}
.trust-badges .badge-icon{width:68px;height:68px;margin:0 auto 20px;background:linear-gradient(135deg,#0e8c761a 0%,#9e38e61a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.trust-badges .icon-svg{width:36px;height:36px;fill:#0E8C76}
.trust-badges .badge-title{font-size:20px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.trust-badges .badge-description{font-size:16px;line-height:1.55;color:#666;margin:0}
.comparison-section{padding:84px 0;background:#fff}
.comparison-section .container-compare{max-width:1140px;margin:0 auto;padding:0 24px}
.comparison-section .header-comparison{text-align:center;margin-bottom:56px}
.comparison-section .comparison-title{font-size:40px;color:#1a1a1a;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.comparison-section .comparison-title::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#9E38E6 0%,#0E8C76 100%);border-radius:24px}
.comparison-section .comparison-subtitle{font-size:17px;color:#666;margin:24px 0 0}
.comparison-section .comparison-table{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:42px}
.comparison-section .column-domain{background:linear-gradient(135deg,#0e8c760f 0%,#9e38e60a 100%);padding:40px;border-radius:24px;border:2px solid #0E8C76}
.comparison-section .column-others{background:#00000005;padding:40px;border-radius:24px;border:2px solid #e0e0e0}
.comparison-section .column-header{font-size:24px;color:#1a1a1a;margin:0 0 28px;font-weight:600;text-align:center}
.comparison-section .feature-list{list-style:none;padding:0;margin:0}
.comparison-section .feature-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;font-size:16px;line-height:1.6;color:#444}
.comparison-section .check-mark{width:24px;height:24px;flex-shrink:0;fill:#0E8C76}
.comparison-section .cross-mark{width:24px;height:24px;flex-shrink:0;fill:#999}
.transparency-block{padding:88px 0;background:linear-gradient(135deg,#9e38e60d 0%,#fee0e040 100%)}
.transparency-block .box-container{max-width:1140px;margin:0 auto;padding:0 24px}
.transparency-block .split-layout{display:grid;grid-template-columns:45% 55%;gap:58px;align-items:center}
.transparency-block .image-side{position:relative}
.transparency-block .process-image{width:100%;height:460px;border-radius:28px;object-fit:cover;box-shadow:0 16px 48px #9e38e633}
.transparency-block .content-side h2{font-size:38px;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.transparency-block .content-side .intro-paragraph{font-size:18px;line-height:1.65;color:#444;margin:0 0 32px}
.transparency-block .expectations-list{list-style:none;padding:0;margin:0 0 36px}
.transparency-block .expectations-list li{display:flex;align-items:flex-start;gap:16px;margin-bottom:18px;font-size:17px;line-height:1.6;color:#333}
.transparency-block .expectations-list li::before{content:'';display:block;width:28px;height:28px;background:linear-gradient(135deg,#9E38E6 0%,#7a2bb3 100%);border-radius:50%;flex-shrink:0;margin-top:2px}
.transparency-block .action-btn{display:inline-block;padding:15px 34px;background:linear-gradient(135deg,#9E38E6 0%,#7a2bb3 100%);color:#fff;text-decoration:none;border-radius:26px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #9e38e640}
.transparency-block .action-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #9e38e659}
.activity-events{padding:86px 0;background:#fff}
.activity-events .events-container{max-width:1140px;margin:0 auto;padding:0 24px}
.activity-events .events-header{text-align:center;margin-bottom:54px}
.activity-events .events-title{font-size:41px;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.activity-events .events-description{font-size:18px;color:#666;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.activity-events .events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.activity-events .event-card{background:linear-gradient(135deg,#0e8c760a 0%,#fee0e026 100%);border-radius:24px;overflow:hidden;transition:all .3s ease;border:1px solid #0e8c7626}
.activity-events .event-card:hover{transform:translateY(-6px);box-shadow:0 16px 42px #0e8c762e}
.activity-events .event-image{width:100%;height:220px;object-fit:cover}
.activity-events .event-content{padding:28px}
.activity-events .event-status{display:inline-block;padding:6px 16px;background:#0E8C76;color:#fff;font-size:13px;font-weight:600;border-radius:18px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.activity-events .event-name{font-size:22px;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.activity-events .event-details{font-size:16px;line-height:1.6;color:#555;margin:0 0 22px}
.activity-events .event-link{display:inline-flex;align-items:center;gap:8px;color:#0E8C76;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease}
.activity-events .event-link:hover{gap:12px;color:#0a6b5a}
.activity-events .arrow-icon{width:18px;height:18px;fill:currentColor;transition:transform .3s ease}
.activity-events .event-link:hover .arrow-icon{transform:translateX(4px)}
@media (max-width: 968px) {
.hero-intro .content-wrap{flex-direction:column;gap:48px}
.hero-intro .text-section,.hero-intro .visual-section{flex:1 1 100%}
.hero-intro .title-main{font-size:42px}
.feedback-gallery .testimonials-grid{grid-template-columns:1fr}
.trust-badges .badges-display{grid-template-columns:1fr}
.comparison-section .comparison-table{grid-template-columns:1fr;gap:32px}
.transparency-block .split-layout{grid-template-columns:1fr;gap:42px}
.activity-events .events-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hero-intro{padding:64px 0 58px}
.hero-intro .title-main{font-size:34px}
.hero-intro .intro-description{font-size:17px}
.hero-intro .main-visual{height:280px}
.hero-intro .accent-box{position:static;margin-top:24px}
.hero-intro .cta-buttons{flex-direction:column}
.hero-intro .btn-primary-hero,.hero-intro .btn-secondary-explore{width:100%;text-align:center}
.feedback-gallery .section-title-2{font-size:32px}
.trust-badges .main-heading-3{font-size:30px}
.comparison-section .comparison-title{font-size:32px}
.transparency-block .content-side h2{font-size:30px}
.activity-events .events-title{font-size:32px}
}
.contact-MAIN{background:linear-gradient(165deg,#0e8c7614 0%,#9e38e60d 100%);padding:0}
.intro-ZOne .inside-wrap{max-width:1140px;margin:0 auto;padding:90px 24px 70px;position:relative}
.intro-ZOne .inside-wrap::before{content:'';position:absolute;top:20px;right:10%;width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#fee0e066,#9e38e626);filter:blur(40px);z-index:1}
.intro-ZOne .inside-wrap::after{content:'';position:absolute;bottom:30px;left:8%;width:140px;height:140px;border-radius:28px;background:#0e8c760f;transform:rotate(25deg);z-index:1}
.intro-ZOne .content-HOLD{position:relative;z-index:2;text-align:center;max-width:780px;margin:0 auto}
.intro-ZOne .top-label{font-size:15px;color:#0E8C76;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:18px}
.intro-ZOne .main-title{font-size:48px;line-height:1.2;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.intro-ZOne .main-title .accent-word{position:relative;display:inline-block}
.intro-ZOne .main-title .accent-word::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0E8C76,#9E38E6);border-radius:6px}
.intro-ZOne .desc-text{font-size:18px;line-height:1.7;color:#444;margin-bottom:0}
.intro-ZOne .image-anchor{margin-top:48px;display:flex;justify-content:center}
.intro-ZOne .image-anchor img{width:520px;height:320px;object-fit:cover;border-radius:24px;box-shadow:0 12px 32px #0e8c7626;opacity:.92}
.quick-INFO{padding:80px 24px;background:#fff}
.quick-INFO .content-container{max-width:1140px;margin:0 auto}
.quick-INFO .grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.quick-INFO .info-box{background:linear-gradient(145deg,#f9f9f9,#fff);padding:40px 32px;border-radius:20px;border:1px solid #0e8c761a;transition:all .3s;position:relative}
.quick-INFO .info-box::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#0E8C76,#9E38E6);border-radius:20px 0 0 20px;opacity:0;transition:opacity .3s}
.quick-INFO .info-box:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0e8c761f}
.quick-INFO .info-box:hover::before{opacity:1}
.quick-INFO .icon-wrap{width:64px;height:64px;background:#0e8c761a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.quick-INFO .icon-wrap svg{width:32px;height:32px;fill:#0E8C76}
.quick-INFO .box-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.quick-INFO .box-content{font-size:16px;line-height:1.6;color:#555;margin-bottom:0}
.quick-INFO .box-content a{color:#0E8C76;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s}
.quick-INFO .box-content a:hover{border-bottom-color:#0E8C76}
.formSECT{padding:90px 24px;background:linear-gradient(175deg,#fee0e04d 0%,#0e8c7614 100%)}
.formSECT .wrapper{max-width:720px;margin:0 auto}
.formSECT .section-header{text-align:center;margin-bottom:56px}
.formSECT .section-header h2{font-size:38px;font-weight:700;color:#1a1a1a;margin-bottom:16px}
.formSECT .section-header p{font-size:17px;line-height:1.6;color:#555;margin:0}
.formSECT .contact-FORM{background:#fff;padding:48px 40px;border-radius:24px;box-shadow:0 8px 28px #0e8c7614}
.formSECT .field-GROUP{margin-bottom:28px}
.formSECT .field-GROUP label{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:10px}
.formSECT .field-GROUP input[type="text"],.formSECT .field-GROUP input[type="email"]{width:100%;padding:16px 20px;font-size:16px;border:2px solid #e5e5e5;border-radius:16px;background:#fafafa;transition:all .3s;box-sizing:border-box}
.formSECT .field-GROUP input[type="text"]:focus,.formSECT .field-GROUP input[type="email"]:focus{outline:none;border-color:#0E8C76;background:#fff;box-shadow:0 4px 16px #0e8c761f}
.formSECT .preference-ROW{margin-bottom:28px}
.formSECT .preference-ROW .label-top{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:16px}
.formSECT .radio-options{display:flex;gap:20px;flex-wrap:wrap}
.formSECT .radio-options input[type="radio"]{display:none}
.formSECT .radio-options label{padding:12px 24px;font-size:15px;color:#555;background:#f5f5f5;border:2px solid #e5e5e5;border-radius:14px;cursor:pointer;transition:all .3s;font-weight:500}
.formSECT .radio-options input[type="radio"]:checked + label{background:#0e8c761a;border-color:#0E8C76;color:#0E8C76;font-weight:600}
.formSECT .radio-options label:hover{border-color:#9E38E6;background:#9e38e60d}
.formSECT .privacy-check{margin-bottom:32px}
.formSECT .privacy-check input[type="checkbox"]{display:none}
.formSECT .privacy-check label{display:flex;align-items:flex-start;font-size:14px;line-height:1.6;color:#555;cursor:pointer;position:relative;padding-left:36px}
.formSECT .privacy-check label::before{content:'';position:absolute;left:0;top:2px;width:22px;height:22px;border:2px solid #e5e5e5;border-radius:6px;background:#fafafa;transition:all .3s}
.formSECT .privacy-check label::after{content:'';position:absolute;left:6px;top:5px;width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);opacity:0;transition:opacity .3s}
.formSECT .privacy-check input[type="checkbox"]:checked + label::before{background:#0E8C76;border-color:#0E8C76}
.formSECT .privacy-check input[type="checkbox"]:checked + label::after{opacity:1}
.formSECT .privacy-check a{color:#0E8C76;text-decoration:none;border-bottom:1px solid #0E8C76}
.formSECT .privacy-check a:hover{color:#9E38E6;border-bottom-color:#9E38E6}
.formSECT .submit-BTN{width:100%;padding:18px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#0E8C76,#0a6b5d);border:none;border-radius:16px;cursor:pointer;transition:all .3s;box-shadow:0 6px 20px #0e8c7640;position:relative;z-index:1}
.formSECT .submit-BTN:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0e8c7659;background:linear-gradient(135deg,#0a6b5d,#0E8C76)}
.formSECT .submit-BTN:active{transform:translateY(-1px)}
.hours-BLOCK{padding:80px 24px;background:#fff}
.hours-BLOCK .inner-contain{max-width:920px;margin:0 auto;text-align:center}
.hours-BLOCK h3{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:16px}
.hours-BLOCK .intro-para{font-size:17px;line-height:1.6;color:#555;margin-bottom:44px}
.hours-BLOCK .timing-GRID{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:640px;margin:0 auto}
.hours-BLOCK .time-item{background:linear-gradient(135deg,#f9f9f9,#fff);padding:28px 24px;border-radius:18px;border:1px solid #9e38e626;transition:all .3s}
.hours-BLOCK .time-item:hover{border-color:#9E38E6;box-shadow:0 8px 24px #9e38e61f}
.hours-BLOCK .day-label{font-size:16px;font-weight:700;color:#9E38E6;margin-bottom:8px;display:block}
.hours-BLOCK .hours-detail{font-size:15px;color:#444;margin:0}
.final-CTA{padding:90px 24px;background:linear-gradient(160deg,#0e8c760f,#fee0e066)}
.final-CTA .wrap-CENTER{max-width:840px;margin:0 auto;text-align:center}
.final-CTA h2{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.3}
.final-CTA .desc-block{font-size:18px;line-height:1.7;color:#555;margin-bottom:40px}
.final-CTA .button-ROW{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.final-CTA .btn-primary{padding:16px 36px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#0E8C76,#0a6b5d);border:none;border-radius:16px;text-decoration:none;transition:all .3s;box-shadow:0 6px 20px #0e8c7640;display:inline-block}
.final-CTA .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0e8c7659}
.final-CTA .btn-secondary{padding:16px 36px;font-size:16px;font-weight:700;color:#9E38E6;background:#fff;border:2px solid #9E38E6;border-radius:16px;text-decoration:none;transition:all .3s;display:inline-block}
.final-CTA .btn-secondary:hover{background:#9E38E6;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #9e38e640}
@media (max-width: 992px) {
.intro-ZOne .main-title{font-size:40px}
.intro-ZOne .image-anchor img{width:100%;max-width:520px;height:auto}
.quick-INFO .grid-layout{grid-template-columns:1fr;gap:24px}
.formSECT .section-header h2{font-size:32px}
.hours-BLOCK .timing-GRID{grid-template-columns:1fr}
.final-CTA h2{font-size:30px}
}
@media (max-width: 640px) {
.intro-ZOne .inside-wrap{padding:60px 20px 50px}
.intro-ZOne .main-title{font-size:32px}
.intro-ZOne .desc-text{font-size:16px}
.quick-INFO{padding:60px 20px}
.formSECT{padding:60px 20px}
.formSECT .contact-FORM{padding:32px 24px}
.formSECT .radio-options{flex-direction:column;gap:12px}
.hours-BLOCK{padding:60px 20px}
.hours-BLOCK h3{font-size:26px}
.final-CTA{padding:60px 20px}
.final-CTA h2{font-size:26px}
.final-CTA .button-ROW{flex-direction:column;gap:16px}
.final-CTA .btn-primary,.final-CTA .btn-secondary{width:100%;text-align:center}
}
.success-container{min-height:88vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#0E8C76 0%,#9E38E6 100%);animation:gradientShift 8s ease infinite;background-size:200% 200%}
@keyframes gradientShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.success-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,#fee0e026 0%,transparent 60%),radial-gradient(circle at 70% 60%,#0e8c7633 0%,transparent 50%);animation:pulseOverlay 6s ease-in-out infinite}
@keyframes pulseOverlay {
0%,100%{opacity:1}
50%{opacity:.7}
}
.success-wrapper{position:relative;z-index:2;text-align:center;max-width:680px;padding:48px 24px}
.success-iconbox{width:96px;height:96px;margin:0 auto 32px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 48px #00000026;animation:successBounce .8s ease-out}
@keyframes successBounce {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-iconbox svg{width:52px;height:52px;stroke:#0E8C76;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:checkDraw .6s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes checkDraw {
to{stroke-dashoffset:0}
}
.success-wrapper h1{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;animation:fadeSlideUp .6s ease-out .4s backwards}
@keyframes fadeSlideUp {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.success-wrapper p{font-size:18px;line-height:1.6;color:#ffffffeb;margin:0 0 36px;animation:fadeSlideUp .6s ease-out .6s backwards}
.cta-homepage{display:inline-block;background:#fff;color:#0E8C76;padding:16px 44px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;box-shadow:0 8px 24px #0000001f;transition:all .3s ease;animation:fadeSlideUp .6s ease-out .8s backwards;border:2px solid transparent}
.cta-homepage:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000002e;background:#FEE0E0;color:#9E38E6;border-color:#9e38e64d}
.cta-homepage:focus{outline:3px solid #ffffff80;outline-offset:4px}
.success-decoration{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#fee0e040 0%,transparent 70%);animation:floatDecor 12s ease-in-out infinite;z-index:1}
.success-decoration:nth-child(1){top:-100px;left:-100px}
.success-decoration:nth-child(2){bottom:-150px;right:-120px;animation-delay:-6s;background:radial-gradient(circle,#0e8c7633 0%,transparent 70%)}
@keyframes floatDecor {
0%,100%{transform:translate(0,0) scale(1)}
33%{transform:translate(30px,-30px) scale(1.05)}
66%{transform:translate(-20px,20px) scale(0.95)}
}
@media (max-width: 768px) {
.success-container{min-height:92vh}
.success-wrapper{padding:32px 20px}
.success-wrapper h1{font-size:32px}
.success-wrapper p{font-size:16px;margin-bottom:28px}
.cta-homepage{padding:14px 36px;font-size:16px}
.success-iconbox{width:80px;height:80px;margin-bottom:24px}
.success-iconbox svg{width:44px;height:44px}
.success-decoration{width:280px;height:280px}
}
@media (max-width: 480px) {
.success-wrapper h1{font-size:28px}
.success-wrapper p{font-size:15px}
.cta-homepage{width:100%;max-width:280px}
}