/* =========================================================
   AMBER EC — WEBSITE STYLE
   Amber Electrical Contractors
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');


/* =========================================================
   ROOT
   ========================================================= */

:root {
    --navy: #10152b;
    --navy-dark: #080b1b;
    --navy-light: #171d3d;

    --red: #d7193f;
    --red-dark: #ad1232;

    --purple: #6b3fa0;

    --white: #ffffff;
    --off-white: #f6f7fa;
    --light: #eceef3;

    --text: #222638;
    --muted: #6d7284;

    --border: rgba(16, 21, 43, 0.10);

    --container: 1180px;

    --shadow:
        0 20px 60px rgba(8, 11, 27, 0.10);

    --radius: 18px;
}


/* =========================================================
   RESET
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   GLOBAL
   ========================================================= */

.container {
    width: min(var(--container), calc(100% - 48px));
    margin: 0 auto;
}

.section {
    padding: 110px 0;
}

.section-label {
    color: var(--red);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
}

.section-intro {
    max-width: 700px;
    margin-bottom: 55px;
}

.section-intro h2,
.section-heading h2,
.intro h2,
.contact-section h2 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: var(--navy);
}

.section-intro > p:last-child {
    margin-top: 22px;
    color: var(--muted);
    max-width: 620px;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(16, 21, 43, 0.07);
}

.nav-container {
    height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 35px;
}


/* BRAND */

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: transparent;
    border-radius: 50%;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.03em;
    color: var(--navy);
}

.brand-subtitle {
    margin-top: 5px;

    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.15em;

    color: var(--muted);
}


/* NAV */

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-nav a {
    font-size: 0.88rem;
    font-weight: 600;
    color: #555b6d;

    transition: color 0.25s ease;
}

.main-nav a:hover {
    color: var(--red);
}


/* NAV BUTTON */

.nav-button {
    padding: 12px 20px;

    background: var(--navy);
    color: white;

    border-radius: 8px;

    font-size: 0.82rem;
    font-weight: 700;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.nav-button:hover {
    background: var(--red);
    transform: translateY(-2px);
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    overflow: hidden;

    min-height: 720px;

    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(107, 63, 160, 0.24),
            transparent 34%
        ),
        radial-gradient(
            circle at 20% 80%,
            rgba(215, 25, 63, 0.16),
            transparent 30%
        ),
        #080b1b;

    color: white;
}


/* subtle technical grid */

.hero-background {
    position: absolute;
    inset: 0;

    opacity: 0.25;

    background-image:
        linear-gradient(
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    mask-image:
        linear-gradient(
            90deg,
            black 0%,
            black 55%,
            transparent 100%
        );
}


.hero-content {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(420px, 0.95fr);

    align-items: center;

    gap: 70px;

    padding: 105px 0;
}


/* =========================================================
   HERO TEXT
========================================================= */

.hero-badge {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 8px 13px;

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 100px;

    background: rgba(255,255,255,0.045);

    color: #c4c7d4;

    font-size: 0.68rem;
    font-weight: 700;

    letter-spacing: 0.14em;
}

.badge-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 14px rgba(215,25,63,0.8);
}


.hero h1 {
    max-width: 760px;

    margin-top: 27px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(
        3.2rem,
        6vw,
        5.7rem
    );

    line-height: 0.98;

    letter-spacing: -0.055em;

    color: white;
}

.hero h1 span {
    display: block;

    color: #e34a68;
}


.hero-description {
    max-width: 590px;

    margin-top: 30px;

    color: #afb4c7;

    font-size: 1.02rem;

    line-height: 1.75;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 13px;

    margin-top: 38px;
}

.button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 51px;

    padding: 0 24px;

    border-radius: 8px;

    font-size: 0.78rem;
    font-weight: 700;

    letter-spacing: 0.02em;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.button:hover {
    transform: translateY(-3px);
}

.button-primary {
    background: var(--red);

    color: white;

    box-shadow:
        0 12px 35px rgba(215,25,63,0.25);
}

.button-primary:hover {
    background: #ed234d;
}

.button-outline {
    border: 1px solid rgba(255,255,255,0.20);

    color: white;

    background: rgba(255,255,255,0.025);
}

.button-outline:hover {
    border-color: rgba(255,255,255,0.40);

    background: rgba(255,255,255,0.07);
}


/* =========================================================
   HERO SERVICE STRIP
========================================================= */

.hero-services {
    display: flex;

    gap: 0;

    margin-top: 58px;

    max-width: 620px;

    border-top: 1px solid rgba(255,255,255,0.10);
}

.hero-services > div {
    flex: 1;

    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 22px 20px 0 0;
}

.hero-services > div + div {
    padding-left: 20px;

    border-left: 1px solid rgba(255,255,255,0.10);
}

.hero-services strong {
    color: #e34a68;

    font-family: "Manrope", sans-serif;

    font-size: 0.72rem;
}

.hero-services span {
    color: #aeb3c5;

    font-size: 0.72rem;

    font-weight: 600;

    line-height: 1.45;
}


/* =========================================================
   HERO ENGINEERING VISUAL
========================================================= */

.hero-visual {
    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;
    justify-content: center;
}


/* ambient glow */

.visual-glow {
    position: absolute;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(215,25,63,0.22),
            rgba(107,63,160,0.12) 42%,
            transparent 70%
        );

    filter: blur(15px);
}


/* main frame */

.engineering-frame {
    position: relative;

    z-index: 3;

    width: min(470px, 100%);

    min-height: 480px;

    padding: 22px;

    border:
        1px solid rgba(255,255,255,0.13);

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.075),
            rgba(255,255,255,0.025)
        );

    backdrop-filter: blur(18px);

    box-shadow:
        0 35px 100px rgba(0,0,0,0.35);
}


/* frame top */

.frame-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding-bottom: 17px;

    border-bottom:
        1px solid rgba(255,255,255,0.09);

    color: #8f94a9;

    font-size: 0.57rem;

    font-weight: 700;

    letter-spacing: 0.14em;
}

.frame-top span:first-child {
    color: white;
}


/* =========================================================
   POWER VISUAL
========================================================= */

.power-visual {
    position: relative;

    height: 345px;

    margin-top: 5px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(107,63,160,0.18),
            transparent 50%
        );
}


/* diagonal electrical lines */

.power-line {
    position: absolute;

    height: 1px;

    transform-origin: left center;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.45),
            rgba(215,25,63,0.8)
        );
}

.line-one {
    width: 420px;

    left: 20px;
    top: 90px;

    transform:
        rotate(19deg);
}

.line-two {
    width: 390px;

    left: 30px;
    top: 245px;

    transform:
        rotate(-18deg);
}

.line-three {
    width: 300px;

    left: 95px;
    top: 170px;

    transform:
        rotate(90deg);
}


/* glowing nodes */

.power-node {
    position: absolute;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 20px rgba(215,25,63,0.9);
}

.node-one {
    left: 48px;
    top: 98px;
}

.node-two {
    right: 42px;
    top: 230px;
}

.node-three {
    left: 50%;
    top: 48px;

    transform: translateX(-50%);
}


/* =========================================================
   CENTRAL AMBER SYMBOL
========================================================= */

.power-core {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 190px;
    height: 190px;

    transform:
        translate(-50%, -50%);

    display: grid;

    place-items: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(215,25,63,0.18),
            rgba(107,63,160,0.12) 48%,
            transparent 70%
        );
}

.core-ring {
    position: absolute;

    inset: 12px;

    border:
        1px solid rgba(255,255,255,0.20);

    border-radius: 50%;
}

.core-ring::before,
.core-ring::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    border:
        1px solid rgba(215,25,63,0.35);
}

.core-ring::before {
    inset: 20px;
}

.core-ring::after {
    inset: 42px;
}

.core-symbol {
    position: relative;

    z-index: 4;

    width: 85px;
    height: 85px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--red),
            var(--purple)
        );

    color: white;

    font-family: "Manrope", sans-serif;

    font-size: 2.5rem;

    font-weight: 800;

    box-shadow:
        0 0 50px rgba(215,25,63,0.30);
}


/* =========================================================
   FRAME BOTTOM
========================================================= */

.frame-bottom {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 10px;

    padding-top: 17px;

    border-top:
        1px solid rgba(255,255,255,0.09);
}

.frame-bottom div {
    display: flex;

    flex-direction: column;

    gap: 3px;
}

.frame-bottom small {
    color: #777d94;

    font-size: 0.53rem;

    font-weight: 700;

    letter-spacing: 0.10em;
}

.frame-bottom strong {
    color: #e6e7ed;

    font-family: "Manrope", sans-serif;

    font-size: 0.82rem;
}

/* =========================================================
   HERO FINAL CORRECTIONS
========================================================= */

.hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    gap: 80px;
}

.hero h1 {
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 1.02;
    max-width: 650px;
}

.hero-description {
    max-width: 570px;
}

.hero-services {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 620px;
    margin-top: 48px;
}

.hero-services > div {
    display: flex;
    flex: 1;
    align-items: flex-start;
    gap: 12px;
}

.hero-visual {
    display: flex;
    position: relative;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}

.engineering-frame {
    display: block;
    position: relative;
    z-index: 5;
    width: min(470px, 100%);
    min-height: 480px;
}

.power-visual {
    display: block;
    position: relative;
    height: 345px;
}

.power-core {
    display: grid;
}

.frame-bottom {
    display: grid;
}

/* =========================================================
   HERO - FINAL LAYOUT FIX
========================================================= */

.hero-content {
    grid-template-columns: 52% 48%;
    gap: 0;
}

.hero-text {
    position: relative;
    z-index: 10;
}

.hero h1 {
    font-size: clamp(3rem, 4.4vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    max-width: 700px;
}

.hero h1 span {
    display: block;
    white-space: nowrap;
}

.hero-visual {
    position: relative;
    z-index: 5;
    min-height: 520px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
}

.engineering-frame {
    position: relative;
    z-index: 10;

    display: block !important;

    width: 440px;
    height: 470px;
    min-height: 0;

    padding: 22px;

    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.10),
            rgba(255,255,255,0.025)
        );

    box-shadow:
        0 25px 80px rgba(0,0,0,0.45),
        inset 0 0 60px rgba(255,255,255,0.025);

    backdrop-filter: blur(12px);

    visibility: visible !important;
    opacity: 1 !important;
}

.power-visual {
    position: relative;

    display: block !important;

    width: 100%;
    height: 340px;

    visibility: visible !important;
    opacity: 1 !important;
}

.power-core {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 190px;
    height: 190px;

    transform: translate(-50%, -50%);

    display: grid !important;
    place-items: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(225,25,65,0.25),
            rgba(100,60,150,0.16) 45%,
            transparent 70%
        );

    visibility: visible !important;
}

.core-ring {
    position: absolute;
    inset: 10px;

    display: block;

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
}

.core-symbol {
    position: relative;
    z-index: 20;

    width: 85px;
    height: 85px;

    display: grid !important;
    place-items: center;

    border-radius: 50%;

    background: linear-gradient(
        145deg,
        var(--red),
        var(--purple)
    );

    color: white;

    font-size: 2.5rem;
    font-weight: 800;

    box-shadow:
        0 0 50px rgba(215,25,63,0.45);
}

.power-line {
    position: absolute;

    display: block !important;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.6),
            var(--red)
        );

    opacity: 0.8;
}

.power-node {
    position: absolute;

    display: block !important;

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 20px rgba(215,25,63,0.9);
}

.frame-bottom {
    position: relative;
    z-index: 5;

    display: grid !important;
    grid-template-columns: repeat(3, 1fr);

    visibility: visible !important;
}

.hero-services {
    position: relative;
    z-index: 10;

    display: flex !important;

    visibility: visible !important;
}

/* =========================================================
   INTRO
   ========================================================= */

.intro {
    padding: 90px 0;

    background: var(--off-white);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: center;
}

.intro p {
    color: var(--muted);
    font-size: 1.05rem;
}


/* =========================================================
   ABOUT
   ========================================================= */

.about {
    background: white;
}

.two-column {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;

    gap: 100px;
}

.about-content > p {
    margin-bottom: 22px;

    color: var(--muted);
}

.timeline {
    margin-top: 45px;

    border-left: 2px solid var(--red);

    padding-left: 28px;
}

.timeline-item {
    margin-bottom: 25px;
}

.timeline-item span {
    color: var(--red);

    font-family: "Manrope", sans-serif;

    font-size: 1.5rem;
    font-weight: 800;
}

.timeline-item p {
    margin-top: 3px;

    color: var(--muted);
}


/* =========================================================
   SERVICES
   ========================================================= */

.services {
    background: var(--off-white);
}

.service-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}

.service-card {
    position: relative;

    min-height: 310px;

    padding: 32px;

    background: white;

    border: 1px solid var(--border);

    border-radius: var(--radius);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);

    box-shadow: var(--shadow);
}

.service-number {
    display: block;

    margin-bottom: 70px;

    color: var(--red);

    font-family: "Manrope", sans-serif;

    font-size: 0.78rem;
    font-weight: 800;
}

.service-card h3 {
    font-family: "Manrope", sans-serif;

    font-size: 1.25rem;

    line-height: 1.2;

    color: var(--navy);
}

.service-card p {
    margin-top: 13px;

    color: var(--muted);

    font-size: 0.9rem;
}


/* =========================================================
   SOLAR
   ========================================================= */

.solar-section {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #10152b,
            #241842
        );

    color: white;
}

.solar-grid {
    min-height: 650px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 70px;
}

.solar-content h2 {
    font-family: "Manrope", sans-serif;

    font-size: clamp(2.6rem, 5vw, 4.5rem);

    line-height: 1.02;

    letter-spacing: -0.045em;
}

.solar-content > p {
    margin-top: 25px;

    max-width: 540px;

    color: #b8bbca;
}

.solar-process {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;

    margin-top: 35px;
}

.solar-process span {
    padding: 9px 13px;

    border: 1px solid rgba(255,255,255,0.16);

    border-radius: 100px;

    color: #d2d4df;

    font-size: 0.75rem;
}


/* SOLAR VISUAL */

.solar-visual {
    position: relative;

    height: 430px;

    transform: perspective(700px)
               rotateX(52deg)
               rotateZ(-12deg);
}

.sun {
    position: absolute;

    width: 130px;
    height: 130px;

    right: 30px;
    top: 0;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #fff 0%,
            #f6a94d 35%,
            #d7193f 70%,
            transparent 71%
        );

    filter: blur(1px);

    box-shadow:
        0 0 100px rgba(246,169,77,0.4);
}

.solar-panel {
    position: absolute;

    width: 220px;
    height: 120px;

    border-radius: 5px;

    border: 3px solid #78809a;

    background:
        repeating-linear-gradient(
            90deg,
            #202849 0px,
            #202849 21px,
            #39425f 22px,
            #39425f 23px
        );

    box-shadow:
        0 20px 60px rgba(0,0,0,0.3);
}

.panel-one {
    top: 120px;
    left: 20px;
}

.panel-two {
    top: 190px;
    left: 150px;
}

.panel-three {
    top: 260px;
    left: 280px;
}


/* =========================================================
   INDUSTRIES
   ========================================================= */

.industries {
    background: white;
}

.industry-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.industry-grid div {
    padding: 28px 15px;

    text-align: center;

    font-family: "Manrope", sans-serif;

    font-size: 0.92rem;
    font-weight: 700;

    border-right: 1px solid var(--border);
}

.industry-grid div:last-child {
    border-right: none;
}


/* =========================================================
   CREDENTIAL
   ========================================================= */

.credential {
    padding: 65px 0;

    background:
        linear-gradient(
            100deg,
            var(--red),
            var(--purple)
        );

    color: white;
}

.credential-content {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 50px;
}

.credential .section-label {
    color: rgba(255,255,255,0.75);
}

.credential h2 {
    font-family: "Manrope", sans-serif;

    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.license-number {
    display: flex;
    flex-direction: column;

    text-align: right;
}

.license-number span {
    font-size: 0.7rem;
    font-weight: 700;

    letter-spacing: 0.12em;

    color: rgba(255,255,255,0.72);
}

.license-number strong {
    margin-top: 4px;

    font-family: "Manrope", sans-serif;

    font-size: 2.4rem;
}


/* =========================================================
   PROJECTS
   ========================================================= */

.projects {
    background: var(--off-white);
}

.project-placeholder {
    min-height: 330px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    border: 1px dashed #c7cad4;

    border-radius: var(--radius);

    background: white;
}

.project-placeholder span {
    color: var(--red);

    font-size: 0.7rem;
    font-weight: 800;

    letter-spacing: 0.18em;
}

.project-placeholder p {
    margin-top: 12px;

    color: var(--muted);
}


/* =========================================================
   CONTACT
   ========================================================= */

.contact-section {
    padding: 110px 0;

    background: var(--navy-dark);

    color: white;
}

.contact-grid {
    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    align-items: center;

    gap: 90px;
}

.contact-section .section-label {
    color: #e65370;
}

.contact-section h2 {
    color: white;
}

.contact-section > .container > div:first-child > p:last-child {
    margin-top: 25px;

    max-width: 530px;

    color: #aeb2c3;
}

.contact-card {
    padding: 40px;

    border-radius: var(--radius);

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.12);
}

.contact-card h3 {
    font-family: "Manrope", sans-serif;

    font-size: 1.3rem;
}

.contact-card p {
    margin-top: 15px;

    color: #afb3c3;
}

.contact-card a {
    display: inline-block;

    margin-top: 25px;

    color: #f04a68;

    font-weight: 700;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    background: #050711;

    color: #8f93a5;

    padding: 35px 0;
}

.footer-content {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.footer-content strong {
    font-family: "Manrope", sans-serif;

    color: white;
}

.footer-content p {
    font-size: 0.75rem;
}


/* =========================================================
   ANIMATION
   ========================================================= */

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .main-nav {
        display: none;
    }

    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero-visual {
        height: 400px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-column {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .solar-grid {
        grid-template-columns: 1fr;
        padding: 90px 0;
    }

    .solar-visual {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }

    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-grid div {
        border-bottom: 1px solid var(--border);
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .container {
        width: min(
            var(--container),
            calc(100% - 30px)
        );
    }

    .section {
        padding: 75px 0;
    }

    .nav-container {
        height: 90px;
    }

    .nav-button {
        display: none;
    }

    .hero-content {
        padding: 70px 0;
    }

    .hero h1 {
        font-size: 3.2rem;
    }

    .hero-description {
        font-size: 0.95rem;
    }

    .hero-visual {
        height: 330px;
    }

    .hero-symbol {
        width: 150px;
        height: 150px;
    }

    .hero-symbol span {
        font-size: 3.5rem;
    }

    .orbit-one {
        width: 260px;
        height: 260px;
    }

    .orbit-two {
        width: 340px;
        height: 150px;
    }

    .card-one {
        top: 30px;
        right: 0;
    }

    .card-two {
        bottom: 30px;
        left: 0;
    }

    .intro-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 260px;
    }

    .solar-grid {
        padding: 75px 0;
    }

    .solar-visual {
        height: 320px;
        transform:
            perspective(700px)
            rotateX(52deg)
            rotateZ(-12deg)
            scale(0.8);
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }

    .industry-grid div {
        border-right: none;
    }

    .credential-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .license-number {
        text-align: left;
    }

    .contact-section {
        padding: 75px 0;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

}
/* =========================================================
   AMBER HERO PANEL
========================================================= */

.hero-panel {
    position: relative;
    width: min(450px, 100%);
    height: 470px;
    padding: 22px;

    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.085),
            rgba(255,255,255,0.025)
        );

    box-shadow:
        0 30px 90px rgba(0,0,0,0.45);

    backdrop-filter: blur(16px);
}

.hero-panel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 16px;

    border-bottom: 1px solid rgba(255,255,255,0.10);

    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.hero-panel-top span:first-child {
    color: white;
}

.hero-panel-top span:last-child {
    color: #858ba0;
}


/* MAIN GRAPHIC */

.hero-panel-main {
    position: relative;

    height: 345px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(107,63,160,0.18),
            transparent 58%
        );
}


/* CENTRAL AMBER MARK */

.hero-panel-circle {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 190px;
    height: 190px;

    transform: translate(-50%, -50%);

    display: grid;
    place-items: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(215,25,63,0.18),
            rgba(107,63,160,0.12) 48%,
            transparent 70%
        );
}

.hero-panel-circle::before,
.hero-panel-circle::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.18);
}

.hero-panel-circle::before {
    inset: 12px;
}

.hero-panel-circle::after {
    inset: 32px;

    border-color: rgba(215,25,63,0.28);
}


.hero-panel-inner {
    position: relative;
    z-index: 5;

    width: 86px;
    height: 86px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            var(--red),
            var(--purple)
        );

    color: white;

    font-family: "Manrope", sans-serif;

    font-size: 2.5rem;
    font-weight: 800;

    box-shadow:
        0 0 55px rgba(215,25,63,0.40);
}


/* ELECTRICAL LINES */

.hero-panel-line {
    position: absolute;

    height: 1px;

    transform-origin: left center;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.45),
            rgba(215,25,63,0.85)
        );
}

.line-a {
    width: 360px;
    left: 15px;
    top: 95px;
    transform: rotate(19deg);
}

.line-b {
    width: 340px;
    left: 30px;
    top: 245px;
    transform: rotate(-18deg);
}

.line-c {
    width: 270px;
    left: 105px;
    top: 170px;
    transform: rotate(90deg);
}


/* GLOWING NODES */

.hero-panel-node {
    position: absolute;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 20px rgba(215,25,63,0.95);
}

.node-a {
    left: 38px;
    top: 103px;
}

.node-b {
    right: 30px;
    top: 230px;
}

.node-c {
    left: 50%;
    top: 42px;

    transform: translateX(-50%);
}


/* BOTTOM INFORMATION */

.hero-panel-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    padding-top: 17px;

    border-top:
        1px solid rgba(255,255,255,0.09);
}

.hero-panel-bottom > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-panel-bottom small {
    color: #777d94;

    font-size: 0.52rem;
    font-weight: 700;

    letter-spacing: 0.10em;
}

.hero-panel-bottom strong {
    color: #e6e7ed;

    font-family: "Manrope", sans-serif;

    font-size: 0.78rem;
}


/* =========================================================
   HERO RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .hero-panel {
        width: min(500px, 100%);
        margin: 20px auto 0;
    }

}

@media (max-width: 650px) {

    .hero-panel {
        height: 400px;
        padding: 17px;
    }

    .hero-panel-main {
        height: 275px;
    }

    .hero-panel-circle {
        width: 150px;
        height: 150px;
    }

    .hero-panel-inner {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .hero-panel-bottom strong {
        font-size: 0.68rem;
    }

}

/* =========================================================
   ABOUT AMBER EC
========================================================= */

.about-section {
    position: relative;

    padding: 120px 0;

    background: #f7f7f8;

    color: var(--navy);
}

.about-container {
    width: min(1180px, 90%);

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.05fr 0.95fr;

    gap: 90px;

    align-items: center;
}


/* LEFT CONTENT */

.about-intro {
    max-width: 620px;
}

.section-label {
    margin-bottom: 18px;

    color: var(--red);

    font-size: 0.72rem;
    font-weight: 800;

    letter-spacing: 0.16em;
}

.about-intro h2 {
    margin: 0 0 28px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(2.5rem, 4vw, 4rem);

    line-height: 1.05;

    letter-spacing: -0.045em;
}

.about-intro h2 span {
    color: var(--red);
}

.about-lead {
    margin-bottom: 20px;

    font-size: 1.08rem;
    line-height: 1.8;

    color: #3f4658;
}

.about-intro p:not(.about-lead) {
    color: #687083;

    font-size: 0.96rem;

    line-height: 1.85;
}


/* RIGHT CARDS */

.about-cards {
    display: flex;
    flex-direction: column;

    gap: 14px;
}

.about-card {
    display: grid;
    grid-template-columns: 60px 1fr;

    gap: 22px;

    padding: 28px;

    background: white;

    border: 1px solid #e6e7eb;

    border-radius: 12px;

    box-shadow: 0 10px 35px rgba(10,16,35,0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.about-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 18px 45px rgba(10,16,35,0.09);
}

.about-number {
    color: var(--red);

    font-family: "Manrope", sans-serif;

    font-size: 0.78rem;
    font-weight: 800;

    letter-spacing: 0.08em;
}

.about-card h3 {
    margin: 0 0 9px;

    font-family: "Manrope", sans-serif;

    font-size: 1.05rem;

    color: var(--navy);
}

.about-card p {
    margin: 0;

    color: #747b8b;

    font-size: 0.88rem;

    line-height: 1.7;
}

.license-number {
    display: inline-block;

    margin-top: 12px;

    padding: 5px 10px;

    border-radius: 5px;

    background: rgba(215,25,63,0.08);

    color: var(--red);

    font-size: 0.72rem;
    font-weight: 800;

    letter-spacing: 0.08em;
}


/* CLIENT TYPES */

.about-client-strip {
    width: min(1180px, 90%);

    margin: 85px auto 0;

    padding-top: 25px;

    display: flex;

    justify-content: space-between;

    border-top: 1px solid #dedfe4;

    color: #858b99;

    font-size: 0.65rem;
    font-weight: 800;

    letter-spacing: 0.12em;
}


/* RESPONSIVE */

@media (max-width: 850px) {

    .about-section {
        padding: 90px 0;
    }

    .about-container {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .about-intro {
        max-width: none;
    }

    .about-client-strip {
        flex-wrap: wrap;

        gap: 18px 30px;

        justify-content: flex-start;
    }

}

@media (max-width: 550px) {

    .about-section {
        padding: 70px 0;
    }

    .about-card {
        grid-template-columns: 42px 1fr;

        gap: 12px;

        padding: 22px;
    }

    .about-client-strip {
        margin-top: 55px;
    }

}

/* =========================================================
   SERVICES — REFINED
========================================================= */

.services {
    background: #ffffff;
}

.services .section-intro h2 span {
    color: var(--red);
}

.services .section-intro > p:last-child {
    max-width: 680px;
}

.service-card {
    position: relative;
    overflow: hidden;
}

.service-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: var(--red);

    transition: width 0.3s ease;
}

.service-card:hover::after {
    width: 100%;
}

/* =========================
   SOLAR SOLUTIONS
========================= */

.solar-section {
    padding: 110px 24px;
    background: #ffffff;
}

.solar-section .section-label {
    max-width: 1160px;
    margin: 0 auto 24px;
    color: #e51b45;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.solar-heading {
    max-width: 1160px;
    margin: 0 auto;
}

.solar-heading h2 {
    margin: 0;
    max-width: 850px;
    color: #07132f;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -3px;
    font-weight: 700;
}

.solar-heading h2 span {
    color: #df1945;
}

.solar-heading p {
    max-width: 760px;
    margin: 32px 0 0;
    color: #66738c;
    font-size: 17px;
    line-height: 1.8;
}

.solar-grid {
    max-width: 1160px;
    margin: 65px auto 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.solar-card {
    min-height: 260px;
    padding: 30px;
    border: 1px solid #e1e4ea;
    border-radius: 18px;
    background: #ffffff;

    display: flex;
    flex-direction: column;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.solar-card:hover {
    transform: translateY(-5px);
    border-color: #df1945;
    box-shadow: 0 18px 40px rgba(7, 19, 47, 0.08);
}

.solar-card .card-number {
    color: #df1945;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.solar-card-content {
    margin-top: auto;
}

.solar-card h3 {
    margin: 0 0 14px;
    color: #07132f;
    font-size: 21px;
    line-height: 1.2;
}

.solar-card p {
    margin: 0;
    color: #66738c;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================
   SOLAR RESPONSIVE
========================= */

@media (max-width: 900px) {

    .solar-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .solar-section {
        padding: 80px 20px;
    }

    .solar-heading h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .solar-heading p {
        font-size: 16px;
    }

    .solar-grid {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .solar-card {
        min-height: 220px;
    }

}
/* ================================
   PROJECTS SECTION
================================ */

.projects-section {
    padding: 110px 5vw;
    background: #ffffff;
}

.projects-section .section-label {
    color: #e31843;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.projects-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 60px;
}

.projects-heading h2 {
    margin: 0;
    color: #07112f;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 0.98;
    letter-spacing: -2.5px;
}

.projects-heading h2 span {
    color: #df1742;
}

.projects-heading p {
    max-width: 520px;
    margin: 0 0 5px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.project-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e1e4ea;
    border-radius: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(7, 17, 47, 0.10);
}

.project-image {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-image {
    background:
        linear-gradient(135deg, #0b1028, #17152f);
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.project-content {
    position: relative;
    padding: 28px;
}

.project-number {
    margin-bottom: 22px;
    color: #e31843;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.project-content h3 {
    margin: 0 0 7px;
    color: #07112f;
    font-size: 23px;
}

.project-location {
    margin: 0 0 15px;
    color: #e31843;
    font-size: 13px;
    font-weight: 600;
}

.project-content > p:not(.project-location) {
    margin: 0 0 22px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.project-type {
    display: inline-block;
    padding: 7px 11px;
    border-radius: 5px;
    background: #fff0f3;
    color: #df1742;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

/* Responsive */

@media (max-width: 900px) {
    .projects-heading {
        display: block;
    }

    .projects-heading p {
        margin-top: 25px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .projects-section {
        padding: 80px 24px;
    }

    .projects-heading h2 {
        font-size: 44px;
    }

    .project-image {
        height: 220px;
    }
}
/* =========================================
   INDUSTRIES / WHO WE SERVE
========================================= */

.industries {
    background: #ffffff;
}

.industries .section-intro {
    max-width: 760px;
}

.industries .section-intro > p:not(.section-label) {
    max-width: 720px;
    margin-top: 24px;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 60px;
}

.industry-card {
    min-height: 230px;
    padding: 30px;
    border: 1px solid #e1e3e8;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease,
                box-shadow 0.25s ease,
                border-color 0.25s ease;
}

.industry-card:hover {
    transform: translateY(-4px);
    border-color: #d5d8df;
    box-shadow: 0 18px 40px rgba(10, 15, 40, 0.08);
}

.industry-number {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #e21b45;
}

.industry-card h3 {
    margin-top: auto;
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.2;
    color: #07112f;
}

.industry-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #65718a;
}


/* Last two cards */

.industry-card:nth-child(4),
.industry-card:nth-child(5) {
    min-height: 210px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .industry-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .industry-card {
        min-height: 210px;
    }

}
/* =========================
   CONTACT
========================= */

.contact-section {
    background: #080a1c;
    color: #ffffff;
    padding: 120px 7vw 100px;
}

.contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.contact-intro .section-label {
    color: #ed1745;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 28px;
}

.contact-intro h2 {
    font-size: clamp(48px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -3px;
    margin: 0 0 30px;
}

.contact-intro h2 span {
    color: #ed1745;
}

.contact-intro > p {
    color: #aab0c5;
    font-size: 16px;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 48px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #ffffff;
    text-decoration: none;
}

.contact-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed1745;
}

.contact-item small {
    display: block;
    color: #777e98;
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.contact-item strong {
    font-size: 15px;
    font-weight: 500;
}

/* FORM */

.contact-form-card {
    background: #ffffff;
    color: #07102c;
    border-radius: 18px;
    padding: 42px;
}

.form-heading span {
    color: #ed1745;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.form-heading p {
    margin: 8px 0 30px;
    color: #68718a;
    font-size: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dfe2e8;
    border-radius: 8px;
    padding: 13px 14px;
    font-family: inherit;
    font-size: 13px;
    color: #07102c;
    background: #fafafa;
    outline: none;
    transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #ed1745;
}

.form-group textarea {
    resize: vertical;
}

.contact-submit {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 16px 20px;
    background: #ed1745;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.contact-submit span {
    font-size: 18px;
}


/* =========================
   FOOTER
========================= */

.site-footer {
    background: #050713;
    color: #ffffff;
    padding: 70px 7vw 25px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding-bottom: 60px;
}

.footer-brand {
    max-width: 360px;
}

.footer-logo {
    margin-bottom: 12px;
}

.footer-logo img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.footer-brand strong {
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
}

.footer-brand span {
    display: block;
    color: #777e98;
    font-size: 8px;
    letter-spacing: 2px;
    margin-top: 3px;
}

.footer-brand p {
    color: #777e98;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 22px;
}

.footer-links {
    display: flex;
    gap: 100px;
}

.footer-links > div {
    display: flex;
    flex-direction: column;
    min-width: 130px;
}

.footer-links small {
    color: #ed1745;
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.footer-links a,
.footer-links p {
    color: #8b91a7;
    text-decoration: none;
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 1.6;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-links strong {
    color: #ffffff;
    font-size: 13px;
    margin-top: 4px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #555c73;
    font-size: 10px;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 800px) {

    .contact-section {
        padding: 80px 6vw;
    }

    .contact-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-intro h2 {
        letter-spacing: -2px;
    }

    .contact-form-card {
        padding: 28px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-inner {
        flex-direction: column;
        gap: 45px;
    }

    .footer-links {
        gap: 50px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* =========================
   FOOTER
========================= */

.site-footer {
    background: #050713;
    color: #ffffff;
    padding: 75px 7vw 25px;
}

.footer-main {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.3fr 1.3fr;
    gap: 60px;
    padding-bottom: 65px;
}

.footer-brand img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 18px;
}

.footer-brand h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
}

.footer-brand > span {
    display: block;
    margin-top: 4px;
    color: #777e98;
    font-size: 8px;
    letter-spacing: 2px;
}

.footer-brand p {
    max-width: 290px;
    margin-top: 22px;
    color: #777e98;
    font-size: 13px;
    line-height: 1.7;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    margin: 5px 0 22px;
    color: #ed1745;
    font-size: 9px;
    letter-spacing: 2px;
}

.footer-column a,
.footer-column p {
    margin: 0 0 11px;
    color: #858ba1;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
}

.footer-column a {
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-license strong {
    display: inline-block;
    margin-top: 3px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-contact a {
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.08);

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    color: #555c73;
    font-size: 10px;
    letter-spacing: 0.3px;
}


/* =========================
   FOOTER MOBILE
========================= */

@media (max-width: 900px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

}

@media (max-width: 600px) {

    .site-footer {
        padding: 60px 7vw 25px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 45px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.6;
    }

}