*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#F7F7F5;
  --white:#FFFFFF;
  --border:#E8E8E6;
  --border-strong:#D9D9D6;
  --text:#111110;
  --muted:#6B6B68;
  --muted2:#A8A8A4;
  --der:#2563A8;
  --die:#C84C2D;
  --das:#1A6B41;
  --sand:#EFE8DC;
  --hero:#F0F7FA;
  --shadow:0 16px 40px rgba(17,17,16,.07);
  --font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
}
body{
  font-family:var(--font-sans);
  background:linear-gradient(180deg,#FBFBF9 0%,#F7F7F5 100%);
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
.page-nav{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--border);
  padding:0 32px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(14px)
}
.page-nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}
.page-nav-logo{
  width:32px;height:32px;border-radius:9px;overflow:hidden;
  box-shadow:0 6px 16px rgba(37,99,168,.16),0 0 0 1px rgba(17,17,16,.06)
}
.page-nav-logo img{width:100%;height:100%;object-fit:cover;display:block}
.page-nav-name{font-size:14px;font-weight:800;letter-spacing:-.2px}
.page-nav-back{
  font-size:13px;font-weight:600;color:var(--muted);text-decoration:none;
  padding:7px 14px;border-radius:8px;border:1px solid var(--border);
  background:var(--white);transition:background .13s,color .13s,border-color .13s
}
.page-nav-back:hover{background:var(--bg);color:var(--text);border-color:var(--border-strong)}
.studio-page{overflow:hidden}
.hero{
  position:relative;
  padding:72px 24px 84px;
  background:
    radial-gradient(circle at top left, rgba(37,99,168,.08), transparent 28%),
    radial-gradient(circle at top right, rgba(26,107,65,.07), transparent 26%),
    linear-gradient(180deg,#F3FAFC 0%,#EFF5F4 100%);
  border-bottom:1px solid var(--border)
}
.hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:112px;
  background:linear-gradient(180deg,rgba(243,250,252,0) 0%,rgba(247,247,245,.92) 100%);
  pointer-events:none
}
.hero-inner{
  max-width:860px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:1
}
.wf-badge{
  width:50px;height:50px;margin:0 auto 18px;border-radius:14px;
  background:linear-gradient(180deg,#323A46 0%,#161B22 100%);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:24px;font-weight:900;letter-spacing:-1.2px;
  box-shadow:0 12px 24px rgba(17,17,16,.18)
}
.eyebrow{
  font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;
  color:var(--der);margin-bottom:10px
}
.hero h1{
  font-size:56px;line-height:1.02;letter-spacing:-1.6px;
  font-weight:900;margin-bottom:18px
}
.hero-copy{
  max-width:720px;margin:0 auto 28px;font-size:20px;
  color:#37414A
}
.hero-copy strong{color:var(--text)}
.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.hero-btn{
  min-height:50px;padding:0 22px;border-radius:14px;text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:900;letter-spacing:.01em;
  transition:transform .14s,box-shadow .14s,background .14s,color .14s,border-color .14s
}
.hero-btn:hover{transform:translateY(-1px)}
.hero-btn.primary{
  background:var(--der);color:#fff;
  box-shadow:0 14px 28px rgba(37,99,168,.22)
}
.hero-btn.secondary{
  background:rgba(255,255,255,.88);color:var(--text);
  border:1px solid var(--border-strong)
}
.section{
  padding:78px 24px
}
.section-alt{
  background:#F1F3F1;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border)
}
.container{max-width:1120px;margin:0 auto}
.narrow{max-width:760px}
.section-label{
  font-size:13px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;
  color:var(--der);margin-bottom:10px
}
.section-title{
  font-size:44px;line-height:1.05;letter-spacing:-1.1px;font-weight:900;
  margin-bottom:22px;max-width:760px
}
.body-copy p{
  font-size:19px;color:#333534;margin-bottom:16px
}
.body-copy p:last-child{margin-bottom:0}
.services-head{
  display:flex;align-items:end;justify-content:space-between;gap:20px;
  margin-bottom:26px
}
.services-actions{display:flex;gap:8px;flex-shrink:0}
.carousel-btn{
  width:42px;height:42px;border-radius:999px;border:1px solid var(--border-strong);
  background:var(--white);color:var(--text);font-size:18px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background .13s,border-color .13s,transform .13s
}
.carousel-btn:hover{background:#F6F8F7;border-color:#CBCDCA;transform:translateY(-1px)}
.carousel{
  position:relative
}
.carousel-viewport{
  overflow:hidden;
  border-radius:22px
}
.carousel-track{
  display:flex;
  transition:transform .45s ease
}
.service-card{
  flex:0 0 100%;
  min-width:100%;
  padding:8px
}
.service-card-inner{
  height:100%;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:22px;
  padding:24px 22px;
  box-shadow:var(--shadow)
}
.service-icon{
  width:42px;height:42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-size:20px;font-weight:900;margin-bottom:18px
}
.service-icon.der{background:rgba(37,99,168,.12);color:var(--der)}
.service-icon.die{background:rgba(200,76,45,.12);color:var(--die)}
.service-icon.das{background:rgba(26,107,65,.12);color:var(--das)}
.service-card h3{
  font-size:23px;line-height:1.1;letter-spacing:-.5px;
  font-weight:900;margin-bottom:10px
}
.service-card p{font-size:16px;color:#494A47}
.carousel-dots{
  display:flex;justify-content:center;gap:8px;margin-top:18px
}
.carousel-dot{
  width:10px;height:10px;border-radius:999px;border:none;cursor:pointer;
  background:#D4D6D2;transition:transform .13s,background .13s
}
.carousel-dot[aria-current="true"]{
  background:var(--das);transform:scale(1.1)
}
.cta{
  text-align:center;
  max-width:760px;
  margin:0 auto;
  padding:8px 0 0
}
.cta-card{
  background:
    radial-gradient(circle at top left, rgba(37,99,168,.06), transparent 34%),
    linear-gradient(180deg,#F3F8FE 0%,#FCFEFF 100%);
  border:1px solid rgba(37,99,168,.14);
  border-radius:28px;
  padding:38px 28px;
  box-shadow:var(--shadow)
}
.cta-card .section-label{color:var(--der)}
.cta-card p{
  font-size:18px;color:#4C4A46;margin:0 auto 24px;max-width:620px
}
.page-footer{
  border-top:1px solid var(--border);
  padding:24px 32px;
  text-align:center;
  font-size:13px;
  color:var(--muted);
  background:rgba(255,255,255,.88)
}
.page-footer a{color:var(--der)}
@media(min-width:720px){
  .service-card{flex-basis:50%;min-width:50%}
}
@media(min-width:1024px){
  .service-card{flex-basis:33.3333%;min-width:33.3333%}
}
@media(max-width:900px){
  .hero h1{font-size:46px}
  .hero-copy,.body-copy p{font-size:18px}
  .section-title{font-size:36px}
}
@media(max-width:700px){
  .page-nav{padding:0 16px}
  .hero{padding:56px 16px 68px}
  .section{padding:56px 16px}
  .hero h1{font-size:34px}
  .hero-copy{font-size:17px}
  .section-title{font-size:30px}
  .body-copy p{font-size:17px}
  .services-head{align-items:start;flex-direction:column}
  .hero-actions{flex-direction:column}
  .hero-btn{width:100%}
  .cta-card{padding:30px 18px}
  .page-footer{padding:24px 16px}
}
