@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:220 100% 50%;--primary-foreground:0 0% 100%;--primary-glow:220 100% 60%;--secondary:280 100% 50%;--secondary-foreground:0 0% 100%;--accent:45 100% 55%;--accent-foreground:222.2 84% 4.9%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:222.2 84% 4.9%;--radius:0.5rem;--gradient-primary:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--secondary)));--gradient-hero:linear-gradient(135deg,#05f,#a0f,#ffc619);--gradient-card:linear-gradient(145deg,#fff,#f8fafc);--gradient-tech:linear-gradient(90deg,hsl(var(--primary)/0.1),hsl(var(--secondary)/0.1));--shadow-elegant:0 10px 30px -10px hsl(var(--primary)/0.3);--shadow-glow:0 0 40px hsl(var(--primary-glow)/0.4);--shadow-card:0 4px 20px -2px #e5e7eb4d;--shadow-hover:0 20px 60px -10px hsl(var(--primary)/0.4);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-bounce:all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);--font-heading:"Inter",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%;--sidebar-background:240 5.9% 10%;--sidebar-foreground:240 4.8% 95.9%;--sidebar-primary:224.3 76.3% 48%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 3.7% 15.9%;--sidebar-accent-foreground:240 4.8% 95.9%;--sidebar-border:240 3.7% 15.9%;--sidebar-ring:217.2 91.2% 59.8%}*,body{@apply bg-background text-foreground}}.main_container_full_stack{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.container_full_stack{margin:0 auto;max-width:1200px;padding:0 20px}.section_header_full_stack{margin-bottom:60px;text-align:center}.section_title_full_stack{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:15px}.section_subtitle_full_stack{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.hero_full_stack{align-items:center;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero_background_full_stack{background:radial-gradient(circle at 20% 80%,#7877c61a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c61a 0,#0000 50%),radial-gradient(circle at 40% 40%,#78dbff0d 0,#0000 50%);height:100%;left:0;position:absolute;top:0;width:100%}.hero_particles_full_stack{animation:particleAnimation 20s linear infinite;background-image:radial-gradient(2px 2px at 20px 30px,#eee,#0000),radial-gradient(2px 2px at 40px 70px,#ffffff80,#0000),radial-gradient(1px 1px at 90px 40px,#fff,#0000),radial-gradient(1px 1px at 130px 80px,#fffc,#0000);background-repeat:repeat;background-size:200px 200px;height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%}@keyframes particleAnimation{0%{transform:translateY(0)}to{transform:translateY(-200px)}}.hero_content_full_stack{color:#fff;padding:80px 0;position:relative;text-align:center;z-index:2}.hero_badge_full_stack{animation:pulse 2s infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:25px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:30px;padding:10px 20px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.hero_title_full_stack{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:20px}.gradient_text_full_stack{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.hero_subtitle_full_stack{color:#363738;font-size:1.3rem;line-height:1.6;margin:0 auto 40px;max-width:700px}.hero_stats_full_stack{display:flex;gap:50px;justify-content:center;margin:40px 0}.stat_item_full_stack{text-align:center}.stat_number_full_stack{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.5rem;font-weight:800}.stat_label_full_stack{color:#94a3b8;font-size:1rem}.hero_cta_full_stack{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:40px 0}.btn_primary_full_stack,.btn_secondary_full_stack{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn_primary_full_stack{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn_primary_full_stack:hover{box-shadow:0 10px 25px #667eea4d;color:#fff;transform:translateY(-2px)}.btn_secondary_full_stack{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #0003;color:#000}.btn_secondary_full_stack:hover{background:#fff3;transform:translateY(-2px)}.code_terminal_full_stack{background:#1a1a1a;border:1px solid #333;border-radius:15px;box-shadow:0 20px 40px #0000004d;margin-top:60px;overflow:hidden}.terminal_header_full_stack{align-items:center;background:#2d2d2d;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:15px 20px}.terminal_controls_full_stack{display:flex;gap:8px}.control_dot_full_stack{border-radius:50%;height:12px;width:12px}.red_full_stack{background:#ff5f56}.yellow_full_stack{background:#ffbd2e}.green_full_stack{background:#27ca3f}.terminal_title_full_stack{color:#999;font-family:Courier New,monospace;font-size:.9rem}.ace_editor{border-radius:0 0 15px 15px!important}.ace-monokai{background-color:#1a1a1a!important}.features_full_stack{background:#f8fafc;padding:100px 0}.features_grid_full_stack{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature_card_full_stack{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature_card_full_stack:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-5px)}.feature_icon_container_full_stack{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.feature_icon_full_stack{color:#fff;font-size:2rem}.feature_title_full_stack{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:15px}.feature_description_full_stack{color:#64748b;line-height:1.6;margin-bottom:20px}.feature_highlight_full_stack{background:#f1f5f9;border-radius:20px;color:#475569;display:inline-block;font-size:.9rem;font-weight:600;padding:5px 15px}.tech_stack_full_stack{background:#fff;padding:100px 0}.tech_showcase_full_stack{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.tech_category_card_full_stack{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:40px 30px;transition:transform .3s ease}.tech_category_card_full_stack:hover{transform:translateY(-5px)}.tech_header_full_stack{align-items:center;display:flex;gap:15px;margin-bottom:25px}.tech_category_icon_full_stack{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.tech_header_full_stack h3{color:#1e293b;font-size:1.5rem;font-weight:700}.tech_items_full_stack{display:flex;flex-wrap:wrap;gap:12px}.tech_item_full_stack{background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#475569;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.tech_item_full_stack:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.curriculum_full_stack{background:#f8fafc;padding:100px 0}.curriculum_timeline_full_stack{margin:0 auto;max-width:800px;position:relative}.curriculum_timeline_full_stack:before{background:linear-gradient(180deg,#667eea,#764ba2);bottom:0;content:"";left:30px;position:absolute;top:0;width:2px}.timeline_item_full_stack{align-items:flex-start;display:flex;margin-bottom:40px;position:relative}.timeline_marker_full_stack{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:60px;justify-content:center;margin-right:30px;position:relative;width:60px;z-index:2}.timeline_content_full_stack{background:#fff;border-left:4px solid #667eea;border-radius:10px;box-shadow:0 5px 15px #00000014;flex:1 1;padding:25px}.timeline_content_full_stack h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:10px}.timeline_content_full_stack p{color:#64748b;margin-bottom:15px}.timeline_duration_full_stack{background:#f1f5f9;border-radius:15px;color:#475569;display:inline-block;font-size:.9rem;font-weight:600;padding:5px 12px}.projects_full_stack{background:#fff;padding:100px 0}.projects_showcase_full_stack{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project_card_full_stack{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project_card_full_stack:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-10px)}.project_image_full_stack{background:linear-gradient(135deg,#667eea,#764ba2);height:200px;position:relative}.project_image_full_stack,.project_overlay_full_stack{align-items:center;display:flex;justify-content:center}.project_overlay_full_stack{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;height:100px;width:100px}.project_icon_full_stack{color:#fff;font-size:2.5rem}.project_details_full_stack{padding:30px}.project_details_full_stack h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:10px}.project_details_full_stack p{color:#64748b;line-height:1.6;margin-bottom:20px}.project_tech_stack_full_stack{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.tech_badge_full_stack{background:#f1f5f9;border-radius:15px;color:#475569;font-size:.8rem;font-weight:600;padding:5px 12px}.project_features_full_stack{display:flex;flex-direction:column;gap:8px}.project_features_full_stack span{color:#64748b;font-size:.9rem}.learning_path_full_stack{background:#f8fafc;padding:100px 0}.journey_steps_full_stack{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.step_card_full_stack{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:40px 20px;position:relative;text-align:center;transition:transform .3s ease}.step_card_full_stack:hover{transform:translateY(-5px)}.step_number_full_stack{font-size:1.1rem;font-weight:700;height:40px;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:40px}.step_icon_full_stack,.step_number_full_stack{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;justify-content:center}.step_icon_full_stack{font-size:1.8rem;height:70px;margin:0 auto 20px;width:70px}.step_card_full_stack h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:10px}.step_card_full_stack p{color:#64748b;font-size:.95rem}.pricing_full_stack{background:#fff;padding:100px 0}.pricing_cards_full_stack{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:50px}.pricing_card_full_stack{background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:40px 30px;position:relative;transition:transform .3s ease}.pricing_card_full_stack:hover{transform:translateY(-5px)}.featured_full_stack{border:2px solid #667eea;transform:scale(1.05)}.featured_full_stack:hover{transform:scale(1.05) translateY(-5px)}.featured_badge_full_stack{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;font-size:.9rem;font-weight:600;left:50%;padding:5px 20px;position:absolute;top:-10px;transform:translateX(-50%)}.pricing_header_full_stack{margin-bottom:30px;text-align:center}.pricing_header_full_stack h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:15px}.price_amount_full_stack{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:10px}.price_description_full_stack{color:#64748b;font-size:1rem}.pricing_features_full_stack{margin-bottom:30px}.feature_item_full_stack{align-items:center;display:flex;gap:10px;margin-bottom:15px}.feature_item_full_stack i{color:#10b981;font-size:1.1rem}.feature_item_full_stack span{color:#475569}.pricing_cta_full_stack{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:block;font-weight:600;padding:15px;text-align:center;text-decoration:none;transition:all .3s ease}.pricing_cta_full_stack:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.pricing_guarantee_full_stack{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:15px;padding:30px;text-align:center}.guarantee_content_full_stack{align-items:center;display:flex;gap:20px;justify-content:center;margin:0 auto;max-width:600px}.guarantee_icon_full_stack{color:#0369a1;flex-shrink:0;font-size:2.5rem}.guarantee_content_full_stack h4{color:#0c4a6e;font-size:1.4rem;font-weight:700;margin-bottom:5px}.guarantee_content_full_stack p{color:#475569;margin:0}.faq_full_stack{background:#f8fafc;padding:100px 0}.faq_container_full_stack{margin:0 auto;max-width:800px}.faq_item_full_stack{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 5px 15px #00000014;margin-bottom:15px;overflow:hidden}.faq_question_full_stack{align-items:center;color:#1e293b;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:25px 30px;transition:background-color .3s ease}.faq_question_full_stack:hover{background-color:#f8fafc}.faq_icon_full_stack{transition:transform .3s ease}.faq_item_full_stack.active_full_stack .faq_icon_full_stack{transform:rotate(180deg)}.faq_answer_full_stack{max-height:0;overflow:hidden;padding:0 30px;transition:all .3s ease}.faq_item_full_stack.active_full_stack .faq_answer_full_stack{max-height:500px;padding:0 30px 25px}.faq_answer_full_stack p{color:#64748b;line-height:1.6;margin:0}.final_cta_full_stack{color:#000;padding:100px 0;text-align:center}.cta_title_full_stack{font-size:2.5rem;font-weight:700;margin-bottom:15px}.cta_subtitle_full_stack{color:#000;font-size:1.2rem;margin-bottom:20px}.cta_urgency_full_stack{margin-bottom:40px}.urgency_text_full_stack{align-items:center;background:#ffffff1a;border-radius:25px;display:inline-flex;font-weight:600;gap:10px;padding:10px 20px}.cta_buttons_full_stack{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn_primary_full_stack.large_full_stack{font-size:1.1rem;padding:18px 35px}.btn_outline_full_stack{align-items:center;background:#0000;border:2px solid #0000004d;border-radius:50px;color:#000;display:inline-flex;font-weight:600;gap:10px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn_outline_full_stack:hover{background:#ffffff1a;border-color:#00000080;transform:translateY(-2px)}@media (max-width:768px){.hero_title_full_stack{font-size:2.5rem}.hero_stats_full_stack{flex-direction:column;gap:20px}.hero_cta_full_stack{align-items:center;flex-direction:column}.features_grid_full_stack,.journey_steps_full_stack,.pricing_cards_full_stack,.projects_showcase_full_stack,.tech_showcase_full_stack{grid-template-columns:1fr}.curriculum_timeline_full_stack:before{left:25px}.timeline_marker_full_stack{height:50px;margin-right:20px;width:50px}.cta_title_full_stack,.section_title_full_stack{font-size:2rem}.cta_buttons_full_stack{align-items:center;flex-direction:column}.guarantee_content_full_stack{flex-direction:column;text-align:center}}@media (max-width:480px){.container_full_stack{padding:0 15px}.hero_title_full_stack{font-size:2rem}.section_title_full_stack{font-size:1.8rem}.feature_card_full_stack,.pricing_card_full_stack,.project_card_full_stack,.tech_category_card_full_stack{padding:25px 20px}.faq_question_full_stack{font-size:1rem;padding:20px}.faq_answer_full_stack{padding:0 20px}.faq_item_full_stack.active_full_stack .faq_answer_full_stack{padding:0 20px 20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}html{scroll-behavior:smooth}.btn_outline_full_stack:focus,.btn_primary_full_stack:focus,.btn_secondary_full_stack:focus,.faq_question_full_stack:focus{outline:2px solid #667eea;outline-offset:2px}.btn_primary_full_stack.loading,.btn_secondary_full_stack.loading{opacity:.7;pointer-events:none}.btn_primary_full_stack.loading:after,.btn_secondary_full_stack.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;content:"";height:16px;margin-left:10px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main_container_digital_marketing{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.container_digital_marketing{margin:0 auto;max-width:1200px;padding:0 20px}.hero_digital_marketing{align-items:center;color:#000;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero_background_digital_marketing{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800" opacity=".1"><path fill="%23fff" d="M0 0h1200v800H0z"/><circle cx="200" cy="100" r="50" fill="%23fff"/><circle cx="1000" cy="300" r="80" fill="%23fff"/><circle cx="800" cy="600" r="60" fill="%23fff"/></svg>');background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.hero_particles_digital_marketing{background:radial-gradient(circle at 20% 80%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c64d 0,#0000 50%),radial-gradient(circle at 40% 40%,#78dbff33 0,#0000 50%);height:100%;left:0;position:absolute;top:0;width:100%}.hero_content_digital_marketing{padding:100px 0;position:relative;width:100%;z-index:2}.hero_badge_digital_marketing{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(90,89,89,.589);border-radius:50px;display:inline-block;font-size:14px;font-weight:600;margin-bottom:20px;padding:8px 16px}.hero_title_digital_marketing{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.gradient_text_digital_marketing{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;background-clip:text}.hero_subtitle_digital_marketing{font-size:1.2rem;margin-bottom:40px;max-width:600px;opacity:.9}.hero_stats_digital_marketing{display:flex;gap:40px;margin-bottom:40px}.stat_item_digital_marketing{display:flex;flex-direction:column}.stat_number_digital_marketing{font-size:2.5rem;font-weight:700}.stat_label_digital_marketing{font-size:.9rem;opacity:.8}.hero_cta_digital_marketing{display:flex;gap:20px;margin-bottom:50px}.btn_primary_digital_marketing,.btn_secondary_digital_marketing{align-items:center;border-radius:50px;display:inline-flex;font-weight:600;gap:10px;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn_primary_digital_marketing{background:gold;color:#333}.btn_primary_digital_marketing:hover{background:#ffc400;box-shadow:0 10px 20px #ffd7004d;transform:translateY(-2px)}.btn_secondary_digital_marketing{background:#0000;border:2px solid #000000a1;color:#000}.btn_secondary_digital_marketing:hover{background:#ffffff1a;border-color:#00000080}.code_terminal_digital_marketing{background:#1a1a1a;border-radius:10px;box-shadow:0 20px 40px #0000004d;max-width:800px;overflow:hidden}.terminal_header_digital_marketing{align-items:center;background:#2d2d2d;display:flex;justify-content:space-between;padding:15px 20px}.terminal_controls_digital_marketing{display:flex;gap:8px}.control_dot_digital_marketing{border-radius:50%;height:12px;width:12px}.red_digital_marketing{background:#ff5f56}.yellow_digital_marketing{background:#ffbd2e}.green_digital_marketing{background:#27ca3f}.terminal_title_digital_marketing{color:#ccc;font-size:14px}.features_digital_marketing{background:#f8f9fa;padding:100px 0}.section_header_digital_marketing{margin-bottom:60px;text-align:center}.section_title_digital_marketing{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:15px}.section_subtitle_digital_marketing{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.features_grid_digital_marketing{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature_card_digital_marketing{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;overflow:hidden;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.feature_card_digital_marketing:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.feature_icon_container_digital_marketing{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;height:60px;justify-content:center;margin-bottom:20px;width:60px}.feature_title_digital_marketing{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:15px}.feature_description_digital_marketing{color:#666;margin-bottom:20px}.feature_highlight_digital_marketing{background:#667eea1a;border-radius:20px;color:#667eea;display:inline-block;font-size:.8rem;font-weight:600;padding:5px 12px}.tech_stack_digital_marketing{background:#fff;padding:100px 0}.tech_showcase_digital_marketing{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tech_category_card_digital_marketing{background:#f8f9fa;border-left:4px solid #667eea;border-radius:10px;padding:30px}.tech_header_digital_marketing{align-items:center;display:flex;gap:15px;margin-bottom:20px}.tech_category_icon_digital_marketing{color:#667eea;font-size:1.5rem}.tech_items_digital_marketing{display:flex;flex-wrap:wrap;gap:10px}.tech_item_digital_marketing{background:#fff;border-radius:20px;box-shadow:0 2px 5px #0000000d;font-size:.9rem;font-weight:500;padding:8px 15px}.curriculum_digital_marketing{background:#f8f9fa;padding:100px 0}.curriculum_timeline_digital_marketing{margin:0 auto;max-width:800px}.timeline_item_digital_marketing{display:flex;margin-bottom:40px;position:relative}.timeline_marker_digital_marketing{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:50px;justify-content:center;margin-right:30px;position:relative;width:50px;z-index:2}.timeline_content_digital_marketing{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;flex:1 1;padding:25px}.timeline_content_digital_marketing h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:10px}.timeline_content_digital_marketing p{color:#666;margin-bottom:15px}.timeline_duration_digital_marketing{background:#667eea1a;border-radius:20px;color:#667eea;display:inline-block;font-size:.8rem;font-weight:600;padding:5px 12px}.projects_digital_marketing{background:#fff;padding:100px 0}.projects_showcase_digital_marketing{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project_card_digital_marketing{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project_card_digital_marketing:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.project_image_digital_marketing{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:200px;justify-content:center;position:relative}.project_overlay_digital_marketing{align-items:center;background:#0000004d;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.project_details_digital_marketing{padding:25px}.project_details_digital_marketing h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:10px}.project_details_digital_marketing p{color:#666;margin-bottom:20px}.project_tech_stack_digital_marketing{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.tech_badge_digital_marketing{background:#667eea1a;border-radius:20px;color:#667eea;font-size:.8rem;font-weight:600;padding:5px 12px}.project_features_digital_marketing{display:flex;flex-direction:column;gap:5px}.project_features_digital_marketing span{color:#666;font-size:.9rem}.learning_path_digital_marketing{background:#f8f9fa;padding:100px 0}.journey_steps_digital_marketing{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.step_card_digital_marketing{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:30px;text-align:center;transition:transform .3s ease}.step_card_digital_marketing:hover{transform:translateY(-5px)}.step_number_digital_marketing{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:15px}.step_icon_digital_marketing{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.step_card_digital_marketing h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:10px}.step_card_digital_marketing p{color:#666;font-size:.9rem}.pricing_digital_marketing{background:#fff;padding:100px 0}.pricing_cards_digital_marketing{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto 50px;max-width:800px}.pricing_card_digital_marketing{background:#fff;border:2px solid #f0f0f0;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing_card_digital_marketing:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.featured_digital_marketing{border-color:#667eea;transform:scale(1.05)}.featured_badge_digital_marketing{background:#667eea;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;left:50%;padding:5px 15px;position:absolute;top:-10px;transform:translateX(-50%)}.pricing_header_digital_marketing{border-bottom:1px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px;text-align:center}.pricing_header_digital_marketing h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:10px}.price_amount_digital_marketing{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:5px}.price_description_digital_marketing{color:#666;font-size:.9rem}.pricing_features_digital_marketing{margin-bottom:30px}.feature_item_digital_marketing{align-items:center;display:flex;gap:10px;margin-bottom:15px}.feature_item_digital_marketing i{color:#27ca3f}.feature_item_digital_marketing span{color:#333}.pricing_cta_digital_marketing{background:#667eea;border-radius:5px;color:#fff;display:block;font-weight:600;padding:12px;text-align:center;text-decoration:none;transition:background .3s ease}.pricing_cta_digital_marketing:hover{background:#5a6fd8}.pricing_guarantee_digital_marketing{background:#f8f9fa;border-radius:10px;margin:0 auto;max-width:800px;padding:30px}.guarantee_content_digital_marketing{align-items:center;display:flex;gap:20px}.guarantee_icon_digital_marketing{color:#667eea;font-size:2rem}.guarantee_content_digital_marketing h4{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:5px}.guarantee_content_digital_marketing p{color:#666}.faq_digital_marketing{background:#f8f9fa;padding:100px 0}.faq_container_digital_marketing{margin:0 auto;max-width:800px}.faq_item_digital_marketing{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-bottom:15px;overflow:hidden}.faq_question_digital_marketing{align-items:center;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:20px 25px;transition:background .3s ease}.faq_question_digital_marketing:hover{background:#f8f9fa}.faq_icon_digital_marketing{transition:transform .3s ease}.faq_item_digital_marketing.active_digital_marketing .faq_icon_digital_marketing{transform:rotate(180deg)}.faq_answer_digital_marketing{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq_item_digital_marketing.active_digital_marketing .faq_answer_digital_marketing{max-height:500px}.faq_answer_digital_marketing p{color:#666;margin:0;padding:0 25px 20px}.final_cta_digital_marketing{color:#000;padding:100px 0;text-align:center}.cta_content_digital_marketing{margin:0 auto;max-width:600px}.cta_title_digital_marketing{font-size:2.5rem;font-weight:700;margin-bottom:15px}.cta_subtitle_digital_marketing{font-size:1.1rem;margin-bottom:20px;opacity:.9}.cta_urgency_digital_marketing{margin-bottom:30px}.urgency_text_digital_marketing{background:#fff3;border-radius:20px;display:inline-block;font-weight:600;padding:8px 16px}.cta_buttons_digital_marketing{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn_primary_digital_marketing.large_digital_marketing{font-size:1.1rem;padding:15px 35px}.btn_outline_digital_marketing{align-items:center;border:2px solid #00000080;border-radius:50px;color:#000;display:inline-flex;font-weight:600;gap:10px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn_outline_digital_marketing:hover{background:#ffffff1a;border-color:#000}@media (max-width:768px){.hero_title_digital_marketing{font-size:2.5rem}.hero_stats_digital_marketing{flex-direction:column;gap:20px}.hero_cta_digital_marketing{align-items:flex-start;flex-direction:column}.cta_buttons_digital_marketing{align-items:center;flex-direction:column}.pricing_cards_digital_marketing{grid-template-columns:1fr}.featured_digital_marketing{transform:none}.guarantee_content_digital_marketing{flex-direction:column;text-align:center}}.main_container_data_analyst{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.container_data_analyst{margin:0 auto;max-width:1200px;padding:0 20px}.hero_data_analyst{align-items:center;color:#000;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero_background_data_analyst{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800" opacity=".1"><path fill="%23fff" d="M0 0h1200v800H0z"/><circle cx="200" cy="100" r="50" fill="%23fff"/><circle cx="1000" cy="300" r="80" fill="%23fff"/><circle cx="800" cy="600" r="60" fill="%23fff"/></svg>');background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.hero_particles_data_analyst{background:radial-gradient(circle at 20% 80%,#00b4db4d 0,#0000 50%),radial-gradient(circle at 80% 20%,#0083b04d 0,#0000 50%),radial-gradient(circle at 40% 40%,#00dbff33 0,#0000 50%);height:100%;left:0;position:absolute;top:0;width:100%}.hero_content_data_analyst{padding:100px 0;position:relative;width:100%;z-index:2}.hero_badge_data_analyst{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#53525233;border-radius:50px;display:inline-block;font-size:14px;font-weight:600;margin-bottom:20px;padding:8px 16px}.hero_title_data_analyst{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.gradient_text_data_analyst{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#00b4db,#0083b0);-webkit-background-clip:text;background-clip:text}.hero_subtitle_data_analyst{font-size:1.2rem;margin-bottom:40px;max-width:600px;opacity:.9}.hero_stats_data_analyst{display:flex;gap:40px;margin-bottom:40px}.stat_item_data_analyst{display:flex;flex-direction:column}.stat_number_data_analyst{font-size:2.5rem;font-weight:700}.stat_label_data_analyst{font-size:.9rem;opacity:.8}.hero_cta_data_analyst{display:flex;gap:20px;margin-bottom:50px}.btn_primary_data_analyst,.btn_secondary_data_analyst{align-items:center;border-radius:50px;display:inline-flex;font-weight:600;gap:10px;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn_primary_data_analyst{background:#00b4db;color:#fff}.btn_primary_data_analyst:hover{background:#0099c7;box-shadow:0 10px 20px #00b4db4d;color:#fff;transform:translateY(-2px)}.btn_secondary_data_analyst{background:#0000;border:2px solid #0000004d;color:#000}.btn_secondary_data_analyst:hover{background:#ffffff1a;border-color:#00000080}.code_terminal_data_analyst{background:#1a1a1a;border-radius:10px;box-shadow:0 20px 40px #0000004d;overflow:hidden}.terminal_header_data_analyst{align-items:center;background:#2d2d2d;display:flex;justify-content:space-between;padding:15px 20px}.terminal_controls_data_analyst{display:flex;gap:8px}.control_dot_data_analyst{border-radius:50%;height:12px;width:12px}.red_data_analyst{background:#ff5f56}.yellow_data_analyst{background:#ffbd2e}.green_data_analyst{background:#27ca3f}.terminal_title_data_analyst{color:#ccc;font-size:14px}.features_data_analyst{background:#f8f9fa;padding:100px 0}.section_header_data_analyst{margin-bottom:60px;text-align:center}.section_title_data_analyst{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:15px}.section_subtitle_data_analyst{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.features_grid_data_analyst{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature_card_data_analyst{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;overflow:hidden;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.feature_card_data_analyst:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.feature_icon_container_data_analyst{align-items:center;background:linear-gradient(135deg,#00b4db,#0083b0);border-radius:12px;display:flex;height:60px;justify-content:center;margin-bottom:20px;width:60px}.feature_title_data_analyst{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:15px}.feature_description_data_analyst{color:#666;margin-bottom:20px}.feature_highlight_data_analyst{background:#00b4db1a;border-radius:20px;color:#00b4db;display:inline-block;font-size:.8rem;font-weight:600;padding:5px 12px}.tech_stack_data_analyst{background:#fff;padding:100px 0}.tech_showcase_data_analyst{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tech_category_card_data_analyst{background:#f8f9fa;border-left:4px solid #00b4db;border-radius:10px;padding:30px}.tech_header_data_analyst{align-items:center;display:flex;gap:15px;margin-bottom:20px}.tech_category_icon_data_analyst{color:#00b4db;font-size:1.5rem}.tech_items_data_analyst{display:flex;flex-wrap:wrap;gap:10px}.tech_item_data_analyst{background:#fff;border-radius:20px;box-shadow:0 2px 5px #0000000d;font-size:.9rem;font-weight:500;padding:8px 15px}.curriculum_data_analyst{background:#f8f9fa;padding:100px 0}.curriculum_timeline_data_analyst{margin:0 auto;max-width:800px;position:relative}.timeline_item_data_analyst{display:flex;margin-bottom:40px;position:relative}.timeline_marker_data_analyst{align-items:center;background:#00b4db;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:50px;justify-content:center;margin-right:30px;position:relative;width:50px;z-index:2}.timeline_content_data_analyst{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;flex:1 1;padding:25px}.timeline_content_data_analyst h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:10px}.timeline_content_data_analyst p{color:#666;margin-bottom:15px}.timeline_duration_data_analyst{background:#00b4db1a;border-radius:20px;color:#00b4db;display:inline-block;font-size:.8rem;font-weight:600;padding:5px 12px}.projects_data_analyst{background:#fff;padding:100px 0}.projects_showcase_data_analyst{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project_card_data_analyst{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project_card_data_analyst:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.project_image_data_analyst{align-items:center;background:linear-gradient(135deg,#00b4db,#0083b0);display:flex;height:200px;justify-content:center;position:relative}.project_overlay_data_analyst{align-items:center;background:#0000004d;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.project_details_data_analyst{padding:25px}.project_details_data_analyst h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:10px}.project_details_data_analyst p{color:#666;margin-bottom:20px}.project_tech_stack_data_analyst{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.tech_badge_data_analyst{background:#00b4db1a;border-radius:20px;color:#00b4db;font-size:.8rem;font-weight:600;padding:5px 12px}.project_features_data_analyst{display:flex;flex-direction:column;gap:5px}.project_features_data_analyst span{color:#666;font-size:.9rem}.learning_path_data_analyst{background:#f8f9fa;padding:100px 0}.journey_steps_data_analyst{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.step_card_data_analyst{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:30px;text-align:center;transition:transform .3s ease}.step_card_data_analyst:hover{transform:translateY(-5px)}.step_number_data_analyst{color:#00b4db;font-size:2rem;font-weight:700;margin-bottom:15px}.step_icon_data_analyst{align-items:center;background:linear-gradient(135deg,#00b4db,#0083b0);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.step_card_data_analyst h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:10px}.step_card_data_analyst p{color:#666;font-size:.9rem}.pricing_data_analyst{background:#fff;padding:100px 0}.pricing_cards_data_analyst{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto 50px;max-width:800px}.pricing_card_data_analyst{background:#fff;border:2px solid #f0f0f0;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing_card_data_analyst:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.featured_data_analyst{border-color:#00b4db;transform:scale(1.05)}.featured_badge_data_analyst{background:#00b4db;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;left:50%;padding:5px 15px;position:absolute;top:-10px;transform:translateX(-50%)}.pricing_header_data_analyst{border-bottom:1px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px;text-align:center}.pricing_header_data_analyst h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:10px}.price_amount_data_analyst{color:#00b4db;font-size:2.5rem;font-weight:700;margin-bottom:5px}.price_description_data_analyst{color:#666;font-size:.9rem}.pricing_features_data_analyst{margin-bottom:30px}.feature_item_data_analyst{align-items:center;display:flex;gap:10px;margin-bottom:15px}.feature_item_data_analyst i{color:#27ca3f}.feature_item_data_analyst span{color:#333}.pricing_cta_data_analyst{background:#00b4db;border-radius:5px;color:#fff;display:block;font-weight:600;padding:12px;text-align:center;text-decoration:none;transition:background .3s ease}.pricing_cta_data_analyst:hover{background:#0099c7}.pricing_guarantee_data_analyst{background:#f8f9fa;border-radius:10px;margin:0 auto;max-width:800px;padding:30px}.guarantee_content_data_analyst{align-items:center;display:flex;gap:20px}.guarantee_icon_data_analyst{color:#00b4db;font-size:2rem}.guarantee_content_data_analyst h4{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:5px}.guarantee_content_data_analyst p{color:#666}.faq_data_analyst{background:#f8f9fa;padding:100px 0}.faq_container_data_analyst{margin:0 auto;max-width:800px}.faq_item_data_analyst{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-bottom:15px;overflow:hidden}.faq_question_data_analyst{align-items:center;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:20px 25px;transition:background .3s ease}.faq_question_data_analyst:hover{background:#f8f9fa}.faq_icon_data_analyst{transition:transform .3s ease}.faq_item_data_analyst.active_data_analyst .faq_icon_data_analyst{transform:rotate(180deg)}.faq_answer_data_analyst{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq_item_data_analyst.active_data_analyst .faq_answer_data_analyst{max-height:500px}.faq_answer_data_analyst p{color:#666;margin:0;padding:0 25px 20px}.final_cta_data_analyst{color:#000;padding:100px 0;text-align:center}.cta_content_data_analyst{margin:0 auto;max-width:600px}.cta_title_data_analyst{font-size:2.5rem;font-weight:700;margin-bottom:15px}.cta_subtitle_data_analyst{font-size:1.1rem;margin-bottom:20px;opacity:.9}.cta_urgency_data_analyst{margin-bottom:30px}.urgency_text_data_analyst{background:#fff3;border-radius:20px;display:inline-block;font-weight:600;padding:8px 16px}.cta_buttons_data_analyst{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn_primary_data_analyst.large_data_analyst{font-size:1.1rem;padding:15px 35px}.btn_outline_data_analyst{align-items:center;border:2px solid #00000080;border-radius:50px;color:#000;display:inline-flex;font-weight:600;gap:10px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn_outline_data_analyst:hover{background:#ffffff1a;border-color:rgba(0,0,0,.356)}@media (max-width:768px){.hero_title_data_analyst{font-size:2.5rem}.hero_stats_data_analyst{flex-direction:column;gap:20px}.hero_cta_data_analyst{align-items:flex-start;flex-direction:column}.cta_buttons_data_analyst{align-items:center;flex-direction:column}.pricing_cards_data_analyst{grid-template-columns:1fr}.featured_data_analyst{transform:none}.guarantee_content_data_analyst{flex-direction:column;text-align:center}}
/*# sourceMappingURL=main.e2c8f752.css.map*/