
:root{
  --agency-dark:#070b14;
  --agency-navy:#0b2d4d;
  --agency-blue:#165b9f;
  --agency-cyan:#51d1ff;
  --agency-lime:#d7ff4f;
  --agency-white:#ffffff;
  --agency-muted:#8e9aab;
  --agency-soft:#f4f7fb;
}
.agency-page{
  background:var(--agency-dark);
  color:var(--agency-white);
  overflow:hidden;
}
.agency-container{
  width:min(1440px, calc(100% - 48px));
  margin:0 auto;
}
.agency-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:150px 0 70px;
  isolation:isolate;
}
.agency-hero__media,
.agency-hero__media video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.agency-hero__media video{
  object-fit:cover;
  filter:saturate(1.1) contrast(1.05);
}
.agency-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 22%, rgba(81,209,255,.28), transparent 30%),
    radial-gradient(circle at 18% 68%, rgba(215,255,79,.16), transparent 32%),
    linear-gradient(90deg, rgba(7,11,20,.96) 0%, rgba(7,11,20,.76) 48%, rgba(7,11,20,.35) 100%);
}
.agency-hero__content{
  position:relative;
  z-index:2;
  max-width:1440px;
}
.agency-kicker,
.agency-section-label{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--agency-cyan);
  font-weight:800;
}
.agency-kicker span{
  width:44px;
  height:1px;
  background:var(--agency-cyan);
}
.agency-hero h1{
  max-width:980px;
  margin:28px 0 26px;
  font-size:clamp(44px, 7vw, 108px);
  line-height:.94;
  letter-spacing:-.075em;
  font-weight:900;
}
.agency-hero p{
  max-width:760px;
  color:rgba(255,255,255,.78);
  font-size:20px;
  line-height:1.75;
}
.agency-hero__actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:42px;
}
.agency-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  text-decoration:none;
  font-weight:800;
  border-radius:999px;
  transition:.35s ease;
}
.agency-btn--light{
  background:#fff;
  color:#071d33;
}
.agency-btn--light:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 48px rgba(81,209,255,.25);
}
.agency-btn--ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}
.agency-btn--ghost:hover{
  background:rgba(255,255,255,.14);
  transform:translateY(-4px);
}
.agency-hero__stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  max-width:850px;
  margin-top:70px;
}
.agency-hero__stats div{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
  padding:26px;
  border-radius:26px;
}
.agency-hero__stats strong{
  display:block;
  font-size:32px;
  line-height:1;
}
.agency-hero__stats span{
  display:block;
  margin-top:10px;
  color:rgba(255,255,255,.64);
  font-size:14px;
}
.agency-intro{
  padding:110px 0;
  background:#fff;
  color:#111827;
}
.agency-intro__grid,
.agency-title-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:end;
}
.agency-intro h2,
.agency-title-row h2,
.agency-contact h2{
  font-size:clamp(34px, 4vw, 62px);
  line-height:1.02;
  letter-spacing:-.05em;
  margin:14px 0 0;
}
.agency-intro p,
.agency-title-row p{
  font-size:18px;
  line-height:1.85;
  color:#667085;
}
.agency-services{
  padding:115px 0;
  background:linear-gradient(180deg, #f4f7fb, #fff);
  color:#111827;
}
.agency-services__grid{
  margin-top:58px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}
.agency-service-card{
  min-height:290px;
  padding:34px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(11,45,77,.08);
  box-shadow:0 18px 60px rgba(16,24,40,.08);
  position:relative;
  overflow:hidden;
  transition:.45s ease;
}
.agency-service-card:before{
  content:"";
  position:absolute;
  inset:auto -40px -60px auto;
  width:170px;
  height:170px;
  background:radial-gradient(circle, rgba(81,209,255,.28), transparent 70%);
  transition:.45s ease;
}
.agency-service-card:hover{
  transform:translateY(-10px);
  box-shadow:0 28px 90px rgba(11,45,77,.16);
}
.agency-service-card span{
  color:#165b9f;
  font-weight:900;
}
.agency-service-card h3{
  font-size:25px;
  letter-spacing:-.035em;
  margin:38px 0 16px;
}
.agency-service-card p{
  color:#667085;
  line-height:1.75;
}
.agency-showcase{
  padding:120px 0;
  background:#070b14;
}
.agency-showcase__grid{
  margin-top:58px;
  display:grid;
  grid-template-columns:1.35fr .85fr;
  grid-template-rows:300px 300px;
  gap:22px;
}
.agency-shot{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  isolation:isolate;
}
.agency-shot--large{
  grid-row:span 2;
}
.agency-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:1s ease;
}
.agency-shot:hover img{
  transform:scale(1.08);
}
.agency-shot:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent, rgba(7,11,20,.88));
}
.agency-shot div{
  position:absolute;
  left:32px;
  bottom:30px;
  z-index:2;
}
.agency-shot span{
  color:var(--agency-cyan);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:800;
}
.agency-shot h3{
  font-size:32px;
  margin:10px 0 0;
}
.agency-process{
  padding:120px 0;
  color:#111827;
  background:#fff;
}
.agency-process__steps{
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  border-top:1px solid #d8dee8;
  border-left:1px solid #d8dee8;
}
.agency-step{
  padding:36px;
  min-height:285px;
  border-right:1px solid #d8dee8;
  border-bottom:1px solid #d8dee8;
  transition:.35s ease;
}
.agency-step:hover{
  background:#f4f7fb;
}
.agency-step b{
  color:#165b9f;
  font-size:18px;
}
.agency-step h3{
  font-size:28px;
  margin:54px 0 16px;
}
.agency-step p{
  color:#667085;
  line-height:1.75;
}
.agency-marquee{
  overflow:hidden;
  background:#d7ff4f;
  color:#070b14;
  padding:22px 0;
  white-space:nowrap;
}
.agency-marquee div{
  display:inline-flex;
  gap:45px;
  animation:agencyMarquee 24s linear infinite;
}
.agency-marquee span{
  font-size:22px;
  letter-spacing:.16em;
  font-weight:900;
}
@keyframes agencyMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.agency-contact{
  padding:120px 0;
  background:#070b14;
}
.agency-contact__box{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:70px;
  align-items:center;
  border-radius:46px;
  padding:70px;
  background:
    radial-gradient(circle at 80% 15%, rgba(81,209,255,.22), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
}
.agency-contact p{
  color:rgba(255,255,255,.68);
  font-size:18px;
  line-height:1.8;
}
.agency-form{
  display:grid;
  gap:14px;
}
.agency-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.agency-form input,
.agency-form select,
.agency-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:18px;
  padding:18px 20px;
  outline:none;
  transition:.25s ease;
}
.agency-form input::placeholder,
.agency-form textarea::placeholder{
  color:rgba(255,255,255,.48);
}
.agency-form select{
  color:rgba(255,255,255,.72);
}
.agency-form input:focus,
.agency-form select:focus,
.agency-form textarea:focus{
  border-color:rgba(81,209,255,.9);
  box-shadow:0 0 0 4px rgba(81,209,255,.12);
}
.agency-form button{
  border:0;
  background:#fff;
  color:#071d33;
  border-radius:999px;
  min-height:58px;
  font-weight:900;
  cursor:pointer;
  transition:.3s ease;
}
.agency-form button:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 55px rgba(81,209,255,.18);
}
.agency-reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .8s ease, transform .8s ease;
}
.agency-reveal.is-visible{
  opacity:1;
  transform:none;
}
@media (max-width: 1024px){
  .agency-intro__grid,
  .agency-title-row,
  .agency-contact__box{
    grid-template-columns:1fr;
    gap:34px;
  }
  .agency-services__grid,
  .agency-process__steps{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .agency-showcase__grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .agency-shot,
  .agency-shot--large{
    min-height:360px;
    grid-row:auto;
  }
}
@media (max-width: 640px){
  .agency-container{
    width:min(100% - 28px, 1440px);
  }
  .agency-hero{
    min-height:880px;
    padding-top:120px;
  }
  .agency-hero h1{
    font-size:48px;
  }
  .agency-hero p{
    font-size:17px;
  }
  .agency-hero__stats,
  .agency-services__grid,
  .agency-process__steps,
  .agency-form__row{
    grid-template-columns:1fr;
  }
  .agency-contact__box{
    padding:30px;
    border-radius:28px;
  }
}
