:root {
    --axiotech-navy: #111d3f;
    --axiotech-blue: #4058b4;
    --axiotech-blue-dark: #273b8d;
    --axiotech-gold: #f5bd25;
    --axiotech-ink: #1d2433;
    --axiotech-muted: #5b6578;
    --axiotech-line: #dfe3eb;
    --axiotech-tint: #f4f6fb;
    --axiotech-white: #fff;
}
.axiotech-growth-page {
    overflow: hidden;
    background: var(--axiotech-white);
    color: var(--axiotech-ink);
}

.axiotech-growth,
.axiotech-growth * {
    box-sizing: border-box;
}

.axiotech-growth {
    font-size: 17px;
    line-height: 1.65;
}

.axiotech-growth h1,
.axiotech-growth h2,
.axiotech-growth h3,
.axiotech-growth p,
.axiotech-growth ul {
    margin-top: 0;
}

.axiotech-growth h1,
.axiotech-growth h2,
.axiotech-growth h3 {
    color: var(--axiotech-ink);
    font-weight: 700;
    line-height: 1.15;
}

.axiotech-growth h1 {
    max-width: 990px;
    margin-bottom: 24px;
    font-size: clamp(42px, 5vw, 72px);
    letter-spacing: -0.035em;
}

.axiotech-growth h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 3.4vw, 47px);
    letter-spacing: -0.025em;
}

.axiotech-growth h3 {
    margin-bottom: 14px;
    font-size: 23px;
}

.axiotech-growth p {
    margin-bottom: 18px;
}

.axiotech-growth a:focus-visible {
    outline: 3px solid var(--axiotech-gold);
    outline-offset: 4px;
}

.axiotech-growth-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.axiotech-growth-hero {
    position: relative;
    padding: 100px 0 90px;
    background:
        radial-gradient(circle at 80% 18%, rgba(96, 120, 224, .38), transparent 34%),
        linear-gradient(135deg, #0d1733 0%, #17275c 52%, #314aa3 100%);
    color: var(--axiotech-white);
}

.axiotech-growth-hero::after {
    position: absolute;
    right: -160px;
    bottom: -270px;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02);
    content: "";
}

.axiotech-growth-hero > * {
    position: relative;
    z-index: 1;
}

.axiotech-growth-hero h1,
.axiotech-growth-hero h2,
.axiotech-growth-hero h3 {
    color: var(--axiotech-white);
}

.axiotech-growth-hero-compact {
    padding: 76px 0 72px;
}

.axiotech-growth-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr);
    gap: 70px;
    align-items: center;
}

.axiotech-growth-lead {
    max-width: 900px;
    margin-bottom: 32px !important;
    color: rgba(255,255,255,.87);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.55;
}

.axiotech-growth-kicker {
    margin-bottom: 12px !important;
    color: var(--axiotech-blue-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .095em;
    line-height: 1.3;
    text-transform: uppercase;
}

.axiotech-growth-hero .axiotech-growth-kicker,
.axiotech-growth-section-dark .axiotech-growth-kicker,
.axiotech-growth-cta .axiotech-growth-kicker {
    color: var(--axiotech-gold);
}

.axiotech-growth-hero-panel {
    padding: 28px 30px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(7, 13, 32, .4);
    box-shadow: 0 22px 60px rgba(0,0,0,.22);
    backdrop-filter: blur(10px);
}

.axiotech-growth-hero-panel ul,
.axiotech-growth-callout ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.axiotech-growth-hero-panel li {
    position: relative;
    padding: 12px 0 12px 27px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.axiotech-growth-hero-panel li:last-child {
    border-bottom: 0;
}

.axiotech-growth-hero-panel li::before,
.axiotech-growth-callout li::before {
    position: absolute;
    left: 0;
    color: var(--axiotech-gold);
    content: "●";
}

.axiotech-growth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.axiotech-growth-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--axiotech-gold);
    border-radius: 5px;
    background: var(--axiotech-gold);
    color: #18203a !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.axiotech-growth-button:hover {
    background: #ffd35a;
    box-shadow: 0 10px 26px rgba(0,0,0,.2);
    transform: translateY(-2px);
}

.axiotech-growth-button-secondary {
    border-color: rgba(255,255,255,.62);
    background: transparent;
    color: var(--axiotech-white) !important;
}

.axiotech-growth-button-secondary:hover {
    border-color: var(--axiotech-white);
    background: rgba(255,255,255,.1);
}

.axiotech-growth-section .axiotech-growth-button-secondary,
.axiotech-growth-callout .axiotech-growth-button-secondary {
    border-color: var(--axiotech-blue);
    color: var(--axiotech-blue-dark) !important;
}

.axiotech-growth-band {
    border-bottom: 1px solid var(--axiotech-line);
    background: var(--axiotech-white);
}

.axiotech-growth-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    padding-top: 19px;
    padding-bottom: 19px;
    align-items: center;
    justify-content: center;
}

.axiotech-growth-chip-row span {
    color: #38435c;
    font-size: 14px;
    font-weight: 700;
}

.axiotech-growth-chip-row span::before {
    margin-right: 9px;
    color: var(--axiotech-blue);
    content: "◆";
    font-size: 9px;
}

.axiotech-growth-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.axiotech-growth-section-tint {
    background: var(--axiotech-tint);
}

.axiotech-growth-section-dark {
    background: var(--axiotech-navy);
    color: rgba(255,255,255,.84);
}

.axiotech-growth-section-dark h2,
.axiotech-growth-section-dark h3 {
    color: var(--axiotech-white);
}

.axiotech-growth-heading {
    max-width: 840px;
    margin-bottom: 42px;
}

.axiotech-growth-heading > p:not(.axiotech-growth-kicker) {
    color: var(--axiotech-muted);
    font-size: 19px;
}

.axiotech-growth-grid {
    display: grid;
    gap: 24px;
}

.axiotech-growth-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.axiotech-growth-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.axiotech-growth-card {
    display: flex;
    min-height: 100%;
    padding: 27px;
    flex-direction: column;
    border: 1px solid var(--axiotech-line);
    border-radius: 13px;
    background: var(--axiotech-white);
    box-shadow: 0 9px 30px rgba(24, 36, 69, .07);
}

.axiotech-growth-card h2 {
    font-size: 25px;
}

.axiotech-growth-card h3 {
    font-size: 22px;
}

.axiotech-growth-card p:not(.axiotech-growth-kicker) {
    color: var(--axiotech-muted);
}

.axiotech-growth-text-link {
    margin-top: auto;
    color: var(--axiotech-blue-dark) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.axiotech-growth-text-link:hover {
    color: #111f62 !important;
    text-decoration: underline !important;
}

.axiotech-growth-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.axiotech-growth-process-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.axiotech-growth-process article {
    padding: 28px 25px;
    border-left: 4px solid var(--axiotech-gold);
    background: var(--axiotech-white);
    box-shadow: 0 8px 25px rgba(24,36,69,.06);
}

.axiotech-growth-process span {
    display: block;
    margin-bottom: 22px;
    color: var(--axiotech-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}

.axiotech-growth-process p {
    margin-bottom: 0;
    color: var(--axiotech-muted);
}

.axiotech-growth-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    align-items: start;
}

.axiotech-growth-service-intro {
    align-items: center;
}

.axiotech-growth-callout {
    padding: 30px;
    border: 1px solid #d6dced;
    border-top: 5px solid var(--axiotech-blue);
    border-radius: 8px;
    background: #f7f8fc;
}

.axiotech-growth-callout li {
    position: relative;
    padding: 8px 0 8px 25px;
}

.axiotech-growth-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.axiotech-growth-checklist li {
    position: relative;
    padding: 10px 0 10px 33px;
    border-bottom: 1px solid #dde2ec;
}

.axiotech-growth-checklist li::before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--axiotech-blue);
    color: var(--axiotech-white);
    content: "✓";
    font-size: 13px;
    font-weight: 800;
    line-height: 21px;
    text-align: center;
}

.axiotech-growth-cta {
    padding: 58px 0;
    background: linear-gradient(135deg, #111d3f, #2f4697);
    color: rgba(255,255,255,.86);
}

.axiotech-growth-cta .axiotech-growth-wrap {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
}

.axiotech-growth-cta h2 {
    max-width: 800px;
    margin-bottom: 8px;
    color: var(--axiotech-white);
}

.axiotech-growth-cta p:last-child {
    margin-bottom: 0;
}

.axiotech-growth-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr);
    gap: 50px;
}

.axiotech-growth-form {
    padding: 34px;
    border: 1px solid var(--axiotech-line);
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(24,36,69,.08);
}

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

.axiotech-growth-form label {
    display: block;
    color: #30394c;
    font-size: 14px;
    font-weight: 700;
}

.axiotech-growth-form input[type="text"],
.axiotech-growth-form input[type="email"],
.axiotech-growth-form input[type="tel"],
.axiotech-growth-form select,
.axiotech-growth-form textarea {
    width: 100%;
    margin-top: 7px;
    padding: 12px 13px;
    border: 1px solid #cbd1df;
    border-radius: 4px;
    background: var(--axiotech-white);
    color: var(--axiotech-ink);
    font: inherit;
    font-weight: 400;
}

.axiotech-growth-form textarea {
    min-height: 165px;
    resize: vertical;
}

.axiotech-growth-form input[type="submit"] {
    padding: 13px 23px;
    border: 0;
    border-radius: 4px;
    background: var(--axiotech-gold);
    color: var(--axiotech-ink);
    font-weight: 800;
}

.axiotech-growth-selected {
    padding: 12px 15px;
    border-left: 4px solid var(--axiotech-blue);
    background: var(--axiotech-tint);
}

.axiotech-growth-system-carousel {
    padding: 75px 0 8px;
}

.axiotech-growth-system-carousel + #products-slider,
.axiotech-growth-system-carousel + section {
    margin-top: 0 !important;
}

@media (max-width: 1060px) {
    .axiotech-growth-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .axiotech-growth-hero-grid {
        gap: 40px;
    }
}

@media (max-width: 820px) {
    .axiotech-growth-hero-grid,
    .axiotech-growth-split,
    .axiotech-growth-contact-grid {
        grid-template-columns: 1fr;
    }
    .axiotech-growth-grid-3,
    .axiotech-growth-process,
    .axiotech-growth-process-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .axiotech-growth-hero {
        padding: 70px 0 64px;
    }
    .axiotech-growth-section {
        padding-top: 62px;
        padding-bottom: 62px;
    }
    .axiotech-growth-cta .axiotech-growth-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .axiotech-growth-wrap {
        width: min(100% - 28px, 1180px);
    }
    .axiotech-growth {
        font-size: 16px;
    }
    .axiotech-growth h1 {
        font-size: 38px;
    }
    .axiotech-growth h2 {
        font-size: 30px;
    }
    .axiotech-growth-grid-3,
    .axiotech-growth-grid-4,
    .axiotech-growth-process,
    .axiotech-growth-process-3,
    .axiotech-enquiry-grid {
        grid-template-columns: 1fr;
    }
    .axiotech-growth-card,
    .axiotech-growth-form,
    .axiotech-growth-callout {
        padding: 23px;
    }
    .axiotech-growth-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .axiotech-growth-button {
        width: 100%;
    }
}
