.section-intro{min-height:80vh;padding:120px 4rem 80px;background-color:transparent;color:#fff;display:flex;align-items:center;justify-content:center}.intro-container{max-width:1400px;width:100%;display:flex;flex-direction:column;gap:2rem}.intro-content{text-align:center;max-width:800px;margin:0 auto}.section-tag{display:block;font-size:1.2rem;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;margin-bottom:.5rem}.intro-content h1{font-size:5rem;font-weight:700;margin:1rem 0;letter-spacing:-.04em;background:linear-gradient(0deg,rgba(255,255,255,.4) 0,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;display:block;padding-bottom:8px}.intro-content p{font-size:1.25rem;color:rgba(255,255,255,.5);line-height:1.6;font-weight:300}.features-grid-intro{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.feature-item-intro{background:rgba(255,255,255,.03);padding:2.5rem 2rem;border-radius:20px;position:relative;overflow:hidden;height:100%;transition:background-color .4s ease,box-shadow .4s ease;will-change:background-color,box-shadow,transform,opacity;text-align:left}.feature-item-intro:hover{background:rgba(255,255,255,.06);box-shadow:0 0 30px rgba(255,255,255,.05)}.feature-icon-intro{width:48px;height:48px;background:rgba(255,255,255,.05);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.feature-item-intro h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.feature-item-intro p{color:rgba(255,255,255,.5);line-height:1.5;font-size:1rem;margin:0}@media (max-width:1100px){.features-grid-intro{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section-intro{padding:120px 4vw 40px;align-items:flex-start;min-height:auto}.intro-content h1{font-size:3rem}.intro-content p{font-size:1.1rem}.features-grid-intro{grid-template-columns:1fr}}.website-types{padding:4rem 4rem 2rem;background-color:transparent;color:#fff}.types-container{max-width:1400px;margin:0 auto}.types-header{margin-bottom:60px}.types-header h2{font-size:3.5rem;font-weight:700;margin:1.5rem 0;letter-spacing:-.02em;background:linear-gradient(0deg,rgba(255,255,255,.4) 0,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:5px}.types-header p{font-size:1.15rem;color:rgba(255,255,255,.5);max-width:700px;line-height:1.6}.types-grid.bento-layout{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(280px,auto);gap:1.5rem}.type-card-wrapper{height:100%}.type-card-wrapper.large{grid-column:span 2}.type-card-wrapper.medium,.type-card-wrapper.small{grid-column:span 1}.type-card{padding:3rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:20px;transition:all .3s ease;position:relative;overflow:hidden;will-change:transform,background,border-color;contain:layout style}.type-card:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12);transform:none}.type-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem}.type-card-actions{gap:1rem}.type-card-actions,.type-icon{display:flex;align-items:center}.type-icon{width:44px;height:44px;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;transition:all .3s ease}.type-card:hover .type-icon{background:#fff;color:#000;transform:scale(1.05)}.type-card-content h3{font-size:1.6rem;font-weight:600;color:#fff;margin:0 0 .75rem;letter-spacing:-.01em}.type-card-content p{font-size:1.15rem;color:rgba(255,255,255,.45);line-height:1.6;margin:0;max-width:95%}@media (max-width:1100px){.types-grid.bento-layout{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.website-types{padding:3rem 4vw 1rem}.types-header h2{font-size:2.5rem}.types-grid.bento-layout{grid-template-columns:1fr}.type-card-wrapper.large{grid-column:span 1}.type-card{padding:2rem}}.process-card{display:flex;align-items:flex-start;justify-content:flex-start;padding:3rem 2.5rem;background:rgba(255,255,255,.03);border-radius:20px;text-align:left;width:100%;aspect-ratio:1/1;max-width:320px;color:#ffffff;transition:background-color .4s ease,box-shadow .4s ease;will-change:background-color,box-shadow;box-sizing:border-box;position:relative;overflow:hidden}.process-card:hover{background:rgba(255,255,255,.06);box-shadow:0 0 30px rgba(255,255,255,.05)}.process-card-bg-icon{position:absolute;bottom:5px;right:5px;color:#ffffff;opacity:.08;pointer-events:none;transition:all .6s ease}.process-card:hover .process-card-bg-icon{opacity:.15;transform:scale(1.1) translate(-5px,-5px) rotate(-5deg)}.process-card-bg-icon svg{width:140px!important;height:140px!important}.process-card-step-number{position:absolute;top:1.5rem;left:2rem;font-size:3rem;font-weight:900;color:#ffffff;opacity:.08;line-height:1;font-family:JetBrains Mono,Fira Code,Courier New,monospace;letter-spacing:-.05em;pointer-events:none;transition:all .4s ease;z-index:1}.process-card:hover .process-card-step-number{opacity:.15}.process-card-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;width:100%;margin-top:1.5rem}.process-card-title{font-size:1.4rem;font-weight:600;margin:0;letter-spacing:.05em;background:linear-gradient(180deg,#fff,rgba(255,255,255,.8));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:100%}.process-card-description{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.45);font-weight:300;margin:0;max-width:250px;text-align:left}@media (max-width:768px){.process-card{max-width:100%;aspect-ratio:auto;padding:2.5rem 1.8rem;min-height:180px}.process-card-step-number{font-size:2.2rem;top:1.2rem;left:1.2rem}.process-card-title{font-size:1.2rem}.process-card-description{font-size:.9rem;max-width:100%}.process-card-content{margin-top:1.2rem}.process-card-bg-icon svg{width:100px!important;height:100px!important}}.process-header-container{margin-bottom:4rem;width:100%}.process-title{font-size:3.5rem;font-weight:700;margin:1.5rem 0;letter-spacing:-.02em;background:linear-gradient(0deg,rgba(255,255,255,.4) 0,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:5px}.process-description{font-size:1.15rem;color:rgba(255,255,255,.6);line-height:1.6}.process-section{min-height:100vh;display:flex;align-items:center;padding:4rem;background-color:transparent}.process-inner,.process-section{width:100%;box-sizing:border-box}.process-inner{max-width:1400px;margin:0 auto}.process-cards-container{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;justify-items:center}@media (max-width:1100px){.process-cards-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.process-section{padding:1rem 4vw 0!important;margin:0!important;min-height:auto}.process-title{font-size:2.2rem;margin-bottom:1rem}.process-description{font-size:1rem}.process-header-container{margin-bottom:2.5rem}.process-cards-container{grid-template-columns:1fr;gap:1.2rem}}