:root{--color-royal: #1e3a5f;--color-royal-light: #2d5a8a;--color-sky: #5b9bd5;--color-sky-light: #a8d4f0;--color-white: #ffffff;--color-off-white: #f5f9fc;--color-accent: #2d7a5e;--color-accent-light: #4a9d7a;--color-text: #1a2d42;--color-text-muted: #5a6f82;--color-surface: #ffffff;--color-surface-alt: #eef4fa;--shadow-sm: 0 2px 8px rgba(30, 58, 95, .08);--shadow-md: 0 4px 20px rgba(30, 58, 95, .12);--radius: 12px;--radius-lg: 20px;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--color-text);background-color:var(--color-off-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--color-royal-light);text-decoration:none;font-weight:500}a:hover{color:var(--color-sky);text-decoration:underline}h1,h2,h3{color:var(--color-royal);font-weight:700;line-height:1.2}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.35rem,3vw,1.75rem)}h3{font-size:1.15rem}.app{min-height:100vh;display:flex;flex-direction:column}.hero{background:linear-gradient(145deg,var(--color-royal) 0%,var(--color-royal-light) 50%,var(--color-sky) 100%);color:var(--color-white);padding:clamp(2rem,6vw,4rem) 1.5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(168,212,240,.15) 0%,transparent 60%);pointer-events:none}.hero-inner{position:relative;max-width:900px;margin:0 auto}.hero-inner .lang-switcher{margin-bottom:1.25rem}.hero-photo-wrap{width:clamp(260px,38vw,400px);height:clamp(260px,38vw,400px);margin:0 auto 1.25rem;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.4);box-shadow:var(--shadow-md)}.hero-photo{width:100%;height:100%;object-fit:cover}.hero h1{color:inherit;margin:0 0 .5rem;font-size:clamp(1.6rem,4vw,2.25rem)}.hero-tagline{margin:0;font-size:1.05rem;opacity:.95}.hero-location{margin-top:.75rem;font-size:.95rem;opacity:.9;display:flex;align-items:center;justify-content:center;gap:.35rem}.cta-wrap{padding:1.5rem;background:var(--color-surface-alt);border-bottom:1px solid rgba(30,58,95,.08)}.cta-inner{max-width:600px;margin:0 auto;text-align:center}.cta-title{margin:0 0 .5rem;font-size:1.1rem;color:var(--color-royal)}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#25d366;color:#fff;font-weight:600;font-size:1.05rem;padding:.9rem 1.75rem;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;box-shadow:0 4px 14px #25d36666;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36673;color:#fff;text-decoration:none}.cta-button svg{width:1.4em;height:1.4em;flex-shrink:0}.section{padding:clamp(2rem,5vw,3.5rem) 1.5rem;max-width:800px;margin:0 auto}.section-title{text-align:center;margin-bottom:1.75rem}.services-grid{display:grid;gap:1rem}.service-card{background:var(--color-surface);padding:1.25rem 1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid rgba(30,58,95,.06)}.service-card h3{margin:0 0 .35rem;font-size:1.1rem;color:var(--color-royal)}.service-card p{margin:0;font-size:.95rem;color:var(--color-text-muted);line-height:1.5}.footer{margin-top:auto;padding:1.5rem;text-align:center;font-size:.9rem;color:var(--color-text-muted);background:var(--color-surface);border-top:1px solid rgba(30,58,95,.08)}.lang-switcher{display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap}.lang-btn{font-family:inherit;font-size:.85rem;font-weight:500;padding:.4rem .75rem;border-radius:var(--radius, 8px);border:1px solid rgba(255,255,255,.5);background:#ffffff26;color:inherit;cursor:pointer;transition:background .2s,border-color .2s}.lang-btn:hover{background:#ffffff40;border-color:#ffffffb3}.lang-btn-active{background:#ffffff59;border-color:#ffffffe6}
