:root {
  --orange: #ff5a0a;
  --blue: #063c68;
  --deep: #062b4b;
  --ink: #10283d;
  --soft: #f4f7fa;
  --muted: #647586;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Tajawal, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
.contact-strip {
  height: 40px;
  background: var(--orange);
  color: #fff;
  padding: 0 7vw;
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
}
.contact-strip a {
  font-size: 18px;
}
.contact-strip span {
  margin-right: auto;
}
header {
  height: 92px;
  display: flex;
  align-items: center;
  padding: 0 7vw;
  gap: 42px;
  background: #fff;
  position: relative;
  z-index: 20;
  box-shadow: 0 6px 22px #063c6812;
}
.logo {
  display: grid;
  grid-template-columns: auto auto;
  line-height: 0.9;
  min-width: max-content;
}
.logo span {
  font-size: 31px;
  font-weight: 900;
  color: var(--orange);
  grid-row: 1/3;
  margin-left: 5px;
}
.logo strong {
  font-size: 23px;
  color: var(--blue);
}
.logo small {
  font-weight: 800;
  color: #687887;
}
.logo:before {
  content: "";
  width: 9px;
  background: var(--orange);
  grid-row: 1/3;
  margin-left: 9px;
  transform: skew(-12deg);
}
header nav {
  display: flex;
  gap: 34px;
  margin: auto;
  font-weight: 800;
  color: #29485f;
}
header nav a:hover {
  color: var(--orange);
}
.book,
.primary {
  background: var(--orange);
  color: #fff;
  padding: 16px 25px;
  font-weight: 900;
  box-shadow: 0 12px 24px #ff5a0a2d;
}
.menu {
  display: none;
}
.hero {
  min-height: 650px;
  background: linear-gradient(115deg, #f7fafc 0 55%, #e9f0f6 55%);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  padding: 40px 7vw 0;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: var(--orange);
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-copy {
  align-self: center;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.mini,
.section-title > span,
.coverage > div > span,
.final-cta span {
  color: var(--orange);
  font-weight: 900;
}
.hero h1 {
  font-size: clamp(49px, 6vw, 82px);
  line-height: 1.08;
  margin: 17px 0 23px;
  color: var(--blue);
  font-weight: 900;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
}
.hero-service-title {
  display: block;
  width: max-content;
  margin: 0 0 10px;
  padding: 8px 18px;
  border-right: 5px solid var(--orange);
  background: #fff;
  color: var(--blue);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 900;
  box-shadow: 0 8px 24px #063c6812;
}
.hero-copy > p {
  font-size: 20px;
  line-height: 1.9;
  max-width: 670px;
  color: #52697b;
}
.warranty-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  padding: 10px 16px;
  background: var(--blue);
  color: #fff;
  border-bottom: 4px solid var(--orange);
  box-shadow: 0 10px 25px #063c6826;
}
.warranty-badge > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: var(--orange);
  font-size: 22px;
  font-weight: 900;
}
.warranty-badge small,
.warranty-badge strong {
  display: block;
}
.warranty-badge small {
  color: #c8d9e6;
  font-weight: 700;
}
.warranty-badge strong {
  margin-top: 2px;
  font-size: 22px;
  font-weight: 900;
}
.actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}
.secondary {
  padding: 15px 24px;
  border: 2px solid var(--blue);
  color: var(--blue);
  font-weight: 900;
}
.worker-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}
.worker-wrap img {
  max-height: 590px;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.05);
}
.sun {
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: #fff3ec;
  top: 80px;
}
.stamp {
  position: absolute;
  left: 2%;
  top: 16%;
  background: var(--blue);
  color: #fff;
  border: 8px solid #fff;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-8deg);
  font-weight: 700;
  box-shadow: 0 12px 30px #002b4c40;
}
.stamp b {
  font-size: 20px;
  color: #ffb287;
}
.adv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--blue);
  color: #fff;
  padding: 0 7vw;
}
.adv article {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 32px;
  border-left: 1px solid #ffffff24;
}
.adv article:last-child {
  border: 0;
}
.adv i {
  font-style: normal;
  color: var(--orange);
  font-size: 31px;
}
.adv h3 {
  margin: 0 0 4px;
  font-size: 20px;
}
.adv p {
  margin: 0;
  color: #bed0de;
}
.services,
.why,
.testimonials {
  padding: 100px 7vw;
}
.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-title h2 {
  font-size: clamp(36px, 4vw, 55px);
  margin: 10px 0;
  color: var(--blue);
}
.section-title p {
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid #e4e9ee;
  box-shadow: 0 15px 45px #063c6810;
  overflow: hidden;
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 55px #063c6820;
}
.service-photo {
  height: 215px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background: linear-gradient(135deg, #0b4b7a, #ff6418);
  position: relative;
  overflow: hidden;
}
.service-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    #ffffff00 0 20px,
    #ffffff18 20px 22px
  );
}
.service-photo span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.roof {
  background: linear-gradient(135deg, #58717f, #ff6a16);
}
.tank {
  background: linear-gradient(135deg, #0283a8, #083c68);
}
.water {
  background: linear-gradient(135deg, #70bfd2, #075086);
}
.repair {
  background: linear-gradient(135deg, #9a7b68, #ff5a0a);
}
.detect {
  background: linear-gradient(135deg, #032c4d, #da4a05);
}
.service-card > div:last-child {
  padding: 27px;
}
.service-card b,
.service-card a {
  color: var(--orange);
  font-weight: 900;
}
.service-card h3 {
  font-size: 23px;
  margin: 8px 0;
}
.service-card p {
  color: var(--muted);
  line-height: 1.8;
}
.coverage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--soft);
  min-height: 560px;
}
.coverage > div {
  padding: 85px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coverage h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.25;
  color: var(--blue);
  margin: 13px 0 20px;
}
.coverage p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}
.coverage .primary {
  align-self: flex-start;
  margin-top: 20px;
}
.coverage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.steps {
  padding: 95px 7vw;
  background: var(--blue);
  color: #fff;
}
.section-title.light h2 {
  color: #fff;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step-grid article {
  position: relative;
  padding: 36px;
  background: #0b4a79;
  border-bottom: 5px solid var(--orange);
}
.step-grid b {
  position: absolute;
  left: 25px;
  top: 22px;
  color: #ffffff4a;
  font-size: 34px;
}
.step-grid i,
.why-grid i {
  width: 62px;
  height: 62px;
  background: var(--orange);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 27px;
  color: #fff;
}
.step-grid h3 {
  font-size: 24px;
}
.step-grid p {
  color: #c5d6e2;
  line-height: 1.8;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-grid article {
  text-align: center;
  padding: 32px 18px;
  border: 1px solid #e0e7ec;
}
.why-grid i {
  margin: 0 auto;
}
.why-grid p {
  color: var(--muted);
  line-height: 1.7;
}
.numbers {
  background: var(--orange);
  color: #fff;
  padding: 48px 7vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.numbers div {
  border-left: 1px solid #ffffff46;
}
.numbers div:last-child {
  border: 0;
}
.numbers strong {
  display: block;
  font-size: 42px;
}
.numbers span {
  font-weight: 700;
}
.testimonials {
  background: var(--soft);
}
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.quotes article {
  background: #fff;
  padding: 34px;
  border-top: 4px solid var(--orange);
  box-shadow: 0 15px 40px #062b4b0d;
}
.quotes p {
  font-size: 18px;
  line-height: 1.9;
  color: #506578;
}
.final-cta {
  padding: 75px 8vw;
  background: linear-gradient(120deg, var(--orange), #f33e00);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.final-cta span {
  color: #fff2e9;
}
.final-cta h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin: 10px 0;
}
.final-cta > a {
  font-size: 34px;
  font-weight: 900;
  border: 3px solid #fff;
  padding: 18px 25px;
}
footer {
  background: #031f36;
  color: #afc0cc;
  padding: 43px 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
footer .logo strong {
  color: #fff;
}
.floating {
  position: fixed;
  bottom: 18px;
  left: 18px;
  z-index: 50;
  display: flex;
  gap: 9px;
}
.floating a {
  padding: 15px 22px;
  border-radius: 30px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 24px #0004;
}
.call {
  background: var(--orange);
}
.wa {
  background: #1fad5b;
}
@media (max-width: 900px) {
  .contact-strip {
    height: 36px;
    padding: 0 15px;
    font-size: 13px;
  }
  .contact-strip span {
    display: none;
  }
  header {
    height: 74px;
    padding: 0 18px;
  }
  .logo span {
    font-size: 25px;
  }
  .logo strong {
    font-size: 19px;
  }
  header nav {
    display: none;
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    background: #fff;
    flex-direction: column;
    padding: 24px;
    box-shadow: 0 15px 30px #0002;
  }
  header nav.open {
    display: flex;
  }
  .menu {
    display: block;
    border: 0;
    background: none;
    font-size: 25px;
    margin-right: auto;
  }
  .book {
    display: none;
  }
  .hero {
    min-height: 760px;
    grid-template-columns: 1fr;
    padding: 55px 6vw 0;
    background: #f5f8fa;
  }
  .hero:before {
    width: 70%;
    height: 48%;
    top: auto;
    bottom: 0;
  }
  .hero h1 {
    font-size: 45px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .warranty-badge strong {
    font-size: 19px;
  }
  .actions {
    flex-direction: column;
    max-width: 320px;
  }
  .worker-wrap {
    height: 370px;
  }
  .worker-wrap img {
    max-height: 410px;
  }
  .sun {
    width: 280px;
    height: 280px;
    top: 45px;
  }
  .stamp {
    width: 95px;
    height: 95px;
    left: 0;
    top: 10px;
    border-width: 5px;
    font-size: 13px;
  }
  .adv {
    grid-template-columns: 1fr;
    padding: 10px 6vw;
  }
  .adv article {
    padding: 19px 10px;
    border-left: 0;
    border-bottom: 1px solid #ffffff22;
  }
  .service-grid,
  .step-grid,
  .why-grid,
  .quotes {
    grid-template-columns: 1fr;
  }
  .services,
  .why,
  .testimonials {
    padding: 75px 5vw;
  }
  .coverage {
    grid-template-columns: 1fr;
  }
  .coverage > div {
    padding: 70px 7vw;
  }
  .coverage img {
    height: 380px;
  }
  .numbers {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .numbers div {
    border: 0;
  }
  .numbers strong {
    font-size: 33px;
  }
  .final-cta {
    flex-direction: column;
    text-align: center;
    padding: 65px 5vw;
  }
  .final-cta > a {
    font-size: 27px;
    margin-top: 22px;
  }
  footer {
    flex-direction: column;
    text-align: center;
    padding-bottom: 100px;
  }
  .floating {
    left: 12px;
    bottom: 12px;
  }
}
