*{margin:0;padding:0;box-sizing:border-box}:root{--deep-blue:#0a2540;--brand-blue:#0057ff;--brand-light:#e6f0ff;--text-dark:#1a2e3f;--text-muted:#4f5e71;--bg-soft:#f9fcff;--border-light:#dde7f0;--shadow:0 20px 35px -8px rgba(0,87,255,0.08),0 8px 16px -6px rgba(0,0,0,0.02);--font:'Inter',system-ui,-apple-system,sans-serif}body{font-family:var(--font);color:var(--text-dark);background:#fff;line-height:1.5;overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}h1,h2,h3{font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.5rem, 9vw, 4.5rem);font-weight:800}h2{font-size:clamp(2rem, 6vw, 3rem);margin-bottom:.75rem}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}section{padding:5rem 0}@media (max-width:768px){section{padding:3rem 0}}.breadcrumb-wrapper{background:var(--bg-soft);padding:14px 0;border-bottom:1px solid var(--border-light)}.breadcrumb{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;list-style:none;font-size:.95rem;overflow-x:auto;white-space:nowrap;padding:4px 0 6px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb-item a{color:var(--brand-blue);font-weight:500}.breadcrumb-item.active{color:var(--text-muted)}.breadcrumb-item+.breadcrumb-item::before{content:"/";padding-right:8px;color:var(--text-muted)}@media (max-width:768px){.breadcrumb{font-size:.8rem;gap:6px}.breadcrumb-item+.breadcrumb-item::before{padding-right:6px}}.shoots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2.5rem 0}.shoot-card{background:#fff;border-radius:28px;padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border-light);display:flex;gap:1.5rem;align-items:flex-start}.shoot-icon{background:var(--brand-light);width:56px;height:56px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shoot-icon svg{width:24px;height:24px;fill:var(--brand-blue)}.shoot-text b{display:block;font-size:1.2rem;margin-bottom:.4rem;color:var(--deep-blue)}.shoot-text{color:var(--text-muted)}.industry-tags{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;margin:2rem 0 1.5rem}.industry-tags span{background:var(--brand-light);padding:.5rem 1.5rem;border-radius:40px;font-weight:500;color:var(--deep-blue);border:1px solid var(--border-light)}@media (max-width:768px){.shoots-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.shoot-card{padding:1rem;gap:.75rem;flex-direction:column;align-items:center;text-align:center}.shoot-icon{width:48px;height:48px}.shoot-text b{font-size:1rem}}.editing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;margin:3rem 0}.edit-item{background:#fff;border-radius:28px;padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow);border:1px solid var(--border-light)}.edit-icon{background:var(--brand-light);width:64px;height:64px;border-radius:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.edit-icon svg{width:28px;height:28px;fill:var(--brand-blue)}.edit-item h3{font-size:1.3rem;margin-bottom:.6rem;color:var(--deep-blue)}.edit-item p{color:var(--text-muted)}@media (max-width:992px){.editing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.editing-grid{grid-template-columns:1fr}}.cta-gradient-box{background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);border-radius:32px;padding:60px 45px;display:flex;flex-direction:column;gap:35px;color:#fff;box-shadow:0 20px 30px rgba(0,0,0,.2);margin:40px 0}.cta-gradient-box h2{font-size:2.2rem;color:#fff!important}.cta-gradient-box p{font-size:1.2rem;line-height:1.7;color:rgba(255,255,255,.95)}.cta-buttons-row{display:flex;flex-wrap:wrap;gap:20px}.cta-btn{display:inline-flex;align-items:center;gap:14px;background:#fff;color:#000;padding:18px 44px;border-radius:60px;font-weight:700;font-size:1.2rem;box-shadow:0 8px 15px rgba(0,0,0,.1);border:none;transition:.2s}.cta-btn .icon,.cta-btn svg{width:20px;height:20px;flex-shrink:0;fill:currentColor}.cta-btn.wa{background:#25d366;color:#fff}@media (max-width:768px){.cta-gradient-box{padding:40px 25px;gap:25px}.cta-buttons-row{flex-direction:column}.cta-btn{justify-content:center;padding:16px 30px}}.contact-merged-box{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.contact-image-side{min-height:600px}.contact-image-side img{width:100%;height:100%;object-fit:cover}.contact-form-side{display:flex;align-items:center;padding:60px 50px;background:#fff}.contact-form-card{width:100%}.contact-form-card h2{font-size:2.2rem;margin-bottom:12px}.contact-form-card .sub{color:var(--text-muted);margin-bottom:30px;font-size:1.2rem}.form-group{margin-bottom:22px}.form-group input,.form-group textarea{width:100%;padding:18px 22px;border:2px solid var(--border-light);border-radius:14px;font-size:1.1rem;background:#fff}.form-group textarea{min-height:140px;resize:vertical}.btn-submit{width:100%;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:18px 20px;border:none;border-radius:60px;font-weight:700;font-size:1.2rem;cursor:pointer;box-shadow:0 8px 20px rgba(30,64,175,.3);display:flex;align-items:center;justify-content:center;gap:15px}.privacy-note{margin-top:25px;font-size:1rem;color:var(--text-muted)}.privacy-note .icon{width:18px;height:18px;flex-shrink:0}@media (max-width:768px){.contact-merged-box{grid-template-columns:1fr}.contact-image-side{min-height:300px}.contact-form-side{padding:40px 25px}.contact-form-card h2{font-size:1.8rem}}.footer-credit{padding:2rem 0 2.5rem;text-align:center;color:#aaa;font-size:.95rem;border-top:1px solid var(--border-light)}.text-center{text-align:center}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.page-videography .header-spacer{height:80px}@media (max-width:768px){.page-videography .header-spacer{height:70px}}.page-videography .colorful-heading-vv{color:var(--text-dark);margin-bottom:1rem}.page-videography .colorful-heading-vv span{color:var(--brand-blue)}.page-videography .privacy-note{display:flex!important;flex-wrap:wrap;gap:12px;align-items:center;margin-top:16px;font-size:.9rem;color:var(--text-muted)}.page-videography .privacy-note-inner{display:inline-flex;align-items:center;gap:6px}.page-videography .privacy-note .icon{width:18px;height:18px;flex-shrink:0}.page-videography .privacy-note .icon-lock-blue{color:var(--brand-blue)!important;fill:var(--brand-blue)!important}.page-videography .privacy-note .icon-whatsapp-green{color:#25d366!important;fill:#25d366!important}.page-videography .btn-submit{box-shadow:none!important;filter:none!important;transition:none!important;-webkit-box-reflect:none!important;-webkit-tap-highlight-color:transparent!important}.page-videography .btn-submit:hover{transform:none!important;box-shadow:none!important;filter:none!important}.page-videography .btn-submit::after,.page-videography .btn-submit::before{display:none!important}.page-videography .btn-submit .icon,.page-videography .btn-submit svg{width:1.2rem;height:1.2rem;flex-shrink:0;fill:currentColor}.page-videography main section:not(.hero-section-inner){content-visibility:auto;contain-intrinsic-size:auto 200px}