:root{--sg-color-primary-50:#f0f4f8;--sg-color-primary-100:#d9e2ec;--sg-color-primary-300:#829ab1;--sg-color-primary-500:#486581;--sg-color-primary-700:#243b53;--sg-color-primary-900:#102a43;--sg-color-neutral-50:#fafaf9;--sg-color-neutral-100:#f5f5f4;--sg-color-neutral-200:#e7e5e4;--sg-color-neutral-300:#d6d3d1;--sg-color-neutral-500:#78716c;--sg-color-neutral-700:#44403c;--sg-color-neutral-900:#1c1917;--sg-color-accent-50:#fffbeb;--sg-color-accent-100:#fef3c7;--sg-color-accent-400:#fbbf24;--sg-color-accent-500:#f59e0b;--sg-color-accent-600:#d97706;--sg-color-accent-700:#b45309;--sg-color-success:#16a34a;--sg-color-warning:#ea580c;--sg-color-danger:#dc2626;--sg-color-info:#2563eb;--sg-color-whatsapp:#25D366;--sg-bg:var(--sg-color-neutral-50);--sg-bg-alt:var(--sg-color-neutral-100);--sg-bg-dark:var(--sg-color-primary-900);--sg-text:var(--sg-color-primary-900);--sg-text-muted:var(--sg-color-neutral-700);--sg-text-inverse:var(--sg-color-neutral-50);--sg-border:var(--sg-color-neutral-200);--sg-link:var(--sg-color-primary-700);--sg-link-hover:var(--sg-color-accent-600);--sg-cta-bg:var(--sg-color-accent-500);--sg-cta-bg-hover:var(--sg-color-accent-600);--sg-cta-text:var(--sg-color-primary-900);--sg-cta-alt-bg:var(--sg-color-primary-700);--sg-cta-alt-text:var(--sg-color-neutral-50);--sg-font-display:"Fraunces","Times New Roman",Georgia,serif;--sg-font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--sg-font-mono:"JetBrains Mono","Courier New",monospace;--sg-text-xs:0.75rem;--sg-text-sm:0.875rem;--sg-text-base:1rem;--sg-text-lg:1.125rem;--sg-text-xl:1.25rem;--sg-text-2xl:1.5rem;--sg-text-3xl:1.875rem;--sg-text-4xl:2.25rem;--sg-text-5xl:3rem;--sg-text-6xl:3.75rem;--sg-font-light:300;--sg-font-regular:400;--sg-font-medium:500;--sg-font-semibold:600;--sg-font-bold:700;--sg-leading-tight:1.15;--sg-leading-snug:1.35;--sg-leading-normal:1.6;--sg-leading-relaxed:1.75;--sg-space-1:0.25rem;--sg-space-2:0.5rem;--sg-space-3:0.75rem;--sg-space-4:1rem;--sg-space-5:1.25rem;--sg-space-6:1.5rem;--sg-space-8:2rem;--sg-space-10:2.5rem;--sg-space-12:3rem;--sg-space-16:4rem;--sg-space-20:5rem;--sg-space-24:6rem;--sg-space-32:8rem;--sg-container-max:1200px;--sg-container-padding:var(--sg-space-6);--sg-radius-sm:0.25rem;--sg-radius-md:0.5rem;--sg-radius-lg:0.75rem;--sg-radius-xl:1rem;--sg-radius-2xl:1.5rem;--sg-radius-full:9999px;--sg-shadow-sm:0 1px 2px 0 rgb(16 42 67/0.06);--sg-shadow-md:0 4px 6px -1px rgb(16 42 67/0.08),0 2px 4px -2px rgb(16 42 67/0.06);--sg-shadow-lg:0 10px 15px -3px rgb(16 42 67/0.10),0 4px 6px -4px rgb(16 42 67/0.08);--sg-shadow-xl:0 20px 25px -5px rgb(16 42 67/0.12),0 8px 10px -6px rgb(16 42 67/0.10);--sg-ease:cubic-bezier(0.4,0,0.2,1);--sg-ease-out:cubic-bezier(0,0,0.2,1);--sg-duration-fast:150ms;--sg-duration-base:250ms;--sg-duration-slow:400ms}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.sg-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--sg-bg);border-bottom:1px solid var(--sg-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgb(250 250 249/.95)}.sg-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--sg-space-4);padding-block:var(--sg-space-3);min-height:64px}.sg-header__logo{font-family:var(--sg-font-display);font-weight:var(--sg-font-bold);font-size:var(--sg-text-xl);color:var(--sg-text);text-decoration:none;flex-shrink:0}.sg-header__nav{display:none;gap:var(--sg-space-6);align-items:center}@media (min-width:1024px){.sg-header__nav{display:flex}}.sg-header__nav a{color:var(--sg-text);text-decoration:none;font-weight:var(--sg-font-medium);font-size:var(--sg-text-sm)}.sg-header__nav a:hover{color:var(--sg-link-hover)}.sg-header__cta-wrap{display:none;gap:var(--sg-space-3);align-items:center}@media (min-width:1024px){.sg-header__cta-wrap{display:flex}}.sg-header__tel{color:var(--sg-text);text-decoration:none;font-weight:var(--sg-font-semibold);font-size:var(--sg-text-sm)}.sg-header__menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid var(--sg-border);border-radius:var(--sg-radius-md);color:var(--sg-text)}@media (min-width:1024px){.sg-header__menu-btn{display:none}}.sg-mobile-menu{position:fixed;inset:0;background:var(--sg-bg);z-index:60;display:flex;flex-direction:column;padding:var(--sg-space-6);padding-top:calc(var(--sg-space-6) + env(safe-area-inset-top));padding-bottom:calc(var(--sg-space-6) + env(safe-area-inset-bottom));overflow-y:auto}.sg-mobile-menu__close{align-self:flex-end;width:44px;height:44px;border:1px solid var(--sg-border);background:transparent;border-radius:var(--sg-radius-md);margin-bottom:var(--sg-space-6)}.sg-mobile-menu__nav{display:flex;flex-direction:column;gap:var(--sg-space-4)}.sg-mobile-menu__nav a{color:var(--sg-text);text-decoration:none;font-family:var(--sg-font-display);font-size:var(--sg-text-2xl);font-weight:var(--sg-font-semibold)}.sg-btn-cta,.sg-btn-cta-alt,.sg-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:var(--sg-space-2);padding:var(--sg-space-3) var(--sg-space-6);font-weight:var(--sg-font-semibold);font-size:var(--sg-text-base);border:1px solid transparent;border-radius:var(--sg-radius-md);cursor:pointer;transition:background var(--sg-duration-fast) var(--sg-ease),transform var(--sg-duration-fast) var(--sg-ease),border-color var(--sg-duration-fast) var(--sg-ease);text-decoration:none;min-height:48px;touch-action:manipulation}.sg-btn-cta{background:var(--sg-cta-bg);color:var(--sg-cta-text)}.sg-btn-cta:hover{background:var(--sg-cta-bg-hover);transform:translateY(-1px);color:var(--sg-cta-text)}.sg-btn-cta-alt{background:var(--sg-cta-alt-bg);color:var(--sg-cta-alt-text)}.sg-btn-cta-alt:hover{background:var(--sg-color-primary-900);color:var(--sg-cta-alt-text)}.sg-btn-outline{background:transparent;color:var(--sg-text);border-color:var(--sg-border)}.sg-btn-outline:hover{border-color:var(--sg-text);color:var(--sg-text)}.sg-hero{position:relative;min-height:70dvh;display:flex;align-items:center;background:var(--sg-bg-dark);color:var(--sg-text-inverse);overflow:hidden}@media (min-width:768px){.sg-hero{min-height:80dvh}}.sg-hero__bg{position:absolute;inset:0;z-index:0}.sg-hero__bg img{width:100%;height:100%;object-fit:cover}.sg-hero__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(16 42 67/.55),rgb(16 42 67/.75))}.sg-hero__inner{position:relative;z-index:1;padding-block:var(--sg-space-16)}.sg-hero h1{color:var(--sg-text-inverse);max-width:20ch;margin-bottom:var(--sg-space-4)}.sg-hero p{font-size:clamp(1rem,2vw,var(--sg-text-xl));max-width:50ch;margin-bottom:var(--sg-space-8);color:var(--sg-color-neutral-100)}.sg-hero__ctas{display:flex;flex-wrap:wrap;gap:var(--sg-space-3)}.sg-hero__micro{margin-top:var(--sg-space-4);font-size:var(--sg-text-sm);color:var(--sg-color-neutral-200)}.sg-hero--inner{min-height:auto;padding-block:var(--sg-space-16)}@media (min-width:768px){.sg-hero--inner{padding-block:var(--sg-space-20)}}.sg-services-grid{display:grid;grid-gap:var(--sg-space-6);gap:var(--sg-space-6);grid-template-columns:1fr}@media (min-width:768px){.sg-services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.sg-services-grid{grid-template-columns:repeat(3,1fr)}}.sg-service-card{background:var(--sg-bg);border:1px solid var(--sg-border);border-radius:var(--sg-radius-lg);padding:var(--sg-space-6);display:flex;flex-direction:column;gap:var(--sg-space-3);transition:box-shadow var(--sg-duration-base) var(--sg-ease),transform var(--sg-duration-base) var(--sg-ease);text-decoration:none;color:var(--sg-text)}.sg-service-card:hover{box-shadow:var(--sg-shadow-lg);transform:translateY(-2px);color:var(--sg-text)}.sg-service-card h3{font-size:var(--sg-text-xl)}.sg-service-card p{color:var(--sg-text-muted);flex:1 1}.sg-service-card__more{color:var(--sg-color-accent-600);font-weight:var(--sg-font-semibold);font-size:var(--sg-text-sm)}.sg-pillar-grid{display:grid;grid-gap:var(--sg-space-8);gap:var(--sg-space-8);grid-template-columns:1fr}@media (min-width:768px){.sg-pillar-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.sg-pillar-grid{grid-template-columns:repeat(4,1fr)}}.sg-pillar h3{font-size:var(--sg-text-xl);margin-bottom:var(--sg-space-3);color:var(--sg-color-accent-600)}.sg-steps{display:grid;grid-gap:var(--sg-space-8);gap:var(--sg-space-8);grid-template-columns:1fr;counter-reset:step}@media (min-width:768px){.sg-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.sg-steps{grid-template-columns:repeat(4,1fr)}}.sg-step{counter-increment:step;position:relative;padding-top:var(--sg-space-12)}.sg-step:before{content:counter(step);position:absolute;top:0;inset-inline-start:0;width:48px;height:48px;background:var(--sg-color-accent-500);color:var(--sg-color-primary-900);font-family:var(--sg-font-display);font-weight:var(--sg-font-bold);font-size:var(--sg-text-2xl);display:flex;align-items:center;justify-content:center;border-radius:var(--sg-radius-full)}.sg-step h3{font-size:var(--sg-text-lg);margin-bottom:var(--sg-space-2)}.sg-faq details{border-bottom:1px solid var(--sg-border);padding-block:var(--sg-space-4)}.sg-faq summary{cursor:pointer;font-weight:var(--sg-font-semibold);font-size:var(--sg-text-lg);list-style:none;-webkit-padding-end:var(--sg-space-8);padding-inline-end:var(--sg-space-8);position:relative}.sg-faq summary::-webkit-details-marker{display:none}.sg-faq summary:after{content:"+";position:absolute;inset-inline-end:0;top:0;font-size:var(--sg-text-2xl);font-weight:var(--sg-font-light);transition:transform var(--sg-duration-fast) var(--sg-ease)}.sg-faq details[open] summary:after{content:"−"}.sg-faq details p{margin-top:var(--sg-space-3);color:var(--sg-text-muted)}.sg-sticky-cta{position:fixed;bottom:0;inset-inline:0;display:none;z-index:40;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 12px rgb(16 42 67/.15)}@media (max-width:1023px){.sg-sticky-cta{display:flex}}.sg-sticky-cta a{flex:1 1;padding:var(--sg-space-4);text-align:center;font-weight:var(--sg-font-semibold);font-size:var(--sg-text-base);color:var(--sg-cta-text);background:var(--sg-cta-bg);text-decoration:none;min-height:56px;display:flex;align-items:center;justify-content:center;gap:var(--sg-space-2)}.sg-sticky-cta a.sg-sticky-cta__wa{background:var(--sg-color-whatsapp);color:white;-webkit-border-start:1px solid rgba(255,255,255,.2);border-inline-start:1px solid rgba(255,255,255,.2)}.sg-footer{background:var(--sg-bg-dark);color:var(--sg-color-neutral-200);padding-block:var(--sg-space-16) var(--sg-space-6)}.sg-footer__grid{display:grid;grid-gap:var(--sg-space-8);gap:var(--sg-space-8);grid-template-columns:1fr;margin-bottom:var(--sg-space-12)}@media (min-width:768px){.sg-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.sg-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.sg-footer h4{color:var(--sg-text-inverse);font-size:var(--sg-text-base);font-weight:var(--sg-font-semibold);margin-bottom:var(--sg-space-4);text-transform:uppercase;letter-spacing:.05em}.sg-footer a{color:var(--sg-color-neutral-200);text-decoration:none}.sg-footer a:hover{color:var(--sg-color-accent-400)}.sg-footer ul{list-style:none;padding:0;margin:0}.sg-footer li{margin-block:var(--sg-space-2)}.sg-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:var(--sg-space-6);display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--sg-space-3);font-size:var(--sg-text-sm);color:var(--sg-color-neutral-300)}.sg-form{display:flex;flex-direction:column;gap:var(--sg-space-4);max-width:600px}.sg-form__row{display:grid;grid-gap:var(--sg-space-4);gap:var(--sg-space-4);grid-template-columns:1fr}@media (min-width:640px){.sg-form__row--2{grid-template-columns:1fr 1fr}}.sg-form label{display:flex;flex-direction:column;gap:var(--sg-space-2);font-weight:var(--sg-font-medium);font-size:var(--sg-text-sm)}.sg-form input,.sg-form select,.sg-form textarea{width:100%;padding:var(--sg-space-3) var(--sg-space-4);border:1px solid var(--sg-border);border-radius:var(--sg-radius-md);background:var(--sg-bg);color:var(--sg-text);font-size:var(--sg-text-base);min-height:48px;transition:border-color var(--sg-duration-fast) var(--sg-ease)}.sg-form input:focus,.sg-form select:focus,.sg-form textarea:focus{outline:none;border-color:var(--sg-color-primary-700);box-shadow:0 0 0 3px rgb(36 59 83/.15)}.sg-form textarea{min-height:120px;resize:vertical}.sg-form__checkbox{display:flex;align-items:flex-start;gap:var(--sg-space-3);font-size:var(--sg-text-sm);font-weight:var(--sg-font-regular)}.sg-form__checkbox input{width:20px;height:20px;min-height:20px;margin-top:2px;flex-shrink:0}.sg-form__success{padding:var(--sg-space-4);background:var(--sg-color-accent-50);border:1px solid var(--sg-color-accent-400);border-radius:var(--sg-radius-md);color:var(--sg-color-primary-900)}.sg-cookie-banner{position:fixed;bottom:0;inset-inline:0;z-index:90;background:var(--sg-bg-dark);color:var(--sg-text-inverse);padding:var(--sg-space-5) var(--sg-space-4);padding-bottom:calc(var(--sg-space-5) + env(safe-area-inset-bottom));box-shadow:0 -8px 24px rgb(16 42 67/.25)}.sg-cookie-banner__inner{display:flex;flex-direction:column;gap:var(--sg-space-4);max-width:var(--sg-container-max);margin-inline:auto}@media (min-width:768px){.sg-cookie-banner__inner{flex-direction:row;align-items:center;justify-content:space-between}}.sg-cookie-banner p{font-size:var(--sg-text-sm);margin:0}.sg-cookie-banner a{color:var(--sg-color-accent-400);text-decoration:underline}.sg-cookie-banner__actions{display:flex;gap:var(--sg-space-3);flex-wrap:wrap}.sg-cookie-banner__actions button{min-height:44px;padding:var(--sg-space-3) var(--sg-space-5);border-radius:var(--sg-radius-md);font-weight:var(--sg-font-semibold);font-size:var(--sg-text-sm);border:none;cursor:pointer}.sg-cookie-banner__accept{background:var(--sg-cta-bg);color:var(--sg-cta-text)}.sg-cookie-banner__reject{background:transparent;color:var(--sg-text-inverse);border:1px solid rgba(255,255,255,.3)}.sg-prose{max-width:75ch;font-size:var(--sg-text-lg);line-height:var(--sg-leading-relaxed);color:var(--sg-text-muted)}.sg-prose ol,.sg-prose p,.sg-prose ul{margin-block:var(--sg-space-5)}.sg-prose h2{margin-top:var(--sg-space-12);margin-bottom:var(--sg-space-4)}.sg-prose h3{margin-top:var(--sg-space-8);margin-bottom:var(--sg-space-3)}.sg-prose strong{color:var(--sg-text)}.sg-breadcrumb{font-size:var(--sg-text-sm);color:var(--sg-text-muted);margin-bottom:var(--sg-space-6)}.sg-breadcrumb a{color:var(--sg-text-muted);text-decoration:none}.sg-breadcrumb a:hover{color:var(--sg-link)}.sg-breadcrumb__sep{margin-inline:var(--sg-space-2);color:var(--sg-border)}.sg-table{width:100%;border-collapse:collapse;margin-block:var(--sg-space-6);font-size:var(--sg-text-base)}.sg-table td,.sg-table th{text-align:start;padding:var(--sg-space-3) var(--sg-space-4);border-bottom:1px solid var(--sg-border)}.sg-table th{background:var(--sg-bg-alt);font-weight:var(--sg-font-semibold);color:var(--sg-text)}.sg-img-cover{width:100%;height:100%;object-fit:cover}.sg-aspect-16-9{aspect-ratio:16/9}.sg-aspect-3-2{aspect-ratio:3/2}.sg-aspect-4-3{aspect-ratio:4/3}.sg-aspect-1-1{aspect-ratio:1/1}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;font-family:var(--sg-font-body);font-size:var(--sg-text-base);line-height:var(--sg-leading-normal);color:var(--sg-text);background:var(--sg-bg);min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg,video{display:block;max-width:100%;height:auto}a{color:var(--sg-link);text-decoration:underline;text-underline-offset:.15em;transition:color var(--sg-duration-fast) var(--sg-ease)}a:hover{color:var(--sg-link-hover)}h1,h2,h3,h4,h5,h6{font-family:var(--sg-font-display);font-weight:var(--sg-font-semibold);line-height:var(--sg-leading-tight);color:var(--sg-text);margin:0}h1{font-size:clamp(2rem,5vw,var(--sg-text-5xl))}h2{font-size:clamp(1.5rem,3.5vw,var(--sg-text-4xl))}h3{font-size:clamp(1.25rem,2.5vw,var(--sg-text-2xl))}h4{font-size:var(--sg-text-xl)}h5{font-size:var(--sg-text-lg)}h6{font-size:var(--sg-text-base)}ol,p,ul{margin:0}ol,ul{-webkit-padding-start:var(--sg-space-6);padding-inline-start:var(--sg-space-6)}li+li{margin-top:var(--sg-space-2)}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}.sg-skip-link{position:absolute;inset-inline-start:-9999px;top:0;background:var(--sg-color-primary-900);color:var(--sg-color-neutral-50);padding:var(--sg-space-3) var(--sg-space-4);z-index:1000}.sg-skip-link:focus{inset-inline-start:var(--sg-space-4);top:var(--sg-space-4)}.sg-container{max-width:var(--sg-container-max);margin-inline:auto;padding-inline:var(--sg-container-padding)}.sg-section{padding-block:var(--sg-space-16)}@media (min-width:768px){.sg-section{padding-block:var(--sg-space-20)}}.sg-section--alt{background:var(--sg-bg-alt)}.sg-section--dark{background:var(--sg-bg-dark)}.sg-section--dark,.sg-section--dark h1,.sg-section--dark h2,.sg-section--dark h3,.sg-section--dark h4{color:var(--sg-text-inverse)}.sg-section--dark a{color:var(--sg-color-accent-400)}@media (max-width:768px){main{padding-bottom:80px}}