.calendar-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.calendar-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:900px;width:100%;min-height:600px;max-height:90vh;overflow-y:auto;overflow-x:hidden;position:relative;display:flex;flex-direction:column}.calendar-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#64748b;z-index:10;padding:.5rem;border-radius:50%;transition:all .2s ease}.calendar-modal-close:hover{background-color:#f1f5f9;color:#1e293b}.calendar-modal-content{display:grid;grid-template-columns:280px 1fr 280px;min-height:600px;overflow:hidden}.calendar-left-panel{background-color:#f8fafc;padding:2rem;border-right:1px solid #e2e8f0}.meeting-host{gap:1rem;margin-bottom:1.5rem}.host-avatar,.meeting-host{display:flex;align-items:center}.host-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(45deg,#8b5cf6,#ec4899);justify-content:center}.avatar-placeholder{color:#fff;font-weight:700;font-size:1.125rem}.host-name{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.meeting-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.meeting-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1.5rem}.meeting-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;align-items:center;gap:.75rem;color:#475569;font-size:.875rem}.timezone-selector{cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s ease}.timezone-selector:hover{background-color:#e2e8f0}.calendar-middle-panel{padding:2rem;display:flex;flex-direction:column;overflow:hidden}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.calendar-nav-btn{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease}.calendar-nav-btn:hover{background-color:#f1f5f9;color:#1e293b}.calendar-month{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1rem;min-width:0}.weekday-header{text-align:center;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.5rem;gap:.5rem;flex:1 1;min-height:0;overflow:hidden}.calendar-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease;border:2px solid transparent;min-width:0;min-height:0}.calendar-day.empty{cursor:default}.calendar-day.available{background-color:#f8fafc}.calendar-day.available:hover{background-color:#e2e8f0}.calendar-day.selected{background-color:#8b5cf6;color:#fff;border-color:#8b5cf6}.calendar-day.selected .availability-dot{background-color:#fff}.day-number{font-size:.875rem;font-weight:500}.availability-dot{position:absolute;bottom:4px;width:4px;height:4px;border-radius:50%;background-color:#8b5cf6}.calendar-right-panel{background-color:#f8fafc;padding:2rem;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;min-width:0}.time-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.selected-date{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.time-format-toggle{display:flex;background-color:#e2e8f0;border-radius:8px;padding:2px}.format-btn{background:none;border:none;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#64748b}.format-btn.active{background-color:#fff;color:#1e293b;box-shadow:0 1px 3px rgba(0,0,0,.1)}.time-slots{display:flex;flex-direction:column;gap:.5rem;flex:1 1;overflow-y:auto;min-height:400px;max-height:400px}.time-slot{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#475569;font-size:.875rem;font-weight:500}.time-slot:hover{background-color:#f1f5f9;border-color:#cbd5e1}.time-slot.selected{background-color:#8b5cf6;border-color:#8b5cf6;color:#fff}.time-slot.selected .time-availability-dot{background-color:#fff}.time-availability-dot{width:8px;height:8px;border-radius:50%;background-color:#8b5cf6;flex-shrink:0}.schedule-button{background:linear-gradient(45deg,#8b5cf6,#ec4899);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.schedule-button:hover{transform:translateY(-1px);box-shadow:0 10px 25px -5px rgba(139,92,246,.25)}.calendar-form-content{padding:2rem;max-width:500px;margin:0 auto;width:100%}.form-header{text-align:center;margin-bottom:2rem}.form-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.form-subtitle{color:#64748b;font-size:1rem;margin:0}.form-fields{gap:1.5rem;margin-bottom:2rem}.form-field,.form-fields{display:flex;flex-direction:column}.form-field{gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#374151}.form-input,.form-textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;background-color:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.form-input-error,.form-input-error:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem}.back-button{background:none;border:1px solid #d1d5db;color:#374151;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.back-button:hover{background-color:#f9fafb;border-color:#9ca3af}.confirm-button{background:linear-gradient(45deg,#8b5cf6,#ec4899);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.confirm-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px -5px rgba(139,92,246,.25)}.confirm-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.calendar-success-content{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}.success-message{text-align:center;max-width:400px}.success-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 2rem;line-height:1.5}.ok-button{background:linear-gradient(45deg,#8b5cf6,#ec4899);color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.ok-button:hover{transform:translateY(-1px);box-shadow:0 10px 25px -5px rgba(139,92,246,.25)}.mobile-select-message{display:none}@media (max-width:1024px){.calendar-modal-content{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.calendar-left-panel,.calendar-right-panel{border:none;border-bottom:1px solid #e2e8f0}.calendar-right-panel{border-bottom:none}}@media (max-width:768px){.calendar-modal-overlay{padding:.5rem;align-items:flex-start;overflow-y:auto}.calendar-modal{margin:2rem 0;min-height:700px;max-height:none;overflow-y:visible}.calendar-modal-content{min-height:auto}.calendar-left-panel,.calendar-middle-panel,.calendar-right-panel{padding:1.5rem}.calendar-grid{gap:.25rem}.mobile-select-message{display:flex!important;align-items:center;justify-content:center;text-align:center}.select-date-message h3{color:#64748b;margin-bottom:.5rem;font-size:1rem}.select-date-message p{color:#94a3b8;font-size:.875rem;margin:0}.calendar-day{font-size:.75rem}.time-slots{min-height:100px;max-height:150px}.calendar-form-content{padding:1.5rem}.form-actions{flex-direction:column}.back-button,.confirm-button{width:100%}.calendar-success-content{min-height:300px;padding:1.5rem}.success-title{font-size:1.125rem}.form-field{width:80%;gap:0}.form-actions{width:80%;align-items:center}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.landing-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0 25%,#cbd5e1 50%,#94a3b8 75%,#64748b);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b}.landing-nav{position:fixed;top:0;width:100%;background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.2);z-index:50}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.landing-logo{font-size:1.5rem;font-weight:700;color:#1e293b}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.nav-link{color:rgba(30,41,59,.8);text-decoration:none;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.nav-link:hover{color:#1e293b}.language-switch{padding:.5rem 1rem;border-radius:.5rem;background-color:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);transition:all .3s ease}.language-switch:hover{background-color:rgba(139,92,246,.2);border-color:rgba(139,92,246,.3);color:#8b5cf6}.primary-button{background:linear-gradient(45deg,#8b5cf6,#ec4899);color:#fff;padding:.75rem 1.5rem;border-radius:50px;border:none;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.primary-button:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px rgba(139,92,246,.25)}.secondary-button{border:2px solid rgba(30,41,59,.3);background-color:transparent;color:#1e293b;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease}.secondary-button:hover{background-color:rgba(30,41,59,.1);border-color:rgba(30,41,59,.5)}.hero{padding:8rem 1.5rem 5rem;text-align:center}.hero-container{max-width:1200px;margin:0 auto}.hero-content{transform:translateY(0);opacity:1;transition:all 1s ease}.bottom-badge,.top-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:2rem 0}.bottom-badge svg,.top-badge svg{color:#94a3b8}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1;color:#1e293b}.gradient-text{background:linear-gradient(45deg,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.hero-subtitle{font-size:clamp(1.1rem,3vw,1.25rem);color:#475569;max-width:48rem;margin:0 auto 2rem;line-height:1.6;font-weight:400}.hero-buttons{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center;margin-top:3rem}.stats-container{margin-top:5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.stat-card{background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1rem;padding:1.5rem;border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;transform:translateY(0);opacity:1}.stat-card:hover{background-color:hsla(0,0%,100%,.9);transform:scale(1.05);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.stat-label{color:#64748b}.features{padding:5rem 1.5rem;background-color:hsla(0,0%,100%,.5)}.features-container{max-width:1200px;margin:0 auto}.main-title{font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-bottom:1.5rem;color:#1e293b}.subtitle{font-size:1.25rem;color:#475569;max-width:32rem;margin:0 auto;white-space:pre-line}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1rem;padding:2rem;border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease}.feature-card:hover{background-color:hsla(0,0%,100%,.9);transform:scale(1.05);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.feature-icon{color:#8b5cf6;margin-bottom:1rem;transition:color .3s ease}.feature-card:hover .feature-icon{color:#ec4899}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.feature-description{color:#64748b;line-height:1.6}.cta{padding:5rem 1.5rem}.cta-container{max-width:64rem;margin:0 auto;text-align:center}.cta-card{background:linear-gradient(45deg,rgba(139,92,246,.1),rgba(236,72,153,.1));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.5rem;padding:3rem;border:1px solid hsla(0,0%,100%,.2)}.cta-title{font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-bottom:1.5rem;color:#1e293b}.cta-subtitle{font-size:1.25rem;color:#475569;margin-bottom:2rem}.cta-buttons{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center}.footer{padding:3rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.5)}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-link{color:#64748b;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#1e293b}.copyright{margin-top:2rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;color:#94a3b8}.previous-work{padding:6rem 1.5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.previous-work-container{max-width:1200px;margin:0 auto}.carousel-wrapper{justify-content:center;margin:4rem 0;gap:2rem}.carousel-container,.carousel-wrapper{position:relative;display:flex;align-items:center}.carousel-container{justify-content:space-between;max-width:1200px;margin:0 auto;min-height:600px;padding:0 2rem}.carousel-button{background:hsla(0,0%,100%,.9);border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.1);z-index:20;margin:0 1rem}.carousel-button:hover{background:#fff;transform:scale(1.1);box-shadow:0 8px 30px rgba(0,0,0,.15)}.carousel-button.disabled{opacity:.3;cursor:not-allowed;background:hsla(0,0%,100%,.5)}.carousel-button.disabled:hover{transform:none;box-shadow:0 4px 20px rgba(0,0,0,.1)}.iphone-stack{position:relative;width:320px;height:600px;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-basis:320px}.iphone-frame{width:280px;height:560px;background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border-radius:40px;padding:8px;box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1);position:absolute;cursor:pointer}.iphone-frame,.iphone-frame:not(.animate-out-right):not(.animate-in-right):not(.animate-out-left):not(.animate-in-left){transition:transform .6s cubic-bezier(.4,0,.2,1)}.iphone-frame.animate-out-right{animation:slideOutLeft .6s cubic-bezier(.4,0,.2,1) forwards;transition:none}.iphone-frame.animate-in-right{animation:slideInRight .6s cubic-bezier(.4,0,.2,1) forwards;transition:none}.iphone-frame.animate-out-left{animation:slideOutRight .6s cubic-bezier(.4,0,.2,1) forwards;transition:none}.iphone-frame.animate-in-left{animation:slideInLeft .6s ease-in-out forwards;transition:none;z-index:10}.iphone-frame.active{box-shadow:0 25px 80px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.1);transform:translateX(0) translateY(0) scale(1)!important}@keyframes slideOutLeft{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}to{transform:translateX(-400px) translateY(-100px) scale(.8) rotate(-15deg);opacity:0}}@keyframes slideInRight{0%{transform:translateX(400px) translateY(-100px) scale(.8) rotate(15deg);opacity:0}to{transform:translateX(60px) translateY(30px) scale(.85);opacity:1}}@keyframes slideOutRight{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}to{transform:translateX(400px) translateY(-100px) scale(.8) rotate(15deg);opacity:0}}@keyframes slideInLeft{0%{transform:translateX(-400px) translateY(-100px) scale(.8) rotate(-15deg);opacity:0}to{transform:translateX(0) translateY(0) scale(1);opacity:1}}.iphone-frame:before{content:"";position:absolute;top:20px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#333;border-radius:2px}.iphone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;position:relative}.app-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.app-image{width:100%;height:560px;object-fit:cover}.app-header{gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.app-header,.app-icon{display:flex;align-items:center}.app-icon{width:48px;height:48px;background:linear-gradient(45deg,#8b5cf6,#ec4899);border-radius:12px;justify-content:center;color:#fff}.app-info{flex:1 1}.app-name{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:#1e293b}.app-category{font-size:.875rem;color:#64748b;background:#f1f5f9;padding:.25rem .75rem;border-radius:20px;margin-bottom:.5rem;display:inline-block}.work-type-badges{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.work-type-badge{font-size:.75rem;padding:.125rem .5rem;border-radius:12px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.025em}.work-type-badge.planning{background:linear-gradient(45deg,#3b82f6,#1d4ed8)}.work-type-badge.consultation{background:linear-gradient(45deg,#10b981,#059669)}.work-type-badge.development{background:linear-gradient(45deg,#f59e0b,#d97706)}.work-type-badge.launch{background:linear-gradient(45deg,#ef4444,#dc2626)}.project-info{flex:1 1;min-width:500px;max-width:500px;text-align:left;padding-right:2rem}.project-title{font-size:2rem;font-weight:700;margin:0 9 1rem 0;color:#1e293b;line-height:1.2}.section-title{text-align:center;margin-bottom:4rem}.project-description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.project-badges{display:flex;flex-direction:column;gap:1rem}.project-category{font-size:1rem;color:#8b5cf6;background:rgba(139,92,246,.1);padding:.5rem 1rem;border-radius:25px;font-weight:600;display:inline-block;width:-moz-fit-content;width:fit-content;border:1px solid rgba(139,92,246,.2)}.app-description{font-size:.875rem;color:#475569;line-height:1.5}.app-preview{flex:1 1;display:flex;align-items:center;justify-content:center}.mock-screen{width:100%;height:200px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.phone-blue .mock-screen{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.phone-red .mock-screen{background:linear-gradient(135deg,#ef4444,#dc2626)}.phone-green .mock-screen{background:linear-gradient(135deg,#10b981,#059669)}.phone-yellow .mock-screen{background:linear-gradient(135deg,#f59e0b,#d97706)}.mock-content{padding:1rem;height:100%}.mock-header{height:20px;background:#e2e8f0;border-radius:4px;margin-bottom:1rem}.mock-body{display:flex;flex-direction:column;gap:.75rem}.mock-item{height:16px;background:#e2e8f0;border-radius:4px}.mock-item:nth-child(2){width:80%}.mock-item:nth-child(3){width:60%}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#cbd5e1;cursor:pointer;transition:all .3s ease;cursor:default}.indicator.active{background:#8b5cf6;transform:scale(1.2)}.how-we-work{padding:6rem 1.5rem;background:linear-gradient(135deg,#fff,#f8fafc)}.how-we-work-container{max-width:1200px;margin:0 auto}.toggle-section{margin:3rem 0;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0}.toggle-container{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid #e2e8f0}.toggle-button{background:none;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative;border:none;border-bottom:2px solid transparent}.toggle-button:hover{color:#1e293b}.toggle-button.active{color:#1e293b;font-weight:600;border-bottom-color:silver}.toggle-content{min-height:200px}.content-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-size:.875rem}.content-tags{display:flex;flex-wrap:wrap;gap:.75rem}.content-tag{background:#f1f5f9;color:#475569;padding:.5rem 1rem;border-radius:.5rem;font-size:.75rem;font-weight:500;transition:all .3s ease}.content-tag:hover{background:#e2e8f0;color:#1e293b}.deliverables-list{display:flex;flex-direction:column;gap:.75rem}.deliverable-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.deliverable-text{color:#475569;font-size:.875rem;line-height:1.5}.workflow-steps{display:grid;grid-template-columns:1;grid-gap:2rem;gap:2rem;margin:0 12rem}.workflow-step{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;position:relative;border:1px solid rgba(139,92,246,.1);display:flex;flex-direction:column;align-items:center}.workflow-step:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.12);border-color:rgba(139,92,246,.2)}.step-icon{width:20px;height:20px;background:linear-gradient(45deg,#adadad,#d1b8c4);border-radius:20%;padding:.5rem;margin:0 1rem 0 0;position:relative}.step-icon,.step-number{align-items:center;justify-content:center;color:#fff}.step-number{position:absolute;top:-10px;right:-10px;width:30px;height:30px;background:#1e293b;border-radius:50%;display:flex;font-weight:700;font-size:.875rem}.step-title{font-size:1.25rem;font-weight:600;margin:1rem 0;color:#1e293b}.step-description{color:#64748b;line-height:1.6;font-size:.875rem;margin-bottom:1.5rem}.workflow-step .toggle-button{background:none;border:1px solid #e2e8f0;padding:.5rem 1rem;font-size:.75rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border-radius:.5rem;margin-top:auto;width:-moz-fit-content;width:fit-content}.workflow-step .toggle-button:hover{background:#f8fafc;color:#1e293b;border-color:#cbd5e1}.workflow-step .toggle-button.active{background:#b9b9b9;color:#fff;border-color:#acacac}.workflow-step .toggle-button.active:hover{background:#d8d8d8}.workflow-step .process-content{width:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:left}.workflow-step .content-description{color:#64748b;line-height:1.6;margin-bottom:1rem;font-size:.875rem}.workflow-step .content-tags{display:flex;flex-wrap:wrap;gap:.5rem}.workflow-step .content-tag{background:#f1f5f9;color:#475569;padding:.375rem .75rem;border-radius:.375rem;font-size:.7rem;font-weight:500;transition:all .3s ease}.workflow-step .content-tag:hover{background:#e2e8f0;color:#1e293b}.carousel-buttons{display:flex;justify-content:center;width:100%;margin-top:2rem}@media (max-width:768px){.nav-links{display:none}.cta-buttons,.footer-content,.hero-buttons{flex-direction:column}.toggle-section{margin:2rem 0;padding:1.5rem}.toggle-container{flex-direction:column;gap:0}.toggle-button{padding:.75rem 1rem;justify-content:space-between}.content-tags{gap:.5rem}.content-tag{padding:.375rem .75rem;font-size:.7rem}.bottom-badge,.top-badge{font-size:.75rem;gap:.25rem}.feature-card{text-align:center}.carousel-wrapper{gap:0}.carousel-container{flex-direction:column;gap:0}.project-info{text-align:center;max-width:100%;margin:-4rem 0 0}.project-title{font-size:1.5rem;text-align:center}.project-description{font-size:1rem}.project-badges{display:flex;align-items:center;justify-content:center;gap:1rem}.iphone-stack{width:240px;height:430px}.iphone-frame{width:200px;height:400px}.app-image{width:100%;height:400px;object-fit:cover}.workflow-steps{grid-template-columns:1fr;gap:1.5rem;margin:0}.carousel-button{width:50px;height:50px}}