```css
:root {
    --g: #359C48;
    --lime: #c7ff4a;
    --bg: #06130e;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--bg);
    color: #fff;
    font-family: DM Sans, Arial, sans-serif;
}

/* =========================================
   BACKGROUND
========================================= */

.bg {
    position: fixed;
    inset: 0;
    z-index: -2;

    background: #06130e;
}

.bg video {
    width: 100%;
    height: 100%;

    object-fit: cover;

    filter: saturate(0.65) contrast(1.08);
}

.shade {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        110deg,
        rgba(2, 13, 9, 0.94),
        rgba(2, 13, 9, 0.62),
        rgba(2, 13, 9, 0.88)
    );
}

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

header {
    width: min(1240px, 100%);
    height: 80px;

    margin: auto;
    padding: 0 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img {
    width: 155px;
    height: auto;
    display: block;
}

header span {
    font-size: 11px;
    letter-spacing: 0.18em;

    color: #d8e5db;
}

header span:first-letter {
    color: var(--lime);
}

/* =========================================
   MAIN LAYOUT
========================================= */

main {
    width: min(1240px, 100%);

    margin: auto;
    padding: 55px 30px 100px;

    display: grid;
    grid-template-columns: 0.75fr 1.25fr;

    gap: 70px;
}

/* =========================================
   ASIDE
========================================= */

aside {
    padding-top: 60px;

    position: sticky;
    top: 25px;

    height: max-content;
}

small {
    font-size: 9px;
    letter-spacing: 0.2em;

    color: var(--lime);
    font-weight: 700;
}

aside h1 {
    margin: 20px 0;

    font: 800 clamp(54px, 6vw, 88px) / 0.9 Manrope, Arial, sans-serif;

    letter-spacing: -0.06em;
}

i {
    font-family: Georgia, serif;
    font-weight: 400;

    color: #e1e9e3;
}

aside p {
    max-width: 420px;

    color: #b8c4bd;

    line-height: 1.7;
    font-size: 16px;
}

.words {
    margin-top: 45px;

    letter-spacing: 0.18em;
    font-size: 12px;
}

.words b {
    color: var(--lime);
}

/* =========================================
   FORM
========================================= */

form {
    padding: 34px;

    background: rgba(6, 20, 14, 0.78);

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 26px;

    backdrop-filter: blur(22px);

    box-shadow: 0 30px 100px #0006;
}

.head {
    padding-bottom: 22px;
    margin-bottom: 26px;

    border-bottom: 1px solid #fff2;
}

.head h2 {
    margin: 8px 0;

    font: 700 30px Manrope;
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 14px;
}

/* =========================================
   FORM FIELDS
========================================= */

label {
    display: block;

    margin-bottom: 16px;

    color: #dce5df;

    font-size: 11px;
    font-weight: 600;
}

input,
select {
    width: 100%;
    height: 50px;

    margin-top: 8px;

    padding: 0 14px;

    border: 1px solid #fff2;
    border-radius: 11px;

    background: #fff0;
    color: #fff;

    font: inherit;

    outline: 0;
}

select option {
    background: #0b1711;
}

input:focus,
select:focus {
    border-color: #bfff4a;
}

/* =========================================
   PHONE
========================================= */

.phone {
    height: 50px;

    margin-top: 8px;
    padding-left: 12px;

    display: flex;
    align-items: center;

    border: 1px solid #fff2;
    border-radius: 11px;
}

.phone input {
    margin: 0;

    border: 0;

    background: transparent;
}

/* =========================================
   SERVICES
========================================= */

.services {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 10px;

    margin-top: 18px;
}

.services label {
    position: relative;

    margin: 0;
    padding: 17px;

    border: 1px solid #fff2;
    border-radius: 14px;

    cursor: pointer;
}

.services label:hover {
    border-color: #bfff4a55;
}

.services input {
    position: absolute;

    opacity: 0;
}

.services label:has(input:checked) {
    border-color: #359c4888;
    background: #359c4818;
}

.services label:has(input:checked) b {
    color: #caff66;
}

.services em {
    display: block;

    margin-top: 6px;

    color: #87958c;

    font-size: 9px;

    font-style: normal;
}

.featured {
    grid-column: 1 / -1 !important;
}

.services mark {
    position: absolute;

    right: 10px;
    top: 10px;

    padding: 4px 6px;

    background: #359c48;

    border-radius: 20px;

    font-size: 7px;
}

/* =========================================
   PANELS
========================================= */

.panel {
    display: none;

    padding-top: 24px;
    margin-top: 20px;

    border-top: 1px dashed #fff2;
}

.panel.active {
    display: block;
}

.panel h3,
section h3 {
    margin: 7px 0 18px;

    font: 700 21px Manrope;
}

/* =========================================
   CHECKBOXES
========================================= */

.checks {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 12px;
}

.checks label {
    margin: 0;
    padding: 9px 11px;

    border: 1px solid #fff2;
    border-radius: 99px;
}

.checks input {
    width: auto;
    height: auto;

    margin: 0;

    accent-color: var(--g);
}

/* =========================================
   GROWTH
========================================= */

.growth {
    display: flex;

    gap: 16px;

    padding: 18px;

    border: 1px solid #bfff4a33;
    border-radius: 15px;

    background: #359c4818;
}

.growth > strong {
    width: 50px;
    height: 50px;

    display: grid;
    place-items: center;

    flex: 0 0 50px;

    border-radius: 50%;

    background: var(--g);

    font-size: 22px;
}

.growth p {
    color: #aebbb3;

    font-size: 12px;
    line-height: 1.6;
}

/* =========================================
   CONSENT
========================================= */

.consent {
    display: flex;
    gap: 8px;

    margin-top: 25px;

    color: #849188;
}

.consent input {
    width: 15px;
    height: 15px;

    margin: 0;

    accent-color: var(--g);
}

/* =========================================
   BUTTON
========================================= */

button {
    width: 100%;
    height: 62px;

    padding: 0 20px;

    border: 0;
    border-radius: 13px;

    background: #359c48;
    color: #08120d;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font: 800 15px Manrope;

    cursor: pointer;
}

button b {
    font-size: 22px;
}

.note {
    text-align: center;

    color: #657269;

    font-size: 9px;
}

/* =========================================
   SUCCESS PAGE
========================================= */

.success {
    min-height: 100vh;
}

.success article {
    width: min(700px, calc(100% - 40px));

    margin: 80px auto;
    padding: 55px;

    text-align: center;

    background: #06160fdd;

    border: 1px solid #fff2;
    border-radius: 28px;

    backdrop-filter: blur(24px);

    box-shadow: 0 30px 100px #0007;
}

.tick {
    width: 64px;
    height: 64px;

    margin: 0 auto 25px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #359c48;

    font-size: 28px;
}

.success h1 {
    margin: 18px 0;

    font: 800 68px / 0.9 Manrope;

    letter-spacing: -0.06em;
}

.success article > p {
    color: #aebbb3;

    line-height: 1.7;
}

/* =========================================
   MANAGER
========================================= */

.manager {
    display: flex;
    gap: 14px;

    margin: 28px 0;
    padding: 18px;

    text-align: left;

    border: 1px solid #fff2;
    border-radius: 16px;
}

.avatar {
    width: 56px;
    height: 56px;

    flex: 0 0 56px;

    border-radius: 50%;
    overflow: hidden;

    display: grid;
    place-items: center;
}

.avatar img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}

.manager strong {
    display: block;

    margin: 5px 0;

    font: 700 18px Manrope;
}

.manager label {
    margin: 0;

    color: #89978f;

    font-size: 10px;
}

/* =========================================
   INSTANT CONTACT
========================================= */

.instant {
    padding-top: 23px;

    border-top: 1px solid #fff2;
}

.instant > div {
    display: flex;

    gap: 9px;

    margin-top: 12px;
}

.instant a {
    flex: 1;

    padding: 13px;

    border: 1px solid #fff2;
    border-radius: 11px;

    color: #fff;

    text-decoration: none;

    font-size: 11px;
}

.instant a:hover {
    border-color: #bfff4a;
    color: var(--lime);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {
    main {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    aside {
        position: relative;

        top: auto;

        padding-top: 10px;
    }

    .two,
    .services {
        grid-template-columns: 1fr;
    }

    .featured {
        grid-column: auto !important;
    }
}

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

@media (max-width: 600px) {
    header {
        padding: 0 20px;
    }

    header img {
        width: 125px;
    }

    main {
        padding: 20px;
    }

    .success article {
        padding: 35px 22px;
    }

    .success h1 {
        font-size: 50px;
    }

    form {
        padding: 22px;

        border-radius: 20px;
    }
}
```
