:root {
    --bg: #ffffff;
    --text: #172026;
    --muted: #5d6b75;
    --line: #f3f3f3;
    --soft: #fafbfc;
    --brand: #263547;
    --brand-dark: #1d2938;
    --brand-accent: #00aeee;
    --green: #18b57b;
    --accent: #f2b705;
    --ink: #263547;
    --danger: #b42318;
    --success-bg: #e7f6ed;
    --success-text: #17643a;
    --shadow: 0 16px 40px rgba(16, 42, 67, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Rubik, "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header .container,
.hero .container {
    width: min(1600px, 98%);
}

.narrow {
    width: min(820px, calc(100% - 32px));
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -80px;
    z-index: 20;
    padding: 10px 14px;
    background: var(--ink);
    color: #fff;
    border-radius: 4px;
}

.skip-link:focus {
    top: 16px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, .1);
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand img {
    width: 318px;
    height: auto;
}

.footer-logo {
    width: 276px;
    height: auto;
    margin-bottom: 18px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-nav a,
.link-action,
.site-footer a {
    text-decoration: none;
}

.site-nav a {
    color: var(--muted);
    font-size: 16px;
    font-weight: 600;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
    color: var(--brand-dark);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.link-action {
    color: var(--brand-dark);
    font-weight: 600;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 28px;
    border: 0;
    border-radius: 10px;
    background: var(--brand);
    color: #fff;
    font-family: Rubik, "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.header-button {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.button:hover {
    background: var(--brand-dark);
}

.button-secondary {
    border: 1px solid var(--brand);
    background: #fff;
    color: var(--brand);
}

.button-secondary:hover {
    background: #f3f3f3;
}

.button-light {
    background: #fff;
    color: var(--brand);
}

.button-outline-light {
    border: 2px solid rgba(255, 255, 255, .7);
    background: transparent;
    color: #fff;
}

.button-outline-light:hover {
    background: rgba(255, 255, 255, .12);
}

.button-small {
    min-height: 36px;
    padding: 8px 16px;
    border-radius: 13px;
    font-size: 12px;
}

.site-header .header-button {
    min-height: 36px;
    padding: 1px 18px;
    font-size: 15px;
}

.button-block {
    width: 100%;
}

.hero {
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}

.hero {
    padding: 84px 0 66px;
}

.page-hero {
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
    padding: 62px 0 48px;
    text-align: center;
}

.page-hero.compact {
    padding: 44px 0 34px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    gap: 36px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    margin: 0;
    color: var(--ink);
    font-family: Rubik, "Open Sans", Arial, sans-serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    margin: 0;
    color: var(--ink);
    font-family: Rubik, "Open Sans", Arial, sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.35;
}

h3 {
    margin: 0;
    color: var(--ink);
    font-family: Rubik, "Open Sans", Arial, sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.lead {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.hero-list,
.check-list {
    padding: 0;
    margin: 24px 0;
    list-style: none;
}

.hero-list li,
.check-list li {
    position: relative;
    padding-left: 32px;
    margin: 11px 0;
}

.hero-list li::before,
.check-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--green);
    font-weight: 900;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hero-actions.centered {
    justify-content: center;
}

.hero-panel {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: 7% 5% 4% 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 174, 238, .16), transparent 64%);
    pointer-events: none;
}

.hero-image {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 6px;
    filter: drop-shadow(0 18px 35px rgba(16, 42, 67, .14));
}

.section {
    padding: 72px 0;
}

.section-muted {
    background: var(--soft);
}

.section-heading {
    max-width: 820px;
    margin-bottom: 34px;
}

.centered-heading {
    max-width: 980px;
}

.centered-heading p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
}

.section-heading p:not(.eyebrow) {
    color: var(--muted);
}

.cards-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pain-card,
.info-card,
.testimonial,
.post-card,
.pricing-card,
.contact-form,
.contact-info article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.pain-card,
.info-card,
.testimonial,
.post-card {
    padding: 24px;
}

.pain-card {
    overflow: hidden;
    padding: 0 0 24px;
    text-align: center;
    border: 0;
}

.pain-card img {
    width: 100%;
    aspect-ratio: 300 / 201;
    object-fit: cover;
    margin-bottom: 18px;
}

.pain-card h3,
.pain-card p {
    padding-inline: 22px;
}

.info-card p,
.testimonial p,
.post-card p,
.feature-list p,
.pricing-card p,
.contact-info p {
    color: var(--muted);
}

.split,
.image-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    gap: 44px;
    align-items: start;
}

.image-split {
    grid-template-columns: minmax(330px, .95fr) minmax(0, 1.05fr);
    align-items: center;
}

.image-split.reverse {
    grid-template-columns: minmax(0, .95fr) minmax(330px, 1.05fr);
}

.image-frame img {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.solution-main {
    align-items: center;
}

.solution-features {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 28px;
}

.feature-list article {
    padding: 24px 18px;
    border: 0;
    background: #fafbfc;
    border-radius: 10px;
    text-align: center;
}

.feature-icon {
    display: inline-flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(0, 174, 238, .1);
    color: var(--brand-accent);
    font-size: 36px;
}

.section-solution {
    background: #fafbfc;
}

.section-solution .image-frame img {
    box-shadow: none;
}

.benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.benefit-grid li {
    position: relative;
    padding: 4px 0 4px 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.35;
}

.benefit-grid li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--green);
    font-weight: 900;
}

.testimonial strong,
.testimonial span {
    display: block;
}

.testimonial {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 36px 70px rgba(0, 0, 0, .06);
    text-align: center;
    overflow: hidden;
}

.testimonial::before {
    content: "\f10d";
    position: absolute;
    top: 14px;
    left: 18px;
    color: rgba(0, 174, 238, .08);
    font-family: "Font Awesome 6 Pro";
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
}

.testimonial::after {
    content: "\f10d";
    display: inline-flex;
    order: 0;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(0, 174, 238, .1);
    color: var(--brand-accent);
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.testimonial h3 {
    order: 1;
    font-size: 20px;
    line-height: 1.45;
}

.testimonial p {
    order: 2;
    line-height: 2;
}

.testimonial-author {
    order: 3;
    margin-top: auto;
    padding-top: 18px;
}

.testimonial strong {
    color: var(--ink);
}

.testimonial span {
    color: var(--muted);
    font-size: 14px;
}

.cta-band {
    padding: 54px 0;
    background: var(--brand-dark);
    color: #fff;
}

.cta-band h2,
.cta-band .eyebrow {
    color: #fff;
}

.cta-band p {
    color: rgba(255, 255, 255, .82);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-actions .button {
    white-space: nowrap;
}

.cta-band .button-light:hover {
    background: #f3f8fb;
    color: var(--brand-dark);
}

.cta-band .button-outline-light:hover {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.centered-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.center-actions {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pricing-grid-home {
    grid-template-columns: repeat(3, 1fr);
    max-width: 940px;
    margin: 0 auto;
}

.pricing-card {
    position: relative;
    padding: 22px 16px 18px;
    text-align: center;
}

.pricing-card-featured {
    border-color: rgba(242, 183, 5, .55);
    box-shadow: 0 22px 48px rgba(38, 53, 71, .12);
}

.badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--accent);
    color: #1f2933;
    font-size: 12px;
    font-weight: 700;
}

.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    margin: 0;
    border: 1px solid #b8e4c8;
    background: #e7f6ed;
    color: #17643a;
    font-weight: 700;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

.pricing-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 28px;
}

.pricing-toggle button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid #dce3e8;
    border-radius: 13px;
    background: #f6f8fa;
    color: var(--ink);
    font-family: Rubik, "Open Sans", Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.pricing-toggle button:hover {
    border-color: #c7d3dc;
    background: #eef3f6;
}

.pricing-toggle button span {
    color: var(--green);
    font-size: 11px;
    font-weight: 700;
}

.pricing-toggle button.active {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
}

.pricing-toggle button.active span {
    color: #fff;
}

.plan-badge {
    display: block;
    width: min(260px, 94%);
    height: auto;
    margin: 0 auto 10px;
    object-fit: contain;
}

.price {
    display: grid;
    gap: 4px;
    min-height: 122px;
    margin: 4px 0 22px;
    align-content: center;
}

.price strong {
    display: inline;
    color: var(--ink);
    font-size: 34px;
    line-height: 1;
}

.price-duration {
    color: var(--ink);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
}

.price-period-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 24px;
}

.price-period,
.price-discount {
    font-weight: 600;
}

.price-period {
    color: var(--ink);
    font-size: 15px;
}

.price-discount {
    color: var(--green);
}

.price-before {
    color: var(--muted);
    font-size: 14px;
}

.price-current {
    color: var(--ink);
}

.price-current span {
    color: var(--ink);
    font-weight: 600;
}

.pricing-note {
    color: var(--muted);
}

.pricing-feature-list {
    display: grid;
    gap: 4px;
    min-height: 0;
    padding: 0;
    margin: 12px 0 16px;
    list-style: none;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.35;
    text-align: left;
}

.pricing-feature-list li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 7px;
    align-items: start;
}

.pricing-feature-list i {
    margin-top: 2px;
    font-size: 14px;
}

.pricing-feature-list .is-included i {
    color: var(--green);
}

.pricing-feature-list .is-excluded {
    color: #8a949e;
}

.pricing-feature-list .is-excluded i {
    color: var(--danger);
}

.pricing-feature-list .is-excluded span {
    text-decoration: line-through;
}

.gallery-section {
    background: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.gallery-grid figure {
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 42, 67, .08);
}

.gallery-link {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
}

.gallery-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 400 / 284;
    object-fit: cover;
    transition: transform .25s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(38, 53, 71, .62);
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transition: opacity .2s ease;
}

.gallery-link:hover img {
    transform: scale(1.03);
}

.gallery-link:hover .gallery-overlay {
    opacity: 1;
}

.gallery-grid figcaption {
    padding: 16px;
    color: var(--ink);
    font-weight: 400;
    text-align: center;
}

.gallery-dialog {
    width: min(1440px, calc(100vw - 32px));
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .35);
}

.gallery-dialog::backdrop {
    background: rgba(17, 26, 35, .76);
}

.gallery-dialog img {
    display: block;
    width: 100%;
    max-height: calc(100vh - 96px);
    object-fit: contain;
}

.gallery-dialog p {
    margin: 0;
    padding: 14px 18px;
    color: var(--ink);
    font-weight: 600;
    text-align: center;
}

.gallery-dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 26, 35, .86);
    color: #fff;
    cursor: pointer;
}

.pricing-note {
    margin: 22px 0 0;
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    border: 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 42, 67, .06);
}

.faq-list summary {
    padding: 18px 22px;
    cursor: pointer;
    color: var(--ink);
    font-size: 15px;
    font-weight: 600;
}

.faq-list p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--muted);
}

.pricing-faq-section .section-heading {
    margin-bottom: 24px;
}

.contact-form > p {
    color: var(--muted);
}

.contact-hero .hero-panel {
    min-height: 300px;
}

.contact-hero .hero-image {
    max-width: 620px;
    margin: 0 auto;
}

.contact-hero-channels {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.contact-hero-channels article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.contact-hero-channels span {
    color: #242a33;
    font-size: 34px;
    line-height: 1;
}

.contact-hero-channels h3 {
    margin-bottom: 2px;
    font-size: 17px;
}

.contact-hero-channels p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}

.contact-form {
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #e6edf2;
    box-shadow: 0 24px 52px rgba(16, 42, 67, .1);
}

.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-weight: 600;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    margin-top: 18px;
}

.contact-form-full {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #cbd7e2;
    border-radius: 6px;
    padding: 12px 13px;
    color: var(--text);
    font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(46, 163, 242, .14);
    outline: none;
}

.captcha-label {
    color: var(--ink);
    font-size: 16px;
}

.contact-form span {
    color: var(--danger);
    font-size: 14px;
}

.contact-form-section {
    padding-top: 58px;
    padding-bottom: 58px;
}

.contact-form .button {
    margin-top: 18px;
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.alert-success {
    margin: 16px 0;
    padding: 12px 14px;
    border-radius: 6px;
    background: var(--success-bg);
    color: var(--success-text);
    font-weight: 600;
}

.blog-search {
    display: grid;
    gap: 10px;
    max-width: 620px;
    margin: 0 auto 30px;
}

.blog-search label {
    color: var(--ink);
    font-weight: 600;
}

.blog-search div {
    display: flex;
    gap: 10px;
}

.blog-search input {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 16px;
    color: var(--text);
    font: inherit;
}

.empty-state {
    max-width: 620px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--muted);
    text-align: center;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.post-card {
    overflow: hidden;
}

.post-thumb {
    display: block;
    margin: -24px -24px 20px;
}

.post-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.post-card span {
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 600;
}

.post-card h2 {
    margin-top: 10px;
    font-size: 24px;
}

.post-card h2 a,
.read-more {
    text-decoration: none;
}

.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 8px 14px;
    border: 1px solid #cbd7e2;
    border-radius: 6px;
    background: #f8fbfd;
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.read-more:hover,
.read-more:focus {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
}

.article-header {
    padding: 58px 0 40px;
    background: var(--soft);
}

.article-meta {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}

.article-cover {
    max-width: 900px;
    margin-top: 42px;
}

.article-cover img {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.article-body {
    max-width: 760px;
    padding-top: 54px;
    padding-bottom: 64px;
}

.article-body h2 {
    margin-top: 34px;
    font-size: 26px;
}

.article-body h3 {
    margin-top: 24px;
    color: var(--ink);
    font-size: 20px;
}

.article-body p,
.article-body li,
.legal-content li {
    color: var(--muted);
    font-size: 18px;
}

.article-body ul,
.article-body ol {
    display: grid;
    gap: 8px;
    margin: 14px 0 20px;
    padding-left: 22px;
}

.article-body a {
    color: var(--brand-dark);
    font-weight: 600;
}

.article-toc {
    display: grid;
    gap: 8px;
    margin: 30px 0 10px;
    padding: 18px 20px;
    border: 1px solid #dce7ef;
    border-radius: 8px;
    background: #f8fbfd;
}

.article-toc strong {
    color: var(--ink);
    font-size: 15px;
}

.article-toc a {
    color: var(--brand-dark);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.article-callout {
    display: grid;
    gap: 10px;
    margin-top: 36px;
    padding: 22px;
    border: 1px solid #dce7ef;
    border-radius: 8px;
    background: #f8fbfd;
}

.article-callout strong {
    color: var(--ink);
    font-size: 20px;
}

.article-callout p {
    margin: 0;
}

.article-callout .button {
    justify-self: start;
    color: #fff;
}

.article-callout .button:hover,
.article-callout .button:focus {
    color: #fff;
}

.legal-content h2,
.legal-content h3 {
    margin-top: 30px;
}

.site-footer {
    padding: 46px 0 20px;
    background: #111a23;
    color: rgba(255, 255, 255, .78);
}

.site-footer h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
}

.site-footer a {
    display: block;
    margin: 8px 0;
    color: rgba(255, 255, 255, .82);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .7fr .7fr;
    gap: 36px;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: 14px;
}

@media (max-width: 980px) {
    .header-inner,
    .site-nav,
    .header-actions {
        flex-wrap: wrap;
    }

    .header-inner {
        padding: 12px 0;
    }

    .hero-grid,
    .split,
    .image-split,
    .image-split.reverse {
        grid-template-columns: 1fr;
    }

    .contact-hero .hero-image {
        max-width: 100%;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 27px;
    }

    .site-nav {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
        overflow-x: auto;
    }

    .header-actions {
        width: 100%;
    }

    .header-actions .button,
    .header-actions .link-action {
        flex: 1;
        text-align: center;
        justify-content: center;
    }

    .cards-3,
    .feature-list,
    .benefit-grid,
    .pricing-grid,
    .pricing-grid-home,
    .blog-grid,
    .gallery-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero,
    .page-hero,
    .section {
        padding: 46px 0;
    }

    .blog-search div {
        flex-direction: column;
    }

    .cta-inner {
        align-items: stretch;
        flex-direction: column;
    }
}
