.elementor-8126 .elementor-element.elementor-element-f460a22{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bf6e81c */:root{
  --bg:#0d0d0d;
  --surface:#151515;
  --surface2:#1b1b1b;
  --line:#2a2a2a;
  --line-strong:#3a3a3a;
  --text:#f4f1ea;
  --muted:#aaa59b;
  --dim:#8d887f;
  --accent:#ff6a00;
  --accent2:#ff8b38;
  --dark:#19110b;
  --max:1180px;
  --r:18px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"DM Sans",Arial,sans-serif;
  font-size:17px;
  font-weight:400;
  line-height:1.65;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
}

img,
video{
  max-width:100%;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
a{
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible{
  outline:3px solid var(--accent2);
  outline-offset:4px;
}

h1,
h2,
h3{
  margin:0;
  font-family:"Space Grotesk",Arial,sans-serif;
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.04em;
  font-synthesis:none;
  text-wrap:balance;
}

h1{
  font-size:clamp(44px,6vw,76px);
}

h2{
  font-size:clamp(34px,4vw,52px);
}

h3{
  font-size:23px;
}

p{
  margin:0;
  color:var(--muted);
}

.container{
  width:min(var(--max),calc(100% - 48px));
  margin-inline:auto;
}

.section{
  padding:96px 0;
}

.eyebrow{
  display:inline-block;
  font-size:12px;
  line-height:1.4;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--accent);
}

.head{
  max-width:780px;
  margin-bottom:48px;
}

.head p{
  margin-top:18px;
  font-size:17px;
  line-height:1.65;
}

.center{
  margin-inline:auto;
  text-align:center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 23px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:15px;
  line-height:1.3;
  font-weight:700;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}

.primary{
  background:var(--accent);
  color:var(--dark);
}

.primary:hover{
  background:var(--accent2);
  transform:translateY(-2px);
}

.ghost{
  border-color:var(--line-strong);
  background:transparent;
}

.ghost:hover{
  border-color:var(--accent);
  color:var(--accent);
}

/* =========================
   HERO
========================= */
.hero{
  padding:158px 0 0;
  text-align:center;
  overflow:hidden;
}

.hero h1{
  max-width:950px;
  margin:18px auto 0;
}

.hero h1 span{
  color:var(--accent);
}

.hero-copy{
  max-width:760px;
  margin:25px auto 0;
  font-size:19px;
  line-height:1.65;
}

.hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:31px;
}

.micro{
  margin-top:14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.micro strong{
  color:var(--text);
}

.mockup{
  margin-top:65px;
  padding:13px;
  border:1px solid var(--line);
  border-bottom:0;
  border-radius:22px 22px 0 0;
  background:var(--surface);
}

.browser{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#101010;
}

.bar{
  height:40px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 13px;
  border-bottom:1px solid var(--line);
}

.dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#383838;
}

.screen{
  min-height:340px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
}

.screen-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:55px;
  text-align:left;
}

.screen-copy small{
  color:var(--accent);
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.12em;
}

.screen-copy strong{
  display:block;
  margin:14px 0;
  font:700 clamp(31px,4vw,50px)/1.02 "Space Grotesk";
}

.screen-copy p{
  font-size:16px;
  line-height:1.65;
}

.screen-art{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:340px;
  padding:30px 20px;
  overflow:hidden;
}

.screen-art video{
  position:static;
  display:block;
  width:92%;
  height:92%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
}

/* =========================
   TRUST
========================= */
.trust{
  padding:40px 0;
  border-block:1px solid var(--line);
}

.trust-title{
  text-align:center;
  color:var(--dim);
  font-size:12px;
  line-height:1.4;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
}

.djoeragan-client-logos{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:28px;
  margin-top:22px;
}

/* =========================
   PROOF STRIP
========================= */
.proof-strip{
  border-bottom:1px solid var(--line);
  background:#111;
}

.proof-strip-inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.proof-strip-inner>div{
  padding:23px 18px;
  border-right:1px solid var(--line);
}

.proof-strip-inner>div:last-child{
  border-right:0;
}

.proof-strip strong{
  display:block;
  color:var(--text);
  font:600 15px/1.4 "Space Grotesk";
}

.proof-strip span{
  display:block;
  margin-top:4px;
  color:var(--dim);
  font-size:14px;
  line-height:1.5;
}

/* =========================
   PROBLEM
========================= */
.problem{
  background:var(--surface);
}

.problem-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
}

.problem-intro p{
  margin-top:22px;
  font-size:17px;
  line-height:1.7;
}

.cards2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

.card{
  padding:26px;
  border:1px solid var(--line);
  border-radius:var(--r);
  background:var(--bg);
}

.card b{
  display:block;
  margin-bottom:7px;
  font:600 19px/1.35 "Space Grotesk";
}

.card p{
  font-size:15px;
  line-height:1.65;
}

.conclusion{
  grid-column:1/-1;
  padding:27px 30px;
  border-left:3px solid var(--accent);
  background:var(--bg);
}

.conclusion strong{
  font:600 23px/1.35 "Space Grotesk";
}

.conclusion p{
  margin-top:7px;
  font-size:15px;
}

/* =========================
   SOLUTION
========================= */
#solution{
  background:var(--bg);
}

.desired-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.desired-card{
  padding:28px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--r);
}

.desired-card small{
  display:block;
  color:var(--accent);
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.desired-card b{
  display:block;
  margin:7px 0;
  font:600 21px/1.3 "Space Grotesk";
}

.desired-card p{
  font-size:15px;
  line-height:1.65;
}

/* =========================
   PORTFOLIO
========================= */
.portfolio{
  background:var(--surface);
}

.portfolio-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.project{
  overflow:hidden;
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:var(--r);
}

.project-img{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:240px;
  overflow:hidden;
  background:#0b0b0b;
}

.project-img video{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
}

.project-copy{
  padding:24px;
}

.tag{
  display:inline-block;
  color:var(--accent);
  font-size:12px;
  line-height:1.4;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:700;
}

.project h3{
  margin:8px 0;
  font-size:23px;
}

.project-copy p{
  font-size:15px;
  line-height:1.6;
}

.proof{
  margin-top:18px;
  padding-top:15px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.proof b{
  color:var(--text);
}

.project .btn{
  width:100%;
  margin-top:18px;
  min-height:46px;
  padding:11px;
}

/* =========================
   CONTROL / CMS PROOF
========================= */
.control-proof{
  background:#111;
}

.control-proof-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.control-proof-grid>div:first-child>p{
  margin-top:18px;
  font-size:17px;
}

.control-proof-points{
  display:grid;
  gap:10px;
  margin-top:28px;
}

.control-proof-points>div{
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--surface);
}

.control-proof-points b{
  display:block;
  font:600 16px/1.4 "Space Grotesk";
}

.control-proof-points span{
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.content-flow{
  position:relative;
  min-height:520px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.cms-panel{
  position:relative;
  z-index:2;
  width:min(100%,480px);
  padding:20px;
  border:1px solid #2a2a2a;
  border-radius:20px;
  background:#0b0b0b;
  box-shadow:0 25px 70px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.025);
}

.cms-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:2px 4px 18px;
  border-bottom:1px solid #242424;
}

.cms-header>div{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.cms-label{
  color:var(--dim);
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.12em;
}

.cms-header strong{
  color:var(--text);
  font:600 19px/1.35 "Space Grotesk";
}

.cms-status{
  color:#9c978e;
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.08em;
}

.cms-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 5px;
  border-bottom:1px solid #202020;
}

.cms-item.active{
  background:rgba(255,106,0,.035);
  animation:contentPulse 3.5s ease-in-out infinite;
}

.cms-icon{
  width:38px;
  height:38px;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #303030;
  border-radius:10px;
  background:#1d1d1d;
  color:var(--accent);
  font:700 14px/1 "Space Grotesk";
}

.cms-info{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.cms-info strong{
  overflow:hidden;
  color:var(--text);
  font:600 14px/1.4 "Space Grotesk";
  white-space:nowrap;
  text-overflow:ellipsis;
}

.cms-info span{
  color:var(--dim);
  font-size:12px;
  line-height:1.45;
}

.cms-item button{
  flex:none;
  border:1px solid #303030;
  border-radius:999px;
  padding:7px 12px;
  background:transparent;
  color:var(--muted);
  font:600 12px/1 "DM Sans";
}

.cms-item.active button{
  border-color:rgba(255,106,0,.45);
  color:var(--accent2);
}

.cms-add{
  height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:15px;
  border:1px dashed #353535;
  border-radius:11px;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
}

.cms-add span{
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#1d1d1d;
  color:var(--accent);
  font-size:15px;
}

.flow-arrow{
  position:relative;
  z-index:3;
  height:75px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
}

.flow-arrow span{
  color:var(--dim);
  font-size:11px;
  line-height:1.4;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.flow-arrow i{
  width:29px;
  height:29px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #343434;
  border-radius:50%;
  background:var(--surface);
  color:var(--accent);
  font-size:14px;
  font-style:normal;
}

.website-preview{
  position:relative;
  z-index:1;
  width:min(100%,430px);
  animation:websiteFloat 4.5s ease-in-out infinite;
}

.preview-browser{
  overflow:hidden;
  border:1px solid #303030;
  border-radius:17px;
  background:#101010;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.preview-bar{
  height:31px;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 11px;
  border-bottom:1px solid #262626;
}

.preview-bar span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#373737;
}

.preview-content{
  padding:23px;
}

.preview-content small{
  color:var(--accent);
  font-size:10px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.12em;
}

.preview-content strong{
  display:block;
  margin-top:6px;
  color:var(--text);
  font:600 22px/1.25 "Space Grotesk";
}

.preview-image{
  height:125px;
  margin-top:16px;
  padding:10px;
  border:1px solid #292929;
  border-radius:10px;
  background:#181818;
}

.preview-screen{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  background:#f2f0eb;
  color:#222;
  font:700 11px/1 "Space Grotesk";
}

.preview-line{
  width:90%;
  height:7px;
  margin-top:14px;
  border-radius:4px;
  background:#292929;
}

.preview-line.short{
  width:58%;
  margin-top:7px;
}

.live-badge{
  position:absolute;
  right:-18px;
  bottom:-17px;
  padding:11px 15px;
  border:1px solid #303030;
  border-radius:999px;
  background:var(--surface);
  color:#c6c0b6;
  font-size:12px;
  line-height:1.4;
  font-weight:600;
  box-shadow:0 12px 35px rgba(0,0,0,.35);
}

@keyframes contentPulse{
  0%,100%{background:rgba(255,106,0,.02)}
  50%{background:rgba(255,106,0,.055)}
}

@keyframes websiteFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-5px)}
}

/* =========================
   PROCESS
========================= */
.process{
  background:var(--surface);
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.step{
  padding:23px 19px;
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:var(--r);
}

.step-no{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:50%;
  background:var(--text);
  color:var(--bg);
  font-size:13px;
  font-weight:700;
}

.step h3{
  margin-bottom:7px;
  font-size:19px;
}

.step p{
  font-size:15px;
  line-height:1.6;
}

.process-note{
  margin-top:25px;
  text-align:center;
  color:var(--accent);
  font-size:13px;
  line-height:1.5;
  font-weight:700;
}

/* =========================
   WARRANTY / RISK REVERSAL
========================= */

.warranty{
  position:relative;
  overflow:hidden;
  background:var(--accent);
  color:var(--dark);
}

.warranty::before{
  content:"";
  position:absolute;
  width:460px;
  height:460px;
  border-radius:50%;
  right:-180px;
  top:-220px;
  background:rgba(255,255,255,.08);
  pointer-events:none;
}

.warranty-grid{
  position:relative;
  z-index:1;

  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:center;
}


/* LEFT */

.warranty-intro{
  max-width:560px;
}

.warranty .eyebrow{
  color:var(--dark);
}

.warranty-intro h2{
  margin-top:14px;
  max-width:540px;
  color:var(--dark);
}

.warranty-intro h2 span{
  display:block;
}

.warranty-intro > p{
  max-width:520px;
  margin-top:22px;
  color:rgba(25,17,11,.78);
  font-size:18px;
  line-height:1.65;
}


/* BADGE */

.warranty-badge{
  display:flex;
  align-items:center;
  gap:14px;

  width:fit-content;
  max-width:100%;

  margin-top:32px;
  padding:15px 18px;

  border:1px solid rgba(25,17,11,.16);
  border-radius:16px;

  background:rgba(255,255,255,.16);
}

.warranty-badge-icon{
  width:42px;
  height:42px;

  flex:none;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:var(--dark);
  color:var(--accent);

  font-size:20px;
  font-weight:700;
}

.warranty-badge strong{
  display:block;

  color:var(--dark);

  font:700 15px/1.35 "Space Grotesk";
}

.warranty-badge span{
  display:block;

  margin-top:3px;

  color:rgba(25,17,11,.68);

  font-size:13px;
  line-height:1.45;
}


/* RIGHT PANEL */

.warranty-panel{
  padding:10px;

  border:1px solid rgba(25,17,11,.14);
  border-radius:22px;

  background:rgba(255,255,255,.10);
}

.warranty-panel-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;

  padding:18px 20px 16px;

  border-bottom:1px solid rgba(25,17,11,.13);
}

.warranty-panel-head span{
  color:rgba(25,17,11,.62);

  font-size:11px;
  line-height:1.4;

  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}

.warranty-panel-head strong{
  color:var(--dark);

  font:600 18px/1.3 "Space Grotesk";
}


/* POINTS */

.warranty-point{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:15px;

  padding:22px 20px;

  border-bottom:1px solid rgba(25,17,11,.13);
}

.warranty-number{
  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:12px;

  background:rgba(25,17,11,.10);

  color:var(--dark);

  font:700 13px/1 "Space Grotesk";
}

.warranty-point h3{
  margin:0;

  color:var(--dark);

  font-size:18px;
  line-height:1.3;
}

.warranty-point p{
  margin-top:6px;

  color:rgba(25,17,11,.72);

  font-size:15px;
  line-height:1.6;
}


/* BOTTOM */

.warranty-bottom{
  padding:20px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;

  border-radius:0 0 15px 15px;

  background:rgba(25,17,11,.08);
}

.warranty-bottom span{
  color:rgba(25,17,11,.64);

  font-size:13px;
}

.warranty-bottom strong{
  color:var(--dark);

  font:700 16px/1.35 "Space Grotesk";
}


/* =========================
   WARRANTY RESPONSIVE
========================= */

@media(max-width:900px){

  .warranty-grid{
    grid-template-columns:1fr;
    gap:42px;
  }

  .warranty-intro{
    max-width:none;
  }

}


@media(max-width:600px){

  .warranty{
    padding:72px 0;
  }

  .warranty-grid{
    gap:32px;
  }

  .warranty-intro h2{
    font-size:36px;
  }

  .warranty-intro > p{
    font-size:16px;
  }

  .warranty-badge{
    width:100%;
  }

  .warranty-panel-head{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }

  .warranty-point{
    grid-template-columns:36px 1fr;
    gap:12px;
    padding:20px 15px;
  }

  .warranty-number{
    width:36px;
    height:36px;
  }

  .warranty-point h3{
    font-size:17px;
  }

  .warranty-point p{
    font-size:15px;
  }

  .warranty-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }

}

/* =========================
   PRICING
========================= */
/* =========================
   PRICING
========================= */

.pricing-section{
  background:var(--bg);
}

.pricing-head{
  max-width:820px;
}

.pricing-head h2{
  margin-top:14px;
}

.pricing-head p{
  max-width:760px;
  margin:18px auto 0;
  font-size:17px;
  line-height:1.65;
}


/* =========================
   QUICK COMPARISON
========================= */

.pricing-compare{
  width:min(100%,980px);
  margin:0 auto 28px;

  border:1px solid var(--line);
  border-radius:18px;

  background:var(--surface);

  overflow:hidden;
}

.pricing-compare-label,
.pricing-compare-row{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  align-items:center;
}

.pricing-compare-label{
  min-height:54px;

  border-bottom:1px solid var(--line);

  background:#111;
}

.pricing-compare-label span{
  display:block;
}

.pricing-compare-label strong{
  text-align:center;

  color:var(--text);

  font:600 13px/1.4 "Space Grotesk";
}

.pricing-compare-row{
  min-height:48px;

  border-bottom:1px solid var(--line);
}

.pricing-compare-row:last-child{
  border-bottom:0;
}

.pricing-compare-row > span{
  padding:11px 18px;

  color:var(--muted);

  font-size:14px;
  line-height:1.5;
}

.pricing-compare-row > b{
  display:flex;
  align-items:center;
  justify-content:center;

  color:var(--accent);

  font-size:16px;
}

.pricing-compare-row > b.no{
  color:var(--dim);
  font-weight:400;
}


/* =========================
   PRICING GRID
========================= */

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;

  align-items:stretch;
}

.pricing-card{
  position:relative;

  display:flex;
  flex-direction:column;

  min-width:0;

  padding:30px;

  border:1px solid var(--line);
  border-radius:20px;

  background:var(--surface);
}

.pricing-card-featured{
  background:#f4f1ea;
  color:#0d0d0d;

  border-color:#f4f1ea;

  transform:translateY(-8px);

  box-shadow:
    0 20px 55px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,106,0,.08);
}


/* =========================
   POPULAR BADGE
========================= */

.pricing-popular{
  position:absolute;

  top:17px;
  right:17px;

  padding:6px 10px;

  border-radius:999px;

  background:var(--accent);
  color:var(--dark);

  font-size:10px;
  line-height:1.3;
  font-weight:800;

  letter-spacing:.02em;
}


/* =========================
   CARD HEADER
========================= */

.pricing-card-top{
  padding-right:125px;
}

.pricing-card .plan{
  display:inline-block;

  color:var(--dim);

  font-size:11px;
  line-height:1.4;

  letter-spacing:.12em;
  text-transform:uppercase;

  font-weight:800;
}

.pricing-card-featured .plan{
  color:#777168;
}

.price-value{
  margin-top:12px;
}

.price-value small{
  display:block;

  margin-bottom:2px;

  color:var(--dim);

  font-size:12px;
  line-height:1.4;
}

.pricing-card-featured .price-value small{
  color:#777168;
}

.price-value h3{
  margin:0;

  color:var(--accent);

  font:700 clamp(31px,3vw,42px)/1.05 "Space Grotesk";

  letter-spacing:-.045em;
}

.pricing-card-featured .price-value h3{
  color:#0d0d0d;
}

.price-desc{
  min-height:72px;

  margin-top:12px;

  color:var(--muted);

  font-size:15px;
  line-height:1.6;
}

.pricing-card-featured .price-desc{
  color:#625d55;
}


/* =========================
   GROWTH HIGHLIGHT
========================= */

.pricing-highlight{
  margin-top:22px;
  padding:15px 16px;

  border:1px solid rgba(255,106,0,.22);
  border-radius:14px;

  background:rgba(255,106,0,.08);

  color:#0d0d0d;
}

.pricing-highlight strong{
  display:block;

  font:700 14px/1.4 "Space Grotesk";
}

.pricing-highlight span{
  display:block;

  margin-top:4px;

  color:#5f594f;

  font-size:13px;
  line-height:1.5;
}


/* =========================
   GROUP
========================= */

.pricing-group{
  margin-top:25px;
}

.pricing-group-title{
  display:block;

  padding-bottom:8px;

  border-bottom:1px solid var(--line);

  color:var(--text);

  font-size:11px;
  line-height:1.4;

  letter-spacing:.1em;
  text-transform:uppercase;

  font-weight:800;
}

.pricing-card-featured .pricing-group-title{
  color:#0d0d0d;
  border-color:#d7d2c9;
}


/* =========================
   LIST
========================= */

.pricing-list{
  margin:0;
  padding:0;

  list-style:none;
}

.pricing-list li{
  display:flex;
  align-items:flex-start;
  gap:9px;

  padding:10px 0;

  border-bottom:1px solid var(--line);

  color:var(--muted);

  font-size:14px;
  line-height:1.5;
}

.pricing-card-featured .pricing-list li{
  border-color:#d7d2c9;
  color:#5b564e;
}

.pricing-list li:last-child{
  border-bottom:0;
}

.pricing-list li span{
  flex:none;

  color:var(--accent);

  font-weight:800;
}


/* =========================
   INCLUDED
========================= */

.pricing-includes{
  margin-top:22px;
  padding-top:18px;

  border-top:1px solid var(--line);
}

.pricing-card-featured .pricing-includes{
  border-color:#d7d2c9;
}

.pricing-includes strong{
  display:block;

  margin-bottom:7px;

  color:var(--text);

  font-size:11px;
  line-height:1.4;

  letter-spacing:.1em;
  text-transform:uppercase;
}

.pricing-card-featured .pricing-includes strong{
  color:#0d0d0d;
}

.pricing-includes span{
  display:block;

  padding:4px 0;

  color:var(--muted);

  font-size:13px;
  line-height:1.5;
}

.pricing-card-featured .pricing-includes span{
  color:#5f594f;
}


/* =========================
   GROWTH RECOMMENDATION
========================= */

.pricing-recommendation{
  margin-top:22px;
  padding:17px 18px;

  border-radius:14px;

  background:#e6e1d8;
}

.pricing-recommendation span{
  display:block;

  margin-bottom:5px;

  color:#777168;

  font-size:10px;
  line-height:1.4;

  letter-spacing:.12em;
  text-transform:uppercase;

  font-weight:800;
}

.pricing-recommendation strong{
  display:block;

  color:#0d0d0d;

  font:600 15px/1.45 "Space Grotesk";
}


/* =========================
   CORPORATE NOTE
========================= */

.pricing-custom-note{
  margin-top:22px;
  padding:16px 17px;

  border-left:3px solid var(--accent);

  background:rgba(255,106,0,.05);
}

.pricing-custom-note strong{
  display:block;

  color:var(--text);

  font:600 14px/1.4 "Space Grotesk";
}

.pricing-custom-note span{
  display:block;

  margin-top:4px;

  color:var(--muted);

  font-size:13px;
  line-height:1.5;
}


/* =========================
   BUTTON
========================= */

.pricing-btn{
  width:100%;

  margin-top:28px;
}


/* =========================
   BOTTOM NOTE
========================= */

.pricing-bottom{
  max-width:820px;

  margin:28px auto 0;

  padding:22px 24px;

  border:1px solid var(--line);
  border-radius:16px;

  background:var(--surface);

  text-align:center;
}

.pricing-bottom strong{
  display:block;

  color:var(--text);

  font:600 17px/1.4 "Space Grotesk";
}

.pricing-bottom p{
  margin-top:7px;

  font-size:15px;
  line-height:1.6;
}

.pricing-bottom p b{
  color:var(--text);
}

.pricing-bottom > span{
  display:block;

  margin-top:7px;

  color:var(--dim);

  font-size:13px;
  line-height:1.5;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1000px){

  .pricing-grid{
    grid-template-columns:1fr;
  }

  .pricing-card-featured{
    transform:none;
    order:-1;
  }

  .pricing-card{
    padding:28px;
  }

}


@media(max-width:700px){

  .pricing-compare{
    display:none;
  }

  .pricing-head p{
    font-size:16px;
  }

  .pricing-card{
    padding:24px;
  }

  .pricing-card-top{
    padding-right:0;
  }

  .pricing-popular{
    position:static;

    display:inline-flex;

    margin-bottom:12px;
  }

  .price-value h3{
    font-size:36px;
  }

  .price-desc{
    min-height:0;
  }

  .pricing-highlight{
    margin-top:20px;
  }

  .pricing-bottom{
    padding:20px;
  }

}


/* =========================
   GOOGLE TESTIMONIALS
========================= */
.google-testimonials{
  background:var(--bg);
}

.google-testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.google-testimonial{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--r);
}

.google-testimonial-top{
  display:flex;
  align-items:center;
  gap:12px;
}

.google-avatar{
  width:44px;
  height:44px;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:50%;
  background:#242424;
  color:var(--text);
  font:700 17px/1 "Space Grotesk";
}

.google-person{
  min-width:0;
  flex:1;
}

.google-person strong{
  display:block;
  color:var(--text);
  font:600 16px/1.35 "Space Grotesk";
}

.google-person span{
  display:block;
  margin-top:2px;
  color:var(--dim);
  font-size:13px;
  line-height:1.4;
}

.google-mark{
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  border:1px solid var(--line-strong);
  border-radius:50%;
  color:var(--text);
  font:700 14px/1 Arial,sans-serif;
}

.google-stars{
  margin-top:20px;
  color:#ffb000;
  font-size:19px;
  letter-spacing:1px;
  line-height:1;
}

.google-quote{
  margin-top:16px;
  color:var(--text);
  font:500 16px/1.65 "DM Sans",Arial,sans-serif;
}

.google-testimonial-note{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 12px;
  margin-top:24px;
  color:var(--dim);
  font-size:14px;
  line-height:1.5;
  text-align:center;
}

.google-testimonial-note span:first-child{
  color:#ffb000;
  letter-spacing:1px;
}

.google-testimonial-note strong{
  color:var(--text);
}

@media(max-width:900px){
  .google-testimonial-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .google-testimonial-grid{
    grid-template-columns:1fr;
  }

  .google-testimonial{
    padding:22px;
  }

  .google-quote{
    font-size:16px;
  }
}

/* =========================
   FAQ
========================= */
.faq{
  max-width:820px;
  margin:auto;
}

details{
  border-bottom:1px solid var(--line);
  padding:20px 0;
}

summary{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  list-style:none;
  font:600 17px/1.45 "Space Grotesk";
}

summary::-webkit-details-marker{
  display:none;
}

summary:after{
  content:"+";
  flex:none;
  color:var(--accent);
  font-size:24px;
  line-height:1;
}

details[open] summary:after{
  content:"−";
}

details p{
  padding-top:12px;
  font-size:16px;
  line-height:1.65;
}

/* =========================
   FINAL CTA
========================= */
.final{
  padding:95px 0;
  background:#191713;
}

.final-box{
  max-width:980px;
  margin:auto;
  padding:65px 35px;
  border:1px solid var(--line);
  border-radius:23px;
  background:var(--bg);
  text-align:center;
}

.final-box h2{
  max-width:800px;
  margin:14px auto 0;
}

.final-box p{
  max-width:680px;
  margin:18px auto 0;
  font-size:17px;
  line-height:1.65;
}

.final-box .btn{
  margin-top:28px;
}

.final-note{
  margin-top:11px;
  color:var(--dim);
  font-size:14px;
  line-height:1.5;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:1100px){
  .process-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:900px){
  .screen{
    grid-template-columns:1fr;
  }

  .screen-art{
    min-height:280px;
  }

  .problem-grid,
  .control-proof-grid,
  .warranty-grid{
    grid-template-columns:1fr;
  }

  .portfolio-grid,
  .pricing-grid{
    grid-template-columns:1fr 1fr;
  }

  .process-grid{
    grid-template-columns:1fr 1fr;
  }

  .price.featured{
    transform:none;
  }
}

@media(max-width:600px){
  body{
    font-size:16px;
  }

  .container{
    width:calc(100% - 32px);
  }

  .section{
    padding:72px 0;
  }

  .hero{
    padding-top:128px;
  }

  .hero-copy{
    font-size:17px;
  }

  .hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .hero-actions .btn{
    width:100%;
  }

  .mockup{
    margin-top:48px;
  }

  .screen-copy{
    padding:34px 28px;
  }

  .screen-art{
    min-height:250px;
    padding:18px 12px 28px;
  }

  .screen-art video{
    width:96%;
    height:96%;
  }

  .proof-strip-inner{
    grid-template-columns:1fr 1fr;
  }

  .proof-strip-inner>div:nth-child(2){
    border-right:0;
  }

  .proof-strip-inner>div:nth-child(-n+2){
    border-bottom:1px solid var(--line);
  }

  .cards2,
  .desired-grid,
  .portfolio-grid,
  .process-grid,
  .warranty-copy,
  .pricing-grid{
    grid-template-columns:1fr;
  }

  .portfolio-grid{
    gap:14px;
  }

  .project-img{
    height:210px;
  }

  .project-copy,
  .card,
  .desired-card,
  .step,
  .price{
    padding:22px;
  }

  .live-badge{
    right:8px;
    bottom:-15px;
  }

  .final{
    padding:76px 0;
  }

  .final-box{
    padding:48px 20px;
  }
}

@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }

  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}

@media (max-width: 600px){

  .control-proof{
    padding:64px 0;
  }

  .content-flow{
    display:none;
  }

  .control-proof-grid{
    grid-template-columns:1fr;
  }

  .control-proof-points{
    margin-top:22px;
  }

}

@media (max-width: 600px){

  .project-img{
    height:210px;
    padding-top:24px;
  }

  .project-copy{
    padding-top:32px;
  }

}

/* =========================
   PRICING — QUOTATION POSITIONING
   ========================= */

.pricing-head{
  max-width:780px;
}

.pricing-head p{
  max-width:720px;
  margin-inline:auto;
}

.pricing-grid{
  align-items:stretch;
}

.pricing-card{
  padding:30px;
}

.pricing-card-top{
  padding-right:0;
}

.pricing-card-featured .pricing-card-top{
  padding-right:0;
}

.pricing-fit{
  margin-top:20px;
  padding:15px 16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#111;
}

.pricing-fit strong{
  display:block;
  margin-bottom:5px;
  color:var(--text);
  font:700 12px/1.4 "Space Grotesk";
  letter-spacing:.08em;
  text-transform:uppercase;
}

.pricing-fit span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.pricing-card-featured .pricing-fit{
  border-color:#d7d2c9;
  background:#e9e4db;
}

.pricing-card-featured .pricing-fit strong{
  color:#0d0d0d;
}

.pricing-card-featured .pricing-fit span{
  color:#5f594f;
}

.pricing-card-featured .pricing-highlight{
  margin-top:20px;
}

.pricing-card-featured .pricing-popular{
  max-width:210px;
  text-align:center;
}

@media(max-width:900px){
  .pricing-grid{
    grid-template-columns:1fr 1fr;
  }

  .pricing-card-featured{
    transform:none;
  }
}

@media(max-width:600px){
  .pricing-grid{
    grid-template-columns:1fr;
  }

  .pricing-card{
    padding:22px;
  }

  .pricing-fit{
    margin-top:18px;
  }

  .pricing-card-featured .pricing-popular{
    right:14px;
    top:14px;
    max-width:180px;
    font-size:9px;
  }
}

/* =========================
   QUOTATION / INVESTMENT
   ========================= */
.quotation-section{background:var(--surface)}
.quotation-head{max-width:820px}
.quotation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.quotation-card{padding:30px;background:var(--bg);border:1px solid var(--line);border-radius:var(--r)}
.quotation-no{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:20px;border:1px solid var(--line-strong);border-radius:50%;color:var(--accent);font:700 12px/1 "Space Grotesk"}
.quotation-card h3{font-size:22px;margin-bottom:10px}
.quotation-card p{font-size:15px;line-height:1.65}
.quotation-bottom{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:16px;padding:28px 30px;border:1px solid var(--line);border-radius:var(--r);background:#111}
.quotation-bottom strong{display:block;font:600 22px/1.3 "Space Grotesk"}
.quotation-bottom p{max-width:720px;margin-top:7px;font-size:15px}
.quotation-bottom .btn{flex:none}

@media(max-width:900px){
  .quotation-grid{grid-template-columns:1fr}
  .quotation-bottom{flex-direction:column;align-items:flex-start}
}/* End custom CSS */