/* ============================================================================
   AJ WEB DESIGN
   Flat rebuild of the GoHighLevel funnel at ajwebdesign.co.za.

   Montserrat is the typeface the GHL page rendered in.
   Palette sampled off the live page: teal #005f73, amber #ee9b00.
   ========================================================================== */

:root{
  --teal:#005f73;
  --teal-d:#00485a;
  --amber:#ee9b00;
  --amber-d:#d38a00;
  --ink:#111;
  --text:#3a3a3a;
  --muted:#6f6f6f;
  --paper:#fff;
  --band:#f7f7f7;
  --line:#e4e4e4;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Montserrat',system-ui,Arial,sans-serif;
  color:var(--text);background:var(--paper);
  font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
h1,h2,h3,h4{font-weight:700;line-height:1.25;color:var(--ink)}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:1140px;margin:0 auto;padding:0 1.4rem}
section{padding:4rem 0}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  background:var(--amber);color:#fff;font-weight:600;font-size:.92rem;
  text-decoration:none;cursor:pointer;padding:.8rem 1.9rem;border:0;border-radius:4px;
  transition:.16s;font-family:inherit;
}
.btn:hover{background:var(--amber-d)}
.btn-teal{background:var(--teal)}
.btn-teal:hover{background:var(--teal-d)}
.btn-dark{background:var(--ink)}
.btn-dark:hover{background:#333}

/* ------------------------------------------------------------------- nav -- */
nav{background:#fff;position:sticky;top:0;z-index:70;border-bottom:1px solid var(--line)}
.nav-in{max-width:1240px;margin:0 auto;padding:.45rem 1.4rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand img{height:42px;width:auto}
.nav-links{display:none;gap:1.7rem}
.nav-links a{text-decoration:none;color:var(--teal);font-size:.76rem;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase}
.nav-links a:hover{color:var(--amber)}
.nav-toggle{display:block;background:none;border:0;cursor:pointer;padding:.4rem}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--teal);margin:5px 0}
.nav-drop{display:none;background:#fff;border-top:1px solid var(--line)}
.nav-drop.open{display:block}
.nav-drop a{display:block;padding:.85rem 1.4rem;text-decoration:none;color:var(--teal);
  text-align:center;border-bottom:1px solid var(--line);font-size:.82rem;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase}

/* ------------------------------------------------------------------ hero -- */
.hero{position:relative;color:#fff;text-align:center;overflow:hidden;background:#20343a;
  min-height:470px;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:"";position:absolute;inset:0;background:rgba(16,32,38,.45)}
.hero-in{position:relative;z-index:1;padding:4.5rem 1.4rem;max-width:820px;margin:0 auto}
.hero .kick{font-size:.95rem;font-weight:500}
.hero h1{color:#fff;font-size:clamp(1.6rem,4.2vw,2.3rem);margin-top:.5rem}
.hero p{font-size:.86rem;margin-top:1rem;color:#eef1f2}
.hero .btn{margin-top:1.5rem}

/* --------------------------------------------------------------- who am I -- */
.who{display:grid;grid-template-columns:1fr;gap:2.2rem;align-items:center}
.who .ph img{width:100%;max-width:340px;margin:0 auto}
.who .kick{font-size:1.05rem;color:var(--muted)}
.who h2{font-size:clamp(1.4rem,3.6vw,2rem);margin-top:.4rem}
.who p{font-size:.84rem;color:var(--muted);margin-top:1rem}
.who .btn{margin-top:1.4rem}

/* -------------------------------------------------------------- what I build */
.build{background:var(--teal);color:#fff}
.build-in{display:grid;grid-template-columns:1fr;gap:2.2rem;align-items:center}
.build .kick{font-size:1.05rem}
.build h2{color:#fff;font-size:clamp(1.4rem,3.6vw,2rem);margin-top:.4rem}
.build p{font-size:.84rem;color:#dbe8ec;margin-top:1rem}
.build .art img{width:100%}

/* ------------------------------------------------------------------ plans -- */
.plans-head{text-align:center;max-width:46rem;margin:0 auto 2.6rem}
.plans-head h2{font-size:clamp(1.5rem,4vw,2.1rem)}
.plans-head .sub{font-weight:700;color:var(--ink);margin-top:.5rem;font-size:.95rem}
.plans-head .note{font-size:.74rem;color:var(--muted);margin-top:.7rem}

.plans{display:grid;grid-template-columns:1fr;gap:1.6rem}
.plan{background:var(--band);display:flex;flex-direction:column}
.plan .hd{padding:.9rem 1rem;text-align:center;color:#fff;font-weight:700;font-size:1.05rem;
  background:var(--ink)}
.plan.mid .hd{background:var(--teal)}
.plan .price{text-align:center;padding:1.8rem 1rem .3rem}
.plan .price b{display:block;font-size:2.6rem;font-weight:700;color:var(--ink);line-height:1}
.plan .price span{font-size:.72rem;color:var(--muted);letter-spacing:.1em}
.plan .body{padding:1.2rem 1.7rem 2rem;flex:1;display:flex;flex-direction:column}
.plan .body>p{font-size:.76rem;color:var(--muted);text-align:justify}
.plan ul{list-style:disc;margin:1.2rem 0 1.4rem 1.2rem;display:grid;gap:.5rem}
.plan li{font-size:.8rem;color:var(--text)}
.plan .btn{margin-top:auto;align-self:center}

/* ------------------------------------------------------------ testimonials -- */
.tst{background:var(--teal);color:#fff}
.tst-head{text-align:center;max-width:52rem;margin:0 auto 2.4rem}
.tst-head h2{color:#fff;font-size:clamp(1.4rem,3.8vw,2rem)}
.tst-head p{font-size:.8rem;color:#cfe0e5;margin-top:.7rem}
.tsts{display:grid;grid-template-columns:1fr;gap:1.4rem}
.tst-card{background:#fff;border:2px solid var(--amber);border-radius:6px;
  padding:2rem 1.6rem;text-align:center;display:flex;flex-direction:column}
.tst-card .q{width:38px;height:38px;border-radius:50%;background:var(--amber);color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;
  font-weight:700;letter-spacing:.08em;font-size:.9rem}
.tst-card p{font-size:.8rem;color:var(--text);flex:1}
.tst-card .by{margin-top:1.2rem}
.tst-card .by img{height:34px;width:auto;margin:0 auto .5rem;object-fit:contain}
.tst-card .by b{font-size:.82rem;color:var(--ink)}

/* ---------------------------------------------------------------- contact -- */
.cgrid{display:grid;grid-template-columns:1fr;gap:1.3rem}
.cbox{border:1px solid var(--line);border-radius:6px;padding:1.8rem 1.5rem;text-align:center}
.cbox svg{width:36px;height:36px;margin:0 auto .9rem;display:block;color:var(--amber)}
.cbox h3{font-size:1rem;margin-bottom:.5rem}
.cbox p{font-size:.82rem;color:var(--muted);margin-bottom:.8rem}
.cbox .v{font-size:.95rem;font-weight:600;color:var(--ink)}
.cbox .v a{text-decoration:none;border-bottom:2px solid var(--amber)}
form{display:grid;gap:.85rem;max-width:36rem;margin:2.4rem auto 0}
form .two{display:grid;grid-template-columns:1fr;gap:.85rem}
label{font-size:.78rem;font-weight:600;color:var(--muted);display:block;margin-bottom:.3rem}
input,textarea{width:100%;font:inherit;font-size:.92rem;padding:.8rem .9rem;
  border:1px solid #d8d8d8;border-radius:4px;background:#fff;color:var(--text)}
input:focus,textarea:focus{outline:none;border-color:var(--teal)}
textarea{min-height:130px;resize:vertical}
.form-note{font-size:.8rem;color:var(--muted);text-align:center}

/* ---------------------------------------------------------------- footer -- */
footer{background:#0b0b0b;color:#c7c7c7;padding:2.6rem 1.4rem 5rem;font-size:.84rem}
.foot-in{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr;
  gap:2rem;text-align:center}
footer img.flogo{height:64px;width:auto;margin:0 auto .8rem;filter:brightness(0) invert(1)}
footer h4{color:#fff;font-size:1rem;margin-bottom:.8rem}
footer a{color:#c7c7c7;text-decoration:none}
footer a:hover{color:var(--amber)}
.fl-cols{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem}
.fl-cols a{display:block;padding:.15rem 0}
.social{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;
  border-radius:4px;background:#1a1a1a;margin-top:.4rem}
.social svg{width:17px;height:17px;fill:#fff}
.foot-bar{max-width:1140px;margin:2rem auto 0;padding-top:1.2rem;border-top:1px solid #222;
  display:grid;gap:.5rem;text-align:center;font-size:.76rem;color:#8a8a8a}

.callbar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex}
.callbar a{flex:1;text-align:center;padding:.95rem;text-decoration:none;
  font-weight:600;font-size:.92rem;background:var(--amber);color:#fff}

.reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

@media(min-width:880px){
  .nav-links{display:flex}
  .nav-toggle,.nav-drop{display:none}
  .who{grid-template-columns:.8fr 1.2fr;gap:3rem;text-align:center}
  .who .ph img{max-width:100%}
  .build-in{grid-template-columns:1.05fr .95fr;gap:3.2rem;text-align:center}
  .plans{grid-template-columns:repeat(3,1fr)}
  .tsts{grid-template-columns:repeat(3,1fr)}
  .cgrid{grid-template-columns:repeat(3,1fr)}
  form .two{grid-template-columns:1fr 1fr}
  .foot-in{grid-template-columns:.8fr 1.4fr 1fr;text-align:left;gap:3rem}
  .foot-in img.flogo{margin-left:0}
  .foot-bar{grid-template-columns:1fr 1fr;text-align:left}
  .foot-bar>:last-child{text-align:right}
  .callbar{display:none}
  footer{padding-bottom:2.6rem}
  section{padding:5rem 0}
  .hero{min-height:560px}
}
@media(max-width:879px){
  /* AJ's standing rule: centre everything on the phone */
  .who,.build-in,.plans-head,.cbox{text-align:center}
  .plan .body>p{text-align:left}
  .plan ul{text-align:left}
}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
