.header{background-color:#ff005c;border-bottom:4px solid #000000;padding:24px 0;position:sticky;top:0;z-index:1000;box-shadow:0 6px #000}.header-container{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:28px;font-weight:700;color:#fff;letter-spacing:2px}.nav{display:flex;gap:40px}.nav-link{color:#fff;text-decoration:none;font-weight:600;font-size:16px;letter-spacing:1px;border:3px solid transparent;padding:8px 16px;transition:all .1s ease}.nav-link:hover{border:3px solid #000000;background-color:#00f0ff;color:#000;box-shadow:4px 4px #000;transform:translate(-2px,-2px)}@media (max-width: 768px){.header-container{flex-direction:column;gap:20px}.nav{gap:20px}.nav-link{font-size:14px;padding:6px 12px}}.hero{min-height:calc(100vh - 100px);display:flex;align-items:center;justify-content:space-between;padding:80px 32px;max-width:1400px;margin:0 auto;gap:60px}.hero-content{flex:1;max-width:600px}.hero-badge{display:inline-block;background-color:#00f0ff;color:#000;padding:12px 24px;border:3px solid #000000;box-shadow:4px 4px #000;font-weight:700;font-size:14px;letter-spacing:2px;margin-bottom:32px}.hero-title{font-size:72px;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:-2px}.hero-title-accent{color:#ff005c;display:block}.hero-description{font-size:20px;line-height:1.6;margin-bottom:40px;font-weight:400}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap}.btn{padding:16px 32px;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:700;letter-spacing:1px;border:3px solid #000000;cursor:pointer;transition:all .1s ease}.btn-primary{background-color:#ff005c;color:#fff;box-shadow:6px 6px #000}.btn-primary:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #000}.btn-secondary{background-color:#fff;color:#000;box-shadow:6px 6px #000}.btn-secondary:hover{background-color:#00f0ff;transform:translate(-3px,-3px);box-shadow:9px 9px #000}.hero-visual{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center}.visual-block{position:absolute;width:200px;height:200px;border:4px solid #000000;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;box-shadow:8px 8px #000}.block-1{background-color:#ff005c;color:#fff;top:0;left:0;transform:rotate(-5deg)}.block-2{background-color:#00f0ff;color:#000;top:50%;left:50%;transform:translate(-50%,-50%) rotate(5deg);z-index:2}.block-3{background-color:#fff;color:#000;bottom:0;right:0;transform:rotate(-3deg)}@media (max-width: 1024px){.hero{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero-title{font-size:56px}}@media (max-width: 768px){.hero-title{font-size:40px}.hero-description{font-size:16px}.visual-block{width:120px;height:120px;font-size:32px}}.features{padding:120px 32px;background-color:#fff}.features-container{max-width:1400px;margin:0 auto}.features-header{margin-bottom:80px}.features-title{font-size:64px;font-weight:700;margin-bottom:16px;letter-spacing:-1px}.features-subtitle{font-size:24px;color:#000;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.feature-card{background-color:#fff;border:4px solid #000000;padding:40px;box-shadow:8px 8px #000;transition:all .1s ease}.feature-card:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #000}.feature-number{display:inline-block;color:#fff;padding:12px 20px;border:3px solid #000000;font-size:24px;font-weight:700;margin-bottom:24px;box-shadow:4px 4px #000}.feature-title{font-size:28px;font-weight:700;margin-bottom:16px;letter-spacing:1px}.feature-description{font-size:16px;line-height:1.6;font-weight:400}@media (max-width: 768px){.features-title{font-size:40px}.features-grid{grid-template-columns:1fr}}.gallery{padding:120px 32px;background-color:#000;color:#fff}.gallery-container{max-width:1400px;margin:0 auto}.gallery-header{margin-bottom:80px}.gallery-title{font-size:64px;font-weight:700;margin-bottom:16px;letter-spacing:-1px;color:#fff}.gallery-subtitle{font-size:24px;color:#00f0ff;font-weight:400}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.gallery-item{position:relative}.gallery-image-wrapper{position:relative;overflow:hidden;border:4px solid #FFFFFF;box-shadow:8px 8px #fff;transition:all .2s ease}.gallery-image-wrapper:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #fff}.gallery-image{width:100%;height:400px;object-fit:cover;display:block}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;border-top:4px solid #000000;opacity:0;transition:opacity .2s ease}.gallery-image-wrapper:hover .gallery-overlay{opacity:1}.gallery-item-title{font-size:24px;font-weight:700;color:#000;letter-spacing:2px}@media (max-width: 768px){.gallery-title{font-size:40px}.gallery-grid{grid-template-columns:1fr}.gallery-image{height:300px}}.contact{padding:120px 32px;background-color:#00f0ff}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-title{font-size:64px;font-weight:700;margin-bottom:24px;letter-spacing:-1px}.contact-description{font-size:20px;line-height:1.6;margin-bottom:48px}.contact-info{display:flex;flex-direction:column;gap:32px}.contact-item{border:3px solid #000000;padding:24px;background-color:#fff;box-shadow:6px 6px #000}.contact-label{font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:8px;color:#ff005c}.contact-value{font-size:20px;font-weight:600}.contact-form-wrapper{background-color:#fff;border:4px solid #000000;padding:48px;box-shadow:8px 8px #000}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:700;letter-spacing:2px}.form-input,.form-textarea{font-family:IBM Plex Mono,monospace;font-size:16px;padding:16px;border:3px solid #000000;background-color:#fff;transition:all .1s ease}.form-input:focus,.form-textarea:focus{outline:none;box-shadow:4px 4px #000;transform:translate(-2px,-2px)}.form-textarea{resize:vertical;min-height:150px}.form-submit{padding:16px 32px;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:700;letter-spacing:1px;border:3px solid #000000;background-color:#ff005c;color:#fff;cursor:pointer;box-shadow:6px 6px #000;transition:all .1s ease}.form-submit:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #000}@media (max-width: 1024px){.contact-container{grid-template-columns:1fr;gap:60px}.contact-title{font-size:48px}}@media (max-width: 768px){.contact-title{font-size:40px}.contact-form-wrapper{padding:32px}}.footer{background-color:#000;color:#fff;padding:80px 32px 32px;border-top:4px solid #FFFFFF}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:60px;padding-bottom:60px;border-bottom:3px solid #FFFFFF}.footer-logo{font-size:32px;font-weight:700;letter-spacing:2px;margin-bottom:16px;color:#ff005c}.footer-tagline{font-size:16px;line-height:1.6;color:#00f0ff}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-heading{font-size:18px;font-weight:700;letter-spacing:2px;margin-bottom:8px;color:#00f0ff}.footer-link{color:#fff;text-decoration:none;font-size:16px;transition:all .1s ease;display:inline-block;border:2px solid transparent;padding:4px 8px}.footer-link:hover{color:#000;background-color:#ff005c;border:2px solid #FFFFFF;transform:translate(-2px,-2px);box-shadow:3px 3px #fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copyright,.footer-credit{font-size:14px;font-weight:600;letter-spacing:1px}.footer-credit{color:#00f0ff}@media (max-width: 1024px){.footer-top{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:IBM Plex Mono,monospace;background-color:#fff;color:#000;overflow-x:hidden}#root{min-height:100vh}
