
:root{
  --red:#d71920;
  --red-dark:#a80f15;
  --light:#f3f4f6;
  --mid:#e7e9ed;
  --card:#ffffff;
  --ink:#171717;
  --muted:#5f6875;
  --line:#d9dde4;
  --shadow:0 14px 34px rgba(20,24,32,.14);
  --radius:22px;
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:var(--light);
  color:var(--ink);
  line-height:1.5;
  padding-bottom:74px;
}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(var(--max), calc(100% - 28px)); margin:0 auto;}
.narrow{width:min(820px, calc(100% - 28px)); margin:0 auto;}

.topbar{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:50;
}
.nav{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  text-decoration:none;
  letter-spacing:-.02em;
}
.brand-badge{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  background:var(--red);
  color:#fff;
  border-radius:12px;
  font-weight:900;
}
.nav-cta{
  display:flex;
  gap:10px;
  align-items:center;
}
.nav-cta a{
  text-decoration:none;
  font-weight:900;
  font-size:14px;
}
.small-link{color:var(--muted)}
.header-button{
  background:var(--red);
  color:#fff;
  padding:11px 15px;
  border-radius:999px;
}

.hero{
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(243,244,246,.95)),
    radial-gradient(circle at 70% 10%, rgba(215,25,32,.18), transparent 35%);
  padding:28px 0 22px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--red);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:12px;
  margin:0 0 10px;
}
.eyebrow::before{
  content:"";
  width:9px;
  height:9px;
  background:var(--red);
  border-radius:50%;
}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(38px,6vw,70px);
  line-height:.98;
  letter-spacing:-.055em;
  margin-bottom:14px;
}
h2{
  font-size:clamp(28px,4.4vw,48px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin-bottom:14px;
}
h3{
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.03em;
  margin-bottom:9px;
}
.lead{
  font-size:clamp(17px,2.4vw,21px);
  color:#333b46;
  margin-bottom:18px;
}
.hero-price{
  display:inline-flex;
  gap:9px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  box-shadow:0 8px 22px rgba(20,24,32,.08);
  margin-bottom:16px;
}
.hero-price strong{color:var(--red)}
.button-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0;
}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:54px;
  padding:15px 22px;
  border-radius:999px;
  border:0;
  text-decoration:none;
  font-weight:900;
  cursor:pointer;
  transition:.18s ease;
}
.btn-primary{
  background:var(--red);
  color:#fff;
  box-shadow:0 10px 24px rgba(215,25,32,.28);
}
.btn-primary:hover{background:var(--red-dark); transform:translateY(-1px)}
.btn-secondary{
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line);
}
.btn-secondary:hover{border-color:var(--red)}
.microtrust{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin-top:18px;
}
.microtrust div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px 10px;
  font-size:13px;
  font-weight:900;
  text-align:center;
}
.hero-media{
  position:relative;
}
.hero-photo{
  border-radius:26px;
  overflow:hidden;
  border:8px solid #fff;
  box-shadow:var(--shadow);
  aspect-ratio:4/3;
  background:#fff;
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.float-card{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.8);
  border-radius:18px;
  padding:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.float-card strong{display:block;color:var(--red);font-size:18px}
.float-card span{display:block;color:#303641;font-weight:800;font-size:14px}

.strip{
  background:var(--red);
  color:#fff;
  padding:13px 0;
  text-align:center;
  font-weight:900;
}
.strip span{opacity:.9}

.section{padding:58px 0}
.section.white{background:#fff}
.section.dark{
  background:#171717;
  color:#fff;
}
.section.dark p{color:#d6d6d6}
.section-head{
  text-align:center;
  max-width:820px;
  margin:0 auto 26px;
}
.section-head p{color:var(--muted);font-size:17px}

.offer-card{
  background:#fff;
  border:2px solid var(--red);
  border-radius:28px;
  padding:22px;
  box-shadow:var(--shadow);
}
.offer-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:center;
}
.badge{
  display:inline-flex;
  background:var(--red);
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-weight:900;
  font-size:13px;
  margin-bottom:13px;
}
.checks{
  display:grid;
  gap:9px;
  padding:0;
  margin:16px 0 0;
  list-style:none;
}
.checks li{
  background:#f6f7f9;
  border:1px solid var(--line);
  border-radius:14px;
  padding:10px 12px;
  font-weight:800;
}
.checks li::before{
  content:"✓";
  color:var(--red);
  font-weight:900;
  margin-right:8px;
}
.offer-img{
  border-radius:20px;
  overflow:hidden;
  aspect-ratio:4/3;
}
.offer-img img{width:100%;height:100%;object-fit:cover}

.price-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.price-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:0 9px 22px rgba(20,24,32,.08);
}
.price-box.featured{
  border:2px solid var(--red);
}
.price-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:13px 0;
  border-bottom:1px solid var(--line);
  font-weight:800;
}
.price-row:last-child{border-bottom:0}
.price-row strong{color:var(--red);white-space:nowrap}
.price-note{
  margin-top:16px;
  color:var(--muted);
  font-size:14px;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.process-card{
  background:#fff;
  color:var(--ink);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.process-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.process-content{padding:18px}
.num{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  background:var(--red);
  color:#fff;
  border-radius:12px;
  font-weight:900;
  margin-bottom:12px;
}
.deposit{
  background:#fff;
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.deposit-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:24px;
  align-items:center;
}
.deposit-amount{
  background:var(--red);
  color:#fff;
  border-radius:28px;
  padding:28px;
  text-align:center;
}
.deposit-amount span{display:block;font-weight:900}
.deposit-amount .pounds{font-size:80px;letter-spacing:-.07em;line-height:.9}
.deposit-amount .label{font-size:18px}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.gallery-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(20,24,32,.08);
}
.gallery-item img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.gallery-item p{
  padding:10px 12px 12px;
  margin:0;
  font-size:13px;
  font-weight:900;
  color:#303641;
}
.split-cta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.cta-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:var(--shadow);
}
.cta-card.primary{
  border:2px solid var(--red);
}
.cta-card p{color:var(--muted)}

.faq details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px 18px;
  margin:10px 0;
}
.faq summary{
  cursor:pointer;
  font-weight:900;
}
.faq p{color:var(--muted);margin:12px 0 0}

.footer{
  background:#111;
  color:#fff;
  padding:36px 0 90px;
}
.footer p{color:#c9c9c9}

.sticky-mobile{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,.96);
  border-top:1px solid var(--line);
  z-index:100;
  padding:10px 12px;
  display:none;
}
.sticky-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.sticky-grid .btn{
  min-height:48px;
  padding:11px 10px;
  font-size:14px;
}

@media (max-width:860px){
  body{padding-bottom:76px}
  .nav-cta .small-link{display:none}
  .hero{padding-top:20px}
  .hero-grid,.offer-grid,.price-grid,.deposit-grid,.split-cta{
    grid-template-columns:1fr;
  }
  .hero-copy{order:1}
  .hero-media{order:0}
  .hero-photo{aspect-ratio:4/3;border-width:5px;border-radius:22px}
  h1{font-size:42px}
  .lead{font-size:17px}
  .button-row .btn{width:100%}
  .microtrust{grid-template-columns:1fr 1fr 1fr}
  .microtrust div{font-size:12px;padding:10px 7px}
  .section{padding:42px 0}
  .process-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .deposit-amount .pounds{font-size:68px}
  .sticky-mobile{display:block}
}

@media (max-width:460px){
  .container{width:min(100% - 22px, var(--max))}
  .brand span:last-child{font-size:15px}
  .header-button{padding:10px 12px;font-size:13px}
  h1{font-size:38px}
  h2{font-size:30px}
  .float-card{position:static;margin:10px 0 0}
  .hero-price{font-size:14px}
  .gallery-grid{gap:9px}
  .gallery-item p{font-size:12px}
}
