*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body,html{overflow-x:hidden}body{width:100%;max-width:100vw}section{scroll-margin-top:80px}.hero-buttons{position:relative;z-index:10}body{font-family:Inter,sans-serif;line-height:1.6;color:#2c3e50;background-color:#ffffff}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:.5rem 0;transition:all .3s ease}.navbar.scrolled{background:rgba(255,255,255,.98);box-shadow:0 2px 20px rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{margin:0;padding:0}.nav-logo h2{font-family:Playfair Display,serif;color:#2c3e50;font-size:1.5rem}.logo-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.logo-button,.logo-image{margin:0;transition:all .3s ease}.logo-image{height:60px;width:auto;max-width:280px;object-fit:contain;filter:invert(1) brightness(.2) contrast(2);display:block}.logo-button:hover .logo-image{transform:scale(1.05);filter:invert(1) brightness(.15) contrast(2.2)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:#8b5cf6}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#8b5cf6;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#2c3e50;margin:3px 0;transition:.3s}.nav-menu.active{display:flex;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.language-switcher{position:relative;display:inline-block}.language-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-radius:8px;color:#2c3e50;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;min-width:60px;justify-content:center}.language-button:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;border-color:#6366f1;transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.language-label{font-weight:600;letter-spacing:.5px}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:white;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);z-index:1000;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:140px}.language-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:transparent;color:#2c3e50;cursor:pointer;transition:all .3s ease;font-size:.9rem;border:none;border-bottom:1px solid #f1f5f9}.language-option:last-child{border-bottom:none}.language-option:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#8b5cf6}.language-option.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white}.lang-code{font-weight:600;font-size:.85rem;letter-spacing:.5px}.lang-name{font-size:.8rem;opacity:.8}.language-option.active .lang-name{opacity:1}.hero{min-height:100vh;max-height:none;display:flex;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#312e81);padding-top:90px;padding-bottom:3rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%238b5cf6" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;min-height:calc(100vh - 180px);height:auto}.hero-content{margin-bottom:0;padding-bottom:1rem;display:flex;flex-direction:column;justify-content:center;height:auto;max-width:100%}.hero-badge{display:inline-block;background:linear-gradient(135deg,#5b21b6,#7c3aed);color:white;padding:.5rem 1.5rem;border-radius:50px;font-size:clamp(.75rem,2vw,.9rem);font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hero-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;color:white;line-height:1.1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.highlight{color:#8b5cf6;position:relative}.highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background:rgba(139,92,246,.2);z-index:-1}.hero-subtitle{font-size:clamp(1rem,2vw,1.3rem);color:#cbd5e1;margin-bottom:2rem;line-height:1.6;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-stats{display:flex;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#8b5cf6;font-family:Playfair Display,serif}.stat-label{font-size:.9rem;color:#94a3b8;margin-top:.5rem;text-transform:uppercase;letter-spacing:.5px}.hero-stats-animated{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem;max-width:100%;width:100%}.stat-item-animated{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:rgba(15,23,42,.4);border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease;position:relative;overflow:hidden;min-height:120px;justify-content:center}.stat-item-animated:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7);border-radius:20px 20px 0 0;opacity:0;transition:opacity .5s ease}.stat-item-animated:hover:before{opacity:1}.stat-item-animated:hover{transform:translateY(-3px);background:rgba(15,23,42,.6);border-color:rgba(99,102,241,.4)}.stat-number-animated{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Playfair Display,serif;margin-bottom:.5rem;transition:all .3s ease;min-height:3rem;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(139,92,246,.2))}.stat-label-animated{font-size:clamp(.7rem,1.5vw,.9rem);color:#cbd5e1;text-transform:uppercase;letter-spacing:.5px;font-weight:600;line-height:1.3;text-align:center;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:2rem;max-width:100%;justify-content:flex-start;align-items:center}.hero-buttons .btn{position:relative;z-index:10;min-width:200px;max-width:300px;justify-content:center;text-align:center;white-space:normal;overflow:visible;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;flex:1 1}.hero-buttons .btn-primary{animation:pulse-glow 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 8px 32px rgba(99,102,241,.3)}50%{box-shadow:0 8px 32px rgba(99,102,241,.5)}}.btn{padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:1rem;min-height:52px;text-align:center}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;box-shadow:0 8px 32px rgba(99,102,241,.3);border:none;font-weight:700;font-size:1.1rem;padding:16px 42px;position:relative;overflow:hidden;min-height:56px}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(99,102,241,.4);background:linear-gradient(135deg,#4f46e5,#a855f7)}.btn-secondary{background:rgba(255,255,255,.9);color:#8b5cf6;border:2px solid #8b5cf6;font-weight:600;font-size:1.1rem;padding:14px 40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(139,92,246,.15);min-height:56px}.btn-secondary:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:white;transform:translateY(-2px);box-shadow:0 8px 32px rgba(139,92,246,.3);border-color:transparent}.hero-image{display:flex;justify-content:center;align-items:center;height:100%;max-height:80vh}.hero-image img{max-width:100%;max-height:100%;object-fit:contain}.hero-small-image{display:none}.image-placeholder{width:350px;height:450px;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(124,58,237,.1));border-radius:30px;box-shadow:0 30px 60px rgba(139,92,246,.2);border:1px solid rgba(139,92,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-placeholder i{font-size:5rem;color:#8b5cf6;opacity:.8}.section-header{text-align:center;margin-bottom:4rem}.services .section-header{margin-bottom:5rem}.section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.services .section-header h2{color:white}.services .section-header p{color:#e2e8f0}.story{padding:6rem 0;background:linear-gradient(135deg,#ffffff,#f8fafc)}.story-image-blended{width:75%;max-width:400px;height:auto;position:relative;transition:all .3s ease;margin:0 auto;display:block;mask:radial-gradient(ellipse at center,rgba(0,0,0,1) 40%,rgba(0,0,0,.8) 70%,rgba(0,0,0,.3) 85%,rgba(0,0,0,0) 100%);-webkit-mask:radial-gradient(ellipse at center,rgba(0,0,0,1) 40%,rgba(0,0,0,.8) 70%,rgba(0,0,0,.3) 85%,rgba(0,0,0,0) 100%)}.story-image-blended:after{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(ellipse at center,transparent 35%,rgba(255,255,255,.1) 60%,rgba(248,250,252,.3) 80%,rgba(255,255,255,.5) 100%);z-index:-1;border-radius:50%}.story-image-blended:hover{transform:scale(1.02)}.story-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.story-text h3{font-size:2.2rem;color:#1e293b;margin-bottom:1.5rem;font-family:Playfair Display,serif}.story-text p{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.8}.story-text h3:not(:first-child){margin-top:3rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}.stat{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:15px;border:1px solid #e2e8f0}.stat h4{font-size:2rem;color:#8b5cf6;margin-bottom:.5rem}.stat p{color:#64748b;font-size:.9rem}.services{padding:6rem 0;background:linear-gradient(135deg,#1e293b,#334155 50%,#475569);color:white}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:rgba(255,255,255,.08);padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px rgba(139,92,246,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(139,92,246,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(139,92,246,.3);border-color:rgba(139,92,246,.4)}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#5b21b6,#7c3aed);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.5rem;color:white}.service-card h3{font-size:1.3rem;color:white;margin-bottom:1rem}.service-card p{color:#e2e8f0;margin-bottom:1.5rem;line-height:1.6}.service-card ul{list-style:none}.service-card li{color:#cbd5e1;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-card li:before{content:"✓";position:absolute;left:0;color:#8b5cf6;font-weight:700}.service-card{position:relative}.service-highlight{position:absolute;top:1rem;right:1rem;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);z-index:10}.service-highlight.popular{background:linear-gradient(135deg,rgba(239,68,68,.8),rgba(220,38,38,.8));color:white;box-shadow:0 4px 12px rgba(239,68,68,.3)}.service-highlight.exclusive{background:linear-gradient(135deg,rgba(245,158,11,.8),rgba(217,119,6,.8));color:white;box-shadow:0 4px 12px rgba(245,158,11,.3)}.service-highlight.trending{background:linear-gradient(135deg,rgba(34,197,94,.8),rgba(22,163,74,.8));color:white;box-shadow:0 4px 12px rgba(34,197,94,.3)}.service-highlight.special{background:linear-gradient(135deg,rgba(168,85,247,.8),rgba(147,51,234,.8));color:white;box-shadow:0 4px 12px rgba(168,85,247,.3)}.service-highlight span{position:relative;z-index:1}.contact{padding:6rem 0;background:linear-gradient(135deg,#475569,#64748b 50%,#334155);color:white}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1000px;margin:0 auto}.contact-info h3{font-size:1.8rem;color:white;margin-bottom:1rem}.contact-info p{color:#e2e8f0;margin-bottom:2rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.3rem;background:rgba(0,0,0,.2);border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.3);border:1px solid rgba(99,102,241,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .3s ease}.contact-item:hover{background:rgba(0,0,0,.3);border-color:rgba(99,102,241,.5);transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.4)}.contact-item i{color:#6366f1;font-size:1.3rem;width:22px;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(99,102,241,.3))}.contact-item div{display:flex;flex-direction:column;gap:.2rem}.contact-item strong{color:#ffffff;font-size:.9rem;font-weight:600}.contact-item span{color:#e2e8f0;font-size:.95rem}.contact-form{background:linear-gradient(135deg,rgba(15,23,42,.95),rgba(30,41,59,.9));padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.4);border:2px solid rgba(99,102,241,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden}.contact-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7);border-radius:20px 20px 0 0}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;border:2px solid rgba(99,102,241,.4);border-radius:12px;font-size:1rem;transition:all .3s ease;background:rgba(0,0,0,.3);color:white;font-family:inherit;font-weight:400}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:rgba(0,0,0,.4);box-shadow:0 0 0 4px rgba(99,102,241,.2);transform:translateY(-2px)}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group select option{background:#1e293b;color:white;padding:8px 12px}.form-group textarea{resize:vertical;min-height:120px}.trust-indicators{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(139,92,246,.2)}.trust-item{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;padding:.9rem 1.1rem;background:rgba(99,102,241,.15);border-radius:10px;border:1px solid rgba(99,102,241,.3)}.trust-item i{color:#6366f1;font-size:1.1rem;width:18px;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(99,102,241,.3))}.trust-item span{color:#e2e8f0;font-size:.9rem;font-weight:500}.calendly-section{text-align:center;margin:2rem 0;padding:1.2rem;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(124,58,237,.1));border-radius:12px;border:1px solid rgba(139,92,246,.3);position:relative;overflow:hidden}.btn-calendly{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white;border:none;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(139,92,246,.3);position:relative;z-index:2}.btn-calendly:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 6px 16px rgba(139,92,246,.4);color:white}.btn-calendly i{font-size:1rem}.calendly-note{color:rgba(139,92,246,.8);font-size:.85rem;margin-top:.8rem;margin-bottom:0;display:flex;align-items:center;justify-content:center;gap:6px}.calendly-note i{color:#8b5cf6;font-size:.75rem}.contact-form h3{color:#ffffff;font-size:1.6rem;margin-bottom:.6rem;font-weight:600}.contact-form p{color:#e2e8f0;margin-bottom:2rem;line-height:1.6;font-size:1rem;font-weight:400}.contact-form-fields{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem}.form-group label{display:block;color:#ffffff;font-weight:600;margin-bottom:.4rem;font-size:.9rem}.btn-full{width:100%;align-items:center;justify-content:center;padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;margin-top:1.5rem;position:relative;overflow:hidden}.btn-full,.form-note{display:flex;gap:.5rem}.form-note{margin-top:1rem;padding:1rem;background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.3);border-radius:10px;color:#e2e8f0;font-size:.85rem;align-items:flex-start;line-height:1.5;font-weight:400}.form-note i{color:#6366f1;margin-top:.1rem;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(99,102,241,.3))}.form-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.form-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#10b981}.form-message.success i{color:#10b981}.form-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}.form-message.error i{color:#ef4444}.btn:disabled,.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.footer{background:linear-gradient(135deg,#0f172a,#1e293b);color:white;padding:3rem 0 1rem}.footer-quote{font-style:italic;color:#8b5cf6;margin-top:1rem;font-size:.9rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:white;margin-bottom:1rem}.footer-section p{color:#94a3b8;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#8b5cf6}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;transition:background .3s ease}.social-links a:hover{background:#8b5cf6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}.journey{padding:6rem 0;background:linear-gradient(135deg,#ffffff,#f8fafc)}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#5b21b6,#7c3aed);transform:translateX(-50%)}.timeline-item{position:relative;margin-bottom:3rem}.timeline-item:nth-child(odd) .timeline-content{margin-left:0;margin-right:50%;padding-right:2rem;text-align:right}.timeline-item:nth-child(2n) .timeline-content{margin-left:50%;margin-right:0;padding-left:2rem;text-align:left}.timeline-content{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.05);border:1px solid #e2e8f0;position:relative}.timeline-content:before{content:"";position:absolute;top:50%;width:15px;height:15px;background:#8b5cf6;border-radius:50%;transform:translateY(-50%)}.timeline-item:nth-child(odd) .timeline-content:before{right:-7.5px}.timeline-item:nth-child(2n) .timeline-content:before{left:-7.5px}.timeline-content h3{color:#1e293b;margin-bottom:.5rem}.timeline-content h4{color:#8b5cf6;font-size:1rem;margin-bottom:.5rem}.timeline-date{color:#64748b;font-size:.9rem;margin-bottom:1rem;font-style:italic}.timeline-content p{color:#64748b;line-height:1.6}.timeline-content img{width:100%;border-radius:15px;margin:1rem 0;box-shadow:0 6px 18px rgba(139,92,246,.12);object-fit:cover;max-height:320px}@media (max-width:1024px){.hero{min-height:100vh;max-height:none}.hero-container{gap:2rem;height:auto}.hero-stats-animated{max-width:100%;gap:.6rem}.stat-item-animated{padding:1.2rem .8rem;border-radius:16px;min-height:100px}.stat-number-animated{font-size:clamp(2rem,5vw,2.8rem);min-height:2.5rem}.stat-label-animated{font-size:clamp(.65rem,2vw,.8rem);line-height:1.2}}@media (max-width:768px){.nav-menu{display:none}.navbar{padding:.3rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}.nav-container{position:relative;justify-content:center}.nav-logo{justify-content:center;flex:1 1}.language-switcher{position:absolute;right:0;top:50%;transform:translateY(-50%)}.logo-image{height:50px;max-width:220px}.logo-button{padding:8px;margin:-8px;border-radius:4px}.language-button{padding:6px 12px;font-size:.85rem;min-width:50px}.story-image-blended{width:85%;max-width:350px}.story-content{grid-template-columns:1fr;gap:2rem;text-align:center}.language-dropdown{min-width:120px}.language-option{padding:10px 12px;font-size:.85rem}.hamburger{display:flex}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;height:auto;min-height:auto;padding:0 15px}.hero-image{display:none}.hero-title{font-size:2.5rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.services-grid{gap:1.5rem}.services-grid,.stats{grid-template-columns:1fr}.stats{gap:1rem}.hero-buttons{justify-content:center}.section-header{margin-bottom:2rem}.services .section-header{margin-bottom:3rem}.section-header h2{font-size:2rem}.service-card{padding:1.5rem}.service-highlight{top:.8rem;right:.8rem;padding:.3rem .6rem;font-size:.7rem;border-radius:15px}.contact-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.contact-item{padding:1rem;flex-direction:column;text-align:center;gap:.5rem}.contact-item div{align-items:center}.trust-item{justify-content:center;text-align:center}.btn-full{padding:.8rem 1.5rem;font-size:.9rem}.contact,.services,.story{padding:3rem 0}.hero-stats{flex-direction:column;gap:1rem}.stat-item{flex-direction:row;gap:1rem;justify-content:center}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.hero-stats-animated{grid-template-columns:1fr;gap:.6rem;max-width:100%;margin-bottom:1.5rem;order:3}.stat-item-animated{padding:1rem;flex-direction:row;gap:1rem;justify-content:flex-start;border-radius:16px;min-height:80px;align-items:center}.stat-number-animated{font-size:clamp(1.8rem,8vw,2.5rem);min-height:auto;margin-bottom:0;flex-shrink:0}.stat-label-animated{font-size:clamp(.7rem,3vw,.9rem);max-width:none;text-align:left;text-transform:none;line-height:1.3;flex:1 1}.hero{padding-bottom:5rem}.hero-small-image{display:flex;justify-content:center;margin:1rem 0;order:1}.hero-small-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;object-position:center 25%;border:3px solid #8b5cf6;box-shadow:0 4px 12px rgba(139,92,246,.3)}}@media (max-width:480px){.hero-title{font-size:2rem}.section-header h2{font-size:1.8rem}.contact-form,.service-card{padding:1rem}.contact,.services,.story{padding:2rem 0}.container,.nav-container{padding:0 15px}.navbar{padding:.25rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}.nav-container{position:relative;justify-content:center}.nav-logo{justify-content:center;flex:1 1}.language-switcher{position:absolute;right:0;top:50%;transform:translateY(-50%)}.logo-image{height:45px;max-width:180px}.logo-button{padding:8px;margin:-8px;border-radius:4px}.story-image-blended{width:90%;max-width:300px}.hero{padding-top:80px}.hero-content{height:auto;justify-content:flex-start;padding-top:2rem}.hero-title{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:1rem}.hero-subtitle{font-size:clamp(.9rem,3vw,1.1rem);margin-bottom:1.5rem;line-height:1.5}.hero-badge{margin-bottom:2rem;font-size:clamp(.75rem,2vw,.9rem);padding:.5rem 1.5rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center;max-width:100%;margin-top:2rem;margin-bottom:2rem;order:2}.hero-buttons .btn{width:100%;max-width:280px;text-align:center;white-space:normal;line-height:1.3;padding:14px 20px;min-height:50px;display:flex;align-items:center;justify-content:center;font-size:.95rem}.hero{min-height:auto;max-height:none;padding-top:100px;padding-bottom:3rem}.hero-container{min-height:auto;height:auto;padding:0 15px}.hero-content{padding-top:1rem;padding-bottom:2rem;display:flex;flex-direction:column}.hero-stats-animated{max-width:100%;gap:.5rem;margin-bottom:1rem;order:3}.stat-item-animated{padding:.8rem;border-radius:12px;min-height:70px}.stat-number-animated{font-size:clamp(1.5rem,7vw,2rem);min-height:auto}.stat-label-animated{font-size:clamp(.65rem,2.5vw,.8rem);line-height:1.2}}.contact .section-header h2{color:#fff}.contact .section-header p{color:#e2e8f0}.feedback-section .section-header h2{color:#1e293b;font-size:2.5rem;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-weight:600;text-align:center}.carousel{position:relative;overflow:hidden;margin:0 auto;max-width:800px}.carousel-slide{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:opacity .4s}.carousel-slide.active{display:flex;opacity:1}.carousel-images{display:flex;gap:2rem;justify-content:center;margin-bottom:1.2rem}.after-img,.before-img{width:140px;height:180px;object-fit:cover;border-radius:14px;box-shadow:0 2px 8px rgba(91,33,182,.1);border:2px solid #ede9fe;background:#f8fafc}.feedback-quote{font-size:1.1rem;color:#334155;background:#f8fafc;border-radius:10px;padding:1rem 1.5rem;margin:0 auto .5rem;box-shadow:0 1px 4px rgba(91,33,182,.04);max-width:420px}.feedback-author{display:block;color:#5b21b6;font-size:1rem;margin-top:.5rem;font-style:italic}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;color:#5b21b6;border:none;border-radius:50%;width:36px;height:36px;font-size:1.5rem;box-shadow:0 2px 8px rgba(91,33,182,.1);cursor:pointer;transition:background .2s,color .2s;z-index:2;opacity:.85}.carousel-btn:hover{background:#5b21b6;color:#fff}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}@media (max-width:900px){.carousel{max-width:98vw}.carousel-images{gap:1rem}.after-img,.before-img{width:90px;height:110px}.feedback-quote{font-size:1rem;padding:.7rem;max-width:95vw}.feedback-section{padding:2rem 0}}.feedback-section{padding:4rem 0;background:linear-gradient(135deg,#ffffff,#f8fafc)}.testimonial-showcase{max-width:900px;margin:0 auto;position:relative;display:flex;align-items:center;gap:1rem}.testimonial-card{flex:1 1;background:white;border-radius:16px;box-shadow:0 8px 30px rgba(139,92,246,.1);border:1px solid #e2e8f0;padding:2rem;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.client-info{gap:1rem}.client-avatar,.client-info{display:flex;align-items:center}.client-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid #8b5cf6;box-shadow:0 3px 8px rgba(139,92,246,.2);background:linear-gradient(135deg,#8b5cf6,#6366f1);justify-content:center;color:white;font-weight:600;font-size:1.5rem}.client-avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:white}.client-details h3{font-size:1.2rem;color:#1e293b;margin-bottom:.2rem;font-weight:600}.client-role{font-size:.9rem;color:#8b5cf6;font-weight:600;margin-bottom:.1rem}.client-company{font-size:.8rem;color:#64748b;margin-bottom:.1rem}.client-location{font-size:.75rem;color:#94a3b8;display:flex;align-items:center;gap:.2rem}.client-location:before{content:"📍";font-size:.8rem}.rating-section{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.star-rating{display:flex;gap:.1rem}.star{color:#e2e8f0;font-size:1rem;transition:color .2s}.star.filled{color:#fbbf24}.service-badge{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white;padding:.3rem .8rem;border-radius:16px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.testimonial-content{display:flex;flex-direction:column;gap:1.5rem}.transformation-showcase{display:flex;justify-content:center;margin:1.5rem 0 1rem}.before-after-images{gap:1.5rem}.before-after-images,.image-container{display:flex;align-items:center;justify-content:center}.image-container{position:relative;text-align:center}.image-placeholder{width:160px;height:210px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;border:2px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.image-placeholder:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(139,92,246,.25)}.placeholder-text{font-size:1rem;font-weight:600;color:#64748b;text-align:center;letter-spacing:.5px;text-transform:uppercase}.testimonial-text{margin-top:1rem;padding:1.2rem;background:rgba(255,255,255,.9);border-radius:16px;border:1px solid rgba(226,232,240,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial-text .quote-mark{font-size:2.5rem;color:#8b5cf6;font-family:Playfair Display,serif;line-height:1;margin-bottom:.5rem;opacity:.6}.testimonial-text .testimonial-quote{font-size:1.05rem;color:#334155;line-height:1.6;margin-bottom:1.2rem;font-style:italic;font-weight:500}.testimonial-text .result-highlight{display:flex;align-items:center;gap:.8rem;padding:1rem;background:rgba(34,197,94,.15);border-radius:12px;border:1px solid rgba(34,197,94,.3)}.testimonial-text .result-icon{font-size:1.5rem;flex-shrink:0}.testimonial-text .result-text{font-size:1rem;color:#065f46;font-weight:600;margin:0}.image-label{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);background:white;padding:.3rem .8rem;border-radius:16px;font-size:.75rem;font-weight:600;color:#64748b;box-shadow:0 3px 8px rgba(0,0,0,.1);border:1px solid #e2e8f0}.transformation-arrow{display:flex;align-items:center;justify-content:center;margin:0 1rem}.transformation-arrow svg{opacity:.7;transition:opacity .3s ease}.transformation-arrow:hover svg{opacity:1}.testimonial-navigation{gap:1rem;margin-top:1rem;position:relative}.nav-btn,.testimonial-navigation{display:flex;justify-content:center;align-items:center}.nav-btn{background:white;border:2px solid #e2e8f0;border-radius:50%;width:44px;height:44px;cursor:pointer;transition:all .3s ease;color:#64748b;box-shadow:0 4px 15px rgba(0,0,0,.1)}.nav-btn.next-btn,.nav-btn.prev-btn{flex-shrink:0;align-self:center}.nav-btn:hover{border-color:#8b5cf6;color:#8b5cf6;box-shadow:0 4px 12px rgba(139,92,246,.2)}.testimonial-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#e2e8f0;cursor:pointer;transition:background .3s ease}.dot.active{background:#8b5cf6}.dot:hover{background:#c4b5fd}@media (max-width:768px){.testimonial-card{padding:1.5rem;margin:0 1rem}.testimonial-header{align-items:center;gap:.8rem}.client-info,.testimonial-header{flex-direction:column;text-align:center}.client-avatar{width:50px;height:50px}.rating-section{align-items:center}.before-after-images{flex-direction:column;gap:1.5rem}.transformation-arrow{transform:rotate(90deg)}.testimonial-showcase{flex-direction:column;gap:1rem}.testimonial-navigation{order:2;margin-top:1rem}.nav-btn.next-btn,.nav-btn.prev-btn{position:static;transform:none}.image-placeholder{width:140px;height:180px}.testimonial-text{margin-top:1rem;padding:1rem}.testimonial-text .quote-mark{font-size:2rem}.testimonial-text .testimonial-quote{font-size:.95rem;color:#334155}.testimonial-navigation{gap:1rem}.nav-btn{width:36px;height:36px}}@media (max-width:480px){.feedback-section{padding:2.5rem 0}.testimonial-card{padding:1rem;margin:0 .5rem}.client-details h3{font-size:1.1rem}.image-placeholder{width:120px;height:160px}.testimonial-text{margin-top:.8rem;padding:1rem}.testimonial-text .quote-mark{font-size:1.8rem}.testimonial-text .testimonial-quote{font-size:.9rem;color:#334155}.testimonial-text .result-highlight{padding:.8rem}.testimonial-card{padding:1.5rem}.nav-btn{width:32px;height:32px}}.floating-profile{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #8b5cf6;box-shadow:0 4px 20px rgba(139,92,246,.3);z-index:999;opacity:0;transform:translateY(20px);transition:all .3s ease;display:none}.floating-profile.show{opacity:1;transform:translateY(0);display:block}.floating-profile img{width:100%;height:100%;object-fit:cover}.floating-profile:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(45deg,#8b5cf6,#6366f1);border-radius:50%;z-index:-1;animation:pulse-ring 2s ease-in-out infinite}@keyframes pulse-ring{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}@media (min-width:769px){.floating-profile,.floating-profile.show{display:none!important}}@media (max-width:360px){.nav-container{position:relative;justify-content:center}.nav-logo{justify-content:center;flex:1 1}.language-switcher{position:absolute;right:0;top:50%;transform:translateY(-50%)}.logo-image{height:40px;max-width:160px}.logo-button{padding:6px;margin:-6px;border-radius:4px}.hero{padding-top:80px;padding-bottom:2rem}.hero-buttons{margin-top:1.5rem;margin-bottom:1.5rem;gap:.75rem;order:2}.hero-buttons .btn{padding:14px 20px;min-height:52px;font-size:.95rem;max-width:100%;width:100%;white-space:normal;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3}.hero-content{padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column}.hero-container{padding:0 10px}.hero-image{display:none}.hero-small-image img{width:100px;height:100px;border-width:2px;object-position:center 25%}.hero-small-image{order:1}}@media (min-width:769px) and (max-width:1024px){.hero-buttons{margin-top:2rem;margin-bottom:2rem;justify-content:center}.hero-buttons .btn{z-index:10;position:relative;min-height:54px;padding:16px 28px;white-space:normal;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3}.hero{padding-bottom:3rem}.hero-content{padding-bottom:2rem}}