﻿:root{--primary-blue:#2563eb;--secondary-blue:#1e40af;--accent-green:#059669;--accent-orange:#ea580c;--dark-gray:#1f2937;--light-gray:#f8fafc;--text-dark:#111827;--text-light:#6b7280;--border-color:#e5e7eb;--shadow:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:var(--text-dark);background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;border-bottom:2px solid var(--primary-blue)}.header-top{background:var(--dark-gray);color:#fff;padding:0.5rem 0;font-size:0.9rem}.header-top-content{display:flex;justify-content:space-between;align-items:center}.header-top a{color:#fff;text-decoration:none;transition:color 0.3s ease}.header-top a:hover{color:var(--accent-green)}.header-main{padding:1rem 0}.header-content{display:flex;justify-content:flex-start;align-items:center;gap:3rem}.logo{font-size:1.8rem;font-weight:700;color:var(--primary-blue);text-decoration:none;font-family:'JetBrains Mono',monospace;transition:color 0.3s ease}.logo:hover{color:var(--secondary-blue)}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;padding:0.5rem 1rem;border-radius:8px;transition:all 0.3s ease}.nav a:hover{background:var(--light-gray);color:var(--primary-blue)}.nav a.active{background:var(--primary-blue);color:#fff}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-dark);position:relative;z-index:1001}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.9);z-index:1000}.mobile-nav.active{display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-nav a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:500;margin:0.5rem 0;padding:0.75rem 1.5rem;border-radius:8px;transition:all 0.3s ease;text-align:center}.mobile-nav a:hover,.mobile-nav a.active{background:var(--primary-blue);color:#fff}.lang-switcher{margin-left:1rem;background:none;border:2px solid var(--accent-green);color:var(--accent-green);padding:0.4rem 0.8rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all 0.2s ease;font-size:0.9rem}.lang-switcher:hover{background:var(--accent-green);color:#fff}.mobile-nav .lang-switcher{background:#fff;color:var(--accent-green);border:2px solid #fff;font-size:1.2rem;margin:1rem 0}.mobile-nav .lang-switcher:hover{background:var(--accent-green);color:#fff}section h1,article h1,aside h1,nav h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media (max-width:768px){section h1,article h1,aside h1,nav h1{font-size:2rem}}@media (max-width:480px){section h1,article h1,aside h1,nav h1{font-size:1.75rem}}.hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:#fff;padding:3rem 0;text-align:center}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.2rem;color:rgba(255,255,255,0.9)}.about{padding:4rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-text{font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.about-text p{margin-bottom:1.5rem}.about-image{text-align:center}.about-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-lg)}.about-image .credit{font-size:0.9rem;color:var(--text-light);margin-top:1rem;font-style:italic}.services{background:var(--light-gray);padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow);transition:all 0.3s ease;border:1px solid var(--border-color)}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#fff}.service-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.6}.footer{background:var(--dark-gray);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--accent-green)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:0.5rem}.footer-section ul li a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease;font-weight:600}.footer-section ul li a:hover{color:var(--accent-green)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.2);padding-top:2rem;text-align:center;color:rgba(255,255,255,0.6)}.about-button{display:inline-block;margin:1.5rem 0;padding:.7rem 1.4rem;background:#2dd4bf;color:#064e3b;font-weight:600;border-radius:999px;text-decoration:none;box-shadow:var(--shadow);transition:all .2s ease}.about-button:hover{background:#14b8a6;transform:translateY(-2px)}@media (max-width:768px){.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.nav{display:none}.mobile-menu-btn{display:block}.logo{font-size:1.5rem}.header-main{padding:0.8rem 0}.container{padding:0 1rem}.hero h1{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.services-grid{grid-template-columns:1fr}.section-header h2{font-size:2rem}}.dog-link{color:#14b8a6;font-weight:600;text-decoration:none}.dog-link:hover{text-decoration:underline}