@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&display=swap);@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}@keyframes pulse-subtle{0%,to{transform:scale(1);box-shadow:0 10px 25px rgba(0,0,0,.3)}50%{transform:scale(1.02);box-shadow:0 12px 30px rgba(0,0,0,.4)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translate(0,0) rotate(0deg)}50%{transform:translate(-20px,-20px) rotate(180deg)}}@keyframes scroll-horizontal{0%{transform:translateX(0)}to{transform:translateX(-50%)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}[id]{scroll-margin-top:60px}:root{--color-primary:#000000;--color-green:#4CAF50;--color-orange:#FF9800;--color-accent:#D84315;--color-accent-alt:#E53935;--color-slate:#FAFAF8;--color-black:#000000;--color-white:#FFFFFF;--color-gray-50:#FAFAF8;--color-gray-100:#FAFAF8;--color-gray-200:#E5E7EB;--color-gray-600:#4B5563;--color-gray-700:#374151;--color-gray-800:#000000;--color-red-50:#FEF2F2;--color-red-600:#DC2626;--color-red-800:#991B1B;--color-red-900:#7F1D1D;--color-yellow-600:#CA8A04;--color-yellow-700:#A16207;--color-orange-600:#EA580C;--color-orange-700:#C2410C;--color-green-50:#F0FDF4;--color-green-200:#BBF7D0;--color-green-800:#166534;--color-dark-blue:#1E3A8A;--border-radius:0.625rem}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:13px;line-height:1.5;font-weight:400;color:#000;background:#fafaf8;max-width:100vw;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:0;margin:0}@media (max-width:767px){body{font-size:12px}}h1,h2,h3,h4,h5,h6{font-family:"Outfit",sans-serif;color:#000}h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6{font-weight:600}h1{font-size:32px;line-height:1.15;letter-spacing:-.02em}@media (max-width:767px){h1{font-size:24px}}h2{font-size:24px;line-height:1.25}@media (max-width:767px){h2{font-size:18px}}.container{max-width:1152px;margin:0 auto;padding:0 1rem}.hidden{display:none!important}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none;overflow:hidden}.mobile-break{display:inline}@media (min-width:768px){.mobile-break{display:none}}.lawyer-credentials{font-weight:400;font-size:.75rem;margin-top:.25rem;margin-bottom:.5rem}@media (min-width:768px){.lawyer-credentials{font-size:.875rem}}@media (min-width:1024px){.lawyer-credentials{font-size:1rem}}.blended-nav{background:#fafaf8;padding:1.5rem 1rem;position:sticky;top:0;width:100%;z-index:999999998}.blended-nav .container{max-width:1400px;margin:0 auto}.blended-nav-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative}.blended-logo{display:flex;align-items:center;z-index:101}.blended-logo img{height:auto;max-height:80px}@media (min-width:768px){.blended-nav{padding:2rem}.blended-logo img{max-height:110px}}.burger-menu{display:flex;flex-direction:column;gap:4px;background:#fafaf8;border:2px solid #000;border-radius:.5rem;cursor:pointer;padding:.5rem;position:fixed!important;top:1rem!important;right:1rem!important;z-index:999999999!important;box-shadow:0 4px 12px rgba(0,0,0,.15)}.burger-menu span{width:25px;height:3px;background:#000;border-radius:2px;transition:all .3s ease}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-menu{display:none;flex-direction:column;gap:0;background:rgba(255,255,255,.98);position:fixed;top:4rem;right:1rem;min-width:200px;border:2px solid #000;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:999999997}.nav-menu.active{display:flex}.nav-link{color:var(--color-gray-800);text-decoration:none;font-weight:600;font-size:1rem;padding:1rem 1.5rem;transition:all .2s;border-bottom:1px solid var(--color-gray-200)}.comparison-table tbody tr:last-child td,.nav-link:last-child{border-bottom:none}.nav-link:hover{background:var(--color-gray-50);color:#000}@media (min-width:768px){.burger-menu{display:none}.nav-menu{display:flex!important;flex-direction:row;gap:2.5rem;justify-content:flex-end;align-items:center;position:static;background:0 0;border:0;box-shadow:none;min-width:auto;margin-top:0}.nav-link{padding:.5rem 1rem;border-bottom:none;font-size:1.125rem;font-weight:600;transition:color .3s ease}.nav-link:hover{background:0 0;color:#000}}.nav{background:#fafaf8;padding:.75rem 1rem 1.5rem;border-bottom:none;padding-top:100px;margin-top:0;margin-bottom:0;position:relative;z-index:10}body:not(.home) .nav{display:none}@media (min-width:768px){.nav{padding:.75rem 1rem 2rem;padding-top:130px;margin-top:0;margin-bottom:0}}.nav-mobile{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0}@media (min-width:768px){.nav-mobile{display:none}}.logo-mobile-top{width:300px;height:100px;margin-left:0;margin-right:auto}.logo-mobile-top img{width:100%;height:100%;object-fit:contain}.nav-mobile-content{display:flex;align-items:flex-start;gap:.75rem}.lawyer-image-small{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid var(--color-gray-200);flex-shrink:0}.lawyer-image img,.lawyer-image-small img,.logo-desktop img{width:100%;height:100%;object-fit:cover}.lawyer-info-mobile{flex:1;min-width:0}.lawyer-name-mobile{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:var(--color-gray-800);line-height:1.2}.lawyer-credentials-mobile{font-size:.75rem;font-weight:400;color:var(--color-black);margin-bottom:.25rem;line-height:1.3}.lawyer-specialty-mobile{font-size:1rem;font-weight:600;color:var(--color-black);line-height:1.3}.lawyer-desc strong,.lawyer-specialty-mobile strong{font-weight:700}.phone-button-mobile-nav{display:none}.phone-button-mobile-nav:active{transform:scale(.98)}.phone-text-mobile-nav{display:flex;flex-direction:column;align-items:flex-start}.phone-label-mobile{font-size:.75rem;opacity:.9}.phone-number-mobile{font-size:1.125rem;font-weight:800}.nav-availability-mobile{display:none}.nav-desktop{display:none;justify-content:space-between;align-items:center;position:relative;z-index:10}@media (min-width:768px){.nav-desktop{display:flex}}.nav-left{display:flex;align-items:center;gap:2rem}.lawyer-image{width:160px;height:160px;border-radius:50%;overflow:hidden;border:4px solid var(--color-gray-200);flex-shrink:0}.lawyer-name{font-size:2.25rem;font-weight:700;color:var(--color-gray-800)}.lawyer-desc{font-size:1.125rem;font-weight:400;color:var(--color-black)}@media (min-width:1024px){.lawyer-desc{font-size:1.25rem}}.lawyer-address-desktop{font-size:1rem;color:var(--color-black);font-weight:400}.nav-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;position:relative;z-index:10}.logo-desktop{width:450px;height:135px;position:relative}.logo-desktop img{object-fit:contain;object-position:left}.phone-button-desktop{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:var(--color-green);color:var(--color-white);padding:1rem 1.5rem;border-radius:3rem;font-weight:600;font-size:1.125rem;box-shadow:0 10px 25px rgba(0,0,0,.15);border:2px solid var(--color-black);text-decoration:none;transition:all .3s;position:relative;z-index:10}.phone-button-desktop:hover{background:#45a049;transform:scale(1.05);box-shadow:0 15px 35px rgba(76,175,80,.4)}.phone-icon{width:26px;height:26px;flex-shrink:0}.phone-text{display:flex;flex-direction:column;line-height:1.2}.phone-label{font-size:.75rem;font-weight:600;text-transform:uppercase;opacity:.95;white-space:nowrap}.phone-number{font-weight:800;font-size:1.125rem;letter-spacing:.5px;white-space:nowrap}.nav-availability{font-size:.875rem;color:var(--color-black);font-weight:400;line-height:1.4}@media (min-width:768px){.nav-availability{font-size:1rem}}.nav-availability p{margin:.25rem 0}.nav-availability p:last-child{font-weight:700}.nav-availability .email-link{color:var(--color-primary);text-decoration:none;font-weight:700}.email-link{color:inherit;text-decoration:underline;white-space:nowrap;transition:color .3s}.email-link:hover{color:var(--color-primary)}.hero{background:#fafaf8;position:relative;padding:1rem 1rem 1.5rem}@media (min-width:768px){.hero{padding:2rem 1rem 4rem}}.hero-grid{display:grid;gap:1.5rem;align-items:center}@media (min-width:768px){.hero-grid{grid-template-columns:1fr 1fr;gap:12.5rem;align-items:start}}.hero-title{font-size:1.5rem;font-weight:700;color:var(--color-black);margin-bottom:1rem;line-height:1.3;letter-spacing:0;font-family:"Lora",Georgia,"Times New Roman",serif}@media (min-width:768px){.hero-title{font-size:2rem;line-height:1.25;margin-bottom:1.25rem}}@media (min-width:1024px){.hero-title{font-size:2.5rem}}.hero-subtitle{font-size:1.125rem;font-weight:400;color:var(--color-black);margin-bottom:1.5rem;line-height:1.4}@media (min-width:768px){.hero-subtitle{font-size:1.25rem;margin-bottom:2rem}}@media (min-width:1024px){.hero-subtitle{font-size:1.375rem}}.trust-label{background:var(--color-black);color:var(--color-white);padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:700;margin-top:.75rem;margin-bottom:1rem;display:inline-block}@media (min-width:768px){.trust-label{font-size:1.125rem;padding:.875rem 1.25rem;margin-top:1rem;margin-bottom:1.25rem}}.hero-benefits{display:flex;flex-direction:column;gap:.75rem}@media (min-width:768px){.hero-benefits{gap:1rem}}.benefit-item{display:flex;align-items:center;gap:.75rem}.benefit-dot{width:6px;height:6px;border-radius:50%;background:var(--color-black);flex-shrink:0}@media (min-width:768px){.benefit-dot{width:8px;height:8px}}.benefit-text{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:14px;font-weight:500;color:#000;letter-spacing:.02em}@media (min-width:768px){.benefit-text{font-size:16px}}@media (min-width:1024px){.benefit-text{font-size:16px}}.payment-badge{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;background:#d84315;color:#fff;padding:.75rem 1.5rem;border-radius:.625rem;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 4px 12px rgba(216,67,21,.4);border:2px solid #000}@media (min-width:768px){.payment-badge{font-size:14px;padding:.875rem 1.75rem}}.price-badge{background:var(--color-black);color:var(--color-white);padding:.25rem .5rem;border-radius:.5rem;font-weight:700}.price-ht{font-size:.75rem;font-weight:400}.hero-content{margin-bottom:2rem;display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.hero-content{margin-bottom:2.5rem;gap:2.5rem}}.hero-cta-text{border-left:4px solid var(--color-black);padding-left:1rem;padding-top:.5rem;padding-bottom:.5rem}@media (min-width:768px){.hero-cta-text{padding-left:1.5rem}}.cta-main-text{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:1.25rem;color:var(--color-black);font-weight:700}@media (min-width:768px){.cta-main-text{font-size:1.875rem}}@media (min-width:1024px){.cta-main-text{font-size:2.5rem}}.urgency-box{background:var(--color-gray-50);border-left:4px solid var(--color-gray-800);border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}@media (min-width:768px){.urgency-box{padding:1.5rem}}.urgency-content,.urgency-list li{display:flex;align-items:flex-start;gap:.75rem}.urgency-icon{font-size:1.5rem;margin-top:.25rem;flex-shrink:0}@media (min-width:768px){.urgency-icon{font-size:1.875rem}}.urgency-title{font-size:1.125rem;font-weight:700;color:var(--color-gray-800);margin-bottom:.75rem;word-wrap:break-word;text-align:left}@media (min-width:768px){.urgency-title{font-size:1.25rem}}.urgency-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--color-gray-800);text-align:left}@media (min-width:768px){.urgency-list{font-size:1rem}}.urgency-list li{gap:.5rem}.bullet,.urgency-footer{color:var(--color-gray-800)}.bullet{font-weight:700;margin-top:.25rem;flex-shrink:0}.urgency-footer{margin-top:1rem;font-size:.875rem;font-weight:600;background:var(--color-white);padding:.75rem;border-radius:.5rem;word-wrap:break-word;text-align:left}@media (min-width:768px){.urgency-footer{font-size:1rem}}.urgency-box-mobile{display:block}@media (min-width:768px){.urgency-box-mobile{display:none}}.field-error.hidden,.urgency-box-desktop{display:none}@media (min-width:768px){.urgency-box-desktop{display:block;margin-bottom:4.5rem}}@media (min-width:1024px){.urgency-box-desktop{margin-bottom:5rem}}.hero-form-wrapper{background:rgba(255,255,255,.95);border-radius:1rem;padding:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:6px solid var(--color-black)}@media (min-width:768px){.hero-form-wrapper{padding:1.5rem;border-width:6px}}@media (min-width:1024px){.hero-form-wrapper{padding:2rem}}.contact-form{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.form-tagline{font-size:1.25rem;font-weight:700;color:var(--color-gray-800);margin-bottom:1rem;word-wrap:break-word}@media (min-width:768px){.form-tagline{font-size:1.5rem}}.form-group{display:flex;flex-direction:column}.field-error{color:#dc2626;font-size:.875rem;font-weight:600;margin-top:.5rem}.form-label{font-size:1rem;font-weight:700;color:var(--color-gray-800);margin-bottom:.75rem;word-wrap:break-word}@media (min-width:768px){.form-label{font-size:1.125rem}}.input-with-validation{position:relative;width:100%}.form-input{width:100%;padding:1rem 1.25rem;font-size:1.125rem;border-radius:.75rem;border:2px solid var(--color-gray-200);transition:all .3s;font-family:inherit}.form-input:focus{outline:0;border-color:var(--color-gray-800);box-shadow:0 0 0 4px rgba(0,0,0,.1)}.form-input:disabled{opacity:.5;cursor:not-allowed}.form-input.error{border-color:#dc2626!important;box-shadow:0 0 0 4px rgba(220,38,38,.1)!important}.consent-checkbox.error{outline:2px solid #dc2626;outline-offset:2px}.shake{animation:shake .5s}.validation-check{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--color-gray-800);pointer-events:none;opacity:0;transition:opacity .3s ease}.phone-hint:not(.hidden),.validation-check:not(.hidden){opacity:1}.phone-hint,.phone-hint::before{position:absolute;background:var(--color-gray-800)}.phone-hint{top:100%;left:0;margin-top:.5rem;padding:.5rem .75rem;color:var(--color-white);font-size:.875rem;border-radius:.5rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:10}.phone-hint::before{content:"";top:-4px;left:1rem;width:8px;height:8px;transform:rotate(45deg)}.form-consent{display:flex;align-items:flex-start;gap:.75rem;background:var(--color-gray-50);padding:1rem;border-radius:.5rem;border:2px solid transparent;transition:all .3s ease}.form-consent.error{background:var(--color-gray-100)}.consent-checkbox{margin-top:.25rem;width:1.25rem;height:1.25rem;border-radius:.25rem;border:2px solid var(--color-gray-200);cursor:pointer;flex-shrink:0;transition:border-color .3s ease}.consent-checkbox.error,.form-consent.error{border-color:var(--color-gray-800)}.consent-checkbox:focus{box-shadow:0 0 0 2px rgba(0,0,0,.1)}.consent-label{font-size:.875rem;color:var(--color-gray-800);cursor:pointer;word-wrap:break-word;flex:1;min-width:0}.consent-link{text-decoration:underline;color:inherit;word-wrap:break-word;transition:color .3s}.consent-link:hover{color:var(--color-gray-800)}.form-status,.question-error{border-radius:.5rem;font-weight:600}.question-error{background:var(--color-gray-100);border:2px solid var(--color-gray-800);padding:.75rem 1rem;color:var(--color-gray-800);font-size:.875rem;margin-top:.5rem;margin-bottom:1rem;display:none}.question-error.show{display:block}.form-group.error .radio-option{border-color:var(--color-gray-800)!important;background:var(--color-gray-100)!important}.form-status{min-height:3.5rem;padding:1rem;opacity:1;transition:opacity .3s ease,max-height .3s ease;max-height:200px;overflow:hidden;margin-bottom:.5rem}.form-status.hidden{opacity:0;max-height:0;min-height:0;padding-top:0;padding-bottom:0;margin-bottom:0;pointer-events:none}.form-status.success{background:var(--color-green-50);color:var(--color-green-800);border:2px solid var(--color-green-800)}.form-status.error{background:var(--color-red-50);color:var(--color-red-800);border:2px solid var(--color-red-800)}.form-submit{width:100%;background:#000;color:#fff;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:16px;font-weight:600;padding:1.5rem;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:2px solid #000;cursor:pointer;transition:all .3s}@media (min-width:768px){.form-submit{font-size:18px;padding:1.75rem}}.form-submit:hover{background:#1a1a1a;transform:scale(1.02)}.form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.submit-text{word-wrap:break-word;padding:0 .5rem}.form-footer{text-align:center;font-weight:600;padding-top:.5rem;line-height:1.4}.form-footer-highlight{color:var(--color-gray-800);font-weight:700;font-size:.875rem;margin-bottom:.25rem;word-wrap:break-word}@media (min-width:768px){.form-footer-highlight{font-size:1rem}}.form-footer-hours{color:var(--color-black);font-size:.875rem;margin-bottom:.25rem;word-wrap:break-word;font-weight:400}@media (min-width:768px){.form-footer-hours{font-size:1rem}}.form-footer-email{font-size:.875rem;color:var(--color-black);word-wrap:break-word;font-weight:700}@media (min-width:768px){.form-footer-email{font-size:1rem}}.form-footer-email .email-link{color:var(--color-primary);text-decoration:none;font-weight:700}.hero-right{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto;margin-top:2rem}@media (min-width:768px){.hero-right{padding-left:3rem;margin-top:0;margin-left:auto;margin-right:0}}.hero-image-wrapper{width:192px;height:192px;border-radius:1rem;overflow:hidden;margin-bottom:3rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media (min-width:768px){.hero-image-wrapper{width:256px;height:256px;margin-bottom:10rem;margin-top:5rem}}@media (min-width:1024px){.hero-image-wrapper{width:320px;height:320px;margin-bottom:12rem;margin-top:8rem}}.hero-image-wrapper img{width:100%;height:100%;object-fit:cover}.hero-message{color:var(--color-white);display:flex;flex-direction:column;gap:2rem;margin-bottom:1.5rem}@media (min-width:768px){.hero-message{margin-bottom:10rem;margin-top:0}}@media (min-width:1024px){.hero-message{margin-bottom:14rem;margin-top:0}}.hero-quote{position:relative;border-left:4px solid var(--color-white);padding-left:1.5rem;padding-top:1rem;padding-bottom:1rem;background:rgba(255,255,255,.1);border-radius:0 .75rem .75rem 0}.hero-quote::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--color-white);border-radius:0 .75rem .75rem 0}.quote-text{font-size:1rem;font-weight:700;line-height:1.6;font-style:italic}@media (min-width:768px){.quote-text{font-size:1.125rem}}@media (min-width:1024px){.quote-text{font-size:1.25rem}}.hero-lawyer-card{background:var(--color-white);color:var(--color-gray-800);border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border-left:4px solid var(--color-black);display:flex;flex-direction:column;gap:1.25rem}@media (min-width:768px){.hero-lawyer-card{padding:1.75rem;gap:1.25rem;transform:scale(1.05);transform-origin:top center}}@media (min-width:1024px){.hero-lawyer-card{transform:scale(1.1);padding:1.75rem}}.lawyer-card-text{flex:1}.lawyer-card-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}@media (min-width:768px){.lawyer-card-name{font-size:1.375rem}}.lawyer-card-desc{font-size:.75rem;color:var(--color-black);margin-bottom:0;font-weight:400}@media (min-width:768px){.lawyer-card-desc{font-size:.8125rem}}@media (min-width:1024px){.lawyer-card-desc{font-size:.9rem}}.lawyer-card-address-text{font-size:.875rem;color:var(--color-black);font-weight:400}@media (min-width:768px){.lawyer-card-address-text{font-size:.9rem}}.lawyer-card-address{width:100%;border-radius:.5rem;overflow:hidden;border:1px solid var(--color-gray-200)}.lawyer-card-address img{width:100%;height:auto;display:block}.packs-section{padding:1.5rem 1rem;background:var(--color-gray-100)}.pricing-intro{max-width:960px;margin:0 auto 1.25rem;text-align:center}.pricing-intro-text{font-size:1.125rem;color:var(--color-gray-800);background:var(--color-gray-50);border:2px solid var(--color-gray-800);border-radius:.75rem;padding:1.5rem;margin-top:1rem;line-height:1.6}@media (min-width:768px){.pricing-intro{margin-bottom:2rem}.pricing-intro-text{font-size:1.25rem;padding:2rem}}.process-guide{max-width:960px;margin:0 auto 1.5rem;background:var(--color-white);border-radius:1rem;padding:1.25rem 1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}@media (min-width:768px){.process-guide{padding:2rem;margin-bottom:2.5rem}}.process-intro{text-align:center;margin-bottom:1.25rem}@media (min-width:768px){.process-intro{margin-bottom:1.75rem}}.process-intro-title{font-size:1.375rem;font-weight:700;color:var(--color-gray-800);margin-bottom:.5rem}@media (min-width:768px){.process-intro-title{font-size:1.625rem;margin-bottom:.625rem}}.process-intro-text{font-size:.9375rem;color:var(--color-black);max-width:640px;margin:0 auto;line-height:1.5}@media (min-width:768px){.process-intro-text{font-size:1rem}}.process-steps{display:grid;gap:.875rem;margin-bottom:1.25rem}@media (min-width:768px){.process-steps{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.process-step{display:flex;gap:.75rem;align-items:flex-start}@media (min-width:768px){.process-step{flex-direction:column;align-items:center;text-align:center}}.process-step-number{width:40px;height:40px;border-radius:50%;background:var(--color-black);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}@media (min-width:768px){.process-step-number{width:52px;height:52px;font-size:1.625rem;margin-bottom:.75rem}}.process-step-content{flex:1}.process-step-title{font-size:1.0625rem;font-weight:700;color:var(--color-gray-800);margin-bottom:.375rem}@media (min-width:768px){.process-step-title{font-size:1.125rem}}.process-step-text{font-size:.8125rem;color:var(--color-gray-600);line-height:1.5}@media (min-width:768px){.process-step-text{font-size:.875rem}}.process-guarantee{background:var(--color-gray-50);border-left:4px solid var(--color-black);border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem}@media (min-width:768px){.process-guarantee{padding:1.25rem 1.5rem;align-items:center}}.process-guarantee-icon{width:28px;height:28px;border-radius:50%;background:var(--color-black);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0}.process-guarantee-text{font-size:.875rem;color:var(--color-gray-800);line-height:1.5}@media (min-width:768px){.process-guarantee-text{font-size:.9375rem}.packs-section{padding:3rem 1rem}}.section-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}@media (min-width:768px){.section-title{font-size:2.25rem;margin-bottom:4rem}}@media (min-width:1024px){.section-title{font-size:3rem}}.packs-grid{display:grid;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width:768px){.packs-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.pack-card{background:var(--color-white);border-radius:2rem;overflow:hidden;display:flex;flex-direction:column;transition:all .3s;height:100%;padding:2.5rem 2rem}.pack-card:hover{transform:translateY(-.25rem);box-shadow:0 20px 40px rgba(255,107,53,.15)}.pack-card,.pack-orange,.pack-red,.pack-yellow{border:6px solid #ff6b35}.pack-header{padding:0 0 .75rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.pack-title{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:#000}.pack-subtitle{font-size:.9375rem;color:#000;margin-bottom:0;line-height:1.6}.pack-objective{font-size:.875rem;font-weight:600;margin-bottom:1rem}.pack-content{padding:0;display:flex;flex-direction:column;gap:.25rem;flex-grow:1;margin-bottom:1rem}.pack-content-label{font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#000;margin-bottom:.5rem}.pack-item{display:flex;gap:.75rem;align-items:flex-start}.pack-dot{width:5px;height:5px;border-radius:50%;margin-top:.5rem;flex-shrink:0}.pack-dot,.pack-orange .pack-dot,.pack-red .pack-dot,.pack-yellow .pack-dot{background:#000}.pack-item p{font-size:.8125rem;color:#000;line-height:1.3}.pack-divider{border-top:2px dotted #d1d5db;margin:1rem 0}.pack-price{padding:0;text-align:center;margin-bottom:1rem}.pack-price-label{font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:1rem}.pack-price-amount{font-size:2.5rem;font-weight:900;margin-bottom:.25rem;color:#000}.pack-orange .pack-price-amount,.pack-red .pack-price-amount,.pack-yellow .pack-price-amount{color:#000}.pack-price-ht{font-size:1rem;font-weight:400;color:#6b7280}.price-asterisk{font-size:1rem;font-weight:400;color:var(--color-gray-600);vertical-align:super}.pack-benefit{padding:0;background:0 0;margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.pack-benefit-label,.pack-benefit-text{font-size:.8125rem;color:#000;margin-bottom:0}.pack-benefit-label{font-weight:800;text-transform:uppercase;letter-spacing:.05em}.pack-benefit-text{display:flex;align-items:flex-start;gap:.5rem}.pack-benefit-text::before{content:"✓";color:#10b981;font-weight:700;font-size:1.125rem;flex-shrink:0}.price-disclaimer{margin-top:1.5rem;text-align:center;padding:0 1rem}.price-disclaimer p{font-size:.75rem;color:var(--color-black);font-style:italic}@media (min-width:768px){.price-disclaimer{margin-top:2rem}.price-disclaimer p{font-size:.875rem}}.callback-section{margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}@media (min-width:768px){.callback-section{margin-top:3rem}}.callback-content{max-width:800px;margin:0 auto}.callback-header{text-align:center;margin-bottom:1.5rem;background:rgba(255,255,255,.95);border-radius:1rem;padding:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:2px solid var(--color-black)}@media (min-width:768px){.callback-header{margin-bottom:1.25rem;background:0 0;border-radius:0;padding:0;box-shadow:none;border:0}}.callback-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}@media (min-width:768px){.callback-title{font-size:1.5rem;margin-bottom:.5rem}}@media (min-width:1024px){.callback-title{font-size:1.5rem}}.callback-subtitle{font-size:.875rem;color:var(--color-black);margin-bottom:1rem}@media (min-width:768px){.callback-subtitle{font-size:.875rem}}@media (min-width:1024px){.callback-subtitle{font-size:.875rem}}.callback-phone-button{display:inline-flex;align-items:center;gap:.75rem;background:var(--color-green);color:var(--color-white);padding:.875rem 1.25rem;border-radius:.75rem;transition:all .3s;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);font-size:1.25rem;font-weight:800;border:2px solid var(--color-black);white-space:nowrap;text-decoration:none}@media (min-width:768px){.callback-phone-button{gap:.875rem;padding:1rem 1.5rem;font-size:1.5rem}}@media (min-width:1024px){.callback-phone-button{font-size:1.5rem}}.callback-phone-button:hover{background:#45a049;transform:scale(1.05)}.callback-form-wrapper{background:rgba(255,255,255,.95);border-radius:1rem;padding:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:6px solid var(--color-black)}@media (min-width:768px){.callback-form-wrapper{padding:1.5rem;border-width:6px}}@media (min-width:1024px){.callback-form-wrapper{padding:2rem}}.expertise-section{padding:3rem 1rem}@media (min-width:768px){.expertise-section{padding:5rem 1rem}#equipe{padding:9rem 1rem!important}}.expertise-label{text-align:center;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gray-600);margin-bottom:.75rem}@media (min-width:768px){.expertise-label{font-size:.875rem;margin-bottom:1rem}}.expertise-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}@media (min-width:768px){.expertise-header{flex-direction:row;gap:3rem;margin-bottom:3rem}}.expertise-text{flex:1;text-align:center}@media (min-width:768px){.expertise-text{text-align:center}}.expertise-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.expertise-title{font-size:2.25rem;margin-bottom:1.5rem}}@media (min-width:1024px){.expertise-title{font-size:3rem}}.expertise-subtitle{font-size:1rem;color:#000;max-width:650px;padding:0 1rem;margin:0 auto}@media (min-width:768px){.expertise-subtitle{font-size:1.25rem;margin:0 auto}}.expertise-image{width:160px;height:160px;border-radius:50%;overflow:hidden;border:4px solid var(--color-gray-200);flex-shrink:0;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media (min-width:768px){.expertise-image{width:256px;height:256px}}.expertise-image img,.footer-logo img{width:100%;height:100%;object-fit:cover}.expertise-quote{text-align:center;font-style:italic;font-size:1.125rem;color:var(--color-gray-600);margin-bottom:2rem;max-width:896px;margin-left:auto;margin-right:auto;padding:0 1rem}@media (min-width:768px){.expertise-quote{font-size:1.25rem;margin-bottom:3rem}}.quote-author{font-weight:600}.value-props{background:var(--color-gray-800);color:var(--color-white);border-radius:1rem;padding:1.5rem}@media (min-width:768px){.value-props{border-radius:1.5rem;padding:3rem}}@media (min-width:1024px){.value-props{padding:4rem}}.value-props-grid{display:grid;gap:2rem}@media (min-width:768px){.value-props-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.value-prop{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}@media (min-width:768px){.value-prop{gap:1rem;margin-bottom:2rem}}.value-prop-dot{width:8px;height:8px;border-radius:50%;background:var(--color-green);margin-top:.5rem;flex-shrink:0}@media (min-width:768px){.value-prop-dot{margin-top:.75rem}}.value-prop-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--color-white)}@media (min-width:768px){.value-prop-title{font-size:1.5rem;margin-bottom:.75rem}}.value-prop-text{font-size:.875rem;color:rgba(255,255,255,.8)}@media (min-width:768px){.value-prop-text{font-size:1rem}}.footer{background:#fafaf8;color:var(--color-gray-800);padding:3rem 1rem;margin:2rem 1rem 1rem;border-radius:1.5rem;border:3px solid #000;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media (min-width:768px){.footer{padding:4rem 2rem;margin:2rem 2rem 1rem;border-radius:1.5rem}}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;flex-wrap:wrap;gap:2rem}.footer-left{display:flex;flex-direction:column;gap:.75rem}.footer-logo{display:inline-block;width:240px;height:120px;cursor:pointer;transition:opacity .3s}@media (min-width:768px){.footer-logo{width:280px;height:140px}}.footer-logo:hover{opacity:.8}.footer-logo img{object-fit:contain;object-position:left}.footer-address,.footer-email{font-size:.875rem;color:var(--color-gray-800)}.footer-address{line-height:1.6;margin:0}.footer-email{text-decoration:none;transition:color .3s}.footer-email:hover,.footer-link:hover{color:#ff6b35}.footer-right{display:flex;align-items:flex-start}.footer-clock{font-family:"Courier New",Courier,monospace;font-size:1.5rem;font-weight:400;color:#ff6b35;letter-spacing:.05em}@media (min-width:768px){.footer-clock{font-size:1.75rem}}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:2rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-links-inline{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center}.footer-link{font-size:.875rem;color:var(--color-gray-600);text-decoration:none;white-space:nowrap;transition:color .3s}.footer-copyright{text-align:center;font-size:.875rem;color:var(--color-gray-500)}@media (min-width:768px){.footer-copyright{text-align:right}}.floating-call-button{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;background:#000;color:#fff;padding:1rem 1.5rem;border-radius:3rem;box-shadow:0 10px 25px rgba(0,0,0,.3);transition:all .3s;border:2px solid #ff6b35;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:.75rem;animation:pulse-subtle 2s ease-in-out infinite}.floating-call-button:hover{background:#1a1a1a;transform:scale(1.05);box-shadow:0 15px 35px rgba(0,0,0,.5);animation:none}.floating-call-content{display:flex;align-items:center;gap:.625rem}.floating-call-icon{width:22px;height:22px;flex-shrink:0}.floating-call-text{display:flex;flex-direction:column;line-height:1.2}.floating-call-label{font-size:.75rem;font-weight:600;text-transform:uppercase;opacity:.95}.floating-call-number{font-size:1.125rem;font-weight:800;letter-spacing:.5px}@media (max-width:640px){.floating-call-button{bottom:1rem;right:1rem;padding:.625rem 1rem;gap:.5rem}.floating-call-label{font-size:.625rem}.floating-call-number{font-size:.9375rem}.floating-call-icon{width:18px;height:18px}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--color-black);color:var(--color-white);font-size:.75rem;padding:.5rem .75rem;box-shadow:0-10px 15px -3px rgba(0,0,0,.1);border-top:1px solid rgba(255,255,255,.1)}.cookie-content,.cookie-text{display:flex;align-items:center}.cookie-content{max-width:1280px;margin:0 auto;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.cookie-text{gap:.5rem}.cookie-link{text-decoration:underline;color:inherit;transition:color .3s}.cookie-link:hover,.post-content a{color:var(--color-primary)}.cookie-buttons{display:flex;gap:.5rem}.cookie-btn{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;cursor:pointer;transition:all .3s;font-family:inherit;border:0}.cookie-decline{border:1px solid rgba(255,255,255,.3);background:0 0;color:var(--color-white)}.cookie-decline:hover{border-color:rgba(255,255,255,.6)}.cookie-accept{background:#3b82f6;color:var(--color-white)}.cookie-accept:hover{background:#2563eb}.spinner{display:inline-block;width:1.25rem;height:1.25rem;border:3px solid rgba(255,255,255,.3);border-top-color:var(--color-white);border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle;margin-right:.5rem}.blog-section{padding:3rem 1rem;background:var(--color-gray-50)}@media (min-width:768px){.blog-section{padding:5rem 1rem}}.blog-header-home{text-align:center;margin-bottom:3rem}@media (min-width:768px){.blog-header-home{margin-bottom:4rem}}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#000;margin-bottom:.75rem}@media (min-width:768px){.section-label{font-size:.875rem;margin-bottom:1rem}}.section-subtitle{font-size:1rem;color:var(--color-black);max-width:768px;margin:0 auto;line-height:1.6}@media (min-width:768px){.section-subtitle{font-size:1.125rem}}.blog-articles-grid{display:grid;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.blog-articles-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.blog-articles-grid{grid-template-columns:repeat(3,1fr)}}.blog-article-card{background:var(--color-white);border-radius:1rem;padding:2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:2px solid var(--color-gray-100);position:relative}.blog-article-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-gray-800),var(--color-orange));transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:left;border-radius:1rem 1rem 0 0}.blog-article-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.15);border-color:var(--color-orange)}.blog-article-card:hover::before{transform:scaleX(1)}.blog-card-badge{display:inline-block;background:var(--color-orange);color:var(--color-white);font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:.5rem;border:0;text-transform:uppercase;letter-spacing:.025em;margin-bottom:1rem;align-self:flex-start}.blog-card-title,.post-content h2,.post-content h3,.post-header h1{font-size:1.25rem;font-weight:700;color:var(--color-gray-800);margin-bottom:1rem;line-height:1.4}@media (min-width:768px){.blog-card-title{font-size:1.375rem}}.blog-card-excerpt{color:var(--color-gray-600);margin-bottom:1.5rem;line-height:1.7;flex:1;font-size:.9375rem}.blog-card-link{color:var(--color-green);font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s}.blog-article-card:hover .blog-card-link{gap:.75rem}.blog-cta-footer{text-align:center;margin-top:1rem}@media (min-width:768px){.blog-cta-footer{margin-top:2rem}}.blog-view-all-btn{display:inline-block;background:var(--color-black);color:var(--color-white);padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:700;font-size:1rem;border:2px solid var(--color-black);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .3s}@media (min-width:768px){.blog-view-all-btn{font-size:1.125rem;padding:1.25rem 2.5rem}}.blog-view-all-btn:hover{background:var(--color-gray-800);transform:scale(1.05)}.blog-post{max-width:1400px;margin:4rem auto;padding:0 1.5rem;background:var(--color-white)}@media (max-width:768px){.blog-post{margin:2rem auto;padding:0 1rem}}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--color-gray-200)}.post-header h1{font-size:2.5rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}@media (max-width:768px){.post-header h1{font-size:1.875rem}}.post-meta{font-size:.9375rem;color:var(--color-gray-600);font-weight:500}.post-content{font-size:1.1875rem;line-height:1.9;color:var(--color-gray-800)}@media (max-width:768px){.post-content{font-size:1.0625rem;line-height:1.85}}.post-content .lead{font-size:1.3125rem;line-height:1.85;color:var(--color-gray-700);margin-bottom:2.5rem;font-weight:500}@media (max-width:768px){.post-content .lead{font-size:1.1875rem;margin-bottom:2rem}}.post-content h2,.post-content h3{font-size:2rem;margin-top:4rem;margin-bottom:2rem;line-height:1.3}@media (max-width:768px){.post-content h2{font-size:1.625rem;margin-top:3rem;margin-bottom:1.5rem}}.post-content h3{font-size:1.5rem;margin-top:3rem;margin-bottom:1.5rem;line-height:1.4}@media (max-width:768px){.post-content h3{font-size:1.375rem;margin-top:2.5rem;margin-bottom:1.25rem}}.post-content p{margin-bottom:2rem;line-height:1.9}.post-content strong{font-weight:700;color:var(--color-gray-800)}.post-content ol,.post-content ul{margin:2rem 0;padding-left:1.5rem}.highlight-box p,.info-box p,.post-content li{margin-bottom:1rem;line-height:1.85}.post-content ul li{list-style-type:disc}.post-content a{text-decoration:underline;transition:color .2s}.post-content a:hover{color:var(--color-green)}.post-content .contact-form p,.post-content .form-footer p{margin-bottom:.25rem;line-height:1.4;font-size:inherit}.post-content .form-group{margin-bottom:1rem}.post-content .contact-form label{font-size:inherit;line-height:normal}.highlight-box,.info-box{background:var(--color-gray-50);border-left:4px solid var(--color-gray-800);padding:2rem;border-radius:.75rem;margin:3rem 0;box-shadow:0 2px 8px rgba(0,0,0,.05)}.highlight-box p:last-child,.info-box p:last-child,.warning-box p:last-child{margin-bottom:0}.warning-box{background:var(--color-gray-100);border-left:4px solid var(--color-gray-800);padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.warning-box p{margin-bottom:.75rem}.steps-container,.warning-box{margin:2rem 0}.step-item{background:var(--color-white);border:2px solid var(--color-gray-200);border-radius:1rem;padding:2rem;margin-bottom:1.5rem;transition:all .3s;position:relative;overflow:hidden}.step-item::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--color-green) 0%,var(--color-primary) 100%);transform:scaleY(0);transition:transform .3s}.step-item:hover{border-color:var(--color-green);box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.step-item:hover::before{transform:scaleY(1)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(135deg,var(--color-green) 0%,#45a049 100%);color:var(--color-white);font-size:1.5rem;font-weight:800;border-radius:50%;margin-bottom:1rem;box-shadow:0 4px 12px rgba(76,175,80,.3)}.step-title{font-size:1.375rem;font-weight:700;color:var(--color-gray-800);margin-bottom:1rem}.step-description{font-size:1.0625rem;line-height:1.7;color:var(--color-gray-700);margin-bottom:.75rem}.step-description:last-child{margin-bottom:0}.step-item ul{margin:1rem 0 .5rem 1.5rem}.step-item li{margin-bottom:.5rem;line-height:1.6;color:var(--color-gray-700)}.comparison-table{width:100%;border-collapse:collapse;margin:3rem 0;background:var(--color-white);border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.comparison-table thead{background:linear-gradient(135deg,var(--color-gray-800) 0%,#2d3748 100%);color:var(--color-white)}.comparison-table th{padding:1.5rem 1.25rem;text-align:left;font-weight:700;font-size:1.0625rem}.comparison-table td{padding:1.5rem 1.25rem;border-bottom:1px solid var(--color-gray-200);font-size:1.0625rem;line-height:1.8}.comparison-table tbody tr:hover,.cta-buttons a:hover{background:var(--color-gray-50)}.comparison-table strong{color:var(--color-gray-800);font-weight:700}@media (max-width:768px){.comparison-table{font-size:.875rem}.comparison-table td,.comparison-table th{padding:1rem .75rem}}.faq-section{margin:3rem 0}.faq-item{background:var(--color-white);border:2px solid #000;border-radius:.75rem;padding:1rem;margin-bottom:.75rem;transition:all .3s}.faq-item:hover{border-color:var(--color-primary);box-shadow:0 4px 16px rgba(0,0,0,.08)}.cta-buttons a,.faq-question{font-weight:700;font-size:1.125rem}.faq-answer,.faq-question{color:var(--color-gray-800);margin-bottom:0;line-height:1.4}.faq-answer{font-size:1.0625rem;line-height:1.7;color:var(--color-gray-700)}@media (max-width:768px){.faq-question{font-size:1rem}.faq-answer{font-size:.9375rem}}.cta-box,.cta-box h3{color:var(--color-white)}.cta-box{background:var(--color-gray-800);padding:3rem 2rem;border-radius:1rem;margin:3rem 0;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.15);position:relative;overflow:hidden}.cta-box::before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1)0,transparent 70%);animation:float 15s ease-in-out infinite}.animate-scroll-horizontal{animation:scroll-horizontal 50s linear infinite;will-change:transform}.mac-frame-container{position:relative;display:inline-block;transform:scale(.85);padding:.5rem .05rem;transition:transform .3s ease;background:#fafaf8}.mac-frame-container:hover{transform:scale(.87)}@media (min-width:768px){.mac-frame-container{transform:scale(1);padding:1rem .2rem}.mac-frame-container:hover{transform:scale(1.05)}}.mac-frame-img{width:20rem;height:auto;mix-blend-mode:multiply;filter:brightness(1.1)}@media (max-width:767px){.mac-frame-img{width:16rem}}@media (min-width:768px){.mac-frame-img{width:24rem}}.mac-screen{position:absolute;top:2.5rem;left:0;right:0;bottom:4rem;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.mac-screen{top:2rem}}.mac-screen-inner{width:73%;height:72%;background:#000;border-radius:.5rem;overflow:hidden}@media (min-width:600px) and (max-width:767px){.mac-screen-inner{width:75%;height:70%}}@media (min-width:768px){.mac-screen-inner{width:77%;height:69%}}.mac-iframe{width:333%;height:333%;border:0;pointer-events:none;transform:scale(.3) translateX(8px);transform-origin:top left}.mac-complete-img{width:14rem;height:auto;display:block}@media (min-width:768px){.mac-complete-img{width:24rem}}.cta-box h3{font-size:1.875rem;font-weight:800;margin-bottom:1rem}.cta-box h3,.cta-box p,.cta-buttons{position:relative;z-index:1}.cta-box p{font-size:1.125rem;margin-bottom:2rem;opacity:.95;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons a{display:inline-block;padding:1.125rem 2rem;border-radius:.75rem;text-decoration:none;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.15);border:2px solid var(--color-white)}.cta-buttons a:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.cta-buttons .email-link{background:0 0;color:var(--color-white);border:2px solid var(--color-white)}.cta-buttons .email-link:hover,.cta-buttons a{background:var(--color-white);color:var(--color-gray-800)}@media (max-width:768px){.cta-box{padding:2rem 1.5rem}.cta-box h3{font-size:1.5rem}.cta-box p{font-size:1rem}.cta-buttons{flex-direction:column}.cta-buttons a{width:100%;text-align:center}}.related-articles{margin:3rem 0;padding:2rem;background:var(--color-gray-50);border-radius:1rem}.related-articles h3{font-size:1.5rem;font-weight:700;color:var(--color-gray-800);margin-bottom:1.5rem}.related-links{display:flex;flex-direction:column;gap:1rem}.related-link{display:block;background:var(--color-white);border:2px solid var(--color-gray-200);border-radius:.75rem;color:var(--color-gray-800);text-decoration:none;font-weight:600;font-size:1.0625rem;transition:all .3s;position:relative;padding:1.25rem 1.5rem 1.25rem 3rem}.related-link::before{content:"→";position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--color-orange);font-size:1.25rem;font-weight:700;transition:transform .3s}.related-link:hover{border-color:var(--color-orange);background:rgba(255,152,0,.1);transform:translateX(4px);box-shadow:0 4px 12px rgba(255,152,0,.2)}.related-link:hover::before{transform:translateY(-50%) translateX(4px)}@media (max-width:768px){.related-articles{padding:1.5rem 1rem}.related-link{font-size:1rem;padding:1rem 1rem 1rem 2.5rem}.related-link::before{left:1rem}}.services-hero{background:#fafaf8;color:#1f2937;padding:1rem 1rem 3rem;text-align:center;position:relative;overflow:hidden}.services-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}@media (min-width:768px){.services-hero{padding:2rem 1rem 8rem}}.reviews-mobile{display:flex!important;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.reviews-mobile::-webkit-scrollbar{display:none}#scrollLeft,#scrollRight{display:flex!important;opacity:1!important;visibility:visible!important}@media (min-width:768px){.reviews-mobile{overflow-x:visible!important}.reviews-mobile>div{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:1.5rem!important}.reviews-mobile>div>div{min-width:auto!important}#scrollLeft,#scrollRight{display:none!important}}