
    :root{
      --bg:#f7f7f5;
      --surface:#ffffff;
      --ink:#101011;
      --muted:#68686c;
      --line:#deded9;
      --dark:#0b0b0c;
      --radius:24px;
      --max:1180px;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      background:var(--bg); color:var(--ink); line-height:1.5;
      -webkit-font-smoothing:antialiased;
    }
    a{text-decoration:none;color:inherit}
    button,input,textarea{font:inherit}
    .container{width:min(calc(100% - 40px),var(--max));margin:auto}
    header{
      position:fixed;top:0;left:0;right:0;z-index:50;
      background:rgba(247,247,245,.82);backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(222,222,217,.75);
    }
    nav{height:76px;display:flex;align-items:center;justify-content:space-between}
    .logo{font-weight:800;letter-spacing:-.05em;font-size:22px}
    .nav-links{display:flex;gap:32px;align-items:center;color:#55555a;font-size:14px}
    .nav-links a:hover{color:var(--ink)}
    .nav-cta,.primary{
      background:var(--dark);color:#fff;padding:12px 18px;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:650;
      transition:.25s ease;
    }
    .nav-cta:hover,.primary:hover{transform:translateY(-2px);opacity:.9}
    .menu{display:none;border:0;background:none;font-size:25px}
    section{padding:110px 0;border-top:0 !important;border-bottom:0 !important}
    .hero{padding:170px 0 110px;min-height:760px;display:flex;align-items:center}
    .hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}
    .eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#6a6a6d;font-weight:700;margin-bottom:22px}
    h1{
      font-size:clamp(52px,7vw,88px);line-height:.96;letter-spacing:-.075em;
      max-width:760px;margin-bottom:28px;
    }
    .hero-copy{font-size:19px;line-height:1.65;color:var(--muted);max-width:590px;margin-bottom:34px}
    .actions{display:flex;gap:12px;flex-wrap:wrap}
    .secondary{
      border:1px solid #cfcfca;background:transparent;padding:11px 18px;border-radius:999px;
      font-size:14px;font-weight:650;transition:.25s ease;
    }
    .secondary:hover{background:#fff;transform:translateY(-2px)}
    .browser{
      background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.09);
      overflow:hidden;transform:rotate(1.2deg);
    }
    .browser-top{height:46px;border-bottom:1px solid #e8e8e4;display:flex;align-items:center;gap:7px;padding:0 16px}
    .dot{width:8px;height:8px;border-radius:50%;background:#cfcfcb}
    .mock{padding:38px;background:#111;color:white;min-height:445px}
    .mock-small{font-size:10px;letter-spacing:.16em;text-transform:uppercase;opacity:.55}
    .mock h2{font-size:47px;line-height:1;letter-spacing:-.06em;margin:52px 0 22px;max-width:410px}
    .mock p{color:#aaa;font-size:13px;max-width:340px}
    .mock-line{height:1px;background:#333;margin-top:65px}
    .mock-bottom{display:flex;justify-content:space-between;margin-top:18px;font-size:10px;color:#777}
    .strip{display:none}
    .strip-inner{display:none}

    .section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:55px}
    .section-head h2{font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.065em;max-width:650px}
    .section-head p{color:var(--muted);max-width:390px}
    .dark{background:var(--dark);color:#fff}
    .dark .section-head p{color:#999}
    .features{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
    .features h2{font-size:clamp(40px,5vw,65px);line-height:.98;letter-spacing:-.065em}
    .feature-list{border-top:1px solid #303033}
    .feature{padding:23px 0;border-bottom:1px solid #303033;display:flex;gap:25px}
    .feature b{font-size:14px;min-width:145px}
    .feature span{font-size:14px;color:#999}
    .work-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
    .project{border-radius:22px;overflow:hidden;background:#e9e9e5;min-height:430px;position:relative}
    .project.tall{min-height:560px}
    .project-content{position:absolute;inset:0;padding:28px;display:flex;flex-direction:column;justify-content:space-between}
    .project-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase}
    .project-title{font-size:36px;letter-spacing:-.055em;max-width:350px}
    .project.one{background:linear-gradient(135deg,#d9d9d4,#f7f7f5)}
    .project.two{background:linear-gradient(145deg,#202022,#4b4b4e);color:white}
    .project.three{background:linear-gradient(145deg,#e9e9e4,#c8c8c2)}
    .project .shape{position:absolute;border-radius:50%;width:280px;height:280px;right:12%;top:23%;background:rgba(255,255,255,.55);filter:blur(1px)}
    .project.two .shape{background:#999;width:210px;height:210px;right:17%;top:26%}
    .process{background:#fff}
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line)}
    .step{padding:30px 22px 30px 0;border-bottom:1px solid var(--line)}
    .step:not(:last-child){border-right:1px solid var(--line);padding-right:30px}
    .step:not(:first-child){padding-left:30px}
    .step-num{font-size:12px;color:#999;margin-bottom:70px}
    .step h3{font-size:20px;letter-spacing:-.04em;margin-bottom:10px}
    .step p{font-size:14px;color:var(--muted)}
    .testimonial{text-align:center;max-width:850px;margin:auto}
    .quote{font-size:clamp(30px,4vw,49px);line-height:1.1;letter-spacing:-.055em}
    .author{margin-top:28px;color:#777;font-size:13px}
    .cta{background:#e9e9e4}
    .cta-inner{text-align:center;max-width:800px;margin:auto}
    .cta h2{font-size:clamp(48px,7vw,82px);line-height:.95;letter-spacing:-.07em;margin-bottom:25px}
    .cta p{color:var(--muted);max-width:520px;margin:0 auto 30px}
    .contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
    .contact h2{font-size:52px;line-height:1;letter-spacing:-.06em}
    .contact p{color:var(--muted);margin-top:20px}
    form{display:grid;gap:16px}
    input,textarea{width:100%;border:1px solid #d4d4cf;background:#fff;border-radius:13px;padding:15px 16px;outline:none}
    input:focus,textarea:focus{border-color:#999}
    textarea{min-height:140px;resize:vertical}
    .submit{border:0;cursor:pointer}
    footer{background:var(--dark);color:#fff;padding:35px 0}
    .footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}
    footer small{color:#888}
    .js .reveal{opacity:0;transform:translateY(22px);transition:.7s ease}
    .reveal.show{opacity:1;transform:none}
    @media(max-width:900px){
      .nav-links{display:none}.nav-links.open{display:flex;position:absolute;top:76px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;flex-direction:column;align-items:stretch;gap:16px;box-shadow:0 18px 45px rgba(0,0,0,.12)}.menu{display:block}
      .hero-grid,.features,.contact{grid-template-columns:1fr;gap:55px}
      .hero{padding-top:135px}
      .steps{grid-template-columns:1fr 1fr}
      .work-grid{grid-template-columns:1fr}
    }
    @media(max-width:600px){
      .container{width:min(calc(100% - 28px),var(--max))}
      section{padding:78px 0}
      .hero{padding:120px 0 75px;min-height:auto}
      h1{font-size:55px}
      .hero-copy{font-size:17px}
      .browser{transform:none}
      .mock{min-height:370px;padding:25px}.mock h2{font-size:38px;margin-top:48px}
      .step:not(:first-child){padding-left:0}
      .step:not(:last-child){border-right:0}
      .section-head{display:block}.section-head p{margin-top:20px}
      .project,.project.tall{min-height:360px}
      .contact h2{font-size:45px}
      .footer-inner{display:block}.footer-inner small{display:block;margin-top:0}
    }

    /* Website development capabilities */
.trust{
  background:#0b0b0b;
  color:#fff;
  padding:90px 0;
  overflow:hidden;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.trust-card{
  position:relative;
  min-width:0;
  min-height:330px;
  padding:34px 28px 30px;
  border:1px solid #2f2f2f;
  border-radius:24px;
  display:flex;
  flex-direction:column;
  background:transparent;
  transition:background .3s ease,border-color .3s ease,transform .3s ease;
}
.trust-card:hover{
  background:#111;
  border-color:#454545;
  transform:translateY(-3px);
}
.trust-card:before{
  content:attr(data-index);
  width:48px;
  height:48px;
  border:1px solid #4a4a4a;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:12px;
  letter-spacing:.04em;
  color:#bdbdbd;
  margin-bottom:auto;
}
.trust-label{
  display:block;
  margin-top:34px;
  margin-bottom:14px;
  font-size:11px;
  line-height:1.2;
  color:#b7b7b7;
  text-transform:uppercase;
  letter-spacing:.13em;
}
.trust-card strong{
  display:block;
  font-size:clamp(27px,2.35vw,38px);
  line-height:1.02;
  font-weight:650;
  letter-spacing:-.055em;
  color:#fff;
  margin:0 0 24px;
}
.trust-copy{
  display:block;
  margin-top:auto;
  padding-top:22px;
  border-top:1px solid #303030;
  font-size:13px;
  line-height:1.55;
  color:#858585;
}
@media(max-width:1000px){
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .trust-card{min-height:280px}
}
@media(max-width:600px){
  .trust{padding:70px 0}
  .trust-grid{grid-template-columns:1fr;gap:12px}
  .trust-card{min-height:260px;padding:28px 24px 26px}
  .trust-label{margin-top:28px}
  .trust-card strong{font-size:34px}
}

.problem{background:#efefeb}
    .problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
    .problem h2{font-size:clamp(42px,5.2vw,68px);line-height:.98;letter-spacing:-.065em;max-width:580px}
    .problem-list{border-top:1px solid #cfcfca}
    .problem-list>div{display:grid;grid-template-columns:45px 1fr;gap:15px;padding:22px 0;border-bottom:1px solid #cfcfca}
    .problem-list span{font-size:11px;color:#999}
    .problem-list p{font-size:14px;color:#666}
    .problem-list b{font-size:17px;color:#111}
    .strategy{background:#f7f7f5}
    .strategy-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
    .strategy h2{font-size:clamp(44px,5vw,68px);line-height:.96;letter-spacing:-.065em}
    .strategy-copy .lead{font-size:22px;line-height:1.45;letter-spacing:-.025em;max-width:520px}
    .pill-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
    .pill-grid span{border:1px solid #d4d4cf;padding:9px 13px;border-radius:999px;font-size:12px;background:#fff}
    .stats{padding:55px 0;background:#fff}
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .stats-grid div{padding:24px 0;display:flex;flex-direction:column;gap:5px}
    .stats-grid div:not(:last-child){border-right:1px solid var(--line);padding-right:25px}
    .stats-grid div:not(:first-child){padding-left:25px}
    .stats-grid strong{font-size:27px;letter-spacing:-.04em}
    .stats-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#777}
    @media(max-width:900px){
      .problem-grid,.strategy-grid{grid-template-columns:1fr;gap:55px}
    }
    @media(max-width:600px){
      .stats-grid{grid-template-columns:1fr 1fr}
      .stats-grid div:not(:last-child){border-right:0}
      .stats-grid div:not(:first-child){padding-left:0}
      .stats-grid div{padding:18px 0!important}
    }

  
    .packages{background:#fff}
    .package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .package{border:1px solid var(--line);border-radius:22px;padding:30px;min-height:430px;display:flex;flex-direction:column}
    .package.featured{background:#111;color:#fff;border-color:#111;transform:translateY(-8px)}
    .package-top{display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#888;margin-bottom:55px}
    .featured .package-top{color:#888}
    .package h3{font-size:29px;letter-spacing:-.05em;margin-bottom:10px}
    .package p{font-size:14px;color:var(--muted);max-width:330px}
    .featured p{color:#999}
    .package ul{list-style:none;margin:28px 0;display:grid;gap:11px}
    .package li{font-size:13px;color:#555;padding-left:18px;position:relative}
    .featured li{color:#bbb}
    .package li:before{content:"✓";position:absolute;left:0;color:#888}
    .package .secondary,.package .primary{margin-top:auto;text-align:center}
    .work-note{display:flex;justify-content:space-between;gap:30px;padding:18px 0 25px;border-top:1px solid var(--line);font-size:12px}
    .work-note span{text-transform:uppercase;letter-spacing:.1em;color:#777}
    .work-note p{color:#888;max-width:420px}
    .faq{background:#fff}
    .faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:start}
    .faq h2{font-size:clamp(44px,5vw,64px);line-height:.98;letter-spacing:-.065em;margin-bottom:24px}
    .faq-intro{max-width:390px;color:var(--muted);font-size:15px;line-height:1.7;margin-bottom:28px}
    .faq .text-link{display:inline-flex;gap:10px;align-items:center;color:var(--text);font-size:14px;font-weight:650;text-decoration:none}
    .faq .text-link span{transition:transform .25s ease}
    .faq .text-link:hover span{transform:translateX(4px)}
    .faq-list{border-top:1px solid var(--line)}
    details{border-bottom:1px solid var(--line);padding:0}
    summary{cursor:pointer;list-style:none;padding:24px 42px 24px 0;font-size:16px;font-weight:650;line-height:1.4;position:relative;transition:color .2s ease}
    summary::-webkit-details-marker{display:none}
    summary:after{content:"+";position:absolute;right:2px;top:22px;font-size:21px;font-weight:350;color:#888}
    details[open] summary{color:#111}
    details[open] summary:after{content:"−"}
    details p{padding:0 45px 24px 0;color:var(--muted);font-size:14px;line-height:1.75;max-width:680px;margin:0}
    .contact-note{font-size:12px;color:#888;margin-top:12px}
    .contact-methods{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
    .contact-methods a{border:1px solid #d4d4cf;background:#fff;padding:9px 12px;border-radius:999px;font-size:12px}
    .success{display:none;border:1px solid #cfcfca;background:#fff;padding:18px;border-radius:14px;font-size:14px}
    .success.show{display:block}
    .privacy-note{font-size:11px;color:#888;line-height:1.5}
    @media(max-width:900px){
      .package-grid{grid-template-columns:1fr}
      .package.featured{transform:none}
      .faq-grid{grid-template-columns:1fr;gap:55px}
    }
    @media(max-width:600px){
      .work-note{display:block}.work-note p{margin-top:8px}
    }

  
    .pricing{background:#f7f7f5}
    .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
    .price-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;position:relative;display:flex;flex-direction:column;min-height:560px}
    .price-card.popular{background:#101011;color:#fff;border-color:#101011;box-shadow:0 25px 70px rgba(0,0,0,.13);transform:translateY(-10px)}
    .popular-badge{position:absolute;right:20px;top:20px;background:#fff;color:#111;padding:7px 11px;border-radius:999px;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
    .price-top{display:flex;justify-content:space-between;margin-bottom:55px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}
    .price-index{color:#999}
    .price-card h3{font-size:29px;letter-spacing:-.05em;margin-bottom:10px}
    .price-description{font-size:14px;color:var(--muted);min-height:66px}
    .popular .price-description{color:#999}
    .price{font-size:52px;line-height:1;letter-spacing:-.065em;margin-top:30px;font-weight:750}
    .price span{font-size:22px;vertical-align:top;margin-right:3px}
    .price-note{font-size:11px;color:#999;margin-top:7px}
    .price-card ul{list-style:none;display:grid;gap:12px;margin:28px 0}
    .price-card li{font-size:13px;color:#555;padding-left:19px;position:relative}
    .price-card li:before{content:"✓";position:absolute;left:0;color:#888;font-weight:700}
    .popular li{color:#bbb}
    .price-button{margin-top:auto;text-align:center}
    .custom-pricing{margin-top:18px;padding:22px 26px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}
    .custom-pricing strong{font-size:16px;letter-spacing:-.02em}
    .custom-pricing p{font-size:13px;color:var(--muted);margin-top:4px}
    @media(max-width:900px){
      .pricing-grid{grid-template-columns:1fr}
      .price-card.popular{transform:none}
      .price-card{min-height:auto}
    }
    @media(max-width:600px){
      .custom-pricing{display:block}
      .custom-pricing .secondary{margin-top:17px;width:100%}
    }

  
    /* Floating WhatsApp CTA */
.whatsapp-float{position:fixed;right:12px;bottom:12px;width: 54px;height: 54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.16);z-index:1000;transition:transform .25s ease,box-shadow .25s ease}
.whatsapp-float:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 16px 36px rgba(0,0,0,.22);color:#fff}
.whatsapp-float svg{width: 24px;height: 24px;fill:currentColor}
.wa-tooltip{position:absolute;right:68px;white-space:nowrap;background:#111;color:#fff;padding:9px 13px;border-radius:8px;font-size:12px;font-weight:600;opacity:0;pointer-events:none;transform:translateX(6px);transition:opacity .2s ease,transform .2s ease}
.whatsapp-float:hover .wa-tooltip{opacity:1;transform:translateX(0)}
@media(max-width:600px){.whatsapp-float{right:16px;bottom:22px;width:54px;height:54px}.wa-tooltip{display:none}}

    /* Premium process section */
    .process-section{background:#f6f6f3;padding:120px 0}
    .process-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end;margin-bottom:78px}
    .process-heading h2{font-size:clamp(44px,5.5vw,76px);line-height:.96;letter-spacing:-.07em;margin-top:18px}
    .process-heading h2 em{font-style:normal;color:#777}
    .process-heading>p{max-width:390px;margin:0 0 6px auto;color:var(--muted);font-size:15px;line-height:1.75}
    .process-timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cfcfcb;border-bottom:1px solid #cfcfcb}
    .process-step{position:relative;min-height:365px;padding:28px 30px 34px 0;border-right:1px solid #cfcfcb;display:flex;flex-direction:column}
    .process-step:not(:first-child){padding-left:30px}
    .process-step:last-child{border-right:0}
    .process-number{font-size:13px;font-weight:700;letter-spacing:.08em;color:#111}
    .process-line{width:100%;height:1px;background:#cfcfcb;margin:24px 0 30px;position:relative}
    .process-line:after{content:"";position:absolute;left:0;top:-2px;width:5px;height:5px;border-radius:50%;background:#111}
    .process-content{margin-top:auto}
    .process-kicker{display:block;margin-bottom:12px;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#777}
    .process-content h3{max-width:260px;font-size:24px;line-height:1.08;letter-spacing:-.04em;margin-bottom:16px}
    .process-content p{max-width:270px;color:var(--muted);font-size:13px;line-height:1.7;margin:0}
    .process-footer{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;border:1px solid #cfcfcb;background:#fff}
    .process-footer div{min-height:82px;padding:20px 22px;display:flex;align-items:center;gap:14px;border-right:1px solid #cfcfcb}
    .process-footer div:last-child{border-right:0}
    .process-footer span{font-size:10px;color:#999;letter-spacing:.1em}
    .process-footer strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
    @media(max-width:900px){
      .process-section{padding:90px 0}
      .process-heading{grid-template-columns:1fr;gap:25px;margin-bottom:55px}
      .process-heading>p{margin:0;max-width:560px}
      .process-timeline{grid-template-columns:1fr 1fr}
      .process-step:nth-child(2){border-right:0}
      .process-step:nth-child(3),.process-step:nth-child(4){border-top:1px solid #cfcfcb}
      .process-step:nth-child(3){padding-left:0}
      .process-step:nth-child(4){padding-left:30px}
      .process-footer{grid-template-columns:1fr 1fr}
      .process-footer div:nth-child(2){border-right:0}
      .process-footer div:nth-child(3),.process-footer div:nth-child(4){border-top:1px solid #cfcfcb}
    }
    @media(max-width:600px){
      .process-section{padding:75px 0}
      .process-heading h2{font-size:44px}
      .process-timeline{grid-template-columns:1fr}
      .process-step,.process-step:not(:first-child){min-height:290px;padding:24px 0;border-right:0!important}
      .process-step:not(:first-child){border-top:1px solid #cfcfcb}
      .process-footer{grid-template-columns:1fr}
      .process-footer div{border-right:0;border-bottom:1px solid #cfcfcb}
      .process-footer div:last-child{border-bottom:0}
    }


    /* Client Experience keeps the original page background */
    .client-experience-section{
      background:var(--bg) !important;
    }


    /* How It Works: clean white background */
    .process-section{
      background:#fff !important;
    }


    /* Final CTA: premium dark treatment */
    .dark-cta{
      background:#0b0b0b !important;
      color:#fff !important;
    }
    .dark-cta h2,
    .dark-cta h3,
    .dark-cta strong{
      color:#fff !important;
    }
    .dark-cta p,
    .dark-cta .eyebrow{
      color:#a5a5a5 !important;
    }
    .dark-cta a{
      color:#fff;
    }
    .dark-cta .btn{
      background:#fff !important;
      color:#111 !important;
      border-color:#fff !important;
    }
    .dark-cta .btn:hover{
      background:#e9e9e9 !important;
      color:#111 !important;
    }


    /* White buttons on every dark/black section */
    .dark,
    .dark-cta{
      --dark-button-bg:#fff;
      --dark-button-text:#111;
    }
    /* Force white buttons on actual button classes used by the page */
    .dark .primary,
    .dark .secondary,
    .dark a.primary,
    .dark a.secondary,
    .dark-cta .primary,
    .dark-cta .secondary,
    .dark-cta a.primary,
    .dark-cta a.secondary,
    .price-card.popular .primary,
    .price-card.popular a.primary{
      background:#fff !important;
      color:#111 !important;
      border:1px solid #fff !important;
      box-shadow:none !important;
      opacity:1 !important;
    }

    .dark .primary:hover,
    .dark .secondary:hover,
    .dark a.primary:hover,
    .dark a.secondary:hover,
    .dark-cta .primary:hover,
    .dark-cta .secondary:hover,
    .dark-cta a.primary:hover,
    .dark-cta a.secondary:hover,
    .price-card.popular .primary:hover,
    .price-card.popular a.primary:hover{
      background:#e9e9e9 !important;
      color:#111 !important;
      border-color:#e9e9e9 !important;
      opacity:1 !important;
    }


    /* Smooth FAQ accordion */
    .faq-list details{
      overflow:hidden;
      max-height:72px;
      transition:max-height .45s cubic-bezier(.22,1,.36,1);
    }
    .faq-list details[open]{
      max-height:500px;
    }
    .faq-list details summary{
      transition:color .25s ease;
    }
    .faq-list details p{
      opacity:0;
      transform:translateY(-6px);
      transition:opacity .3s ease .05s, transform .35s ease;
    }
    .faq-list details[open] p{
      opacity:1;
      transform:translateY(0);
    }


    /* Redesigned Get in Touch section */
    .contact-section{
      background:#f7f7f5;
    }
    .contact-redesign{
      display:grid;
      grid-template-columns:1fr 1.05fr;
      gap:90px;
      align-items:start;
    }
    .contact-intro{
      position:relative;
      top:auto;
      align-self:center;
    }
    .contact-intro h2{
      font-size:clamp(48px,6vw,78px);
      line-height:.94;
      letter-spacing:-.07em;
      max-width:600px;
      margin-bottom:24px;
    }
    .contact-intro>p{
      color:var(--muted);
      max-width:470px;
      font-size:16px;
      line-height:1.75;
      margin-bottom:38px;
    }
    .contact-details{
      border-top:1px solid var(--line);
    }
    .contact-detail{
      display:grid;
      grid-template-columns:110px 1fr;
      gap:20px;
      padding:18px 0;
      border-bottom:1px solid var(--line);
    }
    .contact-detail-label{
      font-size:10px;
      text-transform:uppercase;
      letter-spacing:.13em;
      color:#888;
      font-weight:700;
      padding-top:3px;
    }
    .contact-detail a,
    .contact-detail span{
      font-size:14px;
      color:#111;
      line-height:1.5;
      transition:opacity .2s ease;
    }
    .contact-detail a:hover{
      opacity:.55;
    }
    .social-links{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:24px;
    }
    .social-links a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:105px;
      padding:10px 14px;
      border:1px solid #d4d4cf;
      border-radius:999px;
      background:#fff;
      font-size:12px;
      font-weight:650;
      transition:.25s ease;
    }
    .social-links a:hover{
      background:#111;
      color:#fff;
      border-color:#111;
      transform:translateY(-2px);
    }
    .contact-form-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:24px;
      padding:34px;
      box-shadow:0 24px 65px rgba(0,0,0,.06);
    }
    .contact-form-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:20px;
      margin-bottom:28px;
    }
    .contact-form-head strong{
      font-size:20px;
      letter-spacing:-.03em;
    }
    .contact-form-head span{
      font-size:10px;
      color:#888;
      text-transform:uppercase;
      letter-spacing:.1em;
    }
    .contact-form-card form{
      gap:14px;
    }
    .contact-form-card input,
    .contact-form-card textarea,
    .contact-form-card select{
      transition:border-color .2s ease, box-shadow .2s ease;
    }
    .contact-form-card input:focus,
    .contact-form-card textarea:focus,
    .contact-form-card select:focus{
      border-color:#111 !important;
      box-shadow:0 0 0 3px rgba(0,0,0,.05);
    }
    .contact-form-card .submit{
      min-height:52px;
      margin-top:4px;
    }
    .contact-form-card .privacy-note{
      margin-top:2px;
    }
    @media(max-width:900px){
      .contact-redesign{
        grid-template-columns:1fr;
        gap:55px;
      }
      .contact-intro{
        position:relative;
        top:auto;
        align-self:stretch;
      }
    }
    @media(max-width:600px){
      .contact-form-card{
        padding:22px;
        border-radius:20px;
      }
      .contact-detail{
        grid-template-columns:90px 1fr;
        gap:14px;
      }
      .social-links a{
        min-width:calc(50% - 4px);
      }
    }


    /* Fix service select so it matches the other form fields */
    .contact-form-card select{
      width:100%;
      height:56px;
      min-height:56px;
      padding:0 48px 0 16px;
      border:1px solid #d8d8d4 !important;
      border-radius:14px;
      background-color:#fff;
      color:#777;
      font:inherit;
      font-size:14px;
      line-height:1.2;
      appearance:none;
      -webkit-appearance:none;
      -moz-appearance:none;
      cursor:pointer;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat:no-repeat;
      background-position:right 16px center;
      background-size:14px 14px;
    }
    .contact-form-card select:focus{
      outline:none;
      border-color:#111 !important;
      box-shadow:0 0 0 3px rgba(0,0,0,.05) !important;
    }
    .contact-form-card select option{
      color:#111;
      background:#fff;
      font-size:14px;
    }


    /* Contact detail icons */
    .contact-detail{
      grid-template-columns:28px 82px 1fr;
      align-items:center;
      gap:14px;
    }
    .contact-detail-icon{
      width:22px;
      height:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#111;
    }
    .contact-detail-icon svg{
      width:19px;
      height:19px;
      stroke:currentColor;
    }
    .contact-detail-label{
      padding-top:0;
    }
    @media(max-width:600px){
      .contact-detail{
        grid-template-columns:24px 76px 1fr;
        gap:10px;
      }
    }


    /* Social media icon buttons */
    .social-links a{
      min-width:44px;
      width:44px;
      height:44px;
      padding:0;
      border-radius:50%;
      gap:0;
      font-size:0;
    }
    .social-links a svg{
      width:19px;
      height:19px;
      display:block;
      stroke:currentColor;
    }
    .social-links a:hover{
      transform:translateY(-2px);
    }


    /* Match Client Experience heading to the main section title scale */
    .client-experience-section .testimonial h2{
      font-size:clamp(38px,5vw,62px);
      line-height:1;
      letter-spacing:-.065em;
      max-width:650px;
      margin:0 auto 32px;
    }


    /* Custom pricing CTA */
    .custom-pricing > a.secondary{
      background:#111 !important;
      color:#fff !important;
      border-color:#111 !important;
    }
    .custom-pricing > a.secondary:hover{
      background:#2a2a2a !important;
      color:#fff !important;
      border-color:#2a2a2a !important;
    }


    /* Exact selector: the custom pricing title is a <strong>, not an <h3> */
    .custom-pricing > div > strong{
      display:block;
      font-size:29px !important;
      line-height:1.12 !important;
      letter-spacing:-.05em !important;
      font-weight:700 !important;
      margin:0 0 10px;
    }
    .custom-pricing > div > p{
      margin-top:0 !important;
    }


    /* More than Design — premium editorial redesign */
    .strategy-redesign{
      background:#f7f7f5;
      padding:120px 0;
    }
    .strategy-top{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:80px;
      align-items:end;
      margin-bottom:72px;
    }
    .strategy-top h2{
      font-size:clamp(52px,6vw,82px);
      line-height:.94;
      letter-spacing:-.07em;
      margin-top:12px;
      max-width:700px;
    }
    .strategy-top h2 em{
      font-style:normal;
      color:#777;
    }
    .strategy-lead{
      max-width:430px;
      color:var(--muted);
      font-size:18px;
      line-height:1.65;
      padding-bottom:6px;
    }
    .strategy-system{
      display:grid;
      grid-template-columns:.72fr 1.28fr;
      border-top:1px solid #d7d7d2;
      border-bottom:1px solid #d7d7d2;
    }
    .strategy-system-intro{
      padding:34px 45px 34px 0;
      border-right:1px solid #d7d7d2;
    }
    .strategy-index{
      display:block;
      font-size:10px;
      font-weight:700;
      letter-spacing:.14em;
      color:#777;
      margin-bottom:28px;
    }
    .strategy-system-intro p{
      max-width:310px;
      font-size:15px;
      line-height:1.7;
      color:#555;
    }
    .strategy-items{
      display:grid;
      grid-template-columns:1fr 1fr;
    }
    .strategy-item{
      display:grid;
      grid-template-columns:34px 1fr;
      gap:12px;
      padding:30px 34px;
      min-height:170px;
      border-bottom:1px solid #d7d7d2;
    }
    .strategy-item:nth-child(odd){
      border-right:1px solid #d7d7d2;
    }
    .strategy-item:nth-child(3),
    .strategy-item:nth-child(4){
      border-bottom:0;
    }
    .strategy-item>span{
      font-size:10px;
      color:#999;
      letter-spacing:.08em;
      padding-top:3px;
    }
    .strategy-item strong{
      display:block;
      font-size:22px;
      letter-spacing:-.035em;
      margin-bottom:10px;
    }
    .strategy-item p{
      color:#777;
      font-size:13px;
      line-height:1.65;
      max-width:290px;
    }
    .strategy-footer{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:24px;
    }
    .strategy-footer span{
      padding:9px 14px;
      border:1px solid #d3d3ce;
      border-radius:999px;
      background:#fff;
      font-size:11px;
      font-weight:650;
    }
    @media(max-width:900px){
      .strategy-redesign{padding:90px 0;}
      .strategy-top{
        grid-template-columns:1fr;
        gap:28px;
        margin-bottom:55px;
      }
      .strategy-system{
        grid-template-columns:1fr;
      }
      .strategy-system-intro{
        border-right:0;
        border-bottom:1px solid #d7d7d2;
        padding:28px 0;
      }
    }
    @media(max-width:600px){
      .strategy-redesign{padding:72px 0;}
      .strategy-top h2{font-size:clamp(44px,13vw,62px);}
      .strategy-items{grid-template-columns:1fr;}
      .strategy-item,
      .strategy-item:nth-child(odd),
      .strategy-item:nth-child(3){
        border-right:0;
        border-bottom:1px solid #d7d7d2;
        min-height:auto;
        padding:25px 0;
      }
      .strategy-item:last-child{border-bottom:0;}
    }


.section-head{
  display:block !important;
  text-align:left;
}
.section-head .eyebrow{
  display:block;
  margin:0 0 14px;
}
.section-head h2{
  margin-top:0;
}
.section-head p{
  margin-top:18px;
}

/* Premium Selected Work portfolio */
.portfolio-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:20px;
  margin-top:54px;
}
.portfolio-side{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:20px;
}
.portfolio-card{
  min-width:0;
  border:1px solid #deded9;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.portfolio-card:hover{
  transform:translateY(-5px);
  border-color:#cfcfca;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.portfolio-featured{
  display:grid;
  grid-template-rows:minmax(390px,1fr) auto;
}
.portfolio-small{
  display:grid;
  grid-template-rows:minmax(250px,1fr) auto;
}
.portfolio-visual{
  position:relative;
  overflow:hidden;
  min-height:0;
}
.visual-brand{background:#deded9;padding:42px 42px 0}
.visual-landing{background:#171719;padding:30px 30px 0}
.visual-shop{background:#ecece7;padding:30px 30px 0}

.browser-window{
  position:relative;
  height:100%;
  min-height:330px;
  border-radius:16px 16px 0 0;
  background:#f7f7f5;
  box-shadow:0 20px 40px rgba(0,0,0,.13);
  overflow:hidden;
}
.browser-bar{
  height:32px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 12px;
  background:#e8e8e3;
}
.browser-bar span{
  width:6px;height:6px;border-radius:50%;background:#aaa;
}
.mock-brand{
  position:relative;
  height:calc(100% - 32px);
  overflow:hidden;
  padding:28px 30px;
  background:linear-gradient(135deg,#f8f8f5,#d6d6d0);
}
.mock-brand-nav,.landing-top,.shop-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:9px;
  letter-spacing:.12em;
}
.mock-brand-nav i{
  width:20px;height:1px;background:#111;display:block;
}
.mock-brand-copy{
  position:relative;
  z-index:2;
  padding-top:16%;
}
.mock-brand-copy small,.landing-copy small,.shop-copy small{
  display:block;
  font-size:8px;
  letter-spacing:.16em;
  margin-bottom:12px;
}
.mock-brand-copy strong{
  display:block;
  font-size:clamp(31px,4vw,54px);
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:600;
}
.mock-brand-copy em{font-style:normal;color:#777}
.mock-line{width:80px;height:1px;background:#111;margin-top:25px}
.mock-orb{
  position:absolute;
  width:44%;
  aspect-ratio:1;
  right:7%;
  bottom:-12%;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#fff,#b7b7b1 62%,#898983);
  box-shadow:0 18px 35px rgba(0,0,0,.18);
}

.landing-ui{
  position:relative;
  height:100%;
  min-height:190px;
  border-radius:13px 13px 0 0;
  padding:24px 24px 0;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(145deg,#242426,#0d0d0e);
}
.landing-copy{
  position:relative;
  z-index:2;
  padding-top:18%;
}
.landing-copy small{color:#aaa}
.landing-copy strong{
  display:block;
  font-size:clamp(28px,3vw,42px);
  line-height:.92;
  letter-spacing:-.06em;
  font-weight:600;
}
.landing-copy button{
  margin-top:20px;
  border:0;
  border-radius:99px;
  padding:9px 14px;
  background:#fff;
  color:#111;
  font-size:9px;
}
.landing-panel{
  position:absolute;
  right:-8%;
  bottom:-30%;
  width:48%;
  aspect-ratio:1;
  border-radius:50%;
  background:linear-gradient(135deg,#777,#333);
}

.shop-ui{
  position:relative;
  height:100%;
  min-height:190px;
  border-radius:13px 13px 0 0;
  padding:24px 24px 0;
  overflow:hidden;
  background:#f6f6f1;
}
.shop-copy{position:relative;z-index:2;padding-top:16%}
.shop-copy strong{
  display:block;
  font-size:clamp(27px,3vw,40px);
  line-height:.92;
  letter-spacing:-.06em;
  font-weight:600;
}
.product-shape{
  position:absolute;
  right:9%;
  bottom:-22%;
  width:39%;
  aspect-ratio:1;
  border-radius:48% 48% 12% 12%;
  background:linear-gradient(135deg,#bdbdb5,#797970);
  transform:rotate(-8deg);
  box-shadow:0 20px 35px rgba(0,0,0,.12);
}
.product-tag{
  position:absolute;
  right:24px;
  bottom:20px;
  font-size:8px;
  letter-spacing:.12em;
}

.portfolio-info{
  padding:22px 24px 25px;
  background:#fff;
}
.portfolio-index{
  display:inline-block;
  font-size:10px;
  color:#999;
  margin-right:13px;
  font-variant-numeric:tabular-nums;
}
.portfolio-label{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#777;
}
.portfolio-meta{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-top:15px;
}
.portfolio-meta h3{
  margin:0;
  max-width:430px;
  font-size:clamp(20px,2.2vw,29px);
  line-height:1.03;
  letter-spacing:-.05em;
  font-weight:600;
}
.portfolio-small .portfolio-meta h3{font-size:22px}
.portfolio-arrow{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid #d8d8d3;
  border-radius:50%;
  font-size:17px;
  transition:all .3s ease;
}
.portfolio-card:hover .portfolio-arrow{
  background:#111;
  color:#fff;
  border-color:#111;
  transform:rotate(8deg);
}
.portfolio-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#888;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.portfolio-footer a{
  color:#111;
  text-decoration:none;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:none;
}
.portfolio-footer a b{
  margin-left:7px;
  font-size:15px;
  font-weight:400;
}

@media(max-width:800px){
  .portfolio-grid{grid-template-columns:1fr;gap:16px;margin-top:38px}
  .portfolio-side{gap:16px}
  .portfolio-featured{grid-template-rows:360px auto}
  .portfolio-small{grid-template-rows:240px auto}
  .visual-brand{padding:25px 25px 0}
  .visual-landing,.visual-shop{padding:22px 22px 0}
  .portfolio-info{padding:19px 20px 21px}
  .portfolio-footer{margin-top:17px}
}
@media(max-width:520px){
  .portfolio-featured{grid-template-rows:290px auto}
  .portfolio-small{grid-template-rows:205px auto}
  .browser-window{min-height:260px}
  .mock-brand{padding:20px}
  .mock-brand-copy{padding-top:13%}
  .portfolio-meta{align-items:center}
  .portfolio-meta h3,.portfolio-small .portfolio-meta h3{font-size:20px}
  .portfolio-arrow{width:34px;height:34px}
  .portfolio-footer{align-items:flex-start;flex-direction:column;gap:10px}
}

.portfolio-footer a{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  background:#111 !important;
  color:#fff !important;
  border:1px solid #111 !important;
  font-size:13px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  text-decoration:none !important;
  box-shadow:0 8px 20px rgba(0,0,0,.10);
  transition:transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.portfolio-footer a:hover{
  background:#2b2b2b !important;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(0,0,0,.15);
}
.portfolio-footer a:focus-visible{
  outline:3px solid #777;
  outline-offset:3px;
}
.portfolio-footer a b{
  margin-left:0 !important;
  font-size:16px !important;
}
@media(max-width:520px){
  .portfolio-footer a{
    width:100%;
    min-height:50px;
  }
}


.strategy-items-clean{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 !important;
  border-top:1px solid rgba(17,17,17,.16);
  border-left:1px solid rgba(17,17,17,.16);
}
.strategy-items-clean .strategy-item{
  min-height:210px;
  padding:30px 30px 32px !important;
  display:flex !important;
  gap:28px !important;
  border-right:1px solid rgba(17,17,17,.16);
  border-bottom:1px solid rgba(17,17,17,.16);
  background:transparent;
  transition:background .3s ease;
}
.strategy-items-clean .strategy-item:hover{background:rgba(255,255,255,.55)}
.strategy-items-clean .strategy-item > span{
  flex:0 0 auto;
  font-size:11px !important;
  color:#999 !important;
  line-height:1.4;
}
.strategy-items-clean .strategy-item strong{
  display:block;
  margin:0 0 10px !important;
  font-size:26px !important;
  line-height:1.05 !important;
  letter-spacing:-.045em !important;
  font-weight:600 !important;
}
.strategy-items-clean .strategy-item p{
  max-width:390px;
  margin:0 !important;
  font-size:14px !important;
  line-height:1.65 !important;
  color:#666 !important;
}
@media(max-width:700px){
  .strategy-items-clean{grid-template-columns:1fr !important}
  .strategy-items-clean .strategy-item{min-height:auto;padding:25px 22px 27px !important}
}

/* The intro column was removed, so the system must now span the full container. */
.strategy-system{
  display:block !important;
  grid-template-columns:none !important;
  border-top:1px solid #d7d7d2;
  border-bottom:1px solid #d7d7d2;
}
.strategy-items-clean{
  width:100% !important;
  box-sizing:border-box;
}
.strategy-items-clean .strategy-item{
  box-sizing:border-box;
}
@media(max-width:600px){
  .strategy-system{display:block !important}
}

/* Premium capability cards */
.strategy-system{
  margin-top:52px !important;
  border:0 !important;
}
.strategy-items-clean{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
  border:0 !important;
}
.strategy-items-clean .strategy-item{
  position:relative;
  min-height:290px !important;
  padding:28px 26px 30px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  gap:35px !important;
  border:1px solid #deded9 !important;
  border-radius:24px !important;
  background:#fff !important;
  overflow:hidden;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.strategy-items-clean .strategy-item::after{
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  right:-42px;
  bottom:-42px;
  border:1px solid #e2e2dd;
  border-radius:50%;
  transition:transform .4s ease, opacity .4s ease;
}
.strategy-items-clean .strategy-item:hover{
  transform:translateY(-6px);
  border-color:#c9c9c3 !important;
  box-shadow:0 18px 42px rgba(17,17,17,.08);
}
.strategy-items-clean .strategy-item:hover::after{
  transform:scale(1.35);
}
.strategy-items-clean .strategy-item > span{
  width:38px;
  height:38px;
  display:grid !important;
  place-items:center;
  border:1px solid #d8d8d3;
  border-radius:50%;
  flex:0 0 auto;
  font-size:10px !important;
  color:#666 !important;
  letter-spacing:.02em;
}
.strategy-items-clean .strategy-item strong{
  display:block;
  margin:0 0 13px !important;
  font-size:25px !important;
  line-height:1.05 !important;
  letter-spacing:-.05em !important;
  font-weight:600 !important;
}
.strategy-items-clean .strategy-item p{
  max-width:100% !important;
  margin:0 !important;
  font-size:13px !important;
  line-height:1.65 !important;
  color:#6b6b67 !important;
}
.strategy-footer{
  margin-top:26px !important;
  padding-top:0 !important;
  border-top:0 !important;
  display:flex;
  flex-wrap:wrap;
  gap:8px !important;
}
.strategy-footer span{
  padding:9px 14px;
  border:1px solid #d9d9d4;
  border-radius:999px;
  background:#fff;
  font-size:10px !important;
  letter-spacing:.04em !important;
  color:#555 !important;
}

@media(max-width:1000px){
  .strategy-items-clean{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:600px){
  .strategy-system{margin-top:36px !important}
  .strategy-items-clean{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .strategy-items-clean .strategy-item{
    min-height:230px !important;
  }
  .strategy-footer{
    margin-top:18px !important;
  }
}

.strategy-redesign{
  background:#fff !important;
}

/* Larger typography for the capability/trust rail */
.capability-rail,
.capability-rail *{
  box-sizing:border-box;
}
.capability-rail .capability-title,
.capability-rail strong{
  font-size:17px !important;
  line-height:1.15 !important;
  font-weight:600 !important;
}
.capability-rail .capability-value,
.capability-rail .value,
.capability-rail b{
  font-size:30px !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:-.04em !important;
}
.capability-rail .capability-label,
.capability-rail small,
.capability-rail span{
  font-size:12px !important;
  line-height:1.3 !important;
}

/* Increase every text level in the capability/trust rail */
.capability-rail .capability-title,
.capability-rail strong{
  font-size:20px !important;
  line-height:1.15 !important;
  font-weight:600 !important;
  letter-spacing:-.025em !important;
}
.capability-rail .capability-value,
.capability-rail .value,
.capability-rail b{
  font-size:38px !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:-.045em !important;
}
.capability-rail .capability-label,
.capability-rail small,
.capability-rail span{
  font-size:14px !important;
  line-height:1.35 !important;
}
@media(max-width:700px){
  .capability-rail .capability-title,
  .capability-rail strong{font-size:18px !important}
  .capability-rail .capability-value,
  .capability-rail .value,
  .capability-rail b{font-size:32px !important}
  .capability-rail .capability-label,
  .capability-rail small,
  .capability-rail span{font-size:13px !important}
}

@media(max-width:900px){
}
@media(max-width:520px){
}
@media(max-width:700px){
}
@media(max-width:700px){
}

/* Rounded outer container matching the other redesigned sections */
.process-section{
  position:relative;
}
.process-section .process-grid,
.process-section .process-cards,
.process-section .process-wrap,
.process-section .process-container{
  border:1px solid var(--line) !important;
  border-radius:24px !important;
  overflow:hidden !important;
}
@media(max-width:700px){
  .process-section .process-grid,
  .process-section .process-cards,
  .process-section .process-wrap,
  .process-section .process-container{
    border-radius:20px !important;
  }
}

/* Correct target: the process timeline and its footer form the visible bordered group. */
.process-section .process-timeline{
  border:1px solid var(--line) !important;
  border-radius:24px !important;
  overflow:hidden !important;
}
.process-section .process-footer{
  border:1px solid var(--line) !important;
  border-radius:16px !important;
  overflow:hidden !important;
}
@media(max-width:700px){
  .process-section .process-timeline{
    border-radius:20px !important;
  }
  .process-section .process-footer{
    border-radius:14px !important;
  }
}

/* Restore balanced inner spacing after rounding the timeline container. */
.process-section .process-timeline{
  border-radius:24px !important;
  overflow:hidden !important;
}
.process-section .process-step,
.process-section .process-step:not(:first-child){
  padding:28px 30px 34px !important;
  box-sizing:border-box;
}
.process-section .process-step:last-child{
  border-right:0 !important;
}
.process-section .process-line{
  width:100% !important;
  margin:24px 0 30px !important;
}
.process-section .process-line:after{
  left:0 !important;
}
.process-section .process-content{
  margin-top:auto;
}
.process-section .process-content h3{
  max-width:280px !important;
}
.process-section .process-content p{
  max-width:290px !important;
}

@media(max-width:900px){
  .process-section .process-step,
  .process-section .process-step:not(:first-child){
    padding:24px 26px !important;
  }
}
@media(max-width:600px){
  .process-section .process-step,
  .process-section .process-step:not(:first-child){
    padding:24px 22px 28px !important;
  }
  .process-section .process-timeline{
    border-radius:20px !important;
  }
}

.problem-list > div{
  display:grid !important;
  grid-template-columns:56px minmax(0,1fr) !important;
  column-gap:18px !important;
  align-items:center !important;
}
.problem-list > div > .problem-icon{
  width:42px !important;
  height:42px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid #d4d4cf !important;
  border-radius:12px !important;
  color:#111 !important;
  background:#fff !important;
}
.problem-list > div > .problem-icon svg{
  width:21px !important;
  height:21px !important;
  display:block;
}
.problem-list > div > p{
  margin:0 !important;
}
@media(max-width:700px){
  .problem-list > div{
    grid-template-columns:48px minmax(0,1fr) !important;
    column-gap:14px !important;
  }
  .problem-list > div > .problem-icon{
    width:38px !important;
    height:38px !important;
    border-radius:10px !important;
  }
  .problem-list > div > .problem-icon svg{
    width:19px !important;
    height:19px !important;
  }
}
@media(max-width:900px){
}
@media(max-width:520px){
}
@media(max-width:520px){
}
@media(max-width:520px){
}
@media(max-width:520px){
}
@media(max-width:900px){
}
@media(max-width:520px){
}
@media(max-width:900px){
}
@media(max-width:520px){
}

.problem-list > div > .problem-icon{
  background:#eeeeea !important;
  border-color:#d5d5d0 !important;
}

/* Global premium motion system */
:root{
  --motion-fast:.22s;
  --motion-base:.55s;
  --motion-slow:.85s;
  --ease-premium:cubic-bezier(.22,.61,.36,1);
}

html{
  scroll-behavior:smooth;
}

@media (prefers-reduced-motion: no-preference){

  /* Existing reveal elements get a softer, more dimensional entrance */
  .reveal{
    opacity:0;
    transform:translate3d(0,28px,0);
    transition:
      opacity .75s var(--ease-premium),
      transform .75s var(--ease-premium);
    will-change:opacity,transform;
  }
  .reveal.visible{
    opacity:1;
    transform:translate3d(0,0,0);
  }

  /* Stagger children across card/grid sections */
  .problem-list > div:nth-child(2),
  .process-timeline .process-step:nth-child(2),
  .portfolio-side .reveal:nth-child(2){
    transition-delay:.08s;
  }
  .problem-list > div:nth-child(3),
  .process-timeline .process-step:nth-child(3){
    transition-delay:.16s;
  }
  .problem-list > div:nth-child(4),
  .process-timeline .process-step:nth-child(4){
    transition-delay:.24s;
  }
  .problem-list > div:nth-child(5){
    transition-delay:.32s;
  }

  /* Hero content */
  header{
    animation:navIn .75s var(--ease-premium) both;
  }
  .hero .eyebrow{
    animation:fadeUp .7s .08s var(--ease-premium) both;
  }
  .hero h1{
    animation:heroTextIn .9s .16s var(--ease-premium) both;
  }
  .hero .hero-copy,
  .hero .hero-actions,
  .hero .hero-note{
    animation:fadeUp .8s .28s var(--ease-premium) both;
  }

  /* Section headings rise in gently */
  section .section-head,
  section .strategy-top,
  section .process-heading,
  section .testimonial{
    transition:transform .7s var(--ease-premium), opacity .7s var(--ease-premium);
  }

  /* Interactive cards */
  .price-card,
  .portfolio-card,
  .process-step{
    transition:
      transform .35s var(--ease-premium),
      box-shadow .35s var(--ease-premium),
      border-color .35s ease,
      background-color .35s ease;
  }
  .price-card:hover,
  .portfolio-card:hover{
    transform:translateY(-6px);
  }

  /* Problem list: slide the icon/row slightly on hover */
  .problem-list > div{
    transition:transform .3s var(--ease-premium), padding-left .3s var(--ease-premium);
  }
  .problem-list > div:hover{
    transform:translateX(5px);
  }
  .problem-list .problem-icon{
    transition:transform .3s var(--ease-premium), background-color .3s ease;
  }
  .problem-list > div:hover .problem-icon{
    transform:scale(1.05);
    background:#e6e6e1 !important;
  }

  /* Strategy capability cards */
  .strategy-items-clean .strategy-item{
    transition:
      transform .35s var(--ease-premium),
      box-shadow .35s var(--ease-premium),
      background-color .35s ease,
      border-color .35s ease;
  }
  .strategy-items-clean .strategy-item:hover{
    transform:translateY(-5px);
  }

  /* Process steps: gentle lift plus line movement */
  .process-timeline .process-step{
    transition:
      background-color .35s ease,
      transform .35s var(--ease-premium);
  }
  .process-timeline .process-step:hover{
    background:#fafaf8;
    transform:translateY(-3px);
  }

  /* Pricing highlight */
  .price-card.popular{
    animation:softPulse 3.8s 1.5s ease-in-out infinite;
  }

  /* FAQ summary arrow / row */
  .faq-item summary{
    transition:padding-left .3s var(--ease-premium), color .3s ease;
  }
  .faq-item summary:hover{
    padding-left:6px;
  }

  /* Buttons */
  a.primary, a.secondary, button,
  .portfolio-footer a, .custom-pricing > a.secondary{
    transition:
      transform .25s var(--ease-premium),
      box-shadow .25s ease,
      background-color .25s ease,
      color .25s ease,
      border-color .25s ease;
  }
  a.primary:hover, a.secondary:hover, button:hover,
  .portfolio-footer a:hover, .custom-pricing > a.secondary:hover{
    transform:translateY(-2px);
  }

  /* Contact details */
  .contact-detail{
    transition:transform .3s var(--ease-premium);
  }
  .contact-detail:hover{
    transform:translateX(5px);
  }

  /* Floating WhatsApp / sticky actions */
  .whatsapp-float{
    animation:floatIn .8s .9s var(--ease-premium) both;
  }
  .whatsapp-float:hover{
    transform:translateY(-4px) scale(1.04);
  }

  @keyframes fadeUp{
    from{opacity:0;transform:translate3d(0,22px,0)}
    to{opacity:1;transform:translate3d(0,0,0)}
  }
  @keyframes heroTextIn{
    from{opacity:0;transform:translate3d(0,34px,0);filter:blur(5px)}
    to{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
  }
  @keyframes navIn{
    from{opacity:0;transform:translate3d(0,-14px,0)}
    to{opacity:1;transform:translate3d(0,0,0)}
  }
  @keyframes floatIn{
    from{opacity:0;transform:translate3d(0,20px,0) scale(.92)}
    to{opacity:1;transform:translate3d(0,0,0) scale(1)}
  }
  @keyframes softPulse{
    0%,100%{box-shadow:0 0 0 rgba(17,17,17,0)}
    50%{box-shadow:0 10px 32px rgba(17,17,17,.09)}
  }


@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    scroll-behavior:auto !important;
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
  }
}

@media (prefers-reduced-motion: no-preference){
  .whatsapp-float{
    position:fixed;
    z-index:1000;
    isolation:isolate;
  }
  .whatsapp-float::before,
  .whatsapp-float::after{
    content:"";
    position:absolute;
    inset:-7px;
    border:1px solid rgba(37,211,102,.42);
    border-radius:50%;
    pointer-events:none;
    z-index:-1;
    animation:whatsappRing 2.2s ease-out infinite;
  }
  .whatsapp-float::after{
    animation-delay:1.1s;
  }

  @keyframes whatsappRing{
    0%{
      transform:scale(.72);
      opacity:.9;
    }
    70%{
      transform:scale(1.28);
      opacity:0;
    }
    100%{
      transform:scale(1.28);
      opacity:0;
    }
  }


@media (prefers-reduced-motion: reduce){
  .whatsapp-float::before,
  .whatsapp-float::after{
    animation:none !important;
    opacity:0 !important;
  }
}

/* =========================================================
   Global responsive pass — phones, tablets and desktop
   ========================================================= */
html{
  overflow-x:hidden;
}
body{
  overflow-x:hidden;
}
img,svg,video,iframe{
  max-width:100%;
}
.container{
  width:min(1180px, calc(100% - 48px)) !important;
  margin-inline:auto !important;
}
section{
  overflow:hidden;
  border-top:0 !important;
  border-bottom:0 !important;
}

/* Headings and copy */
h1{
  font-size:clamp(44px, 7vw, 86px) !important;
  line-height:.94 !important;
}
h2{
  font-size:clamp(34px, 5vw, 62px) !important;
}
p{
  max-width:100%;
}

/* Header */
@media(max-width:900px){
  .container{
    width:calc(100% - 40px) !important;
  }
  .nav-links{
    gap:18px !important;
  }
}
@media(max-width:760px){
  .container{
    width:calc(100% - 32px) !important;
  }
  .nav-links{
    position:absolute !important;
    top:calc(100% + 10px) !important;
    left:16px !important;
    right:16px !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:10px !important;
    background:#fff !important;
    border:1px solid #deded9 !important;
    border-radius:18px !important;
    box-shadow:0 18px 40px rgba(0,0,0,.09) !important;
    z-index:1000 !important;
  }
  .nav-links.open{
    display:flex !important;
  }
  .nav-links > a{
    padding:13px 12px !important;
  }
  .nav-cta{
    text-align:center !important;
    margin-top:4px !important;
  }
  .menu{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
  }
}

/* Hero */
@media(max-width:760px){
  .hero{
    min-height:0 !important;
  }
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:40px !important;
  }
  .hero h1{
    max-width:100% !important;
  }
  .hero-copy,
  .hero-note{
    max-width:100% !important;
  }
  .actions{
    flex-wrap:wrap !important;
  }
  .actions a{
    min-height:48px !important;
  }
  .browser{
    width:100% !important;
    min-width:0 !important;
  }
}

/* Problem / split sections */
@media(max-width:800px){
  .problem-grid,
  .strategy-top,
  .features{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  .problem-list{
    width:100% !important;
  }
}

/* Portfolio */
@media(max-width:800px){
  .portfolio-grid{
    grid-template-columns:1fr !important;
  }
  .portfolio-side{
    grid-template-rows:auto auto !important;
  }
}
@media(max-width:520px){
  .portfolio-footer{
    align-items:stretch !important;
  }
  .portfolio-footer a{
    width:100% !important;
  }
}

/* Pricing */
@media(max-width:900px){
  .pricing-grid,
  .price-grid{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:650px){
  .pricing-grid,
  .price-grid{
    grid-template-columns:1fr !important;
  }
  .price-card{
    min-width:0 !important;
  }
}

/* Strategy capabilities */
@media(max-width:1000px){
  .strategy-items-clean{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:600px){
  .strategy-items-clean{
    grid-template-columns:1fr !important;
  }
  .strategy-items-clean .strategy-item{
    border-radius:24px !important;
  }
  .about-layout{
    border-radius:24px;
  }
}



/* Process */
@media(max-width:900px){
  .process-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:600px){
  .process-timeline{
    grid-template-columns:1fr !important;
  }
  .process-step{
    min-width:0 !important;
  }
}

/* Contact */
@media(max-width:850px){
  .contact-grid,
  .contact-section-grid{
    grid-template-columns:1fr !important;
    gap:38px !important;
  }
  .contact-form-card{
    width:100% !important;
  }
}
@media(max-width:520px){
  input,
  select,
  textarea,
  .contact-form-card button{
    max-width:100% !important;
  }
}

/* FAQ */
@media(max-width:650px){
  .faq-item summary{
    gap:14px !important;
  }
}

/* Footer / floating controls */
@media(max-width:520px){
  footer .footer-inner{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:10px !important;
  }
  .whatsapp-float{
    right:16px !important;
    bottom:22px !important;
  }
}

/* Prevent oversized decorative elements from creating horizontal scroll */
@media(max-width:900px){
  .mock-orb,
  .landing-panel,
  .product-shape{
    max-width:45vw !important;
  }
}
@media(max-width:520px){
  .mock-orb,
  .landing-panel,
  .product-shape{
    max-width:52vw !important;
  }
}

/* Touch devices: avoid sticky hover transforms feeling jumpy */
@media(hover:none){
  .price-card:hover,
  .portfolio-card:hover,
  .strategy-items-clean .strategy-item:hover,
  .problem-list > div:hover,
  .process-timeline .process-step:hover{
    transform:none !important;
  }
}

header{
  background:#0b0b0b !important;
  color:#fff !important;
  border-bottom-color:#242424 !important;
}
header .logo,
header .nav-links > a,
header .menu{
  color:#fff !important;
}
header .menu{
  border-color:#444 !important;
}

.announcement-bar{
  width:100%;
  background:#111;
  color:#fff;
  border-bottom:1px solid #292929;
  position:relative;
  z-index:1100;
}
.announcement-inner{
  width:min(1180px,calc(100% - 48px));
  min-height:42px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.02em;
  text-align:center;
}
.announcement-inner span{
  color:#bdbdbd;
}
.announcement-inner a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
  white-space:nowrap;
  transition:opacity .25s ease,transform .25s ease;
}
.announcement-inner a:hover{
  opacity:.72;
  transform:translateX(2px);
}
@media(max-width:560px){
  .announcement-inner{
    width:calc(100% - 28px);
    min-height:44px;
    gap:9px;
    font-size:11px;
  }
}
@media(prefers-reduced-motion:reduce){
  .announcement-inner a{transition:none}
}

.announcement-bar{
  position:relative !important;
  z-index:1100 !important;
}
header{
  position:relative !important;
  z-index:1000 !important;
}
@media(max-width:760px){
  .nav-links{
    top:calc(100% + 10px) !important;
    z-index:1200 !important;
  }
}

.hero-realworld-visual{
  width:100%;
  min-width:0;
  border-radius:24px;
  overflow:hidden;
  position:relative;
  background:#111;
  box-shadow:0 24px 70px rgba(0,0,0,.16);
}
.hero-realworld-visual img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
}
@media(max-width:760px){
  .hero-realworld-visual{
    border-radius:20px;
    margin-top:8px;
  }
  .hero-realworld-visual img{
    aspect-ratio:4/3;
    object-position:center;
  }
}

/* Full-bleed real-world background for the entire hero.
   The existing HTML hero copy remains live/selectable; only the old
   right-side browser/mockup visual is removed. */
.hero{
  position:relative !important;
  min-height:clamp(680px, 88vh, 900px) !important;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 38%, rgba(0,0,0,.16) 72%, rgba(0,0,0,.08) 100%),
    url("webclickstudio-hero-bg.webp") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  color:#fff !important;
  overflow:hidden !important;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.28),transparent 35%,rgba(0,0,0,.18));
  pointer-events:none;
  z-index:0;
}
.hero > .container,
.hero .container{
  position:relative;
  z-index:1;
}
.hero h1,
.hero .hero-copy,
.hero .hero-note,
.hero .eyebrow{
  color:#fff !important;
}
.hero .secondary{
  color:#fff !important;
  border-color:rgba(255,255,255,.65) !important;
  background:transparent !important;
}
.hero .secondary:hover{
  background:#fff !important;
  color:#111 !important;
}
/* Remove layout space previously reserved for the right visual */
.hero .hero-realworld-visual{
  display:none !important;
}
@media(max-width:760px){
  .hero{
    min-height:760px !important;
    background-position:64% center !important;
    background-image:
      linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.62) 60%,rgba(0,0,0,.28) 100%),
      url("webclickstudio-hero-bg.webp") !important;
  }
}

.hero .hero-realworld-visual,
.hero .browser,
.hero .hero-visual{
  display:none !important;
}
.hero-grid,
.hero-content-grid{
  grid-template-columns:1fr !important;
}
.hero{
  background-size:cover !important;
  background-position:center center !important;
}

.hero-grid{
  grid-template-columns:1fr !important;
}
.hero .mock{
  display:none !important;
}
.hero{
  background-size:cover !important;
  background-position:center center !important;
}
@media(max-width:760px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
}

header .header-logo-image{
  display:block;
  width:auto;
  height:38px;
  max-width:230px;
  object-fit:contain;
}
header .logo{
  display:flex !important;
  align-items:center !important;
}
@media(max-width:760px){
  header .header-logo-image{
    height:32px;
    max-width:190px;
  }
}

header .header-logo-image{
  display:block;
  width:auto;
  height:38px;
  max-width:230px;
  object-fit:contain;
  image-rendering:auto;
}
@media(max-width:760px){
  header .header-logo-image{
    height:32px;
    max-width:190px;
  }
}

header .logo{
  font-size:0 !important;
  line-height:0 !important;
  text-indent:0 !important;
}
header .logo::before,
header .logo::after{
  content:none !important;
  display:none !important;
}
header .logo .header-logo-image{
  font-size:initial !important;
  line-height:normal !important;
}

header a.logo{
  display:flex !important;
  align-items:center !important;
  width:max-content !important;
  height:auto !important;
  font-size:0 !important;
  color:transparent !important;
  text-decoration:none !important;
}
header a.logo::before,
header a.logo::after{
  content:"" !important;
  display:none !important;
}
header a.logo .header-logo-image{
  display:block !important;
  width:auto !important;
  height:82px!important;
  max-width:245px!important;
  flex:0 0 auto !important;
}


footer .footer-logo-image{
  display:block;
  width:auto;
  height:82px !important;
  max-width:245px !important;
  object-fit:contain;
}
footer .footer-logo,
footer .logo{
  display:flex;
  align-items:center;
}
@media(max-width:760px){
  footer .footer-logo-image{
    height:82px !important;
    max-width:245px !important;
  }
}

footer {
  padding: 8px 0 8px !important;
}

footer .footer-logo-image {
  height: 64px !important;
  max-width: 190px !important;
  width: auto !important;
}

.hero a.primary,
.hero .primary {
  background: #fff !important;
  color: #111 !important;
  border-color: #fff !important;
}

html, body {
  overflow-x: hidden !important;
}

header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
}

body {
  padding-top: var(--header-height, 0px);
}

@media (max-width: 768px) {
  header {
    position: fixed !important;
  }
}






/* Keep the announcement bar visible above the sticky/fixed header */
.announcement-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 11000 !important;
}

/* Push the fixed header below the announcement bar */
header {
  top: var(--announcement-height, 0px) !important;
  z-index: 10000 !important;
}

/* Compensate for both fixed elements */
body {
  padding-top: calc(var(--announcement-height, 0px) + var(--header-height, 0px)) !important;
}





.announcement-bar {
  display: block !important;
  background: #111 !important;
  color: #fff !important;
  height: auto !important;
  min-height: 38px !important;
}
.announcement-bar .announcement-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 38px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  gap: 20px;
}
.announcement-bar .announcement-contact,
.announcement-bar .announcement-social {
  display: flex !important;
  align-items: center;
  gap: 14px;
}
.announcement-bar .announcement-contact a,
.announcement-bar .announcement-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff !important;
  text-decoration: none !important;
}
.announcement-bar .announcement-contact svg,
.announcement-bar .announcement-social svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.announcement-bar .announcement-contact a:hover,
.announcement-bar .announcement-social a:hover {
  opacity: .65;
}
@media (max-width: 700px) {
  .announcement-bar .announcement-inner {
    width: calc(100% - 24px);
  }
  .announcement-bar .announcement-contact,
  .announcement-bar .announcement-social {
    gap: 8px;
  }
}

/* Remove header bottom border */
header {
  border-bottom: none !important;
  box-shadow: none !important;
}


/* Keep navigation links white; only the Start a project CTA gets a white background. */
/* Header project CTA */
header .nav-links > a.nav-cta {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #111 !important;
  border-color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

header .nav-links > a.nav-cta:hover,
header .nav-links > a.nav-cta:focus-visible,
header .nav-links > a.nav-cta:active,
header .nav-links > a.nav-cta:visited {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #111 !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Clean split hero: white text area on the left, office image on the right. */
.hero.hero-split {
  padding: 0 !important;
  min-height: clamp(620px, 82vh, 820px) !important;
  display: block !important;
  background: #fff !important;
  color: #111 !important;
  overflow: hidden !important;
}

.hero.hero-split > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hero.hero-split .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: clamp(620px, 82vh, 820px) !important;
}

.hero.hero-split .hero-content {
  width: min(620px, calc(100% - 80px));
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.hero.hero-split .eyebrow {
  color: #111 !important;
}

.hero.hero-split h1 {
  color: #111 !important;
  max-width: 680px !important;
}

.hero.hero-split .hero-copy {
  color: #555 !important;
  max-width: 640px !important;
}

.hero.hero-split .hero-image {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
}

.hero.hero-split .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 900px) {
  .hero.hero-split {
    min-height: auto !important;
  }

  .hero.hero-split .hero-grid {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .hero.hero-split .hero-content {
    width: min(680px, calc(100% - 48px));
    min-height: 560px;
    padding: 70px 0;
  }

  .hero.hero-split .hero-image {
    min-height: 520px;
    height: 520px;
    background: #fff;
    overflow: hidden;
  }

  .hero.hero-split .hero-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center center;
  }
}

@media (max-width: 600px) {
  .hero.hero-split .hero-content {
    width: calc(100% - 36px);
    min-height: 424px;
    padding: 56px 0;
  }

  .hero.hero-split .hero-image {
    min-height: 420px;
    height: 420px;
    background: #fff;
  }

  .hero.hero-split .hero-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center center;
  }
}

/* Remove all legacy hero overlays/shadows and keep the left side pure white. */
.hero.hero-split,
.hero.hero-split::before,
.hero.hero-split::after {
  background-image: none !important;
  box-shadow: none !important;
}

.hero.hero-split::before,
.hero.hero-split::after {
  content: none !important;
  display: none !important;
}

.hero.hero-split .hero-content {
  background: #fff !important;
  box-shadow: none !important;
}

/* Reframe the office image so the important right-hand branding is visible. */
.hero.hero-split .hero-image {
  background: #111 !important;
  position: relative !important;
  isolation: isolate;
}

.hero.hero-split .hero-image img {
  object-fit: cover !important;
  object-position: 72% center !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Keep the split edge clean — no gradient or shadow crossing into the white panel. */
.hero.hero-split .hero-grid {
  background: #fff !important;
}

@media (max-width: 900px) {
  .hero.hero-split .hero-image img {
    object-position: 70% center !important;
  }
}

/* Keep the right edge of the source image visible so the full wall logo is not cut off. */
.hero.hero-split .hero-image img {
  object-fit: cover !important;
  object-position: right center !important;
}

/* Place the split hero inside the site's centered container. */
.hero.hero-split {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin: 32px auto 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

.hero.hero-split > .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero.hero-split .hero-grid {
  min-height: clamp(600px, 78vh, 780px) !important;
}

@media (max-width: 900px) {
  .hero.hero-split {
    width: calc(100% - 32px) !important;
    margin-top: 24px !important;
    border-radius: 20px !important;
  }
}

@media (max-width: 600px) {
  .hero.hero-split {
    width: calc(100% - 24px) !important;
    margin-top: 18px !important;
    border-radius: 16px !important;
  }
}

/* Full-width white hero background; content remains inside a centered container. */
.hero.hero-split {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.hero.hero-split > .container {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.hero.hero-split .hero-grid {
  width: 100% !important;
  min-height: clamp(600px, 78vh, 780px) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.hero.hero-split .hero-content {
  width: min(600px, calc(100% - 72px)) !important;
  padding: 40px 0 !important;
}

@media (max-width: 900px) {
  .hero.hero-split > .container {
    width: 100% !important;
    max-width: none !important;
  }

  .hero.hero-split .hero-content {
    width: calc(100% - 48px) !important;
  }
}

/* Put only the hero image inside a rounded box; keep the overall hero background white. */
.hero.hero-split .hero-image {
  margin: 48px 0 48px 0 !important;
  min-height: calc(clamp(600px, 78vh, 780px) - 96px) !important;
  height: auto !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

.hero.hero-split .hero-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border-radius: 24px !important;
  object-fit: cover !important;
  object-position: right center !important;
}

@media (max-width: 900px) {
  .hero.hero-split .hero-image {
    margin: 0 0 24px !important;
    min-height: 520px !important;
    height: 520px !important;
    border-radius: 20px !important;
  }

  .hero.hero-split .hero-image img {
    border-radius: 20px !important;
  }
}

@media (max-width: 600px) {
  .hero.hero-split .hero-image {
    min-height: 420px !important;
    height: 420px !important;
    border-radius: 16px !important;
  }

  .hero.hero-split .hero-image img {
    border-radius: 16px !important;
  }
}

/* Slightly shorter image box */
.hero.hero-split .hero-image {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
  min-height: calc(clamp(600px, 78vh, 780px) - 128px) !important;
}

/* Hero CTA: black filled button */
.hero.hero-split .actions .primary {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
}

/* View our work: outlined button */
.hero.hero-split .actions .secondary {
  background: transparent !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}

.hero.hero-split .hero-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Remove the dark image box — show only the transparent Earth artwork. */
.hero.hero-split .hero-image {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero.hero-split .hero-image img {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.hero.hero-split .hero-image {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.hero.hero-split .hero-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Premium animated hover effect for main navigation */
header .nav-links > a:not(.nav-cta) {
  position: relative;
  color: #fff ;
  text-decoration: none !important;
  transition: color .25s ease;
  padding-bottom: 6px;
}

header .nav-links > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .28s cubic-bezier(.22,.61,.36,1);
}

header .nav-links > a:not(.nav-cta):hover,
header .nav-links > a:not(.nav-cta):focus-visible {
  color: #fff !important;
}

header .nav-links > a:not(.nav-cta):hover::after,
header .nav-links > a:not(.nav-cta):focus-visible::after {
  transform: translateX(-50%) scaleX(1);
}

@media (max-width: 900px) {
  header .nav-links > a:not(.nav-cta) {
    padding-bottom: 2px;
  }
  header .nav-links > a:not(.nav-cta)::after {
    display: none;
  }
}

.portfolio-real-shot{
  width:100%;
  height:100%;
  min-height:inherit;
  display:block;
  object-fit:cover;
  object-position:top center;
  background:#f2f2ee;
  transition:transform .6s cubic-bezier(.22,.61,.36,1);
}
.portfolio-card:hover .portfolio-real-shot{
  transform:scale(1.025);
}
.portfolio-visual.site-shot{
  padding:0 !important;
  background:#f2f2ee !important;
}
.portfolio-visual.site-shot::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
@media(max-width:800px){
  .portfolio-real-shot{object-position:top center;}
}

.portfolio-card-link{
  display:block;
  color:inherit;
  text-decoration:none;
  height:100%;
}
.portfolio-card-link .portfolio-card{
  height:100%;
  cursor:pointer;
}
.portfolio-card-link:focus-visible{
  outline:2px solid #111;
  outline-offset:5px;
  border-radius:24px;
}

.portfolio-card[data-project-url]{cursor:pointer;}
.portfolio-card[data-project-url]:focus-visible{outline:2px solid #111;outline-offset:5px;border-radius:24px;}

/* Selected Work: four equal projects, two per row */
.portfolio-grid.portfolio-grid-four{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:20px !important;
}
.portfolio-grid.portfolio-grid-four .portfolio-card{
  height:100%;
}
.portfolio-grid.portfolio-grid-four .portfolio-visual{
  height:clamp(260px, 10vw, 390px) !important;
}
@media (max-width: 800px){
  .portfolio-grid.portfolio-grid-four{
    grid-template-columns:1fr !important;
  }
  .portfolio-grid.portfolio-grid-four .portfolio-visual{
    height:clamp(240px,62vw,360px);
  }
}

.contact-form-card .contact-email-phone-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  column-gap:14px !important;
  row-gap:14px !important;
  width:100% !important;
}
.contact-form-card .contact-email-phone-row > input{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  box-sizing:border-box !important;
}
@media(max-width:420px){
  .contact-form-card .contact-email-phone-row{
    grid-template-columns:1fr !important;
  }
}

.contact-form-card .contact-business-service-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:14px !important;
  width:100% !important;
  box-sizing:border-box !important;
}
.contact-form-card .contact-business-service-row > input,
.contact-business-service-row > div > select{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  box-sizing:border-box !important;
}
@media(max-width:420px){
  .contact-form-card .contact-business-service-row{
    grid-template-columns:1fr !important;
  }
}

.contact-section .contact-redesign{
  align-items:center !important;
}
@media(max-width:900px){
  .contact-section .contact-redesign{
    align-items:stretch !important;
  }
}
.nav-links.open {background-color: #000 !important;}
/* Inline-style cleanup: muted eyebrow */
.eyebrow.eyebrow-muted{color:#888 !important;}

/* Continuous premium motion for the hero Earth visual. */
.hero.hero-split .hero-image img {
  animation: heroEarthFloat 8s ease-in-out infinite;
  transform-origin: center center;
  will-change: transform;
}

@keyframes heroEarthFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -10px, 0) scale(1.018);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.hero-split .hero-image img {
    animation: none;
  }
}

/* Responsive fix: keep custom CTA text and button separated on narrow screens. */
@media (max-width: 700px){
  .custom-pricing{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:18px !important;
    padding:22px 20px !important;
  }
  .custom-pricing > div{
    width:100% !important;
    min-width:0 !important;
  }
  .custom-pricing > div > strong{
    font-size:clamp(24px, 7vw, 29px) !important;
    line-height:1.08 !important;
    margin-bottom:9px !important;
  }
  .custom-pricing > div > p{
    margin:0 !important;
    line-height:1.55 !important;
  }
  .custom-pricing > a.secondary{
    display:flex !important;
    width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    margin-top:0 !important;
    justify-content:center !important;
    text-align:center !important;
  }
}

/* Mobile hero earth: reduce empty space around the image without changing desktop layout. */
@media (max-width: 600px) {
  .hero.hero-split .hero-image {
    margin: 20px 0 !important;
    min-height: 360px !important;
    height: 360px !important;
  }

  .hero.hero-split .hero-image img {
    transform: none !important;
    transform-origin: center center !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

/* =========================================================
   Mobile navigation drawer — right-to-left, full-height
   ========================================================= */
@media (max-width:760px){
  body.mobile-menu-open{
    overflow:hidden !important;
    touch-action:none;
  }

  header .nav-links{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:min(88vw,390px) !important;
    height:100dvh !important;
    min-height:100vh !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:84px 28px 28px !important;
    margin:0 !important;
    background:#0b0b0b !important;
    color:#fff !important;
    border:0 !important;
    border-left:1px solid #292929 !important;
    border-radius:0 !important;
    box-shadow:-24px 0 60px rgba(0,0,0,.28) !important;
    overflow-y:auto !important;
    overscroll-behavior:contain !important;
    z-index:12000 !important;
    transform:translateX(100%) !important;
    visibility:hidden !important;
    opacity:1 !important;
    transition:transform .42s cubic-bezier(.22,.61,.36,1), visibility 0s linear .42s !important;
  }

  header .nav-links.open{
    transform:translateX(0) !important;
    visibility:visible !important;
    transition:transform .42s cubic-bezier(.22,.61,.36,1), visibility 0s linear 0s !important;
  }

  body.mobile-menu-open::before{
    content:"";
    position:fixed;
    inset:0;
    width:100vw;
    height:100dvh;
    background:rgba(0,0,0,.42);
    opacity:1;
    pointer-events:auto;
    z-index:11900;
  }

  header .nav-links > a:not(.nav-cta){
    display:flex !important;
    align-items:center;
    min-height:58px;
    padding:0 !important;
    border-bottom:1px solid #292929;
    color:#fff !important;
    font-size:18px;
    font-weight:500;
  }

  header .nav-links > a:not(.nav-cta)::after{
    display:none !important;
  }

  header .nav-links > a.nav-cta{
    margin-top:24px !important;
    min-height:54px;
    justify-content:center;
    text-align:center !important;
    padding:0 18px !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #fff !important;
    border-radius:999px;
  }

  header .mobile-menu-close{
    display:flex !important;
    position:absolute;
    top:22px;
    right:22px;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    padding:0;
    border:1px solid #3a3a3a;
    border-radius:50%;
    background:transparent;
    color:#fff;
    font-size:30px;
    font-weight:300;
    line-height:1;
    cursor:pointer;
    transition:background .2s ease,border-color .2s ease,transform .2s ease;
    z-index:2;
  }

  header .mobile-menu-close:hover,
  header .mobile-menu-close:focus-visible{
    background:#1b1b1b;
    border-color:#666;
    outline:none;
    transform:rotate(90deg);
  }
}

.mobile-menu-close{display:none;}

@media (min-width:761px){
  header .nav-links{transform:none !important;visibility:visible !important;}
}

@media (prefers-reduced-motion:reduce){
  @media (max-width:760px){
    header .nav-links,
    header .nav-links.open,
    body.mobile-menu-open::before,
    header .mobile-menu-close{
      transition:none !important;
    }
  }
}

/* Mobile/tablet navigation correction: use the same drawer through 900px,
   keep the backdrop behind the drawer, and remove the old dropdown behavior. */
@media (max-width:900px){
  body.mobile-menu-open header{
    z-index:12000 !important;
  }

  header .nav-links{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:min(88vw,390px) !important;
    height:100dvh !important;
    min-height:100vh !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:84px 28px 28px !important;
    margin:0 !important;
    background:#0b0b0b !important;
    color:#fff !important;
    border:0 !important;
    border-left:1px solid #292929 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow-y:auto !important;
    overscroll-behavior:contain !important;
    z-index:12001 !important;
    transform:translateX(100%) !important;
    visibility:hidden !important;
    opacity:1 !important;
    transition:transform .42s cubic-bezier(.22,.61,.36,1), visibility 0s linear .42s !important;
  }

  header .nav-links.open{
    transform:translateX(0) !important;
    visibility:visible !important;
    display:flex !important;
    transition:transform .42s cubic-bezier(.22,.61,.36,1), visibility 0s linear 0s !important;
  }

  header .nav-links > a:not(.nav-cta){
    display:flex !important;
    align-items:center;
    min-height:58px;
    padding:0 !important;
    border-bottom:1px solid #292929;
    color:#fff !important;
    font-size:18px;
    font-weight:500;
  }

  header .nav-links > a.nav-cta{
    display:flex !important;
    margin-top:24px !important;
    min-height:54px;
    justify-content:center;
    text-align:center !important;
    padding:0 18px !important;
    background:#fff !important;
    color:#111 !important;
    border:1px solid #fff !important;
    border-radius:999px;
  }

  header .mobile-menu-close{
    display:flex !important;
    position:absolute !important;
    top:22px !important;
    right:22px !important;
    width:42px !important;
    height:42px !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin:0 !important;
    border:1px solid #3a3a3a !important;
    border-radius:50% !important;
    background:transparent !important;
    color:#fff !important;
    font-size:30px !important;
    font-weight:300 !important;
    line-height:1 !important;
    cursor:pointer !important;
    z-index:12002 !important;
  }

  /* Backdrop stays below the entire drawer/header stacking context. */
  body.mobile-menu-open::before{
    z-index:11900 !important;
    pointer-events:auto !important;
  }

  .menu{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
}

@media (min-width:901px){
  header .nav-links{
    position:static !important;
    width:auto !important;
    height:auto !important;
    min-height:0 !important;
    display:flex !important;
    transform:none !important;
    visibility:visible !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
  }
  header .mobile-menu-close{
    display:none !important;
  }
  header .menu{
    display:none !important;
  }
}

/* v15 responsive refinement: center the mobile drawer close icon. */
@media (max-width: 900px) {
  header .mobile-menu-close {
    font-size: 0 !important;
    line-height: 0 !important;
    display: grid !important;
    place-items: center !important;
    position: absolute !important;
  }

  header .mobile-menu-close::before,
  header .mobile-menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 1.5px;
    background: #fff;
    transform-origin: center;
  }

  header .mobile-menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  header .mobile-menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* Between 600px and 900px: reduce the oversized hero image panel. */
@media (min-width: 601px) and (max-width: 700px) {
  .hero.hero-split .hero-image {
    height: 430px !important;
    min-height: 430px !important;
    margin: 0 0 24px !important;
  }
}

/* 600px and below: give the Earth balanced breathing room above and below. */
@media (max-width: 600px) {
  .hero.hero-split .hero-image {
    height: 400px !important;
    min-height: 400px !important;
    margin: 20px 0 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero.hero-split .hero-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }


  footer .footer-inner small {
    margin-top: 0 !important;
  }
}

/* About WebClickStudio */
.about-section{
  background:#0b0b0b;
  color:#fff;
  padding:120px 0;
}
.about-layout{
  display:grid;
  grid-template-columns:1.02fr 1fr .9fr;
  gap:0;
  align-items:stretch;
  border:1px solid #2b2b2b;
  border-radius:24px;
  overflow:hidden;
}
.about-intro,
.about-story,
.about-approach{
  min-width:0;
  padding:44px 42px;
}
.about-intro{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-intro h2{
  font-size:clamp(48px,5vw,76px);
  line-height:.95;
  letter-spacing:-.07em;
  margin:18px 0 26px;
}
.about-lead{
  max-width:520px;
  color:#aaa;
  font-size:16px;
  line-height:1.7;
  margin:0 0 30px;
}
.about-cta{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:max-content;
  min-width:190px;
  padding:13px 20px;
  border:1px solid #fff;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:650;
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.about-cta:hover{transform:translateY(-2px);background:#fff;color:#111}
.about-cta span{font-size:18px;line-height:1}
.about-story{
  border-left:1px solid #303030;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-story p{
  max-width:520px;
  color:#c2c2c2;
  font-size:15px;
  line-height:1.75;
  margin:0 0 24px;
}
.about-story p:last-child{margin-bottom:0}
.about-approach{
  border-left:1px solid #303030;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-approach-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:10px;
  color:#aaa;
  margin-bottom:42px;
}
.about-approach p{max-width:430px;color:#c2c2c2;font-size:15px;line-height:1.75;margin:0}
.about-approach-line{width:58px;height:1px;background:#fff;margin:42px 0 28px}
.about-approach h3{font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.05em;margin:0}

/* Client testimonials */
.client-testimonials-section{background:#efefeb;color:#111;padding:120px 0}
.testimonials-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:stretch}
.testimonials-intro{display:flex;flex-direction:column;min-height:560px;padding-right:30px}
.testimonials-intro h2{font-size:clamp(48px,5.5vw,76px);line-height:.95;letter-spacing:-.07em;margin:18px 0 24px}
.testimonials-intro p{max-width:460px;color:var(--muted);font-size:15px;line-height:1.75;margin:0}
.testimonial-controls{display:flex;gap:12px;margin-top:auto;padding-top:50px}
.testimonial-controls button{width:52px;height:52px;border:1px solid #111;border-radius:50%;background:#fff;color:#111;font:inherit;cursor:pointer;display:grid;place-items:center;transition:transform .25s ease,background .25s ease,color .25s ease}
.testimonial-controls button:hover{transform:translateY(-2px)}
.testimonial-controls .testimonial-prev{background:#111;color:#fff}
.testimonial-stage{border-left:1px solid var(--line);padding-left:64px;position:relative;min-height:560px;display:flex;flex-direction:column}
.testimonial-stage-head{display:flex;justify-content:space-between;gap:20px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:#777;margin-bottom:46px}
.testimonial-slides{display:grid;flex:1;min-height:360px}
.testimonial-slide{grid-area:1 / 1;display:flex;flex-direction:column;min-height:360px;opacity:0;visibility:hidden;transform:translateX(18px);pointer-events:none;transition:opacity .55s ease,transform .55s ease,visibility 0s linear .55s}
.testimonial-slide.is-active{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto;transition-delay:0s}
.testimonial-quote-mark{font-size:72px;line-height:.6;color:#111;font-weight:700;margin-bottom:28px}
.testimonial-slide blockquote{font-size:clamp(28px,3vw,30px);line-height:1.08;letter-spacing:-.045em;max-width:760px;margin:0 0 34px}
.testimonial-author{display:flex;flex-direction:column;gap:5px;margin-top:auto;padding-top:20px;border-top:1px solid var(--line);max-width:640px}
.testimonial-author strong{font-size:14px}
.testimonial-author span{font-size:12px;color:#888}
.testimonial-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:30px}
.testimonial-tab{position:relative;text-align:left;border:0;border-right:1px solid var(--line);background:transparent;padding:18px 18px 20px 0;cursor:pointer;color:#111;display:grid;grid-template-columns:48px 1fr;column-gap:10px;align-items:start;font:inherit}
.testimonial-tab:not(:first-child){padding-left:18px}
.testimonial-tab:last-child{border-right:0}
.testimonial-tab>span{grid-row:span 2;font-size:18px;letter-spacing:-.03em}
.testimonial-tab strong{font-size:12px}
.testimonial-tab small{font-size:11px;color:#888;margin-top:3px}
.testimonial-tab.is-active:after{content:"";position:absolute;left:0;right:18px;bottom:0;height:2px;background:#111}
.testimonial-tab:not(:first-child).is-active:after{left:18px}
@media(max-width:900px){
  .about-section,.client-testimonials-section{padding:90px 0}
  .about-layout,.testimonials-layout{grid-template-columns:1fr;gap:0}
  .about-intro{justify-content:flex-start;padding:40px 36px 42px}
  .about-story{border-left:0;border-top:1px solid #303030;padding:42px 36px 44px}
  .about-approach{border-left:0;border-top:1px solid #303030;padding:42px 36px 44px}
  .testimonials-intro{min-height:auto;padding-right:0}
  .testimonial-controls{margin-top:35px;padding-top:0;padding-bottom:30px}
  .testimonial-stage{border-left:0;border-top:1px solid var(--line);padding:35px 0 0;min-height:0}
}

@media(max-width:600px){
  .about-section,.client-testimonials-section{padding:70px 0}
  .about-intro{padding:32px 30px 36px}
  .about-intro h2,.testimonials-intro h2{font-size:44px}
  .about-story{padding:32px 30px 36px}
  .about-approach{padding:32px 30px 36px}
  .about-approach-head{margin-bottom:35px}
  .testimonial-stage-head{margin-bottom:35px}
  .testimonial-slides{min-height:340px}
  .testimonial-slide{min-height:340px}
  .testimonial-slide blockquote{font-size:30px}
  .testimonial-list{grid-template-columns:1fr}
  .testimonial-tab,.testimonial-tab:not(:first-child){border-right:0;border-bottom:1px solid var(--line);padding:16px 0}
  .testimonial-tab:last-child{border-bottom:0}
  .testimonial-tab.is-active:after,.testimonial-tab:not(:first-child).is-active:after{left:0;right:0}}}}

/* Services — horizontal carousel */
.services{background:#fff}
.services-container{position:relative}
.services-head{margin-bottom:38px}
.services-head .eyebrow{margin-bottom:16px}
.services-head h2{max-width:650px}
.services-head p{max-width:390px}
.service-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.service-tab{border:1px solid var(--line);background:#fff;color:#555;padding:10px 16px;border-radius:999px;font-size:12px;line-height:1;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}
.service-tab:hover{border-color:#aaa;color:#111;transform:translateY(-1px)}
.service-tab.is-active{background:#111;color:#fff;border-color:#111}
.service-slider{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}
.service-panel{display:none;overflow:hidden}
.service-panel.is-active{display:block}
.service-viewport{position:relative;overflow:hidden}
.service-viewport::after{content:"";position:absolute;top:0;right:0;bottom:0;width:3px;background:#fff;z-index:3;pointer-events:none}
.service-cards{display:flex;align-items:stretch;gap:0;width:max-content;min-width:100%;transition:transform .45s var(--ease-premium);will-change:transform}
.service-card{flex:0 0 clamp(260px,24vw,294px);min-height:280px;padding:30px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;background:#fff;transition:background-color .3s ease,transform .3s var(--ease-premium)}
.service-card:hover{background:#fafaf8}
.service-card.is-carousel-edge{border-right-color:transparent}
.service-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}
.service-number{font-size:12px;color:#999;line-height:1}
.service-icon{width:27px;height:27px;display:grid;place-items:center;color:#111}
.service-icon svg{width:25px;height:25px;display:block}
.service-card h3{font-size:21px;line-height:1.05;letter-spacing:-.04em;margin-bottom:12px}
.service-card p{font-size:13px;line-height:1.6;color:var(--muted);max-width:250px}
.service-slider-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-top:1px solid var(--line)}
.service-arrows{display:flex;align-items:center;gap:8px}
.service-arrows button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;cursor:pointer;font-size:17px;line-height:1;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}
.service-arrows button:hover:not(:disabled){background:#111;color:#fff;border-color:#111;transform:translateY(-1px)}
.service-arrows button:disabled{opacity:.35;cursor:not-allowed}
.service-count{font-size:11px;letter-spacing:.04em;color:#777}
@media(max-width:1000px){
  .service-card{flex-basis:calc(50vw - 32px)}
}
@media(max-width:600px){
  .services-head{display:block;margin-bottom:24px}
  .services-head p{margin-top:14px}
  .service-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .service-tabs::-webkit-scrollbar{display:none}
  .service-tab{white-space:nowrap;padding:10px 14px}
  .service-slider{border-radius:20px}
  .service-viewport::after{width:3px}
  .service-card{flex-basis:calc(50vw - 28px);min-height:290px;padding:26px 24px;border-right:1px solid var(--line)}
  .service-card h3{font-size:24px}
  .service-card p{font-size:14px;max-width:330px}
  .service-slider-footer{padding:14px 16px}
}

/* Technology stack */
.technology-section{background:var(--dark);color:#fff;padding:120px 0;overflow:hidden}
.technology-container{max-width:1180px}
.technology-head{text-align:center;max-width:780px;margin:0 auto 42px}
.technology-head h2{font-size:clamp(42px,5.5vw,68px);line-height:.96;letter-spacing:-.07em;margin-bottom:18px}
.technology-head p{color:#999;font-size:15px;line-height:1.7;max-width:680px;margin:0 auto}
.eyebrow-muted{color:#999}
.technology-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.technology-tab{border:1px solid #343438;background:#101011;color:#cfcfd2;border-radius:10px;padding:11px 16px;font-size:12px;line-height:1;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}
.technology-tab:hover{border-color:#55555a;color:#fff;transform:translateY(-1px)}
.technology-tab.is-active{background:#fff;color:#111;border-color:#fff}
.technology-panel-wrap{border:1px solid #2f2f32;border-radius:18px;background:#0d0d0e;padding:28px;min-height:360px}
.technology-panel{display:none;animation:technologyPanelIn .35s ease both}
.technology-panel.is-active{display:block}
.technology-panel-head{display:flex;align-items:center;gap:18px;margin-bottom:26px}
.technology-panel-icon{width:48px;height:48px;border:1px solid #4a4a4e;border-radius:12px;display:grid;place-items:center;font-size:10px;font-weight:700;letter-spacing:.08em;color:#fff;flex:0 0 auto}
.technology-panel-head h3{font-size:22px;letter-spacing:-.035em;margin-bottom:3px}
.technology-panel-head p{font-size:13px;color:#888;line-height:1.4}
.technology-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.technology-grid-ai{grid-template-columns:repeat(5,minmax(0,1fr))}
.technology-item{min-height:72px;border:1px solid #252528;border-radius:10px;background:#111113;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:10px 8px;text-align:center;font-size:11px;color:#d4d4d7;transition:border-color .25s ease,background .25s ease,transform .25s ease}
.technology-item:hover{border-color:#4b4b50;background:#161618;transform:translateY(-2px)}
.technology-item .tech-logo{width:32px;height:32px;object-fit:contain;display:block}
.technology-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px}
.technology-arrows{display:flex;align-items:center;gap:8px}
.technology-arrows button{width:36px;height:36px;border:1px solid #444448;border-radius:50%;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer;transition:.25s ease}
.technology-arrows button:hover{background:#fff;color:#111;border-color:#fff}
.technology-count{font-size:10px;letter-spacing:.12em;color:#777;margin-left:8px}
@keyframes technologyPanelIn{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:900px){
  .technology-section{padding:90px 0}
  .technology-grid,.technology-grid-ai{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:600px){
  .technology-section{padding:76px 0}
  .technology-head{margin-bottom:30px}
  .technology-head h2{font-size:42px}
  .technology-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px;scrollbar-width:none}
  .technology-tabs::-webkit-scrollbar{display:none}
  .technology-tab{white-space:nowrap;padding:10px 13px}
  .technology-panel-wrap{padding:20px;border-radius:14px;min-height:0}
  .technology-panel-head{align-items:flex-start;margin-bottom:20px}
  .technology-panel-head h3{font-size:19px}
  .technology-grid,.technology-grid-ai{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .technology-item{min-height:68px}
  .technology-footer{align-items:flex-start}
}


/* Accessibility and launch-readiness refinements */
:focus-visible{outline:3px solid currentColor;outline-offset:3px}
.sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;
  margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}
.form-status{min-height:20px;font-size:13px;line-height:1.5;color:var(--muted)}
.form-status.error{color:#8a1f1f}
.form-status.sent{color:#1d5b35;display:block}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .js .reveal{opacity:1;transform:none;transition:none}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* Final announcement-bar icon clarity */
.announcement-bar .announcement-contact,
.announcement-bar .announcement-social {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.announcement-bar .announcement-contact a,
.announcement-bar .announcement-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: none !important;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}

.announcement-bar .announcement-contact a:hover,
.announcement-bar .announcement-social a:hover {
  opacity: .82 !important;
  transform: none !important;
}

.announcement-bar .announcement-contact svg,
.announcement-bar .announcement-social svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.1 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  shape-rendering: geometricPrecision;
  vector-effect: non-scaling-stroke;
}

@media (max-width: 700px) {
  .announcement-bar .announcement-contact,
  .announcement-bar .announcement-social {
    gap: 10px !important;
  }

  .announcement-bar .announcement-contact a,
  .announcement-bar .announcement-social a {
    width: 21px !important;
    height: 21px !important;
  }

  .announcement-bar .announcement-contact svg,
  .announcement-bar .announcement-social svg {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    stroke-width: 2.05 !important;
  }
}


/* Mobile contact form: every field gets its own row */
@media (max-width: 700px) {
  .contact-form-card .contact-email-phone-row,
  .contact-form-card .contact-business-service-row {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .contact-form-card .contact-email-phone-row > input,
  .contact-form-card .contact-business-service-row > input,
  .contact-form-card .contact-business-service-row > div,
  .contact-form-card .contact-business-service-row > div > select {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .contact-form-card .contact-email-phone-row,
  .contact-form-card .contact-business-service-row {
    row-gap: 14px !important;
  }
}
