@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&family=Rubik:wght@500;600;700&display=swap');

:root { --ink:#163a5f; --muted:#5f7185; --paper:#f4f6f8; --line:#d8e2ec; --gold:#3e8ed0; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font-family:Heebo,Arial,sans-serif; }
.site-header { height:76px; padding:7px max(5vw,24px); display:flex; align-items:center; justify-content:space-between; background:#ffffffed; backdrop-filter:blur(12px); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:20; }
.logo { display:block; width:122px; height:60px; }.logo img { width:100%; height:100%; object-fit:contain; }.menu-toggle { width:48px; height:48px; display:grid; align-content:center; justify-items:start; gap:7px; padding:0; background:transparent; border:0; cursor:pointer; }.menu-toggle span { display:block; height:2px; background:var(--ink); border-radius:2px; }.menu-toggle span:first-child { width:28px; }.menu-toggle span:last-child { width:18px; }
.site-menu { position:fixed; z-index:40; top:0; bottom:0; right:0; width:min(390px,90vw); padding:23px 30px; background:#fff; box-shadow:-18px 0 60px #38353233; transform:translateX(110%); transition:transform .28s ease; display:flex; flex-direction:column; }.site-menu.is-open { transform:none; }.menu-top { display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid var(--line); padding-bottom:18px; }.menu-top img { width:130px; height:75px; object-fit:contain; }.menu-close { border:0; background:transparent; color:var(--ink); font-size:38px; line-height:1; cursor:pointer; }.site-menu nav { display:grid; gap:4px; padding:28px 0; }.site-menu nav a { color:var(--ink); text-decoration:none; font:600 21px Rubik; padding:10px 0; border-bottom:1px solid #f0ece5; }.menu-backdrop { position:fixed; inset:0; z-index:30; background:#38353280; opacity:0; visibility:hidden; transition:.28s; }.menu-backdrop.is-visible { opacity:1; visibility:visible; }
@media(min-width:781px){.site-header{z-index:40}.site-header .logo{position:relative;z-index:43}.menu-toggle{display:none}.site-menu{z-index:41;inset:0 0 auto;width:100%;height:76px;padding:0 max(5vw,24px);background:transparent;box-shadow:none;transform:none;transition:none;pointer-events:none}.menu-top{display:none}.site-menu nav{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.5vw,38px);padding:0 150px}.site-menu nav a{pointer-events:auto;padding:9px 0;border:0;font:600 16px Rubik;white-space:nowrap;transition:color .18s}.site-menu nav a:hover,.site-menu nav a:focus-visible{color:var(--gold)}.menu-backdrop{display:none}}
.hero { min-height:640px; padding:88px max(8vw,30px); display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:center; overflow:hidden; }.eyebrow { color:#a78755; font-weight:700; font-size:14px; letter-spacing:.04em; margin:0 0 13px; }.hero h1,.section h2,.contact h2 { font:700 clamp(42px,5.7vw,76px)/1.05 Rubik; margin:0; letter-spacing:-.055em; }.hero h1 em { font-style:normal; color:var(--gold); }.lead { color:var(--muted); max-width:560px; font-size:20px; line-height:1.65; margin:28px 0; }.hero-actions { display:flex; align-items:center; gap:22px; }.button { display:inline-flex; justify-content:center; align-items:center; text-decoration:none; font-weight:700; border-radius:5px; padding:15px 20px; }.button.primary { background:var(--ink); color:#fff; }.button.text { color:var(--ink); padding-inline:0; text-decoration:underline; text-underline-offset:5px; }.trust { display:flex; flex-wrap:wrap; gap:10px 23px; margin-top:45px; color:var(--muted); font-size:14px; }.trust span:before { content:'✓'; color:var(--gold); font-weight:800; margin-left:7px; }
.hero-visual { height:470px; background:#615e5a; isolation:isolate; border-radius:170px 170px 24px 24px; position:relative; overflow:hidden; }.hero-visual:before { content:''; position:absolute; inset:0; background:linear-gradient(125deg,#4d4a47,#736f69 48%,#4a4845); opacity:.96; }.hero-visual:after { content:''; position:absolute; inset:0; background:repeating-linear-gradient(90deg,transparent 0 37px,#d9bf8c22 38px 39px),repeating-linear-gradient(0deg,transparent 0 37px,#d9bf8c18 38px 39px); z-index:-1; }.sun { position:absolute; width:145px; height:145px; border-radius:50%; background:#d4ba87; filter:blur(2px); opacity:.75; top:65px; left:85px; }.roof { position:absolute; width:340px; height:170px; background:#958979; right:55px; bottom:250px; clip-path:polygon(50% 0,100% 100%,0 100%); }.house { position:absolute; right:95px; bottom:75px; width:260px; height:210px; background:#fbfaf8; border-radius:3px; box-shadow:0 0 35px #d8bd8b55; }.house:after { content:''; position:absolute; right:16px; top:21px; width:54px; height:54px; border:8px solid #c5a872; border-radius:50%; }.window { position:absolute; top:66px; width:47px; height:55px; background:#716c66; border:7px solid #c0a371; }.window.one { right:30px; }.window.two { right:108px; }.door { position:absolute; bottom:0; left:31px; width:53px; height:95px; background:#b39870; }.ground { position:absolute; width:130%; height:95px; background:#726d67; bottom:-52px; right:-10%; border-radius:50% 50% 0 0; }.inspection-card { position:absolute; display:flex; align-items:center; gap:10px; background:#fffdf9; right:20px; top:38px; padding:12px 17px; border-radius:10px; box-shadow:0 12px 25px #0005; }.inspection-card>span { display:grid; place-items:center; width:29px; height:29px; border-radius:50%; background:#eee0c6; color:#806d4f; font-weight:800; }.inspection-card small,.inspection-card strong { display:block; }.inspection-card small { color:var(--muted); font-size:11px; }.inspection-card strong { font-size:14px; }
.section { padding:105px max(8vw,30px); }.intro { background:#fff; text-align:center; }.intro h2 { font-size:clamp(34px,4vw,54px); }.intro>p:last-child { max-width:720px; margin:25px auto 0; color:var(--muted); font-size:18px; line-height:1.75; }.checks,.muted-section { background:#f1ede6; }.section-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; }.section-heading h2,.process h2 { font-size:clamp(34px,4vw,54px); }.section-heading>p { max-width:310px; margin:0; color:var(--muted); line-height:1.7; }.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; margin-top:48px; }.cards article { background:#fffefa; padding:30px 25px; min-height:210px; border-radius:5px; border:1px solid #e4dbcc; }.icon { font:600 18px Rubik; color:#a78755; }.cards h3 { font:700 21px Rubik; margin:22px 0 8px; }.cards p { color:var(--muted); line-height:1.6; margin:0; }.law-note { max-width:960px; border-right:3px solid var(--gold); background:#fffdf9; color:#67635e; line-height:1.75; padding:18px 20px; margin-top:30px; }.law-note b { color:var(--ink); }
.process { background:var(--ink); color:#f9f7f2; }.process .eyebrow { color:#d8bd8b; }.process ol { list-style:none; padding:0; margin:55px 0 0; display:grid; grid-template-columns:repeat(3,1fr); gap:35px; }.process li { border-top:1px solid #817971; padding-top:20px; display:flex; gap:17px; }.process li>b { color:#d2b27b; }.process h3 { font:600 20px Rubik; margin:0; }.process li p { color:#d4cec6; line-height:1.6; font-size:15px; margin:9px 0; }.compact-section { max-width:1060px; margin:auto; }.compact-section h2,.muted-section h2 { font-size:clamp(34px,4vw,54px); }details { padding:19px 0; border-bottom:1px solid var(--line); }summary { cursor:pointer; font:600 19px Rubik; }details p,.muted-section p { color:var(--muted); line-height:1.75; max-width:720px; }
.contact { background:#d6c09b; padding:80px max(8vw,30px); display:flex; align-items:center; justify-content:space-between; gap:45px; }.contact .eyebrow { color:#776343; }.contact h2 { font-size:clamp(38px,4.8vw,62px); }.contact p:not(.eyebrow) { font-size:18px; margin-bottom:0; }.contact-actions { display:flex; flex-direction:column; gap:12px; min-width:230px; }.whatsapp { color:var(--ink); text-align:center; font-weight:700; text-underline-offset:4px; }.floating-contact { position:fixed; z-index:19; left:20px; bottom:20px; display:grid; gap:12px; }.floating-contact a { width:57px; height:57px; border-radius:50%; display:grid; place-items:center; box-shadow:0 9px 24px #3e383640; transition:transform .18s; }.floating-contact a:hover { transform:translateY(-3px); }.float-call { background:#77716a; }.float-whatsapp { background:#16c967; }.floating-contact svg { width:29px; height:29px; fill:#fff; }footer { display:flex; justify-content:space-between; align-items:center; padding:23px max(5vw,28px); background:#fff; color:var(--muted); font-size:14px; }.footer-logo { width:95px; height:57px; }
@media(max-width:780px){.site-header{height:70px;padding-block:5px}.logo{width:105px;height:60px}.menu-toggle{width:45px;height:45px}.hero{grid-template-columns:1fr;padding:0 24px 64px;gap:36px}.hero-visual{height:315px;order:-1;border-radius:100px 100px 18px 18px}.house{transform:scale(.7);transform-origin:bottom right}.roof{transform:scale(.7);transform-origin:bottom right}.sun{transform:scale(.7);transform-origin:top left}.inspection-card{top:18px;right:15px}.hero h1{font-size:44px}.lead{font-size:18px}.section{padding:70px 24px}.section-heading,.contact{display:block}.section-heading>p{margin-top:15px}.cards,.process ol{grid-template-columns:1fr 1fr}.contact-actions{margin-top:32px;max-width:280px}.floating-contact{left:14px;bottom:14px;gap:10px}.floating-contact a{width:53px;height:53px}footer{display:grid;gap:14px;padding:20px 24px}.footer-logo{width:100px}.site-menu{padding:20px 24px}}@media(max-width:460px){.cards,.process ol{grid-template-columns:1fr}.trust{display:grid}.hero-actions{align-items:flex-start;flex-direction:column;gap:5px}.law-note{font-size:14px}.floating-contact a{width:50px;height:50px}.floating-contact svg{width:26px;height:26px}}

/* Architectural blue palette */
.menu-backdrop{background:#081d3380}.eyebrow,.icon{color:#3e8ed0}.trust span:before{color:#3e8ed0}.hero-visual{background:#163a5f}.hero-visual:before{background:linear-gradient(125deg,#102d4b,#245b8f 48%,#123552)}.hero-visual:after{background:repeating-linear-gradient(90deg,transparent 0 37px,#b9dcfb2b 38px 39px),repeating-linear-gradient(0deg,transparent 0 37px,#b9dcfb20 38px 39px)}.sun{background:#76b7ed}.roof{background:#447ba9}.house{background:#f8fbff;box-shadow:0 0 35px #70b4ed55}.house:after{border-color:#76b7ed}.window{background:#28577c;border-color:#8dc8f4}.door{background:#4f91c5}.ground{background:#25577f}.inspection-card{background:#f8fbff}.inspection-card>span{background:#dceefc;color:#24669d}.checks,.muted-section{background:#eaf2fa}.cards article{background:#fbfdff;border-color:#d7e6f3}.law-note{border-right-color:#3e8ed0;background:#f7fbff;color:#4d6073}.process .eyebrow{color:#9ed1fa}.process li{border-color:#426888}.process li>b{color:#8fc9f4}.contact{background:#bddcf4}.contact .eyebrow{color:#24577f}.float-call{background:#347ec0}.floating-contact a{box-shadow:0 9px 24px #0d365440}
.menu-backdrop{background:#081d3380}.eyebrow,.icon{color:#3e8ed0}.trust span:before{color:#3e8ed0}.hero-visual{background:#163a5f}.hero-visual:before{background:linear-gradient(125deg,#102d4b,#245b8f 48%,#123552)}.hero-visual:after{background:repeating-linear-gradient(90deg,transparent 0 37px,#b9dcfb2b 38px 39px),repeating-linear-gradient(0deg,transparent 0 37px,#b9dcfb20 38px 39px)}.sun{background:#76b7ed}.roof{background:#447ba9}.house{background:#f8fbff;box-shadow:0 0 35px #70b4ed55}.house:after{border-color:#76b7ed}.window{background:#28577c;border-color:#8dc8f4}.door{background:#4f91c5}.ground{background:#25577f}.inspection-card{background:#f8fbff}.inspection-card>span{background:#dceefc;color:#24669d}.checks,.muted-section{background:#eaf2fa}.cards article{background:#fbfdff;border-color:#d7e6f3}.law-note{border-right-color:#3e8ed0;background:#f7fbff;color:#4d6073}.process .eyebrow{color:#9ed1fa}.process li{border-color:#426888}.process li>b{color:#8fc9f4}.contact{background:#bddcf4}.contact .eyebrow{color:#24577f}.float-call{background:#347ec0}.floating-contact a{box-shadow:0 9px 24px #0d365440}
.coverage{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:60px;background:#fff}.coverage h2{font-size:clamp(34px,4vw,54px)}.coverage-copy>p:not(.eyebrow){max-width:520px;color:var(--muted);font-size:18px;line-height:1.75}.coverage-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.coverage-points span{padding:8px 14px;border:1px solid #cde1f2;border-radius:100px;color:#286697;font-weight:700;background:#f4f9fd}.israel-map{max-width:280px;justify-self:center;filter:drop-shadow(0 16px 18px #173c5c22)}.israel-map svg{display:block;width:100%;height:auto}.map-shape{fill:#3e8ed0;stroke:#163a5f;stroke-width:3}.pin circle:first-child{fill:#163a5f;stroke:#fff;stroke-width:3}.pin-dot{fill:#fff}@media(max-width:780px){.coverage{grid-template-columns:1fr;gap:25px}.israel-map{max-width:205px;order:-1}.coverage-points{margin-top:18px}}
.coverage{display:none}
.floating-contact{left:auto;right:20px}.floating-contact a{width:64px;height:64px}.floating-contact svg{width:32px;height:32px}@media(max-width:780px){.floating-contact{left:auto;right:14px}.floating-contact a{width:60px;height:60px}.floating-contact svg{width:30px;height:30px}}
.process ol{margin-top:34px;gap:18px}.process li{padding-top:14px}.process li p{margin-top:6px}@media(max-width:780px){.process ol{gap:14px}}
.coverage{overflow:hidden}.israel-map{width:min(280px,100%);height:430px;max-width:none;position:relative;background:transparent;border-radius:0;box-shadow:none;filter:none}.israel-map svg{display:none}.israel-map:after{content:'';position:absolute;inset:0;background:#3e8ed0;clip-path:polygon(62% 2%,68% 1%,71% 4%,69% 9%,71% 14%,69% 20%,66% 25%,65% 31%,66% 37%,64% 43%,65% 49%,63% 55%,63% 62%,61% 69%,61% 75%,58% 81%,56% 87%,54% 94%,51% 99%,48% 97%,46% 90%,43% 83%,39% 75%,34% 66%,28% 55%,27% 51%,33% 47%,38% 42%,42% 35%,45% 28%,47% 22%,49% 16%,51% 10%,54% 6%,57% 4%);filter:drop-shadow(0 16px 18px #173c5c2b)}.israel-map:before{content:'';position:absolute;z-index:2;width:16px;height:16px;top:70px;left:59%;border-radius:50%;background:#163a5f;border:3px solid #fff;box-shadow:2px 76px 0 -1px #163a5f,2px 76px 0 2px #fff,-3px 148px 0 -1px #163a5f,-3px 148px 0 2px #fff,0 228px 0 -1px #163a5f,0 228px 0 2px #fff,-9px 300px 0 -1px #163a5f,-9px 300px 0 2px #fff}@media(max-width:780px){.israel-map{width:205px;height:315px}.israel-map:before{transform:scale(.74);transform-origin:top left;top:50px;left:57%}}
.israel-map{width:250px;height:520px}.israel-map:after{clip-path:polygon(80% 2%,83% 1%,85% 3%,84% 6%,85% 9%,88% 12%,88% 16%,85% 19%,87% 23%,87% 27%,84% 31%,81% 35%,76% 38%,73% 39%,73% 44%,75% 49%,75% 55%,77% 60%,75% 66%,71% 71%,70% 76%,69% 82%,66% 88%,63% 94%,59% 99%,55% 97%,53% 93%,49% 88%,45% 83%,41% 77%,36% 72%,32% 66%,28% 60%,23% 55%,18% 50%,14% 45%,11% 40%,10% 36%,14% 33%,16% 30%,21% 28%,25% 25%,28% 21%,31% 17%,34% 13%,37% 9%,39% 5%,44% 4%,48% 5%,53% 4%,57% 2%,60% 4%,64% 3%,67% 0%,70% 2%,74% 0%,76% 3%)}.israel-map:before{top:77px;left:72%;box-shadow:-10px 80px 0 -1px #163a5f,-10px 80px 0 2px #fff,-53px 156px 0 -1px #163a5f,-53px 156px 0 2px #fff,0 158px 0 -1px #163a5f,0 158px 0 2px #fff,-13px 272px 0 -1px #163a5f,-13px 272px 0 2px #fff,-43px 417px 0 -1px #163a5f,-43px 417px 0 2px #fff}@media(max-width:780px){.israel-map{width:180px;height:374px}.israel-map:before{transform:scale(.72);transform-origin:top left;top:55px;left:71%}}
.carousel-hint{display:none}@media(max-width:780px){.services-carousel{display:flex;grid-template-columns:none;overflow-x:auto;gap:14px;margin:34px -24px 0;padding:0 24px 10px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.services-carousel::-webkit-scrollbar{display:none}.services-carousel article{flex:0 0 min(82vw,370px);min-height:238px;scroll-snap-align:center}.carousel-hint{display:block;margin:10px 0 0;color:#4d7fa8;text-align:center;font-size:14px;font-weight:700}}
.process{overflow:hidden}@media(max-width:780px){.process ol{display:flex;overflow-x:auto;margin:34px -24px 0;padding:0 24px 10px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.process ol::-webkit-scrollbar{display:none}.process li{flex:0 0 min(82vw,370px);min-height:170px;scroll-snap-align:center}}
.trust-section{padding:25px max(8vw,30px) 28px;background:#eaf2fa;border-block:1px solid #d7e6f3;text-align:center}.trust-title{margin:0 0 13px;color:var(--ink);font:600 17px Rubik}.trust-section .trust{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 23px;margin:0;color:var(--muted);font-size:14px}.trust-section .trust span:before{content:'✓';color:#3e8ed0;font-weight:800;margin-left:7px}@media(max-width:460px){.trust-section{padding-block:22px}.trust-section .trust{display:grid;gap:11px}}
.blog-hero{padding:100px max(8vw,30px) 70px;background:#eaf2fa;text-align:center}.blog-hero h1,.article-hero h1{font:700 clamp(38px,5vw,64px)/1.1 Rubik;margin:0}.blog-hero>p:last-child{max-width:620px;margin:22px auto 0;color:var(--muted);font-size:18px;line-height:1.7}.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{display:flex;flex-direction:column;min-height:100%;padding:0 22px 25px;background:#fff;text-decoration:none;color:var(--ink);border:1px solid #d7e6f3;border-radius:8px;overflow:hidden;box-shadow:0 8px 22px #173c5c12;transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #173c5c20}.post-cover{height:160px;margin:0 -22px 18px;background:linear-gradient(135deg,#163a5f,#3e8ed0);display:block}.cover-2{background:linear-gradient(135deg,#1c4e74,#89c5ee)}.cover-3{background:linear-gradient(135deg,#24577f,#bddcf4)}.cover-4{background:linear-gradient(135deg,#0f3154,#5ea6dc)}.cover-5{background:linear-gradient(135deg,#235b86,#7fb7df)}.cover-6{background:linear-gradient(135deg,#173b5e,#6aaade)}.cover-7{background:linear-gradient(135deg,#28577c,#a9d4f2)}.cover-8{background:linear-gradient(135deg,#163a5f,#639fcc)}.cover-9{background:linear-gradient(135deg,#235174,#8fc9f4)}.cover-10{background:linear-gradient(135deg,#0d385f,#69aee2)}.post-card time{color:#5d88ac;font-size:14px}.post-card h2{font:700 22px/1.35 Rubik;margin:12px 0}.post-card p{margin:0;color:var(--muted);line-height:1.7}.read-more{margin-top:auto;padding-top:18px;color:#286697;font-weight:800}.article-hero{padding:80px max(8vw,30px);background:linear-gradient(125deg,#102d4b,#245b8f);color:#fff}.article-hero .eyebrow,.article-hero time{color:#b9def8}.article-hero time{display:block;margin-top:18px}.article{max-width:830px;margin:auto;padding-top:75px;padding-bottom:75px;font-size:18px;line-height:1.85}.article h2{font:700 31px/1.3 Rubik;margin:52px 0 15px}.article h3{font:700 22px/1.4 Rubik;margin:28px 0 8px}.article p{color:#435a70}.article li{margin-bottom:8px}.article a{color:#23669b;font-weight:700}.article-faq{margin-top:45px;padding:28px;background:#eaf2fa;border-radius:8px}.article-cta{margin-top:46px;padding:30px;background:#163a5f;color:#fff;border-radius:8px}.article-cta p{color:#dcecf8}.article-cta .button{background:#fff;color:#163a5f}@media(max-width:780px){.blog-hero{padding-block:70px}.blog-list{grid-template-columns:1fr}.article-hero{padding-block:60px}.article{font-size:17px;padding-top:55px;padding-bottom:55px}.article h2{font-size:28px}}
.section-link{margin:28px 0 0;text-align:center}.section-link a{color:#286697;font-weight:800;text-underline-offset:4px}
.inquiry-section{background:#eaf2fa}.inquiry-card{max-width:680px;margin:auto;padding:42px;background:#fff;border:1px solid #d7e6f3;border-radius:16px;box-shadow:0 14px 35px #173c5c18}.inquiry-card h2{font:700 clamp(32px,4vw,46px)/1.2 Rubik;margin:0}.inquiry-card>p:not(.eyebrow){margin:14px 0 30px;color:var(--muted);font-size:18px}.inquiry-form{display:grid;gap:20px}.inquiry-form label{display:grid;gap:8px;color:var(--ink);font-weight:700;font-size:18px}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;padding:14px 16px;border:1px solid #cde1f2;border-radius:8px;background:#fbfdff;color:var(--ink);font:400 17px Heebo}.inquiry-form textarea{resize:vertical}.inquiry-form .button{border:0;cursor:pointer;font:700 18px Heebo}.form-note{margin:0;color:var(--muted);font-size:14px;text-align:center}@media(max-width:780px){.inquiry-card{padding:28px 22px}.inquiry-form label{font-size:17px}}

/* Homepage brand visual and public sample report */
.hero-logo-visual{display:grid;place-items:center;padding:48px;background:linear-gradient(145deg,#dceefc,#f8fbff);border:1px solid #cde1f2;border-radius:170px 170px 24px 24px;box-shadow:0 24px 55px #173c5c1c;isolation:auto}
.hero-logo-visual:before,.hero-logo-visual:after{display:none}
.hero-logo-visual img{display:block;width:min(100%,360px);height:auto;padding:20px;background:#fff;border-radius:18px;box-shadow:0 16px 40px #173c5c24}
.sample-report{display:flex;align-items:center;justify-content:space-between;gap:48px;background:#eaf2fa}
.sample-report>div{max-width:720px}
.sample-report h2{font-size:clamp(34px,4vw,54px)}
.sample-report p:not(.eyebrow){margin:20px 0 0;color:var(--muted);font-size:18px;line-height:1.75}
.sample-report>.button{flex:0 0 auto}
.sample-report-page{min-height:calc(100vh - 76px);background:linear-gradient(145deg,#f8fbff,#dceefc)}
.sample-report-page h1{font:700 clamp(42px,5.7vw,76px)/1.08 Rubik;margin:0;letter-spacing:-.045em}
.sample-report-cta{background:#eaf2fa;color:var(--ink)}
.sample-report-cta p{color:var(--muted)}
.sample-report-cta .button{background:var(--ink);color:#fff}
@media(max-width:780px){.hero-logo-visual{height:315px;padding:34px;border-radius:100px 100px 18px 18px}.hero-logo-visual img{width:min(100%,245px);padding:14px}.sample-report{display:block}.sample-report>.button{margin-top:28px}}

/* Nationwide service reveal */
.nationwide{position:relative;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:70px;overflow:hidden;background:linear-gradient(145deg,#f8fbff,#dceefc)}
.nationwide:before{content:'';position:absolute;width:420px;height:420px;left:-150px;bottom:-210px;border-radius:50%;background:#3e8ed018;filter:blur(2px)}
.nationwide-copy{position:relative;z-index:2}
.nationwide h2{font-size:clamp(38px,4.7vw,64px)}
.nationwide-copy>p:not(.eyebrow){max-width:570px;margin:24px 0 0;color:var(--muted);font-size:19px;line-height:1.75}
.nationwide-map{position:relative;justify-self:center;width:min(410px,100%);height:640px;overflow:hidden;border-radius:180px 180px 28px 28px;background:radial-gradient(circle at 50% 42%,#fff 0,#eef7fd 52%,#cfe6f7 100%);box-shadow:0 24px 60px #173c5c24}
.nationwide-map:before{content:'';position:absolute;inset:14%;border-radius:50%;background:#3e8ed026;filter:blur(35px);transform:scale(.7);opacity:.3}
.nationwide-map:after{content:'';position:absolute;z-index:3;left:12%;right:12%;top:18%;height:2px;background:linear-gradient(90deg,transparent,#62b5f5,transparent);box-shadow:0 0 22px #3e8ed0;opacity:0}
.nationwide-map img{position:absolute;z-index:2;top:50%;left:50%;width:540px;max-width:none;height:auto;transform:translate(-50%,-50%);filter:drop-shadow(0 18px 22px #173c5c28)}
.nationwide.reveal-ready .nationwide-copy{opacity:0;transform:translateX(36px);transition:opacity .65s ease,transform .8s cubic-bezier(.2,.75,.2,1)}
.nationwide.reveal-ready .nationwide-map{opacity:0;transform:translateY(38px) scale(.95);transition:opacity .55s ease .12s,transform .9s cubic-bezier(.2,.8,.2,1) .12s}
.nationwide.reveal-ready .nationwide-map img{clip-path:inset(100% 0 0 0);transition:clip-path 1.25s cubic-bezier(.25,.75,.2,1) .25s}
.nationwide.reveal-ready.is-visible .nationwide-copy,.nationwide.reveal-ready.is-visible .nationwide-map{opacity:1;transform:none}
.nationwide.reveal-ready.is-visible .nationwide-map img{clip-path:inset(0 0 0 0)}
.nationwide.reveal-ready.is-visible .nationwide-map:before{animation:mapPulse 2.4s ease-out .4s both}
.nationwide.reveal-ready.is-visible .nationwide-map:after{animation:mapScan 1.35s ease-in-out .35s both}
@keyframes mapPulse{0%{opacity:.15;transform:scale(.6)}55%{opacity:.7;transform:scale(1.12)}100%{opacity:.3;transform:scale(1)}}
@keyframes mapScan{0%{top:82%;opacity:0}18%{opacity:.9}82%{opacity:.9}100%{top:18%;opacity:0}}
@media(max-width:780px){.nationwide{grid-template-columns:1fr;gap:30px}.nationwide-copy{text-align:center}.nationwide-copy>p:not(.eyebrow){margin-inline:auto}.nationwide .coverage-points{justify-content:center}.nationwide-map{width:280px;height:480px;order:-1;border-radius:120px 120px 22px 22px}.nationwide-map img{width:405px}}
@media(prefers-reduced-motion:reduce){.nationwide.reveal-ready .nationwide-copy,.nationwide.reveal-ready .nationwide-map{opacity:1;transform:none;transition:none}.nationwide.reveal-ready .nationwide-map img{clip-path:none;transition:none}.nationwide.reveal-ready.is-visible .nationwide-map:before,.nationwide.reveal-ready.is-visible .nationwide-map:after{animation:none}}

/* Final call to action */
.contact{display:block;text-align:center}
.contact>div:first-child{max-width:760px;margin-inline:auto}
.contact-actions{width:min(300px,100%);min-width:0;margin:32px auto 0}

/* Blog photography */
.post-cover{width:calc(100% + 44px);height:190px;object-fit:cover;object-position:center;background:#dceefc}

/* Site footer */
.site-footer{display:block;padding:58px max(5vw,28px) 24px;background:#102d4b;color:#dcecf8;font-size:15px}
.footer-main{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(480px,2fr);gap:72px;max-width:1220px;margin:0 auto 45px}
.footer-brand p{max-width:270px;margin:18px 0 0;line-height:1.7;color:#b9d5e9}
.site-footer .footer-logo{width:132px;height:78px;padding:7px;background:#fff;border-radius:8px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}
.footer-links>div{display:grid;align-content:start;gap:10px}
.footer-links strong{margin-bottom:5px;color:#fff;font:700 17px Rubik}
.footer-links a{width:max-content;max-width:100%;color:#cfe5f5;text-decoration:none;text-underline-offset:4px}
.footer-links a:hover,.footer-links a:focus-visible{color:#fff;text-decoration:underline}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;max-width:1220px;margin:auto;padding-top:22px;border-top:1px solid #dcecf833;color:#a9c6dc;font-size:14px}
@media(max-width:780px){.contact-actions{max-width:300px;margin:28px auto 0}.site-footer{padding:44px 24px 22px}.footer-main{grid-template-columns:1fr;gap:34px;margin-bottom:34px}.footer-links{grid-template-columns:1fr 1fr;gap:30px}.footer-links>div:last-child{grid-column:1/-1}.footer-bottom{display:grid;gap:8px}.post-cover{height:210px}}
@media(max-width:460px){.footer-links{grid-template-columns:1fr}.footer-links>div:last-child{grid-column:auto}}

/* Tighter page rhythm */
.hero{min-height:560px;padding-top:62px;padding-bottom:62px}
.hero+.checks{padding-top:68px}
.blog-list{padding-top:64px;padding-bottom:72px}
.article-hero{padding-top:58px;padding-bottom:58px}
.article{padding-top:48px;padding-bottom:58px}
.article>p:first-child{margin-top:0}
.article h2{margin-top:40px}
.faq-page{padding-top:72px;padding-bottom:78px}
.faq-page h1{font:700 clamp(38px,5vw,58px)/1.12 Rubik;margin:0;letter-spacing:-.035em}
.faq-intro{max-width:720px;margin:18px 0 28px;color:var(--muted);font-size:18px;line-height:1.7}
@media(max-width:780px){.hero{min-height:0;padding-top:0;padding-bottom:48px}.hero+.checks{padding-top:52px}.blog-hero{padding-top:56px;padding-bottom:48px}.blog-list{padding-top:48px;padding-bottom:56px}.article-hero{padding-top:46px;padding-bottom:46px}.article{padding-top:38px;padding-bottom:48px}}
@media(max-width:780px){.faq-page{padding-top:52px;padding-bottom:58px}.faq-intro{font-size:17px;margin-bottom:20px}}

/* Rotating 3D property showcase */
.hero-property-visual{isolation:isolate;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none}
.hero-property-visual:before,.hero-property-visual:after{display:none}
.hero-property-slide{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:translateY(18px) scale(.92);filter:drop-shadow(0 19px 18px #173c5c32);transition:opacity .65s ease,transform .85s cubic-bezier(.2,.75,.2,1);will-change:opacity,transform}
.hero-property-slide.is-active{opacity:1;transform:translateY(0) scale(1)}
@media(max-width:780px){.hero-property-visual{height:315px}.hero-property-slide{inset:0;width:100%;height:100%}}
@media(prefers-reduced-motion:reduce){.hero-property-slide{transition:none}}

/* SEO content and service navigation */
.service-hero,.about-hero,.contact-page-hero{background:linear-gradient(135deg,#f8fbff,#eaf2fa);text-align:center}
.service-hero h1,.about-hero h1,.contact-page-hero h1{max-width:980px;margin:0 auto;font:700 clamp(40px,5vw,68px)/1.08 Rubik;letter-spacing:-.045em}
.service-hero>p:last-child,.about-lead,.contact-page-hero>p:last-child{max-width:780px;margin:24px auto 0;color:var(--muted);font-size:19px;line-height:1.75}
.cards .service-card{display:flex;flex-direction:column;min-height:230px;padding:30px 25px;background:#fbfdff;color:var(--ink);text-decoration:none;border:1px solid #d7e6f3;border-radius:5px;transition:transform .2s,box-shadow .2s,border-color .2s}
.cards .service-card:hover,.cards .service-card:focus-visible{transform:translateY(-4px);border-color:#8fc9f4;box-shadow:0 14px 28px #173c5c18;outline:0}
.cards .service-card h3{font:700 21px Rubik;margin:22px 0 8px}
.cards .service-card p{margin:0;color:var(--muted);line-height:1.6}
.service-card-cta{margin-top:auto;padding-top:18px;color:#286697;font-weight:800}
.service-details{display:grid;gap:0;background:#fff}
.service-details article{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(320px,1.25fr);gap:70px;padding:44px 0;border-bottom:1px solid #d7e6f3;scroll-margin-top:100px}
.service-details article:first-child{border-top:1px solid #d7e6f3}
.service-details article span{color:#3e8ed0;font:700 17px Rubik}
.service-details h2{margin:10px 0 0;font:700 clamp(28px,3.2vw,42px)/1.2 Rubik}
.service-details p{margin:0 0 14px;color:var(--muted);font-size:18px;line-height:1.75}
.service-details a{color:#286697;font-weight:800;text-underline-offset:4px}
.seo-guide{margin-top:42px;padding-top:2px;border-top:1px solid #d7e6f3}

/* About page */
.about-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.about-story h2{margin:0;font:700 clamp(34px,4vw,54px)/1.15 Rubik}
.about-copy p{margin:0 0 20px;color:var(--muted);font-size:18px;line-height:1.85}
.about-value-grid,.report-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
.about-value-grid article,.report-steps article{padding:30px;background:#fff;border:1px solid #d7e6f3;border-radius:8px}
.about-value-grid span,.report-steps span{color:#3e8ed0;font:700 18px Rubik}
.about-value-grid h3,.report-steps h3{margin:18px 0 9px;font:700 22px Rubik}
.about-value-grid p,.report-steps p{margin:0;color:var(--muted);line-height:1.7}

/* Contact and location */
.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:stretch}
.contact-layout .inquiry-card{width:100%;max-width:none;margin:0}
.location-card{overflow:hidden;background:#fff;border:1px solid #d7e6f3;border-radius:16px;box-shadow:0 14px 35px #173c5c18}
.location-card>.eyebrow,.location-card>h2,.location-card>p,.location-actions{margin-inline:34px}
.location-card>.eyebrow{margin-top:38px}
.location-card>h2{margin-top:0;margin-bottom:10px;font:700 clamp(30px,3.6vw,44px)/1.2 Rubik}
.location-card>p{color:var(--muted);font-size:18px}
.location-actions{display:flex;flex-wrap:wrap;gap:10px 20px;margin-bottom:28px}
.location-actions a{color:#286697;font-weight:800;text-underline-offset:4px}
.map-frame{height:340px;border-top:1px solid #d7e6f3;background:#dceefc}
.map-frame iframe{display:block;width:100%;height:100%;border:0}

/* Sample report */
.sample-report-page{min-height:auto;padding-top:85px;padding-bottom:85px}
.sample-report-page>div{max-width:790px}
.sample-report-page .report-benefits{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}
.report-benefits li{padding:12px 16px;background:#fff;border-right:3px solid #3e8ed0;border-radius:5px;color:#435a70;line-height:1.65}
.report-actions{display:grid;gap:10px;justify-items:center;flex:0 0 auto}
.report-actions span{color:var(--muted);font-size:14px}
.report-process{background:#fff}

/* Four-column footer inspired by the provided reference */
.site-footer{padding:62px max(5vw,28px) 24px}
.site-footer .footer-main{display:grid;grid-template-columns:1.15fr .8fr 1fr .9fr;gap:46px;max-width:1280px;margin:0 auto 46px}
.site-footer h2{margin:0 0 17px;color:#fff;font:700 18px Rubik}
.site-footer .footer-brand h2{margin-top:18px;margin-bottom:8px;font-size:22px}
.site-footer .footer-brand p{max-width:320px;margin:0;color:#b9d5e9;line-height:1.75}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-column a{color:#cfe5f5;text-decoration:none;line-height:1.45;text-underline-offset:4px}
.footer-column a:hover,.footer-column a:focus-visible{color:#fff;text-decoration:underline}
.footer-column .footer-cta{margin-top:10px;padding:11px 16px;background:#fff;color:#163a5f;font-weight:800;border-radius:5px}
.footer-column .footer-cta:hover,.footer-column .footer-cta:focus-visible{color:#163a5f;text-decoration:none;background:#dceef8}

@media(max-width:900px){
  .site-footer .footer-main{grid-template-columns:1fr 1fr}
  .contact-layout{grid-template-columns:1fr}
  .about-story{grid-template-columns:1fr;gap:35px}
}
@media(max-width:780px){
  .service-hero,.about-hero,.contact-page-hero{padding-top:58px}
  .service-hero>p:last-child,.about-lead,.contact-page-hero>p:last-child{font-size:17px}
  .services-carousel .service-card{flex:0 0 min(82vw,370px);min-height:250px;scroll-snap-align:center}
  .service-details article{grid-template-columns:1fr;gap:18px;padding:36px 0}
  .about-value-grid,.report-steps{grid-template-columns:1fr}
  .sample-report-page{padding-top:62px;padding-bottom:62px}
  .report-actions{justify-items:start;margin-top:28px}
  .location-card>.eyebrow,.location-card>h2,.location-card>p,.location-actions{margin-inline:24px}
  .map-frame{height:300px}
}
@media(max-width:520px){
  .site-footer .footer-main{grid-template-columns:1fr;gap:34px}
  .site-footer .footer-bottom{gap:10px}
}

/* Expandable FAQs in blog articles */
.article-faq details{margin-top:12px;overflow:hidden;background:#fff;border:1px solid #d7e6f3;border-radius:7px}
.article-faq summary{position:relative;padding:18px 20px 18px 52px;color:var(--ink);font:700 19px/1.45 Rubik;cursor:pointer;list-style:none}
.article-faq summary::-webkit-details-marker{display:none}
.article-faq summary:after{content:'+';position:absolute;left:20px;top:50%;translate:0 -50%;color:#286697;font:500 28px/1 Rubik;transition:rotate .2s}
.article-faq details[open] summary{border-bottom:1px solid #d7e6f3}
.article-faq details[open] summary:after{rotate:45deg}
.article-faq details p{margin:0;padding:16px 20px 20px;line-height:1.75}
.article-faq summary:focus-visible{outline:3px solid #8fc9f4;outline-offset:-3px}
@media(max-width:780px){
  .article-faq{padding:20px}
  .article-faq summary{padding:16px 16px 16px 45px;font-size:17px}
  .article-faq summary:after{left:16px}
}
