:root {
  --navy: #081b2a;
  --navy-2: #102c3f;
  --navy-3: #173b50;
  --orange: #ff6b2c;
  --orange-2: #ff8b3d;
  --sand: #f5efe5;
  --paper: #fffdf9;
  --ink: #102332;
  --muted: #66747e;
  --line: rgba(16, 35, 50, 0.14);
  --white-line: rgba(255, 255, 255, 0.17);
  --shadow: 0 28px 70px rgba(8, 27, 42, 0.13);
  --radius: 26px;
  --font: "Alexandria", system-ui, sans-serif;
  --display: "Noto Kufi Arabic", var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; right: 10px; padding: 10px 16px; color: #fff; background: var(--orange); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.demo-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 7px 18px; color: rgba(255,255,255,.76); background: #04111b; font-size: .69rem; }
.demo-bar a { color: #fff; text-decoration: none; font-weight: 700; }
.demo-bar a span { color: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; background: rgba(8, 27, 42, .92); backdrop-filter: blur(20px); transition: box-shadow .3s ease; }
.site-header.scrolled { box-shadow: 0 15px 40px rgba(0,0,0,.18); }
.header-inner { height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { min-width: max-content; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { font-family: var(--display); font-size: 1.13rem; line-height: 1.2; }
.brand small { color: rgba(255,255,255,.58); font-size: .58rem; }
.brand-mark { position: relative; width: 48px; height: 48px; display: block; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: linear-gradient(145deg, #15394f, #081a28); overflow: hidden; box-shadow: inset 0 1px rgba(255,255,255,.1); }
.brand-mark::before { content: ""; position: absolute; width: 22px; height: 13px; top: 15px; right: 13px; background: var(--orange); border-radius: 3px 3px 1px 1px; }
.brand-mark::after { content: ""; position: absolute; width: 9px; height: 9px; top: 24px; right: 9px; border-radius: 2px; background: var(--orange); box-shadow: -21px 0 var(--orange); }
.brand-mark i, .brand-mark b { position: absolute; z-index: 1; bottom: 9px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; }
.brand-mark i { right: 11px; }.brand-mark b { left: 11px; }
.desktop-nav { flex: 1; display: flex; justify-content: center; gap: 25px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); text-decoration: none; font-size: .73rem; font-weight: 600; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline: 50%; bottom: -10px; height: 2px; background: var(--orange); transition: inset .2s; }
.desktop-nav a:hover { color: #fff; }.desktop-nav a:hover::after { inset-inline: 0; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.phone-link { display: grid; text-decoration: none; line-height: 1.35; }
.phone-link small { color: rgba(255,255,255,.56); font-size: .54rem; }.phone-link strong { font-size: .7rem; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; cursor: pointer; text-decoration: none; font-weight: 800; font-size: .76rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #f4541d); box-shadow: 0 12px 30px rgba(255,107,44,.25); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(255,107,44,.36); }
.button-large { min-height: 58px; padding: 0 27px; border-radius: 15px; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.button-dark { color: #fff; background: var(--navy); }
.button-block { width: 100%; }
.button-ghost-light { color: #fff; border-color: var(--white-line); background: transparent; }
.menu-toggle { width: 46px; height: 46px; display: none; place-items: center; align-content: center; gap: 6px; padding: 0; border: 1px solid var(--white-line); border-radius: 13px; background: transparent; }
.menu-toggle span { width: 18px; height: 2px; display: block; background: #fff; transition: transform .2s; }
.menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; height: var(--hero-viewport-height, calc(100svh - 115px)); min-height: 0; display: grid; align-items: stretch; color: #fff; background: var(--navy); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,27,42,.08) 0%, rgba(8,27,42,.48) 44%, rgba(8,27,42,.97) 73%, #081b2a 100%), linear-gradient(0deg, rgba(8,27,42,.45), transparent 45%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: 40px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.hero-content { position: relative; z-index: 2; min-height: 0; display: flex; align-items: center; padding-bottom: 126px; }
.hero-copy { width: min(620px, 56%); padding-top: 26px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .02em; }
.eyebrow i { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 660px; margin: 20px 0 22px; font-family: var(--display); font-size: clamp(3rem, 5.4vw, 5.3rem); line-height: 1.2; letter-spacing: -.055em; }
.hero h1 em, .section-heading h2 em, .protection-copy h2 em, .estimator-intro h2 em, .office-copy h2 em, .faq-intro h2 em, .booking-copy h2 em, .assurance-heading h2 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.75); font-size: 1rem; line-height: 2; }
.hero-actions { position: relative; z-index: 20; display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 17px; margin: 27px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.74); font-size: .66rem; }
.hero-points li { display: flex; align-items: center; gap: 7px; }.hero-points span { width: 20px; height: 20px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,107,44,.4); border-radius: 50%; }
.hero-rail { position: absolute; z-index: 3; inset-inline: 0; bottom: 0; min-height: 126px; display: grid; grid-template-columns: repeat(3, 1fr) 1.05fr; background: rgba(5,18,28,.9); border: 1px solid var(--white-line); border-bottom: 0; border-radius: 22px 22px 0 0; backdrop-filter: blur(20px); overflow: hidden; }
.hero-rail article, .hero-rail > button { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 22px 23px; border: 0; border-inline-start: 1px solid var(--white-line); color: #fff; background: transparent; text-align: right; }
.hero-rail article > span { color: var(--orange); font-family: var(--display); font-size: .73rem; }
.hero-rail p, .hero-rail button { margin: 0; }.hero-rail p { display: grid; gap: 5px; }.hero-rail small { color: rgba(255,255,255,.5); font-size: .57rem; }.hero-rail strong { font-size: .72rem; line-height: 1.6; }
.hero-rail > button { cursor: pointer; justify-content: center; background: var(--orange); }.hero-rail > button small { color: rgba(255,255,255,.76); }.hero-rail > button strong { display: block; font-size: .77rem; }.hero-rail > button b { margin-right: 10px; }
.trust-strip { padding: 22px 0; border-bottom: 1px solid var(--line); background: var(--sand); }
.trust-strip .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip span { padding: 0 24px; border-inline-start: 1px solid var(--line); color: var(--muted); font-size: .68rem; text-align: center; }.trust-strip span:last-child { border: 0; }.trust-strip b { color: var(--ink); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .protection-copy h2, .estimator-intro h2, .faq-intro h2, .booking-copy h2, .assurance-heading h2 { margin: 12px 0 0; font-family: var(--display); font-size: clamp(2rem, 3.8vw, 3.65rem); line-height: 1.4; letter-spacing: -.045em; }
.section-heading > p { width: min(460px, 43%); margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.9; }
.services-grid { display: grid; grid-template-columns: 1.18fr repeat(3, 1fr); gap: 15px; }
.service-card { min-height: 400px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(255,107,44,.35); box-shadow: var(--shadow); }
.service-main { color: #fff; border-color: transparent; background: var(--navy); }
.service-index { align-self: flex-end; color: #9ba7af; font-size: .65rem; }.service-main .service-index { color: rgba(255,255,255,.45); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 29px 0 21px; color: var(--orange); border: 1px solid rgba(255,107,44,.23); border-radius: 19px; background: rgba(255,107,44,.07); font-size: 1.7rem; }
.service-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 1.05rem; }.service-card p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.85; }.service-main p { color: rgba(255,255,255,.65); }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.73); font-size: .65rem; line-height: 2; }
.service-card li::before { content: "—"; margin-left: 7px; color: var(--orange); }
.service-card a, .service-card > button { margin-top: auto; padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); color: var(--ink); background: transparent; text-align: right; text-decoration: none; cursor: pointer; font-size: .67rem; font-weight: 800; }.service-main a { color: #fff; border-color: var(--white-line); }.service-card a span, .service-card button span { float: left; color: var(--orange); font-size: 1rem; }

.protection { background: var(--sand); }
.protection-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.protection-media { position: relative; min-height: 590px; margin: 0; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.protection-media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(8,27,42,.86), transparent 46%); }
.protection-media img { width: 100%; height: 590px; object-fit: cover; }
.protection-media figcaption { position: absolute; z-index: 2; inset-inline: 28px; bottom: 28px; display: grid; gap: 7px; color: #fff; }.protection-media figcaption span { color: var(--orange-2); font-size: .63rem; }.protection-media figcaption strong { font-family: var(--display); font-size: 1.1rem; }
.protection-copy > p, .estimator-intro > p, .faq-intro > p, .booking-copy > p { color: var(--muted); font-size: .82rem; line-height: 1.95; }
.material-tabs { display: flex; gap: 7px; margin: 28px 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.material-tabs button { flex: 1; padding: 11px 8px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; font-size: .66rem; font-weight: 700; }.material-tabs button.active { color: #fff; background: var(--navy); }
.material-result { min-height: 142px; display: flex; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.material-result > span { flex: 0 0 46px; height: 46px; display: grid; place-items: center; color: var(--orange); border-radius: 13px; background: rgba(255,107,44,.1); font-family: var(--display); font-size: .72rem; }
.material-result h3 { margin: 0 0 8px; font-family: var(--display); font-size: .86rem; }.material-result p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.8; }
.protection-list { display: grid; gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; font-size: .68rem; }.protection-list li { display: flex; align-items: center; gap: 9px; }.protection-list span { width: 23px; height: 23px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,107,44,.3); border-radius: 50%; }

.estimator { color: #fff; background: radial-gradient(circle at 10% 20%, rgba(255,107,44,.12), transparent 30%), var(--navy); }
.estimator-shell { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; }
.kicker-light { color: var(--orange-2); }.estimator-intro h2, .booking-copy h2 { color: #fff; }.estimator-intro > p, .booking-copy > p { color: rgba(255,255,255,.64); }
.estimator-note { display: flex; gap: 13px; margin-top: 30px; padding: 18px; border: 1px solid var(--white-line); border-radius: 15px; background: rgba(255,255,255,.04); }
.estimator-note > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,107,44,.4); border-radius: 50%; font-weight: 800; }.estimator-note p { margin: 0; color: rgba(255,255,255,.58); font-size: .63rem; line-height: 1.8; }.estimator-note strong { color: #fff; }
.estimator-card { padding: 34px; color: var(--ink); border-radius: 28px; background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.field-group { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 13px; margin-bottom: 13px; }.field-group > span, .estimator-card legend > span { color: var(--orange); font-family: var(--display); font-size: .62rem; }.field-group label { display: grid; gap: 8px; font-size: .65rem; font-weight: 700; }
select, input, textarea { width: 100%; color: var(--ink); border: 1px solid var(--line); border-radius: 11px; background: #fff; outline: 0; transition: border .2s, box-shadow .2s; } select, input { height: 48px; padding: 0 13px; } textarea { padding: 13px; resize: vertical; }
select:focus, input:focus, textarea:focus { border-color: rgba(255,107,44,.7); box-shadow: 0 0 0 4px rgba(255,107,44,.09); }
.estimator-card fieldset { margin: 20px 0; padding: 0; border: 0; }.estimator-card legend { margin-bottom: 11px; font-size: .66rem; font-weight: 700; }.estimator-card legend span { margin-left: 15px; }
.check { display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }.check + .check { margin-top: 8px; }.check input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }.check i { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; }.check input:checked + i { border-color: var(--orange); background: var(--orange); }.check input:checked + i::after { content: "✓"; color: #fff; font-style: normal; font-size: .7rem; }.check span { display: grid; gap: 3px; }.check strong { font-size: .64rem; }.check small { color: var(--muted); font-size: .56rem; }
.estimate-result { display: grid; grid-template-columns: 1fr auto; gap: 6px; margin: 21px 0 15px; padding: 19px; border-radius: 14px; background: var(--sand); }.estimate-result > span { color: var(--muted); font-size: .6rem; }.estimate-result > strong { grid-row: span 2; color: var(--orange); font-family: var(--display); font-size: 1.05rem; }.estimate-result small { color: var(--muted); font-size: .53rem; }

.process-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 70px; }
.equipment-card { position: relative; min-height: 570px; margin: 0; border-radius: 30px; overflow: hidden; }.equipment-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,27,42,.88), transparent 52%); }.equipment-card img { width: 100%; height: 100%; object-fit: cover; }.equipment-card > div { position: absolute; z-index: 1; inset-inline: 26px; bottom: 27px; display: grid; gap: 7px; color: #fff; }.equipment-card span { color: var(--orange-2); font-size: .64rem; }.equipment-card strong { font-family: var(--display); font-size: 1.08rem; }
.process-list { margin: 0; padding: 0; list-style: none; }.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }.process-list li:first-child { padding-top: 0; }.process-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,107,44,.24); border-radius: 15px; font-family: var(--display); font-size: .67rem; }.process-list h3 { margin: 0 0 8px; font-family: var(--display); font-size: .87rem; }.process-list p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.8; }

.office { padding-top: 10px; }.office-card { position: relative; min-height: 620px; display: flex; align-items: center; color: #fff; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }.office-card > img, .office-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }.office-card > img { object-fit: cover; }.office-overlay { background: linear-gradient(90deg, rgba(8,27,42,.25), rgba(8,27,42,.93) 66%, #081b2a 100%); }
.office-copy { position: relative; z-index: 1; width: min(565px, 55%); padding: 56px; }.office-copy h2 { margin: 13px 0 17px; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.35; }.office-copy p { color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.9; }.office-copy ul { display: grid; gap: 10px; margin: 25px 0 30px; padding: 0; list-style: none; font-size: .67rem; }.office-copy li::before { content: "✓"; margin-left: 9px; color: var(--orange); }
.office-badge { position: absolute; z-index: 2; left: 35px; bottom: 35px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(8,27,42,.82); backdrop-filter: blur(12px); }.office-badge span { display: block; margin-bottom: 7px; color: var(--orange-2); font-size: .57rem; }.office-badge strong { font-size: .75rem; line-height: 1.6; }

.assurances { padding-top: 96px; }.assurances-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); border-block: 1px solid var(--line); }.assurance-heading, .assurances-grid article { padding: 35px 27px; border-inline-start: 1px solid var(--line); }.assurance-heading { padding-right: 0; }.assurance-heading h2 { font-size: 1.7rem; }.assurances-grid article span { color: var(--orange); font-family: var(--display); font-size: .6rem; }.assurances-grid article h3 { margin: 22px 0 10px; font-family: var(--display); font-size: .78rem; }.assurances-grid article p { margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.8; }

.guides { background: var(--sand); }.guides-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 17px; }.guide-card { display: flex; flex-direction: column; color: inherit; border: 1px solid var(--line); border-radius: 24px; background: #fff; text-decoration: none; overflow: hidden; transition: transform .25s, box-shadow .25s; }.guide-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }.guide-card figure { position: relative; height: 250px; margin: 0; overflow: hidden; }.guide-large figure { height: 310px; }.guide-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.guide-card:hover img { transform: scale(1.045); }.guide-card figure span { position: absolute; top: 15px; right: 15px; padding: 7px 11px; color: #fff; border-radius: 999px; background: rgba(8,27,42,.84); font-size: .54rem; }.guide-card > div { display: flex; flex: 1; flex-direction: column; padding: 22px; }.guide-card small { color: var(--orange); font-size: .55rem; }.guide-card h3 { margin: 11px 0 9px; font-family: var(--display); font-size: .9rem; line-height: 1.7; }.guide-large h3 { font-size: 1.2rem; }.guide-card p { margin: 0; color: var(--muted); font-size: .65rem; line-height: 1.8; }.guide-card b { margin-top: auto; padding-top: 19px; font-size: .62rem; }.guide-card b span { float: left; color: var(--orange); font-size: .9rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }.faq-intro .button { margin-top: 20px; }.accordion { border-top: 1px solid var(--line); }.accordion article { border-bottom: 1px solid var(--line); }.accordion button { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: right; font-weight: 700; }.accordion button span { min-width: 0; overflow-wrap: anywhere; font-size: .75rem; }.accordion button b { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 31px; margin-inline: 7px; color: var(--orange); border: 1px solid rgba(255,107,44,.25); border-radius: 50%; font-size: 1.05rem; transition: transform .25s; }.accordion article.open button b { transform: rotate(45deg); }.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }.accordion article.open > div { grid-template-rows: 1fr; }.accordion article > div > p { min-height: 0; margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.9; overflow: hidden; }.accordion article.open > div > p { padding: 0 0 24px; }

.booking { color: #fff; background: var(--navy); }.booking-shell { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 75px; }.booking-copy ul { display: grid; gap: 11px; margin: 27px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.75); font-size: .68rem; }.booking-copy li { display: flex; gap: 10px; align-items: center; }.booking-copy li span { width: 22px; height: 22px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,107,44,.34); border-radius: 50%; }
.booking-form { min-height: 480px; padding: 34px; color: var(--ink); border-radius: 28px; background: #fff; }.form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.form-head > div { display: grid; gap: 5px; }.form-head small { color: var(--muted); font-size: .57rem; }.form-head strong { font-size: .74rem; }.form-head > span { padding: 7px 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: .5rem; }.progress { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 20px 0 25px; }.progress i { height: 3px; border-radius: 4px; background: #dfe3e5; }.progress i.active { background: var(--orange); }
.form-step { display: none; gap: 14px; }.form-step.active { display: grid; }.form-step label { display: grid; gap: 7px; font-size: .61rem; font-weight: 700; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.form-buttons { display: grid; grid-template-columns: .4fr .6fr; gap: 10px; }.booking-form .button-ghost-light { color: var(--ink); border-color: var(--line); }
.form-success { min-height: 350px; display: none; place-items: center; align-content: center; text-align: center; }.form-success.show { display: grid; }.form-success > span { width: 68px; height: 68px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--orange); font-size: 1.6rem; }.form-success h3 { margin: 18px 0 7px; font-family: var(--display); }.form-success p { max-width: 430px; color: var(--muted); font-size: .67rem; line-height: 1.8; }.form-success button { border: 0; color: var(--orange); background: transparent; cursor: pointer; font-size: .63rem; font-weight: 800; }

.footer { padding: 72px 0 22px; color: #fff; background: #04111b; }.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }.footer-brand { margin-bottom: 17px; }.footer-grid p { max-width: 380px; margin: 0; color: rgba(255,255,255,.48); font-size: .65rem; line-height: 1.9; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.footer-grid h3 { margin: 0 0 7px; color: var(--orange-2); font-size: .69rem; }.footer-grid a, .footer-grid span { color: rgba(255,255,255,.6); text-decoration: none; font-size: .63rem; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .55rem; }
.floating-quote { position: fixed; z-index: 40; bottom: 22px; left: 22px; display: flex; align-items: center; gap: 13px; padding: 8px 8px 8px 17px; border: 0; border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 18px 45px rgba(255,107,44,.33); cursor: pointer; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(14px); transition: opacity .25s, visibility .25s, transform .25s; font-weight: 800; font-size: .66rem; }.floating-quote.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }.floating-quote b { width: 36px; height: 36px; display: grid; place-items: center; color: var(--orange); border-radius: 50%; background: #fff; font-size: .95rem; }

.quote-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 18px; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }.quote-modal.open { opacity: 1; visibility: visible; }.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,17,27,.82); backdrop-filter: blur(9px); }.modal-card { position: relative; width: min(610px, 100%); max-height: calc(100vh - 36px); padding: 38px; border-radius: 28px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.35); overflow-y: auto; transform: translateY(18px); transition: transform .25s; }.quote-modal.open .modal-card { transform: none; }.modal-close { position: absolute; top: 18px; left: 18px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; font-size: 1.25rem; }.modal-card h2 { margin: 13px 0 8px; font-family: var(--display); font-size: 1.7rem; }.modal-card > p { margin: 0 0 22px; color: var(--muted); font-size: .68rem; line-height: 1.8; }.quote-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.quote-options button { display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); background: var(--paper); cursor: pointer; text-align: right; transition: border .2s, transform .2s; }.quote-options button:hover { transform: translateY(-3px); border-color: var(--orange); }.quote-options button > b { color: var(--orange); font-family: var(--display); font-size: .6rem; }.quote-options button > span { display: grid; gap: 4px; }.quote-options strong { font-size: .65rem; }.quote-options small { color: var(--muted); font-size: .54rem; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease var(--delay, 0ms), transform .65s ease var(--delay, 0ms); }.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }.reveal { opacity: 1; transform: none; } }

@media (min-width: 821px) and (max-height: 820px) {
  .hero h1 { margin: 14px 0 16px; font-size: clamp(2.8rem, 4.6vw, 4.3rem); }
  .hero-copy > p { font-size: .88rem; line-height: 1.8; }
  .hero-actions { margin-top: 22px; }
  .hero-points { margin-top: 18px; }
}

@media (max-width: 1060px) {
  .desktop-nav, .phone-link { display: none; }.header-inner { justify-content: space-between; }.header-actions { margin-inline-start: auto; }.menu-toggle { display: grid; }.mobile-nav { position: absolute; top: 100%; inset-inline: 20px; display: grid; gap: 4px; padding: 16px; border: 1px solid var(--white-line); border-radius: 0 0 18px 18px; background: rgba(8,27,42,.98); box-shadow: 0 25px 50px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }.mobile-nav.open { opacity: 1; visibility: visible; transform: none; }.mobile-nav a { padding: 12px; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.08); text-decoration: none; font-size: .7rem; }
  .hero-copy { width: 67%; }.services-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 360px; }
  .assurances-grid { grid-template-columns: repeat(2, 1fr); }.assurance-heading { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }.assurances-grid article { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }.shell { width: min(100% - 28px, 680px); }.demo-bar { justify-content: space-between; }.demo-bar > span { max-width: 55%; }
  .protection-grid > *, .estimator-shell > *, .process-layout > *, .faq-grid > *, .booking-shell > * { min-width: 0; }
  .hero { height: var(--hero-viewport-height, calc(100svh - 115px)); min-height: 0; }.hero-image { object-position: 29% center; }.hero-overlay { background: linear-gradient(0deg, #081b2a 0%, rgba(8,27,42,.88) 47%, rgba(8,27,42,.18) 100%); }.hero-content { min-height: 0; align-items: flex-end; padding: 0 0 126px; }.hero-copy { width: 100%; }.hero h1 { font-size: clamp(2.45rem, 9vw, 4.2rem); }.hero-copy > p { max-width: 620px; }.hero-rail { grid-template-columns: repeat(3, 1fr); min-height: 116px; }.hero-rail > button { display: none; }.hero-rail article { padding: 17px; }
  .trust-strip .shell { grid-template-columns: 1fr; gap: 9px; }.trust-strip span { padding: 7px; border: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 17px; }.section-heading > p { width: 100%; }.protection-grid, .estimator-shell, .process-layout, .faq-grid, .booking-shell { grid-template-columns: 1fr; gap: 45px; }.protection-media, .protection-media img { min-height: 470px; height: 470px; }.process-layout { gap: 28px; }.equipment-card { min-height: 480px; }.estimator-intro { max-width: 620px; }
  .office-card { min-height: 670px; align-items: flex-end; }.office-overlay { background: linear-gradient(0deg, #081b2a 10%, rgba(8,27,42,.82) 60%, rgba(8,27,42,.15)); }.office-copy { width: 100%; padding: 38px 32px 90px; }.office-badge { display: none; }
  .guides-grid { grid-template-columns: 1fr 1fr; }.guide-large { grid-column: 1 / -1; }.guide-large figure { height: 350px; }.faq-grid { gap: 30px; }.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 22px, 480px); }.demo-bar { min-height: 42px; gap: 10px; font-size: .55rem; }.demo-bar > span { max-width: 57%; }.demo-bar a { text-align: left; }.header-inner { height: 70px; }.brand-mark { width: 42px; height: 42px; border-radius: 13px; }.brand strong { font-size: 1rem; }.brand small { font-size: .5rem; }.header-actions > .button { display: none; }.menu-toggle { width: 43px; height: 43px; }
  .hero { height: var(--hero-viewport-height, calc(100svh - 113px)); min-height: 0; }.hero-image { height: 45%; object-position: 32% center; }.hero-overlay { background: linear-gradient(0deg, #081b2a 0%, #081b2a 53%, rgba(8,27,42,.15) 83%, rgba(8,27,42,.04) 100%); }.hero-content { min-height: 0; padding: 0 0 132px; }.hero-copy { align-self: end; }.eyebrow { font-size: .58rem; }.hero h1 { margin: 8px 0 10px; font-size: clamp(1.85rem, 9vw, 2.55rem); line-height: 1.2; }.hero-copy > p { font-size: clamp(.64rem, 3vw, .72rem); line-height: 1.65; }.hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }.button-large { min-height: 46px; padding-inline: 10px; font-size: .65rem; }.hero-points { gap: 6px 10px; margin-top: 10px; font-size: .5rem; }.hero-rail { min-height: 125px; grid-template-columns: 1fr 1fr; }.hero-rail article { padding: 12px 10px; }.hero-rail article:nth-child(3) { display: none; }.hero-rail strong { font-size: .6rem; }.hero-rail article > span { display: none; }
  .section { padding: 68px 0; }.section-heading { margin-bottom: 32px; }.section-heading h2, .protection-copy h2, .estimator-intro h2, .faq-intro h2, .booking-copy h2 { font-size: 2rem; }.services-grid, .guides-grid { grid-template-columns: 1fr; }.service-card { min-height: 310px; padding: 23px; }.service-icon { margin: 18px 0; }.guide-large { grid-column: auto; }.guide-card figure, .guide-large figure { height: 240px; }.guide-large h3 { font-size: 1rem; }
  .protection-grid { gap: 32px; }.protection-media, .protection-media img { min-height: 390px; height: 390px; }.material-tabs { overflow-x: auto; }.material-tabs button { min-width: 78px; }.material-result { padding: 18px; }.protection-list { font-size: .61rem; }
  .estimator-card, .booking-form { padding: 22px 18px; border-radius: 22px; }.field-group { grid-template-columns: 30px 1fr; }.estimate-result { grid-template-columns: 1fr; }.estimate-result > strong { grid-row: auto; font-size: .88rem; }.equipment-card { min-height: 370px; }.process-list li { grid-template-columns: 48px 1fr; }.process-list > li > span { width: 44px; height: 44px; }
  .office { padding-top: 0; }.office-card { min-height: 620px; border-radius: 24px; }.office-copy { padding: 30px 23px 45px; }.office-copy h2 { font-size: 2rem; }.office-copy p { font-size: .68rem; }
  .assurances-grid { grid-template-columns: 1fr; }.assurance-heading, .assurances-grid article { border-inline-start: 0; padding: 26px 8px; }.assurance-heading h2 { font-size: 1.45rem; }
  .field-row, .form-buttons { grid-template-columns: 1fr; }.form-head > span { display: none; }.footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-bottom { align-items: flex-start; flex-direction: column; }.floating-quote { bottom: 13px; left: 13px; }.quote-options { grid-template-columns: 1fr; }.modal-card { padding: 30px 20px; }.modal-card h2 { padding-left: 35px; font-size: 1.35rem; }
}

@media (max-width: 820px) {
  .floating-quote { display: none; }
}
