:root{--primary:#1e3a5f;--primary-light:#2a5080;--primary-fg:#f1f5f9;--secondary:#e8f4fd;--secondary-fg:#1e3a5f;--accent:#cb9c24;--accent-light:#c9973d;--accent-fg:#fff;--bg:#fff;--fg:#152033;--muted:#f3f4f6;--muted-fg:#6b7280;--card:#fff;--border:#e2e8f0;--radius:10px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);--shadow-elegant:0 25px 50px -12px rgba(30,58,95,0.15)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:200 800;font-display:swap;src:url("/assets/fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2") format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:200 800;font-display:swap;src:url("/assets/fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko40yygg_vbd-E.woff2") format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}html{scroll-behavior:smooth}body{font-family:'Plus Jakarta Sans',sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:72rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.section-padding{padding:4rem 0}@media (min-width:768px){.section-padding{padding:6rem 0}}@media (min-width:1024px){.section-padding{padding:8rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius);font-weight:600;transition:all .2s;font-size:14px}.btn-accent{background:var(--accent);color:var(--accent-fg)}.btn-accent:hover{background:var(--accent-light)}.btn-lg{font-size:18px;font-weight:800;padding:12px 24px;letter-spacing:3%}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .3s;transition:box-shadow .3s;animation:fadein .5s}.header.expanded{background:rgba(255,255,255,0.85);backdrop-filter:blur(12px);box-shadow:var(--shadow-md)}@media (max-width:1023px){.header{background:rgba(255,255,255,0.85);backdrop-filter:blur(12px);box-shadow:var(--shadow-md);animation:none}}@-moz-keyframes fadein{0%{top:-75px}100%{top:0}}@-webkit-keyframes fadein{0%{top:-75px}100%{top:0}}@-o-keyframes fadein{0%{top:-75px}100%{top:0}}@keyframes fadein{0%{top:-75px}100%{top:0}}.header-inner{display:flex;align-items:center;justify-content:space-between;height:5rem}.header-logo{height:4rem;width:auto;margin-top:2px}@media (max-width:380px){.header-logo{height:3rem}}.header-nav{display:none;align-items:center;gap:2rem}.header-nav a{font-size:.875rem;font-weight:500;color:rgba(21,32,51,0.8);transition:color .2s;position:relative}.header-nav a:hover{color:var(--primary)}@media (min-width:1024px){.header-nav{display:flex}}.header-cta{display:none;align-items:center;gap:1rem}@media (min-width:768px){.header-cta{display:flex}}.header-phone{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:rgba(21,32,51,0.8)}.header-phone img{width:1rem;height:1rem}.header-phone:hover{color:var(--primary)}.mobile-toggle{display:block;padding:.5rem;font-size:30px;color:var(--fg)}@media (min-width:1024px){.mobile-toggle{display:none}}.mobile-menu{display:none;background:var(--bg);border-top:1px solid var(--border);padding:1rem}.mobile-menu.open{display:flex;flex-direction:column;gap:1rem}.mobile-menu a{padding:.5rem 0;color:rgba(21,32,51,0.8)}.hero{min-height:100vh;align-items:center;background:linear-gradient(180deg,var(--secondary),#f0f8ff);padding-top:12rem;padding-bottom:1rem;position:relative;overflow:hidden}.hero h1{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero h1 span{display:block;color:var(--primary)}@media (max-width:1023px){.hero{background:linear-gradient(180deg,var(--secondary),#fff);padding-bottom:15px;margin-bottom:-15px;padding-top:7rem}}.hero-bg-circle1{position:absolute;top:-10rem;right:-10rem;width:20rem;height:20rem;background:rgba(30,58,95,0.05);border-radius:50%;filter:blur(48px)}.hero-bg-circle2{position:absolute;bottom:-10rem;left:-10rem;width:24rem;height:24rem;background:rgba(184,134,11,0.1);border-radius:50%;filter:blur(48px)}@media (max-width:1023px){.hero-bg-circle2{display:none}}.hero-grid{display:grid;gap:3rem;align-items:center;position:relative;z-index:1}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{text-align:center}@media (min-width:1024px){.hero-content{text-align:left}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(30,58,95,0.1);color:var(--primary);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-badge-dot{width:.5rem;height:.5rem;background:var(--accent);border-radius:50%}@media (min-width:768px){.hero h1{font-size:3rem}}@media (min-width:1024px){.hero h1{font-size:3.75rem}}.hero-desc{font-size:1.125rem;color:var(--muted-fg);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:32rem}@media (min-width:1024px){.hero-desc{margin-left:0;margin-right:0}}.hero-price-block{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.5rem;justify-content:center}@media (min-width:1024px){.hero-price-block{flex-direction:row;justify-content:flex-start}}.hero-price{font-size:1.875rem;font-weight:700;color:var(--primary)}.hero-price-sub{font-size:.875rem;color:var(--muted-fg)}.hero-explain{font-size:13px;margin-left:11px;color:var(--muted-fg)}.hero-explain a{text-decoration:underline}.hero-installment{display:inline-flex;align-items:center;gap:.5rem;background:rgba(184,134,11,0.15);border:1px solid rgba(184,134,11,0.3);color:var(--accent);padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;justify-content:center}@media (min-width:1024px){.hero-badges{justify-content:flex-start}}.hero-badge-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:7px 13px;background:var(--card);border-radius:.5rem;box-shadow:var(--shadow-sm)}.hero-badge-item strong{font-size:.875rem;color:var(--primary)}.hero-badge-item small{font-size:.75rem;color:var(--muted-fg)}.hero-image{position:relative;text-align:center}.hero-image img{width:100%;max-width:450px;margin:0 auto 0 auto;filter:drop-shadow(0 25px 25px rgba(0,0,0,0.15));animation:pulse 4s infinite}.hero-image .hero-image-text{font-size:12px;color:#65758b;position:relative;top:45px}@media (max-width:1023px){.hero-image .hero-image-text{position:static;margin-top:20px;margin-bottom:20px}}.hero-image .hero-image-back{background:rgba(184,134,11,0.1);border-radius:50%;filter:blur(48px);position:absolute;width:100%;height:100%;top:0;z-index:-1}@-moz-keyframes pulse{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}}@-webkit-keyframes pulse{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}}@-o-keyframes pulse{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes pulse{0%{transform:translateY(0)}50%{transform:translateY(10px)}100%{transform:translateY(0)}}.benefits{background:rgba(243,244,246,0.3)}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;color:var(--accent);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:2.25rem}}@media (min-width:1024px){.section-title{font-size:3rem}}.section-desc{font-size:1.125rem;color:var(--muted-fg);max-width:42rem;margin:0 auto}.features-menu{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:20px}.features-menu .feature{display:flex;gap:10px;border-radius:20px;padding:10px;font-size:14px;cursor:pointer}.features-menu .feature .f-img{padding:10px;background:#ebf5fa;border-radius:12px}.features-menu .feature .f-img img{width:1.25rem;height:1.25rem;position:relative;top:2px}.features-menu .feature .f-text{display:flex;flex-flow:column}.features-menu .feature .f-text span:nth-child(1){font-weight:600}.features-menu .feature .f-text span:nth-child(2){font-size:12px}.features-menu .feature.active{background:#1d3a5e;color:#fff;transform:scale(1.05);transition:transform .5s}.features-menu .feature.active .f-img{background:#506681}.features-menu .feature.active .f-img img{filter:brightness(0) invert(1)}.features-card{display:none;background:var(--card);border-radius:1.5rem;box-shadow:var(--shadow-elegant);padding:2rem;overflow:hidden}.features-card.active{display:block}@media (min-width:768px){.features-card{padding:3rem}}.features-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.features-header h3{font-size:1.5rem;font-weight:700}.features-header p{color:var(--muted-fg)}.features-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-lg)}.features-icon img{filter:brightness(0) invert(1)}.features-grid{display:grid;gap:1rem}@media (min-width:640px){.features-grid{grid-template-columns:1fr 1fr}}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.75rem;background:rgba(243,244,246,0.5);transition:background .2s}.feature-item:hover{background:var(--muted)}.feature-item span{font-size:.875rem;line-height:1.6}.feature-check{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem;color:#fff;font-size:.75rem}.grad-amber{background:linear-gradient(135deg,#f59e0b,#f97316)}.grad-blue{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.grad-green{background:linear-gradient(135deg,#10b981,#14b8a6)}.grad-violet{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.grad-slate{background:linear-gradient(135deg,#64748b,#52525b)}.specs{background:rgba(232,244,253,0.3)}.quick-specs{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.quick-spec{display:flex;align-items:center;gap:.75rem;background:var(--card);border-radius:9999px;padding:.75rem 1.5rem;box-shadow:var(--shadow-md)}.quick-spec-dot{width:.75rem;height:.75rem;border-radius:50%}.quick-spec-label{font-size:.75rem;color:var(--muted-fg)}.quick-spec-value{font-weight:700}.specs-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-xl);overflow:hidden}.spec-category{border-bottom:1px solid var(--border)}.spec-category:last-child{border-bottom:none}.spec-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;transition:background .2s;cursor:pointer;list-style:none}.spec-header::-webkit-details-marker{display:none}.spec-header:hover{background:rgba(232,244,253,0.5)}.spec-header-left{display:flex;align-items:center;gap:1rem}.spec-icon-wrap{width:3rem;height:3rem;background:rgba(30,58,95,0.1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--primary)}.spec-header-title{font-size:1.125rem;font-weight:600}.spec-content{padding:0 1.5rem 1.5rem}@media (min-width:640px){.spec-content{padding-left:5rem}}.spec-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px dashed var(--border)}.spec-row:last-child{border-bottom:none}.spec-row-label{font-size:.875rem;color:var(--muted-fg)}.spec-row-value{font-weight:600}.process{background:rgba(232,244,253,0.3)}.process-grid{display:grid;gap:2rem}@media (min-width:768px){.process-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.step-card{position:relative;background:var(--card);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-lg);transition:all .3s}.step-card:hover{box-shadow:var(--shadow-elegant)}.step-card:hover .step-icon{background:var(--primary);color:var(--primary-fg);transform:scale(1.1)}.step-card:hover .step-icon img{filter:brightness(0) invert(1)}.step-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.step-card p{font-size:.875rem;color:var(--muted-fg);line-height:1.6}.step-number{position:absolute;top:-.75rem;right:-.75rem;width:3rem;height:3rem;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-fg);font-weight:700;box-shadow:var(--shadow-lg)}.step-icon{width:4rem;height:4rem;background:rgba(30,58,95,0.1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary);font-size:1.5rem;transition:all .3s}.certs{background:var(--primary);color:var(--primary-fg)}.certs .section-desc{color:rgba(241,245,249,0.7)}.stats-grid{display:flex;justify-content:space-around;gap:2rem}@media (max-width:1023px){.stats-grid{flex-flow:column}}.stat{text-align:center}.stat-icon{width:4rem;height:4rem;margin:0 auto 1rem;background:rgba(241,245,249,0.1);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon img{filter:brightness(0) invert(1)}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:rgba(241,245,249,0.7)}.contact{background:rgba(232,244,253,0.3)}.contact-grid{display:grid;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:3fr 2fr}}.form-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-xl);padding:2rem}.form-grid{display:grid;gap:1.5rem}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width:639px){.form-grid-2{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500}.form-group textarea{resize:vertical;min-height:6rem}.form-group input,.form-group textarea{width:100%;padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.875rem;transition:border-color .2s;background:var(--bg)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(30,58,95,0.1)}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--card);border-radius:.75rem;box-shadow:var(--shadow-md)}.contact-icon{width:3rem;height:3rem;background:rgba(30,58,95,0.1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary);font-size:1.25rem}.contact-label{font-size:.875rem;color:var(--muted-fg)}.contact-value{font-weight:600}.contact-value a{transition:color .2s}.contact-value a:hover{color:var(--primary)}.quick-call{background:var(--accent);color:var(--accent-fg);border-radius:var(--radius);box-shadow:var(--shadow-xl);padding:1.5rem;overflow:hidden}.quick-call h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.quick-call p{color:rgba(255,255,255,0.8);margin-bottom:1rem}.quick-call a{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,0.1);padding:.5rem 1rem;border-radius:.5rem;font-weight:600;transition:background .2s}.quick-call a img{filter:brightness(0) invert(1)}.quick-call a:hover{background:rgba(255,255,255,0.2)}.footer{background:var(--fg);color:var(--primary-fg)}.footer h4{font-weight:700;font-size:1.125rem;margin-bottom:1.5rem}.footer-grid{display:grid;gap:3rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-logo{height:4rem;width:auto;filter:brightness(0) invert(1);margin-bottom:1.5rem}.footer-company{color:rgba(241,245,249,0.7);font-size:.875rem;line-height:1.8}.footer-company strong{color:var(--primary-fg)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:rgba(241,245,249,0.7);transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:center;color:rgba(241,245,249,0.7)}.footer-contact a{color:rgba(241,245,249,0.7);transition:color .2s}.footer-contact a:hover{color:var(--accent)}.footer-contact img{width:20px;filter:brightness(0) invert(1) opacity(.6);margin-right:10px}.footer-contact .socials{gap:10px;margin-left:3px;margin-top:10px}.footer-contact .socials a:first-child img{width:15px;height:auto}.footer-contact .socials a:last-child img{width:30px;height:auto}.footer-divider{width:100%;height:1px;background:rgba(241,245,249,0.2);margin-bottom:2rem}.footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;font-size:.875rem;color:rgba(241,245,249,0.6)}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-legal{display:flex;gap:1.5rem}.footer-legal a:hover{color:var(--accent)}.text-center{text-align:center}.gdpr-link{color:var(--primary)}.gdpr-link:hover{text-decoration:underline}.hero-dph p{font-size:1.125rem;color:var(--muted-fg);margin-bottom:2rem;margin-left:auto;margin-right:auto}.explain p{font-size:1.125rem;color:var(--muted-fg);margin-bottom:2rem;margin-left:auto;margin-right:auto;color:var(--fg)}.explain p a{text-decoration:underline;color:var(--accent)}