<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>The Complete Guide to Learning to Drive</title>
<link href=”https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Inter:wght@400;500;600&display=swap” rel=”stylesheet”>
<style>
body{
margin:0;
font-family:’Inter’,sans-serif;
background:#0f172a;
color:white;
line-height:1.6;
}
.container{
width:90%;
max-width:1100px;
margin:auto;
}
.hero{
padding:80px 0;
text-align:left;
}
.hero h1{
font-family:’Montserrat’,sans-serif;
font-size:42px;
line-height:1.2;
margin-bottom:20px;
}
.hero p{
font-size:20px;
max-width:700px;
color:#d1d5db;
}
.button{
display:inline-block;
margin-top:30px;
background:#2563eb;
color:white;
padding:18px 34px;
text-decoration:none;
border-radius:8px;
font-weight:600;
}
.section{
padding:70px 0;
background:white;
color:#111827;
}
.section.dark{
background:#111827;
color:white;
}
h2{
font-size:34px;
margin-bottom:20px;
}
.features{
display:grid;
grid-template-columns:1fr;
gap:20px;
}
.feature-box{
background:#f3f4f6;
padding:24px;
border-radius:12px;
}
.dark .feature-box{
background:#1f2937;
}
form{
margin-top:30px;
}
input{
width:100%;
padding:16px;
margin-bottom:16px;
border-radius:8px;
border:none;
font-size:16px;
}
.submit-btn{
background:#2563eb;
color:white;
border:none;
padding:18px 32px;
border-radius:8px;
font-size:16px;
font-weight:600;
cursor:pointer;
}
.footer{
text-align:center;
padding:40px 20px;
font-size:14px;
color:#9ca3af;
}
@media(min-width:768px){
.features{
grid-template-columns:1fr 1fr;
}
.hero h1{
font-size:60px;
}
}
</style>
</head>
<body>
<section class=”hero”>
<div class=”container”>
<h1>Download The Complete Guide to Learning to Drive</h1>
<p>
The definitive integrated guide for ADIs, PDIs and professional driver trainers.
Built around the DVSA National Standard, DL25 framework, ADI1 examiner procedures and Role 6 coaching principles.
</p>
<a href=”#download” class=”button”>DOWNLOAD THE COMPLETE GUIDE</a>
</div>
</section>
<section class=”section”>
<div class=”container”>
<h2>Why This Guide Matters</h2>
<p>
This is not a simplified learner-driver ebook.
It is a professional integrated reference system designed for instructors who want to improve teaching quality, coaching effectiveness and Standards Check performance.
</p>
</div>
</section>
<section class=”section dark”>
<div class=”container”>
<h2>What’s Inside</h2>
<div class=”features”>
<div class=”feature-box”>
<h3>DL25 Integration</h3>
<p>Full breakdown of categories, examiner expectations and fault analysis.</p>
</div>
<div class=”feature-box”>
<h3>Client-Centred Coaching</h3>
<p>Role 6 methodology, coaching conversations and reflective learning systems.</p>
</div>
<div class=”feature-box”>
<h3>Standards Check Guidance</h3>
<p>Planning, risk management and teaching strategy competencies explained.</p>
</div>
<div class=”feature-box”>
<h3>Professional Frameworks</h3>
<p>Hazard perception, eco-safe driving, commentary driving and structured lesson design.</p>
</div>
</div>
</div>
</section>
<section class=”section” id=”download”>
<div class=”container”>
<h2>Get The Free PDF Guide</h2>
<p>
Enter your details below and receive immediate access.
</p>
<form>
<input type=”text” placeholder=”First Name”>
<input type=”email” placeholder=”Email Address”>
<button class=”submit-btn”>SEND ME THE GUIDE</button>
</form>
<p style=”margin-top:20px;font-size:14px;”>
Your details will only be used to send the guide and occasional instructor development updates.
</p>
</div>
</section>
<div class=”footer”>
© Graham Hooper ADI Dip.DI ORDIT
</div>
</body>
</html>