.elementor-39718 .elementor-element.elementor-element-0d221f8{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-39718 .elementor-element.elementor-element-8d148cd > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-31e9a9e *//* =========================================================
   SOLAR LINK AUSTRALIA
   OFF-GRID FARM & RURAL PROPERTY LANDING PAGE
   ========================================================= */


/* =========================================================
   RESET / BASE
   ========================================================= */

.sla-farm-page,
.sla-farm-page * {
    box-sizing: border-box;
}

.sla-farm-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    background: #f5f6f1;
    color: #1b2922;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    overflow: hidden;
}

.sla-farm-page img {
    display: block;

    max-width: 100%;
    height: auto;
}

.sla-farm-page p {
    margin-top: 0;
}

.sla-container {
    width: min(1240px, calc(100% - 48px));

    max-width: 1240px;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.sla-section {
    width: 100%;

    padding: 110px 0;
}

.sla-section-white {
    background: #ffffff;
}

.sla-section-soft {
    background: #f5f6f1;
}

.sla-section-dark {
    background: #20382d;
    color: #ffffff;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.sla-eyebrow {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    color: #3f735b;

    font-size: 11px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.sla-eyebrow::before {
    content: "";

    width: 27px;
    height: 2px;

    flex-shrink: 0;

    background: #3f735b;
}

.sla-eyebrow-light {
    color: rgba(255,255,255,.72);
}

.sla-eyebrow-light::before {
    background: rgba(255,255,255,.72);
}


.sla-section h2 {
    margin: 0 0 24px;

    color: #18251f;

    font-size: clamp(38px, 5vw, 64px);

    line-height: 1.04;

    letter-spacing: -2px;
}

.sla-section h3 {
    color: #18251f;
}

.sla-section p {
    color: #5e6862;

    font-size: 16px;

    line-height: 1.8;
}

.sla-section-dark h2,
.sla-section-dark h3 {
    color: #ffffff;
}

.sla-section-dark p {
    color: rgba(255,255,255,.72);
}


/* =========================================================
   HERO
   ========================================================= */

.sla-farm-hero {
    position: relative;

    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    min-height: 780px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #1b3027;
}


/* =========================================================
   HERO IMAGE
   ========================================================= */

.sla-farm-hero-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-image:
        url("https://solarlinkaustralia.com.au/wp-content/uploads/2026/08/off-grid-farms-rural-property.jpg");

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    transform: scale(1.01);
}


/* =========================================================
   HERO OVERLAY
   ========================================================= */

.sla-farm-hero-overlay {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(12,27,20,.90) 0%,
            rgba(12,27,20,.70) 40%,
            rgba(12,27,20,.20) 75%,
            rgba(12,27,20,.05) 100%
        );

    pointer-events: none;
}


/* =========================================================
   HERO INNER
   ========================================================= */

.sla-farm-hero-inner {
    position: relative;

    z-index: 2;

    width: 100%;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.sla-farm-hero-content {
    width: 100%;

    max-width: 720px;

    padding: 120px 0;
}

.sla-farm-hero h1 {
    margin: 0 0 28px;

    color: #ffffff;

    font-size: clamp(48px, 7vw, 86px);

    line-height: .98;

    letter-spacing: -3px;
}

.sla-farm-hero p {
    max-width: 650px;

    margin-bottom: 18px;

    color: rgba(255,255,255,.82);

    font-size: 17px;

    line-height: 1.75;
}

.sla-farm-hero .sla-hero-lead {
    margin-bottom: 10px;

    color: #ffffff;

    font-size: 21px;

    line-height: 1.5;

    font-weight: 500;
}


/* =========================================================
   HERO ACTIONS
   ========================================================= */

.sla-hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 13px;

    margin-top: 35px;
}


/* =========================================================
   HERO SCROLL
   ========================================================= */

.sla-hero-scroll {
    position: absolute;

    z-index: 3;

    right: 50px;
    bottom: 40px;

    display: flex;

    align-items: center;

    gap: 13px;

    color: rgba(255,255,255,.7);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.sla-hero-scroll i {
    display: block;

    width: 40px;
    height: 1px;

    background: rgba(255,255,255,.55);
}


/* =========================================================
   BUTTONS
   ========================================================= */

.sla-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 52px;

    padding: 0 24px;

    border-radius: 2px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.sla-btn:hover {
    transform: translateY(-2px);
}

.sla-btn-primary {
    background: #3f735b;

    color: #ffffff;
}

.sla-btn-primary:hover {
    background: #315d49;

    color: #ffffff;
}

.sla-btn-outline {
    border: 1px solid rgba(255,255,255,.45);

    color: #ffffff;
}

.sla-btn-outline:hover {
    background: rgba(255,255,255,.1);

    color: #ffffff;
}

.sla-btn-secondary {
    background: #ffffff;

    border: 1px solid #dce3dd;

    color: #26372e;
}


/* =========================================================
   EDITORIAL GRID
   ========================================================= */

.sla-editorial-grid {
    display: grid;

    grid-template-columns: 330px 1fr;

    gap: 90px;
}

.sla-editorial-heading h2 {
    font-size: clamp(38px, 4vw, 57px);
}

.sla-editorial-content {
    padding-top: 5px;
}

.sla-editorial-content > p {
    max-width: 780px;
}


/* =========================================================
   ICON GRID
   ========================================================= */

.sla-icon-grid {
    display: grid;

    margin: 35px 0;
}

.sla-icon-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.sla-icon-card {
    min-height: 110px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 20px;

    background: #f5f7f3;

    border: 1px solid #e0e6e0;

    transition:
        background .25s ease,
        transform .25s ease;
}

.sla-icon-card:hover {
    background: #eaf0eb;

    transform: translateY(-3px);
}

.sla-icon-card span {
    margin-bottom: 8px;

    color: #3f735b;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}

.sla-icon-card strong {
    color: #26352d;

    font-size: 14px;

    line-height: 1.35;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.sla-section-header {
    max-width: 760px;

    margin-bottom: 60px;
}

.sla-section-header p {
    max-width: 680px;

    font-size: 18px;
}


/* =========================================================
   FEATURE IMAGE
   ========================================================= */

.sla-feature-image-layout {
    display: grid;

    grid-template-columns: 1.3fr .7fr;

    align-items: center;

    margin-bottom: 55px;
}

.sla-feature-image {
    position: relative;

    height: 620px;

    overflow: hidden;
}

.sla-feature-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;
}

.sla-feature-image-layout:hover img {
    transform: scale(1.025);
}

.sla-image-label {
    position: absolute;

    left: 28px;
    bottom: 28px;

    padding: 18px 22px;

    background: rgba(255,255,255,.94);

    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.sla-image-label span {
    display: block;

    margin-bottom: 5px;

    color: #3f735b;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.sla-image-label strong {
    color: #1d2b24;

    font-size: 14px;
}


/* =========================================================
   FEATURE PANEL
   ========================================================= */

.sla-feature-panel {
    position: relative;

    z-index: 2;

    margin-left: -80px;

    padding: 50px 45px;

    background: #ffffff;

    border-top: 5px solid #3f735b;

    box-shadow: 0 25px 70px rgba(20,40,30,.12);
}

.sla-feature-number {
    margin-bottom: 35px;

    color: #d5ddd6;

    font-size: 52px;

    line-height: 1;

    font-weight: 800;
}

.sla-feature-panel h3 {
    margin: 0 0 28px;

    font-size: 31px;

    line-height: 1.2;
}

.sla-load-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid #e1e6e1;

    border-left: 1px solid #e1e6e1;
}

.sla-load-list div {
    min-height: 55px;

    display: flex;

    align-items: center;

    padding: 12px;

    border-right: 1px solid #e1e6e1;

    border-bottom: 1px solid #e1e6e1;

    color: #425047;

    font-size: 12px;

    line-height: 1.35;
}


/* =========================================================
   DARK CALLOUT
   ========================================================= */

.sla-dark-callout {
    display: grid;

    grid-template-columns: 60px 1fr;

    gap: 22px;

    max-width: 980px;

    margin: 0 auto;

    padding: 32px 38px;

    background: #20382d;
}

.sla-callout-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border: 1px solid rgba(255,255,255,.25);

    border-radius: 50%;
}

.sla-callout-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.sla-dark-callout p {
    margin: 0;

    color: rgba(255,255,255,.78);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   SPLIT FEATURE
   ========================================================= */

.sla-split-feature {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 80px;

    align-items: center;
}

.sla-split-content {
    max-width: 570px;
}

.sla-split-content h2 {
    font-size: clamp(38px, 4vw, 56px);
}

.sla-split-image {
    position: relative;

    height: 590px;
}

.sla-split-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.sla-floating-card {
    position: absolute;

    left: -50px;
    bottom: 35px;

    max-width: 280px;

    padding: 25px;

    background: #20382d;

    box-shadow: 0 20px 50px rgba(0,0,0,.18);
}

.sla-floating-card span {
    display: block;

    margin-bottom: 10px;

    color: rgba(255,255,255,.6);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.sla-floating-card strong {
    display: block;

    color: #ffffff;

    font-size: 17px;

    line-height: 1.45;
}


/* =========================================================
   CHECK LIST
   ========================================================= */

.sla-check-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 0;

    margin: 30px 0;

    padding: 0;

    list-style: none;
}

.sla-check-list li {
    position: relative;

    padding: 13px 15px 13px 28px;

    border-bottom: 1px solid #e1e6e1;

    color: #435047;

    font-size: 14px;

    line-height: 1.45;
}

.sla-check-list li::before {
    content: "";

    position: absolute;

    left: 2px;
    top: 20px;

    width: 8px;
    height: 4px;

    border-left: 2px solid #3f735b;

    border-bottom: 2px solid #3f735b;

    transform: rotate(-45deg);
}


/* =========================================================
   DARK GRID
   ========================================================= */

.sla-dark-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 100px;
}

.sla-dark-grid h2 {
    font-size: clamp(38px, 4vw, 60px);
}

.sla-dark-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    margin: 30px 0;

    border-top: 1px solid rgba(255,255,255,.15);

    border-left: 1px solid rgba(255,255,255,.15);
}

.sla-dark-list div {
    min-height: 75px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 15px;

    border-right: 1px solid rgba(255,255,255,.15);

    border-bottom: 1px solid rgba(255,255,255,.15);

    color: rgba(255,255,255,.86);

    font-size: 13px;
}

.sla-dark-list span {
    color: #7da88f;

    font-size: 10px;

    font-weight: 800;
}


/* =========================================================
   WATER SECTION
   ========================================================= */

.sla-water-layout {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 85px;

    align-items: center;
}

.sla-water-image {
    height: 650px;

    overflow: hidden;
}

.sla-water-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.sla-water-content h2 {
    font-size: clamp(38px, 4vw, 57px);
}

.sla-number-list {
    display: grid;

    margin: 30px 0;

    border-top: 1px solid #dce3dd;

    border-left: 1px solid #dce3dd;
}

.sla-number-list div {
    min-height: 61px;

    display: grid;

    grid-template-columns: 45px 1fr;

    align-items: center;

    padding: 10px 14px;

    border-right: 1px solid #dce3dd;

    border-bottom: 1px solid #dce3dd;
}

.sla-number-list span {
    color: #3f735b;

    font-size: 10px;

    font-weight: 800;
}

.sla-number-list strong {
    color: #36443c;

    font-size: 13px;

    line-height: 1.4;
}

.sla-inline-note {
    margin-top: 30px;

    padding: 22px;

    background: #e9efe9;

    border-left: 3px solid #3f735b;

    color: #4f5d54;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   ENERGY CARDS
   ========================================================= */

.sla-energy-cards {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.sla-energy-card {
    min-height: 390px;

    padding: 40px;

    background: #f5f7f3;

    border: 1px solid #e0e6e0;
}

.sla-energy-card-featured {
    background: #20382d;
}

.sla-energy-icon {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 35px;

    background: #e1eae3;

    border-radius: 50%;

    color: #3f735b;

    font-size: 25px;
}

.sla-energy-card > span {
    color: #829088;

    font-size: 10px;

    font-weight: 800;
}

.sla-energy-card h3 {
    margin: 15px 0;

    font-size: 29px;
}

.sla-energy-card p {
    font-size: 14px;
}

.sla-energy-card-featured h3 {
    color: #ffffff;
}

.sla-energy-card-featured p {
    color: rgba(255,255,255,.7);
}

.sla-energy-card-featured > span {
    color: #7da88f;
}

.sla-energy-bottom {
    max-width: 820px;

    margin: 45px auto 0;

    text-align: center;
}


/* =========================================================
   GROUND MOUNT
   ========================================================= */

.sla-ground-grid {
    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 80px;

    align-items: center;
}

.sla-ground-image {
    height: 560px;

    overflow: hidden;
}

.sla-ground-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.sla-ground-content h2 {
    font-size: clamp(38px, 4vw, 57px);
}

.sla-ground-assessment {
    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 60px;

    margin-top: 75px;

    padding-top: 65px;

    border-top: 1px solid #dce3dd;
}

.sla-ground-assessment h3 {
    margin: 0;

    font-size: 25px;
}

.sla-site-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid #dce3dd;

    border-left: 1px solid #dce3dd;
}

.sla-site-grid span {
    padding: 18px;

    border-right: 1px solid #dce3dd;

    border-bottom: 1px solid #dce3dd;

    color: #425047;

    font-size: 13px;
}


/* =========================================================
   EXPANSION
   ========================================================= */

.sla-expansion-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    margin: 30px 0;

    border-top: 1px solid #dce3dd;

    border-left: 1px solid #dce3dd;
}

.sla-expansion-grid div {
    padding: 16px;

    background: #f5f7f3;

    border-right: 1px solid #dce3dd;

    border-bottom: 1px solid #dce3dd;

    color: #405047;

    font-size: 13px;
}

.sla-highlight {
    margin-top: 30px;

    padding: 24px;

    background: #20382d;

    color: rgba(255,255,255,.82);

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   MONITORING
   ========================================================= */

.sla-monitoring {
    position: relative;

    padding: 110px 0;

    overflow: hidden;

    background: #20382d;
}

.sla-monitoring-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;

    align-items: center;
}

.sla-monitoring-content h2 {
    color: #ffffff;

    font-size: clamp(38px, 4vw, 58px);
}

.sla-monitoring-content p {
    color: rgba(255,255,255,.72);
}

.sla-monitoring-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    margin: 35px 0;

    border-top: 1px solid rgba(255,255,255,.16);

    border-left: 1px solid rgba(255,255,255,.16);
}

.sla-monitoring-list span {
    padding: 17px;

    border-right: 1px solid rgba(255,255,255,.16);

    border-bottom: 1px solid rgba(255,255,255,.16);

    color: rgba(255,255,255,.8);

    font-size: 13px;
}

.sla-monitoring-visual {
    display: flex;

    justify-content: center;
}

.sla-monitor-card {
    width: min(440px, 100%);

    padding: 35px;

    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.15);

    box-shadow: 0 30px 80px rgba(0,0,0,.2);
}

.sla-monitor-top {
    display: flex;

    justify-content: space-between;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.6);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.sla-status-dot {
    color: #8db59b;
}

.sla-monitor-value {
    margin-top: 65px;

    color: #ffffff;

    font-size: 46px;

    font-weight: 800;

    letter-spacing: -1px;
}

.sla-monitor-sub {
    margin-top: 10px;

    color: rgba(255,255,255,.55);

    font-size: 13px;
}

.sla-monitor-bars {
    display: flex;

    align-items: flex-end;

    gap: 10px;

    height: 120px;

    margin-top: 45px;
}

.sla-monitor-bars i {
    flex: 1;

    display: block;

    background: #5f8b72;
}

.sla-monitor-bars i:nth-child(1) {
    height: 40%;
}

.sla-monitor-bars i:nth-child(2) {
    height: 65%;
}

.sla-monitor-bars i:nth-child(3) {
    height: 50%;
}

.sla-monitor-bars i:nth-child(4) {
    height: 82%;
}

.sla-monitor-bars i:nth-child(5) {
    height: 70%;
}


/* =========================================================
   ASSESSMENT CTA
   ========================================================= */

.sla-assessment-card {
    display: grid;

    grid-template-columns: 90px 1fr;

    gap: 45px;

    padding: 65px;

    background: #ffffff;

    border: 1px solid #e0e6e0;

    box-shadow: 0 20px 60px rgba(25,45,35,.08);
}

.sla-assessment-number {
    color: #d7ded8;

    font-size: 65px;

    line-height: 1;

    font-weight: 800;
}

.sla-assessment-content {
    max-width: 850px;
}

.sla-assessment-content h2 {
    font-size: clamp(38px, 4vw, 58px);
}

.sla-contact-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 35px;
}


/* =========================================================
   FAQ
   ========================================================= */

.sla-faq-layout {
    display: grid;

    grid-template-columns: .65fr 1.35fr;

    gap: 100px;
}

.sla-faq-heading h2 {
    font-size: clamp(38px, 4vw, 57px);
}

.sla-faq-item {
    border-top: 1px solid #dce3dd;
}

.sla-faq-item:last-child {
    border-bottom: 1px solid #dce3dd;
}

.sla-faq-item summary {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 26px 0;

    cursor: pointer;

    list-style: none;

    color: #26362e;

    font-size: 16px;

    font-weight: 650;
}

.sla-faq-item summary::-webkit-details-marker {
    display: none;
}

.sla-faq-item summary span {
    color: #3f735b;

    font-size: 24px;

    font-weight: 300;

    transition: transform .25s ease;
}

.sla-faq-item[open] summary span {
    transform: rotate(45deg);
}

.sla-faq-answer {
    padding: 0 50px 25px 0;
}

.sla-faq-answer p {
    margin: 0;

    color: #606a64;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.sla-final-cta {
    position: relative;

    width: 100vw !important;
    max-width: 100vw !important;

    /*
     * Full-width background breakout.
     */
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    min-height: 610px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #20382d;
}


/* =========================================================
   FINAL CTA IMAGE
   ========================================================= */

.sla-final-cta-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-image:
        url("https://solarlinkaustralia.com.au/wp-content/uploads/2026/08/solar-link-off-grid.jpg");

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;
}


/* =========================================================
   FINAL CTA OVERLAY
   ========================================================= */

.sla-final-cta-overlay {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(15,35,26,.95) 0%,
            rgba(15,35,26,.82) 40%,
            rgba(15,35,26,.50) 70%,
            rgba(15,35,26,.25) 100%
        );

    pointer-events: none;
}


/* =========================================================
   FINAL CTA CONTAINER
   ========================================================= */

/*
 * IMPORTANT:
 *
 * Background = full viewport width.
 *
 * Text = constrained to 1240px.
 *
 * This prevents:
 *
 * "SOLAR LINK AUSTRALIA"
 *
 * and
 *
 * "Reliable power..."
 *
 * from touching the edges of the screen.
 */

.sla-final-cta-inner {
    position: relative;

    z-index: 2;

    width: min(1240px, calc(100% - 48px));

    max-width: 1240px;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   FINAL CTA CONTENT
   ========================================================= */

.sla-final-cta-content {
    width: 100%;

    max-width: 760px;

    padding-top: 110px;

    padding-bottom: 110px;
}


/* =========================================================
   FINAL CTA EYEBROW
   ========================================================= */

.sla-final-cta-content .sla-eyebrow {
    margin-bottom: 22px;
}


/* =========================================================
   FINAL CTA HEADING
   ========================================================= */

.sla-final-cta-content h2 {
    margin: 0 0 28px;

    max-width: 760px;

    color: #ffffff;

    font-size: clamp(44px, 6vw, 76px);

    line-height: 1.02;

    letter-spacing: -2.5px;
}


/* =========================================================
   FINAL CTA PARAGRAPH
   ========================================================= */

.sla-final-cta-content p {
    max-width: 620px;

    margin: 0 0 32px;

    color: rgba(255,255,255,.80);

    font-size: 17px;

    line-height: 1.75;
}


/* =========================================================
   FINAL CTA BUTTON
   ========================================================= */

.sla-final-cta-content .sla-btn {
    display: inline-flex;

    width: auto;

    min-height: 54px;

    padding: 0 28px;
}


/* =========================================================
   DESKTOP / LARGE TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .sla-feature-image-layout {
        grid-template-columns: 1fr;
    }

    .sla-feature-panel {
        margin: -80px 50px 0;
    }

    .sla-editorial-grid,
    .sla-ground-assessment {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .sla-split-feature,
    .sla-dark-grid,
    .sla-water-layout,
    .sla-monitoring-grid {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .sla-split-content {
        max-width: 750px;
    }

    .sla-faq-layout {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .sla-ground-grid {
        grid-template-columns: 1fr;
    }

    .sla-ground-content {
        max-width: 760px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .sla-container {
        width: min(calc(100% - 36px), 680px);

        max-width: 680px;
    }

    .sla-section {
        padding: 80px 0;
    }


    /* HERO */

    .sla-farm-hero {
        width: 100vw !important;
        max-width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;

        min-height: 720px;
    }

    .sla-farm-hero-content {
        padding: 100px 0;
    }

    .sla-farm-hero h1 {
        letter-spacing: -2px;
    }


    /* GRIDS */

    .sla-icon-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sla-load-list {
        grid-template-columns: 1fr;
    }

    .sla-energy-cards {
        grid-template-columns: 1fr;
    }

    .sla-energy-card {
        min-height: auto;
    }


    /* IMAGES */

    .sla-split-image,
    .sla-water-image,
    .sla-ground-image {
        height: 480px;
    }

    .sla-feature-image {
        height: 500px;
    }


    /* FEATURE PANEL */

    .sla-feature-panel {
        margin: -60px 20px 0;

        padding: 38px 28px;
    }


    /* ASSESSMENT */

    .sla-assessment-card {
        grid-template-columns: 1fr;

        gap: 20px;

        padding: 40px 28px;
    }

    .sla-assessment-number {
        font-size: 48px;
    }


    /* FINAL CTA */

    .sla-final-cta {
        min-height: 580px;

        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }

    .sla-final-cta-inner {
        width: min(calc(100% - 36px), 680px);

        max-width: 680px;
    }

    .sla-final-cta-content {
        max-width: 680px;

        padding-top: 90px;

        padding-bottom: 90px;
    }

    .sla-final-cta-content h2 {
        font-size: clamp(42px, 7vw, 62px);

        letter-spacing: -2px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .sla-container {
        width: calc(100% - 30px);

        max-width: none;
    }

    .sla-section {
        padding: 65px 0;
    }


    /* HERO */

    .sla-farm-hero {
        width: 100vw !important;
        max-width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;

        min-height: 760px;
    }

    .sla-farm-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(12,27,20,.78),
                rgba(12,27,20,.93)
            );
    }

    .sla-farm-hero-image {
        background-position: center center;
    }

    .sla-farm-hero h1 {
        font-size: 46px;
    }

    .sla-farm-hero .sla-hero-lead {
        font-size: 18px;
    }

    .sla-hero-actions {
        flex-direction: column;

        align-items: stretch;
    }

    .sla-btn {
        width: 100%;
    }

    .sla-hero-scroll {
        display: none;
    }


    /* GRIDS */

    .sla-icon-grid-3 {
        grid-template-columns: 1fr;
    }

    .sla-check-list {
        grid-template-columns: 1fr;
    }


    /* FEATURE */

    .sla-feature-image {
        height: 400px;
    }

    .sla-feature-panel {
        margin: -45px 10px 0;
    }


    /* IMAGES */

    .sla-split-image,
    .sla-water-image,
    .sla-ground-image {
        height: 380px;
    }


    /* FLOATING CARD */

    .sla-floating-card {
        left: 15px;
        right: 15px;
        bottom: 20px;

        max-width: none;
    }


    /* DARK LIST */

    .sla-dark-list {
        grid-template-columns: 1fr;
    }


    /* ENERGY */

    .sla-energy-card {
        padding: 30px;
    }


    /* SITE / EXPANSION */

    .sla-site-grid,
    .sla-expansion-grid,
    .sla-monitoring-list {
        grid-template-columns: 1fr;
    }


    /* MONITOR */

    .sla-monitor-card {
        padding: 25px;
    }


    /* CONTACT */

    .sla-contact-actions {
        flex-direction: column;
    }


    /* FAQ */

    .sla-faq-answer {
        padding-right: 0;
    }


    /* =====================================================
       FINAL CTA MOBILE
       ===================================================== */

    .sla-final-cta {
        width: 100vw !important;
        max-width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;

        min-height: 620px;
    }

    .sla-final-cta-inner {
        width: calc(100% - 30px);

        max-width: none;

        margin-left: auto;
        margin-right: auto;
    }

    .sla-final-cta-content {
        width: 100%;

        max-width: none;

        padding-top: 80px;

        padding-bottom: 80px;
    }

    .sla-final-cta-content h2 {
        margin-bottom: 22px;

        font-size: 46px;

        line-height: 1.02;

        letter-spacing: -1.8px;
    }

    .sla-final-cta-content p {
        margin-bottom: 28px;

        font-size: 16px;

        line-height: 1.7;
    }

    .sla-final-cta-content .sla-btn {
        width: 100%;
    }

    .sla-final-cta-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(15,35,26,.78) 0%,
                rgba(15,35,26,.94) 100%
            );
    }
}/* End custom CSS */