:root {
    --dark: #063a27;
    --dark-2: #0b4a32;
    --ink: #17352a;
    --muted: #6b7c74;
    --accent: #0b8f48;
    --green: #079840;
    --green-soft: #dff5e8;
    --gold: #9ff0b8;
    --line: #e7e7e7;
    --section: #f6fbf8;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3 {
    margin: 0;
}

.section-inner {
    width: min(1050px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    background: var(--dark);
}

.header-inner {
    width: min(1050px, calc(100% - 40px));
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    margin: 0 auto;
}

.brand {
    display: grid;
    gap: 4px;
}

.brand img {
    width: 178px;
    display: block;
    filter: brightness(0) invert(1);
}

.brand span {
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .7px;
}

.nav {
    display: flex;
    align-items: stretch;
    min-height: 105px;
}

.nav a {
    display: inline-flex;
    align-items: center;
    padding: 0 22px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.nav a.active,
.nav a:hover {
    background: #fff;
    color: var(--dark);
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
}

.language-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 30px;
    padding: 0 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 950;
}

.language-switch a.active,
.language-switch a:hover {
    background: #fff;
    color: var(--dark);
}

.hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: var(--dark);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 46, 30, .86), rgba(3, 70, 42, .58), rgba(255, 255, 255, .08)),
        url("https://eazypcb.com/wp-content/uploads/2026/04/eazypcbBanner.webp") center/cover no-repeat;
    filter: grayscale(.28) contrast(1.08);
    transform: scale(1.04);
}

.hero-grid {
    position: relative;
    z-index: 1;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .55fr);
    gap: 44px;
    align-items: center;
    padding: 58px 0;
}

.hero-content {
    display: grid;
    justify-items: start;
    text-align: left;
    color: #fff;
}

.hero-content > p:first-child {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-content h1 {
    max-width: 660px;
    font-size: clamp(42px, 5.2vw, 66px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 4px 28px rgba(0, 0, 0, .38);
}

.hero-content h1 span {
    color: #fff;
}

.hero-lead {
    max-width: 620px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.75;
}

.hero-points {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, .94);
    font-size: 13px;
    font-weight: 900;
    list-style: none;
}

.hero-points li {
    position: relative;
    padding-left: 22px;
}

.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green-soft);
    box-shadow: 0 0 0 5px rgba(159, 240, 184, .16);
}

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

.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 3px;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 3px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.welcome {
    background: var(--dark-2);
}

.welcome-grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 42px;
    align-items: center;
    min-height: 104px;
    color: #fff;
}

.welcome h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 950;
    text-transform: uppercase;
}

.welcome p {
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.services,
.products {
    padding: 68px 0 78px;
}

.section-heading {
    max-width: 760px;
}

.section-heading h2 {
    margin-bottom: 18px;
    color: var(--ink);
    font-size: 30px;
    font-weight: 950;
}

.section-heading strong {
    display: block;
    margin-bottom: 4px;
    color: var(--dark-2);
    font-size: 15px;
}

.section-heading p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
    margin-top: 58px;
    text-align: center;
}

.service-number {
    width: 98px;
    height: 98px;
    display: grid;
    place-items: center;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: var(--dark);
    color: #fff;
    font-size: 34px;
    font-weight: 950;
}

.service-grid h3 {
    margin-bottom: 14px;
    font-size: 19px;
    font-weight: 950;
}

.service-grid p {
    min-height: 64px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.service-grid a,
.product-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 28px;
    margin-top: 18px;
    border-radius: 3px;
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.dark-band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(4, 54, 34, .92), rgba(8, 98, 58, .82)),
        url("https://eazypcb.com/wp-content/uploads/2026/04/eazypcbBanner.webp") center/cover no-repeat;
}

.dark-band-grid {
    min-height: 230px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 40px;
    text-align: center;
    color: #fff;
}

.icon {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 44px;
    line-height: 1;
}

.dark-band h3 {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 950;
}

.dark-band p {
    color: #d8d8d8;
    font-size: 12px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 24px;
}

.product-grid img {
    width: 100%;
    aspect-ratio: 1.6;
    display: block;
    object-fit: cover;
    filter: grayscale(.45) contrast(1.02);
}

.product-grid h3 {
    margin-top: 18px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.product-grid p {
    margin-top: 10px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.product-grid a {
    background: var(--dark);
}

.quote-panel {
    background:
        linear-gradient(90deg, rgba(238, 249, 243, .96), rgba(255, 255, 255, .98)),
        url("https://eazypcb.com/wp-content/uploads/2026/04/eazypcbBanner.webp") right center/auto 100% no-repeat;
    border-top: 1px solid rgba(7, 152, 64, .14);
    border-bottom: 1px solid rgba(7, 152, 64, .14);
    color: var(--ink);
}

.quote-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .45fr);
    gap: 52px;
    align-items: center;
    padding: 72px 0;
}

.quote-copy {
    text-align: left;
}

.quote-copy span {
    display: block;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.quote-copy h2 {
    margin-bottom: 18px;
    color: var(--dark);
    font-size: 42px;
    line-height: 1.05;
    font-weight: 950;
    text-transform: uppercase;
}

.quote-copy p {
    max-width: 640px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.quote-support {
    padding: 28px;
    border: 1px solid rgba(7, 152, 64, .18);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 20px 46px rgba(6, 58, 39, .08);
}

.quote-support strong {
    display: block;
    color: var(--dark);
    font-size: 22px;
    font-weight: 950;
}

.quote-support p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.quote-support a {
    display: inline-flex;
    margin-top: 22px;
    padding: 12px 18px;
    border-radius: 3px;
    background: var(--dark);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.contact-list {
    display: grid;
    gap: 8px;
    margin-top: 28px;
    color: var(--dark);
    font-size: 15px;
    font-weight: 900;
}

.contact-list span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 500;
}

.flow-card {
    margin-top: 28px;
    padding: 22px 24px 10px;
    border: 1px solid rgba(7, 152, 64, .16);
    background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(223, 245, 232, .32));
    box-shadow: 0 20px 50px rgba(6, 58, 39, .08);
}

.flow-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.flow-head strong {
    color: var(--dark);
    font-size: 18px;
    font-weight: 950;
    text-transform: uppercase;
}

.flow-head span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

.flow-svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

.flow-stage {
    fill: rgba(255, 255, 255, .72);
    stroke: rgba(7, 152, 64, .12);
}

.circuit-path {
    fill: none;
    stroke: rgba(11, 143, 72, .22);
    stroke-dasharray: 10 12;
    stroke-linecap: round;
    stroke-width: 3;
    animation: circuit-flow 3.2s linear infinite;
}

.path-b {
    animation-delay: .5s;
}

.path-c {
    animation-delay: 1s;
}

.flow-track {
    fill: none;
    stroke: rgba(6, 58, 39, .16);
    stroke-linecap: round;
    stroke-width: 10;
}

.flow-line {
    fill: none;
    stroke: url("#flowLine");
    stroke-dasharray: 56 28;
    stroke-linecap: round;
    stroke-width: 5;
    animation: flow-dash 2.2s linear infinite;
}

.flow-runner {
    fill: #fff;
    filter: url("#softGlow");
    stroke: var(--accent);
    stroke-width: 5;
}

.node-halo {
    fill: rgba(11, 143, 72, .08);
    opacity: .6;
    transform-box: fill-box;
    transform-origin: center;
}

.node {
    fill: #fff;
    stroke: var(--accent);
    stroke-width: 4;
    filter: drop-shadow(0 12px 18px rgba(6, 58, 39, .12));
}

.node-icon,
.node-title,
.node-sub {
    text-anchor: middle;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

.node-icon {
    fill: var(--dark);
    font-size: 18px;
    font-weight: 950;
}

.step-3 .node-icon {
    font-size: 13px;
}

.node-title {
    fill: var(--dark);
    font-size: 17px;
    font-weight: 950;
}

.node-sub {
    fill: var(--muted);
    font-size: 11px;
    font-weight: 800;
}

.flow-step .node-halo,
.flow-step .node,
.flow-step .node-icon {
    animation: flow-step 6s ease-in-out infinite;
}

.process-card {
    fill: rgba(255, 255, 255, .9);
    stroke: rgba(11, 143, 72, .2);
    stroke-width: 2;
    filter: drop-shadow(0 18px 22px rgba(6, 58, 39, .11));
    animation: card-float 5.2s ease-in-out infinite;
}

.step-2 .process-card {
    animation-delay: .25s;
}

.step-3 .process-card {
    animation-delay: .5s;
}

.step-4 .process-card {
    animation-delay: .75s;
}

.mini-line,
.ship-arrow,
.box-fold {
    fill: none;
    stroke: rgba(6, 58, 39, .48);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.pay-card,
.box-top,
.box-front {
    fill: rgba(223, 245, 232, .88);
    stroke: rgba(11, 143, 72, .42);
    stroke-linejoin: round;
    stroke-width: 2;
}

.pcb-board {
    fill: url("#pcbGrid");
    stroke: var(--accent);
    stroke-width: 3;
}

.pcb-card {
    fill: rgba(238, 249, 243, .96);
}

.pad {
    fill: #fff;
    stroke: var(--accent);
    stroke-width: 3;
}

.pcb-trace {
    fill: none;
    stroke: var(--accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
    stroke-dasharray: 20 10;
    animation: flow-dash 1.6s linear infinite;
}

.trace-two {
    stroke: rgba(6, 58, 39, .65);
    animation-delay: .35s;
}

.scan-line {
    fill: rgba(159, 240, 184, .78);
    filter: url("#softGlow");
    animation: scan-board 2.2s ease-in-out infinite;
}

.ship-arrow {
    stroke: var(--accent);
    stroke-width: 4;
    animation: arrow-pulse 1.8s ease-in-out infinite;
}

.flow-metrics text {
    fill: var(--muted);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-anchor: middle;
}

.node-icon.small {
    font-size: 14px;
}

.step-2 .node-halo,
.step-2 .node,
.step-2 .node-icon {
    animation-delay: 1.5s;
}

.step-3 .node-halo,
.step-3 .node,
.step-3 .node-icon {
    animation-delay: 3s;
}

.step-4 .node-halo,
.step-4 .node,
.step-4 .node-icon {
    animation-delay: 4.5s;
}

@keyframes flow-dash {
    to {
        stroke-dashoffset: -84;
    }
}

@keyframes circuit-flow {
    to {
        stroke-dashoffset: -44;
    }
}

@keyframes card-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes scan-board {
    0%, 100% {
        transform: translateY(0);
        opacity: .25;
    }
    50% {
        transform: translateY(72px);
        opacity: 1;
    }
}

@keyframes arrow-pulse {
    0%, 100% {
        opacity: .42;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(8px);
    }
}

@keyframes flow-step {
    0%, 18%, 100% {
        fill: #fff;
        opacity: 1;
        transform: scale(1);
    }
    7%, 12% {
        fill: var(--green-soft);
        opacity: 1;
        transform: scale(1.08);
    }
}

.quote-form {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(7, 152, 64, .22);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 22px 58px rgba(6, 58, 39, .14);
}

.quote-form-anchor {
    width: 100%;
    min-height: 460px;
    display: block;
    align-self: start;
    scroll-margin-top: 18px;
}

.hero-form {
    min-height: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
}

.hero-form .quote-form {
    padding: 22px;
    box-shadow: none;
}

.form-kicker {
    margin-bottom: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.form-note {
    margin-top: 12px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.5;
}

.quote-form-anchor:empty {
    border: 1px dashed rgba(7, 152, 64, .28);
    background: rgba(255, 255, 255, .58);
}

.hero-form:empty {
    min-height: 460px;
    border-color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .14);
}

.quote-form label {
    display: grid;
    gap: 6px;
    color: var(--dark);
    font-size: 12px;
    font-weight: 900;
    text-align: left;
}

.quote-form .hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.quote-form input,
.quote-form textarea {
    width: 100%;
    border: 1px solid rgba(7, 152, 64, .18);
    border-radius: 2px;
    padding: 12px;
    background: #fff;
    color: #222;
    font: inherit;
    resize: vertical;
}

.quote-form button {
    min-height: 42px;
    border: 0;
    border-radius: 2px;
    background: var(--accent);
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
}

.faq {
    padding: 10px 0 76px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.faq-grid article {
    padding: 24px;
    border: 1px solid rgba(7, 152, 64, .14);
    background: #fff;
    box-shadow: 0 16px 34px rgba(6, 58, 39, .06);
}

.faq-grid h3 {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 950;
}

.faq-grid p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 3px;
    background: #0b8f48;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 16px 36px rgba(6, 58, 39, .28);
}

.contact-band {
    background:
        linear-gradient(90deg, rgba(4, 50, 33, .94), rgba(6, 94, 54, .86)),
        url("https://eazypcb.com/wp-content/uploads/2026/04/eazypcbBanner.webp") center/cover no-repeat;
    color: #fff;
}

.contact-band-inner {
    display: grid;
    justify-items: center;
    gap: 16px;
    padding: 72px 0;
    text-align: center;
}

.contact-band h2 {
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-band p {
    max-width: 680px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.7;
}

.contact-band .contact-list {
    color: #fff;
}

.site-footer {
    background: var(--dark);
    color: rgba(255, 255, 255, .7);
    text-align: center;
}

.site-footer .section-inner {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 46px 0 64px;
}

.site-footer img {
    width: 160px;
    filter: brightness(0) invert(1);
    opacity: .55;
}

.site-footer p {
    max-width: 720px;
    font-size: 12px;
    line-height: 1.7;
}

.site-footer strong {
    color: #fff;
    font-size: 34px;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .header-inner,
    .hero-grid,
    .welcome-grid,
    .quote-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .nav {
        width: 100%;
        min-height: 0;
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .language-switch {
        width: fit-content;
    }

    .nav a {
        flex: 0 0 auto;
        justify-content: center;
        min-height: 44px;
        padding: 0 16px;
    }

    .service-grid,
    .product-grid,
    .faq-grid,
    .dark-band-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-grid {
        gap: 28px;
        min-height: 0;
        padding: 48px 0;
    }
}

@media (max-width: 620px) {
    .section-inner,
    .header-inner {
        width: min(100% - 28px, 1050px);
    }

    .brand img {
        width: 150px;
    }

    .hero {
        min-height: 0;
    }

    .nav a {
        min-height: 42px;
        padding: 0 10px;
        font-size: 10px;
    }

    .hero-content h1 {
        max-width: calc(100vw - 30px);
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: .3px;
    }

    .hero-content {
        justify-items: start;
        text-align: left;
    }

    .hero-actions {
        width: 100%;
    }

    .hero-content > p:first-child {
        max-width: calc(100vw - 30px);
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .hero-cta,
    .whatsapp-cta {
        width: 100%;
        padding: 13px 18px;
        font-size: 11px;
    }

    .welcome-grid,
    .service-grid,
    .product-grid,
    .faq-grid,
    .dark-band-grid {
        grid-template-columns: 1fr;
    }

    .quote-grid {
        grid-template-columns: 1fr;
        padding: 34px 0 48px;
    }

    .quote-copy h2 {
        font-size: 34px;
    }

    .hero-form,
    .quote-form {
        padding: 16px;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 11px;
    }
}
