.header{z-index:100}.hamburger{transition:background .3s ease;width:25px}.hamburger:after,.hamburger:before{transition:transform .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}@media (max-width:1023px){.header__content{align-items:flex-start;flex-direction:column;gap:1.5rem}.nav{width:100%}.nav__list{flex-wrap:wrap;gap:1rem 1.5rem}.nav__item{flex:1 1 45%}.nav__link{display:inline-block}.header__cta{display:flex;flex-direction:column;gap:.75rem;width:100%}.header__cta .btn{text-align:center;width:100%}.hero__content{text-align:center}.hero__stats{grid-template-columns:repeat(2,1fr)}.cta-buttons{align-items:center;flex-direction:column}}.consultation-modal{z-index:1200}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#0d0d0d;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,4vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}p{font-size:1.1rem;margin-bottom:1rem}a{color:#a387c1;text-decoration:none;transition:color .3s ease}a:hover{color:#bbd8a7}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.skip-link{background:#000;border-radius:4px;color:#fff;left:6px;padding:8px;position:absolute;text-decoration:none;top:-40px;z-index:1000}.skip-link:focus{top:6px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:2500}.header__content{justify-content:space-between;padding:1rem 0}.header__content,.logo__link{align-items:center;display:flex}.logo__link{color:#1a1a1a;font-size:1.5rem;font-weight:700;gap:.5rem}.logo__image{display:block;height:auto;max-height:50px;object-fit:contain;width:auto}.nav__list{align-items:center;display:flex;gap:2rem;list-style:none}.nav__link{font-weight:500;padding:.5rem 0;position:relative}.nav__link:after{background:#a387c1;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav__link--active:after,.nav__link:hover:after{width:100%}.header__cta{display:flex;gap:1rem}.btn,.header__cta{align-items:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn--primary{background:linear-gradient(135deg,#a387c1,#c9b1d3);box-shadow:0 4px 14px #a387c14d;color:#fff!important}.btn--primary:hover{box-shadow:0 8px 25px #a387c166;color:#fff!important;transform:translateY(-2px)}.btn--secondary{background:#0000;border:2px solid #a387c1;color:#a387c1}.btn--secondary:hover{background:#a387c1;color:#fff}.btn--outline{background:#0000;border:2px solid #a387c1;color:#a387c1}.btn--outline:hover{background:#a387c1;color:#fff}.btn--large{font-size:1.125rem;padding:1rem 2rem}.btn--full{width:100%}.hero{background:linear-gradient(135deg,#a387c1,#c9b1d3);color:#fff;overflow:hidden;padding:6rem 0 4rem;position:relative}.hero:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero__content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;position:relative;z-index:2}@media (min-width:1024px){.hero__content{grid-template-columns:1fr 400px}}.hero__title{margin-bottom:1.5rem}.hero__highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8cbad,#bbd8a7);-webkit-background-clip:text;background-clip:text}.hero__subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero__stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;padding:1.5rem;text-align:center}.stat__number{display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat__label{font-size:.875rem;opacity:.8}.contact-form{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;color:#1a1a1a;padding:2rem}.contact-form__title{color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.form__group{margin-bottom:1rem}.form__label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form__input,.form__select,.form__textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form__input:focus,.form__select:focus,.form__textarea:focus{border-color:#a387c1;box-shadow:0 0 0 3px #a387c11a;outline:none}.form__textarea{min-height:100px;resize:vertical}.form__select{cursor:pointer}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-fieldset{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.form-legend{color:#1a1a1a;font-weight:600;margin-bottom:1rem;padding:0 .5rem}.checkbox-group{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:768px){.checkbox-group{grid-template-columns:1fr 1fr}}.checkbox-label{align-items:flex-start;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;line-height:1.5}.checkbox-label input[type=checkbox]{margin:0}.checkbox-custom{border:2px solid #e5e7eb;border-radius:4px;flex-shrink:0;height:18px;margin-top:2px;position:relative;width:18px}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#a387c1;border-color:#a387c1}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-label a{color:#a387c1;text-decoration:underline}.checkbox-label a:hover{color:#c9b1d3}.form-disclaimer{color:#6b7280;font-size:.875rem;font-style:italic;margin-top:1rem;text-align:center}.trust-indicators{background:#f9fafb;padding:3rem 0}.trust-indicators__logos{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.trust-logo{height:40px;opacity:.7;transition:opacity .3s ease}.trust-logo:hover{opacity:1}.trust-indicators__text{color:#6b7280;font-style:italic;margin-top:1rem;text-align:center}.section-header{margin-bottom:4rem;text-align:center}.section-title{margin-bottom:1rem}.section-subtitle{color:#6b7280;font-size:1.125rem;margin:0 auto;max-width:600px}.services{background:#fff;padding:6rem 0}.services__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.service-card__icon{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:50%;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.service-card__title{color:#1a1a1a;margin-bottom:1rem}.service-card__description{color:#6b7280;margin-bottom:1.5rem}.service-card__features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.feature-tag{background:#ddebd3;border-radius:20px;color:#0d0d0d;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.services-overview{background:linear-gradient(135deg,#deebf7,#fff);padding:6rem 0}.services-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.services-grid{grid-template-columns:1fr}}.service-detail{background:#fff;border:3px solid #0000;border-radius:24px;box-shadow:0 10px 40px #00000014;overflow:hidden;padding:3rem;position:relative;transition:all .4s ease}.service-detail:before{background:linear-gradient(90deg,#a387c1,#bbd8a7,#f8cbad);content:"";height:8px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.service-detail:hover{border-color:#a387c1;box-shadow:0 20px 60px #00000026;transform:translateY(-8px)}.service-detail:hover:before{opacity:1}.service-detail:first-child{background:linear-gradient(135deg,#c9b1d3,#fff)}.service-detail:nth-child(2){background:linear-gradient(135deg,#deebf7,#fff)}.service-detail:nth-child(3){background:linear-gradient(135deg,#ddebd3,#fff)}.service-detail__header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.service-detail__icon{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:20px;box-shadow:0 8px 25px #a387c14d;color:#fff;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.service-detail__icon .icon{height:40px;width:40px}.service-detail__title{color:#1a1a1a;font-size:2rem;margin:0}.service-detail__price{background:#ddebd3;border-radius:12px;color:#bbd8a7;font-size:1.5rem;font-weight:700;margin-left:auto;padding:.5rem 1.5rem}.service-detail__description{color:#4b5563;font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem}.service-detail__benefits,.service-detail__features{background:#f9fafb;border-left:4px solid #a387c1;border-radius:16px;margin-bottom:2rem;padding:2rem}.service-detail__benefits h4,.service-detail__features h4{align-items:center;color:#1a1a1a;display:flex;font-size:1.25rem;gap:.5rem;margin-bottom:1.5rem}.service-detail__benefits h4:before,.service-detail__features h4:before{content:"⭐";font-size:1.5rem}.service-detail__benefits ul,.service-detail__features ul{list-style:none;margin:0;padding:0}.service-detail__benefits li,.service-detail__features li{color:#374151;font-size:1.05rem;line-height:1.6;padding:.75rem 0 .75rem 2rem;position:relative}.service-detail__benefits li:before,.service-detail__features li:before{color:#bbd8a7;content:"✓";font-size:1.25rem;font-weight:700;left:0;position:absolute}.service-detail .btn{font-size:1.125rem;margin-top:2rem;padding:1.25rem 2rem;width:100%}.process{background:#fff;padding:6rem 0}.process-steps{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:1000px}@media (min-width:768px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-steps{grid-template-columns:repeat(3,1fr)}}.process-step{background:#fff;border:2px solid #e5e7eb;border-radius:20px;box-shadow:0 8px 30px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.process-step:before{background:linear-gradient(90deg,#f8cbad,#bbd8a7,#a387c1);content:"";height:6px;left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .4s ease}.process-step:hover{border-color:#a387c1;box-shadow:0 15px 50px #00000026;transform:translateY(-8px)}.process-step:hover:before{transform:translateX(0)}.process-step__number{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:50%;box-shadow:0 8px 20px #a387c14d;color:#fff;display:flex;font-size:1.75rem;font-weight:700;height:70px;justify-content:center;margin-bottom:1.5rem;width:70px}.process-step__title{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.process-step__description{color:#6b7280;font-size:1.05rem;line-height:1.7}.pricing{background:linear-gradient(135deg,#0d0d0d,#a387c1);padding:6rem 0}.pricing,.pricing .section-subtitle,.pricing .section-title{color:#fff}.pricing-table{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px}@media (min-width:768px){.pricing-table{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pricing-table{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#fff;border:3px solid #0000;border-radius:24px;padding:3rem 2.5rem;position:relative;text-align:center;transition:all .4s ease}.pricing-card:hover{border-color:#a387c1;box-shadow:0 20px 60px #0003;transform:translateY(-12px)}.pricing-card--popular{background:linear-gradient(135deg,#a387c1,#c9b1d3);box-shadow:0 15px 50px #a387c166;color:#fff;transform:scale(1.05)}.pricing-card--popular .pricing-card__price,.pricing-card--popular .pricing-card__title{color:#fff}.pricing-card--popular:hover{transform:scale(1.08) translateY(-12px)}.pricing-card__badge{background:linear-gradient(135deg,#f8cbad,#bbd8a7);border-radius:20px;box-shadow:0 4px 15px #f8cbad66;color:#fff;font-size:.875rem;font-weight:700;left:50%;padding:.5rem 1.5rem;position:absolute;top:-15px;transform:translateX(-50%)}.pricing-card__title{color:#1a1a1a;font-size:1.75rem;margin-bottom:1.5rem}.pricing-card__price{color:#bbd8a7;font-size:3rem;font-weight:700;margin-bottom:2rem}.pricing-card__unit{color:#6b7280;font-size:1.25rem;font-weight:400}.pricing-card--popular .pricing-card__unit{color:#fffc}.pricing-card__features{list-style:none;margin:2rem 0;padding:0;text-align:left}.pricing-card__features li{border-bottom:1px solid #e5e7eb;color:#374151;font-size:1.05rem;padding:1rem 0 1rem 2rem;position:relative}.pricing-card--popular .pricing-card__features li{border-bottom-color:#fff3;color:#fff}.pricing-card__features li:before{color:#bbd8a7;content:"✓";font-size:1.25rem;font-weight:700;left:0;position:absolute}.pricing-card--popular .pricing-card__features li:before{color:#f8cbad}.pricing-card .btn{margin-top:2rem;width:100%}.pricing-card--popular .btn--primary{background:#fff;color:#a387c1}.pricing-card--popular .btn--primary:hover{background:#deebf7}.faq{background:#f9fafb;padding:6rem 0}.faq__content{margin:0 auto;max-width:800px}.faq h3{color:#1a1a1a;font-size:1.25rem;margin-bottom:1rem}.faq p{color:#6b7280;line-height:1.7}.comparison-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 20px #00000014;margin:1.5rem 0;width:100%}.comparison-table td,.comparison-table th{border-bottom:1px solid #e5e7eb;padding:1rem;text-align:left}.comparison-table th{background:#f9fafb;color:#1a1a1a;font-weight:600}.comparison-table td{color:#6b7280}.highlight-row{background:#deebf7!important}.highlight-row td{color:#a387c1!important;font-weight:600}.facts{background:linear-gradient(135deg,#a387c1,#c9b1d3);color:#fff;padding:6rem 0}.facts__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.fact-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;padding:2rem;text-align:center}.fact-card__number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8cbad,#bbd8a7);-webkit-background-clip:text;background-clip:text;display:block;font-size:3rem;font-weight:700;margin-bottom:.5rem}.fact-card__label{font-size:1.125rem;margin-bottom:.5rem}.fact-card__source{font-size:.875rem;opacity:.7}.cta-section{background:#1a1a1a;color:#fff;padding:6rem 0;text-align:center}.cta-title{margin-bottom:1rem}.cta-subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer__content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}@media (min-width:768px){.footer__content{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__title{color:#fff;margin-bottom:1rem}.footer__address,.footer__description{color:#9ca3af;margin-bottom:1rem}.footer__address{font-style:normal}.footer__contact a{color:#9ca3af;display:block;margin-bottom:.5rem}.footer__links{list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#9ca3af;transition:color .3s ease}.footer__links a:hover{color:#fff}.footer__bottom{align-items:center;border-top:1px solid #374151;justify-content:space-between;padding-top:2rem}.footer__bottom,.footer__legal{display:flex;flex-wrap:wrap;gap:1rem}.footer__legal a{color:#9ca3af;font-size:.875rem}.footer__social{display:flex;gap:1rem}.social-link{color:#9ca3af;transition:color .3s ease}.social-link:hover{color:#fff}.footer__copyright{color:#9ca3af;display:flex;flex-direction:column;font-size:.875rem;gap:.5rem;margin-top:1rem;text-align:center;width:100%}@media (min-width:768px){.footer__copyright{flex-direction:column;gap:.25rem;margin-top:0;width:auto}}.powered-by{color:#a387c1;font-size:.75rem;font-weight:400;margin:0}.powered-by strong{font-weight:700}.icon{fill:currentColor;height:24px;width:24px}.mobile-menu-toggle{-webkit-tap-highlight-color:transparent;background:none;border:none;cursor:pointer;display:none;padding:.5rem;position:relative;z-index:3100}@media (max-width:1023px){.mobile-menu-toggle{display:block!important}.header__cta{display:none!important}}.mobile-menu-toggle:focus{border-radius:8px;outline:2px solid #a387c1;outline-offset:4px}.hamburger{display:block;position:relative;transition:background .3s cubic-bezier(.4,0,.2,1);width:28px}.hamburger,.hamburger:after,.hamburger:before{background:#1a1a1a;border-radius:3px;height:3px}.hamburger:after,.hamburger:before{content:"";left:0;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.hamburger:before{top:-9px}.hamburger:after{top:9px}.mobile-menu-toggle.is-active .hamburger{background:#0000}.mobile-menu-toggle.is-active .hamburger:before{top:0;transform:rotate(45deg)}.mobile-menu-toggle.is-active .hamburger:after{top:0;transform:rotate(-45deg)}.nav{transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:1023px){.nav{-webkit-overflow-scrolling:touch;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-4px 0 24px #00000026;height:100vh;height:100dvh;max-width:420px;overflow-y:auto;overscroll-behavior:contain;padding:6rem 2rem 2rem;position:fixed;right:0;top:0;transform:translateX(110%);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;width:85%;z-index:3000}.nav.is-open{box-shadow:-6px 0 32px #0000002e;transform:translateX(0)}.nav__list{align-items:stretch;flex-direction:column;gap:0}.nav__item{border-bottom:1px solid #e5e7eb}.nav__link{align-items:center;color:#1a1a1a;display:flex;font-size:1.125rem;font-weight:600;min-height:48px;padding:1.25rem 0;transition:all .3s ease}.nav__link:active{background:#f3f4f6;padding-left:1rem}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d0d0db3;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:500}.mobile-menu-backdrop.is-visible{opacity:1;pointer-events:auto}.mobile-cta-item{border-bottom:none;border-top:2px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.mobile-cta-item .btn{margin-top:.5rem;width:100%}body.menu-open{overflow:hidden;position:fixed;touch-action:none;-ms-touch-action:none;width:100%}.mobile-menu-backdrop{overscroll-behavior:contain}}@media (min-width:1024px){.mobile-cta-item{display:none}.header__cta{display:flex!important}}@media (max-width:1023px){.header__content{align-items:center;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.logo{order:1}.mobile-menu-toggle{margin-left:auto;order:2}.nav{order:3}.header__cta{display:none!important}.hero__content{text-align:center}.hero__stats{grid-template-columns:repeat(2,1fr)}.cta-buttons{align-items:center;flex-direction:column}}@media (max-width:767px){.hero__stats{grid-template-columns:1fr}.trust-indicators__logos{gap:2rem}.trust-logo{height:30px}.footer__bottom{flex-direction:column;text-align:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fact-card,.hero__form,.hero__text,.service-card{animation:fadeInUp .6s ease-out}.service-card:nth-child(2){animation-delay:.1s}.service-card:nth-child(3){animation-delay:.2s}.btn:focus,.form__input:focus,.form__textarea:focus,.nav__link:focus{outline:2px solid #a387c1;outline-offset:2px}.benefits{background:#f9fafb;padding:6rem 0}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}.benefit-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.benefit-card__icon{align-items:center;background:linear-gradient(135deg,#bbd8a7,#ddebd3);border-radius:50%;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.benefit-card__title{color:#1a1a1a;margin-bottom:1rem}.benefit-card__description{color:#6b7280;line-height:1.6}.process-section{background:#fff;padding:6rem 0}.process-timeline{margin:0 auto;max-width:800px;position:relative}.process-timeline:before{background:linear-gradient(135deg,#a387c1,#c9b1d3);bottom:0;content:"";left:50px;position:absolute;top:0;width:2px}@media (min-width:768px){.process-timeline:before{left:100px}}.timeline-item{align-items:flex-start;display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline-number{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:100px;justify-content:center;position:relative;width:100px;z-index:2}@media (min-width:768px){.timeline-number{font-size:3rem;height:200px;width:200px}}.timeline-content{flex:1 1;padding-top:1rem}@media (min-width:768px){.timeline-content{padding-top:3rem}}.timeline-content h3{color:#1a1a1a;margin-bottom:.5rem}.timeline-content p{color:#6b7280;line-height:1.6}.form-wrapper{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.form-wrapper{grid-template-columns:1fr 1fr}}.form-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:2rem}.form-info h2{color:#1a1a1a;margin-bottom:1rem}.form-info p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.guarantee{background:#fff;border:1px solid #bbd8a7;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.guarantee h3{color:#bbd8a7;font-size:1.125rem;margin-bottom:.5rem}.guarantee p{color:#0d0d0d;font-size:.875rem;margin:0}.testimonial-small{background:#fff;border-left:4px solid #a387c1;border-radius:8px;padding:1.5rem}.testimonial-small blockquote{color:#374151;font-style:italic;line-height:1.6;margin:0 0 1rem}.testimonial-small cite{color:#6b7280;font-size:.875rem;font-weight:500}.form-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.legal-content{background:#f9fafb;padding:4rem 0}.legal-wrapper{margin:0 auto;max-width:800px}.legal-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:2rem}.legal-section h2{border-bottom:2px solid #a387c1;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem}.legal-section h3{color:#374151;font-size:1.125rem;margin:1.5rem 0 .5rem}.legal-section p{color:#6b7280;line-height:1.7;margin-bottom:1rem}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{color:#6b7280;line-height:1.6;margin-bottom:.5rem}.company-info{background:#deebf7;border:1px solid #a387c1;border-radius:8px;margin:1rem 0;padding:1.5rem}.company-info h3{color:#a387c1;margin-bottom:.5rem}.article-hero{background:linear-gradient(135deg,#a387c1,#c9b1d3);color:#fff;padding:4rem 0}.article-hero__content{margin:0 auto;max-width:800px;text-align:center}.article-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.post-category{background:#fff3;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.post-date,.read-time,.word-count{font-size:.875rem;opacity:.8}.article-hero__title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.article-hero__subtitle{font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.article-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.article-grid{grid-template-columns:2fr 1fr}}.article-main{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem}.article-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.sidebar-section h3{color:#1a1a1a;margin-bottom:1rem}.share-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.share-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .3s ease}.share-btn:hover{background:#a387c1;border-color:#a387c1;color:#fff}.related-articles{display:flex;flex-direction:column;gap:.75rem}.related-link{color:#6b7280;font-size:.875rem;line-height:1.4;transition:color .3s ease}.related-link:hover{color:#a387c1}.resources{display:flex;flex-direction:column;gap:.75rem}.resource-link{align-items:center;color:#a387c1;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;transition:color .3s ease}.resource-link:hover{color:#c9b1d3}.toc{background:#f9fafb;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;padding:2rem 0}.toc__content{margin:0 auto;max-width:800px}.toc__content h2{color:#1a1a1a;margin-bottom:2rem;text-align:center}.toc__list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr}@media (min-width:768px){.toc__list{grid-template-columns:1fr 1fr}}.toc__list li{list-style:none}.toc__list a{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;display:block;font-size:.875rem;padding:.75rem 1rem;transition:all .3s ease}.toc__list a:hover{background:#a387c1;border-color:#a387c1;color:#fff}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.newsletter-form input{border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;padding:.75rem}.newsletter-form input:focus{border-color:#a387c1;box-shadow:0 0 0 3px #a387c11a;outline:none}.newsletter__privacy{color:#6b7280;margin:0;text-align:center}.contact-info{background:#f9fafb;padding:6rem 0}.contact-info__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.contact-info__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.contact-info__grid{grid-template-columns:repeat(4,1fr)}}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.contact-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.contact-card__icon{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:50%;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.contact-card__title{color:#1a1a1a;margin-bottom:1rem}.contact-card__description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.contact-card__link{color:#a387c1;font-size:1.125rem;font-weight:600}.map-section{background:#fff;padding:6rem 0}.map-wrapper{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.map-wrapper{grid-template-columns:1fr 1fr}}.map-info h2{color:#1a1a1a;margin-bottom:1.5rem}.map-info p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.office-features{background:#f9fafb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.office-features h3{color:#1a1a1a;font-size:1.125rem;margin-bottom:1rem}.office-features ul{list-style:none;padding:0}.office-features li{color:#6b7280;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.office-features li:before{color:#bbd8a7;content:"✓";font-weight:700;left:0;position:absolute}.directions h3{color:#1a1a1a;font-size:1.125rem;margin-bottom:1rem}.direction-item{background:#f9fafb;border-left:4px solid #a387c1;border-radius:6px;margin-bottom:1rem;padding:1rem}.direction-item strong{color:#1a1a1a;display:block;margin-bottom:.5rem}.map-container{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;text-align:center}.map-placeholder{color:#6b7280}.map-placeholder p{margin:.5rem 0}.contact-form-section{background:#f9fafb;padding:6rem 0}.contact-form-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem}.consultation-modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;padding:1.5rem;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:1600}.consultation-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11182773;inset:0;position:absolute}.consultation-modal.is-open{opacity:1;pointer-events:auto}.consultation-modal__dialog{animation:modal-fade-in .3s ease;background:#fff;border-radius:16px;box-shadow:0 25px 60px #0f172a2e;max-height:90vh;max-width:560px;overflow-y:auto;padding:2.5rem 2.5rem 2rem;position:relative;width:100%;z-index:1}.consultation-modal__close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.5rem;line-height:1;position:absolute;right:1rem;top:1rem;transition:color .2s ease}.consultation-modal__close:hover{color:#111827}.consultation-modal__title{color:#1a1a1a;margin-bottom:.5rem}.consultation-modal__subtitle{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.consultation-form__field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.consultation-form__field label{color:#1f2937;font-size:.95rem;font-weight:600}.consultation-form__field input,.consultation-form__field textarea{background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;font-size:1rem;padding:.75rem 1rem;transition:border .2s ease,box-shadow .2s ease;width:100%}.consultation-form__field input:focus,.consultation-form__field textarea:focus{background:#fff;border-color:#a387c1;box-shadow:0 0 0 3px #a387c126;outline:none}.consultation-form__row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:.5rem}.consultation-form__hint{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.contact-form__hint,.form__hint{color:#6b7280;font-size:.875rem;margin-top:.75rem}.consultation-form__privacy{color:#9ca3af;font-size:.75rem;margin-top:1.5rem;text-align:center}.consultation-form__submit{margin-top:.5rem}body.modal-open{overflow:hidden}@keyframes modal-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.consultation-modal__dialog{padding:2rem 1.75rem}.consultation-form__row{grid-template-columns:1fr}}.content-section{background:#fff;padding:6rem 0}.content-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.content-grid{grid-template-columns:2fr 1fr}}.content-text{background:#fff}.content-text h3{border-bottom:3px solid #a387c1;color:#1a1a1a;font-size:1.75rem;margin-bottom:1.5rem;margin-top:3rem;padding-bottom:1rem;position:relative}.content-text h3:before{background:linear-gradient(90deg,#f8cbad,#bbd8a7);bottom:-3px;content:"";height:3px;left:0;position:absolute;width:60px}.content-text h4{background:linear-gradient(135deg,#deebf7,#fff);border-left:4px solid #a387c1;border-radius:12px;color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem;margin-top:2.5rem;padding:1.5rem}.content-text p{color:#374151;line-height:1.8;margin-bottom:1.5rem}.content-text strong{color:#1a1a1a;font-weight:700}.content-text ul{list-style:none;margin:2rem 0;padding:0}.content-text ul li{border-bottom:1px solid #e5e7eb;color:#374151;font-size:1.05rem;line-height:1.7;padding:1rem 0 1rem 2.5rem;position:relative}.content-text ul li:before{align-items:center;background:#ddebd3;border-radius:50%;color:#bbd8a7;content:"✓";display:flex;font-size:1.5rem;font-weight:700;height:30px;justify-content:center;left:0;position:absolute;width:30px}.testimonial{background:linear-gradient(135deg,#ddebd3,#fff);border-left:6px solid #bbd8a7;border-radius:20px;box-shadow:0 8px 30px #bbd8a726;margin:2.5rem 0;padding:2.5rem;position:relative}.testimonial:before{color:#bbd8a7;content:'"';font-family:Georgia,serif;font-size:6rem;left:20px;opacity:.2;position:absolute;top:-20px}.testimonial blockquote{color:#374151;font-size:1.125rem;font-style:italic;line-height:1.8;margin:0 0 1.5rem;position:relative;z-index:1}.testimonial cite{color:#1a1a1a;display:block;font-size:1rem;font-style:normal;font-weight:700}.content-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 15px #0000000f;padding:2rem;transition:all .3s ease}.sidebar-widget:hover{border-color:#a387c1;box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.sidebar-widget h3{border-bottom:2px solid #e5e7eb;color:#1a1a1a;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem}.sidebar-widget ul{list-style:none;padding:0}.sidebar-widget ul li{border-bottom:1px solid #f3f4f6;color:#374151;padding:.75rem 0 .75rem 2rem;position:relative}.sidebar-widget ul li:before{color:#bbd8a7;content:"✓";font-weight:700;left:0;position:absolute}.sidebar-widget p{color:#6b7280;line-height:1.6;margin:.5rem 0}.sidebar-widget a{color:#a387c1;font-weight:500;transition:color .3s ease}.sidebar-widget a:hover{color:#c9b1d3}.faq-item{background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 15px #0000000d;margin-bottom:1.5rem;padding:2rem;transition:all .3s ease}.faq-item:hover{border-color:#a387c1;box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}.faq-item h4{align-items:center;color:#1a1a1a;display:flex;font-size:1.25rem;gap:.75rem;margin-bottom:1rem}.faq-item h4:before{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:50%;color:#fff;content:"?";display:flex;flex-shrink:0;font-weight:700;height:35px;justify-content:center;width:35px}.faq-item p{color:#6b7280;line-height:1.7;margin:0}.cta-box{background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:24px;box-shadow:0 15px 50px #a387c14d;margin:3rem 0;overflow:hidden;padding:3rem;position:relative;text-align:center}.cta-box:before{animation:pulse 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.cta-box h3{color:#fff;font-size:2rem;margin-bottom:1.5rem}.cta-box p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-box .btn{background:#fff;color:#a387c1;font-size:1.25rem;font-weight:700;padding:1.25rem 3rem;position:relative;z-index:1}.cta-box .btn:hover{background:#deebf7;transform:translateY(-4px)}.hero--small{padding:4rem 0 3rem}.hero--small .hero__content{grid-template-columns:1fr;text-align:center}.comparison-table{border-radius:16px;box-shadow:0 8px 30px #0000001a;overflow:hidden}.comparison-table th{background:linear-gradient(135deg,#0d0d0d,#a387c1);color:#fff;font-weight:700;padding:1.5rem 1rem}.comparison-table tr:hover{background:#f9fafb}.comparison-table td{font-size:1.05rem;padding:1.25rem 1rem}.info-box{background:linear-gradient(135deg,#deebf7,#fff);border-left:6px solid #a387c1;border-radius:16px;box-shadow:0 4px 20px #a387c126;margin:2rem 0;padding:2rem}.info-box h4{color:#1a1a1a;font-size:1.25rem;margin-bottom:1rem}.info-box p{color:#374151;line-height:1.7;margin:0}.warning-box{background:linear-gradient(135deg,#f8cbad,#fff);border-left:6px solid #f8cbad;border-radius:16px;box-shadow:0 4px 20px #f8cbad26;margin:2rem 0;padding:2rem}.warning-box h4{color:#1a1a1a;font-size:1.25rem;margin-bottom:1rem}.warning-box p{color:#374151;line-height:1.7;margin:0}.success-box{background:linear-gradient(135deg,#ddebd3,#fff);border-left:6px solid #bbd8a7;border-radius:16px;box-shadow:0 4px 20px #bbd8a726;margin:2rem 0;padding:2rem}.success-box h4{color:#1a1a1a;font-size:1.25rem;margin-bottom:1rem}.success-box p{color:#374151;line-height:1.7;margin:0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.stat-box{background:#fff;border:2px solid #e5e7eb;border-radius:20px;box-shadow:0 8px 30px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.stat-box:hover{border-color:#a387c1;box-shadow:0 15px 50px #00000026;transform:translateY(-8px)}.stat-box:first-child{background:linear-gradient(135deg,#deebf7,#fff);border-color:#a387c1}.stat-box:nth-child(2){background:linear-gradient(135deg,#f8cbad,#fff);border-color:#f8cbad}.stat-box:nth-child(3){background:linear-gradient(135deg,#ddebd3,#fff);border-color:#bbd8a7}.stat-box:nth-child(4){background:linear-gradient(135deg,#c9b1d3,#fff);border-color:#a387c1}.stat-box__number{color:#1a1a1a;display:block;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-box__label{color:#6b7280;font-size:1.125rem;font-weight:600}.feature-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:3rem 0}@media (min-width:768px){.feature-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.feature-cards{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 8px 30px #00000014;padding:2.5rem;transition:all .3s ease}.feature-card:hover{border-color:#a387c1;box-shadow:0 15px 50px #00000026;transform:translateY(-8px)}.feature-card__icon{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:16px;color:#fff;display:flex;font-size:2rem;height:70px;justify-content:center;margin-bottom:1.5rem;width:70px}.feature-card h4{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.7;margin:0}.blog-search{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:3rem 0}.search-wrapper{margin:0 auto;max-width:900px}.search-box{margin-bottom:2rem;position:relative}.search-icon{color:#6b7280;height:24px;left:1.5rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:24px}.search-input{background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 15px #0000000d;font-size:1.125rem;padding:1.25rem 1.5rem 1.25rem 4rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:#a387c1;box-shadow:0 6px 25px #a387c133;outline:none}.filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:24px;color:#6b7280;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.filter-btn:hover{border-color:#a387c1;box-shadow:0 4px 12px #a387c133;color:#a387c1;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#a387c1,#8b5fbf);border-color:#a387c1;box-shadow:0 4px 12px #a387c14d;color:#fff}.search-results-info{margin-top:1rem;text-align:center}.results-count{color:#6b7280;font-size:1rem;font-weight:500}.blog-posts{background:#fff;padding:4rem 0}.blog-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border:2px solid #f3f4f6;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.blog-card.hidden{display:none}.blog-card:hover{border-color:#a387c1;box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.blog-card__image{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);height:220px;overflow:hidden;position:relative;width:100%}.blog-card__image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-card:hover .blog-card__image img{transform:scale(1.08)}.blog-card__content{display:flex;flex:1 1;flex-direction:column;padding:2rem}.blog-card__meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.blog-card__title{font-size:1.375rem;line-height:1.3;margin-bottom:1rem}.blog-card__title a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.blog-card__title a:hover{color:#a387c1}.blog-card__excerpt{color:#6b7280;flex:1 1;line-height:1.7;margin-bottom:1.5rem}.blog-card__stats{border-top:1px solid #f3f4f6;color:#9ca3af;display:flex;font-size:.875rem;gap:1.5rem;padding-top:1rem}.blog-card__stats span{align-items:center;display:flex;gap:.375rem}.blog-card__stats span:before{content:"⏱️";font-size:1rem}.blog-card__stats .word-count:before{content:"📄"}.featured-article{background:linear-gradient(135deg,#f9fafb,#fff);padding:4rem 0}.featured-post{grid-gap:3rem;background:#fff;border:3px solid #f3f4f6;border-radius:24px;box-shadow:0 12px 48px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr;overflow:hidden;transition:all .4s ease}@media (min-width:1024px){.featured-post{grid-template-columns:1fr 1fr}}.featured-post:hover{border-color:#a387c1;box-shadow:0 20px 60px #00000026;transform:translateY(-8px)}.featured-post__image{background:linear-gradient(135deg,#e5e7eb,#d1d5db);height:400px;overflow:hidden;width:100%}@media (min-width:1024px){.featured-post__image{height:100%;min-height:500px}}.featured-post__image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.featured-post:hover .featured-post__image img{transform:scale(1.05)}.featured-post__content{display:flex;flex-direction:column;justify-content:center;padding:3rem}.featured-post__meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.featured-post__title{font-size:2rem;line-height:1.3;margin-bottom:1.5rem}.featured-post__title a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.featured-post__title a:hover{color:#a387c1}.featured-post__excerpt{color:#4b5563;font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.featured-post__stats{background:#f9fafb;border-radius:12px;color:#6b7280;display:flex;font-size:.95rem;gap:2rem;margin-bottom:2rem;padding:1.5rem}.featured-post__stats span{align-items:center;display:flex;font-weight:600;gap:.5rem}.featured-post__stats span:before{content:"⏱️";font-size:1.25rem}.featured-post__stats .word-count:before{content:"📄"}.blog-actions{margin-top:4rem;text-align:center}.newsletter{background:linear-gradient(135deg,#a387c1,#c9b1d3);color:#fff;padding:6rem 0;text-align:center}.newsletter__content{margin:0 auto;max-width:700px}.newsletter__title{color:#fff;font-size:2.5rem;margin-bottom:1rem}.newsletter__subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.newsletter__form-group{display:flex;gap:1rem;margin:0 auto 1rem;max-width:500px}@media (max-width:640px){.newsletter__form-group{flex-direction:column}}.newsletter__input{border:none;border-radius:12px;flex:1 1;font-size:1rem;padding:1rem 1.5rem}.newsletter__input:focus{box-shadow:0 0 0 3px #ffffff4d;outline:none}.newsletter__privacy{font-size:.875rem;opacity:.8}.categories{background:#f9fafb;padding:6rem 0}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.category-card{background:#fff;border:2px solid #f3f4f6;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.category-card:hover{border-color:#a387c1;box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.category-card__icon{align-items:center;background:linear-gradient(135deg,#a387c1,#c9b1d3);border-radius:16px;color:#fff;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.category-card__icon .icon{fill:currentColor;height:36px;width:36px}.category-card__title{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.category-card__description{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.category-card__link{align-items:center;color:#a387c1;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease}.category-card__link:hover{color:#c9b1d3;transform:translateX(4px)}@media print{.blog-search,.cta-section,.header__cta,.mobile-menu-toggle{display:none}.hero{background:none;color:#1a1a1a}.fact-card,.service-card{break-inside:avoid;page-break-inside:avoid}}
/*# sourceMappingURL=main.533390ba.css.map*/