:root{--primary: #00A3FF;--primary-dark: #0087D4;--accent: #001F3F;--accent-soft: #E8F9FF;--text: #1a1a1a;--muted: #4a4a4a;--surface: #ffffff;--surface-soft: #f8feff;--border: #d6e8f5;--shadow: 0 12px 32px rgba(0, 163, 255, .08);--radius: 16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,sans-serif;color:var(--text);background:radial-gradient(circle at top right,rgba(0,163,255,.08),transparent 25%),linear-gradient(180deg,#fff,#f0f9ff 45%,#fff)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}main{min-height:calc(100vh - 180px)}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.section{padding:4.5rem 0}.anchor-target{scroll-margin-top:96px}.page-section{padding-top:7rem}.site-shell{min-height:100vh}.eyebrow{display:inline-block;margin-bottom:.9rem;color:var(--primary);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.navbar{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffdb;border-bottom:1px solid rgba(217,227,234,.9)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:84px}.brand{display:flex;align-items:center;gap:.9rem}.brand strong,.brand small{display:block}.brand strong{font-family:Manrope,sans-serif;font-size:1.05rem}.brand small{color:var(--muted);margin-top:.15rem}.brand-logo{width:64px;height:64px;object-fit:contain;border-radius:18px;box-shadow:var(--shadow);background:#f0f9ff}.nav-links{display:flex;align-items:center;gap:1.4rem}.nav-links a{color:var(--muted);font-weight:500}.nav-links a.active,.nav-links a:hover{color:var(--primary)}.menu-toggle{display:none;background:transparent;border:0;padding:.2rem;cursor:pointer}.menu-toggle span{display:block;width:24px;height:2px;background:var(--text);margin:5px 0}.hero-section{padding:7rem 0 5rem}.hero-grid,.two-column-grid,.page-grid,.cta-card,.footer-grid,.consultation-layout,.contact-layout,.feature-strip{display:grid;gap:2rem}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center}.hero-copy h1,.section-heading h1,.section-heading h2,.page-intro h1{font-family:Manrope,sans-serif;line-height:1.1;margin:0 0 1rem}.hero-copy h1{font-size:clamp(2.4rem,5vw,4.3rem);max-width:12ch}.hero-copy p,.section-heading p,.page-intro p,.content-card p,.service-card p,.benefit-card p,.info-panel p,.form-card p,.map-card p,.footer p{color:var(--muted);line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.primary-button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:.95rem 1.4rem;border-radius:999px;border:2px solid var(--primary);background:transparent;color:var(--primary);font-weight:700;cursor:pointer;transition:all .3s ease}.primary-button:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 12px 24px #00a3ff33}.primary-button.full-width{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border:0;border-radius:999px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;border:2px solid var(--primary)}.btn-primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 12px 24px #00a3ff33}.btn-secondary{background:var(--accent);color:#fff;border:2px solid var(--accent)}.btn-secondary:hover:not(:disabled){background:#003560;border-color:#003560;transform:translateY(-2px);box-shadow:0 12px 24px #001f3f33}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover:not(:disabled){background:var(--primary);color:#fff;transform:translateY(-2px)}.btn-sm{padding:.5rem 1rem;font-size:.875rem;min-height:36px}.btn-md{padding:.95rem 1.4rem;font-size:1rem;min-height:52px}.btn-lg{padding:1.2rem 1.8rem;font-size:1.1rem;min-height:60px}.btn-icon{display:flex;align-items:center}.hero-card,.info-panel,.content-card,.service-card,.benefit-card,.form-card,.map-card,.cta-card,.stat-card{background:#fffffff0;border:1px solid rgba(217,227,234,.9);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{padding:1.2rem}.hero-visual{position:relative;min-height:540px}.hero-banner-image{width:100%;height:100%;min-height:540px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.hero-floating-card{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;display:grid;gap:1rem}.stat-card{padding:1.4rem;margin-bottom:1rem}.stat-card:last-child{margin-bottom:0}.stat-card.highlight{background:linear-gradient(160deg,#001f3f,#00365f);color:#fff}.stat-card.highlight p{color:#ffffffd1}.section-heading{max-width:760px;margin-bottom:2rem}.section-tinted{background:linear-gradient(180deg,#e8f9ff,#e8f9ff4d)}.two-column-grid{grid-template-columns:1fr 1fr;align-items:start}.info-panel,.content-card,.form-card,.map-card{padding:1.8rem}.info-panel ul,.content-card ul{margin:1rem 0 0;padding-left:1.2rem;color:var(--muted);line-height:1.8}.benefits-grid,.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.benefit-card,.service-card{padding:1.6rem}.service-card h3,.benefit-card h3,.content-card h2,.form-card h2,.map-card h2,.footer h3,.footer h4,.info-panel h3{margin-top:0;font-family:Manrope,sans-serif}.cta-section{padding-top:1rem}.cta-card{grid-template-columns:1fr auto;align-items:center;padding:2rem;background:linear-gradient(135deg,#f0fbff,#e0f7ff)}.page-grid{grid-template-columns:.9fr 1.1fr;align-items:start}.feature-strip{grid-template-columns:1.1fr .9fr;align-items:center;margin-bottom:2rem}.content-stack{display:grid;gap:1.4rem}.compact-card{margin-top:1.5rem}.consultation-layout,.contact-layout{grid-template-columns:.9fr 1.1fr}.consultation-form{display:grid;gap:1rem;margin-top:1.5rem}.consultation-form label{display:grid;gap:.5rem;font-weight:500;color:var(--text)}.consultation-form input,.consultation-form textarea,.consultation-form select{width:100%;border:1px solid var(--border);border-radius:16px;padding:.95rem 1rem;background:var(--surface-soft);color:var(--text)}.consultation-form input:focus,.consultation-form textarea:focus,.consultation-form select:focus{outline:2px solid rgba(0,163,255,.2);border-color:var(--primary)}.success-message{margin:1rem 0 0;color:var(--primary);font-weight:700}.error-message{margin:1rem 0 0;color:#c0392b;font-weight:700}.map-card iframe{width:100%;min-height:380px;border:0;border-radius:18px;margin-top:1rem}.feature-image-card{overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:#fffffff0;border:1px solid rgba(217,227,234,.9)}.feature-image{display:block;width:100%;object-fit:cover}.portrait-image{max-height:460px}.landscape-image{min-height:320px;max-height:420px}.footer{background:#001f3f;color:#fff;padding-top:2.5rem;margin-top:2rem;overflow:hidden}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;margin-bottom:2.5rem;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:#ffffff0f}.footer-kicker{display:block;margin-bottom:.35rem;color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.footer-cta h2{margin:0;font-family:Manrope,sans-serif;font-size:1.45rem;line-height:1.25}.footer-cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.25rem;border-radius:999px;background:var(--primary);color:#fff;font-weight:800;white-space:nowrap;transition:background .3s ease,transform .3s ease}.footer-cta-button:hover{background:var(--primary-dark);transform:translateY(-2px)}.footer-grid{grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,1fr));align-items:start;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer p{color:#ffffffc2}.footer-brand{max-width:360px}.footer-logo{width:96px;max-width:100%;object-fit:contain;margin-bottom:.8rem;border-radius:16px;background:#ffffff14}.footer-brand h3,.footer-column h4{color:#fff}.footer-brand h3{margin-bottom:.65rem;font-size:1.25rem}.footer-brand p{margin:0;max-width:32rem;font-size:.95rem}.footer-social{display:flex;gap:.75rem;margin-top:1.35rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#ffffffc2;transition:color .3s ease,border-color .3s ease,transform .3s ease}.footer-social a:hover{color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}.footer-column h4{margin-bottom:1rem;font-size:1.05rem}.footer-list,.footer-contact-list{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}.footer-list,.footer-list a,.footer-contact-list a,.footer-contact-list span{color:#ffffffc2}.footer-list a{display:inline-flex;align-items:center;min-height:32px}.footer-list a,.footer-contact-list a{transition:color .3s ease}.footer-list a:hover,.footer-contact-list a:hover,.footer-legal a:hover{color:var(--primary)}.footer-contact{font-style:normal}.footer-contact-list li{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start;min-width:0}.footer-contact-list svg{margin-top:.2rem;color:var(--primary)}.footer-contact-list a,.footer-contact-list span{min-width:0;line-height:1.6;overflow-wrap:anywhere}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0}.footer-bottom p{margin:0;font-size:.9rem}.footer-legal{display:flex;gap:1rem;flex-wrap:wrap;font-size:.9rem}.footer-legal a{color:#ffffffc2;transition:color .3s ease}@media (max-width: 960px){.hero-grid,.two-column-grid,.page-grid,.cta-card,.footer-grid,.consultation-layout,.contact-layout,.feature-strip,.subsidy-feature,.benefits-grid,.services-grid{grid-template-columns:1fr}.subsidy-posters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.footer-brand{grid-column:1 / -1;max-width:620px}.nav-links{position:absolute;top:84px;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1rem 1.5rem;background:#fffffffa;border-bottom:1px solid var(--border)}.nav-links.open{display:flex}.menu-toggle{display:block}}@media (max-width: 640px){.section{padding:3.4rem 0}.page-section,.hero-section{padding-top:6rem}.container{width:min(100% - 1.25rem,1120px)}.hero-copy h1{max-width:none}.hero-visual,.hero-banner-image{min-height:420px}.brand small{font-size:.75rem}.brand-logo{width:52px;height:52px}.cta-card,.info-panel,.content-card,.form-card,.map-card,.subsidy-feature-copy,.service-card,.benefit-card{padding:1.35rem}.subsidy-feature-image{min-height:260px}.subsidy-posters-grid{grid-template-columns:1fr}.footer{padding-top:1.5rem}.footer-cta{gap:1rem;padding:1.1rem;margin-bottom:2rem;border-radius:14px}.footer-kicker{font-size:.7rem;letter-spacing:.05em}.footer-cta h2{font-size:1.15rem}.footer-cta-button{width:100%;min-height:46px;padding-inline:1rem}.footer-grid{grid-template-columns:1fr;gap:1.75rem;padding-bottom:2rem}.footer-brand{grid-column:auto;max-width:none}.footer-logo{width:78px;border-radius:14px}.footer-brand h3{font-size:1.12rem}.footer-brand p,.footer-list,.footer-contact-list,.footer-bottom p,.footer-legal{font-size:.9rem}.footer-social{gap:.6rem;flex-wrap:wrap}.footer-social a{width:36px;height:36px}.footer-column h4{margin-bottom:.75rem}.footer-list,.footer-contact-list,.footer-contact-list li{gap:.6rem}.footer-bottom{align-items:flex-start;flex-direction:column;padding:1rem 0 1.25rem}.footer-legal{gap:.35rem .9rem}}.stat-number{font-size:2.5rem;font-weight:800;margin:0 0 .5rem;color:var(--primary)}.feature-card{background:#fffffff0;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--accent-soft),#ffffff);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:2rem}.feature-card h3{font-size:1.2rem;margin:0;color:var(--text)}.feature-card p{color:var(--muted);margin:0;line-height:1.6}.service-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--accent-soft),#e0f7ff);border-radius:10px;color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.service-card{position:relative}.testimonial-card{background:#fffffff0;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--primary)}.testimonial-info h4{margin:0;font-size:1rem;color:var(--text)}.testimonial-location{margin:.2rem 0 0;font-size:.875rem;color:var(--muted)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star-filled{color:#fbbf24}.star-empty{color:#e5e7eb}.testimonial-text{color:var(--muted);line-height:1.7;margin:0;font-size:.95rem}.timeline-section{position:relative;padding:4rem 0}.timeline-container{display:grid;gap:3rem;max-width:900px;margin:0 auto}.timeline-step{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:flex-start}.timeline-node{position:relative;display:flex;flex-direction:column;align-items:center}.timeline-circle{width:60px;height:60px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 0 20px #00a3ff4d;position:relative;z-index:2}.timeline-number{font-size:1.5rem;font-weight:700}.timeline-line{width:4px;height:100px;background:linear-gradient(180deg,var(--primary),transparent);margin-top:.5rem}.timeline-step:last-child .timeline-line{display:none}.timeline-content{background:#fffffff0;border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.timeline-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--accent-soft),#e0f7ff);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.3rem;margin-bottom:1rem}.timeline-content h3{margin:0 0 .5rem;color:var(--text);font-size:1.1rem}.timeline-content p{margin:0;color:var(--muted);font-size:.95rem}.section-heading{margin-bottom:3rem;max-width:700px}.section-heading.text-center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:2.2rem;font-weight:700;color:var(--text);margin:.5rem 0 1rem;line-height:1.2}.section-heading p{color:var(--muted);font-size:1.05rem;line-height:1.7;margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover .gallery-image{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#001f3f99;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.subsidy-layout{display:grid;gap:1.5rem;margin-top:1rem}.subsidy-feature{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);overflow:hidden;background:#fffffff0;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.subsidy-feature-media{display:flex;align-items:center;justify-content:center;min-width:0;background:#fff}.subsidy-feature-image{display:block;width:100%;height:auto;min-height:0;object-fit:contain}.subsidy-feature-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem}.subsidy-feature-copy h3{margin:0 0 1rem;font-family:Manrope,sans-serif;font-size:1.65rem;line-height:1.25}.subsidy-feature-copy p{margin:0 0 1.5rem;color:var(--muted);line-height:1.8}.subsidy-posters-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.subsidy-poster-card{color:inherit;overflow:hidden;background:#fffffff0;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none}.subsidy-poster-card img{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:top center}.subsidy-poster-card h4{margin:0;padding:1rem;font-family:Manrope,sans-serif;font-size:1rem;text-align:center}@media (max-width: 960px){.subsidy-feature{grid-template-columns:1fr}.subsidy-feature-media{align-items:flex-start}.subsidy-posters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.subsidy-layout{gap:1rem;margin-top:0}.subsidy-feature{border-radius:14px}.subsidy-feature-copy{padding:1.25rem}.subsidy-feature-copy h3{font-size:1.35rem}.subsidy-feature-copy p{font-size:.95rem;line-height:1.7}.subsidy-posters-grid{grid-template-columns:1fr}}.features-grid,.services-grid,.stats-grid{display:grid;gap:2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 5px #00a3ff80}50%{box-shadow:0 0 20px #00a3ffcc}}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-slide-in-left{animation:slideInLeft .6s ease-out}.animate-slide-in-right{animation:slideInRight .6s ease-out}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00a3ff26}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 20px #00a3ff66}
