:root{--primary-color:#2563eb;--secondary-color:#3730a3;--text-color:#1f2937;--bg-color:#ffffff;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-800:#1f2937;--max-width:1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color)}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}header{background-color:var(--bg-color);box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}nav ul{display:flex;list-style:none;gap:2rem;position:relative}nav li{position:relative}nav a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s;padding:.5rem 0;display:block}nav a:hover{color:var(--primary-color)}nav li ul{position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);border-radius:.5rem;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;flex-direction:column;gap:0;padding:.5rem 0}nav li:hover>ul{opacity:1;visibility:visible;transform:translateY(0)}nav li ul li{display:block}nav li ul a{padding:.5rem 1.5rem;font-weight:400}nav li ul a:hover{background-color:var(--gray-100)}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:4rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.btn{display:inline-block;padding:.75rem 2rem;background-color:#fff;color:var(--primary-color);text-decoration:none;border-radius:.5rem;font-weight:600;transition:transform .3s,box-shadow .3s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.features{padding:4rem 0;background-color:var(--gray-100)}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--gray-800)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.feature-card h3{color:var(--primary-color);margin-bottom:1rem}footer{background-color:var(--gray-800);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer-section p{color:var(--gray-300);line-height:1.6}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--gray-300);text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:var(--gray-300)}.content-section{padding:4rem 0}.content-section h1{font-size:2.5rem;margin-bottom:2rem;color:var(--gray-800)}.blog-list{display:grid;gap:2rem}.blog-item{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.blog-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.blog-item h2{margin-bottom:.5rem}.blog-item a{color:var(--primary-color);text-decoration:none}.blog-meta{color:var(--gray-600);font-size:.875rem;margin-bottom:1rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.video-item{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.video-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.video-item iframe{width:100%;height:200px}.video-info{padding:1rem}.about-page{padding:2rem 0}.about-hero{text-align:center;margin-bottom:4rem}.profile-section{max-width:800px;margin:0 auto}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.about-hero h1{font-size:2.5rem;color:var(--gray-800);margin-bottom:1rem;font-weight:700}.tagline{font-size:1.25rem;color:var(--gray-600);margin-bottom:2rem}.about-content{max-width:700px;margin:0 auto;line-height:1.8}.about-content p{margin-bottom:1.5rem;font-size:1.1rem;color:var(--text-color)}.about-content h2{font-size:1.75rem;color:var(--gray-800);margin:3rem 0 1.5rem;font-weight:600}.cta-section{text-align:center;margin-top:3rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.social-links{margin-top:4rem;text-align:center}.social-links h3{font-size:1.5rem;color:var(--gray-800);margin-bottom:1.5rem;font-weight:600}.social-list{list-style:none;padding:0;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-list li{margin:0}.social-list a{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);text-decoration:none;padding:.75rem 1.5rem;border-radius:2rem;background-color:var(--gray-100);transition:all .3s ease;font-weight:500}.social-list a:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.social-list svg{flex-shrink:0}.contact-page{padding:2rem 0 4rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;color:var(--gray-800);margin-bottom:1rem}.contact-intro{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-appointment{background-color:#fff;padding:3rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.appointment-section h2{color:var(--gray-800);margin-bottom:1rem;font-size:1.875rem}.appointment-section>p{color:var(--gray-600);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.appointment-benefits{background-color:var(--gray-50,#f9fafb);padding:2rem;border-radius:.5rem;margin-bottom:2rem}.appointment-benefits h3{color:var(--gray-800);margin-bottom:1rem;font-size:1.25rem}.appointment-benefits ul{list-style:none;padding:0;margin:0}.appointment-benefits li{color:var(--gray-700);padding:.5rem 0;font-size:1.0625rem}.appointment-cta{text-align:center;margin-top:2rem}.btn-large{font-size:1.125rem;padding:1rem 2.5rem}.appointment-note{color:var(--gray-600);font-size:.875rem;margin-top:1rem}.contact-info h3{color:var(--gray-800);margin-bottom:1rem}.contact-social{list-style:none;padding:0;margin:1.5rem 0}.contact-social li{margin-bottom:1rem}.contact-social a{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);text-decoration:none;transition:color .3s}.contact-social a:hover{color:var(--primary-color)}.response-time{background-color:var(--gray-100);padding:1.5rem;border-radius:.5rem;margin-top:2rem}.response-time h4{color:var(--gray-800);margin-bottom:.5rem}.response-time p{color:var(--gray-600);margin:0}@media(max-width:768px){.hero h1{font-size:2rem}nav ul{flex-direction:column;gap:1rem}.header-content{flex-direction:column;gap:1rem}.about-hero h1{font-size:2rem}.profile-image{width:150px;height:150px}.about-content p{font-size:1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-social{justify-content:center}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-appointment{padding:2rem}.contact-header h1{font-size:2rem}.contact-intro{font-size:1.125rem}}.hero-new{background:linear-gradient(135deg,#1e293b 0%,#334155 50%,#475569 100%);color:#fff;padding:5rem 0;position:relative;overflow:hidden}.hero-new .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-content p{font-size:1.25rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.service-buttons{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:flex-start;margin-top:2rem}.service-btn{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:2rem;text-decoration:none;font-weight:600;font-size:1rem;text-align:center;transition:all .3s ease;border:none;cursor:pointer;flex:1;min-width:140px;height:48px}.service-btn-education{background-color:#6366f1;color:#fff}.service-btn-consulting{background-color:#8b5cf6;color:#fff;border:2px solid #fff}.service-btn-automation{background-color:#06b6d4;color:#fff}.service-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.hero-visual{display:flex;align-items:center;justify-content:center;min-height:350px}.hero-image-placeholder{width:100%;max-width:400px;height:300px;background:rgba(255,255,255,.1);border-radius:1rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hero-image-placeholder:hover{background:rgba(255,255,255,.15);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.hero-image-placeholder svg{width:100%;height:100%}.transform-section{padding:5rem 0;background-color:#f8fafc}.transform-section h2{text-align:center;font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.transform-subtitle{text-align:center;font-size:1.25rem;color:#64748b;margin-bottom:4rem;font-style:italic}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem}.service-card{background:#fff;padding:3rem 2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,8%);transition:all .3s ease;position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--service-color,#2563eb),var(--service-color-light,#3b82f6))}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.service-icon{width:100px;height:100px;border-radius:50%;background:var(--service-color,#2563eb);margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(0,0,0,.15);transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1);box-shadow:0 12px 35px rgba(0,0,0,.2)}.service-icon svg{width:40px;height:40px;color:#fff}.service-icon-education{--service-color:#6366f1;--service-color-light:#818cf8}.service-icon-consulting{--service-color:#8b5cf6;--service-color-light:#a78bfa}.service-icon-automation{--service-color:#06b6d4;--service-color-light:#22d3ee}.service-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.6;margin-bottom:2rem}.service-cta{display:inline-block;padding:.75rem 2rem;background-color:transparent;color:var(--service-color,#2563eb);text-decoration:none;border:2px solid var(--service-color,#2563eb);border-radius:2rem;font-weight:600;transition:all .3s ease}.service-cta:hover{background-color:var(--service-color,#2563eb);color:#fff}.strategic-pillars{padding:5rem 0;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#fff}.strategic-pillars h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pillar-card{text-align:center;padding:2rem}.pillar-icon{width:80px;height:80px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;backdrop-filter:blur(10px)}.pillar-icon svg{width:40px;height:40px;color:#fbbf24}.pillar-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.pillar-card p{opacity:.9;line-height:1.6}.dhandho-philosophy{padding:5rem 0;background-color:var(--bg-color)}@media(max-width:768px){.hero-new .container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content h1{font-size:2.5rem}.service-buttons{flex-direction:column;max-width:100%}.service-btn{flex:none;min-width:auto}.hero-image-placeholder{max-width:300px;height:200px}.transform-section h2{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem 1.5rem}.pillars-grid{grid-template-columns:1fr}.strategic-pillars h2{font-size:2rem}}@media(max-width:480px){.hero-content h1{font-size:2rem}.service-btn{padding:.875rem 1.5rem;font-size:1rem}.transform-section h2{font-size:1.75rem}}.hero-subtitle{font-size:1.25rem;color:var(--gray-600);text-align:center;max-width:800px;margin:2rem auto;line-height:1.6}.program-overview{padding:4rem 0;background-color:#fff;width:100%}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.overview-item{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.overview-item h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.125rem}.overview-item p{font-weight:600;color:var(--gray-800);font-size:1.1rem}.program-components{padding:5rem 0;width:100%;background-color:var(--gray-100);margin:3rem 0}.program-components:first-of-type{margin-top:0}.program-components.alt-background{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.program-components h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--gray-800)}.components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.component-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,8%);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--primary-color)}.component-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.component-icon{font-size:2.5rem;margin-bottom:1rem}.component-card h3{color:var(--gray-800);margin-bottom:1rem;font-size:1.25rem}.component-card p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.component-card ul{list-style:none;padding:0}.component-card li{color:var(--gray-700);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.component-card li::before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.bonus-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);color:var(--text-color);width:100%;margin:3rem 0}.process-timeline-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);width:100%;margin:3rem 0}.process-timeline-section h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--gray-800)}.timeline{max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.timeline::before{content:'';position:absolute;left:40px;top:80px;bottom:80px;width:3px;background:linear-gradient(180deg,#06b6d4 0%,#0891b2 100%)}.timeline-item{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem;position:relative;z-index:2}.timeline-number{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px rgba(6,182,212,.3);border:4px solid #fff}.timeline-content{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,8%);border-left:4px solid #06b6d4;transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{transform:translateX(5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.timeline-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block}.timeline-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.timeline-content p{font-size:1.125rem;color:var(--gray-600);margin-bottom:1rem;line-height:1.6}.timeline-content ul{list-style:none;padding:0;margin:0}.timeline-content ul li{padding:.5rem 0 .5rem 1.5rem;color:var(--gray-700);position:relative;line-height:1.6}.timeline-content ul li::before{content:'→';position:absolute;left:0;color:#06b6d4;font-weight:700}.tech-stack-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);width:100%;margin:3rem 0}.tech-stack-section h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--gray-800)}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--gray-600);max-width:700px;margin:0 auto 3rem;line-height:1.6}.tech-stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.tech-stack-item{text-align:center}.tech-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 20px rgba(6,182,212,.3);transition:transform .3s ease,box-shadow .3s ease}.tech-circle:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(6,182,212,.4)}.tech-icon{font-size:3rem;filter:brightness(0)invert(1)}.tech-stack-item h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.tech-stack-item p{font-size:.95rem;color:var(--gray-600);line-height:1.6;margin:0}.bonus-card{text-align:center;max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,8%)}.bonus-header h2{font-size:2rem;margin-bottom:.5rem;color:var(--gray-800)}.bonus-header h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--gray-600)}.bonus-card p{font-size:1.125rem;margin-bottom:2rem;color:var(--gray-600);line-height:1.6}.bonus-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.bonus-benefit{background:#f8fafc;padding:1rem;border-radius:.5rem;border:1px solid var(--gray-200);color:var(--gray-700);font-weight:500}.urgency-section{padding:5rem 0;background-color:#fef3c7;width:100%;margin:3rem 0}.urgency-card{text-align:center;max-width:600px;margin:0 auto}.urgency-card h2{color:#92400e;margin-bottom:1.5rem;font-size:1.75rem}.urgency-points{display:grid;gap:.75rem}.urgency-point{color:#78350f;font-weight:500;font-size:1.1rem}.guarantee-section{padding:5rem 0;background-color:var(--gray-100);width:100%;margin:3rem 0}.guarantee-section.alt-background{background-color:#fff}.guarantee-card{text-align:center;max-width:700px;margin:0 auto;background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,8%)}.guarantee-card h2{color:var(--gray-800);margin-bottom:1.5rem;font-size:1.75rem}.guarantee-card p{color:var(--gray-600);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.guarantee-highlight{color:var(--primary-color);font-weight:600;font-size:1.25rem}.guarantee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.guarantee-item{text-align:left}.guarantee-item strong{display:block;color:var(--gray-800);font-size:1.125rem;margin-bottom:.5rem}.guarantee-item p{color:var(--gray-600);font-size:1rem;line-height:1.6;margin:0}.package-duration{color:var(--primary-color);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#fff;width:100%;margin:3rem 0 0}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.25rem;margin-bottom:1.5rem}.cta-content p{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.cta-note{background:rgba(255,255,255,.1);padding:1.5rem;border-radius:.75rem;margin-bottom:2rem;backdrop-filter:blur(10px)}.cta-buttons{margin-top:2rem}.btn-large{font-size:1.25rem;padding:1.25rem 3rem}.education-hero{background:linear-gradient(135deg,#f8fafc 0%,#dbeafe 100%);padding:4rem 0;width:100%}.education-hero .hero-container{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.consulting-hero{background:linear-gradient(135deg,#f8fafc 0%,#ede9fe 100%);padding:4rem 0;width:100%}.consulting-hero .hero-container{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.consulting-hero-content{padding:1rem}.consulting-hero-image{display:flex;align-items:center;justify-content:center;padding:2rem}.automation-hero{background:linear-gradient(135deg,#f0fdfa 0%,#cffafe 100%);padding:4rem 0;width:100%}.automation-hero .hero-container{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.automation-hero-content{padding:1rem}.automation-hero-image{display:flex;align-items:center;justify-content:center;padding:2rem}.education-hero-content{padding:1rem}.hero-program-name{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--gray-800);margin-bottom:1.5rem;margin-top:0}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:var(--gray-600);margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.125rem;line-height:1.7;color:var(--gray-600);margin-bottom:0}.education-hero-image{display:flex;align-items:center;justify-content:center;padding:2rem}.image-placeholder{width:100%;height:300px;background:#fff;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,8%);display:flex;align-items:center;justify-content:center;border:2px dashed var(--gray-300)}.image-placeholder p{color:var(--gray-600);font-size:1rem;margin:0}@media(max-width:768px){.education-hero,.consulting-hero,.automation-hero{padding:3rem 0}.education-hero .hero-container,.consulting-hero .hero-container,.automation-hero .hero-container{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.hero-program-name{font-size:1.75rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.education-hero-content,.consulting-hero-content,.automation-hero-content{padding:.5rem}.education-hero-image,.consulting-hero-image,.automation-hero-image{padding:1rem}.image-placeholder{height:200px}.components-grid{grid-template-columns:1fr}.component-card{padding:2rem}.bonus-benefits{grid-template-columns:1fr}.bonus-card{padding:2rem 1.5rem}.bonus-header h2{font-size:1.75rem}.bonus-header h3{font-size:1.25rem}.program-components h2{font-size:2rem}.cta-content h2{font-size:1.75rem}.guarantee-grid{grid-template-columns:1fr;gap:1.5rem}.tech-stack-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.tech-circle{width:100px;height:100px}.tech-icon{font-size:2.5rem}.tech-stack-item h3{font-size:1.125rem}.tech-stack-item p{font-size:.875rem}.timeline::before{left:25px}.timeline-item{grid-template-columns:50px 1fr;gap:1rem}.timeline-number{width:40px;height:40px;font-size:1.25rem;border:3px solid #fff}.timeline-content{padding:1.5rem}.timeline-icon{font-size:2rem}.timeline-content h3{font-size:1.25rem}.timeline-content p{font-size:1rem}.timeline-content ul li{font-size:.95rem}}@media(max-width:480px){.tech-stack-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:40px 1fr;gap:.75rem}.timeline::before{left:20px}.timeline-number{width:35px;height:35px;font-size:1.125rem}}