*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,SF Pro Display,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#1a1f26,#2a2f3c);color:#e5e7eb;line-height:1.7;font-weight:400;letter-spacing:-.01em}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}h1,h2,h3,h4,h5,h6{line-height:1.1;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,6vw,4rem);background:linear-gradient(135deg,#f9fafb,#d1d5db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:clamp(2rem,4.5vw,3rem);margin-bottom:3rem;position:relative}h2:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:2px}h3{font-size:clamp(1.375rem,3vw,1.875rem);color:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0;position:relative}.section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,158,11,.3),transparent)}.section-alt{background:linear-gradient(135deg,#21262e,#2a2f3c);position:relative}.section-alt:before{background:linear-gradient(90deg,transparent,rgba(245,158,11,.2),transparent)}.section-title{text-align:center;margin-bottom:4rem;position:relative}.header{position:fixed;top:0;width:100%;background:#0b0f14d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:100;padding:1.25rem 0;border-bottom:1px solid rgba(245,158,11,.1)}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#f9fafb;text-decoration:none}.logo img{height:40px;width:auto;filter:drop-shadow(0 0 8px rgba(245,158,11,.3));transition:filter .3s ease}.logo img:hover{filter:drop-shadow(0 0 12px rgba(245,158,11,.5))}.nav{display:flex;gap:2.5rem}.nav-link{color:#d1d5db;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#f59e0b,#d97706);transition:width .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover,.nav-link:focus{color:#f59e0b;transform:translateY(-1px)}.nav-link:hover:after,.nav-link:focus:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.75rem;border-radius:8px;transition:background-color .3s ease}.mobile-menu-toggle:hover{background-color:#f59e0b1a}.mobile-menu-toggle span{width:25px;height:2px;background-color:#e5e7eb;margin:3px 0;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:1px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0;text-align:center;position:relative;overflow:hidden;background:linear-gradient(#0b0f14b3,#0b0f14cc),url(/Asilnaokne.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll}@media (max-width: 768px){.hero{background-attachment:scroll;background-size:cover;background-position:center center;min-height:100vh;background-image:linear-gradient(#0b0f14cc,#0b0f14e6),url(/Asilnaokne.jpeg)}}@media (max-width: 480px){.hero{background-size:cover;background-position:center top;min-height:100vh;padding:2rem 0}}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center top,rgba(245,158,11,.05) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:2;padding:2rem}.hero-title{margin-bottom:2rem;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1)}.hero-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);margin-bottom:3rem;color:#d1d5db;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) .2s both}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1) .4s both}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;position:relative;overflow:hidden;min-width:160px}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#000;box-shadow:0 4px 15px #f59e0b4d}.btn-primary:hover,.btn-primary:focus{transform:translateY(-3px);box-shadow:0 8px 30px #f59e0b66}.btn-secondary{background:#f59e0b1a;color:#f59e0b;border:2px solid rgba(245,158,11,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover,.btn-secondary:focus{background:#f59e0b33;border-color:#f59e0b;transform:translateY(-3px);box-shadow:0 8px 30px #f59e0b33}.card{background:linear-gradient(135deg,#21262e,#2a2f3c);border-radius:20px;padding:2.5rem;box-shadow:0 8px 32px #0000004d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid rgba(245,158,11,.1);overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,158,11,.5),transparent)}.card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0006;border-color:#f59e0b4d}.card-title{margin-bottom:1.5rem;color:#f9fafb;position:relative}.card-text{color:#d1d5db;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:3rem}.services-note{text-align:center;color:#9ca3af;font-style:italic;font-size:.95rem;padding:1.5rem;background:#f59e0b0d;border-radius:12px;border:1px solid rgba(245,158,11,.1)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem}.step{text-align:center;position:relative}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 25px #f59e0b4d;position:relative}.step-number:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);z-index:-1;opacity:.3;animation:pulse 2s infinite}.step-title{margin-bottom:1rem;color:#f9fafb}.step-text{color:#d1d5db;line-height:1.6}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.gallery-item{width:100%;height:240px;object-fit:cover;border-radius:16px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.gallery-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(245,158,11,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.gallery-item:hover{transform:scale(1.05) rotate(1deg);border-color:#f59e0b80;box-shadow:0 15px 40px #f59e0b33}.gallery-item:hover:before{opacity:1}.gallery-item[data-loading=true]{opacity:.5;filter:blur(2px)}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:3rem}.testimonial{background:linear-gradient(135deg,#1a1f26,#2a2f3c);padding:2.5rem;border-radius:20px;border-left:4px solid #F59E0B;position:relative;box-shadow:0 8px 32px #0003}.testimonial:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:#f59e0b;opacity:.3;font-family:serif}.testimonial-text{font-size:1.125rem;margin-bottom:1.5rem;font-style:italic;line-height:1.7;position:relative;z-index:2}.testimonial-author{color:#f59e0b;font-weight:600;font-size:.95rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:3rem}.price{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:1.5rem 0 .5rem}.price-unit{color:#9ca3af;margin-bottom:1.5rem;font-size:.95rem}.pricing-note{text-align:center;color:#9ca3af;font-size:.95rem;padding:1.5rem;background:#f59e0b0d;border-radius:12px;border:1px solid rgba(245,158,11,.1)}.faq{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(55,65,81,.3);margin-bottom:1rem;border-radius:12px;overflow:hidden;background:#21262e80}.faq-question{width:100%;padding:2rem;background:none;border:none;color:#e5e7eb;font-size:1.125rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{color:#f59e0b;background:#f59e0b0d}.faq-icon{font-size:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);color:#f59e0b}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-item[open] .faq-answer{max-height:300px;padding:0 2rem 2rem}.faq-answer p{color:#d1d5db;line-height:1.7}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-input{padding:1rem 1.25rem;background:#1a1f26cc;border:2px solid rgba(55,65,81,.3);border-radius:12px;color:#e5e7eb;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b1a;background:#1a1f26e6}.form-input::placeholder{color:#9ca3af}.file-upload{display:flex;flex-direction:column;gap:.75rem}.file-label{color:#f59e0b;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.file-label:hover{color:#d97706}.file-input{padding:1rem;background:#1a1f26cc;border:2px dashed rgba(245,158,11,.3);border-radius:12px;color:#e5e7eb;transition:all .3s ease}.file-input:hover{border-color:#f59e0b;background:#f59e0b0d}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#21262e80;border-radius:12px;border:1px solid rgba(245,158,11,.1)}.contact-item strong{color:#f9fafb;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.contact-item a{color:#f59e0b;text-decoration:none;font-size:1.125rem;transition:color .3s ease}.contact-item a:hover{color:#d97706;text-decoration:underline}.showcase-item{position:relative}.showcase-text{margin-bottom:1.5rem}.showcase-preview{color:#d1d5db;line-height:1.7;margin-bottom:1rem}.showcase-full{color:#d1d5db;line-height:1.7;margin-top:1rem}.showcase-full p{margin-bottom:1rem}.showcase-full p:last-child{margin-bottom:0}.showcase-expand{margin-bottom:1rem}.btn-outline{background:transparent;color:#9ca3af;border:1px solid rgba(156,163,175,.3);font-size:.9rem;padding:.75rem 1.5rem}.btn-outline:hover,.btn-outline:focus{background:#9ca3af1a;border-color:#9ca3af;color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 15px #9ca3af1a}.showcase-btn{margin-top:auto}.story-content{display:flex;flex-direction:column;gap:2.5rem}.story-primary-image{display:flex;justify-content:center;margin-bottom:1rem}.story-text-section{display:flex;gap:2.5rem;align-items:flex-start}.story-text{display:flex;flex-direction:column;gap:1.5rem;flex:1}.story-text p{color:#d1d5db;line-height:1.7;margin:0}.story-additional{margin-top:0}.story-additional p{color:#d1d5db;line-height:1.7;margin:0}.story-secondary-image{flex-shrink:0;width:350px}.story-primary-image,.story-secondary-image{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 8px 32px #0000004d}.story-img-primary{max-width:600px;width:100%;height:auto;object-fit:contain;object-position:center;transition:transform .3s ease}.story-img-secondary{width:100%;height:100%;min-height:300px;object-fit:cover;object-position:center;transition:transform .3s ease}.story-img:hover{transform:scale(1.02)}.story-expand{align-self:flex-start;margin-top:1rem}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox.active{display:flex;align-items:center;justify-content:center}.lightbox-content{max-width:90vw;max-height:90vh;background:linear-gradient(135deg,#21262e,#2a2f3c);border-radius:20px;padding:2rem;position:relative;border:1px solid rgba(245,158,11,.2);box-shadow:0 20px 60px #00000080}.lightbox-close{position:absolute;top:1rem;right:1rem;background:#f59e0b1a;border:2px solid rgba(245,158,11,.3);color:#f59e0b;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001}.lightbox-close:hover{background:#f59e0b33;border-color:#f59e0b;transform:scale(1.1)}.lightbox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-right:60px}.lightbox-header h3{color:#f9fafb;font-size:1.5rem;margin:0}.lightbox-counter{color:#9ca3af;font-size:1rem;font-weight:500}.lightbox-gallery{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#f59e0b1a;border:2px solid rgba(245,158,11,.3);color:#f59e0b;width:60px;height:60px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001}.lightbox-nav:hover{background:#f59e0b33;border-color:#f59e0b;transform:translateY(-50%) scale(1.1);transition:all .2s ease}.lightbox-prev{left:-80px}.lightbox-next{right:-80px}#lightbox-image{max-width:70vw;max-height:60vh;object-fit:contain;border-radius:12px;box-shadow:0 8px 32px #0000004d;transition:opacity .2s ease}.lightbox-thumbnails{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;max-height:120px;overflow-y:auto;padding:.5rem;border-radius:12px;background:#1a1f2680}.lightbox-thumbnail{width:80px;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;opacity:.7}.lightbox-thumbnail:hover{opacity:1;transform:scale(1.05);border-color:#f59e0b80}.lightbox-thumbnail.active{opacity:1;border-color:#f59e0b;box-shadow:0 0 15px #f59e0b4d}@media (max-width: 768px){.story-text-section{flex-direction:column;gap:2rem}.story-secondary-image{width:100%;order:-1}.story-img-primary{max-width:100%;height:300px}.story-img-secondary{height:250px}.lightbox-content{max-width:95vw;max-height:95vh;padding:1rem}.lightbox-header{flex-direction:column;gap:.5rem;align-items:flex-start;padding-right:0;margin-bottom:1rem}.lightbox-header h3{font-size:1.25rem}.lightbox-nav{width:50px;height:50px;font-size:1.5rem}.lightbox-prev{left:-60px}.lightbox-next{right:-60px}#lightbox-image{max-width:85vw;max-height:50vh}.lightbox-thumbnails{gap:.5rem;max-height:100px}.lightbox-thumbnail{width:60px;height:45px}}@media (max-width: 480px){.story-content{gap:2rem}.story-text-section{gap:1.5rem}.story-img-primary{height:250px}.story-img-secondary{height:200px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-nav{width:40px;height:40px;font-size:1.25rem}}.sticky-cta{position:fixed;bottom:2rem;right:2rem;z-index:50}.sticky-btn{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;text-decoration:none;font-size:1.75rem;box-shadow:0 8px 32px #f59e0b66;transition:all .3s cubic-bezier(.4,0,.2,1);border:3px solid rgba(245,158,11,.3)}.sticky-btn:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 40px #f59e0b80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.5}}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none!important}.success-card{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#065f46,#047857);border-radius:16px;border:2px solid #10B981;box-shadow:0 8px 32px #10b98133;animation:fadeInUp .5s ease-out}.success-icon{margin:0 auto 1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.success-title{color:#10b981;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.success-text{color:#d1fae5;font-size:1rem;margin:0}.photo-email-info{margin-top:1.5rem;padding:1.5rem;background:#21262e80;border-radius:12px;border:1px solid rgba(245,158,11,.1);text-align:center}.photo-email-info p{color:#d1d5db;margin:0 0 .75rem;font-size:.95rem;line-height:1.5}.photo-email-info a{color:#f59e0b;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .3s ease}.photo-email-info a:hover{color:#d97706;text-decoration:underline}.privacy-checkbox{margin:1rem 0}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.95rem;line-height:1.5}.checkbox-input{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid rgba(245,158,11,.3);border-radius:4px;background:#1a1f26cc;position:relative;flex-shrink:0;margin-top:2px;transition:all .3s ease}.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;font-weight:700;font-size:14px;opacity:0;transition:opacity .3s ease}.checkbox-input:checked+.checkbox-custom{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b}.checkbox-input:checked+.checkbox-custom:after{opacity:1}.checkbox-text{color:#d1d5db;flex:1}.privacy-link{background:none;border:none;color:#f59e0b;text-decoration:underline;cursor:pointer;font-size:inherit;font-family:inherit;padding:0;margin:0;transition:color .3s ease}.privacy-link:hover{color:#d97706}.checkbox-label:hover .checkbox-custom{border-color:#f59e0b;background:#f59e0b0d}@media (max-width: 480px){.checkbox-label{font-size:.9rem;gap:.5rem}.checkbox-custom{width:18px;height:18px}.checkbox-custom:after{font-size:12px}}.privacy-footer{background:linear-gradient(135deg,#1a1f26,#2a2f3c);padding:2rem 0;border-top:1px solid rgba(245,158,11,.1);text-align:center}.privacy-btn{background:transparent;border:1px solid rgba(156,163,175,.3);color:#9ca3af;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.privacy-btn:hover{background:#9ca3af1a;border-color:#9ca3af;color:#d1d5db;transform:translateY(-2px)}.privacy-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto;padding:2rem}.privacy-popup.active{display:flex;align-items:flex-start;justify-content:center}.privacy-popup-content{background:linear-gradient(135deg,#21262e,#2a2f3c);border-radius:20px;padding:0;position:relative;border:1px solid rgba(245,158,11,.2);box-shadow:0 20px 60px #00000080;max-width:800px;width:100%;margin:2rem auto;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.privacy-popup-close{position:absolute;top:1.5rem;right:1.5rem;background:#f59e0b1a;border:2px solid rgba(245,158,11,.3);color:#f59e0b;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2001}.privacy-popup-close:hover{background:#f59e0b33;border-color:#f59e0b;transform:scale(1.1)}.privacy-popup-body{padding:4rem 3rem 3rem;overflow-y:auto;flex:1}.privacy-popup-body h1{color:#f9fafb;font-size:2rem;margin-bottom:2rem;text-align:center;background:linear-gradient(135deg,#f9fafb,#d1d5db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-popup-body h2{color:#f59e0b;font-size:1.375rem;margin:2rem 0 1rem;font-weight:600}.privacy-popup-body h2:after{display:none}.privacy-popup-body p{color:#d1d5db;line-height:1.7;margin-bottom:1.5rem}.privacy-popup-body ul{color:#d1d5db;line-height:1.7;margin-bottom:1.5rem;padding-left:1.5rem}.privacy-popup-body li{margin-bottom:.5rem}.privacy-popup-body a{color:#f59e0b;text-decoration:none;transition:color .3s ease}.privacy-popup-body a:hover{color:#d97706;text-decoration:underline}@media (max-width: 768px){.privacy-popup{padding:1rem}.privacy-popup-content{margin:1rem auto;max-height:95vh}.privacy-popup-body{padding:3rem 2rem 2rem}.privacy-popup-body h1{font-size:1.5rem;margin-bottom:1.5rem}.privacy-popup-body h2{font-size:1.25rem;margin:1.5rem 0 .75rem}.privacy-popup-close{top:1rem;right:1rem;width:40px;height:40px;font-size:1.25rem}}@media (max-width: 480px){.privacy-popup-body{padding:2.5rem 1.5rem 1.5rem}.privacy-popup-body h1{font-size:1.375rem}.privacy-popup-body h2{font-size:1.125rem}}@media (max-width: 768px){.container{padding:0 1rem}.header{padding:1rem 0}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#0b0f14f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem;border-top:1px solid rgba(245,158,11,.2);gap:1.5rem;box-shadow:0 8px 32px #0000004d}.nav.active{display:flex;animation:slideDown .3s ease-out}.mobile-menu-toggle{display:flex;z-index:101}.nav-link{padding:1rem 0;font-size:1.1rem;border-bottom:1px solid rgba(245,158,11,.1)}.nav-link:last-child{border-bottom:none}.hero-content{padding:1rem;margin-top:2rem}.hero-cta{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:280px}.form-row,.contact-grid{grid-template-columns:1fr}.contact-grid .card{margin-bottom:2rem}.contact-form .btn{width:100%}.showcase-grid{gap:2rem}.process-steps{grid-template-columns:1fr;text-align:left;gap:2rem}.step{display:flex;align-items:flex-start;gap:1.5rem;text-align:left;padding:1.5rem;background:#21262e4d;border-radius:12px;border:1px solid rgba(245,158,11,.1)}.step-number{flex-shrink:0;margin:0;width:60px;height:60px;font-size:1.5rem}.step-content{flex:1}.section{padding:4rem 0}.card{padding:2rem;margin-bottom:1.5rem}.services-grid,.pricing-grid,.testimonials{grid-template-columns:1fr;gap:1.5rem}.gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.gallery-item{height:200px}.story-content{grid-template-columns:1fr;gap:2.5rem}.story-images{order:-1;gap:1rem}.story-image-primary{height:280px}.story-image-secondary{height:180px}.story-text{gap:1.25rem}.story-expand{margin-top:1.5rem;width:100%;max-width:200px}}@media (max-width: 480px){.container{padding:0 .75rem}.header{padding:.75rem 0}.nav{padding:1.5rem;gap:1rem}.hero-title{font-size:clamp(1.75rem,8vw,2.5rem);margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1rem,4vw,1.25rem);margin-bottom:2rem}.hero-content{padding:.75rem;margin-top:1rem}.section{padding:3rem 0}.section-title{margin-bottom:2.5rem}h2{font-size:clamp(1.5rem,6vw,2rem)}.card{padding:1.5rem}.btn{padding:.875rem 1.5rem;font-size:.95rem}.form-input{padding:.875rem 1rem;font-size:.95rem}.sticky-cta{bottom:1rem;right:1rem}.sticky-btn{width:60px;height:60px;font-size:1.5rem}.step{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}.step-number{margin:0 auto}.gallery{grid-template-columns:1fr}.gallery-item{height:180px}.faq-question{padding:1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem 1.5rem}.contact-item{padding:1.25rem}.story-content{gap:2rem}.story-images{gap:.75rem}.story-image-primary{height:220px}.story-image-secondary{height:150px}.story-text{gap:1rem}.story-expand{margin-top:1.25rem;font-size:.9rem;padding:.75rem 1.25rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
