Jul 28 - Update the demo request button, and add demo registration page
This commit is contained in:
@@ -217,6 +217,82 @@ body{
|
||||
font-family:"IBM Plex Mono",monospace;font-size:.72rem;letter-spacing:.06em;
|
||||
padding:0 28px 40px;margin:0;
|
||||
}
|
||||
.cta__alt{
|
||||
margin:18px 0 0;font-size:.86rem;color:rgba(247,245,240,.6);
|
||||
}
|
||||
.cta__alt a{color:var(--aqua);text-decoration:none;border-bottom:1px solid rgba(23,176,166,.4)}
|
||||
.cta__alt a:hover{border-bottom-color:var(--aqua)}
|
||||
.cta--slim{margin-top:0;padding-top:40px}
|
||||
|
||||
/* ---------- BOOKING (demo appointment) ---------- */
|
||||
.book{
|
||||
position:relative;z-index:1;max-width:680px;margin:0 auto;
|
||||
padding:56px 28px 72px;
|
||||
}
|
||||
.book__back{
|
||||
display:inline-block;font-family:"IBM Plex Mono",monospace;font-size:.78rem;
|
||||
letter-spacing:.06em;color:var(--muted);text-decoration:none;margin-bottom:34px;
|
||||
}
|
||||
.book__back:hover{color:var(--aqua-deep)}
|
||||
.book__kicker{
|
||||
font-family:"IBM Plex Mono",monospace;font-size:.76rem;letter-spacing:.16em;
|
||||
text-transform:uppercase;color:var(--aqua-deep);margin:0 0 14px;
|
||||
}
|
||||
.book__title{
|
||||
font-family:"Bricolage Grotesque",sans-serif;font-weight:800;
|
||||
font-size:clamp(2rem,6vw,3.1rem);line-height:1.02;letter-spacing:-.03em;margin:0;
|
||||
}
|
||||
.book__lede{color:var(--ink-soft);margin:18px 0 0;max-width:54ch}
|
||||
.book__head{margin-bottom:38px}
|
||||
|
||||
.book__alerts{
|
||||
border:1px solid #E4B7B7;background:#FBEDED;border-radius:var(--radius);
|
||||
padding:14px 18px;margin-bottom:26px;
|
||||
}
|
||||
.book__alert{margin:0;color:#8C2F2F;font-size:.92rem}
|
||||
.book__alert + .book__alert{margin-top:8px}
|
||||
|
||||
.book__form{display:flex;flex-direction:column;gap:22px}
|
||||
.book__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
|
||||
.field{display:flex;flex-direction:column;gap:8px;min-width:0}
|
||||
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}
|
||||
.field label{
|
||||
font-family:"IBM Plex Mono",monospace;font-size:.76rem;letter-spacing:.08em;
|
||||
text-transform:uppercase;color:var(--muted);
|
||||
}
|
||||
.field .req{color:var(--signal)}
|
||||
.field input,.field select,.field textarea{
|
||||
font:inherit;font-size:1rem;color:var(--ink);background:var(--white);
|
||||
border:1px solid var(--hair);border-radius:10px;padding:12px 14px;width:100%;
|
||||
transition:border-color .2s var(--ease),box-shadow .2s var(--ease);
|
||||
}
|
||||
.field textarea{resize:vertical;min-height:110px}
|
||||
.field input:focus,.field select:focus,.field textarea:focus{
|
||||
outline:none;border-color:var(--aqua);box-shadow:0 0 0 3px rgba(23,176,166,.16);
|
||||
}
|
||||
.hint{margin:0;font-size:.8rem;color:var(--muted)}
|
||||
|
||||
.book__submit{
|
||||
align-self:flex-start;margin-top:6px;padding:16px 38px;border:none;cursor:pointer;
|
||||
background:var(--aqua);color:#04201E;border-radius:100px;
|
||||
font-family:"IBM Plex Mono",monospace;font-weight:600;font-size:.92rem;letter-spacing:.03em;
|
||||
transition:transform .25s var(--ease),box-shadow .25s var(--ease);
|
||||
}
|
||||
.book__submit:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px rgba(23,176,166,.6)}
|
||||
.book__submit:focus-visible{outline:2px solid var(--aqua-deep);outline-offset:3px}
|
||||
.book__fallback{margin:0;font-size:.9rem;color:var(--muted)}
|
||||
.book__fallback a{color:var(--aqua-deep)}
|
||||
|
||||
.book--done{text-align:center;padding-top:88px}
|
||||
.book--done .book__lede{margin-left:auto;margin-right:auto}
|
||||
.book--done .book__fallback{margin-top:22px}
|
||||
.book--done .book__back{margin:34px 0 0}
|
||||
.book__stamp{
|
||||
width:64px;height:64px;margin:0 auto 26px;border-radius:50%;
|
||||
background:var(--aqua);display:grid;place-items:center;
|
||||
}
|
||||
.book__stamp svg{width:30px;height:30px;fill:none;stroke:var(--white);stroke-width:2.4;
|
||||
stroke-linecap:round;stroke-linejoin:round}
|
||||
|
||||
/* ---------- RESPONSIVE ---------- */
|
||||
@media (max-width:760px){
|
||||
@@ -226,6 +302,9 @@ body{
|
||||
.block{grid-template-columns:1fr;gap:22px;padding:40px 0}
|
||||
.block__rail{position:static}
|
||||
.report{padding:0 22px}
|
||||
.book{padding:40px 22px 56px}
|
||||
.field-row{grid-template-columns:1fr}
|
||||
.book__submit{align-self:stretch;text-align:center}
|
||||
}
|
||||
|
||||
/* ---------- A11Y ---------- */
|
||||
|
||||
Reference in New Issue
Block a user