:root {
--text:#10142b;--muted:#66708e;--blue:#566dff;--purple:#927cff;--border:rgba(65,76,130,.12);--soft:#f6f7ff
}


* {
box-sizing:border-box
}


html {
scroll-behavior:smooth
}


body {
margin:0;background:#fff;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased
}


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


button,input {
font:inherit
}


.navbar {
height:76px;padding:0 7vw;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)
}


.logo,.footer-logo {
font-size:28px;font-weight:700;letter-spacing:-.07em
}


.navbar nav {
display:flex;gap:34px;margin-left:auto;margin-right:38px
}


.navbar nav a {
font-size:13px;color:#4e5774
}


.navbar nav a:hover {
color:#10142b
}


.nav-button,.primary-button {
display:inline-flex;align-items:center;gap:11px;background:#10142b;color:#fff;padding:13px 18px;border-radius:7px;font-size:13px;font-weight:500;box-shadow:0 8px 25px rgba(16,20,43,.1);transition:.2s
}


.nav-button:hover,.primary-button:hover {
transform:translateY(-2px);box-shadow:0 12px 30px rgba(16,20,43,.17)
}


.secondary-button {
display:inline-flex;align-items:center;padding:13px 18px;border:1px solid var(--border);border-radius:7px;font-size:13px;background:rgba(255,255,255,.7)
}


.hero {
min-height:650px;padding:85px 7vw 0;display:grid;grid-template-columns:1.05fr .95fr;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 38%,rgba(126,116,255,.18),transparent 30%),linear-gradient(135deg,#fff 0%,#fafaff 52%,#f0f2ff 100%)
}


.hero-copy {
position:relative;z-index:2;max-width:720px
}


.eyebrow,.card-label {
font-family:monospace;font-size:10px;letter-spacing:.16em;color:#69749c
}


.hero h1 {
margin:20px 0 0;font-size:clamp(54px,6.2vw,84px);line-height:.99;letter-spacing:-.065em;font-weight:600
}


.hero h1 span {
background:linear-gradient(90deg,#5369ff,#967eff);-webkit-background-clip:text;background-clip:text;color:transparent
}


.hero-copy>p {
max-width:570px;margin:28px 0;font-size:18px;line-height:1.55;color:var(--muted)
}


.hero-actions {
display:flex;gap:10px
}


.hero-meta {
display:flex;margin-top:82px
}


.hero-meta>div {
padding:0 28px;border-right:1px solid rgba(70,82,140,.17)
}


.hero-meta>div:first-child {
padding-left:0
}


.hero-meta>div:last-child {
border:0
}


.hero-meta strong {
display:block;font-family:monospace;font-size:9px;letter-spacing:.13em;color:#596384;margin-bottom:7px
}


.hero-meta span {
font-size:12px;color:#7b839b
}


.hero-visual {
position:relative;min-height:500px
}


.visual-glow {
position:absolute;width:430px;height:430px;left:50%;top:45%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(108,99,255,.28),rgba(91,169,255,.09) 45%,transparent 70%);filter:blur(18px)
}


.compute-panel {
position:absolute;width:330px;height:390px;left:50%;top:44%;transform:translate(-50%,-50%) rotate(3deg);border:1px solid rgba(255,255,255,.9);border-radius:15px;padding:22px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(220,224,255,.22));backdrop-filter:blur(16px);box-shadow:0 35px 90px rgba(69,79,170,.18)
}


.panel-top {
display:flex;justify-content:space-between;font:10px monospace;letter-spacing:.12em;color:#66719a
}


.panel-top i {
width:7px;height:7px;border-radius:50%;background:#6173ff;box-shadow:0 0 12px #7180ff
}


.visual-gpu {
height:250px;margin-top:28px;border-radius:9px;background:linear-gradient(135deg,#242943,#0d101b);padding:38px;display:flex;flex-direction:column;justify-content:center;gap:24px;box-shadow:0 20px 45px rgba(20,25,60,.35)
}


.gpu-chip {
width:78px;height:78px;border:1px solid rgba(150,160,255,.4);display:grid;place-items:center;border-radius:8px;color:#9ca7ff;font:11px monospace;box-shadow:0 0 35px rgba(100,115,255,.22)
}


.gpu-lines {
display:grid;gap:9px
}


.gpu-lines b {
height:3px;border-radius:4px;background:linear-gradient(90deg,#7183ff,rgba(161,140,255,.15));box-shadow:0 0 10px rgba(112,130,255,.55)
}


.visual-stats {
display:flex;justify-content:space-between;margin-top:22px;font:10px monospace;letter-spacing:.1em;color:#6e789c
}


.visual-stats strong {
color:#596cff
}


.visual-caption {
position:absolute;right:7%;bottom:40px;font:10px monospace;letter-spacing:.16em;color:#69749c
}


.compute-section {
max-width:1260px;margin:0 auto;padding:120px 7vw;display:grid;grid-template-columns:.65fr 1.55fr;gap:70px
}


.section-intro h2,.section-wide-heading h2,.platform-copy h2,.cta-section h2 {
margin:20px 0;font-size:clamp(40px,4.2vw,58px);line-height:1.01;letter-spacing:-.06em;font-weight:600
}


.section-intro p {
max-width:350px;color:var(--muted);font-size:15px;line-height:1.65
}


.gpu-card {
padding:28px;border:1px solid rgba(75,88,155,.11);border-radius:16px;background:linear-gradient(135deg,#f8f9ff,#eef1ff);box-shadow:0 25px 60px rgba(65,76,150,.07)
}


.card-header {
display:flex;align-items:flex-start;justify-content:space-between
}


.card-header h3 {
margin:7px 0 0;font-size:20px;letter-spacing:-.03em
}


.live-indicator {
display:flex;align-items:center;gap:7px;font:10px monospace;letter-spacing:.1em;color:#5367d8
}


.live-indicator i {
width:6px;height:6px;border-radius:50%;background:#5367ff;box-shadow:0 0 9px rgba(79,103,255,.5)
}


.gpu-filters {
display:flex;gap:7px;overflow:auto;margin:25px 0 16px;padding-bottom:2px
}


.gpu-filter {
border:1px solid rgba(75,88,155,.12);background:rgba(255,255,255,.55);border-radius:20px;padding:7px 11px;font-size:10px;color:#69728f;cursor:pointer;white-space:nowrap
}


.gpu-filter.active {
background:#10142b;color:#fff;border-color:#10142b
}


.gpu-grid {
display:grid;grid-template-columns:repeat(2,1fr);gap:10px
}


.gpu-item {
min-height:170px;padding:18px;border-radius:10px;border:1px solid rgba(82,95,165,.11);background:rgba(255,255,255,.62);transition:.2s
}


.gpu-item:hover {
transform:translateY(-2px);box-shadow:0 10px 25px rgba(60,70,130,.07)
}


.gpu-item-main {
display:flex;flex-direction:column;gap:5px
}


.gpu-item strong {
font-size:17px
}


.gpu-item-main span {
font-size:11px;color:#737b98
}


.gpu-item-price {
margin-top:23px;font-size:18px;font-weight:600
}


.gpu-item-price span {
font-size:11px;font-weight:400;color:#737b98
}


.gpu-item-status {
display:flex;align-items:center;gap:7px;margin-top:9px;font-size:11px
}


.gpu-item-status i {
width:6px;height:6px;border-radius:50%;background:#8d94aa
}


.gpu-item-status.available {
color:#5367d8
}


.gpu-item-status.available i {
background:#5367ff;box-shadow:0 0 8px rgba(79,103,255,.45)
}


.gpu-item-status.unavailable {
color:#858ba0
}


.gpu-select {
    margin-top: 15px;
    min-width: 120px;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 10px;
    background: #8B5CF6;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.30);
    transition: all 0.2s ease;
}

.gpu-select:hover {
    background: #A78BFA;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(139, 92, 246, 0.40);
}

.gpu-select:active {
    transform: translateY(0);
}



.gpu-explorer-footer {
display:flex;justify-content:space-between;margin-top:20px;font:10px monospace;letter-spacing:.04em;color:#8a90a5
}


.workloads-section {
padding:115px 7vw;background:#f7f8ff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)
}


.section-wide-heading {
max-width:1260px;margin:0 auto 60px
}


.workload-grid {
max-width:1260px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)
}


.workload-grid article {
padding:24px 26px;border-left:1px solid rgba(70,82,140,.14)
}


.workload-grid article:first-child {
border-left:0
}


.workload-grid span {
font:10px monospace;color:#8a91a8
}


.workload-grid h3 {
font-size:13px;letter-spacing:.08em;margin:34px 0 12px
}


.workload-grid p {
margin:0;color:var(--muted);font-size:13px;line-height:1.6
}


.platform-section {
max-width:1260px;margin:auto;padding:125px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center
}


.platform-copy>p {
max-width:470px;color:var(--muted);font-size:16px;line-height:1.65
}


.platform-copy h2 span {
background:linear-gradient(90deg,#5369ff,#967eff);-webkit-background-clip:text;background-clip:text;color:transparent
}


.platform-points {
margin-top:45px;display:grid;gap:20px
}


.platform-points>div {
display:grid;grid-template-columns:35px 125px 1fr;gap:10px;align-items:baseline
}


.platform-points strong {
font:10px monospace;color:#8a91a8
}


.platform-points b {
font:10px monospace;letter-spacing:.1em
}


.platform-points span {
font-size:12px;color:var(--muted)
}


.platform-diagram {
min-height:430px;border:1px solid rgba(75,88,155,.11);border-radius:18px;background:radial-gradient(circle at 50% 50%,rgba(112,103,255,.15),transparent 42%),#f7f8ff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;position:relative
}


.diagram-node,.diagram-core {
width:190px;text-align:center;border:1px solid rgba(75,88,155,.15);background:rgba(255,255,255,.72);border-radius:10px;padding:17px;font:10px monospace;letter-spacing:.1em
}


.diagram-core {
width:150px;padding:22px;background:#10142b;color:#fff;box-shadow:0 15px 45px rgba(16,20,43,.16)
}


.diagram-core strong {
display:block;font-size:14px;letter-spacing:.03em
}


.diagram-core span {
font-size:8px;color:#9da6c5
}


.diagram-line {
width:1px;height:38px;background:linear-gradient(#a1a8c4,#6173ff,#a1a8c4)
}


.cta-section {
max-width:1260px;margin:20px auto 80px;padding:65px 60px;display:flex;align-items:center;justify-content:space-between;border-radius:18px;background:radial-gradient(ellipse at 80% 50%,rgba(132,132,255,.3),transparent 45%),linear-gradient(120deg,#f3f4ff,#e9ecff);border:1px solid var(--border)
}


.cta-section h2 {
margin-bottom:0
}


footer {
max-width:1260px;margin:auto;padding:40px 7vw;display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--border);align-items:center
}


.footer-links {
display:flex;justify-content:center;gap:28px;font-size:12px;color:#656d89
}


.copyright {
text-align:right;font-size:11px;color:#8a90a5
}


.gpu-modal {
position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center
}


.gpu-modal.visible {
display:flex
}


.gpu-modal-backdrop {
position:absolute;inset:0;background:rgba(12,15,30,.35);backdrop-filter:blur(8px)
}


.gpu-modal-content {
position:relative;width:min(460px,calc(100% - 32px));padding:32px;border-radius:16px;background:#fff;box-shadow:0 30px 100px rgba(20,25,60,.25);z-index:1
}


.gpu-modal-close {
position:absolute;right:18px;top:15px;border:0;background:none;font-size:27px;color:#6c748d;cursor:pointer
}


.modal-title-row {
display:flex;justify-content:space-between;align-items:center;gap:15px
}


.modal-title-row h3 {
font-size:30px;letter-spacing:-.05em;margin:10px 0
}


.modal-gpu-status {
display:flex;align-items:center;gap:6px;font-size:11px
}


.modal-gpu-status i {
width:6px;height:6px;border-radius:50%;background:#8d94aa
}


.modal-gpu-status.available {
color:#5367d8
}


.modal-gpu-status.available i {
background:#5367ff;box-shadow:0 0 8px rgba(79,103,255,.45)
}


.modal-gpu-status.unavailable {
color:#858ba0
}


.modal-gpu-price-block {
display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:12px;color:#737b98
}


.modal-gpu-price-block strong {

font-size:26px;
color:#FFFFFF;
font-weight:800;
text-shadow:0 0 18px rgba(255,255,255,.20);

}


.estimate {
margin-top:25px
}


.estimate label {
display:block;font:10px monospace;letter-spacing:.1em;color:#747d99;margin-bottom:9px
}


.estimate input {
width:100%;padding:13px;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fafaff;outline:none
}


.estimate-total {
display:flex;justify-content:space-between;margin-top:18px;font-size:12px;color:#6d7590
}


.estimate-total strong {

font-size:32px;
color:#FFFFFF;
font-weight:800;
text-shadow:0 0 20px rgba(255,255,255,.22);

}


.modal-action {
width:100%;margin-top:22px;padding:14px;border:0;border-radius:7px;background:#10142b;color:#fff;font-size:13px;cursor:pointer
}


.modal-action:disabled {
opacity:.55;cursor:default
}


.gpu-request-form {
display:none;margin-top:25px
}


.gpu-request-form.visible {
display:block
}


.gpu-request-label {
font:10px monospace;letter-spacing:.12em;color:#69749c;margin-bottom:9px
}


.gpu-request-form p {
font-size:12px;line-height:1.6;color:#737b98;margin:0 0 15px
}


.gpu-request-form input {
width:100%;padding:13px;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fafaff;outline:none
}


.gpu-request-back {
display:block;margin-top:13px;padding:0;border:0;background:none;font-size:11px;color:#737b98;cursor:pointer
}


.gpu-request-message {
margin-top:14px;font-size:12px;line-height:1.5
}


.gpu-request-message.success {
color:#5367d8
}


.gpu-request-message.error {
color:#a06070
}


.loading {
opacity:.6
}


@media(max-width:900px) {
.navbar {
padding:0 6vw
}


.navbar nav {
display:none
}


.hero {
grid-template-columns:1fr;padding:65px 6vw 0;min-height:900px
}


.hero-visual {
min-height:390px
}


.hero-meta {
margin-top:55px
}


.hero-meta>div {
min-width:0;padding:0 16px
}


.hero-meta span {
display:block
}


.compute-section,.platform-section {
grid-template-columns:1fr;padding:90px 6vw;gap:45px
}


.workloads-section {
padding:90px 6vw
}


.workload-grid {
grid-template-columns:repeat(2,1fr)
}


.workload-grid article:nth-child(3) {
border-left:0;border-top:1px solid rgba(70,82,140,.14)
}


.workload-grid article:nth-child(4) {
border-top:1px solid rgba(70,82,140,.14)
}


.cta-section {
margin:20px 6vw 60px;padding:45px 30px;gap:30px
}


.footer-links {
gap:15px
}



}


@media(max-width:600px) {
.nav-button {
padding:10px 12px;font-size:11px
}


.hero {
min-height:880px
}


.hero h1 {
font-size:50px
}


.hero-copy>p {
font-size:16px
}


.hero-meta {
display:grid;grid-template-columns:1fr;gap:15px
}


.hero-meta>div {
padding:0;border:0
}


.hero-visual {
min-height:330px
}


.compute-panel {
width:270px;height:320px
}


.visual-gpu {
height:190px;margin-top:18px;padding:25px
}


.gpu-grid {
grid-template-columns:1fr
}


.gpu-card {
padding:20px
}


.workload-grid {
grid-template-columns:1fr
}


.workload-grid article,.workload-grid article:nth-child(3),.workload-grid article:nth-child(4) {
border-left:0;border-top:1px solid rgba(70,82,140,.14)
}


.workload-grid article:first-child {
border-top:0
}


.platform-points>div {
grid-template-columns:28px 1fr
}


.platform-points span {
grid-column:2
}


.cta-section {
display:block
}


.cta-section .primary-button {
margin-top:25px
}


footer {
grid-template-columns:1fr;gap:20px;padding:35px 6vw
}


.footer-links {
justify-content:flex-start
}


.copyright {
text-align:left
}



}




/* =========================================================
   VICEL — BOLD PURPLE VISUAL LAYER
   Layout and functionality remain unchanged.
   ========================================================= */

:root {
    --vicel-purple: #6D28D9;
    --vicel-purple-bright: #8B5CF6;
    --vicel-purple-accent: #A855F7;
    --vicel-violet-dark: #12051F;
    --vicel-ink: #0A0710;
    --vicel-soft: #F5F3FF;
}

/* Stronger page identity */
body {
    background:
        radial-gradient(circle at 82% 8%, rgba(139, 92, 246, 0.13), transparent 28%),
        radial-gradient(circle at 8% 42%, rgba(168, 85, 247, 0.08), transparent 25%),
        #FAF9FF;
}

/* Navigation */
.navbar {
    border-bottom-color: rgba(109, 40, 217, 0.14);
}

.nav-logo {
    color: var(--vicel-purple);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.nav-cta,
.navbar .nav-cta {
    background: var(--vicel-purple);
    color: #fff;
    border-color: var(--vicel-purple);
    box-shadow: 0 10px 28px rgba(109, 40, 217, 0.22);
}

.nav-cta:hover,
.navbar .nav-cta:hover {
    background: var(--vicel-purple-bright);
    border-color: var(--vicel-purple-bright);
    box-shadow: 0 14px 34px rgba(109, 40, 217, 0.30);
}

/* Hero */
.hero {
    background:
        radial-gradient(circle at 78% 35%, rgba(139, 92, 246, 0.34), transparent 34%),
        radial-gradient(circle at 20% 0%, rgba(168, 85, 247, 0.16), transparent 32%),
        linear-gradient(135deg, #12051F 0%, #241044 48%, #5B21B6 100%);
    color: #fff;
    overflow: hidden;
}

.hero::before {
    opacity: 0.7;
}

.hero h1,
.hero-title {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.hero .eyebrow,
.hero-label,
.hero-kicker {
    color: #C4B5FD;
}

.hero p,
.hero-copy {
    color: rgba(255, 255, 255, 0.72);
}

.hero .primary-button,
.hero .btn-primary,
.hero .cta-primary {
    background: #fff;
    color: var(--vicel-purple);
    border-color: #fff;
    font-weight: 750;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.hero .primary-button:hover,
.hero .btn-primary:hover,
.hero .cta-primary:hover {
    background: #F5F3FF;
    color: #4C1D95;
}

.hero .secondary-button,
.hero .btn-secondary,
.hero .cta-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

/* GPU visual gets a stronger purple glow */
.gpu-visual,
.hero-gpu,
.gpu-orb,
.compute-visual {
    filter: drop-shadow(0 0 34px rgba(139, 92, 246, 0.38));
}

.gpu-card,
.compute-card {
    border-color: rgba(139, 92, 246, 0.22);
    box-shadow:
        0 24px 70px rgba(45, 16, 84, 0.12),
        0 0 50px rgba(139, 92, 246, 0.10);
}

/* Section labels and major headings */
.section-label,
.eyebrow,
.card-label {
    color: var(--vicel-purple);
    font-weight: 750;
}

.section-title,
.compute-title,
.platform-title {
    color: var(--vicel-ink);
    font-weight: 800;
    letter-spacing: -0.045em;
}

/* GPU Explorer */
.gpu-card {
    background:
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(245,243,255,0.94));
}

.live-indicator i {
    background: #8B5CF6;
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.7);
}

.gpu-filter.active {
    background: var(--vicel-purple);
    color: #fff;
    border-color: var(--vicel-purple);
    box-shadow: 0 8px 22px rgba(109, 40, 217, 0.18);
}

.gpu-item:hover {
    border-color: rgba(109, 40, 217, 0.34);
    box-shadow: 0 16px 40px rgba(109, 40, 217, 0.10);
}

.gpu-price,
.gpu-item .price {
    color: var(--vicel-purple);
}

/* Platform section — deliberate dark contrast */
.platform-section,
#platform {
    background:
        radial-gradient(circle at 85% 20%, rgba(139, 92, 246, 0.22), transparent 28%),
        linear-gradient(135deg, #100518 0%, #1D0A35 55%, #32105F 100%);
    color: #fff;
}

.platform-section .section-title,
.platform-section .platform-title,
#platform h2 {
    color: #fff;
}

.platform-section p,
#platform p {
    color: rgba(255, 255, 255, 0.68);
}

.platform-section .section-label,
#platform .section-label {
    color: #C4B5FD;
}

/* CTA */
.cta-section,
#cta {
    background:
        radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.45), transparent 42%),
        linear-gradient(135deg, #5B21B6, #7C3AED 52%, #4C1D95);
    color: #fff;
}

.cta-section h2,
#cta h2 {
    color: #fff;
    font-weight: 800;
}

.cta-section p,
#cta p {
    color: rgba(255, 255, 255, 0.76);
}

.cta-section .primary-button,
#cta .primary-button {
    background: #fff;
    color: var(--vicel-purple);
    border-color: #fff;
    font-weight: 750;
}

/* Modal */
.gpu-modal-content,
.modal-content {
    border-color: rgba(109, 40, 217, 0.20);
    box-shadow: 0 30px 100px rgba(34, 10, 62, 0.22);
}

.modal-action {
    background: var(--vicel-purple);
    border-color: var(--vicel-purple);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(109, 40, 217, 0.18);
}

.modal-action:hover {
    background: var(--vicel-purple-bright);
    border-color: var(--vicel-purple-bright);
}

.gpu-request-form input:focus {
    border-color: var(--vicel-purple);
    box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.10);
}

/* Footer */
footer {
    background: #09050F;
    color: rgba(255, 255, 255, 0.72);
    border-top-color: rgba(139, 92, 246, 0.18);
}

footer a:hover {
    color: #C4B5FD;
}

/* Stronger mobile hero */
@media (max-width: 700px) {
    .hero {
        background:
            radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.30), transparent 42%),
            linear-gradient(160deg, #12051F 0%, #4C1D95 100%);
    }

    .hero h1,
    .hero-title {
        letter-spacing: -0.045em;
    }
}


/* =========================================================
   VICEL — DARKER + COMPACTER LAYOUT
   ========================================================= */

/* Reduce the overall "air" between sections */
section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.hero {
    padding-top: 82px;
    padding-bottom: 72px;
}

/* Keep content visually tighter to the viewport */
.container,
.section-container,
.compute-container,
.platform-container {
    max-width: 1180px;
}

/* COMPUTE / SECTION 01
   Reduce the oversized outer frame and horizontal whitespace. */
.compute-section,
#compute {
    padding-top: 64px;
    padding-bottom: 64px;
}

.compute-section .container,
#compute .container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.gpu-card {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* Darker overall surfaces */
body {
    background:
        radial-gradient(circle at 80% 5%, rgba(109, 40, 217, 0.10), transparent 25%),
        #F1EFF8;
}

/* Darker compute explorer */
.gpu-card {
    background:
        linear-gradient(145deg, #17121F 0%, #21162F 100%);
    color: #fff;
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow:
        0 24px 60px rgba(18, 5, 31, 0.18),
        0 0 45px rgba(109, 40, 217, 0.08);
}

.gpu-card .card-label,
.gpu-card .gpu-explorer-footer {
    color: rgba(255, 255, 255, 0.62);
}

.gpu-item {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.10);
    color: #fff;
}

.gpu-item:hover {
    background: rgba(139, 92, 246, 0.10);
    border-color: rgba(167, 139, 250, 0.42);
}

.gpu-item span,
.gpu-item small {
    color: rgba(255, 255, 255, 0.52);
}

.gpu-filter {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.68);
    border-color: rgba(255, 255, 255, 0.12);
}

.gpu-filter.active {
    background: #7C3AED;
    color: #fff;
    border-color: #8B5CF6;
}

/* Darker platform section */
.platform-section,
#platform {
    background:
        radial-gradient(circle at 78% 15%, rgba(139, 92, 246, 0.20), transparent 26%),
        linear-gradient(135deg, #09030F 0%, #150723 48%, #281044 100%);
}

/* Darker workload area without making everything black */
.workloads-section,
#workloads {
    background: #E9E6F2;
}

/* Compact cards / grids */
.workload-card {
    background: rgba(255, 255, 255, 0.58);
    border-color: rgba(109, 40, 217, 0.12);
}

/* Reduce CTA vertical bulk */
.cta-section,
#cta {
    padding-top: 68px;
    padding-bottom: 68px;
}

/* Reduce footer whitespace */
footer {
    padding-top: 42px;
    padding-bottom: 32px;
}

/* Mobile: preserve compactness without becoming cramped */
@media (max-width: 700px) {
    section {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .hero {
        padding-top: 64px;
        padding-bottom: 58px;
    }

    .compute-section,
    #compute {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .compute-section .container,
    #compute .container {
        padding-left: 14px;
        padding-right: 14px;
    }
}


/* =========================================================
   VICEL — CONVERGED / FULL-BLEED VISUAL PASS
   Reduce outer gutters and remove "boxed" section treatment.
   ========================================================= */

html,
body {
    overflow-x: hidden;
}

/* Use more of the viewport */
.container,
.section-container,
.compute-container,
.platform-container {
    width: min(1320px, calc(100% - 64px));
    max-width: 1320px;
}

/* ---------------------------------------------------------
   COMPUTE
   Bring the heading and explorer closer to the section walls.
   --------------------------------------------------------- */

.compute-section,
#compute {
    padding-top: 54px;
    padding-bottom: 54px;
}

.compute-section .container,
#compute .container {
    width: min(1320px, calc(100% - 64px));
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
}

.compute-section .compute-grid,
#compute .compute-grid {
    column-gap: 48px;
}

.compute-section .gpu-card,
#compute .gpu-card {
    width: 100%;
}

/* Tighten the left content column */
.compute-section .section-copy,
#compute .section-copy {
    max-width: 390px;
}

.compute-section h2,
#compute h2 {
    margin-bottom: 22px;
}

/* ---------------------------------------------------------
   DARK SECTIONS — full viewport width, no pale side walls
   --------------------------------------------------------- */

.platform-section,
#platform,
.cta-section,
#cta {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

/* If the existing design wraps dark sections in an inner
   visual shell, make that shell disappear. */
.platform-section::before,
#platform::before,
.cta-section::before,
#cta::before {
    border-radius: 0;
}

/* Platform content should still have controlled readable width */
.platform-section > .container,
#platform > .container,
.cta-section > .container,
#cta > .container {
    width: min(1240px, calc(100% - 64px));
    max-width: 1240px;
}

/* Remove the obvious white/light frame around the platform */
.platform-section,
#platform {
    box-shadow: none;
}

/* Make the platform visual feel integrated rather than like
   a white card sitting inside the dark section. */
.platform-section .platform-visual,
#platform .platform-visual {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(167, 139, 250, 0.18);
}

/* ---------------------------------------------------------
   CTA — no floating rounded rectangle
   --------------------------------------------------------- */

.cta-section,
#cta {
    box-shadow: none;
}

/* ---------------------------------------------------------
   General cards — softer boundaries, less "dashboard boxed"
   --------------------------------------------------------- */

.workload-card {
    border-color: rgba(109, 40, 217, 0.08);
    box-shadow: none;
}

/* Keep GPU Explorer as the one strong product surface */
.gpu-card {
    border: 1px solid rgba(139, 92, 246, 0.20);
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 900px) {
    .container,
    .section-container,
    .compute-container,
    .platform-container,
    .compute-section .container,
    #compute .container,
    .platform-section > .container,
    #platform > .container,
    .cta-section > .container,
    #cta > .container {
        width: min(100% - 40px, 720px);
    }
}

@media (max-width: 700px) {
    .container,
    .section-container,
    .compute-container,
    .platform-container,
    .compute-section .container,
    #compute .container,
    .platform-section > .container,
    #platform > .container,
    .cta-section > .container,
    #cta > .container {
        width: calc(100% - 28px);
    }

    .compute-section,
    #compute {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}


/* =========================================================
   VICEL — ALL PURPLE / HIGH-CONTRAST PASS
   One continuous purple visual system.
   ========================================================= */

:root {
    --vicel-purple-950: #0D0318;
    --vicel-purple-900: #160326;
    --vicel-purple-800: #250640;
    --vicel-purple-700: #3B0A63;
    --vicel-purple-600: #5B16A8;
    --vicel-purple-500: #7C2BE8;
    --vicel-purple-400: #9B5CFF;
    --vicel-purple-300: #C4A3FF;
    --vicel-white: #FFFFFF;
    --vicel-white-soft: rgba(255, 255, 255, 0.78);
    --vicel-white-muted: rgba(255, 255, 255, 0.58);
}

/* One continuous purple canvas */
html,
body {
    background: var(--vicel-purple-950);
    color: var(--vicel-white);
}

/* ---------------------------------------------------------
   NAV
   --------------------------------------------------------- */

.navbar {
    background: rgba(13, 3, 24, 0.88);
    border-bottom: 1px solid rgba(196, 163, 255, 0.12);
    backdrop-filter: blur(18px);
}

.nav-logo {
    color: #FFFFFF;
}

.navbar a {
    color: rgba(255, 255, 255, 0.72);
}

.navbar a:hover {
    color: #FFFFFF;
}

.nav-cta,
.navbar .nav-cta {
    background: #FFFFFF;
    color: var(--vicel-purple-700);
    border-color: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.hero {
    background:
        radial-gradient(circle at 78% 25%, rgba(155, 92, 255, 0.34), transparent 30%),
        radial-gradient(circle at 20% 0%, rgba(124, 43, 232, 0.28), transparent 34%),
        linear-gradient(135deg, #0D0318 0%, #26063F 48%, #4C1090 100%);
    color: #FFFFFF;
}

.hero h1,
.hero-title,
.hero h2 {
    color: #FFFFFF;
}

.hero p,
.hero-copy {
    color: rgba(255, 255, 255, 0.76);
}

.hero .eyebrow,
.hero-label,
.hero-kicker {
    color: #C4A3FF;
}

/* ---------------------------------------------------------
   ALL MAIN SECTIONS
   --------------------------------------------------------- */

.compute-section,
#compute,
.workloads-section,
#workloads {
    background:
        radial-gradient(circle at 85% 15%, rgba(155, 92, 255, 0.14), transparent 28%),
        linear-gradient(180deg, #180329 0%, #210638 100%);
    color: #FFFFFF;
}

.section-title,
.compute-title,
.platform-title,
.compute-section h2,
#compute h2,
.workloads-section h2,
#workloads h2 {
    color: #FFFFFF;
}

.section-copy,
.compute-section p,
#compute p,
.workloads-section p,
#workloads p {
    color: rgba(255, 255, 255, 0.72);
}

.section-label,
.eyebrow,
.card-label {
    color: #C4A3FF;
}

/* ---------------------------------------------------------
   COMPUTE — integrated dark-purple surface
   --------------------------------------------------------- */

.gpu-card {
    background:
        linear-gradient(145deg, #1B0929 0%, #2A1040 100%);
    border: 1px solid rgba(196, 163, 255, 0.18);
    color: #FFFFFF;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.28),
        0 0 60px rgba(124, 43, 232, 0.12);
}

.gpu-card .card-label,
.gpu-card .gpu-explorer-footer {
    color: rgba(255, 255, 255, 0.58);
}

.live-indicator {
    color: #C4A3FF;
}

.live-indicator i {
    background: #A855F7;
    box-shadow: 0 0 14px rgba(168, 85, 247, 0.85);
}

.gpu-filter {
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.68);
    border-color: rgba(255, 255, 255, 0.14);
}

.gpu-filter:hover {
    background: rgba(155, 92, 255, 0.12);
    color: #FFFFFF;
}

.gpu-filter.active {
    background: #7C2BE8;
    color: #FFFFFF;
    border-color: #9B5CFF;
    box-shadow: 0 8px 24px rgba(124, 43, 232, 0.30);
}

.gpu-item {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.11);
    color: #FFFFFF;
}

.gpu-item strong,
.gpu-item h3 {
    color: #FFFFFF;
}

.gpu-item span,
.gpu-item small {
    color: rgba(255, 255, 255, 0.52);
}

.gpu-item:hover {
    background: rgba(155, 92, 255, 0.09);
    border-color: rgba(196, 163, 255, 0.32);
}

.gpu-price,
.gpu-item .price {
    color: #FFFFFF;
}

.gpu-item .available,
.gpu-item .status-available {
    color: #BFA0FF;
}

/* ---------------------------------------------------------
   PLATFORM — deep purple, not black/white
   --------------------------------------------------------- */

.platform-section,
#platform {
    background:
        radial-gradient(circle at 75% 18%, rgba(155, 92, 255, 0.26), transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(124, 43, 232, 0.16), transparent 28%),
        linear-gradient(135deg, #10021C 0%, #25063D 48%, #3D0B68 100%);
    color: #FFFFFF;
}

.platform-section .section-title,
.platform-section .platform-title,
#platform h2 {
    color: #FFFFFF;
}

.platform-section p,
#platform p {
    color: rgba(255, 255, 255, 0.70);
}

.platform-section .section-label,
#platform .section-label {
    color: #C4A3FF;
}

/* Platform visual: purple surface instead of white box */
.platform-section .platform-visual,
#platform .platform-visual {
    background:
        radial-gradient(circle at 50% 50%, rgba(155, 92, 255, 0.16), transparent 38%),
        rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(196, 163, 255, 0.18);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.20);
}

/* ---------------------------------------------------------
   WORKLOADS
   --------------------------------------------------------- */

.workload-card {
    background: rgba(255, 255, 255, 0.045);
    color: #FFFFFF;
    border: 1px solid rgba(196, 163, 255, 0.12);
}

.workload-card h3,
.workload-card strong {
    color: #FFFFFF;
}

.workload-card p,
.workload-card span {
    color: rgba(255, 255, 255, 0.58);
}

.workload-card:hover {
    background: rgba(155, 92, 255, 0.08);
    border-color: rgba(196, 163, 255, 0.24);
}

/* ---------------------------------------------------------
   CTA — brighter purple, still part of same system
   --------------------------------------------------------- */

.cta-section,
#cta {
    background:
        radial-gradient(circle at 50% 0%, rgba(196, 163, 255, 0.32), transparent 38%),
        linear-gradient(135deg, #5B16A8 0%, #7C2BE8 52%, #4C1090 100%);
    color: #FFFFFF;
}

.cta-section h2,
#cta h2 {
    color: #FFFFFF;
}

.cta-section p,
#cta p {
    color: rgba(255, 255, 255, 0.78);
}

.cta-section .primary-button,
#cta .primary-button {
    background: #FFFFFF;
    color: #5B16A8;
    border-color: #FFFFFF;
    font-weight: 800;
}

/* ---------------------------------------------------------
   MODAL
   --------------------------------------------------------- */

.gpu-modal-content,
.modal-content {
    background: #190A29;
    color: #FFFFFF;
    border-color: rgba(196, 163, 255, 0.20);
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.40);
}

.gpu-modal-content h2,
.modal-content h2,
.gpu-modal-content h3,
.modal-content h3 {
    color: #FFFFFF;
}

.gpu-modal-content p,
.modal-content p {
    color: rgba(255, 255, 255, 0.68);
}

.modal-action {
    background: #7C2BE8;
    color: #FFFFFF;
    border-color: #9B5CFF;
}

.modal-action:hover {
    background: #9B5CFF;
}

.gpu-request-form input {
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.16);
}

.gpu-request-form input::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.gpu-request-form input:focus {
    border-color: #9B5CFF;
    box-shadow: 0 0 0 3px rgba(155, 92, 255, 0.14);
}

/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

footer {
    background: #09010F;
    color: rgba(255, 255, 255, 0.58);
    border-top-color: rgba(196, 163, 255, 0.12);
}

footer a {
    color: rgba(255, 255, 255, 0.62);
}

footer a:hover {
    color: #FFFFFF;
}

/* ---------------------------------------------------------
   Kill remaining light "walls" and generic white section
   backgrounds from the previous design.
   --------------------------------------------------------- */

main,
.page,
.site-content {
    background: transparent;
}

@media (max-width: 700px) {
    .compute-section,
    #compute,
    .workloads-section,
    #workloads {
        background:
            linear-gradient(180deg, #180329 0%, #210638 100%);
    }
}


/* =========================================================
   VICEL — FINAL TYPOGRAPHY / CONTRAST PASS
   Strong typography, explicit colours, no low-contrast text.
   ========================================================= */

/* ---------- Global type ---------- */

body {
    background: #10021C;
    color: #FFFFFF;
}

p {
    color: rgba(255, 255, 255, 0.76);
}

a {
    color: rgba(255, 255, 255, 0.82);
}

a:hover {
    color: #FFFFFF;
}

/* ---------- Navigation ---------- */

.navbar {
    background: rgba(16, 2, 28, 0.94);
    border-bottom: 1px solid rgba(196, 163, 255, 0.14);
}

.navbar nav a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.navbar nav a:hover {
    color: #FFFFFF;
}

.logo,
.footer-logo {
    color: #FFFFFF;
}

/* ---------- Hero ---------- */

.hero {
    background:
        radial-gradient(circle at 78% 32%, rgba(155, 92, 255, 0.32), transparent 32%),
        linear-gradient(135deg, #10021C 0%, #26063F 52%, #4C1090 100%);
}

.eyebrow,
.hero .eyebrow,
.hero-label,
.hero-kicker {
    color: #CDB8FF;
    font-size: 11px;
    font-weight: 700;
}

.hero h1 {
    color: #FFFFFF;
    font-size: clamp(60px, 7vw, 96px);
    font-weight: 750;
}

.hero h1 span {
    background: linear-gradient(90deg, #B794FF, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-copy > p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
}

/* ---------- Section 01 / COMPUTE ---------- */

.compute-section {
    width: min(1320px, calc(100% - 48px));
    max-width: 1320px;
    padding: 76px 0;
    grid-template-columns: 0.72fr 1.65fr;
    gap: 52px;
    color: #FFFFFF;
}

.compute-section .section-intro {
    padding-top: 8px;
}

.compute-section .section-intro .eyebrow,
.compute-section .section-intro .card-label {
    color: #CDB8FF;
    font-size: 11px;
    font-weight: 700;
}

.compute-section .section-intro h2 {
    color: #FFFFFF;
    font-size: clamp(52px, 5vw, 76px);
    line-height: 0.96;
    font-weight: 750;
    letter-spacing: -0.065em;
    margin: 18px 0 24px;
}

.compute-section .section-intro p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.55;
}

/* ---------- GPU explorer ---------- */

.gpu-card {
    background:
        linear-gradient(145deg, #1A0829 0%, #2A1040 100%);
    border: 1px solid rgba(196, 163, 255, 0.18);
    color: #FFFFFF;
}

.card-header h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

.card-label {
    color: #CDB8FF;
    font-size: 11px;
    font-weight: 700;
}

.live-indicator {
    color: #CDB8FF;
    font-size: 11px;
    font-weight: 700;
}

.gpu-filter {
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 11px;
}

.gpu-item {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(196, 163, 255, 0.14);
}

.gpu-item strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 700;
}

.gpu-item-main span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.gpu-item-price {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 700;
}

.gpu-item-price span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
}

.gpu-item-status {
    color: #BFA4FF;
    font-size: 12px;
}

.gpu-explorer-footer {
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
}

/* ---------- Workloads / section 02 ---------- */

.workloads-section {
    background:
        linear-gradient(180deg, #1B062D 0%, #24083B 100%);
    border-top: 1px solid rgba(196, 163, 255, 0.10);
    border-bottom: 1px solid rgba(196, 163, 255, 0.10);
    padding: 78px 7vw;
}

.section-wide-heading {
    max-width: 1320px;
    margin: 0 auto 48px;
}

.section-wide-heading .eyebrow,
.section-wide-heading .card-label {
    color: #CDB8FF;
    font-size: 11px;
    font-weight: 700;
}

.section-wide-heading h2 {
    color: #FFFFFF;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 750;
    line-height: 0.98;
    margin: 18px 0;
}

.workload-grid {
    max-width: 1320px;
}

.workload-grid article {
    border-left-color: rgba(196, 163, 255, 0.16);
}

.workload-grid span {
    color: #BFA4FF;
    font-size: 11px;
}

.workload-grid h3 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}

.workload-grid p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
}

/* ---------- Platform / section 03 ---------- */

.platform-section {
    width: 100%;
    max-width: none;
    padding: 82px max(24px, calc((100vw - 1320px) / 2));
    background:
        radial-gradient(circle at 78% 25%, rgba(155, 92, 255, 0.24), transparent 30%),
        linear-gradient(135deg, #0F021A 0%, #210536 52%, #3B0A63 100%);
}

.platform-copy .eyebrow,
.platform-copy .card-label {
    color: #CDB8FF;
    font-size: 11px;
    font-weight: 700;
}

.platform-copy h2 {
    color: #FFFFFF;
    font-size: clamp(50px, 5vw, 74px);
    font-weight: 750;
    line-height: 0.97;
    margin: 18px 0 26px;
}

.platform-copy h2 span {
    background: linear-gradient(90deg, #A979FF, #D8C4FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.platform-copy > p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
}

.platform-points {
    margin-top: 38px;
    gap: 18px;
}

.platform-points strong {
    color: #A989E8;
    font-size: 11px;
}

.platform-points b {
    color: #FFFFFF;
    font-size: 11px;
}

.platform-points span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.platform-diagram {
    background:
        radial-gradient(circle at 50% 50%, rgba(155, 92, 255, 0.22), transparent 44%),
        #1A0829;
    border: 1px solid rgba(196, 163, 255, 0.16);
}

.diagram-node {
    background: rgba(155, 92, 255, 0.06);
    border-color: rgba(196, 163, 255, 0.18);
    color: rgba(255, 255, 255, 0.76);
}

.diagram-core {
    background: #7C2BE8;
    color: #FFFFFF;
    border-color: #A979FF;
}

/* ---------- CTA ---------- */

.cta-section {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    padding: 82px max(24px, calc((100vw - 1320px) / 2));
    background:
        radial-gradient(circle at 75% 50%, rgba(216, 196, 255, 0.25), transparent 30%),
        linear-gradient(135deg, #4C1090 0%, #7C2BE8 52%, #5B16A8 100%);
}

.cta-section h2 {
    color: #FFFFFF;
    font-size: clamp(50px, 5vw, 72px);
    font-weight: 750;
    line-height: 0.98;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
}

/* ---------- Mobile ---------- */

@media (max-width: 900px) {
    .compute-section {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .compute-section .section-intro h2 {
        font-size: clamp(48px, 11vw, 68px);
    }

    .platform-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 700px) {
    .hero h1 {
        font-size: clamp(48px, 14vw, 70px);
    }

    .workloads-section {
        padding: 58px 20px;
    }

    .section-wide-heading h2,
    .platform-copy h2,
    .cta-section h2 {
        font-size: clamp(44px, 12vw, 62px);
    }

    .workload-grid article {
        border-left: 0;
        border-top: 1px solid rgba(196, 163, 255, 0.14);
        padding-left: 0;
    }

    .workload-grid article:first-child {
        border-top: 0;
    }
}


/* =========================================================
   VICEL — HIGH-CONTRAST TYPE + PROCESSING VISUAL
   ========================================================= */

/* =========================================================
   TYPOGRAPHY
   Explicit colours and larger sizing for every major section.
   ========================================================= */

.hero-meta {
    margin-top: 64px;
    gap: 0;
}

.hero-meta > div {
    padding: 0 32px;
}

.hero-meta strong {
    display: block;
    color: #FFFFFF;
    font-family: monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    margin-bottom: 9px;
}

.hero-meta span {
    display: block;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.45;
}

/* Section labels */
.compute-section .eyebrow,
.workloads-section .eyebrow,
.platform-section .eyebrow,
.cta-section .eyebrow {
    color: #CDB8FF !important;
    font-family: monospace;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .16em;
}

/* Compute */
.compute-section .section-intro h2 {
    color: #FFFFFF !important;
    font-size: clamp(56px, 5.4vw, 82px) !important;
    line-height: .94;
    font-weight: 760;
}

.compute-section .section-intro p {
    color: rgba(255, 255, 255, .76) !important;
    font-size: 18px !important;
    line-height: 1.58;
}

.gpu-card .card-header h3 {
    color: #FFFFFF !important;
    font-size: 25px !important;
    line-height: 1.15;
    font-weight: 750;
}

.gpu-card .card-label {
    color: #CDB8FF !important;
    font-size: 12px !important;
}

.gpu-card .live-indicator {
    color: #CDB8FF !important;
    font-size: 12px !important;
}

.gpu-filter {
    font-size: 12px !important;
}

.gpu-item strong {
    color: #FFFFFF !important;
    font-size: 20px !important;
}

.gpu-item span,
.gpu-item-main span {
    color: rgba(255, 255, 255, .62) !important;
    font-size: 13px !important;
}

.gpu-item-price {
    color: #FFFFFF !important;
    font-size: 22px !important;
}

.gpu-item-price span {
    color: rgba(255, 255, 255, .56) !important;
    font-size: 13px !important;
}

.gpu-item-status {
    color: #CDB8FF !important;
    font-size: 13px !important;
}

.gpu-explorer-footer {
    color: rgba(255, 255, 255, .58) !important;
    font-size: 12px !important;
}

/* Workloads */
.workloads-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.section-wide-heading h2 {
    color: #FFFFFF !important;
    font-size: clamp(54px, 5.2vw, 78px) !important;
    line-height: .94;
    font-weight: 760;
}

.workload-grid article > span {
    color: #BFA4FF !important;
    font-size: 12px !important;
}

.workload-grid h3 {
    color: #FFFFFF !important;
    font-size: 17px !important;
    line-height: 1.25;
    font-weight: 700;
}

.workload-grid p {
    color: rgba(255, 255, 255, .68) !important;
    font-size: 15px !important;
    line-height: 1.6;
}

/* Platform */
.platform-section {
    min-height: 640px;
}

.platform-copy h2 {
    color: #FFFFFF !important;
    font-size: clamp(56px, 5.4vw, 80px) !important;
    line-height: .94;
    font-weight: 760;
}

.platform-copy h2 span {
    color: #B98BFF !important;
    background: none !important;
    -webkit-text-fill-color: #B98BFF;
}

.platform-copy > p {
    color: rgba(255, 255, 255, .76) !important;
    font-size: 18px !important;
    line-height: 1.58;
}

.platform-points {
    gap: 22px;
}

.platform-points strong {
    color: #BFA4FF !important;
    font-size: 12px !important;
}

.platform-points b {
    color: #FFFFFF !important;
    font-size: 12px !important;
}

.platform-points span {
    color: rgba(255, 255, 255, .66) !important;
    font-size: 14px !important;
}

/* CTA */
.cta-section h2 {
    color: #FFFFFF !important;
    font-size: clamp(54px, 5.2vw, 78px) !important;
    line-height: .94;
    font-weight: 760;
}

.cta-section p {
    color: rgba(255, 255, 255, .78) !important;
    font-size: 18px !important;
}

/* Footer is deliberately smaller, but still readable. */
footer {
    font-size: 13px;
}

footer a,
footer .copyright {
    color: rgba(255, 255, 255, .62) !important;
    font-size: 13px;
}

/* =========================================================
   PLATFORM — GPU PROCESSING ANIMATION
   Replaces the old white diagram.
   ========================================================= */

.platform-diagram {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;

    background:
        radial-gradient(circle at 50% 50%, rgba(155, 92, 255, .22), transparent 30%),
        linear-gradient(145deg, #13031F 0%, #25103A 100%) !important;

    border: 1px solid rgba(196, 163, 255, .16) !important;
    border-radius: 18px;
    box-shadow:
        inset 0 0 80px rgba(124, 43, 232, .08),
        0 30px 80px rgba(0, 0, 0, .25);
}

.processing-grid {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(196, 163, 255, .10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(196, 163, 255, .10) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle, black 0%, transparent 72%);
}

.diagram-label {
    position: relative;
    z-index: 2;
    width: 220px;
    padding: 14px 18px;
    box-sizing: border-box;
    text-align: center;

    color: #FFFFFF;
    font-family: monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;

    background: rgba(124, 43, 232, .10);
    border: 1px solid rgba(196, 163, 255, .18);
    border-radius: 8px;
}

.diagram-label-top {
    margin-bottom: 0;
}

.diagram-label-bottom {
    margin-top: 0;
}

.processing-flow {
    position: relative;
    z-index: 2;
    width: 2px;
    height: 42px;
    background: rgba(196, 163, 255, .18);
    overflow: hidden;
}

.processing-flow::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 2px;
    height: 20px;
    background: #B98BFF;
    box-shadow: 0 0 12px #9B5CFF;
    animation: vicelFlow 1.5s linear infinite;
}

.flow-bottom::before {
    animation-delay: .45s;
}

@keyframes vicelFlow {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(62px);
    }
}

.gpu-engine {
    position: relative;
    z-index: 3;
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(196, 163, 255, .30);
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 42%, rgba(155, 92, 255, .24), transparent 42%),
        #18072A;
    box-shadow:
        0 0 45px rgba(124, 43, 232, .25),
        inset 0 0 30px rgba(155, 92, 255, .08);
}

.gpu-engine-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 18px;
}

.gpu-engine-top span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.gpu-engine-top small {
    color: #BFA4FF;
    font-family: monospace;
    font-size: 9px;
    letter-spacing: .08em;
}

.gpu-die {
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(196, 163, 255, .18);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(155, 92, 255, .13), rgba(76, 16, 144, .22));
    overflow: hidden;
}

.gpu-die > span {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-family: monospace;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .12em;
}

.die-lines {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    opacity: .32;
}

.die-lines b {
    width: 1px;
    height: 80%;
    background: #B98BFF;
    box-shadow: 0 0 8px rgba(155, 92, 255, .65);
    animation: diePulse 1.2s ease-in-out infinite alternate;
}

.die-lines b:nth-child(2) { animation-delay: .15s; }
.die-lines b:nth-child(3) { animation-delay: .30s; }
.die-lines b:nth-child(4) { animation-delay: .45s; }
.die-lines b:nth-child(5) { animation-delay: .60s; }
.die-lines b:nth-child(6) { animation-delay: .75s; }

@keyframes diePulse {
    from {
        opacity: .25;
        transform: scaleY(.55);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

.gpu-engine-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;

    color: #CDB8FF;
    font-family: monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.gpu-engine-status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #B98BFF;
    box-shadow: 0 0 12px #9B5CFF;
    animation: statusPulse 1.1s ease-in-out infinite alternate;
}

@keyframes statusPulse {
    from { opacity: .45; }
    to { opacity: 1; }
}

.compute-pulses {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.compute-pulses i {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #B98BFF;
    box-shadow: 0 0 14px #9B5CFF;
    animation: orbitPulse 4s linear infinite;
}

.compute-pulses i:nth-child(1) { top: 28%; left: 18%; animation-delay: 0s; }
.compute-pulses i:nth-child(2) { top: 68%; left: 22%; animation-delay: 1s; }
.compute-pulses i:nth-child(3) { top: 30%; right: 18%; animation-delay: 2s; }
.compute-pulses i:nth-child(4) { top: 70%; right: 22%; animation-delay: 3s; }

@keyframes orbitPulse {
    0%, 100% {
        opacity: .15;
        transform: scale(.7);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

/* Accessibility: respect reduced-motion preference. */
@media (prefers-reduced-motion: reduce) {
    .processing-flow::before,
    .die-lines b,
    .gpu-engine-status i,
    .compute-pulses i {
        animation: none;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .hero-meta {
        margin-top: 48px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-meta > div {
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .hero-meta > div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .hero-meta strong {
        font-size: 11px;
    }

    .hero-meta span {
        font-size: 14px;
    }

    .platform-diagram {
        min-height: 430px;
    }
}


/* =========================================================
   VICEL — FINAL EDGE + GOLD COMPUTE MOTION
   ========================================================= */

/* Remove the vertical "wall" lines at the viewport edges. */
html,
body {
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

main,
section,
.compute-section,
#compute {
    border-left: 0 !important;
    border-right: 0 !important;
}

/* Prevent any centered wrapper from drawing an edge line. */
.compute-section::before,
.compute-section::after,
#compute::before,
#compute::after {
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

/* =========================================================
   GOLD PROCESSING ANIMATION
   A subtle GPU/data-processing signal inside the Compute
   explorer. Purple remains the brand colour; gold indicates
   active compute.
   ========================================================= */

.gpu-card {
    position: relative;
    overflow: hidden;
}

/* Moving gold scan across the compute surface */
.gpu-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 28%;
    height: 100%;
    pointer-events: none;
    z-index: 1;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 196, 72, 0.00) 12%,
        rgba(255, 196, 72, 0.16) 45%,
        rgba(255, 215, 112, 0.34) 50%,
        rgba(255, 196, 72, 0.08) 70%,
        transparent
    );

    filter: blur(8px);
    transform: skewX(-18deg);
    animation: vicelGoldScan 5s ease-in-out infinite;
}

@keyframes vicelGoldScan {
    0% {
        left: -35%;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    48% {
        left: 108%;
        opacity: 1;
    }

    55% {
        left: 108%;
        opacity: 0;
    }

    100% {
        left: 108%;
        opacity: 0;
    }
}

/* Animated gold compute nodes */
.gpu-card::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: -10px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;

    background: #FFD166;
    box-shadow:
        0 0 8px #FFD166,
        0 0 22px rgba(255, 209, 102, 0.75);

    animation: vicelGoldNode 3.2s linear infinite;
}

@keyframes vicelGoldNode {
    0% {
        left: 0%;
        top: 18%;
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    32% {
        left: 48%;
        top: 18%;
    }

    50% {
        left: 92%;
        top: 18%;
        opacity: 1;
    }

    52% {
        opacity: 0;
    }

    60% {
        left: 92%;
        top: 78%;
    }

    68% {
        opacity: 1;
    }

    92% {
        left: 8%;
        top: 78%;
        opacity: 1;
    }

    100% {
        left: 0%;
        top: 18%;
        opacity: 0;
    }
}

/* Gold activity signal on live status */
.gpu-card .live-indicator i {
    background: #FFD166 !important;
    box-shadow:
        0 0 8px #FFD166,
        0 0 18px rgba(255, 209, 102, 0.75) !important;
    animation: vicelGoldStatus 1.3s ease-in-out infinite alternate;
}

@keyframes vicelGoldStatus {
    from {
        opacity: .45;
        transform: scale(.8);
    }

    to {
        opacity: 1;
        transform: scale(1.15);
    }
}

/* Gold processing accent on available GPUs */
.gpu-item:has(.gpu-item-status) {
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.gpu-item:hover {
    border-color: rgba(255, 209, 102, 0.30);
    box-shadow:
        0 0 24px rgba(255, 209, 102, 0.07),
        inset 0 0 20px rgba(255, 209, 102, 0.025);
}

/* Keep all actual cards/content above the animation layer. */
.gpu-card > * {
    position: relative;
    z-index: 3;
}

/* Gold is an activity colour, not a replacement for Vicel purple. */
.gpu-item-status {
    color: #FFD98A !important;
}

.gpu-card .gpu-explorer-footer::before {
    content: "●";
    color: #FFD166;
    margin-right: 8px;
    animation: vicelGoldStatus 1.3s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
    .gpu-card::after,
    .gpu-card::before,
    .gpu-card .live-indicator i,
    .gpu-card .gpu-explorer-footer::before {
        animation: none;
    }
}


/* =========================================================
   VICEL — HERO GPU VISUAL
   Replace the abstract card look with a powered GPU-style
   visual using the existing hero HTML only.
   ========================================================= */

.hero {
    position: relative;
    isolation: isolate;
}

.hero-visual {
    min-height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
}

/* Purple energy field behind the GPU */
.hero-visual .visual-glow {
    width: 620px;
    height: 620px;
    left: 50%;
    top: 48%;
    background:
        radial-gradient(circle,
            rgba(168, 85, 247, .30) 0%,
            rgba(124, 43, 232, .18) 28%,
            rgba(255, 190, 65, .09) 45%,
            transparent 70%);
    filter: blur(25px);
    animation: vicelHeroGlow 4s ease-in-out infinite alternate;
}

@keyframes vicelHeroGlow {
    from {
        transform: translate(-50%, -50%) scale(.94);
        opacity: .72;
    }

    to {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

/* GPU board */
.hero-visual .compute-panel {
    width: min(560px, 80%);
    height: 390px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-3deg) rotateY(-8deg);
    padding: 24px;
    border: 1px solid rgba(196, 163, 255, .30);
    border-radius: 20px;

    background:
        linear-gradient(145deg,
            rgba(50, 17, 76, .96),
            rgba(18, 4, 30, .98));

    box-shadow:
        0 45px 100px rgba(0, 0, 0, .38),
        0 0 70px rgba(124, 43, 232, .22),
        inset 0 0 55px rgba(155, 92, 255, .08);

    backdrop-filter: blur(20px);
    overflow: hidden;
}

/* GPU board frame */
.hero-visual .compute-panel::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(196, 163, 255, .08);
    border-radius: 14px;
    pointer-events: none;
}

/* Gold power/data sweep */
.hero-visual .compute-panel::after {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    left: -80%;
    top: 62%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 209, 102, .15),
        #FFD166,
        rgba(255, 229, 155, .85),
        transparent
    );
    box-shadow:
        0 0 10px #FFD166,
        0 0 28px rgba(255, 209, 102, .65);
    transform: rotate(-5deg);
    animation: vicelHeroData 2.4s linear infinite;
    z-index: 5;
}

@keyframes vicelHeroData {
    0% {
        left: -80%;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    62% {
        left: 110%;
        opacity: 1;
    }

    70%,
    100% {
        left: 110%;
        opacity: 0;
    }
}

.hero-visual .panel-top {
    position: relative;
    z-index: 6;
    color: #CDB8FF;
    font-size: 12px;
    font-weight: 700;
}

.hero-visual .panel-top i {
    width: 8px;
    height: 8px;
    background: #FFD166;
    box-shadow:
        0 0 10px #FFD166,
        0 0 24px rgba(255, 209, 102, .75);
    animation: vicelPower 1s ease-in-out infinite alternate;
}

@keyframes vicelPower {
    from {
        opacity: .45;
        transform: scale(.75);
    }

    to {
        opacity: 1;
        transform: scale(1.15);
    }
}

/* GPU itself */
.hero-visual .visual-gpu {
    position: relative;
    z-index: 3;
    height: 235px;
    margin-top: 28px;
    padding: 25px 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;

    border-radius: 13px;
    border: 1px solid rgba(196, 163, 255, .16);

    background:
        radial-gradient(circle at 72% 50%, rgba(124, 43, 232, .18), transparent 32%),
        linear-gradient(135deg, #17101F, #09070D);

    box-shadow:
        inset 0 0 45px rgba(155, 92, 255, .07),
        0 20px 50px rgba(0, 0, 0, .30);
    overflow: hidden;
}

/* Circuit-board traces */
.hero-visual .visual-gpu::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .32;
    background:
        linear-gradient(90deg, transparent 48%, rgba(155, 92, 255, .25) 49%, transparent 50%),
        linear-gradient(0deg, transparent 48%, rgba(155, 92, 255, .18) 49%, transparent 50%);
    background-size: 52px 52px;
}

/* Moving gold power rails */
.hero-visual .visual-gpu::after {
    content: "";
    position: absolute;
    width: 180%;
    height: 1px;
    left: -140%;
    top: 72%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 209, 102, .25),
        #FFD166,
        transparent
    );
    box-shadow: 0 0 12px rgba(255, 209, 102, .75);
    animation: vicelPowerRail 1.8s linear infinite;
}

@keyframes vicelPowerRail {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(145%);
    }
}

/* GPU chip */
.hero-visual .gpu-chip {
    position: relative;
    z-index: 3;
    width: 100px;
    height: 76px;
    border: 1px solid rgba(255, 209, 102, .55);
    border-radius: 9px;

    background:
        radial-gradient(circle,
            rgba(255, 209, 102, .18),
            transparent 58%),
        #171225;

    color: #FFD98A;
    font-family: monospace;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;

    box-shadow:
        0 0 18px rgba(255, 209, 102, .18),
        inset 0 0 20px rgba(255, 209, 102, .07);

    animation: vicelChipPulse 2s ease-in-out infinite alternate;
}

@keyframes vicelChipPulse {
    from {
        box-shadow:
            0 0 12px rgba(255, 209, 102, .12),
            inset 0 0 15px rgba(255, 209, 102, .04);
    }

    to {
        box-shadow:
            0 0 28px rgba(255, 209, 102, .32),
            inset 0 0 28px rgba(255, 209, 102, .10);
    }
}

/* GPU cooling / processing bars */
.hero-visual .gpu-lines {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 10px;
}

.hero-visual .gpu-lines b {
    position: relative;
    display: block;
    height: 4px;
    border-radius: 99px;

    background:
        linear-gradient(
            90deg,
            #FFD166 0%,
            #FFD98A 18%,
            rgba(155, 92, 255, .28) 52%,
            rgba(155, 92, 255, .08) 100%
        );

    box-shadow:
        0 0 8px rgba(255, 209, 102, .55);

    transform-origin: left;
    animation: vicelGpuLoad 1.5s ease-in-out infinite alternate;
}

.hero-visual .gpu-lines b:nth-child(1) {
    width: 92%;
}

.hero-visual .gpu-lines b:nth-child(2) {
    width: 76%;
    animation-delay: .18s;
}

.hero-visual .gpu-lines b:nth-child(3) {
    width: 86%;
    animation-delay: .36s;
}

.hero-visual .gpu-lines b:nth-child(4) {
    width: 61%;
    animation-delay: .54s;
}

@keyframes vicelGpuLoad {
    from {
        transform: scaleX(.72);
        opacity: .55;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

/* Extra power particles using the visual container */
.hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFD166;
    box-shadow:
        0 0 8px #FFD166,
        0 0 24px rgba(255, 209, 102, .8);
    pointer-events: none;
    z-index: 8;
}

.hero-visual::before {
    top: 38%;
    left: 8%;
    animation: vicelParticleOne 3.5s ease-in-out infinite;
}

.hero-visual::after {
    top: 65%;
    right: 5%;
    animation: vicelParticleTwo 4s ease-in-out infinite .8s;
}

@keyframes vicelParticleOne {
    0%, 100% {
        transform: translate(0, 20px);
        opacity: .15;
    }

    45% {
        transform: translate(170px, -15px);
        opacity: 1;
    }

    75% {
        transform: translate(300px, 10px);
        opacity: .2;
    }
}

@keyframes vicelParticleTwo {
    0%, 100% {
        transform: translate(0, -15px);
        opacity: .15;
    }

    45% {
        transform: translate(-150px, 15px);
        opacity: 1;
    }

    75% {
        transform: translate(-270px, -10px);
        opacity: .2;
    }
}

/* Hero status */
.hero-visual .visual-stats {
    position: relative;
    z-index: 6;
    color: rgba(255, 255, 255, .56);
    font-family: monospace;
    font-size: 11px;
    letter-spacing: .08em;
}

.hero-visual .visual-stats strong {
    color: #FFD166;
    font-size: 12px;
    letter-spacing: .12em;
}

/* Caption */
.hero-visual .visual-caption {
    position: absolute;
    right: 3%;
    bottom: 5%;
    color: rgba(255, 255, 255, .40);
    font-family: monospace;
    font-size: 11px;
    letter-spacing: .14em;
}

/* Keep the hero readable on smaller screens */
@media (max-width: 900px) {
    .hero-visual {
        min-height: 500px;
    }

    .hero-visual .compute-panel {
        width: min(520px, 90%);
    }
}

@media (max-width: 700px) {
    .hero-visual {
        min-height: 440px;
    }

    .hero-visual .compute-panel {
        width: 92%;
        height: 340px;
        padding: 18px;
    }

    .hero-visual .visual-gpu {
        height: 190px;
        margin-top: 20px;
    }

    .hero-visual .visual-caption {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-visual .visual-glow,
    .hero-visual .compute-panel::after,
    .hero-visual .panel-top i,
    .hero-visual .visual-gpu::after,
    .hero-visual .gpu-chip,
    .hero-visual .gpu-lines b,
    .hero-visual::before,
    .hero-visual::after {
        animation: none;
    }
}

