:root{color-scheme:light;--bg: #f5f5f7;--surface: #ffffff;--text: #1d1d1f;--muted: #6e6e73;--muted-soft: #86868b;--line: rgba(0, 0, 0, .08);--line-strong: rgba(0, 0, 0, .14);--blue: #0071e3;--blue-deep: #0059b3;--blue-soft: rgba(0, 113, 227, .08);--shadow-sm: 0 2px 12px rgba(0, 0, 0, .06);--shadow-md: 0 4px 24px rgba(0, 0, 0, .08);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--container: 1080px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{overflow-x:hidden}body{margin:0;min-width:320px;font-family:-apple-system,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:var(--text);background:#f5f5f7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}main{overflow:clip}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text);font-weight:700}h1{font-size:clamp(2.2rem,3.6vw,3.2rem);line-height:1.05;letter-spacing:-.04em;text-wrap:balance}h2{font-size:clamp(1.6rem,2.8vw,2.4rem);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}h3{font-size:1.1rem;line-height:1.3;letter-spacing:-.02em}p{color:var(--muted);font-size:1rem;line-height:1.65}::selection{color:#fff;background:#0071e3d9}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto;min-width:0}.section{padding:84px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--blue);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.eyebrow:before{content:"";width:20px;height:1px;background:#0071e366}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:980px;font-size:.94rem;font-weight:500;letter-spacing:-.01em;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:var(--blue);box-shadow:0 2px 8px #0071e347}.button-primary:hover{background:var(--blue-deep);box-shadow:0 4px 14px #0071e352}.button-secondary{color:var(--text);background:#ffffffe0;border-color:var(--line-strong)}.button-secondary:hover{background:#fff}.site-header{position:sticky;top:0;z-index:20;background:#f5f5f7e0;border-bottom:1px solid var(--line);backdrop-filter:saturate(180%) blur(20px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px}.brand{display:inline-flex;align-items:center}.brand-accent{color:var(--blue)}.brand-logo{display:block;height:36px;width:auto;max-width:none}.nav-actions{display:flex;align-items:center;gap:clamp(14px,2vw,36px)}.nav-link{color:var(--muted);font-size:.94rem;font-weight:400;transition:color .14s ease}.nav-link:hover{color:var(--text)}.nav-cta{min-height:38px;padding:0 20px;border-radius:980px;font-size:.94rem}.hero{display:flex;align-items:center;min-height:calc(100svh - 64px);padding:40px 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,5vw,80px);width:100%;min-width:0}.hero-copy{max-width:36rem;min-width:0}.hero .eyebrow{margin-bottom:20px;padding:6px 14px;border-radius:980px;background:#0071e312;font-size:.73rem;letter-spacing:.08em}.hero .eyebrow:before{display:none}.text-accent{color:var(--blue)}.hero-text{max-width:26rem;margin-top:20px;font-size:clamp(1rem,1.1vw,1.1rem);line-height:1.55;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-actions .button-primary{min-height:48px;padding:0 28px;border-radius:980px;font-size:1rem}.hero-signals{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:36px}.hero-signal{display:flex;align-items:flex-start;gap:10px;max-width:10rem;color:var(--muted-soft);font-size:.9rem;line-height:1.3}.hero-signal svg{flex:0 0 20px;width:20px;height:20px;margin-top:1px;color:var(--muted-soft)}.hero-visual{position:relative;display:flex;justify-content:flex-end;align-items:center;min-width:0}.hero-visual:before{content:"";position:absolute;inset:-20px -10px;border-radius:32px;background:#00000006;z-index:0}.phone-frame{position:relative;z-index:1;--phone-safe-top: 38px;width:min(100%,300px);max-height:calc(100svh - 120px);margin-left:auto;padding:7px;border-radius:40px;background:#111;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #00000029;overflow:hidden}.phone-frame:before{content:"";position:absolute;top:12px;left:50%;width:26%;height:20px;border-radius:999px;background:#111;transform:translate(-50%);z-index:2}.phone-frame:after{content:none}.phone-screen{overflow:hidden;padding-top:var(--phone-safe-top);border-radius:34px;background:#fff}.phone-screen img{width:100%;height:auto;display:block;border-radius:0 0 28px 28px}.section-intro{max-width:640px;margin-bottom:44px}.section-intro h2{max-width:13ch}.section-intro p:last-child{max-width:34rem;margin-top:16px;color:var(--muted)}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.step-card{position:relative;min-height:220px;padding:28px 24px 24px;border:1px solid var(--line);border-radius:22px;background:#fffc;box-shadow:inset 0 1px #ffffffd1,var(--shadow-sm)}.step-card:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,#0071e342,#0071e300)}.step-number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:34px;margin-bottom:18px;padding:0 12px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:.76rem;font-weight:600;letter-spacing:.04em}.step-card h3{max-width:13ch;font-size:1.16rem}.step-card p{max-width:24ch;margin-top:12px;font-size:.95rem;line-height:1.55}.value-section{padding:88px 0}.value-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(32px,4vw,64px);min-width:0}.value-copy{max-width:31rem}.value-copy h2{max-width:12ch}.value-copy p:last-child{max-width:29rem;margin-top:18px}.value-visual{position:relative;display:flex;justify-content:flex-end;min-width:0;padding:16px 0}.value-visual:before{content:"";position:absolute;top:50%;right:0;width:min(90%,520px);height:78%;border-radius:34px;background:linear-gradient(180deg,#0071e30d,#0071e317);transform:translateY(-50%);z-index:0}.alternate .value-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.alternate .value-copy{order:2;justify-self:end}.alternate .value-visual{order:1;justify-content:flex-start}.alternate .value-visual:before{right:auto;left:0}.screen-card{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(100%,560px);padding:18px;border:1px solid var(--line);border-radius:26px;background:#ffffffe0;box-shadow:0 18px 42px #1d1d1f14;backdrop-filter:blur(12px) saturate(160%)}.screen-card .phone-frame{width:min(100%,300px);max-height:none;margin-left:0}.screen-card>img{border-radius:16px;border:1px solid var(--line);background:#fff}.final-cta{padding:96px 0 72px}.final-cta-box{position:relative;overflow:hidden;max-width:880px;margin:0 auto;padding:48px 48px 52px;text-align:left;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,#ffffffeb,#ffffffd1);box-shadow:var(--shadow-md)}.final-cta-box:before{content:"";position:absolute;right:-72px;bottom:-96px;width:280px;height:280px;border-radius:50%;background:#0071e314}.final-cta-box h2{position:relative;max-width:12ch}.final-cta-box p:last-of-type{position:relative;max-width:35rem;margin:18px 0 28px}.final-cta-box .button{position:relative}.site-footer{padding:0 0 48px}.footer-content{display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid var(--line)}.footer-brand{color:var(--text);font-size:.94rem;font-weight:600;letter-spacing:-.02em}.footer-text{max-width:30rem;text-align:right}@media(max-width:1000px){.hero-grid,.value-grid,.alternate .value-grid{grid-template-columns:1fr;gap:32px}.hero{min-height:auto;padding:48px 0 56px}.hero-copy{max-width:100%}.hero-text{max-width:32rem}.hero-visual{justify-content:center}.hero-visual:before{display:none}.phone-frame{width:min(100%,280px);max-height:520px}.alternate .value-copy{order:0;justify-self:stretch}.alternate .value-visual{order:0;justify-content:flex-start}.value-visual{justify-content:flex-start}.value-visual:before,.alternate .value-visual:before{left:0;right:auto;width:min(100%,560px);height:84%}.screen-card{width:100%}.steps-grid{grid-template-columns:1fr}}@media(max-width:720px){.container{width:min(var(--container),calc(100% - 24px))}.nav{min-height:58px}.nav-link{display:none}.nav-cta{min-height:36px;padding:0 16px;font-size:.9rem}.section,.value-section{padding:56px 0}.final-cta{padding:64px 0 48px}.final-cta-box{padding:38px 20px 40px;border-radius:var(--radius-md)}.footer-content{flex-direction:column}.footer-text{text-align:left}}@media(max-width:520px){h1{font-size:clamp(1.9rem,9vw,2.6rem)}h2{font-size:clamp(1.5rem,7vw,2rem)}.hero-actions{flex-direction:column;gap:10px}.hero-actions .button{width:100%;text-align:center;justify-content:center}.phone-frame{--phone-safe-top: 34px;width:min(100%,260px);padding:6px;border-radius:34px}.phone-frame:before{height:18px;top:10px}.screen-card{padding:10px;border-radius:var(--radius-md)}.screen-card .phone-frame{width:min(100%,260px)}.hero-signals{flex-direction:column;gap:14px}.hero-signal{max-width:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}.legal-page{padding:72px 0;background:var(--bg)}.legal-container{width:min(860px,calc(100% - 32px));margin:0 auto;padding:48px;border-radius:28px;border:1px solid var(--line);background:#ffffffe6;box-shadow:var(--shadow-md)}.legal-back{display:inline-block;margin-bottom:32px;color:var(--blue);font-weight:600}.legal-container h1{max-width:none;margin-bottom:12px;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1;letter-spacing:-.04em}.legal-meta{margin-bottom:40px;color:var(--muted)}.legal-container h2{max-width:none;margin-top:40px;margin-bottom:14px;font-size:1.45rem;line-height:1.2;letter-spacing:-.02em}.legal-container h3{margin-top:24px;margin-bottom:10px;color:var(--text);font-size:1.02rem}.legal-container p,.legal-container li{color:var(--muted);font-size:1rem;line-height:1.75}.legal-container p+p{margin-top:10px}.legal-container a:not(.legal-back){color:var(--blue);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.legal-container ul{margin-top:0;margin-bottom:18px;padding-left:22px}.legal-container blockquote{margin:18px 0 22px;padding:16px 18px;border-left:3px solid var(--blue);border-radius:14px;color:var(--muted);background:var(--blue-soft);line-height:1.7}.legal-signature{margin-top:40px}.legal-lead{max-width:43rem;font-size:1.08rem;line-height:1.7}.delete-account .eyebrow{margin-bottom:18px}.delete-account .eyebrow:before{display:none}.delete-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;margin-bottom:8px}.legal-steps{display:grid;gap:14px;margin:0 0 18px;padding-left:0;list-style:none;counter-reset:legal-step}.legal-steps li{position:relative;min-height:56px;padding:14px 16px 14px 58px;border:1px solid var(--line);border-radius:16px;background:#ffffffb8;counter-increment:legal-step}.legal-steps li:before{content:counter(legal-step,decimal-leading-zero);position:absolute;top:14px;left:16px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;color:var(--blue);background:var(--blue-soft);font-size:.75rem;font-weight:700}.legal-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 10px}.legal-info-card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#ffffffb8}.legal-info-card h3{margin-top:0}.legal-info-card p{font-size:.95rem;line-height:1.6}@media(max-width:640px){.legal-page{padding:32px 0}.legal-container{padding:28px 20px;border-radius:22px}.delete-actions{flex-direction:column}.delete-actions .button{width:100%}.legal-info-grid{grid-template-columns:1fr}}.technician-page{min-height:calc(100svh - 64px);padding:48px 0 72px;background:radial-gradient(circle at top left,rgba(0,113,227,.09),transparent 34rem),var(--bg)}.technician-profile{display:grid;gap:22px}.technician-hero-card,.technician-card,.technician-unavailable{border:1px solid var(--line);background:#ffffffe6;box-shadow:var(--shadow-sm)}.technician-hero-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(20px,4vw,36px);align-items:center;padding:clamp(22px,4vw,42px);border-radius:28px}.technician-photo-wrap{width:clamp(112px,18vw,176px);aspect-ratio:1}.technician-photo{width:100%;height:100%;border:1px solid var(--line-strong);border-radius:26px;object-fit:cover;background:var(--blue-soft);box-shadow:0 14px 34px #1d1d1f1f}.technician-photo-fallback{display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:clamp(2rem,5vw,3.1rem);font-weight:700;letter-spacing:0}.technician-hero-copy{min-width:0}.technician-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:8px}.technician-title-row .eyebrow{margin-bottom:0}.technician-title-row .eyebrow:before{display:none}.verified-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border:1px solid rgba(0,113,227,.16);border-radius:999px;color:var(--blue);background:var(--blue-soft);font-size:.82rem;font-weight:700}.technician-hero-card h1{max-width:12ch}.technician-company{margin-top:8px;color:var(--text);font-weight:600}.technician-location{margin-top:4px}.technician-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.technician-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid var(--line);border-radius:999px;color:var(--text);background:#ffffffc7;font-size:.88rem;font-weight:600}.technician-main-cta{margin-top:26px}.technician-content-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;align-items:start}.technician-card{display:grid;gap:12px;padding:clamp(20px,3vw,28px);border-radius:22px}.technician-card h2{font-size:clamp(1.3rem,2vw,1.7rem);letter-spacing:-.02em}.technician-section-label{color:var(--blue);font-size:.76rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.technician-stats,.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:6px}.technician-stats>div,.trust-grid>div,.visit-price{padding:16px;border:1px solid var(--line);border-radius:16px;background:#f5f5f7b8}.technician-stats span,.trust-grid span,.visit-price span{display:block;color:var(--text);font-size:1.2rem;font-weight:700;line-height:1.25}.technician-stats p,.trust-grid p,.visit-price p{margin-top:4px;font-size:.9rem;line-height:1.4}.visit-price{max-width:260px}.trust-note{color:var(--blue);font-weight:600}.technician-unavailable{max-width:680px;margin:0 auto;padding:clamp(28px,5vw,48px);border-radius:28px;text-align:center}.technician-unavailable .eyebrow{margin-bottom:16px}.technician-unavailable .eyebrow:before{display:none}.technician-unavailable h1{margin-bottom:14px}.technician-unavailable .button{margin-top:24px}@media(max-width:820px){.technician-page{padding:28px 0 52px}.technician-hero-card,.technician-content-grid{grid-template-columns:1fr}.technician-photo-wrap{width:132px}.technician-hero-card h1{max-width:none}}@media(max-width:520px){.technician-hero-card{padding:20px;border-radius:22px}.technician-main-cta,.technician-unavailable .button{width:100%}.technician-stats,.trust-grid{grid-template-columns:1fr}.visit-price{max-width:none}}
