:root {
    --ice-blue: #d4e4f7;
    --steel-blue: #4a6fa5;
    --steel-blue-dark: #3a5a8a;
    --silver: #c0c0c0;
    --crisp-white: #fafafa;
    --metal-dark: #1c2b3a;
    --metal-charcoal: #2a3d52;
    --accent-orange: #e8722a;
    --accent-orange-dark: #d0621e;
    --text-dark: #1a2535;
    --text-mid: #4a5568;
    --text-light: #64748b;
    --border-light: rgba(74, 111, 165, 0.12);

    --primary: var(--metal-dark);
    --primary-dark: var(--metal-charcoal);
    --accent: var(--accent-orange);
    --accent-hover: var(--accent-orange-dark);
    --success: #059669;
    --text: var(--text-mid);
    --border: rgba(74, 111, 165, 0.2);
    --bg-light: var(--crisp-white);
    --bg-blue: var(--ice-blue);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Barlow', sans-serif;
    background: var(--crisp-white);
    color: var(--text-dark);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    color: inherit;
}

.topbar {
    background: var(--metal-dark);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
    padding: 6px 0;
    letter-spacing: 0.3px;
}

.topbar .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.topbar a:hover {
    color: #fff;
}

nav {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 100;
}

nav .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.75rem;
    color: var(--metal-dark);
    letter-spacing: 1.5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--steel-blue), var(--steel-blue-dark));
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.nav-links {
    display: flex;
    gap: 32px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-mid);
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.2s;
    letter-spacing: 0.2px;
}

.nav-links a:hover {
    color: var(--steel-blue);
}

.nav-cta {
    background: var(--accent-orange) !important;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600 !important;
    transition: background 0.2s, transform 0.15s !important;
}

.nav-cta:hover {
    background: var(--accent-orange-dark) !important;
    transform: translateY(-1px);
}

.btn-primary,
.btn-secondary {
    border-radius: 6px;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.btn-primary {
    background: var(--accent-orange);
    color: #fff;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.btn-primary:hover {
    background: var(--accent-orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232, 114, 42, 0.3);
    color: #fff;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 14px 32px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

.btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.trust-bar {
    background: #fff;
    border-bottom: 1px solid var(--border-light);
    padding: 28px 24px;
}

.trust-bar .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-icon {
    width: 44px;
    height: 44px;
    background: var(--ice-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--steel-blue);
    flex-shrink: 0;
}

.trust-label {
    font-size: 0.82rem;
    color: var(--text-light);
    line-height: 1.3;
}

.trust-value {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-dark);
}

.section-banner {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

section {
    padding: 80px 24px;
}

section .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--steel-blue);
    margin-bottom: 12px;
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    letter-spacing: 2px;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.15;
}

.section-desc {
    color: var(--text-mid);
    font-size: 1.05rem;
    max-width: 640px;
    line-height: 1.8;
    margin-bottom: 48px;
    font-weight: 300;
}

.why-source {
    background: linear-gradient(180deg, #fff 0%, var(--ice-blue) 100%);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.why-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 32px 28px;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--steel-blue), var(--accent-orange));
    opacity: 0;
    transition: opacity 0.25s;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(74, 111, 165, 0.1);
}

.why-card:hover::before {
    opacity: 1;
}

.why-card-icon {
    width: 48px;
    height: 48px;
    background: var(--ice-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
    color: var(--steel-blue);
}

.why-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: var(--text-dark);
    letter-spacing: 0.5px;
}

.why-card p {
    color: var(--text-mid);
    font-size: 0.92rem;
    line-height: 1.7;
}

.products {
    background: var(--metal-dark);
    color: #fff;
}

.products .section-label {
    color: var(--silver);
}

.products .section-title {
    color: #fff;
}

.products .section-desc {
    color: rgba(255, 255, 255, 0.6);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
}

.product-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(74, 111, 165, 0.4);
    transform: translateY(-3px);
}

.product-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.product-card-body {
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card .tag {
    display: inline-block;
    width: fit-content;
    background: rgba(74, 111, 165, 0.25);
    color: var(--ice-blue);
    font-size: 0.72rem;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.product-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    min-height: 2.6em;
}

.product-card p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.spec-chip {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 500;
}

.product-card a {
    color: var(--accent-orange);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 12px;
    transition: gap 0.2s;
}

.product-card a:hover {
    gap: 10px;
}

.specs-section {
    background: #fff;
}

.specs-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid var(--border-light);
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

thead {
    background: var(--metal-dark);
    color: #fff;
}

th {
    padding: 14px 18px;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-size: 0.82rem;
    text-transform: uppercase;
    white-space: nowrap;
}

td {
    padding: 13px 18px;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-mid);
    white-space: nowrap;
}

tbody tr:hover {
    background: rgba(74, 111, 165, 0.04);
}

tbody tr:last-child td {
    border-bottom: none;
}

td:first-child {
    font-weight: 600;
    color: var(--text-dark);
}

.industries {
    background: linear-gradient(180deg, var(--ice-blue) 0%, #fff 100%);
}

.ind-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.ind-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.2s;
}

.ind-card:hover {
    box-shadow: 0 8px 28px rgba(74, 111, 165, 0.08);
    transform: translateY(-2px);
}

.ind-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--steel-blue), var(--steel-blue-dark));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.ind-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.ind-card p {
    font-size: 0.88rem;
    color: var(--text-mid);
    line-height: 1.6;
}

.quality {
    background: #fff;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.cert-badge {
    background: var(--ice-blue);
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.2s;
}

.cert-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 111, 165, 0.1);
}

.cert-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--steel-blue);
    letter-spacing: 1.5px;
    margin-bottom: 4px;
}

.cert-desc {
    font-size: 0.78rem;
    color: var(--text-mid);
    line-height: 1.4;
}

.quality-quote {
    background: var(--metal-dark);
    border-radius: 12px;
    padding: 36px 40px;
    color: #ffffff;
    position: relative;
}

.quality-quote::before {
    content: '\201C';
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5rem;
    color: var(--accent-orange);
    position: absolute;
    top: 13px;
    left: 20px;
    line-height: 1;
}

.quality-quote p {
    font-size: 1.05rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
}

.quality-quote cite {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    display: block;
}

.quality-quote cite strong {
    color: var(--accent-orange);
}

.coatings {
    background: linear-gradient(180deg, #fff, var(--ice-blue));
}

.coating-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.coating-item {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    transition: all 0.2s;
}

.coating-item:hover {
    border-color: var(--steel-blue);
}

.coating-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--steel-blue);
    flex-shrink: 0;
}

.ordering {
    background: #fff;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
    position: relative;
}

.step {
    text-align: center;
    padding: 32px 24px;
    position: relative;
}

.step-num {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--steel-blue), var(--steel-blue-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    margin: 0 auto 16px;
    letter-spacing: 1px;
}

.step h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.step p {
    font-size: 0.85rem;
    color: var(--text-mid);
    line-height: 1.6;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cta-contact {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.88rem;
}

.cta-contact a {
    color: var(--accent-orange);
    text-decoration: none;
    font-weight: 600;
}

footer {
    background: var(--metal-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 48px 24px 32px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.82rem;
}

footer .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand .logo {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

.footer-brand .logo span {
    color: var(--accent-orange);
}

.footer-brand p {
    line-height: 1.7;
}

footer h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer li {
    margin-bottom: 8px;
}

footer a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s;
}

footer a:hover {
    color: var(--accent-orange);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .trust-bar .inner {
        justify-content: center;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .steps {
        grid-template-columns: 1fr 1fr;
    }

    .quality-quote {
        padding: 28px 24px;
    }
}

.grade304-page {
    margin-top: 1rem;
}

.grade304-page .hero-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 4rem 0 2rem;
}

.grade304-page .hero-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.3rem 0.875rem;
    border-radius: 30px;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.grade304-page .hero-section h1 {
    color: white;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

h1[tabindex='-1']:focus {
    outline: none;
    box-shadow: none;
}

.grade304-page .hero-section .lead {
    font-size: 1.0625rem;
    opacity: 0.95;
    margin-bottom: 1.25rem;
}

.grade304-page .value-props {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.grade304-page .value-props li {
    padding: 0.375rem 0;
    font-size: 0.9375rem;
}

.grade304-page .value-props li i {
    color: var(--success);
    margin-right: 0.625rem;
}

.grade304-page .btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
    padding: 0.625rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

.grade304-page .btn-primary:hover {
    background-color: var(--accent-hover);
    border-color: var(--accent-hover);
    transform: translateY(-2px);
}

.grade304-page .btn-outline-primary {
    color: var(--accent);
    border-color: var(--accent);
    padding: 0.625rem 1.5rem;
    font-weight: 600;
}

.grade304-page .btn-outline-primary:hover {
    background-color: var(--accent);
    border-color: var(--accent);
}

.grade304-page .specs-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-top: 1rem;
}

.grade304-page .specs-card h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

.grade304-page .spec-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}

.grade304-page .spec-row:last-child {
    border-bottom: none;
}

.grade304-page .spec-label {
    font-weight: 600;
    color: var(--text-light);
}

.grade304-page .spec-value {
    color: var(--primary);
    font-weight: 600;
}

.grade304-page .why-us-box {
    background: white;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.grade304-page .why-us-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: var(--accent);
}

.grade304-page .why-us-box i {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.grade304-page .why-us-box h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.grade304-page .why-us-box p {
    font-size: 0.875rem;
    color: var(--text-light);
    margin: 0;
}

.grade304-page .forms-table {
    font-size: 0.9375rem;
}

.grade304-page .forms-table th {
    background: var(--primary);
    color: white;
    font-weight: 600;
    padding: 0.75rem;
}

.grade304-page .forms-table td {
    padding: 0.625rem;
}

.grade304-page .form-card {
    background: white;
    border-radius: 16px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.grade304-page .form-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 102, 204, 0.15);
    border-color: var(--accent);
}

.grade304-page .form-image {
    height: 200px;
    overflow: hidden;
    background: var(--bg-light);
    position: relative;
}

.grade304-page .form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.grade304-page .form-card:hover .form-image img {
    transform: scale(1.08);
}

.grade304-page .form-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 102, 204, 0.9);
    color: white;
    padding: 0.45rem 0.95rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.grade304-page .form-content {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.grade304-page .form-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--primary-dark);
}

.grade304-page .spec-item {
    display: flex;
    align-items: start;
    margin-bottom: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--border);
}

.grade304-page .spec-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.grade304-page .spec-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 0.8rem;
}

.grade304-page .spec-details {
    flex: 1;
}

.grade304-page .spec-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--text);
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.grade304-page .spec-value {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 500;
}

.grade304-page .info-banner {
    background: linear-gradient(135deg, #E0F2FE, #DBEAFE);
    border-left: 4px solid var(--accent);
    padding: 1.5rem;
    border-radius: 12px;
}

.grade304-page .info-banner h4 {
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.grade304-page .quote-form-card {
    background: white;
    border: 2px solid var(--accent);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.15);
}

.grade304-page .cert-badge {
    background: white;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s;
}

.grade304-page .cert-badge:hover {
    border-color: var(--accent);
    transform: scale(1.05);
}

.grade304-page .cert-badge i {
    font-size: 2rem;
    color: var(--accent);
}

.grade304-page .accordion-button {
    font-weight: 600;
    font-size: 1.0625rem;
    color: var(--primary);
}

.grade304-page .accordion-button:not(.collapsed) {
    background-color: var(--bg-light);
    color: var(--accent);
}

.grade304-page .accordion-button:focus {
    box-shadow: none;
    border-color: var(--accent);
}

.grade304-page .accordion-body {
    font-size: 0.9375rem;
}

.grade304-page section {
    padding: 3rem 0;
}

.grade304-page section.compact {
    padding: 2rem 0;
}

.grade304-page .section-label {
    color: var(--accent);
    font-weight: 700;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.grade304-page .sticky-quote-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.3);
}

.grade304-page .row {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .grade304-page .hero-section h1 {
        font-size: 1.75rem;
    }

    .grade304-page .form-image {
        height: 160px;
    }

    .grade304-page .sticky-quote-btn {
        bottom: 10px;
        right: 10px;
    }
}