/* ═══════════════════════════════════════════════
   FRONDA DIGITAL - shared.css
   Single stylesheet for all pages
   Palette derived from hero gradient #432534 → #1d2f6f
════════════════════════════════════════════════ */

/* ── RESET ───────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}

/* ── TOKENS ──────────────────────────────────── */
:root{
  /* brand darks */
  --plum:       #432534;
  --navy:       #1d2f6f;
  --deep:       #120c1a;

  /* surfaces */
  --white:      #FFFFFF;
  --ivory:      #fdf9f6;
  --off:        #f5f0f8;
  --light:      #ede5f2;
  --border:     #d8cee4;
  --border2:    #e8e0f0;

  /* text */
  --text:       #1a1025;
  --dark:       #4a3a60;
  --mid:        #9485a8;

  /* accent - warm tangerine, pops against plum */
  --accent:     #e07520;
  --accent2:    #b85e10;
  --accent-bg:  rgba(224,117,32,.1);

  --pad-x: clamp(8.2rem,7vw,6rem);
  --rad:   8px;
}

/* ── BASE ────────────────────────────────────── */
body{
  background:var(--ivory);
  color:var(--text);
  font-family:'DM Sans',system-ui,sans-serif;
  font-size:15.5px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}

/* ── SECTION HELPERS ─────────────────────────── */
.section{padding:5.5rem var(--pad-x);border-bottom:1px solid var(--border)}
.section-alt{background:var(--off)}
.section-label{
  font-size:.7rem;font-weight:500;letter-spacing:.15em;
  text-transform:uppercase;color:var(--accent);margin-bottom:.7rem;display:block;
}
.section-title{
  font-family:'DM Serif Display',serif;
  font-size:clamp(1.9rem,3.2vw,2.8rem);
  font-weight:400;line-height:1.2;color:var(--text);
}
.section-title em{font-style:italic;color:var(--accent)}
.section-sub{
  font-size:1rem;font-weight:300;color:var(--dark);
  line-height:1.8;margin-top:.9rem;
}

/* ── BUTTONS ─────────────────────────────────── */
.btn-primary{
  display:inline-block;font-size:0.85rem;font-weight:500;letter-spacing:.04em;
  padding:.72rem 1.8rem;background:var(--accent);color:#fff;
  border-radius:var(--rad);transition:background .2s;
}
.btn-primary:hover{background:var(--accent2)}
.btn-outline{
  display:inline-block;font-size:0.85rem;font-weight:400;letter-spacing:.04em;
  padding:.72rem 1.8rem;color:var(--dark);
  border:1px solid var(--border);border-radius:var(--rad);
  transition:border-color .2s,color .2s;
}
.btn-outline:hover{border-color:var(--dark);color:var(--text)}
.btn-white{
  display:block;width:100%;text-align:center;
  font-size:0.85rem;font-weight:500;letter-spacing:.04em;
  padding:.8rem;background:#fff;color:var(--navy);
  border-radius:var(--rad);transition:background .2s;
}
.btn-white:hover{background:var(--off)}
.btn-primary-inv{
  display:inline-block;font-size:0.85rem;font-weight:500;letter-spacing:.04em;
  padding:.72rem 1.8rem;background:var(--accent);color:#fff;
  border-radius:var(--rad);transition:background .2s;
}
.btn-primary-inv:hover{background:var(--accent2)}
.btn-outline-inv{
  display:inline-block;font-size:0.85rem;font-weight:400;letter-spacing:.04em;
  padding:.72rem 1.8rem;
  color:var(--plum);
  border: 1px solid rgb(67 38 52);
  border-radius:var(--rad);
  transition:border-color .2s,color .2s;
}
.btn-outline-inv:hover{border-color:var(--accent2);color:var(--accent)}

/* ── PLACEHOLDER ICON ────────────────────────── */
.ph-icon{
  display:flex;align-items:center;justify-content:center;
  width:100%;height:100%;opacity:.2;
}
.ph-icon svg{width:52px;height:52px;stroke:var(--plum);fill:none;stroke-width:1.4}

/* ═══════════════════════════════════════════════
   NAV
════════════════════════════════════════════════ */
nav{
  position:sticky;top:0;z-index:500;
  background:rgba(253,249,246,.97);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
  padding:0 var(--pad-x);height:64px;
  display:flex;align-items:center;justify-content:space-between;
}
.logo{display:flex;align-items:center;flex-shrink:0;line-height:0}
.logo img{display:block;height:52px;width:auto}
.nav-links{list-style:none;display:flex;gap:2rem}
.nav-links a{
  font-size: 1rem;font-weight:500;color:var(--dark);
  transition:color .2s;white-space:nowrap;
}
.nav-links a:hover,.nav-links a.active{color:var(--text)}
.nav-links a.active{font-weight:500;color:var(--accent)}
.nav-btn{
  font-size:0.85rem;font-weight:500;letter-spacing:.04em;
  padding:.5rem 1.3rem;
  background:var(--plum);color:#fff;
  border-radius:var(--rad);transition:background .2s;white-space:nowrap;
}
.nav-btn:hover{background:#5a2f47}
.nav-hamburger{
  display:none;flex-direction:column;justify-content:center;gap:5px;
  width:36px;height:36px;cursor:pointer;background:none;border:none;padding:4px;
}
.nav-hamburger span{
  display:block;height:1.5px;background:var(--text);
  border-radius:2px;transition:transform .3s,opacity .3s;
}
.nav-hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0}
.nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.mobile-menu{
  display:none;position:fixed;inset:64px 0 0 0;
  background:var(--ivory);z-index:499;
  padding:2rem var(--pad-x);flex-direction:column;gap:0;
  border-top:1px solid var(--border);overflow-y:auto;
}
.mobile-menu.open{display:flex}
.mobile-menu li{list-style:none;border-bottom:1px solid var(--border)}
.mobile-menu li a{display:block;padding:1rem 0;font-size:1.05rem;font-weight:400;color:var(--text)}
.mobile-menu .mob-cta{
  margin-top:1.5rem;display:block;text-align:center;
  padding:.82rem;background:var(--plum);color:#fff;
  border-radius:var(--rad);font-weight:500;font-size:.9rem;
}

/* ═══════════════════════════════════════════════
   HERO (index only)
════════════════════════════════════════════════ */
.hero{
  position:relative;min-height:calc(100vh - 64px);
  display:flex;align-items:flex-end;
  border-bottom:1px solid var(--border);overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  /* background: linear-gradient(79deg, #211b38 0%, #b4a2d3 55%, #f5f0f8 100%); */
      /* background: linear-gradient(144deg, #4a3a60 10%, #b4a2d3 58%, #f5f5f5 100%); */
  /* background-color: var(--dark); */
}
/* .hero-bg::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to right,rgba(8,4,14,.7) 0%,rgba(8,4,14,.35) 60%,rgba(8,4,14,.1) 100%);
} */
/* .hero-bg::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:64px 64px;
} */
.hero-inner{
  position:relative;z-index:1;
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem;
  padding: 3rem var(--pad-x) 5.5rem;
  min-height: 90dvh;
}
.hero-left{max-width: 45%;
    flex-shrink: 0;
    margin-left: 1rem;
    min-width: 40%;}
.hero-right{max-width:50%;flex-shrink:0; min-width: 50%;}

/* .hero-left{max-width:520px;flex-shrink:0} */

.hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  /* color:rgba(255,255,255,.88); */
  /* background:rgba(255,255,255,.12); */
  /* border:1px solid rgba(255,255,255,.15); */
  color: var(--plum);
  border: 1px solid rgb(216 206 228);
  background: rgba(255, 255, 255, .12);
  padding:.32rem .9rem;border-radius:20px;margin-bottom:2rem;width:fit-content;
}
.hero-badge::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}
.hero-h{
  font-family:'DM Serif Display',serif;
  font-size:clamp(2.8rem,5.5vw,5rem);font-weight:400;line-height:1.08;
  /* color:#fff; */
  color: #432634;
  margin-bottom:1.6rem;letter-spacing: .02em;
}
/* .hero-h em{font-style:italic;color:rgba(255,200,120,.75)} */
.hero-h em{font-style:italic;color:rgb(224 117 33)}
.hero-p{
  font-size:1.06rem;font-weight:300;
  /* color:rgba(255,255,255,.82); */
  color: var(--plum);
  line-height:1.8;max-width:460px;margin-bottom:2.6rem;
}
.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.hero-right{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;}

.hero-trust{display:flex;flex-direction:column;gap:.7rem}
.trust-num{
  display:flex;align-items:baseline;gap:.7rem;
  padding:.75rem 1.1rem;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--rad);min-width:180px;
}
.trust-num-n{
  font-family:'DM Serif Display',serif;
  font-size:1.5rem;font-weight:400;color:#fff;line-height:1;
}
.trust-num-l{font-size:.74rem;color:rgba(255,255,255,.72);line-height:1.35}







/* ── HERO BROWSER MOCKUP ─────────────────────── */
@keyframes float {
  0%,100%{transform:perspective(1100px) rotateY(-7deg) rotateX(4deg) translateY(0)}
  50%{transform:perspective(1100px) rotateY(-7deg) rotateX(4deg) translateY(-10px)}
}
@keyframes mockupIn {
  from{opacity:0;transform:perspective(1100px) rotateY(-7deg) rotateX(4deg) translateY(20px)}
  to{opacity:1;transform:perspective(1100px) rotateY(-7deg) rotateX(4deg) translateY(0)}
}
@keyframes badgesIn {
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}

.hero-right{
  flex:1;display:flex;
  align-items:center;justify-content:center;
  min-width:0;
}

.mockup-wrap{
  display:flex;flex-direction:column;gap:.85rem;
  width:100%;max-width:600px;
}

/* ── browser frame ── */
.mockup-browser{
  position:relative;border-radius:12px;overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 1px 2px rgba(0,0,0,.06),
    0 20px 50px rgba(28,18,40,.18);
  animation:mockupIn .8s cubic-bezier(.4,0,.2,1) .2s both,
            float 7s ease-in-out 1.2s infinite;
  transform-style:preserve-3d;
  background:#1a1520;
  cursor: pointer;
  z-index: 1;
  border: 5px solid rgba(255, 255, 255, .08);
}

/* address bar */
.mockup-bar{
  display:flex;align-items:center;gap:.7rem;
  padding:.55rem .9rem;
  background:#201b28;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.mockup-dots{display:flex;gap:.35rem;flex-shrink:0}
.dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
.dot-r{background:#ff5f57}
.dot-y{background:#febc2e}
.dot-g{background:#28c840}
.mockup-url{
  flex:1;text-align:center;
  font-size:.68rem;font-weight:400;
  color:rgba(255,255,255,.4);
  background:rgba(255,255,255,.06);
  border-radius:4px;padding:.22rem .7rem;
  border:1px solid rgba(255,255,255,.07);
  letter-spacing:.02em;
}
.mockup-reload svg{width:14px;height:14px;stroke:rgba(255,255,255,.3)}

/* screen */
.mockup-screen{
  position:relative;height:340px;overflow:hidden;
}
.mockup-img{
  width:100%;height:100%;
  object-fit:cover;object-position:center 25%;
  display:block;
  filter: brightness(.9);
}

/* UI overlay skeleton */
.mockup-ui-overlay{
  position:absolute;inset:0;
  display:flex;flex-direction:column;
}
.mui-nav{
  display:flex;align-items:center;gap:.5rem;
  padding:.4rem .7rem;
  background:rgba(250,249,246,.97);
  border-bottom:1px solid rgba(0,0,0,.08);
  flex-shrink:0;
}
.mui-logo{width:60px;height:6px;border-radius:3px;background:rgba(0,0,0,.18)}
.mui-links{display:flex;gap:.35rem;flex:1;padding:0 .5rem}
.mui-links span{width:28px;height:5px;border-radius:2px;background:rgba(0,0,0,.1)}
.mui-btn{width:44px;height:14px;border-radius:7px;background:rgba(67,37,52,.55)}

.mui-hero{
  flex:1;
  padding:.85rem;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:.6rem;
}
.mui-actions{display:flex;gap:.35rem;margin-top:.3rem}
.mui-cta{width:50px;height:15px;border-radius:7px;background:rgba(224,117,32,.88)}
.mui-cta.ghost{background:transparent;border:1px solid rgba(255,255,255,.28)}

.mui-label{
  padding:.55rem .8rem;
  background:rgba(10,8,18,.9);
  display:flex;flex-direction:column;gap:.15rem;
}
.mui-label-tag{
  font-size:.52rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(196,154,26,.9);
}
.mui-label-title{
  font-size:.82rem;font-weight:600;color:#f0ead8;letter-spacing:.01em;
}

/* ── badges row ── */
.mockup-badges-row{
  display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;
  animation:badgesIn .6s ease .7s both;
}
.mockup-badge{
  display:flex;align-items:center;gap:.5rem;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  padding:.65rem .8rem;
  transition:background .2s,border-color .2s;
}
.mockup-badge:hover{
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.18);
}
.badge-dot{
  width:8px;height:8px;border-radius:50%;
  background:#28c840;flex-shrink:0;
  box-shadow:0 0 0 3px rgba(40,200,64,.2);
}
.badge-text strong{
  display:block;font-size:.7rem;font-weight:600;
  color:#fff;line-height:1.2;
}
.badge-text span{
  font-size:.6rem;color:rgba(255,255,255,.42);font-weight:300;
}
.badge-price{
  font-family:'DM Serif Display',serif;
  font-size:1.2rem;font-weight:400;color:#fff;
  flex-shrink:0;line-height:1;
}
.mockup-badge svg{
  width:16px;height:16px;flex-shrink:0;
  stroke:rgba(196,154,26,.9);
}

.mockup-stage{
  position:relative;
  width:100%;
  padding-bottom:28px; /* gives room for phone overlap */
}

/* phone mockup */
.mockup-phone{
  position: absolute;
    right: -18px;
    bottom: -22px;
    width: 158px;
    height: 320px;
    padding: 6px;
    border-radius: 30px;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow:
    0 1px 2px rgba(0,0,0,.06),
    0 20px 50px rgba(28,18,40,.18);
    z-index: 2;
  animation:mockupIn .10s cubic-bezier(.4,0,.2,1) .2s both,
            float 9s ease-in-out 1.5s infinite;
}

.mockup-phone-notch{
  position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 24%;
    height: 10px;
    border-radius: 999px;
    background: rgb(17 23 39);
    z-index: 3;
}

.mockup-phone-screen{
  width:100%;
  height:100%;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}

.mockup-phone-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:top center;
  filter: brightness(.9);
}

/* responsive */
@media(max-width:1200px){
  .mockup-screen{height:300px}
  .mockup-wrap{max-width:480px}
}
@media(max-width:1024px){
  .hero-inner{flex-direction:column;align-items:flex-start;gap:2.5rem;padding:4.5rem var(--pad-x) 4rem}
  .hero-right{width:100%}
  .mockup-wrap{max-width:100%}
  .mockup-browser{animation:none;transform:none}
  .mockup-screen{height:260px}
  .mockup-phone{animation:none;transform:none}
}
@media(max-width:640px){
  .mockup-screen{height:200px}
  .mockup-badges-row{grid-template-columns:1fr 1fr}
  .mockup-badges-row .mockup-badge:last-child{grid-column:span 2}
  .mockup-phone{display: none;}

}


/* ═══════════════════════════════════════════════
   CLIENTS STRIP
════════════════════════════════════════════════ */
.clients{
  background:var(--off);border-bottom:1px solid var(--border);
  padding:2rem var(--pad-x);display:flex;align-items:center;gap:2rem;overflow:hidden;
}
.clients-lbl{
  font-size:1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  color:var(--mid);white-space:nowrap;
  padding-right:1.8rem;border-right:1px solid var(--border);flex-shrink:0;
}
.clients-track{overflow:hidden;flex:1}
.clients-scroll{display:flex;gap:3.5rem;white-space:nowrap;animation:marquee 40s linear infinite}
.clients-name{font-size:1rem;font-weight:400;color:var(--mid);flex-shrink:0;transition:color .2s}
.clients-name:hover{color:var(--dark)}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ═══════════════════════════════════════════════
   PRICING CARDS
════════════════════════════════════════════════ */
.pricing-head{
  display:flex;justify-content:space-between;align-items:flex-end;
  flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem;
}
.pricing-head-right{
  max-width:380px;font-size:.94rem;font-weight:300;color:var(--dark);line-height:1.75;
}
.pricing-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;
}
.pricingcard{
  border:1px solid var(--border);border-radius:var(--rad);
  background:var(--white);display:flex;flex-direction:column;
  overflow:hidden;transition:box-shadow .25s,border-color .25s;position:relative;
}
.pricingcard:hover{box-shadow:0 8px 32px rgba(67,37,52,.12);transform: translateY(-4px);}
.pricingcard--featured{
  border-color:var(--accent);
  box-shadow:0 4px 14px rgba(224,117,32,.18);
}
.pricingcard--featured:hover{box-shadow:0 8px 16px rgba(224,117,32,.28)}

.pc-badge{
  font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  background:var(--accent);color:#fff;
  padding:.25rem .7rem;border-radius:20px;
  z-index: 1;
}

.pc-img{
  height:17rem;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.pc-img.p1{background:linear-gradient(140deg,#d9ccec,#b8a8d8)}
.pc-img.p2{background:linear-gradient(140deg,#d0c5e8,#ad9acd)}
.pc-img.p3{background:linear-gradient(140deg,#5a3070,#432560)}

.pc-body{padding:1.6rem 1.5rem 1.8rem;flex:1;display:flex;flex-direction:column}
.pc-tier{
  font-size:.67rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:var(--mid);margin-bottom:.5rem;
}
.pc-name{
  font-family:'DM Serif Display',serif;
  font-size:1.2rem;font-weight:400;color:var(--text);margin-bottom:.4rem;line-height:1.25;
}
.pc-price{
  display:flex;align-items:baseline;gap:.3rem;
  margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid var(--border2);
}
.pc-amount{
  font-family:'DM Serif Display',serif;
  font-size:2.4rem;font-weight:400;color:var(--text);line-height:1;
}
.pc-amount-note{font-size:0.85rem;color:var(--mid);font-weight:300}
.pc-desc{
  font-size:.88rem;font-weight:300;color:var(--dark);line-height:1.72;
  margin-bottom:1.3rem;flex:1;
}
.pc-list{
  list-style:none;display:flex;flex-direction:column;gap:.38rem;
  margin-bottom:1.5rem;
}
.pc-list li{
  font-size:.83rem;color:var(--dark);
  display:flex;align-items:flex-start;gap:.5rem;line-height:1.5;
}
.pc-list li::before{
  content:'';width:4px;height:4px;border-radius:50%;
  background:var(--accent);flex-shrink:0;margin-top:5px;
}
.pricingcard--featured .pc-list li::before{background:var(--accent2)}
.pc-footer{padding-top:1.1rem;border-top:1px solid var(--border)}
.pc-cta-full{
  display:block;width:100%;text-align:center;
  font-size:0.85rem;font-weight:500;letter-spacing:.04em;
  padding:.72rem;background:var(--off);color:var(--text);
  border-radius:calc(var(--rad) - 2px);transition:background .2s;
}
.pc-cta-full:hover{background:var(--light)}
.pricingcard--featured .pc-cta-full{background:var(--accent);color:#fff}
.pricingcard--featured .pc-cta-full:hover{background:var(--accent2)}

.pricing-note{
  margin-top:1.8rem;text-align:center;
  font-size:.84rem;font-weight:300;color:var(--mid);
}
.pricing-note a{
  color:var(--dark);font-weight:400;
  text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--border);
  transition:color .2s,text-decoration-color .2s;
}
.pricing-note a:hover{color:var(--accent);text-decoration-color:var(--accent)}

/* ═══════════════════════════════════════════════
   WORK PREVIEW
════════════════════════════════════════════════ */
.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}
.work-item{border-radius:var(--rad);overflow:hidden;border:1px solid var(--border)}
.work-img{height:260px;display:flex;align-items:center;justify-content:center}
.work-img.w1{background:linear-gradient(150deg,#d9ccec,#b8a8d8)}
.work-img.w2{background:linear-gradient(150deg,#d3c8e8,#b0a0d0)}
.work-img.w3{background:linear-gradient(150deg,#c8bcdf,#a898cc)}
.work-img.w4{background:linear-gradient(150deg,#d0c4e5,#b2a2d4)}
.work-caption{padding:1.1rem 1.3rem;background:var(--white);border-top:1px solid var(--border)}
.work-cap-name{font-size:.92rem;font-weight:500;color:var(--text);margin-bottom:.15rem}
.work-cap-type{font-size:.76rem;color:var(--mid)}

/* ═══════════════════════════════════════════════
   PROCESS
════════════════════════════════════════════════ */
.process-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:3rem}
.process-steps{display:flex;flex-direction:column;gap:0}
.pstep{display:flex;gap:1.4rem;padding:1.8rem 0;border-bottom:1px solid var(--border);align-items:flex-start}
.pstep:first-child{border-top:1px solid var(--border)}
.pstep-n{
  width:30px;height:30px;border-radius:50%;
  background:var(--plum);color:#fff;
  font-size:0.85rem;font-weight:600;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.pstep-title{font-family:'DM Serif Display',serif;font-size:1.06rem;font-weight:400;color:var(--text);margin-bottom:.38rem}
.pstep-body{font-size:.88rem;font-weight:300;color:var(--dark);line-height:1.75}
.process-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:80px}
.process-img{border-radius:var(--rad);overflow:hidden;border:1px solid var(--border);height: 100%;}
.process-img-ph{
  width:100%;height:100%;
  background:linear-gradient(135deg,#d9ccec,#b8a8d8);
  display:flex;align-items:center;justify-content:center;
}
.process-quote-card{background:var(--navy);border-radius:var(--rad);padding:1.8rem 1.6rem}
.pqc-text{
  font-family:'DM Serif Display',serif;font-style:italic;
  font-size:1.05rem;font-weight:400;line-height:1.6;
  color:rgba(255,255,255,.8);margin-bottom:1.1rem;
}
.pqc-text::before{content:'"';color:rgba(255,255,255,.25);margin-right:.04em;font-size:1.35em}
.pqc-attr{font-size:.76rem;color:rgba(255,255,255,.65)}
.pqc-attr strong{color:rgba(255,255,255,.9);display:block;margin-bottom:.1rem}

/* ═══════════════════════════════════════════════
   ABOUT
════════════════════════════════════════════════ */
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.about-img{border-radius:var(--rad);overflow:hidden;border:1px solid var(--border);height:max-content;position:sticky;
    top: 80px;}
.about-img img {
      aspect-ratio: 6 / 5;
}
.about-img-ph{
  width:100%;height:100%;
  background:linear-gradient(135deg,#d3c7e6,#b0a0d0);
  display:flex;align-items:center;justify-content:center;
}
.about-p{font-size:.97rem;font-weight:300;color:var(--dark);line-height:1.85;margin-bottom:1.4rem}
.about-points{display:flex;flex-direction:column;margin:1.8rem 0}
.ap{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 0;border-bottom:1px solid var(--border)}
.ap:first-child{border-top:1px solid var(--border)}
.ap-icon{
  width:20px;height:20px;border-radius:50%;background:var(--accent-bg);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem;
}
.ap-icon svg{width:10px;height:10px;fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ap-text{font-size:.9rem;font-weight:300;color:var(--dark);line-height:1.65}
.ap-text strong{color:var(--text);font-weight:500}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:var(--rad);overflow:hidden;margin-top:2rem}
.stat{padding:1.3rem 1rem;border-right:1px solid var(--border);text-align:center}
.stat:last-child{border-right:none}
.stat-n{font-family:'DM Serif Display',serif;font-size:1.7rem;font-weight:400;color:var(--text);line-height:1;margin-bottom:.3rem}
.stat-l{font-size:.72rem;color:var(--mid);line-height:1.4}

/* ═══════════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════════════ */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.tcard{
  background:var(--white);border:1px solid var(--border);
  border-radius:var(--rad);padding:1.8rem 1.6rem;
  display:flex;flex-direction:column;gap:1.2rem;
}
.tcard-stars{display:flex;gap:.18rem}
.tcard-stars span{color:var(--accent);font-size:.88rem}
.tcard-text{
  font-family:'DM Serif Display',serif;font-style:italic;
  font-size:1.02rem;font-weight:400;line-height:1.68;color:var(--text);flex:1;
}
.tcard-text::before{
  content:'"';font-size:2.4rem;line-height:0;vertical-align:-.22em;
  margin-right:.05em;color:var(--border);font-family:Georgia,serif;font-style:normal;
}
.tcard-attr{border-top:1px solid var(--border);padding-top:1.1rem}
.tcard-name{font-size:.87rem;font-weight:500;color:var(--text);margin-bottom:.12rem}
.tcard-co{font-size:.76rem;color:var(--mid)}

/* ═══════════════════════════════════════════════
   CTA SECTION (index bottom)
════════════════════════════════════════════════ */
.cta-section{
  /* background: linear-gradient(66deg, #432534 0%, #432534 33%, #1d2f6f 100%); */
  background: var(--deep);
    padding: 6.5rem var(--pad-x);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin: 5rem;
    border-radius:1.5rem;
}
.cta-label{font-size:.68rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:.9rem}
.cta-h{font-family:'DM Serif Display',serif;font-size:clamp(2.1rem,3.8vw,3.3rem);font-weight:400;line-height:1.15;color:#fff}
.cta-h em{font-style:italic;color:var(--accent)}
.cta-p{font-size:.97rem;font-weight:300;color:rgba(255,255,255,.78);line-height:1.82;margin-top:1.2rem}
.cta-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--rad);padding:2.2rem}
.cta-lines{display:flex;flex-direction:column;margin-bottom:1.8rem}
.cta-line{display:flex;gap:1.2rem;align-items:baseline;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.12)}
.cta-lbl{font-size:.67rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.55);width:5rem;flex-shrink:0}
.cta-val{font-size:.9rem;color:rgba(255,255,255,.88)}
.cta-val a{transition:color .2s}
.cta-val a:hover{color:#fff}
.cta-reassure{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.8rem}
.cr{display:flex;align-items:flex-start;gap:.6rem;font-size:.84rem;font-weight:300;color:rgba(255,255,255,.78);line-height:1.5}
.cr::before{content:'✓';color:var(--accent);font-size:.72rem;flex-shrink:0;margin-top:.12rem;font-weight:600}

/* ═══════════════════════════════════════════════
   PAGE HERO (inner pages)
════════════════════════════════════════════════ */
.page-hero{
  padding:5rem var(--pad-x) 4.5rem;border-bottom:1px solid var(--border);background-color: var(--light);
}
.page-hero-label{
  font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;
  color: var(--plum);margin-bottom:.9rem;display:block;
}
.page-hero-title{
  font-family:'DM Serif Display',serif;
  font-size:clamp(2.4rem,4.5vw,4rem);font-weight:400;line-height:1.1;color: var(--plum);
}
.page-hero-title em{font-style:italic;color:var(--accent)}
.page-hero-sub{
  font-size:1.05rem;font-weight:300;color: var(--plum);
  line-height:1.8;margin-top:1.2rem;
}

/* ═══════════════════════════════════════════════
   BREADCRUMB
════════════════════════════════════════════════ */
.breadcrumb{
  padding:.9rem var(--pad-x);background:var(--off);border-bottom:1px solid var(--border);
  display:flex;align-items:center;gap:.5rem;font-size:.76rem;color:var(--mid);
}
.breadcrumb a{color:var(--mid);transition:color .2s}
.breadcrumb a:hover{color:var(--accent)}
.breadcrumb span{color:var(--dark)}

/* ═══════════════════════════════════════════════
   CTA BAND (inner pages)
════════════════════════════════════════════════ */
.cta-band{
  background:var(--text);
  padding:5.5rem var(--pad-x);
  display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;
}
.cta-band-label{font-size:.68rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:.9rem}
.cta-band-h{font-family:'DM Serif Display',serif;font-size:clamp(2.1rem,3.5vw,3rem);font-weight:400;line-height:1.15;color:#fff}
.cta-band-h em{font-style:italic;color:var(--accent)}
.cta-band-p{font-size:.97rem;font-weight:300;color:rgba(255,255,255,.78);line-height:1.82;margin-top:1.2rem}
.cta-band-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.cta-band-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--rad);padding:2.2rem}

/* ═══════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════ */
footer{
  background:var(--deep);border-top:1px solid rgba(255,255,255,.06);
  padding:3rem var(--pad-x) 2rem;
}
.ft-top{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;
  gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.07);
}
.ft-brand-name{display:inline-block;margin-bottom:.8rem;line-height:0}
.ft-brand-name img{display:block;height:46px;width:auto}
.ft-brand p{font-size:.84rem;color:rgba(255,255,255,.65);line-height:1.7;font-weight:300}
.ft-col h5{font-size:.67rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.9rem}
.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:.48rem}
.ft-col li a{font-size:.86rem;font-weight:300;color:rgba(255,255,255,.65);transition:color .2s}
.ft-col li a:hover{color:rgba(255,255,255,.95)}
.ft-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.8rem;flex-wrap:wrap;gap:1rem}
.ft-copy{font-size:.74rem;color:rgba(255,255,255,.45)}
.ft-links{display:flex;gap:1.5rem;list-style:none}
.ft-links a{font-size:.72rem;color:rgba(255,255,255,.45);transition:color .2s}
.ft-links a:hover{color:rgba(255,255,255,.8)}

/* ═══════════════════════════════════════════════
   REVEAL
════════════════════════════════════════════════ */
.r{opacity:0;transition:opacity .7s ease}
.r.in{opacity:1}

/* ═══════════════════════════════════════════════
   SERVICES PAGE
════════════════════════════════════════════════ */
.svc-detail{
  display:grid;grid-template-columns:1fr 1fr;gap:5rem;
  align-items:start;padding:5.5rem var(--pad-x);border-bottom:1px solid var(--border);
}
.svc-detail.alt{background:var(--off)}
.svc-detail.flip .svc-content{order:2; }
.svc-content {position: sticky;top: 80px;}
.svc-detail.flip .svc-visual{order:1}
.svc-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;
  color:var(--accent);background:var(--accent-bg);
  padding:.32rem .85rem;border-radius:20px;margin-bottom:1.4rem;
}
.svc-badge::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}
.svc-title{
  font-family:'DM Serif Display',serif;
  font-size:clamp(1.8rem,2.8vw,2.5rem);font-weight:400;line-height:1.18;color:var(--text);margin-bottom:1.2rem;
}
.svc-title em{font-style:italic;color:var(--accent)}
.svc-desc{font-size:.97rem;font-weight:300;color:var(--dark);line-height:1.85;margin-bottom:1.8rem}
.svc-desc p+p{margin-top:1rem}
.svc-features{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border);margin-top:1.8rem}
.svc-feat{display:flex;align-items:flex-start;gap:.9rem;padding:1.1rem 0;border-bottom:1px solid var(--border)}
.svc-feat-icon{
  width:32px;height:32px;border-radius:var(--rad);background:var(--accent-bg);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.05rem;
}
.svc-feat-icon svg{width:15px;height:15px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svc-feat-title{font-size:.9rem;font-weight:500;color:var(--text);margin-bottom:.2rem}
.svc-feat-desc{font-size:.84rem;font-weight:300;color:var(--dark);line-height:1.65}
.svc-img{border-radius:var(--rad);overflow:hidden;border:1px solid var(--border);margin-bottom:1.5rem;;box-shadow: 0 12px 30px rgba(67, 37, 52, 0.08);}
.svc-img-ph{height:340px;display:flex;align-items:center;justify-content:center}
.svc-img-ph.c1{background:linear-gradient(145deg,#d9ccec,#b8a8d8)}
.svc-img-ph.c2{background:linear-gradient(145deg,#d3c5e8,#ad9acc)}
.svc-img-ph.c3{background:linear-gradient(145deg,#ccbfe0,#a898c4)}
.svc-callout{background:var(--off);border:1px solid var(--border);border-radius:var(--rad);padding:1.6rem}
.svc-callout-label{font-size:.67rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);margin-bottom:1rem}
.svc-callout-list{list-style:none;display:flex;flex-direction:column;gap:.45rem}
.svc-callout-list li{font-size:.86rem;color:var(--dark);display:flex;align-items:baseline;gap:.5rem}
.svc-callout-list li::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:4px}
.compare-section{padding:5.5rem var(--pad-x);border-bottom:1px solid var(--border)}
.compare-table{width:100%;border-collapse:collapse;margin-top:2.5rem;font-size:.88rem;border: var(--light) 2px solid;}
.compare-table th{
  font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  border-left: 1px solid var(--border);
  color:var(--mid);padding:.9rem 1.2rem;border-bottom:2px solid var(--border);text-align:left;
}
.compare-table th:not(:first-child){text-align:center}
.compare-table td{padding:.9rem 1.2rem;border-bottom:1px solid var(--border);color:var(--dark);font-weight:500;border-left: 1px solid var(--border);}
.compare-table td:not(:first-child){text-align:center}
.compare-table tr:last-child td{border-bottom:none}
.compare-table tr:nth-child(even) td{background:var(--off)}
.check{color:var(--accent);font-size:1rem}
.dash{color:var(--border)}
.feat-label{font-weight:400;color:var(--text);}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}
.faq-item{border:1px solid var(--border);border-radius:var(--rad);padding:1.6rem;background:var(--white)}
.faq-q{font-family:'DM Serif Display',serif;font-size:1.08rem;font-weight:400;color:var(--text);margin-bottom:.7rem;line-height:1.3}
.faq-a{font-size:.9rem;font-weight:300;color:var(--dark);line-height:1.75}

/* ═══════════════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════════════════ */
.contact-layout{padding:5.5rem var(--pad-x);border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}
.contact-info-intro{font-size:1rem;font-weight:300;color:var(--dark);line-height:1.85;margin-bottom:2.5rem}
.contact-details-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border);margin-bottom:2.5rem}
.cd-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem 0;border-bottom:1px solid var(--border)}
.cd-item-icon{width:36px;height:36px;border-radius:var(--rad);background:var(--accent-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.05rem}
.cd-item-icon svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cd-item-label{font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);margin-bottom:.25rem}
.cd-item-value{font-size:.92rem;color:var(--text);font-weight:400}
.cd-item-value a{color:var(--accent);transition:opacity .2s}
.cd-item-value a:hover{opacity:.75}
.cd-item-sub{font-size:.8rem;color:var(--mid);margin-top:.15rem;font-weight:300}
.expect-card{background:var(--off);border:1px solid var(--border);border-radius:var(--rad);padding:1.8rem}
.expect-label{font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);margin-bottom:1.2rem}
.expect-steps{display:flex;flex-direction:column;gap:0}
.expect-step{display:flex;gap:.9rem;padding:.9rem 0;border-bottom:1px solid var(--border);align-items:flex-start}
.expect-step:last-child{border-bottom:none;padding-bottom:0}
.expect-step-n{width:22px;height:22px;border-radius:50%;background:var(--plum);color:#fff;font-size:.65rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}
.expect-step-text{font-size:.88rem;font-weight:300;color:var(--dark);line-height:1.6}
.expect-step-text strong{color:var(--text);font-weight:500}
.form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rad);padding:2.5rem}
.form-title{font-family:'DM Serif Display',serif;font-size:1.4rem;font-weight:400;color:var(--text);margin-bottom:.5rem}
.form-sub{font-size:.88rem;font-weight:300;color:var(--mid);margin-bottom:2rem;line-height:1.6}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.2rem}
.form-label{font-size:.75rem;font-weight:500;letter-spacing:.06em;color:var(--dark)}
.form-label .req{color:var(--accent)}
.form-input,.form-select,.form-textarea{
  font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:300;color:var(--text);
  padding:.72rem 1rem;border:1px solid var(--border);border-radius:var(--rad);
  background:var(--white);transition:border-color .2s,box-shadow .2s;width:100%;line-height:1.5;
}
.form-input:focus,.form-select:focus,.form-textarea:focus{
  outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(224,117,32,.12);
}
.form-input::placeholder,.form-textarea::placeholder{color:var(--mid)}
.form-textarea{resize:vertical;min-height:130px}
.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239485a8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}
.form-check-group{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1.8rem}
.form-check{width:16px;height:16px;margin-top:.12rem;flex-shrink:0;accent-color:var(--accent);cursor:pointer}
.form-check-label{font-size:.84rem;font-weight:300;color:var(--dark);line-height:1.55;cursor:pointer}
.form-submit{
  width:100%;padding:.85rem;background:var(--plum);color:#fff;
  border:none;border-radius:var(--rad);
  font-family:'DM Sans',sans-serif;font-size:.88rem;font-weight:500;letter-spacing:.04em;
  cursor:pointer;transition:background .2s;
}
.form-submit:hover{background:#5a2f47}
.form-success{display:none;text-align:center;padding:3rem 1.5rem}
.form-success.show{display:block}
.success-icon{width:56px;height:56px;border-radius:50%;background:var(--accent-bg);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.success-icon svg{width:24px;height:24px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.success-title{font-family:'DM Serif Display',serif;font-size:1.4rem;color:var(--text);margin-bottom:.6rem}
.success-msg{font-size:.92rem;font-weight:300;color:var(--dark);line-height:1.75}
.alt-section{padding:5.5rem var(--pad-x);border-bottom:1px solid var(--border)}
.alt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.alt-card{border:1px solid var(--border);border-radius:var(--rad);padding:1.8rem;background:var(--white);transition:border-color .2s,box-shadow .2s}
.alt-card:hover{border-color:var(--accent);box-shadow:0 4px 16px rgba(224,117,32,.1)}
.alt-icon{width:40px;height:40px;border-radius:var(--rad);background:var(--accent-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.alt-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.alt-title{font-family:'DM Serif Display',serif;font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:.5rem}
.alt-desc{font-size:.88rem;font-weight:300;color:var(--dark);line-height:1.72;margin-bottom:1.2rem}
.alt-link{font-size:.8rem;font-weight:500;color:var(--accent);display:flex;align-items:center;gap:.3rem;transition:gap .2s}
.alt-card:hover .alt-link{gap:.55rem}

/* ═══════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════ */
@media(max-width:1024px){
  :root{--pad-x:clamp(1.2rem,4vw,2.5rem)}
  .nav-links,.nav-btn{display:none}
  .nav-hamburger{display:flex}
  .hero-inner{flex-direction:column;align-items:flex-start;gap:3rem;padding:4.5rem var(--pad-x) 4rem}
  .hero-left{max-width:100%}
  .hero-right{align-self:auto}
  .hero-trust{flex-direction:row;flex-wrap:wrap;gap:.7rem}
  .pricing-cards{grid-template-columns:1fr}
  .pricing-head{flex-direction:column;align-items:flex-start}
  .pricing-head-right{max-width:100%}
  .work-grid{grid-template-columns:1fr 1fr}
  .process-layout{grid-template-columns:1fr;gap:2.5rem}
  .process-sidebar{position:static}
  .about-img{position:static}
  .about-layout{grid-template-columns:1fr;gap:2.5rem}
  .about-img{height:300px}
  .testi-grid{grid-template-columns:1fr 1fr}
  .cta-section{grid-template-columns:1fr;gap:3rem;padding:5rem var(--pad-x)}
  .cta-band{grid-template-columns:1fr;gap:3rem;padding:4.5rem var(--pad-x)}
  .ft-top{grid-template-columns:1fr 1fr;gap:2.5rem}
  .svc-detail{grid-template-columns:1fr;gap:3rem;padding:4rem var(--pad-x)}
  .svc-content{position:static;top:auto}
  .svc-detail.flip .svc-content{order:1}
  .svc-detail.flip .svc-visual{order:2}
  .faq-grid{grid-template-columns:1fr}
  .compare-section{padding:4rem var(--pad-x);overflow-x:hidden}
  .compare-table-wrap{margin-top:2.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--rad)}
  .compare-table{margin-top:0;border:none;min-width:540px}
  .contact-layout{grid-template-columns:1fr;gap:4rem;padding:4rem var(--pad-x)}
  .alt-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
  :root{--pad-x:1.2rem}
  nav{height:56px}
  .logo img{height:42px}
  .mobile-menu{top:56px}
  .hero-inner{padding:1.5rem var(--pad-x) 3.5rem;gap:2.5rem}
  .hero-h{font-size:3.5rem;line-height:1.12}
  .hero-trust{flex-direction:row;flex-wrap:wrap;gap:.6rem}
  .trust-num{flex:1;min-width:120px}
  .section{padding:4rem var(--pad-x)}
  .section-title{font-size:1.9rem}
  .clients-lbl{display:none}
  .pricing-cards{grid-template-columns:1fr}
  .pricing-head{flex-direction:column;gap:1rem}
  .pc-img{height:130px}
  .work-grid{grid-template-columns:1fr}
  .work-img{height:200px}
  .process-layout{grid-template-columns:1fr;gap:2rem}
  .process-sidebar{position:static}
  .about-img{position:static}
  .process-img{height:auto}
  .about-layout{grid-template-columns:1fr}
  .about-img{height:220px}
  .stats-row{grid-template-columns:1fr 1fr}
  .stats-row .stat:last-child{grid-column:1/-1;border-right:none;border-top:1px solid var(--border)}
  .testi-grid{grid-template-columns:1fr}
  .cta-section{grid-template-columns:1fr;padding:4rem var(--pad-x);gap:2.5rem;margin:1rem;}
  .cta-h{font-size:2.1rem}
  .cta-band{grid-template-columns:1fr;padding:3.5rem var(--pad-x);gap:2.5rem}
  .ft-top{grid-template-columns:1fr 1fr;gap:2rem}
  .ft-brand{grid-column:1/-1}
  .ft-bottom{flex-direction:column;align-items:flex-start}
  .svc-detail{padding:3.5rem var(--pad-x);gap:2.5rem}
  .svc-img-ph{height:220px}
  .contact-layout{padding:3.5rem var(--pad-x);gap:3rem}
  .form-row{grid-template-columns:1fr}
  .form-card{padding:1.8rem}
  .alt-grid{grid-template-columns:1fr}
  .alt-section{padding:3.5rem var(--pad-x)}
  .page-hero{padding:3.5rem var(--pad-x) 3rem}
  .hero-right{max-width: 100%;}
}

@media(max-width:380px){
  .hero-h{font-size:2.2rem}
  .hero-actions{flex-direction:column;align-items:flex-start;width:100%}
  .btn-primary-inv,.btn-outline-inv{width:100%;text-align:center}
  .stats-row{grid-template-columns:1fr}
  .stats-row .stat{border-right:none;border-bottom:1px solid var(--border)}
  .stats-row .stat:last-child{border-bottom:none;grid-column:auto}
  .ft-top{grid-template-columns:1fr}
}

.faq-section{padding:5.5rem var(--pad-x);border-bottom:1px solid var(--border);background:var(--off)}
.faq-cols{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;}
.faq-item{border:1px solid var(--border);border-radius:var(--rad);padding:1.6rem;background:var(--white);}
.faq-q{font-family:'DM Serif Display',serif;font-size:1.05rem;font-weight:400;color:var(--text);margin-bottom:.6rem;line-height:1.3;}
.faq-a{font-size:.9rem;font-weight:300;color:var(--dark);line-height:1.75}
@media(max-width:1024px){.faq-cols{grid-template-columns:1fr}.faq-section{padding:4rem var(--pad-x)}}
@media(max-width:640px){.faq-section{padding:3.5rem var(--pad-x)}}

.mockup-stats-row {
    display: flex;
    align-items: stretch;
    /* background: rgba(255, 255, 255, .05); */
    /* border: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(255, 255, 255, .07); */
    /* border-radius: 0 0 12px 12px; */
    overflow: hidden;
    /* animation: float 6s ease-in-out infinite; */
    transform: perspective(1000px) rotateY(-6deg) rotateX(3deg);
    transform-origin: top center;
    /* box-shadow: 0 28px 70px rgba(0, 0, 0, .55); */
}

.mstat {
    flex: 1;
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .9rem 1rem;
    /* transition: background .2s; */
}

.mstat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mstat-divider {
    width: 1px;
    background: rgba(255, 255, 255, .08);
    flex-shrink: 0;
    margin: .55rem 0;
}

.mstat-price {
    font-family: 'DM Serif Display', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    flex-shrink: 0;
    line-height: 1;
}

.mstat-text strong {
    display: block;
    font-size: .7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    line-height: 1.25;
}

.mstat-text span {
    font-size: .6rem;
    color: rgba(255, 255, 255, .38);
    font-weight: 300;
}

.btn-grad {
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
}

.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  outline: none;
  border: none;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

/* ── PROCESS STEPS VISUAL ────────────────────── */
/* Replace .process-img-ph styles with these */
.process-steps-visual{
  width:100%;height:100%;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  padding:2rem 1.5rem;
  gap:0;
}
.psv-item{
  display:flex;align-items:center;gap:1.2rem;
  width:100%;padding:.9rem 1.2rem;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--rad);
  transition:border-color .2s, box-shadow .2s;
    position: relative;

}

.psv-item::before{
  content:"";
  position:absolute;
  left:-1px;
  top:14px;
  bottom:14px;
  width:3px;
  border-radius:999px;
  background: transparent;
  transition: background .25s ease;
}
.psv-item:hover{
  border-color:var(--accent);
  box-shadow:0 4px 16px rgba(224,117,32,.08);
}
.psv-icon{
  width:40px;height:40px;border-radius:8px;
  background:var(--accent-bg);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.psv-icon svg{stroke:var(--accent)}
.psv-text{
  display:flex;flex-direction:column;gap:.1rem;
}
.psv-step{
  font-size:.62rem;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--muted, var(--mid));
}
.psv-label{
  font-size: .98rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}

.psv-sub{
  font-size: .84rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.35;
}
.psv-connector{
  position: relative;
  width: 2px;
  height: 34px;
  background: var(--border);
  flex-shrink: 0;
  margin: 4px 0;
}

/* Step lights up */
@keyframes step-light {
  0%, 30% { background: var(--light); }
  50%, 100% { border: var(--dark) 1px solid; background: var(--light);}
}

@keyframes step-activate {
  0%, 25% {
    border-color: var(--border);
    background: var(--white);
    box-shadow: none;
  }
  40%, 100% {
    border-color: rgba(224,117,32,.28);
    background: rgba(224,117,32,.05);
    box-shadow: 0 8px 24px rgba(224,117,32,.08);
  }
}

.psv-icon svg{
  stroke: var(--mid);
  transition: stroke .25s ease;
}

.psv-item.is-active .psv-icon svg{
  stroke: var(--accent);
}

/* Connector fill animation */
@keyframes connector-fill {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

.psv-item:nth-child(1){ animation: step-activate 2.2s forwards; animation-delay: 0s; }
.psv-item:nth-child(3){ animation: step-activate 2.2s forwards; animation-delay: 2.5s; }
.psv-item:nth-child(5){ animation: step-activate 2.2s forwards; animation-delay: 5s; }
.psv-item:nth-child(7){ animation: step-activate 2.2s forwards; animation-delay: 7.5s; }

.psv-connector:nth-child(2) .psv-fill {
  animation: connector-fill 0.5s forwards;
  animation-delay: 1.8s;
}

.psv-connector:nth-child(4) .psv-fill {
  animation: connector-fill 0.5s forwards;
  animation-delay: 4.8s;
}

.psv-connector:nth-child(6) .psv-fill {
  animation: connector-fill 0.5s forwards;
  animation-delay: 7.3s;
}

/* Connector fill style */
.psv-connector {
  position: relative;
  overflow: hidden;
}

.psv-fill {
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top;
}

/* ═══════════════════════════════════════════════
   PRICING CARD ANIMATIONS
════════════════════════════════════════════════ */

/* Animation container */
.pc-animation {
        width: 95%;
    height: 16rem;
    background: white;
    border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* ═══════════════════════════════════════════════
   STARTER: Scrolling Page Animation
════════════════════════════════════════════════ */

.starter-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.starter-page {
  width: 100%;
  animation: scroll-page 8s ease-in-out infinite;
}

.starter-hero {
  height: 120px;
  background: var(--light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px;
}

.starter-hero-title {
  width: 200px;
  height: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.starter-hero-subtitle {
  width: 60px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.starter-hero-subtitle:last-child {
  width: 70px;
}

.starter-hero-button {
  width: 50px;
  height: 14px;
  background: #5a3070;
  border-radius: 4px;
  margin-top: 6px;
}

.starter-section {
  padding: 16px 38px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.starter-section-content {
  padding: 16px 38px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 10px;
}

.starter-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.starter-line {
  height: 6px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  margin: 5px 0px;
}

.starter-line-light {
  height: 5px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.starter-line-light:last-child {
  width: 70%;
}
.starter-content-auto {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.starter-image {
  width: 70px;
  height: 65px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  flex-shrink: 0;
}

.starter-content-auto .starter-image {
  background: var(--light);
}

.starter-content-auto .starter-image-change {
  width: 70px;
  height: 65px;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--light);
  animation: change-image 4s ease-in-out infinite;
}

.starter-content-auto .starter-image-change:nth-child(1) {
  animation-delay: 1s;
}
.starter-content-auto .starter-image-change:nth-child(2) {
  animation-delay: 2s;
}
.starter-content-auto .starter-image-change:nth-child(3) {
  animation-delay: 4s;
}

.starter-footer {
  height: 30px;
  background: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.starter-line:last-child {
  width: 60%;
  margin-bottom: 0;
}

@keyframes scroll-page {
  0%, 15% {
    transform: translateY(0);
  }
  35%, 50% {
    transform: translateY(-120px);
  }
  70%, 85% {
    transform: translateY(-280px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes change-image {
  0%, 15% {
    background-color: var(--plum);
  }
  50%, 85% {
    background-color: var(--mid);
  }
  100% {
    background-color: var(--plum);
  }
}

/* ═══════════════════════════════════════════════
   ESSENTIAL: Multi-page Slide Animation
════════════════════════════════════════════════ */

.essential-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  perspective: 1000px;
}

.essential-pages {
  position: relative;
  width: 100%;
  height: 100%;
}

.essential-page {
  position: absolute;
    width: 100%;
    height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.essential-page-header {
  height: 14px;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  padding: 0 6px;
  gap: 3px;
}

.essential-page-dot {
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.essential-page-content {
  padding: 8px;
}

.essential-page-block {
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin-bottom: 4px;
}

.essential-page-block:nth-child(2) {
  width: 70%;
}

.essential-page-block:nth-child(3) {
  width: 85%;
  margin-bottom: 8px;
}

.essential-page-accent {
  height: 14px;
  background: rgba(224, 117, 32, 0.4);
  border-radius: 3px;
  width: 60px;
}

/* Page cycling animations */
.essential-page:nth-child(1) {
  animation: page-cycle-1 9s ease-in-out infinite;
}

.essential-page:nth-child(2) {
  animation: page-cycle-2 9s ease-in-out infinite;
}

.essential-page:nth-child(3) {
  animation: page-cycle-3 9s ease-in-out infinite;
}

@keyframes page-cycle-1 {
  0%, 25% {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
  }
  33%, 58% {
    transform: translateX(-105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
  66%, 91% {
    transform: translateX(105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
  }
}

@keyframes page-cycle-2 {
  0%, 25% {
    transform: translateX(105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
  33%, 58% {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
  }
  66%, 91% {
    transform: translateX(-105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
  100% {
    transform: translateX(105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
}

@keyframes page-cycle-3 {
  0%, 25% {
    transform: translateX(-105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
  33%, 58% {
    transform: translateX(105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
  66%, 91% {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
  }
  100% {
    transform: translateX(-105px) scale(0.85);
    opacity: 0.3;
    z-index: 1;
  }
}

/* ═══════════════════════════════════════════════
   STANDARD: CMS Editing Animation
════════════════════════════════════════════════ */

.standard-editor {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
}

.standard-toolbar {
  display: flex;
    gap: 5px;
    padding: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: aliceblue;
        z-index: 1;
    position: relative;
    height: 40px;
}

.standard-logo {
  width: 25px;
  height: 90%;
  background: black;
  border-radius: 3px;
  background: rgba(224, 117, 32, 0.7);
  margin-right: auto;
  border-radius: 50%;
}

.standard-tool {
  width: 45px;
  height: 90%;
  background: black;
  border-radius: 3px;
}

.standard-tool.active {
  background: var(--mid);
}
.standard-tool-accent {
  width: 50px;
  height: 90%;
  background: var(--plum);
  border-radius: 3px;
}

.standard-tool:first-child::after {
  background: rgba(224, 117, 32, 0.7);
  margin-right: auto;
  border-radius: 50%;
  content: '';
  width: 100px;
}

.standard-content {
  flex: 1;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.standard-title {
  height: 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  margin-bottom: 10px;
  width: 80%;
}

.standard-text-line {
  display: flex;
  align-items: center;
  gap: 2px;
}

.standard-text {
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  width: 0;
  animation: typing 4s steps(20, end) infinite;
}

.standard-cursor {
  width: 2px;
  height: 7px;
  background: #e07520;
  animation: blink 1s step-end infinite;
}

@keyframes typing {
  0%, 10% {
    width: 0;
  }
  50%, 90% {
    width: 75px;
  }
  100% {
    width: 0;
  }
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

.standard-static {
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-top: 6px;
}

.standard-static:last-child {
  width: 65%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pc-animation {
    width: 90%;
    height: 95px;
  }
  
  /* .essential-pages {
    width: 80px;
    height: 65px;
  } */
  
  /* .essential-page {
    width: 80px;
    height: 65px;
  } */
}


.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.service-shot {
  border: 1px solid rgba(74, 58, 96, 0.14);
  box-shadow: 0 12px 30px rgba(67, 37, 52, 0.08);
}