*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo .logo-text{font-size:24px;font-weight:700;color:#1e3a8a;text-decoration:none}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#1e3a8a}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#1e3a8a;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding-top:90px;min-height:calc(100vh - 90px);display:flex;align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23cbd5e1' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:0}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;position:relative;z-index:1}.hero-content{animation:slideInLeft 1s ease-out;text-align:center;order:1}.hero-image{display:flex;justify-content:center;align-items:center;animation:slideInRight 1s ease-out;order:2}.greeting{display:block;font-size:1rem;color:#0d9488;font-weight:500;margin-bottom:.5rem}.name{display:block;font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.2rem;color:#ea580c;font-weight:600;margin-bottom:1rem}.hero-description{font-size:1rem;color:#64748b;margin-bottom:2rem;line-height:1.6;max-width:100%}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}.btn{padding:12px 24px;border:none;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:280px;margin:0 auto}.btn-primary{background:#1e3a8a;color:#fff;box-shadow:0 4px 14px #1e3a8a66}.btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a80}.btn-secondary{background:transparent;color:#1e3a8a;border:2px solid #1e3a8a}.btn-secondary:hover{background:#1e3a8a;color:#fff;transform:translateY(-2px)}.hero-avatar{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#0d9488);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #0000001a;position:relative;overflow:hidden}.hero-avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-avatar:after{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:3px solid #ea580c;border-radius:50%;opacity:.3}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#64748b;font-size:.8rem;animation:bounce 2s infinite;z-index:10}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (min-width: 769px){.hero{padding-top:90px;min-height:calc(100vh - 90px)}.hero-container{grid-template-columns:1fr 1fr;gap:3rem}.hero-content{text-align:left;order:1}.hero-buttons{flex-direction:row;width:auto}.btn{width:auto;max-width:none;margin:0}.greeting{font-size:1.2rem}.name{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}.hero-avatar{width:250px;height:250px}.scroll-indicator{font-size:.9rem}}@media (max-width: 768px){.hero{min-height:calc(100vh - 80px);padding:80px 15px 20px}.hero-container{grid-template-columns:1fr;gap:2rem;padding:0 10px}.hero-content{text-align:center}.hero-buttons{flex-direction:column;gap:.75rem}.btn{width:100%;padding:14px 20px}.name{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem;padding:0 10px}.hero-avatar{width:180px;height:180px}.scroll-indicator{bottom:1rem;font-size:.75rem}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media (max-width: 480px){.hero{min-height:calc(100vh - 75px);padding:75px 10px 15px}.name{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.hero-avatar{width:160px;height:160px}.hero-buttons{gap:.5rem}}.about{padding:100px 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#ea580c,#0d9488);border-radius:2px}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.about-intro{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.education-card,.languages{background:#f8fafc;padding:2rem;border-radius:12px;margin-bottom:2rem;border-left:4px solid #0d9488}.education-card h3,.languages h3{color:#1e3a8a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.education-details h4{color:#333;font-size:1.1rem;margin-bottom:.5rem}.university{color:#0d9488;font-weight:600;margin-bottom:.5rem}.graduation{color:#64748b}.language-items{display:flex;gap:1rem;flex-wrap:wrap}.language-tag{background:#0d9488;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.about-stats{display:flex;flex-direction:column;gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;border:1px solid #e2e8f0;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{font-size:2.5rem;color:#1e3a8a;font-weight:700;margin-bottom:.5rem}.stat-card p{color:#64748b;font-weight:500}.skills{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.skills-content{display:flex;flex-direction:column;gap:3rem}.skills-category{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.category-title{color:#1e3a8a;font-size:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-group h4{color:#333;margin-bottom:1rem;font-weight:600}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:linear-gradient(135deg,#1e3a8a,#0d9488);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;transition:transform .3s ease}.skill-tag:hover{transform:translateY(-2px)}.soft-skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.soft-skill-card{background:#f8fafc;padding:1.5rem;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent}.soft-skill-card:hover{background:#fff;border-color:#0d9488;transform:translateY(-5px);box-shadow:0 10px 30px #0d948833}.soft-skill-card i{font-size:2rem;color:#0d9488;margin-bottom:1rem}.soft-skill-card h4{color:#333;font-weight:600}.projects{padding:100px 0;background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#ea580c,#0d9488)}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-icon{font-size:2rem;color:#0d9488}.project-date{background:#f1f5f9;color:#64748b;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.project-title{color:#1e3a8a;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.project-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#f1f5f9;color:#1e3a8a;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.project-footer{border-top:1px solid #e2e8f0;padding-top:1rem}.project-type{color:#64748b;font-size:.9rem;font-style:italic}.professional-skills{padding:100px 0;background:#f8fafc}.portfolio-intro{text-align:center;font-size:1.1rem;color:#64748b;max-width:800px;margin:0 auto 3rem;line-height:1.7}.skill-session{background:#fff;border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a;overflow:hidden;border:1px solid #e2e8f0}.session-header{background:linear-gradient(135deg,#1e3a8a,#0d9488);color:#fff;padding:2rem;display:flex;align-items:center;justify-content:space-between}.session-title{font-size:1.5rem;font-weight:600;margin:0}.session-icon{font-size:2rem;opacity:.8}.session-content{padding:2.5rem}.skills-grid-portfolio{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.skill-module{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #0d9488;transition:all .3s ease}.skill-module:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #0d948833}.skill-module h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.skill-module p{color:#64748b;line-height:1.6;margin-bottom:1rem}.skill-tags-portfolio{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag-portfolio{background:linear-gradient(135deg,#1e3a8a,#0d9488);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.portfolio-concepts{display:grid;gap:2rem}.concept-card{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.concept-card h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.concept-card h4 i{color:#0d9488}.concept-card p{color:#64748b;line-height:1.6;margin-bottom:1rem}.concept-card ul{color:#64748b;line-height:1.6}.concept-card ul li{margin-bottom:.5rem}.portfolio-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.portfolio-type{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.portfolio-type strong{color:#1e3a8a;display:block;margin-bottom:.5rem}.peaks-framework{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.peak-item{background:#0d9488;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.reflection-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.reflection-step{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.reflection-step strong{color:#1e3a8a;font-size:1.1rem;display:block;margin-bottom:.5rem}.proposal-content{display:grid;gap:2rem}.proposal-definition{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #ea580c}.proposal-definition h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.proposal-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.proposal-type-card{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.proposal-type-card h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.proposal-type-card h4 i{color:#0d9488}.proposal-structure h5,.proposal-process h5{color:#1e3a8a;font-weight:600;margin:1rem 0 .5rem}.proposal-structure ul,.proposal-process ul{color:#64748b;line-height:1.6}.cv-content{display:grid;gap:2rem}.cv-overview{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #ea580c}.cv-overview h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.cv-principles{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.cv-principle{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.cv-principle h4{color:#1e3a8a;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.cv-principle h4 i{color:#0d9488}.cv-components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.cv-component{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.cv-component strong{color:#1e3a8a;display:block;margin-bottom:.5rem;font-weight:600}.interview-content{display:grid;gap:2rem}.interview-definition{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #ea580c}.interview-definition h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.communication-importance{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.communication-importance h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.communication-importance h4 i{color:#0d9488}.communication-breakdown{display:flex;justify-content:space-around;margin:1.5rem 0;flex-wrap:wrap;gap:1rem}.comm-stat{text-align:center;background:#fff;padding:1rem;border-radius:8px;border:1px solid #e2e8f0;min-width:120px}.percentage{display:block;font-size:2rem;font-weight:700;color:#1e3a8a}.comm-type{display:block;color:#64748b;font-weight:500;margin-top:.5rem}.comm-insight{text-align:center;font-weight:600;color:#ea580c;font-size:1.1rem}.candidate-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.candidate-type{padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.successful{background:#f0fdf4;border-left:4px solid #22c55e}.unsuccessful{background:#fef2f2;border-left:4px solid #ef4444}.candidate-type h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.successful h4{color:#16a34a}.unsuccessful h4{color:#dc2626}.emotional-intelligence-content{display:grid;gap:2rem}.ei-definition{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #ea580c}.ei-definition h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ei-definition h4 i{color:#0d9488}.ei-components h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ei-components h4 i{color:#0d9488}.components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.component-card{background:#f8fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;text-align:center;transition:all .3s ease}.component-card:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #0d948826}.component-card i{font-size:2rem;color:#0d9488;margin-bottom:1rem}.component-card strong{color:#1e3a8a;display:block;margin-bottom:.5rem;font-weight:600}.ei-importance h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ei-importance h4 i{color:#0d9488}.ei-importance ul{color:#64748b;line-height:1.6}.ei-signs-improvement{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.ei-signs,.ei-improvement{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.ei-signs h4,.ei-improvement h4{color:#1e3a8a;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ei-signs h4 i,.ei-improvement h4 i{color:#0d9488}.ei-signs ul,.ei-improvement ul{color:#64748b;line-height:1.6}.ei-takeaway{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #ea580c;text-align:center}.ei-takeaway h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.ei-takeaway h4 i{color:#0d9488}.takeaway-text{color:#64748b;font-size:1.1rem;line-height:1.6;font-weight:500}.six-cs h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.cs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.c-item{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.c-item strong{color:#1e3a8a;display:block;margin-bottom:.5rem;font-weight:600}.meeting-content{display:grid;gap:2rem}.meeting-purpose{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #ea580c}.meeting-purpose h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.meeting-purpose h4 i{color:#0d9488}.meeting-roles h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.meeting-roles h4 i{color:#0d9488}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.role-card{background:#f8fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.role-card strong{color:#1e3a8a;display:block;margin-bottom:.5rem;font-weight:600}.meeting-strategies h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.meeting-strategies h4 i{color:#0d9488}.meeting-strategies ul{color:#64748b;line-height:1.6}.email-content{display:grid;gap:2rem}.email-structure h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.email-structure h4 i{color:#0d9488}.email-parts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.email-part{background:#f8fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.email-part strong{color:#1e3a8a;display:block;margin-bottom:.5rem;font-weight:600}.etiquette-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.good-etiquette{background:#f0fdf4;padding:2rem;border-radius:12px;border-left:4px solid #22c55e}.bad-etiquette{background:#fef2f2;padding:2rem;border-radius:12px;border-left:4px solid #ef4444}.good-etiquette h4{color:#16a34a;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.bad-etiquette h4{color:#dc2626;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.food-festival-content{text-align:center}.festival-description{font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:2rem}.festival-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.festival-image-placeholder{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:3rem 1rem;text-align:center;color:#64748b;transition:all .3s ease}.festival-image-placeholder:hover{background:#f1f5f9;border-color:#0d9488}.festival-image-placeholder i{font-size:3rem;margin-bottom:1rem;color:#cbd5e1}.festival-image{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.festival-image:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.festival-image img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;display:block}.festival-skills h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.festival-skill-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.leadership-content{display:grid;gap:2rem}.teamwork-section,.leadership-section{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.teamwork-section h4,.leadership-section h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.teamwork-section h4 i,.leadership-section h4 i{color:#0d9488}.team-qualities h5,.leadership-styles h5{color:#1e3a8a;font-weight:600;margin:1rem 0 .5rem}.styles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.style-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.style-card strong{color:#1e3a8a;display:block;margin-bottom:.5rem;font-weight:600}.team-vs-group{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.team-vs-group h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.team-vs-group h4 i{color:#0d9488}.comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.comparison-item{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.comparison-item strong{color:#1e3a8a;display:block;margin-bottom:.5rem;font-weight:600}.telephone-content{display:grid;gap:2rem}.telephone-importance{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #ea580c}.telephone-importance h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.telephone-importance h4 i{color:#0d9488}.telephone-skills{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.phone-skill{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.phone-skill h4{color:#1e3a8a;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.phone-skill h4 i{color:#0d9488}.phone-skill ul{color:#64748b;line-height:1.6}.telephone-language{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.telephone-language h4{color:#1e3a8a;font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.telephone-language h4 i{color:#0d9488}.language-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1rem 0}.language-good{background:#f0fdf4;padding:1rem;border-radius:8px;border-left:4px solid #22c55e;color:#16a34a;font-weight:500}.language-bad{background:#fef2f2;padding:1rem;border-radius:8px;border-left:4px solid #ef4444;color:#dc2626;font-weight:500}.contact{padding:100px 0;background:linear-gradient(135deg,#1e3a8a,#0d9488);color:#fff}.contact .section-title{color:#fff}.contact .section-title:after{background:#ea580c}.contact-content{max-width:800px;margin:0 auto}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;background:#ffffff1a;padding:1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-item i{font-size:1.5rem;color:#ea580c;margin-top:.25rem}.contact-item h4{color:#fff;font-weight:600;margin-bottom:.5rem}.contact-item p{color:#fffc;line-height:1.5}.references{padding:100px 0;background:#fff}.references-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.reference-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.reference-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.reference-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.reference-icon{font-size:2rem;color:#0d9488}.reference-header h3{color:#1e3a8a;font-size:1.2rem;font-weight:600}.reference-details .qualification{color:#ea580c;font-weight:600;margin-bottom:.5rem}.reference-details .position{color:#333;font-weight:600;margin-bottom:.5rem}.reference-details .location{color:#64748b;margin-bottom:.5rem}.reference-details .additional{color:#64748b;font-size:.9rem;margin-bottom:1rem}.reference-contact{border-top:1px solid #e2e8f0;padding-top:1rem}.reference-contact p{display:flex;align-items:center;gap:.5rem;color:#64748b;margin-bottom:.5rem}.reference-contact i{color:#0d9488;width:16px}.footer{background:#1e3a8a;color:#fff;text-align:center;padding:2rem 0}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.name{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px;justify-content:center}.section-title{font-size:2rem}.projects-grid,.references-grid,.contact-info,.about-stats{grid-template-columns:1fr}.soft-skills-grid{grid-template-columns:repeat(2,1fr)}.skills-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 15px}.hero-avatar{width:200px;height:200px}.hero-avatar i{font-size:3rem}.name{font-size:2rem}.soft-skills-grid,.skills-grid-portfolio,.proposal-types,.cv-principles,.candidate-comparison,.etiquette-comparison,.telephone-skills{grid-template-columns:1fr}.session-header{flex-direction:column;text-align:center;gap:1rem}.communication-breakdown{flex-direction:column;align-items:center}.hero-buttons{gap:.75rem}.project-card,.reference-card{padding:1.5rem}.skills-category{padding:2rem}.session-content,.skill-module,.concept-card{padding:1.5rem}}
