*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',sans-serif;background:#FBFBFB;color:#0E0E0E;line-height:1.6;overflow-x:hidden}
.header-wrapper{background:linear-gradient(202deg,#0E0E0E 0%,#1a1a1a 50%,#2a2a2a 100%);position:relative;box-shadow:0 4px 12px #00dfb11a}
.nav-top-bar{width:100%;padding:16px 0;background:#0e0e0ef2}
.nav-container{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:flex-end;align-items:center;gap:32px}
.main-nav-links{display:flex;gap:32px;list-style:none;align-items:center}
.nav-item{position:relative}
.nav-link{color:#FBFBFB;text-decoration:none;font-weight:400;font-size:15px;letter-spacing:.3px;transition:color .3s ease-in;display:block;padding:8px 0}
.nav-link:hover{color:#00DFB1}
.nav-item.has-submenu:hover .submenu-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.submenu-dropdown{position:absolute;top:100%;left:0;background:#0E0E0E;min-width:200px;padding:12px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease-in;box-shadow:0 8px 16px #00dfb126;border-top:2px solid #00DFB1;margin-top:8px;z-index:100}
.submenu-dropdown .nav-link{padding:10px 24px;font-size:14px}
.submenu-dropdown .nav-link:hover{background:#00dfb11a}
.brand-row-wrapper{padding:32px 0;position:relative}
.brand-content-holder{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:24px}
.logo-container{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#fbfbfb0d;border-radius:12px;padding:12px;box-shadow:0 4px 12px #00dfb133}
.logo-image{width:100%;height:100%;object-fit:contain}
.company-name-text{font-size:42px;font-weight:700;color:#FBFBFB;letter-spacing:-.5px;text-shadow:0 2px 8px #00dfb14d}
.footer-wrapper{background:linear-gradient(180deg,#0E0E0E 0%,#1a1a1a 100%);color:#FBFBFB;padding:64px 0 24px;margin-top:80px;border-top:1px solid #00dfb133}
.footer-content-grid{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer-section-block{display:flex;flex-direction:column;gap:16px}
.footer-logo-wrapper{width:70px;height:70px;margin-bottom:16px;background:#fbfbfb0d;border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:center}
.footer-logo-wrapper img{width:100%;height:100%;object-fit:contain}
.company-description-text{font-size:14px;line-height:1.7;color:#fbfbfbcc;max-width:380px}
.footer-title-text{font-size:18px;font-weight:600;color:#00DFB1;margin-bottom:8px}
.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-link-item a{color:#fbfbfbcc;text-decoration:none;font-size:14px;transition:color .3s ease-in}
.footer-link-item a:hover{color:#00DFB1}
.contact-info-wrapper{display:flex;flex-direction:column;gap:12px}
.contact-item-data{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#fbfbfbcc}
.contact-item-data i{color:#00DFB1;margin-top:3px}
.contact-item-data a{color:#fbfbfbcc;text-decoration:none;transition:color .3s ease-in}
.contact-item-data a:hover{color:#00DFB1}
.footer-bottom-bar{max-width:1400px;margin:0 auto;padding:24px 24px 0;border-top:1px solid #00dfb11a;text-align:center}
.copyright-text{font-size:13px;color:#fbfbfb99}
.consent-panel-wrapper{position:fixed;right:24px;top:50%;transform:translateY(-50%) scale(0);background:#FBFBFB;width:360px;padding:32px;border-radius:12px;box-shadow:0 8px 32px #00dfb140;z-index:10000;transition:transform .4s ease-in;border:2px solid #00DFB1}
.consent-panel-wrapper.show{transform:translateY(-50%) scale(1)}
.consent-heading-text{font-size:22px;font-weight:700;color:#0E0E0E;margin-bottom:16px}
.consent-description-text{font-size:14px;line-height:1.6;color:#0E0E0E;margin-bottom:24px}
.consent-buttons-holder{display:flex;flex-direction:column;gap:12px}
.consent-button-action{padding:12px 24px;border:2px solid #0E0E0E;background:transparent;color:#0E0E0E;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease-in;font-family:'Manrope',sans-serif}
.consent-button-action:hover{background:#0E0E0E;color:#FBFBFB}
.consent-button-action.accept-btn{border-color:#00DFB1;color:#00DFB1}
.consent-button-action.accept-btn:hover{background:#00DFB1;color:#0E0E0E}
.privacy-link-wrapper{margin-top:16px;text-align:center}
.privacy-choices-link{font-size:13px;color:#0E0E0E;text-decoration:underline;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.privacy-choices-link:hover{color:#00DFB1}
@media (max-width: 968px) {
.nav-container{flex-direction:column;gap:16px}
.main-nav-links{flex-wrap:wrap;justify-content:center;gap:16px}
.brand-content-holder{flex-direction:column;gap:16px}
.company-name-text{font-size:32px}
.footer-content-grid{grid-template-columns:1fr;gap:32px}
.consent-panel-wrapper{right:12px;left:12px;width:auto}
}
@media (max-width: 640px) {
.nav-top-bar{padding:12px 0}
.nav-container{padding:0 16px}
.main-nav-links{gap:12px;font-size:14px}
.brand-row-wrapper{padding:24px 0}
.logo-container{width:70px;height:70px}
.company-name-text{font-size:26px}
.footer-wrapper{padding:48px 0 24px;margin-top:60px}
}
.policy-5q-container{max-width:1400px;margin:0 auto;padding:80px 24px;background:#FBFBFB}
.policy-5q-container p{font-size:16px;line-height:1.8;color:#0E0E0E;margin:0 0 24px;font-weight:400}
.policy-5q-container p:last-child{margin-bottom:0}
.policy-5q-container ul,.policy-5q-container ol{margin:0 0 32px;padding-left:32px;color:#0E0E0E}
.policy-5q-container ul{list-style-type:disc}
.policy-5q-container ol{list-style-type:decimal}
.policy-5q-container li{font-size:16px;line-height:1.8;margin-bottom:12px;padding-left:8px}
.policy-5q-container li:last-child{margin-bottom:0}
.policy-5q-container ul ul,.policy-5q-container ol ol,.policy-5q-container ul ol,.policy-5q-container ol ul{margin-top:12px;margin-bottom:12px}
.policy-5q-container em,.policy-5q-container i{font-style:italic;color:#0E0E0E}
.policy-5q-container a{color:#00DFB1;text-decoration:underline;font-weight:500;transition:all .3s ease-in}
.policy-5q-container a:hover{color:#0E0E0E;text-decoration:none}
.policy-5q-container a:focus{outline:2px solid #00DFB1;outline-offset:2px;border-radius:4px}
.policy-5q-container hr{border:none;height:2px;background:linear-gradient(90deg,#0E0E0E 0%,#00DFB1 50%,#FBFBFB 100%);margin:48px 0;opacity:.3}
.policy-5q-container div{margin-bottom:32px}
.policy-5q-container div:last-child{margin-bottom:0}
@media (max-width: 768px) {
.policy-5q-container{padding:48px 16px}
.policy-5q-container p{font-size:15px;line-height:1.7;margin-bottom:20px}
.policy-5q-container ul,.policy-5q-container ol{padding-left:24px;margin-bottom:24px}
.policy-5q-container li{font-size:15px;line-height:1.7;margin-bottom:10px}
.policy-5q-container hr{margin:32px 0}
.policy-5q-container div{margin-bottom:24px}
}
@media (max-width: 480px) {
.policy-5q-container{padding:32px 12px}
.policy-5q-container p{font-size:14px;line-height:1.6;margin-bottom:16px}
.policy-5q-container ul,.policy-5q-container ol{padding-left:20px;margin-bottom:20px}
.policy-5q-container li{font-size:14px;line-height:1.6;margin-bottom:8px;padding-left:4px}
.policy-5q-container hr{margin:24px 0}
.policy-5q-container div{margin-bottom:20px}
}
@media (min-width: 1200px) {
.policy-5q-container{padding:120px 48px}
.policy-5q-container p{font-size:17px;line-height:1.85}
.policy-5q-container li{font-size:17px;line-height:1.85}
}
.title-visual-wrap{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.title-visual-wrap .backdrop-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(3px) brightness(0.7)}
.title-visual-wrap .float-text-container{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:0 24px;text-align:center}
.title-visual-wrap .main-header-text{font-size:52px;font-weight:700;color:#FBFBFB;margin-bottom:20px;line-height:1.2}
.title-visual-wrap .intro-paragraph{font-size:20px;color:#FBFBFB;line-height:1.6;max-width:720px;margin:0 auto}
.title-visual-wrap .shape-decoration{position:absolute;border-radius:50%;background:linear-gradient(135deg,#00dfb14d 0%,#0e0e0e33 100%);animation:float-shape 6s ease-in-out infinite}
.title-visual-wrap .shape-one{width:180px;height:180px;top:10%;left:8%;animation-delay:0s}
.title-visual-wrap .shape-two{width:140px;height:140px;bottom:15%;right:12%;animation-delay:2s}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(10deg)}
}
.story-wrapper{max-width:1400px;margin:0 auto 90px;padding:0 24px}
.story-wrapper .narrative-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.story-wrapper .text-block-data{padding-top:20px}
.story-wrapper .heading-two{font-size:38px;font-weight:700;color:#0E0E0E;margin-bottom:24px;line-height:1.3}
.story-wrapper .heading-two::before{content:"";display:inline-block;width:6px;height:36px;background:linear-gradient(180deg,#00DFB1 0%,#0E0E0E 100%);margin-right:14px;vertical-align:middle}
.story-wrapper .text-content{font-size:17px;color:#0E0E0E;line-height:1.7;margin-bottom:18px}
.story-wrapper .highlight-phrase{color:#00DFB1;font-weight:600}
.story-wrapper .visual-showcase{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0e0e0e1f}
.approach-container{background:linear-gradient(135deg,#FBFBFB 0%,#00dfb114 100%);padding:80px 24px;margin-bottom:90px}
.approach-container .inner-wrapper{max-width:1400px;margin:0 auto}
.approach-container .section-title{font-size:42px;font-weight:700;color:#0E0E0E;text-align:center;margin-bottom:60px}
.approach-container .section-title::after{content:"";display:block;width:80px;height:5px;background:#00DFB1;margin:20px auto 0;border-radius:8px}
.approach-container .grid-features{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach-container .feature-card{background:#FBFBFB;padding:36px 28px;border-radius:12px;box-shadow:0 4px 16px #0e0e0e14;transition:all .3s ease-in;position:relative;overflow:hidden}
.approach-container .feature-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00DFB1 0%,#0E0E0E 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in}
.approach-container .feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0e0e0e26}
.approach-container .feature-card:hover::before{transform:scaleX(1)}
.approach-container .feature-icon-wrap{width:64px;height:64px;background:linear-gradient(135deg,#00DFB1 0%,#0E0E0E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approach-container .feature-icon-wrap svg{width:32px;height:32px;fill:#FBFBFB}
.approach-container .card-title{font-size:22px;font-weight:700;color:#0E0E0E;margin-bottom:14px}
.approach-container .card-description{font-size:16px;color:#0E0E0E;line-height:1.6}
.team-showcase-section{max-width:1400px;margin:0 auto 90px;padding:0 24px}
.team-showcase-section .split-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:center}
.team-showcase-section .content-side{padding-right:20px}
.team-showcase-section .heading-three{font-size:40px;font-weight:700;color:#0E0E0E;margin-bottom:28px;line-height:1.25;position:relative;padding-left:20px}
.team-showcase-section .heading-three::before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#00DFB1 0%,#00dfb133 100%);border-radius:8px}
.team-showcase-section .paragraph-text{font-size:17px;color:#0E0E0E;line-height:1.7;margin-bottom:18px}
.team-showcase-section .accent-term{font-weight:600;color:#00DFB1}
.team-showcase-section .image-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.team-showcase-section .gallery-photo{width:100%;height:240px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #0e0e0e1a;transition:transform .3s ease-in}
.team-showcase-section .gallery-photo:hover{transform:scale(1.04)}
.values-data-display{background:#0E0E0E;padding:80px 24px;margin-bottom:90px;position:relative;overflow:hidden}
.values-data-display::before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00dfb126 0%,transparent 70%);border-radius:50%}
.values-data-display .content-wrapper-2{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.values-data-display .heading-four{font-size:42px;font-weight:700;color:#FBFBFB;text-align:center;margin-bottom:24px}
.values-data-display .sub-text{font-size:19px;color:#FBFBFB;text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}
.values-data-display .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.values-data-display .stat-item{text-align:center;padding:30px 20px;background:#fbfbfb0f;border-radius:10px;border:2px solid #00dfb133;transition:all .3s ease-in}
.values-data-display .stat-item:hover{background:#fbfbfb1a;border-color:#00DFB1;transform:translateY(-4px)}
.values-data-display .stat-number{font-size:48px;font-weight:700;color:#00DFB1;margin-bottom:12px;display:block}
.values-data-display .stat-label{font-size:16px;color:#FBFBFB;font-weight:500}
@media (max-width: 1024px) {
.title-visual-wrap .main-header-text{font-size:42px}
.story-wrapper .narrative-layout{grid-template-columns:1fr;gap:40px}
.approach-container .grid-features{grid-template-columns:repeat(2,1fr);gap:30px}
.team-showcase-section .split-layout{grid-template-columns:1fr;gap:50px}
.values-data-display .stat-grid{grid-template-columns:repeat(2,1fr);gap:30px}
}
@media (max-width: 768px) {
.title-visual-wrap{min-height:420px;margin-bottom:60px}
.title-visual-wrap .main-header-text{font-size:34px}
.title-visual-wrap .intro-paragraph{font-size:18px}
.story-wrapper{margin-bottom:70px}
.story-wrapper .heading-two{font-size:32px}
.story-wrapper .visual-showcase{height:320px}
.approach-container{padding:60px 24px;margin-bottom:70px}
.approach-container .section-title{font-size:34px;margin-bottom:40px}
.approach-container .grid-features{grid-template-columns:1fr;gap:24px}
.team-showcase-section{margin-bottom:70px}
.team-showcase-section .heading-three{font-size:32px}
.team-showcase-section .image-gallery{grid-template-columns:1fr}
.team-showcase-section .gallery-photo{height:280px}
.values-data-display{padding:60px 24px;margin-bottom:70px}
.values-data-display .heading-four{font-size:34px}
.values-data-display .stat-grid{grid-template-columns:1fr;gap:20px}
}
.page-wrapper{max-width:1400px;margin:0 auto;padding:0}
.title-section-wrapper{display:flex;align-items:center;gap:40px;padding:80px 20px;background:linear-gradient(135deg,#FBFBFB 0%,#00DFB1 100%);position:relative}
.title-section-wrapper .side-image{width:280px;height:380px;object-fit:cover;border-radius:12px;filter:sepia(0.15) contrast(1.1);box-shadow:0 8px 24px #0e0e0e26}
.title-section-wrapper .text-content-block{flex:1;text-align:center}
.title-section-wrapper .text-content-block h1{font-size:3.2rem;color:#0E0E0E;margin:0 0 24px;line-height:1.2}
.title-section-wrapper .text-content-block .description-text{font-size:1.3rem;color:#0E0E0E;line-height:1.7;max-width:600px;margin:0 auto}
.skill-market-section{padding:100px 20px;background:#FBFBFB}
.skill-market-section .content-holder{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.skill-market-section .text-area h2{font-size:2.6rem;color:#0E0E0E;margin:0 0 32px;position:relative;padding-bottom:16px}
.skill-market-section .text-area h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#00DFB1 0%,#0E0E0E 100%)}
.skill-market-section .text-area p{font-size:1.1rem;color:#0E0E0E;line-height:1.8;margin:0 0 24px}
.skill-market-section .opportunities-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.skill-market-section .opportunity-card{background:linear-gradient(145deg,#0E0E0E 0%,#00DFB1 100%);padding:32px;border-radius:12px;transition:transform .3s ease-in}
.skill-market-section .opportunity-card:hover{transform:translateY(-6px)}
.skill-market-section .opportunity-card h3{font-size:1.4rem;color:#FBFBFB;margin:0 0 16px}
.skill-market-section .opportunity-card .card-desc{font-size:1rem;color:#FBFBFB;line-height:1.6;margin:0}
.practice-application-section{padding:100px 20px;background:linear-gradient(202deg,#0E0E0E 0%,#00DFB1 50%,#FBFBFB 100%)}
.practice-application-section .practice-wrapper{max-width:1200px;margin:0 auto}
.practice-application-section .section-header{text-align:center;margin-bottom:60px}
.practice-application-section .section-header h2{font-size:2.8rem;color:#FBFBFB;margin:0 0 20px}
.practice-application-section .section-header .subheading-text{font-size:1.2rem;color:#FBFBFB;line-height:1.7;max-width:700px;margin:0 auto}
.practice-application-section .approach-container{display:flex;gap:40px;margin-bottom:80px}
.practice-application-section .approach-item{flex:1;background:#fbfbfbf2;padding:40px;border-radius:16px;box-shadow:0 12px 32px #0e0e0e33}
.practice-application-section .approach-item h3{font-size:1.6rem;color:#0E0E0E;margin:0 0 20px;position:relative;padding-left:24px}
.practice-application-section .approach-item h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#00DFB1;border-radius:50%}
.practice-application-section .approach-item p{font-size:1.05rem;color:#0E0E0E;line-height:1.7;margin:0}
.practice-application-section .project-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.practice-application-section .project-card{position:relative;overflow:hidden;border-radius:12px;height:240px;cursor:pointer}
.practice-application-section .project-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-in}
.practice-application-section .project-card:hover img{transform:scale(1.08)}
.practice-application-section .project-card .overlay-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#0e0e0ee6,transparent);padding:20px;transform:translateY(100%);transition:transform .3s ease-in}
.practice-application-section .project-card:hover .overlay-info{transform:translateY(0)}
.practice-application-section .project-card .overlay-info h4{font-size:1.1rem;color:#FBFBFB;margin:0 0 8px}
.practice-application-section .project-card .overlay-info p{font-size:.95rem;color:#FBFBFB;margin:0;line-height:1.5}
.practice-application-section .cta-area{text-align:center;margin-top:60px}
.practice-application-section .cta-area .primary-btn{display:inline-block;padding:18px 48px;background:#00DFB1;color:#0E0E0E;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease-in;box-shadow:0 6px 20px #00dfb14d}
.practice-application-section .cta-area .primary-btn:hover{background:#0E0E0E;color:#00DFB1;transform:translateY(-3px);box-shadow:0 10px 28px #00dfb166}
@media (max-width: 1024px) {
.title-section-wrapper{flex-direction:column;gap:30px;padding:60px 20px}
.title-section-wrapper .side-image{width:100%;max-width:400px;height:280px}
.title-section-wrapper .text-content-block h1{font-size:2.6rem}
.skill-market-section .content-holder{grid-template-columns:1fr;gap:50px}
.skill-market-section .opportunities-grid{grid-template-columns:1fr}
.practice-application-section .approach-container{flex-direction:column;gap:30px}
.practice-application-section .project-showcase{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.title-section-wrapper .text-content-block h1{font-size:2.2rem}
.title-section-wrapper .text-content-block .description-text{font-size:1.1rem}
.skill-market-section{padding:60px 20px}
.skill-market-section .text-area h2{font-size:2rem}
.practice-application-section{padding:60px 20px}
.practice-application-section .section-header h2{font-size:2.2rem}
.practice-application-section .project-showcase{grid-template-columns:1fr}
.practice-application-section .cta-area .primary-btn{padding:16px 36px;font-size:1rem}
}
@media (max-width: 480px) {
.title-section-wrapper{padding:40px 15px}
.title-section-wrapper .text-content-block h1{font-size:1.8rem}
.skill-market-section{padding:40px 15px}
.skill-market-section .text-area h2{font-size:1.7rem}
.skill-market-section .opportunity-card{padding:24px}
.practice-application-section{padding:40px 15px}
.practice-application-section .section-header h2{font-size:1.9rem}
.practice-application-section .approach-item{padding:28px}
}
.wrapper-data{max-width:1400px;margin:0 auto;padding:0 20px}
.intro-block{padding:80px 0;background:linear-gradient(135deg,#FBFBFB 0%,#00DFB1 100%);position:relative;overflow:hidden}
.intro-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#0e0e0e08;border-radius:50%;transform:rotate(45deg)}
.intro-block::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#00dfb114;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.intro-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.intro-text-section h1{font-size:48px;line-height:1.2;color:#0E0E0E;margin:0 0 24px}
.intro-text-section h1 .highlight-term{color:#00DFB1;position:relative;display:inline-block}
.intro-text-section h1 .highlight-term::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#0E0E0E}
.intro-text-section p{font-size:18px;line-height:1.7;color:#0E0E0E;margin:0}
.intro-visual-container{position:relative;background:#0e0e0e0d;border-radius:12px;padding:40px;box-shadow:0 8px 24px #00dfb126}
.intro-visual-container::before{content:'';position:absolute;top:20px;right:20px;width:80px;height:80px;background:linear-gradient(135deg,#00DFB1 0%,#0E0E0E 100%);border-radius:8px;opacity:.6;transform:rotate(15deg)}
.visual-inner-data{position:relative;z-index:1}
.visual-inner-data h3{font-size:22px;color:#0E0E0E;margin:0 0 16px}
.contact-info-display{display:flex;flex-direction:column;gap:14px}
.info-line-handler{display:flex;align-items:center;gap:12px;font-size:16px;color:#0E0E0E}
.info-line-handler svg{width:20px;height:20px;fill:#00DFB1;flex-shrink:0}
.contact-form-section{padding:100px 0;background:#FBFBFB}
.form-container-wrapper{max-width:800px;margin:0 auto}
.form-header-block{text-align:center;margin-bottom:50px}
.form-header-block h2{font-size:38px;color:#0E0E0E;margin:0 0 16px}
.form-header-block h2::before{content:'';display:inline-block;width:40px;height:4px;background:#00DFB1;margin-right:12px;vertical-align:middle}
.form-header-block p{font-size:17px;color:#0E0E0E;margin:0;line-height:1.6}
.actual-form-handler{background:linear-gradient(180deg,#FBFBFB 0%,#00dfb10d 100%);padding:50px;border-radius:16px;box-shadow:0 4px 16px #0e0e0e14}
.field-group-wrapper{margin-bottom:30px}
.field-group-wrapper label{display:block;font-size:15px;font-weight:600;color:#0E0E0E;margin-bottom:10px}
.field-group-wrapper input[type="text"],.field-group-wrapper input[type="tel"],.field-group-wrapper input[type="email"],.field-group-wrapper textarea{width:100%;padding:16px 18px;font-size:16px;border:2px solid #0e0e0e26;border-radius:8px;background:#FBFBFB;color:#0E0E0E;transition:all .3s ease-in;box-sizing:border-box}
.field-group-wrapper input[type="text"]:focus,.field-group-wrapper input[type="tel"]:focus,.field-group-wrapper input[type="email"]:focus,.field-group-wrapper textarea:focus{outline:none;border-color:#00DFB1;box-shadow:0 0 0 4px #00dfb11a}
.field-group-wrapper textarea{min-height:140px;resize:vertical}
.grid-fields-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:30px}
.privacy-consent-block{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-consent-block input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#00DFB1}
.privacy-consent-block label{font-size:14px;line-height:1.6;color:#0E0E0E;cursor:pointer}
.privacy-consent-block label a{color:#00DFB1;text-decoration:underline;transition:color .2s ease-in}
.privacy-consent-block label a:hover{color:#0E0E0E}
.submit-button-wrapper{text-align:center}
.submit-action-button{padding:18px 60px;font-size:17px;font-weight:600;color:#FBFBFB;background:linear-gradient(135deg,#0E0E0E 0%,#00DFB1 100%);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease-in;box-shadow:0 6px 18px #00dfb14d;position:relative;z-index:10}
.submit-action-button:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00dfb166}
.submit-action-button:active{transform:translateY(-1px)}
@media (max-width: 1024px) {
.intro-wrapper{grid-template-columns:1fr;gap:40px}
.intro-text-section h1{font-size:38px}
.actual-form-handler{padding:40px 30px}
}
@media (max-width: 768px) {
.intro-block{padding:60px 0}
.intro-text-section h1{font-size:32px}
.intro-text-section p{font-size:16px}
.intro-visual-container{padding:30px}
.contact-form-section{padding:70px 0}
.form-header-block h2{font-size:30px}
.grid-fields-layout{grid-template-columns:1fr;gap:20px}
.actual-form-handler{padding:30px 20px}
.submit-action-button{width:100%;padding:16px 40px}
}
@media (max-width: 480px) {
.intro-text-section h1{font-size:28px}
.intro-visual-container::before{width:60px;height:60px}
.form-header-block h2{font-size:26px}
.form-header-block h2::before{width:30px;height:3px}
}
.hero-top{background:linear-gradient(202deg,#0E0E0E 0%,#00DFB1 50%,#FBFBFB 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.hero-top::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#00DFB1;opacity:.1;border-radius:50%}
.hero-top::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#FBFBFB;opacity:.15;transform:rotate(45deg)}
.hero-content-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-area{padding-right:40px}
.hero-text-area h1{font-size:3.2rem;font-weight:700;color:#FBFBFB;margin-bottom:24px;line-height:1.2}
.hero-text-area h1::after{content:'';display:block;width:80px;height:5px;background:#00DFB1;margin-top:16px}
.hero-description-text{font-size:1.15rem;color:#FBFBFB;line-height:1.7;opacity:.95}
.hero-visual-block{position:relative}
.hero-visual-block img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0000004d;position:relative}
.hero-visual-block::before{content:'';position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#0e0e0e99,transparent);border-radius:12px 12px 0 0;z-index:1}
.hero-visual-block::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,#00dfb180,transparent);border-radius:0 0 12px 12px;z-index:1}
.divider-geometric{height:2px;background:linear-gradient(90deg,transparent 0%,#00DFB1 20%,#00DFB1 80%,transparent 100%);margin:0;position:relative}
.divider-geometric::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:16px;height:16px;background:#00DFB1}
.tips-main-section{padding:100px 20px;background:#FBFBFB}
.tips-container-main{max-width:1400px;margin:0 auto}
.tips-intro-wrapper{max-width:800px;margin:0 auto 80px;text-align:center}
.tips-intro-wrapper h2{font-size:2.4rem;font-weight:700;color:#0E0E0E;margin-bottom:20px;position:relative;display:inline-block}
.tips-intro-wrapper h2::before{content:'';position:absolute;left:-60px;top:50%;transform:translateY(-50%);width:40px;height:3px;background:#00DFB1}
.tips-intro-wrapper h2::after{content:'';position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:40px;height:3px;background:#00DFB1}
.tips-intro-description{font-size:1.1rem;color:#0E0E0E;line-height:1.8;opacity:.8}
.tips-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.tip-card-item{background:#FBFBFB;border:2px solid #0E0E0E;border-radius:16px;padding:40px 32px;position:relative;transition:all .3s ease-in}
.tip-card-item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00DFB1 0%,transparent 100%);opacity:0;border-radius:14px;transition:opacity .3s ease-in;z-index:0}
.tip-card-item:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00dfb133}
.tip-card-item:hover::before{opacity:.08}
.tip-card-content{position:relative;z-index:1}
.tip-number-badge{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#0E0E0E;color:#00DFB1;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:24px}
.tip-card-item h3{font-size:1.5rem;font-weight:600;color:#0E0E0E;margin-bottom:16px}
.tip-card-item p{font-size:1rem;color:#0E0E0E;line-height:1.7;opacity:.75}
.advanced-tips-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}
.advanced-tip-block{background:#0E0E0E;border-radius:16px;padding:48px;position:relative;overflow:hidden}
.advanced-tip-block::before{content:'';position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:#00DFB1;border-radius:50%;opacity:.06}
.advanced-tip-block h4{font-size:1.8rem;font-weight:600;color:#FBFBFB;margin-bottom:20px;position:relative;z-index:1}
.advanced-tip-block h4::before{content:'→';color:#00DFB1;margin-right:12px;font-weight:700}
.advanced-tip-block p{font-size:1.05rem;color:#FBFBFB;line-height:1.8;opacity:.9;position:relative;z-index:1;margin-bottom:16px}
.advanced-tip-list{list-style:none;padding:0;margin:24px 0 0;position:relative;z-index:1}
.advanced-tip-list li{font-size:1rem;color:#FBFBFB;line-height:1.7;opacity:.85;margin-bottom:12px;padding-left:32px;position:relative}
.advanced-tip-list li::before{content:'';position:absolute;left:0;top:8px;width:16px;height:16px;background:#00DFB1;border-radius:3px;transform:rotate(45deg)}
.interactive-checklist{background:linear-gradient(135deg,#FBFBFB 0%,#00DFB1 100%);border-radius:16px;padding:56px 48px;margin-top:40px}
.interactive-checklist h3{font-size:2rem;font-weight:700;color:#0E0E0E;margin-bottom:32px;text-align:center}
.checklist-items-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.checklist-item-box{position:relative}
.checklist-item-box input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}
.checklist-item-label{display:flex;align-items:center;background:#FBFBFB;padding:20px 24px;border-radius:12px;cursor:pointer;transition:all .3s ease-in;border:2px solid transparent}
.checklist-item-box input[type="checkbox"]:checked + .checklist-item-label{background:#0E0E0E;border-color:#00DFB1}
.checklist-custom-checkbox{width:28px;height:28px;border:2px solid #0E0E0E;border-radius:6px;margin-right:16px;position:relative;flex-shrink:0;transition:all .3s ease-in}
.checklist-item-box input[type="checkbox"]:checked + .checklist-item-label .checklist-custom-checkbox{background:#00DFB1;border-color:#00DFB1}
.checklist-custom-checkbox::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);color:#0E0E0E;font-weight:700;font-size:1.2rem;transition:transform .3s ease-in}
.checklist-item-box input[type="checkbox"]:checked + .checklist-item-label .checklist-custom-checkbox::after{transform:translate(-50%,-50%) scale(1)}
.checklist-item-text{font-size:1.05rem;color:#0E0E0E;font-weight:500;transition:color .3s ease-in}
.checklist-item-box input[type="checkbox"]:checked + .checklist-item-label .checklist-item-text{color:#FBFBFB}
.progress-tracker-section{margin-top:60px;background:#0E0E0E;border-radius:16px;padding:56px 48px}
.progress-tracker-section h3{font-size:1.9rem;font-weight:700;color:#FBFBFB;margin-bottom:40px;text-align:center}
.progress-stages-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;position:relative}
.progress-stages-wrapper::before{content:'';position:absolute;top:32px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#00DFB1 0%,#00DFB1 60%,#00dfb133 60%,#00dfb133 100%);z-index:0}
.progress-stage-item{flex:1;text-align:center;position:relative;z-index:1}
.stage-circle-indicator{width:64px;height:64px;border-radius:50%;background:#00DFB1;border:4px solid #0E0E0E;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.5rem;font-weight:700;color:#0E0E0E;transition:all .3s ease-in}
.progress-stage-item:nth-child(n+4) .stage-circle-indicator{background:#00dfb133;color:#00DFB1}
.progress-stage-item:hover .stage-circle-indicator{transform:scale(1.15);box-shadow:0 8px 24px #00dfb166}
.progress-stage-item h5{font-size:1.1rem;font-weight:600;color:#FBFBFB;margin-bottom:8px}
.progress-stage-item p{font-size:.9rem;color:#FBFBFB;opacity:.7;line-height:1.5}
@media (max-width: 1024px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-area{padding-right:0;text-align:center}
.hero-text-area h1::after{margin-left:auto;margin-right:auto}
.tips-grid-layout{grid-template-columns:repeat(2,1fr);gap:32px}
.advanced-tips-row{grid-template-columns:1fr}
.checklist-items-wrapper{grid-template-columns:1fr}
.progress-stages-wrapper{flex-wrap:wrap;gap:40px}
.progress-stages-wrapper::before{display:none}
}
@media (max-width: 768px) {
.hero-top{padding:80px 20px 60px}
.hero-text-area h1{font-size:2.2rem}
.hero-visual-block img{height:320px}
.tips-main-section{padding:60px 20px}
.tips-intro-wrapper{margin-bottom:50px}
.tips-intro-wrapper h2{font-size:1.9rem}
.tips-intro-wrapper h2::before,.tips-intro-wrapper h2::after{display:none}
.tips-grid-layout{grid-template-columns:1fr;gap:24px}
.tip-card-item{padding:32px 24px}
.advanced-tip-block{padding:32px 24px}
.interactive-checklist{padding:40px 24px}
.interactive-checklist h3{font-size:1.6rem}
.progress-tracker-section{padding:40px 24px}
.progress-tracker-section h3{font-size:1.6rem}
.progress-stage-item{flex-basis:calc(50% - 16px)}
}
.teaching-methods-page .intro-wrapper{max-width:1400px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.teaching-methods-page .content-data{position:relative}
.teaching-methods-page .section-label{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:#00DFB1;margin-bottom:16px;font-weight:600}
.teaching-methods-page .main-heading{font-size:48px;line-height:1.2;color:#0E0E0E;margin-bottom:24px;font-weight:700}
.teaching-methods-page .main-heading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#00DFB1 0%,#0E0E0E 100%);margin-top:20px;border-radius:2px}
.teaching-methods-page .intro-text{font-size:18px;line-height:1.7;color:#0E0E0E;margin-bottom:20px}
.teaching-methods-page .intro-text:last-of-type{margin-bottom:0}
.teaching-methods-page .visual-anchor{position:relative}
.teaching-methods-page .image-handler{width:100%;height:500px;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 12px 40px #0e0e0e26}
.teaching-methods-page .image-handler::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00dfb11a 0%,transparent 50%);z-index:1;pointer-events:none}
.teaching-methods-page .image-handler img{width:100%;height:100%;object-fit:cover;display:block}
.teaching-methods-page .highlight-shape{position:absolute;width:120px;height:120px;background:linear-gradient(135deg,#00DFB1 0%,#00dfb14d 100%);border-radius:50%;top:-30px;right:-30px;z-index:-1;opacity:.4}
.teaching-methods-page .highlight-shape-2{position:absolute;width:80px;height:80px;background:#0E0E0E;border-radius:12px;bottom:40px;left:-20px;z-index:2;opacity:.15;transform:rotate(15deg)}
.teaching-methods-page .methods-wrapper{background:linear-gradient(180deg,#FBFBFB 0%,#00dfb10d 100%);padding:100px 20px}
.teaching-methods-page .methods-container{max-width:1400px;margin:0 auto}
.teaching-methods-page .methods-intro{text-align:center;margin-bottom:70px}
.teaching-methods-page .methods-intro h2{font-size:42px;color:#0E0E0E;margin-bottom:20px;font-weight:700;position:relative;display:inline-block}
.teaching-methods-page .methods-intro h2::before{content:'';position:absolute;width:60px;height:3px;background:#00DFB1;top:-15px;left:50%;transform:translateX(-50%)}
.teaching-methods-page .methods-intro p{font-size:19px;color:#0E0E0E;line-height:1.6;max-width:700px;margin:0 auto}
.teaching-methods-page .method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.teaching-methods-page .method-card{background:#FBFBFB;border-radius:16px;padding:40px 30px;box-shadow:0 4px 20px #0e0e0e14;transition:all .3s ease-in;position:relative;overflow:hidden}
.teaching-methods-page .method-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00DFB1 0%,#0E0E0E 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease-in}
.teaching-methods-page .method-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #00dfb133}
.teaching-methods-page .method-card:hover::before{transform:scaleX(1)}
.teaching-methods-page .method-icon{width:70px;height:70px;background:linear-gradient(135deg,#00DFB1 0%,#00dfb199 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative}
.teaching-methods-page .method-icon svg{width:36px;height:36px;fill:#FBFBFB}
.teaching-methods-page .method-card h3{font-size:24px;color:#0E0E0E;margin-bottom:16px;font-weight:600}
.teaching-methods-page .method-card p{font-size:16px;line-height:1.7;color:#0E0E0E;margin-bottom:20px}
.teaching-methods-page .method-features{list-style:none;padding:0;margin:0}
.teaching-methods-page .method-features li{font-size:15px;color:#0E0E0E;padding:8px 0;padding-left:28px;position:relative;line-height:1.5}
.teaching-methods-page .method-features li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:2px;background:#00DFB1}
.teaching-methods-page .approach-comparison{margin-top:80px;background:#FBFBFB;border-radius:16px;padding:50px;box-shadow:0 6px 30px #0e0e0e1a}
.teaching-methods-page .comparison-header{text-align:center;margin-bottom:50px}
.teaching-methods-page .comparison-header h3{font-size:36px;color:#0E0E0E;margin-bottom:16px;font-weight:700}
.teaching-methods-page .comparison-header p{font-size:17px;color:#0E0E0E;line-height:1.6}
.teaching-methods-page .comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.teaching-methods-page .comparison-column h4{font-size:22px;color:#0E0E0E;margin-bottom:30px;font-weight:600;padding-bottom:16px;border-bottom:3px solid #00DFB1;position:relative}
.teaching-methods-page .comparison-column h4::after{content:'';position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:#0E0E0E}
.teaching-methods-page .comparison-item{margin-bottom:24px;padding:20px;background:#00dfb108;border-radius:10px;border-left:4px solid transparent;transition:all .3s ease-in}
.teaching-methods-page .comparison-item:hover{border-left-color:#00DFB1;background:#00dfb114}
.teaching-methods-page .comparison-item h5{font-size:18px;color:#0E0E0E;margin-bottom:10px;font-weight:600}
.teaching-methods-page .comparison-item p{font-size:15px;color:#0E0E0E;line-height:1.6;margin:0}
@media (max-width: 1200px) {
.teaching-methods-page .intro-wrapper{gap:40px}
.teaching-methods-page .main-heading{font-size:40px}
.teaching-methods-page .method-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.teaching-methods-page .intro-wrapper{grid-template-columns:1fr;padding:50px 20px;gap:40px}
.teaching-methods-page .main-heading{font-size:32px}
.teaching-methods-page .intro-text{font-size:16px}
.teaching-methods-page .image-handler{height:350px}
.teaching-methods-page .methods-wrapper{padding:60px 20px}
.teaching-methods-page .methods-intro h2{font-size:32px}
.teaching-methods-page .methods-intro p{font-size:17px}
.teaching-methods-page .method-grid{grid-template-columns:1fr;gap:30px}
.teaching-methods-page .approach-comparison{padding:30px 20px;margin-top:50px}
.teaching-methods-page .comparison-header h3{font-size:28px}
.teaching-methods-page .comparison-grid{grid-template-columns:1fr;gap:40px}
}
.success-page-wrapper{width:100%;max-width:1400px;margin:0 auto;padding:0}
.success-hero-area{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#FBFBFB 0%,#00DFB1 100%);padding:80px 20px}
.success-hero-area::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:#0e0e0e14;border-radius:50%;z-index:1}
.success-hero-area::after{content:'';position:absolute;bottom:-30%;right:-15%;width:450px;height:450px;background:#00dfb126;border-radius:42% 58% 70% 30% / 45% 55% 45% 55%;z-index:1}
.success-hero-content{position:relative;z-index:2;max-width:700px;text-align:center;background:#fbfbfbeb;padding:60px 50px;border-radius:12px;box-shadow:0 8px 24px #0e0e0e1f 0 2px 8px #0e0e0e14}
.success-hero-content .icon-wrapper-data{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#00DFB1 0%,#0E0E0E 100%);border-radius:50%;margin-bottom:32px}
.success-hero-content .icon-wrapper-data i{font-size:42px;color:#FBFBFB}
.success-main-heading{font-size:46px;font-weight:700;color:#0E0E0E;margin:0 0 20px;line-height:1.2}
.success-subtext-handler{font-size:20px;color:#0E0E0E;line-height:1.6;margin:0 0 32px;opacity:.85}
.confirmation-info-container{background:#00dfb11a;border-left:4px solid #00DFB1;padding:24px 28px;border-radius:8px;margin-bottom:36px;text-align:left}
.confirmation-info-container p{margin:0;font-size:16px;color:#0E0E0E;line-height:1.7}
.confirmation-info-container p strong{color:#00DFB1;font-weight:600}
.button-group-wrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.button-group-wrapper .primary-action-button{display:inline-block;padding:16px 36px;background:#0E0E0E;color:#FBFBFB;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease-in;box-shadow:0 4px 12px #0e0e0e33;z-index:10;position:relative}
.button-group-wrapper .primary-action-button:hover{background:#00DFB1;color:#0E0E0E;transform:translateY(-2px);box-shadow:0 6px 16px #00dfb14d}
.button-group-wrapper .secondary-action-link{display:inline-block;padding:16px 36px;background:transparent;color:#0E0E0E;text-decoration:none;border:2px solid #0E0E0E;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease-in;z-index:10;position:relative}
.button-group-wrapper .secondary-action-link:hover{background:#0E0E0E;color:#FBFBFB;transform:translateY(-2px);box-shadow:0 4px 12px #0e0e0e33}
.next-steps-section{background:#FBFBFB;padding:80px 20px}
.next-steps-inner-wrapper{max-width:1200px;margin:0 auto}
.next-steps-inner-wrapper .section-heading-text{font-size:38px;font-weight:700;color:#0E0E0E;text-align:center;margin:0 0 52px;line-height:1.3;position:relative}
.next-steps-inner-wrapper .section-heading-text::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#00DFB1 0%,#0E0E0E 100%);margin:20px auto 0;border-radius:2px}
.steps-grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.step-card-item{background:#FBFBFB;border:2px solid #0e0e0e1a;border-radius:12px;padding:36px 28px;transition:all .3s ease-in;position:relative;overflow:hidden}
.step-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00DFB1 0%,#0E0E0E 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in}
.step-card-item:hover::before{transform:scaleX(1)}
.step-card-item:hover{border-color:#00DFB1;box-shadow:0 8px 24px #00dfb126;transform:translateY(-4px)}
.step-card-item .step-number-indicator{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#0E0E0E 0%,#00DFB1 100%);border-radius:50%;font-size:24px;font-weight:700;color:#FBFBFB;margin-bottom:24px}
.step-card-item .step-title-text{font-size:22px;font-weight:600;color:#0E0E0E;margin:0 0 16px;line-height:1.3}
.step-card-item .step-description-text{font-size:16px;color:#0E0E0E;line-height:1.7;margin:0;opacity:.8}
@media (max-width: 968px) {
.steps-grid-container{grid-template-columns:repeat(2,1fr);gap:28px}
.success-main-heading{font-size:38px}
.success-subtext-handler{font-size:18px}
.next-steps-inner-wrapper .section-heading-text{font-size:32px}
}
@media (max-width: 640px) {
.steps-grid-container{grid-template-columns:1fr;gap:24px}
.success-hero-area{min-height:420px;padding:60px 20px}
.success-hero-content{padding:40px 30px}
.success-main-heading{font-size:32px}
.success-subtext-handler{font-size:17px}
.button-group-wrapper{flex-direction:column;gap:12px}
.button-group-wrapper .primary-action-button,.button-group-wrapper .secondary-action-link{width:100%;text-align:center}
.next-steps-section{padding:60px 20px}
.next-steps-inner-wrapper .section-heading-text{font-size:28px;margin-bottom:40px}
.step-card-item{padding:28px 24px}
}