@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.static{position:static}.flex{display:flex}.hidden{display:none}.min-h-screen{min-height:100vh}.flex-1{flex:1}.flex-col{flex-direction:column}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--primary:#3a89c2;--primary-dark:#3a89c2;--primary-light:#3a89c2;--secondary:#2d3748;--text-dark:#1a202c;--text-muted:#718096;--bg-light:#f7fafc;--bg-white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--radius-full:9999px}*{box-sizing:border-box}body{background:var(--bg-white);color:var(--text-dark);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.header{z-index:100;background:var(--bg-white);box-shadow:var(--shadow-md);position:sticky;top:0}.header-top{background:var(--primary);color:#fff;padding:.5rem 0}.header-top-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.header-top-brand{font-size:.875rem;font-weight:500}.header-top-nav{align-items:center;gap:1.5rem;display:none}@media (min-width:768px){.header-top-nav{display:flex}}.header-top-link{color:#fff;font-size:.8125rem;font-weight:400;text-decoration:none;transition:opacity .2s}.header-top-link:hover{opacity:.8}.lang-link{border-radius:var(--radius-sm);background:#fff3;padding:.25rem .5rem;font-weight:600}.header-middle{border-bottom:1px solid var(--border-color);padding:1rem 0}.header-middle-container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.header-logo{color:var(--primary);flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-icon{width:50px;height:50px;color:var(--primary)}.logo-text-wrapper{flex-direction:column;display:flex}.logo-text{color:var(--primary);font-size:1.5rem;font-weight:700;line-height:1.2}.logo-subtext{color:var(--text-muted);font-size:.75rem;font-weight:400}.header-search{flex:1;max-width:400px;display:none;position:relative}@media (min-width:768px){.header-search{display:flex}}.search-input{border:2px solid var(--border-color);border-radius:var(--radius-md);outline:none;width:100%;padding:.75rem 3rem .75rem 1rem;font-size:.875rem;transition:border-color .2s}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--primary)}.search-btn{cursor:pointer;width:36px;height:36px;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.search-btn:hover{color:var(--primary)}.search-btn svg{width:20px;height:20px}.header-buttons{flex-shrink:0;align-items:center;gap:.75rem;display:none}@media (min-width:640px){.header-buttons{display:flex}}.whatsapp-btn{color:#fff;border-radius:var(--radius-md);background:#25d366;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.whatsapp-btn:hover{background:#128c7e;transform:translateY(-1px)}.whatsapp-icon{width:18px;height:18px}.call-btn{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius-md);background:0 0;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.call-btn:hover{background:var(--primary);color:#fff}.call-btn svg{width:18px;height:18px}.mobile-menu-btn{cursor:pointer;width:44px;height:44px;color:var(--text-dark);background:0 0;border:none;justify-content:center;align-items:center;display:flex}@media (min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu-btn svg{width:28px;height:28px}.header-nav-bar{background:var(--primary);display:none}@media (min-width:1024px){.header-nav-bar{display:block}}.header-nav-container{align-items:center;gap:0;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-link{color:#fff;letter-spacing:.02em;white-space:nowrap;padding:.875rem 1.25rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .2s}.nav-link:hover{background:#ffffff26}.mobile-menu{background:var(--bg-white);border-top:1px solid var(--border-color);box-shadow:var(--shadow-md);-webkit-overflow-scrolling:touch;z-index:99;flex-direction:column;gap:.25rem;padding:1rem;display:flex;position:fixed;inset:120px 0 0;overflow-y:auto}@media (min-width:1024px){.mobile-menu{display:none}}.mobile-nav-link{color:var(--text-dark);border-radius:var(--radius-md);margin-bottom:.375rem;padding:.625rem .875rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.mobile-nav-link:hover{color:var(--primary);background:#3a89c21a}.mobile-nav-sublink{color:var(--text-dark);border-radius:var(--radius-md);margin-bottom:.25rem;padding:.5rem 1.25rem .5rem 2rem;font-size:.8125rem;font-weight:400;text-decoration:none;transition:all .2s;display:block}.mobile-nav-sublink:hover{color:var(--primary);background:#3a89c214}.nav-item{display:inline-block;position:relative}.nav-item.has-dropdown .nav-link{align-items:center;gap:.25rem;display:flex}.dropdown-arrow{flex-shrink:0;transition:transform .2s;width:12px!important;height:12px!important}.nav-item.has-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:1000;pointer-events:none;background:#fff;min-width:240px;padding:.75rem 0;transition:all .3s;position:absolute;top:calc(100% + 5px);left:0;transform:translateY(-10px);box-shadow:0 4px 16px #0003}.nav-item.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown-link{color:var(--text-dark);border-left:3px solid #0000;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:400;text-decoration:none;transition:all .2s;display:block}.dropdown-link:hover{color:var(--primary);border-left-color:var(--primary);background:#c23a5c14}.mobile-lang-switcher{color:var(--text-muted);border-top:1px solid var(--border-color);margin-top:.5rem;padding:1rem 1rem .75rem;font-size:.875rem;text-decoration:none}.hero{align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.hero-bg-image{width:100%;height:100%;position:relative}.hero-overlay{z-index:1;background:linear-gradient(90deg,#0009 0%,#0006 50%,#0003 100%);position:absolute;inset:0}.hero-placeholder-image{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);width:100%;height:100%;position:relative}.placeholder-overlay{background:#0000004d;position:absolute;inset:0}.placeholder-content{color:#ffffff80;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.placeholder-icon{width:48px;height:48px}.hero-content{z-index:10;text-align:center;color:#fff;max-width:700px;margin:0 auto;padding:4rem 1.5rem;position:relative}@media (min-width:1024px){.hero-content{text-align:left;margin-left:10%}}.hero-badges{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}@media (min-width:1024px){.hero-badges{justify-content:flex-start}}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);letter-spacing:.05em;background:#fff3;padding:.375rem .875rem;font-size:.75rem;font-weight:600}.hero-title{text-shadow:2px 2px 4px #0003;margin:0 0 1rem;font-size:2.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.hero-title{font-size:3.5rem}}.hero-subtitle{opacity:.95;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.hero-description{opacity:.9;max-width:500px;margin:0 0 2rem;font-size:1rem;line-height:1.7}@media (min-width:1024px){.hero-description{margin-left:0}}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:1024px){.hero-cta{justify-content:flex-start}}.btn-primary{background:var(--bg-white);color:var(--primary);border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{color:#fff;border-radius:var(--radius-full);background:0 0;border:2px solid #fff;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-secondary:hover{color:var(--primary);background:#fff}.hero-feature-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);background:#ffffff26;margin-top:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.hero-side-cards{flex-direction:column;gap:1rem;display:none;position:absolute;top:50%;right:5%;transform:translateY(-50%)}@media (min-width:1280px){.hero-side-cards{display:flex}}.side-card{border-radius:var(--radius-lg);width:150px;height:150px;box-shadow:var(--shadow-lg);background:#fff;overflow:hidden}.side-card-placeholder{background:var(--bg-light);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.side-card-placeholder svg{width:48px;height:48px}.services-section{background:var(--bg-light);padding:5rem 1.5rem}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:3rem}.services-title{color:var(--text-dark);margin:0 0 .75rem;font-size:2rem;font-weight:700}@media (min-width:768px){.services-title{font-size:2.5rem}}.services-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .3s;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card-image{height:180px;overflow:hidden}.service-placeholder{width:100%;height:100%;color:var(--text-muted);background:linear-gradient(135deg,#f0f4f8 0%,#e2e8f0 100%);justify-content:center;align-items:center;display:flex}.service-placeholder svg{width:48px;height:48px}.service-card-content{text-align:center;padding:1.5rem}.service-icon{width:48px;height:48px;color:var(--primary);margin:0 auto 1rem}.service-icon svg{width:100%;height:100%}.service-title{color:var(--text-dark);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.service-description{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.6}.info-section{background:var(--bg-white);padding:5rem 1.5rem}.info-container{max-width:1200px;margin:0 auto}.info-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.info-grid{grid-template-columns:1fr 1fr}}.info-image{order:2}@media (min-width:1024px){.info-image{order:1}}.info-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);border-radius:var(--radius-lg);color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;font-size:.875rem;display:flex}.info-placeholder svg{width:64px;height:64px}.info-content{order:1}@media (min-width:1024px){.info-content{order:2}}.info-title{color:var(--text-dark);margin:0 0 1rem;font-size:1.75rem;font-weight:700;line-height:1.3}@media (min-width:768px){.info-title{font-size:2rem}}.info-description{color:var(--text-muted);margin:0 0 2rem;font-size:1rem;line-height:1.8}.info-features{flex-wrap:wrap;gap:1.5rem;display:flex}.info-feature{align-items:center;gap:.75rem;display:flex}.feature-icon{border-radius:var(--radius-md);width:40px;height:40px;color:var(--primary);background:#c23a5c1a;justify-content:center;align-items:center;display:flex}.feature-icon svg{width:20px;height:20px}.info-feature span{color:var(--text-dark);font-size:.875rem;font-weight:600}.faq-section{background:var(--bg-light);padding:5rem 1.5rem}.faq-container{max-width:1200px;margin:0 auto}.faq-title{color:var(--text-dark);text-align:center;margin:0 0 2rem;font-size:1.75rem;font-weight:700}@media (min-width:768px){.faq-title{font-size:2rem}}.faq-grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:1024px){.faq-grid{grid-template-columns:1fr 400px}}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--bg-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.faq-question{cursor:pointer;width:100%;color:var(--text-dark);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.faq-question:hover{color:var(--primary)}.faq-chevron{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{color:var(--primary);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{color:var(--text-muted);margin:0;padding:0 1.25rem 1.25rem;font-size:.9375rem;line-height:1.7}.faq-image{display:none}@media (min-width:1024px){.faq-image{display:block}}.faq-placeholder{aspect-ratio:1;border-radius:var(--radius-lg);width:100%;color:var(--text-muted);background:linear-gradient(135deg,#f0f4f8 0%,#e2e8f0 100%);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.faq-placeholder svg{width:64px;height:64px}.footer{background:var(--secondary);color:#fff;padding:4rem 1.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{color:#fff;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.footer-logo .logo-icon{width:36px;height:36px}.footer-description{color:#ffffffb3;margin:0;font-size:.875rem;line-height:1.7}.footer-column{flex-direction:column;gap:1rem;display:flex}.footer-title{color:#fff;margin:0;font-size:1rem;font-weight:600}.footer-links{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#ffffffb3;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact li{color:#ffffffb3;align-items:flex-start;gap:.625rem;font-size:.875rem;display:flex}.footer-contact a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-contact a:hover{color:#fff}.contact-icon{flex-shrink:0;width:18px;height:18px;margin-top:2px}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:1.5rem}.footer-bottom p{color:#ffffff80;margin:0;font-size:.875rem}.contact-page{background:var(--bg-light)}.contact-hero{background:var(--primary);padding:2rem 0}.contact-hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.contact-hero-title{color:#fff;text-align:center;margin:0;font-size:1.5rem;font-weight:700}.contact-page svg{max-width:100%;height:auto}.hotline-whatsapp svg{flex-shrink:0;width:18px;height:18px}.contact-info-item>svg{flex-shrink:0;width:20px;height:20px}.contact-main{padding:3rem 0}.contact-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.contact-intro{text-align:center;color:var(--text-dark);max-width:900px;margin:0 auto 2rem;font-size:.9375rem;line-height:1.7}.contact-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 400px}}.contact-form-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:.25rem;display:flex}.form-input{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;outline:none;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .2s}.form-input:focus{border-color:var(--primary)}.form-input.error{border-color:#e53e3e}.form-input::placeholder{color:var(--text-muted)}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:120px}.form-error{color:#e53e3e;font-size:.75rem}.form-submit{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.form-submit:hover{background:var(--primary-dark)}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-success{border-radius:var(--radius-md);color:#276749;background:#c6f6d5;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;display:flex}.form-success svg{flex-shrink:0;width:20px;height:20px}.form-error-message{border-radius:var(--radius-md);color:#c53030;background:#fed7d7;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;display:flex}.form-error-message svg{flex-shrink:0;width:20px;height:20px}.contact-hotline{flex-direction:column;display:flex}.hotline-card{border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.hotline-title{color:var(--primary);letter-spacing:.02em;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.hotline-number{color:var(--primary);margin-bottom:1rem;font-size:2rem;font-weight:800;text-decoration:none;transition:opacity .2s;display:block}.hotline-number:hover{opacity:.8}.hotline-badge{background:var(--primary);color:#fff;border-radius:var(--radius-md);align-items:center;gap:.25rem;margin-bottom:1rem;padding:.5rem 1rem;display:inline-flex}.badge-text{font-size:1.25rem;font-weight:700}.badge-divider{padding:0 .25rem;font-size:.625rem}.hotline-whatsapp{color:#fff;border-radius:var(--radius-md);background:#25d366;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hotline-whatsapp:hover{background:#128c7e}.hotline-whatsapp svg{width:18px;height:18px}.hotline-image{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);color:#fffc;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:120px;height:120px;margin:0 auto;font-size:.625rem;display:flex}.hotline-image svg{width:40px;height:40px}.contact-info-row{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.contact-info-item{align-items:center;gap:.75rem;display:flex}.contact-info-item svg{width:20px;height:20px;color:var(--primary)}.info-label{color:var(--text-muted);margin-right:.25rem;font-size:.875rem}.info-value{color:var(--primary);font-size:.875rem;font-weight:600;text-decoration:none}.info-value:hover{text-decoration:underline}.contact-description{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:3rem;padding:2rem}.contact-description p{color:var(--text-dark);margin:0;font-size:.9375rem;line-height:1.8}.contact-services{padding:0 0 4rem}.service-cards{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.service-cards{grid-template-columns:repeat(3,1fr)}}.service-card-item{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;transition:all .3s;overflow:hidden}.service-card-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card-image{justify-content:center;align-items:center;height:200px;display:flex}.service-card-image svg{color:#fffc;width:64px;height:64px}.service-card-item h3{text-align:center;color:var(--text-dark);margin:0;padding:1rem;font-size:.9375rem;font-weight:600}.job-application-page{background:var(--bg-light)}.job-hero{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);padding:3rem 0;position:relative;overflow:hidden}.job-hero-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.job-hero-content{flex:1}.job-hero-title{color:#fff;margin:0 0 .5rem;font-size:2rem;font-weight:700}.job-hero-subtitle{color:#ffffffe6;margin:0;font-size:1rem}.job-hero-image{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;display:flex}.job-hero-image svg{color:#fffc;width:80px;height:80px}@media (max-width:768px){.job-hero-image{display:none}}.job-container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.job-form-section{padding:3rem 0}.job-application-form{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.form-section{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none;margin-bottom:1rem;padding-bottom:0}.form-section-title{color:var(--primary);border-bottom:2px solid var(--primary);margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1rem;font-weight:700;display:inline-block}.form-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (min-width:640px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.form-grid{grid-template-columns:repeat(4,1fr)}}.form-label{color:var(--text-dark);margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.checkbox-grid{flex-wrap:wrap;gap:.75rem;display:flex}.checkbox-grid-wide{gap:1rem}.checkbox-label{cursor:pointer;background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.checkbox-label:hover{border-color:var(--primary)}.checkbox-label:has(.checkbox-input:checked){border-color:var(--primary);background:#c23a5c1a}.checkbox-input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.checkbox-text{color:var(--text-dark);font-size:.875rem}.photo-upload-area{border:2px dashed var(--border-color);border-radius:var(--radius-lg);text-align:center;background:var(--bg-light);padding:2rem;transition:all .2s;position:relative}.photo-upload-area:hover{border-color:var(--primary)}.photo-upload-area svg{width:48px;height:48px;color:var(--text-muted);margin-bottom:1rem}.photo-upload-area p{color:var(--text-muted);margin:0;font-size:.875rem}.photo-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.job-submit{width:100%;padding:1rem 2rem;font-size:1rem}.job-info-section{background:#fff;padding:3rem 0}.job-info-grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.job-info-grid{grid-template-columns:1fr 300px}}.job-info-text h2{color:var(--primary);margin:0 0 1rem;font-size:1.5rem}.job-info-text h3{color:var(--text-dark);margin:1.5rem 0 .75rem;font-size:1.125rem}.job-info-text p{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.7}.job-info-image{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:200px;height:200px;margin:0 auto;display:flex}.job-info-image svg{color:#fffc;width:80px;height:80px}.job-application-page svg{max-width:100%}.job-application-form svg{flex-shrink:0;width:20px;height:20px}.form-success svg,.form-error-message svg{width:20px;height:20px}.photo-upload-area svg{width:48px!important;height:48px!important}.caregiver-request-page{background:var(--bg-light)}.request-hero{background:var(--primary);padding:2rem 0}.request-hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.request-hero-title{color:#fff;text-align:center;margin:0;font-size:1.5rem;font-weight:700}.request-main{padding:3rem 0}.request-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.request-intro{text-align:center;color:var(--text-dark);max-width:900px;margin:0 auto 2rem;font-size:.9375rem;line-height:1.7}.request-layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.request-layout{grid-template-columns:1fr 300px}}.request-form-area{min-width:0}.caregiver-request-form{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:2rem;padding:2rem}.form-grid-2{grid-template-columns:repeat(2,1fr)!important}.form-grid-3{grid-template-columns:repeat(3,1fr)!important}@media (max-width:640px){.form-grid-2,.form-grid-3{grid-template-columns:1fr!important}}.radio-grid{flex-wrap:wrap;gap:.75rem;display:flex}.radio-label{cursor:pointer;background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.radio-label:hover{border-color:var(--primary)}.radio-label:has(.radio-input:checked){border-color:var(--primary);background:#c23a5c1a}.radio-input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.radio-text{color:var(--text-dark);font-size:.875rem}.form-section-highlight{background:#c23a5c0d;border-radius:0;margin:0 -2rem;padding:2rem}.form-section-title-alt{background:var(--primary);color:#fff;border-radius:var(--radius-md);border-bottom:none;margin:0 0 1.5rem;padding:.75rem 1rem;display:block}.form-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.form-btn-secondary{color:var(--text-dark);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;background:#fff;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.form-btn-secondary:hover{background:var(--bg-light)}.request-info-text{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.request-info-text h2{color:var(--primary);margin:0 0 1rem;font-size:1.25rem}.request-info-text h3{color:var(--text-dark);margin:1.5rem 0 .75rem;font-size:1rem}.request-info-text p{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.7}.request-sidebar{flex-direction:column;gap:1.5rem;display:flex}.sidebar-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.sidebar-title{color:var(--primary);border-bottom:2px solid var(--primary);margin:0 0 1rem;padding-bottom:.75rem;font-size:.9375rem;font-weight:700}.sidebar-links{margin:0;padding:0;list-style:none}.sidebar-links li{margin-bottom:.5rem}.sidebar-links a{color:var(--text-dark);border-bottom:1px solid var(--border-color);padding:.5rem 0;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.sidebar-links a:hover{color:var(--primary)}.sidebar-links li:last-child a{border-bottom:none}.sidebar-hotline{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);text-align:center}.sidebar-hotline-title{color:#fff;border-bottom:none;margin:0 0 .75rem;padding-bottom:0;font-size:.875rem;font-weight:700}.sidebar-hotline-number{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:block}.sidebar-whatsapp{color:#fff;border-radius:var(--radius-md);background:#25d366;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.sidebar-whatsapp:hover{background:#128c7e}.caregiver-request-page svg{max-width:100%}.caregiver-request-form svg{flex-shrink:0;width:20px;height:20px}.sidebar-whatsapp svg{width:16px!important;height:16px!important}.form-success svg,.caregiver-request-form .form-success svg{width:20px!important;height:20px!important}.content-page{background:var(--bg-light)}.content-hero{background:var(--primary);padding:2rem 0}.content-hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.content-hero-title{color:#fff;text-align:center;margin:0;font-size:1.5rem;font-weight:700}.content-main{padding:3rem 0}.content-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.content-layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.content-layout{grid-template-columns:1fr 300px}}.content-article{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.content-section{margin-bottom:2rem}.content-section:last-child{margin-bottom:0}.content-heading{color:var(--primary);margin:0 0 1rem;font-size:1.25rem;font-weight:700}.content-text{color:var(--text-dark);margin:0 0 1rem;font-size:.9375rem;line-height:1.8}.content-text:last-child{margin-bottom:0}.content-image{border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:300px;margin:1.5rem 0;display:flex;overflow:hidden}.content-image svg{color:#fffc;width:80px;height:80px}.content-image span{color:#ffffffe6;font-size:.875rem;font-weight:600}.content-sidebar{flex-direction:column;gap:1.5rem;display:flex}.content-page svg{max-width:100%}.content-image svg,.content-article svg{flex-shrink:0;width:80px!important;height:80px!important}.content-sidebar .sidebar-whatsapp svg{width:16px!important;height:16px!important}.image-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0;display:grid}@media (max-width:768px){.image-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.image-grid{grid-template-columns:1fr}}.image-grid-item{flex-direction:column;align-items:center;gap:.75rem;display:flex}.image-grid-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:100%;display:flex}.image-grid-placeholder svg{color:#fffc;width:60px!important;height:60px!important}.image-grid-caption{color:var(--text-dark);text-align:center;font-size:.875rem;font-weight:600}
