/* Customer-facing OFyV interface. Progressive enhancement; no third-party libraries. */
:root{--navy:#112f43;--blue:#006c88;--cyan:#24b9ce;--ink:#19384c;--muted:#526779;--line:#d8e2e7;--bg:#f6f7f5;--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body.ofy-ui{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);font-size:16px;line-height:1.6;margin:0}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3{overflow-wrap:break-word;text-wrap:balance}p{color:var(--muted)}[hidden]{display:none!important}.container{width:min(1240px,calc(100% - 72px));max-width:1240px;margin-inline:auto}.section{padding:88px 0}.section-head{gap:48px;margin-bottom:36px;align-items:end}.section-head h2,h2{font-size:clamp(30px,3.2vw,46px);line-height:1.12;letter-spacing:-1.5px}.section-head p{font-size:16px;line-height:1.7;max-width:430px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--blue);text-transform:uppercase;margin-bottom:18px}.btn,.lead-submit{min-height:48px;border-radius:9px;font-size:14px;font-weight:700;padding:13px 22px;display:inline-flex;justify-content:center;align-items:center;gap:20px;border:1px solid #bdcbd2;line-height:1.45;transition:background .18s,transform .18s}.btn.primary,.lead-submit{background:var(--navy);color:#fff;border-color:var(--navy)}.btn:hover,.lead-submit:hover{transform:translateY(-2px);background:#e6f1f3}.btn.primary:hover,.lead-submit:hover{background:#006c88}.actions{gap:12px;margin-top:26px;flex-wrap:wrap}.text-link{color:var(--blue);font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:20px}.text-link:hover{text-decoration:underline}.skip-link{position:fixed;left:16px;top:-100px;z-index:10000;background:#fff;padding:12px 20px;border:2px solid var(--blue)}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #007c99;outline-offset:5px}.utility{background:var(--navy);color:#d7e8ed;font-size:11px;letter-spacing:.35px}.utility .container{display:flex;justify-content:space-between;align-items:center;min-height:34px;gap:16px}.utility a{padding:6px 0;color:#fff}.utility strong{color:#8eeaf0;margin-left:5px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);color:var(--ink);border-bottom:1px solid #e1e7e9;box-shadow:none}.nav{min-height:86px;gap:24px;position:relative;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:14px;color:var(--navy);flex-shrink:0}.logo-word{font-size:38px;font-weight:900;letter-spacing:-3px;line-height:1.1;white-space:nowrap}.logo-word>span:not(.logo-dot){color:#0786a4;font-size:.83em}.logo-dot{color:#26bdd0}.brand-copy{display:block;border-left:1px solid #cfdbdf;padding-left:12px;color:var(--muted);font-size:10px;line-height:1.4}.nav-links{display:flex;gap:19px;align-items:center;font-size:12px;font-weight:700}.nav-links a{color:var(--ink);opacity:1;padding:8px 0;white-space:nowrap}.nav-links a:hover,.nav-links a[aria-current]{color:var(--blue)}.nav-links a[aria-current]{box-shadow:inset 0 -2px var(--cyan)}.nav-links .nav-cta{background:var(--navy);color:#fff;border-radius:8px;padding:11px 17px}.mobile-pay{display:none}.menu-button{display:none;background:#fff;color:var(--navy);border:1px solid var(--line);border-radius:8px;min-height:44px;padding:8px 14px;gap:14px;align-items:center}
.home-hero{background:#f1f4f2;overflow:hidden}.home-hero-grid{display:grid;grid-template-columns:1.02fr 1fr;align-items:center;gap:50px;padding-block:60px 66px}.home-copy h1{font-size:clamp(42px,4.7vw,68px);letter-spacing:-3.5px;line-height:1.03;margin:20px 0 24px;font-weight:800}.home-copy h1 em{font-style:normal;color:#007b96}.home-copy p{font-size:17px;line-height:1.8;max-width:510px}.home-copy .eyebrow{letter-spacing:1.65px;display:flex;align-items:center;gap:9px}.live-dot{width:7px;height:7px;border-radius:50%;background:#009cb5}.hero-note{font-size:11px;color:#526b73;margin-top:30px;padding-top:20px;border-top:1px solid #d7e0df}.home-photo{position:relative;height:535px;border-radius:110px 18px 18px 18px;overflow:hidden;background:#dbe5e4}.home-photo>img{width:100%;height:100%;object-fit:cover;object-position:57% center}.home-photo::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(8,28,40,.72));pointer-events:none}.photo-stamp{position:absolute;bottom:30px;left:30px;right:30px;z-index:1;color:#fff;display:grid;gap:5px}.photo-stamp span{font-size:11px;text-transform:uppercase;letter-spacing:1.9px;color:#cbe6ec}.photo-stamp strong{font-size:28px;letter-spacing:-1px}.photo-stamp a{font-size:13px;text-decoration:underline;text-underline-offset:5px;width:fit-content}.benefit-strip{background:#e5edef;border-block:1px solid #d8e3e5}.benefit-strip>.container{display:grid;grid-template-columns:repeat(4,1fr);min-height:76px;align-items:center}.benefit-strip span{font-size:12px;font-weight:700;text-align:center;padding:9px 15px;border-right:1px solid #c9d8dc}.benefit-strip span:last-child{border:0}
.service-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.service-tile{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s}.service-tile:hover{transform:translateY(-5px);box-shadow:0 18px 35px #19384c12}.service-tile>a{display:flex;flex-direction:column;height:100%}.tile-photo{position:relative;height:205px;overflow:hidden}.tile-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.service-tile:hover img{transform:scale(1.035)}.tile-photo>span{position:absolute;top:14px;left:14px;background:#ffffffed;padding:3px 10px;border-radius:5px;font-size:11px;font-weight:700}.tile-copy{padding:24px 23px;display:flex;flex:1;flex-direction:column}.tile-copy h3{font-size:21px;letter-spacing:-.6px;line-height:1.2;margin:0 0 12px}.tile-copy p{font-size:14px;line-height:1.7;margin:0 0 22px}.tile-copy .text-link{margin-top:auto;justify-content:space-between}.choose-section{background:var(--navy);color:#fff}.choose-section .eyebrow{color:#8de1e8}.choice-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.choice-layout h2{margin:8px 0 22px}.choose-section p{color:#c0d4dd;max-width:350px}.choose-section .text-link{color:#91e5ea}.choice-list{display:grid}.choice-list a{padding:22px 0;display:flex;justify-content:space-between;gap:25px;border-bottom:1px solid #436072;align-items:center}.choice-list a:first-child{padding-top:0}.choice-list small{font-size:9px;letter-spacing:1.5px;color:#a6c6d2;display:block;margin-bottom:7px}.choice-list strong{font-size:19px;line-height:1.4;display:block}.choice-list b{border:1px solid #53768b;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;flex-shrink:0}.choice-list a:hover b{background:#1c93a7}.experience{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.experience-photo{height:440px;border-radius:16px;overflow:hidden}.experience-photo img{height:100%;width:100%;object-fit:cover}.experience p{line-height:1.8}.check-list{list-style:none;padding:0}.check-list li{position:relative;padding:9px 0 9px 25px;color:var(--muted);font-size:15px;line-height:1.55}.check-list li:before{content:"✓";position:absolute;left:0;top:8px;color:var(--blue);font-weight:700}.faq-section{background:#eaf0f1}.faq details{background:transparent;border:0;border-bottom:1px solid #beced4;border-radius:0;padding:20px 0;margin:0}.faq summary{font-size:17px;font-weight:700;line-height:1.5;cursor:pointer;min-height:30px}.faq p{font-size:15px;line-height:1.8;margin-top:12px}.visit-band{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;background:#e9eef0;padding:45px;border-radius:20px;align-items:center}.visit-band img{width:100%;height:290px;object-fit:cover;border-radius:12px}.visit-band h2{margin:0 0 18px}
.page-hero,.blog-hero{padding:64px 0;background:#edf2f1}.page-hero h1,.blog-hero h1{font-size:clamp(38px,4.6vw,62px);line-height:1.07;letter-spacing:-2.5px;max-width:850px}.page-hero p,.blog-hero p{font-size:17px;line-height:1.8;max-width:710px}.service-hero-grid,.office-detail-grid{gap:58px;align-items:center}.photo-hero{border-radius:18px;min-height:360px;overflow:hidden}.photo-hero img{width:100%;height:100%;object-fit:cover}.photo-caption span{display:block;font-size:12px;color:#e3f1f5}.feature-grid{gap:16px}.feature{background:#fff;border:1px solid var(--line);border-radius:13px;padding:25px;box-shadow:none}.feature .ico{font-size:11px;background:#e7f0f1;color:#006078;border-radius:8px;width:42px;height:42px;display:grid;place-items:center;margin-bottom:16px}.feature strong{font-size:17px}.feature p{font-size:14px;line-height:1.65}.metric-row{gap:16px}.metric{border-radius:12px;background:white;border:1px solid var(--line);padding:20px}.metric strong{font-size:29px}.metric span{font-size:12px}.office-grid-v2{gap:24px}.office-card-v2{border:1px solid var(--line);border-radius:14px;box-shadow:none;transition:box-shadow .2s}.office-card-v2:hover{box-shadow:0 12px 30px #16394d15}.office-visual{height:235px}.office-body{padding:24px}.office-body p{font-size:14px;line-height:1.7}.office-body a{display:inline-block;color:var(--blue);font-size:14px;font-weight:700}.office-specs{display:block}.office-spec{display:flex;justify-content:space-between;align-items:center;gap:20px}.office-spec b{font-size:24px}.office-kpi{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin:25px 0}.office-kpi>div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 25px}.office-kpi strong{font-size:29px}.office-kpi p{font-size:13px;max-width:230px;line-height:1.7}.requirement-box,.content-card{border-radius:14px;box-shadow:none}.content-card h2,.requirement-box h3{font-size:27px}.content-card p,.requirement-box li{font-size:15px;line-height:1.75}.notice{font-size:14px;line-height:1.75;background:#eaf0f1;color:#39566a;border:1px solid #d3e1e5;border-radius:10px}.process{gap:15px}.step{border-radius:12px;padding:22px;border:1px solid var(--line);background:#fff}.step strong{font-size:17px}.step p{font-size:13px}.cta-band{background:#dfebee;border-radius:16px;padding:36px;gap:24px}.cta-band h2{font-size:31px}.cta-band p{font-size:15px;color:#455f70}.meeting-card,.price-card{border-radius:14px;border:1px solid var(--line);box-shadow:none}.meeting-card .copy h3{font-size:25px}.price-card h3{font-size:20px}.price-card p{font-size:14px}
.lead-section{padding:76px 0;background:#e7eeef}.lead-shell{gap:60px;align-items:start}.lead-copy h2{font-size:42px;letter-spacing:-1.6px}.lead-copy p{font-size:16px;line-height:1.8}.lead-points{font-size:14px;line-height:1.7}.lead-points>div{padding:8px 0}.lead-form-card{border-radius:16px;box-shadow:0 12px 45px #153f5210;padding:30px;background:#fff}.web-lead-form{gap:18px}.web-lead-form label{font-size:13px;line-height:1.5;color:var(--ink)}.web-lead-form input:not([type=checkbox]),.web-lead-form select,.web-lead-form textarea{border:1px solid #bfcdd4;border-radius:7px;min-height:46px;background:#fbfcfc;padding:10px 12px;font-size:16px;color:var(--ink);width:100%}.web-lead-form textarea{min-height:125px}.web-lead-form .form-hint{font-size:12px;line-height:1.6;margin:0 0 8px;color:var(--muted)}.privacy-check{gap:10px;align-items:flex-start}.privacy-check input{accent-color:var(--blue);margin-top:4px;min-width:18px;height:18px}.privacy-check a{text-decoration:underline}.web-lead-form .lead-submit{width:100%;margin-top:4px}.lead-feedback:empty{display:none}.contact-card,.map-card{border-radius:16px;box-shadow:none;padding:32px}.contact-lines{font-size:17px;gap:20px}.map-embed{border-radius:12px;overflow:hidden}
.filter-controls,.article-tools{margin:25px 0 30px}.filter-controls>span,.article-tools>label{font-size:14px;font-weight:700;display:block;margin-bottom:12px}.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.filter-buttons button{background:#fff;border:1px solid #bdcfd6;padding:10px 17px;border-radius:30px;color:var(--ink);font-size:13px;min-height:42px}.filter-buttons button[aria-pressed=true]{background:var(--navy);color:#fff;border-color:var(--navy)}.filter-buttons button:hover{border-color:var(--blue)}.filter-controls p,.article-tools p{font-size:13px;margin:15px 0}.article-tools input{width:min(100%,650px);display:block;padding:15px 18px;border-radius:9px;border:1px solid #b7cbd4;background:#fff;color:var(--ink);font-size:16px;margin:0 0 20px}.blog-grid{gap:24px}.post-card{border-radius:14px;box-shadow:none}.post-card .visual{height:auto;min-height:190px;background:var(--navy);padding:24px}.post-card .visual h3{color:#fff;font-size:22px;letter-spacing:-.4px;line-height:1.3;margin:14px 0 0}.post-card .visual a{color:#fff}.post-card .visual a:hover{text-decoration:underline}.post-card .cat{color:#a0eaf0}.post-card .body{padding:24px}.post-card p{font-size:14px;line-height:1.75}.post-card .body>a{font-size:14px;color:var(--blue)}.blog-featured{border-radius:18px;background:var(--navy);box-shadow:none}.blog-featured h2{line-height:1.2;font-size:32px}.blog-featured p{color:#d0e4eb}.blog-featured a{text-decoration:underline;text-underline-offset:5px}.article-wrap{padding:50px 0 80px}.article-grid{grid-template-columns:minmax(0,830px) minmax(230px,1fr);gap:30px}.article{padding:42px;border-radius:14px;min-width:0}.article h1{font-size:clamp(34px,3.8vw,51px);line-height:1.12;letter-spacing:-1.9px}.article h2{font-size:29px;line-height:1.25;scroll-margin-top:110px}.article p,.article li{font-size:16px;line-height:1.9}.back-link{display:inline-block;font-size:13px;color:var(--blue);margin-bottom:22px}.article-toc h2{font-size:17px;letter-spacing:-.2px;margin:0 0 16px}.article-toc a{display:block;padding:8px 0;font-size:13px;line-height:1.4;border-bottom:1px solid #e2e9ec}.article-sidebar{top:110px}.side-card{padding:24px;border-radius:12px}.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.resource-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:38px}.resource-card h2{font-size:29px;letter-spacing:-1px}.resource-card p{font-size:16px;line-height:1.8}.payment-legal-note{max-width:950px;background:#e5eef0;padding:35px;border-radius:15px}.payment-legal-note h2{font-size:28px}.payment-legal-note p{font-size:15px;line-height:1.8}.payment-legal-note a{color:var(--blue);text-decoration:underline}.payments-intro h1{letter-spacing:-2px}.legal-wrap{max-width:920px;margin:0 auto;padding:60px 0 90px}.legal-wrap article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:46px}.legal-wrap h1{font-size:43px;line-height:1.15;letter-spacing:-1.6px}.legal-wrap h2{font-size:25px;line-height:1.3;letter-spacing:-.6px;margin-top:34px}.legal-wrap p,.legal-wrap li{font-size:15px;line-height:1.85}.legal-wrap a{text-decoration:underline;color:var(--blue)}.legal-date{font-size:12px!important}.legal-contact{padding:20px;background:#edf3f3;border-radius:9px}
.site-footer{background:var(--navy);color:#e7f1f5;padding:65px 0 24px}.footer-new{display:grid;grid-template-columns:1.05fr 1fr 1.3fr .9fr;gap:44px}.footer-new h2{font-size:13px;letter-spacing:0;font-weight:700;color:#fff;margin:0 0 20px;text-wrap:wrap}.footer-new a:not(.logo-word){display:block;font-size:13px;line-height:1.5;margin-bottom:12px;color:#c9dbe4}.footer-new p{font-size:13px;line-height:1.8;color:#c9dbe4}.footer-new .logo-word{display:inline-block;font-size:40px;color:#fff;margin-bottom:15px}.footer-small{color:#9fbbc9;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #365668;padding-top:24px;margin-top:50px;color:#b6cdd8;font-size:11px}.footer-bottom>div{display:flex;gap:22px}.site-footer a:hover{color:#fff;text-decoration:underline}.floating-contact{position:fixed;bottom:22px;right:24px;z-index:90;border:1px solid #ffffff50;border-radius:40px;background:#0c6479;color:#fff;padding:12px 19px;box-shadow:0 6px 22px #0b334530;font-size:13px;font-weight:700;display:flex;gap:8px;align-items:center}.floating-contact:hover{background:#10384e}.floating-contact span{font-size:20px}.site-footer{padding-bottom:85px}
@media(min-width:1440px){.home-hero-grid{padding-block:75px}.home-photo{height:560px}}
@media(max-width:1180px){.brand-copy{display:none}.nav-links{gap:15px}.container{width:calc(100% - 48px)}.choice-layout{gap:50px}.home-hero-grid{gap:35px}.home-copy h1{font-size:55px}.tile-copy{padding:20px}.service-gallery{gap:15px}}
@media(max-width:1020px){.nav{min-height:74px}.menu-button{display:inline-flex}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:74px;left:-4px;right:-4px;background:#fff;border:1px solid var(--line);padding:16px 22px;border-radius:0 0 14px 14px;gap:4px;max-height:calc(100dvh - 110px);overflow:auto;box-shadow:0 20px 35px #19384c20}.nav-links a{font-size:15px;padding:10px 12px}.nav-links .nav-cta{margin-top:6px;text-align:center;padding:13px}.nav-links .mobile-pay{display:block;color:var(--blue)}.brand-copy{display:block}.home-copy h1{font-size:48px;letter-spacing:-2.5px}.home-photo{height:490px}.service-gallery{grid-template-columns:repeat(2,1fr);gap:24px}.tile-photo{height:230px}.experience{gap:40px}.office-detail-grid,.service-hero-grid{gap:30px}.section-head{gap:30px}.article-grid{grid-template-columns:minmax(0,1fr)}.article-sidebar{position:static;grid-template-columns:1fr 1fr;display:grid}.article-toc{grid-column:1/-1}.footer-new{grid-template-columns:1fr 1fr;gap:40px}.lead-shell{gap:35px}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article .cta-band{display:block}.article .cta-band .actions{margin-top:18px}}
@media(max-width:760px){.container{width:calc(100% - 36px)}.section{padding:55px 0}.utility{font-size:10px;letter-spacing:0}.utility>.container>span{display:none}.utility .container{justify-content:center;min-height:32px}.nav{min-height:70px}.logo-word{font-size:33px}.nav-links.open{top:70px}.home-hero-grid{grid-template-columns:1fr;gap:32px;padding-top:38px;padding-bottom:32px}.home-copy h1{font-size:clamp(42px,8.6vw,58px);line-height:1.04;letter-spacing:-2.6px;margin:18px 0 22px}.home-copy p{font-size:16px;line-height:1.75}.home-copy .eyebrow{font-size:9px;letter-spacing:1.2px;margin-bottom:15px}.home-copy .actions{margin-top:24px}.home-copy .btn{font-size:13px;padding:13px 16px;gap:12px}.hero-note{margin-top:20px;font-size:10px}.home-photo{height:350px;border-radius:60px 13px 13px 13px}.photo-stamp{left:23px;bottom:22px}.photo-stamp strong{font-size:25px}.benefit-strip>.container{grid-template-columns:1fr 1fr;padding-block:14px;gap:5px}.benefit-strip span{font-size:11px;padding:7px 10px}.benefit-strip span:nth-child(2){border:0}.section-head{display:block}.section-head p{max-width:none;margin-top:22px;font-size:15px}.section-head h2,h2{font-size:34px;line-height:1.15;letter-spacing:-1.3px}.eyebrow{font-size:10px;letter-spacing:1.6px}.service-gallery{gap:18px}.tile-photo{height:175px}.tile-copy{padding:20px 17px}.tile-copy h3{font-size:20px}.tile-copy p{font-size:13px}.tile-copy .text-link{font-size:12px;gap:10px}.choice-layout,.experience,.visit-band{grid-template-columns:1fr;gap:30px}.choice-list a{padding:20px 0}.choice-list strong{font-size:17px}.choose-section p{max-width:100%;font-size:15px}.experience-photo{height:315px}.experience p{font-size:15px}.faq-section h2 br{display:none}.faq summary{font-size:16px}.visit-band{padding:27px}.visit-band img{height:240px}.visit-band .btn{width:100%}.page-hero,.blog-hero{padding:38px 0}.page-hero h1,.blog-hero h1{font-size:40px;letter-spacing:-1.8px;line-height:1.1}.page-hero p,.blog-hero p{font-size:16px}.photo-hero{min-height:290px}.service-hero-grid,.office-detail-grid{grid-template-columns:1fr;gap:26px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.feature{padding:19px}.feature strong{font-size:16px}.feature p{font-size:13px}.office-kpi p{max-width:180px;font-size:12px}.office-kpi{gap:18px}.office-kpi>div{padding:15px}.metric-row{grid-template-columns:1fr 1fr;gap:12px}.metric{padding:18px}.metric strong{font-size:25px}.office-grid-v2{grid-template-columns:1fr!important}.office-visual{height:250px}.office-body{padding:24px}.content-grid,.requirement-grid{grid-template-columns:1fr;gap:20px}.process{grid-template-columns:1fr 1fr;gap:12px}.step{padding:20px}.cta-band{display:block;padding:28px}.cta-band h2{font-size:29px}.cta-band>.btn{margin-top:20px}.lead-section{padding:45px 0}.lead-shell{grid-template-columns:1fr;gap:25px}.lead-copy h2{font-size:34px}.lead-form-card{padding:22px}.lead-copy p{font-size:15px}.article{padding:25px}.article-wrap{padding:28px 0 50px}.article h1{font-size:35px;letter-spacing:-1.4px}.article .lead{font-size:17px;line-height:1.8}.article h2{font-size:26px}.article p,.article li{font-size:15px}.article-sidebar{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}.post-card .visual{min-height:150px}.post-card .visual h3{font-size:22px}.blog-featured h2{font-size:28px}.resource-grid{grid-template-columns:1fr;gap:18px}.resource-card{padding:28px}.resource-card h2{font-size:27px}.footer-new{gap:30px}.footer-new>div:first-child{grid-column:1/-1}.footer-new>div:nth-child(3){grid-column:1/-1;grid-row:3}.footer-bottom{display:block;margin-top:30px}.footer-bottom>div{margin-top:17px;gap:16px;flex-wrap:wrap}.floating-contact{bottom:14px;right:14px;padding:9px 15px;font-size:12px}.legal-wrap{padding-top:30px;padding-bottom:50px}.legal-wrap article{padding:25px}.legal-wrap h1{font-size:34px}.payment-legal-note{padding:25px}.payment-legal-note h2{font-size:25px}}
@media(max-width:430px){.service-gallery{grid-template-columns:1fr}.tile-photo{height:210px}.tile-copy h3{font-size:24px}.tile-copy p{font-size:15px}.tile-copy .text-link{font-size:14px}.home-photo{height:310px}.home-copy .actions{display:grid;grid-template-columns:1fr}.home-copy .btn{width:100%;justify-content:space-between}.page-hero h1{font-size:36px}.filter-buttons button{font-size:12px;padding:9px 13px}.feature-grid{grid-template-columns:1fr 1fr}.feature{padding:16px}.web-lead-form{grid-template-columns:1fr}.web-lead-form>*{grid-column:1/-1}.office-kpi{display:block}.office-kpi p{max-width:100%}.contact-card,.map-card{padding:24px}.article h1{font-size:31px}.article h2{font-size:24px}.process{grid-template-columns:1fr 1fr}.footer-new{gap:25px}.footer-new a:not(.logo-word){font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.payments-page .floating-contact{display:none}.availability-card{align-self:start}.article .related-grid{grid-template-columns:1fr}.article .related{padding:19px}.article .related strong{font-size:17px}.price-card .duration-label{font-size:30px;line-height:1.15;letter-spacing:-1px}.price-card{display:flex;flex-direction:column;gap:12px}.price-card .btn{margin-top:auto;gap:8px;padding:12px 15px;font-size:13px}
@media print{.utility,.site-header,.site-footer,.floating-contact,.menu-button,.filter-controls,.article-tools{display:none!important}body.ofy-ui{background:#fff}.container{width:100%}.legal-wrap article,.article{border:0;padding:0}.article-sidebar{display:none}.article-grid{display:block}a{color:#000}.section{padding:20px 0}}
