:root{
  --blue:#0787df;
  --blue-dark:#062f63;
  --blue-light:#eaf7ff;
  --yellow:#ffcc27;
  --ink:#071426;
  --muted:#5f6d7a;
  --line:#e7edf3;
  --white:#fff;
  --shadow:0 18px 45px rgba(7,20,38,.10);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
}
img{display:block;max-width:100%}
.container{width:min(1120px,calc(100% - 44px));margin:auto}
.narrow{max-width:780px;text-align:center}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(231,237,243,.9);
  backdrop-filter:blur(16px);
}
.nav-wrap{
  width:min(1120px,calc(100% - 44px));
  height:78px;
  margin:auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}
.brand img{height:62px;width:auto;object-fit:contain}
.site-nav{display:flex;justify-content:center;align-items:center;gap:24px}
.site-nav a{
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  color:#152438;
}
.header-btn{
  text-decoration:none;
  font-weight:900;
  background:var(--yellow);
  color:#101010;
  padding:12px 18px;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(255,204,39,.22);
  white-space:nowrap;
  transition:.25s ease;
}
.header-btn:hover{
  transform:translateY(-2px);
}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--ink);margin:5px 0}

.hero{
  position:relative;
  min-height:760px;
  height:calc(100vh - 78px);
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#071426;
}
.hero-bg{
  position:absolute;
  inset:0;
  background:url("images/hero.jpg") center center/cover no-repeat;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(4,15,31,.78) 0%,rgba(4,15,31,.54) 42%,rgba(4,15,31,.18) 100%),
    linear-gradient(0deg,rgba(4,15,31,.22),rgba(4,15,31,.04));
}
.hero-inner{position:relative}
.hero-copy{
  max-width:640px;
  padding:56px 0;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
  color:var(--yellow);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:12px;
  font-weight:900;
}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.eyebrow.blue{color:var(--blue)}
.center-eye{justify-content:center}
.center-eye:before{display:none}

h1,h2,h3,p{margin-top:0}
.hero h1{
  font-size:clamp(42px,5vw,72px);
  line-height:1.02;
  letter-spacing:-.05em;
  margin-bottom:20px;
}
.hero p{
  max-width:560px;
  color:rgba(255,255,255,.9);
  font-size:18px;
  margin-bottom:30px;
}
.hero-actions,.cta-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:50px;
  padding:14px 22px;
  border-radius:999px;
  border:0;
  text-decoration:none;
  font-weight:900;
  cursor:pointer;
  transition:.25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn.primary{background:var(--yellow);color:#101010;box-shadow:0 14px 30px rgba(255,204,39,.25)}
.btn.secondary{background:#fff;color:var(--ink)}
.btn.dark{background:var(--ink);color:#fff}

.section{padding:86px 0}
.intro{background:#fff}
.intro h2,.section-head h2{
  font-size:clamp(31px,3.6vw,48px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin-bottom:16px;
}
.intro p,.section-head p,.work-copy p{
  color:var(--muted);
  font-size:17px;
}
.section-head{text-align:center;max-width:680px;margin:0 auto 42px}
.section-head .eyebrow:before{display:none}

.services-preview{background:linear-gradient(180deg,#f7fbff,#fff)}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 12px 30px rgba(7,20,38,.06);
  min-height:245px;
}
.service-card span{display:none;display:none;
  display:inline-flex;
  width:42px;height:42px;
  align-items:center;justify-content:center;
  background:var(--blue-light);
  color:var(--blue);
  border-radius:14px;
  font-weight:900;
  margin-bottom:26px;
}
.service-card h3{
  font-size:22px;
  letter-spacing:-.02em;
  margin-bottom:10px;
}
.service-card p{color:var(--muted);font-size:15.5px;margin:0}

.work-section{background:#fff}
.work-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:50px;
  align-items:center;
}
.work-copy h2{
  font-size:clamp(32px,3.6vw,50px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin-bottom:16px;
}
.work-image{
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.work-image img{
  width:100%;
  height:auto;
  max-height:460px;
  object-fit:contain;
  background:#f3f7fb;
}
.text-link{
  display:inline-flex;
  margin-top:18px;
  color:var(--blue);
  font-weight:900;
  text-decoration:none;
}

.reviews{background:linear-gradient(180deg,#f7fbff,#fff)}
.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.review-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  box-shadow:0 12px 30px rgba(7,20,38,.06);
}
.stars{color:var(--yellow);letter-spacing:2px;margin-bottom:12px;font-size:17px}
.review-card p{color:#334154;font-size:15px}
.review-card strong{display:block;margin-top:16px}
.review-link{text-align:center;margin-top:34px}

.final-cta{
  padding:78px 0;
  background:linear-gradient(135deg,var(--blue-dark),var(--blue));
  color:#fff;
}
.final-box{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:38px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
}
.final-box h2{
  font-size:clamp(31px,3.5vw,48px);
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:8px;
}
.final-box p{color:rgba(255,255,255,.82);margin:0}

.page-hero{
  padding:96px 0 78px;
  background:
    radial-gradient(circle at 82% 24%,rgba(255,204,39,.22),transparent 24%),
    linear-gradient(135deg,var(--blue-dark),var(--blue));
  color:#fff;
}
.page-copy{max-width:740px}
.page-copy h1{
  font-size:clamp(38px,4.8vw,62px);
  line-height:1;
  letter-spacing:-.052em;
  margin-bottom:18px;
}
.page-copy p{font-size:18px;color:rgba(255,255,255,.86)}

.about-simple{
  max-width:760px;
  text-align:center;
}
.about-simple h2{
  font-size:clamp(32px,3.5vw,48px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin-bottom:18px;
}
.about-simple p{
  color:var(--muted);
  font-size:17px;
}

.service-list{display:grid;gap:18px}
.service-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  box-shadow:0 12px 30px rgba(7,20,38,.06);
}

.service-row h2{
  font-size:28px;
  letter-spacing:-.03em;
  margin-bottom:6px;
}
.service-row p{color:var(--muted);margin:0}
.service-row a{
  text-decoration:none;
  color:#fff;
  background:var(--ink);
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  white-space:nowrap;
}

.gallery-section{
  padding-top:76px;
}
.slideshow{
  position:relative;
  width:min(980px,100%);
  margin:auto;
}
.slide-track{
  position:relative;
  width:100%;
}
.slide{
  display:none;
  width:100%;
  height:auto;
  max-height:72vh;
  object-fit:contain;
}
.slide.active{
  display:block;
}
.slide-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:46px;
  height:46px;
  border:0;
  border-radius:999px;
  background:rgba(7,20,38,.72);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.slide-arrow.prev{left:14px}
.slide-arrow.next{right:14px}
.slide-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:18px;
}
.slide-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  border:0;
  background:#c7d5e3;
  cursor:pointer;
}
.slide-dot.active{
  background:var(--blue);
}

.contact-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:28px;
  align-items:start;
}
.contact-form,.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.contact-form{padding:30px}
.contact-form label{
  display:block;
  font-weight:800;
  margin-bottom:16px;
}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  display:block;
  margin-top:7px;
  padding:14px 15px;
  border:1px solid var(--line);
  border-radius:14px;
  font:inherit;
  background:#fff;
}
.form-btn{width:100%;margin-top:4px}
.contact-card{padding:30px}
.contact-card img{width:220px;margin:0 auto 22px}
.contact-card h2{font-size:30px;letter-spacing:-.035em;margin-bottom:10px}
.contact-card p{color:var(--muted)}
.email-link{display:block;margin-top:16px;color:var(--blue);font-weight:800;text-decoration:none}

.sticky-page{min-height:100vh;display:flex;flex-direction:column}
.sticky-page main{flex:1}
.thanks-main{display:flex;align-items:center}
.thanks-section{width:100%;padding:90px 0}
.thanks-section h1{font-size:clamp(42px,5vw,70px);letter-spacing:-.06em;margin-bottom:12px}
.thanks-section p{color:var(--muted);font-size:18px;margin-bottom:24px}
.center{text-align:center}

.footer{
  background:#06111f;
  color:#fff;
  padding:54px 0 22px;
}
.footer-inner{
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr;
  gap:34px;
}
.footer-logo{width:185px;margin-bottom:14px}
.footer p,.footer a{
  display:block;
  color:rgba(255,255,255,.72);
  text-decoration:none;
  margin:8px 0;
}
.footer h4{margin:0 0 14px}
.socials{display:flex;gap:12px;margin-top:16px}
.socials a{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.12);
}
.socials svg{width:21px;height:21px;fill:#fff}
.footer-bottom{
  width:min(1120px,calc(100% - 44px));
  margin:36px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
  text-align:center;
  color:rgba(255,255,255,.5);
  font-size:14px;
}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:900px){
  .container,.nav-wrap,.footer-bottom{width:min(100% - 34px,1120px)}
  .nav-wrap{
    height:76px;
    grid-template-columns:auto 1fr auto;
    gap:10px;
  }
  .brand img{height:58px}
  .menu-toggle{display:block;justify-self:end}
  .site-nav{
    position:absolute;
    top:76px;
    left:17px;
    right:17px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    padding:18px;
    box-shadow:var(--shadow);
  }
  .site-nav.open{display:flex}
  .header-btn{
  text-decoration:none;
  font-weight:900;
  background:var(--yellow);
  color:#101010;
  padding:12px 18px;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(255,204,39,.22);
  white-space:nowrap;
  transition:.25s ease;
}
.header-btn:hover{
  transform:translateY(-2px);
}
  .hero{
    min-height:700px;
    height:auto;
    align-items:center;
    text-align:center;
  }
  .hero-bg{
    background-size:cover;
    background-position:center;
  }
  .hero-overlay{
    background:
      linear-gradient(180deg,rgba(4,15,31,.42) 0%,rgba(4,15,31,.76) 55%,rgba(4,15,31,.94) 100%);
  }
  .hero-copy{margin:auto;max-width:540px}
  .hero h1{font-size:42px;letter-spacing:-.04em;line-height:1.04}
  .hero p{font-size:16.5px;margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center;gap:12px}
  .hero .eyebrow{justify-content:center}
  .hero .eyebrow:before{display:none}
  .section{padding:68px 0}
  .service-grid,.review-grid,.work-grid,.contact-grid,.footer-inner{grid-template-columns:1fr}
  .work-grid{gap:30px}
  .work-image img{height:330px}
  .final-box{display:block;text-align:center}
  .cta-actions{justify-content:center}
  .service-row{grid-template-columns:1fr;gap:14px}
  .service-row a{text-align:center}
  .page-hero{padding:76px 0 64px;text-align:center}
  .page-copy{margin:auto}
  .page-copy h1{font-size:40px}
  .page-copy .eyebrow{justify-content:center}
  .page-copy .eyebrow:before{display:none}
  .contact-card{position:static}
}

@media(max-width:520px){
  .hero{min-height:650px}
  .hero h1{font-size:38px}
  .btn{width:100%}
  .hero-actions,.cta-actions{width:100%}
  .service-card,.review-card,.contact-form,.contact-card{padding:24px}
}

@media(max-width:520px){
  .slide-arrow{
    width:40px;
    height:40px;
    font-size:28px;
  }
  .slide-arrow.prev{left:8px}
  .slide-arrow.next{right:8px}
}

.hidden{display:none!important;}

.nettylify-detection-form,.netlify-detection-form{display:none!important;}

.form-success{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:34px;
  text-align:center;
}
.form-success h2{
  font-size:36px;
  margin-bottom:10px;
}
.form-success p{
  color:var(--muted);
  margin:0;
}

.mobile-quote-link,
.mobile-call-link{
  display:none;
}

@media(max-width:900px){
  .header-btn{display:none}
  .mobile-quote-link,
  .mobile-call-link{
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    min-height:46px;
    border-radius:999px;
    text-decoration:none;
    font-weight:900;
  }
  .mobile-quote-link{
    background:var(--yellow);
    color:#101010;
    margin-top:8px;
  }
  .mobile-call-link{
    background:var(--ink);
    color:#fff;
  }
}

.mobile-header-cta{
  display:none;
  background:var(--yellow);
  color:#101010;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  font-size:14px;
  white-space:nowrap;
}

@media(max-width:900px){
  .mobile-header-cta{
    display:inline-flex;
    align-items:center;
    margin-left:auto;
    margin-right:8px;
  }

  .header-btn{
    display:none;
  }
}

@media(max-width:900px){
  .mobile-header-cta{
    display:inline-flex;
    justify-self:end;
    align-items:center;
    justify-content:center;
    background:var(--yellow);
    color:#101010;
    padding:8px 12px;
    border-radius:999px;
    font-weight:900;
    text-decoration:none;
    font-size:13px;
    white-space:nowrap;
    margin:0;
  }

  .menu-toggle{
    display:block;
    justify-self:end;
    margin:0;
  }

  .site-nav .mobile-quote-link,
  .site-nav .mobile-call-link{
    display:none!important;
  }
}

@media(min-width:901px){
  .mobile-header-cta{
    display:none!important;
  }
}
