
:root{
  --forest:#063d2e;
  --forest-2:#0a5940;
  --emerald:#0f9f63;
  --emerald-2:#42c889;
  --mint:#eaf8f1;
  --mint-2:#f4fbf7;
  --gold:#e7b84a;
  --gold-2:#ffd978;
  --ink:#14211c;
  --text:#43554d;
  --muted:#728078;
  --white:#ffffff;
  --paper:#fbfdfb;
  --line:#dfe9e3;
  --shadow-sm:0 10px 30px rgba(6,61,46,.08);
  --shadow:0 28px 80px rgba(6,61,46,.14);
  --radius:24px;
  --radius-lg:34px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 5% 12%,rgba(66,200,137,.10),transparent 22%),
    radial-gradient(circle at 96% 8%,rgba(231,184,74,.11),transparent 20%);
  z-index:-1;
}
h1,h2,h3,h4,.brand strong{font-family:"Manrope",Arial,sans-serif}
h1,h2,h3,h4{color:var(--ink)}
a{text-decoration:none;color:inherit}
img{width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1220px,calc(100% - 44px));margin:auto}

/* Top bar */
.topbar{
  background:linear-gradient(90deg,#052c22,var(--forest));
  color:#d9efe6;
  font-size:12px;
  letter-spacing:.15px;
  padding:9px 0;
}
.topbar-inner{display:flex;justify-content:space-between;align-items:center}
.topbar-inner>span:before{content:"●";color:var(--emerald-2);font-size:9px;margin-right:9px}
.topbar a{margin-left:22px;color:#d9efe6;transition:.25s}
.topbar a:hover{color:var(--gold-2)}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(6,61,46,.08);
  box-shadow:0 5px 25px rgba(6,61,46,.035);
}
.nav-wrap{height:88px;display:flex;align-items:center;position:relative}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{
  width:52px;height:52px;border-radius:17px;
  background:linear-gradient(145deg,var(--emerald-2),var(--emerald));
  color:#fff;display:grid;place-items:center;
  box-shadow:0 14px 32px rgba(15,159,99,.24);
  overflow:hidden;
  position:relative;
}
.brand-mark:after{
  content:"";
  position:absolute;width:28px;height:28px;border:2px solid rgba(255,255,255,.35);
  border-radius:50% 8px 50% 8px;transform:rotate(-25deg);
}
.brand-mark svg{width:31px;height:31px;position:relative;z-index:2}
.brand strong,.brand small{display:block}
.brand strong{font-size:21px;letter-spacing:-.5px;line-height:1}
.brand small{font-size:9px;letter-spacing:1.55px;text-transform:uppercase;color:var(--muted);margin-top:6px}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:3px}
.main-nav a{
  position:relative;
  font-weight:700;font-size:13px;
  padding:12px 11px;border-radius:12px;
  color:#405149;transition:.25s;
}
.main-nav a:hover,.main-nav a.active{
  color:var(--emerald);background:var(--mint);
}
.main-nav a:not(.nav-cta):after{
  content:"";position:absolute;left:50%;right:50%;bottom:5px;height:2px;
  background:var(--emerald);border-radius:5px;transition:.25s;
}
.main-nav a:hover:after,.main-nav a.active:after{left:24%;right:24%}
.main-nav .nav-cta{
  margin-left:10px;padding:13px 18px;color:#fff;
  background:linear-gradient(135deg,var(--emerald),#087748);
  box-shadow:0 12px 26px rgba(15,159,99,.22);
}
.main-nav .nav-cta:hover{color:#fff;background:linear-gradient(135deg,#0d8d58,#075e3b);transform:translateY(-2px)}
.nav-toggle{
  display:none;margin-left:auto;border:0;background:var(--mint);
  color:var(--forest);width:44px;height:44px;border-radius:13px;
  font-size:22px;cursor:pointer;
}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:50px;padding:13px 21px;border-radius:14px;
  font-weight:800;border:1px solid transparent;transition:.3s;
}
.btn:hover{transform:translateY(-3px)}
.btn.primary{
  background:linear-gradient(135deg,var(--emerald),#08754a);
  color:#fff;box-shadow:0 14px 30px rgba(15,159,99,.22)
}
.btn.primary:hover{box-shadow:0 18px 38px rgba(15,159,99,.30)}
.btn.secondary{
  background:#fff;color:var(--forest);border-color:#cfe0d7;box-shadow:var(--shadow-sm)
}
.btn.secondary:hover{border-color:var(--emerald);color:var(--emerald)}
.btn.white{background:#fff;color:var(--forest);box-shadow:var(--shadow-sm)}
.btn.light-btn{background:#fff;color:var(--forest)}
.btn.dark-btn{background:var(--forest);color:#fff}

/* Hero */
.hero,.page-hero{
  position:relative;overflow:hidden;
  background:
    linear-gradient(135deg,rgba(235,249,241,.98),rgba(255,251,236,.97)),
    radial-gradient(circle at 85% 10%,rgba(231,184,74,.2),transparent 28%);
}
.hero:before,.page-hero:before{
  content:"";position:absolute;width:480px;height:480px;border-radius:50%;
  right:-170px;top:-190px;border:1px solid rgba(15,159,99,.15);
  box-shadow:0 0 0 70px rgba(15,159,99,.035),0 0 0 140px rgba(15,159,99,.025);
}
.hero-grid{
  min-height:710px;padding:80px 0 110px;
  display:grid;grid-template-columns:1.03fr .97fr;gap:78px;align-items:center;
}
.pill,.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  padding:9px 14px;border-radius:999px;
  background:rgba(255,255,255,.86);border:1px solid #d6e7de;
  color:var(--emerald);font-size:11px;font-weight:800;
  text-transform:uppercase;letter-spacing:1.25px;
  box-shadow:0 8px 25px rgba(6,61,46,.05);
}
.pill:before,.eyebrow:before{
  content:"";width:8px;height:8px;border-radius:50%;background:var(--emerald);
  box-shadow:0 0 0 6px rgba(15,159,99,.11)
}
.hero h1,.page-hero h1{
  font-size:clamp(48px,6vw,78px);line-height:1.04;
  letter-spacing:-3.6px;margin:24px 0;color:var(--ink)
}
.hero h1 em,.page-hero h1 em{
  font-style:normal;color:var(--emerald);
  background:linear-gradient(90deg,var(--emerald),#087247);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero p,.page-hero p{
  color:var(--text);font-size:18px;line-height:1.8;max-width:720px
}
.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:32px}
.trust-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.trust-row span{
  background:rgba(255,255,255,.78);border:1px solid #d8e8df;
  border-radius:12px;padding:9px 12px;font-size:12px;font-weight:700;color:#456057
}
.hero-card{
  position:relative;height:540px;border-radius:var(--radius-lg);
  background:linear-gradient(145deg,#0b5d42,#073c2d);
  padding:18px;box-shadow:0 38px 90px rgba(5,55,40,.25);
  isolation:isolate;
}
.hero-card:before{
  content:"";position:absolute;inset:0;border-radius:inherit;
  background:radial-gradient(circle at 90% 5%,rgba(255,217,120,.28),transparent 28%);
  z-index:-1
}
.hero-photo{height:410px;border-radius:26px;overflow:hidden}
.hero-photo img{height:100%;object-fit:cover;filter:saturate(.9)}
.gold-tag{
  position:absolute;right:-16px;top:42px;width:112px;height:112px;border-radius:50%;
  display:grid;place-items:center;text-align:center;padding:14px;
  background:linear-gradient(145deg,var(--gold-2),var(--gold));
  color:#3b2a05;font:800 12px "Manrope";
  border:8px solid #fff1bd;box-shadow:0 20px 45px rgba(168,116,9,.28);z-index:3
}
.wallet-mini{
  position:absolute;left:-28px;bottom:25px;width:295px;padding:23px 24px;
  background:rgba(255,255,255,.96);backdrop-filter:blur(10px);
  border-radius:22px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.65)
}
.wallet-mini small,.wallet-mini strong,.wallet-mini span{display:block}
.wallet-mini small{font-size:10px;letter-spacing:1.3px;color:var(--muted);font-weight:800}
.wallet-mini strong{font:800 34px "Manrope";margin:7px 0;color:var(--forest)}
.wallet-mini span{font-size:12px;color:var(--emerald);font-weight:700}
.kg-mini{
  position:absolute;right:20px;bottom:28px;color:#fff;
  background:rgba(7,45,34,.85);backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:16px 19px
}
.kg-mini strong,.kg-mini span{display:block}
.kg-mini strong{font-size:22px}.kg-mini span{font-size:11px;color:#c6e3d6}

/* Stats */
.stats{position:relative;margin-top:-54px;z-index:5}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:#fff;border:1px solid var(--line);border-radius:25px;
  box-shadow:var(--shadow);padding:27px 28px
}
.stats-grid div{text-align:center;border-right:1px solid var(--line)}
.stats-grid div:last-child{border-right:0}
.stats-grid strong{display:block;font:800 28px "Manrope";color:var(--emerald)}
.stats-grid span{font-size:12px;color:var(--muted)}

/* Sections */
.section{padding:105px 0;position:relative}
.section.soft{background:linear-gradient(180deg,var(--mint-2),#f8fbf9)}
.section.dark{
  color:#fff;background:
  radial-gradient(circle at 85% 0,rgba(66,200,137,.18),transparent 26%),
  linear-gradient(145deg,#062f24,#074a35)
}
.section.dark h2,.section.dark h3{color:#fff}
.section-head{max-width:800px;margin:0 auto 54px;text-align:center}
.section-head.light p{color:#c8ded4}
.section-head h2,.split h2,.charity-home h2{
  font-size:clamp(36px,4.8vw,57px);line-height:1.12;
  letter-spacing:-2.3px;margin:18px 0
}
.section-head p,.split p,.charity-home p{color:var(--text);font-size:17px;line-height:1.8}
.steps{
  display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative
}
.steps article{
  position:relative;background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:28px 22px;box-shadow:0 10px 25px rgba(6,61,46,.04);
  transition:.3s
}
.steps article:hover{transform:translateY(-9px);box-shadow:var(--shadow);border-color:#aed7c2}
.steps article b{position:absolute;right:18px;top:16px;color:#a6b5ad;font-size:12px}
.steps .icon{
  width:58px;height:58px;border-radius:18px;background:var(--mint);
  display:grid;place-items:center;font-size:24px;margin-bottom:22px
}
.steps h3{font-size:19px;margin:0 0 9px}
.steps p{font-size:13px;color:var(--muted);line-height:1.7}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.reverse .photo-panel{order:2}
.plan-stack{height:420px;position:relative}
.mini-plan{
  position:absolute;left:0;right:0;margin:auto;width:88%;
  border-radius:26px;padding:28px 30px;box-shadow:var(--shadow);
  display:flex;justify-content:space-between;align-items:center
}
.mini-plan span{font:800 27px "Manrope"}.mini-plan small{font-weight:700}
.mini-plan.disabled{background:#edf2ef;color:#829088;top:20px;transform:rotate(-4deg)}
.mini-plan.silver{top:120px;transform:rotate(4deg)}
.mini-plan.active{
  top:225px;background:linear-gradient(145deg,#fff4c5,var(--gold));color:#362704
}
.mini-plan.active b{background:#35280a;color:#fff;padding:7px 10px;border-radius:999px;font-size:10px}
.text-link{font-weight:800;color:var(--emerald);display:inline-flex;gap:7px;align-items:center}
.text-link:hover{gap:12px}
.photo-panel{position:relative}
.photo-panel:before{
  content:"";position:absolute;left:-24px;top:-24px;width:130px;height:130px;
  border-radius:28px;background:var(--mint);z-index:-1
}
.photo-panel img{height:520px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}
.photo-badge{
  position:absolute;right:-18px;bottom:28px;background:#fff;padding:18px 23px;
  border-radius:18px;box-shadow:var(--shadow);font-weight:800;color:var(--emerald);
  border:1px solid var(--line)
}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}
.chips span{
  background:#fff;border:1px solid var(--line);border-radius:13px;
  padding:10px 13px;font-weight:700;font-size:12px;box-shadow:0 6px 18px rgba(6,61,46,.035)
}
.credit-loop{
  display:grid;grid-template-columns:1fr auto 1fr auto 1fr;
  gap:20px;align-items:center
}
.credit-loop>div{
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);
  padding:31px;border-radius:24px;text-align:center;backdrop-filter:blur(8px)
}
.credit-loop .focus{
  background:linear-gradient(145deg,rgba(255,217,120,.17),rgba(66,200,137,.11));
  border-color:rgba(255,217,120,.35);transform:scale(1.04)
}
.credit-loop span{font-size:31px}.credit-loop p{color:#bfd4ca;font-size:13px}
.credit-loop>i{font-size:28px;color:var(--gold-2)}
.center{text-align:center;margin-top:36px}
.form-mock,.info-card{
  background:#fff;border-radius:26px;padding:30px;box-shadow:var(--shadow);border:1px solid var(--line)
}
.mock-head{display:flex;justify-content:space-between;font-weight:800;margin-bottom:22px}
.mock-head span{color:var(--emerald);font-size:11px;background:var(--mint);padding:5px 9px;border-radius:999px}
.form-mock label{font-size:11px;font-weight:800;display:block;margin:13px 0 6px}
.form-mock>div:not(.mock-head){border:1px solid var(--line);border-radius:12px;padding:12px;background:#fbfdfb}
.form-mock .muted{color:#9aa6a0}
.form-mock p{font-size:13px}
.form-mock button{
  width:100%;padding:14px;border:0;border-radius:12px;
  background:linear-gradient(135deg,var(--emerald),#08734a);color:#fff;font-weight:800
}
.charity-home{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.charity-home img{height:450px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}

/* CTA */
.cta{
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,var(--emerald),#07503a);color:#fff;padding:75px 0
}
.cta:after{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;
  right:-130px;top:-210px;background:rgba(255,217,120,.16)
}
.cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta span{font-size:11px;text-transform:uppercase;letter-spacing:1.4px;color:#e2f69d;font-weight:800}
.cta h2{font-size:clamp(32px,4.5vw,52px);margin:10px 0;max-width:810px;color:#fff;letter-spacing:-2px}

/* Interior heroes */
.page-hero{padding:105px 0 95px}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{max-width:920px}
.page-hero p{max-width:760px}
.charity-hero{
  background:
    linear-gradient(135deg,rgba(234,248,241,.96),rgba(255,246,214,.94)),
    url("https://images.unsplash.com/photo-1559027615-cd4628902d4a?auto=format&fit=crop&w=1600&q=80") center/cover
}

/* Pricing */
.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.pricing{
  position:relative;border:1px solid var(--line);border-radius:28px;
  padding:34px;background:#fff;box-shadow:0 14px 35px rgba(6,61,46,.055);
  transition:.3s
}
.pricing:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.pricing h2{font-size:39px;margin:13px 0}
.pricing .price{font:800 27px "Manrope";margin:15px 0;color:var(--forest)}
.pricing p,.pricing li{color:var(--muted);line-height:1.7}
.pricing ul{padding-left:20px;min-height:195px}
.pricing button,.pricing>a{
  width:100%;padding:14px;border:0;border-radius:13px;font-weight:800
}
.pricing.disabled{background:linear-gradient(180deg,#f5f7f6,#edf1ef);color:#78857f}
.silver-card{transform:translateY(-8px)}
.gold-card{
  background:
    radial-gradient(circle at 90% 0,rgba(255,255,255,.65),transparent 28%),
    linear-gradient(145deg,#fff6cf,var(--gold));
  border-color:#d8ab35;transform:translateY(-18px);
  box-shadow:0 32px 75px rgba(163,118,13,.20)
}
.gold-card:hover{transform:translateY(-24px)}
.active-ribbon{
  position:absolute;right:22px;top:22px;background:#35280a;color:#fff;
  padding:7px 10px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.7px
}
.plan-label{font-size:10px;text-transform:uppercase;letter-spacing:1.3px;font-weight:800;color:var(--emerald)}
.horizontal-flow{display:flex;justify-content:center;align-items:center;gap:13px;flex-wrap:wrap}
.horizontal-flow span{
  background:#fff;border:1px solid var(--line);padding:14px 17px;border-radius:13px;
  font-weight:800;box-shadow:var(--shadow-sm)
}
.horizontal-flow i{color:var(--emerald);font-size:20px}

/* Utility cards/pages */
.item-grid,.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.item-grid div{
  border:1px solid var(--line);padding:17px;border-radius:15px;font-weight:700;
  background:#fff;box-shadow:0 7px 20px rgba(6,61,46,.035);transition:.25s
}
.item-grid div:hover{transform:translateY(-4px);border-color:#b6dcc8}
.info-card h3{margin:22px 0 6px;color:var(--forest)}
.info-card p{font-size:14px;color:var(--muted)}
.calculator{
  max-width:720px;margin:auto;background:#fff;border-radius:28px;
  padding:36px;box-shadow:var(--shadow);border:1px solid var(--line)
}
.calculator label{display:block;font-weight:800;margin:15px 0 7px}
.calculator input{
  width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;
  outline:none;transition:.2s;background:#fbfdfb
}
.calculator input:focus{border-color:var(--emerald);box-shadow:0 0 0 4px rgba(15,159,99,.10)}
.result{
  display:flex;justify-content:space-between;align-items:center;
  background:linear-gradient(135deg,var(--forest),#07543d);color:#fff;
  padding:22px;border-radius:16px;margin:22px 0
}
.result strong{font-size:30px;color:var(--gold-2)}
.calculator small{color:var(--muted)}
.form-layout{display:grid;grid-template-columns:1.55fr .7fr;gap:36px;align-items:start}
.real-form,.form-aside{
  border:1px solid var(--line);border-radius:27px;padding:34px;background:#fff;
  box-shadow:0 14px 38px rgba(6,61,46,.06)
}
.real-form h2{font-size:34px;margin-top:0}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.field-grid label{font-weight:800;font-size:12px;color:#34473e}
.field-grid .full{grid-column:1/-1}
.field-grid input,.field-grid select,.field-grid textarea{
  display:block;width:100%;margin-top:7px;padding:14px;
  border:1px solid #d4dfd9;border-radius:12px;background:#fbfdfb;outline:none;transition:.2s
}
.field-grid input:focus,.field-grid select:focus,.field-grid textarea:focus{
  border-color:var(--emerald);box-shadow:0 0 0 4px rgba(15,159,99,.10);background:#fff
}
.check{display:flex;gap:10px;margin:17px 0;line-height:1.6;font-size:13px;color:var(--text)}
.check input{margin-top:5px}
.form-aside{background:linear-gradient(180deg,var(--mint),#f8fbf9)}
.form-aside li{margin:12px 0;line-height:1.6}
.notice{margin-top:22px;background:#fff6d5;border:1px solid #ead58a;padding:15px;border-radius:13px;font-size:12px}
.success{display:none;margin-top:18px;background:var(--mint);color:#087147;padding:14px;border-radius:12px;font-weight:700}
.success.show{display:block}
.credit-explain,.cash-flow,.feature-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px
}
.credit-explain article,.cash-flow article,.feature-grid article{
  border:1px solid var(--line);border-radius:22px;padding:27px;background:#fff;
  box-shadow:0 10px 28px rgba(6,61,46,.045);transition:.3s
}
.credit-explain article:hover,.cash-flow article:hover,.feature-grid article:hover{
  transform:translateY(-7px);box-shadow:var(--shadow)
}
.credit-explain span,.cash-flow span{
  width:46px;height:46px;border-radius:14px;background:var(--mint);
  color:var(--emerald);display:grid;place-items:center;font-weight:800
}
.credit-explain p,.cash-flow p,.feature-grid p{color:var(--muted);line-height:1.7;font-size:14px}
.dashboard{
  margin-top:48px;background:
  radial-gradient(circle at 95% 0,rgba(255,217,120,.20),transparent 25%),
  linear-gradient(145deg,var(--forest),#073426);
  color:#fff;padding:36px;border-radius:30px;box-shadow:var(--shadow)
}
.dashboard h2,.dashboard h3{color:#fff}
.dash-top{display:flex;justify-content:space-between}
.dash-top h2{font-size:48px;margin:8px 0}
.dash-top>span{background:var(--gold-2);color:#23350e;padding:8px 12px;border-radius:999px;height:max-content;font-weight:800}
.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.dash-cards div{background:rgba(255,255,255,.08);padding:21px;border-radius:17px;border:1px solid rgba(255,255,255,.08)}
.dash-cards small,.dash-cards strong{display:block}
.dash-cards strong{font-size:25px;margin-top:8px}
.transaction{
  margin-top:15px;background:#fff;color:var(--ink);display:flex;
  justify-content:space-between;padding:18px;border-radius:15px
}
.transaction b{color:var(--emerald)}
.cash-flow{grid-template-columns:repeat(4,1fr)}
.partner-box{
  margin-top:48px;background:linear-gradient(135deg,var(--mint),#fff8df);
  border:1px solid var(--line);border-radius:27px;padding:38px;
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.tick-list{display:grid;gap:12px;margin-top:25px}
.tick-list span{font-weight:700;color:#40564b}
.feature-grid{grid-template-columns:repeat(4,1fr)}
.feature-grid article span{font-size:29px}

/* Footer */
.footer{
  background:
  radial-gradient(circle at 90% 0,rgba(66,200,137,.14),transparent 25%),
  linear-gradient(145deg,#052b21,#062f24);
  color:#fff;padding:78px 0 22px
}
.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.2fr;gap:42px}
.footer .brand strong{color:#fff}.footer .brand small{color:#abc6ba}
.footer p,.footer a{display:block;color:#abc6ba;line-height:1.75;font-size:13px}
.footer a{margin:9px 0;transition:.25s}
.footer a:hover{color:var(--gold-2);transform:translateX(3px)}
.footer h4{font-size:14px;color:#fff;margin-bottom:16px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);padding-top:20px;margin-top:48px;
  color:#8eaea1;font-size:12px
}

/* Animation */
.reveal{opacity:0;transform:translateY(24px);transition:.75s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Responsive */
@media(max-width:1100px){
  .main-nav{
    position:absolute;top:88px;left:0;right:0;background:#fff;
    padding:16px 22px;display:none;flex-direction:column;align-items:stretch;
    border-top:1px solid var(--line);box-shadow:var(--shadow)
  }
  .main-nav.open{display:flex}
  .main-nav .nav-cta{margin:7px 0 0;text-align:center}
  .nav-toggle{display:block}
  .hero-grid,.split,.charity-home,.form-layout{grid-template-columns:1fr}
  .hero-grid{gap:55px}
  .hero-card{max-width:680px;margin:auto;width:100%}
  .steps{grid-template-columns:repeat(3,1fr)}
  .plans-grid{grid-template-columns:1fr;max-width:760px;margin:auto}
  .pricing,.silver-card,.gold-card,.gold-card:hover{transform:none}
  .credit-loop{grid-template-columns:1fr}
  .credit-loop>i{transform:rotate(90deg);text-align:center}
  .credit-explain,.cash-flow,.feature-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:1fr 1fr;gap:22px}
  .stats-grid div{border-right:0}
  .reverse .photo-panel{order:0}
}
@media(max-width:700px){
  .container{width:min(100% - 28px,1220px)}
  .topbar-inner{justify-content:center}.topbar-inner>div{display:none}
  .nav-wrap{height:78px}.main-nav{top:78px}
  .brand-mark{width:46px;height:46px}.brand strong{font-size:18px}
  .hero-grid{min-height:auto;padding:58px 0 105px}
  .hero h1,.page-hero h1{font-size:42px;letter-spacing:-2.2px}
  .hero p,.page-hero p{font-size:16px}
  .hero-card{height:450px;padding:13px}
  .hero-photo{height:350px}
  .wallet-mini{left:-3px;bottom:16px;width:230px;padding:17px}
  .wallet-mini strong{font-size:27px}
  .kg-mini{display:none}
  .gold-tag{right:-7px;top:28px;width:88px;height:88px;font-size:10px;border-width:6px}
  .stats{margin-top:-45px}
  .stats-grid{padding:22px 14px}
  .steps,.item-grid,.credit-explain,.cash-flow,.feature-grid,.dash-cards,.field-grid{grid-template-columns:1fr}
  .section{padding:76px 0}
  .section-head h2,.split h2,.charity-home h2{font-size:35px;letter-spacing:-1.5px}
  .plan-stack{height:355px}
  .mini-plan{width:96%;padding:23px}
  .photo-panel img,.charity-home img{height:390px}
  .credit-loop .focus{transform:none}
  .cta-inner,.partner-box{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .form-layout{grid-template-columns:1fr}
  .field-grid .full{grid-column:auto}
  .page-hero{padding:75px 0}
  .trust-row{flex-direction:column;gap:8px}
  .dash-top{gap:16px;align-items:flex-start;flex-direction:column}
  .dash-top h2{font-size:37px}
}

/* Bronze Reward Plan */
.bronze-detail-section{background:radial-gradient(circle at 8% 12%,rgba(188,130,77,.10),transparent 24%),linear-gradient(180deg,#fff,#fbf8f4)}
.bronze-detail-grid{display:grid;grid-template-columns:.78fr 1.1fr 1.1fr;gap:22px;align-items:stretch}
.bronze-price-card,.accept-card,.reject-card{border-radius:28px;padding:32px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 48px rgba(6,61,46,.07)}
.bronze-price-card{color:#fff;background:radial-gradient(circle at 90% 0,rgba(255,255,255,.16),transparent 30%),linear-gradient(145deg,#8a5a38,#bc824d);border-color:#a86f42}
.bronze-price-card .plan-label{color:#ffe4ca}.bronze-price-card h3{color:#fff;font-size:66px;line-height:1;letter-spacing:-3px;margin:20px 0}.bronze-price-card h3 span{font-size:22px;letter-spacing:0;margin-left:5px}.bronze-price-card p{color:#f8e8dc}
.condition-badge{margin-top:28px;padding:13px 15px;border-radius:14px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}
.list-card-head{display:flex;align-items:center;gap:15px;margin-bottom:24px}.list-card-head small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:800}.list-card-head h3{margin:3px 0 0;font-size:25px}
.status-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-size:26px;font-weight:800}.status-icon.accept{background:#e8f8ef;color:#0c985b}.status-icon.reject{background:#fff0ef;color:#d64d46}
.styled-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.styled-list li{position:relative;padding:11px 12px 11px 39px;border-radius:12px;font-size:14px;line-height:1.45}.accept-list li{background:#f4fbf7;color:#345248}.reject-list li{background:#fff7f6;color:#634541}.styled-list li:before{position:absolute;left:14px;top:10px;font-weight:900}.accept-list li:before{content:"✓";color:#0f9f63}.reject-list li:before{content:"×";color:#d64d46;font-size:18px;top:7px}
.quality-warning-card{border-radius:28px;padding:35px;background:radial-gradient(circle at 100% 0,rgba(255,217,120,.22),transparent 35%),linear-gradient(145deg,#073e2e,#0b5f43);color:#fff;box-shadow:var(--shadow)}.quality-warning-card h3{color:#fff;font-size:30px;margin:18px 0 8px}.quality-warning-card p{color:#cee3d9}
.warning-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--gold-2);color:#3b2b08;font:800 27px "Manrope"}.reject-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:23px}.reject-tags span{padding:9px 11px;border-radius:10px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:700}
@media(max-width:1050px){.bronze-detail-grid{grid-template-columns:1fr 1fr}.bronze-price-card{grid-column:1/-1}}@media(max-width:700px){.bronze-detail-grid{grid-template-columns:1fr}.bronze-price-card{grid-column:auto}.bronze-price-card h3{font-size:52px}}


/* Reward plans final */
.reward-page-hero{background:linear-gradient(135deg,#edf9f3,#fff8dc)}
.reward-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.reward-plan-card{position:relative;border-radius:30px;padding:32px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 50px rgba(6,61,46,.08);overflow:hidden;transition:.3s}
.reward-plan-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.reward-plan-top{display:flex;align-items:center;gap:16px}.reward-plan-top small{display:block;text-transform:uppercase;letter-spacing:1.2px;font-size:10px;font-weight:800;color:var(--muted)}.reward-plan-top h2{margin:3px 0 0;font-size:34px}
.reward-medal{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;font:800 25px Manrope;background:#eee;color:#333}
.bronze-plan{background:linear-gradient(155deg,#fff,#f7e9dc)}.bronze-plan .reward-medal{background:linear-gradient(145deg,#d6a173,#9b633c);color:#fff}.bronze-plan .plan-join-btn{background:#9b633c;color:#fff}
.silver-plan{background:linear-gradient(155deg,#fff,#eef1f3)}.silver-plan .reward-medal{background:linear-gradient(145deg,#e7edf0,#929da5);color:#273238}.silver-plan .plan-join-btn{background:#67747d;color:#fff}
.gold-standard-plan{background:radial-gradient(circle at 100% 0,rgba(255,255,255,.75),transparent 28%),linear-gradient(145deg,#fff6c9,#e6b847);border-color:#d6aa36;transform:translateY(-14px)}
.gold-standard-plan:hover{transform:translateY(-22px)}.gold-standard-plan .reward-medal{background:#3d2d08;color:#ffd970}.gold-standard-plan .plan-join-btn{background:#3d2d08;color:#fff}
.best-plan-ribbon{position:absolute;right:-42px;top:24px;transform:rotate(42deg);background:#3d2d08;color:#fff3bd;padding:8px 52px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}
.reward-price{display:flex;align-items:flex-end;gap:6px;margin:28px 0 15px}.reward-price strong{font:800 58px Manrope;line-height:.9}.reward-price span{font-weight:800;color:var(--muted)}
.reward-plan-card p{color:var(--text);min-height:54px}.plan-condition{padding:12px;border-radius:12px;background:rgba(255,255,255,.66);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin:24px 0}
.plan-join-btn{width:100%;border:0;cursor:pointer}
.plan-rules-stack{display:grid;gap:32px}.full-plan-detail{border-radius:30px;padding:34px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(6,61,46,.07)}
.full-plan-detail.bronze-detail{border-top:5px solid #a66e44}.full-plan-detail.silver-detail{border-top:5px solid #8d9aa2}.full-plan-detail.gold-detail{border-top:5px solid #dfb33e}
.full-plan-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.full-plan-header span{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;font-weight:800;color:var(--emerald)}.full-plan-header h2{font-size:34px;margin:5px 0}.full-plan-header .btn{background:var(--forest);color:#fff;border:0;cursor:pointer;min-width:145px}
.rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rules-card{padding:25px;border-radius:22px}.rules-card.accepted{background:#effaf4;border:1px solid #ccebd9}.rules-card.rejected{background:#fff4f2;border:1px solid #f0d1cd}
.rules-title{display:flex;align-items:center;gap:12px}.rules-title span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:22px;font-weight:800}.accepted .rules-title span{background:#d8f3e4;color:#0b9155}.rejected .rules-title span{background:#ffe0dc;color:#ce4e45}.rules-title h3{margin:0}
.rules-card ul{columns:2;column-gap:28px;padding-left:19px;margin:22px 0 0}.rules-card li{break-inside:avoid;margin:0 0 11px;color:#42564c;font-size:14px}
.quality-master-note{border-radius:30px;padding:45px;background:linear-gradient(135deg,#073d2e,#0c6848);color:#fff;box-shadow:var(--shadow)}.quality-master-note span{text-transform:uppercase;letter-spacing:1px;color:#e7cf7b;font-size:11px;font-weight:800}.quality-master-note h2{color:#fff;font-size:42px;margin:8px 0}.quality-master-note p{color:#cce2d8;max-width:800px}

/* Gift Aid modal */
body.modal-open{overflow:hidden}.gift-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.gift-modal.open{display:flex}.gift-modal-backdrop{position:absolute;inset:0;background:rgba(12,18,15,.68);backdrop-filter:blur(4px)}
.gift-modal-dialog{position:relative;width:min(860px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:12px;box-shadow:0 35px 100px rgba(0,0,0,.35)}
.gift-modal-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#0f9f63,#16b86f);color:#fff;padding:20px 24px}.gift-modal-header small{display:block;color:#d9f6e8;font-size:10px;text-transform:uppercase;letter-spacing:1px}.gift-modal-header h2{color:#fff;margin:2px 0 0;font-size:26px}.gift-modal-close{border:0;background:transparent;color:#bdebd3;font-size:34px;cursor:pointer;line-height:1}
.gift-modal-form{padding:26px}.gift-modal-alert{background:#e7f6ef;border:1px solid #b9dfcc;border-radius:7px;padding:16px;margin-bottom:20px;color:#164f39}
.modal-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.modal-fields label{font-weight:600;color:#263d33}.modal-fields input,.modal-fields textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #d6e0db;border-radius:7px;outline:none}.modal-fields input:focus,.modal-fields textarea:focus{border-color:#0f9f63;box-shadow:0 0 0 3px rgba(15,159,99,.1)}.modal-full{grid-column:1/-1}
.gift-modal-check{display:flex;gap:10px;margin:20px 0;color:#29443a}.gift-modal-check input{width:18px;height:18px;margin-top:3px}.modal-plan-summary{display:flex;justify-content:space-between;gap:15px;background:#f4f8f6;padding:13px 15px;border-radius:8px;font-size:13px}.modal-plan-summary span{color:var(--muted)}
.gift-modal-footer{display:flex;justify-content:flex-end;gap:9px;margin:22px -26px -26px;padding:16px 18px;border-top:1px solid var(--line)}.modal-close-btn{background:#75818a;color:#fff;border:0;cursor:pointer}.modal-submit-btn{background:#0f9157;color:#fff;border:0;cursor:pointer}.modal-success{display:none;margin-top:17px;padding:13px;background:#e8f7ef;color:#087046;border-radius:7px;font-weight:700}.modal-success.show{display:block}
@media(max-width:950px){.reward-plan-grid{grid-template-columns:1fr}.gold-standard-plan,.gold-standard-plan:hover{transform:none}.rules-card ul{columns:1}}
@media(max-width:700px){.full-plan-header{align-items:flex-start;flex-direction:column}.rules-grid,.modal-fields{grid-template-columns:1fr}.modal-full{grid-column:auto}.gift-modal{padding:8px}.gift-modal-dialog{max-height:calc(100vh - 16px)}.gift-modal-header{padding:16px}.gift-modal-header h2{font-size:21px}.gift-modal-form{padding:18px}.gift-modal-footer{margin:18px -18px -18px}.quality-master-note{padding:28px}.quality-master-note h2{font-size:32px}.reward-price strong{font-size:48px}}


/* ===== Premium contact and social top bar ===== */
.topbar{background:linear-gradient(90deg,#052c22,#063d2e);color:#fff;padding:9px 0;font-size:14px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.top-contact,.top-social{display:flex;align-items:center;gap:18px}
.contact-link{display:inline-flex;align-items:center;gap:8px;color:#eef8f3;font-weight:600;transition:.25s}
.contact-link svg{width:18px;height:18px;color:#ffd978;flex:0 0 auto}
.contact-link:hover{color:#ffd978}
.follow-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#b9d3c8;font-weight:700}
.top-social{gap:9px}
.top-social a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);transition:.3s}
.top-social a svg{width:16px;height:16px}
.top-social a:hover{background:#ffd978;color:#063d2e;transform:translateY(-3px);border-color:#ffd978}
@media(max-width:850px){.topbar-inner{flex-direction:column;gap:8px}.top-contact{gap:14px;flex-wrap:wrap;justify-content:center}.follow-label{display:none}}
@media(max-width:520px){.topbar{padding:8px 0}.top-contact{font-size:12px}.top-contact .contact-link:nth-child(2){display:none}.top-social a{width:30px;height:30px}.top-social a svg{width:14px;height:14px}}

/* Official GoGreenDragon logo */
.brand{display:flex;align-items:center;min-width:0;line-height:0}
.brand-logo{display:block;width:auto;object-fit:contain}
.brand-logo-header{height:66px;max-width:380px}
.footer-brand{display:inline-flex;margin-bottom:18px}
.brand-logo-footer{height:76px;max-width:100%;filter:none}
@media (max-width:1100px){
  .brand-logo-header{height:58px;max-width:300px}
}
@media (max-width:767px){
  .brand-logo-header{height:48px;max-width:235px}
  .brand-logo-footer{height:62px}
}
@media (max-width:420px){
  .brand-logo-header{height:42px;max-width:200px}
}

/* ===== Refined Solid Green UI ===== */
:root{
  --forest:#064b33;
  --forest-2:#087044;
  --emerald:#0b8f53;
  --emerald-2:#18a965;
  --mint:#edf8f2;
  --mint-2:#f6fbf8;
  --gold:#e5b947;
  --ink:#10251c;
  --text:#40584d;
  --muted:#6d8177;
  --line:#dce9e2;
}
body{font-size:18px;background:#fff;color:var(--ink)}
p,li,label,input,select,textarea,button,a{font-size:inherit}
.container{width:min(1240px,calc(100% - 48px))}

/* clean solid top area */
.topbar{background:#064b33;color:#fff;padding:10px 0;font-size:16px}
.topbar:after{display:none!important}
.contact-link{font-size:16px}
.site-header{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 4px 20px rgba(6,75,51,.08)}
.nav-wrap{height:94px}
.brand-logo-header{height:68px;max-width:390px;filter:none}
.main-nav{gap:5px}
.main-nav a{font-size:15px;padding:12px 10px;color:#29483a}
.main-nav a:hover,.main-nav a.active{background:#edf8f2;color:#087044}
.main-nav .nav-cta{background:#087044;box-shadow:none}
.main-nav .nav-cta:hover{background:#064b33;transform:none}

/* solid green hero with subtle pattern */
.hero,.page-hero{
  background-color:#087044;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 78% 25%,rgba(255,255,255,.10),transparent 32%);
  background-size:36px 36px,36px 36px,auto;
}
.hero:before,.page-hero:before{display:none}
.hero-grid{min-height:650px;padding:72px 0 102px;gap:64px}
.pill,.eyebrow{font-size:13px}
.hero .pill,.page-hero .pill,.page-hero .eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff;box-shadow:none}
.hero .pill:before,.page-hero .pill:before,.page-hero .eyebrow:before{background:#f2ca65;box-shadow:none}
.hero h1,.page-hero h1{font-size:clamp(50px,5.6vw,67px);letter-spacing:-1px;color:#fff;margin:22px 0}
.hero h1 em,.page-hero h1 em{color:#f4ce6f;background:none;-webkit-text-fill-color:initial}
.hero p,.page-hero p{font-size:20px;line-height:1.72;color:#e8f4ee}
.hero .trust-row span{font-size:14px;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.20);color:#fff}
.btn{font-size:16px;min-height:52px;border-radius:12px;box-shadow:none!important}
.btn.primary{background:#fff;color:#087044}
.btn.primary:hover{background:#f4ce6f;color:#173d2b}
.hero .btn.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.hero .btn.secondary:hover{background:#fff;color:#087044}
.hero-card{height:520px;background:#064b33;border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 55px rgba(0,0,0,.22);transform:none}
.hero-card:hover{transform:none}
.hero-photo{height:392px}
.gold-tag{animation:none}

/* typography and spacing */
.section{padding:92px 0}
.section-head h2,.split h2,.charity-home h2{font-size:clamp(38px,4.4vw,54px);letter-spacing:-2px}
.section-head p,.split p,.charity-home p{font-size:19px}
.steps article h3,.credit-loop h3,.info-card h3{font-size:22px}
.steps article p,.credit-loop p,.info-card p,.footer p,.footer a{font-size:15px}
.stats-grid strong{font-size:30px}.stats-grid span{font-size:14px}

/* clean cards */
.steps article,.info-card,.form-mock,.reward-plan-card,.bronze-price-card,.accept-card,.reject-card{border-radius:18px;box-shadow:0 10px 30px rgba(6,75,51,.07)}
.steps article:hover,.info-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(6,75,51,.11)}
.section.soft{background:#f3f9f6}
.section.dark{background:#064b33}
.cta{background:#087044}
.footer{background:#043e2b}
.footer h4{font-size:16px}.footer p,.footer a{color:#c7ded3}
.footer-brand img{filter:none}

/* responsive balance */
@media(max-width:1100px){
  .main-nav a{font-size:14px;padding:10px 8px}
  .brand-logo-header{height:58px;max-width:310px}
}
@media(max-width:900px){
  .nav-wrap{height:78px}
  .hero-grid{min-height:auto;padding:58px 0 90px}
  .hero h1,.page-hero h1{font-size:46px;letter-spacing:-2px}
  .hero p,.page-hero p{font-size:18px}
  .hero-card{height:450px}
}
@media(max-width:700px){
  body{font-size:17px}
  .container{width:min(100% - 28px,1240px)}
  .topbar{font-size:14px}
  .brand-logo-header{height:47px;max-width:235px}
  .hero-grid{padding:48px 0 82px}
  .hero h1,.page-hero h1{font-size:39px;letter-spacing:-1.5px}
  .hero p,.page-hero p{font-size:17px}
  .section{padding:70px 0}
  .section-head h2,.split h2,.charity-home h2{font-size:34px;letter-spacing:-1.2px}
  .section-head p,.split p,.charity-home p{font-size:17px}
}


/* ===== Dedicated How It Works page ===== */
.how-page-hero{position:relative;overflow:hidden;padding:88px 0 96px}
.how-page-hero:after{content:"";position:absolute;right:-90px;bottom:-150px;width:430px;height:430px;border:80px solid rgba(255,255,255,.055);border-radius:50%;pointer-events:none}
.how-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;position:relative;z-index:1}
.how-page-hero h1{margin-bottom:18px}
.how-page-hero p{max-width:710px;margin:0}
.how-hero-art{position:relative;min-height:350px;display:grid;place-items:center}
.hero-process-icon{width:158px;height:158px;border-radius:42px;background:#fff;color:var(--emerald);display:grid;place-items:center;box-shadow:0 28px 65px rgba(3,48,31,.30);transform:rotate(-4deg);position:relative;z-index:3}
.hero-process-icon svg{width:82px;height:82px}
.orbit{position:absolute;border:1px solid rgba(255,255,255,.26);border-radius:50%}
.orbit-one{width:285px;height:285px}.orbit-two{width:375px;height:375px;border-style:dashed;animation:how-spin 30s linear infinite}
.art-chip{position:absolute;z-index:4;padding:11px 17px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--forest);font-weight:800;font-size:13px;box-shadow:0 12px 30px rgba(3,48,31,.18)}
.chip-one{left:3%;top:22%}.chip-two{right:0;top:39%}.chip-three{left:19%;bottom:13%}
@keyframes how-spin{to{transform:rotate(360deg)}}
.how-process-section{background:linear-gradient(180deg,#fff 0%,#f3faf6 100%)}
.how-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:46px;position:relative}
.how-process-grid:before{content:"";position:absolute;left:10%;right:10%;top:58px;border-top:2px dashed #b7dcca;z-index:0}
.how-step-card{position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:24px;padding:31px 25px 28px;min-height:345px;box-shadow:0 14px 34px rgba(6,75,51,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}
.how-step-card:after{content:"";position:absolute;right:-34px;bottom:-50px;width:120px;height:120px;border-radius:50%;background:#edf8f2;transition:.3s}
.how-step-card:hover{transform:translateY(-9px);box-shadow:0 24px 48px rgba(6,75,51,.13);border-color:#b6ddc9}
.how-step-card:hover:after{transform:scale(1.25);background:#e2f5eb}
.step-count{position:absolute;right:20px;top:18px;color:#cfe9dc;font:800 40px/1 Manrope,sans-serif}
.how-step-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(145deg,var(--forest-2),var(--emerald-2));display:grid;place-items:center;color:#fff;margin-bottom:27px;box-shadow:0 12px 25px rgba(8,112,68,.20)}
.how-step-icon svg{width:42px;height:42px}
.how-step-card h3{position:relative;z-index:1;font-size:23px;margin:0 0 13px;color:var(--forest)}
.how-step-card p{position:relative;z-index:1;font-size:16px;line-height:1.72;margin:0;color:var(--text)}
.how-summary-section{padding-top:0;background:#f3faf6}
.how-summary-card{position:relative;overflow:hidden;background:linear-gradient(115deg,var(--forest),var(--emerald));border-radius:30px;padding:44px 50px;display:flex;align-items:center;justify-content:space-between;gap:32px;color:#fff;box-shadow:0 24px 55px rgba(6,75,51,.17)}
.how-summary-card:after{content:"";position:absolute;right:17%;top:-75px;width:220px;height:220px;border-radius:50%;border:45px solid rgba(255,255,255,.055)}
.how-summary-card h2{position:relative;z-index:1;color:#fff;font-size:clamp(32px,4vw,48px);margin:7px 0 0;letter-spacing:-1.5px}
.how-summary-card .eyebrow{color:#f2ca65}.how-summary-card .eyebrow:before{background:#f2ca65}
.how-summary-card .btn{position:relative;z-index:1;white-space:nowrap}
@media(max-width:1050px){.how-process-grid{grid-template-columns:repeat(2,1fr)}.how-process-grid:before{display:none}.how-hero-grid{gap:35px}}
@media(max-width:850px){.how-hero-grid{grid-template-columns:1fr}.how-hero-art{min-height:300px}.how-page-hero{padding:65px 0 75px}.how-summary-card{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.how-process-grid{grid-template-columns:1fr}.how-step-card{min-height:auto}.how-hero-art{min-height:255px}.hero-process-icon{width:125px;height:125px;border-radius:34px}.hero-process-icon svg{width:66px}.orbit-one{width:220px;height:220px}.orbit-two{width:280px;height:280px}.art-chip{font-size:11px;padding:9px 12px}.chip-one{left:0}.chip-two{right:-3%}.chip-three{left:8%;bottom:8%}.how-summary-card{padding:32px 25px;border-radius:22px}}

/* =========================
   Bronze Text
========================= */

.bronze-plan{
    background:linear-gradient(135deg,#8B5A2B,#B87333,#D79A55);
    color:#fff;
}

.bronze-plan h2,
.bronze-plan h3,
.bronze-plan h4,
.bronze-plan p,
.bronze-plan span,
.bronze-plan small,
.bronze-plan strong,
.bronze-plan .reward-price,
.bronze-plan .plan-condition{
    color:#fff;
}

.bronze-plan .btn{
    background:#fff;
    color:#8B5A2B;
}


/* =========================
   Silver Text
========================= */

.silver-plan{
    background:linear-gradient(135deg,#8C98A4,#C7D0D9,#F4F7FA);
    color:#243447;
}

.silver-plan h2,
.silver-plan h3,
.silver-plan h4,
.silver-plan p,
.silver-plan span,
.silver-plan small,
.silver-plan strong,
.silver-plan .reward-price,
.silver-plan .plan-condition{
    color:#243447;
}

.silver-plan .btn{
    background:#243447;
    color:#fff;
}


/* =========================
   Gold Text
========================= */

.gold-standard-plan{
    background:linear-gradient(135deg,#B8860B,#D4AF37,#FFD700);
    color:#3A2A00;
}

.gold-standard-plan h2,
.gold-standard-plan h3,
.gold-standard-plan h4,
.gold-standard-plan p,
.gold-standard-plan span,
.gold-standard-plan small,
.gold-standard-plan strong,
.gold-standard-plan .reward-price,
.gold-standard-plan .plan-condition{
    color:#3A2A00;
}

.gold-standard-plan .btn{
    background:#3A2A00;
    color:#FFD700;
}


/* =====================================================
   PLAN RULES SECTION
===================================================== */

.plan-rules-section{
    padding:90px 0;
    background:#f4f7f5;
}

.plan-rules-stack{
    display:flex;
    flex-direction:column;
    gap:42px;
}

.full-plan-detail{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 22px 55px rgba(15,23,42,.14);
    transition:transform .35s ease, box-shadow .35s ease;
    isolation:isolate;
}

.full-plan-detail:hover{
    transform:translateY(-6px);
    box-shadow:0 30px 70px rgba(15,23,42,.20);
}

.full-plan-detail::before{
    content:"";
    position:absolute;
    width:230px;
    height:230px;
    top:-120px;
    right:-90px;
    border-radius:50%;
    background:rgba(255,255,255,.14);
    z-index:-1;
}

.full-plan-detail::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    bottom:-100px;
    left:-70px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    z-index:-1;
}


/* =====================================================
   PLAN HEADER
===================================================== */

.full-plan-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:34px 38px;
    border-bottom:1px solid rgba(255,255,255,.22);
}

.full-plan-header > div{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.full-plan-header span{
    display:inline-block;
    font-size:13px;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
    opacity:.88;
}

.full-plan-header h2{
    margin:0;
    font-size:clamp(27px,3vw,40px);
    line-height:1.15;
    font-weight:800;
    letter-spacing:-1px;
}

.full-plan-header .btn{
    min-width:150px;
    padding:15px 24px;
    border:0;
    border-radius:12px;
    font-size:14px;
    font-weight:800;
    white-space:nowrap;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
    transition:all .3s ease;
}

.full-plan-header .btn:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 35px rgba(0,0,0,.24);
}


/* =====================================================
   RULES GRID
===================================================== */

.rules-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    padding:30px;
}

.rules-card{
    position:relative;
    padding:28px;
    border:1px solid rgba(255,255,255,.30);
    border-radius:20px;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    box-shadow:0 14px 30px rgba(0,0,0,.10);
    transition:transform .3s ease, box-shadow .3s ease;
}

.rules-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(0,0,0,.16);
}

.rules-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
    padding-bottom:16px;
    border-bottom:1px solid rgba(255,255,255,.22);
}

.rules-title span{
    flex:0 0 44px;
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    font-size:23px;
    font-weight:900;
    box-shadow:0 8px 20px rgba(0,0,0,.14);
}

.rules-title h3{
    margin:0;
    font-size:21px;
    line-height:1.3;
    font-weight:800;
}

.rules-card ul{
    margin:0;
    padding:0;
    list-style:none;
    display:grid;
    gap:12px;
}

.rules-card li{
    position:relative;
    padding-left:25px;
    font-size:15px;
    line-height:1.65;
    font-weight:500;
}

.rules-card li::before{
    position:absolute;
    left:0;
    top:1px;
    font-size:14px;
    font-weight:900;
}

.rules-card.accepted li::before{
    content:"✓";
}

.rules-card.rejected li::before{
    content:"×";
    font-size:18px;
    top:-2px;
}

.rules-card strong{
    font-weight:800;
}


/* =====================================================
   BRONZE PLAN
===================================================== */

.bronze-detail{
    background:#a86532;
    color:#fff;
}

.bronze-detail .full-plan-header{
    background:#8b4f25;
}

.bronze-detail .full-plan-header span,
.bronze-detail .full-plan-header h2,
.bronze-detail .rules-title h3,
.bronze-detail .rules-card li,
.bronze-detail .rules-card strong{
    color:#fff;
}

.bronze-detail .accepted{
    background:#b97947;
}

.bronze-detail .rejected{
    background:#78401f;
}

.bronze-detail .accepted .rules-title span{
    background:#fff;
    color:#8b4f25;
}

.bronze-detail .rejected .rules-title span{
    background:#2f1a0e;
    color:#fff;
}

.bronze-detail .accepted li::before{
    color:#fff;
}

.bronze-detail .rejected li::before{
    color:#ffd6bd;
}

.bronze-detail .btn{
    background:#fff;
    color:#8b4f25;
}

.bronze-detail .btn:hover{
    background:#f8e7da;
    color:#6d3617;
}


/* =====================================================
   SILVER PLAN
===================================================== */

.silver-detail{
    background:#c9d0d7;
    color:#1f2937;
}

.silver-detail .full-plan-header{
    background:#5f6b76;
}

.silver-detail .full-plan-header span,
.silver-detail .full-plan-header h2{
    color:#fff;
}

.silver-detail .rules-card{
    border-color:rgba(31,41,55,.15);
}

.silver-detail .accepted{
    background:#eef2f5;
}

.silver-detail .rejected{
    background:#aab3bd;
}

.silver-detail .rules-title{
    border-bottom-color:rgba(31,41,55,.14);
}

.silver-detail .rules-title h3,
.silver-detail .rules-card li,
.silver-detail .rules-card strong{
    color:#1f2937;
}

.silver-detail .accepted .rules-title span{
    background:#2f3b46;
    color:#fff;
}

.silver-detail .rejected .rules-title span{
    background:#6b1f1f;
    color:#fff;
}

.silver-detail .accepted li::before{
    color:#276749;
}

.silver-detail .rejected li::before{
    color:#7f1d1d;
}

.silver-detail .btn{
    background:#fff;
    color:#36414c;
}

.silver-detail .btn:hover{
    background:#e5e9ed;
    color:#111827;
}


/* =====================================================
   GOLD PLAN
===================================================== */

.gold-detail{
    background:#d6aa2c;
    color:#332400;
}

.gold-detail .full-plan-header{
    background:#8e6b00;
}

.gold-detail .full-plan-header span,
.gold-detail .full-plan-header h2{
    color:#fff8d8;
}

.gold-detail .accepted{
    background:#efd267;
}

.gold-detail .rejected{
    background:#a77e08;
}

.gold-detail .rules-title h3,
.gold-detail .rules-card li,
.gold-detail .rules-card strong{
    color:#332400;
}

.gold-detail .rejected .rules-title h3,
.gold-detail .rejected li,
.gold-detail .rejected strong{
    color:#fff8d8;
}

.gold-detail .accepted .rules-title span{
    background:#3b2b00;
    color:#ffd95a;
}

.gold-detail .rejected .rules-title span{
    background:#6b1f1f;
    color:#fff;
}

.gold-detail .accepted li::before{
    color:#355d1a;
}

.gold-detail .rejected li::before{
    color:#ffe7a0;
}

.gold-detail .btn{
    background:#fff8d8;
    color:#715400;
}

.gold-detail .btn:hover{
    background:#fff;
    color:#4f3b00;
}


/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media(max-width:900px){

    .rules-grid{
        grid-template-columns:1fr;
    }

    .full-plan-header{
        align-items:flex-start;
    }
}

@media(max-width:640px){

    .plan-rules-section{
        padding:60px 0;
    }

    .plan-rules-stack{
        gap:28px;
    }

    .full-plan-detail{
        border-radius:20px;
    }

    .full-plan-header{
        flex-direction:column;
        padding:26px 22px;
    }

    .full-plan-header h2{
        font-size:27px;
    }

    .full-plan-header .btn{
        width:100%;
    }

    .rules-grid{
        padding:18px;
        gap:18px;
    }

    .rules-card{
        padding:22px 18px;
        border-radius:16px;
    }

    .rules-title h3{
        font-size:19px;
    }

    .rules-card li{
        font-size:14px;
    }
}
/* Public User and Subscribe navigation buttons */
.main-nav .nav-public,
.main-nav .nav-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 17px;
  border-radius:999px;
  font-weight:800;
  white-space:nowrap;
}
.main-nav .nav-public {
  border:1px solid #168a4a;
  background:#eef9f1;
  color:#0b5c30;
}
.main-nav .nav-public:hover {
  background:#dff3e5;
  color:#073f27;
}
.main-nav .nav-cta {
  border:1px solid #0b5c30;
  background:#0b5c30;
  color:#fff;
  box-shadow:0 10px 24px rgba(11,92,48,.18);
}
.main-nav .nav-cta:hover {
  background:#168a4a;
  border-color:#168a4a;
  color:#fff;
  transform:translateY(-1px);
}

/* UK Public User coming-soon page */
.public-coming-page {
  min-height:calc(100vh - 210px);
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  padding:90px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(111,214,106,.22), transparent 25%),
    radial-gradient(circle at 88% 80%, rgba(22,155,69,.20), transparent 28%),
    linear-gradient(135deg,#063d26 0%,#0b6638 52%,#169b45 100%);
}
.public-coming-page::before,
.public-coming-page::after {
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.public-coming-page::before {
  width:360px;height:360px;right:-150px;top:-130px;
  border:58px solid rgba(255,255,255,.07);
}
.public-coming-page::after {
  width:220px;height:220px;left:-95px;bottom:-95px;
  background:rgba(255,255,255,.06);
}
.public-coming-card {
  position:relative;
  z-index:2;
  max-width:820px;
  margin:0 auto;
  padding:58px 48px;
  text-align:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:30px;
  background:rgba(255,255,255,.10);
  box-shadow:0 30px 80px rgba(0,0,0,.22);
  backdrop-filter:blur(12px);
}
.public-coming-logo {
  width:min(290px,75%);
  height:auto;
  margin:0 auto 30px;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.16));
}
.public-coming-card .pill {
  margin-bottom:22px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.20);
  color:#fff;
}
.public-coming-card h1 {
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(48px,8vw,86px);
  line-height:1;
  letter-spacing:-.04em;
}
.public-coming-card p {
  max-width:610px;
  margin:0 auto 34px;
  color:rgba(255,255,255,.86);
  font-size:19px;
  line-height:1.75;
}
.public-coming-actions {
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.public-coming-actions .btn {
  min-width:170px;
}
.public-coming-actions .btn-light {
  background:#fff;
  color:#0b5c30;
}
.public-coming-actions .btn-outline-white {
  border:1px solid rgba(255,255,255,.55);
  background:transparent;
  color:#fff;
}
@media(max-width:767px){
  .public-coming-page{padding:65px 0}
  .public-coming-card{padding:42px 22px;border-radius:23px}
  .public-coming-card p{font-size:17px}
  .main-nav .nav-public,.main-nav .nav-cta{width:100%;margin-top:4px}
}

.books-rus-company{
margin:15px auto;
padding:12px 16px;
max-width:420px;
text-align:center;
background:#f3fbf4;
border:1px solid #d8ecd9;
border-left:4px solid #198754;
border-radius:10px;
font-size:15px;
line-height:1.7;
font-weight:500;
}

/* Company registration block readability fix */
.books-rus-company,
.books-rus-company strong,
.books-rus-company br {
    color: #111111 !important;
}

.books-rus-company {
    background: #ffffff !important;
}

/* C4C complete Gold plan */
.c4c-gold-overview{background:#fff}.c4c-gold-summary{display:grid;grid-template-columns:.75fr 1.4fr 1fr;gap:0;border:1px solid #d9e6df;border-radius:24px;overflow:hidden;box-shadow:0 20px 55px rgba(13,80,45,.09)}.c4c-gold-summary>div{padding:34px}.c4c-gold-price{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(145deg,#b98b13,#e3bd4c);color:#fff}.c4c-gold-price span{text-transform:uppercase;font-weight:800;letter-spacing:.1em}.c4c-gold-price strong{font-size:78px;line-height:1;margin:12px 0}.c4c-gold-price small{font-weight:800;letter-spacing:.12em}.c4c-gold-benefits h3,.c4c-gold-action h3{margin-top:0}.c4c-gold-benefits ul{list-style:none;padding:0;margin:0}.c4c-gold-benefits li{padding:9px 0 9px 27px;border-bottom:1px solid #e7efe9;position:relative}.c4c-gold-benefits li:before{content:'✓';position:absolute;left:0;color:#15934f;font-weight:900}.c4c-gold-action{background:#f3f9f5;display:flex;flex-direction:column;justify-content:center}.c4c-gold-action .btn{margin-top:9px;text-align:center}.c4c-login-link{display:block;text-align:center;margin-top:13px;color:#0b6638;font-weight:700}.c4c-rules-section .quality-master-note{margin-top:28px}.c4c-full-journey .cash-flow{margin-top:20px}
@media(max-width:900px){.c4c-gold-summary{grid-template-columns:1fr 1fr}.c4c-gold-action{grid-column:1/-1}}@media(max-width:620px){.c4c-gold-summary{grid-template-columns:1fr}.c4c-gold-action{grid-column:auto}.c4c-gold-summary>div{padding:25px}}
.c4c-gold-action .status-pill{align-self:flex-start;padding:7px 12px;border-radius:99px;background:#dff2e6;color:#0b6638;font-size:12px;font-weight:800;margin-bottom:16px}

/* Credit 4 Clothes plan labels */
.gold-gift-label{display:inline-flex;width:auto;margin-top:10px;padding:7px 12px;border:1px solid #d6aa31;border-radius:999px;background:#fff8df;color:#6c5105;font-size:12px;font-weight:800;letter-spacing:.04em}

/* Unified site navigation and UX */
.topbar{padding:0!important;background:linear-gradient(90deg,#043a2a,#086443)!important}.topbar-inner{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar .contact-link{display:inline-flex;align-items:center;gap:8px;margin:0;color:#fff;font-weight:700;text-decoration:none}.topbar .contact-link:hover{color:#f2cf69}.topbar-trust{display:flex;align-items:center;gap:11px;color:#d8eee4;font-size:12px;font-weight:700}.topbar-trust i{width:4px;height:4px;border-radius:50%;background:#72d79d}.top-social{display:flex;align-items:center;gap:7px}.top-social .follow-label{margin-right:4px;color:#cce8da;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.top-social a{width:26px;height:26px;margin:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;font-size:11px;font-weight:800;text-decoration:none}.top-social a:hover{border-color:#f2cf69;background:#f2cf69;color:#164431}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97)!important;border-bottom:1px solid #dce9e2;box-shadow:0 8px 28px rgba(5,62,39,.08)!important}.nav-wrap{height:84px!important;display:flex;align-items:center;gap:18px}.brand{flex:0 0 auto}.brand-logo-header{display:block;width:auto;height:58px;max-width:245px!important;object-fit:contain}.main-nav{margin-left:auto;display:flex;align-items:center;gap:2px}.main-nav a{position:relative;display:flex;align-items:center;min-height:42px;padding:10px 9px!important;border-radius:9px;color:#29483a!important;font-size:13px!important;font-weight:700;line-height:1.15;text-align:center;text-decoration:none;white-space:nowrap}.main-nav a:after{display:none!important}.main-nav a:hover,.main-nav a.active{background:#edf8f2!important;color:#087044!important}.main-nav a.active{box-shadow:inset 0 0 0 1px #cbe8d8}.main-nav .nav-public,.main-nav .nav-cta{padding:10px 13px!important}.main-nav .nav-public{border:1px solid #bcd9ca;background:#fff;color:#087044!important}.main-nav .nav-cta{border:1px solid #087044;background:#087044!important;color:#fff!important;box-shadow:0 7px 16px rgba(8,112,68,.18)}.main-nav .nav-cta:hover,.main-nav .nav-cta.active{background:#055d38!important;color:#fff!important;transform:translateY(-1px)}.nav-toggle{display:none;width:46px;height:46px;padding:11px;border:1px solid #cfe1d7;border-radius:11px;background:#f3faf6;color:#075f3b;cursor:pointer}.nav-toggle span{display:block;width:22px;height:2px;margin:4px auto;border-radius:2px;background:currentColor;transition:transform .2s,opacity .2s}.nav-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
@media(max-width:1180px){.nav-wrap{height:78px!important}.brand-logo-header{height:52px}.main-nav a{padding:9px 7px!important;font-size:12px!important}.main-nav .nav-public,.main-nav .nav-cta{padding:9px 10px!important}}
@media(max-width:1100px){body.nav-open{overflow:hidden}.topbar-trust{display:none}.nav-toggle{display:block;margin-left:auto;flex:0 0 46px}.main-nav{position:absolute;top:78px!important;left:auto!important;right:0!important;width:min(390px,calc(100vw - 28px));max-height:calc(100dvh - 96px)!important;margin:0;padding:14px!important;display:none;flex-direction:column;align-items:stretch;gap:4px;overflow-y:auto;border:1px solid #d7e7de;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 24px 45px rgba(4,46,30,.2)}.main-nav.open{display:flex}.main-nav a{width:100%;min-height:46px;padding:12px 14px!important;justify-content:flex-start;text-align:left;font-size:14px!important}.main-nav .nav-public,.main-nav .nav-cta{justify-content:center;margin-top:4px}.main-nav .nav-cta{min-height:48px}}
@media(max-width:700px){.topbar-inner{min-height:34px;justify-content:center}.topbar .contact-link{font-size:12px}.top-social{display:none}.nav-wrap{height:70px!important}.brand-logo-header{height:45px;max-width:205px!important}.main-nav{top:70px!important;right:-2px!important;width:calc(100vw - 28px)}.nav-toggle{width:43px;height:43px;flex-basis:43px}}
@media(max-width:380px){.topbar .contact-link span{font-size:11px}.brand-logo-header{height:40px;max-width:178px!important}.nav-wrap{height:66px!important}.main-nav{top:66px!important;width:calc(100vw - 20px)}}

/* Simplified topbar */
.topbar-trust{display:none!important}.topbar .contact-link{gap:9px}.topbar .email-icon{width:19px;height:19px;flex:0 0 19px}

/* Screenshot overlap fix: keep page content clear of the navigation */
.site-header,.portal-body .site-header{position:relative!important;top:auto!important}.section[id],.page-hero[id]{scroll-margin-top:24px}#journey{padding-top:112px;overflow:hidden}#journey .section-head{position:relative;z-index:2;margin-bottom:48px}#journey .steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}#journey .steps article{min-width:0;min-height:340px;padding:30px 26px}#journey .steps h3{font-size:22px;line-height:1.35}#journey .steps p{font-size:15px;line-height:1.72}
@media(max-width:900px){#journey{padding-top:80px}#journey .steps{grid-template-columns:repeat(2,minmax(0,1fr))}#journey .steps article{min-height:290px}}
@media(max-width:700px){#journey{padding-top:68px}#journey .section-head{margin-bottom:34px}#journey .steps{grid-template-columns:1fr}#journey .steps article{min-height:0;padding:25px 22px}}

/* C4C page UI refresh */
.cashin-page-hero{position:relative;overflow:hidden;padding:86px 0;background:radial-gradient(circle at 85% 12%,rgba(246,199,72,.18),transparent 27%),linear-gradient(128deg,#052e23 0%,#075f39 58%,#109551 100%)}
.cashin-page-hero:before,.cashin-page-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.cashin-page-hero:before{width:430px;height:430px;border:70px solid rgba(255,255,255,.045);right:-160px;top:-210px}.cashin-page-hero:after{width:260px;height:260px;background:rgba(255,255,255,.035);left:-140px;bottom:-170px}
.cashin-hero-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);align-items:center;gap:70px}.cashin-hero-content{max-width:750px}.cashin-hero-content .pill{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);color:#d9f5e4}.cashin-hero-content h1{margin:23px 0 20px;color:#fff;font-size:clamp(48px,5.7vw,78px);line-height:1.02;letter-spacing:-3.5px}.cashin-hero-content h1 em{display:block;color:#f1c858;font-style:normal}.cashin-hero-content p{max-width:680px;margin:0;color:#d5e9df;font-size:19px;line-height:1.75}.cashin-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.cashin-hero-actions .btn{padding:15px 23px;border-radius:10px}.c4c-hero-primary{background:#f0c34f;color:#173725}.c4c-hero-primary:hover{background:#fff;color:#0b5d38}.c4c-hero-secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.35);color:#fff}.c4c-hero-secondary:hover{background:#fff;color:#0b5d38}.cashin-trust-row{display:flex;flex-wrap:wrap;gap:17px;margin-top:25px;color:#c9dfd4;font-size:13px}.cashin-trust-row span{display:flex;align-items:center;gap:6px}
.cashin-hero-card{position:relative;padding:27px;border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 28px 75px rgba(0,0,0,.26);transform:rotate(1.5deg)}.cashin-hero-card:before{content:"";position:absolute;inset:7px;border:1px solid #e3d195;border-radius:18px;pointer-events:none}.hero-card-badge{display:inline-block;padding:6px 10px;border-radius:6px;background:#123d2c;color:#f1c858;font-size:11px;font-weight:900;letter-spacing:.12em}.hero-card-rate{display:flex;align-items:flex-end;gap:9px;padding:23px 0;border-bottom:1px solid #e3ebe6}.hero-card-rate strong{font:800 65px/1 Manrope;color:#0b6338}.hero-card-rate span{padding-bottom:7px;color:#64766f;font-weight:700}.hero-card-line{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #edf1ef;font-size:13px}.hero-card-line span{color:#78857e}.hero-card-line strong{text-align:right;color:#17372a}.hero-card-link{display:block;margin-top:17px;color:#0b6b3b;font-size:13px;font-weight:800;text-decoration:none}
.c4c-gold-overview,.c4c-rules-section,.c4c-full-journey,.c4c-final-cta{padding-top:95px;padding-bottom:95px}.c4c-gold-overview .section-head,.c4c-rules-section .section-head,.c4c-full-journey .section-head{margin-bottom:42px}.c4c-gold-summary{border-radius:28px;box-shadow:0 25px 70px rgba(12,75,43,.11)}.c4c-gold-price{position:relative;background:linear-gradient(145deg,#9d7108,#dbad30)}.c4c-gold-price:after{content:"G";position:absolute;font:900 170px Manrope;color:rgba(255,255,255,.07);right:-5px;bottom:-48px}.c4c-gold-benefits h3,.c4c-gold-action h3{font-size:24px}.c4c-gold-benefits li:last-child{border-bottom:0}.c4c-gold-action .btn{padding:14px 18px;border-radius:10px}.c4c-rules-section{background:#f4f8f6}.c4c-rules-section .rules-grid{gap:24px}.c4c-rules-section .rules-card{padding:32px;border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(15,60,39,.055)}.c4c-rules-section .rules-card.accepted{border-top:5px solid #21a35a}.c4c-rules-section .rules-card.rejected{border-top:5px solid #d36b5f}.c4c-rules-section .rules-card li{padding-top:9px;padding-bottom:9px}.c4c-rules-section .quality-master-note{display:grid;grid-template-columns:auto 1fr;column-gap:20px;align-items:center;padding:25px 30px;border-radius:17px;background:#153f2f;color:#fff}.c4c-rules-section .quality-master-note span{grid-row:1/3;align-self:center;padding:9px 12px;border-radius:8px;background:#f0c34f;color:#173725}.c4c-rules-section .quality-master-note h2{font-size:27px;color:#fff;margin:0}.c4c-rules-section .quality-master-note p{color:#d8e9e0;margin:4px 0 0}.c4c-full-journey{background:#fff}.c4c-full-journey .cash-flow{position:relative;gap:18px}.c4c-full-journey .cash-flow article{position:relative;border:1px solid #dfe9e3;border-radius:18px;box-shadow:none}.c4c-full-journey .cash-flow article:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(10,80,44,.1)}.c4c-full-journey .cash-flow span{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#e5f5eb;color:#0d7542;font-size:13px}.c4c-final-cta{padding-top:30px;background:#fff}.c4c-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:48px 52px;border-radius:26px;background:radial-gradient(circle at 85% 15%,rgba(240,195,79,.2),transparent 25%),linear-gradient(125deg,#082f24,#0b6f3e);color:#fff}.c4c-cta-panel>div:first-child{max-width:670px}.c4c-cta-panel span{color:#f0c34f;font-size:12px;font-weight:900;letter-spacing:.13em}.c4c-cta-panel h2{margin:8px 0;color:#fff;font-size:clamp(34px,4vw,51px);letter-spacing:-2px}.c4c-cta-panel p{margin:0;color:#d1e6dc;font-size:17px}.c4c-cta-actions{display:flex;gap:10px;flex-wrap:wrap;min-width:max-content}.c4c-cta-primary{background:#f0c34f;color:#173725}.c4c-cta-outline{border:1px solid rgba(255,255,255,.42);color:#fff;background:transparent}
@media(max-width:980px){.cashin-hero-shell{grid-template-columns:1fr;gap:45px}.cashin-hero-card{max-width:500px;width:100%;transform:none}.c4c-cta-panel{align-items:flex-start;flex-direction:column}.c4c-cta-actions{min-width:0}}
@media(max-width:700px){.cashin-page-hero{padding:62px 0}.cashin-hero-content h1{font-size:45px;letter-spacing:-2px}.cashin-hero-content p{font-size:17px}.cashin-trust-row{gap:10px;flex-direction:column}.cashin-hero-card{padding:23px}.hero-card-rate strong{font-size:55px}.c4c-gold-overview,.c4c-rules-section,.c4c-full-journey,.c4c-final-cta{padding-top:65px;padding-bottom:65px}.c4c-gold-summary>div{padding:26px}.c4c-rules-section .rules-card{padding:24px}.c4c-rules-section .quality-master-note{display:block;padding:25px}.c4c-rules-section .quality-master-note span{display:inline-block;margin-bottom:15px}.c4c-cta-panel{padding:34px 25px}.c4c-cta-actions{width:100%;flex-direction:column}.c4c-cta-actions .btn{text-align:center}}

/* Global responsive and cross-browser hardening */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-width:320px}img,svg,video,canvas{max-width:100%;height:auto}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,.btn,.main-nav a{touch-action:manipulation}.container{max-width:1220px}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.real-form input,.real-form select,.real-form textarea,.gift-modal-form input,.gift-modal-form select,.gift-modal-form textarea{min-width:0}.gift-modal-dialog{width:min(760px,calc(100vw - 32px))}
@supports not (backdrop-filter:blur(1px)){.site-header{background:#fff}.gift-modal-backdrop{background:rgba(4,27,20,.82)}}
@supports (-webkit-backdrop-filter:blur(1px)){.site-header{-webkit-backdrop-filter:blur(18px)}}

@media(max-width:1200px){.container{width:calc(100% - 48px)}.hero-grid{gap:48px}.footer-grid{gap:30px}.reward-plan-grid{gap:18px}.brand-logo-header{max-width:300px}.main-nav a{padding-left:9px;padding-right:9px}}
@media(max-width:1100px){.site-header{position:sticky}.nav-wrap{height:80px}.brand-logo-header{height:56px;max-width:270px}.main-nav{top:80px;max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:max(18px,env(safe-area-inset-bottom))}.main-nav a{width:100%;padding:13px 15px}.main-nav a:after{display:none}.nav-toggle{min-width:44px;flex:0 0 44px}.reward-plan-grid,.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.gold-standard-plan{grid-column:1/-1}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-layout{gap:26px}}
@media(max-width:900px){.container{width:calc(100% - 36px)}.hero-grid,.split,.charity-home,.form-layout,.how-hero-grid{grid-template-columns:minmax(0,1fr)}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.reward-plan-grid,.plans-grid{grid-template-columns:1fr;max-width:720px}.gold-standard-plan{grid-column:auto}.rules-grid,.bronze-detail-grid{grid-template-columns:1fr}.full-plan-detail{padding:30px}.c4c-gold-summary{grid-template-columns:1fr 1fr}.c4c-gold-action{grid-column:1/-1}.cashin-hero-shell{gap:35px}.footer-grid{gap:26px}.gift-modal-dialog{max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}}
@media(max-width:700px){.container{width:calc(100% - 28px)}.topbar{padding:7px 0}.topbar-inner{min-height:24px}.nav-wrap{height:72px}.brand-logo-header{height:45px;max-width:220px}.main-nav{top:72px;max-height:calc(100vh - 72px);max-height:calc(100dvh - 72px);left:-14px;right:-14px}.section,.c4c-gold-overview,.c4c-rules-section,.c4c-full-journey,.c4c-final-cta{padding-top:64px;padding-bottom:64px}.page-hero{padding:62px 0}.hero h1,.page-hero h1,.cashin-hero-content h1{font-size:clamp(38px,11vw,48px);line-height:1.06;letter-spacing:-2px;overflow-wrap:anywhere}.section-head{margin-bottom:34px}.section-head h2,.split h2,.charity-home h2{font-size:clamp(31px,9vw,38px);line-height:1.12}.section-head p,.split p,.charity-home p{font-size:16px;line-height:1.7}.steps,.credit-explain,.cash-flow,.feature-grid,.dash-cards,.stats-grid,.footer-grid{grid-template-columns:1fr}.reward-plan-card,.full-plan-detail,.rules-card,.real-form,.form-aside{border-radius:18px}.full-plan-header{align-items:flex-start;flex-direction:column}.full-plan-header .btn{width:100%}.c4c-gold-summary{grid-template-columns:1fr}.c4c-gold-action{grid-column:auto}.cashin-hero-card{max-width:100%}.cashin-hero-actions,.public-coming-actions{flex-direction:column}.cashin-hero-actions .btn,.public-coming-actions .btn{width:100%}.c4c-cta-panel{border-radius:20px}.footer{padding-top:58px}.footer-grid{gap:32px}.footer-bottom{text-align:center}.gift-modal{padding:8px}.gift-modal-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px);border-radius:16px}.gift-modal-header{position:sticky;top:0;z-index:2}.gift-modal-footer{position:sticky;bottom:0}.gift-modal-footer .btn{flex:1}.real-form input,.real-form select,.real-form textarea,.gift-modal-form input,.gift-modal-form select,.gift-modal-form textarea{font-size:16px}.books-rus-company{max-width:100%;margin-left:0;margin-right:0}}
@media(max-width:480px){.container{width:calc(100% - 22px)}.brand-logo-header{height:40px;max-width:188px}.nav-toggle{width:42px;height:42px;min-width:42px}.cashin-page-hero{padding:52px 0}.cashin-hero-content h1{font-size:38px}.cashin-hero-card{padding:20px;border-radius:18px}.hero-card-rate strong{font-size:49px}.c4c-gold-summary>div,.full-plan-detail,.rules-card{padding:21px}.c4c-gold-price strong{font-size:62px}.quality-master-note{padding:22px}.quality-master-note h2{font-size:27px}.c4c-cta-panel{padding:28px 20px}.c4c-cta-panel h2{font-size:32px}.footer-grid{gap:28px}.btn{width:100%}.top-social .follow-label{display:none}}
@media(max-width:360px){.container{width:calc(100% - 18px)}.brand-logo-header{max-width:165px}.cashin-hero-content h1{font-size:34px}.page-hero h1{font-size:35px}.nav-wrap{height:68px}.main-nav{top:68px}.gift-modal-header h2{font-size:18px}}
@media(orientation:landscape) and (max-height:520px){.main-nav{max-height:calc(100vh - 68px);max-height:calc(100dvh - 68px)}.cashin-page-hero,.page-hero{padding-top:44px;padding-bottom:44px}.gift-modal-dialog{max-height:96vh;max-height:96dvh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn:hover,.cashin-hero-card,.c4c-full-journey .cash-flow article:hover{transform:none}}

/* Client demo policy pages and clean topbar note */
.legal-content{max-width:900px}.legal-content h2{margin:30px 0 8px;color:var(--pg)}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--muted);line-height:1.75}.legal-content a{color:var(--pg);font-weight:700}.top-social-note{font-weight:700;color:inherit}

/* Accessible social media icon buttons */
.top-social{display:flex;align-items:center;gap:8px}.top-social .follow-label{margin-right:3px}.top-social a{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}.top-social a:hover{background:#fff;color:#087443;border-color:#fff;transform:translateY(-1px)}.top-social a:focus-visible{outline:3px solid #f2c94c;outline-offset:2px}.top-social svg{width:15px;height:15px;display:block}.top-social-note{display:none}
@media(max-width:560px){.top-social .follow-label{display:none}.top-social{gap:6px}.top-social a{width:28px;height:28px}}

/* Exact changes from GOGREENDRAGON CHANGES.docx */
.reward-plan-card{display:flex;flex-direction:column}
.reward-plan-card>.plan-scroll-btn,.reward-plan-card>.plan-card-action{margin-top:auto}
.reward-plan-card .plan-scroll-btn{min-width:150px;min-height:50px;padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;font-size:15px}
.plan-card-action{display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.gift-aid-enabled{display:inline-flex;align-items:center;min-height:44px;color:#4b3500;font-size:13px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}

.gold-hero .pill,.gold-hero h1 em{color:#fff}
.gold-hero-action,.gold-detail-action{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px}
.gold-hero-action .gift-aid-enabled{color:#fff}
.gold-join-btn,.gold-detail-action .plan-join-btn{width:auto!important;min-width:145px;min-height:54px;padding:14px 34px;font-size:18px}
.gold-detail{border:5px solid #fff;outline:8px solid #4b2e12;outline-offset:0;box-shadow:0 22px 55px rgba(66,38,12,.22)}
.gold-detail-action{margin-top:0;justify-content:flex-end}

.member-journey-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.member-journey-line strong{color:#fff}
.member-journey-line span{color:#e8c75d;font-weight:900}
.footer-bottom-company{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-bottom-company span{font:inherit;color:inherit}
.contact-form-layout{grid-template-columns:minmax(0,900px);justify-content:center}
#contactForm{width:100%}

@media(max-width:900px){.gold-detail{outline-width:5px}.gold-detail-action{justify-content:flex-start}}
@media(max-width:700px){.plan-card-action,.gold-hero-action,.gold-detail-action{align-items:stretch;flex-direction:column}.plan-card-action .btn,.gold-hero-action .btn,.gold-detail-action .btn{width:100%!important}.gift-aid-enabled{justify-content:center}.footer-bottom-company{justify-content:center;text-align:center}}

/* Single-colour page headers: all banner title text is white */
.hero h1,
.hero h1 em,
.page-hero h1,
.page-hero h1 em,
.cashin-hero-content h1,
.cashin-hero-content h1 em,
.public-coming-card h1,
.portal-hero h1{
  color:#fff!important;
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
  -webkit-text-fill-color:#fff!important;
}

/* Privacy Notice and Terms & Conditions */
.legal-hero{padding-bottom:68px}
.legal-hero p{max-width:760px}
.legal-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.legal-meta span{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:13px}
.legal-meta strong{color:#f3d06e}
.legal-section{background:#f3f7f5;padding-top:72px}
.legal-shell{display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;align-items:start}
.legal-toc{position:sticky;top:24px;padding:24px;border:1px solid #d9e6df;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(11,82,48,.06)}
.legal-toc>span{display:block;margin-bottom:14px;color:#153a2b;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.legal-toc nav{display:grid;gap:2px;max-height:68vh;overflow-y:auto;padding-right:5px}
.legal-toc a{padding:8px 10px;border-radius:8px;color:#52685e;font-size:13px;font-weight:650;text-decoration:none}
.legal-toc a:hover{background:#eaf5ef;color:#087043}
.legal-document{display:grid;gap:20px;min-width:0}
.legal-document article{position:relative;padding:34px 38px;border:1px solid #dbe7e1;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(13,74,45,.055);scroll-margin-top:24px}
.legal-document h2{margin:0 0 16px;padding-right:54px;color:#123c2b;font-size:clamp(25px,3vw,34px);letter-spacing:-.8px}
.legal-document h3{margin:24px 0 10px;color:#28513f;font-size:18px}
.legal-document p{margin:0 0 16px;color:#53675e;font-size:16px;line-height:1.78}
.legal-document p:last-child{margin-bottom:0}
.legal-document ul{display:grid;gap:8px;margin:12px 0 18px;padding-left:22px;color:#435b50}
.legal-document li{padding-left:4px;line-height:1.62}
.legal-document a{color:#087043}
.legal-number{position:absolute;right:28px;top:27px;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e8f5ee;color:#087043;font:900 12px Manrope}
.legal-subgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.legal-subgrid section{padding:21px;border:1px solid #e0ebe5;border-radius:14px;background:#f9fcfa}
.legal-subgrid h3{margin-top:0}
.legal-subgrid ul{margin-bottom:0}
.legal-highlight{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;margin:18px 0;padding:17px 19px;border-left:4px solid #159355;border-radius:10px;background:#edf8f2;color:#214b38;line-height:1.6}
.legal-highlight.secure{background:#eaf8ef}
.legal-highlight.warning{border-left-color:#d19820;background:#fff7e3;color:#604b18}
.legal-contact-card{background:linear-gradient(130deg,#073c2b,#0b7542)!important;border-color:#0b7542!important}
.legal-contact-card h2,.legal-contact-card p{color:#fff}
.legal-contact-card .legal-number{background:#f0cb63;color:#173a29}
.legal-contact-card .btn{margin-top:8px}
@media(max-width:980px){.legal-shell{grid-template-columns:1fr}.legal-toc{position:relative;top:auto}.legal-toc nav{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}}
@media(max-width:700px){.legal-hero{padding-bottom:54px}.legal-meta{flex-direction:column}.legal-meta span{width:100%;justify-content:flex-start}.legal-section{padding-top:44px}.legal-toc{padding:20px}.legal-toc nav{grid-template-columns:1fr}.legal-document article{padding:28px 22px}.legal-document h2{padding-right:48px;font-size:25px}.legal-number{right:18px;top:21px;width:38px;height:38px}.legal-subgrid{grid-template-columns:1fr}.legal-highlight{align-items:flex-start;flex-direction:column}}

/* 7 Aug 2026 document changes */
.reward-plan-card.bronze-plan{background:linear-gradient(180deg,#F6A04D 0%,#F08A2E 52%,#D96A00 100%)!important;box-shadow:0 16px 36px rgba(217,106,0,.4)!important;color:#fff!important}
.reward-plan-card.bronze-plan :is(h2,h3,h4,p,span,small,strong,.reward-price,.plan-condition){color:#fff!important}
.reward-plan-card.silver-plan{background:linear-gradient(180deg,#E5E5E5 0%,#D6D6D6 52%,#C4C4C4 100%)!important;border-color:#BDBDBD!important;color:#555!important}
.reward-plan-card.silver-plan :is(h2,h3,h4,p,span,small,strong,.reward-price,.plan-condition){color:#555!important}
.reward-plan-card.gold-standard-plan{background:linear-gradient(180deg,#F7C843 0%,#F5B52E 52%,#F39C12 100%)!important;box-shadow:0 16px 36px rgba(243,156,18,.4)!important;color:#fff!important}
.reward-plan-card.gold-standard-plan :is(h2,h3,h4,p,span,small,strong,.reward-price,.plan-condition){color:#fff!important}
.plan-card-action{display:flex;align-items:stretch;gap:12px}.gift-aid-enabled{display:inline-flex!important;align-items:center;justify-content:center;padding:12px 18px;border:2px solid #fff!important;border-radius:8px;background:#F7C843!important;color:#fff!important;white-space:nowrap}.gold-hero-action,.gold-detail-action{display:flex!important;align-items:stretch!important;gap:12px!important;flex-wrap:nowrap!important}.gold-hero-action .btn,.gold-detail-action .btn{min-width:145px;text-align:center}.gold-detail{background:#F7C843!important;border:2px solid #fff!important}.gold-detail .full-plan-header{background:#F5B52E!important;border:2px solid #fff!important}.gold-detail .accepted{background:#F8D96A!important;border:2px solid #fff!important}.gold-detail .rejected{background:#F39C12!important;border:2px solid #fff!important}.gold-detail .rules-title h3,.gold-detail .rules-card li,.gold-detail .rules-card strong,.gold-detail .rejected .rules-title h3,.gold-detail .rejected li,.gold-detail .rejected strong{color:#fff!important}
@media(max-width:520px){.gold-hero-action,.gold-detail-action,.plan-card-action{flex-wrap:wrap!important}.gold-hero-action>* ,.gold-detail-action>* ,.plan-card-action>*{width:100%}}

/* Client change request — 11 Aug 2026 */
/* Make the Gold Gift Aid action larger and easier to notice. */
.gift-aid-enabled{
  min-height:54px!important;
  padding:14px 24px!important;
  border-radius:10px!important;
  font-size:17px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
}

/* Plans: use black text across the plan cards for stronger readability. */
.reward-plans-section .reward-plan-card,
.reward-plans-section .reward-plan-card :is(h2,h3,h4,p,span,small,strong,.reward-price,.plan-condition){
  color:#000!important;
}
.reward-plans-section .reward-plan-card .plan-scroll-btn{
  color:#000!important;
}

@media(max-width:700px){
  .gift-aid-enabled{
    min-height:52px!important;
    padding:14px 18px!important;
    font-size:16px!important;
  }
}

/* Gold plan CTA alignment refinement — 11 Aug 2026 */
.reward-plans-section .gold-standard-plan .plan-card-action{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:stretch!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
}
.reward-plans-section .gold-standard-plan .plan-card-action .plan-scroll-btn,
.reward-plans-section .gold-standard-plan .plan-card-action .gift-aid-enabled{
  width:100%!important;
  min-width:0!important;
  min-height:58px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.reward-plans-section .gold-standard-plan .plan-card-action .plan-scroll-btn{
  color:#fff!important;
}
@media(max-width:520px){
  .reward-plans-section .gold-standard-plan .plan-card-action{
    grid-template-columns:1fr!important;
  }
}

/* Gift Aid font size adjustment — 11 Aug 2026 */
.gift-aid-enabled{font-size:16px!important;}

/* Final Plans colour refinements — 11 Aug 2026 */
.reward-plans-section .silver-plan .plan-scroll-btn{
  color:#fff!important;
}
.reward-plans-section .gold-standard-plan .reward-medal{
  color:#fff!important;
}

/* ===== FINAL GOLD PAGE TEXT COLOUR OVERRIDE =====
   Requested: every visible text element inside the Gold plan design is black. */
.gold-page .gold-detail.gold-detail,
.gold-page .gold-detail.gold-detail * {
  color: #000000 !important;
}

/* Preserve action alignment requested earlier */
.gold-page .gold-detail .gold-detail-action {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}
.gold-page .gold-detail .gold-detail-action .plan-join-btn,
.gold-page .gold-detail .gold-detail-action .gift-aid-enabled {
  margin: 0 !important;
  min-width: 190px !important;
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  color: #000000 !important;
}
.gold-page .gold-detail .gold-detail-action .gift-aid-enabled {
  font-size: 16px !important;
}
@media (max-width: 700px) {
  .gold-page .gold-detail .gold-detail-action {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
  .gold-page .gold-detail .gold-detail-action > * {
    flex: 1 1 180px !important;
    min-width: 0 !important;
  }
}


/* ===== Full Bronze / Silver / Gold details on Plans page ===== */
.reward-plans-section .inline-plan-details{
  margin:20px 0 22px;
  padding:18px;
  border-radius:16px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(0,0,0,.12);
}
.reward-plans-section .inline-plan-details,
.reward-plans-section .inline-plan-details *{
  color:#000 !important;
}
.reward-plans-section .inline-plan-details-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-bottom:13px;
  margin-bottom:14px;
  border-bottom:1px solid rgba(0,0,0,.14);
}
.reward-plans-section .inline-plan-details-head h3{
  margin:0;
  font-size:18px;
  line-height:1.25;
}
.reward-plans-section .inline-plan-details-head strong{
  font-size:13px;
  white-space:nowrap;
}
.reward-plans-section .inline-plan-rules{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.reward-plans-section .inline-plan-rule{
  padding:14px;
  border-radius:13px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.09);
}
.reward-plans-section .inline-plan-rule h4{
  margin:0 0 9px;
  font-size:15px;
  display:flex;
  align-items:center;
  gap:7px;
}
.reward-plans-section .inline-rule-icon{
  width:24px;
  height:24px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  background:rgba(0,0,0,.08);
}
.reward-plans-section .inline-plan-rule ul{
  margin:0;
  padding-left:20px;
  display:grid;
  gap:6px;
}
.reward-plans-section .inline-plan-rule li{
  font-size:13px;
  line-height:1.45;
}
.reward-plans-section .inline-plan-note{
  margin:14px 0 0 !important;
  min-height:0 !important;
  font-size:12px !important;
  line-height:1.5;
  font-weight:700;
}

/* User requested all plan information text in black */
.reward-plans-section .reward-plan-card,
.reward-plans-section .reward-plan-card :is(h2,h3,h4,p,span,small,strong,li,.reward-price,.plan-condition){
  color:#000 !important;
}

/* Preserve readable CTA labels on dark buttons */
.reward-plans-section .silver-plan .plan-scroll-btn,
.reward-plans-section .gold-standard-plan .plan-scroll-btn{
  color:#fff !important;
}
.reward-plans-section .gold-standard-plan .gift-aid-enabled{
  color:#000 !important;
  font-size:16px !important;
}

@media(max-width:700px){
  .reward-plans-section .inline-plan-details{
    padding:15px;
  }
  .reward-plans-section .inline-plan-details-head{
    flex-direction:column;
  }
}

/* ===== Premium stable-hover How It Works dropdown ===== */
.main-nav .nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
  padding-bottom:10px; /* creates hover bridge to dropdown */
  margin-bottom:-10px;
}
.main-nav .nav-dropdown-trigger{
  display:flex;
  align-items:center;
  gap:2px;
  border-radius:10px;
}
.main-nav .nav-dropdown-link{
  display:inline-flex;
  align-items:center;
  padding-right:2px !important;
}
.main-nav .nav-dropdown-button{
  width:28px;
  height:28px;
  border:0;
  background:transparent;
  color:inherit;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  border-radius:7px;
  padding:0;
  transition:background .18s ease,color .18s ease;
}
.main-nav .nav-dropdown-button:hover,
.main-nav .nav-dropdown-button:focus-visible{
  background:rgba(16,185,129,.12);
  outline:none;
}
.main-nav .nav-dropdown-chevron{
  display:block;
  font-size:12px;
  line-height:1;
  transition:transform .2s ease;
}

.main-nav .nav-dropdown-menu{
  position:absolute;
  top:100%;
  left:50%;
  width:300px;
  padding:9px;
  background:#ffffff;
  border:1px solid rgba(7,31,22,.09);
  border-radius:14px;
  box-shadow:0 16px 38px rgba(7,31,22,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,6px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
  z-index:99999;
}

/* invisible hover bridge so menu stays open while cursor travels downward */
.main-nav .nav-dropdown-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-12px;
  height:12px;
  background:transparent;
}

.main-nav .nav-dropdown-item{
  display:grid !important;
  grid-template-columns:38px 1fr;
  gap:10px;
  align-items:center;
  padding:10px 11px !important;
  border-radius:10px;
  color:#071f16 !important;
  text-decoration:none;
  transition:background .16s ease,transform .16s ease;
}
.main-nav .nav-dropdown-item + .nav-dropdown-item{margin-top:4px}
.main-nav .nav-dropdown-item:hover,
.main-nav .nav-dropdown-item:focus-visible{
  background:#eef8f2;
  transform:translateX(2px);
  outline:none;
}
.main-nav .nav-dropdown-icon{
  width:38px;
  height:38px;
  border-radius:10px;
  background:#e7f7ee;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#08733f !important;
  font-size:11px;
  font-weight:800;
}
.main-nav .nav-dropdown-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.main-nav .nav-dropdown-copy strong{
  color:#071f16 !important;
  font-size:13px;
  line-height:1.2;
}
.main-nav .nav-dropdown-copy small{
  color:#667a72 !important;
  font-size:10.5px;
  line-height:1.35;
  font-weight:500;
}

@media (min-width:1101px){
  .main-nav .nav-dropdown:hover .nav-dropdown-menu,
  .main-nav .nav-dropdown:focus-within .nav-dropdown-menu,
  .main-nav .nav-dropdown.open .nav-dropdown-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0);
  }
  .main-nav .nav-dropdown:hover .nav-dropdown-chevron,
  .main-nav .nav-dropdown:focus-within .nav-dropdown-chevron,
  .main-nav .nav-dropdown.open .nav-dropdown-chevron{
    transform:rotate(180deg);
  }
}

@media (max-width:1100px){
  .main-nav .nav-dropdown{
    display:block;
    width:100%;
    padding-bottom:0;
    margin-bottom:0;
  }
  .main-nav .nav-dropdown-trigger{
    width:100%;
    justify-content:space-between;
  }
  .main-nav .nav-dropdown-link{
    flex:1 1 auto;
  }
  .main-nav .nav-dropdown-button{
    width:42px;
    height:42px;
    flex:0 0 42px;
    margin-right:4px;
  }
  .main-nav .nav-dropdown-menu{
    position:static;
    width:auto;
    margin:4px 8px 8px;
    padding:7px;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    box-shadow:none;
    display:none;
    border-radius:11px;
  }
  .main-nav .nav-dropdown-menu::before{display:none}
  .main-nav .nav-dropdown.open .nav-dropdown-menu{display:block}
  .main-nav .nav-dropdown.open .nav-dropdown-chevron{transform:rotate(180deg)}
}

/* Simple How It Works dropdown: text only */
.main-nav .nav-dropdown-menu{
  width:210px !important;
  padding:7px !important;
  text-align:left !important;
}
.main-nav .nav-dropdown-menu .nav-dropdown-item{
  display:block !important;
  width:100% !important;
  padding:11px 13px !important;
  margin:0 !important;
  text-align:left !important;
  color:#071f16 !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
  border-radius:9px !important;
  transform:none !important;
}
.main-nav .nav-dropdown-menu .nav-dropdown-item + .nav-dropdown-item{
  margin-top:3px !important;
}
.main-nav .nav-dropdown-menu .nav-dropdown-item:hover,
.main-nav .nav-dropdown-menu .nav-dropdown-item:focus-visible{
  background:#eef8f2 !important;
  color:#08733f !important;
}
@media(max-width:1100px){
  .main-nav .nav-dropdown-menu{
    width:auto !important;
    text-align:left !important;
  }
}

/* ===== Home: GoGreenDragon LFZ Credit Engine infographic ===== */
.lfz-spew-section{position:relative;overflow:hidden;padding:clamp(70px,7vw,104px) 0;background:radial-gradient(circle at 12% 20%,rgba(76,175,80,.11),transparent 31%),radial-gradient(circle at 88% 22%,rgba(246,190,55,.12),transparent 28%),linear-gradient(180deg,#f7fbf8 0%,#fff 100%)}
.lfz-spew-section:before,.lfz-spew-section:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(20,125,74,.05);pointer-events:none}.lfz-spew-section:before{left:-130px;top:70px}.lfz-spew-section:after{right:-120px;bottom:40px}
.lfz-spew-head{max-width:860px;margin:0 auto 42px;text-align:center}.lfz-spew-pill{margin-bottom:18px}.lfz-spew-head h2{margin:0;color:#08291f;font-size:clamp(2.1rem,4.2vw,4rem);line-height:1.03;letter-spacing:-.04em}.lfz-spew-head p{max-width:760px;margin:18px auto 0;color:#5e746b;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.7}
.lfz-spew-value-row{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(240px,1fr) 74px minmax(240px,1fr);gap:20px;align-items:center;margin:0 0 32px}.lfz-join-chip{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px;padding:0 24px;border-radius:999px;background:linear-gradient(135deg,#0d7a46,#0a5f37);color:#fff!important;font-weight:800;letter-spacing:.08em;box-shadow:0 16px 34px rgba(13,122,70,.18);text-decoration:none}.lfz-join-chip span{opacity:.55;font-weight:400;letter-spacing:0}
.lfz-value-box,.lfz-cash-box{min-height:180px;padding:26px 28px;border-radius:28px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(8,41,31,.1);box-shadow:0 18px 45px rgba(8,41,31,.1)}.lfz-value-box{background:linear-gradient(145deg,#dff5e7,#edf9f1)}.lfz-cash-box{background:linear-gradient(145deg,#fff1bf,#ffe394)}.lfz-value-box small,.lfz-cash-box small{color:#557066;font-size:11px;font-weight:800;letter-spacing:.11em}.lfz-value-box strong,.lfz-cash-box strong{margin-top:10px;color:#08291f;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.lfz-value-box span,.lfz-cash-box span{margin-top:8px;color:#39584d;font-size:13px;line-height:1.4}.lfz-equals,.lfz-flow-eq{display:flex;align-items:center;justify-content:center;color:#0c6840;font-size:30px;font-weight:900}
.lfz-spew-flow{display:grid;grid-template-columns:1fr 54px 1fr 54px 1fr 54px 1fr;gap:14px;align-items:stretch}.lfz-flow-card{min-height:220px;padding:26px;border-radius:22px;background:#fff;border:1px solid rgba(8,41,31,.1);box-shadow:0 14px 35px rgba(8,41,31,.07);display:flex;flex-direction:column}.lfz-flow-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#eaf7ef;color:#0b7644;font-size:13px;font-weight:900;letter-spacing:.05em}.lfz-flow-card h3{margin:20px 0 8px;color:#08291f;font-size:20px}.lfz-flow-card p{margin:0;color:#63776f;line-height:1.65;font-size:14px}
.lfz-spew-footer{margin-top:34px;padding:22px 26px;border-radius:20px;background:#0b3d2e;display:grid;grid-template-columns:72px 1fr 72px;gap:20px;align-items:center}.lfz-dragon-badge{width:72px;height:72px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center}.lfz-dragon-badge span{font-size:28px;font-weight:900;color:#0b7644}.lfz-spew-caption{text-align:center;display:flex;flex-direction:column;gap:5px}.lfz-spew-caption strong{color:#fff;font-size:clamp(1rem,2vw,1.25rem)}.lfz-spew-caption span{color:#b9d8ca;font-size:13px;letter-spacing:.04em}
@media(max-width:1100px){.lfz-spew-value-row{grid-template-columns:1fr 1fr}.lfz-join-chip{grid-column:1/-1}.lfz-equals{display:none}.lfz-spew-flow{grid-template-columns:1fr 1fr}.lfz-flow-eq{display:none}}
@media(max-width:700px){.lfz-spew-section{padding:56px 0}.lfz-spew-value-row,.lfz-spew-flow{grid-template-columns:1fr}.lfz-value-box,.lfz-cash-box,.lfz-flow-card{min-height:auto}.lfz-spew-footer{grid-template-columns:1fr;text-align:center}.lfz-dragon-badge{margin:0 auto}.lfz-spew-caption{order:2}.lfz-spew-footer .lfz-dragon-badge:last-child{display:none}}

/* ===== SIMPLE SINGLE-IMAGE LFZ BANNER ===== */
.lfz-dragon-banner{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  overflow:hidden !important;
  background:transparent !important;
  border-radius:20px !important;
}
.lfz-dragon-banner::before,
.lfz-dragon-banner::after{
  content:none !important;
  display:none !important;
}
.lfz-dragon-banner > img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:20px !important;
}
.lfz-dragon-art,
.lfz-dragon-center,
.lfz-banner-icon{
  display:none !important;
}
@media(max-width:767.98px){
  .lfz-dragon-banner,
  .lfz-dragon-banner > img{
    border-radius:12px !important;
  }
}


/* ===== LIQUIDITY JOURNEY HEADING ===== */
.liquidity-journey-heading{
  max-width:980px !important;
  margin:0 auto 22px !important;
  padding:0 20px !important;
  text-align:center !important;
  font-size:clamp(38px,4.2vw,68px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.035em !important;
  font-weight:700 !important;
  text-wrap:balance !important;
}

@media(max-width:991.98px){
  .liquidity-journey-heading{
    max-width:800px !important;
    font-size:clamp(34px,5.4vw,54px) !important;
    line-height:1.12 !important;
    margin-bottom:18px !important;
  }
}

@media(max-width:575.98px){
  .liquidity-journey-heading{
    max-width:100% !important;
    padding:0 12px !important;
    font-size:clamp(30px,8.2vw,40px) !important;
    line-height:1.14 !important;
    letter-spacing:-0.025em !important;
    margin-bottom:16px !important;
  }
}


/* ===== HOME SHOPPING VISUAL SECTION ===== */
.home-shopping-visual{
  padding:40px 0 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
}
.home-shopping-visual-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(8,41,31,.10);
  box-shadow:0 16px 40px rgba(8,41,31,.08);
}
.home-shopping-visual-copy{
  min-width:0;
}
.home-shopping-visual-eyebrow{
  display:inline-block;
  margin-bottom:12px;
  color:#0b7644;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
}
.home-shopping-visual-copy h2{
  margin:0;
  color:#08291f;
  font-size:clamp(2.25rem,4.5vw,4.7rem);
  line-height:.98;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.home-shopping-visual-payline{
  display:inline-block;
  margin:22px 0 0;
  padding:12px 18px;
  border-radius:14px;
  background:linear-gradient(135deg,#0f7a45,#68b82d);
  color:#fff !important;
  font-size:clamp(1.1rem,2vw,1.7rem);
  font-weight:900;
  font-style:italic;
  line-height:1.15;
}
.home-shopping-visual-subcopy{
  margin:18px 0 0;
  color:#49665a;
  font-size:clamp(1rem,1.5vw,1.16rem);
  line-height:1.6;
}
.home-shopping-mini-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
}
.home-shopping-mini-step{
  min-width:0;
  padding:12px;
  border-radius:14px;
  background:#f7fbf8;
  border:1px solid rgba(8,41,31,.08);
  text-align:center;
}
.home-shopping-mini-icon{
  display:flex;
  width:38px;
  height:38px;
  margin:0 auto 8px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eaf7ef;
  font-size:19px;
}
.home-shopping-mini-step strong{
  display:block;
  color:#08291f;
  font-size:13px;
}
.home-shopping-mini-step small{
  display:block;
  margin-top:4px;
  color:#6a7d75;
  font-size:10px;
  line-height:1.35;
}
.home-shopping-visual-media{
  min-width:0;
}
.home-shopping-visual-media img{
  display:block;
  width:100%;
  height:auto;
  border-radius:20px;
  object-fit:cover;
}

@media(max-width:991.98px){
  .home-shopping-visual-grid{
    grid-template-columns:1fr;
    gap:26px;
    padding:28px;
  }
  .home-shopping-visual-copy{
    text-align:center;
  }
  .home-shopping-visual-copy h2{
    max-width:760px;
    margin-inline:auto;
  }
  .home-shopping-visual-subcopy{
    max-width:700px;
    margin-inline:auto;
    margin-top:18px;
  }
}

@media(max-width:700px){
  .home-shopping-visual{
    padding:30px 0 !important;
  }
  .home-shopping-visual-grid{
    padding:22px 18px;
    border-radius:20px;
  }
  .home-shopping-mini-flow{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:479.98px){
  .home-shopping-visual-grid{
    padding:18px 14px;
  }
  .home-shopping-visual-copy h2{
    font-size:clamp(2rem,10vw,3rem);
  }
  .home-shopping-mini-flow{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .home-shopping-mini-step{
    padding:10px;
  }
}

/* Marketing section: avoid duplicated text; artwork carries the message */
.home-shopping-visual-grid{
  grid-template-columns:1fr !important;
  max-width:1180px;
  margin-inline:auto;
}
.home-shopping-visual-media{
  width:100%;
  max-width:100%;
}
.home-shopping-visual-media img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

/* Journey section centered */
#journey{text-align:center}
#journey .container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
#journey .section-head{max-width:920px;margin:0 auto 36px;text-align:center}
#journey .section-head .eyebrow{display:inline-flex;margin-inline:auto}
#journey .liquidity-journey-heading{max-width:900px;margin:14px auto 16px;text-align:center;text-wrap:balance}
#journey .section-head>p{max-width:760px;margin:0 auto;text-align:center;line-height:1.65}
#journey .steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1050px;margin:0 auto;align-items:stretch}
#journey .steps article{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;padding:30px 24px;text-align:center}
#journey .steps article b{display:block;margin:0 auto 14px}
#journey .steps article .icon{display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
#journey .steps article h3{width:100%;margin:0 auto 12px;text-align:center}
#journey .steps article p{max-width:280px;margin:0 auto;text-align:center;line-height:1.6}
@media(max-width:767.98px){
 #journey .section-head{margin-bottom:28px}
 #journey .steps{grid-template-columns:1fr;max-width:520px}
 #journey .steps article{width:100%;padding:26px 20px}
}
@media(max-width:479.98px){
 #journey .container{width:min(100% - 24px,1180px)}
 #journey .liquidity-journey-heading{font-size:clamp(1.9rem,9vw,2.6rem)}
}


/* =========================================================
   EXACT REFERENCE PLANS PAGE
   Rebuilt from scratch to match the supplied concept
   ========================================================= */

.exact-plans-page{
  background:#ffffff;
}

.exact-plans-section{
  padding:38px 0 70px;
}

.exact-plans-heading{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.exact-plans-heading h1{
  margin:8px 0 8px;
  color:#08291f;
  font-size:clamp(2.5rem,4.5vw,4rem);
  line-height:1;
  letter-spacing:-.035em;
}

.exact-plans-heading p{
  margin:0;
  color:#65766f;
  font-size:1.05rem;
}

/* 3 equal plan columns */
.exact-plan-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:68px;
  max-width:1220px;
  margin:0 auto;
  align-items:start;
}

/* Per-plan colour */
.exact-plan-card{
  --plan-color:#e57373;
  position:relative;
  padding-top:118px;
  min-width:0;
}

.exact-silver{
  --plan-color:#bdbdbd;
}

.exact-gold{
  --plan-color:#ffd21f;
}

/* Raised top cap */
.exact-plan-top{
  position:absolute;
  top:0;
  left:46px;
  right:46px;
  height:162px;
  padding:18px 18px 62px;
  border-radius:52px 52px 0 0;
  background:var(--plan-color);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  z-index:1;
}

.exact-plan-name{
  width:100%;
  min-height:58px;
  padding:8px 14px;
  border-radius:999px;
  background:#ffffff;
  color:#111111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:clamp(1.55rem,2.2vw,2.15rem);
  font-weight:500;
  line-height:1;
  letter-spacing:.02em;
}

.exact-gold-top{
  height:176px;
  padding-top:8px;
  gap:8px;
}

.exact-gold-top .exact-plan-name{
  min-height:50px;
}

.exact-plan-standard{
  font-size:clamp(1.35rem,1.9vw,1.8rem);
}

/* Main tall rounded body */
.exact-plan-frame{
  position:relative;
  z-index:2;
  min-height:710px;
  padding:22px 22px 24px;
  border:18px solid var(--plan-color);
  border-radius:56px;
  background:#ffffff;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}

/* OPEN / ENABLE GIFT AID */
.exact-plan-open{
  width:100%;
  min-height:78px;
  padding:12px 18px;
  border-radius:999px;
  background:var(--plan-color);
  color:#111111 !important;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:clamp(1.25rem,2vw,1.7rem);
  font-weight:500;
  line-height:1.1;
}

.exact-gift-aid{
  font-size:clamp(1.05rem,1.55vw,1.35rem);
  font-weight:600;
  white-space:nowrap;
}

/* SUBSCRIBE NOW */
.exact-plan-frame h2{
  margin:34px auto 22px;
  color:#ef5b16;
  text-align:center;
  font-size:clamp(2.1rem,3vw,3rem);
  font-weight:400;
  line-height:1.18;
  letter-spacing:.02em;
}

/* Actual plan details fit inside the large blank area */
.exact-plan-content{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
  padding:10px 8px 4px;
  text-align:center;
}

.exact-plan-price{
  margin-top:2px;
  color:#111111;
  font-size:clamp(3.2rem,4.2vw,4.5rem);
  font-weight:800;
  line-height:1;
}

.exact-plan-price small{
  font-size:.28em;
  font-weight:700;
}

.exact-plan-content > p{
  max-width:300px;
  min-height:86px;
  margin:24px auto 0;
  color:#222222;
  font-size:1rem;
  line-height:1.55;
  display:flex;
  align-items:center;
  justify-content:center;
}

.exact-plan-meta{
  width:100%;
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.exact-plan-meta span{
  color:#555;
  font-size:.9rem;
  font-weight:600;
}

.exact-plan-meta strong{
  width:100%;
  padding:13px 10px;
  border-radius:12px;
  background:#f6f6f6;
  color:#111111;
  font-size:.75rem;
  line-height:1.35;
  text-transform:uppercase;
}

.exact-plan-view{
  width:100%;
  min-height:54px;
  margin-top:16px;
  border-radius:12px;
  background:#08291f;
  color:#ffffff !important;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}

/* Tablet */
@media(max-width:1050px) and (min-width:768px){
  .exact-plan-grid{
    gap:24px;
  }

  .exact-plan-card{
    padding-top:96px;
  }

  .exact-plan-top{
    left:24px;
    right:24px;
    height:138px;
    padding:14px 14px 48px;
  }

  .exact-gold-top{
    height:152px;
  }

  .exact-plan-name{
    min-height:50px;
    font-size:1.55rem;
  }

  .exact-plan-standard{
    font-size:1.3rem;
  }

  .exact-plan-frame{
    min-height:650px;
    padding:18px 14px 18px;
    border-width:13px;
    border-radius:42px;
  }

  .exact-plan-open{
    min-height:64px;
    font-size:1.1rem;
  }

  .exact-gift-aid{
    font-size:.86rem;
  }

  .exact-plan-frame h2{
    margin-top:28px;
    font-size:2.15rem;
  }

  .exact-plan-content > p{
    font-size:.9rem;
  }
}

/* Mobile */
@media(max-width:767.98px){
  .exact-plans-section{
    padding:30px 0 54px;
  }

  .exact-plans-heading{
    margin-bottom:34px;
  }

  .exact-plan-grid{
    grid-template-columns:1fr;
    max-width:460px;
    gap:44px;
  }

  .exact-plan-card{
    padding-top:98px;
  }

  .exact-plan-top{
    left:34px;
    right:34px;
    height:140px;
  }

  .exact-gold-top{
    height:154px;
  }

  .exact-plan-frame{
    min-height:630px;
    border-width:14px;
    border-radius:44px;
  }
}

/* Small mobile */
@media(max-width:420px){
  .exact-plan-grid{
    max-width:100%;
  }

  .exact-plan-card{
    padding-top:86px;
  }

  .exact-plan-top{
    left:22px;
    right:22px;
    height:126px;
    border-radius:36px 36px 0 0;
  }

  .exact-gold-top{
    height:140px;
  }

  .exact-plan-name{
    min-height:46px;
    font-size:1.5rem;
  }

  .exact-plan-standard{
    font-size:1.18rem;
  }

  .exact-plan-frame{
    min-height:590px;
    border-width:11px;
    border-radius:36px;
    padding:16px 12px 16px;
  }

  .exact-plan-open{
    min-height:58px;
  }

  .exact-plan-frame h2{
    font-size:2rem;
  }
}


/* Global H2 font size */
h2 {
  font-size: 50px !important;
}


/* ===== BALANCED RESPONSIVE H2 TYPOGRAPHY ===== */
/* Replaces the previous oversized 50px treatment */
h2{
  font-size:clamp(30px, 3vw, 42px) !important;
  line-height:1.15 !important;
  letter-spacing:-0.025em !important;
  font-weight:700 !important;
  text-wrap:balance;
}

/* Large feature/section headings can breathe without becoming oversized */
.section-head h2,
.quality-master-note h2,
.home-shopping-visual h2{
  font-size:clamp(32px, 3.2vw, 44px) !important;
}

/* Card H2s should stay compact */
article h2,
.card h2,
.exact-plan-frame h2{
  font-size:clamp(26px, 2.4vw, 34px) !important;
  line-height:1.18 !important;
}

/* Mobile */
@media(max-width:767.98px){
  h2,
  .section-head h2,
  .quality-master-note h2,
  .home-shopping-visual h2{
    font-size:clamp(28px, 7vw, 36px) !important;
    line-height:1.18 !important;
  }

  article h2,
  .card h2,
  .exact-plan-frame h2{
    font-size:clamp(24px, 6vw, 30px) !important;
  }
}

/* ===== FINAL INDEX NAV ALL PAGES ===== */
.site-header .nav-wrap{
  min-height:82px !important;
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
}

.site-header .brand-logo-header{
  width:auto !important;
  max-height:58px !important;
}

.site-header .main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px !important;
  margin-left:auto;
}

.site-header .main-nav > a,
.site-header .main-nav .nav-dropdown-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:10px 13px !important;
  font-size:15.5px !important;
  font-weight:700 !important;
  line-height:1.15 !important;
  border-radius:10px !important;
  white-space:nowrap !important;
}

.site-header .nav-dropdown-trigger{
  display:flex !important;
  align-items:center !important;
}

.site-header .nav-dropdown-button{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
}

.site-header .nav-public{
  padding-left:16px !important;
  padding-right:16px !important;
}

.site-header .nav-dropdown-menu{
  min-width:220px !important;
}

.site-header .nav-dropdown-menu .nav-dropdown-item{
  min-height:44px !important;
  padding:11px 14px !important;
  font-size:14.5px !important;
  font-weight:700 !important;
  text-align:left !important;
}

@media(max-width:1200px) and (min-width:1101px){
  .site-header .main-nav{
    gap:4px !important;
  }

  .site-header .main-nav > a,
  .site-header .main-nav .nav-dropdown-link{
    padding:9px 10px !important;
    font-size:14px !important;
  }
}

@media(max-width:1100px){
  .site-header .nav-wrap{
    min-height:72px !important;
  }

  .site-header .brand-logo-header{
    max-height:50px !important;
  }

  .site-header .main-nav{
    gap:4px !important;
  }

  .site-header .main-nav > a,
  .site-header .main-nav .nav-dropdown,
  .site-header .main-nav .nav-dropdown-trigger,
  .site-header .main-nav .nav-dropdown-link{
    width:100% !important;
  }

  .site-header .main-nav > a,
  .site-header .main-nav .nav-dropdown-link{
    min-height:48px !important;
    padding:12px 14px !important;
    justify-content:flex-start !important;
    font-size:16px !important;
  }

  .site-header .nav-dropdown-trigger{
    justify-content:space-between !important;
  }

  .site-header .nav-dropdown-button{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
  }

  .site-header .nav-dropdown-menu{
    width:100% !important;
    min-width:0 !important;
  }

  .site-header .nav-dropdown-menu .nav-dropdown-item{
    font-size:15.5px !important;
    padding:12px 16px !important;
  }
}

@media(max-width:575.98px){
  .site-header .nav-wrap{
    min-height:66px !important;
  }

  .site-header .brand-logo-header{
    max-height:44px !important;
  }
}


/* Journey cards — all text green */
#journey .steps article,
#journey .steps article b,
#journey .steps article .icon,
#journey .steps article h3,
#journey .steps article p {
  color: #08733f !important;
}



/* ===== JOURNEY FOUR STEPS GREEN ===== */
#journey .steps{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px !important;
}

#journey .steps article,
#journey .steps article b,
#journey .steps article .icon,
#journey .steps article h3,
#journey .steps article p{
  color:#08733f !important;
}

@media(max-width:900px){
  #journey .steps{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:575.98px){
  #journey .steps{
    grid-template-columns:1fr !important;
  }
}


/* ===== AUTHORITATIVE LAYOUT + FORMS SYSTEM ===== */
:root{
  --gg-max:1180px;
  --gg-x:24px;
  --gg-section:46px;
  --gg-card-pad:24px;
  --gg-gap:20px;
  --gg-field-gap:16px;
  --gg-field-h:48px;
}

*,*::before,*::after{box-sizing:border-box}

html,body{
  width:100%;
  max-width:100%;
  margin:0;
  overflow-x:hidden;
}

img,svg,video,canvas,iframe{
  display:block;
  max-width:100%;
  height:auto;
}

/* ---------- CONTAINERS ---------- */
.container{
  width:calc(100% - (var(--gg-x) * 2)) !important;
  max-width:var(--gg-max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Nested containers inside custom components should not lose their own padding */
.dashboard.container,
.portal-shell.container,
.form-shell.container{
  width:calc(100% - (var(--gg-x) * 2)) !important;
}

/* ---------- SECTIONS ---------- */
main > section,
main > .section{
  margin:0 !important;
  padding-top:var(--gg-section) !important;
  padding-bottom:var(--gg-section) !important;
}

main > section + section{
  margin-top:0 !important;
}

.section-head,
.section-header,
.page-header,
.portal-section-header{
  margin-top:0 !important;
  margin-bottom:26px !important;
}

.section-head > :first-child,
.section-header > :first-child,
.page-header > :first-child,
.portal-section-header > :first-child{
  margin-top:0 !important;
}

.section-head > :last-child,
.section-header > :last-child,
.page-header > :last-child,
.portal-section-header > :last-child{
  margin-bottom:0 !important;
}

/* ---------- GENERIC CARDS ---------- */
.portal-card,
.rules-card,
.quality-master-note{
  padding:var(--gg-card-pad) !important;
}

.portal-card > :first-child,
.rules-card > :first-child,
.quality-master-note > :first-child{
  margin-top:0 !important;
}

.portal-card > :last-child,
.rules-card > :last-child,
.quality-master-note > :last-child{
  margin-bottom:0 !important;
}

/* ---------- GRIDS ---------- */
.steps,
.feature-grid,
.cash-flow,
.portal-grid,
.dashboard-grid,
.reward-plan-grid{
  gap:var(--gg-gap) !important;
  align-items:stretch;
}

.steps > *,
.feature-grid > *,
.cash-flow > *,
.portal-grid > *,
.dashboard-grid > *,
.reward-plan-grid > *{
  min-width:0;
}

/* ---------- FORMS ---------- */
form,
.portal-form,
.real-form{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
}

.form-grid,
.field-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  column-gap:20px !important;
  row-gap:var(--gg-field-gap) !important;
  align-items:start !important;
  width:100% !important;
}

.form-grid > *,
.field-grid > *{
  min-width:0 !important;
}

.form-grid .full,
.field-grid .full,
.span-two,
.full-width{
  grid-column:1 / -1 !important;
}

/* Field wrappers */
.form-group,
.form-field,
.portal-field,
.field,
.control-group{
  min-width:0 !important;
  margin:0 0 var(--gg-field-gap) !important;
}

/* Labels */
form label,
.portal-form label,
.real-form label{
  display:block !important;
  min-width:0 !important;
  margin:0 0 var(--gg-field-gap) !important;
  line-height:1.35 !important;
}

.form-grid > label,
.field-grid > label{
  margin-bottom:0 !important;
}

form label > span:first-child:not(.icon),
.portal-form label > span:first-child:not(.icon),
.real-form label > span:first-child:not(.icon){
  display:block;
}

/* Inputs/selects/textareas */
form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
form select,
form textarea,
.portal-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.portal-form select,
.portal-form textarea,
.real-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.real-form select,
.real-form textarea{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:7px 0 0 !important;
  border-radius:12px !important;
  box-sizing:border-box !important;
  line-height:1.3 !important;
}

form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
form select,
.portal-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.portal-form select,
.real-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.real-form select{
  height:var(--gg-field-h) !important;
  min-height:var(--gg-field-h) !important;
  padding:10px 14px !important;
}

form textarea,
.portal-form textarea,
.real-form textarea{
  min-height:120px !important;
  height:auto !important;
  padding:12px 14px !important;
  resize:vertical !important;
}

form select,
.portal-form select,
.real-form select{
  padding-right:38px !important;
}

/* Small help text */
form label small,
.portal-form label small,
.real-form label small{
  display:block;
  margin-top:6px;
  line-height:1.4;
}

/* Fieldsets */
fieldset{
  min-width:0 !important;
  margin:0 0 20px !important;
  padding:18px !important;
  border-radius:14px !important;
}

fieldset legend{
  padding:0 8px !important;
  font-weight:800 !important;
}

fieldset > :last-child{
  margin-bottom:0 !important;
}

/* Checkbox/radio rows */
label.check,
.checkbox-row,
.check-row,
.consent-row,
.agree-row,
.portal-check{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin-bottom:14px !important;
}

label.check input,
.checkbox-row input,
.check-row input,
.consent-row input,
.agree-row input,
.portal-check input{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  margin:2px 0 0 !important;
  flex:0 0 18px !important;
}

label.check span,
.checkbox-row span,
.check-row span,
.consent-row span,
.agree-row span,
.portal-check span{
  min-width:0 !important;
}

/* Buttons */
.form-actions,
.portal-form-actions,
.button-row,
.cta-row,
.plan-card-action,
.gold-detail-action{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin-top:4px !important;
}

button,
.btn,
.portal-btn{
  min-height:46px;
  line-height:1.2 !important;
}

/* ---------- PORTAL / AUTH SPECIFIC ---------- */
.portal-form > h2{
  margin:0 0 10px !important;
}

.portal-form > p{
  margin:0 0 18px !important;
}

.portal-form > .form-grid{
  margin-bottom:18px !important;
}

.portal-form > fieldset{
  margin-top:4px !important;
}

/* ---------- CREDITS DASHBOARD ---------- */
.credits-page .dashboard.container{
  width:calc(100% - (var(--gg-x) * 2)) !important;
  max-width:var(--gg-max) !important;
  margin:28px auto 0 !important;
  padding:30px !important;
}

.credits-page main > section.section:last-child{
  padding-bottom:24px !important;
}

/* ---------- HOME ---------- */
body.home-page main > section{
  padding-top:40px !important;
  padding-bottom:40px !important;
}

body.home-page .section-head{
  margin-bottom:24px !important;
}

#journey .steps{
  gap:18px !important;
}

/* ---------- PLANS ---------- */
.exact-plans-section{
  padding-top:40px !important;
  padding-bottom:52px !important;
}

.exact-plans-heading{
  margin-bottom:34px !important;
}

.plan-note-section{
  padding-top:28px !important;
  padding-bottom:42px !important;
}

/* ---------- FOOTER ---------- */
.footer{
  margin-top:0 !important;
  padding-top:44px !important;
  padding-bottom:30px !important;
}

.footer-grid{
  gap:24px !important;
}

/* ---------- TABLES ---------- */
.table-wrap,
.table-responsive,
.ledger-wrap{
  width:100% !important;
  overflow-x:auto !important;
  -webkit-overflow-scrolling:touch;
}

table{
  width:100% !important;
  border-collapse:collapse;
}

/* ---------- TABLET ---------- */
@media(max-width:900px){
  :root{
    --gg-x:18px;
    --gg-section:36px;
    --gg-card-pad:20px;
    --gg-gap:16px;
    --gg-field-gap:14px;
  }

  .form-grid,
  .field-grid{
    grid-template-columns:1fr !important;
    column-gap:0 !important;
  }

  .form-grid .full,
  .field-grid .full,
  .span-two,
  .full-width{
    grid-column:auto !important;
  }

  .section-head,
  .section-header,
  .page-header,
  .portal-section-header{
    margin-bottom:22px !important;
  }

  .credits-page .dashboard.container{
    padding:24px !important;
    margin-top:22px !important;
  }
}

/* ---------- MOBILE ---------- */
@media(max-width:575.98px){
  :root{
    --gg-x:12px;
    --gg-section:28px;
    --gg-card-pad:16px;
    --gg-gap:14px;
    --gg-field-gap:12px;
    --gg-field-h:46px;
  }

  .container{
    width:calc(100% - 24px) !important;
  }

  main > section,
  main > .section{
    padding-top:28px !important;
    padding-bottom:28px !important;
  }

  .section-head,
  .section-header,
  .page-header,
  .portal-section-header{
    margin-bottom:18px !important;
  }

  .portal-card,
  .rules-card,
  .quality-master-note{
    padding:16px !important;
  }

  fieldset{
    padding:14px !important;
  }

  .form-actions,
  .portal-form-actions,
  .button-row,
  .cta-row,
  .plan-card-action,
  .gold-detail-action{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .form-actions > *,
  .portal-form-actions > *,
  .button-row > *,
  .cta-row > *,
  .plan-card-action > *,
  .gold-detail-action > *{
    width:100% !important;
    min-width:0 !important;
  }

  .credits-page .dashboard.container{
    width:calc(100% - 24px) !important;
    margin-top:18px !important;
    padding:18px !important;
  }

  body.home-page main > section{
    padding-top:28px !important;
    padding-bottom:28px !important;
  }

  .footer{
    padding-top:32px !important;
    padding-bottom:22px !important;
  }
}


/* ===== LFZ TAX CREDIT FLOW ALL GREEN ===== */
.lfz-tax-credit-flow-green,
.lfz-tax-credit-flow-green h1,
.lfz-tax-credit-flow-green h2,
.lfz-tax-credit-flow-green h3,
.lfz-tax-credit-flow-green h4,
.lfz-tax-credit-flow-green p,
.lfz-tax-credit-flow-green span,
.lfz-tax-credit-flow-green strong,
.lfz-tax-credit-flow-green b,
.lfz-tax-credit-flow-green small,
.lfz-tax-credit-flow-green li,
.lfz-tax-credit-flow-green .icon{
  color:#08733f !important;
}


/* ===== JOURNEY SECTION HEADER ALL GREEN ===== */
#journey .section-head,
#journey .section-head .eyebrow,
#journey .section-head h2,
#journey .section-head p {
  color:#08733f !important;
}

/* ===== TESTED ORIGINAL-HEADER MOBILE NAV FIX ===== */

/* Desktop keeps the original navigation appearance */
@media (min-width:1101px){
  body .site-header .nav-toggle{
    display:none !important;
  }

  body .site-header #primary-navigation.main-nav{
    display:flex !important;
    position:static !important;
    width:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }
}

/* Phones + tablets */
@media (max-width:1100px){
  body .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:99999 !important;
  }

  body .site-header .nav-wrap{
    position:relative !important;
  }

  body .site-header .nav-toggle{
    display:block !important;
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
    margin-left:auto !important;
    flex:0 0 46px !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
    position:relative !important;
    z-index:100002 !important;
  }

  /* HARD CLOSED STATE */
  body .site-header #primary-navigation.main-nav{
    display:none !important;
    position:absolute !important;
    top:100% !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-height:calc(100vh - 76px) !important;
    max-height:calc(100dvh - 76px) !important;
    margin:0 !important;
    padding:10px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:4px !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
    background:#fff !important;
    border:1px solid #d7e7de !important;
    border-top:0 !important;
    border-radius:0 0 14px 14px !important;
    box-shadow:0 18px 36px rgba(4,46,30,.18) !important;
    z-index:100001 !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
  }

  /* Only this class opens the menu */
  body .site-header #primary-navigation.main-nav.gg-menu-open{
    display:flex !important;
  }

  body.gg-menu-lock{
    overflow:hidden !important;
  }

  body .site-header #primary-navigation.main-nav > a,
  body .site-header #primary-navigation.main-nav .nav-dropdown,
  body .site-header #primary-navigation.main-nav .nav-dropdown-trigger,
  body .site-header #primary-navigation.main-nav .nav-dropdown-link{
    width:100% !important;
  }

  body .site-header #primary-navigation.main-nav > a,
  body .site-header #primary-navigation.main-nav .nav-dropdown-link{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-height:48px !important;
    padding:12px 14px !important;
    text-align:left !important;
    white-space:normal !important;
    font-size:16px !important;
  }

  body .site-header #primary-navigation.main-nav .nav-dropdown{
    display:block !important;
  }

  body .site-header #primary-navigation.main-nav .nav-dropdown-trigger{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  body .site-header #primary-navigation.main-nav .nav-dropdown-button{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
    flex:0 0 46px !important;
    margin:0 !important;
    cursor:pointer !important;
    touch-action:manipulation !important;
  }

  /* Disable every old hover/open rule on touch layouts */
  body .site-header #primary-navigation.main-nav .nav-dropdown-menu,
  body .site-header #primary-navigation.main-nav .nav-dropdown:hover .nav-dropdown-menu,
  body .site-header #primary-navigation.main-nav .nav-dropdown:focus-within .nav-dropdown-menu,
  body .site-header #primary-navigation.main-nav .nav-dropdown.open .nav-dropdown-menu{
    display:none !important;
    position:static !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    margin:4px 0 6px !important;
    padding:6px !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    box-shadow:none !important;
    background:#f3f9f6 !important;
    border-radius:10px !important;
  }

  body .site-header #primary-navigation.main-nav .nav-dropdown.gg-submenu-open .nav-dropdown-menu,
  body .site-header #primary-navigation.main-nav .nav-dropdown.gg-submenu-open:hover .nav-dropdown-menu,
  body .site-header #primary-navigation.main-nav .nav-dropdown.gg-submenu-open:focus-within .nav-dropdown-menu{
    display:block !important;
  }

  body .site-header #primary-navigation.main-nav .nav-dropdown-menu .nav-dropdown-item{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-height:44px !important;
    padding:11px 14px !important;
    font-size:15px !important;
    text-align:left !important;
    white-space:normal !important;
  }

  body .site-header #primary-navigation.main-nav .nav-dropdown.gg-submenu-open .nav-dropdown-chevron{
    transform:rotate(180deg) !important;
  }
}

@media(max-width:575.98px){
  body .site-header #primary-navigation.main-nav{
    padding:8px !important;
  }
}

/* ===== NATIVE DETAILS MOBILE MENU FINAL ===== */

/* Desktop uses the original nav */
.gg-desktop-nav-wrap{
  margin-left:auto;
}
.gg-mobile-menu{
  display:none;
}

/* Native details summary reset */
.gg-mobile-menu > summary,
.gg-mobile-submenu > summary{
  list-style:none;
}
.gg-mobile-menu > summary::-webkit-details-marker,
.gg-mobile-submenu > summary::-webkit-details-marker{
  display:none;
}

@media(max-width:1100px){
  .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:99999 !important;
    background:#fff !important;
  }

  .site-header .nav-wrap{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
  }

  /* Hide original desktop navigation completely */
  .gg-desktop-nav-wrap{
    display:none !important;
  }

  /* Native browser-controlled mobile menu */
  .gg-mobile-menu{
    display:block !important;
    margin-left:auto !important;
    position:static !important;
  }

  .gg-mobile-menu-toggle{
    width:48px !important;
    height:48px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid rgba(8,115,63,.20) !important;
    border-radius:14px !important;
    background:#f4faf7 !important;
    cursor:pointer !important;
    -webkit-tap-highlight-color:transparent !important;
    touch-action:manipulation !important;
  }

  .gg-mobile-menu-toggle span{
    display:block !important;
    width:22px !important;
    height:2px !important;
    margin:3px auto !important;
    background:#08733f !important;
    border-radius:999px !important;
    transition:transform .18s ease, opacity .18s ease !important;
  }

  .gg-mobile-menu[open] .gg-mobile-menu-toggle span:nth-child(1){
    transform:translateY(5px) rotate(45deg) !important;
  }
  .gg-mobile-menu[open] .gg-mobile-menu-toggle span:nth-child(2){
    opacity:0 !important;
  }
  .gg-mobile-menu[open] .gg-mobile-menu-toggle span:nth-child(3){
    transform:translateY(-5px) rotate(-45deg) !important;
  }

  .gg-mobile-menu-panel{
    position:absolute !important;
    top:100% !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-height:calc(100dvh - 72px) !important;
    padding:10px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:4px !important;
    background:#fff !important;
    border-top:1px solid rgba(8,41,31,.08) !important;
    box-shadow:0 16px 32px rgba(8,41,31,.14) !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
    z-index:100000 !important;
  }

  /* Browser itself controls open/closed state */
  .gg-mobile-menu:not([open]) .gg-mobile-menu-panel{
    display:none !important;
  }
  .gg-mobile-menu[open] .gg-mobile-menu-panel{
    display:flex !important;
  }

  .gg-mobile-menu-panel > a,
  .gg-mobile-submenu > summary{
    width:100% !important;
    min-height:50px !important;
    padding:12px 14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    border-radius:10px !important;
    color:#17382c !important;
    background:#fff !important;
    font-size:16px !important;
    font-weight:700 !important;
    line-height:1.2 !important;
    text-decoration:none !important;
    cursor:pointer !important;
  }

  .gg-mobile-submenu{
    width:100% !important;
  }

  .gg-mobile-submenu > summary{
    position:relative !important;
    padding-right:44px !important;
  }

  .gg-mobile-submenu > summary::after{
    content:"▾" !important;
    position:absolute !important;
    right:16px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    color:#08733f !important;
  }

  .gg-mobile-submenu[open] > summary::after{
    transform:translateY(-50%) rotate(180deg) !important;
  }

  .gg-mobile-submenu-panel{
    padding:6px !important;
    margin:4px 0 6px !important;
    background:#f3f9f6 !important;
    border-radius:10px !important;
  }

  .gg-mobile-submenu:not([open]) .gg-mobile-submenu-panel{
    display:none !important;
  }

  .gg-mobile-submenu[open] .gg-mobile-submenu-panel{
    display:block !important;
  }

  .gg-mobile-submenu-panel a{
    display:flex !important;
    align-items:center !important;
    min-height:46px !important;
    padding:11px 14px !important;
    border-radius:8px !important;
    color:#17382c !important;
    font-size:15px !important;
    font-weight:700 !important;
    text-decoration:none !important;
  }

  .gg-mobile-submenu-panel a + a{
    margin-top:3px !important;
  }

  .gg-mobile-cashout{
    justify-content:center !important;
    margin-top:4px !important;
    background:#08733f !important;
    color:#fff !important;
  }
}

@media(max-width:575.98px){
  .gg-mobile-menu-panel{
    padding:8px !important;
  }
}

/* ===== CREDIT ENGINE MASTER BOX ===== */
.credit-engine-master-box{
  width:min(100%,1320px);
  margin:0 auto;
  padding:clamp(22px,3vw,42px);
  background:rgba(255,255,255,.96);
  border:1px solid rgba(8,115,63,.18);
  border-radius:28px;
  box-shadow:0 22px 55px rgba(7,73,48,.10);
  overflow:hidden;
}
.credit-engine-master-box > .container{
  width:100% !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
@media(max-width:767.98px){
  .credit-engine-master-box{padding:16px;border-radius:20px;}
}
@media(max-width:420px){
  .credit-engine-master-box{padding:12px;border-radius:16px;}
}


/* ===== TOP CREDIT STATS MASTER BOX ===== */
.credit-stats-master-box{
  width:min(100%,1320px);
  margin:0 auto clamp(22px,3vw,36px);
  padding:12px;
  background:#fff;
  border:1px solid rgba(8,115,63,.20);
  border-radius:22px;
  box-shadow:0 14px 34px rgba(7,73,48,.08);
  overflow:hidden;
}

.credit-stats-master-box > *{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

@media(max-width:767.98px){
  .credit-stats-master-box{
    padding:8px;
    border-radius:18px;
  }
}


/* ===== REVISED CREDIT ENGINE BOXES ===== */

/* Top stats strip */
.credit-stats-master-box{
  width:min(100%,1180px) !important;
  margin:0 auto 24px !important;
  padding:10px 14px !important;
  background:#ffffff !important;
  border:1px solid rgba(8,115,63,.16) !important;
  border-radius:18px !important;
  box-shadow:0 10px 26px rgba(7,73,48,.07) !important;
  overflow:hidden !important;
}

/* Main credit engine box */
.credit-engine-master-box{
  width:min(100%,1180px) !important;
  margin:0 auto !important;
  padding:30px !important;
  background:#ffffff !important;
  border:1px solid rgba(8,115,63,.16) !important;
  border-radius:22px !important;
  box-shadow:0 16px 36px rgba(7,73,48,.08) !important;
  overflow:hidden !important;
}

/* Keep internal content centered and aligned */
.credit-engine-master-box > .container,
.credit-stats-master-box > .container{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Improve spacing between internal rows/cards */
.credit-engine-master-box .lfz-spew-value-row,
.credit-engine-master-box .lfz-spew-grid,
.credit-engine-master-box .lfz-spew-footer{
  margin-top:20px !important;
}

.credit-engine-master-box .lfz-spew-grid{
  gap:18px !important;
}

/* Tablet */
@media(max-width:900px){
  .credit-stats-master-box{
    width:calc(100% - 32px) !important;
    padding:10px !important;
    margin-bottom:18px !important;
    border-radius:16px !important;
  }

  .credit-engine-master-box{
    width:calc(100% - 32px) !important;
    padding:22px !important;
    border-radius:18px !important;
  }
}

/* Mobile */
@media(max-width:575.98px){
  .credit-stats-master-box{
    width:calc(100% - 24px) !important;
    margin-bottom:14px !important;
    padding:8px !important;
    border-radius:14px !important;
  }

  .credit-engine-master-box{
    width:calc(100% - 24px) !important;
    padding:16px !important;
    border-radius:16px !important;
  }

  .credit-engine-master-box .lfz-spew-grid{
    gap:12px !important;
  }
}


/* ===== SCREENSHOT DESIGN CONVERTED TO EDITABLE HTML/CSS ===== */
.ref-credit-engine{padding:32px 0 44px;background:#f7fbf8}
.ref-engine-box{max-width:1180px;margin:auto;padding:16px 18px 18px;background:#fff;border:1px solid #dbe9e1;border-radius:24px;box-shadow:0 18px 45px rgba(7,73,48,.07)}
.ref-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #d8e8df;border-radius:18px;background:#fff;overflow:hidden}
.ref-stats>div{min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;text-align:center;padding:12px}
.ref-stats>div:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#d4e5dc}
.ref-stats strong{font-size:22px;color:#07914f;line-height:1;margin-bottom:8px}
.ref-stats span{font-size:11px;color:#708078}
.ref-engine-head{text-align:center;padding:56px 15px 30px}
.ref-pill{display:inline-block;padding:7px 13px;border:1px solid #cce4d7;border-radius:999px;color:#07894a;font-size:10px;font-weight:800;letter-spacing:.12em;background:#fff}
.ref-engine-head h2{margin:16px 0 12px;color:#087a43;font-size:38px;line-height:1.08}
.ref-engine-head p{margin:0;color:#148451;font-size:14px;line-height:1.7}
.ref-value-row{display:grid;grid-template-columns:.8fr 1fr 42px 1fr;gap:18px;align-items:center;margin:8px 0 26px}
.ref-join{display:flex;align-items:center;min-height:58px;padding:0 22px;border-radius:999px;background:linear-gradient(90deg,#0a934e,#08783f);color:#fff;text-decoration:none;font-weight:800;font-size:14px}
.ref-value{min-height:150px;padding:28px;border-radius:20px;border:1px solid #cfe3d7;display:flex;flex-direction:column;justify-content:center}
.ref-value small{font-size:9px;font-weight:800;letter-spacing:.1em;color:#168653}
.ref-value strong{font-size:42px;line-height:1.1;color:#078444;margin:10px 0 4px}
.ref-value span{font-size:9px;color:#168653}
.ref-credit{background:linear-gradient(135deg,#eefbf3,#e2f7ea)}
.ref-cash{background:linear-gradient(135deg,#fff2c4,#ffe18a);border-color:#ecd170}
.ref-cash strong{letter-spacing:.03em}
.ref-equal{text-align:center;color:#087c43;font-size:22px;font-weight:900}
.ref-process{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr;align-items:center;gap:8px}
.ref-process article{min-height:210px;padding:20px;border:1px solid #dce7e1;border-radius:17px;background:#fff;box-shadow:0 8px 20px rgba(7,73,48,.05)}
.ref-process article b{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:#eaf8f0;color:#0a8b4c;font-size:11px}
.ref-process h3{font-size:17px;line-height:1.35;color:#087c43;margin:20px 0 10px}
.ref-process p{font-size:12px;line-height:1.65;color:#168653;margin:0}
.ref-process>i{font-style:normal;text-align:center;color:#078444;font-size:20px;font-weight:900}
.ref-dragon-banner{margin-top:12px;min-height:170px;display:grid;grid-template-columns:1fr 2.5fr 1fr;align-items:center;overflow:hidden;border:1px solid #168451;border-radius:16px;background:linear-gradient(90deg,#013f2d,#004f38 50%,#013f2d);position:relative}
.ref-dragon-side{height:100%;position:relative;background:radial-gradient(circle at center,#116e48 0,#02432f 68%);opacity:.95}
.ref-dragon-side:before{content:"🐉";position:absolute;top:50%;font-size:92px;transform:translateY(-50%);filter:saturate(1.2)}
.ref-left:before{left:22px}
.ref-right:before{right:22px;transform:translateY(-50%) scaleX(-1)}
.ref-icon{position:absolute;bottom:18px;width:52px;height:52px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:25px;z-index:2;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.ref-left .ref-icon{left:24px}.ref-right .ref-icon{right:24px}
.ref-dragon-copy{text-align:center;z-index:2;padding:20px}
.ref-dragon-copy strong{display:block;color:#fff;font-size:21px;line-height:1.3;margin-bottom:14px}
.ref-dragon-copy span{display:block;color:#00e66f;font-size:20px;font-weight:800}

@media(max-width:900px){
 .ref-value-row{grid-template-columns:1fr 1fr}
 .ref-equal{display:none}
 .ref-process{grid-template-columns:1fr 1fr;gap:14px}
 .ref-process>i{display:none}
 .ref-dragon-banner{grid-template-columns:.8fr 2fr .8fr}
 .ref-engine-head h2{font-size:32px}
}
@media(max-width:575.98px){
 .ref-credit-engine{padding:20px 0 28px}
 .ref-engine-box{padding:10px;border-radius:17px}
 .ref-stats{grid-template-columns:1fr 1fr}
 .ref-stats>div:nth-child(2):after{display:none}
 .ref-stats>div:nth-child(-n+2){border-bottom:1px solid #d8e8df}
 .ref-engine-head{padding:32px 8px 22px}
 .ref-engine-head h2{font-size:27px}
 .ref-engine-head p{font-size:13px}.desktop-only{display:none}
 .ref-value-row{grid-template-columns:1fr;gap:12px}
 .ref-value{min-height:125px;padding:22px}
 .ref-value strong{font-size:34px}
 .ref-process{grid-template-columns:1fr}
 .ref-process article{min-height:0}
 .ref-dragon-banner{grid-template-columns:1fr;min-height:auto}
 .ref-dragon-side{display:none}
 .ref-dragon-copy{padding:24px 12px}
 .ref-dragon-copy strong{font-size:17px}
 .ref-dragon-copy span{font-size:15px}
}

/* ===== EXACT REFERENCE DESIGN AS-IS ===== */
.ggx-section{
  padding:10px 0 34px !important;
  background:#f8fbf9;
}
.ggx-wrap{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

/* top white stats box */
.ggx-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid #dbe7e0;
  border-radius:17px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(8,77,50,.04);
}
.ggx-stat{
  min-height:84px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
  text-align:center;
  padding:12px 16px;
}
.ggx-stat:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:18px;
  bottom:18px;
  width:1px;
  background:#d5e3db;
}
.ggx-stat strong{
  color:#008d49;
  font-size:22px;
  font-weight:800;
  line-height:1;
  margin-bottom:9px;
}
.ggx-stat span{
  color:#66796f;
  font-size:10px;
  line-height:1.3;
}

/* heading area */
.ggx-head{
  text-align:center;
  padding:54px 16px 28px;
}
.ggx-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:28px;
  padding:5px 12px;
  border:1px solid #cfe3d8;
  border-radius:999px;
  background:#fff;
  color:#078448;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
}
.ggx-pill i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#16b365;
  box-shadow:0 0 0 4px #e9f8f0;
}
.ggx-head h2{
  margin:17px 0 12px;
  color:#087e44 !important;
  font-size:37px !important;
  line-height:1.08 !important;
  letter-spacing:-.025em !important;
  font-weight:700 !important;
}
.ggx-head p{
  margin:0;
  color:#0b8a4d !important;
  font-size:13px;
  line-height:1.7;
}

/* join + values */
.ggx-value-row{
  display:grid;
  grid-template-columns:190px 1fr 42px 1fr;
  align-items:center;
  gap:18px;
  margin:2px 0 22px;
}
.ggx-join{
  min-height:58px;
  display:flex;
  align-items:center;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(90deg,#0a934e,#08783f);
  color:#fff !important;
  text-decoration:none;
  font-weight:800;
  font-size:13px;
}
.ggx-value-card{
  min-height:144px;
  border-radius:20px;
  padding:28px 28px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ggx-credit-card{
  background:linear-gradient(135deg,#eefbf3,#e2f7ea);
  border:1px solid #cfe3d7;
}
.ggx-cash-card{
  background:linear-gradient(135deg,#fff2c4,#ffe18a);
  border:1px solid #ecd170;
}
.ggx-value-card small{
  color:#12824f;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}
.ggx-value-card strong{
  margin:10px 0 4px;
  color:#087d43;
  font-size:41px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}
.ggx-cash-card strong{
  letter-spacing:.02em;
}
.ggx-value-card span{
  color:#168653;
  font-size:8px;
  line-height:1.35;
}
.ggx-eq{
  text-align:center;
  color:#087d43;
  font-size:22px;
  font-weight:900;
}

/* four cards */
.ggx-process{
  display:grid;
  grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr;
  gap:8px;
  align-items:center;
}
.ggx-process article{
  min-height:196px;
  padding:18px 18px 20px;
  border:1px solid #dce7e1;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 20px rgba(7,73,48,.05);
}
.ggx-process article b{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  background:#eaf8f0;
  color:#0a8b4c;
  font-size:10px;
}
.ggx-process article h3{
  margin:20px 0 10px;
  color:#087d43;
  font-size:16px;
  line-height:1.32;
  font-weight:700;
}
.ggx-process article p{
  margin:0;
  color:#0c8b4e;
  font-size:11px;
  line-height:1.55;
}
.ggx-process>i{
  font-style:normal;
  text-align:center;
  color:#087d43;
  font-size:18px;
  font-weight:900;
}

/* bottom banner */
.ggx-banner{
  position:relative;
  min-height:166px;
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 2.5fr 1fr;
  align-items:center;
  overflow:hidden;
  border:1px solid #17834f;
  border-radius:15px;
  background:linear-gradient(90deg,#013f2d,#004b35 50%,#013f2d);
}
.ggx-dragon{
  display:flex;
  align-items:center;
  height:100%;
  font-size:92px;
  opacity:.92;
}
.ggx-dragon-left{
  justify-content:flex-start;
  padding-left:18px;
}
.ggx-dragon-right{
  justify-content:flex-end;
  padding-right:18px;
  transform:scaleX(-1);
}
.ggx-banner-copy{
  text-align:center;
  z-index:2;
  padding:16px;
}
.ggx-banner-copy strong{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1.35;
  margin-bottom:12px;
}
.ggx-banner-copy span{
  display:block;
  color:#00e56c;
  font-size:19px;
  line-height:1.2;
  font-weight:800;
}
.ggx-banner-icon{
  position:absolute;
  bottom:16px;
  width:48px;
  height:48px;
  border-radius:12px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  z-index:3;
}
.ggx-banner-icon-left{left:24px}
.ggx-banner-icon-right{right:24px}

/* tablet */
@media(max-width:900px){
  .ggx-value-row{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .ggx-eq{display:none}
  .ggx-process{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .ggx-process>i{display:none}
  .ggx-banner{
    grid-template-columns:.8fr 2fr .8fr;
  }
  .ggx-head h2{font-size:32px !important}
}

/* mobile */
@media(max-width:575.98px){
  .ggx-section{padding:8px 0 24px !important}
  .ggx-stats{
    grid-template-columns:1fr 1fr;
    border-radius:14px;
  }
  .ggx-stat:nth-child(1),
  .ggx-stat:nth-child(2){
    border-bottom:1px solid #d5e3db;
  }
  .ggx-stat:nth-child(2)::after{display:none}
  .ggx-head{padding:34px 10px 22px}
  .ggx-head h2{font-size:27px !important}
  .ggx-head p{font-size:12px}
  .ggx-head p br{display:none}
  .ggx-value-row{
    grid-template-columns:1fr;
    gap:12px;
  }
  .ggx-value-card{
    min-height:120px;
    padding:22px;
  }
  .ggx-value-card strong{
    font-size:34px;
  }
  .ggx-process{
    grid-template-columns:1fr;
  }
  .ggx-process article{
    min-height:0;
  }
  .ggx-banner{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .ggx-dragon{display:none}
  .ggx-banner-copy{padding:22px 12px}
  .ggx-banner-copy strong{font-size:16px}
  .ggx-banner-copy span{font-size:14px}
  .ggx-banner-icon{
    width:40px;
    height:40px;
    font-size:20px;
    bottom:10px;
  }
}


/* ===== NEW GENERATED REFERENCE DESIGN IMPLEMENTED ===== */
.new-credit-engine-section{
  padding:28px 0 42px !important;
  background:#f8fbf9;
}

.new-credit-engine{
  max-width:1180px;
  margin:0 auto;
}

/* top stat strip */
.new-stats-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid #d9e5df;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(8,77,50,.05);
  overflow:hidden;
}

.new-stat{
  min-height:112px;
  padding:16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
}

.new-stat:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:22px;
  bottom:22px;
  width:1px;
  background:#d5e3db;
}

.new-stat strong{
  margin-bottom:14px;
  color:#0a914e;
  font-size:33px;
  line-height:1;
  font-weight:800;
}

.new-stat span{
  color:#566a60;
  font-size:14px;
  line-height:1.3;
}

/* heading */
.new-credit-engine-head{
  padding:56px 16px 42px;
  text-align:center;
}

.new-engine-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 14px;
  border:1px solid #d4e7dd;
  border-radius:999px;
  background:#fff;
  color:#087b44;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  box-shadow:0 5px 14px rgba(8,77,50,.05);
}

.new-engine-pill i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0eb665;
  box-shadow:0 0 0 4px #e6f8ef;
}

.new-credit-engine-head h2{
  margin:26px 0 18px;
  color:#087b44 !important;
  font-size:46px !important;
  line-height:1.08 !important;
  letter-spacing:-.03em !important;
  font-weight:700 !important;
}

.new-credit-engine-head p{
  margin:0;
  color:#087b44 !important;
  font-size:16px;
  line-height:1.7;
}

/* value row */
.new-value-row{
  display:grid;
  grid-template-columns:240px 1fr 52px 1fr;
  align-items:center;
  gap:20px;
  margin:8px 0 34px;
}

.new-join-btn{
  min-height:68px;
  padding:0 30px;
  display:flex;
  align-items:center;
  border-radius:999px;
  background:linear-gradient(90deg,#0a934e,#08783f);
  color:#fff !important;
  text-decoration:none;
  font-size:18px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(10,147,78,.18);
}

.new-value-card{
  min-height:190px;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:24px;
}

.new-credit-card{
  background:linear-gradient(135deg,#eefbf3,#e5f8ec);
  border:1px solid #cbe2d5;
}

.new-cash-card{
  background:linear-gradient(135deg,#fff3c8,#ffe291);
  border:1px solid #ebcc67;
}

.new-value-card small{
  color:#087b44;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

.new-value-card strong{
  margin:18px 0 10px;
  color:#087b44;
  font-size:56px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

.new-value-card span{
  color:#087b44;
  font-size:12px;
  line-height:1.4;
}

.new-equals{
  text-align:center;
  color:#087b44;
  font-size:28px;
  font-weight:900;
}

/* process cards */
.new-process-grid{
  display:grid;
  grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;
  gap:10px;
  align-items:center;
}

.new-process-grid article{
  min-height:380px;
  padding:34px 28px;
  border:1px solid #dce6e1;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 24px rgba(7,73,48,.06);
}

.new-process-grid article b{
  width:50px;
  height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#e9f8ef;
  color:#0a8b4c;
  font-size:14px;
}

.new-process-grid article h3{
  margin:42px 0 24px;
  color:#087b44;
  font-size:24px;
  line-height:1.45;
  font-weight:700;
}

.new-process-grid article p{
  margin:0;
  color:#0b7f48;
  font-size:16px;
  line-height:1.85;
}

.new-process-grid > i{
  font-style:normal;
  text-align:center;
  color:#087b44;
  font-size:25px;
  font-weight:900;
}

/* dragon banner */
.new-dragon-banner{
  position:relative;
  min-height:300px;
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 2.1fr 1fr;
  align-items:center;
  overflow:hidden;
  border:1px solid #0d6e45;
  border-radius:22px;
  background:
    radial-gradient(circle at center,rgba(18,116,74,.18),transparent 46%),
    linear-gradient(90deg,#003b2b,#004d37 50%,#003b2b);
}

.new-dragon{
  width:100%;
  max-height:300px;
  object-fit:contain;
  align-self:end;
}

.new-dragon-left{
  justify-self:start;
}

.new-dragon-right{
  justify-self:end;
}

.new-banner-copy{
  position:relative;
  z-index:3;
  padding:20px;
  text-align:center;
}

.new-banner-copy strong{
  display:block;
  margin-bottom:28px;
  color:#fff;
  font-size:23px;
  line-height:1.4;
}

.new-banner-copy span{
  display:block;
  color:#00e66f;
  font-size:27px;
  line-height:1.25;
  font-weight:800;
}

.new-banner-icon{
  position:absolute;
  bottom:24px;
  width:74px;
  height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#fff;
  font-size:34px;
  box-shadow:0 10px 24px rgba(0,0,0,.20);
  z-index:4;
}

.new-banner-icon-left{left:30px}
.new-banner-icon-right{right:30px}

/* tablet */
@media(max-width:900px){
  .new-credit-engine-head h2{
    font-size:38px !important;
  }

  .new-value-row{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }

  .new-equals{
    display:none;
  }

  .new-process-grid{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }

  .new-process-grid > i{
    display:none;
  }

  .new-process-grid article{
    min-height:300px;
  }

  .new-dragon-banner{
    grid-template-columns:.8fr 2fr .8fr;
  }
}

/* mobile */
@media(max-width:575.98px){
  .new-credit-engine-section{
    padding:18px 0 28px !important;
  }

  .new-stats-strip{
    grid-template-columns:1fr 1fr;
    border-radius:16px;
  }

  .new-stat{
    min-height:96px;
  }

  .new-stat:nth-child(1),
  .new-stat:nth-child(2){
    border-bottom:1px solid #d5e3db;
  }

  .new-stat:nth-child(2)::after{
    display:none;
  }

  .new-credit-engine-head{
    padding:38px 8px 28px;
  }

  .new-credit-engine-head h2{
    font-size:30px !important;
  }

  .new-credit-engine-head p{
    font-size:14px;
  }

  .desktop-only{
    display:none;
  }

  .new-value-row{
    grid-template-columns:1fr;
    gap:14px;
  }

  .new-value-card{
    min-height:150px;
    padding:26px;
  }

  .new-value-card strong{
    font-size:42px;
  }

  .new-process-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .new-process-grid article{
    min-height:0;
    padding:24px 20px;
  }

  .new-process-grid article h3{
    margin:24px 0 14px;
    font-size:20px;
  }

  .new-process-grid article p{
    font-size:14px;
    line-height:1.65;
  }

  .new-dragon-banner{
    min-height:220px;
    grid-template-columns:1fr;
  }

  .new-dragon{
    display:none;
  }

  .new-banner-copy{
    padding:38px 18px 70px;
  }

  .new-banner-copy strong{
    font-size:18px;
    margin-bottom:18px;
  }

  .new-banner-copy span{
    font-size:18px;
  }

  .new-banner-icon{
    width:52px;
    height:52px;
    bottom:14px;
    font-size:24px;
  }

  .new-banner-icon-left{left:18px}
  .new-banner-icon-right{right:18px}
}


/* ===== COMPLETE CREDIT ENGINE IN ONE OUTER BOX ===== */
.new-credit-engine{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:18px !important;
  background:#ffffff !important;
  border:1px solid #d9e7df !important;
  border-radius:24px !important;
  box-shadow:0 18px 42px rgba(7,73,48,.08) !important;
  overflow:hidden !important;
}

@media(max-width:900px){
  .new-credit-engine{
    padding:14px !important;
    border-radius:20px !important;
  }
}

@media(max-width:575.98px){
  .new-credit-engine{
    padding:10px !important;
    border-radius:16px !important;
  }
}


/* Exact supplied LFZ journey banner image */
.new-dragon-banner-image{
  width:100%;
  margin-top:34px;
  overflow:hidden;
  border-radius:16px;
}
.new-dragon-banner-image img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
}
@media(max-width:575.98px){
  .new-dragon-banner-image{
    margin-top:18px;
    border-radius:12px;
  }
}


/* How It Works bottom CTA - bring content slightly inward from both sides */
body:has(.cta-band) .cta-band .container,
body:has(.cta) .cta .container{
  padding-left:32px !important;
  padding-right:32px !important;
}

@media(max-width:767.98px){
  body:has(.cta-band) .cta-band .container,
  body:has(.cta) .cta .container{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}


/* How It Works CTA - white background and green text */
.cta-band,
.cta{
  background:#ffffff !important;
}

.cta-band .eyebrow,
.cta .eyebrow{
  color:#087b44 !important;
}

.cta-band h2,
.cta h2{
  color:#087b44 !important;
}


/* Match bottom CTA outer spacing to Member Wallet card */
.cta-band,
.cta{
  width:calc(100% - 80px) !important;
  max-width:1440px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius:34px !important;
  overflow:hidden !important;
}

.cta-band .container,
.cta .container{
  max-width:none !important;
  width:100% !important;
  padding-left:38px !important;
  padding-right:38px !important;
}

/* keep CTA content comfortably inset */
.cta-band .cta-inner,
.cta .cta-inner{
  padding-left:0 !important;
  padding-right:0 !important;
}

@media(max-width:991.98px){
  .cta-band,
  .cta{
    width:calc(100% - 48px) !important;
    border-radius:26px !important;
  }
  .cta-band .container,
  .cta .container{
    padding-left:28px !important;
    padding-right:28px !important;
  }
}

@media(max-width:575.98px){
  .cta-band,
  .cta{
    width:calc(100% - 28px) !important;
    border-radius:20px !important;
  }
  .cta-band .container,
  .cta .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }
}


/* ===== EXACT HOW IT WORKS SUMMARY CARD SPACING FIX ===== */
/* Real element: <div class="container how-summary-card"> */

.how-summary-section{
  padding-left:0 !important;
  padding-right:0 !important;
}

.how-summary-section .how-summary-card{
  width:calc(100% - 80px) !important;
  max-width:1440px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:44px 50px !important;
  border-radius:30px !important;
}

/* Keep text/button away from outer edges */
.how-summary-section .how-summary-card > div{
  min-width:0 !important;
}

.how-summary-section .how-summary-card .btn{
  margin-left:24px !important;
  flex:0 0 auto !important;
}

@media(max-width:991.98px){
  .how-summary-section .how-summary-card{
    width:calc(100% - 48px) !important;
    padding:36px 32px !important;
    border-radius:26px !important;
  }

  .how-summary-section .how-summary-card .btn{
    margin-left:0 !important;
  }
}

@media(max-width:767.98px){
  .how-summary-section .how-summary-card{
    width:calc(100% - 32px) !important;
    padding:30px 24px !important;
    border-radius:22px !important;
  }
}

@media(max-width:575.98px){
  .how-summary-section .how-summary-card{
    width:calc(100% - 24px) !important;
    padding:24px 18px !important;
    border-radius:20px !important;
  }
}

/* ===== Cross-browser responsive hardening — 13 Aug 2026 ===== */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{min-width:0}
img,svg,video,canvas,iframe{max-width:100%}
input,select,textarea,button{max-width:100%}
.container{max-width:100%}
.site-header{-webkit-backdrop-filter:blur(18px)}
.main-nav,.nav-wrap,.hero-grid,.split,.footer-grid,.steps,.stats-grid{min-width:0}
.main-nav a,.btn{white-space:normal;text-align:center}

@media(max-width:1100px){
  .container{width:min(100% - 32px,1220px)}
  .nav-wrap{height:auto;min-height:76px;padding:10px 0;flex-wrap:wrap}
  .nav-toggle{display:grid;place-items:center}
  .main-nav{
    display:none;width:100%;order:3;margin:10px 0 0;padding:10px;
    grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;
    background:#fff;border:1px solid var(--line);border-radius:16px;
    box-shadow:var(--shadow-sm)
  }
  .main-nav.open{display:grid}
  .main-nav a{width:100%;padding:12px 10px}
  .main-nav .nav-cta{margin-left:0}
  .hero-grid{grid-template-columns:1fr;gap:42px;min-height:0;padding:64px 0 96px}
  .hero-copy{max-width:760px}
  .hero-card{width:min(620px,100%);margin:auto}
  .steps{grid-template-columns:repeat(3,minmax(0,1fr))}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .stats-grid div:nth-child(2){border-right:0}
  .stats-grid div:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}
}

@media(max-width:767.98px){
  .container{width:calc(100% - 24px)}
  .topbar{font-size:11px}
  .topbar-inner{gap:8px;justify-content:center;text-align:center;flex-wrap:wrap}
  .topbar a{margin:0 7px}
  .brand{min-width:0;max-width:calc(100% - 58px)}
  .brand strong{font-size:18px}
  .brand small{font-size:8px;letter-spacing:1.1px}
  .brand-mark{width:46px;height:46px;border-radius:14px;flex:0 0 46px}
  .main-nav{grid-template-columns:1fr}
  .hero-grid{padding:48px 0 82px;gap:30px}
  .hero h1,.page-hero h1{font-size:clamp(38px,12vw,56px);letter-spacing:-2px}
  .hero p,.page-hero p,.section-head p,.split p,.charity-home p{font-size:16px;line-height:1.7}
  .hero-card{height:auto;padding:12px;border-radius:24px}
  .hero-photo{height:min(72vw,390px);min-height:250px}
  .gold-tag{right:8px;top:24px;width:88px;height:88px;border-width:5px;font-size:10px}
  .wallet-mini{position:relative;left:auto;bottom:auto;width:calc(100% - 16px);margin:-34px auto 0;padding:18px;z-index:4}
  .wallet-mini strong{font-size:29px}
  .kg-mini{position:relative;right:auto;bottom:auto;margin:10px 8px 4px}
  .actions{display:grid;grid-template-columns:1fr;width:100%}
  .actions .btn{width:100%}
  .stats{margin-top:-36px}
  .stats-grid{padding:20px 16px;border-radius:20px}
  .section{padding:72px 0}
  .section-head{margin-bottom:36px}
  .section-head h2,.split h2,.charity-home h2{font-size:clamp(31px,9vw,44px);letter-spacing:-1.4px}
  .steps{grid-template-columns:1fr}
  .cta-band,.cta{width:calc(100% - 20px)!important}
}

@media(max-width:479.98px){
  .container{width:calc(100% - 18px)}
  .topbar-inner>span{width:100%}
  .nav-wrap{min-height:68px}
  .brand strong{font-size:16px}
  .brand small{display:none}
  .nav-toggle{width:42px;height:42px}
  .hero-grid{padding-top:38px}
  .hero h1,.page-hero h1{font-size:clamp(34px,11.5vw,46px);line-height:1.08}
  .pill,.eyebrow{font-size:10px;letter-spacing:.8px}
  .stats-grid{grid-template-columns:1fr}
  .stats-grid div{border-right:0!important;border-bottom:1px solid var(--line);padding:14px 0;margin:0!important}
  .stats-grid div:last-child{border-bottom:0}
  .trust-row{display:grid;grid-template-columns:1fr;width:100%}
  .trust-row span{text-align:center}
}

/* Prevent legacy content from creating horizontal page scroll. */
.table-wrap,.new-credit-engine,.how-summary-card,.cta-inner{max-width:100%}
pre,code{overflow-wrap:anywhere}

/* ===== HOME HERO + LFZ CREDIT ENGINE: ONE MASTER SHOWCASE BOX ===== */
.home-credit-master-box{
  width:min(1240px,calc(100% - 32px));
  margin:30px auto 52px;
  overflow:hidden;
  border:2px solid rgba(120,219,164,.78);
  border-radius:30px;
  background:#087044;
  box-shadow:0 24px 64px rgba(5,78,49,.16);
}

.home-credit-master-box .hero{
  border-radius:0;
  overflow:hidden;
}

.home-credit-master-box .hero .container{
  width:min(1120px,calc(100% - 56px));
}

.home-credit-master-box .hero-grid{
  min-height:560px;
  padding:48px 0 54px;
  gap:52px;
}

.home-credit-master-box .hero h1{
  font-size:clamp(48px,5.2vw,70px);
  line-height:1.04;
  max-width:560px;
}

.home-credit-master-box .hero p{
  max-width:570px;
  font-size:17px;
  line-height:1.72;
}

.home-credit-master-box .hero-card{
  height:460px;
  border:2px solid rgba(154,229,188,.55);
  border-radius:28px;
}

.home-credit-master-box .hero-photo{
  height:330px;
  border-radius:22px;
}

.home-credit-master-box .wallet-mini{
  left:-8px;
  bottom:18px;
  width:285px;
}

.home-credit-master-box .kg-mini{
  right:18px;
  bottom:20px;
}

.home-credit-master-box .new-credit-engine-section{
  margin:0;
  padding:18px 16px 20px !important;
  background:#fff;
  border-top:1px solid #dce9e2;
}

.home-credit-master-box .new-credit-engine-section > .container{
  width:100%;
  max-width:none;
  padding:0;
}

.home-credit-master-box .new-credit-engine{
  max-width:none !important;
  padding:16px !important;
  border:1px solid #d9e7df !important;
  border-radius:22px !important;
  box-shadow:0 12px 30px rgba(7,73,48,.07) !important;
}

.home-credit-master-box .new-stats-strip{
  border-radius:17px;
}

.home-credit-master-box .new-credit-engine-head{
  padding:48px 16px 34px;
}

.home-credit-master-box .new-value-row{
  margin-bottom:30px;
}

.home-credit-master-box .new-process-grid article{
  min-height:330px;
}

.home-credit-master-box .new-process-grid article h3{
  margin:34px 0 20px;
}

.home-credit-master-box .new-dragon-banner-image{
  margin-top:28px;
}

@media(max-width:900px){
  .home-credit-master-box{
    width:min(100% - 24px,1240px);
    margin:20px auto 40px;
    border-radius:24px;
  }
  .home-credit-master-box .hero .container{
    width:calc(100% - 36px);
  }
  .home-credit-master-box .hero-grid{
    padding:46px 0 62px;
    gap:42px;
  }
  .home-credit-master-box .hero-card{
    max-width:680px;
    height:450px;
  }
  .home-credit-master-box .new-credit-engine-section{
    padding:14px !important;
  }
  .home-credit-master-box .new-process-grid article{
    min-height:270px;
  }
}

@media(max-width:575.98px){
  .home-credit-master-box{
    width:calc(100% - 16px);
    margin:12px auto 30px;
    border-width:1px;
    border-radius:18px;
  }
  .home-credit-master-box .hero .container{
    width:calc(100% - 24px);
  }
  .home-credit-master-box .hero-grid{
    padding:36px 0 44px;
    gap:34px;
  }
  .home-credit-master-box .hero h1{
    font-size:clamp(40px,12vw,52px);
    overflow-wrap:normal;
  }
  .home-credit-master-box .hero p{
    font-size:16px;
  }
  .home-credit-master-box .hero-card{
    height:390px;
    padding:10px;
    border-radius:20px;
  }
  .home-credit-master-box .hero-photo{
    height:285px;
    border-radius:15px;
  }
  .home-credit-master-box .wallet-mini{
    left:10px;
    bottom:12px;
    width:calc(100% - 100px);
    max-width:245px;
    padding:15px 16px;
    border-radius:16px;
  }
  .home-credit-master-box .wallet-mini strong{
    font-size:25px;
  }
  .home-credit-master-box .kg-mini{
    display:block;
    right:10px;
    bottom:12px;
    padding:12px 10px;
    border-radius:14px;
  }
  .home-credit-master-box .kg-mini strong{
    font-size:16px;
  }
  .home-credit-master-box .kg-mini span{
    font-size:9px;
  }
  .home-credit-master-box .new-credit-engine-section{
    padding:8px !important;
  }
  .home-credit-master-box .new-credit-engine{
    padding:8px !important;
    border-radius:14px !important;
  }
  .home-credit-master-box .new-credit-engine-head{
    padding:32px 8px 24px;
  }
  .home-credit-master-box .new-value-row{
    margin-bottom:20px;
  }
  .home-credit-master-box .new-join-btn{
    justify-content:center;
  }
}

/* Visual details for the coded reference design */
.home-credit-master-box .hero-join-link{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-width:310px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:13px;
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.home-credit-master-box .hero-join-link:hover{
  background:rgba(255,255,255,.15);
  border-color:rgba(255,255,255,.48);
  transform:translateY(-1px);
}
.home-credit-master-box .hero-join-link b{
  font-size:25px;
  line-height:1;
}

.home-credit-master-box .new-stat{
  display:grid;
  grid-template-columns:auto auto;
  grid-template-rows:auto auto;
  column-gap:12px;
  align-content:center;
  justify-content:center;
}
.home-credit-master-box .new-stat-icon{
  grid-row:1 / 3;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  align-self:center;
  border-radius:50%;
  background:#e9f8ef;
  color:#078044;
  font-size:23px;
  font-weight:900;
}
.home-credit-master-box .new-stat strong{
  margin:0 0 3px;
  text-align:left;
  font-size:31px;
}
.home-credit-master-box .new-stat > span:last-child{
  text-align:left;
}

.home-credit-master-box .new-step-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.home-credit-master-box .new-step-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#effaf3;
  color:#087b44;
  font-size:31px;
  font-weight:900;
}
.home-credit-master-box .new-process-grid article h3{
  margin-top:28px;
}
.home-credit-master-box .new-join-btn::after{
  content:'→';
  margin-left:auto;
  font-size:26px;
  line-height:1;
}

@media(max-width:700px){
  .home-credit-master-box .new-stat{
    grid-template-columns:auto 1fr;
    justify-content:stretch;
    padding-left:18px;
    padding-right:14px;
  }
  .home-credit-master-box .new-stat-icon{
    width:42px;
    height:42px;
    font-size:20px;
  }
}

@media(max-width:575.98px){
  .home-credit-master-box .hero-join-link{
    min-width:0;
    width:100%;
  }
  .home-credit-master-box .new-step-icon{
    width:54px;
    height:54px;
    border-radius:15px;
    font-size:26px;
  }
}

/* ===== CLIENT DEMO FINAL RESPONSIVE PASS — 13 Aug 2026 ===== */
*{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,picture,video,iframe{height:auto}
img{object-fit:cover}
section,header,footer,main,nav,div,article,aside{min-width:0}

/* Large laptop / compact desktop */
@media (min-width:901px) and (max-width:1199.98px){
  .home-credit-master-box{width:calc(100% - 28px)}
  .home-credit-master-box .hero .container{width:calc(100% - 44px)}
  .home-credit-master-box .hero-grid{gap:32px;padding:44px 0 52px}
  .home-credit-master-box .hero h1{font-size:clamp(46px,5.3vw,62px)}
  .home-credit-master-box .hero-card{width:100%;max-width:620px}
  .home-credit-master-box .new-credit-engine{padding:14px!important}
}

/* Tablet portrait + landscape */
@media (min-width:576px) and (max-width:900px){
  .home-credit-master-box .hero-grid{grid-template-columns:1fr;min-height:0}
  .home-credit-master-box .hero-copy{max-width:720px;margin-inline:auto;width:100%}
  .home-credit-master-box .hero h1{font-size:clamp(46px,7.2vw,62px);max-width:680px}
  .home-credit-master-box .hero-card{width:min(100%,680px);margin-inline:auto}
  .home-credit-master-box .new-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-credit-master-box .new-stat:nth-child(2)::after{display:none}
  .home-credit-master-box .new-stat:nth-child(-n+2){border-bottom:1px solid #d5e3db}
  .home-credit-master-box .new-value-row{grid-template-columns:1fr 1fr}
  .home-credit-master-box .new-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Phones */
@media (max-width:575.98px){
  .home-credit-master-box .hero-copy{width:100%}
  .home-credit-master-box .hero h1{font-size:clamp(34px,11vw,50px);line-height:1.06;letter-spacing:-1.5px;overflow-wrap:anywhere}
  .home-credit-master-box .hero p{font-size:15px;line-height:1.65}
  .home-credit-master-box .hero-card{width:100%;max-width:100%}
  .home-credit-master-box .hero-photo{width:100%}
  .home-credit-master-box .new-stats-strip{grid-template-columns:1fr 1fr}
  .home-credit-master-box .new-stat{padding:14px 8px;column-gap:8px}
  .home-credit-master-box .new-stat strong{font-size:clamp(22px,7vw,30px)}
  .home-credit-master-box .new-stat-icon{width:38px;height:38px;font-size:18px}
  .home-credit-master-box .new-credit-engine-head h2{font-size:clamp(27px,8.6vw,36px)!important;line-height:1.08}
  .home-credit-master-box .new-value-card strong{font-size:clamp(34px,10vw,44px);overflow-wrap:anywhere}
  .home-credit-master-box .new-process-grid article{width:100%}
  .home-credit-master-box .new-dragon-banner-image{width:100%;height:auto;display:block}
}

/* Very small phones */
@media (max-width:359.98px){
  .container{width:calc(100% - 14px)}
  .home-credit-master-box{width:calc(100% - 10px);border-radius:14px}
  .home-credit-master-box .hero .container{width:calc(100% - 16px)}
  .home-credit-master-box .hero h1{font-size:32px}
  .home-credit-master-box .new-stats-strip{grid-template-columns:1fr}
  .home-credit-master-box .new-stat:nth-child(n){border-bottom:1px solid #d5e3db}
  .home-credit-master-box .new-stat:last-child{border-bottom:0}
  .home-credit-master-box .wallet-mini{width:calc(100% - 82px);padding:12px}
  .home-credit-master-box .wallet-mini strong{font-size:22px}
}

/* ==========================================================
   CLIENT SKETCH IMPLEMENTATION — credits / hanger / LFZ flow
   ========================================================== */
.client-sketch-section{
  background:#78dc4c;
  padding:34px 0 42px;
  overflow:hidden;
}
.client-sketch-section>.container{width:min(1180px,calc(100% - 32px));max-width:1180px;margin-inline:auto}
.client-sketch-box{
  background:#78dc4c;
  border:1px solid rgba(4,95,47,.18);
  border-radius:30px;
  padding:28px 34px 30px;
  box-shadow:0 22px 55px rgba(4,77,42,.16);
}
.client-sketch-top{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:48px;
  align-items:start;
}
.client-sketch-copy{min-width:0;display:flex;flex-direction:column;align-items:center}
.client-credit-bar{
  width:min(100%,540px);
  min-height:48px;
  display:flex;align-items:center;justify-content:center;
  padding:10px 22px;
  border-radius:999px;
  background:#e86f6b;
  color:#111;
  font-size:clamp(15px,1.55vw,22px);
  font-weight:700;
  letter-spacing:.02em;
  text-align:center;
}
.client-copy-text{width:min(100%,620px);text-align:center;margin:42px auto 0}
.client-copy-text h1{font-size:clamp(29px,3.2vw,47px);line-height:1.06;margin:0 0 18px;color:#0b301b;letter-spacing:-.025em}
.client-copy-text p{font-size:clamp(16px,1.55vw,20px);line-height:1.55;margin:0;color:#102518;font-weight:500}
.client-join-bar{
  margin-top:44px;
  align-self:flex-start;
  min-width:260px;
  min-height:48px;
  border-radius:999px;
  background:#e86f6b;
  color:#111;
  display:flex;align-items:center;justify-content:space-between;
  gap:22px;padding:10px 24px;
  font-size:clamp(18px,1.8vw,24px);
  font-weight:800;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.client-join-bar:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(66,42,42,.16)}
.client-join-bar span{font-size:1.25em;line-height:1}
.client-hanger-card{
  position:relative;
  min-height:290px;
  border-radius:34px;
  overflow:hidden;
  background:#e86f6b;
  border:1px solid rgba(81,42,42,.15);
  box-shadow:0 16px 38px rgba(35,77,47,.18);
}
.client-hanger-card img{width:100%;height:100%;min-height:290px;display:block;object-fit:cover}
.client-hanger-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.18))}
.client-hanger-card span{position:absolute;z-index:2;left:50%;bottom:22px;transform:translateX(-50%);width:max-content;max-width:calc(100% - 30px);padding:9px 16px;border-radius:999px;background:rgba(232,111,107,.93);color:#101010;font-weight:800;font-size:clamp(17px,1.8vw,24px);text-align:center}
.client-value-flow{
  display:grid;
  grid-template-columns:minmax(230px,280px) 78px minmax(260px,330px);
  justify-content:center;
  align-items:center;
  gap:28px;
  margin:64px auto 58px;
}
.client-value-card{
  min-height:175px;
  border-radius:30px;
  padding:28px 24px;
  display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
  background:#e86f6b;
  border:1px solid rgba(75,30,30,.12);
  box-shadow:0 16px 34px rgba(65,86,57,.13);
}
.client-value-card strong{font-size:clamp(30px,3.3vw,48px);line-height:1.05;color:#111}
.client-value-card span{font-size:14px;line-height:1.35;margin-top:10px;color:#1c1c1c;font-weight:700}
.client-cash-card strong{font-family:Georgia,'Times New Roman',serif;letter-spacing:.02em}
.client-equals{
  width:78px;height:56px;border-radius:999px;background:#fff;color:#111;display:grid;place-items:center;font-size:26px;font-weight:900;box-shadow:0 12px 24px rgba(40,75,48,.1)
}
.client-process-flow{
  display:grid;
  grid-template-columns:1fr 60px 1fr 60px 1fr 60px 1fr;
  align-items:center;
  gap:16px;
}
.client-process-flow article{
  min-height:138px;
  border-radius:30px;
  background:#fff;
  padding:22px 18px;
  display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
  box-shadow:0 13px 28px rgba(31,93,50,.13);
}
.client-process-flow article span{display:inline-grid;place-items:center;min-width:34px;height:34px;padding:0 9px;border-radius:999px;background:#ddf8d2;color:#08763d;font-size:13px;font-weight:900;margin-bottom:8px}
.client-process-flow article strong{font-size:clamp(15px,1.45vw,19px);line-height:1.26;color:#111}
.client-process-eq{font-size:24px;text-align:center;color:#111}
.client-bottom-title{
  display:grid;
  grid-template-columns:190px minmax(0,1fr) 190px;
  align-items:center;
  gap:32px;
  margin-top:38px;
}
.client-bottom-title img{width:100%;height:86px;object-fit:contain;background:#fff;border-radius:24px;padding:10px 14px;box-shadow:0 10px 22px rgba(30,77,40,.1)}
.client-bottom-title h2{margin:0;text-align:center;color:#111;font-size:clamp(28px,3vw,44px);line-height:1.2;font-weight:500;letter-spacing:.015em}

@media (max-width:1024px){
  .client-sketch-box{padding:26px}
  .client-sketch-top{grid-template-columns:1fr 1fr;gap:28px}
  .client-value-flow{margin-top:48px}
  .client-process-flow{grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;gap:10px}
  .client-bottom-title{grid-template-columns:150px 1fr 150px;gap:18px}
  .client-bottom-title img{height:76px}
}
@media (max-width:820px){
  .client-sketch-section{padding:22px 0 30px}
  .client-sketch-section>.container{width:min(100% - 22px,1180px)}
  .client-sketch-box{border-radius:24px;padding:20px}
  .client-sketch-top{grid-template-columns:1fr;gap:28px}
  .client-credit-bar{width:100%}
  .client-copy-text{margin-top:28px}
  .client-join-bar{align-self:center;margin-top:30px;width:min(100%,360px)}
  .client-hanger-card{width:min(100%,560px);margin-inline:auto;min-height:260px}
  .client-hanger-card img{min-height:260px}
  .client-value-flow{grid-template-columns:1fr;gap:14px;margin:36px auto}
  .client-value-card{width:min(100%,420px);margin-inline:auto;min-height:150px}
  .client-equals{width:58px;height:44px;margin-inline:auto}
  .client-process-flow{grid-template-columns:1fr 44px 1fr;gap:14px}
  .client-process-flow .client-process-eq:nth-of-type(2){display:none}
  .client-process-flow article{min-height:126px}
  .client-bottom-title{grid-template-columns:110px 1fr 110px;margin-top:30px}
  .client-bottom-title img{height:64px;border-radius:18px;padding:7px}
  .client-bottom-title h2{font-size:clamp(22px,4vw,32px)}
}
@media (max-width:560px){
  .client-sketch-box{padding:14px;border-radius:20px}
  .client-credit-bar{font-size:13px;min-height:42px;padding:8px 12px}
  .client-copy-text h1{font-size:34px}
  .client-copy-text p{font-size:15px}
  .client-join-bar{min-width:0;width:100%;font-size:17px}
  .client-hanger-card,.client-hanger-card img{min-height:220px}
  .client-hanger-card span{font-size:15px;bottom:14px}
  .client-value-card{min-height:130px;border-radius:22px;padding:20px 16px}
  .client-value-card strong{font-size:34px}
  .client-process-flow{grid-template-columns:1fr;gap:10px}
  .client-process-eq{width:44px;height:32px;display:grid!important;place-items:center;margin-inline:auto;background:#fff;border-radius:999px;font-size:18px}
  .client-process-flow article{min-height:104px;border-radius:22px}
  .client-bottom-title{grid-template-columns:1fr;gap:14px}
  .client-bottom-title img{width:min(220px,75%);height:72px;margin-inline:auto}
  .client-bottom-title h2{grid-row:1;font-size:25px}
}
@media (max-width:380px){
  .client-sketch-section>.container{width:calc(100% - 12px)}
  .client-sketch-box{padding:10px}
  .client-copy-text h1{font-size:30px}
  .client-value-card strong{font-size:30px}
}

/* ==========================================================
   CLIENT SKETCH — CREATIVE PREMIUM PASS
   ========================================================== */
.client-sketch-section{
  position:relative;
  background:
    radial-gradient(circle at 12% 8%,rgba(149,255,135,.20),transparent 30%),
    radial-gradient(circle at 88% 26%,rgba(255,215,108,.10),transparent 28%),
    linear-gradient(135deg,#033f2b 0%,#075c3a 48%,#0b7545 100%);
  padding:48px 0 56px;
  isolation:isolate;
}
.client-sketch-section::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,black,transparent 88%);
}
.client-sketch-box{
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,rgba(4,76,48,.94),rgba(4,50,37,.97));
  border:1px solid rgba(173,255,196,.42);
  box-shadow:0 34px 80px rgba(0,24,16,.38),inset 0 1px 0 rgba(255,255,255,.10);
  border-radius:34px;padding:36px;
}
.client-sketch-box::before{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-210px;
  background:radial-gradient(circle,rgba(128,246,151,.22),transparent 68%);pointer-events:none;
}
.client-sketch-top{position:relative;z-index:1;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:44px;align-items:stretch}
.client-sketch-copy{align-items:flex-start;justify-content:center;padding:10px 0}
.client-credit-bar{
  width:auto;max-width:100%;min-height:42px;padding:9px 18px 9px 38px;justify-content:flex-start;
  background:rgba(255,255,255,.08);border:1px solid rgba(177,255,195,.26);color:#f5fff8;
  font-size:13px;letter-spacing:.075em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.09);position:relative;
}
.client-credit-bar::before{content:"";position:absolute;left:16px;width:9px;height:9px;border-radius:50%;background:#ffd45f;box-shadow:0 0 0 5px rgba(255,212,95,.12)}
.client-copy-text{width:100%;max-width:610px;text-align:left;margin:30px 0 0}
.client-copy-text h1{font-size:clamp(44px,5vw,70px);line-height:.98;margin:0 0 24px;color:#fff;letter-spacing:-.045em;max-width:560px;text-wrap:balance}
.client-copy-text p{font-size:clamp(16px,1.45vw,19px);line-height:1.75;color:rgba(245,255,248,.82);font-weight:450;max-width:590px}
.client-join-bar{
  margin-top:30px;align-self:flex-start;min-width:310px;min-height:58px;padding:10px 15px 10px 24px;
  background:linear-gradient(135deg,#2bc462,#0d9a4b);color:#fff;border:1px solid rgba(198,255,211,.42);
  box-shadow:0 15px 32px rgba(0,34,19,.30),inset 0 1px 0 rgba(255,255,255,.18);font-size:17px;letter-spacing:.01em;
}
.client-join-bar span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.15);transition:transform .2s ease,background .2s ease}
.client-join-bar:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(0,34,19,.36)}
.client-join-bar:hover span{transform:translateX(3px);background:rgba(255,255,255,.22)}
.client-hanger-card{
  min-height:430px;border-radius:30px;border:1px solid rgba(194,255,207,.42);background:#083f31;
  box-shadow:0 24px 55px rgba(0,22,15,.33),inset 0 1px 0 rgba(255,255,255,.10);
}
.client-hanger-card img{min-height:430px;filter:saturate(.82) contrast(1.04)}
.client-hanger-card:after{background:linear-gradient(180deg,rgba(3,34,25,.02) 25%,rgba(3,44,31,.78) 100%)}
.client-hanger-card span{left:22px;bottom:20px;transform:none;width:auto;max-width:calc(100% - 44px);padding:10px 15px;background:rgba(5,54,40,.80);backdrop-filter:blur(10px);border:1px solid rgba(206,255,218,.22);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.client-hanger-card::before{content:"24.8 KG  •  REUSABLE CLOTHES";position:absolute;z-index:3;right:20px;top:20px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.92);color:#075c3a;font-size:11px;font-weight:900;letter-spacing:.05em;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.client-value-flow{position:relative;z-index:1;grid-template-columns:minmax(250px,330px) 64px minmax(250px,330px);gap:22px;margin:46px auto 44px}
.client-value-card{position:relative;min-height:160px;border-radius:26px;padding:24px 26px;align-items:flex-start;text-align:left;overflow:hidden}
.client-value-card::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-48px;bottom:-62px;background:rgba(255,255,255,.16)}
.client-lfz-card{background:linear-gradient(145deg,#e9fff0,#c9f8d8);border-color:rgba(124,226,154,.7);box-shadow:0 18px 38px rgba(0,32,18,.24)}
.client-cash-card{background:linear-gradient(145deg,#fff4c9,#ffd86a);border-color:rgba(255,211,94,.72);box-shadow:0 18px 38px rgba(0,32,18,.24)}
.client-value-card strong{position:relative;z-index:1;color:#075c3a;font-size:clamp(38px,4.1vw,54px);letter-spacing:-.04em}
.client-value-card span{position:relative;z-index:1;margin-top:9px;color:#276044;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.client-cash-card strong{letter-spacing:.02em;color:#075c3a}
.client-equals{width:56px;height:56px;background:rgba(255,255,255,.96);color:#087a42;border:1px solid rgba(208,255,219,.45);box-shadow:0 14px 30px rgba(0,24,16,.24)}
.client-process-flow{position:relative;z-index:1;gap:10px;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr}
.client-process-flow article{position:relative;min-height:152px;align-items:flex-start;text-align:left;padding:24px 20px 20px 68px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid rgba(184,237,197,.72);box-shadow:0 15px 35px rgba(0,28,18,.20);overflow:hidden}
.client-process-flow article::before{content:"";position:absolute;left:18px;top:28px;width:34px;height:34px;border-radius:12px;background:linear-gradient(145deg,#e0fae8,#baf0ca);box-shadow:inset 0 0 0 1px rgba(40,147,79,.08)}
.client-process-flow article:nth-of-type(1)::after{content:"✓"}.client-process-flow article:nth-of-type(2)::after{content:"KG"}.client-process-flow article:nth-of-type(3)::after{content:"LFZ"}.client-process-flow article:nth-of-type(4)::after{content:"£"}
.client-process-flow article::after{position:absolute;left:18px;top:28px;width:34px;height:34px;display:grid;place-items:center;color:#0b8a48;font-size:12px;font-weight:900}
.client-process-flow article span{min-width:32px;height:27px;margin-bottom:14px;background:#ebf8ef;color:#0b7d44;font-size:11px}
.client-process-flow article strong{font-size:15px;line-height:1.3;color:#103b27;letter-spacing:.01em}
.client-process-eq{font-size:20px;color:#b7eac5;opacity:.95}
.client-bottom-title{position:relative;z-index:1;grid-template-columns:126px minmax(0,1fr) 126px;gap:22px;margin-top:34px;padding-top:28px;border-top:1px solid rgba(195,255,209,.18)}
.client-bottom-title img{height:68px;border-radius:18px;padding:7px 10px;background:#fff;box-shadow:0 12px 28px rgba(0,24,16,.22)}
.client-bottom-title h2{color:#f6fff8;font-size:clamp(28px,3vw,43px);font-weight:750;line-height:1.08;letter-spacing:-.025em;text-wrap:balance}

@media (max-width:1024px){
  .client-sketch-box{padding:28px}.client-sketch-top{gap:26px}.client-hanger-card,.client-hanger-card img{min-height:390px}
  .client-copy-text h1{font-size:clamp(43px,6vw,60px)}
  .client-process-flow{grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr}
  .client-process-flow article{padding-left:60px}
}
@media (max-width:820px){
  .client-sketch-section{padding:28px 0 36px}.client-sketch-box{padding:22px;border-radius:28px}
  .client-sketch-top{grid-template-columns:1fr}.client-sketch-copy{align-items:center}.client-credit-bar{justify-content:center}.client-copy-text{text-align:center;margin-top:26px}.client-copy-text h1{margin-inline:auto}.client-copy-text p{margin-inline:auto}.client-join-bar{align-self:center}
  .client-hanger-card,.client-hanger-card img{min-height:360px}
  .client-value-flow{grid-template-columns:1fr 52px 1fr;gap:14px;margin:34px auto}
  .client-value-card{width:100%;min-height:145px}.client-equals{width:48px;height:48px}
  .client-process-flow{grid-template-columns:1fr 1fr;gap:14px}.client-process-eq{display:none}
  .client-process-flow article{min-height:135px}
  .client-bottom-title{grid-template-columns:92px 1fr 92px}.client-bottom-title img{height:58px}
}
@media (max-width:560px){
  .client-sketch-section{padding:16px 0 24px}.client-sketch-section>.container{width:calc(100% - 16px)}.client-sketch-box{padding:16px;border-radius:22px}
  .client-credit-bar{font-size:11px;min-height:38px;padding-left:34px}.client-copy-text h1{font-size:clamp(38px,12vw,50px)}.client-copy-text p{font-size:14.5px;line-height:1.65}.client-join-bar{width:100%;min-width:0;min-height:54px}
  .client-hanger-card,.client-hanger-card img{min-height:280px}.client-hanger-card::before{right:12px;top:12px;font-size:9px;padding:8px 10px}.client-hanger-card span{left:12px;bottom:12px;font-size:10px}
  .client-value-flow{grid-template-columns:1fr;gap:10px}.client-value-card{min-height:124px;border-radius:20px;padding:20px}.client-value-card strong{font-size:40px}.client-equals{margin-inline:auto;width:44px;height:40px}
  .client-process-flow{grid-template-columns:1fr;gap:10px}.client-process-flow article{min-height:112px;border-radius:20px;padding:20px 18px 18px 64px}.client-process-eq{display:none!important}
  .client-bottom-title{grid-template-columns:1fr;gap:12px;padding-top:22px}.client-bottom-title h2{grid-row:auto;font-size:28px}.client-bottom-title img{width:min(190px,70%);height:62px}.client-bottom-title img:last-child{display:none}
}

/* ==========================================================
   CLIENT PREMIUM CTA + LFZ VALUE ROW — FINAL POLISH
   ========================================================== */
.premium-value-flow{
  grid-template-columns:minmax(210px,.82fr) minmax(250px,1fr) 60px minmax(270px,1.08fr);
  max-width:1080px;
  align-items:stretch;
  gap:18px;
}
.premium-join{
  margin:0;
  min-width:0;
  width:100%;
  min-height:160px;
  border-radius:26px;
  padding:24px 22px 24px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:
    radial-gradient(circle at 18% 15%,rgba(255,255,255,.16),transparent 34%),
    linear-gradient(145deg,#2ed268 0%,#109a4b 54%,#08713b 100%);
  border:1px solid rgba(206,255,218,.56);
  box-shadow:0 22px 46px rgba(0,28,16,.30),inset 0 1px 0 rgba(255,255,255,.25);
  overflow:hidden;
  position:relative;
  text-decoration:none;
}
.premium-join::before{
  content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-66px;top:-72px;
  background:rgba(255,255,255,.10);pointer-events:none;
}
.premium-join .join-copy{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:none;width:auto;height:auto;border-radius:0;position:relative;z-index:1}
.premium-join .join-copy small{font-size:10px;letter-spacing:.13em;font-weight:800;color:rgba(255,255,255,.72)}
.premium-join .join-copy strong{font-size:clamp(30px,3vw,42px);line-height:1;color:#fff;letter-spacing:-.035em}
.premium-join .join-arrow{position:relative;z-index:1;flex:0 0 48px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);font-size:25px;color:#fff;transition:.22s ease}
.premium-join:hover{transform:translateY(-4px);box-shadow:0 28px 55px rgba(0,28,16,.37),inset 0 1px 0 rgba(255,255,255,.25)}
.premium-join:hover .join-arrow{transform:translateX(4px) rotate(-3deg);background:rgba(255,255,255,.24)}
.premium-lfz-card,.premium-cash-card{min-height:160px;justify-content:center}
.premium-lfz-card small,.premium-cash-card small{position:relative;z-index:1;font-size:10px;font-weight:900;letter-spacing:.12em;color:#397052;margin-bottom:4px}
.premium-lfz-card{background:linear-gradient(145deg,#edfff2 0%,#d8f9e2 48%,#c4f0d1 100%);box-shadow:0 20px 44px rgba(0,31,18,.26),inset 0 1px 0 rgba(255,255,255,.72)}
.premium-cash-card{background:linear-gradient(145deg,#fff7d8 0%,#ffe89a 54%,#ffd66f 100%);box-shadow:0 20px 44px rgba(0,31,18,.26),inset 0 1px 0 rgba(255,255,255,.66)}
.premium-lfz-card::before,.premium-cash-card::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.34),transparent 42%)}
.premium-lfz-card strong,.premium-cash-card strong{white-space:nowrap}

@media (max-width:1100px){
  .premium-value-flow{grid-template-columns:1fr 1fr 52px 1fr;max-width:none}
  .premium-join,.premium-lfz-card,.premium-cash-card{min-height:150px}
}
@media (max-width:820px){
  .premium-value-flow{grid-template-columns:1fr 1fr;gap:14px}
  .premium-value-flow .client-equals{display:none}
  .premium-cash-card{grid-column:1/-1}
  .premium-join,.premium-lfz-card,.premium-cash-card{min-height:132px}
}
@media (max-width:560px){
  .premium-value-flow{grid-template-columns:1fr;gap:12px;margin-top:28px}
  .premium-cash-card{grid-column:auto}
  .premium-join{min-height:112px;border-radius:20px;padding:20px}
  .premium-join .join-copy strong{font-size:34px}
  .premium-join .join-arrow{flex-basis:44px;width:44px;height:44px}
  .premium-lfz-card,.premium-cash-card{min-height:118px}
}


/* ==========================================================
   EXACT CENTER "=" FIX
   Left side = JOIN + LFZ Credits, center = "=", right = cash.
   This keeps "=" on the true horizontal center of the value row.
   ========================================================== */
.premium-value-flow{
  grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr) !important;
  align-items:center !important;
  max-width:1180px !important;
  gap:22px !important;
}
.premium-left-value-group{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(190px,.82fr) minmax(240px,1fr);
  gap:18px;
  align-items:stretch;
}
.premium-left-value-group .premium-join,
.premium-left-value-group .premium-lfz-card,
.premium-value-flow > .premium-cash-card{
  width:100% !important;
  height:100%;
  margin:0 !important;
}
.premium-value-flow > .client-equals{
  grid-column:2 !important;
  justify-self:center !important;
  align-self:center !important;
  display:grid !important;
  place-items:center !important;
  width:56px !important;
  height:56px !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  transform:none !important;
}
.premium-value-flow > .premium-cash-card{grid-column:3 !important;}

@media (max-width:900px){
  .premium-value-flow{
    grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr) !important;
    gap:14px !important;
  }
  .premium-left-value-group{grid-template-columns:1fr !important;gap:12px}
  .premium-value-flow > .client-equals{
    display:grid !important;
    width:48px !important;height:48px !important;
  }
  .premium-value-flow > .premium-cash-card{grid-column:3 !important}
}
@media (max-width:560px){
  .premium-value-flow{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .premium-left-value-group{grid-template-columns:1fr !important}
  .premium-value-flow > .client-equals{
    grid-column:1 !important;
    display:grid !important;
    justify-self:center !important;
    width:44px !important;height:44px !important;
  }
  .premium-value-flow > .premium-cash-card{grid-column:1 !important}
}


/* Banner outer background: client requested white instead of green */
.client-sketch-section,
.client-sketch-wrap,
.premium-sketch-section,
.premium-creative-section {
    background: #fff !important;
}

/* Keep the actual banner/cards and their internal green brand styling unchanged. */


/* ==========================================================
   PREMIUM BANNER BOX POLISH
   Visual-only enhancement: keeps content and functionality intact.
   ========================================================== */
.client-sketch-card,
.premium-sketch-card,
.client-value-card,
.premium-lfz-card,
.premium-cash-card,
.client-step,
.premium-step,
.client-clothes-card,
.premium-clothes-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 118, 75, .16) !important;
    border-radius: 22px !important;
    box-shadow:
        0 18px 45px rgba(7, 67, 45, .10),
        0 5px 14px rgba(7, 67, 45, .06) !important;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

/* Subtle premium highlight */
.client-sketch-card::before,
.premium-sketch-card::before,
.client-value-card::before,
.client-step::before,
.client-clothes-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,.55), transparent 32%, transparent 72%, rgba(22,163,74,.045));
}

/* Thin luxury top accent */
.client-value-card::after,
.client-step::after,
.client-clothes-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 14%;
    right: 14%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(22,163,74,.58), transparent);
}

.client-value-card:hover,
.premium-lfz-card:hover,
.premium-cash-card:hover,
.client-step:hover,
.premium-step:hover,
.client-clothes-card:hover,
.premium-clothes-card:hover {
    transform: translateY(-5px);
    border-color: rgba(22, 163, 74, .32) !important;
    box-shadow:
        0 25px 55px rgba(7, 67, 45, .14),
        0 8px 20px rgba(7, 67, 45, .08) !important;
}

/* LFZ and cash conversion cards */
.premium-lfz-card,
.premium-cash-card {
    background:
        radial-gradient(circle at 85% 12%, rgba(34,197,94,.11), transparent 28%),
        linear-gradient(145deg, #ffffff 0%, #fbfffc 55%, #f2fbf5 100%) !important;
    padding: 22px 24px !important;
}

.premium-lfz-card strong,
.premium-cash-card strong {
    letter-spacing: -.02em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

/* JOIN: more premium but still clearly actionable */
.premium-join,
.client-join-bar {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    box-shadow:
        0 15px 34px rgba(5, 105, 65, .24),
        inset 0 1px 0 rgba(255,255,255,.22) !important;
}
.premium-join::after,
.client-join-bar::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -35%;
    width: 32%;
    height: 260%;
    transform: rotate(24deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
    transition: left .55s ease;
}
.premium-join:hover::after,
.client-join-bar:hover::after {
    left: 115%;
}

/* Process cards gain hierarchy */
.client-step,
.premium-step {
    background: linear-gradient(160deg, #fff 0%, #fbfefc 100%) !important;
    padding: 22px 18px !important;
}
.client-step .step-number,
.premium-step .step-number {
    box-shadow: 0 8px 20px rgba(5,105,65,.18);
}

/* Keep touch/mobile experience clean; no hover movement */
@media (hover: none) {
    .client-value-card:hover,
    .premium-lfz-card:hover,
    .premium-cash-card:hover,
    .client-step:hover,
    .premium-step:hover,
    .client-clothes-card:hover,
    .premium-clothes-card:hover {
        transform: none;
    }
}
@media (max-width: 560px) {
    .client-sketch-card,
    .premium-sketch-card,
    .client-value-card,
    .client-step,
    .client-clothes-card {
        border-radius: 17px !important;
    }
    .premium-lfz-card,
    .premium-cash-card {
        padding: 18px !important;
    }
}


/* Compact + responsive typography for JOIN / LFZ / cash conversion area */
.premium-value-flow,
.client-value-flow {
    font-size: clamp(12px, .9vw, 15px) !important;
}

.premium-join,
.client-join-bar {
    font-size: clamp(13px, 1vw, 16px) !important;
    padding: 15px 18px !important;
}

.premium-join small,
.client-join-bar small,
.premium-value-flow small,
.client-value-flow small {
    font-size: clamp(9px, .7vw, 11px) !important;
    line-height: 1.25 !important;
    letter-spacing: .06em !important;
}

.premium-lfz-card,
.premium-cash-card {
    padding: 17px 20px !important;
}

.premium-lfz-card strong,
.premium-cash-card strong,
.client-value-card strong {
    font-size: clamp(21px, 2vw, 30px) !important;
    line-height: 1.05 !important;
}

.premium-lfz-card span,
.premium-cash-card span,
.client-value-card span,
.premium-lfz-card p,
.premium-cash-card p,
.client-value-card p {
    font-size: clamp(10px, .8vw, 12px) !important;
    line-height: 1.35 !important;
}

.premium-value-flow > .client-equals {
    font-size: clamp(22px, 2vw, 30px) !important;
    width: 46px !important;
    height: 46px !important;
}

/* Keep labels neat instead of becoming oversized on laptops/tablets */
.premium-value-flow [class*="label"],
.client-value-flow [class*="label"] {
    font-size: clamp(9px, .72vw, 11px) !important;
    line-height: 1.25 !important;
}

@media (max-width: 900px) {
    .premium-left-value-group {
        gap: 10px !important;
    }
    .premium-join,
    .client-join-bar,
    .premium-lfz-card,
    .premium-cash-card {
        padding: 14px 15px !important;
    }
    .premium-value-flow > .client-equals {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 560px) {
    .premium-value-flow,
    .client-value-flow {
        font-size: 12px !important;
    }
    .premium-join,
    .client-join-bar {
        font-size: 13px !important;
        padding: 13px 14px !important;
    }
    .premium-lfz-card strong,
    .premium-cash-card strong,
    .client-value-card strong {
        font-size: 22px !important;
    }
    .premium-value-flow > .client-equals {
        font-size: 22px !important;
        width: 38px !important;
        height: 38px !important;
        margin-inline: auto !important;
    }
}


/* FINAL VALUE ROW: force 2480 = ££££ on one compact line */
.premium-value-flow {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
}

.premium-left-value-group {
    grid-template-columns: minmax(130px, .65fr) minmax(155px, .8fr) !important;
    gap: 8px !important;
    align-items: center !important;
}

.premium-join,
.client-join-bar {
    padding: 11px 12px !important;
    min-height: 62px !important;
}

.premium-lfz-card,
.premium-cash-card {
    padding: 11px 12px !important;
    min-height: 62px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.premium-lfz-card strong,
.premium-cash-card strong,
.client-value-card strong {
    font-size: clamp(18px, 1.45vw, 24px) !important;
    white-space: nowrap !important;
}

.premium-value-flow > .client-equals {
    width: 34px !important;
    height: 34px !important;
    font-size: 22px !important;
    justify-self: center !important;
}

/* Tablet: keep LFZ = CASH on the same horizontal row */
@media (max-width: 900px) and (min-width: 561px) {
    .premium-value-flow {
        grid-template-columns: minmax(0, 1.55fr) 32px minmax(0, .85fr) !important;
        gap: 6px !important;
    }
    .premium-left-value-group {
        grid-template-columns: minmax(105px, .65fr) minmax(130px, .8fr) !important;
        gap: 6px !important;
    }
    .premium-join,
    .client-join-bar,
    .premium-lfz-card,
    .premium-cash-card {
        padding: 9px 10px !important;
        min-height: 58px !important;
    }
    .premium-lfz-card strong,
    .premium-cash-card strong {
        font-size: clamp(16px, 2.1vw, 20px) !important;
    }
    .premium-value-flow > .client-equals {
        width: 30px !important;
        height: 30px !important;
        font-size: 20px !important;
    }
}

/* Mobile: JOIN sits above, but 2480 = ££££ stays together in one row */
@media (max-width: 560px) {
    .premium-value-flow {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) !important;
        gap: 5px !important;
    }
    .premium-left-value-group {
        display: contents !important;
    }
    .premium-left-value-group .premium-join,
    .premium-left-value-group .client-join-bar {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        width: 100% !important;
        min-height: auto !important;
        margin-bottom: 3px !important;
    }
    .premium-left-value-group .premium-lfz-card {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
    .premium-value-flow > .client-equals {
        grid-column: 2 !important;
        grid-row: 2 !important;
        width: 26px !important;
        height: 26px !important;
        font-size: 19px !important;
        margin: 0 !important;
    }
    .premium-value-flow > .premium-cash-card {
        grid-column: 3 !important;
        grid-row: 2 !important;
    }
    .premium-lfz-card,
    .premium-cash-card {
        min-height: 56px !important;
        padding: 8px 7px !important;
    }
    .premium-lfz-card strong,
    .premium-cash-card strong {
        font-size: clamp(15px, 5vw, 19px) !important;
    }
    .premium-lfz-card small,
    .premium-cash-card small,
    .premium-lfz-card span,
    .premium-cash-card span,
    .premium-lfz-card p,
    .premium-cash-card p {
        font-size: 8px !important;
    }
}


/* ==========================================================
   BANNER: CENTER ALL TEXT
   Based on the previously approved 2480 = ££££ same-row design.
   ========================================================== */
.client-sketch-section,
.client-sketch-wrap,
.client-sketch-card,
.premium-sketch-section,
.premium-sketch-card,
.premium-creative-section,
.client-value-flow,
.premium-value-flow,
.premium-left-value-group,
.client-value-card,
.premium-lfz-card,
.premium-cash-card,
.client-step,
.premium-step,
.client-clothes-card,
.premium-clothes-card {
    text-align: center !important;
}

/* Center textual content inside flex/grid banner cards */
.client-value-card,
.premium-lfz-card,
.premium-cash-card,
.client-step,
.premium-step,
.client-clothes-card,
.premium-clothes-card {
    align-items: center !important;
    justify-content: center !important;
}

.client-sketch-section h1,
.client-sketch-section h2,
.client-sketch-section h3,
.client-sketch-section h4,
.client-sketch-section p,
.client-sketch-section small,
.client-sketch-section span,
.client-sketch-section strong,
.client-sketch-wrap h1,
.client-sketch-wrap h2,
.client-sketch-wrap h3,
.client-sketch-wrap p,
.premium-sketch-section h1,
.premium-sketch-section h2,
.premium-sketch-section h3,
.premium-sketch-section p,
.premium-creative-section h1,
.premium-creative-section h2,
.premium-creative-section h3,
.premium-creative-section p {
    text-align: center !important;
}

/* JOIN content and arrow centered */
.premium-join,
.client-join-bar {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Keep the conversion connector perfectly centered */
.premium-value-flow > .client-equals {
    text-align: center !important;
    justify-self: center !important;
    align-self: center !important;
    display: grid !important;
    place-items: center !important;
}

/* Mobile/tablet also remain centered */
@media (max-width: 900px) {
    .client-sketch-section,
    .client-sketch-wrap,
    .premium-sketch-section,
    .premium-creative-section,
    .client-value-flow,
    .premium-value-flow {
        text-align: center !important;
    }
}


/* Cash-value box: size only as much as its content needs */
.premium-value-flow > .premium-cash-card,
.client-value-flow > .client-cash-card,
.premium-cash-card {
    width: fit-content !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    justify-self: center !important;
    padding: 10px 16px !important;
}

/* Prevent the grid column from making the cash box visually oversized */
.premium-value-flow {
    grid-template-columns: minmax(0, 1fr) 34px auto !important;
}

.premium-cash-card strong,
.premium-cash-card small,
.premium-cash-card span,
.premium-cash-card p {
    width: auto !important;
    max-width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 900px) and (min-width: 561px) {
    .premium-value-flow {
        grid-template-columns: minmax(0, 1fr) 30px auto !important;
    }
    .premium-cash-card {
        padding: 9px 13px !important;
    }
}

@media (max-width: 560px) {
    .premium-value-flow {
        grid-template-columns: minmax(0, 1fr) 28px auto !important;
    }
    .premium-value-flow > .premium-cash-card {
        width: fit-content !important;
        padding: 8px 11px !important;
        justify-self: center !important;
    }
}


/* FINAL BALANCED CONVERSION CARDS:
   YOUR EXAMPLE BALANCE / 2,480 LFZ / CREDITS
   = ESTIMATED CASH VALUE / £££££££
   Both cards use the same dimensions for a cleaner visual balance. */
.premium-value-flow {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 12px !important;
}

.premium-left-value-group {
    grid-template-columns: minmax(150px, .72fr) minmax(210px, 1fr) !important;
    align-items: stretch !important;
    gap: 12px !important;
}

.premium-left-value-group > .premium-lfz-card,
.premium-value-flow > .premium-cash-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 82px !important;
    height: 100% !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    justify-self: stretch !important;
    border-radius: 18px !important;
}

.premium-left-value-group > .premium-lfz-card strong,
.premium-value-flow > .premium-cash-card strong {
    font-size: clamp(19px, 1.6vw, 25px) !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
}

.premium-value-flow > .client-equals {
    align-self: center !important;
    justify-self: center !important;
    width: 36px !important;
    height: 36px !important;
}

/* Tablet: preserve equal visual dimensions */
@media (max-width: 900px) and (min-width: 561px) {
    .premium-value-flow {
        grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) !important;
        gap: 8px !important;
    }
    .premium-left-value-group {
        grid-template-columns: minmax(110px, .65fr) minmax(150px, 1fr) !important;
        gap: 8px !important;
    }
    .premium-left-value-group > .premium-lfz-card,
    .premium-value-flow > .premium-cash-card {
        min-height: 72px !important;
        padding: 10px 11px !important;
    }
}

/* Mobile: JOIN above; LFZ = CASH remains same-size side by side */
@media (max-width: 560px) {
    .premium-value-flow {
        grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) !important;
        gap: 6px !important;
        align-items: stretch !important;
    }

    .premium-left-value-group {
        display: contents !important;
    }

    .premium-left-value-group > .premium-join {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
    }

    .premium-left-value-group > .premium-lfz-card {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    .premium-value-flow > .client-equals {
        grid-column: 2 !important;
        grid-row: 2 !important;
        align-self: center !important;
    }

    .premium-value-flow > .premium-cash-card {
        grid-column: 3 !important;
        grid-row: 2 !important;
    }

    .premium-left-value-group > .premium-lfz-card,
    .premium-value-flow > .premium-cash-card {
        width: 100% !important;
        min-height: 68px !important;
        height: 100% !important;
        padding: 8px 7px !important;
        border-radius: 14px !important;
    }

    .premium-left-value-group > .premium-lfz-card strong,
    .premium-value-flow > .premium-cash-card strong {
        font-size: clamp(16px, 4.7vw, 20px) !important;
    }
}


/* Center all text/content in the 01–04 process boxes */
.client-steps,
.premium-steps,
.client-process-flow,
.premium-process-flow {
    text-align: center !important;
}

.client-step,
.premium-step {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}

.client-step *,
.premium-step * {
    text-align: center !important;
}

.client-step .step-number,
.premium-step .step-number {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Center the = connectors between process cards as well */
.client-step-equals,
.premium-step-equals,
.client-process-flow .client-equals,
.premium-process-flow .client-equals {
    text-align: center !important;
    justify-self: center !important;
    align-self: center !important;
    display: grid !important;
    place-items: center !important;
}

@media (max-width: 900px) {
    .client-step,
    .premium-step {
        text-align: center !important;
    }
}


/* FINAL 01–04 PROCESS TYPOGRAPHY:
   Every step title is centered and constrained to exactly two visual lines. */
.client-step,
.premium-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.client-step h3,
.client-step h4,
.client-step strong,
.client-step .step-title,
.premium-step h3,
.premium-step h4,
.premium-step strong,
.premium-step .step-title {
    width: 100% !important;
    max-width: 190px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: clamp(13px, 1.05vw, 16px) !important;
}

.client-step .step-number,
.premium-step .step-number {
    display: grid !important;
    place-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Equals signs centered vertically and horizontally between boxes */
.client-process-equals,
.premium-process-equals,
.client-step-equals,
.premium-step-equals {
    display: grid !important;
    place-items: center !important;
    text-align: center !important;
    align-self: center !important;
    justify-self: center !important;
}

@media (max-width: 900px) {
    .client-step h3,
    .client-step h4,
    .client-step strong,
    .client-step .step-title,
    .premium-step h3,
    .premium-step h4,
    .premium-step strong,
    .premium-step .step-title {
        max-width: 170px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 560px) {
    .client-step h3,
    .client-step h4,
    .client-step strong,
    .client-step .step-title,
    .premium-step h3,
    .premium-step h4,
    .premium-step strong,
    .premium-step .step-title {
        max-width: 150px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
}


/* ==========================================================
   MOBILE 01–04 STEP CARDS
   Reduce left/right width and center the smaller cards
   inside the green banner background.
   ========================================================== */
@media (max-width: 560px) {
  /* Main process wrapper stays centered */
  .client-process-flow,
  .premium-process-flow,
  .client-steps,
  .premium-steps {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-items: center !important;
    align-items: center !important;
  }

  /* Narrower cards, centered in the green section */
  .client-step,
  .premium-step {
    width: calc(100% - 52px) !important;
    max-width: 430px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 22px 18px !important;
    border-radius: 22px !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  /* If the layout uses direct children in a grid, center every step */
  .client-process-flow > .client-step,
  .premium-process-flow > .premium-step,
  .client-steps > .client-step,
  .premium-steps > .premium-step {
    justify-self: center !important;
  }

  /* Keep number/icon/title content centered within each reduced card */
  .client-step .step-number,
  .premium-step .step-number,
  .client-step .step-icon,
  .premium-step .step-icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .client-step h3,
  .client-step h4,
  .client-step strong,
  .client-step .step-title,
  .premium-step h3,
  .premium-step h4,
  .premium-step strong,
  .premium-step .step-title {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* Hide/neutralize horizontal connector spacing on stacked mobile layout */
  .client-process-equals,
  .premium-process-equals,
  .client-step-equals,
  .premium-step-equals {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Extra-small phones: still leave clean green margins on both sides */
@media (max-width: 380px) {
  .client-step,
  .premium-step {
    width: calc(100% - 34px) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


/* ==========================================================
   ACTUAL MOBILE FIX FOR .client-process-flow > article
   ========================================================== */
@media (max-width: 560px) {

  .client-process-flow{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    gap:14px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .client-process-flow > article{
    width:86% !important;
    max-width:420px !important;
    min-height:118px !important;
    margin:0 auto !important;
    padding:18px 16px !important;
    box-sizing:border-box !important;

    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    text-align:center !important;
    border-radius:22px !important;
  }

  /* 01 / 02 / 03 / 04 badge */
  .client-process-flow > article > span{
    position:static !important;
    inset:auto !important;
    transform:none !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:auto !important;
    min-width:48px !important;
    height:36px !important;
    margin:0 auto 12px !important;
    padding:0 12px !important;

    text-align:center !important;
  }

  /* ALL title text centered */
  .client-process-flow > article > strong{
    display:block !important;
    width:100% !important;
    max-width:240px !important;
    margin:0 auto !important;

    text-align:center !important;
    line-height:1.28 !important;
    font-size:clamp(16px,4.7vw,20px) !important;
  }

  .client-process-flow > article > strong br{
    display:block !important;
  }

  .client-process-eq{
    display:none !important;
  }
}

/* slightly smaller cards on narrow phones */
@media (max-width: 390px){
  .client-process-flow > article{
    width:84% !important;
    min-height:110px !important;
    padding:16px 14px !important;
  }

  .client-process-flow > article > strong{
    font-size:16px !important;
  }
}


/* ==========================================================
   PROCESS STEPS — CENTER ON DESKTOP / LAPTOP / TABLET / MOBILE
   ========================================================== */

/* Desktop / laptop */
.client-process-flow{
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  align-items:stretch !important;
}

.client-process-flow > article{
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
}

.client-process-flow > article > span{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
  align-self:center !important;
}

.client-process-flow > article > strong{
  display:block !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
  line-height:1.28 !important;
}

.client-process-eq{
  text-align:center !important;
  align-self:center !important;
  justify-self:center !important;
  display:grid !important;
  place-items:center !important;
}

/* Keep each title controlled as two centered lines */
.client-process-flow > article:nth-of-type(1) > strong,
.client-process-flow > article:nth-of-type(2) > strong,
.client-process-flow > article:nth-of-type(3) > strong,
.client-process-flow > article:nth-of-type(4) > strong{
  max-width:210px !important;
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 561px){
  .client-process-flow > article{
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .client-process-flow > article > strong{
    max-width:180px !important;
    text-align:center !important;
  }
  .client-process-flow > article > span{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

/* Mobile — retain the previously requested narrower centered cards */
@media (max-width: 560px){
  .client-process-flow{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .client-process-flow > article{
    width:86% !important;
    max-width:420px !important;
    margin:0 auto !important;
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .client-process-flow > article > span{
    position:static !important;
    inset:auto !important;
    transform:none !important;
    margin:0 auto 12px !important;
    align-self:center !important;
  }
  .client-process-flow > article > strong{
    max-width:240px !important;
    margin:0 auto !important;
    text-align:center !important;
  }
  .client-process-eq{
    display:none !important;
  }
}
