:root{font-family:Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #eef1f6;--bg-soft: #e4eaf2;--bg-elevated: #ffffff;--text: #2a3441;--muted: #5a6570;--muted-light: #7a8490;--accent: #4878a8;--accent-mid: #6b8eb8;--accent-dark: #3a6490;--accent-soft: rgba(72, 120, 168, .14);--border: #c5d0dc;--focus: #4878a8;--shadow: 0 4px 24px rgba(42, 52, 65, .1);--radius: 1rem;--font-block: "Bebas Neue", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100vh}h1,h2,h3{font-family:var(--font-block);font-weight:400;line-height:1.1;letter-spacing:.03em}a{font-family:var(--font-block);letter-spacing:.04em;color:var(--accent-dark)}a:hover{text-decoration-thickness:2px}p strong{font-family:Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:normal}.eyebrow,.site-header__title,.about-section__name,.about-section__role,.main-trust-section__heading{font-family:var(--font-block);font-weight:400;letter-spacing:.04em}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{position:sticky;top:0;z-index:40;background:#eef1f6f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:72rem;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--text)}.site-header__brand:hover{text-decoration:none}.site-header__logo{width:48px;height:48px;border-radius:12px;object-fit:contain;background:var(--bg-elevated);box-shadow:var(--shadow)}.site-header__title{font-size:1.35rem;line-height:1}.site-header__nav ul{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;list-style:none;margin:0;padding:0}.site-header__nav a{font-size:1.05rem;color:var(--muted);text-decoration:none}.site-header__nav a:hover{color:var(--accent-dark)}.hero-section{max-width:72rem;margin:0 auto;padding:2.5rem 1.25rem 3.5rem;display:grid;gap:2rem;align-items:center}@media(min-width:768px){.hero-section{grid-template-columns:1fr 1fr;padding:3.5rem 1.25rem 4rem;gap:3rem}}.hero-section__content{order:1}.hero-section__visual{order:0}@media(min-width:768px){.hero-section__content{order:0}.hero-section__visual{order:1}}.eyebrow{margin:0 0 .75rem;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--accent-dark)}.hero-section h1{margin:0 0 1rem;font-size:clamp(1.85rem,4.5vw,2.65rem);letter-spacing:-.02em;color:var(--text)}.hero-section__lede{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.65;color:var(--muted);max-width:36rem}.hero-section__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.hero-section__visual{display:flex;justify-content:center}.hero-section__image{width:min(100%,400px);max-height:min(85vw,420px);height:auto;border-radius:24px;object-fit:cover;box-shadow:var(--shadow);border:4px solid var(--bg-elevated)}.button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:999px;font-weight:600;text-decoration:none;color:var(--accent-dark);background:var(--bg-elevated);border:1px solid var(--border);transition:background .15s ease,border-color .15s ease}.button-secondary:hover{background:var(--accent-soft);border-color:#4878a866;text-decoration:none}.button-secondary:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.section.main-trust-section{padding:2.25rem 1.25rem;text-align:center;background:linear-gradient(180deg,#9cb4d040,#eef1f680);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.main-trust-section__inner{max-width:40rem;margin:0 auto}.main-trust-section__heading{margin:0 0 .5rem;font-size:1.5rem;color:var(--accent-dark)}.main-trust-section__text{margin:0 0 1.25rem;font-size:.98rem;color:var(--muted);line-height:1.55}.cat-friendly-badge{display:flex;justify-content:center}.cat-friendly-badge__img{max-width:min(100%,320px);height:auto;object-fit:contain}.cat-friendly-badge--about{justify-content:flex-start;margin:0 0 1.25rem}.cat-friendly-badge--about .cat-friendly-badge__img{max-width:min(100%,280px)}.section{padding:3rem 1.25rem}.section:nth-of-type(2n):not(.main-trust-section){background:linear-gradient(180deg,rgba(72,120,168,.08) 0%,transparent 100%)}.section__inner{max-width:72rem;margin:0 auto}.section__heading{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);color:var(--text)}.section__intro{margin:0 0 2rem;max-width:40rem;color:var(--muted);font-size:1.05rem}.services-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:520px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.services-area-callout{display:flex;gap:1rem;align-items:flex-start;max-width:48rem;margin:0 0 2rem;padding:1rem 1.15rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);border-left:4px solid var(--accent);box-shadow:var(--shadow)}.services-area-callout p{margin:0;font-size:.98rem;line-height:1.55;color:var(--text)}.services-area-callout strong{color:var(--accent-dark)}.services-area-callout__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--accent-soft);color:var(--accent-dark)}.services-area-callout__svg{width:22px;height:22px}.service-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem;box-shadow:0 1px #0f172a0a}.service-card__header{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.6rem}.service-card__icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--accent-soft);color:var(--accent-dark)}.service-card__icon{width:24px;height:24px}.service-card h3{margin:0;flex:1;min-width:0;font-size:1.2rem;color:var(--text);line-height:1.2}.service-card p{margin:0;padding-left:calc(44px + .85rem);font-size:.95rem;color:var(--muted);line-height:1.55}@media(max-width:479px){.service-card p{padding-left:0}}.faq-section__intro{max-width:42rem}.faq-list{margin:0;padding:0;max-width:48rem}.faq-item{margin:0 0 1rem;padding:1.1rem 1.25rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px #0f172a0a}.faq-item:last-child{margin-bottom:0}.faq-item__q{margin:0 0 .5rem;font-family:var(--font-block);font-size:1.15rem;font-weight:400;letter-spacing:.03em;color:var(--accent-dark);line-height:1.25}.faq-item__a{margin:0;font-size:.98rem;line-height:1.6;color:var(--muted)}.about-section__grid{display:grid;gap:2rem;align-items:start}@media(min-width:768px){.about-section__grid{grid-template-columns:minmax(240px,380px) 1fr;gap:3rem}}.about-section__photo-wrap{position:relative}.about-section__photo{width:100%;height:auto;border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow);border:1px solid var(--border)}.about-section__name{margin:0 0 .25rem;font-size:1.2rem;font-weight:700;color:var(--text)}.about-section__role{margin:0 0 1.25rem;font-size:.95rem;color:var(--accent-dark);font-weight:600}.about-section__text p{margin:0 0 1rem;color:var(--muted);font-size:1rem}.about-section__highlights{margin:1.25rem 0 0;padding-left:1.15rem;color:var(--muted)}.about-section__highlights li{margin-bottom:.5rem}.about-section__highlights li:last-child{margin-bottom:0}.about-section__cert-link{display:inline;font-weight:600;margin-left:.25rem}.social-section__inner{text-align:center}.social-section__intro{margin-left:auto;margin-right:auto}.social-section__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.social-section__link{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:10rem;padding:1.1rem 1.35rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elevated);text-decoration:none;color:var(--accent-dark);box-shadow:var(--shadow);transition:background .15s ease,border-color .15s ease,transform .15s ease}.social-section__link:hover{background:var(--accent-soft);border-color:#4878a859;transform:translateY(-2px);text-decoration:none}.social-section__link:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.social-section__icon-wrap{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--accent-soft);color:var(--accent-dark)}.social-section__icon{width:26px;height:26px}.social-section__label{font-size:1.15rem}.social-section__handle{font-family:Helvetica,Arial,sans-serif;font-size:.8rem;font-weight:400;letter-spacing:normal;color:var(--muted);word-break:break-all;max-width:14rem}.site-footer{background:#2c3a4a;color:#e8edf3;padding:3rem 1.25rem;margin-top:auto}.site-footer a{color:#a8c4e8}.site-footer a:hover{color:#d4e4f7}.site-footer__inner{max-width:72rem;margin:0 auto;display:grid;gap:2rem}@media(min-width:640px){.site-footer__inner{grid-template-columns:1fr 1fr;align-items:start}}.site-footer__heading{margin:0 0 .5rem;font-size:1.35rem;color:#f8fafc}.site-footer__lede{margin:0 0 1.25rem;color:#94a3b8;max-width:28rem}.site-footer__meta p{margin:0 0 .65rem;font-size:.95rem;color:#cbd5e1}.site-footer__fine{margin-top:1.25rem!important;font-size:.8rem!important;color:#64748b!important}.site-footer .whatsapp-button{box-shadow:0 4px 16px #25d36640}.whatsapp-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;border-radius:999px;font-size:1.1rem;text-decoration:none;color:#fff;background:#25d366;box-shadow:0 2px 8px #25d36659;transition:background .15s ease,transform .15s ease}.whatsapp-button:hover{background:#1ebe57;transform:translateY(-1px);text-decoration:none}.whatsapp-button:focus-visible{outline:2px solid #fff;outline-offset:3px}
