:root{--bg-top:#fff;--bg-bottom:#f3f9fe;--surface:#fff;--surface-alt:#f5fbff;--ink:#16222d;--muted:#4b6174;--line:#0b58842b;--brand:#0b6f9f;--brand-deep:#0a4e73;--accent:#f18b2b;--radius:20px;--shadow-soft:0 14px 30px #0a4e7317;--shadow-hard:0 20px 42px #0a4e7329;--site-header-offset:76px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--ink);background:radial-gradient(circle at 10% 8%,#0b6f9f21,transparent 32%),radial-gradient(circle at 86% 6%,#f18b2b14,transparent 26%),linear-gradient(160deg,var(--bg-top),var(--bg-bottom));font-family:var(--font-sans),"Noto Sans TC",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit;color:inherit}.site-shell{min-height:100vh;padding-top:var(--site-header-offset);flex-direction:column;display:flex}.site-header{z-index:90;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #0b588429;gap:8px;width:100%;padding:11px 14px;display:grid;position:fixed;top:0;left:0;right:0}.site-header.is-open{box-shadow:var(--shadow-soft)}.header-main{z-index:98;justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.header-actions{align-items:center;gap:4px;display:flex}.brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.brand-logo{object-fit:contain;flex-shrink:0;width:54px;height:54px}.brand-copy{flex-direction:column;min-width:0;line-height:1.1;display:flex}.brand-name{letter-spacing:.02em;color:var(--brand-deep);font-size:.98rem;font-weight:700}.company-name{color:var(--muted);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.66rem;overflow:hidden}.menu-toggle{border:1px solid var(--line);cursor:pointer;background:#ffffffe0;border-radius:9px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0 11px;display:inline-flex}.menu-toggle:hover{border-color:#0b6f9f73}.menu-toggle:focus-visible{outline-offset:2px;outline:2px solid #f18b2b8c}.menu-toggle span{background:var(--brand);border-radius:999px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.menu-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.menu-backdrop{z-index:96;opacity:0;pointer-events:none;background:#0a1d2a4d;transition:opacity .2s;position:fixed;inset:0}.menu-backdrop.is-open{opacity:1;pointer-events:auto}.site-nav{z-index:97;opacity:0;pointer-events:none;background:#fffffffa;border-left:1px solid #0b588433;flex-direction:column;gap:8px;width:min(82vw,320px);height:100dvh;padding:72px 14px 18px;transition:transform .28s,opacity .2s;display:flex;position:fixed;top:0;right:0;transform:translate(104%);box-shadow:-16px 0 30px #0a4e7324}.site-nav.is-open{opacity:1;pointer-events:auto;transform:translate(0)}.site-link{border:1px solid var(--line);color:var(--muted);background:#fffffff5;border-radius:10px;padding:10px 12px;font-size:.94rem;transition:transform .2s,border-color .2s,color .2s}.site-link:hover{color:var(--brand);border-color:#0b6f9f73;transform:translateY(-1px)}.site-main{flex:1;width:min(1180px,100%);margin:0 auto;padding:18px 16px 48px}.site-footer{color:var(--muted);padding:26px 16px 32px;font-size:.86rem}.site-shell:has([data-page=repair]) .floating-line-button{display:none!important}.floating-line-button{right:16px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:60;isolation:isolate;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;overflow:visible;box-shadow:0 12px 28px #06c75561}.floating-line-button:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#06c75561 0%,#06c7552e 42%,#06c75500 74%);border-radius:50%;animation:1.9s ease-in-out infinite floating-line-glow;position:absolute;inset:-8px}.floating-line-button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #06c75573}.line-badge{color:#fff;letter-spacing:.02em;background:#06c755;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:.74rem;font-weight:800;animation:1.9s ease-in-out infinite floating-line-bounce;display:inline-flex;box-shadow:0 8px 20px #06c75557}@keyframes floating-line-glow{0%,to{opacity:.52;transform:scale(.9)}50%{opacity:1;transform:scale(1.14)}}@keyframes floating-line-bounce{0%,to{transform:translateY(0)}22%{transform:translateY(-4px)}44%{transform:translateY(0)}60%{transform:translateY(-2px)}74%{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.floating-line-button:before,.line-badge{animation:none}}.page{gap:18px;display:grid}.page-home{animation:.45s ease-out both page-enter}.page-home-v2{gap:14px;margin-top:-18px;animation:.45s ease-out both page-enter}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-ice{isolation:isolate;border-radius:0;align-items:flex-start;width:calc(100% + 32px);min-height:70svh;margin-inline:-16px;display:flex;position:relative;overflow:hidden}.hero-ice-media{z-index:0;will-change:auto;background:#102436;position:absolute;inset:0}.hero-ice-media-picture{width:100%;height:100%;display:block}.hero-ice-media-image{object-fit:cover;object-position:62% 48%;width:100%;height:100%}@media (max-width:759px){.hero-ice-media-image{object-position:62% 38%;transform-origin:50%;transform:scale(1.12)}}.hero-ice-overlay{z-index:1;background:linear-gradient(90deg,#08192dbf 0%,#08192d73 40%,#08192d00 70%),linear-gradient(#0b152357,#08111da8),radial-gradient(circle at 12% 18%,#267cac4d,#0000 35%);position:absolute;inset:0}.hero-ice-content{z-index:2;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;width:100%;max-width:min(92vw,26rem);min-height:70svh;padding:0 20px 22px;display:flex;position:relative}.hero-ice-lower{flex-direction:column;align-items:flex-start;margin-top:auto;display:flex}.hero-ice-headline{z-index:3;color:#f3f7fc;letter-spacing:-.02em;gap:2px;margin:0;display:grid;position:absolute;top:70px;left:20px;right:20px}.hero-line-1{white-space:nowrap;font-size:1.9rem;font-weight:600;line-height:1.2}.hero-line-2{letter-spacing:-.01em;white-space:nowrap;font-size:2.2rem;font-weight:700;line-height:1.18}.hero-ice-subheadline{color:#e8f1fae6;white-space:nowrap;max-width:28ch;font-size:1rem;line-height:1.55}.hero-ice-subheadline-lead{opacity:.82}.hero-ice-trust{color:#e8f1fabf;letter-spacing:.03em;white-space:nowrap;margin-top:14px;font-size:.8125rem;line-height:1.45}.hero-ice-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.btn-accent{color:#fff;background:linear-gradient(140deg,#ff4a00,#f2561d);align-self:flex-start;box-shadow:0 10px 24px #f2561d59}.btn-ghost-light{color:#fff;background:#ffffff14;border-color:#eaf4fc6b}.home-section{border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fffffff2;gap:14px;padding:18px 16px;display:grid}.home-title{letter-spacing:.2em;text-transform:uppercase;color:var(--brand-deep);font-size:.88rem}.why-ice-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#1c3142;font-size:.8rem;font-weight:600}.why-ice-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.4rem;font-weight:700;line-height:1.24}.why-ice-subtitle{color:#16222dd1;text-wrap:pretty;max-width:32ch;font-size:.95rem;line-height:1.68}.why-ice-subtitle span{display:block}.value-intro-section{box-shadow:none;background:0 0;border:0;border-radius:0;gap:8px;margin-top:32px;padding:0}.value-grid{gap:14px;margin-top:8px;display:grid}.value-item{-webkit-backdrop-filter:blur(12px);background:#ffffff8c;border:1px solid #fff9;border-radius:14px;flex-direction:column;gap:12px;padding:22px 20px;transition:background .2s,box-shadow .2s;display:flex;box-shadow:0 2px 10px #0a4e730f}.value-item:hover{background:#ffffffb8;box-shadow:0 6px 20px #0a4e731a}.value-content{gap:6px;display:grid}.value-icon{opacity:.9;background:#0b6f9f14;border-radius:12px;flex-shrink:0;width:44px;height:44px;padding:8px}.value-card-title{color:var(--ink);letter-spacing:0;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.value-desc{color:#16222dbf;margin:0;font-size:.9rem;line-height:1.7}.value-section{margin-top:12px;isolation:isolate;-webkit-backdrop-filter:blur(24px)saturate(1.3);background:linear-gradient(138deg,#eff8ff38 0%,#dceaf726 46%,#c6daef38 100%);border:1px solid #ffffff73;border-radius:20px;gap:8px;margin-inline:-16px;padding:22px 16px 64px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff80,0 8px 32px #0921380f}.value-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(114% 80% at 12% -12%,#ffffff57,#0000 52%),radial-gradient(112% 76% at 90% 110%,#7fa8cd38,#0000 56%);position:absolute;inset:0}.value-section:after{content:"";z-index:0;pointer-events:none;opacity:.78;background:linear-gradient(116deg,#ffffff3d 0%,#ffffff14 32%,#fff0 60%);position:absolute;inset:0}.value-section>*{z-index:1;position:relative}.service-gateway-section{box-shadow:none;background:0 0;border:none;gap:0;margin-top:42px;padding:0}.service-gateway-header{gap:12px;margin-bottom:28px;display:grid}.service-gateway-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.4rem;font-weight:700;line-height:1.3}.service-gateway-subtitle{color:#16222dd1;margin-top:-4px;font-size:.95rem;line-height:1.68}.service-gateway-grid{gap:14px;display:grid}.service-gateway-card{background:#fff;border:1px solid #0b588424;border-radius:16px;flex-direction:column;align-items:flex-start;gap:14px;min-height:280px;padding:28px 22px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;box-shadow:0 2px 8px #0a4e730d}.service-gateway-card:hover{border-color:#0b6f9f4d;transform:translateY(-4px);box-shadow:0 12px 32px #0a4e731f}.service-gateway-card-arrow{color:#0b6f9f4d;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;transition:transform .22s,color .22s;display:flex;position:absolute;top:20px;right:20px}.service-gateway-card:hover .service-gateway-card-arrow{color:var(--brand);transform:translate(3px,-3px)}.service-gateway-icon-wrapper{border:2px solid #0b58841f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:6px;display:flex}.service-gateway-icon{width:36px;height:36px}.service-gateway-card-title{color:var(--ink);margin:0;font-size:1.1rem;font-weight:700;line-height:1.35}.service-gateway-card-detail{color:var(--brand);margin:.25rem 0 0;font-size:.88rem;font-weight:600;line-height:1.5}.service-gateway-card-description{color:var(--muted);flex:1;margin:0;font-size:.9rem;line-height:1.72}.service-gateway-link{color:var(--brand);align-items:center;gap:6px;font-size:.9rem;font-weight:700;transition:color .2s,gap .2s;display:inline-flex}.service-gateway-link:hover{color:var(--brand-deep);gap:8px}@media (prefers-reduced-motion:reduce){.service-gateway-card{transition:none}}.help-grid{gap:10px;display:grid}.help-button{min-height:58px;color:var(--brand-deep);background:#fff;border:1px solid #0b588433;border-radius:14px;justify-content:center;align-items:center;font-size:1.02rem;font-weight:700;display:inline-flex}.help-button:hover{border-color:var(--brand);color:var(--brand)}.services-grid-v2{gap:10px;display:grid}.service-tile{text-align:center;background:#fff;border:1px solid #0b588429;border-radius:14px;justify-content:center;align-items:center;min-height:82px;padding:10px;display:flex}.service-tile h3{color:var(--ink);font-size:1.02rem}.cases-section{box-shadow:none;background:0 0;border:none;margin-top:42px;padding:0}.cases-header{gap:12px;margin-bottom:28px;display:grid}.cases-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.4rem;font-weight:700;line-height:1.3}.cases-subtitle{color:#16222dd1;margin-top:-4px;font-size:.95rem;line-height:1.68}.cases-link{color:var(--brand);align-items:center;gap:6px;font-size:.9rem;font-weight:700;transition:color .2s,gap .2s;display:inline-flex}.cases-link:hover{color:var(--brand-deep);gap:8px}.cases-list{gap:18px;display:grid}.case-item{background:#fff;border:1px solid #0b588424;border-radius:16px;gap:0;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 8px #0a4e730d}.case-item:hover{border-color:#0b6f9f4d;transform:translateY(-4px);box-shadow:0 12px 32px #0a4e731f}.case-item-arrow{z-index:2;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a4e7399;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.15rem;transition:transform .22s,background-color .22s;display:flex;position:absolute;top:16px;right:16px}.case-item:hover .case-item-arrow{background:#0a4e73cc;transform:translate(3px,-3px)}.case-image-wrapper{background:var(--surface-alt);width:100%;position:relative;overflow:hidden}.case-image{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;transition:transform .32s}.case-item:hover .case-image{transform:scale(1.05)}.case-content{gap:8px;padding:22px 20px 24px;display:grid}.case-location{color:var(--brand);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700}.case-title{color:var(--ink);margin:0;font-size:1.12rem;font-weight:700;line-height:1.35}.case-description{color:var(--muted);margin:0;font-size:.9rem;line-height:1.7}.trust-section{box-shadow:none;background:0 0;border:none;gap:24px;margin-top:42px;padding:0;display:grid}.trust-header{gap:16px;display:grid}.trust-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.4rem;font-weight:700;line-height:1.3}.trust-hero{background:linear-gradient(165deg,#fff 0%,#f4f9fe 100%);border:1px solid #0b588429;border-radius:24px;gap:18px;padding:20px 18px 22px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 28px #0a4e7317,0 2px 10px #0a4e730d}.trust-hero:before{content:"";background:radial-gradient(circle,#4285f429,#4285f400);border-radius:50%;width:240px;height:240px;position:absolute;inset:-45% auto auto -24%}.trust-hero:after{content:"";background:radial-gradient(circle,#fbbc0426,#fbbc0400);border-radius:50%;width:260px;height:260px;position:absolute;inset:auto -26% -48% auto}.trust-badge-link{z-index:1;width:min(78vw,308px);margin:0 auto;display:block;position:relative}.trust-badge-frame{aspect-ratio:1;background:#ffffffeb;border:1px solid #0b588429;border-radius:999px;padding:8px;overflow:hidden;box-shadow:0 14px 30px #0a4e731f,0 4px 10px #0a4e7314}.trust-badge-image{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%}.trust-hero-content{z-index:1;text-align:center;justify-items:center;gap:10px;display:grid;position:relative}.trust-hero-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--brand-deep);font-size:.78rem;font-weight:700}.trust-hero-score{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:10px;display:flex}.trust-stars{color:#fbbc04;letter-spacing:2px;text-shadow:0 1px 2px #fbbc0433;font-size:1.38rem}.trust-rating-number{color:var(--ink);letter-spacing:-.02em;font-size:2.6rem;font-weight:800;line-height:1}.trust-rating-count{color:var(--muted);font-size:.92rem;font-weight:600}.trust-hero-link{min-height:42px;color:var(--brand);background:#fff;border:1px solid #0b588433;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.88rem;font-weight:700;transition:transform .2s,box-shadow .2s,color .2s;display:inline-flex}.trust-hero-link:hover{color:var(--brand-deep);transform:translateY(-2px);box-shadow:0 8px 18px #0a4e7324}.reviews-list{gap:12px;display:grid}.review-card{background:#fff;border:1px solid #0b58841f;border-radius:14px;gap:12px;padding:20px;display:grid;box-shadow:0 2px 6px #0a4e730a}.review-header{align-items:flex-start;gap:12px;display:flex}.review-avatar{background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex;overflow:hidden}.review-avatar-image{object-fit:cover;width:100%;height:100%}.review-meta{flex:1;min-width:0}.review-name{color:var(--ink);margin:0 0 4px;font-size:.95rem;font-weight:700}.review-name-link{color:inherit}.review-name-link:hover{color:var(--brand)}.review-info{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.review-stars{color:#fbbc04;letter-spacing:1px;font-size:.9rem}.review-date{color:var(--muted);font-size:.8rem}.review-content{color:#16222dd9;margin:0;font-size:.92rem;line-height:1.7}.review-full-link{color:var(--brand-deep);opacity:.72;margin-top:8px;font-size:.84rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.review-full-link:hover{opacity:1}.review-card-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}.review-card-row::-webkit-scrollbar{display:none}.review-photo-card{scroll-snap-align:start;background:#fff;border:1px solid #0b58841f;border-radius:14px;flex-direction:column;flex:0 0 82%;display:flex;overflow:hidden}.review-photo-card-media{margin:0;overflow:hidden}.review-photo-card-image{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.review-photo-card-body{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}.review-photo-card-body .review-header{padding:0}.review-photo-card-body .review-content{flex:1}@media (min-width:768px){.review-card-row{scroll-snap-type:none;overflow-x:visible}.review-photo-card{flex:1 1 0}}@media (min-width:1080px){.review-card-row{gap:18px}}.reviews-photos{gap:12px;display:grid}.reviews-photos-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.reviews-photos-title{color:var(--ink);font-size:1rem;font-weight:700}.reviews-photos-link{color:var(--brand);font-size:.86rem;font-weight:700}.reviews-photos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.reviews-photo-card{gap:6px;display:grid}.reviews-photo-link{background:#fff;border:1px solid #0b588426;border-radius:12px;display:block;overflow:hidden}.reviews-photo-image{aspect-ratio:4/3;object-fit:cover;width:100%}.reviews-photo-caption{color:#16222d9e;font-size:.76rem;line-height:1.45}.trust-actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.trust-button{border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:140px;min-height:52px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.trust-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0a4e7326}.trust-button-line{color:#fff;background:#06c755;border:none}.trust-button-call{color:var(--brand-deep);background:#fff;border:1px solid #0b588433}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:.92rem;font-weight:650;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(140deg,var(--brand),var(--brand-deep))}.btn-ghost{color:var(--brand-deep);border-color:var(--line);background:#ffffffe6}.btn-large{letter-spacing:.5px;padding:14px 32px;font-size:1.05rem;font-weight:700}.kpi-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid;position:relative}.kpi-card{background:#fffc;border:1px solid #0b588433;border-radius:14px;padding:10px}.kpi-value{color:var(--brand-deep);font-size:1.05rem;font-weight:700}.kpi-label{color:var(--muted);font-size:.72rem}.section{border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fffffff0;gap:16px;padding:20px 16px;display:grid}.section-help{gap:14px}.help-title{letter-spacing:.26em;color:var(--ink);font-size:.95rem;font-weight:600}.help-divider{background:#0b58844d;height:1px}.section-head h2{font-size:clamp(1.35rem,4.7vw,2rem);line-height:1.2}.section-head p{color:var(--muted)}.feature-scroller{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(250px,82%);grid-auto-flow:column;gap:12px;padding-bottom:4px;display:grid;overflow-x:auto}.feature-scroller::-webkit-scrollbar{display:none}.feature-card{scroll-snap-align:start;border:1px solid var(--line);background:linear-gradient(155deg,#fff,#f0f8ff);border-radius:18px;gap:10px;padding:16px;display:grid}.feature-card h3{font-size:1.08rem;line-height:1.25}.feature-card p{color:var(--muted)}.text-link{color:var(--brand);font-size:.9rem;font-weight:650}.card-grid{gap:12px;display:grid}.quick-grid{grid-template-columns:1fr}.card{border:1px solid var(--line);background:var(--surface-alt);border-radius:16px;gap:8px;padding:16px;display:grid}.card h2,.card h3{font-size:1.02rem;line-height:1.3}.card p{color:var(--muted)}.service-grid{gap:10px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.service-index{color:#fff;background:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.82rem;font-weight:700;display:inline-flex}.service-card h3{font-size:1rem}.section-dark{background:linear-gradient(160deg,#f2faff,#e2f2fd);border-color:#0b588433}.section-dark .section-head h2,.section-dark .eyebrow{color:var(--brand-deep)}.section-dark .card{background:#ffffffeb;border-color:#0b58842e}.section-dark .card h3{color:var(--ink)}.section-dark .card p{color:var(--muted)}.card-dark{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cta-banner{background:radial-gradient(circle at 88% 24%,#f18b2b1f,#0000 36%),linear-gradient(150deg,#fff,#f7fbff);align-items:start}.cta-banner h2{margin-bottom:8px;font-size:clamp(1.42rem,4.8vw,2rem);line-height:1.2}.cta-banner .page-description{color:var(--muted)}.stack-list{gap:12px;display:grid}.chip{color:#a1531e;letter-spacing:.04em;text-transform:uppercase;background:#f18b2b24;border:1px solid #f18b2b66;border-radius:999px;width:fit-content;padding:4px 9px;font-size:.73rem}.contact-layout{gap:12px;display:grid}.plain-list{color:var(--muted);gap:8px;list-style:none;display:grid}.plain-list li{padding-left:14px;position:relative}.plain-list li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.56em;left:0}.contact-form{gap:8px;display:grid}.contact-form label{font-size:.9rem;font-weight:600}.contact-form input,.contact-form textarea{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 12px}.meta-row{color:var(--muted);font-size:.83rem}.status{color:var(--muted)}.status-error{color:#ba3529}@media (min-width:760px){:root{--site-header-offset:82px}.site-header{gap:8px;padding:12px 24px}.brand-logo{width:58px;height:58px}.brand-name{font-size:1.06rem}.company-name{font-size:.72rem}.site-main{padding:26px 28px 64px}.site-footer{padding:24px 28px 34px}.floating-line-button{right:24px;bottom:calc(24px + env(safe-area-inset-bottom));width:60px;height:60px}.line-badge{font-size:.76rem}.page-home-v2{margin-top:-26px}.hero-ice{width:calc(100% + 56px);margin-inline:-28px}.hero-ice-media-image{object-position:58% 62%;transform:scale(1.12)}.hero-ice-content{max-width:min(78vw,28rem);padding:0 28px 22px}.hero-ice-headline{top:118px;left:28px;right:28px}.hero-line-1{font-size:2.35rem}.hero-line-2{font-size:2.7rem}.hero-ice-subheadline{font-size:1rem}.hero-ice-trust{font-size:.86rem}.value-section{margin-inline:-28px;padding:26px 28px 28px}.value-grid{grid-template-columns:repeat(2,1fr);gap:16px}.value-item{padding:26px 24px}.value-card-title{font-size:1.15rem}.value-desc{font-size:.92rem}.service-gateway-section{margin-top:48px}.service-gateway-header{margin-bottom:32px}.service-gateway-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-gateway-card{gap:16px;min-height:300px;padding:32px 24px}.service-gateway-icon-wrapper{width:68px;height:68px}.service-gateway-icon{width:38px;height:38px}.service-gateway-card-title{font-size:1.14rem}.service-gateway-card-detail{font-size:.9rem}.service-gateway-card-description{font-size:.92rem}.help-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.services-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.cases-section{margin-top:48px}.cases-header{margin-bottom:32px}.cases-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.case-content{padding:24px 22px 26px}.case-title{font-size:1.16rem}.case-description{font-size:.92rem}.feature-scroller{grid-auto-columns:minmax(260px,34%)}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-section{margin-top:48px}.trust-hero{grid-template-columns:minmax(0,280px) minmax(0,1fr);align-items:center;gap:24px;padding:24px}.trust-badge-link{width:100%;max-width:280px;margin:0}.trust-hero-content{text-align:left;justify-items:start}.trust-hero-score{justify-content:flex-start}.trust-stars{font-size:1.58rem}.trust-rating-number{font-size:2.7rem}.reviews-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.reviews-photos-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.service-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.service-card{align-content:start;justify-items:start;min-height:128px;display:grid}.contact-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-banner{grid-template-columns:1fr auto;align-items:center}}@media (min-width:1080px){:root{--site-header-offset:84px}.site-header{border-radius:0;width:100%;margin:0}.site-main{--site-content-gutter:clamp(18px,2.2vw,34px);width:100%;padding:26px var(--site-content-gutter)64px;margin:0}.site-link{font-size:.87rem}.brand-logo{width:60px;height:60px}.brand-name{font-size:1.1rem}.hero-ice{margin-inline:0;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero-ice-media-image{object-position:center center;transform:none}.hero-ice-content{max-width:28rem;padding:0 36px 28px}.hero-ice-headline{top:130px;left:36px;right:36px}.hero-line-1{font-size:2.7rem}.hero-line-2{font-size:3rem}.value-section{margin-inline:0;width:100vw;max-width:none;padding:30px max(var(--site-content-gutter,18px),28px)32px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.value-grid{grid-template-columns:repeat(4,1fr);gap:20px}.value-item{gap:14px;padding:28px 24px}.value-icon{width:48px;height:48px;padding:10px}.value-card-title{font-size:1.2rem}.value-desc{font-size:.92rem}.service-gateway-section{margin-top:56px}.service-gateway-header{margin-bottom:36px}.service-gateway-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-gateway-card{gap:18px;min-height:320px;padding:36px 28px}.service-gateway-icon-wrapper{width:72px;height:72px}.service-gateway-icon{width:40px;height:40px}.service-gateway-card-title{font-size:1.18rem}.service-gateway-card-detail{font-size:.92rem}.service-gateway-card-description{font-size:.94rem;line-height:1.75}.services-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.cases-section{margin-top:56px}.cases-header{margin-bottom:36px}.cases-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.case-content{padding:26px 24px 28px}.case-title{font-size:1.2rem}.case-description{font-size:.94rem;line-height:1.75}.trust-section{margin-top:56px}.trust-hero{grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:32px;padding:28px 32px}.trust-badge-link{max-width:340px}.trust-hero-eyebrow{font-size:.84rem}.trust-stars{font-size:1.7rem}.trust-rating-number{font-size:3rem}.trust-hero-link{min-height:44px;padding:0 20px;font-size:.9rem}.review-content{font-size:.94rem;line-height:1.75}.reviews-photos-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.services-hero{gap:16px;padding:32px 16px 28px;display:grid}.services-hero-content{gap:14px;display:grid}.services-hero-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.6rem;font-weight:700;line-height:1.25}.services-hero-subtitle{color:#16222dd1;font-size:.95rem;line-height:1.68}.services-hero-badges{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.services-badge{color:var(--brand-deep);letter-spacing:.01em;background:#0b6f9f14;border:1px solid #0b6f9f33;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600}.services-main-section{padding:18px 16px 32px}.services-grid{gap:18px;display:grid}.service-main-card{background:#fff;border:1px solid #0b588424;border-radius:18px;gap:18px;padding:28px 22px;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;position:relative;box-shadow:0 2px 8px #0a4e730d}.service-main-card:hover{border-color:#0b6f9f4d;transform:translateY(-4px);box-shadow:0 12px 32px #0a4e731f}.service-main-card-arrow{color:#0b6f9f4d;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.15rem;transition:transform .22s,color .22s;display:flex;position:absolute;top:20px;right:20px}.service-main-card:hover .service-main-card-arrow{color:var(--brand);transform:translate(3px,-3px)}.service-main-icon-wrapper{border:2px solid #0b58841f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.service-main-icon{width:38px;height:38px}.service-main-content{gap:10px;display:grid}.service-main-title{color:var(--ink);margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.service-main-detail{color:var(--brand);margin:0;font-size:.88rem;font-weight:600;line-height:1.5}.service-main-description{color:var(--muted);margin:0;font-size:.92rem;line-height:1.72}.service-main-link{color:var(--brand);align-items:center;gap:6px;margin-top:4px;font-size:.9rem;font-weight:700;transition:gap .2s;display:inline-flex}.service-main-card:hover .service-main-link{gap:8px}.services-why-section{background:var(--surface-alt);border-radius:var(--radius);gap:24px;margin:0 16px;padding:32px 16px;display:grid}.services-why-header{gap:12px;display:grid}.services-why-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.4rem;font-weight:700;line-height:1.3}.services-why-subtitle{color:#16222dd1;font-size:.95rem;line-height:1.68}.services-why-grid{gap:16px;display:grid}.services-why-card{background:#fff;border:1px solid #0b58841f;border-radius:14px;gap:10px;padding:20px;display:grid;box-shadow:0 2px 6px #0a4e730a}.services-why-icon{opacity:.9;width:48px;height:48px}.services-why-card-title{color:var(--ink);margin:0;font-size:1.05rem;font-weight:700;line-height:1.35}.services-why-card-description{color:var(--muted);margin:0;font-size:.9rem;line-height:1.68}.services-cta-section{gap:20px;padding:32px 16px;display:grid}.services-cta-content{text-align:center;gap:8px;display:grid}.services-cta-title{color:var(--brand-deep);font-size:1.35rem;font-weight:700;line-height:1.3}.services-cta-subtitle{color:var(--muted);font-size:.92rem;line-height:1.68}.services-cta-actions{flex-wrap:wrap;gap:12px;display:flex}.services-cta-button{border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:140px;min-height:52px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.services-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0a4e7326}.services-cta-button-line{color:#fff;background:#06c755;border:none}.services-cta-button-call{color:var(--brand-deep);background:#fff;border:1px solid #0b588433}@media (min-width:760px){.services-hero{padding:40px 28px 36px}.services-hero-title{font-size:1.8rem}.services-hero-subtitle{font-size:1rem}.services-main-section{padding:24px 28px 40px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-main-card{padding:32px 24px}.service-main-icon-wrapper{width:72px;height:72px}.service-main-icon{width:40px;height:40px}.service-main-title{font-size:1.24rem}.service-main-description{font-size:.94rem}.services-why-section{margin:0 28px;padding:40px 28px}.services-why-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.services-cta-section{padding:40px 28px}}@media (min-width:1080px){.services-hero{padding:48px 0 44px}.services-hero-title{font-size:2rem}.services-hero-subtitle{font-size:1.04rem}.services-main-section{padding:32px 0 48px}.services-grid{gap:22px}.service-main-card{padding:36px 28px}.service-main-icon-wrapper{width:76px;height:76px}.service-main-icon{width:42px;height:42px}.service-main-title{font-size:1.28rem}.service-main-description{font-size:.96rem;line-height:1.75}.services-why-section{margin:0;padding:48px 40px}.services-why-grid{gap:20px}.services-why-card{padding:24px}.services-cta-section{padding:48px 0}.services-cta-title{font-size:1.5rem}.services-cta-subtitle{font-size:.96rem}}.service-detail-hero{gap:20px;padding:28px 16px 32px;display:grid}.service-detail-hero-with-bg{border-radius:0;align-items:center;width:calc(100% + 32px);min-height:420px;margin-inline:-16px;padding:40px 16px;display:flex;position:relative}.service-detail-hero-bg{z-index:1;background-position:67% 40%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.service-detail-hero-overlay{z-index:2;background:linear-gradient(#0006 0%,#00000080 50%,#000000a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.service-detail-hero-with-bg .service-detail-hero-content{z-index:3;width:100%;max-width:1200px;margin:0 auto;position:relative}.service-detail-hero-with-bg .service-detail-breadcrumb{color:#ffffffd9}.service-detail-hero-with-bg .service-detail-breadcrumb a{color:#fffffff2}.service-detail-hero-with-bg .service-detail-breadcrumb a:hover,.service-detail-hero-with-bg .service-detail-breadcrumb span:last-child,.service-detail-hero-with-bg .service-detail-hero-title{color:#fff}.service-detail-hero-with-bg .service-detail-hero-subtitle{color:#ffffffe6}.service-detail-hero-with-bg .service-detail-tag{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff1a;border:1px solid #fff6;border-radius:50px;font-weight:400;box-shadow:0 2px 8px #00000014}@supports not ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))){.service-detail-hero-with-bg .service-detail-tag{background:#ffffffd9}}.service-detail-hero-with-bg .btn-primary{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#1a6d8c 0%,#0f4c63 100%);border:none;font-weight:600;position:relative;overflow:hidden;box-shadow:0 10px 20px #0003,0 4px 6px #0f4c634d}.service-detail-hero-with-bg .btn-primary:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:200%;height:200%;animation:5s ease-in-out infinite shimmer;position:absolute;top:-50%;left:-50%;transform:translate(-100%)rotate(45deg)}@keyframes shimmer{0%{transform:translate(-100%)rotate(45deg)}to{transform:translate(100%)rotate(45deg)}}.service-detail-hero-with-bg .btn-primary:hover{background:linear-gradient(135deg,#1f7d9f 0%,#114e6a 100%);transform:translateY(-3px);box-shadow:0 12px 28px #00000040,0 6px 10px #0f4c6366}.service-detail-hero-with-bg .btn-ghost{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #ffffff59;box-shadow:0 4px 16px #0000001a}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.service-detail-hero-with-bg .btn-ghost{color:var(--brand-deep);background:#ffffffd9}}.service-detail-hero-with-bg .btn-ghost:hover{background:#ffffff26;border-color:#ffffff80;box-shadow:0 6px 20px #00000026}.service-detail-hero-content{gap:14px;display:grid}.service-detail-breadcrumb{color:var(--muted);align-items:center;gap:8px;font-size:.86rem;display:flex}.service-detail-breadcrumb a{color:var(--brand);transition:color .2s}.service-detail-breadcrumb a:hover{color:var(--brand-deep)}.service-detail-breadcrumb span:last-child{color:var(--ink);font-weight:600}.service-detail-hero-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.7rem;font-weight:700;line-height:1.25}.service-detail-hero-subtitle{color:#16222dd1;font-size:.98rem;line-height:1.68}.service-detail-hero-tags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.service-detail-tag{color:var(--brand-deep);background:#0b6f9f14;border:1px solid #0b6f9f33;border-radius:999px;padding:6px 14px;font-size:.82rem;font-weight:600}.service-detail-hero-actions{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.two-core-hero-coverage{-webkit-backdrop-filter:blur(6px);background:#07223057;border:1px solid #ffffff52;border-radius:14px;gap:8px;max-width:760px;margin-top:12px;padding:12px 14px;display:grid}.two-core-hero-coverage-title{letter-spacing:.08em;text-transform:uppercase;color:#fffffff2;margin:0;font-size:.78rem;font-weight:700;line-height:1.35}.two-core-hero-coverage-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.two-core-hero-coverage-item{color:#fff;background:#ffffff1c;border:1px solid #ffffff3d;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.84rem;font-weight:600;line-height:1.4;display:inline-flex}.two-core-hero-coverage-mark{color:#a6ffd0;font-weight:800}.two-core-hero-coverage-unavailable{color:#ffffffd6;margin:2px 0 0;font-size:.82rem;line-height:1.5}.two-core-hero-coverage-unavailable strong{color:#ffd6bbf5}.two-core-hero-coverage-note{color:#ffffffe0;margin:0;font-size:.8rem;line-height:1.5}.service-detail-section{gap:28px;padding:32px 16px;display:grid;position:relative}.service-detail-section.section-with-pattern:before{content:"";pointer-events:none;opacity:.6;z-index:0;background-image:linear-gradient(45deg,#0b6f9f08 1px,#0000 1px),linear-gradient(-45deg,#0b6f9f08 1px,#0000 1px);background-size:20px 20px;width:300px;height:300px;position:absolute;top:0;right:0}.service-detail-section.section-with-airflow:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(800px 100px,#0b6f9f0a 0%,#0000 50%);width:100%;height:200px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.service-detail-section.section-with-airflow:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(90deg,#0000 0%,#0b6f9f26 20%,#0b6f9f14 50%,#0b6f9f26 80%,#0000 100%);width:80%;height:1px;position:absolute;top:50%;left:10%;transform:translateY(-50%)}.service-detail-section>*{z-index:1;position:relative}.service-detail-section-header{gap:10px;display:grid}.service-detail-section-title{color:var(--brand-deep);letter-spacing:.01em;font-size:1.5rem;font-weight:700;line-height:1.3}.service-detail-section-subtitle{color:#16222dd1;font-size:.92rem;line-height:1.68}.service-features-grid{gap:16px;display:grid}.service-feature-card{background:#fff;border:1px solid #0b58841f;border-radius:16px;gap:12px;padding:24px 20px;display:grid;box-shadow:0 2px 6px #0a4e730a}.service-feature-icon-wrapper{background:#0b6f9f14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.service-feature-icon{width:32px;height:32px}.service-feature-title{color:var(--ink);margin:0;font-size:1.08rem;font-weight:700;line-height:1.35}.service-feature-description{color:var(--muted);margin:0;font-size:.9rem;line-height:1.72}.renovation-service-focus-section{gap:20px}.renovation-service-focus-grid{gap:16px;display:grid}.renovation-service-focus-card{background:#fffffff2;border:1px solid #0b588424;border-radius:18px;gap:0;display:grid;overflow:hidden;box-shadow:0 8px 24px #0a4e7314}.renovation-service-focus-media{aspect-ratio:16/10;background:#dfe7ef;position:relative;overflow:hidden}.renovation-service-focus-image{object-fit:cover;width:100%;height:100%}.renovation-service-focus-code{color:#fff;background:#0a3650d1;border-radius:999px;justify-content:center;align-items:center;min-width:32px;min-height:32px;font-size:.82rem;font-weight:700;display:inline-flex;position:absolute;top:12px;left:12px;box-shadow:0 4px 10px #07162340}.renovation-service-focus-content{gap:12px;padding:18px 16px 20px;display:grid}.renovation-service-focus-title{color:var(--brand-deep);margin:0;font-size:1.2rem;font-weight:750;line-height:1.32}.renovation-service-focus-summary{color:#16222ddb;margin:0;font-size:.94rem;line-height:1.7}.renovation-service-focus-block{gap:8px;display:grid}.renovation-service-focus-block h4{letter-spacing:.08em;text-transform:uppercase;color:#0f4c63cc;margin:0;font-size:.82rem}.renovation-service-focus-block ul{gap:6px;margin:0;padding-left:18px;display:grid}.renovation-service-focus-block li{color:var(--muted);font-size:.9rem;line-height:1.64}.renovation-service-focus-duration{color:#16222dcc;border-top:1px dashed #0b588438;margin:0;padding-top:12px;font-size:.88rem;line-height:1.6}.renovation-consultation-checklist-card{background:linear-gradient(135deg,#0b6f9f0f 0%,#f18b2b12 100%);border:1px dashed #0b588447;border-radius:16px;gap:12px;padding:18px 16px;display:grid}.renovation-consultation-checklist-title{color:var(--brand-deep);margin:0;font-size:1.03rem;font-weight:700;line-height:1.45}.renovation-consultation-checklist-list{gap:6px;margin:0;padding-left:18px;display:grid}.renovation-consultation-checklist-list li{color:var(--muted);font-size:.9rem;line-height:1.66}.renovation-engineer-section{gap:20px}.renovation-engineer-grid{gap:16px;display:grid}.renovation-engineer-media{background:#ffffffeb;border:1px solid #0b588429;border-radius:16px;margin:0;overflow:hidden;box-shadow:0 8px 22px #0a4e7314}.renovation-engineer-image{aspect-ratio:11/8;object-fit:cover;width:100%;height:auto;display:block}.renovation-engineer-caption{color:#16222dc2;background:#fafdffd9;border-top:1px solid #0b58841f;margin:0;padding:10px 12px 12px;font-size:.82rem;line-height:1.56}.renovation-engineer-content{gap:12px;display:grid}.renovation-engineer-flow{gap:10px;display:grid;position:relative}.renovation-engineer-flow:before{content:"";pointer-events:none;background:linear-gradient(#0f668847 0%,#0f66881a 100%);width:2px;position:absolute;top:24px;bottom:24px;left:21px}.renovation-engineer-step{z-index:1;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;display:grid;position:relative}.renovation-engineer-step-number{width:42px;height:42px;color:var(--brand-deep);letter-spacing:.06em;background:#fff;border:1px solid #0b588442;border-radius:999px;justify-content:center;align-items:center;font-size:.76rem;font-weight:700;display:inline-flex;box-shadow:0 3px 8px #0a4e7314}.renovation-engineer-step-content{background:#fffffff5;border:1px solid #0b588429;border-radius:12px;gap:6px;padding:11px 12px;display:grid}.renovation-engineer-step-content h3{color:var(--brand-deep);margin:0;font-size:.96rem;font-weight:700;line-height:1.4}.renovation-engineer-step-content p{color:var(--muted);margin:0;font-size:.87rem;line-height:1.65}.renovation-engineer-note{background:var(--surface-alt);border-left:3px solid var(--primary);border-radius:var(--radius);color:#16222ddb;padding:1rem 1.2rem;font-size:.89rem;line-height:1.72}.renovation-engineer-note strong{color:var(--brand-deep)}.renovation-engineer-outcomes{background:#ffffffeb;border:1px solid #0b588424;border-radius:12px;gap:10px;padding:12px;display:grid}.renovation-engineer-outcomes-title{color:var(--brand-deep);margin:0;font-size:.94rem;font-weight:700;line-height:1.35}.renovation-engineer-outcomes-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.renovation-engineer-outcomes-list li{color:#16222dd6;background:#f5fbffbf;border:1px solid #0b588424;border-radius:10px;padding:8px 10px;font-size:.87rem;line-height:1.55}.renovation-engineer-outcomes-list li:before{content:"✔ ";color:#0f6688eb}.service-inline-photo-section{justify-items:center;gap:0;padding-top:0;padding-bottom:0}.service-inline-photo-section-left{justify-items:start}.service-inline-photo-card{border-radius:12px;width:100%;margin:0;position:relative;overflow:hidden}.service-inline-photo-media{aspect-ratio:21/9;background:#d3e2ec3d;width:100%;position:relative}.service-inline-photo-image{object-fit:cover;width:100%;height:100%}.service-inline-photo-caption{color:#fffffff2;background:linear-gradient(#0000 0%,#0009 100%);margin:0;padding:28px 16px 14px;font-size:.84rem;line-height:1.56;position:absolute;bottom:0;left:0;right:0}.service-inline-photo-card-checklist{border-radius:8px;margin-top:8px}.service-inline-photo-card-checklist .service-inline-photo-caption{color:#16222dbf;background:0 0;padding:8px 2px 0;font-size:.82rem;position:relative}.service-inline-photo-card-portrait{width:min(280px,64%)}.service-inline-photo-card-portrait .service-inline-photo-media{aspect-ratio:3/4}@media (min-width:1080px){.service-inline-photo-card{border-radius:14px;max-width:1120px}.service-inline-photo-media{aspect-ratio:21/8}.service-inline-photo-caption{padding:36px 28px 18px;font-size:.92rem;line-height:1.6}.service-inline-photo-card-portrait{width:min(340px,30%)}.service-inline-photo-card-portrait .service-inline-photo-media{aspect-ratio:3/4}.service-inline-photo-card-checklist{max-width:100%}}.two-core-misconception-section{gap:0}.two-core-misconception-card{background:linear-gradient(135deg,#f18b2b14 0%,#b0451c0f 100%);border:1px solid #b0451c38;border-radius:16px;gap:10px;padding:14px 16px;display:grid}.two-core-misconception-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#8c3512e6;margin:0;font-size:.76rem;font-weight:700;line-height:1.4}.two-core-misconception-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.two-core-misconception-item{color:#16222deb;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;font-size:.9rem;line-height:1.58;display:grid}.two-core-misconception-mark{line-height:1.3}.two-core-misconception-note{color:#8c3512d9;margin:0;font-size:.84rem;font-weight:600;line-height:1.55}.two-core-explain-section{gap:20px}.two-core-explain-grid{gap:14px;display:grid}.two-core-explain-card{background:#fff;border:1px solid #0b588429;border-radius:16px;gap:8px;padding:18px 16px;display:grid;box-shadow:0 6px 16px #0a4e7312}.two-core-explain-head{align-items:center;display:flex}.two-core-explain-icon-wrapper{background:#0b6f9f17;border:1px solid #0b588433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.two-core-explain-icon{width:24px;height:24px}.two-core-explain-title{color:var(--brand-deep);margin:0;font-size:1.08rem;font-weight:700;line-height:1.34}.two-core-explain-description{color:var(--muted);margin:0;font-size:.9rem;line-height:1.7}.two-core-explain-list{gap:6px;margin:2px 0 0;padding-left:18px;display:grid}.two-core-explain-list li{color:#16222dd6;font-size:.88rem;line-height:1.62}.two-core-google-proof-card{background:#fff;border:1px solid #0b588429;border-radius:18px;margin-top:16px;overflow:hidden;box-shadow:0 8px 24px #0a4e731a}.two-core-google-proof-layout{gap:0;display:grid}.two-core-google-proof-content{gap:10px;padding:18px 16px 20px;display:grid}.two-core-google-reviewer-row{align-items:center;gap:12px;display:flex}.two-core-google-reviewer-avatar-wrapper{background:#edf4f9;border:1px solid #0b588438;border-radius:50%;flex-shrink:0;width:52px;height:52px;overflow:hidden}.two-core-google-reviewer-avatar{object-fit:cover;width:100%;height:100%}.two-core-google-reviewer-meta{gap:2px;display:grid}.two-core-google-reviewer-name{color:var(--brand-deep);margin:0;font-size:1rem;font-weight:700;line-height:1.3}.two-core-google-proof-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#0f4c63d6;margin:0;font-size:.74rem;font-weight:700}.two-core-google-proof-quote{color:#16222de6;margin:0;font-size:.9rem;line-height:1.78}.two-core-google-proof-highlights{gap:8px;margin:2px 0 0;padding:0;list-style:none;display:grid}.two-core-google-proof-highlight-item{color:#16222deb;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;font-size:.86rem;line-height:1.55;display:grid}.two-core-google-proof-highlight-tag{min-width:38px;min-height:24px;color:var(--brand-deep);letter-spacing:.04em;background:#0b6f9f1a;border:1px solid #0b58843d;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:.72rem;font-weight:700;display:inline-flex}.two-core-google-proof-meta{color:var(--muted);margin:0;font-size:.82rem}.two-core-google-proof-link{color:var(--brand);align-items:center;gap:6px;width:fit-content;font-size:.9rem;font-weight:700;display:inline-flex}.two-core-google-proof-link:hover{color:var(--brand-deep)}.two-core-google-proof-side{background:#0b6f9f08;border-top:1px solid #0b58841f;gap:8px;padding:12px;display:grid}.two-core-google-proof-side-title{color:#0f4c63d9;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700;line-height:1.4}.two-core-google-proof-side-media{background:#f2f7fb;border:1px solid #0b588424;border-radius:10px;position:relative;overflow:hidden}.two-core-google-proof-side-image{object-fit:contain;width:100%;height:auto;display:block}.two-core-capability-section{gap:16px}.two-core-capability-subnote{color:#0f4c63db;margin:0;font-size:.84rem;font-weight:600;line-height:1.55}.two-core-capability-unified-card{background:linear-gradient(150deg,#0b6f9f17 0%,#fffffffa 100%);border:1px solid #0b588433;border-radius:16px;gap:14px;padding:18px;display:grid;box-shadow:0 4px 14px #0a4e7312}.two-core-capability-unified-positioning{color:#16222de6;margin:0;font-size:.9rem;line-height:1.72}.two-core-capability-unified-tags{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.two-core-capability-unified-tags li{min-height:28px;color:var(--brand-deep);background:#0b6f9f24;border:1px solid #0b588447;border-radius:999px;align-items:center;padding:5px 12px;font-size:.75rem;font-weight:700;line-height:1.3;display:inline-flex}.two-core-capability-unified-points{gap:9px;margin:0;padding-left:1.15rem;display:grid}.two-core-capability-unified-points li{color:#16222de6;font-size:.88rem;line-height:1.65}.two-core-capability-unified-gallery{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.two-core-capability-unified-gallery-item{scroll-snap-align:start;flex:0 0 min(72vw,260px);gap:6px;margin:0;display:grid}.two-core-capability-unified-gallery-media{aspect-ratio:3/2;background:#fff;border:1px solid #0b588433;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 4px 10px #0a4e731a}.two-core-capability-unified-gallery-image{object-fit:contain;object-position:center;width:100%;height:100%}.two-core-capability-unified-gallery-caption{color:#16222dc7;margin:0;font-size:.76rem;line-height:1.4}.two-core-capability-unified-link{width:fit-content;color:var(--brand);align-items:center;gap:6px;font-size:.9rem;font-weight:700;line-height:1.4;text-decoration:none;display:inline-flex}.two-core-capability-unified-link:hover{color:var(--brand-deep)}@media (max-width:759px){.two-core-capability-subnote{display:none}.two-core-capability-unified-card{gap:12px;padding:14px}.two-core-capability-unified-gallery-item{flex-basis:min(78vw,250px)}}.certifications-page{gap:16px}.certifications-hero{background:linear-gradient(145deg,#0b6f9f0f 0%,#1a6d8c1a 100%);border:1px solid #0b58842e;border-radius:18px;gap:12px;padding:22px 16px;display:grid}.certifications-hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#0f4c63d1;margin:0;font-size:.75rem;font-weight:700;line-height:1.35}.certifications-hero-title{color:var(--brand-deep);margin:0;font-size:1.5rem;font-weight:760;line-height:1.28}.certifications-hero-subtitle{color:#16222ddb;margin:0;font-size:.93rem;line-height:1.7}.certifications-hero-actions{margin-top:2px}.certifications-hero-link{color:var(--brand);align-items:center;gap:6px;font-size:.9rem;font-weight:700;line-height:1.4;display:inline-flex}.certifications-hero-link:hover{color:var(--brand-deep)}.certifications-groups{gap:14px;display:grid}.certifications-group-card{background:#fff;border:1px solid #0b58842e;border-radius:16px;gap:12px;padding:16px;display:grid;box-shadow:0 6px 16px #0a4e730f}.certifications-group-head{gap:10px;display:grid}.certifications-group-title{color:var(--brand-deep);margin:0;font-size:1.08rem;font-weight:730;line-height:1.35}.certifications-group-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.certifications-group-item{color:#0f4c63eb;background:#0b6f9f14;border:1px solid #0b588438;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:.82rem;font-weight:700;line-height:1.35;display:inline-flex}.certifications-photo-grid{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.certifications-photo-card{background:#f3f8fc;border:1px solid #0b588424;border-radius:12px;margin:0;overflow:hidden}.certifications-photo{object-fit:contain;width:100%;height:auto;display:block}.two-core-checklist-card{gap:14px}.two-core-checklist-note{color:#0f4c63d1;margin:-2px 0 0;font-size:.88rem;font-weight:600;line-height:1.55}.two-core-checklist-cta{color:#fff;background:#06c755;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:46px;margin-top:4px;padding:0 22px;font-size:.92rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 16px #06c75547}.two-core-checklist-cta:hover{transform:translateY(-2px);box-shadow:0 10px 20px #06c75559}.service-process-section{background:var(--surface-alt);border-radius:var(--radius);margin:0 16px}.service-process-list{gap:14px;padding-left:28px;display:grid;position:relative}.service-process-list:before{content:"";background:linear-gradient(180deg,var(--brand)0%,#0b6f9f4d 50%,#0b6f9f1a 100%);border-radius:999px;width:3px;position:absolute;top:48px;bottom:48px;left:28px}.service-process-item{background:#fff;border:1px solid #0b58841f;border-radius:14px;grid-template-columns:56px minmax(0,1fr);gap:16px;padding:20px;transition:all .3s;display:grid;position:relative;box-shadow:0 2px 6px #0a4e730a}.service-process-item:hover{border-color:#0b58843d;transform:translate(4px);box-shadow:0 4px 12px #0a4e731f}.service-process-step{background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.1rem;font-weight:800;display:flex;position:relative;box-shadow:0 4px 12px #0b6f9f40}.service-process-step:before{content:"";z-index:-1;border:2px solid #0b6f9f26;border-radius:50%;position:absolute;inset:-6px}.service-process-content{align-content:center;gap:8px;display:grid}.service-process-title{color:var(--ink);margin:0;font-size:1.05rem;font-weight:700;line-height:1.35}.service-process-description{color:var(--muted);margin:0;font-size:.88rem;line-height:1.68}.service-scenarios-grid{gap:16px;display:grid}.service-scenario-card{background:#fff;border:1px solid #0b58841f;border-radius:16px;gap:12px;padding:24px 20px;display:grid;box-shadow:0 2px 6px #0a4e730a}.service-scenario-icon-wrapper{background:#f18b2b14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.service-scenario-icon{width:30px;height:30px}.service-scenario-title{color:var(--ink);margin:0;font-size:1.05rem;font-weight:700;line-height:1.35}.service-scenario-description{color:var(--muted);margin:0;font-size:.88rem;line-height:1.72}.service-scenario-cta{margin-top:12px;font-weight:600;text-decoration:none;display:inline-flex}.service-scenario-cta:hover{text-decoration:underline}@media (max-width:768px){.slide-in-item{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translate(-60px)}.slide-in-item.slide-in-visible{opacity:1;transform:translate(0)}@media not (prefers-reduced-motion:reduce){.scroll-reveal-item--left{opacity:0;transition:opacity .45s ease-out,transform .45s ease-out;transform:translate(-52px)}.scroll-reveal-item--right{opacity:0;transition:opacity .45s ease-out,transform .45s ease-out;transform:translate(52px)}.scroll-reveal-item--up{opacity:0;transition:opacity .45s ease-out,transform .45s ease-out;transform:translateY(36px)}.scroll-reveal-item--fade{opacity:0;transition:opacity .5s ease-out}.scroll-reveal-item--scale{opacity:0;transition:opacity .45s ease-out,transform .45s cubic-bezier(.22,1,.36,1);transform:scale(.93)}.scroll-reveal-item--left.scroll-reveal-visible,.scroll-reveal-item--right.scroll-reveal-visible,.scroll-reveal-item--up.scroll-reveal-visible,.scroll-reveal-item--fade.scroll-reveal-visible,.scroll-reveal-item--scale.scroll-reveal-visible{opacity:1;transition-delay:var(--stagger-delay,0s);transform:none}}}.service-faq-section{background:var(--surface-alt);border-radius:var(--radius);margin:0 16px}.service-faq-list{gap:14px;display:grid}.service-faq-item{background:#fff;border:1px solid #0b58841f;border-radius:14px;transition:box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 2px 6px #0a4e730a}.service-faq-item:hover{border-color:#0b588433;box-shadow:0 4px 12px #0a4e7314}.service-faq-item.active{border-color:var(--brand);box-shadow:0 4px 16px #0b6f9f1f}.service-faq-question-button{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px;transition:background-color .2s;display:flex}.service-faq-question-button:hover{background:#0b6f9f05}.service-faq-question{color:var(--brand-deep);flex:1;margin:0;font-size:1.02rem;font-weight:700;line-height:1.4}.service-faq-icon{color:var(--brand);flex-shrink:0;transition:transform .3s}.service-faq-item.active .service-faq-icon{transform:rotate(180deg)}.service-faq-answer-wrapper{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.service-faq-item.active .service-faq-answer-wrapper{max-height:500px;padding:0 20px 20px}.service-faq-answer{color:#16222dd9;margin:0;font-size:.9rem;line-height:1.75}.service-faq-help{text-align:center;background:linear-gradient(135deg,#0b6f9f0d 0%,#f18b2b0d 100%);border:1px dashed #0b6f9f4d;border-radius:16px;flex-direction:column;align-items:center;gap:14px;margin-top:24px;padding:24px;display:flex}.service-faq-help-text{color:var(--brand-deep);margin:0;font-size:.96rem;font-weight:600}.service-faq-help-button{background:var(--brand);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 24px;font-size:.92rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #0b6f9f33}.service-faq-help-button:hover{background:var(--brand-deep);transform:translateY(-2px);box-shadow:0 4px 12px #0b6f9f4d}.service-cases-grid{gap:18px;display:grid}.service-case-card{background:#fff;border:1px solid #0b588424;border-radius:16px;gap:0;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;overflow:hidden;box-shadow:0 2px 8px #0a4e730d}.service-case-card:hover{border-color:#0b6f9f4d;transform:translateY(-4px);box-shadow:0 12px 32px #0a4e731f}.service-case-image-wrapper{background:var(--surface-alt);width:100%;position:relative;overflow:hidden}.service-case-image{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;transition:transform .32s}.service-case-card:hover .service-case-image{transform:scale(1.05)}.service-case-content{gap:8px;padding:20px;display:grid}.service-case-location{color:var(--brand);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:700}.service-case-title{color:var(--ink);margin:0;font-size:1.08rem;font-weight:700;line-height:1.35}.service-case-description{color:var(--muted);margin:0;font-size:.88rem;line-height:1.7}.service-cases-link-wrapper{justify-content:center;margin-top:8px;display:flex}.service-cases-link{color:var(--brand);align-items:center;gap:6px;font-size:.9rem;font-weight:700;transition:gap .2s;display:inline-flex}.service-cases-link:hover{gap:8px}.service-detail-cta{background:linear-gradient(165deg,#0b6f9f0a 0%,#f18b2b0a 100%);gap:24px;padding:36px 16px;display:grid}.service-detail-cta-content{text-align:center;gap:10px;display:grid}.service-detail-cta-title{color:var(--brand-deep);font-size:1.4rem;font-weight:700;line-height:1.3}.service-detail-cta-subtitle{color:var(--muted);font-size:.94rem;line-height:1.68}.service-detail-cta-actions{flex-wrap:wrap;gap:12px;display:flex}.service-detail-cta-button{border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:140px;min-height:52px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.service-detail-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0a4e7326}.service-detail-cta-button-line{color:#fff;background:#06c755;border:none}.service-detail-cta-button-call{color:var(--brand-deep);background:#fff;border:1px solid #0b588433}@media (min-width:760px){.two-core-capability-mobile-compact{display:none}.service-detail-hero{padding:36px 28px 40px}.service-detail-hero-with-bg{width:calc(100% + 56px);min-height:480px;margin-inline:-28px;padding:48px 28px}.service-detail-hero-bg{background-position:50% 45%}.service-detail-hero-title{font-size:1.9rem}.service-detail-hero-subtitle{font-size:1.02rem}.service-detail-section{padding:40px 28px}.service-detail-section-title{font-size:1.6rem}.service-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-feature-card{padding:26px 22px}.renovation-service-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.two-core-explain-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.two-core-explain-card{padding:20px 18px}.two-core-capability-hierarchy{gap:16px}.two-core-capability-tier{gap:10px}.two-core-capability-card-v2{gap:10px;padding:18px}.two-core-capability-card-v2-primary{padding:24px}.two-core-capability-card-v2-primary .two-core-capability-card-v2-title{font-size:1.24rem}.two-core-capability-card-v2-primary .two-core-capability-card-v2-positioning{font-size:.95rem}.two-core-capability-card-v2-primary .two-core-capability-card-v2-tags{gap:10px 12px}.two-core-capability-card-v2-primary .two-core-capability-card-v2-description{background:#eef6fae6;border-color:#4884a13d;max-width:calc(100% - 170px);padding:11px 13px}.two-core-capability-card-v2-secondary{max-width:86%;margin-left:18px}.two-core-capability-card-v2-thumbs{pointer-events:none;justify-content:flex-end;align-items:flex-end;gap:0;width:auto;max-width:60%;max-height:80%;margin-top:0;position:absolute;bottom:0;right:0;overflow:visible}.two-core-capability-card-v2-thumb{box-shadow:none;opacity:.62;aspect-ratio:auto;background:0 0;border:none;border-radius:0}.two-core-capability-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.two-core-capability-card-v2-primary .two-core-capability-card-v2-thumb{width:160px;height:107px}.two-core-capability-card-v2-secondary .two-core-capability-card-v2-thumb{width:180px;height:120px}.two-core-capability-card-v2-support .two-core-capability-card-v2-thumb{width:150px;height:100px}.certifications-page{gap:18px}.certifications-hero{padding:28px 22px}.certifications-hero-title{font-size:1.72rem}.certifications-groups{gap:16px}.certifications-group-card{gap:14px;padding:18px}.certifications-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-core-google-proof-layout{grid-template-columns:minmax(0,1fr) 210px}.two-core-google-proof-content{padding:20px 18px 22px}.two-core-google-reviewer-avatar-wrapper{width:60px;height:60px}.two-core-google-reviewer-name{font-size:1.06rem}.two-core-google-proof-quote{font-size:.94rem}.two-core-google-proof-highlight-item{font-size:.88rem}.two-core-google-proof-side{border-top:0;border-left:1px solid #0b58841f;align-content:start;padding:14px}.two-core-google-proof-side-title{font-size:.8rem}.renovation-service-focus-content{gap:14px;padding:20px 18px 22px}.renovation-service-focus-title{font-size:1.24rem}.renovation-consultation-checklist-card{padding:20px 18px}.renovation-engineer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);align-items:start;gap:18px}.renovation-engineer-media{position:sticky;top:92px}.renovation-engineer-flow{gap:12px}.renovation-engineer-flow:before{top:26px;bottom:26px;left:22px}.renovation-engineer-step{grid-template-columns:44px minmax(0,1fr);gap:13px}.renovation-engineer-step-number{width:44px;height:44px;font-size:.78rem}.renovation-engineer-step-content{padding:12px 13px}.renovation-engineer-step-content h3{font-size:.98rem}.renovation-engineer-step-content p{font-size:.88rem}.renovation-engineer-note{font-size:.9rem}.renovation-engineer-outcomes{padding:13px}.renovation-engineer-outcomes-title{font-size:.95rem}.service-process-section{margin:0 28px}.service-process-list{padding-left:32px}.service-process-list:before{top:52px;bottom:52px;left:32px}.service-process-item{grid-template-columns:64px minmax(0,1fr);gap:18px}.service-process-step{width:64px;height:64px;font-size:1.2rem}.service-scenarios-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-scenarios-grid.service-scenarios-grid-installation{grid-template-columns:repeat(2,minmax(0,1fr))}.service-faq-section{margin:0 28px}.service-cases-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-detail-cta{padding:44px 28px}}@media (min-width:1080px){.service-detail-hero{padding:44px 0 48px}.service-detail-hero-with-bg{margin-inline:0;width:100vw;max-width:none;min-height:540px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:60px 0}.service-detail-hero-with-bg .service-detail-hero-content{padding-inline:var(--site-content-gutter,0px)}.service-detail-hero-bg{background-position:50%}.service-detail-hero-title{font-size:2.1rem}.service-detail-hero-subtitle{font-size:1.06rem}.service-detail-section{padding:48px 0}.service-detail-section-title{font-size:1.7rem}.service-features-grid{gap:20px}.service-feature-card{padding:28px 24px}.renovation-service-focus-grid{gap:20px}.renovation-service-focus-media{aspect-ratio:16/9}.renovation-service-focus-content{padding:22px 20px 24px}.renovation-service-focus-title{font-size:1.28rem}.renovation-service-focus-summary,.renovation-service-focus-block li,.renovation-consultation-checklist-list li{font-size:.93rem}.renovation-consultation-checklist-card{padding:22px 20px}.renovation-engineer-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:22px}.renovation-engineer-flow{gap:14px}.renovation-engineer-step{grid-template-columns:48px minmax(0,1fr);gap:14px}.renovation-engineer-step-number{width:48px;height:48px;font-size:.8rem}.renovation-engineer-flow:before{top:28px;bottom:28px;left:24px}.renovation-engineer-step-content{padding:13px 14px}.renovation-engineer-step-content h3{font-size:1rem}.renovation-engineer-step-content p{font-size:.9rem}.renovation-engineer-note{font-size:.92rem;line-height:1.74}.renovation-engineer-outcomes-title{font-size:.96rem}.renovation-engineer-outcomes-list li{font-size:.89rem}.two-core-google-proof-content{gap:10px;padding:22px 22px 24px}.two-core-google-proof-quote{font-size:.96rem}.two-core-google-proof-highlight-item{font-size:.9rem}.two-core-google-proof-layout{grid-template-columns:minmax(0,1fr) 240px}.two-core-google-proof-side{padding:16px}.two-core-capability-hierarchy{grid-template-rows:auto auto;grid-template-columns:1.6fr 1fr;gap:20px;display:grid}.two-core-capability-tier:first-child{grid-area:1/1}.two-core-capability-tier:nth-child(2){grid-area:2/1}.two-core-capability-tier:nth-child(3){grid-area:1/2/3}.two-core-capability-card-v2-primary{border-width:2.5px 2.5px 2.5px 5px;gap:14px;padding:40px 40px 90px;box-shadow:0 16px 40px #0a4e732e,0 6px 16px #0b6f9f1f}.two-core-capability-card-v2-primary .two-core-capability-card-v2-title{margin-bottom:6px;font-size:1.65rem;line-height:1.35}.two-core-capability-card-v2-primary .two-core-capability-card-v2-positioning{margin-bottom:4px;font-size:1.05rem;line-height:1.7}.two-core-capability-card-v2-primary .two-core-capability-card-v2-tags{flex-wrap:nowrap;gap:12px;margin:8px 0}.two-core-capability-card-v2-primary .two-core-capability-card-v2-tags li{white-space:nowrap;border-width:1.5px;flex-shrink:0;min-height:30px;padding:6px 14px;font-size:.78rem}.two-core-capability-card-v2-primary .two-core-capability-card-v2-description{white-space:normal;word-break:break-word;overflow-wrap:anywhere;background:#eff7fbeb;border-color:#4884a142;width:auto;max-width:100%;margin-top:4px;padding:12px 14px;font-size:1rem;line-height:1.75}.two-core-capability-card-v2-primary .two-core-capability-card-v2-thumb{opacity:.68;width:220px;height:148px;margin-left:-40px}.two-core-capability-card-v2-primary .two-core-capability-card-v2-thumb:first-child{margin-left:0}.two-core-capability-card-v2-secondary{padding:30px 24px}.two-core-capability-card-v2-secondary .two-core-capability-card-v2-title{margin-bottom:10px;font-size:1.2rem}.two-core-capability-card-v2-secondary .two-core-capability-card-v2-description{font-size:.9rem;line-height:1.7}.two-core-capability-support-grid{grid-template-columns:1fr;gap:16px;height:100%}.two-core-capability-card-v2-support{flex:1;gap:8px;padding:20px}.two-core-capability-card-v2-support .two-core-capability-card-v2-title{margin-bottom:4px;font-size:1rem}.two-core-capability-card-v2-support .two-core-capability-card-v2-description{font-size:.88rem;line-height:1.65}.two-core-capability-card-v2-secondary .two-core-capability-card-v2-thumb{opacity:.66;width:240px;height:160px}.two-core-capability-card-v2-support .two-core-capability-card-v2-thumb{opacity:.64;width:200px;height:134px}.certifications-page{gap:20px}.certifications-hero{padding:30px 24px}.certifications-hero-title{font-size:1.86rem}.certifications-groups{gap:18px}.certifications-group-card{padding:20px}.service-process-section{margin:0}.service-process-list{padding-left:34px}.service-process-list:before{width:4px;top:54px;bottom:54px;left:34px}.service-process-item{grid-template-columns:68px minmax(0,1fr);gap:20px}.service-process-step{width:68px;height:68px;font-size:1.25rem}.service-scenarios-grid{gap:20px}.service-scenarios-grid.service-scenarios-grid-installation{grid-template-columns:repeat(4,minmax(0,1fr))}.service-scenario-card{padding:26px 22px}.service-faq-section{margin:0}.service-faq-item{padding:24px}.service-cases-grid{gap:22px}.service-detail-cta{padding:52px 0}.service-detail-cta-title{font-size:1.55rem}.service-detail-cta-subtitle{font-size:.98rem}}.before-after-container{width:100%}.before-after-grid{gap:14px;display:grid}.before-after-card{background:#fffffff5;border:1px solid #0b588424;border-radius:18px;overflow:hidden;box-shadow:0 10px 26px #0a4e731a}.before-after-media{aspect-ratio:4/3;background:linear-gradient(145deg,#dfe6ee 0%,#d5dde6 100%);position:relative}.before-after-media-bg{object-fit:cover;filter:blur(18px)saturate(1.04)brightness(.86);opacity:.55;transform:scale(1.12)}.before-after-media-main{object-fit:contain;padding:10px}.before-after-info{gap:8px;padding:12px 14px 14px;display:grid}.before-after-tag{letter-spacing:.04em;border-radius:999px;justify-self:start;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.before-after-tag-before{color:#5b6670;background:#4f5b6724}.before-after-tag-after{color:#0f4c63;background:#0b6f9f24}.before-after-note{color:#16222db8;margin:0;font-size:.86rem;line-height:1.5}.before-after-separator{display:none}@media (min-width:760px){.before-after-grid{gap:16px}.before-after-media-main{padding:14px}.before-after-info{padding:14px 16px 16px}.before-after-note{font-size:.9rem}}@media (min-width:1080px){.before-after-container{max-width:min(1140px,100%);margin-inline:auto}.before-after-grid{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px}.before-after-media{aspect-ratio:16/10}.before-after-media-main{padding:18px}.before-after-separator{width:44px;height:44px;color:var(--brand);background:#fff;border:1px solid #0b588433;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:inline-flex;box-shadow:0 8px 18px #0a4e7324}}.timeline-process-container{padding:20px 0;position:relative}.timeline-process-item{grid-template-columns:40px minmax(0,1fr);gap:20px;margin-bottom:32px;padding-left:0;display:grid;position:relative}.timeline-process-item:last-child{margin-bottom:0}.timeline-line-wrapper{z-index:1;width:3px;position:absolute;top:40px;bottom:-32px;left:19px}.timeline-line-base{background:#e0e0e0;border-radius:999px;width:100%;height:100%;position:absolute;top:0;left:0}.timeline-line-fill{transform-origin:top;background:linear-gradient(#a3d8f4 0%,#0b6f9f 100%);border-radius:999px;width:100%;height:0;transition:height .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.timeline-line-fill.filled{height:100%}.timeline-marker-wrapper{z-index:2;justify-content:center;align-items:flex-start;padding-top:8px;display:flex;position:relative}.timeline-marker{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.timeline-marker-inner{z-index:2;background:#fff;border:3px solid #e0e0e0;border-radius:50%;width:20px;height:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.timeline-process-item.active .timeline-marker-inner,.timeline-process-item.completed .timeline-marker-inner{border-color:var(--brand);background:var(--brand);transform:scale(1.1)}.timeline-marker-pulse{background:#0b6f9f33;border-radius:50%;width:40px;height:40px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse-ring{0%{opacity:1;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}.timeline-content-card{opacity:.6;background:#fff;border:1px solid #0b58841f;border-radius:16px;padding:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;transform:translate(-10px);box-shadow:0 2px 8px #0a4e730f}.timeline-process-item.active .timeline-content-card{opacity:1;border-color:#0b6f9f33;transform:translate(0);box-shadow:0 4px 16px #0a4e731f}.timeline-process-item.completed .timeline-content-card{opacity:1;transform:translate(0)}.timeline-step-number{color:#0b6f9f0d;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;top:16px;right:20px}.timeline-step-title{color:var(--ink);z-index:1;margin:0 0 8px;font-size:1.08rem;font-weight:700;line-height:1.4;position:relative}.timeline-step-description{color:var(--muted);z-index:1;margin:0;font-size:.9rem;line-height:1.7;position:relative}@media (min-width:760px){.timeline-process-item{grid-template-columns:48px minmax(0,1fr);gap:24px}.timeline-line-wrapper{left:23px}.timeline-marker{width:48px;height:48px}.timeline-marker-inner{width:24px;height:24px}.timeline-marker-pulse{width:48px;height:48px}.timeline-step-number{font-size:4rem}}@media (min-width:1080px){.timeline-process-item{grid-template-columns:52px minmax(0,1fr);gap:28px}.timeline-line-wrapper{width:4px;left:25px}.timeline-marker{width:52px;height:52px}.timeline-marker-inner{width:26px;height:26px}.timeline-marker-pulse{width:52px;height:52px}.timeline-content-card{padding:28px 32px}.timeline-step-number{font-size:4.5rem;top:20px;right:28px}.timeline-step-title{font-size:1.14rem}.timeline-step-description{font-size:.94rem}}.service-features-flow{border-radius:var(--radius);background:#f8f9fa;margin:0 16px;padding:40px 16px;position:relative}.service-features-flow:before{content:"";z-index:1;background:repeating-linear-gradient(#1a6d8c4d 0 6px,#0000 6px 12px);width:2px;position:absolute;top:60px;bottom:60px;left:20px}.feature-flow-item{z-index:2;--feature-image-scale:1;margin-bottom:48px;transition:opacity .32s;position:relative}.feature-flow-item:last-child{margin-bottom:0}.feature-flow-item:not(.is-active){opacity:.88}.feature-flow-item.is-active{--feature-image-scale:1.045;opacity:1;z-index:4}.feature-number-watermark{color:#1a6d8c0d;pointer-events:none;z-index:0;font-family:Montserrat,Roboto,sans-serif;font-size:6rem;font-weight:900;line-height:1;position:absolute;top:-10px;left:-10px}.feature-image-wrapper{aspect-ratio:4/3;will-change:transform,box-shadow;border-radius:16px;width:100%;margin-bottom:20px;transition:transform .34s,box-shadow .34s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.feature-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.feature-image-wrapper:after{content:"";pointer-events:none;position:absolute;inset:0}.feature-image-wrapper--line-chat:after{background:linear-gradient(#0715260d 0%,#0715265c 100%)}.feature-image-wrapper--warm:after{background:radial-gradient(circle at 24% 26%,#f6b04e38,#0000 46%),linear-gradient(#ffbf700f 0%,#ff912a33 100%)}.feature-flow-item:hover .feature-image{transform:scale(1.05)}.feature-flow-item--preserve-ratio:hover .feature-image{transform:none}.feature-flow-item.item-odd .feature-image-wrapper{transform:translateX(-8px)scale(var(--feature-image-scale));border-radius:20px 20px 20px 0}.feature-flow-item.item-even .feature-image-wrapper{transform:translateX(8px)scale(var(--feature-image-scale));border-radius:20px 20px 0}.feature-flow-item.is-active .feature-image-wrapper{box-shadow:0 14px 34px #040f1b3d}.feature-chat-mock{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5;background:#081a2eb8;border:1px solid #a0c7ec59;border-radius:12px;padding:10px 12px;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 8px 20px #040f1b59}.feature-chat-group{letter-spacing:.08em;text-transform:uppercase;color:#a8e1ffe6;margin:0 0 4px;font-size:.66rem;font-weight:700}.feature-chat-message{color:#f2f8ff;margin:0;font-size:.82rem;line-height:1.45}.feature-badge{color:#fff;z-index:10;letter-spacing:.5px;background:linear-gradient(135deg,#0f4c63 0%,#1a6d8c 100%);border:2px solid #fff;border-radius:8px;padding:10px 16px;font-size:.8rem;font-weight:700;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 12px #0000004d}.feature-icon-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#1a6d8ce6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #1a6d8c4d}.feature-data-ping{color:#0f4c63;letter-spacing:.04em;z-index:5;background:#ffffffe0;border:1px solid #1a6d8c47;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:700;animation:2.2s ease-in-out infinite data-pulse;position:absolute;bottom:12px;left:12px}@keyframes data-pulse{0%,to{box-shadow:0 0 #1a6d8c4d}50%{box-shadow:0 0 0 8px #1a6d8c00}}.feature-endpoint-marker{color:#fff;z-index:11;background:linear-gradient(135deg,#28a745 0%,#20c997 100%);border:3px solid #f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex;position:absolute;bottom:2%;right:2%;box-shadow:0 4px 16px #28a74566}.feature-content-card{transform-origin:top;will-change:transform,box-shadow,border-color;background:#fff;border:1px solid #1a6d8c1a;border-radius:16px;padding:24px;transition:transform .34s,box-shadow .34s,border-color .34s;transform:scale(1);box-shadow:0 4px 16px #00000014}.feature-flow-item.is-active .feature-content-card{border-color:#1a6d8c42;transform:scale(1.045);box-shadow:0 12px 28px #0a4e7329}.feature-stage-label{letter-spacing:.14em;text-transform:uppercase;color:#0f4c63d1;margin:0 0 10px;font-size:.7rem;font-weight:700}.feature-route-label{display:none}.feature-title-wrapper{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.feature-title{color:var(--brand-deep);flex:1;margin:0;font-size:1.15rem;font-weight:700;line-height:1.4}.feature-live-badge{color:#28a745;background:#28a7451a;border:1px solid #28a7454d;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.live-dot{background:#28a745;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.feature-description{color:var(--muted);margin:0;font-size:.94rem;line-height:1.75}.feature-timeline-node{z-index:3;background:#fff;border:3px solid #1a6d8c66;border-radius:50%;width:20px;height:20px;position:absolute;bottom:-36px;left:10px}@media (max-width:759px){.service-features-flow{background:linear-gradient(#f8f9fa 0%,#f3f7fa 100%);border-radius:22px;margin:0;padding:24px 12px 32px}.service-features-flow:before{opacity:.75;top:26px;bottom:26px;left:20px}.feature-flow-item{gap:0;margin-bottom:26px;padding-top:14px;padding-left:32px;display:grid;transform:none}.feature-flow-item.item-even{margin-left:0}.feature-flow-item:before{content:none}.feature-route-label{z-index:6;color:#0f4c63;letter-spacing:.04em;white-space:nowrap;background:#f3f7fa;border:1px solid #1a6d8c38;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:.68rem;font-weight:700;display:inline-flex;position:absolute;top:-1px;left:6px}.feature-number-watermark{color:#1a6d8c0b;font-size:3.8rem;inset:auto 10px 10px auto}.feature-image-wrapper{aspect-ratio:16/9;border-radius:18px 18px 0 0;margin-bottom:0;transform:none;box-shadow:0 6px 16px #0000001a}.feature-flow-item.item-odd .feature-image-wrapper,.feature-flow-item.item-even .feature-image-wrapper{transform:scale(var(--feature-image-scale));border-radius:18px 18px 0 0}.feature-content-card{border-top:0;border-radius:0 0 18px 18px;padding:16px 16px 18px;box-shadow:0 8px 18px #0a4e7317}.feature-stage-label{display:none}.feature-title-wrapper{gap:8px;margin-bottom:10px}.feature-title{font-size:1.05rem;line-height:1.35}.feature-description{font-size:.92rem;line-height:1.66}.feature-chat-mock{padding:9px 10px;bottom:10px;left:10px;right:10px}.feature-chat-group{font-size:.62rem}.feature-chat-message{font-size:.78rem}.feature-icon-badge{width:36px;height:36px;top:10px;right:10px}.feature-data-ping{padding:6px 10px;font-size:.68rem;bottom:10px;left:10px}.feature-badge{padding:8px 11px;font-size:.7rem;bottom:10px;right:10px}.feature-endpoint-marker,.feature-timeline-node{display:none}}@media (min-width:760px){.service-features-flow{margin:0 28px;padding:48px 28px}.service-features-flow:before{left:28px}.feature-number-watermark{font-size:7rem}.feature-image-wrapper{margin-bottom:24px}.feature-flow-item.item-odd .feature-image-wrapper{transform:translateX(-12px)scale(var(--feature-image-scale))}.feature-flow-item.item-even .feature-image-wrapper{transform:translateX(12px)scale(var(--feature-image-scale))}.feature-content-card{padding:28px 32px}.feature-stage-label{font-size:.74rem}.feature-title{font-size:1.25rem}.feature-description{font-size:1rem}}@media (min-width:1080px){.service-features-flow{margin:0;padding:56px 0}.service-features-flow:before{left:40px}.feature-flow-item{grid-template-columns:1fr 1fr;align-items:center;gap:40px;margin-bottom:64px;display:grid}.feature-flow-item.item-odd{grid-template-areas:"image content"}.feature-flow-item.item-even{grid-template-areas:"content image"}.feature-flow-item.item-odd .feature-image-wrapper,.feature-flow-item.item-even .feature-image-wrapper{transform:translateX(0)scale(var(--feature-image-scale));grid-area:image}.feature-flow-item .feature-content-card{grid-area:content}.feature-flow-item--preserve-ratio.is-active{--feature-image-scale:1}.feature-flow-item--preserve-ratio .feature-image-wrapper--preserve-ratio{aspect-ratio:auto;background:#e8edf2}.feature-flow-item--preserve-ratio .feature-image{object-fit:contain;height:auto}.feature-number-watermark{font-size:8rem;top:-20px}.feature-image-wrapper{margin-bottom:0}.feature-title{font-size:1.35rem}.feature-description{font-size:1.02rem;line-height:1.8}}.repair-hero-trust-line{color:#ffffffc7;letter-spacing:.01em;margin:12px 0 0;font-size:.9rem;font-weight:600;line-height:1.58}.repair-hero-relief-line{color:#e8f5fcf5;margin:10px 0 0;font-size:.9rem;font-weight:700;line-height:1.58}.page[data-page=repair] .service-detail-hero-actions{margin-top:14px}.page[data-page=repair] .service-detail-hero-tags{gap:6px;margin-top:10px}.page[data-page=repair] .service-detail-hero-with-bg .service-detail-tag{color:#ffffffe0;box-shadow:none;background:#ffffff0d;border-color:#ffffff42;font-size:.78rem;font-weight:500}.repair-coverage-section{gap:0;padding-top:4px;padding-bottom:0}.repair-coverage-notice{border:0;border-left:3px solid var(--primary,var(--brand-deep));background:#0000000a;border-radius:8px;max-width:980px;padding:12px 18px}.repair-coverage-inline{color:#16222ddb;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:.9rem;line-height:1.52;display:flex}.repair-coverage-inline-item{align-items:center;gap:6px;display:inline-flex}.repair-coverage-inline-divider{color:#16222d75;font-size:.82rem;line-height:1}.repair-coverage-inline-note{color:#16222dbd}.repair-coverage-symbol{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.repair-coverage-symbol-ok{color:#058e54f0}.repair-coverage-symbol-no{color:#af4a2aeb}.repair-quick-trust-section{gap:14px}.repair-quick-trust-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.repair-quick-trust-item{color:#16222de6;background:#ffffffe6;border:1px solid #0b588429;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:11px 12px;font-size:.9rem;line-height:1.6;display:grid}.repair-quick-trust-check{color:#0b5884e6;background:#0b6f9f1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:19px;height:19px;font-size:.74rem;font-weight:700;line-height:1;display:inline-flex}.repair-scenarios-hint{color:#0f4c63e6;margin:10px 2px 0;font-size:.88rem;font-weight:600;line-height:1.58}.repair-credentials-section{gap:14px}.repair-credentials-row{background:linear-gradient(152deg,#0b6f9f14 0%,#ffffffe6 62%);border:1px solid #0b588429;border-radius:18px;align-items:stretch;gap:16px;padding:14px;display:grid}.repair-credentials-main{background:#fffffff5;border:1px solid #0b58843d;border-radius:14px;align-content:start;gap:12px;padding:14px;display:grid;box-shadow:0 10px 24px #0a4e731a}.repair-credentials-main-title{letter-spacing:.06em;text-transform:uppercase;color:#0b5884eb;margin:0;font-size:.8rem;font-weight:800;line-height:1.35}.repair-credentials-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.repair-credentials-item{color:#0a405ff5;background:linear-gradient(135deg,#ebf5fce6 0%,#fffffffa 100%);border:1px solid #0b58843d;border-radius:12px;align-items:center;gap:9px;min-height:52px;padding:13px 14px;font-size:.92rem;font-weight:700;line-height:1.5;display:inline-flex}.repair-credentials-icon{color:#0b5884;background:#0b6f9f2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;max-width:24px;height:24px;max-height:24px;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.repair-credentials-main-note{color:#0f3b55db;border-top:1px dashed #0b588447;margin:0;padding:8px 2px 0;font-size:.86rem;line-height:1.62}.repair-credentials-proof{background:#f4f9fdd6;border:1px solid #0b588424;border-radius:14px;align-content:start;gap:10px;margin:0;padding:10px;display:grid}.repair-credentials-proof-title{letter-spacing:.06em;text-transform:uppercase;color:#0f4c63c7;margin:0;font-size:.76rem;font-weight:700;line-height:1.35}.repair-credentials-support{gap:8px;display:grid}.repair-credentials-support-title{letter-spacing:.06em;text-transform:uppercase;color:#0f4c63d1;margin:0;font-size:.76rem;font-weight:700;line-height:1.35}.repair-credentials-support-grid{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.repair-credentials-support-photo{gap:6px;margin:0;display:grid}.repair-credentials-support-media{aspect-ratio:16/10;background:#ffffffe6;border:1px solid #0b58842e;border-radius:10px;width:100%;position:relative;overflow:hidden}.repair-credentials-support-media .service-inline-photo-image{filter:saturate(.78)brightness(.9)}.repair-credentials-support-caption{color:#16222dbd;margin:0;font-size:.76rem;line-height:1.4}.repair-credentials-photo{align-content:start;gap:6px;margin:0 0 2px;display:grid}.repair-credentials-photo .service-inline-photo-media{aspect-ratio:4/3;border:1px solid #0b58842e;border-radius:12px;overflow:hidden;box-shadow:0 8px 18px #0a4e731f}.repair-credentials-photo .service-inline-photo-image{border-radius:inherit;object-position:center 22%;filter:saturate(.86)brightness(1.02)}.repair-credentials-photo-caption{color:#16222dc2;gap:3px;margin:0;font-size:.8rem;line-height:1.5;display:grid}.repair-credentials-photo-eyebrow{letter-spacing:.06em;color:#0f4c63b8;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1.35}.repair-process-photo-row{align-items:start;gap:20px;display:grid}.repair-process-photo-row .repair-process-photo{border-radius:12px;margin:0;position:relative;overflow:hidden}.repair-process-photo-row .repair-process-photo .service-inline-photo-media{aspect-ratio:3/4}@media (min-width:1080px){.repair-credentials-row{grid-template-columns:minmax(0,2.15fr) minmax(0,1fr);align-items:start;gap:22px;padding:20px}.repair-process-photo-row{grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:40px}}.repair-cost-expectation-section{padding-top:0}.repair-cost-expectation-card{background:linear-gradient(160deg,#0b6f9f14 0%,#ffffffdb 70%);border:1px solid #0b588429;border-radius:16px;gap:10px;padding:16px;display:grid}.repair-cost-expectation-title{color:var(--brand-deep);margin:0;font-size:1.02rem;font-weight:760;line-height:1.42}.repair-cost-expectation-description{color:#16222ddb;margin:0;font-size:.89rem;line-height:1.65}.repair-cost-expectation-list{gap:7px;margin:0;padding-left:18px;display:grid}.repair-cost-expectation-list li{color:#16222de0;font-size:.89rem;line-height:1.6}.repair-sticky-dual-cta{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:56;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;position:fixed;transform:translateY(16px)}.repair-sticky-dual-cta.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.repair-sticky-dual-cta-inner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #0b58842e;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;display:grid;box-shadow:0 12px 28px #0a4e732b}.repair-sticky-dual-cta-button{border-radius:11px;justify-content:center;align-items:center;min-height:40px;font-size:.84rem;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .2s,filter .2s,box-shadow .2s;display:inline-flex}.repair-sticky-dual-cta-button:hover{filter:brightness(1.02);transform:translateY(-1px)}.repair-sticky-dual-cta-button-primary{color:#fff;background:linear-gradient(135deg,#0fbe61 0%,#06c755 100%);box-shadow:0 8px 16px #06c75552}.repair-sticky-dual-cta-button-secondary{color:var(--brand-deep);background:#f5fafdf0;border:1px solid #0b588447}@media (min-width:760px){.repair-hero-trust-line{font-size:.9rem}.repair-hero-relief-line{font-size:.92rem}.repair-coverage-section{padding-top:8px}.repair-coverage-notice{padding:12px 18px}.repair-quick-trust-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.repair-credentials-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.repair-credentials-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.repair-cost-expectation-card{padding:18px}.repair-sticky-dual-cta{left:18px;right:18px;bottom:calc(14px + env(safe-area-inset-bottom))}.repair-sticky-dual-cta-button{min-height:42px;font-size:.88rem}}@media (min-width:1080px){.repair-quick-trust-list{grid-template-columns:repeat(4,minmax(0,1fr))}.repair-credentials-row{grid-template-columns:minmax(0,2.15fr) minmax(0,1fr);gap:22px;padding:20px}.repair-credentials-list{grid-template-columns:repeat(2,minmax(0,1fr))}.repair-credentials-proof .repair-credentials-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.repair-credentials-photo .service-inline-photo-media{aspect-ratio:3/4}.repair-credentials-photo{margin-top:-8px}.repair-cost-expectation-card{padding:20px}}@media (min-width:1024px){.repair-sticky-dual-cta{display:none!important}}
