.victorian-reports-page{position:relative;min-height:100vh;background:var(--background);color:var(--foreground);transition:background-color .3s ease,color .3s ease;--section-bg:var(--color-gray-50);--border-color:var(--color-gray-200);--primary-color:#02575B;--primary-hover:#014549;--secondary-color:var(--color-gray-500)}.dark .victorian-reports-page{--section-bg:var(--color-gray-100);--border-color:var(--color-gray-200);--primary-color:#0A7A80;--primary-hover:#02575B;--secondary-color:var(--color-gray-400)}.container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;min-height:3rem}.btn.btn-primary{background-color:var(--primary-color);color:#fff}.btn.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-.125rem)}.btn.btn-secondary{background-color:rgba(0,0,0,0);color:var(--foreground);border:.125rem solid var(--border-color)}.btn.btn-secondary:hover{background-color:var(--section-bg);border-color:var(--primary-color)}.btn.btn-large{padding:1rem 2rem;font-size:1.125rem}@media(max-width:768px){.btn{padding:.625rem 1.25rem;font-size:.875rem;min-height:2.5rem}.btn.btn-large{padding:.75rem 1.5rem;font-size:1rem}}.hero-section{padding:6rem 0 4rem;background:var(--background);position:relative;overflow:hidden}@media(max-width:768px){.hero-section{padding:4rem 0 3rem}}.hero-container{max-width:80rem;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}}@media(min-width:640px){.hero-container{padding:0 1.5rem}}@media(min-width:1024px){.hero-container{padding:0 2rem}}.hero-content{z-index:2;position:relative}@media(max-width:1024px){.hero-content{order:2}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--foreground)}@media(max-width:768px){.hero-title{font-size:2.5rem;margin-bottom:1rem}}@media(max-width:480px){.hero-title{font-size:2rem}}.hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:var(--secondary-color)}@media(max-width:768px){.hero-description{font-size:1.125rem;margin-bottom:1.5rem}}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.hero-buttons{justify-content:center}}@media(max-width:480px){.hero-buttons{flex-direction:column;align-items:center}}.hero-image{position:relative;z-index:1}@media(max-width:1024px){.hero-image{order:1}}.hero-vr-image{width:100%;height:auto;background:rgba(0,0,0,0);border:none;border-radius:0;box-shadow:none;transition:transform .3s ease}.hero-vr-image:hover{transform:scale(1.02)}.dark .hero-vr-image{box-shadow:none}.victorian-reports-page .intro-section{padding:4rem 0;background:var(--section-bg)}@media(max-width:768px){.victorian-reports-page .intro-section{padding:3rem 0}}.intro-content{max-width:48rem;margin:0 auto;text-align:center}.intro-text-wrapper{display:flex;flex-direction:column;gap:1.5rem}.intro-text{font-size:1.125rem;line-height:1.7;color:var(--foreground)}.intro-text a{color:var(--primary-color);text-decoration:none;font-weight:600}.intro-text a:hover{text-decoration:underline}@media(max-width:768px){.intro-text{font-size:1rem}}.video-section{padding:4rem 0;background:var(--background)}@media(max-width:768px){.video-section{padding:3rem 0}}.video-container{max-width:56rem;margin:0 auto}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.dark .video-wrapper{box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.victorian-reports-page .services-section{padding:5rem 0;background:var(--section-bg)}@media(max-width:768px){.victorian-reports-page .services-section{padding:4rem 0}}.services-header{text-align:center;margin-bottom:3rem}@media(max-width:768px){.services-header{margin-bottom:2rem}}.services-title{font-size:2.25rem;font-weight:700;line-height:1.3;color:var(--foreground);max-width:48rem;margin:0 auto}@media(max-width:768px){.services-title{font-size:1.875rem}}@media(max-width:480px){.services-title{font-size:1.5rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}@media(max-width:768px){.services-grid{gap:1.5rem;margin-top:2rem}}.service-card{background:var(--background);padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid var(--border-color)}.service-card:hover{transform:translateY(-.25rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.dark .service-card{box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}.dark .service-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.4)}@media(max-width:768px){.service-card{padding:1.5rem}}.service-icon{width:3rem;height:3rem;margin:0 auto 1.5rem;color:var(--primary-color)}.service-icon svg{width:100%;height:100%}@media(max-width:768px){.service-icon{width:2.5rem;height:2.5rem;margin-bottom:1rem}}.service-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}@media(max-width:768px){.service-title{font-size:1.125rem}}.service-description{font-size:1rem;line-height:1.6;color:var(--secondary-color)}@media(max-width:768px){.service-description{font-size:.875rem}}.about-section{padding:5rem 0;background:var(--background)}@media(max-width:768px){.about-section{padding:4rem 0}}.about-content{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.about-text{font-size:1.125rem;line-height:1.7;color:var(--foreground)}@media(max-width:768px){.about-text{font-size:1rem}}.cta-section{padding:4rem 0;background:var(--section-bg)}@media(max-width:768px){.cta-section{padding:3rem 0}}.cta-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:768px){.cta-content{flex-direction:column;text-align:center}}.cta-title{font-size:2rem;font-weight:700;color:var(--foreground);margin:0}@media(max-width:768px){.cta-title{font-size:1.5rem}}.final-cta-section{padding:4rem 0;background:var(--primary-color);color:#fff}@media(max-width:768px){.final-cta-section{padding:3rem 0}}.final-cta-content{text-align:center}.final-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.final-cta-buttons .btn.btn-primary{background-color:var(--background);color:var(--primary-color)}.dark .final-cta-buttons .btn.btn-primary{background-color:var(--color-gray-800);color:var(--color-gray-100)}.final-cta-buttons .btn.btn-primary:hover{background-color:var(--color-gray-100);transform:translateY(-.125rem)}.dark .final-cta-buttons .btn.btn-primary:hover{background-color:var(--color-gray-700)}.final-cta-buttons .btn.btn-secondary{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.final-cta-buttons .btn.btn-secondary:hover{background-color:hsla(0,0%,100%,.1);border-color:#fff}@media(max-width:480px){.final-cta-buttons{flex-direction:column;align-items:center}.final-cta-buttons .btn,.hero-buttons .btn{width:100%;max-width:280px}}.btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media(prefers-contrast:high){.victorian-reports-page{--border-color:var(--foreground)}.service-card{border-width:2px}}@media(prefers-reduced-motion:reduce){.btn,.hero-vr-image,.service-card{transition:none}.btn:hover,.service-card:hover{transform:none}}