@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";:root{color-scheme:light;--color-background: #f7fdf9;--color-surface: #ffffff;--color-primary: #0f172a;--color-secondary: #1f2937;--color-accent: #34d399;--color-muted: #5b7284;--color-border: rgba(52, 211, 153, .16);--gradient-hero: linear-gradient(140deg, rgba(52, 211, 153, .18), rgba(16, 185, 129, .08));font-synthesis:none}.default-theme{--color-background: #f7fdf9;--color-surface: #ffffff;--color-primary: #0f172a;--color-secondary: #1f2937;--color-muted: #5b7284;--color-accent: #34d399;--color-border: rgba(52, 211, 153, .16);--gradient-hero: linear-gradient(140deg, rgba(52, 211, 153, .18), rgba(16, 185, 129, .08));--header-background: rgba(247, 253, 249, .9);--header-border: rgba(52, 211, 153, .2);--header-color: var(--color-primary);background:var(--color-background);color:var(--color-primary)}.locksmith-theme{--color-background: #f7faff;--color-surface: #ffffff;--color-primary: #0f172a;--color-secondary: #1f2937;--color-muted: #5b7284;--color-accent: #0047AB;--color-accent-hover: #003d99;--color-accent-light: #e6eef8;--color-border: rgba(0, 71, 171, .16);--gradient-hero: linear-gradient(140deg, rgba(0, 71, 171, .12), rgba(0, 61, 153, .06));--header-background: rgba(247, 250, 255, .9);--header-border: rgba(0, 71, 171, .2);--header-color: var(--color-primary);background:var(--color-background);color:var(--color-primary)}.locksmith-theme .section{padding:clamp(5rem,10vw,8rem) 0}.locksmith-theme .card{padding:2rem}.locksmith-theme .hero__inner{gap:4rem}.locksmith-theme h1,.locksmith-theme h2,.locksmith-theme h3{line-height:1.3;margin-bottom:1rem}.locksmith-theme p{line-height:1.7;margin-bottom:1rem}.locksmith-theme .list__item{padding:1rem 0}.locksmith-theme .badge{background:#0047ab1f}.locksmith-theme .hero__card{background:linear-gradient(160deg,#07225feb,#004cbec7);border:1px solid rgba(0,78,201,.35);box-shadow:0 36px 60px #04184452;position:relative;overflow:hidden}.locksmith-theme .hero__highlight-card{background:#ffffffe6;border:1px solid rgba(0,71,171,.15)}.locksmith-theme .hero__metric{background:#0047ab1a;border:1px solid rgba(0,71,171,.12)}.locksmith-theme .hero__metric-label{color:#071f4ef2}.locksmith-theme .hero__metric-description{color:#071f4eb3}.locksmith-theme .hero__card:after{inset:-20% -40% auto auto;width:420px;height:420px;background:radial-gradient(circle at center,rgba(56,189,248,.28),transparent 65%);opacity:.8}.locksmith-theme .hero__stat-title{color:#94c5ffbf;letter-spacing:.25em}.locksmith-theme .hero__stat-value{color:#9dd5ff}.locksmith-theme .hero__stat-caption{color:#e7f2ffd9}.locksmith-theme .list__icon{background:#0047ab2e;color:var(--color-accent)}.locksmith-theme .btn--primary{--cta-background: linear-gradient(135deg, #2563eb, #1d4ed8);--cta-shadow: 0 18px 32px rgba(29, 78, 216, .4);--cta-shadow-hover: 0 22px 38px rgba(29, 78, 216, .48);color:#f8fafc}.locksmith-theme .btn--primary:hover{--cta-background: linear-gradient(135deg, #3b82f6, #1d4ed8)}html{scroll-behavior:smooth;scroll-padding-top:5.5rem}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-background);color:var(--color-primary);-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;overflow-y:scroll}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{overflow-x:hidden;overflow-y:visible;touch-action:auto}.section{padding:clamp(4rem,8vw,6rem) 0;touch-action:auto}.section--highlight{background:var(--color-surface)}.container{width:min(1120px,calc(100% - 2.5rem));margin:0 auto}.offer-section{position:relative}.offer-section__grid{display:grid;gap:clamp(2.4rem,6vw,3.2rem)}.offer-section__intro{display:grid;gap:clamp(1.6rem,4vw,2.6rem)}.offer-section__highlights{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.offer-section__highlight{position:relative;padding:1.1rem 1.2rem;border-radius:1.1rem;background:linear-gradient(140deg,#34d3992e,#7dd3fc1f);border:1px solid rgba(15,23,42,.08);box-shadow:0 22px 44px #0f172a0f}.offer-section__highlight-label{display:block;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.offer-section__highlight-value{display:block;margin-top:.35rem;font-size:1.05rem;font-weight:600;color:var(--color-secondary)}.offer-section__perks{gap:1.2rem}@media (min-width: 720px){.offer-section__grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:start}.offer-section__perks{grid-template-columns:repeat(2,minmax(0,1fr))}}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .875rem;border-radius:999px;background:#34d3992e;color:var(--color-secondary);font-weight:600;font-size:.85rem;letter-spacing:.01em}.badge__dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--color-accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.9rem;border-radius:999px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn--primary{background:var(--cta-background, var(--color-accent));color:#0b1120;box-shadow:var(--cta-shadow, 0 12px 30px rgba(52, 211, 153, .32))}.btn--primary:hover{transform:translateY(-2px);box-shadow:var(--cta-shadow-hover, 0 18px 40px rgba(52, 211, 153, .42))}.btn--secondary{background:transparent;color:var(--color-secondary)}.section-title{font-family:Manrope,Inter,sans-serif;margin:0;font-size:clamp(2.2rem,5vw,2.9rem);line-height:1.1;letter-spacing:-.02em}.section-subtitle{margin:1.2rem 0 0;font-size:1.05rem;color:var(--color-muted);max-width:48ch}.grid{display:grid;gap:clamp(1.6rem,3vw,2.4rem)}.grid--columns-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.solution__inner{display:grid;gap:3.2rem}.solution__features{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.solution-feature{position:relative;padding-top:2.4rem;transition:transform .2s ease,box-shadow .2s ease}.solution-feature:hover{transform:translateY(-6px);box-shadow:0 26px 48px #071f4e24}.solution-feature__icon{width:3.2rem;height:3.2rem;border-radius:1.1rem;display:grid;place-items:center;font-size:1.6rem;background:linear-gradient(140deg,#0047ab2e,#38bdf833);color:var(--color-accent);margin-bottom:1rem}.solution-feature__subtitle{font-weight:600;color:var(--color-secondary)}.comparison-card h3{margin:0}.comparison-card__grid{display:grid;margin-top:2rem;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.comparison-card__column{display:grid;gap:.9rem;padding:1.4rem;border-radius:1.2rem;background:#0f172a08}.comparison-card__column--primary{background:#0047ab14;border:1px solid rgba(0,71,171,.16)}.comparison-card__column--secondary{border:1px solid rgba(148,163,184,.18)}.comparison-card__title{font-weight:700;color:var(--color-secondary)}.comparison-card__row{font-size:.95rem;color:var(--color-secondary);line-height:1.6}.comparison-card__row+.comparison-card__row{border-top:1px dashed rgba(15,23,42,.12);padding-top:.75rem;margin-top:.75rem}.card{padding:clamp(1.6rem,3vw,2.2rem);border-radius:1.5rem;background:#ffffffdb;border:1px solid var(--color-border);box-shadow:0 20px 48px #0f172a0f;backdrop-filter:blur(14px)}.card h3{margin:1rem 0 .6rem;font-size:1.2rem}.card p{margin:0;color:var(--color-muted);line-height:1.6}.list{display:grid;gap:.75rem;padding:0;margin:1.6rem 0 0;list-style:none}.list__item{display:flex;align-items:flex-start;gap:.8rem;color:var(--color-secondary)}.list__icon{margin-top:.3rem;width:1.2rem;height:1.2rem;border-radius:50%;background:#34d39933;display:grid;place-items:center;font-size:.7rem;color:var(--color-accent)}.list__content{display:grid;gap:.3rem}.list__item-title{font-weight:600;color:var(--color-secondary);letter-spacing:-.01em}.list__item-copy{font-size:.95rem;color:var(--color-muted);line-height:1.55}.pricing-box{border-radius:1.7rem;padding:clamp(2rem,4vw,2.8rem);background:linear-gradient(145deg,#fffffff2,#e2fcf0eb);border:1px solid rgba(52,211,153,.25);box-shadow:0 30px 50px #2dd4bf2e;display:grid;gap:clamp(1.6rem,3vw,2.4rem)}.pricing-box--default{position:relative;overflow:hidden;background:linear-gradient(150deg,#f4fff8f5,#e0fcffeb);border:1px solid rgba(52,211,153,.32);box-shadow:0 32px 60px #22c55e2e}.pricing-box--default:before{content:"";position:absolute;inset:-40% -20% auto;height:clamp(220px,42vw,280px);background:radial-gradient(circle at 50% 50%,rgba(52,211,153,.32),transparent 55%);opacity:.6;z-index:0}.pricing-box--default>*{position:relative;z-index:1}.pricing-box--default .pricing-box__badge{background:#34d39938;color:var(--color-secondary)}.pricing-box--default .pricing-box__icon{background:#34d3993d;color:var(--color-primary)}.pricing-box--default .pricing-box__footer{gap:1.1rem}.pricing-box--default .list__icon{background:#0f172a14;color:var(--color-secondary);font-size:.75rem}.pricing-box--default .pricing-box__guarantee{background:#0f172a0d;border:1px solid rgba(15,23,42,.08)}.pricing-box__header{display:grid;gap:.9rem}.pricing-box__badge{display:inline-flex;align-items:center;gap:.75rem;padding:.4rem 1.05rem;border-radius:999px;background:#34d39933;color:var(--color-secondary);font-weight:600;letter-spacing:.02em}.pricing-box__icon{display:grid;place-items:center;width:1.8rem;height:1.8rem;border-radius:.7rem;background:#34d3992e;color:var(--color-accent);font-size:1.1rem}.pricing-box__price{font-size:clamp(2.6rem,5vw,3.4rem);font-weight:700;margin:0;line-height:1}.pricing-box__price span{font-size:1rem;font-weight:600;margin-left:.35rem;color:var(--color-secondary)}.pricing-box__subline{margin:0;color:var(--color-secondary);opacity:.72;font-size:1.02rem;max-width:38ch}.pricing-box__list{margin:0}.pricing-box__footer{display:grid;gap:.9rem}.pricing-box__note{margin:0;color:var(--color-muted);font-size:.96rem}.offer__inner{display:grid;gap:3.5rem;align-items:start}.offer__pitch{display:grid;gap:3rem}.offer-flow{padding:2.6rem;background:linear-gradient(140deg,#d6e9ff66,#e7f2ffcc);border:1px solid rgba(0,71,171,.18);display:grid;gap:2.4rem}.offer-flow h3{margin:0;text-align:center}.offer-flow__steps{display:grid;gap:1.5rem}.offer-flow__step{position:relative;padding:1.4rem 1.6rem 1.4rem 4.4rem;border-radius:1.2rem;background:#ffffffd9;border:1px solid rgba(0,71,171,.1);box-shadow:0 18px 30px #071f4e1f}.offer-flow__step:after{content:"";position:absolute;left:2.1rem;top:calc(100% - .5rem);width:1px;height:32px;background:linear-gradient(180deg,#0047ab40,#0047ab00)}.offer-flow__step:last-child:after{display:none}.offer-flow__index{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);width:2.2rem;height:2.2rem;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#fff;background:linear-gradient(140deg,#0047abeb,#38bdf8e0);box-shadow:0 12px 26px #071f4e42}.offer-flow__label{font-weight:600;color:var(--color-secondary);letter-spacing:.01em}.offer-flow__content p{margin:.35rem 0 0;color:var(--color-muted)}.offer-flow__result{margin:0;text-align:center;font-size:1.05rem;color:var(--color-secondary)}.pricing-box--locksmith{background:linear-gradient(150deg,#062051f5,#0047abd9);border:1px solid rgba(88,146,224,.5);box-shadow:0 40px 70px #04153c59;color:#e7f2fff2}.pricing-box--locksmith .pricing-box__badge{background:#e7f2ff1f;color:inherit}.pricing-box--locksmith .pricing-box__icon{background:#e7f2ff2e;color:#9dd5ff}.pricing-box--locksmith .pricing-box__price{color:#fff}.pricing-box--locksmith .pricing-box__price span{color:#e7f2ffd9}.pricing-box--locksmith .pricing-box__subline,.pricing-box--locksmith .list__item span:last-child,.pricing-box--locksmith .pricing-box__note{color:#e7f2ffd1}.pricing-box--locksmith .list__icon{background:#e7f2ff29;color:#9dd5ff}.pricing-box--locksmith .pricing-box__footer{background:#0418445c;border:1px solid rgba(157,213,255,.25);border-radius:1.2rem;padding:1.4rem}.pricing-box--locksmith .btn--primary{--cta-background: linear-gradient(135deg, #3a8bff, #0047ab) !important;--cta-shadow: 0 20px 30px rgba(7, 40, 95, .35) !important;--cta-shadow-hover: 0 26px 40px rgba(7, 40, 95, .4) !important;color:#f8fafc}.pricing-box--locksmith .btn--primary:hover{--cta-background: linear-gradient(135deg, #4da0ff, #0b5fd6) !important}.pricing-box__guarantee{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border-radius:.9rem;background:#e7f2ff1a;color:inherit;font-size:.95rem}.pricing-box__guarantee-icon{font-size:1.2rem}footer{padding:2.5rem 0;border-top:1px solid var(--color-border);background:#fff}.footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;font-size:.95rem}.footer__links{display:inline-flex;gap:1.2rem;color:var(--color-muted)}.hero{padding:clamp(5rem,12vw,8rem) 0 clamp(4rem,8vw,6rem);position:relative}.hero:after{content:"";position:absolute;inset:0;background:var(--gradient-hero);z-index:-1}.hero__inner{display:grid;gap:clamp(2rem,4vw,3rem);align-items:center;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.hero__title{font-family:Manrope,Inter,sans-serif;font-size:clamp(2.5rem,5vw,3.6rem);line-height:1.05;letter-spacing:-.02em;margin:1rem 0 1.5rem}.hero__subtitle{font-size:1.1rem;color:var(--color-muted);line-height:1.7;margin:0 0 2rem}.hero__cta-row{display:flex;flex-wrap:wrap;gap:1rem}.hero__supporting{margin-top:1.4rem;color:var(--color-white);max-width:48ch}.hero__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.85rem;margin-top:1.6rem}.hero__metric{padding:.75rem 1rem;border-radius:.85rem;background:#0f172a0a;display:grid;gap:.2rem}.hero__metric-label{font-weight:700;color:var(--color-secondary);font-size:.95rem}.hero__metric-description{font-size:.85rem;color:var(--color-muted)}.hero__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-top:2rem;gap:1rem}.hero__highlight-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1rem 1.2rem;border-radius:1rem;background:var(--color-surface);border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 30px #0f172a14}.hero__highlight-icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:.9rem;background:#0047ab1f;font-size:1.3rem}.hero__highlight-title{font-weight:600;margin-bottom:.3rem;color:var(--color-secondary)}.hero__card{position:relative;border-radius:1.8rem;background:linear-gradient(160deg,#fffffff5,#dbffefe6);color:var(--color-primary);padding:clamp(2.4rem,4vw,3rem);overflow:hidden;border:1px solid rgba(52,211,153,.24);box-shadow:0 32px 70px #2dd4bf38}.hero__card:after{content:"";position:absolute;inset:-40% 10% auto;height:120%;background:radial-gradient(circle,rgba(52,211,153,.2),transparent 65%);filter:blur(40px);z-index:0}.hero__card-content{position:relative;z-index:1}.hero__stat-title{text-transform:uppercase;font-size:.75rem;letter-spacing:.2em;color:#0e744db3;margin-bottom:1.2rem}.hero__stat-value{font-size:clamp(2.6rem,5vw,3.4rem);font-weight:700;color:var(--color-accent);margin:0}.hero__stat-caption{color:#0f172ab8;margin-top:.6rem;line-height:1.6}.problem-list{display:grid;gap:1.5rem;margin-top:2rem}.problem__inner{display:grid;gap:3rem;align-items:start}.problem__details{display:grid;gap:2.5rem}.problem__timeline-wrapper{position:relative;overflow:hidden}.problem__timeline-title{margin:0}.problem__timeline{position:relative;margin:1.5rem 0 0;padding:0;list-style:none;display:grid;gap:1.6rem}.problem__timeline:before{content:"";position:absolute;top:.5rem;bottom:0;left:1.25rem;width:2px;background:linear-gradient(180deg,#0047ab26,#0047ab59)}.problem__timeline-item{position:relative;padding-left:3.5rem}.problem__timeline-index{position:absolute;left:.4rem;top:0;width:1.75rem;height:1.75rem;border-radius:50%;background:#0047ab1f;color:var(--color-accent);display:grid;place-items:center;font-weight:700}.problem__timeline-heading{font-weight:600;text-transform:capitalize;letter-spacing:.01em}.problem__summary{padding:2.2rem;border-radius:1.6rem}.problem__summary--dark{background:linear-gradient(160deg,#071f4ef2,#0047abe6);border:1px solid rgba(88,146,224,.4);color:#ecf3fff5;box-shadow:0 26px 46px #04143c4d}.problem__summary--dark p{color:#d6e3ffe0}.quote-card{padding:2rem;border-radius:1.8rem;background:linear-gradient(165deg,#fffffff2,#defcf0e6);color:var(--color-primary);border:1px solid rgba(52,211,153,.2);box-shadow:0 24px 50px #2dd4bf2e}.quote-card p{margin:0;font-size:1.1rem;line-height:1.7}.quote-card cite{display:block;margin-top:1.4rem;font-style:normal;font-weight:600;color:#0f766ecc}.social-proof__inner{display:grid;gap:3rem}.social-proof__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.social-proof__title{margin-top:0}.testimonial-card{background:linear-gradient(160deg,#071f4ef0,#0047abd9);border:1px solid rgba(93,164,255,.45);color:#e7f2fff2;box-shadow:0 32px 56px #04153c59}.testimonial-card p{color:inherit}.testimonial-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.testimonial-card__avatar{width:3.3rem;height:3.3rem;border-radius:1.2rem;background:#e7f2ff1f;display:grid;place-items:center;font-weight:700;letter-spacing:.08em}.testimonial-card__meta{display:grid;gap:.2rem}.testimonial-card__name{font-weight:600;letter-spacing:.01em}.testimonial-card__role{font-size:.9rem;color:#e7f2ffc7}.testimonial-card__rating{font-size:.9rem;color:#facc15;letter-spacing:.15em}.testimonial-card blockquote{margin:0}.social-proof__confidence{display:grid;gap:1rem}.social-proof__confidence h3{margin:0}.social-proof__confidence p{margin:0;color:var(--color-secondary)}.social-proof__marks{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.5rem}.social-proof__marks span{font-size:.85rem;font-weight:600;padding:.4rem .75rem;border-radius:999px;background:#0047ab1f;color:var(--color-accent);letter-spacing:.02em}.cta-banner{background:linear-gradient(140deg,#fffffff2,#d6fcefeb);color:var(--color-primary);padding:clamp(2.5rem,4vw,3.5rem);border-radius:2rem;text-align:center;border:1px solid rgba(52,211,153,.22);box-shadow:0 38px 60px #2dd4bf33}.cta-banner h2{font-size:clamp(2rem,4vw,2.8rem);margin:0 0 1rem}.cta-banner p{margin:0 0 2rem;font-size:1.05rem;color:#0f172ab3}.locksmith-section-divider{width:min(540px,88%);margin:clamp(1.5rem,6vw,3rem) auto clamp(2rem,6vw,3.5rem);height:2px;background:linear-gradient(90deg,#0047ab00,#0047ab99,#0047ab00);opacity:.4}.locksmith-section-divider--wave{background:linear-gradient(90deg,#38bdf800,#38bdf8a6,#38bdf800);opacity:.5}@media (max-width: 720px){html{scroll-padding-top:6.5rem}.btn{width:100%}.footer__inner{flex-direction:column;align-items:flex-start}.pricing-box{text-align:center}}.locksmith-urgent-button{position:fixed;left:1.2rem;right:1.2rem;bottom:1.4rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.4rem;border-radius:1rem;background:linear-gradient(120deg,#0047abf2,#38bdf8e6);color:#f8fafc;font-weight:600;font-size:1rem;box-shadow:0 24px 50px #071f4e42;text-decoration:none;z-index:40}.locksmith-urgent-button__icon{font-size:1.3rem}@media (min-width: 841px){.locksmith-urgent-button{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(16px);background:var(--header-background, rgba(248, 250, 252, .88));border-bottom:1px solid var(--header-border, rgba(15, 23, 42, .06));color:var(--header-color, var(--color-primary))}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.1rem 0}.site-header__logo{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;color:inherit}.site-header__label{display:grid;gap:.2rem}.site-header__wordmark{font-weight:700;line-height:1;letter-spacing:-.01em}.site-header__campaign{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);font-weight:600}.site-header__mark{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:.85rem;background:#34d39933;color:var(--color-accent);border:1px solid rgba(52,211,153,.24)}.site-nav{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:1.1rem}.site-nav a{color:var(--color-secondary);font-weight:500;transition:color .2s ease}.site-nav a:hover{color:var(--color-primary)}@media (max-width: 880px){.site-nav{gap:.75rem}.site-nav a{font-size:.95rem}}@media (max-width: 720px){.site-header__inner{flex-direction:column;align-items:stretch}.site-nav{width:100%;justify-content:center}}.campaign-switcher{position:fixed;right:1.5rem;bottom:1.5rem;display:grid;gap:.75rem;padding:1rem 1.25rem;border-radius:1rem;background:#0f172aeb;color:#f8fafc;box-shadow:0 18px 48px #0f172a59;z-index:30}.campaign-switcher__title{font-size:.85rem;text-transform:uppercase;letter-spacing:.18em;color:#e2e8f099}.campaign-switcher__options{display:grid;gap:.5rem}.campaign-switcher__options button{all:unset;padding:.45rem .85rem;border-radius:.75rem;background:#94a3b824;color:#f8fafc;font-size:.9rem;cursor:pointer;transition:background .2s ease,transform .2s ease;display:inline-flex;align-items:center;gap:.6rem}.campaign-switcher__options button:hover{background:#94a3b838;transform:translateY(-1px)}.campaign-switcher__options button.is-active{background:var(--switcher-active-bg, rgba(52, 211, 153, .3));color:#0f172a;font-weight:600}.campaign-switcher__icon{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:.55rem;font-size:.9rem;background:#ffffff29}@media (max-width: 540px){.campaign-switcher{left:1rem;right:1rem;bottom:1rem;grid-template-columns:1fr;text-align:center}.campaign-switcher__options{grid-template-columns:1fr}}.pricing__main{display:grid;gap:2.5rem;align-items:start;margin-top:3.5rem}@media (min-width: 960px){.pricing__main{grid-template-columns:minmax(420px,1.1fr) minmax(0,.9fr)}}.pricing-card{background:var(--color-surface);border-radius:1.8rem;padding:clamp(1.8rem,4vw,2.8rem);border:1px solid var(--color-border);box-shadow:0 24px 50px #071f4e14}.pricing-card__header{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.pricing-card__title-wrapper{display:flex;align-items:center;gap:1rem}.pricing-card__title{margin:0;font-size:1.4rem}.pricing-card__price-wrapper{display:flex;align-items:baseline;margin-top:1rem}.pricing-card__price{font-size:clamp(2.8rem,6vw,3.5rem);font-weight:700;line-height:1}.pricing-card__period{margin-left:.5rem;font-weight:600;color:var(--color-muted)}.pricing-card__price-note{margin:.5rem 0 0;font-weight:600;color:var(--color-accent)}.pricing-card__features{display:grid;gap:1.8rem}.feature-group__title{margin:0 0 .8rem;font-size:1.05rem;letter-spacing:.01em}.feature-group__list{margin:0;padding:0;list-style:none;display:grid;gap:.7rem}.feature-group__item{position:relative;padding-left:1.6rem;color:var(--color-secondary);line-height:1.6}.feature-group__item:before{content:"✓";position:absolute;left:0;top:.1rem;color:var(--color-accent);font-weight:700}.pricing-card__footer{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border);display:grid;gap:1rem;text-align:center}.cta-link{font-weight:600;color:var(--color-muted)}.guarantee-box{padding:2rem;border-radius:1.5rem;background:var(--color-accent-light);border:1px solid var(--color-border)}.guarantee-box__title{margin:0 0 .5rem;font-size:1.2rem}.guarantee-box__description{margin:0;line-height:1.6;color:var(--color-muted)}.lead-explainer__grid{display:grid;gap:1.5rem;margin-top:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.lead-example-card{border-radius:1.2rem;border:2px solid;overflow:hidden}.lead-example-card--lead{border-color:#86efac;background:#f0fdf4}.lead-example-card:not(.lead-example-card--lead){border-color:#fecaca;background:#fef2f2}.lead-example-card__header{padding:.5rem 1.2rem}.lead-example-card__type{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.lead-example-card--lead .lead-example-card__type{color:#166534}.lead-example-card:not(.lead-example-card--lead) .lead-example-card__type{color:#991b1b}.lead-example-card__body{padding:1.2rem;background:var(--color-surface)}.lead-example-card__example{margin:0;font-style:italic;color:var(--color-secondary)}.lead-example-card__footer{padding:.8rem 1.2rem}.lead-example-card__reason{margin:0;font-size:.85rem;color:var(--color-muted)}.locksmith-v2-theme{--color-background: #0b1220;--color-surface: #0f1a2b;--color-primary: #e6f0ff;--color-secondary: #c6d6f5;--color-muted: #97aac8;--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-accent-light: rgba(56, 189, 248, .12);--color-border: rgba(99, 179, 237, .22);--gradient-hero: radial-gradient(800px 600px at 20% -10%, rgba(56, 189, 248, .18), rgba(37, 99, 235, .04)), linear-gradient(140deg, rgba(1, 9, 20, .9), rgba(4, 14, 28, .94));--header-background: rgba(7, 15, 28, .55);--header-border: rgba(99, 179, 237, .25);--header-color: var(--color-primary);background:radial-gradient(1200px 900px at -10% -10%,rgba(56,189,248,.06),transparent 60%),radial-gradient(900px 700px at 110% -10%,rgba(59,130,246,.06),transparent 60%),#0b1220;color:var(--color-primary)}.locksmith-v2-theme .section{padding:clamp(5rem,10vw,8rem) 0}.locksmith-v2-theme .card{padding:2rem;background:linear-gradient(160deg,#071f4ef0,#0047abd9);border:1px solid rgba(88,146,224,.45);color:#ecf3fff5;box-shadow:0 30px 54px #04153c5c}.locksmith-v2-theme .card p{color:#e7f2ffdb}.locksmith-v2-theme .hero__inner{gap:4rem}.locksmith-v2-theme h1,.locksmith-v2-theme h2,.locksmith-v2-theme h3{line-height:1.3;margin-bottom:1rem}.locksmith-v2-theme p{line-height:1.7;margin-bottom:1rem}.locksmith-v2-theme .list__item{padding:1rem 0}.locksmith-v2-theme .badge{background:#38bdf82e}.locksmith-v2-theme .hero__card{background:linear-gradient(160deg,#07225feb,#004cbec7);border:1px solid rgba(0,78,201,.35);box-shadow:0 36px 60px #04184452;position:relative;overflow:hidden}.locksmith-v2-theme .hero__highlight-card{background:#ffffffe6;border:1px solid rgba(0,71,171,.15)}.locksmith-v2-theme .hero__metric{background:#0047ab1a;border:1px solid rgba(0,71,171,.12)}.locksmith-v2-theme .hero__metric-label{color:#071f4ef2}.locksmith-v2-theme .hero__metric-description{color:#071f4eb3}.locksmith-v2-theme .hero__card:after{content:"";position:absolute;inset:auto -40% -60% auto;width:420px;height:420px;background:radial-gradient(circle at center,rgba(56,189,248,.28),transparent 65%);opacity:.8}.locksmith-v2-theme .hero__stat-title{color:#94c5ffbf;letter-spacing:.25em}.locksmith-v2-theme .hero__stat-value{color:#9dd5ff}.locksmith-v2-theme .hero__stat-caption{color:#e7f2ffd9}.locksmith-v2-theme .list__icon{background:#0047ab2e;color:var(--color-accent)}.locksmith-v2-theme .btn--primary{--cta-background: linear-gradient(135deg, #2563eb, #1d4ed8);--cta-shadow: 0 18px 32px rgba(29, 78, 216, .4);--cta-shadow-hover: 0 22px 38px rgba(29, 78, 216, .48);color:#f8fafc}.locksmith-v2-theme .btn--primary:hover{--cta-background: linear-gradient(135deg, #3b82f6, #1d4ed8)}.locksmith-v2-theme .cta-link{color:#94c5ffd9}.locksmith-v2-theme .badge__dot{background:#38bdf8}.locksmith-v2-theme .locksmith-anchor{display:block;height:0;margin:0}.locksmith-v2-theme .locksmith-hero-panel{padding-top:clamp(3rem,6vw,4rem);touch-action:auto}.locksmith-v2-theme .locksmith-hero-panel__inner{display:grid;gap:clamp(2.5rem,5vw,3.5rem);justify-items:center}.locksmith-v2-theme .locksmith-hero-panel__header{display:grid;gap:clamp(2rem,4vw,3rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;text-align:center}.locksmith-v2-theme .locksmith-hero-panel__branding{display:grid;gap:.9rem;min-width:240px;justify-items:center;text-align:center}.locksmith-v2-theme .locksmith-hero-panel__wordmark{font-size:clamp(2.8rem,8vw,4.2rem);font-weight:700;letter-spacing:.08em;display:inline-flex;gap:.4rem}.locksmith-v2-theme .locksmith-hero-panel__wordmark-lock{color:#38bdf8}.locksmith-v2-theme .locksmith-hero-panel__wordmark-wise{background:linear-gradient(135deg,#fde68a,#f59e0b);-webkit-background-clip:text;color:transparent}.locksmith-v2-theme .locksmith-hero-panel__badge{font-size:.95rem;letter-spacing:.16em;text-transform:uppercase;color:#94c5ffe6}.locksmith-v2-theme .locksmith-hero-panel__headline{font-size:clamp(1.9rem,4vw,2.4rem);margin:0;color:var(--color-primary)}.locksmith-v2-theme .locksmith-hero-panel__summary{display:grid;gap:1rem;max-width:560px;justify-items:center;text-align:center}.locksmith-v2-theme .locksmith-hero-panel__description{margin:0;font-size:1.05rem;color:#e7f2ffdb}.locksmith-v2-theme .locksmith-hero-panel__benefits{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.locksmith-v2-theme .locksmith-hero-panel__benefits li{padding:.45rem .85rem;border-radius:999px;background:#2563eb24;color:#cfe2ffe6;font-weight:600;letter-spacing:.01em}.locksmith-v2-theme .locksmith-hero-panel__actions{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}.locksmith-v2-theme .locksmith-hero-panel__supporting{margin:.4rem 0 0;color:#94c5ffbf;font-size:.95rem}.locksmith-v2-theme .locksmith-hero-panel__scenes{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:min(960px,100%);margin:0 auto}.locksmith-v2-theme .locksmith-hero-panel__scene{position:relative;padding:1.6rem 1.4rem 1.8rem;border-radius:1.4rem;border:1px solid rgba(56,189,248,.22);background:linear-gradient(150deg,#0c1b38e6,#071226f0);display:grid;gap:.6rem}.locksmith-v2-theme .locksmith-hero-panel__scene-label{position:absolute;top:1rem;right:1.2rem;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#94c5ffbf}.locksmith-v2-theme .locksmith-hero-panel__scene h3{margin:0;font-size:1.05rem;color:#e7f2fff2}.locksmith-v2-theme .locksmith-hero-panel__scene p{margin:0;color:#c7dcffd9;line-height:1.55}.locksmith-v2-theme .locksmith-hero-panel__steps{display:grid;gap:1.4rem;width:100%;max-width:920px;margin:clamp(2.5rem,5vw,3.2rem) auto 0;text-align:center}.locksmith-v2-theme .locksmith-hero-panel__steps h2{margin:0;font-size:1.4rem;color:#e0edfff2}.locksmith-v2-theme .locksmith-hero-panel__steps-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.locksmith-v2-theme .locksmith-hero-panel__step{position:relative;padding:1.6rem 1.4rem 1.4rem 3.8rem;border-radius:1.3rem;border:1px solid rgba(56,189,248,.22);background:linear-gradient(150deg,#0d1c3af2,#081328f0);text-align:left}.locksmith-v2-theme .locksmith-hero-panel__step-index{position:absolute;left:1.2rem;top:1.2rem;display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;background:#2563eb38;color:#93c5fd;font-weight:700}.locksmith-v2-theme .locksmith-hero-panel__step h3{margin:0 0 .3rem;font-size:1.05rem;color:#e7f2fff2}.locksmith-v2-theme .locksmith-hero-panel__step p{margin:0;color:#bacff6d9;line-height:1.55}.locksmith-v2-theme .locksmith-voice-demo__inner{display:grid;gap:2.5rem;justify-items:center;text-align:center}.locksmith-v2-theme .locksmith-voice-demo__card{width:100%;max-width:520px;padding:2.1rem;border-radius:1.6rem;border:1px solid rgba(99,179,237,.28);background:linear-gradient(150deg,#0c1a38e6,#060e1cf2);display:grid;gap:1.2rem}.locksmith-v2-theme .locksmith-voice-demo__footnote{margin:0;font-size:.92rem;color:#c7dcffd1}.locksmith-v2-theme .locksmith-problem-panel__content{margin-top:clamp(2.5rem,5vw,3.5rem);display:grid;gap:clamp(2rem,4vw,3rem);justify-items:center}.locksmith-v2-theme .locksmith-problem-panel__cards{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:min(960px,100%);margin:0 auto}.locksmith-v2-theme .locksmith-problem-panel__card{position:relative;padding:1.8rem 1.4rem 1.6rem;border-radius:1.4rem;border:1px solid rgba(56,189,248,.22);background:linear-gradient(150deg,#0c1b38e6,#071226f0);display:grid;gap:.6rem}.locksmith-v2-theme .locksmith-problem-panel__card-index{position:absolute;top:1rem;left:1rem;width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb38;color:#93c5fde6;font-weight:700;font-size:.95rem}.locksmith-v2-theme .locksmith-problem-panel__card h3{margin:0 0 .3rem;padding-left:2.6rem;font-size:1.05rem;color:#e7f2fff2}.locksmith-v2-theme .locksmith-problem-panel__card p{margin:0;padding-left:2.6rem;color:#bacff6d9;line-height:1.6}.locksmith-v2-theme .locksmith-problem-panel__guarantee{padding:2rem;border-radius:1.6rem;background:linear-gradient(160deg,#071f4ef2,#0047abdb);border:1px solid rgba(88,146,224,.42);box-shadow:0 20px 40px #06122a5c,0 0 60px #38bdf81f;display:grid;gap:1rem;max-width:340px;margin:0 auto}.locksmith-v2-theme .locksmith-problem-panel__guarantee-badge{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#94c5ffc7}.locksmith-v2-theme .locksmith-problem-panel__guarantee h3{margin:0;color:#ecf3fff7;font-size:1.2rem}.locksmith-v2-theme .locksmith-problem-panel__guarantee p{margin:0;color:#c7dcffd9;line-height:1.6}.locksmith-v2-theme .locksmith-hotline-panel__content{margin-top:clamp(2.5rem,5vw,3.5rem);display:grid;gap:clamp(2rem,4vw,3rem);justify-items:center}.locksmith-v2-theme .locksmith-hotline-panel__plan{display:grid;gap:2rem;padding:clamp(1.8rem,3vw,2.4rem);border-radius:1.6rem;border:1px solid rgba(56,189,248,.22);background:linear-gradient(150deg,#0c1b38e6,#071226f0);width:100%;max-width:520px}.locksmith-v2-theme .locksmith-hotline-panel__price{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.locksmith-v2-theme .locksmith-hotline-panel__price-value{font-size:clamp(2.8rem,6vw,3.6rem);font-weight:700;color:#ecf3fffa}.locksmith-v2-theme .locksmith-hotline-panel__price-period{margin-left:.3rem;font-size:1.05rem;font-weight:600;color:#bacff6c7}.locksmith-v2-theme .locksmith-hotline-panel__price-note{font-weight:600;color:#7dd3fc}.locksmith-v2-theme .locksmith-hotline-panel__feature-groups{display:grid;gap:1.4rem}.locksmith-v2-theme .locksmith-hotline-panel__feature-group h3{margin:0 0 .6rem;font-size:1.05rem;color:#e7f2ffeb}.locksmith-v2-theme .locksmith-hotline-panel__feature-group ul{margin:0;padding:0;list-style:none;display:grid;gap:.6rem}.locksmith-v2-theme .locksmith-hotline-panel__feature-group li{position:relative;padding-left:1.6rem;color:#bacff6d9;line-height:1.55}.locksmith-v2-theme .locksmith-hotline-panel__feature-group li:before{content:"✓";position:absolute;left:0;top:0;color:#60a5fa;font-weight:700}.locksmith-v2-theme .locksmith-hotline-panel__cta{display:grid;gap:.6rem}.locksmith-v2-theme .locksmith-hotline-panel__note{margin:0;font-size:.95rem;color:#fff!important}.locksmith-v2-theme .locksmith-hotline-panel__leads{display:grid;gap:1.2rem;width:100%;max-width:520px}.locksmith-v2-theme .locksmith-hotline-panel__lead-card{padding:1.8rem;border-radius:1.4rem;border:1px solid;background:linear-gradient(150deg,#0c1b38e6,#071226f0);text-align:center}.locksmith-v2-theme .locksmith-hotline-panel__lead-card header span{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.locksmith-v2-theme .locksmith-hotline-panel__lead-card--qualified{background:linear-gradient(150deg,#16653459,#10b9812e);border-color:#4ade80a6}.locksmith-v2-theme .locksmith-hotline-panel__lead-card--qualified header span{color:#86efac}.locksmith-v2-theme .locksmith-hotline-panel__lead-card--free{background:linear-gradient(150deg,#b91c1c59,#f871712e);border-color:#f87171a6}.locksmith-v2-theme .locksmith-hotline-panel__lead-card--free header span{color:#fca5a5}.locksmith-v2-theme .locksmith-hotline-panel__lead-example{margin:0;font-style:italic;color:#ecf3ffeb}.locksmith-v2-theme .locksmith-hotline-panel__lead-supporting{margin:0;color:#c7dcffd1}.locksmith-v2-theme .locksmith-hotline-panel__lead-footnote{margin-top:.6rem;font-size:.95rem;color:#94c5ffc7;text-align:center}.locksmith-v2-theme .locksmith-hotline-panel__content{width:min(1080px,100%)}.locksmith-v2-theme .cta-banner{background:linear-gradient(160deg,#071836eb,#0047abc7);border:1px solid rgba(88,146,224,.42);box-shadow:0 32px 60px #020a1c80;color:#e7f2ffe6}.locksmith-v2-theme .cta-banner h2{color:#edf6fffa}.locksmith-v2-theme .cta-banner p{color:#c7dcffe6}.locksmith-v2-theme .cta-banner p:last-of-type{color:#fff!important}.locksmith-v2-theme .cta-banner__supporting{color:#94c5ffd1}.locksmith-v2-theme .cta-banner .cta-link{color:#94c5ffe6}@media (min-width: 1024px){.locksmith-v2-theme .locksmith-hero-panel__header{grid-template-columns:repeat(2,minmax(260px,1fr));align-items:start}.locksmith-v2-theme .locksmith-hero-panel__summary,.locksmith-v2-theme .locksmith-hero-panel__branding{justify-items:start;text-align:left}.locksmith-v2-theme .locksmith-hotline-panel__content{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;justify-items:center}}@media (max-width: 720px){.locksmith-v2-theme .container{padding:0 1.2rem}.locksmith-v2-theme .locksmith-hero-panel{padding:3.5rem 0 3.8rem;height:auto;overflow:visible}.locksmith-v2-theme .locksmith-hero-panel__inner{justify-items:stretch;width:100%;gap:2.4rem;align-items:stretch;height:auto;overflow:visible;padding:0 1.2rem}.locksmith-v2-theme .locksmith-hero-panel__header{grid-template-columns:1fr;justify-items:start;text-align:left;gap:1.6rem}.locksmith-v2-theme .locksmith-hero-panel__branding,.locksmith-v2-theme .locksmith-hero-panel__summary{justify-items:start;text-align:left;max-width:100%;width:100%;align-items:start}.locksmith-v2-theme .locksmith-hero-panel__wordmark{font-size:clamp(2.2rem,9vw,3rem)}.locksmith-v2-theme .locksmith-hero-panel__headline{font-size:clamp(1.7rem,7.2vw,2.2rem)}.locksmith-v2-theme .locksmith-hero-panel__benefits{justify-content:flex-start;flex-wrap:wrap;flex-direction:row;width:100%}.locksmith-v2-theme .locksmith-hero-panel__benefits li{display:inline-flex;align-items:center;line-height:1.3;padding:.4rem .75rem;max-width:100%}.locksmith-v2-theme .locksmith-hero-panel__actions{width:100%;max-width:min(100%,19rem);flex-direction:column;align-items:stretch;gap:.75rem}.locksmith-v2-theme .locksmith-hero-panel__supporting{text-align:left}.locksmith-v2-theme .locksmith-hero-panel__actions .btn{width:auto;align-self:stretch;text-align:center}.locksmith-v2-theme .locksmith-hero-panel__scenes{grid-template-columns:1fr;gap:1rem}.locksmith-v2-theme .locksmith-problem-panel{height:auto;overflow:visible}.locksmith-v2-theme .locksmith-problem-panel__content{gap:2rem;height:auto;overflow:visible;padding:0 1.2rem}.locksmith-v2-theme .section-title,.locksmith-v2-theme .section-subtitle,.locksmith-v2-theme .locksmith-voice-demo__inner{padding:0 1.2rem}.locksmith-v2-theme .badge{margin-left:1.2rem}}
